@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     font-family: "Exo", sans-serif;
}


/* Typewriter Animation Styles */
.typewriter-text {
  display: inline;
}

.typewriter-cursor {
  display: inline-block;
  animation: blink 1s infinite;
  font-weight: 300;
  color: #3E5EC0;
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}

/* Typewriter animation for the text */
.typewriter-text.typing {
  border-right: 2px solid #3E5EC0;
  animation: typing 3s steps(40, end), blink-caret 0.75s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #3E5EC0;
  }
}

/* Smooth Fade Animation for Hero Descriptions */
.hero-text p {
  opacity: 0;
  transform: translateY(20px);
  animation: smoothFadeIn 1.5s ease-out forwards;
  animation-delay: 2.5s; /* Start after typewriter animation completes */
}

@keyframes smoothFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =============== Navbar =============== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    z-index: 50;
    display: flex;
    align-items: center;

    .container {
        width: 100%;
    }

    ul li {
        list-style: none;

        a {
            text-decoration: none;
        }
    }
}

.nav-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.no-results {
    text-align: center;
    padding: 2.5rem 0;
    color: #6B7280;
    grid-column: 1 / -1;
}

.menu-toggle {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 4px solid #DDE9FF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: none;
    outline: none;
}

.nav-logo {
    width: 160px;
}
.arabic-button-mobile{
        padding: 2px 10px;
        background:linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
        border-radius: 30px;
        color: #3e5ec0;
        font-weight:600;
        display:block;
        font-size:13px;
}

@media (min-width: 992px) {
    .nav-right {
        display: flex;
        align-items: center;
        gap: 50px;
    }

    .nav-right ul {
        display: flex;
        align-items: center;
        gap: 24px;
    }
    .arabic-button-mobile{
        display:none;
}
}

@media (min-width: 992px) {
    .nav-left {
        display: flex;
        align-items: center;
        gap: 1rem;
        max-width: 280px;
        /*width: 100%;*/
        justify-content: space-between;
    }

    .nav-logo {
        width: 190px;
        height: 50px;
    }
}

.nav-links {
    display: flex;
    gap: 25px;
    li{
        position:relative;
            &::after {
            content: "";
            position: absolute;
            height: 3px;
            width: 0;
            background-color: #20b486;
            left: 50%;
            transform: translateX(-50%);
            bottom: -3px;
            border-radius: 44px;
            transition: width 1s ease-in-out;
        }
                &:hover::after {
            width: 10px;
        }

                &.active {
            font-weight: 700;

            &::after {
                width: 32px;
            }
        }
    }
}

.nav-link {
    color: #314EA9;
    transition: color 0.3s;
    font-weight:600;
    font-size:15px;
}

.arabic-button {
    width: 100%;
    height: 40px;
    max-width: fit-content;
    padding: 0 24px;
    background: linear-gradient(to right, #314EA9, #446AE1);
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 16px;
}

/* Menu Overlay */
.menu-overlay {
    display: none;
}

.flag-icon {
    width: 25px;
    height: 25px;
}

.city-name {
    font-size: 0.75rem;
    font-weight: 500;
    color: #414141;
}

.city-link {
    color: #3E5EC0;
    transform: rotate(-45deg);
}

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

/* Container */
.container {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.swiper-pagination-bullet {
    background-color: #3E5EC0 !important;
    width: 24px !important;
    border-radius: 100px !important;
    display: none !important;
}

.swiper-wrapper {
    margin-bottom: 24px !important;
}

/* Hero Section */
.hero-section {
    margin-top: 70px;
    min-height: calc(100vh - 70px);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
    /*background-image: url(./../images/hero-bg.webp);*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    position: relative;
    
/*  &:before{*/
/*      content: "";*/
/*                position: absolute;*/
/*                top: 0;*/
/*                left: 0;*/
/*                width: 100%;*/
/*                height: 100%;*/
/*                pointer-events: none;*/
/*background: radial-gradient(circle, #314ea9 0 0, #ffffff00 200%);*/
/*background: linear-gradient(to right, #0c1f5be0 0%, #2d2b5300 100%);*/
        /*background: ##0000006b;*/
/*          backdrop-filter: blur(2px);*/
/*}*/
    .hero-container {
        max-width: 1200px;
        height: 100%;
        min-height: calc(100vh - 160px);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
        text-align: center;
        position: static;
        z-index: 10;
        padding: 0 1rem;
    }

    /* Hero Content */
    .hero-content {
        max-width: 100%;
        position: relative;
        width: 100%;
    }

    .hero-badge {
        margin-bottom: clamp(1rem, 3vw, 1.5rem);

        .badge-text {
            display: inline-block;
            color: #3E5EC0;
            background: linear-gradient(135deg, #f0f4ff 0%, #e6edff 100%);
            padding: clamp(0.375rem, 1.5vw, 0.5rem) clamp(1rem, 3vw, 1.5rem);
            border-radius: 50px;
            font-weight: 600;
            font-size: clamp(0.75rem, 2vw, 0.875rem);
            border: 2px solid rgba(62, 94, 192, 0.1);
            box-shadow: 0 4px 15px rgba(62, 94, 192, 0.1);
            position: relative;
            overflow: hidden;

            &::before {
                content: '';
                position: absolute;
                top: 0;
                left: -100%;
                width: 100%;
                height: 100%;
                background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
                transition: left 2s ease;
                animation: shimmer 3s infinite;
            }
        }
    }

    .hero-title {
        font-size: clamp(1.5rem, 5vw, 3rem);
        font-weight: 700;
        text-transform: capitalize;
        color: #1a1a1a;
        margin-bottom: 1rem;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        line-height: 1.4;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        font-family: "Jost", sans-serif;
    }

    .number-animation {
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #3E5EC0, #5a7ce8, #3E5EC0);
        border-radius: 2px;
        animation: numberGlow 2s ease-in-out infinite;
    }

    .hero-description {
        color: #6D737A;
        margin: 0 auto 12px auto;
        font-size: clamp(1rem, 2.5vw, 1.125rem);
        line-height: 1.6;
        max-width: 900px;
        padding: 0 1rem;
    }
}
    .highlight-wrapper {
        display: inline-block;
        position: relative;
        margin: 0 0.25rem;

        .highlight {
            color: #314EA9;
            font-weight: 700;
        }

        img {
            position: absolute;
            right: 0;
            bottom: -4px;
            max-width: 100%;
            height: auto;
        }
    }
      .hero-bg-animation {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
      }

      .gradient-orb {
        position: absolute;
        border-radius: 50%;
        filter: blur(80px);
        opacity: 0.7;
        animation: float 20s ease-in-out infinite;
      }

      .orb-1 {
        width: 400px;
        height: 400px;
        background: linear-gradient(135deg, #667eea 0%, #314ea900 100%);
        top: -200px;
        left: -200px;
        animation-delay: 0s;
      }

      .orb-2 {
        width: 300px;
        height: 300px;
             background: linear-gradient(135deg, #667eea 0%, #314ea900 100%);
        bottom: -150px;
        right: -150px;
        animation-delay: -10s;
      }

      @keyframes float {
        0%, 100% {
          transform: translateY(0px) translateX(0px) rotate(0deg);
        }
        25% {
          transform: translateY(-50px) translateX(30px) rotate(90deg);
        }
        50% {
          transform: translateY(-100px) translateX(-30px) rotate(180deg);
        }
        75% {
          transform: translateY(-50px) translateX(-60px) rotate(270deg);
        }
      }

      /* Hero Section positioning */
      .hero-section {
        position: relative;
        overflow: hidden;
      }

      /* Responsive adjustments */
      @media (max-width: 768px) {
        .orb-1 {
          width: 250px;
          height: 250px;
          top: -125px;
          left: -125px;
        }
        
        .orb-2 {
          width: 200px;
          height: 200px;
          bottom: -100px;
          right: -100px;
        }
      }
/* Scroll Indicator */
.scroll-indicator {
    width:100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    z-index: 20;
    animation: scrollBounce 2s ease-in-out infinite;

    &:hover {
        .scroll-mouse {
            transform: scale(1.1);
        }

        .scroll-text {
            color: #314EA9;
        }

        .scroll-arrow {
            color: #314EA9;
            transform: translateY(3px);
        }
    }
}

.scroll-mouse {
    width: 24px;
    height: 40px;
    border: 2px solid #6D737A;
    border-radius: 12px;
    position: relative;
    transition: all 0.3s ease;

    .scroll-wheel {
        width: 4px;
        height: 8px;
        background: #6D737A;
        border-radius: 2px;
        position: absolute;
        top: 6px;
        left: 50%;
        transform: translateX(-50%);
        animation: scrollWheel 2s ease-in-out infinite;
    }
}

.scroll-text {
    font-size: 0.75rem;
    color: #314EA9;
    font-weight: 500;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.scroll-arrow {
    color: #314EA9;
    font-size: 12px;
    transition: all 0.3s ease;
    animation: arrowBounce 2s ease-in-out infinite;
}

/* Animations */
@keyframes shimmer {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes numberGlow {

    0%,
    100% {
        opacity: 0.6;
        transform: scaleX(1);
    }

    50% {
        opacity: 1;
        transform: scaleX(1.05);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

@keyframes orbMove1 {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(100px, -50px) scale(1.1);
    }
    50% {
        transform: translate(-50px, -100px) scale(0.9);
    }
    75% {
        transform: translate(-100px, 50px) scale(1.05);
    }
}

@keyframes orbMove2 {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(-80px, -60px) scale(1.1);
    }
    66% {
        transform: translate(60px, 80px) scale(0.9);
    }
}

@media (max-width: 768px) {
    .gradient-orb {
        animation-duration: 30s;
        filter: blur(30px);
    }
    
    .scroll-indicator {
        animation-duration: 3s;
    }
    
    .hero-badge .badge-text::before {
        animation-duration: 4s;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gradient-orb,
    .scroll-indicator,
    .hero-badge .badge-text::before,
    .number-animation {
        animation: none;
    }
    
    .scroll-mouse .scroll-wheel {
        animation: none;
    }
    
    .scroll-arrow {
        animation: none;
    }
}

@keyframes scrollBounce {

    0%,
    100% {
        transform: translateX(-50%) translateY(0px);
    }

    50% {
        transform: translateX(-50%) translateY(-10px);
    }
}

@keyframes scrollWheel {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(0px);
    }

    50% {
        opacity: 0.3;
        transform: translateX(-50%) translateY(12px);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0px);
    }
}

@keyframes arrowBounce {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(5px);
    }
}

.animate-fade-in {
    animation: fadeIn 1s ease-out;
}

.animate-slide-up {
    animation: slideUp 1s ease-out 0.2s both;
}

.animate-fade-in-delay {
    animation: fadeIn 1s ease-out 0.4s both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Categories Section */
.categories-section {
    background-color: #F2F8FF;
    padding: 3.5rem 0;
    position: relative;
}

.categories-shape {
    position: absolute;
    left: -100px;
    top: 0;
    width: 250px;
    height: 250px;
}

.section-title h2 {
    font-weight: 600;
    font-size: 28px;
    color: #000;
    display: flex;
    justify-content: flex-start;
    gap: 0.75rem;
}

.section-title .highlight {
    color: #3E5EC0;
}

.categories-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
.categories-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
/* Category Card */
.category-card {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
img {
    max-width: 25px;
    height: 25px;
}
    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(62, 94, 192, 0.1), transparent);
        transition: left 0.6s ease;
        z-index: 1;
    }

    .category-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        background: #fff;
        padding: 10px 16px;
        border-radius: 6px;
        box-shadow: 0 4px 20px rgba(62, 94, 192, 0.15);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        z-index: 2;

        svg:not(.category-arrow) {
            width: 24px;
            height: 24px;
            font-size: 20px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            filter: drop-shadow(0 2px 4px rgba(62, 94, 192, 0.2));
        }

        h3 {
            font-size: 12.5px;
            font-weight: 600;
            text-transform: capitalize;
            flex: 1;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            color: #2B2B2B;
        }

    }

    .category-arrow {
        color: #3E5EC0;
        font-size: 14px;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transform: rotate(-45deg);
        filter: drop-shadow(0 2px 4px rgba(62, 94, 192, 0.2));
    }

    &:hover {
        &::before {
            left: 100%;
        }

        box-shadow: 1px 1px 37px 0 rgb(62 94 192 / 15%);
        transform: translateY(-2px);

        .category-arrow {
            color: #446AE1;
            transform: rotate(0deg);
            filter: drop-shadow(0 4px 8px rgba(62, 94, 192, 0.3));
        }

        .category-content {
            box-shadow: 0 8px 30px rgba(62, 94, 192, 0.25);
            border: none;
            background: linear-gradient(to right, #ffffff 0%, #f0f4ff 100%);
            transform: scale(1.02);

            svg:not(.category-arrow) {
                color: #446AE1;
                filter: drop-shadow(0 4px 8px rgba(62, 94, 192, 0.3));
                animation: categoryPulse 1s ease-in-out infinite;
            }

            h3 {
                color: #3E5EC0;
                transform: translateX(4px);
            }
        }
    }
}


/* Media Queries */
@media (min-width: 640px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 3rem;
        line-height: 60px;
    }

    .hero-description {
        font-size: 1.125rem;
    }

    .search-container {
        flex-direction: row;
        align-items: center;
    }

    .search-wrapper {
        max-width: 350px;
        width: 100%;
    }

    .section-title h2 {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    .hero-container {
        flex-direction: row;
        justify-content: space-between;
    }

    /*.hero-content {*/
    /*    max-width: 677px;*/
    /*}*/

    .hero-image {
        max-width: 740px;
    }

    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Cities Section */
.cities-slider {
    position: relative;
    padding-bottom: 3rem;
    margin: 0 -12px;
    overflow: hidden;

    .cities-swiper {
        padding: 8px;
        overflow: hidden;

        .swiper-slide {
            height: auto;
        }

        .swiper-wrapper {
            align-items: stretch;
        }

        .swiper-pagination {
            position: relative !important;
            bottom: auto !important;
            margin-top: 20px !important;
        }
    }
}

.cities-section {
    background-color: #fff;
    padding: 3.5rem 0;
    position: relative;
}

.cities-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.section-description {
    color: #7C7B7B;
    margin-top: 15px;
}

.see-all-link {
    color: #3E5EC0;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.see-all-link:hover {
    color: #314EA9;
}

/* Cities Slider */
.cities-slider {
    position: relative;
    padding-bottom: 3rem;
}

.city-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    padding: 12px;
    box-shadow: 0 4px 6px rgb(62 94 192 / 25%);
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    width: 220px;
    flex-shrink: 0;

    .city-image {
        width: 100%;
        height: 170px;
        object-fit: cover;
        border-radius: 6px;

        img {
            width: 100%;
            border-radius: 6px;
            height: 100% !important;
        }
    }

    .arrow-icon {
        width: 36px;
        height: 36px;
        border-radius: 8px;
        background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
        color: #667eea;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        overflow: hidden;
        border: 2px solid transparent;

        svg {
            rotate: -45deg;
        }
    }

    &:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);

        .arrow-icon {
            svg {
                rotate: 0deg !important;
                transition: 0.5s ease-in-out;
            }
        }
    }

    .city-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 1rem;

        h3 {
            font-weight: 600;
            font-size: 18px;
            color: #2B2B2B;

            span {
                display: block;
                font-size: 0.75rem;
                color: #6D737A;
                font-weight: normal;
                margin-top: 2px;
            }
        }
    }
}

/* Slider Navigation */
.slider-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    gap: 0.5rem;
    z-index: 10;
}

.nav-btn {
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.prev-btn {
    background-color: white;
    border: 1px solid #3E5EC0;
    color: #3E5EC0;
}

.next-btn {
    background-color: #3E5EC0;
    color: white;
}

.nav-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Swiper Customization */
.swiper-pagination {
    bottom: 0 !important;
    position: relative !important;
    margin-top: 20px !important;
}

.swiper-pagination-bullet {
    background: #3E5EC0 !important;
    opacity: 0.3 !important;
    transition: opacity 0.3s ease !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
}


/* About Section */
.about-section {
    background-color: #F2F8FF;
    padding-block: 32px;

    .about-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 32px;

        .section-header {
            margin-bottom: 18px !important;
        }
    }

    .about-content {
        max-width: 600px;
        position: relative;
        z-index: 1;

        button {
            margin-top: 24px;
            margin-left: 26px;
        }
    }

    .bullets-shape {
        position: absolute;
        top: -35px;
        left: -140px;
        z-index: -1;
        width: 100px;
        height: 100px;
        display: none;
    }

    .about-text {
        margin-bottom: 14px;
        line-height: 1.75;
        font-size: 16px;
        position: relative;
        padding-left:28px;

        .about-icon {
            position: absolute;
            left: 0;
            top: 5px;
            color: #3E5EC0;
            font-size: 1.25rem;
        }

        .text-emphasis {
            color: #000;
            font-weight: 600;
            text-transform: capitalize;
        }

    }

    .about-image-content {
        max-width: 500px;

        img {
            width: 100%;
            height: 100%;
        }
    }
}


.primary-button {
    width: 100%;
    height: 40px;
    max-width: fit-content;
    padding: 0 24px;
    background: linear-gradient(to right, #314EA9, #446AE1);
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s;

    &:hover {
        background-color: #314EA9;
    }
}


@media (min-width: 1024px) {
    .about-section {
        .about-container {
            flex-direction: row;
        }

        .bullets-shape {
            display: block;
        }
    }
}

/* Courses Section */
.courses-section {
    background-color: #fff;
    padding: 3.5rem 0;
    position: relative;
}

.courses-header {
    margin-bottom: 3rem;
}

.course-card {
    width: 280px;
    background: white;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    padding: 12px;
    box-shadow: 4px 4px 40px 0 rgb(62 94 192 / 10%);
    padding-bottom: 0;
    border-radius: 0.75rem;
    cursor: pointer;
    flex-shrink: 0;

    .course-image {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 6px;
    }

    .course-content {
        padding: 8px 0;
        border-bottom: 1px solid #EEEEEE;
    }

    .course-title {
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 8px;
        height: 72px;
    }

    .location {
        display: flex;
        align-items: center;
        gap: 6px;

        span {
            color: #7C7B7B;
            font-size: 16px;
        }
    }

    .icon-wrapper svg {
        color: #667eea;
        font-size: 14px;
        margin-top: 6px;
    }

    .course-footer {
        padding: 12px 0;

        .date-info {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .date-group {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .date-group span {
            color: #7C7B7B;
            font-size: 12px;
        }

        .date-group img {
            width: 17px;
            height: 17px;
        }

        .arrow-link {
            width: 40px;
            height: 40px;
            border-radius: 10px;
            background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
            color: #667eea;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            border: 2px solid transparent;

            svg {
                rotate: -45deg;
                transition: 0.5s ease-in-out;
            }
        }
    }

    &:hover {
        box-shadow: 4px 4px 20px 0 rgb(62 94 192 / 27%);
        /*.course-footer a svg {*/
        /*    rotate: 0deg !important;*/
        /*}*/
    }
}

.courses-slider {
    position: relative;
    padding-bottom: 3rem;
    margin: 0 -12px;
    overflow: hidden;

    .courses-swiper {
        padding: 8px;
        overflow: hidden;

        .swiper-slide {
            height: auto;
        }

        .swiper-wrapper {
            align-items: stretch;
        }

        .swiper-pagination {
            position: relative !important;
            bottom: auto !important;
            margin-top: 20px !important;
        }
    }
}

.swiper-pagination {
    bottom: 0;
}

.swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    width: auto !important;
}

.request-call-section {
    background-color: #F2F8FF;
    padding-top: 10px;
    padding-bottom: 30px;
}

.request-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-evenly;
    gap: 2.5rem;
}

.request-image-wrapper {
    width: 100%;
    max-width: 400px;
}

.request-image {
    width: 100%;
    height: auto;
}

.request-content {
    max-width: 540px;
    text-align: center;
}

.request-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.request-title .highlight {
    color: #3E5EC0;
}

.request-button-wrapper {
    margin-top: 16px;
    height: 3rem;
    margin-top: 32px;
}


@media (min-width: 1024px) {
    .request-container {
        flex-direction: row;
    }

    .request-content {
        text-align: left;
    }
}
@media (max-width: 768px) {
.join-team-btn{
    margin:0 auto;
}
.request-title {
    font-size: 28px;
}

}

/* =============== Hero Banner =============== */
.hero-banner {
    position: relative;
    min-height: 230px;
    display: flex;
    overflow: hidden;
    padding: 24px 0;
    margin-top: 70px;

    .container {
        width: 100%;
        height: 100%;
    }

    a {
        text-decoration: none;
    }
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 10;
    color: white;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Search Bar */
.hero-search-form .search-bar{
    transform: translateY(0) !important;
}
.search-bar {
    color: #fff;
    width: 100%;
    margin:0 auto;
    border-radius: 50px;
    padding: 12px 16px;
    background-color: #fff;
    transform: translateY(-37px);
    box-shadow: 1px 1px 37px 0 rgb(62 94 192 / 35%);
    form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;

        .keyword-input {
            max-width: 340px;
            width: 100%;
        }

        input {
            display: block;
            width: 100%;
            border: none;
            outline: none;
            background-color: transparent;
            background: white;
                border: 2px solid #e2e8f0;
          /*border: 1px solid #314ea991;*/
            border-radius: 200px;
            padding: 12px 16px;
            flex: 1;

            &:hover {
                border-color: #314EA9;
            }

            &:focus {
                outline: none;
                border-color: #667eea;
                box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1), 0 4px 12px rgba(102, 126, 234, 0.15);
                transform: translateY(-1px);
            }
        }

        .search-bar-actions {
            display: flex;
            align-items: center;
            gap: 4px;

            button {
                background: linear-gradient(135deg, #314EA9 0%, #446AE1 100%);
                width: fit-content;
                height: 45px;
                padding: 0 16px;
                border-radius: 70px;
                right: 0;
                outline: none;
                border: none;
                cursor: pointer;
                font-size: 14px;
                font-weight:500;
                color: #fff;
                display: flex;
                align-items: center;
                gap: 4px;
                &.reset-btn {
                    border: 1px solid #314EA9;
                    background: #fff !important;
                    color: #314EA9;
                }
                /*svg{*/
                /*    rotate:68deg*/
                /*}*/
            }
        }

    }
}

.search-bar select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 200px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
    min-width: calc(100% / 5);
    flex:1;

    &:hover {
        border-color: #314EA9;
    }

    &:focus {
        outline: none;
        border-color: #667eea;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1), 0 4px 12px rgba(102, 126, 234, 0.15);
        transform: translateY(-1px);
    }

    option {
        background: white;
        color: #374151;
        padding: 12px 16px;
        font-size: 14px;
        font-weight: 500;

    }

}

@media (max-width:768px) {
    .search-bar {
        width: 100%;
        border-radius: 15px;
        position: relative;
        padding: 32px 16px;
        /*transform: translateY(-60px);*/

        form {
                 align-items: flex-start;
            flex-direction: column;
                    .keyword-input {
            max-width: 100%;
                        flex: 1;
        }
            button {
                position: absolute;
                bottom: -24px;
                left:calc(50% + 30px);
                transform: translateX(-50%);
                &.reset-btn{
                   left: calc(50%); 
                }
            }

        }
    }

    .search-bar select {
        min-width: auto;
        width: 100%;
    }

}

.search-bar-actions button {
  position: relative;
  overflow: visible;
  transition: all 0.3s ease;
}

/*.search-bar-actions button::before {*/
/*  content: attr(title);*/
/*  position: absolute;*/
/*  bottom: 100%;*/
/*  left: 50%;*/
/*  transform: translateX(-50%) translateY(8px);*/
/*  background: rgba(49, 78, 169, 0.95);*/
/*  color: white;*/
/*  padding: 8px 14px;*/
/*  border-radius: 8px;*/
/*  font-size: 12px;*/
/*  font-weight: 500;*/
/*  white-space: nowrap;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  transition: all 0.3s ease;*/
/*  z-index: 1000;*/
/*  margin-bottom: 8px;*/
/*  box-shadow: 0 4px 16px rgba(49, 78, 169, 0.25);*/
/*  backdrop-filter: blur(8px);*/
/*  border: 1px solid rgba(255, 255, 255, 0.15);*/
/*}*/

/*.search-bar-actions button::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  bottom: 100%;*/
/*  left: 50%;*/
/*  transform: translateX(-50%) translateY(8px);*/
/*  border: 5px solid transparent;*/
/*  border-top-color: rgba(49, 78, 169, 0.95);*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  transition: all 0.3s ease;*/
/*  z-index: 1000;*/
/*  margin-bottom: 3px;*/
/*}*/

/*.search-bar-actions button:hover::before,*/
/*.search-bar-actions button:hover::after {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*  transform: translateX(-50%) translateY(0);*/
/*}*/

/* Tooltip content for reset button - using brand colors */
/*.search-bar-actions .reset-btn::before {*/
/*  content: "Reset" !important;*/
/*  background: rgba(68, 106, 225, 0.95) !important;*/
/*  box-shadow: 0 4px 16px rgba(68, 106, 225, 0.25) !important;*/
/*}*/

/*.search-bar-actions .reset-btn::after {*/
/*  border-top-color: rgba(68, 106, 225, 0.95) !important;*/
/*}*/

/* Tooltip content for search button - using brand colors */
/*.search-bar-actions button[type="submit"]::before {*/
/*  content: "Search" !important;*/
/*  background: rgba(68, 106, 225, 0.95) !important;*/
/*  box-shadow: 0 4px 16px rgba(68, 106, 225, 0.25) !important;*/
/*}*/

/*.search-bar-actions button[type="submit"]::after {*/
/*  border-top-color: rgba(68, 106, 225, 0.95) !important;*/
/*}*/

/* Soft fade animation for tooltips */
/*@keyframes softFade {*/
/*  0% {*/
/*    opacity: 0;*/
/*    transform: translateX(-50%) translateY(8px);*/
/*  }*/
/*  100% {*/
/*    opacity: 1;*/
/*    transform: translateX(-50%) translateY(0);*/
/*  }*/
/*}*/

/*.search-bar-actions button:hover::before {*/
/*  animation: softFade 0.3s ease forwards;*/
/*}*/

/* Responsive adjustments for soft tooltips */
/*@media (max-width: 768px) {*/
/*  .search-bar-actions button::before {*/
/*    font-size: 11px;*/
/*    padding: 6px 12px;*/
/*    margin-bottom: 6px;*/
/*    border-radius: 6px;*/
/*  }*/
  
/*  .search-bar-actions button::after {*/
/*    margin-bottom: 2px;*/
/*    border-width: 4px;*/
/*  }*/
/*}*/

/*@media (max-width: 480px) {*/
/*  .search-bar-actions button::before {*/
/*    font-size: 10px;*/
/*    padding: 5px 10px;*/
/*    margin-bottom: 5px;*/
/*    border-radius: 5px;*/
/*  }*/
  
/*  .search-bar-actions button::after {*/
/*    border-width: 3px;*/
/*    margin-bottom: 2px;*/
/*  }*/
/*}*/
.breadcrumb {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    gap: 6px;
    overflow-x: auto;
        &::-webkit-scrollbar {
        display: none;
    }

    .home-link {
        font-size: 14px;
        color: #fff;
    }

    .page-link {
        color: #fff;
        border-radius: 6px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }
}

.hero-text {
    margin-top: 16px;
    padding-block:12px;

    h1 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 4px;
        text-transform: capitalize;
    }

    p {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.75;
        max-width: 90%;
        
    }
}

@media (max-width: 800px) {
    .hero-text {
        h1 {
            font-size: 20px;
        }

        p {
            font-size: 14px;
            line-height: 1.5;
        }
    }
}

/* =============== Footer Section =============== */
.footer-section {
    background-color: #2A3453;
    color: rgba(255, 255, 255, 0.5);
    padding: 2.75rem 0;

    ul li {
        list-style: none;

        a {
            text-decoration: none;
        }
    }

    .footer-container {
        display: flex;
        flex-direction: column;
        gap: 2.75rem;
    }

    .footer-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 1.5rem;

        a {
            color: rgba(255, 255, 255, 0.5);
        }
    }

    .footer-info {
        max-width: 300px;
    }

    .footer-logo {
        width: 200px;
        height: auto;
        margin-bottom: 2.25rem;
        margin-top: 0.3rem;
    }

    .social-links {
        display: flex;
        gap: 8px;

        .social-link {
            width: 40px;
            height: 40px;
            background-color: #fff;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease;

            &:hover {
                transform: translateY(-2px);
            }

            svg {
                color: #2A3453;
                font-size: 20px;
            }
        }
    }


    .copyright {
        text-align: center;
        font-size: 0.875rem;
    }

    .footer-language {
        max-width: 200px;

        .language-list {
            display: flex;
            flex-direction: column;
            gap: 0.375rem;
            margin-bottom: 1rem;
        }
    }

    .company-description {
        font-size: 1.0rem;
        margin-bottom: 0.75rem;
        justify-content: center;
    }

    .social-title {
        color: #fff;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .footer-categories {
        max-width: 300px;
    }

    .footer-title {
        color: #fff;
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .footer-categories ul,
    .footer-quick-access ul,
    .footer-legal ul {
        display: flex;
        flex-direction: column;
        gap: 0.375rem;
    }

    .footer-categories a,
    .footer-quick-access a,
    .footer-legal a {
        transition: color 0.3s ease;
    }

    .footer-categories a:hover,
    .footer-quick-access a:hover,
    .footer-legal a:hover {
        color: #fff;
    }
}


.contact-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;

    li {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
    }

    svg {
        font-size: 16px;
        display: block;
        margin-top: 7px;
    }

    span {
        font-size: 1rem;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-section {
        .footer-content {
            flex-direction: column;
            gap: 2rem;
        }

        .footer-info,
        .footer-categories,
        .footer-language {
            max-width: 100%;
        }
    }
}