﻿html, body {
    font-family: "Open Sans", sans-serif !important;
}

p {
    margin-top: 0;
    margin-bottom: 0 !important;
    font-family: "Open Sans", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Merriweather", serif !important;
}
a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none !important;
    font-family: "Lato", sans-serif;
}

.nav-btn {
    margin-right: 20px;
    background-color: #c8251b;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    font-family: "Open Sans", sans-serif;
}

    .nav-btn i {
        margin-right: 8px;
    }

    .nav-btn:hover {
        background-color: #005c8f;
        color: #fff;
        text-decoration: none;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }


@media (max-width: 768px) {
    .navbar-brand,
    .btn {
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .d-flex.justify-content-between {
        flex-direction: column;
        align-items: center;
    }
}
ul.navbar-nav.text-capital.ml-auto {
    margin-left: 25px;
}

.slider-img {
    height: 500px;
    object-fit: cover;
}


.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}


.custom-caption-box {
    position: absolute;
    top: 65%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 2;
    color: white;
    text-align: left;
    max-width: 600px;
    letter-spacing:1px;
}

.carousel-heading {
    text-align: left !important;
    letter-spacing:1px !important;
}
.btn-transparent {
    background-color: transparent !important;
    border: 2px solid #fff !important;
    border-radius:0 !important;
    color: #fff !important;
    font-weight: bold;
    padding: 10px 20px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif !important;
}

    .btn-transparent:hover {
        background-color: #005c8f !important;
        color: #fff;
        transform: scale(1.05);
        transition: all 0.5s ease-in-out;
    }


.about-section {
    font-size: 2.0rem;
    color: #005c8f;
}


.btn-transparent-about {
    margin-right: 20px;
    background-color: #c8251b;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    font-family: "Merriweather", serif !important;
    float: left !important;
}
    .btn-transparent-about:hover {
        background-color: #005c8f;
        color: #fff;
        text-decoration: none;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }
.text-about {
    color: #c8251b;
}

.about-img{
    width:100%;
   
}
.card-product {
    border: 1px solid #005c8f !important;
    border-radius: 0 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
    .card-product:hover{
        transform:translateY(-5px) !important;
    }
.card-body {
    color: #005c8f !important;
    background-color: #fff;
    font-weight: 600;
    
}
.card-service {
    border: 1px solid #005c8f !important;
    border-radius:0 !important;
    margin:20px;
}
.card-body h5 {
    font-size: 20px !important;
}

        .card-head {
            border: none !important;
            background: #d9d9d92b !important;
        }
.service-img{
    height:300px!important;
}
.btn-transparent-service {
    margin-right: 20px;
    background-color: #c8251b;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    font-family: "Merriweather", serif !important;
    text-align: center;
}
    .btn-transparent-service:hover {
        background-color: #005c8f;
        color: #fff;
        text-decoration: none;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }


.bg-contact {
    position: relative;
    overflow: hidden;
}

    .bg-contact::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url('/Content/Home/image/slider-2.jpg') center center / cover no-repeat;
      
    }

    
    .bg-contact::after {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.8); 
       
    }

    
    .bg-contact .content {
        position: relative;
        z-index: 3;
        margin-top:20px;
    }

.btn-transparent-contact {
    background-color: transparent;
    border: 2px solid #fff !important;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: "Merriweather", serif !important;
}

    .btn-transparent-contact:hover {
        background-color: #005c8f !important;
        color: #fff;
        transform: scale(1.05);
        transition: all 0.5s ease-in-out;
    }


/* About Page */
.about-banner {
    background: url('/Content/Home/image/about-banner.jpg') center center / cover no-repeat;
    height: 250px;
    position: relative;
}

.breadcum {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #fff !important;
    position: relative;
    display: block;
    background: transparent;
    font-family: "Open sans", serif !important;
}


    .breadcum a {
        color: #fff !important;
    }
.bg-1 {
    /* background: #0073a130 !important;*/
    background-image: url(/Content/Home/shape/work-step-bg.png);
        background-size: cover;
        background-position: center;
        width: 100%;
        align-items: center;
        justify-content: center;
}
    .about-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.8); 
        z-index: 1;
    }

    .about-banner .container {
        z-index: 2;
        position: relative;
    }
.about-content h1 {
    font-weight:600 !important;
    font-size:48px !important;
}
.bg-primary-card {
    background-color: #005c8f !important;
    position: relative;
    padding: 20px !important;
    height: 400px !important;
    width: 80%;
    margin-right: auto;
    overflow: visible;
}

.image-container {
    position: relative;
    top: 0;
    right: -10%;
    width: 110%;
    height: 100%;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    box-sizing: border-box;
}

.image-inside {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.card-body {
    padding: 20px;
}

.card {
    border: none;
}

/* Media Queries for Responsiveness */

@media (max-width: 1200px) {
    .bg-primary-card {
        width: 80%; 
        height: 350px !important; 
    }

    .image-container {
        width: 130% !important; 
    }

    .image-inside {
        width: 140% !important; 
        right: -15%; 
    }
}

@media (max-width: 992px) {
    .bg-primary-card {
        width: 90%; 
        height: 300px !important; 
    }

    .image-container {
        width: 120% !important; 
    }

    .image-inside {
        width: 130% !important; 
        right: -10%;
    }
}

@media (max-width: 768px) {
    .bg-primary-card {
        width: 100%; 
        height: 250px !important; 
    }

    .image-container {
        width: 110% !important; 
    }

    .image-inside {
        width: 120% !important; 
        right: -5%; 
    }
}

@media (max-width: 576px) {
    .bg-primary-card {
        width: 100%; 
        height: 200px !important;
    }

    .image-container {
        width: 100% !important; 
    }

    .image-inside {
        width: 110% !important; 
        right: 0; 
    }
}


/* Content Card */
.bg-content-card {
    background-color: #f8f9fa;
    padding: 30px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

    .bg-content-card h5 {
        font-size: 1.0rem;
        font-weight: 500;
        color: #000; 
    }

    .bg-content-card h3 {
        font-size: 1.6rem;
        color: #005C8F;
        
    }

    .bg-content-card p {
        color: #5e5c5c; 
        font-size: 1rem;
        line-height: 1.5;
        text-align:justify;
        margin-top:10px;
    }

    
    .bg-content-card .bi-heart-fill {
        font-size: 2rem; 
        margin-right: 10px; 
        vertical-align: middle; 
    }

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .bg-content-card {
        height: auto; 
    }
}



/* New section */
.color-image-card {
    background-color: #005c8f !important;
    position: relative;
    padding: 20px !important;
    height: 400px !important;
    width: 80%;
    margin-left: auto;
    overflow: visible; 
}

.color-image-container {
    position: relative; 
    top: 0;
    left: -20%; 
    width: 110%;
    height: 100%;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    box-sizing: border-box;
}

.color-image-inside {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}




.new-bg-content-card {
    background-color: #f8f9fa !important;
    padding: 20px;
    height: 400px;
    box-sizing: border-box;
}

    /* Heading styles for the content card */
    .new-bg-content-card h5 {
        font-size: 1.0rem;
        color: #333;
        margin-bottom: 10px;
    }

    .new-bg-content-card h3 {
        font-size: 1.8rem;
        font-weight: bold;
        color: #005C8F;
    }

    .new-bg-content-card p {
        font-size: 1rem;
        color: #5e5c5c;
        line-height: 1.5;
        text-align:justify;
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .new-bg-primary-card, .new-bg-content-card {
        width: 100%; 
    }

    .new-image-container {
        right: 0;
        width: 100%;
    }
}

.why-choose-section {
    background-color: #0073a130;
    font-weight: 500;
    height: 200px;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    z-index: 1;
}
.why-choose-section h5 {
    color: #000 !important;
}

.why-choose-section p {
     color: #5e5c5c !important;
}
.choose-box-section {
    position: relative;
    z-index: 2;
}

.choose-box-wrapper {
    margin-top: -80px; 
}


.choose-box {
    font-weight:500;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 25px 10px;
    min-height: 250px;
    transition: transform 0.3s ease-in-out;
}

    .choose-box:hover {
        transform: translateY(-10px);
    }
    .choose-box h5 {
        color: #005c8f !important;
        margin-top:20px;
        font-weight:600;
    }
        .choose-box p{
            color:#5e5c5c;
        }
        .lead {
            font-size: 1.25rem !important;
            font-weight: 400 !important;
        }

/* contact Page */

.contact-section {
    background: #f0f4f8;
    padding: 60px 0;
}

.contact-form {
    font-weight: 600;
    color: #005c8f !important;
    padding-bottom: 20px !important;
}


/* Responsive iframe map */
.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.info-section {
    padding: 50px 0;
    text-align: center;
}

.info-img {
    font-size: 2rem;
    margin-bottom: 20px;
}

.info-title {
    color: #005c8f;
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    font-family: "Merriweather", serif !important;
}


.info-text {
    color: #5e5c5c;
}


.bg-content-card-new {
    background-color: #f8f9fa;
}
   .bg-content-card-new h3 {
        color: #005c8f;
        margin-bottom: 20px;
        font-weight: 500;
    }

    .bg-content-card-new h5 {
        font-weight: 500;
        font-size:16px;
        color: #000;
        margin-bottom: 15px;
    }

    .bg-content-card-new ul {
        padding-left: 20px;
        margin-bottom: 20px;
    }

        .bg-content-card-new ul li {
            margin-bottom: 10px;
            font-size: 1rem;
            color: #333;
            list-style-type: disc;
        }

    
    .bg-content-card-new p {
            color: #555;
            font-size: 0.95rem;
            line-height: 1.6;
    }


.bg-content-card-pack {
    background-color: #f8f9fa;
}

    .bg-content-card-pack h3 {
        color: #005c8f;
        margin-bottom: 20px;
        font-weight: 500;
    }

    .bg-content-card-pack h5 {
        font-weight: 500;
        font-size: 16px;
        color: #000;
        margin-bottom: 15px;
    }

    .bg-content-card-pack ul {
        padding-left: 20px;
        margin-bottom: 20px;
    }

        .bg-content-card-pack ul li {
            margin-bottom: 10px;
            font-size: 1rem;
            color: #333;
            list-style-type: disc;
        }


    .bg-content-card-pack p {
        color: #555;
        font-size: 0.95rem;
        line-height: 1.6;
    }


/* Service Page */

.service-card-pack {
    background: #f8f9fa;
    min-height:300px;
    padding:0 !important;
}

    .service-card-pack h3 {
        font-weight: 600;
        margin-bottom: 20px;
        color: #005c8f;
    }

    .service-card-pack ul {
        padding-left: 20px;
    }

        .service-card-pack ul li {
            list-style-type: disc;
            margin-bottom: 10px;
            font-size: 1.2rem;
            line-height: 1.6;
            color:#5e5c5c;
        }

.service-img{
    width:100%;
    min-height:300px;
    overflow:hidden;
}

/* Immunizations Page */
.vaccine-card {
    border: 2px solid #005c8f;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
}

    .vaccine-card:hover {
        transform: translateY(-5px);
        
    }

    .vaccine-card img {
        width: 100%;
        height: auto;
        display: block;
    }

.vaccine-label {
    padding: 20px 0;
    font-weight: 500;
    background-color: white;
    color:#005c8f;
    border-top: 1px solid #005c8f;
    border-radius:0;
}

.btn-transparent-immunizations {
    background-color: transparent;
    border: 2px solid #fff !important;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif !important;
}

    .btn-transparent-immunizations :hover {
        background-color: #005c8f !important;
        color: #fff;
        transform: scale(1.05);
        transition: all 0.5s ease-in-out;
    }



.clinic-description {
    max-width: 700px;
    font-size: 16px;
    line-height: 1.6;
}

.bg-content-card-medicine {
    background-color: #f8f9fa;
    text-align:justify;
}
 .bg-content-card-medicine h5 {
      font-weight: 500;
      font-size: 16px;
      color: #000;
      margin-bottom: 15px;
  }
.bg-content-card-medicine h3 {
    color: #005c8f;
    margin-bottom: 20px;
    font-weight: 500;
}
.bg-content-card-medicine p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
}
    .bg-content-card-medicine h4 {
        color: #c8251b;
        font-size:18px;
        font-weight: 500;
    }
/*......Resources page..........*/

.color-image-card-new {
    background-color: #005c8f !important;
    position: relative;
    padding: 20px !important;
    height: 600px !important;
    width: 80%;
    margin-left: auto;
    overflow: visible;
}

.color-image-container-new {
    position: relative;
    top: 0;
    left: -25%;
    width: 110%;
    height: 100%;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    box-sizing: border-box;
}

.color-image-inside-new {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}
.navbar-nav li.active > a {
    color: #c8251b !important;
    font-weight: 700 !important;
}
h1.text-uppercase.text-white.carousel-heading {
    font-size: 18px;
    line-height: 32px;
}
.bg-2 {
    background-image: url(/Content/Home/image/feature-bg-shape-1.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    max-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: moveBackground 2s linear infinite;
}

@keyframes moveBackground {
    0% {
        background-position: center 0;
    }

    50% {
        background-position: center 10px;
    }

    100% {
        background-position: center 0;
    }
}
































