.elementor-22901 .elementor-element.elementor-element-aa6af40:not(.elementor-motion-effects-element-type-background), .elementor-22901 .elementor-element.elementor-element-aa6af40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f8f8;}.elementor-22901 .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-22901 .elementor-element.elementor-element-aa6af40 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-22901 .elementor-element.elementor-element-aa6af40 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-22901 .elementor-element.elementor-element-a3233df > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-22901 .elementor-element.elementor-element-a3233df > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-22901 .elementor-element.elementor-element-7c1f370 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-22901 .elementor-element.elementor-element-7c1f370{padding:10px 0px 10px 0px;}.elementor-22901 .elementor-element.elementor-element-5115fb4 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-22901 .elementor-element.elementor-element-5115fb4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-22901 .elementor-element.elementor-element-e41c1e9{margin-top:30px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-22901 .elementor-element.elementor-element-9143820{color:#000000;}.elementor-22901 .elementor-element.elementor-element-9143820 a{color:#5C8018;}.elementor-22901 .elementor-element.elementor-element-a0c3b1f > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-22901 .elementor-element.elementor-element-a0c3b1f{padding:0px 0px 0px 0px;}.elementor-22901 .elementor-element.elementor-element-937e715 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-22901 .elementor-element.elementor-element-937e715{padding:10px 0px 10px 0px;}@media(max-width:767px){.elementor-22901 .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-22901 .elementor-element.elementor-element-5115fb4{width:100%;}.elementor-22901 .elementor-element.elementor-element-6f67cae{width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-22901 .elementor-element.elementor-element-6f67cae{width:100%;}}/* Start custom CSS for html, class: .elementor-element-1795b2c */.business-edu-hero {
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #1e3a8a 0%, #0f172a 100%); /* Deep Navy base */
    color: #f8fafc;
    overflow: hidden;
  }

  .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(30, 58, 138, 0.92), rgba(15, 23, 42, 0.78));
    z-index: 1;
  }

  .hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 24px;
    padding-bottom: 50px;
  }

  .hero-container {
    max-width: 1280px;
  }

  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,0.25);
    margin-bottom: 0px;
  }

  .hero-title {
    font-size: 3.5rem;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 28px;
    margin-top: 0px;
    color: #FFFFFF;
  }

  .highlight {
    color: #f9c234 !important;           /* Bright Yellow from your image */
  }

  .hero-subtitle {
    font-size: 1.28rem;
    line-height: 1.65;
    color: #FFFFFF;
    max-width: 660px;
    margin-bottom: 48px;
  }

  .hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 52px;
  }

  .highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .highlight-item i {
    font-size: 2.3rem;
    color: #FFFFFF;           /* Green from your image */
    margin-top: 4px;
  }

  .hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .btn-primary {
    background: #facc15;      /* Bright Yellow */
    color: #1e3a8a;
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s;
  }

  .btn-primary:hover {
    background: #fde047;
    transform: translateY(-3px);
    color: #000000;
  }

  .btn-secondary {
    border: 2px solid #f9c234;
    color: #FFFFFF;
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
  }

  .btn-secondary:hover {
    background: rgba(103, 232, 249, 0.1);
  }

  .hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 68px;
    font-size: 1.05rem;
  }

  .trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
  }

 .scroll-indicator {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: rgba(241, 245, 249, 0.75);
  font-size: 0.85rem;
  letter-spacing: 2px;
  z-index: 10;
  font-weight: 500;
}

.scroll-indicator span {
  display: block;
  margin-bottom: 8px;
}

.scroll-indicator i {
  display: block;
  font-size: 1.9rem;
  animation: bounce 2s infinite ease-in-out;
}

/* Bounce Animation */
@keyframes bounce {
  0%, 20% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(0);
  }
}

/* ============================================ */
/* MOBILE VIEW - BUSINESS EDUCATION HERO */
/* ============================================ */

@media (max-width: 768px) {
    
    /* Adjust hero section padding */
    .business-edu-hero {
        min-height: auto;
        padding: 60px 0;
    }
    
    .hero-content {
        padding: 80px 20px 40px;
    }
    
    /* Title adjustments */
    .hero-title {
        font-size: 2.2rem;
        line-height: 1.2;
        margin-bottom: 20px;
        text-align: center;
    }
    
    /* Hide highlights and trust on mobile */
    .hero-highlights {
        display: none;
    }
    
    .hero-trust {
        display: none;
    }
    
    /* Subtitle adjustments */
    .hero-subtitle {
        font-size: 1rem;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 32px;
    }
    
    /* Badge adjustments */
    .hero-badge {
        display: inline-flex;
        margin: 0 auto 20px;
        padding: 8px 20px;
        font-size: 0.75rem;
    }
    
    /* ============================================ */
    /* BUTTON FIX: Equal width, stacked vertically */
    /* ============================================ */
    
    .hero-ctas {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    
    /* Make both buttons equal width and full width */
    .hero-ctas .btn-primary,
    .hero-ctas .btn-secondary {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 14px 20px;
        box-sizing: border-box;
    }
    
    /* Ensure icons align properly */
    .btn-primary i,
    .btn-secondary i {
        display: inline-block;
    }
    
    /* Adjust button font size */
    .btn-primary,
    .btn-secondary {
        font-size: 0.9rem;
    }
    
    /* Scroll indicator adjustments */
    .scroll-indicator {
        bottom: 20px;
    }
    
    .scroll-indicator span {
        font-size: 0.7rem;
    }
    
    .scroll-indicator i {
        font-size: 1.4rem;
    }
}

/* ============================================ */
/* EXTRA SMALL MOBILE (480px and below) */
/* ============================================ */

@media (max-width: 480px) {
    
    .hero-content {
        padding: 60px 16px 30px;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
        margin-bottom: 28px;
    }
    
    .hero-badge {
        padding: 6px 16px;
        font-size: 0.7rem;
    }
    
    /* Buttons - equal width, stacked */
    .hero-ctas {
        gap: 12px;
        max-width: 280px;
    }
    
    .hero-ctas .btn-primary,
    .hero-ctas .btn-secondary {
        padding: 12px 16px;
        font-size: 0.85rem;
    }
    
    .scroll-indicator {
        bottom: 15px;
    }
}

/* ============================================ */
/* SMALLEST MOBILE (under 400px) */
/* ============================================ */

@media (max-width: 400px) {
    
    .hero-title {
        font-size: 1.6rem;
    }
    
    .hero-ctas {
        max-width: 260px;
    }
    
    .hero-ctas .btn-primary,
    .hero-ctas .btn-secondary {
        padding: 10px 14px;
        font-size: 0.8rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2794af2 */.business-content {
            background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
            padding: 50px 0;
           padding-bottom: 0px; 
        }

        .content-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* Section Tag */
        .section-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(250, 204, 21, 0.1);
            color: #b98c0f;
            padding: 6px 14px;
            border-radius: 50px;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 16px;
        }

        /* 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: #facc15;
        }

        .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: 700;
            color: #facc15;
        }

        .stat-inline .stat-label {
            display: block;
            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, #facc15, #eab308);
            border-radius: 28px;
            padding: 32px;
            text-align: center;
            color: #0f172a;
            position: relative;
            z-index: 2;
        }

        .visual-card-main i {
            font-size: 2.5rem;
            margin-bottom: 16px;
        }

        .visual-card-main h3 {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .visual-card-main p {
            font-size: 0.85rem;
            opacity: 0.8;
        }

        .floating-badge {
            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: #facc15;
            z-index: 3;
        }

        /* Philosophy Feature */
        .philosophy-feature {
            background: linear-gradient(135deg, #1e3a8a 0%, #0f172a 100%);
            border-radius: 32px;
            padding: 48px;
            margin-bottom: 80px;
            display: flex;
            gap: 40px;
            position: relative;
            overflow: hidden;
        }

        .philosophy-feature::before {
            content: '\1F4BC';
            position: absolute;
            bottom: 20px;
            right: 30px;
            font-size: 100px;
            opacity: 0.03;
            pointer-events: none;
        }

        .philosophy-icon-wrap {
            width: 80px;
            height: 80px;
            background: rgba(250, 204, 21, 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: #facc15;
        }

        .philosophy-text {
            flex: 1;
        }

        .philosophy-text .section-tag {
            background: rgba(250, 204, 21, 0.15);
            color: #facc15;
        }

        .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 #facc15;
            padding: 16px 20px;
            margin-top: 20px;
            border-radius: 12px;
        }

        .philosophy-quote i {
            color: #facc15;
            margin-right: 8px;
        }

        .philosophy-quote span {
            color: #e2e8f0;
            font-style: italic;
        }

        /* Objectives Modern Grid */
        .objectives-modern {
            margin-bottom: 80px;
        }

        .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;
        }

        .objectives-modern-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }

        .obj-modern-card {
            background: white;
            border-radius: 20px;
            padding: 28px;
            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(250, 204, 21, 0.1);
            border-color: #facc15;
        }

        .obj-number {
            font-size: 2rem;
            font-weight: 800;
            color: rgba(250, 204, 21, 0.2);
            line-height: 1;
        }

        .obj-content i {
            font-size: 1.5rem;
            color: #facc15;
            margin-bottom: 12px;
            display: block;
        }

        .obj-content p {
            color: #475569;
            line-height: 1.6;
        }

        .obj-modern-card.full-width {
            grid-column: span 2;
        }

        /* Core Areas Showcase */
        .core-areas {
            background: #f1f5f9;
            border-radius: 32px;
            padding: 60px 40px;
            margin-bottom: 80px;
        }

        .core-areas-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin-top: 40px;
        }

        .core-area-card {
            background: white;
            border-radius: 20px;
            padding: 28px 20px;
            text-align: center;
            transition: all 0.3s;
            border: 1px solid #e2e8f0;
        }

        .core-area-card:hover {
            transform: translateY(-5px);
            border-color: #facc15;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        }

        .core-area-card i {
            font-size: 2rem;
            color: #facc15;
            margin-bottom: 15px;
            display: block;
        }

        .core-area-card h4 {
            font-size: 1.1rem;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 8px;
        }

        .core-area-card p {
            font-size: 0.8rem;
            color: #64748b;
        }

        /* 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 {
            background: white;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            margin-bottom: 16px;
            overflow: hidden;
        }

        .accordion-header {
            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:hover {
            background: #f8fafc;
        }

        .accordion-header i:first-child {
            color: #facc15;
            margin-right: 10px;
        }

        .accordion-header .fa-chevron-down {
            transition: transform 0.3s;
            color: #94a3b8;
        }

        .accordion-item.active .fa-chevron-down {
            transform: rotate(180deg);
        }

        .accordion-body {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            padding: 0 24px;
        }

        .accordion-item.active .accordion-body {
            max-height: 200px;
            padding: 0 24px 20px;
        }

        .accordion-body p {
            color: #475569;
            line-height: 1.7;
        }

        /* Note Box */
        .note-box {
            background: #fefce8;
            border-left: 4px solid #facc15;
            padding: 20px 24px;
            border-radius: 16px;
            margin-top: 32px;
            display: flex;
            gap: 16px;
            align-items: flex-start;
        }

        .note-box i {
            color: #facc15;
            font-size: 1.3rem;
            margin-top: 2px;
        }

        .note-box p {
            color: #475569;
            margin: 0;
        }

        /* CTA Banner */
        .cta-banner {
            background: linear-gradient(135deg, #facc15, #eab308);
            border-radius: 32px;
            padding: 50px;
            text-align: center;
            position: relative;
            overflow: hidden;
            margin-top: 40px;
        }

        .cta-banner::before {
            content: '\1F4BC';
            position: absolute;
            top: -30px;
            right: -30px;
            font-size: 120px;
            opacity: 0.08;
            pointer-events: none;
        }

        .cta-content i {
            font-size: 2.5rem;
            color: #0f172a;
            margin-bottom: 16px;
        }

        .cta-content h2 {
            font-size: 1.8rem;
            font-weight: 800;
            color: #0f172a;
            margin-bottom: 12px;
        }

        .cta-content p {
            color: #422c00;
            margin-bottom: 28px;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-button {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #0f172a;
            color: white;
            padding: 14px 32px;
            border-radius: 50px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s;
        }

        .cta-button: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;
            }
            
            .core-areas-grid {
                grid-template-columns: repeat(2, 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) {
            .core-areas-grid {
                grid-template-columns: 1fr;
            }
            
            .core-areas {
                padding: 40px 24px;
            }
            
            .philosophy-feature {
                padding: 32px 24px;
            }
            
            .history-content h2 {
                font-size: 2rem;
            }
            
            .section-header-center h2 {
                font-size: 1.8rem;
            }
            
            .cta-banner {
                padding: 40px 24px;
            }
            
            .cta-content h2 {
                font-size: 1.4rem;
            }
            
            
        .floating-badge {
            right: 0px;
        }
        }

        @media (max-width: 480px) {
            .stats-inline {
                justify-content: center;
            }
            
            .floating-badge {
            right: 0px;
        }
            
            .core-areas-grid {
                grid-template-columns: 1fr;
            }
        }/* End custom CSS */