.elementor-24903 .elementor-element.elementor-element-aa6af40:not(.elementor-motion-effects-element-type-background), .elementor-24903 .elementor-element.elementor-element-aa6af40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f8f8;}.elementor-24903 .elementor-element.elementor-element-aa6af40{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-24903 .elementor-element.elementor-element-aa6af40 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-24903 .elementor-element.elementor-element-aa6af40 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-24903 .elementor-element.elementor-element-7c1f370 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-24903 .elementor-element.elementor-element-7c1f370{padding:10px 0px 10px 0px;}.elementor-24903 .elementor-element.elementor-element-e41c1e9{margin-top:30px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-24903 .elementor-element.elementor-element-9143820{color:#000000;}.elementor-24903 .elementor-element.elementor-element-9143820 a{color:#5C8018;}.elementor-24903 .elementor-element.elementor-element-a0c3b1f > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-24903 .elementor-element.elementor-element-a0c3b1f{padding:0px 0px 0px 0px;}.elementor-24903 .elementor-element.elementor-element-937e715 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-24903 .elementor-element.elementor-element-937e715{padding:10px 0px 10px 0px;}.elementor-24903 .elementor-element.elementor-element-562985a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-24903 .elementor-element.elementor-element-562985a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-24903 .elementor-element.elementor-element-562985a > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-24903 .elementor-element.elementor-element-6a2e7a6 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-24903 .elementor-element.elementor-element-6a2e7a6{padding:10px 0px 10px 0px;}.elementor-24903 .elementor-element.elementor-element-6b86d37{width:100%;max-width:100%;}@media(max-width:767px){.elementor-24903 .elementor-element.elementor-element-6f67cae > .elementor-element-populated{margin:0px 0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-24903 .elementor-element.elementor-element-5115fb4{width:100%;}.elementor-24903 .elementor-element.elementor-element-6f67cae{width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-24903 .elementor-element.elementor-element-6f67cae{width:100%;}}/* Start custom CSS for html, class: .elementor-element-1795b2c */:root {
    --che-primary: #0ea5e9;    /* Process Blue */
    --che-secondary: #064e3b;  /* Eco-Green (Sustainable focus) */
    --che-accent: #f9c234;     /* Reaction Gold */
    --che-dark: #0f172a;       /* Deep Industrial Navy */
    --che-glass: rgba(255, 255, 255, 0.05);
}

.che-hero {
    position: relative;
    background: var(--che-dark);
    padding: 120px 0 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #fff;
}

/* Background: The Molecular Flow */
.che-fluid-overlay {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgba(14, 165, 233, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 20% 80%, rgba(6, 78, 59, 0.1) 0%, transparent 40%);
    z-index: 1;
}

.che-lattice-bg {
    position: absolute;
    inset: 0;
    opacity: 0.09;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='104' viewBox='0 0 60 104' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0l30 17.32v34.64L30 69.28 0 51.96V17.32L30 0z' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3C/svg%3E");
    background-size: 60px 104px;
    mask-image: linear-gradient(to right, black, transparent);
    z-index: 2;
}

.c-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 10;
}

.che-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 70px;
    align-items: center;
}

/* Typography */
.che-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(14, 165, 233, 0.15);
    border: 1px solid var(--che-primary);
    padding: 10px 20px;
    border-radius: 50px;
    color: var(--che-primary);
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.che-title {
    font-size: clamp(2.8rem, 5.5vw, 4.2rem);
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 25px;
    margin-top: 0px;
    color: #FFFFFF;
}

.che-gradient-text {
    background: linear-gradient(90deg, #fff, var(--che-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.che-desc {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #94a3b8;
    margin-bottom: 35px;
    max-width: 600px;
}

/* Value Strip */
.che-value-strip {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.v-item {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--che-accent);
    padding-left: 15px;
    border-left: 2px solid var(--che-primary);
}

/* Buttons */
.che-cta { display: flex; gap: 20px; }

.btn-che-filled {
    background: var(--che-primary);
    color: white;
    padding: 18px 35px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(14, 165, 233, 0.2);
}

.btn-che-glass {
    background: var(--che-glass);
    border: 1px solid rgba(255,255,255,0.1);
    color: white;
    padding: 18px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
    backdrop-filter: blur(10px);
}

/* VISUAL: PROCESS REACTOR - RECONFIGURED FOR ZERO OVERLAP */
.che-visual { 
    position: relative; 
    height: 550px; /* Slightly taller to accommodate spacing */
}

.reactor-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hex-glass i{
    color: #f9c234;
}

.hex-glass {
    position: absolute;
    width: 160px;
    height: 185px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(14, 165, 233, 0.3);
    /* Hexagon Shape */
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    z-index: 5;
}

/* NEW POSITIONS: Distributed to ensure clear gaps */

/* Top Right */
.g1 { 
    top: 5%; 
    right: 15%; 
    left: auto; /* Clearing previous left pos */
} 

/* Center Left */
.g2 { 
    top: 35%; 
    left: 5%; 
    bottom: auto; /* Clearing previous bottom pos */
} 

/* Bottom Right */
.g3 { 
    bottom: 5%; 
    right: 10%; 
    top: auto; /* Clearing previous top pos */
}

/* Optional: Hover effect that stays in place */
.hex-glass:hover {
    background: rgba(14, 165, 233, 0.1);
    border-color: var(--che-primary);
    transform: translateY(-5px);
}

.reactor-core {
    position: absolute;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.08) 0%, transparent 70%);
    animation: pulse 4s ease-in-out infinite;
    z-index: 1;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 0.8; }
}

/* MOBILE STACKING */
@media (max-width: 1024px) {
    .che-layout { grid-template-columns: 1fr; text-align: center; }
    .che-badge, .che-value-strip, .che-cta { justify-content: center; }
    .che-desc { margin-left: auto; margin-right: auto; }
    .che-visual { display: none; }
    .che-cta { flex-direction: column; width: 100%; max-width: 350px; margin: 0 auto; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2794af2 */:root {
      --che-primary: #0ea5e9;    /* Process Blue */
      --che-secondary: #064e3b;  /* Eco-Green */
      --che-accent: #f9c234;     /* Reaction Gold */
      --che-dark: #0f172a;       /* Deep Industrial Navy */
      --che-glass: rgba(255, 255, 255, 0.05);
      --che-text-muted: #334155;
      --che-border: #e2e8f0;
      --che-white: #ffffff;
      --che-bg-light: #f0f9ff;
    }

    .chem-container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 24px;
    }

    /* ========== UNIVERSITY VISION & CORE VALUES SECTION ========== */
    .univ-vision {
      padding: 80px 0 50px;
      background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
    }
    .vision-core-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }
    .vision-card-chem, .values-card-chem {
      background: var(--che-white);
      border-radius: 28px;
      padding: 40px;
      box-shadow: 0 12px 25px -12px rgba(0,0,0,0.08);
      border-top: 5px solid var(--che-primary);
    }
    .values-badge, .vision-badge {
      color: var(--che-primary);
      font-weight: 800;
      text-transform: uppercase;
      font-size: 0.7rem;
      letter-spacing: 2px;
      margin-bottom: 12px;
      display: inline-block;
    }
    .vision-card-chem h2, .values-card-chem h2 {
      font-size: 1.8rem;
      margin-bottom: 20px;
      color: var(--che-dark);
    }
    .core-values-list {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin-top: 20px;
    }
    .value-chip {
      background: linear-gradient(135deg, var(--che-secondary), #0a5c44);
      color: white;
      padding: 10px 24px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 0.9rem;
    }

    /* ========== FACULTY VISION & MISSION ========== */
    .faculty-vm {
      padding: 70px 0;
      background: var(--che-white);
    }
    .faculty-vm-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }
    .faculty-card {
      background: #f8fafc;
      border-radius: 24px;
      padding: 35px;
      border-left: 5px solid var(--che-accent);
    }
    .faculty-card i {
      font-size: 2rem;
      color: var(--che-primary);
      margin-bottom: 15px;
    }

    /* ========== DEPARTMENT HEADER with Email ========== */
    .dept-header-chem {
      padding: 40px 0 20px;
      background: var(--che-bg-light);
      text-align: center;
    }
    .dept-email-tag {
      background: var(--che-secondary);
      display: inline-block;
      padding: 8px 25px;
      border-radius: 40px;
      color: white;
      font-size: 0.9rem;
    }

    /* ========== HISTORY SECTION ========== */
    .chem-history {
      padding: 70px 0;
      background: var(--che-white);
    }
    .section-mini-chem {
      color: var(--che-primary);
      font-weight: 700;
      text-transform: uppercase;
      font-size: 0.75rem;
      letter-spacing: 2px;
      margin-bottom: 15px;
    }
    .history-block h2 {
      font-size: 2rem;
      margin-bottom: 20px;
      color: var(--che-dark);
    }
    .history-block p {
      color: var(--che-text-muted);
      line-height: 1.8;
      margin-bottom: 20px;
    }
    .stats-chem {
      display: flex;
      align-items: center;
      gap: 20px;
      background: #e6f7f0;
      padding: 25px;
      border-radius: 20px;
      margin-top: 20px;
      border-left: 5px solid var(--che-secondary);
    }
    .stat-number-chem {
      font-size: 2.8rem;
      font-weight: 900;
      color: var(--che-secondary);
      line-height: 1;
    }

    /* ========== DEPARTMENT VISION & MISSION ========== */
    .dept-vm {
      padding: 70px 0;
      background: var(--che-bg-light);
    }
    .dept-vm-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }
    .dept-vm-card {
      background: var(--che-white);
      padding: 35px;
      border-radius: 24px;
      border-bottom: 4px solid var(--che-primary);
    }
    .dept-vm-card i {
      font-size: 2rem;
      color: var(--che-accent);
      margin-bottom: 15px;
    }

    /* ========== PHILOSOPHY ========== */
    .chem-philosophy {
      padding: 70px 0;
      background: var(--che-white);
    }
    .philosophy-card {
      background:#1d4d6d;
      color: white;
      padding: 45px;
      border-radius: 28px;
    }
    .philosophy-card h3 {
      color: var(--che-accent);
      margin-bottom: 20px;
    }
    .philosophy-card p {
      color: #cbd5e1;
      line-height: 1.8;
    }

    /* ========== PEOs ========== */
    .chem-peos {
      padding: 70px 0;
      background: var(--che-bg-light);
    }
    .section-header-chem {
      text-align: center;
      margin-bottom: 45px;
    }
    .section-header-chem h2 {
      color: var(--che-dark);
      font-size: 2rem;
    }
    .divider-chem {
      width: 70px;
      height: 4px;
      background: var(--che-primary);
      margin: 18px auto;
      border-radius: 4px;
    }
    .peos-grid-chem {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 25px;
    }
    .peo-card-chem {
      background: var(--che-white);
      border-radius: 20px;
      padding: 25px;
      border-left: 4px solid var(--che-accent);
    }
    .peo-number-chem {
      font-weight: 800;
      color: var(--che-primary);
      font-size: 1.2rem;
      margin-bottom: 10px;
    }

    /* ========== POs ========== */
    .chem-pos {
      padding: 70px 0;
      background: var(--che-white);
    }
    .pos-grid-chem {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
      gap: 20px;
    }
    .po-card-chem {
      background: #f1f5f9;
      border-radius: 18px;
      padding: 20px;
      border-bottom: 3px solid var(--che-primary);
    }
    .po-code-chem {
      font-weight: 800;
      color: var(--che-secondary);
      font-size: 0.85rem;
      margin-bottom: 8px;
    }

    /* ========== ACCREDITATION ========== */
    .chem-accred {
      padding: 60px 0;
      background: #1d4d6d;
      color: white;
    }
    .accred-flex-chem {
      display: flex;
      justify-content: center;
      gap: 40px;
      flex-wrap: wrap;
      text-align: center;
    }
    .accred-badge-chem {
      background: var(--che-glass);
      padding: 20px 35px;
      border-radius: 60px;
      backdrop-filter: blur(4px);
      border: 1px solid rgba(14,165,233,0.3);
    }

    /* ========== RESPONSIVE ========== */
    @media (max-width: 992px) {
      .vision-core-grid, .faculty-vm-grid, .dept-vm-grid, .peos-grid-chem, .pos-grid-chem {
        grid-template-columns: 1fr;
      }
    }
    @media (max-width: 768px) {
      .chem-container {
        padding: 0 20px;
      }
      .univ-vision, .chem-history, .dept-vm, .chem-philosophy, .chem-peos, .chem-pos, .chem-accred, .faculty-vm {
        padding: 50px 0;
      }
      .stats-chem {
        flex-direction: column;
        text-align: center;
      }
      .philosophy-card {
        padding: 30px;
      }
    }/* End custom CSS */