.elementor-3349 .elementor-element.elementor-element-9426374{--display:flex;}.elementor-3349 .elementor-element.elementor-element-19efbf2{width:100%;max-width:100%;top:-1px;}body:not(.rtl) .elementor-3349 .elementor-element.elementor-element-19efbf2{left:2px;}body.rtl .elementor-3349 .elementor-element.elementor-element-19efbf2{right:2px;}/* Start custom CSS for html, class: .elementor-element-19efbf2 *//* ==================== GOOGLE FONTS IMPORT ==================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700&family=Poppins:wght@400;500;600;700;800&display=swap');

/* ==================== RESET AND BASE ==================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: #374151;
    background-color: #FFFFFF;
    line-height: 1.5;
    scroll-behavior: smooth;
}

h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
}

h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1A3C6E;
    margin-bottom: 2rem;
    text-align: center;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ==================== HEADER STYLES ==================== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #1A3C6E;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    padding: 0 48px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    text-decoration: none;
}

.brand-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #FFFFFF;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

.brand-tagline {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 10.5px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.3px;
    line-height: 1;
}

.menu-toggle-input {
    display: none;
}

.hamburger-label {
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 8px;
    z-index: 10001;
}

.hamburger-label span {
    display: block;
    width: 25px;
    height: 2.5px;
    background: #FFFFFF;
    border-radius: 3px;
    transition: all 0.3s ease;
}

input#main-menu-toggle:checked ~ .hamburger-label span:nth-child(1) {
    transform: rotate(45deg) translateY(7.5px);
}

input#main-menu-toggle:checked ~ .hamburger-label span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

input#main-menu-toggle:checked ~ .hamburger-label span:nth-child(3) {
    transform: rotate(-45deg) translateY(-7.5px);
}

.main-nav {
    display: flex;
    align-items: center;
}

.nav-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2px;
}

input#services-toggle,
input#destinations-toggle,
input#company-toggle {
    display: none;
}

.nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14.5px;
    color: #FFFFFF;
    padding: 8px 13px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background 0.2s;
    white-space: nowrap;
    user-select: none;
    text-decoration: none;
}

.nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
}

.nav-link.active {
    color: #F97316;
    font-weight: 600;
}

.dropdown-label {
    cursor: pointer;
}

.chevron {
    display: inline-block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    transition: transform 0.25s ease;
    margin-left: 2px;
    line-height: 1;
    transform: rotate(90deg);
}

.has-dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
    min-width: 230px;
    padding: 8px 0;
    list-style: none;
    margin: 0;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.has-dropdown:hover .chevron {
    transform: rotate(-90deg);
}

.dropdown-section-label {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #6B7280;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 10px 20px 4px;
    pointer-events: none;
    display: block;
}

.dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #111827;
    font-weight: 500;
    transition: all 0.15s;
    border-left: 3px solid transparent;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    background: #EEF2FF;
    color: #2563EB;
    border-left-color: #F97316;
    padding-left: 23px;
}

.cta-button {
    background: #F97316;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 11px 22px;
    border-radius: 25px;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);
    transition: all 0.25s;
    display: inline-block;
    text-decoration: none;
}

.cta-button:hover {
    background: #ea6c0a;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.5);
}

.nav-cta {
    margin-left: 10px;
}

/* ==================== PAGE HERO ==================== */
.services-hero {
    background: linear-gradient(135deg, #1A3C6E 0%, #2563EB 100%);
    padding: 4rem 0;
    text-align: center;
    min-height: 280px;
    display: flex;
    align-items: center;
}

.hero-content .breadcrumb {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.hero-content h1 {
    color: #FFFFFF;
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.hero-content p {
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.1rem;
}

/* ==================== SERVICE TABS ==================== */
.tabs-container {
    background-color: #FFFFFF;
    padding: 2rem 0 0;
}

.tabs-wrapper {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: 0 1rem;
    position: relative;
}

.tabs-wrapper input {
    display: none;
}

.tab-label {
    background-color: #EEF2FF;
    color: #2563EB;
    padding: 10px 24px;
    border-radius: 24px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
}

.tabs-wrapper input:checked + .tab-label {
    background-color: #2563EB;
    color: #FFFFFF;
}

.tab-content {
    display: none;
    padding: 3rem 0;
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

#tab-students:checked ~ .tab-students,
#tab-institutions:checked ~ .tab-institutions,
#tab-partners:checked ~ .tab-partners,
#tab-franchisees:checked ~ .tab-franchisees {
    display: block;
}

/* ==================== SERVICES FOR STUDENTS ==================== */
.services-section {
    padding: 2rem 0 4rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.service-card {
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 28px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.accent-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #2563EB;
    border-radius: 16px 16px 0 0;
}

.icon-circle {
    width: 56px;
    height: 56px;
    background-color: #EEF2FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 1.6rem;
    color: #2563EB;
}

.service-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
}

.service-card > p {
    color: #374151;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.service-card ul {
    list-style: none;
    margin-bottom: 1.5rem;
}

.service-card ul li {
    color: #6B7280;
    font-size: 0.85rem;
    padding: 0.25rem 0;
    padding-left: 1.2rem;
    position: relative;
}

.service-card ul li:before {
    content: "✓";
    color: #16A34A;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.enquire-btn {
    width: 100%;
    background-color: #F97316;
    color: #FFFFFF;
    border: none;
    padding: 0.75rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.enquire-btn:hover {
    background-color: #e05f0a;
    transform: translateY(-2px);
}

/* ==================== FOR INSTITUTIONS ==================== */
.institutions-section {
    background-color: #EEF2FF;
}

.institutions-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.partner-placeholder {
    background: linear-gradient(135deg, #09518F, #0a6eb3);
    border-radius: 24px;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 2rem;
}

.partner-placeholder i {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.partner-placeholder h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.feature-row {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    align-items: flex-start;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background-color: #2563EB;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.feature-content h4 {
    font-size: 1.2rem;
    color: #111827;
    margin-bottom: 0.5rem;
}

.feature-content p {
    color: #374151;
    line-height: 1.5;
}

/* ==================== FOR PARTNERS ==================== */
.partners-section {
    background-color: #F8F9FA;
}

.partners-grid {
    grid-template-columns: repeat(4, 1fr);
}

/* ==================== FOR FRANCHISEES ==================== */
.franchisees-section {
    background-color: #EEF2FF;
}

.franchisees-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.franchisees-left h3 {
    font-size: 1.8rem;
    color: #111827;
    margin-bottom: 1.5rem;
}

.benefits-list {
    list-style: none;
    margin-bottom: 2rem;
}

.benefits-list li {
    padding: 0.75rem 0;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.benefits-list li i {
    color: #16A34A;
    font-size: 1.2rem;
}

.franchise-cta {
    display: inline-block;
    background-color: #F97316;
    color: white;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.franchise-cta:hover {
    background-color: #e05f0a;
    transform: translateX(5px);
}

.form-card {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-card h3 {
    font-size: 1.5rem;
    color: #111827;
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    transition: border-color 0.3s ease;
}

.form-group input:focus {
    outline: none;
    border-color: #2563EB;
}

.submit-btn {
    width: 100%;
    background-color: #2563EB;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: #1A3C6E;
    transform: translateY(-2px);
}

/* ==================== HOW IT WORKS ==================== */
.how-it-works {
    background-color: #1A3C6E;
    padding: 5rem 0;
}

.how-it-works h2 {
    color: #FFFFFF;
}

.steps-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.flow-step {
    text-align: center;
    flex: 1;
    min-width: 180px;
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: #F97316;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 auto 1rem;
}

.flow-step h4 {
    color: #FFFFFF;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.flow-step p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.flow-line {
    width: 50px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    border-top: 2px dashed rgba(255, 255, 255, 0.5);
}

/* ==================== TESTIMONIALS ==================== */
.testimonials {
    background-color: #FFFFFF;
    padding: 5rem 0;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.testi-card {
    background: white;
    border-radius: 16px;
    padding: 1.8rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #E5E7EB;
}

.testi-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.stars {
    color: #EAB308;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    font-size: 1.2rem;
}

.quote {
    font-style: italic;
    margin-bottom: 1rem;
    color: #374151;
    line-height: 1.6;
}

.student-name {
    font-weight: 700;
    color: #111827;
    margin-top: 0.5rem;
}

.student-location {
    font-size: 0.8rem;
    color: #6B7280;
}

/* ==================== CTA SECTION ==================== */
.cta-section {
    background-color: #2563EB;
    padding: 5rem 0;
    text-align: center;
}

.cta-section h2 {
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.cta-section p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.cta-section .cta-button {
    background-color: #F97316;
    color: white;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    display: inline-block;
    transition: all 0.3s ease;
}

.cta-section .cta-button:hover {
    background-color: #e05f0a;
    transform: scale(1.05);
}

/* ==================== FLOATING WHATSAPP BUTTON ==================== */
.whatsapp-float {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background-color: #16A34A;
    border-radius: 50px;
    padding: 0.8rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 99;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128c3a;
    transform: scale(1.05);
}

.whatsapp-float i {
    font-size: 1.5rem;
}

/* ==================== FOOTER ==================== */
.footer {
    background-color: #0F172A;
    padding: 3rem 2rem 1rem;
    color: #6B7280;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 1280px;
    margin: 0 auto;
}

.footer-col h3 {
    color: #F97316;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-col p, .footer-col a {
    color: #6B7280;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    transition: 0.2s;
}

.footer-col a:hover {
    color: white;
}

.social-icons {
    margin-top: 1rem;
}

.social-icons a {
    display: inline-block;
    background-color: #2563EB;
    color: white;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    margin-right: 8px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: #F97316;
    transform: translateY(-3px);
}

.copyright {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    margin-top: 3rem;
    font-size: 0.8rem;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1023px) {
    .header-inner {
        padding: 0 20px;
        height: 64px;
    }
    .brand-name {
        font-size: 17px;
    }
    .brand-tagline {
        font-size: 9.5px;
    }
    .hamburger-label {
        display: flex;
    }
    .main-nav {
        position: absolute;
        top: 64px;
        left: 0;
        width: 100%;
        background: #1A3C6E;
        z-index: 9998;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.4s ease;
    }
    input#main-menu-toggle:checked ~ .main-nav {
        max-height: 100vh;
        overflow-y: auto;
    }
    .nav-list {
        flex-direction: column;
        width: 100%;
        gap: 0;
        padding: 8px 0 16px 0;
    }
    .nav-list li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .nav-link {
        font-size: 15px;
        padding: 14px 24px;
        width: 100%;
        justify-content: space-between;
        border-radius: 0;
    }
    .nav-cta {
        margin-left: 0;
        padding: 16px 20px;
    }
    .cta-button {
        display: block;
        text-align: center;
        border-radius: 25px;
        padding: 13px 20px;
        font-size: 15px;
        margin: 0;
    }
    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        background: rgba(0, 0, 0, 0.25);
        min-width: unset;
        width: 100%;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
    }
    .has-dropdown:hover .dropdown-menu {
        max-height: 0;
    }
    input#services-toggle:checked ~ .dropdown-menu,
    input#destinations-toggle:checked ~ .dropdown-menu,
    input#company-toggle:checked ~ .dropdown-menu {
        max-height: 500px;
    }
    input#services-toggle:checked ~ .dropdown-label .chevron,
    input#destinations-toggle:checked ~ .dropdown-label .chevron,
    input#company-toggle:checked ~ .dropdown-label .chevron {
        transform: rotate(-90deg);
    }
    .dropdown-menu li a {
        padding: 12px 24px 12px 40px;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.85);
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        border-left: none;
    }
    .dropdown-menu li a:hover {
        background: rgba(255, 255, 255, 0.08);
        color: #FFFFFF;
        padding-left: 44px;
    }
    .dropdown-section-label {
        color: rgba(255, 255, 255, 0.45);
        padding: 10px 24px 4px 40px;
    }
}

@media (max-width: 768px) {
    .services-grid,
    .partners-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
    .institutions-layout,
    .franchisees-layout {
        grid-template-columns: 1fr;
    }
    .steps-flow {
        flex-direction: column;
    }
    .flow-line {
        width: 2px;
        height: 30px;
        background-color: rgba(255, 255, 255, 0.3);
        border-top: none;
        border-left: 2px dashed rgba(255, 255, 255, 0.5);
    }
    .hero-content h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.8rem;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .social-icons a {
        margin: 0 4px;
    }
    .partner-placeholder {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }
    .hero-content h1 {
        font-size: 1.6rem;
    }
    .tab-label {
        padding: 6px 16px;
        font-size: 0.85rem;
    }
    .whatsapp-float {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
        bottom: 1rem;
        right: 1rem;
    }
}

@media (max-width: 480px) {
    .brand-name {
        font-size: 15px;
    }
    .brand-tagline {
        display: none;
    }
    .header-inner {
        height: 60px;
    }
    .main-nav {
        top: 60px;
    }
}/* End custom CSS */