
.banner-image-container__outer_0 {
    background-image: url(/images/top-banner.webp);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: top;
    width: 100%;
    max-width: 1440px;
    margin: 88px auto;
    height: 400px
}

.banner-image-container__titles_box {
    width: 60%;
    font-weight: 700;
    font-family: Montserrat-Bold;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 11%;
    padding-top: 80px
}

.banner-image-container__title_0 {
    color: #fff;
    font-size: 2.5rem;
    font-family: Montserrat-regular;
    font-weight: 400
}

.banner-image-container__title_1 {
    color: #f7f01b;
    font-size: 3.2rem;
    margin-top: -15px
}

.banner-image-container__title_2 {
    color: #f27d15;
    font-size: 3.2rem;
    margin-top: -15px
}

.banner-image-container__title_3 {
    color: #fff;
    font-weight: 400;
    font-size: 1.8rem;
    margin-top: -10px;
    font-family: Montserrat-regular
}

.banner-image-container_image {
    width: 40%;
    text-align: center
}

.banner-girl-image {
    width: 400px;
    height: auto;
    padding-top: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 768px) and (max-width:1024px) {
    .banner-image-container__outer_0 {
        height:320px
    }

    .banner-image-container__titles_box {
        padding-left: 11%;
        padding-top: 60px
    }

    .banner-girl-image {
        width: 280px;
        padding-top: 60px
    }

    .banner-image-container__title_0,.banner-image-container__title_1,.banner-image-container__title_2 {
        font-size: 2.2rem;
        margin-top: 0
    }
}

@media only screen and (max-width: 768px) {
    .banner-image-container__outer_0 {
        height:200px
    }

    .banner-image-container__titles_box {
        padding-top: 20px;
        padding-left: 20px
    }

    .banner-girl-image {
        width: 280px;
        padding-top: 90px
    }

    .banner-image-container__title_0 {
        font-size: 1.5rem;
        white-space: nowrap
    }

    .banner-image-container__title_1,.banner-image-container__title_2 {
        font-size: 1.4rem;
        margin-top: 0;
        white-space: nowrap
    }

    .banner-image-container__title_3 {
        font-size: 1rem;
        margin-top: 0;
        white-space: nowrap
    }

    .banner-image-container_image {
        width: 40%
    }

    .banner-girl-image {
        width: 100%
    }
}

.main-container {
    background-image: url('/images/background-result-neet.webp');
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    justify-content: center;
    justify-self: center;
    flex-direction: column
}

.main-container,.main-container-div {
    max-width: 1440px
}

.neet-result-solution-desc {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 18px
}

.heading {
    font-size: 32px;
    text-align: left;
    color: #000;
    margin-top: -20px
}

.mobile-heading {
    display: none
}

.result-test {
    font-size: 17px;
    text-align: left
}

.neet-result-solution-componenet {
    margin-top: 4rem;
    padding-left: 10rem;
    display: flex;
    flex-direction: column;
    font-family: Montserrat-Regular
}

.neet-tables-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
    margin-top: 30px;
    font-family: calibri
}

.neet-table {
    border-collapse: collapse;
    border: 1px solid gray;
    width: 40%;
    text-align: center;
    font-family: calibri
}

.neet-table td,.neet-table th {
    border: 1px solid gray;
    padding: 4px;
    color: #000
}

.table-header {
    background-color: #8ebae4;
    color: #fff;
    font-weight: 700;
    font-size: 1rem
}

.neet-table-code-wise {
    border-collapse: collapse;
    border: 1px solid gray;
    width: 81%;
    text-align: center;
    font-family: calibri
}

.neet-table-code-wise td,.neet-table-code-wise th {
    border: 1px solid gray;
    padding: 4px;
    color: #000
}

.neet-table-schedule {
    border-collapse: collapse;
    border: 1px solid gray;
    width: 81%;
    text-align: left;
    font-family: calibri
}

.neet-table-schedule td,.neet-table-schedule th {
    border: 1px solid gray;
    padding: 4px 4px 4px 50px;
    color: #000
}

.heading-with-bg-color {
    margin-top: 30px;
    font-size: 24px;
    background: #1f458d;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 20px 2px 10px;
    font-family: calibri
}

.enterance-test {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80%
}

.neet-result-pdf-link {
    cursor: pointer;
    color: green;
    text-decoration: underline;
    font-size: 18px
}

/* Popup Modal Styles */
.popup-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.popup-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.popup-close:hover,
.popup-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .popup-content {
        width: 95%;
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .neet-result-solution-componenet {
        margin-top:4rem;
        padding-left: 4rem
    }

    .neet-result-solution-desc {
        width: 60%;
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .heading {
        font-size: 26px
    }

    .mobile-heading {
        display: none
    }

    .result-test {
        font-size: 14px
    }

    .neet-tables-wrapper {
        gap: 10px;
        margin-top: 20px
    }

    .neet-table {
        width: 45%
    }

    .neet-table td,.neet-table th {
        border: 1px solid gray;
        padding: 4px
    }

    .neet-table-code-wise {
        width: 91%
    }

    .neet-table-schedule {
        width: 92%
    }

    .neet-table-schedule td,.neet-table-schedule th {
        padding-left: 20px
    }

    .heading-with-bg-color {
        margin-top: 30px;
        font-size: 20px;
        background: #1f458d;
        color: #fff;
        width: -moz-fit-content;
        width: fit-content;
        padding: 2px 20px 2px 10px
    }

    .enterance-test {
        width: 100%;
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .neet-result-solution-componenet {
        margin-top:4rem;
        padding-left: 1rem
    }

    .neet-result-solution-desc {
        width: 95%;
        gap: 6px
    }

    .result-test {
        font-size: 14px
    }

    .neet-tables-wrapper {
        gap: 15px
    }

    .neet-table,.neet-table-code-wise,.neet-table-schedule {
        width: 95%
    }

    .neet-table-schedule td,.neet-table-schedule th {
        padding-left: 10px
    }

    .heading-with-bg-color {
        margin-top: 30px;
        font-size: 16px;
        background: #1f458d;
        color: #fff;
        width: -moz-fit-content;
        width: fit-content;
        padding: 2px 20px 2px 10px
    }

.banner-image-container__outer_0 {
        margin: 10px auto;
    
}

    .enterance-test {
        width: 95%;
        font-size: 14px
    }

    .heading {
        display: none
    }

    .mobile-heading {
        font-size: 20px;
        text-align: left;
        color: #000;
        margin-top: -40px;
        font-weight: 700;
        display: block
    }
}

.webinar-parenting-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 800px;
    margin-top: -120px;
    background-image: url(/webinar/background.webp);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
    font-family: bwmodelica-regular;
    position: relative
}

.webinar-left {
    width: 58%;
    line-height: 1.5;
    padding-left: 13%
}

.webinar-right {
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center
}

.webinar-right img {
    width: 100%;
    height: 800px
}

.webinar-left h1 {
    font-size: 4.5rem;
    color: #fff;
    font-weight: 700;
    text-align: left;
    font-family: bwmodelica-extrabold
}

.webinar-left h3 {
    font-size: 1.9rem;
    margin-bottom: 1rem;
    margin-top: -1rem;
    font-family: bwmodelica-medium
}

.webinar-left p {
    font-size: 1rem;
    margin-bottom: 50px;
    font-family: bwmodelica-regular;
    max-width: 400px
}

.webinar-subheading {
    font-size: 44px
}

.register-button {
    background-color: #ff3946;
    color: #fff;
    padding: 6px 50px;
    border-radius: 20px 0 20px 20px;
    font-size: 1.6rem;
    cursor: pointer;
    margin-top: 1rem;
    font-family: bwmodelica-medium
}

.free-tag {
    margin-top: .8rem;
    font-family: bwmodelica-regular
}

.play-button {
    display: flex;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 70%;
    left: 55%
}

.neet-parenting-block {
    display: flex;
    justify-content: center;
    justify-self: center;
    gap: 2rem;
    margin: 4rem auto;
    max-width: 1440px;
    padding: 1rem
}

.neet-block {
    width: 35%;
    justify-content: center;
    justify-items: center
}

.neet-block-image {
    width: 100%;
    max-width: 120px;
    height: auto;
    margin-bottom: 1rem
}

.neet-block h3 {
    font-size: 1.3rem;
    margin-bottom: .5rem;
    text-align: center;
    line-height: 30px;
    font-family: bwmodelica-extrabold
}

.neet-block p {
    font-size: .9rem;
    text-align: center;
    font-family: bwmodelica-regular;
    max-width: 390px
}

.only-webinar {
    display: flex;
    flex-direction: column
}

.only-webinar,.only-webinar_1 {
    justify-content: center;
    justify-self: center
}

.only-webinar_1 {
    width: 45%;
    text-align: center;
    justify-items: center
}

.only-webinar_text {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    font-family: bwmodelica-extrabold
}

.only-webinar_text_1 {
    font-size: 16px;
    font-family: bwmodelica-regular
}

.under-line-webinar {
    display: flex;
    justify-self: center;
    background: linear-gradient(90deg,#043263,rgba(7,70,136,.77) 100%,rgba(241,93,8,0) 0);
    height: 6px;
    width: 160px;
    margin-top: 10px;
    margin-bottom: 6px
}

.neet-parenting-block_meeting {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: center;
    gap: 20px;
    margin: 3rem auto;
    max-width: 1200px;
    padding: 0 1rem
}

.neet-block_meeting {
    width: 40%
}

.neet-block_meeting h3 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
    line-height: 30px;
    font-family: bwmodelica-extrabold
}

.experts-list {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
    flex-direction: column;
    gap: 1.5rem
}

.experts-list,.experts-list li {
    display: flex;
    font-family: bwmodelica-regular
}

.experts-list li {
    align-items: flex-start;
    gap: 1rem;
    font-size: 1rem;
    line-height: 1.4;
    max-width: 370px
}

.experts-list li img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%
}

.neet-block_meating_image {
    justify-items: center;
    width: 400px;
    height: 400px
}

.experts-list-strong {
    color: #000;
    font-family: bwmodelica-bold
}

.neet-success {
    text-align: center;
    font-size: 28px;
    margin: 140px auto auto
}

.neet-success-span {
    font-weight: 700
}

.webinar-section {
    display: flex;
    align-items: top;
    gap: 0;
    margin: 3rem 0;
    justify-content: center
}

img,video {
    max-width: 100%;
    height: auto
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center
}

.popup {
    background: #dbf1fb;
    border-radius: 10px;
    padding: 30px;
    width: 90%;
    max-width: 400px;
    position: relative;
    box-shadow: 0 0 12px rgba(0,0,0,.3);
    animation: fadeIn .3s ease
}

.close-btn {
    position: absolute;
    top: 4px;
    right: 14px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}
[role=button], button {
    cursor: pointer;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
button, select {
    text-transform: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

.popup-heading {
    font-family: Montserrat-Regular
}

.popup-heading,.popup-heading text h2 h3 {
    display: flex;
    flex-direction: column;
    text-align: center
}

.popup-heading h2 {
    color: #1b4e93;
    font-size: 20px;
    font-weight: 600;
    font-family: Montserrat-bold
}

.popup-heading h3 {
    font-size: 15px;
    margin-bottom: 10px
}

.popup form {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.popup input,.popup-heading text {
    font-size: 14px
}

.popup input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none
}

.submit-btn {
    background: #1b4e93;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    width: 220px;
    height: 50px;
    cursor: pointer
}

@keyframes fadeIn {
    0% {
        transform: scale(.95);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}