    .video-card {
        width: 100%;
        height: 286px;
        background: rgba(255, 255, 255, 0.002);
        border: 3px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0px 19px 38px -9px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        overflow: hidden;
    }

    /* Image */
    .video-img {
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        height: 98% !important;
        width: calc(100% - 6px);
        object-fit: cover;
        border-radius: 10px;
    }

    /* Bottom Info Box */
    .video-info {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 15px;
        height: 61px;
        padding: 12px;
        background: rgba(255, 255, 255, 0.95);
        box-shadow:
            0px 7.6px 11.4px -2.3px rgba(0, 0, 0, 0.1),
            0px 3px 4.5px -3px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(1.5px);
        border-radius: 9px;
    }

    /* Icon Circle */
    .video-icon {
        width: 36px;
        height: 36px;
        background: rgba(33, 196, 93, 0.2);
        border-radius: 50%;
    }

    /* Text Styles */
    .video-title {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 12.24px;
        line-height: 18px;
        color: #1D2530;
    }

    .video-status {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 10.7px;
        line-height: 15px;
        color: #65758B;
    }


    .video-consultation-hero-background-section {
        position: relative;
        width: 100%;
        height: auto;
        padding: 40px 0px;
        background: #00539f;
    }

    .video-consultation-hero-background-section .video-consultation-hero-wrapper {
        position: relative;
    }

    .video-consultation-hero-background-section .video-consultation-hero-background-image {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }

    .video-consultation-hero-background-section .video-consultation-hero-title {
        color: #fff;
    }

    .video-consultation-hero-background-section .video-consultation-hero-para {
        color: #fff;
        width: 70%;
        line-height: 26px;
    }

    @media (max-width: 768px) {
        .video-consultation-hero-background-section .video-consultation-hero-para {
            width: 100%;
        }
    }

    /* Button */
    .video-consultation-hero-background-section .second-opinion-btn {
        background: #fff;
        border-radius: 10px;
        padding: 10px 20px;
        font-weight: 600;
        font-size: 14px;
        color: #00539f;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        width: max-content;
    }

    .video-consultation-hero-background-section .second-opinion-btn:hover {
        background: #e36f0f;
        color: #000;
    }

    /* Button Icon */
    .video-consultation-hero-background-section .btn-icon {
        width: 24px;
        height: 24px;
        background: linear-gradient(127.12deg, #4A8CFF 14.48%, #23B7EC 85.53%);
        border-radius: 4px;
        position: relative;
        padding: 5px;
        color: #fff;
        border-radius: 50%;
    }

    .video-consultation-hero-background-section .specialties-call-button {
        color: #555555;
        background: #FFFFFF;
        padding: 10px 20px;
        border-radius: 10px;
        border: 1px solid #FFFFFF;
        justify-content: center;
        min-width: 290px;
    }

    .video-consultation-doctors-view-all {
        background: #EFEFEF;
        padding: 30px 0 !important;
        border-radius: 16px;
    }

    .video-consultation-doctors-view-all h2 {
        margin-top: 0 !important;
    }



    .counter-number-section {
        background: var(--primary-color);
        padding: 40px 0;
    }

    .counter-number-section .col {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 20px;
    }

    .counter-number-section .medicover-numbers img {
        width: 60px;
        height: 60px;
    }

    .counter-number-section .medicover-numbers .counter-number {
        font-size: 32px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 0;
        color: #fff;
    }

    .counter-number-section .medicover-numbers .name {
        font-weight: 500;
        font-size: 16.63px;
        line-height: 26.08px;
        color: #fff;
        margin-bottom: 0px;
    }

    @media only screen and (max-width: 999px) {
        .counter-number-section .col {
            justify-content: center;
            text-align: left;
        }

        .counter-number-section .medicover-numbers img {
            width: 50px;
            height: 50px;
        }

        .counter-number-section .medicover-numbers .counter-number {
            font-size: 26px;
        }
    }

    @media only screen and (max-width: 780px) {
        .counter-number-section .col {
            justify-content: center;
            text-align: left;
        }

        .counter-number-section .medicover-numbers img {
            width: 40px;
            height: 40px;
        }

        .counter-number-section .medicover-numbers .counter-number {
            font-size: 22px;
        }

        .counter-number-section .medicover-numbers .name {
            font-size: 13px;
        }
    }


    .second-opinion-section {
        background: #ffffff;
    }

    /* Heading */
    .second-opinion-section .section-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: #1D2530;
        text-align: left;
    }

    .second-opinion-section .section-subtitle {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }

    /* Cards */
    .second-opinion-section .opinion-card {
        background: #FFFFFF;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius: 16px;
        padding: 20px;
        height: 100%;
    }

    .second-opinion-section .opinion-card h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: #1D2530;
        margin-top: 16px;
    }

    .second-opinion-section .opinion-card p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #65758B;
        margin-top: 8px;
    }

    /* Icon */
    .second-opinion-section .icon-box {
        width: 56px;
        height: 56px;
        background: rgba(0, 89, 179, 0.1);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .second-opinion-section .icon-box svg {
        width: 28px;
        height: 28px;
        color: #00539f;
    }

    /* Button */
    .second-opinion-section .second-opinion-btn,
    .btn-readmore-orange {
        background: #F48120;
        border-radius: 10px;
        padding: 10px 20px;
        font-weight: 600;
        font-size: 14px;
        color: #000000;
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

    .second-opinion-section .second-opinion-btn:hover,
    .btn-readmore-orange:hover {
        background: #e36f0f;
        color: #000;
    }

    /* Button Icon */
    .second-opinion-section .btn-icon {
        width: 24px;
        height: 24px;
        background: linear-gradient(127.12deg, #4A8CFF 14.48%, #23B7EC 85.53%);
        border-radius: 4px;
        position: relative;
        padding: 5px;
        color: #fff;
        border-radius: 50%;
    }


    /* Smooth expand/collapse animation */
    #moreRows {
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
    }

    .video-consultation-center-of-Excellence {
        background-color: #00539f;
        min-height: 300px;
        max-width: 100%;
    }

    .video-consultation-center-of-Excellence .section-title {
        color: #fff;
    }

    .video-consultation-center-of-Excellence .section-para {
        color: #fff;
    }


    .video-consultation-center-of-Excellence .specialist-card {
        min-height: 50px;
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #00539f;
        border-radius: 10px;
        background: #fff;
        transition: .4s;
        -moz-transition: .4s;
        -o-transition: .4s;
        -ms-transition: .4s;
        -webkit-transition: .4s
    }

    .video-consultation-center-of-Excellence .specialist-icon {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-weight: 700
    }

    .video-consultation-center-of-Excellence .specialist-text {
        margin-left: 10px;
        font-size: 16px;
        font-weight: 600;
        color: #00539f;
        overflow: hidden;
    }

    @media only screen and (max-width: 479px) {
        .video-consultation-center-of-Excellence .specialist-text {
            font-size: 14px;
        }

        .video-consultation-center-of-Excellence .specialist-icon {
            width: 30px;
        }
    }

    .video-consultation-center-of-Excellence .specialist-card:hover {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        box-shadow: 0 4px 10px rgb(0 0 0 / .2)
    }

    .second-opinion-decision {
        background: #ffffff;
    }

    /* Title & description */
    .second-opinion-decision .decision-title {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: #1D2530;
    }

    .second-opinion-decision .decision-desc {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #555555;
        margin-top: 10px;
    }

    .second-opinion-decision .decision-image img {
        max-width: 500px;
        width: 100%;
        display: block;
        margin: auto;
        border-radius: 15px;
    }

    /* Checklist */
    .second-opinion-decision .decision-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .second-opinion-decision .decision-item {
        display: flex;
        align-items: center;
        gap: 12px;
        background: rgba(0, 83, 159, 0.05);
        border-radius: 12px;
        padding: 12px 16px;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #1D2530;
    }

    /* Check Icon */
    .second-opinion-decision .check-icon {
        width: 24px;
        height: 24px;
        background: rgba(33, 196, 93, 0.2);
        border-radius: 50%;
        position: relative;
        flex-shrink: 0;
    }

    .second-opinion-decision .check-icon::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 6px;
        border-left: 2px solid #21C45D;
        border-bottom: 2px solid #21C45D;
        transform: rotate(-45deg);
        top: 7px;
        left: 6px;
    }

    .video-second-opinion {
        background: #ffffff;
    }

    /* Step Cards */
    .video-second-opinion .step-card {
        background: #ffffff;
        box-shadow: 0px 3.8px 19px -3.8px rgba(0, 89, 179, 0.12);
        border-radius: 15px;
        padding: 20px;
        height: 100%;
    }

    .video-second-opinion .step-card h3 {
        font-weight: 600;
        font-size: 20px;
        color: #1D2530;
        margin-top: 12px;
    }

    .video-second-opinion .step-card p {
        font-size: 16px;
        color: #65758B;
        margin-bottom: 0;
    }

    /* Icon box */
    .video-second-opinion .icon-box {
        width: 54px;
        height: 54px;
        background: rgba(0, 89, 179, 0.1);
        border-radius: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 23px;
        color: #00539F;
    }

    .video-second-opinion .icon-box svg {
        width: 25px;
        height: 25px;
    }

    /* CTA */
    .video-second-opinion .cta-bar {
        background: #F48120;
        border-radius: 10px;
        padding: 10px;
        border: none;
        width: 100%;
    }

    .video-second-opinion .cta-text {
        font-weight: 600;
        font-size: 14px;
        color: #000;
    }

    .video-second-opinion .image-wrapper img {
        border-radius: 16px;
    }

    .video-second-opinion .cta-bar svg {
        width: 25px;
        height: 25px;
        background: linear-gradient(127.12deg, #4A8CFF 14.48%, #23B7EC 85.53%);
        border-radius: 4px;
        position: relative;
        padding: 5px;
        color: #fff;
        border-radius: 50%;
    }

    .transparency-section {
        background: #ffffff;
    }


    /* Cards */
    .transparency-section .ts-card {
        border-radius: 16px;
        padding: 24px;
    }

    .transparency-section .suitable-card {
        background: rgba(33, 196, 93, 0.05);
        border: 2px solid rgba(33, 196, 93, 0.2);
    }

    .transparency-section .not-suitable-card {
        background: rgba(220, 56, 72, 0.05);
        border: 2px solid rgba(220, 56, 72, 0.2);
    }

    /* Card header */
    .transparency-section .ts-card-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
        position: relative;
    }

    .transparency-section .suitable-card .ts-card-header .check-icon {
        background: #d8ffe6;
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }

    .transparency-section .suitable-card .ts-card-header .check-icon::after {
        content: '';
        position: absolute;
        width: 22px;
        height: 11px;
        border-left: 2px solid #21C45D;
        border-bottom: 2px solid #21C45D;
        transform: rotate(-45deg);
        top: 15px;
        left: 14px;
    }

    .transparency-section .suitable-card .ts-card-header h3 {
        font-weight: 600;
        font-size: 20px;
        color: #444444;
        margin: 0;
    }

    .transparency-section .not-suitable-card .ts-card-header .cross-icon {
        background: rgb(255, 216, 216);
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }

    .transparency-section .not-suitable-card .ts-card-header .cross-icon::before,
    .transparency-section .not-suitable-card .ts-card-header .cross-icon::after {
        content: '';
        position: absolute;
        width: 22px;
        height: 3px;
        background-color: rgb(196, 33, 33);
        top: 22px;
        left: 14px;
    }

    .transparency-section .not-suitable-card .ts-card-header .cross-icon::before {
        transform: rotate(45deg);
    }

    .transparency-section .not-suitable-card .ts-card-header .cross-icon::after {
        transform: rotate(-45deg);
    }


    /* Icons */
    .transparency-section .ts-icon {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .transparency-section .success-icon {
        background: rgba(33, 196, 93, 0.2);
    }

    .transparency-section .danger-icon {
        background: rgba(220, 56, 72, 0.2);
    }

    /* List */
    .transparency-section .ts-list {
        padding-left: 0;
        margin: 0;
        list-style: none;
    }

    .transparency-section .ts-list li {
        font-size: 16px;
        line-height: 24px;
        color: #444444;
        padding-left: 32px;
        margin-bottom: 12px;
        position: relative;
    }

    .transparency-section .suitable-card .ts-list li::before {
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 4px;
        position: absolute;
        left: 0;
        top: 2px;
        background-color: rgb(216, 255, 230);
    }

    .transparency-section .suitable-card .check-icon::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 6px;
        border-left: 2px solid #21C45D;
        border-bottom: 2px solid #21C45D;
        transform: rotate(-45deg);
        top: 7px;
        left: 5px;
    }

    .transparency-section .not-suitable-card .ts-list li::before {
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 4px;
        position: absolute;
        left: 0;
        top: 2px;
        background-color: rgb(255, 216, 216);
    }

    .transparency-section .not-suitable-card .cross-icon::before,
    .transparency-section .not-suitable-card .cross-icon::after {
        content: '';
        position: absolute;
        width: 12px;
        height: 2px;
        background-color: rgb(196, 33, 33);
        top: 11px;
        left: 4px;
    }

    .transparency-section .not-suitable-card .cross-icon::before {
        transform: rotate(45deg);
    }

    .transparency-section .not-suitable-card .cross-icon::after {
        transform: rotate(-45deg);
    }

    /* Emergency box */
    .transparency-section .emergency-box {
        background: rgba(220, 56, 72, 0.1);
        border: 1px solid rgba(220, 56, 72, 0.3);
        border-radius: 12px;
        padding: 16px 20px;
    }

    .transparency-section .emergency-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 8px;
    }

    .transparency-section .emergency-header h3 {
        font-weight: 600;
        font-size: 20px;
        color: #1D2530;
        margin: 0;
    }

    .transparency-section .emergency-icon svg {
        width: 24px;
        height: 24px;
        border-radius: 4px;
        color: red;
    }

    .transparency-section .emergency-text {
        font-size: 16px;
        line-height: 24px;
        color: #444444;
        margin: 0;
    }

    .availability-section {
        background: #ffffff;
    }

    /* Heading */
    .availability-section .avail-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: #0D1A26;
    }

    .availability-section .avail-subtitle {
        font-size: 16px;
        line-height: 24px;
        color: #444444;
        max-width: 650px;
    }

    /* Pills */
    .availability-section .pill-btn {
        font-size: 16px;
        line-height: 24px;
        border-radius: 9999px;
        padding: 4px 16px;
        height: 32px;
    }

    .availability-section .pill-btn.active {
        background: #00539F;
        color: #ffffff;
        border: 1px solid #00539F;
    }

 

    .availability-section .pill-outline {
        background: #ffffff;
        color: #00539F;
        border: 1px solid #D7E0EA;
    }

    .availability-section .pill-outline:hover {
        background: #00539F;
        color: #ffffff;
        border: 1px solid #00539F;
    }

    /* Search */
    .availability-section .search-wrapper {
        max-width: 1155px;
    }

    .availability-section .search-input {
        height: 48px;
        border-radius: 9999px;
        border: 1px solid rgba(215, 224, 234, 0.6);
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
        padding-left: 20px;
        padding-right: 48px;
        font-size: 16px;
        color: #5C738A;
    }

    .availability-section .search-input::placeholder {
        color: #5C738A;
    }

    .availability-section .search-icon {
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        color: #5C738A;
    }

    .state-card {
        width: 100%;
        background: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

    /* Green availability dot */
    .state-card .status-dot {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 20px;
        height: 20px;
        background: #20B65F;
        border-radius: 50%;
    }

    .state-card .priority-badge {
        position: absolute;
        top: 0px;
        right: 0px;
        background: #00539F;
        padding: 5px 10px;
        border-bottom-left-radius: 8px;
        color: #fff;
    }

    /* Icon box */
    .state-card .icon-box {
        width: 26px;
        height: 26px;
        background: rgba(0, 83, 159, 0.1);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Title */
    .state-card .state-title {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #0D1A26;
    }

    /* Subtitle */
    .state-card .state-subtitle {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #5C738A;
    }

    /* Consultation pill */
    .state-card .consultation-pill {
        background: rgba(32, 182, 95, 0.1);
        border-radius: 9999px;
    }

    /* Consultation text */
    .state-card .consultation-text {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 12px;
        color: #20B65F;
    }

    .state-card .consultation-pill svg {
        color: #21C45D;
    }

    .testimonials-section-inner {
        padding-bottom: 0px;
    }

    .testimonials-section-inner .testimonial-card {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 16px;
        gap: 20px;
        background: #f3f3f3;
        border-radius: 20px;
        margin-right: 7px !important
    }

    .testimonials-section-inner .testimonial-image-frame {
        display: flex;
        justify-content: center;
        background: #fff;
        border-radius: 10px;
        overflow: hidden
    }

    .testimonials-section-inner .testimonial-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px
    }

    .testimonials-section-inner .testimonial-content {
        display: flex;
        flex-direction: column;
        gap: 24px
    }

    .testimonials-section-inner .testimonial-details {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        width: 100%
    }

    .testimonials-section-inner.testimonial-text-container {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .testimonials-section-inner .testimonial-card p {
        font-size: 14px !important
    }

    .testimonials-section-inner .quote-icon {
        font-size: 35px;
    }

    .testimonials-section-inner .quote-image {
        width: 38px;
        height: 34px
    }

    .testimonials-section-inner .author-name {
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
        color: #1a1a1a
    }

    .testimonials-section-inner .author-location,
    .testimonials-section-inner .testimonial-description {
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        color: #202020;
    }

    .testimonials-section-inner .testimonial-description {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .owl-carousel .owl-dots {
        margin-top: 20px !important;
        margin-bottom: 0px !important
    }

    .owl-carousel .owl-dots .owl-dot {
        width: 8px !important;
        height: 8px !important;
        margin: 5px 2px;
        background: #ccc;
        border-radius: 50%;
        transition: background .3s;
    }

    .owl-carousel .owl-dots .owl-dot.active {
        background: #f48120 !important
    }

    .yt-facade {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        cursor: pointer;
        background: #fff;
        overflow: hidden;
    }

    .yt-facade img {
        width: 105% !important;
        height: auto;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .yt-facade .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url('https://img.icons8.com/ios-filled/50/ffffff/play.png') no-repeat center;
        background-size: 30px;
        width: 80px;
        height: 60px;
        border: none;
        background-color: rgb(224, 15, 15);
        border-radius: 10px;
    }

    .video-modal .modal-dialog {
        max-width: 700px
    }

    .video-modal .modal-content {
        box-shadow: none;
        border: none;
        border-radius: 0
    }

    .video-modal .modal-body .close {
        position: absolute;
        right: -15px;
        top: -15px;
        width: 35px;
        height: 35px;
        border-radius: 30px;
        border: none;
        background: var(--orange-bg);
        color: #fff;
        font-size: 27px;
        line-height: 1
    }

    .video-modal .embed-responsive iframe {
        width: 100%;
        min-height: 450px;
        float: left
    }

    .view-more-btn {
        justify-content: center;
        align-items: center;
        padding: 0;
        gap: 10px;
        width: 150px;
        height: 39px;
        background: #f48120;
        border-radius: 30px;
        border: none;
        cursor: pointer;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: #000000;
        margin: 10px auto;
        display: block;
    }

    .view-more-btn:hover {
        background: #d96f1c;
    }

    .video-consultation-form-wrapper {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 30px rgb(0 0 0 / .2);
    }

    .video-consultation-form-wrapper .form-heading-card {
        background: #00539F;
        color: #fff;
        padding: 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .video-consultation-form-wrapper .form-heading-card h3 {
        color: #fff;
    }

    .video-consultation-form-wrapper .video-consultation-form {
        background: #fff;
        padding: 25px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .video-consultation-form-wrapper .video-consultation-form .form-group {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .video-consultation-form-wrapper .video-consultation-form .int_patient {
        color: #00539F;
        text-align: center;
        display: block;
        font-size: 13px;
        text-decoration: underline !important;
    }

    .video-consultation-form-wrapper .video-consultation-form .terms-accept a {
        color: #00539F;
        text-decoration: underline;
        text-underline-offset: 2px;
        font-weight: 500;
    }

    .video-consultation-form-wrapper .video-consultation-form .terms-accept a:hover,
    .terms-accept a:focus {
        color: #003d73;
        text-decoration-thickness: 2px;
    }

    .custom-popup-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        display: none;
        z-index: 9998;
    }

    .custom-popup-overlay.active {
        display: block;
    }

    .custom-popup {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.9);
        background: #fff;
        width: 100%;
        max-width: 420px;
        border-radius: 12px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease;
        z-index: 9999;
        /* MUST be higher than overlay */
    }

    .custom-popup.active {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, -50%) scale(1);
    }

    .popup-close {
        position: relative;
        z-index: 10000;
        background: none;
        border: none;
        font-size: 26px;
        cursor: pointer;
        color: #fff;
    }

    .custom-popup .date-input {
        color: transparent;
    }

    .custom-popup .date-input:focus,
    .custom-popup .date-input:not(:placeholder-shown) {
        color: #000;
    }