html {
    scroll-behavior: smooth;
}


p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    color: rgba(39, 39, 39, 1)
}

a,
li {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: rgba(39, 39, 39, 1)
}



h1 {
    font-size: 40px;
    font-family: "Inter", sans-serif;

}


.Rakesh-button {
    background-color: rgba(44, 119, 211, 1);
    padding: 15px 30px;
    text-decoration: none;
    color: white;
    border-radius: 4px;
    position: relative;
    top: 30px;
    transition: 0.5s;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    z-index: 1;
    margin-top: 20px;

}


.Rakesh-button:hover {
    border-color: #2c77d3;
    background-color: transparent;
    color: #2c77d3;
}

.neet {
    display: flex;
    justify-content: center;
    background-color: rgb(245, 250, 255);
    flex-wrap: wrap;
    height: auto;
    padding-top: 100px;
    gap: 100px;
    padding-bottom: 50px;
}


.neet-text h1 {
    font-weight: bolder;
    font-style: normal;
    color: #1976d2;
    margin-top: 25px;
    font-size: 46px;
}


.neet-text {
    width: 40%
}




.neet-text>:nth-child(2) {
    margin-top: 30px;
    font-size: 20px;
    line-height: 26px;

}




.neet-text {
    margin-top: 100px;

}



.neet-img {
    margin-top: 10px;
}

.neet-img img {
    width: 500px;
    position: relative;
    top: 50px
}



@media screen and (max-width:1024px) {
    .neet-text {
        width: 80%
    }
}


@media screen and (max-width:1120px) {
    .neet-img img {
        width: 400px
    }
}

@media screen and (max-width:1020px) {
    .neet-img img {
        width: 100%
    }
}


@media screen and (max-width:920px) {
    .neet {
        gap: 10px
    }
}


@media screen and (max-width:500px) {
    .neet {
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }

    .neet-text {
        margin-top: 50px;
        width: 100%
    }
}


@media screen and (max-width:430px) {
    .neet-text h1 {
        font-size: 30px;
    }

    .neet-text {
        margin-top: 10px;
    }
}

@media screen and (max-width:768px) {


    .neet {
        position: relative;
        top: -10px
    }
}




@media screen and (max-width:425px) {


    .neet-text>:nth-child(3) {
        font-size: 16px;
    }


}








/* section2 */

.section-2 {
    padding-top: 25px;
    padding-bottom: 24px;
    width: 70%
}

.section-2 p {
    text-align: center;
    font-size: 20px;
    color: rgba(39, 39, 39, 1);
    margin-top: 50px;
    line-height: 28px;
    ;


}


@media screen and (max-width:1024px) {
    .section-2 {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .section-2 {
        text-align: start;
        padding-inline-start: 20px;
        padding-inline-end: 20px;
        font-size: 18px;

    }
}





/* section-3 */

.section-3 {
    display: flex;
    justify-content: center;
    gap: 10px;
    background-color: rgb(245, 250, 255);
    margin-top: 50px;
    padding-top: 120px;
    padding-bottom: 60px;
    flex-wrap: wrap;
    align-items: center;
}



.section-3-text {
    width: 40%
}

.section-3-text h1 {
    font-weight: 550;
    font-style: normal;
}


.section-3-text ul {
    margin-top: 20px;
}

.section-3-text li {
    margin-top: 20px;
    line-height: 24px;
    font-size: 18px;
    list-style: none;
}

.section-3-text p {
    font-size: 18px;
    margin-top: 30px;
    line-height: 25px;

}



@media screen and (max-width:1270px) {
    .section-3-text {
        width: 70%
    }
    .section-3{
        gap:200px
    }
}


@media screen and (max-width:768px) {
    .section-3-text {
        width: 95%
    }
}


.section-3-text a {
    background-color: rgba(44, 119, 211, 1);
    padding: 15px 30px;
    text-decoration: none;
    color: white;
    border-radius: 4px;
    position: relative;
    top: 30px;
    transition: 0.5s;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    z-index: 1;
}


.section-3-text a:hover {
    border-color: #2c77d3;
    background-color: transparent;
    color: #2c77d3;
}

.section-3-img img {
    width: 100%;
    position: relative;
    top: -50px
}

@media screen and (max-width:768px) {
    .section-3 {
        gap: 60px;
        padding-top: 60px;

    }

    .section-3-img {
        position: relative;
        top: 50px
    }

    .section-3-text {
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}

@media screen and (max-width:600px) {
    .section-3-img img {
        max-width: 400px;
    }

}

@media screen and (max-width:500px) {
    .section-3 {
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}




.team-p {

    font-size: 17px;
}

.team h1 {
    font-weight: 400;
}

/* section-4 */

.new-card-section {
    display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 100px;
    align-items: center;
}


.new-card-text {
    width: 40%;
    text-align: start;
}

.new-card-text h1 {
    font-weight: 550;
    font-style: normal;
}

.new-card-text p {
    line-height: 24px;
    margin-top: 30px;
    font-size: 18px;
    color: rgba(39, 39, 39, 1)
}




.new-card-text a {
    background-color: rgba(44, 119, 211, 1);
    padding: 15px 30px;
    text-decoration: none;
    color: white;
    border-radius: 4px;
    position: relative;
    top: 30px;
    transition: 0.5s;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    z-index: 1;
}

.new-card-text a:hover {
    border-color: #2c77d3;
    background-color: transparent;
    color: #2c77d3;
}

@media screen and (max-width:900px) {
    .new-card-text {
        width: 90%
    }

    .new-card-section {
        flex-direction: column-reverse;
        padding: 20px;
    }


}


@media screen and (max-width:320px) {
    .card {
        height: 560px
    }
}




.second-card-section {
    display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 100px;
    align-items: center;
background-color: rgb(245, 250, 255);
}






.section-4 {
    padding-bottom: 50px;
}

.why-neet {
    text-align: center;
    margin-top: 140px
}

.why-neet h1 {
    font-weight: 600;
    font-style: normal;
}

.why-neet p {
    text-align: center;
    margin: 20px auto;
    line-height: 28px;
    font-size: 18px;
    width: 70%;
}

@media screen and (max-width:480px) {
    .why-neet p {
        text-align: start;
        width: 88%;
    }
}

.the-cards {
    text-align: start;
    display: flex;
    justify-content: center;
    line-height: 24px;
    margin-top: 70px;
    flex-wrap: wrap;
    gap: 50px;
}

.card {
    width: 100%;
    max-width: 350px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    border-radius: 8px;
    box-shadow: 2px 2px 9px 0px grey;
    transition: 0.5s;
}

/* .card:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 25px 12px rgba(124, 124, 124, 0.2);
    transition: all 0.3s ease;
} */


.card ul {
    height: 200px;
}

.card h4 {
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    margin-top: 15px;
    text-align: center;
    margin: 15px auto;
}

.card-img-container img {
    width: 100%;
    max-width: 350px;
    height: 200px;
}

.the-cards ul {
    margin-top: 20px;
    padding-left: 20px;

}

.the-cards li {
    margin-top: 10px;
    color: rgba(111, 107, 128, 1);
    list-style: none;
    font-size: 16px !important
}

.card a {
    color: white;
    text-decoration: none;
    display: flex;
    width: 150px;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    background-color: #2c77d3;
    padding: 10px 20px;
    border-radius: 7px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    z-index: 1;
}


.card a:hover {
    border-color: #2c77d3;
    background-color: transparent;
    color: #2c77d3;
}


@media screen and (max-width:1149px) {
    .card {
        max-width: 300px;
    }

    .card a {
        position: relative;
        top: 30px;
        margin-left: 20px;
    }
}

@media screen and (max-width:1000px) {
    .card {
        max-width: 350px;
    }


}



.bg-card {
    background-color: #ffffff;
}


ul.custom-list {
    list-style: none;
    padding-left: 0;
}

ul.custom-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

ul.custom-list li span.icon {
    color: green;
    margin-right: 8px;
    line-height: 1.5;
}




.card img {
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: 220px;
    object-fit: contain;
    border-radius: 8px;
    padding: 20px;
    background-color: #f5f9fe;
    display: block;
}

.home-card-img1,
.home-card-img2,
.home-card-img3,
.home-card-img4 {
    background-color: #f5f9fe;
    height: 200px !important;
}



@media screen and (max-width:500px) {
    .the-cards {
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }

    .why-neet {
        margin-top: 80px;
    }
}



.home-team {
    padding-bottom: 150px
}




/* section-5 */

.what-neet-parent {
  background-color: rgb(245, 250, 255);
    padding-bottom: 50px;

}


.what-neet {
    display: flex;
    justify-content: center;
    gap: 150px;
    align-items: center;
    flex-wrap: wrap;

}


.what-img img {
    margin-top: 50px;
    width: 100%
}

.what-text p {
    line-height: 24px;
    margin-top: 20px;
    font-size: 18px;
}

.what-text a {
    background-color: rgba(44, 119, 211, 1);
    padding: 15px 30px;
    text-decoration: none;
    color: white;
    border-radius: 4px;
    position: relative;
    transition: 0.5s;
    display: inline-block;
    transition: 0.5s;
    border: 2px solid transparent;

}

.what-text a:hover {
    border-color: #2c77d3;
    background-color: transparent;
    color: #2c77d3;
}


.what-text h1 {
    font-weight: 550;
    font-style: normal;
}


@media screen and (max-width:1132px) {
    .what-img img {
        max-width: 300px;
    }
}


@media screen and (max-width:769px) {
    .what-neet {
        padding-inline-start: 20px;
        padding-inline-end: 20px;
        flex-direction: column-reverse;
    }

    .what-img img {
        margin-top: 0;
    }

    .what-text {
        margin-top: 80px;
    }

}


.neet-services h1 {
    text-align: center;
    font-weight: 550;
    margin-top: 200px;
}



.the-three-cards {
    display: flex;
    justify-content: center;
    gap: 100px;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 70px;

}

.three-cards {
    background-color: white;
    width: 100%;
    max-width: 368px;
    height: 432px;
    border-radius: 20px;
    padding-top: 20px;
    box-shadow: 0 12px 25px 12px rgba(124, 124, 124, 0.2);
    transition: 0.5s;
}

.three-cards:hover {
    transform: scale(1.1);
}

.three-cards h3 {
    font-weight: 400;
    font-style: normal;
    margin-top: 10px;
    line-height: 24px;

}


.three-cards p {
    line-height: 24px;
    margin-top: 25px;
    color: rgba(111, 107, 128, 1)
}


.read-btn {
    background-color: rgba(44, 119, 211, 1);
    padding: 15px 30px;
    text-decoration: none;
    color: white;
    border-radius: 4px;
    position: relative;
    top: 30px;
    transition: 0.5s;
    display: inline-block;
    transition: 0.5s;
    border: 2px solid transparent;

}

.read-btn:hover {
    border-color: #2c77d3;
    background-color: transparent;
    color: #2c77d3;
}

@media screen and (max-width:840px) {
    .the-three-cards {
        gap: 10px
    }
}

@media screen and (max-width:500px) {
    .the-three-cards {
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }

    .three-cards p {
        padding-inline-start: 10px;
        padding-inline-end: 10px;
        font-size: 15px;
    }
}




/* new-content */

/* Enhanced base styles */
/* Base container */
.iq-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Why section layout */
.iq-why-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 60px 0;
}

/* Profile wrapper */
.iq-profile-wrapper {
    flex: 1 1 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Text wrapper */
.iq-text-wrapper {
    flex: 1 1 500px;
}

/* Image styling */
.iq-photo {
    width: 100%;
    height: auto;
    max-width: 450px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: block;
}

.iq-photo:hover {
    transform: scale(1.02);
}

/* Typography */
.iq-title {
    font-size: clamp(28px, 5vw, 38px);
    font-weight: 700;
    color: rgb(32, 32, 32);
    margin-bottom: 20px;
    line-height: 1.2;
}

.iq-subtitle {
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 30px;
}

/* Features grid */
.iq-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

/* Feature item */
.iq-feature-item {
    background-color: #f9f9f9;
    padding: clamp(15px, 3vw, 25px) clamp(20px, 3vw, 30px);
    border-radius: 8px;
    border-left: 4px solid rgb(109, 206, 157);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.iq-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Item title */
.iq-item-title {
    font-size: clamp(20px, 2.5vw, 24px);
    color: #242424;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Item description */
.iq-item-desc {
    font-size: clamp(14px, 1.6vw, 16px);
    color: #444;
    line-height: 1.5;
}

/* Large screens - extra breathing room */
@media (min-width: 1400px) {
    .iq-container {
        max-width: 1320px;
    }

    .iq-why-section {
        gap: 60px;
    }
}

/* Desktop screens */
@media (max-width: 1200px) {
    .iq-why-section {
        gap: 30px;
    }

    .iq-profile-wrapper {
        flex: 1 1 350px;
    }

    .iq-text-wrapper {
        flex: 1 1 450px;
    }
}

/* Tablet screens */
@media (max-width: 992px) {
    .iq-why-section {
        gap: 25px;
        padding: 50px 0;
    }

    .iq-profile-wrapper {
        flex: 1 1 300px;
    }

    .iq-text-wrapper {
        flex: 1 1 400px;
    }

    .iq-photo {
        max-width: 380px;
    }
}

/* Small tablet screens */
@media (max-width: 768px) {
    .iq-why-section {
        flex-direction: column;
        padding: 40px 0;
        gap: 20px;
    }

    .neetnav-video-wrapper img {
        width: 20% !important;
        height: auto;
    }

    .iq-profile-wrapper,
    .iq-text-wrapper {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }

    .iq-profile-wrapper {
        margin-bottom: 20px;
    }

    .iq-text-wrapper {
        text-align: center;
    }

    .iq-photo {
        margin: 0 auto;
        max-width: 350px;
    }

    .iq-feature-item {
        text-align: left;
    }
}

/* Mobile screens */
@media (max-width: 480px) {
    .iq-why-section {
        padding: 30px 0;
    }

    .iq-photo {
        max-width: 100%;
    }

    .iq-features {
        gap: 20px;
    }

    .iq-feature-item {
        padding: 15px 20px;
    }
}

/* Small mobile screens */
@media (max-width: 360px) {
    .iq-container {
        padding: 0 15px;
    }

    .iq-why-section {
        padding: 25px 0;
    }

    .iq-features {
        gap: 15px;
    }
}






/* section-6 */


.screenshot {
    padding-top: 100px;
    padding-bottom: 100px;

}

.screenshot img {
    width: 100%;
    max-width: 1200px;
    padding: 20px;
}

@media screen and (max-width:430px) {
    .screenshot img {
        width: 100%;
        height: 250px;
    }
}

/* section-7 */





/* section-8 */
.medical h1 {
    text-align: center;
    margin-top: 50px;
    font-weight: 550;
    font-style: normal;
}

.my-logo img {
    width: 170px
}

.the-logos {
    display: flex;
    justify-content: center;
    gap: 200px;
    margin-top: 80px;
    flex-wrap: wrap;
}


@media screen and (max-width:1220px) {
    .the-logos {
        gap: 140px
    }
}

@media screen and (max-width:1040px) {
    .the-logos {
        gap: 100px
    }

    .my-logo img {
        width: 100%
    }
}

@media screen and (max-width:800px) {
    .the-logos {
        gap: 40px
    }
}


/* section-9 */

.questions {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    padding-bottom: 50px;
    margin: auto;
    /* margin-left: 280px;
     */
    /* Specific left margin as requested */
    max-width: 100vw;
    /* Adjust content width */
}

@media screen and (max-width:1550px) {
    .questions {
        /* margin-left: 150px; */
    }
}

.questions h1 {
    margin-top: 150px;
    font-weight: 550;
    font-style: normal;
    color: #333;
    text-align: center;
}

.frequently {
    margin-top: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.the-questions {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid rgb(223, 223, 223);
    width: 100%;
    max-width: 1160px;
    padding: 20px;
    margin-top: 30px;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.the-questions:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.the-questions i {
    color: rgba(27, 153, 212, 1);
    font-size: 25px;
    font-weight: bolder;
    min-width: 30px;
    text-align: center;
}

.the-questions p {
    font-size: 22px;
    color: rgba(33, 33, 33, 1);
    flex-grow: 1;
}

/* Responsive Adjustments */

@media screen and (max-width:1500px) {
    .questions {
        /* margin-left: 130px; */
    }
}


@media screen and (max-width:1025px) {
    .questions {
        /* margin-left: 100px; */
    }
}


/* @media screen and (max-width: 992px) {
    .questions {
        margin-left: 150px;
        max-width: calc(100% - 170px);
    }
} */

@media screen and (max-width: 768px) {
    .questions {
        margin-left: 20px;
        max-width: calc(100% - 40px);
    }

    .questions h1 {
        margin-top: 100px;
    }

    .the-questions {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .the-questions p {
        font-size: 18px;
    }

    .the-questions i {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .questions {
        margin-left: 10px;
        max-width: calc(100% - 20px);
    }

    .questions h1 {
        margin-top: 80px;
    }

    .the-questions p {
        font-size: 16px;
    }
}







/* section-11 */

/* Video Container Layout */
:root {
    --gap: 20px;
    --main-width: 1200px;
}

.neetnav-videos {
    text-align: center;
    margin-top: 90px;
}

.neetnav-videos h1 {
    font-weight: 550;
    margin-bottom: 40px;
}

.neetnav-video-wrapper {
    position: relative;
    max-width: 90vw;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 200px 1fr 200px;
    gap: var(--gap);
    align-items: center;
}

.neetnav-video-wrapper img {
    width: 100%;
    height: auto;
}

/* Video grid */
#neetnav-video-track {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: var(--gap);
    padding: 20px;
}

.neetnav-video-card:first-child {
    grid-column: 1;
    grid-row: 1 / span 3;
}

.neetnav-video-card:first-child iframe {
    width: 100%;
    height: 500px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.neetnav-video-card:not(:first-child) {
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 10px;
    transition: background-color 0.3s ease;
    align-items: center;
}

.neetnav-video-card:not(:first-child):hover {
    background: #f0f0f0;
}

.neetnav-video-card:not(:first-child) iframe {
    width: 200px;
    height: 100px;
    border: none;
    border-radius: 6px;
    margin-bottom: 10px;
}

.neetnav-video-details h3 {
    font-size: 0.9rem;
    margin: 0;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Responsive */
@media (max-width: 768px) {
    #neetnav-video-track {
        grid-template-columns: 1fr;
    }

    .neetnav-video-card:first-child iframe {
        height: 300px;
    }

    .neetnav-video-card:not(:first-child) iframe {
        width: 100%;
        height: 200px;
    }

    .neetnav-video-wrapper {
        display: flex;
        flex-direction: column;
    }

    .neetnav-video-wrapper> :nth-child(1) {
        margin-bottom: 20px;
    }

    .neetnav-video-wrapper> :nth-child(3) {
        margin-top: 20px;
    }
}

/* Loading/Error state */
#neetnav-video-track p {
    text-align: center;
    color: #666;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}










/* tesitomials */


:root {
    --primary-color: #1d66d8;
    --text-color: #333;
    --light-bg: #f5f7fa;
    --card-bg: #fff;
    --shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    --spacing-xs: clamp(0.5rem, 1vw, 0.75rem);
    --spacing-sm: clamp(0.75rem, 1.5vw, 1.25rem);
    --spacing-md: clamp(1rem, 2vw, 1.5rem);
    --spacing-lg: clamp(1.5rem, 3vw, 2.5rem);
    --spacing-xl: clamp(2rem, 4vw, 3rem);
    --font-xs: clamp(0.75rem, 1vw, 0.875rem);
    --font-sm: clamp(0.875rem, 1.2vw, 1rem);
    --font-md: clamp(1rem, 1.5vw, 1.125rem);
    --font-lg: clamp(1.25rem, 2vw, 1.5rem);
    --font-xl: clamp(1.5rem, 2.5vw, 2rem);
    --font-2xl: clamp(2rem, 4vw, 2.5rem);
    --font-3xl: clamp(2.5rem, 5vw, 3rem);
    --font-4xl: clamp(3rem, 6vw, 4rem);
}




.container {
    width: 100%;

    margin: 0 auto;
    padding: 30px;
}

.header {
    text-align: center;
    margin: var(--spacing-lg) 0;
}

.header h1 {
    color: var(--primary-color);
    font-size: var(--font-4xl);
    font-weight: 700;
    margin-bottom: var(--spacing-xs);
}

.header p {
    font-size: var(--font-lg);
    color: #666;
}

/* Form Styles */
.form-container {
    background-color: var(--card-bg);
    border-radius: 10px;
    padding: var(--spacing-lg);
    box-shadow: var(--shadow);
    margin-bottom: var(--spacing-xl);
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.form-title {
    color: var(--primary-color);
    margin-bottom: var(--spacing-md);
    text-align: center;
    font-size: var(--font-2xl);
}

.form-group {
    margin-bottom: var(--spacing-md);
}

.form-group label {
    display: block;
    margin-bottom: var(--spacing-xs);
    font-weight: 500;
    font-size: var(--font-md);
}

.form-control {
    width: 100%;
    padding: var(--spacing-sm);
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: var(--font-md);
    transition: border-color 0.3s;
}

.form-control:focus {
    border-color: var(--primary-color);
    outline: none;
}

.file-input-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.file-input-label {
    background-color: var(--primary-color);
    color: white;
    padding: var(--spacing-sm) var(--spacing-md);
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-size: var(--font-md);
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.file-name {
    margin-left: var(--spacing-xs);
    font-style: italic;
    font-size: var(--font-sm);
    display: inline-block;
    margin-top: var(--spacing-xs);
}







/* Success Stories Slider */
.success-stories {
    padding: var(--spacing-xl) 0;
    background-color: var(--primary-color);
    color: white;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 100px;
}

/* Flex layout: title left, sliders right */
.success-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-xl);
    flex-wrap: wrap;
}

.success-content .text-wrapper {
    flex: 1;
    min-width: 300px;
    margin-bottom: var(--spacing-lg);
}

.success-content .vertical-sliders-container {
    flex: 2;
    display: flex;
    gap: clamp(20px, 4vw, 100px);
    justify-content: space-around;
    width: 100%;
}

.success-title {
    font-size: var(--font-4xl);
    margin-bottom: var(--spacing-xs);
    font-weight: 700;
    line-height: 1.1;
}

.success-subtitle {
    font-size: var(--font-lg);
    margin-bottom: var(--spacing-lg);
    color: white
}

.vertical-slider {
    flex: 1;
    width: 100%;
    max-width: 300px;
    height: 80vh;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: var(--spacing-sm);
    margin: 0 auto;
}

/* flip middle slider for reverse scroll */
.vertical-slider.reverse {
    transform: rotate(180deg);
}

.vertical-slider.reverse .story-card {
    transform: rotate(180deg);
}

.story-card {
    background-color: var(--card-bg);
    border-radius: 12px;
    overflow: hidden;
    margin: var(--spacing-xs) 0;
    box-shadow: var(--shadow);
    height: clamp(260px, 38vh, 380px);
    position: relative;
    transition: transform 0.3s;
}

.story-card:hover {
    transform: translateY(-5px);
}

.story-image {
    height: clamp(220px, 32vh, 320px);
    overflow: hidden;
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    padding: 10px;
    object-position: 50% 0%;
}

.story-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    /* left padding for logo, right+center spacing for name */
    padding: 0.75rem 1rem;
    box-sizing: border-box;
}

.college-logo {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.story-name {
    flex: 1;
    text-align: center;
    font-weight: 600;
    color: var(--text-color);
    font-size: var(--font-md);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.story-college {
    color: #666;
    font-size: var(--font-xs);
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.story-college img {
    height: 24px;
    width: 24px;
    margin-right: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.empty-slider-message {
    color: white;
    text-align: center;
    padding: var(--spacing-md);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin: var(--spacing-md) 0;
}

.preview-container {
    background-color: var(--card-bg);
    border-radius: 10px;
    padding: var(--spacing-md);
    box-shadow: var(--shadow);
    margin: var(--spacing-md) auto;
    width: 100%;
    max-width: 360px;
}

.preview-title {
    color: var(--primary-color);
    margin-bottom: var(--spacing-md);
    text-align: center;
    font-size: var(--font-lg);
}

.preview-card {
    display: flex;
    justify-content: center;
}

.navigation {
    text-align: center;
    margin-top: var(--spacing-md);
}

.nav-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    font-size: var(--font-md);
    transition: opacity 0.3s;
}

.nav-link:hover {
    opacity: 0.8;
}

.smiley-icon {
    font-size: clamp(2rem, 3.2em, 4rem);
    color: white;
    position: relative;
    display: inline-block;
    margin-bottom: var(--spacing-md);
    top: -45px;

}


/* Style for the View All Reviews button */
.success-btn {
    text-align: center;
    margin-top: 30px;
}

.view-all-reviews-btn {
    background-color: white;
    color: #1d66d8;
    border: none;
    border-radius: 5px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.view-all-reviews-btn:hover {
    background-color: #1d66d8;
    color: white;
    border: 2px solid white;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}



@media (max-width: 1024px) {
    .success-content {
        gap: var(--spacing-md);
    }

    .vertical-sliders-container {
        gap: clamp(15px, 3vw, 60px);
    }
}

@media (max-width: 900px) {
    .success-content {
        flex-direction: column;
    }

    .success-content .text-wrapper {
        text-align: center;
        margin-bottom: var(--spacing-lg);
        min-width: auto;
        width: 100%;
    }

    .smiley-icon {
        position: static;
        margin-bottom: var(--spacing-sm);
        display: block;
        text-align: center;
    }

    .success-content .vertical-sliders-container {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .vertical-sliders-container {
        gap: clamp(10px, 2vw, 30px);
    }

    .vertical-slider {
        max-width: 30%;
        height: 70vh;
    }

    .story-card {
        height: clamp(200px, 35vh, 300px);
    }

    .story-image {
        height: clamp(160px, 28vh, 240px);
    }

    .story-info {
        padding: var(--spacing-xs);
    }
}

@media (max-width: 600px) {
    .vertical-sliders-container {
        flex-direction: column;
        gap: var(--spacing-lg);
        align-items: center;
    }

    .vertical-slider {
        max-width: 280px;
        width: 90%;
        height: 40vh;
        margin-bottom: var(--spacing-md);
    }

    .vertical-slider.reverse {
        transform: none;
    }

    .vertical-slider.reverse .story-card {
        transform: none;
    }

    .story-card {
        height: clamp(180px, 35vh, 250px);
    }

    .story-image {
        height: clamp(140px, 28vh, 210px);
    }

    .form-container {
        padding: var(--spacing-md);
    }



    #previewBtn {
        margin-left: 0 !important;
    }
}

@media (max-width: 400px) {
    .file-input-container {
        display: block;
        margin-bottom: var(--spacing-xs);
    }

    .file-name {
        display: block;
        margin-top: var(--spacing-xs);
        margin-left: 0;
    }
}






/* popup css */

.overlay,
#sidebar-overlay,
#mobile-popup-overlay,
#signup-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.overlay.visible,

#mobile-popup-overlay.visible,
#signup-popup.visible {
    opacity: 1;
    visibility: visible;
}

/* Common popup container styles */
.mobile-popup,
.signup-popup-content {
    background: linear-gradient(145deg, #ffffff, #f6f8ff);
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.8);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

/* Decorative elements for all popups */
.mobile-popup::before,
.signup-popup-content::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(94, 90, 219, 0.1), rgba(94, 90, 219, 0.05));
    border-radius: 50%;
    z-index: -1;
}

.mobile-popup::after,
.signup-popup-content::after r {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 160px;
    height: 160px;
    background: linear-gradient(135deg, rgba(94, 90, 219, 0.08), rgba(94, 90, 219, 0.03));
    border-radius: 50%;
    z-index: -1;
}

/* Close buttons for all popups */
.mobile-popup-close,
.close-popup {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    color: #777;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.25s;
    z-index: 10;
}

.mobile-popup-close:hover,
.close-popup:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #333;
    transform: rotate(90deg);
}

/* Common button styles */
.signup-btn,
.signin-btn,
.skip-btn {
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.signup-btn,
.signin-btn {
    background: linear-gradient(135deg, #2c77d3, #104c96);
    color: white;
    box-shadow: 0 4px 15px rgba(94, 90, 219, 0.3);
}

.signup-btn:before,
.signin-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    transition: all 0.4s;
    z-index: 1;
}

.signup-btn:hover,
.signin-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(94, 90, 219, 0.4);
}

.signup-btn:hover:before,
.signin-btn:hover:before {
    left: 100%;
}

.btn-text {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}

.btn-icon {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    transition: transform 0.3s;
    position: relative;
    z-index: 2;
}

.btn-icon svg {
    width: 100%;
    height: 100%;
}

.signup-btn:hover .btn-icon,
.signin-btn:hover .btn-icon {
    transform: translateX(4px);
}

.skip-btn {
    background: rgba(0, 0, 0, 0.05);
    color: #666;
}

.skip-btn:hover {
    background: rgba(0, 0, 0, 0.08);
    color: #444;
    transform: translateY(-2px);
}

/* Common input styles */
.form-group,
.mobile-input-group {
    margin-bottom: 18px;
    position: relative;
}

.form-group input,
.mobile-input-group input {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #e8eaf6;
    border-radius: 14px;
    font-size: 15px;
    transition: all 0.3s;
    background: #fbfbff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
    position: relative;
    top: 10px
}

.form-group input::placeholder,
.mobile-input-group input::placeholder {
    color: #aab2c8;
}

.form-group input:focus,
.mobile-input-group input:focus {
    outline: none;
    border-color: #5e5adb;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(94, 90, 219, 0.15);
}

.form-group input.error-input,
.mobile-input-group input.error-input {
    border-color: #ff5757;
    background-color: #fff9f9;
}

/* ===== MOBILE POPUP SPECIFIC STYLES ===== */
#mobile-popup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    transform: scale(0.9);
    width: 90%;
    max-width: 380px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1000;
}

#mobile-popup.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    animation: popup-bounce 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mobile-popup-header {
    padding: 24px 24px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mobile-popup-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #2c77d3, #0a3d7c);
    border-radius: 24px 24px 0 0;
}

.mobile-popup-header h3 {
    margin: 0;
    font-size: 22px;
    background: linear-gradient(135deg, #2c77d3, #0d478d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    margin-bottom: 8px;
}

.mobile-popup-header p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.mobile-popup-content {
    padding: 20px 24px;
}

.mobile-popup-buttons {
    display: flex;
    padding: 16px 24px 24px;
    gap: 12px;
}

.mobile-popup-buttons button {
    flex: 1;
}

/* ===== SIGNUP POPUP SPECIFIC STYLES ===== */
.signup-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.signup-popup.visible {
    opacity: 1;
    visibility: visible;
}

.signup-popup-content {
    position: relative;
    width: 90%;
    max-width: 450px;
    padding: 40px 35px;
    opacity: 0;
    transform: translateY(20px);
}

.signup-popup-content.visible {
    opacity: 1;
    transform: translateY(0);
    animation: slideIn 0.4s forwards;
}

/* Popup header with icon */
.popup-header {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.popup-icon {
    /* width: 60px;
  height: 60px; */
    margin: 0 auto 15px;
    padding: 12px;
    /* border-radius: 50%;
  background: linear-gradient(135deg, rgba(94, 90, 219, 0.1), rgba(94, 90, 219, 0.05));
  animation: pulse 2s infinite; */
}

.popup-icon svg {
    width: 100%;
    height: 100%;
}

.popup-header h2 {
    margin: 0 0 8px;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    background: linear-gradient(135deg, #2c77d3, #12427e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}

.popup-header p {
    margin: 0 0 30px;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

/* OTP Section specific styles */
#otp-section {
    margin-top: 15px;
}

.otp-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 12px 16px;
    background: rgba(94, 90, 219, 0.05);
    border-radius: 10px;
    border-left: 3px solid #5e5adb;
}

.otp-header svg {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    flex-shrink: 0;
}

.otp-header p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

#otp {
    letter-spacing: 8px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

.resend-otp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    font-size: 14px;
    color: #777;
}

#timer {
    margin-right: 8px;
    font-weight: 600;
    color: #5e5adb;
}

#resend-btn {
    background: none;
    border: none;
    color: #5e5adb;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    opacity: 0.6;
    transition: all 0.2s;
}

#resend-btn:not([disabled]) {
    opacity: 1;
}

#resend-btn:not([disabled]):hover {
    text-decoration: underline;
}

/* Terms section styling */
.terms-section {
    margin-top: 25px;
    font-size: 13px;
    text-align: center;
    color: #777;
    padding: 12px;
    border-radius: 8px;
    background: rgba(94, 90, 219, 0.03);

}

.the-terms {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.terms-section a {
    color: #333333;
    transition: all 0.2s;
    position: relative;
    margin: 0 5px;
    font-size: 14px !important;
    padding: 10px;
}

.terms-section a:hover {
    color: #4b46c2;
}

.terms-section a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #5e5adb;
    transition: width 0.3s;
}

.terms-section a:hover:after {
    width: 100%;
}

.terms-separator {
    margin: 0 5px;
    display: inline-block;
}

.status {
    margin-top: 15px;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    min-height: 20px;
}

/* Thank you message styling */
.thank-you-message {
    text-align: center;
    padding: 20px 0;
}

.thank-you-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    animation: scale-up 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.thank-you-message h3 {
    font-size: 28px;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #5e5adb, #6b66e3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.thank-you-message p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}



/* ===== ANIMATIONS ===== */
@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes popup-bounce {
    0% {
        transform: scale(0.8);
    }

    40% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(94, 90, 219, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(94, 90, 219, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(94, 90, 219, 0);
    }
}

@keyframes scale-up {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

/* Loading animation for buttons */
.signup-btn.loading,
.signin-btn.loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
}

.signup-btn.loading:after,
.signin-btn.loading:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ===== MOBILE RESPONSIVENESS ===== */
@media (max-width: 480px) {
    #mobile-popup {
        bottom: 20px;
        right: 20px;
        width: calc(100% - 40px);
        max-width: 100%;
    }

    .signup-popup-content {
        width: 95%;
        padding: 30px 25px;
    }

    .popup-header h2 {
        font-size: 26px;
    }

    .mobile-popup-header h3 {
        font-size: 20px;
    }

    .form-group input,
    .mobile-input-group input {
        padding: 14px 16px;
    }

    .signup-btn,
    .signin-btn,
    .skip-btn {
        padding: 14px;
    }


}








@media screen and (max-width:1550px) {
    h1 {
        font-size: 35px;
    }
}


@media screen and (max-width:768px) {
    h1 {
        font-size: 30px;
    }
}

@media screen and (max-width:425px) {
    h1 {
        font-size: 25px;
    }
}

/* Add smooth transition for height changes */
.neetnav-review-card,
.neetnav-review-details {
    transition: height 0.3s ease-in-out;
}

/* Set minimum height for cards */
.neetnav-review-card {
    min-height: 200px;
    /* Adjust as needed */
    height: auto;
}

/* Ensure proper height for expanded content */
.neetnav-review-details {
    height: auto;
    display: flex;
    flex-direction: column;
}

/* Add some styling for expanded state */
.neetnav-review-details.expanded {
    height: 400px;
}

.neetnav-review-card.expanded {
    height: auto;
}

/* Make sure the text container can grow */
.neetnav-review-text {
    flex-grow: 1;
    transition: all 0.3s ease-in-out;
}

/* Style the read more button */
.read-more-button {
    margin-top: 10px;
}

.read-more-btn {
    background: none;
    border: none;
    color: #1976d2;
    /* or your preferred color */
    cursor: pointer;
    font-weight: 600;
    padding: 5px 0;
    transition: color 0.2s ease;
}

.read-more-btn:hover {
    color: #1565c0;
    /* darker shade for hover */
    text-decoration: underline;
}













/* ✅ WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.whatsapp-float:hover {
    background-color: transparent;
    color: #25D366;
    border: 2px solid #25D366;
    transform: scale(1.1);
}



 




/* .disclaimer{
    position: relative;
    top:-50px
} */

.disclaimer a{
color: #1976d2;
text-decoration: none;
transition: 0.5s;

}

.disclaimer a:hover{
text-decoration: underline;
}







  /* Overlay */
    .counselling-popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.75);
      display: none;
      align-items: center;
      justify-content: center;
      backdrop-filter: blur(5px);
      z-index: 1000;
      transition: opacity .4s ease;
      opacity: 0;
    }

    .counselling-popup-overlay.visible {
      display: flex;
      opacity: 1;
    }

    /* Popup Container */
    .counselling-popup {
      background: #fff;
      border-radius: 16px;
      width: 90%;
      max-width: 550px;
      overflow: hidden;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 100px rgba(0, 73, 122, 0.2);
      transform: scale(0.85);
      opacity: 0;
      animation: popIn .6s cubic-bezier(.17, .67, .27, 1.1) forwards;
      font-family: 'Poppins', 'Roboto', sans-serif;
    }

    @keyframes popIn {
      to {
        transform: scale(1);
        opacity: 1;
      }
    }

    /* Header */
    .counselling-popup-header {
      position: relative;
      background: linear-gradient(135deg, #0079C1, #00497A);
      color: #fff;
      padding: 20px 30px;
      display: flex;
      align-items: center;
    }

    .counselling-header-icon {
      font-size: 28px;
      margin-right: 12px;
      animation: popIcon .6s ease;
    }

    @keyframes popIcon {
      from {
        transform: scale(0);
        opacity: 0;
      }

      to {
        transform: scale(1);
        opacity: 1;
      }
    }

    .counselling-popup-header h2 {
      flex: 1;
      font-size: 22px;
      margin: 0;
      font-weight: 600;
    }

    .counselling-popup-close {
      background: rgba(255, 255, 255, 0.2);
      border: none;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      color: #fff;
      font-size: 18px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background .3s, transform .3s;
    }

    .counselling-popup-close:hover {
      background: rgba(255, 255, 255, 0.3);
      transform: rotate(90deg);
    }

    /* Body */
    .counselling-popup-body {
      padding: 30px;
    }

    .counselling-popup-body p {
      color: #444;
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 24px;
    }

    /* Form */
    .counselling-form {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .form-field {
      position: relative;
      animation: fadeInUp .5s ease forwards;
    }

    .form-field:nth-child(1) {
      animation-delay: .1s;
    }

    .form-field:nth-child(2) {
      animation-delay: .2s;
    }

    .form-field:nth-child(3) {
      animation-delay: .3s;
    }

    .form-field:nth-child(4) {
      animation-delay: .4s;
    }

    .neet-score-field {
      display: none;
    }

    .form-field i {
      position: absolute;
      top: 50%;
      left: 16px;
      transform: translateY(-50%);
      color: #0079C1;
      font-size: 18px;
    }

    .counselling-form input,
    .counselling-form select {
      width: 100%;
      padding: 14px 14px 14px 45px;
      border: 1px solid #e1e5eb;
      border-radius: 8px;
      font-size: 15px;
      background: #f7f9fc;
      transition: border-color .3s, box-shadow .3s, background .3s;
    }

    .counselling-form input:focus,
    .counselling-form select:focus {
      outline: none;
      background: #fff;
      border-color: #0079C1;
      box-shadow: 0 0 0 3px rgba(0, 121, 193, 0.15);
    }

    /* Submit Button */
    .counselling-popup-submit {
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #0079C1, #00497A);
      color: #fff;
      border: none;
      padding: 16px;
      font-size: 17px;
      font-weight: 600;
      border-radius: 8px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      transition: transform .2s, box-shadow .2s;
      animation: fadeInUp .5s ease forwards;
      animation-delay: .6s;
    }

    .counselling-popup-submit:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 15px rgba(0, 121, 193, 0.3);
    }

    /* Benefits */
    .popup-benefits {
      margin-top: 30px;
      padding-top: 20px;
      border-top: 1px solid #edf2f7;
      animation: fadeInUp .5s ease forwards;
      animation-delay: .7s;
    }

    .popup-benefits h3 {
      font-size: 18px;
      margin-bottom: 15px;
      color: #00497A;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .popup-benefits ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px 24px;
    }

    .popup-benefits li {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      font-size: 15px;
      color: #555;
      animation: fadeInUp .5s ease forwards;
    }

    .popup-benefits li:nth-child(1) {
      animation-delay: .8s;
    }

    .popup-benefits li:nth-child(2) {
      animation-delay: .9s;
    }

    .popup-benefits li:nth-child(3) {
      animation-delay: 1s;
    }

    .popup-benefits li:nth-child(4) {
      animation-delay: 1.1s;
    }

    /* Success Message */
    #success-message {
      display: none;
      text-align: center;
      padding: 40px 20px;
      animation: fadeInUp .5s ease forwards;
    }

    .success-icon {
      font-size: 80px;
      color: #0079C1;
      margin-bottom: 20px;
      animation: popIcon .6s ease;
    }

    #success-message h3 {
      color: #0079C1;
      font-size: 28px;
      margin-bottom: 12px;
    }

    #success-message p {
      font-size: 17px;
      color: #444;
      margin-bottom: 24px;
    }

    .close-button {
      background: #0079C1;
      color: #fff;
      border: none;
      padding: 12px 30px;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: background .3s, transform .2s;
    }

    .close-button:hover {
      background: #00497A;
      transform: translateY(-2px);
    }

    /* Animations */
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(10px);
      }

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

    /* Responsive */
    @media (max-width: 600px) {
      .popup-benefits ul {
        grid-template-columns: 1fr;
      }

      .counselling-popup-body {
        padding: 20px;
      }
    }

