﻿/*@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap');
*/
/* Base Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* font-family: 'Arial', sans-serif; */
    font-family: "ABeeZee", sans-serif;
}

.hidden {
    visibility: hidden;
}

ul {
    padding-left: 30px;
    line-height: 28px;
}

body {
    color: #000;
    background-color: #fff;
}

/* Header */
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    /* border-bottom: 1px solid #ddd; */
    background-color: white;
    height: 90px;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 0;
    z-index: 9;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .logo a {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .logo img {
        height: 100%;
    }

    .logo span {
        font-size: 35.926px;
        ;
        font-weight: 700;
        color: #33579e;
    }

.main-header nav a svg {
    width: 26px;
    height: 26px;
    position: relative;
    top: 7px;
    right: 8px;
    /* color: #1a6aff; */
    fill: #1a6aff;
}

.main-header nav a {
    margin-left: 25px;
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 500;
}

    .main-header nav a.login-icon {
        color: #1a6aff;
    }

    .main-header nav a:hover {
        text-decoration: underline;
    }

.login-icon {
    font-size: 18px;
    margin-left: 20px;
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 60px 13%; */
    padding: 45px 13%;
    /* background: #f9f9f9;
    */
}

/*.main-banner {
    background-image: url(../images/homepage/bannerbgnew.jpg);
    background-position: top;
    background-repeat: no-repeat;*/
/* height: 550px; */
/*height: 530px;
    background-size: cover;
    margin-bottom: 50px;
}*/
.main-banner {
    background-image: url(../images/homepage/bannerbgnew.jpg);
    background-position: top;
    background-repeat: no-repeat;
    /* height: 550px; */
    height: 580px;
    background-size: cover;
    margin-bottom:  50px !important;
}

.hero h1 {
    font-size: 45px;
    max-width: 60%;
    font-weight: 700;
}

/* 
  .login-box {
    background: linear-gradient(to bottom right, #ff416c, #ff4b2b);
    padding: 20px;
    border-radius: 15px;
    color: white;
    width: 280px;
  } */

.login-box input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border: none;
    border-radius: 5px;
}

.login-box button {
    background: white;
    color: #33579e;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
}

.login-box img {
    height: 390px;
}

/***virtual section start***/

.section.virtual-section .section-title {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: left;
}


.section.virtual-section {
    display: flex;
    gap: 30px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

    .section.virtual-section .right ul {
        padding-top: 8px;
    }


    .section.virtual-section .right p {
        line-height: 25px;
        font-weight: 500;
    }

    .section.virtual-section .left img {
        width: 522px;
        height: 350px;
        border: 4px solid #094bcc;
    }

/***slider start***/

.slider-wrapper {
    position: relative;
    height: 490px;
    /* adjust as needed */
    overflow: hidden;
    width: 100%;
}

.main-virtul {
    display: flex;
    flex-direction: column;
    transition: transform 0.9s ease-in-out;
}

.virtual-section {
    min-height: 500px;
    /* Match slider-wrapper height */
    display: flex;
    padding: 20px;
}

    .virtual-section .left {
        /* width: 50%; */
        padding: 10px;
    }

    .virtual-section .right {
        width: 50%;
        padding: 10px;
    }

.slider-controls {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 8;
}

    .slider-controls button {
        background-color: transparent;
        color: #fff;
        border: none;
        padding: 10px 14px;
        cursor: pointer;
        font-size: 24px;
        border-radius: 50%;
        transition: background-color 0.3s ease;
        width: 34px;
        height: 34px;
        border: 1px solid #000;
    }

        /* .slider-controls button:hover {
    background-color: #555;
  } */

        .slider-controls button svg {
            width: 15px;
            height: 15px;
            position: relative;
            top: -7px;
            right: 5px;
        }

    .slider-controls #upBtn svg {
        transform: rotate(270deg);
    }

    .slider-controls #downBtn svg {
        transform: rotate(90deg);
    }

/**slider end**/


/***virtual section end***/

.section {
    padding: 50px 5%;
}

.section-title {
    font-size: 46px;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

.flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/***step section***/
.steps {
    position: relative;
    max-width: 1250px;
    margin: 0 auto;
}

    .steps img {
        width: 100%;
    }

.step-section {
    position: relative;
    max-width: 1350px;
    margin: 0 auto;
}

.joinnow {
    text-align: center;
}

/* .step-box-one h2 {

} */

h2.step-title {
    font-size: 20px;
    text-align: center;
}

.step-box-one p {
    position: absolute;
    top: 208px;
    color: #fff;
    line-height: 22px;
}

.step-box-one {
    position: absolute;
    width: 258px;
    left: 100px;
}

.step-box-two p {
    position: absolute;
    top: 208px;
    color: #fff;
    line-height: 22px;
}

.step-box-two {
    position: absolute;
    width: 258px;
    /* left: 100px; */
}

.step-box-three p {
    position: absolute;
    top: 208px;
    color: #fff;
    line-height: 22px;
}

.step-box-three {
    position: absolute;
    width: 258px;
    right: 95px;
}

    .step-box-three ul {
        position: absolute;
        top: 250px;
        color: #fff;
        line-height: 22px;
        padding-top: 10px;
    }

        .step-box-three ul li {
            font-size: 14px;
        }

.joinnow .button {
    padding: 10px 20px;
    border: 1px solid #33579e;
    background: #33579e;
    cursor: pointer;
    color: #fff;
}


    .joinnow .button:hover {
        border: 1px solid #254688;
        background: #254688;
    }

/***step section end***/

/**mentor section start***/

.mentor-section .card.mentor {
    width: 337px;
}

.mentor-section .ms-inner h2 {
    padding-bottom: 15px;
    text-align: center;
}

.mentor-section .ms-inner h5 {
    padding-bottom: 15px;
    text-align: center;
}

.mentor-section .ms-inner p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.section.mentor-section .section-title {
    text-align: center;
}

.section.mentor-section {
    padding: 50px 5px;
    margin-bottom: 0;
    max-width: 1350px;
    margin: 0 auto;
}

    .section.mentor-section .ms-social {
        text-align: center;
    }

    .section.mentor-section .flex {
        gap: 0;
        flex-wrap: nowrap;
    }

    .section.mentor-section .card img {
        border-radius: 0;
    }

.ms-inner .msc-logo img {
    width: 50px;
    height: 50px;
}

.msc-logo {
    text-align: right;
}

.mentor img {
    border-radius: 0;
    width: 337px;
    height: 337px;
    object-fit: cover;
    margin-bottom: 10px;
}

.ms-social a img {
    width: 30px;
    height: 30px;
}


/**mentor section end***/

/***testimonial start***/
.section.main-testimonial {
    position: relative;
}

    .section.main-testimonial img {
        width: 100%;
        border-radius: 0;
    }

    .section.main-testimonial .testimonial {
        /* width: 300px; */
        font-size: 14px;
        padding: 0 0;
        line-height: 20px;
        position: relative;
    }

.ct-inner {
    position: absolute;
    top: 88px;
    padding: 0 67px;
    bottom: 64px;
}

.section.main-testimonial .flex {
    justify-content: space-around;
}

.mt-section {
    display: flex;
    justify-content: space-around;
    /* position: absolute;
    top: 100px; */
    left: 0;
    width: 100%;
}

.mt-inner {
    position: relative;
}

/***testimonial end***/

.section.social-artical img {
    width: 100%;
}

/* .card {
    background: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    text-align: center;
} */

.card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 5px;
}

.steps .card {
    background: #e0f7fa;
}

/***About section start***/
/* .login-icon {
    font-size: 18px;
    margin-left: 20px;
  } */

.about-section .abs-left img {
    width: 446px;
    height: 669px;
}

/* About Section */
.about-section {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 5%;
    align-items: start;
    gap: 40px;
}

.abs-left {
    position: relative;
}

    .abs-left h2 {
        position: absolute;
        top: 20px;
        left: 0px;
        color: #fff;
        font-size: 40px;
        text-align: center;
        width: 100%;
    }

.about-section img {
    max-width: 100%;
    width: 400px;
    border-radius: 0;
}

.about-text {
    flex: 1;
    min-width: 280px;
}

    .about-text h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .about-text p {
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .about-text ul {
        padding-left: 20px;
    }

        .about-text ul li {
            margin-bottom: 10px;
            line-height: 1.6;
        }

/* FAQ */
.faq-section {
    padding: 40px 5%;
}

    .faq-section h2 {
        text-align: center;
        margin-bottom: 50px;
    }

.accordion {
    max-width: 1068px;
    margin: 0 auto;
}

.accordion-item {
    background-color: #f6e6ff;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-header {
    padding: 19px 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    font-size: 18px;
}

    .accordion-header::after {
        font-family: "Font Awesome 5 Free";
        content: "\f078";
        position: absolute;
        right: 20px;
        transition: transform 0.3s ease;
    }

    .accordion-header.active::after {
        transform: rotate(180deg);
    }

.accordion-content {
    max-height: 0;
    overflow: hidden;
    background-color: #f3eaff;
    transition: max-height 0.3s ease;
    padding: 0 20px;
}

    .accordion-content p {
        padding: 15px 0;
        margin: 0;
    }

@media screen and (max-width: 768px) {
    .about-section {
        flex-direction: column;
        padding: 30px 4%;
        gap: 22px;
    }

        .about-section img {
            width: 100%;
        }

    nav {
        display: none;
    }
}

/***About section End***/

/***PRICE SECTION START***/

.schedule-section {
    /* display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1200px; */
    margin: auto;
    flex-wrap: wrap;
    padding: 50px 5%;
    display: flex;
    justify-content: center;
}

.sd-section {
    display: flex;
    flex-wrap: wrap;
    /* padding: 50px 5%; */
    align-items: start;
    gap: 70px;
    justify-content: center;
}

.schedule-section h2 {
    text-align: center;
    margin-bottom: 50px;
}

.schedule-section img {
    width: 100%;
    max-width: 524px;
    height: 350px;
    border-radius: 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.schedule-section .text-content {
    flex: 1;
    max-width: 600px;
}

    .schedule-section .text-content h2 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .schedule-section .text-content p {
        font-size: 16px;
        color: #000;
        line-height: 1.6;
        margin-bottom: 15px;
    }

@media screen and (max-width: 768px) {
    .schedule-section {
        flex-direction: column;
        text-align: center;
        padding: 25px 4%;
    }

        .schedule-section .text-content h2 {
            font-size: 28px;
        }

        .schedule-section .text-content p {
            font-size: 16px;
        }
}

.how-it-works {
    text-align: center;
    max-width: 1200px;
    margin: auto;
    padding: 50px 5%
}

    .how-it-works h2 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .how-it-works p.subtext {
        font-size: 16px;
        max-width: 700px;
        margin: 0 auto 40px auto;
        color: #000;
        line-height: 25px;
    }

    .how-it-works .steps {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        flex-wrap: wrap;
        width: 100%;
    }

    .how-it-works .step {
        flex: 1;
        min-width: 200px;
        max-width: 240px;
        text-align: left;
    }

        .how-it-works .step svg {
            width: 32px;
            height: 32px;
            margin-bottom: 20px;
        }

        .how-it-works .step img {
            width: 40px;
            height: 40px;
            margin-bottom: 15px;
        }

        .how-it-works .step h3 {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 15px;
            text-align: left;
        }

        .how-it-works .step p {
            font-size: 16px;
            color: #000;
            text-align: left;
            line-height: 22px;
        }

@media (max-width: 992px) {
    .how-it-works .steps {
        /* flex-direction: column; */
        align-items: center;
        justify-content: center;
    }

    .how-it-works .step h3 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .how-it-works .step p {
        text-align: center;
    }

    .schedule-section h2 {
        margin-bottom: 20px;
    }

    .schedule-section img {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    .sd-section {
        gap: 30px;
        flex-direction: column;
    }

        .sd-section .image-content {
            width: 100%;
        }

    .how-it-works p.subtext {
        margin: 0 auto 20px auto;
    }

    .main-left h2 {
        width: auto !important;
        text-align: center !important;
        margin-bottom: 15px;
    }

    .main-left p {
        width: auto !important;
        text-align: center;
    }

    .young-athletes .main-left {
        text-align: center;
    }

    .main-right {
        grid-template-columns: auto !important;
    }

    .young-athletes .feature h3 {
        font-size: 20px !important;
    }

    .resource-item h3 {
        font-size: 20px;
    }

    .young-athletes .feature {
        padding: 10px 0 !important;
        text-align: center;
    }

    .main-right {
        gap: 10px !important;
    }

    .main.young-athletes {
        gap: 15px;
    }

    .main-contact .col {
        min-width: 100%;
    }

    .contactus-inner p {
        width: 100% !important;
    }

    .main-contact {
        padding: 25px 4% !important;
    }
}

/***pricing section start***/

.pricing {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.price-box {
    background: linear-gradient(90deg, rgba(26, 106, 255, 0.57) 0%, #F3F8F0 100%);
    border-radius: 0;
    padding: 2rem;
    width: 378px;
    height: 364px;
    text-align: center;
}

    .price-box button {
        background: #1e3a8a;
        color: #fff;
        padding: 12px 60px;
        border: none;
        border-radius: 0;
        margin-top: 1rem;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
    }

        .price-box button:hover {
            background-color: #1a6aff;
            color: #fff;
        }

.pricing-section h2 {
    text-align: center;
}

.pricing-section p {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.pricing-section button.btn {
    padding: 8px 10px;
    background: transparent;
    border: 1px solid;
    border-radius: 50px;
    margin: 0 auto;
    display: block;
}

    .pricing-section button.btn:hover {
        background: #1e3a8a;
        color: #fff;
    }

.pricing-section .price-box h3 {
    font-size: 1.4em;
    margin-bottom: 25px;
}


/* .expect-section {
    max-width: 1200px;
    padding: 0 20px;
  } */

.expect-section h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    display: inline-block;
}

.expect-block {
    margin-bottom: 15px;
}

    .expect-block h2 {
        font-size: 1.4em;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .expect-block .desc {
        background-color: #2c4da8;
        color: #fff;
        padding: 20px 30px;
        border-radius: 100px;
        font-size: 16px;
        text-decoration: none;
        text-align: left;
        line-height: 1.6;
    }

@media (max-width: 768px) {
    .expect-block .desc {
        border-radius: 30px;
        padding: 15px 20px;
        font-size: 14px;
    }

    .expect-section h1 {
        font-size: 26px;
    }

    .expect-block h2 {
        font-size: 18px;
    }
}

/***resourceview section start***/
.main.young-athletes {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    /* padding: 60px 40px; */
}

.young-athletes .main-left {
    flex: 1;
    min-width: 300px;
}

.main-left h2 {
    width: 500px;
    text-align: left;
}


.main-left p {
    width: 400px;
    line-height: 25px;
    margin-bottom: 25px;
}

.main-left button {
    padding: 10px 20px;
    border: 1px solid #333;
    background: white;
    cursor: pointer;
}

    .main-left button:hover {
        color: white;
        background: #3b63cc;
        border-color: #3b63cc;
    }

.main-right {
    flex: 1;
    min-width: 300px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.young-athletes .feature {
    padding: 10px;
}

    .young-athletes .feature i {
        font-size: 24px;
        color: #3b63cc;
    }

    .young-athletes .feature svg {
        width: 32px;
        height: 32px;
    }

    .young-athletes .feature h3 {
        margin: 10px 0 10px;
        font-size: 1.4em;
    }

    .young-athletes .feature p {
        line-height: 1.6;
        padding-bottom: 10px;
    }

    .young-athletes .feature a {
        font-size: 14px;
        color: #000;
        text-decoration: underline;
    }

        .young-athletes .feature a:hover {
            color: #1a6aff;
        }

.young-athletes .resources {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
}

.resources-left, .resources-right {
    flex: 1;
    min-width: 300px;
}

    .resources-left button {
        padding: 10px 20px;
        border: 1px solid #333;
        background: white;
        cursor: pointer;
    }

        .resources-left button:hover {
            background: #3b63cc;
            color: white;
        }

    .resources-right div {
        margin-bottom: 20px;
        padding-bottom: 5px;
    }

/***community section start***/

.resources-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
}

.resources-left {
    flex: 1;
    min-width: 280px;
}

    .resources-left h2 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .resources-left p {
        font-size: 16px;
        margin-bottom: 25px;
        max-width: 400px;
        line-height: 25px;
    }

    .resources-left button {
        padding: 10px 20px;
        background: #1e3a8a;
        border: 1px solid #000;
        border-radius: 20px;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        transition: background 0.3s;
    }

        .resources-left button:hover {
            background: #153072;
        }

.resources-right {
    flex: 1;
    min-width: 280px;
}

.resource-item {
    border-top: 1px solid #000;
    padding: 20px 0;
}

    .resource-item:last-child {
        border-bottom: none;
    }

    .resource-item h3 {
        margin: 0;
        font-size: 1.4em;
        font-weight: 600;
        line-height: 30px;
    }

    .resource-item p {
        margin: 8px 0 0;
        font-size: 15px;
        color: #222;
    }

@media (max-width: 768px) {
    .resources-section {
        flex-direction: column;
        gap: 30px;
        margin: 0px auto;
        text-align: center;
    }

    .resources-left h2 {
        font-size: 24px;
    }
}

/***resourceview section end***/

/***contact us start***/
.contact-us h3 {
    font-size: 1.4em;
    margin-bottom: 25px;
}

.contact-us ul {
    list-style: none;
    padding-left: 5px;
}

    .contact-us ul li {
        line-height: 30px;
    }

.contactus-inner .image-box img {
    width: 100%;
}

.contactus-inner {
    gap: 40px;
}

    .contactus-inner h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .contactus-inner form label {
        font-weight: 500;
    }

    .contactus-inner p {
        line-height: 25px;
        width: 425px;
    }

.main-contact {
    padding: 40px 10%;
}

    .main-contact .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0px;
    }

.contactus-inner h2 {
    text-align: left;
}

.main-contact .col {
    flex: 1;
    min-width: 280px;
    margin: 10px;
}

.main-contact .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.main-contact label {
    margin-bottom: 6px;
    font-weight: 600;
}

.main-contact input,
.main-contact textarea {
    padding: 10px;
    border: none;
    border-bottom: 1px solid #aaa;
    outline: none;
}

.main-contact textarea {
    height: 85px;
}

.main-contact .phone-field {
    position: relative;
}

    .main-contact .phone-field i {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
    }

    .main-contact .phone-field input {
        padding-left: 30px;
    }

.main-contact button {
    padding: 10px 24px;
    border: 1px solid #000;
    background: none;
    border-radius: 20px;
    cursor: pointer;
}

    .main-contact button:hover {
        background: #f2f2f2;
    }

.main-contact .image-box {
    background: linear-gradient(to bottom, #e0e0f0, #f0f0f0);
    height: 250px;
    border-radius: 6px;
}

.main-contact footer {
    text-align: center;
    padding: 20px 10%;
    font-size: 14px;
    border-top: 1px solid #eee;
}

    .main-contact footer a {
        color: #3b63cc;
        text-decoration: none;
    }

@media(max-width: 768px) {
    .main-contact .row {
        flex-direction: column;
    }

    .main-contact nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

/***contact us end***/

/***footer css start***/

.contact-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.contact-left {
    width: 35%;
}

    .contact-left h1 {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .contact-left p {
        font-size: 16px;
        margin-bottom: 60px;
    }

    .contact-left h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .contact-left a {
        display: block;
        color: #000;
        text-decoration: underline;
        margin-bottom: 5px;
    }

.contact-right {
    width: 48%;
}

    .contact-right h2 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 30px;
    }

form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

    form label {
        display: block;
        font-size: 14px;
        margin-bottom: 8px;
    }

    form input,
    form textarea {
        width: 100%;
        border: none;
        border-bottom: 1px solid #000;
        padding: 8px 0;
        font-size: 14px;
        background: transparent;
    }

    form textarea {
        grid-column: span 2;
        resize: vertical;
        height: 100px;
    }

        form input:focus-visible,
        form textarea:focus-visible {
            outline: none;
        }

.full-width {
    grid-column: span 2;
}

.submit-button {
    border: 1px solid #33579e !important;
    background: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    width: 150px;
    justify-self: start;
    margin-top: 20px;
    color: #33579e;
}

    .submit-button:hover {
        background-color: #33579e !important;
        color: #fff;
    }

.phone-group {
    position: relative;
}

    .phone-group i {
        position: absolute;
        top: 33px;
    }

.main-about h2 {
    padding: 50px 5% 0;
    align-items: start;
    margin-bottom: 0;
}

/* .phone-group::before {
    content: "🌐";
    position: absolute;
    left: 0;
    top: 28px;
} */

.phone-group input {
    padding-left: 24px;
}

@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }

    .contact-left,
    .contact-right {
        width: 100%;
    }

    form {
        grid-template-columns: 1fr;
    }

        form textarea,
        .full-width {
            grid-column: span 1;
        }
}

/***footer css end***/


/***responsive mediaquery start***/

@media (max-width: 992px) {
    .main-header nav a {
        margin-left: 20px;
    }

    .main-header {
        padding: 15px 5%;
        height: 70px;
    }

    .logo {
        gap: 0;
    }

        .logo span {
            font-size: 20.926px;
        }

        .logo img {
            width: 65px;
        }

    .section {
        padding: 25px 15px;
    }

    .section-title {
        text-align: center;
        font-size: 28px;
    }

    .main-banner {
        height: 100%;
    }

    .hero {
        flex-direction: column;
        gap: 30px;
        padding: 45px 20px;
    }

        .hero h1 {
            font-size: 24px;
            max-width: 95%;
            text-align: center;
        }

    .section.mentor-section .flex {
        gap: 0;
        flex-wrap: wrap;
    }

    .section.mentor-section {
        width: 100%;
    }

    .mentor-section .card.mentor {
        width: 100%;
        margin-bottom: 15px;
    }

    .slider-wrapper {
        height: 500px;
    }

    .virtual-section .right {
        width: 100%;
        padding: 10px;
    }

    .steps {
        width: 100%;
    }

    .step-section {
        width: 100%;
    }

    .steps img {
        display: none;
    }

    .step-box-one {
        position: relative;
        width: 100%;
        left: 0;
    }

        .step-box-one p, .step-box-two p, .step-box-three p {
            position: relative;
            top: auto;
            color: #000;
            line-height: 25px;
            text-align: center;
        }

    .step-box-two {
        position: relative;
        width: 100%;
        left: 0;
    }

    .step-box-three {
        position: relative;
        width: 100%;
        right: auto;
    }

        .step-box-three ul {
            position: relative;
            color: #000;
            top: auto;
            text-align: center;
            list-style: none;
        }

    h2.step-title {
        margin-bottom: 10px;
    }

    .joinnow {
        margin-top: 30px;
    }

    .ms-inner .msc-logo img {
        width: 40px;
        height: 40px;
    }

    .mentor img {
        height: auto;
    }

    .mentor-section .ms-inner h2 {
        padding-bottom: 15px;
        font-size: 20px;
        text-align: center;
    }

    .section.mentor-section .section-title {
        text-align: center;
    }

    .section.main-testimonial img {
        width: 100%;
        display: none;
    }

    .mt-section {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        flex-direction: column;
        gap: 15px;
    }

    .section.main-testimonial .testimonial {
        width: 100%;
        font-size: 14px;
        line-height: 25px;
        text-align: center;
    }

    .contact-left h1 {
        font-size: 26px;
    }

    .contact-left p {
        margin-bottom: 30px;
    }

    .contact-left, .contact-right {
        padding-bottom: 20px;
    }

    .section.virtual-section {
        align-items: start;
        flex-direction: column;
        gap: 15px;
    }

        .section.virtual-section .left img {
            width: 100%;
            height: 100%;
        }

        .section.virtual-section .section-title {
            font-size: 24px;
        }

    .about-section .abs-left img {
        width: 100%;
        height: 235px;
        object-fit: cover;
    }

    .abs-left {
        width: 100%;
    }

        .abs-left h2 {
            font-size: 24px;
        }

    .faq-section {
        padding: 30px 4%;
    }

        .faq-section h2 {
            text-align: center;
            margin-bottom: 30px;
        }

    .how-it-works {
        padding: 25px 5%;
    }
}

.main-virtul {
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
}



@media (min-width: 768px) {
    .main-virtul {
        display: flex;
        flex-direction: column; /* show all sections by default on desktop */
    }

    .virtual-section {
        height: auto;
    }
}



/* Hamburger styles */
.hamburger {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 999;
}

/* Sidebar styles for mobile */
@media (max-width: 767px) {
    .hamburger {
        display: block;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100%;
        width: 250px;
        background: #fff;
        flex-direction: column;
        padding: 60px 20px;
        gap: 15px;
        transition: right 0.3s ease;
        z-index: 1000;
    }

        .nav-menu.open {
            right: 0;
        }

    .overlay.show {
        display: block;
    }

    .nav-menu {
        display: flex;
        gap: 15px;
    }

    .main-header nav a {
        margin-left: 0;
    }
}

/* .main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1000;
  } */





.nav-menu a {
    text-decoration: none;
    color: #333;
    position: relative;
    padding-bottom: 5px;
}

@media (max-width: 768px) {
    .virtual-section .right p,
    .virtual-section .right ul {
        max-height: 3.6em; /* Approx. 2 lines */
        overflow: hidden;
        position: relative;
        transition: max-height 0.3s ease;
    }

    .virtual-section.expanded .right p,
    .virtual-section.expanded .right ul {
        max-height: none;
    }

    .read-more-btn {
        display: inline-block;
        margin-top: 10px;
        color: #007BFF;
        background: none;
        border: none;
        font-size: 14px;
        padding: 0;
        cursor: pointer;
    }
}

@media (max-width: 768px) {
    .mentor .ms-inner p {
        max-height: 3.2em; /* Approx. 2 lines */
        overflow: hidden;
        position: relative;
        transition: max-height 0.3s ease;
        margin-bottom: 0;
    }

    .mentor.expanded .ms-inner p {
        max-height: none;
    }

    .mentor-section .read-more-btn {
        display: inline-block;
        margin-top: 8px;
        color: #007BFF;
        background: none;
        border: none;
        font-size: 14px;
        cursor: pointer;
        padding: 0;
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .card.testimonial p:first-of-type {
        max-height: 3.2em; /* Roughly 2 lines */
        overflow: hidden;
        position: relative;
        transition: max-height 0.3s ease;
    }

    .ct-inner {
        top: 0;
        padding: 0 30px;
        position: relative;
    }

    .card.testimonial.expanded p:first-of-type {
        max-height: none;
    }

    .read-more-btn {
        display: inline-block;
        margin-top: 8px;
        color: #007BFF;
        background: none;
        border: none;
        font-size: 14px;
        cursor: pointer;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .about-text {
        max-height: none;
        overflow: hidden;
        position: relative;
        transition: max-height 0.4s ease;
        top: 10px;
    }

        .about-text.collapsed {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

    .read-more-btn {
        display: inline-block;
        margin-top: 10px;
        color: #007BFF;
        font-size: 14px;
        background: none;
        border: none;
        cursor: pointer;
    }
}

@media (max-width: 768px) {
    .schedule-section .text-content {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: max-height 0.4s ease;
        position: relative;
    }

        .schedule-section .text-content.expanded {
            -webkit-line-clamp: unset;
            overflow: visible;
        }

    .schedule-section .read-more-btn {
        display: inline-block;
        margin-top: 10px;
        color: #007BFF;
        font-size: 14px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .expect-section .desc {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: all 0.3s ease;
        position: relative;
        height: 64px;
    }

        .expect-section .desc.expanded {
            -webkit-line-clamp: unset;
            overflow: visible;
        }

    .read-more-btn {
        color: #007BFF;
        font-size: 14px;
        margin-top: 15px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0 0;
        display: inline-block;
    }

    .slider-controls {
        display: none;
    }
}



.close-icon {
    font-size: 28px;
    position: fixed;
    top: 20px;
    right: 20px;
    color: #000;
    cursor: pointer;
    display: none;
    z-index: 1001;
}


.nav-menu.open + .close-icon {
    display: block;
}


.overlay.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

.swiper {
    width: 100%;
    padding: 40px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 15px;
    position: relative;
}

.swiper-pagination-bullet-active {
    background: #33579e;
}


.required-star {
    color: red;
}

.joinnow {
    text-align: center;
}

    .joinnow a.button {
        padding: 10px 20px;
        border: 1px solid #33579e;
        background: #33579e;
        cursor: pointer;
        color: #fff;
        text-decoration: none;
        line-height: 42px;
    }

        .joinnow a.button:hover {
            border: 1px solid #254688;
            background:   #254688;
        }
