.elementor-22850 .elementor-element.elementor-element-aa6af40:not(.elementor-motion-effects-element-type-background), .elementor-22850 .elementor-element.elementor-element-aa6af40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f8f8;}.elementor-22850 .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-22850 .elementor-element.elementor-element-aa6af40 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-22850 .elementor-element.elementor-element-aa6af40 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-22850 .elementor-element.elementor-element-a3233df > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-22850 .elementor-element.elementor-element-a3233df > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-22850 .elementor-element.elementor-element-7c1f370 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-22850 .elementor-element.elementor-element-7c1f370{padding:10px 0px 10px 0px;}.elementor-22850 .elementor-element.elementor-element-5115fb4 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-22850 .elementor-element.elementor-element-5115fb4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-22850 .elementor-element.elementor-element-e41c1e9{margin-top:30px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-22850 .elementor-element.elementor-element-9143820{color:#000000;}.elementor-22850 .elementor-element.elementor-element-9143820 a{color:#5C8018;}.elementor-22850 .elementor-element.elementor-element-a0c3b1f > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-22850 .elementor-element.elementor-element-a0c3b1f{padding:0px 0px 0px 0px;}.elementor-22850 .elementor-element.elementor-element-937e715 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-22850 .elementor-element.elementor-element-937e715{padding:10px 0px 10px 0px;}@media(max-width:767px){.elementor-22850 .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-22850 .elementor-element.elementor-element-5115fb4{width:100%;}.elementor-22850 .elementor-element.elementor-element-6f67cae{width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-22850 .elementor-element.elementor-element-6f67cae{width:100%;}}/* Start custom CSS for html, class: .elementor-element-1795b2c */:root {
    --primary-glow: #1d4d6d;
    --primary-light: #2a6a8f;
    --accent-glow: #3a8fb0;
    --accent-soft: #5aa9c9;
    --glass-bg: rgba(29, 77, 109, 0.08);
    --glass-border: rgba(29, 77, 109, 0.25);
    --hero-bg-start: #0a1a2a;
    --hero-bg-end: #0d2a3a;
}

.guidance-hero-v2 {
    position: relative;
    background: linear-gradient(135deg, var(--hero-bg-start) 0%, var(--hero-bg-end) 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #f8fafc;
    padding: 100px 0;
    padding-bottom: 40px;
}

/* Sophisticated Background - #1d4d6d Theme */
.mesh-gradient {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: 
        radial-gradient(at 0% 0%, rgba(29, 77, 109, 0.35) 0px, transparent 50%),
        radial-gradient(at 100% 0%, rgba(42, 106, 143, 0.25) 0px, transparent 50%),
        radial-gradient(at 50% 100%, rgba(15, 45, 65, 0.4) 0px, transparent 50%),
        radial-gradient(at 30% 50%, rgba(58, 143, 176, 0.1) 0px, transparent 60%);
    z-index: 1;
}

.hero-noise {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.hero-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
}

/* Badge styling with subtle pulse */
.hero-badge-glow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    padding: 8px 20px;
    border-radius: 100px;
    backdrop-filter: blur(8px);
}

.badge-dot {
    width: 8px; height: 8px;
    background: var(--accent-glow);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--accent-glow);
}

.hero-main-title {
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    margin-top: 0px;
    color: #ffffff;
}

.text-gradient {
    background: linear-gradient(to right, var(--accent-glow), var(--primary-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #94a3b8;
    max-width: 600px;
    margin-bottom: 48px;
}

/* Buttons */
.hero-action-group {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.cta-glow {
    background: #f8fafc;
    color: var(--primary-glow);
    padding: 18px 36px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s;
    box-shadow: 0 0 20px rgba(29, 77, 109, 0.3);
}

.cta-glow:hover {
    transform: translateY(-3px);
    background: var(--accent-glow);
    color: white;
}

.cta-outline {
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    padding: 18px 36px;
    border-radius: 12px;
    color: #f8fafc;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.cta-outline:hover {
    background: rgba(29, 77, 109, 0.15);
    border-color: var(--accent-glow);
}

/* Cards Side */
.cards-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.feature-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    padding: 30px;
    border-radius: 24px;
    backdrop-filter: blur(10px);
    transition: 0.4s;
}

.feature-card:hover {
    border-color: var(--accent-glow);
    transform: translateX(10px);
    background: rgba(29, 77, 109, 0.12);
}

.icon-box {
    width: 50px; height: 50px;
    background: rgba(29, 77, 109, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--accent-glow);
    margin-bottom: 20px;
}

.icon-box.active {
    background: var(--primary-glow);
    color: white;
}

.feature-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.feature-card p {
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Trust Footer */
.trust-footer {
    display: flex;
    gap: 24px;
}

.trust-pill {
    font-size: 0.85rem;
    font-weight: 600;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 8px;
}

.trust-pill i { color: var(--accent-glow); }

/* Scroll Mouse Animation */
.bottom-scroll {
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mouse {
    width: 20px; height: 32px;
    border: 2px solid var(--glass-border);
    border-radius: 20px;
    position: relative;
}

.mouse::after {
    content: '';
    position: absolute;
    top: 6px; left: 50%;
    width: 4px; height: 8px;
    background: var(--accent-glow);
    transform: translateX(-50%);
    border-radius: 2px;
    animation: scroll 2s infinite;
}

@keyframes scroll {
    0% { opacity: 1; transform: translate(-50%, 0); }
    100% { opacity: 0; transform: translate(-50%, 15px); }
}

/* ============================================ */
/* MOBILE FIX: BUTTONS STACK ON EACH ROW */
/* ============================================ */

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
    .hero-layout { 
        grid-template-columns: 1fr; 
        gap: 60px; 
    }
    .hero-content { 
        padding: 0 24px; 
    }
    .cards-side { 
        flex-direction: row; 
        overflow-x: auto; 
        padding-bottom: 20px; 
    }
    .feature-card { 
        min-width: 280px; 
    }
    .bottom-scroll { 
        display: none; 
    }
    
    /* Make buttons stack vertically on tablet */
    .hero-action-group {
        flex-direction: column;
        align-items: stretch;
    }
    
    .cta-glow, .cta-outline {
        justify-content: center;
        width: 100%;
        text-align: center;
    }
}

/* Mobile (up to 768px) */
@media (max-width: 768px) {
    .hero-action-group {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }
    
    .cta-glow, .cta-outline {
        justify-content: center;
        width: 100%;
        padding: 14px 24px;
    }
    
    .hero-description {
        font-size: 1rem;
        margin-bottom: 32px;
    }
    
    .hero-main-title {
        font-size: 2rem;
    }
}

/* Small Mobile (up to 480px) */
@media (max-width: 480px) {
    .hero-action-group {
        flex-direction: column;
        gap: 14px;
    }
    
    .cta-glow, .cta-outline {
        justify-content: center;
        width: 100%;
        padding: 12px 20px;
        font-size: 0.9rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2794af2 */.guidance-main {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    padding: 0px 0;
    padding-top: 50px;
  }

  .guidance-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
  }

  /* Section Tag */
  .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(34, 211, 238, 0.1);
    color: #0e7c8c;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
  }

  .section-tag.light {
    background: rgba(255,255,255,0.15);
    color: #99f6e4;
  }

  .section-header-center {
    text-align: center;
    margin-bottom: 48px;
  }

  .section-header-center h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
  }

  .section-header-center p {
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
  }

  /* History Split Layout */
  .history-split {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
  }

  .history-content h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 20px;
  }

  .history-content h2 span {
    color: #0e7c8c;
  }

  .history-content p {
    color: #475569;
    line-height: 1.75;
    margin-bottom: 20px;
  }

  .stats-inline {
    display: flex;
    gap: 32px;
    margin-top: 24px;
    flex-wrap: wrap;
  }

  .stat-inline {
    text-align: center;
  }

  .stat-inline .stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    color: #0e7c8c;
  }

  .stat-inline .stat-label {
    font-size: 0.7rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .history-visual {
    position: relative;
    min-height: 300px;
  }

  .visual-card-main {
    background: linear-gradient(135deg, #0e7c8c, #0a5c68);
    border-radius: 28px;
    padding: 32px;
    text-align: center;
    color: white;
    position: relative;
    z-index: 2;
  }

  .visual-card-main i {
    font-size: 2.5rem;
    margin-bottom: 16px;
  }

  .visual-card-main h3 {
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: #FFFFFF;
  }

  .visual-card-main p {
    font-size: 0.85rem;
    opacity: 0.9;
  }

  .floating-badge-guidance {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: white;
    border-radius: 50px;
    padding: 12px 24px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #0e7c8c;
    z-index: 3;
  }

  /* Philosophy Feature */
  .philosophy-feature {
    background: linear-gradient(135deg, #0e7c8c, #0a5c68);
    border-radius: 32px;
    padding: 48px;
    margin-bottom: 80px;
    display: flex;
    gap: 40px;
    position: relative;
    overflow: hidden;
  }

  .philosophy-feature::before {
    content: '\1F4AC';
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 100px;
    opacity: 0.03;
    pointer-events: none;
  }

  .philosophy-icon-wrap {
    width: 80px;
    height: 80px;
    background: rgba(34, 211, 238, 0.1);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .philosophy-icon-wrap i {
    font-size: 2.5rem;
    color: #22d3ee;
  }

  .philosophy-text {
    flex: 1;
  }

  .philosophy-text h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
  }

  .philosophy-text p {
    color: #cbd5e1;
    line-height: 1.75;
    margin-bottom: 16px;
  }

  .philosophy-quote {
    background: rgba(255,255,255,0.05);
    border-left: 3px solid #22d3ee;
    padding: 16px 20px;
    margin-top: 20px;
    border-radius: 12px;
  }

  .philosophy-quote i {
    color: #22d3ee;
    margin-right: 8px;
  }

  .philosophy-quote span {
    color: #e2e8f0;
    font-style: italic;
  }

  /* Objectives Modern Grid */
  .objectives-modern {
    margin-bottom: 80px;
  }

  .objectives-modern-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .obj-modern-card {
    background: white;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    gap: 20px;
    transition: all 0.3s;
    border: 1px solid #e2e8f0;
  }

  .obj-modern-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(14, 124, 140, 0.08);
    border-color: #0e7c8c;
  }

  .obj-number {
    font-size: 2rem;
    font-weight: 800;
    color: rgba(14, 124, 140, 0.15);
    line-height: 1;
  }

  .obj-content i {
    font-size: 1.5rem;
    color: #0e7c8c;
    margin-bottom: 12px;
    display: block;
  }

  .obj-content p {
    color: #475569;
    line-height: 1.6;
  }

  .obj-modern-card.full-width {
    grid-column: span 2;
  }

  /* Subjects Showcase */
  .subjects-showcase {
    background: #f1f5f9;
    border-radius: 32px;
    padding: 60px 40px;
    margin-bottom: 80px;
  }

  .subjects-showcase-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 16px;
    margin-top: 40px;
  }

  .subject-showcase-card {
    background: white;
    border-radius: 16px;
    padding: 20px 12px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid #e2e8f0;
  }

  .subject-showcase-card:hover {
    transform: translateY(-5px);
    border-color: #0e7c8c;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  }

  .subject-showcase-card i {
    font-size: 1.5rem;
    color: #0e7c8c;
    margin-bottom: 10px;
    display: block;
  }

  .subject-showcase-card span {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1e293b;
  }

  /* Admission Accordion */
  .admission-modern {
    margin-bottom: 60px;
  }

  .admission-header {
    text-align: center;
    margin-bottom: 40px;
  }

  .admission-header h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
  }

  .admission-accordion {
    max-width: 900px;
    margin: 0 auto;
  }

  .accordion-item-guidance {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
  }

  .accordion-header-guidance {
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: #0f172a;
    transition: background 0.3s;
  }

  .accordion-header-guidance:hover {
    background: #f8fafc;
  }

  .accordion-header-guidance i:first-child {
    color: #0e7c8c;
    margin-right: 10px;
  }

  .accordion-header-guidance .fa-chevron-down {
    transition: transform 0.3s;
    color: #94a3b8;
  }

  .accordion-item-guidance.active .fa-chevron-down {
    transform: rotate(180deg);
  }

  .accordion-body-guidance {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 24px;
  }

  .accordion-item-guidance.active .accordion-body-guidance {
    max-height: 200px;
    padding: 0 24px 20px;
  }

  .accordion-body-guidance p {
    color: #475569;
    line-height: 1.7;
  }

  /* CTA Banner */
  .cta-banner-guidance {
    background: linear-gradient(135deg, #0e7c8c, #0a5c68);
    border-radius: 32px;
    padding: 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .cta-banner-guidance::before {
    content: '\1F4AC';
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 120px;
    opacity: 0.05;
    pointer-events: none;
  }

  .cta-content i {
    font-size: 2.5rem;
    color: #99f6e4;
    margin-bottom: 16px;
  }

  .cta-content h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
    margin-bottom: 12px;
  }

  .cta-content p {
    color: #cbd5e1;
    margin-bottom: 28px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-button-guidance {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: #0e7c8c;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
  }

  .cta-button-guidance:hover {
    transform: translateY(-3px);
    gap: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  }

  /* Responsive */
  @media (max-width: 1024px) {
    .history-split {
      grid-template-columns: 1fr;
      gap: 40px;
    }
    
    .subjects-showcase-grid {
      grid-template-columns: repeat(4, 1fr);
    }
    
    .objectives-modern-grid {
      grid-template-columns: 1fr;
    }
    
    .obj-modern-card.full-width {
      grid-column: span 1;
    }
    
    .philosophy-feature {
      flex-direction: column;
    }
  }

  @media (max-width: 768px) {
    .subjects-showcase-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    
    .subjects-showcase {
      padding: 40px 24px;
    }
    
    .philosophy-feature {
      padding: 32px 24px;
    }
    
    .history-content h2 {
      font-size: 2rem;
    }
    
    .section-header-center h2 {
      font-size: 1.8rem;
    }
    
    .cta-banner-guidance {
      padding: 40px 24px;
    }
    
    .cta-content h2 {
      font-size: 1.4rem;
    }
    
    .floating-badge-guidance {
    right: 0px;
  }
  }

  @media (max-width: 480px) {
    .subjects-showcase-grid {
      grid-template-columns: 1fr;
    }
    
    .floating-badge-guidance {
    right: 0px;
  }
    
    .stats-inline {
      justify-content: center;
    }
  }/* End custom CSS */