/* CSS */
.nav-scrolled {
    color: #001B5A !important; /* Define your scrolled color here */
}

.nav-color-white { 
    color: white !important;
}
.header-logo {
    padding: 0;  
    margin-right: -10px;
}

.header-nav-main {
    display: relative;
    justify-content: center;
    margin-left: -220px;
    padding-left: -50px;
}

.section {
    margin-top: 0;
    padding-top: 0;
}

#chooseus-section {
    margin-bottom: 0;
    padding-bottom: 0;
}


#home {
    width: 100vw; /* viewport width */
    position: relative; /* to remove the element from the normal document flow */
    top: 0; /* align the element to the top */
    left: 0; /* align the element to the left */
    z-index: 4;
    display: flex; /* turn the #about section into a flex container */
    align-items: center; /* center the content vertically */
    justify-content: center; /* center the content horizontally */
    margin-top: -250px;
    margin-bottom: 0;
    padding-bottom: o;
}

#home .card {
    min-height: 350px;
}

#home .cards, #home .cards-container{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 0px;
}

#about {
    margin-top: 30px;
}

.more-about .container {
    height: 650px; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
}

.more-about {
    margin-top: -30px;
    padding-top: 0;
    background: linear-gradient(to left, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%), url('../ProjectImgs/AdobeStock_521124772.jpeg');
    background-size: cover;
    background-position: left;
}

#our-services {
    margin-top: -150px;
}

.patient-reviews {
    background: linear-gradient(to right, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%), url('../ProjectImgs/AdobeStock_602107267.jpeg');
    background-size: cover;
    background-position: right;
}

.medical-services {
    background: url('../img/medical_tech2.jpeg');
    background-size: cover;
    background-position: center;
}

#why-us {
    margin-bottom: 0;
}

.footer-copyright {
    background-color: var(--secondary); /* replace with the color you want */
}

.testimonial blockquote p {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem !important;
}

.testimony > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item {
    background-color: #fff !important;
    border-top-color: white;
}

@media (max-width: 991px) {
    .porto-big-title {
        font-size: 92px; /* Adjust the font size as needed for mobile view */
        white-space: nowrap; /* Prevent text from wrapping */
        text-overflow: ellipsis; /* Display ellipsis (...) for overflowed text */
    }
    .header-nav-main {
        width: 100% !important;
        height: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .nav-pills {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
    }
    .text-4 {
        font-size: 15px; /* Adjust the font size as needed for mobile view */
        white-space: wrap; /* Prevent text from wrapping */
        text-overflow: ellipsis; /* Display ellipsis (...) for overflowed text */
    }
    #mainNav li a {
        margin: 50px;
        padding: 50px;
    }

    .more-about .container {
        height: auto;
        margin-top: -10px;
        margin-bottom: 55px;
        padding-top: 0;
        padding-bottom: 0;
        white-space: wrap;
    }
    .white-space {
        display: none;
    }
    .testimonial blockquote p {
        font-size: 13px !important;
        padding: 5px 0px !important;
        margin-inline: 0px !important;
    }
    .owl-carousel .owl-nav [class*="owl-"] {
        padding: 5px; /* Adjust this value as needed */
    }
}

