﻿body {
    margin: 0;
    padding: 0;
}
html, body {
    overflow-x:hidden;
}
* {
    font-family: 'Poppins', sans-serif;
}

/*Theme Color Palletes*/
.themePrimary {
    color: #ed1c24; /*red*/
}

.themeSecondary {
    color: #1b263b;
}

.themePrimaryBg {
    background-color: #f4f4f4;/*Light gray*/
}

.themeSecondaryBg {
    background-color: #1b263b;
}
/* Font Style */
.lora {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
   
}


.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

/* Font Size Variants */
.font-xs {
    font-size: 0.75rem; /* 12px */
}

.font-sm {
    font-size: 0.875rem; /* 14px */
}

.font-md {
    font-size: 1rem; /* 16px */
}

.font-lg {
    font-size: 1.125rem; /* 18px */
}

.font-xl {
    font-size: 1.25rem; /* 20px */
}

.font-2xl {
    font-size: 1.5rem; /* 24px */
}

.font-3xl {
    font-size: 1.875rem; /* 30px */
}

.font-4xl {
    font-size: 2.25rem; /* 36px */
}

.font-5xl {
    font-size: 3rem; /* 48px */
}

.font-6xl {
    font-size: 4rem; /* 64px */
}
.font-7xl {
    font-size: 5rem; /* 64px */
}
.stickyHeader {
    position: sticky;
    width: 100%;
    z-index: 1000; /* Keep it above other elements */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Optional: Add shadow effect */
}

/* ✅ Navbar Styles */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

/* ✅ Navbar Links */
.navbar-expand-lg .navbar-collapse {
    display:flex;
    justify-content:center;
}
.navbar-nav .nav-link {
    color: #ffffff;
    font-size: 1rem;
    margin-left: 25px;
    transition: color 0.3s ease-in-out;
    white-space: nowrap;
}

 .nav-link,
.nav-item .nav-link:hover {
    color: #ed1c24;
}

/* ✅ Navbar Toggler (Mobile) */
.navbar-toggler {
    border: none;
    font-size: 24px;
    color: white;
    outline: none !important;
    box-shadow: none !important;
    margin-left: auto; /* Push it to the right */
}

    .navbar-toggler i {
        font-size: 24px;
        color: white;
        transition: transform 0.3s ease-in-out;
    }

    /* ✅ Rotate Icon on Toggle */
    .navbar-toggler[aria-expanded="true"] i {
        transform: rotate(180deg);
    }

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Optional: Adjust for smooth alignment */
}

.dropdown-item {
    font-size: 14px;
}
/* Optional: Styling to smooth the hover behavior */
.navbar-nav .dropdown-menu {
    transition: 0.3s ease-in-out;
}

    /* ✅ Dropdown Items */
    .dropdown-menu .dropdown-item {
        color: #333; /* Light shade */
        font-size: 1rem;
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }
        .dropdown-menu .dropdown-item:hover {
            color: #ed1c24;
        }

/* ✅ Mobile Navbar (Ensures smooth dropdown in mobile view) */
@media (max-width: 992px) {
    .navbar-collapse {
        background-color: #1b263b; /* Background for mobile menu */
        padding: 10px;
        text-align: center;
    }

    .navbar-nav .nav-item {
        margin: 5px 0;
    }

    .dropdown-menu {
        text-align: center;
    }
}

/* ✅ Dropdown Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Search box styling */
.search-form {
    display: flex;
    align-items: center;
}

    .search-form input {
        width: 100%;
        border-radius: 5px;
        border: 1px solid #ccc;
        padding: 6px 10px;
    }

    .search-form button {
        border-radius: 5px;
        padding: 6px 12px;
        background-color: #ed1c24;
        color: white;
        border: none;
    }

        .search-form button:hover {
            background-color: #c11b1f;
        }

/*************************Home Banner**************************************/

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#banner {
    position: relative;
    width: 100%;
    height: 71vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.header-banner-home {
    position: relative;
    width: 100%;
    height: 71vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

    .header-banner-home::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

.header-banner-title {
    position: relative;
    z-index: 2;
    font-size: 2.5rem;
    margin: 0;
    width: 70%;
    font-weight: bold;
    line-height: 1.6;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.fade-out {
    opacity: 0;
}

.fade-in {
    opacity: 1;
}
.scrolling-text {
    background: linear-gradient(to right, #3a6186, #89253e);
    /* background: linear-gradient(to right, #A9F1DF #FFBBBB );*/
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .scrolling-text marquee {
        font-size: 18px;
        color:#ffff;
        font-weight:bold;
    }
/*Lab Tests Buttons Start*/
.test-sections {
    max-width: 20%;
    background: linear-gradient(135deg, #f57c00 0%, #ff9800 100%);
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s ease;
}
    .test-sections a {
        text-decoration: none;
        color: #ffffff;
        font-size: 22px;
        display: flex;
        justify-content: center;
        align-items: center !important;
    }

    .test-sections img {
        width: 24px; /* Adjust icon size */
        height: 24px;
        margin-left: 12px; /* Space between text and icon */
    }
    .test-sections:hover {
        filter: brightness(90%);
    }
.chkups-sections {
    max-width: 20%;
    background: linear-gradient(135deg, #00897b 0%, #00bfa5 100%);
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
 
    transition: all 0.3s ease;
}
    .chkups-sections a {
        text-decoration: none;
        color: #ffffff;
        font-size: 22px;
       display:flex;
       justify-content:center;
       align-items:center !important;

    }
    .chkups-sections img {
        width: 24px; /* Adjust icon size */
        height: 24px;
        margin-left: 12px; /* Space between text and icon */
    }
    .chkups-sections:hover {
        filter: brightness(90%);
    }

    /*why shree pathology*/
.why-icons {
    height: 100px;
    width: 100px;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding-inline: 15px;
    
}
.why-section h4 {
    color: #1b263b;
    font-size: 22px;
   
}
.broad-line {
    width: 50px; 
    height: 3px; 
    background-color: #808080; 
    margin: 12px auto;
    border-radius: 2px; 
    display: block;
    
   
}
/*Who we are*/
/* Default styles for large screens */
.who-we-are {
    min-height: 100vh; /* Full viewport height */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Image Container */
.image-container {
    position: relative;
    display: flex;
    justify-content: center;
}

    .image-container img {
        width: 90%; /* Adjust width */
        max-width: 600px; /* Prevent extra-large images */
        border-radius: 35px;
    }

/* Info Box (Text Section) */
.info-box {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 80px;
    z-index: 10;
    position: absolute;
    left: 20%; /* Slightly overlapping image */
    border-left: 2px solid #ed1c24;
    border-bottom: 2px solid #ed1c24;
    max-width: 450px; /* Prevents too wide text boxes */
}
    .info-box h2 {
        font-size:32px;
    }
/*Body Organs*/
.checkup-btn {
    max-width: 50%;
    background-color: #fff;
    text-align: center;
    border:1px solid #bfbfbf;
    padding:8px;
   border-radius:8px;
}

    .checkup-btn a {
        text-decoration: none;
        color: #00897b;
    }
    .checkup-btn a:hover {
        text-decoration: none;
      color:#ff9800;
    }
 /* Ensure both columns have the same height and padding */
/* Content Section */
.content-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 20px;
}

/* Image Section - Grid Layout */
.organ-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns for large screens */
    gap: 10px;
    justify-content: center;
    align-items: center;
}

/* Image Container */
.organ-img-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Inner Box */
.organ-img-box {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

    /* Image Styling */
    .organ-img-box img {
        width: 80px;
        height: auto;
    }

/* Label Styling */
.organ-label {
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    color: rgba(0, 0, 0, 0.7);
}

/* Responsive Adjustments */
@media (max-width: 992px) { /* Tablets */
    .organ-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns */
    }
}

/* Mobile: Ensures 2 Columns */
@media (max-width: 576px) {
    .organ-grid {
        grid-template-columns: repeat(2, minmax(120px, 1fr)); /* Ensures two images per row */
        gap: 15px; /* Slightly reduced gap */
    }
    .checkup-btn {
        max-width: 100%;
        
    }
}

/* Extra Small Devices: 1 Column */
@media (max-width: 400px) {
    .organ-grid {
        grid-template-columns: repeat(2, 1fr); /* Stacks images */
    }
    .checkup-btn {
        max-width: 100%;
    }
}
@media (max-width: 576px) { /* Small Mobile */
    .organ-grid {
        grid-template-columns: repeat(2, 1fr); /* 1 column */
    }
    .checkup-btn {
        max-width: 100%;
        
    }
}
/*Our Packages*/
/* Individual Package Box */
.pack-box {
    border-radius: 20px;
    background: #f5f5f5;
    box-shadow: 10px;
}

/* Package Title with Gradient */
.pack-name {
    background: linear-gradient(135deg, #244c44, #489988);
    color: white;
    border-radius: 20px;
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
    max-height: 100px;
}

/* Data Section */
.data-item {
    display: flex;
    align-items: center; /* Vertically centers the image and text */
    gap: 0.5rem; /* Space between image and text */
}

.img-container {
    flex-shrink: 0; /* Prevents the image from shrinking */
}

    .img-container img {
        width: 32px; /* Set the desired width */
        height: 32px; /* Set the desired height */
        display: block; /* Removes bottom whitespace */
    }

.text-content {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers text vertically relative to the image */
}

.parameter {
    margin: 0; /* Ensures there's no default margin */
    line-height: 1.2; /* Adjusts line spacing */
}

/* "View Details" Button */
.view-details {
    /* display: inline-block;
    text-decoration: none;
    color: black;
    border: 1px solid #00897b;
    padding: 5px 10px;
    margin: 20px;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    transition: 0.3s;*/
    background: linear-gradient(194deg, #ffd59d 9.19%, #ff970a 86.78%);
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 10px 0 rgba(255, 151, 10, .2);
    overflow: hidden;
    /*transition: scale .15sease-in-out, color .25sease-in-out, box-shadow .25sease-in-out;*/
    margin: 20px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

    .view-details:hover {
        color: #fff !important;
    }

.oui-button--medium {
    min-height: var(--oui-scale-9);
    padding: 8px 16px;
}
/* Card Styling */
.health-card {
    
    background: linear-gradient(135deg, #00897b, #66cdaa); /* Gradient using 00897b */
    border-radius: 20px 0px 20px 0px; /* Rounded Left & Bottom */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: 0.3s;
}

/* Card Content */
.card-content h3 {
    font-size: 18px;
    color: #ffff;
    margin-bottom: 10px;
}

.card-content p {
    font-size: 14px;
    color: #ffff;
    margin-bottom: 15px;
}

/* Price Styling */
.price {
    color: #ffffff;
    display: block;
}
/* Button Styling */
.btn {
    display: inline-block;
    background: #f57c00;
    color: #ffff;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

    .btn:hover {
        background: #ff9800;
    }
    /*packages*/
.view-more-link {
    text-decoration: none;
    color: black;
    font-size: 18px;
    padding: 10px 20px;
    border: 2px solid #00897b;
    border-radius: 25px;
    transition: background-color 0.3s, color 0.3s;
}

    .view-more-link:hover {
        background-color: #00897b;
        color: white;
    }

    .view-more-link .fa {
        margin-left: 8px;
        transition: transform 0.3s;
    }

    .view-more-link:hover .fa {
        transform: translateX(5px);
    }


/* Custom styling for health tips section */

.section-title {
    color: #00897b;
    margin-bottom: 40px;
}

/* Custom Flexbox Row */
.health-tips-row {
    display: flex;
    justify-content: center; /* Center align */
    gap: 20px; /* Space between cards */
    flex-wrap: wrap; /* Responsive wrap */
}

/* Individual Column */
.health-tips-col {
    flex: 1 1 30%; /* Adjust for responsiveness */
    max-width: 30%;
    display: flex;
    justify-content: center;
}

/* Card Styling */
.health-tips-card {
    width: 100%;
    max-width: 22rem;
    border: 1px solid #00897b;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

/* Image Styling */
.health-tips-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Card Body */
.health-tips-body {
    padding: 15px;
}

/* Card Title */
.health-tips-title {
    font-size: 1.2rem;
    color: #333;
}

/* Card Text */
.health-tips-text {
    font-size: 1rem;
    color: #666;
}

/* Booking Section */
.booking-steps {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

    .booking-steps h2 {
        color: #00897b;
        
        margin-bottom: 10px;
    }

    .booking-steps p {
        color: #555;
        font-size: 16px;
        text-align: center;
        margin-bottom: 30px;
    }

/* Steps Container */
.steps-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Step Block */
.step {
    display: flex;
    align-items: center;
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Step Icon */
.step-icon {
    width: 40px;
    height: 40px;
    background: #ff9800;
    color: white;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

/* Step Content */
.step-content p {
    margin: 0;
    font-size: 16px;
    color: #333;
}

/* Testimonials Styling */
.testimonial {
    padding:80px;
    background: #f9f9f9;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
    font-size: 18px;
    font-style: italic;
    color: #555;
}

.testimonial h5 {
    margin-top: 10px;
    font-weight: bold;
    color: #ff9800;
}

/* Carousel Control Buttons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #1b263b;
    border-radius: 50%;
    
}
/* Footer Styling */
/* Footer Styling */
.pathology-footer {
    background-color: #1b263b;
    color: #fff;
    padding: 50px 0;
    font-size: 14px;
}

.footer-section h5 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #f57c00;
}

.footer-section p,
.footer-links li {
    font-size: 16px;
    line-height: 1.7;
}

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 8px;
    }

        .footer-links li a, .footer-links span a {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s;
        }

            .footer-links li a:hover,
            .footer-links span a:hover {
                color: #00897b;
            }


/* Booking Button */
.btn-book-test {
    background: #f57c00;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

    .btn-book-test:hover {
        background: #ff9800;
    }

/* Social Media Icons */
.social-icons {
    margin-top: 15px;
}

    .social-icons a {
        display: inline-block;
        color:  #fff !important;
        font-size: 18px;
        margin: 0 10px;
        transition: 0.3s;
    }

        .social-icons a:hover {
            color: #f57c00;
        }

/* Footer Bottom Section */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.address-container {
    display: flex;
    align-items: flex-start; /* Align items at the start of the container's cross axis */
    gap: 15px; /* Space between the icon and the text */
}

    .address-container i {
        font-size: 24px; /* Adjust icon size as needed */
        margin-top: 4px; /* Adjusts the vertical position of the icon */
    }

  
/* Responsive Footer */
@media (max-width: 768px) {
    .footer-section {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .btn-book-test {
        margin-bottom: 15px;
    }

    .address-container {
        flex-direction: column;
        align-items: center;
    }

        .address-container i {
            margin-bottom: 5px;
        }
}
.fixed-news-img {
    height: 300px;
    object-fit: cover;
}
/****************************************About Page CSS*********************************************/
.about-banner {
    position: relative;
    width: 100%;
    height: 300px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.about-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00897b;
    opacity: 0.6; /* Adjust transparency */
}

    .about-banner h2 {
        position: absolute;
        display: flex;
        align-items: center;
        color: #fff;
       
        font-weight: bold;
        z-index: 2;
        left:20%;
    }
/* Container Styling */
.about-page {
    background-color: #f9f9f9;
    padding: 20px 0;
}

/* Section Styling */
.section-header {
    text-align: center;
    margin-bottom: 30px;
}

    .section-header h2 {
        font-size: 2.5em;
        color: #333;
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
    }

        .section-header h2::after {
            content: '';
            width: 50px;
            height: 3px;
            background-color: #e74c3c;
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
        }

.section-content {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

    .section-content:nth-child(even) {
        flex-direction: row-reverse;
    }

.image-container {
    flex: 1;
    padding: 15px;
}

    .image-container img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

.text-container {
    flex: 2;
    padding: 15px;
}

    .text-container p {
        font-size: 1.1em;
        line-height: 1.6;
        color: #555;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .section-content {
        flex-direction: column;
    }

        .section-content:nth-child(even) {
            flex-direction: column;
        }

    .section-header h2 {
        font-size: 2em;
    }

    .text-container p {
        font-size: 1em;
    }
}



/****************************************About Page CSS End*********************************************/      

/**FAQ'S Section css */
/*.parallax-section {
    background-image: url('/images/FAQ-Img.jpg');  
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 60px 0;
    color: white;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
*/
.accordion-item {
    border: 1px solid black;
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: #fff;
}

.accordion-toggle {
    padding: 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #000;
}

.accordion-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.accordion-content {
    display: none;
    padding: 15px;
    background-color: #fff;
    color: #333;
   
}

.accordion-item.open .accordion-content {
    display: block;
}

.accordion-item.open .accordion-icon {
    transform: rotate(45deg); /* + becomes × */
}

/*Whatsapp chat*/
.whatsappchat-section {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
    .whatsappchat-section a {
        color:#fff !important;
    }

    .whatsapp-float {
        display: flex;
        align-items: center;
        background-color: #25D366;
        color: white;
        padding: 8px 15px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: 500;
        font-size: 15px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
    }

    .whatsapp-float:hover {
        transform: scale(1.05);
    }

    .whatsapp-float img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
