.team-section {
    padding: 50px 0;
    background: #f5f7fa;
}

@media (min-width: 768px) {
    .team-section {
        padding: 90px 0;
    }
}

.team-header {
    margin-bottom: 60px;
}

.team-header h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.team-header h2 span {
    color: #1e88e5;
}

.team-header p {
    max-width: 700px;
    color: #6c757d;
    font-size: 16px;
}

.team-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s ease;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.team-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.team-content {
    padding: 25px;
}

.team-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.designation {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #1e88e5;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.member-quote {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.member-badge {
    display: inline-block;
    padding: 6px 14px;
    background: #eef3ff;
    color: #1e88e5;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
}


/* ---------------------------------------------------------------------------- */

.image-guided-section {
    padding: 50px 0;
    background: #eef3f7;
}

@media (min-width: 768px) {
    .image-guided-section {
        padding: 80px 0;
    }
}

.image-guided-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.section-header h2 span {
    color: #1e88e5;
}

.section-header p {
    color: #6c757d;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
}

.procedure-card {
    background: linear-gradient(135deg, #1e88e5, #1565c0);
    color: #fff;
    padding: 35px;
    border-radius: 18px;
    transition: 0.3s ease;
}

.procedure-card:hover {
    transform: translateY(-8px);
}

.card-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.card-icon img {
    width: 28px;
    height: 28px;
}

.procedure-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
}

.procedure-card p {
    color: #fff;
}

.card-description {
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.95;
}

.procedure-card ul {
    list-style: none;
    padding: 0;
}

.procedure-card ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 14px;
}

.procedure-card ul li {
    color: #fff;
}


/* .procedure-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 14px;
} */


/* ------------------------------------------------------------------------------ */

.testimonial-section {
    padding: 50px 0;
    background: #f5f7fa;
}

@media (min-width: 768px) {
    .testimonial-section {
        padding: 80px 0;
    }
}

.testimonial-header {
    margin-bottom: 60px;
}

.testimonial-header h2 {
    font-size: 36px;
    font-weight: 700;
}

.testimonial-header h2 span {
    color: #1e88e5;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: 0.3s ease;
    position: relative;
}


/* 
.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
} */

.testimonial-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.client-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.client-info h5 {
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600;
}

.client-info span {
    font-size: 13px;
    color: #6c757d;
}

.testimonial-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.rating {
    font-size: 16px;
}

.star {
    color: #ddd;
}

.star.filled {
    color: #ffc107;
}


/* ------------------------------------------------------------------------------------- */

.education-section {
    /* padding: 100px 0; */
    margin: 50px 0;
    color: #ffffff;
}

.education-section .container {
    background: linear-gradient(135deg, #0f1c35, #0b1428);
    border-radius: 40px;
    padding: 50px;
}

@media (min-width: 768px) {
    .education-section {
        margin: 80px 0;
    }

    .education-section .container {
        padding: 80px 50px;
    }
}

.education-header {
    margin-bottom: 60px;
}

.education-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.education-header h2 span {
    color: #4da3ff;
}

.education-header p {
    color: #b0c4de;
    max-width: 700px;
    margin: 0 auto;
    font-size: 15px;
}

.education-card {
    transition: 0.3s ease;
}

.education-card:hover {
    transform: translateY(-8px);
}

.video-thumb {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.video-thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    opacity: 0.85;
    transition: 0.3s ease;
}

.video-thumb:hover img {
    opacity: 1;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #4da3ff;
    width: 55px;
    height: 55px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}

.education-content {
    margin-top: 15px;
}

.education-content h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.video-meta {
    font-size: 13px;
    color: #9db5d9;
}


/* ---------------------------------------------------------------------------------------- */

.pathway-section {
    padding: 50px 0;
    background: #f8f9fb;
}

.pathway-header {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .pathway-section {
        padding: 100px 0;
    }

    .pathway-header {
        margin-bottom: 70px;
    }
}

.pathway-header h2 {
    font-size: 36px;
    font-weight: 700;
}

.pathway-header h2 span {
    color: #1e88e5;
}

.pathway-header p {
    max-width: 700px;
    margin: 0 auto;
    color: #6c757d;
    font-size: 15px;
}

.pathway-wrapper {
    position: relative;
}

.pathway-wrapper::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    height: 2px;
    background: #d9dee8;
    z-index: 0;
}

.pathway-step {
    position: relative;
    z-index: 1;
}

.step-number {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: #1e88e5;
    color: #fff;
    border: solid 7px white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0 6px 15px rgba(30, 136, 229, 0.3);
}

.pathway-step h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pathway-step p {
    font-size: 14px;
    color: #6c757d;
    max-width: 220px;
    margin: 0 auto;
}


/* --------------------------------------------------------------------------- */


/* .dual-cta-section {
    padding: 6rem 0;
    background: #f5f7fa;
} */