/* ====================== */
/* GLOBAL STYLES */
/* ====================== */

/*body {
    background-color: #f3f3f3;
}*/

.globalContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* Optional translucent background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11000; /* Make sure this is higher than your popup */
}


.container {
    max-width: 1420px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 auto !important;
}

h1 {
    font-size: 2.5rem;
    font-weight: 600;
}

h5 {
    color: #007CF9;
}

/* ====================== */
/* NAVIGATION BAR */
/* ====================== */
.navbar {
    padding: 10px 40px !important;
    position: sticky;
    top: 0px;
    z-index: 98;
}

.navbar-brand img {
    width: 220px;
    height: auto;
}

.nav-link {
    color: #647687 !important;
    font-weight: 600;
    margin: 0 12px;
}

    .nav-link:hover {
        color: black !important;
    }

    .nav-link.active {
        color: black !important;
    }

.btn-contact {
    background-color: #007bff;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 24px;
    border-radius: 4px;
    border: none;
    transition: background-color 0.3s ease-in-out, transform 0.1s ease-in-out;
}

    .btn-contact:hover {
        background-color: #0056b3;
        color: #fff;
    }

    .btn-contact:active {
        background-color: #004099 !important;
        color: #fff !important;
        transform: scale(0.98);
    }

.btn-getstarted {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 40px;
    background-color: #007bff;
    color: white;
    font-size: 30px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s ease-in-out, transform 0.1s ease-in-out;
}

    .btn-getstarted:hover {
        background-color: #0056b3;
    }

    .btn-getstarted:active {
        background-color: #004099 !important;
        color: #fff !important;
        transform: scale(0.98);
    }

/* ====================== */
/* HERO SECTION */
/* ====================== */
.hero-section {
    text-align: center;
    padding: 60px 60px;
    margin-top: 50px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .hero-content h1 {
        font-size: 90px;
        font-weight: 600;
        max-width: 660px;
        line-height: 6rem;
        padding-bottom: 40px;
        letter-spacing: -0.15rem;
    }

.doctor-images {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

.doctor-img {
    width: 150px;
    /*height: 200px;*/
    border-radius: 12px;
    object-fit: cover;
    /*background-color: #f3f3f3;*/
}

    .doctor-img.left {
        position: relative;
        top: -50px;
    }

    .doctor-img.right {
        position: relative;
        top: 50px;
    }

.easeload1 {
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.easeload2 {
    opacity: 0;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
}

/* ====================== */
/* CERTIFICATIONS SECTION */
/* ====================== */
.certifications {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 100px;
    flex-wrap: wrap;
    padding: 10px 40px;
    border: 2px solid #E5F2FF;
    border-radius: 15px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

    .certifications img {
        /*width: 120px;*/
        max-height: 120px;
        object-fit: contain;
        /*background-color: #f3f3f3;*/
        padding: 20px 0;
        /*border-radius: 8px;*/
    }

/* ====================== */
/* INFO SECTION */
/* ====================== */
.info-section {
    padding: 10px;
    background-color: #fff;
}

    .info-section .container {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: auto;
    }

    .info-section .info-box {
        background: white;
        padding: 30px;
        border-radius: 20px;
        box-shadow: 0px 0px 20px #007CF915;
        flex: 1 1 calc(50% - 30px);
        /*max-width: 550px;*/
        min-width: 300px;
        text-align: left;
        border: 1px solid #E5F2FF;
    }

    .info-section .container:has(.info-box:nth-child(3)) .info-box {
        flex: 1 1 calc(33.333% - 30px);
    }

    .info-section .info-icon {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 15px;
    }

    .info-section h2 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .info-section .highlight-text {
        color: #007bff;
        font-weight: bold;
    }

.bot-spacer {
    margin-bottom: 100px !important;
}

/* ====================== */
/* FEATURES SECTION */
/* ====================== */
.features-section {
    padding: 50px 0 0;
    background-color: #fff;
}

.features-intro {
    text-align: center;
}

    .features-intro h2 {
        font-weight: 600;
    }

    .features-intro p {
        color: #007CF9;
    }

.features-container {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 40px 0 40px -20px white inset, -40px 0 40px -20px white inset, 0 15px 20px -25px #0082ff inset;
    min-height: 600px;
}

.sidebar {
    width: 300px;
    /* padding: 20px; */
    border-right: 2px solid #E5F2FF;
}

    .sidebar ul {
        list-style: none;
        padding: 0;
    }

        .sidebar ul li {
            font-weight: 400;
            padding: 10px 0;
            color: #647687;
            border-left: 2px solid #007bff00;
            padding-left: 20px;
            cursor: pointer;
            transition: color 0.2s ease-in-out, transform 0.1s ease-in-out;
        }

        .sidebar ul .active {
            font-weight: 600;
            color: #000;
            border-left: 2px solid #007bff;
            padding-left: 20px;
        }

        .sidebar ul li:hover {
            color: #000;
            /* background: #E5F2FF75;
    border-radius: 0 5px 5px 0; */
        }

.content {
    flex: 1;
    padding-right: 20px;
}

    .content h2 {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
    }

    .content h3 {
        color: #000;
    }

.features {
    display: flex;
    justify-content: left;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.feature-card {
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #E5F2FF;
    box-shadow: 0px 0px 20px #007CF910;
    width: 210px;
}

.feature-card-lg {
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #E5F2FF;
    box-shadow: 0px 0px 20px #007CF910;
    width: 440px;
    max-width: 100%;
}

.feature-card .icon {
    font-size: 30px;
    color: #007bff;
}

.feature-card-lg .icon {
    font-size: 30px;
    color: #007bff;
}

.feature-card h4 {
    font-weight: bold;
    margin: 10px 0;
    color: #000;
}

.features p {
    text-align: center;
    color: #000;
    margin: 10px 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

/* .description {
    text-align: center;
    margin-top: 20px;
    color: #647687;
} */

.feat-desc {
    text-align: left;
    color: #647687;
    padding: 10px 0;
}

.content-section {
    display: none;
    min-height: 30vh;
    padding: 20px;
    background: #fff;
}

    .content-section.active {
        display: block;
    }


@media (max-width: 768px) {
    .content-section {
        display: block;
        /* min-height: 100vh; */
        padding: 60px 10px 10px;
        text-align: center;
        /* border-bottom: 1px solid #007CF920; */
    }

    .feat-desc {
        text-align: center;
    }

    .features {
        gap: 5px;
    }

        .features p {
            font-size: 1rem;
        }

    .feature-card {
        max-width: 210px;
        width: 49%;
    }
}



@media (min-width: 769px) {
    .content-section {
        display: none;
    }

        .content-section.active {
            display: block;
        }
}


/* ====================== */
/* MEDWEB SECTIONS */
/* ====================== */
.medweb-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #ffffff;
}

    .medweb-section h2 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #000;
    }

    .medweb-section .subheading a {
        font-size: 18px;
        font-weight: bold;
        color: #007bff;
        text-decoration: none;
    }

        .medweb-section .subheading a:hover {
            text-decoration: underline;
        }

    .medweb-section .description {
        font-size: 16px;
        color: #555;
        max-width: 700px;
        margin: 0 auto 5%;
    }

.image-container img {
    /* max-width: 70%; */
    height: auto;
    border-radius: 15px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}

.website-thumb-container {
}

.website-thumb {
}

    .website-thumb img {
        width: 100%;
        border-radius: 5px;
        border: 1px solid #eee;
    }

.medweb-samples {
    text-align: center;
    padding: 60px 20px;
    background-color: #ffffff;
}

    .medweb-samples h2 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #000;
    }

    .medweb-samples .description {
        font-size: 16px;
        color: #555;
        max-width: 700px;
        margin: 0 auto 30px;
    }

.video-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.video-box {
    background-color: #eaf4ff;
    width: 400px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
}

.play-button {
    font-size: 24px;
    color: #007bff;
    background: none;
    border: none;
    cursor: pointer;
}

.caption {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

/* ====================== */
/* FOOTER */
/* ====================== */
.footer {
    background-color: #222;
    color: #ccc;
    padding: 15px 20px;
}

    .footer .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1400px;
        margin: 0 auto;
    }

.footer-left {
    display: flex;
    align-items: center;
}

.footer-logo {
    width: 200px;
    margin-right: 10px;
}

.company-name {
    font-size: 16px;
    font-weight: bold;
}

.footer-right {
    font-size: 14px;
    color: #777;
}

/* ====================== */
/* RESPONSIVE STYLES */
/* ====================== */

@media (max-width: 1300px) {

    /* Hero Section */
    .hero-section {
        padding: 10px 10px;
        /* margin-top: 20px; */
    }

    .hero-content h1 {
        font-size: 70px;
        line-height: 4rem;
    }
}

@media (max-width: 768px) {

    /* Navigation */
    .navbar {
        padding: 10px 20px !important;
    }

    /* Hero Section */
    .hero-section {
        padding: 10px 10px;
        margin-top: 20px;
    }

    .hero-content h1 {
        font-size: 50px;
        margin-bottom: 20px;
        line-height: 3.5rem;
        padding-bottom: 0;
    }

    /* .doctor-img {
        width: 100px;
        height: 150px;
        position: static !important;
    } */

    .doctor-img.left {
        top: -30px;
    }

    .doctor-img.right {
        top: -0;
    }


    /* Certifications */
    .certifications {
        gap: 15px;
        padding: 15px 0px;
        border: 0px;
        margin: 40px 0 20px;
        width: auto;
    }

        .certifications img {
            max-height: 45px;
            /* max-width: 100px; */
            padding: 0;
        }


    /* Info Section */
    .info-section .info-box {
        flex: 1 1 100%;
        text-align: center;
    }


    /* Features Section */
    .features-container {
        flex-direction: column;
    }

    .sidebar {
        display: none;
        /* width: 100%;
        border-right: none;
        padding-bottom: 20px;
        padding-left: 10px; */
    }

    .features {
        justify-content: center;
    }

    /* Footer */
    .footer .container {
        flex-direction: column;
        text-align: center;
    }

    .footer-left,
    .footer-right {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .navbar {
        padding: 5px 10px !important;
    }

    .image-container img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }
}

/* Desktop-specific styles */
@media (min-width: 769px) {
    .hero-content {
        flex-direction: row;
        justify-content: center;
        gap: 80px;
    }

    .doctor-images {
        display: contents;
        margin-top: 0;
    }

    .hero-content h1 {
        margin-bottom: 0;
        order: 0;
    }

    .doctor-img.left {
        order: -1;
    }

    .doctor-img.right {
        order: 1;
    }
}

/* ====================== */
/* HERO INFO BOX STYLES */
/* ====================== */
.hero-info-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* margin-bottom: 30px; */
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #E5F2FF;
    box-shadow: 0px 0px 20px #007CF915;
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
}

.hero-info-content {
    flex: 1;
    min-width: 300px;
    padding: 40px;
}

.hero-info-image {
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

    .hero-info-image img {
        width: 200px;
        height: auto;
        object-fit: contain;
    }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-info-box {
        flex-direction: column;
    }

    .hero-info-content,
    .hero-info-image {
        min-width: 100%;
    }

    .hero-info-content {
        padding: 30px 20px;
    }

    .hero-info-image {
        padding: 20px;
    }
}

/*Contact Us Pop up form*/

.contact-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: none;
    z-index: 9999;
    overflow-y: auto;
    padding: 40px 20px;
}

    .contact-popup-overlay.active {
        display: block;
    }

.contact-popup-content {
    background: #fff;
    max-width: 900px;
    margin: auto;
    border-radius: 8px;
    padding: 30px;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}

    .contact-popup-content h1 {
        font-size: 2rem;
    }

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5rem;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #999;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 767px) {
    .contact-popup-content {
        padding: 20px;
    }

        .contact-popup-content h1 {
            font-size: 1.5rem;
        }
}

input.is-invalid, textarea.is-invalid {
    border: 1px solid red;
}
