*{
    box-sizing:border-box
}

body{
    font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}



.header{
    position:sticky;
    top:0;
    z-index:50;
    backdrop-filter:saturate(180%) blur(8px);
    background:rgba(255,255,255,.75);
    border-bottom:1px solid rgba(15,58,122,.08);
}

.nav{
    padding: 14px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .logo img{
    width: 140px;
}

.nav a.link{
    padding:8px 12px;
    color:#0f172a;
    font-weight:500;
    text-decoration: none;
}

.cta{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:linear-gradient(135deg, #00b894,#14c9a3);
    color:#fff;
    padding:10px 16px;
    border-radius:12px;
    font-weight:700;
    box-shadow: 0 8px 30px rgba(13,41,80,.08);
    text-decoration: none;
}

.icon-rocket{
    width:18px;
    height:18px
}

/* Hero with form */
.hero {
    position: relative;
    color: #fff;
    overflow: hidden;
    padding: 50px 0;
}

.hero-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2;
}

/* .hero{
    background: #0b2a5b;
    color:#fff;
    position:relative;
    overflow:hidden;
    padding: 50px 0;
} */

.headline{
    font-weight:800;
    font-size: clamp(28px, 4.5vw, 48px);
    line-height:1.15;
    margin: 15px 0;
}

.subhead{
    font-size:clamp(16px,2.2vw,18px)
}

.hero-badges{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:18px
}

.badge{
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.18);
    padding:8px 12px;
    border-radius:999px;
    font-weight:600;
    font-size:14px;
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.form-card{
    background:#ffffff;
    color:#0f172a;
    border-radius: 20px;
    padding:22px;
    box-shadow: 0 18px 50px rgba(13,41,80,.12);
    width: 450px;
}

.form-card h3{
    margin:2px 0 12px;
    font-size:20px;
    color:#003d85
}

.grid-2{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px
}

.input, .textarea{
    width:100%;
    padding:12px 14px;
    border:1px solid #e6eef9;
    border-radius:12px;
    background:#f9fbff;
    font:inherit;
    outline:none;
    transition:.2s border, .2s box-shadow;
}

.textarea{
    min-height:96px;
    resize:vertical;
    grid-column:1/-1
}

.input:focus,.textarea:focus{
    border-color:#bcd7ff;
    box-shadow:0 0 0 4px rgba(0,102,204,.12)
}

.btn-primary{
    grid-column:1/-1;
    margin-top:2px;
    padding:12px 16px;
    border:0;
    border-radius:12px;
    font-weight:700;
    cursor:pointer;
    transition:transform .2s ease;
    background-color: #28c590;
    border: 1px solid #28c590;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    color: #f6f6f6;
}

/*.btn-primary:hover{
    background-color: #f6f6f6;
    border: 1px solid #28c590;
    color: #28c590;
}*/

.muted{
    color:#64748b;
    font-size:13px
}

.country-section{
    margin: 50px 0;
}

.country-section h2{
    margin-bottom: .5rem;
}

.country-section .slick-track{
    display: flex;
    gap: 15px;
}

.country-section .slick-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.country-section .partnership-card {
    background: white;
    border-radius: 24px;
    padding: 40px 32px;
    text-align: center;
    /* position: relative; */
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    /* display: flex    ;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden; */
}

.country-section .flag-container{
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    border: 3px solid white;
    background: #f8fafc;
}

.country-section .flag-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.country-section .country-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0;
}

.country-section .country-description{
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

.country-section .slick-prev:before,
.country-section .slick-next:before{
    display: none;
}

.country-section .slick-prev,
.country-section .slick-next{
    color: #000;
    font-size: 20px;
}

.logo-slider {
    margin: 80px 0;
}

.logo-slider .slick-slide img{
    width: 100%;
}

.logo-slider .slick-slide {
    margin: 0 !important;
}

.logo-slider .slick-track {
    display: flex !important;
    gap: 15px;
}

.logo-slider .slick-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-slider .slick-prev:before,
.logo-slider .slick-next:before {
    display: none;
}

.logo-slider .slick-prev,
.logo-slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
}

.logo-slider .slick-prev {
    left: -50px;
}

.logo-slider .slick-next {
    right: -50px;
}

.logo-slider .slick-prev i,
.logo-slider .slick-next i {
    font-size: 24px;
    color: #2d81f7;
    transition: 0.3s;
}

.why-choose-section {
    margin: 90px 0 80px;
    text-align: center;
}

.section-badge {
    background: linear-gradient(135deg, #00b894,#14c9a3);
    color: white;
    padding: 0.7rem 2rem;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: inline-block;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.main-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #3c4852;
    margin-bottom: 1.5rem;
    text-align: center;
}

.subtitle {
    font-size: 1.1rem;
    color: #718096;
    max-width: 900px;
    margin: 0 auto 3rem auto;
    line-height: 1.7;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    /* margin-bottom: 3rem; */
}

.feature-card {
    background: #fff;
    border: 2px solid #f1f5f9;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card:hover {
    transform: translateY(-8px);
    border-color: #2d81f7;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.15);
    transform: translateY(-5px);
}

.feature-icon {
    /* width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8eaff 100%);
    border: 3px solid #fff;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.1); */
}

.feature-icon img{
    width: 80px;
    margin-bottom: 5px;
}

.feature-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.3;
}

.feature-description {
    font-size: 0.95rem;
    color: #666;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

/* Section 2: Journey Steps */
.journey-section {
    padding: 50px 0;
    text-align: center;
    background: #f8fafc;
}

.journey-badge {
    color: #667eea;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.journey-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 30px;
}

.journey-subtitle {
    color: #718096;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.timeline {
    position: relative;
    /* padding: 2rem 0; */
}

/* Center line */
.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-item {
    position: relative;
    margin-bottom: 4rem;
    width: 100%;
    z-index: 9;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

/* Timeline dots */
.timeline-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    z-index: 3;
    box-shadow: 0 0 0 8px #f0f4ff, 0 10px 20px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
}

.timeline-item:hover .timeline-dot {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 0 12px rgba(102, 126, 234, 0.1), 0 15px 30px rgba(102, 126, 234, 0.4);
}

.timeline-content {
    width: calc(50% - 40px);
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* Left side items */
.timeline-item.left .timeline-content {
    margin-left: 0;
    margin-right: auto;
    text-align: end;
}

/* Right side items */
.timeline-item.right .timeline-content {
    margin-left: auto;
    margin-right: 0;
    text-align: left;
}

/* Connecting arrows */
.timeline-content::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    transform: translateY(-50%);
}

/* Arrow for left side */
.timeline-item.left .timeline-content::before {
    right: -15px;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent white;
}

/* Arrow for right side */
.timeline-item.right .timeline-content::before {
    left: -15px;
    border-width: 15px 15px 15px 0;
    border-color: transparent white transparent transparent;
}

.step-number {
    display: inline-block;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.step-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.step-description {
    color: #64748b;
    line-height: 1.6;
    font-size: 1rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .timeline::before {
        left: 30px;
    }

    .timeline-dot {
        left: 30px;
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .timeline-content {
        width: calc(100% - 80px);
        margin-left: 80px !important;
        margin-right: 0 !important;
    }

    .timeline-content::before {
        left: -15px !important;
        right: auto !important;
        border-width: 15px 15px 15px 0 !important;
        border-color: transparent white transparent transparent !important;
    }

    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {

    .timeline-content {
        padding: 1.5rem;
    }
}

/* Animation on scroll */
.timeline-item {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.timeline-item:nth-child(1) { animation-delay: 0.1s; }
.timeline-item:nth-child(2) { animation-delay: 0.2s; }
.timeline-item:nth-child(3) { animation-delay: 0.3s; }
.timeline-item:nth-child(4) { animation-delay: 0.4s; }
.timeline-item:nth-child(5) { animation-delay: 0.5s; }
.timeline-item:nth-child(6) { animation-delay: 0.6s; }
.timeline-item:nth-child(7) { animation-delay: 0.7s; }
.timeline-item:nth-child(8) { animation-delay: 0.8s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Section 3: Specialists */
.specialists-section {
    margin: 80px 0;
    text-align: center;
}

.specialists-badge {
    color: #667eea;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.specialists-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2d3748;
    /* margin-bottom: 3rem; */
}

.specialists-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
    /* max-width: 900px; */
    /* margin: 0 auto; */
}

.specialist-card {
    background: white;
    border: 2px solid #f1f5f9;
    border-radius: 16px;
    padding: 2rem 1rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.specialist-card:hover {
    border-color: #2d81f7;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.15);
}

.specialist-icon {
    /* width: 60px;
    height: 60px;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    font-size: 1.3rem;
    transition: transform 0.3s ease; */
}

.specialist-icon img{
    width: 60px;
    margin-bottom: 5px;
}

.specialist-title {
    color: #2d3748;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.specialist-subtitle {
    color: #718096;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0;
}

/* CTA bar */


.section-header{
    text-align: center;
}

.eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:700;
    color: #2d81f7;
    background: #e7f4f0;
    padding:6px 12px;
    border-radius:999px
}

.title{
    font-size: 2.5rem;
    font-weight: 800;
    color: #2d3748;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.testimonials-section {
    padding: 50px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #2d81f7;
}

.testimonials-section .slider-container {
    height: 500px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonials-section .floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.testimonials-section .floating-shape {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: floatAround 15s infinite linear;
}

.testimonials-section .floating-shape:nth-child(1) {
    width: 80px;
    height: 80px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.testimonials-section .floating-shape:nth-child(2) {
    width: 40px;
    height: 40px;
    top: 80%;
    left: 80%;
    animation-delay: -5s;
}

.testimonials-section .floating-shape:nth-child(3) {
    width: 60px;
    height: 60px;
    top: 30%;
    left: 90%;
    animation-delay: -10s;
}

@keyframes floatAround {
    0% { transform: translateY(0px) rotate(0deg); opacity: 0.3; }
    25% { transform: translateY(-20px) rotate(90deg); opacity: 0.6; }
    50% { transform: translateY(0px) rotate(180deg); opacity: 0.3; }
    75% { transform: translateY(20px) rotate(270deg); opacity: 0.6; }
    100% { transform: translateY(0px) rotate(360deg); opacity: 0.3; }
}

.testimonials-section .testimonial-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateX(100%) rotateY(45deg) scale(0.8);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(15px);
}

.testimonials-section .testimonial-slide.active {
    opacity: 1;
    transform: translateX(0) rotateY(0deg) scale(1);
    z-index: 2;
}

.testimonials-section .testimonial-slide.prev {
    /* opacity: 0.3; */
    opacity: 0;
    transform: translateX(-100%) rotateY(-30deg) scale(0.9);
    z-index: 1;
}

.testimonials-section .testimonial-slide.next {
    /* opacity: 0.3; */
    opacity: 0;
    transform: translateX(100%) rotateY(30deg) scale(0.9);
    z-index: 1;
}

.testimonials-section .slide-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 50px 81px;
}

.testimonials-section .content-left {
    color: white;
}

.testimonials-section .quote-text {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
    position: relative;
    font-weight: 300;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.testimonials-section .author-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.testimonials-section .author-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #28c590;
    border: 1px solid #28c590;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    color: #f6f6f6;
}

.testimonials-section .author-details h3 {
    font-size: 1.3rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.testimonials-section .author-details p {
    /* font-size: 1rem;
    opacity: 0.8;
    font-weight: 300; */
}

.testimonials-section .student-image {
    width: 300px;
    height: 350px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    border: 3px solid rgba(255, 255, 255, 0.3);
    transform: perspective(1000px) rotateY(-10deg);
}

.slide-image{
    width: 300px !important;
    height: 350px !important;
    object-fit: cover !important;
}

.testimonials-section .student-image img{
    width: 100%;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.testimonials-section .navigation {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 10;
}

.testimonials-section .nav-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.testimonials-section .nav-dot.active {
    background: rgba(255, 255, 255, 0.9);
    transform: scale(1.2);
}

.testimonials-section .nav-dot::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    transition: left 0.5s ease;
}

.testimonials-section .nav-dot:hover::before {
    left: 100%;
}

.testimonials-section .arrow-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    z-index: 10;
}

.testimonials-section .arrow-nav:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1);
}

.testimonials-section .arrow-prev {
    left: 20px;
}

.testimonials-section .arrow-next {
    right: 20px;
}

.testimonials-section .arrow-nav i {
    color: #fff;
}
@media (max-width: 768px) {


    .testimonials-section .slide-content {
        flex-direction: column;
        padding: 30px;
        text-align: center;
    }

    .testimonials-section .student-image {
        width: 200px;
        height: 250px;
    }

    .testimonials-section .quote-text {
        font-size: 1rem;
        /* padding-left: 20px; */
    }

    .testimonials-section .author-info {
        justify-content: center;
    }
}

.video-section {
    margin: 80px 0;
}

.video-section .section-title{
    font-size: 2.5rem;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 2rem;
    text-align: center;
    animation: slideInUp 1s ease-out;
}

.video-section .video-container {
    /* max-width: 800px; */
    /* margin: 0 auto; */
    /* border-radius: 20px; */
    /* overflow: hidden; */
    /* box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3); */
    /* animation: slideInUp 1s ease-out 0.6s both; */
}

@keyframes slideUp{
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.video-section .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: linear-gradient(45deg, #667eea, #764ba2);
}

.video-section .video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    color: white;
    font-size: 1.5rem;
}

.video-section .play-button {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.video-section .play-button i {
    color: #000;
    font-size: 2rem;
    margin-left: 5px;
}

.cta-section{
    margin: 50px 0;
}

.cta-bar{
    /* margin-top:20px;  */
    background:linear-gradient(90deg, rgba(0,184,148,.12), rgba(0,102,204,.12));
    border:1px solid #d8ecff;
    padding:18px;
    border-radius:16px;
    display:flex;
    gap:12px;
    align-items:center;
    justify-content:center
}

.cta-bar strong,
.cta-bar strong a{
    color: #0b2a5b;
    text-decoration: none;
}

.btn-outline{
    border:2px solid #28c590;
    color: #fff;
    background:#28c590;
    padding:10px 16px;
    border-radius:12px;
    font-weight:800;
    text-decoration: none;
}

.btn-outline:hover{
    background: #fff;
    border:2px solid #28c590;
    color: #28c590;
}

/* Footer */
.footer{
    background:#252525;
    color:#fff
}

.footer .logo img{
    width: 140px;
}

.footer .inner{
    padding:28px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px
}

.small{
    font-size:13px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .form-card{
        margin-top: 20px;
    }

    .grid-2{
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .main-title, .journey-title, .specialists-title, .video-section .section-title {
        font-size: 1.5rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .specialists-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .slick-prev{
        left: 0;
        z-index: 999;
    }

    .slick-next{
        right: 0;
        z-index: 999;
    }

    .journey-badge{
        font-size: 0.7rem;
        margin-bottom: 0.5rem;
    }

    .subtitle{
        font-size: 0.9rem;
        margin: 0 auto 1.5rem auto;
    }
    
    .btn-outline{
        font-size: 12px;
    }
    .cta-bar strong, .cta-bar strong a {
        font-size: 12px;
    }
    .testimonials-section .content-left {
        justify-content: center;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .student-image, .author-avatar{
        display: none !important;
    }
    .testimonials-section .slider-container {
        height: 400px !important;
    }
    .testimonials-section .slide-content {
        flex-direction: column;
        padding: 30px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

}


.video-section .slider-wrapper {
    position: relative;
    margin: auto;
}

/* Slick arrows outside the slider */
.video-section .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    z-index: 1000;
}

.video-section .slick-prev {
    left: -50px;
}

.video-section .slick-next {
    right: -50px;
}

.video-section .video-container {
    padding: 10px;
}


/* Optional hover effect */
.video-section .slick-arrow:hover {
    color: #007bff;
}

@media (max-width: 768px) {
    .video-section .slick-prev {
        left: -30px;
    }
    .video-section .slick-next {
        right: -30px;
    }
}

@media (max-width: 576px) {
    .video-section  .slick-prev,
    .video-section  .slick-next {
        display: none; /* Hide arrows on very small screens if needed */
    }
}
