/* =================HERO SECTION =======================*/
.hero-section {
    min-height: 90vh;
    background: linear-gradient(
           rgba(0, 0, 0, 0.25),
            rgba(0, 0, 0, 0.25)
    ),
    url('/static/images/lab6.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 30%;
    max-width: 100%;

    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.hero-section h1 {
    font-size: 3.2rem;
    line-height: 1.3;
}

.hero-section h1 span {
    color: #f5c16c; /* golden */
}

.hero-section p {
    max-width: 720px;
    margin: auto;
}

.hero-section .btn-light {
    background-color: #f5c16c;
    border: none;
    color: #8b0000;
    font-weight: 600;
}

.hero-section .btn-light:hover {
    background-color: #ffd88a;
    color: #6d0000;
}

.hero-section .btn-outline-light:hover {
    background-color: #ffffff;
    color: #8b0000;
}



/* ===================== Home Page ===================== */
body {
    font-family: 'Poppins', Arial, sans-serif;
    background-color: #f8f9fa;
    color: #333;
}

/* =====================
   Navbar Base
===================== */
.navbarbs {
    background: linear-gradient(90deg, #8b0000, #b11226);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1000;
    margin: 0;
    padding: 0;
}

/* =====================
   Logo
===================== */
.navbar-logo {
    width: 100px;
}

.navbar-brand span {
    font-size: 1.4rem;
    font-weight: 600;
    color: #f5c16c; /* golden */
}

/* =====================
   Nav Links
===================== */
.navbar-nav .nav-link {
    color: #fdf2d0 !important;
    font-weight: 500;
    padding: 8px 14px;
    margin-left: 6px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

/* Hover Effect */
.navbar-nav .nav-link:hover {
    background-color: #f5c16c;
    color: #8b0000 !important;
    transform: translateY(-2px);
}

/* CTA Button Style */
.nav-cta {
    background-color: #f5c16c;
    color: #8b0000 !important;
    font-weight: 600;
    padding: 8px 18px !important;
}

.nav-cta:hover {
    background-color: #ffd88a;
    color: #6d0000 !important;
}

.secondary-info {
    background-color: #f5f9fc; /* light medical blue */
    padding: 60px 0;
}

.secondary-info h3 {
    color: #0b3c5d; /* medical blue */
}

.secondary-info p {
    font-size: 1rem;
    line-height: 1.6;
}

/* Image styling */
.secondary-img {
    max-width: 90%;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
/* ===========TRUST ===========*/
.trust h2{
     color: #0b3c5d;
}
/* ================= SERVICE ===================*/
.service h2{
    color: #0b3c5d;
}
/* ==============WHY CHOOSE US ===========*/

    .why-choose-section {
    padding: 70px 0;
    background: #f8fbff; /* clean medical background */
}

.choose-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 20px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.choose-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #2848e3, #f5c16c);
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.choose-card p {
    font-size: 0.95rem;
    color: #666;
}
.about-img{
    max-width: 50%;
    height:auto;
}

.who-img{
    max-width: 50%;
    height: auto;

}
.section-ho{
    background: url('/static/images/lab6.jpg');
    display: flex;
      
}
/* ================= INDEX PAGE DESIGN ===================*/

/* Home Sample Collection Section */
.home-sample-section {
    background: linear-gradient(135deg, #00a99d, #60d3c0);; /* medical teal gradient */
    color: #fff;
    padding: 60px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 169, 157, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.home-sample-section:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 169, 157, 0.25);
}

.home-sample-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.home-sample-section p {
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: #f0f0f0;
    line-height: 1.6;
}

.home-sample-section .btn {
    background-color: #ffffff;
    color: #00a99d;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 169, 157, 0.3);
}

.home-sample-section .btn:hover {
    background-color: #e0f7f6;
    color: #007a71;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 169, 157, 0.4);
}

/* Fast & Secure Reports Section */
.fast-reports-section {
    padding: 60px 30px;
    background: #f7fbfc; /* light, clean background */
}

.fast-reports-section h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a3d5d; /* deep blue for trust */
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

/* Accent line under heading */
.fast-reports-section h2::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #2c6fd1; /* teal accent */
    display: block;
    margin: 12px auto 0;
    border-radius: 3px;
}

.fast-reports-section p {
    font-size: 1rem;
    color: #555555;
    text-align: center;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.btn-report {
    background-color: #00a99d;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-report:hover {
    background-color: #007a71;
    transform: translateY(-3px);
}

.btn-cta {
    background-color: #8b0000;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background-color:  #8b0000;
    transform: translateY(-3px);
}


/* Optional: subtle animation on scroll (fade-in) */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fast-reports-section h2,
.fast-reports-section p {
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
}

/* Optional: Add a soft shadow or card look */
.fast-reports-section .card-style {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    max-width: 800px;
    margin: 40px auto 0;
}


/* =========================
   Services Section Styling
========================= */
.services-section {
    padding: 80px 0;
    background: #f0f4f8; /* subtle light background */
    font-family: 'Poppins', sans-serif;
}

/* Service Card */
.service-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Hover effect with gradient overlay */
.service-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
   background: linear-gradient(90deg, #2c6fd1, #4a90e2);
    opacity: 0;
    transform: rotate(45deg);
    transition: all 0.5s ease;
    z-index: 0;
}

.service-card:hover::before {
    opacity: 0.15;
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* Service Icon */
.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg,  #094295f2, #4a90e25c);



    color: #fff;
    font-size: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
    z-index: 1;
    position: relative;
}

.service-card:hover .service-icon {
    transform: scale(1.2) rotate(10deg);
}

/* Service Title */
.service-card h5 {
    font-weight: 700;
    margin-bottom: 12px;
    color: #1f1f1f;
    font-size: 1.25rem;
    text-align: center;
}

/* Service Description */
.service-card p {
    font-size: 1rem;
    color: #555;
    text-align: center;
    line-height: 1.6;
}

/* Optional: Add subtle bounce effect for the section heading */
.services-section h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    position: relative;
}

.services-section h2::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #2c6fd1;
    display: block;
    margin: 15px auto 0;
    border-radius: 3px;
}

/* ============ PACKAGES =================*/
.health h2{
    color: #0b3c5d;
}
/* =========================
   Health Packages Section
========================= */
.health {
    padding: 80px 0;
    background: #f7fbfc; /* light, clean background */
    font-family: 'Poppins', sans-serif;
}

/* Section Heading */
.health h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a3d5d; /* deep blue for trust */
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.health h2::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #2c6fd1; /* teal accent */
    display: block;
    margin: 12px auto 0;
    border-radius: 3px;
}

/* Package Cards */
.health .card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 25px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    text-align: center;
    height: 100%;
}

.health .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

/* Card Headings */
.health .card h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a3d5d;
}

/* Card Description */
.health .card p {
    font-size: 1rem;
    color: #555555;
    line-height: 1.6;
}

/* Optional: subtle gradient icon effect for each card */
.health .card::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00a99d, #60d3c0);
    top: -20px;
    left: calc(50% - 40px);
    z-index: 0;
    opacity: 0.1;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .health .card {
        margin-bottom: 30px;
    }
}


/* =====================
   Mobile View
===================== */
@media (max-width: 991px) {
    .navbar-nav {
        background-color: #8b0000;
        padding: 15px;
        border-radius: 10px;
        margin-top: 10px;
    }

    .navbar-nav .nav-link {
        margin: 6px 0;
        text-align: center;
    }
}
.identity-section {
    text-align: center;
    padding: 60px 20px;
}

.identity-section p {
    max-width: 750px;
    margin: auto;
}

/* =========================
   MISSION & VISION
========================= */
.mission-vision .col-md-6 {
    padding: 30px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.mission-vision h4 {
    margin-bottom: 15px;
}

/* =========================
   LIGHT BACKGROUND SECTIONS
========================= */
.bg-light {
    background-color: #f8f9fa !important;
}

/* =========================
   TEAM / QUALITY / TECH / SAFETY
========================= */
.info-section {
    text-align: center;
    padding: 60px 20px;
}

.info-section p {
    max-width: 800px;
    margin: auto;
}

/* =========================
   TRUST SECTION
========================= */
.trust-section {
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}



.trust-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.trust-section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #2c6fd1;
    border-radius: 2px;
}

.trust-section .lead {
    font-size: 1.2rem;
    color: #555;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.stat-box {
    background: white;
    padding: 2.5rem 1.5rem;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(44, 111, 209, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(44, 111, 209, 0.05);
    position: relative;
    overflow: hidden;
}

.stat-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2c6fd1, #4a90e2);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(44, 111, 209, 0.15);
}

.stat-box:hover::before {
    opacity: 1;
}

.stat-box .counter {
    font-size: 3rem;
    font-weight: 800;
    color: #2c6fd1;
    margin-bottom: 0.5rem;
    line-height: 1;
    background: linear-gradient(135deg, #2c6fd1, #4a90e2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-box p {
    color: #555;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Animation for counters */
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-box {
    animation: countUp 0.6s ease forwards;
    opacity: 0;
}

.stat-box:nth-child(1) { animation-delay: 0.1s; }
.stat-box:nth-child(2) { animation-delay: 0.2s; }
.stat-box:nth-child(3) { animation-delay: 0.3s; }
.stat-box:nth-child(4) { animation-delay: 0.4s; }

/* Responsive Design */
@media (max-width: 992px) {
    .trust-section {
        padding: 4rem 0;
    }
    
    .trust-section h2 {
        font-size: 2.2rem;
    }
    
    .stat-box {
        padding: 2rem 1rem;
    }
    
    .stat-box .counter {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .trust-section {
        padding: 3rem 0;
    }
    
    .trust-section h2 {
        font-size: 2rem;
    }
    
    .trust-section .lead {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
    
    .stat-box {
        margin: 0 1rem;
        padding: 1.75rem 1rem;
    }
    
    .stat-box .counter {
        font-size: 2.2rem;
    }
    
    .stat-box p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .trust-section {
        padding: 2.5rem 0;
    }
    
    .stat-box {
        margin: 0 0.5rem;
    }
    
    .stat-box .counter {
        font-size: 2rem;
    }
}





.mission-vision-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #ffffff, #f6f8fb);
}

/* Card */
.mv-card {
    height: 100%;
    padding: 40px 30px;
    border-radius: 18px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* Accent bar */
.mv-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #8b0000, #f5d37a);
}

/* Hover */
.mv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

/* Icon */
.mv-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #fff5dc;
    color: #8b0000;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Headings */
.mv-card h4 {
    font-weight: 600;
    margin-bottom: 12px;
    color: #1f2933;
}

/* Text */
.mv-card p {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
}

/* Section title */
.mission-vision-section h2 {
    color: #8b0000;
}





/* Responsive */
@media (max-width: 768px) {
    
     .mv-card {
        padding: 30px 20px;
    }
}
/* =========================
   Blood Tests Section
========================= */
.blood-tests-section {
    background: #f7fbfc;
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
}

/* Section Heading */
.blood-tests-section h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a3d5d;
    margin-bottom: 10px;
    text-align: center;
}

.blood-tests-section p {
    font-size: 1rem;
    color: #555555;
    text-align: center;
    margin-bottom: 40px;
}

/* Test Cards */
.test-card {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
}

.test-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.test-card h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #00a99d; /* medical teal */
}

/* CTA Button */
.btn-blood-test {
    background: #00a99d;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-blood-test:hover {
    background: #007a71;
    transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .blood-tests-section .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/*============= PATHOLOGY ==================*/
/* =========================
   Pathology Services Section
========================= */
.pathology-services-section {
    background: #f7fbfc;
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
}

/* Heading */
.pathology-services-section h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a3d5d;
    margin-bottom: 15px;
    text-align: center;
}

.pathology-services-section p {
    font-size: 1rem;
    color: #555555;
    text-align: center;
    margin-bottom: 40px;
}

/* Service Cards */
.service-list-card {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    cursor: default;
}

.service-list-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.service-list-card h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #00a99d; /* teal color for medical theme */
}

/* CTA Button */
.btn-pathology {
    background: #00a99d;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-pathology:hover {
    background: #007a71;
    transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .pathology-services-section .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ================ TEST ================*/
/* ===============================
   Global
================================ */
body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    background-color: #f8fbfd;
   
}

section {
    scroll-margin-top: 90px;
    margin-top: 0px;
}

/* ===============================
   HERO SECTION
================================ */
.tests-hero-section {
    min-height: 520px;
    background:  linear-gradient(
           rgba(0, 0, 0, 0.25),
            rgba(0, 0, 0, 0.25)),
    url('/static/images/lab3.jpg') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.tests-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* single clean overlay */
}

.tests-hero-section .container {
    position: relative;
    z-index: 2;
}

.tests-hero-section h1 {
    font-size: 3rem;
    font-weight: 700;
}

.tests-hero-section p {
    font-size: 1.2rem;
    color: #eaeaea;
}

.tests-hero-section .btn {
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    transition: 0.3s ease;
}

.tests-hero-section .btn-primary {
    background: #00a99d;
    border: none;
}

.tests-hero-section .btn-primary:hover {
    background: #007a71;
    transform: translateY(-3px);
}

.tests-hero-section .btn-light:hover {
    transform: translateY(-3px);
}

/* ===============================
   TEST CATEGORIES
================================ */
.test-categories {
    background: #ffffff;
}

.category-card {
    display: block;
    background: #f7fbfc;
    border-radius: 16px;
    font-weight: 600;
    color: #1a3d5d;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.category-card:hover {
    background: #00a99d;
    color: #ffffff;
    transform: translateY(-6px);
}

/* ===============================
   TEST CARDS (ALL SECTIONS)
================================ */
.test-card {
    background: #ffffff;
    padding: 22px;
    border-radius: 18px;
    text-align: center;
    font-weight: 500;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.35s ease;
}

.test-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
    color: #00a99d;
}

/* ===============================
   SECTION HEADINGS
================================ */
section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a3d5d;
}

/* ===============================
   HOME SAMPLE COLLECTION
================================ */
.home-sample-section {
    background: linear-gradient(135deg, #00a99d, #1fc8b4);
    color: #ffffff;
}

.home-sample-section .container {
    background: rgba(255,255,255,0.12);
    border-radius: 20px;
}

.home-sample-section p {
    color: #eafdfb;
}

.home-sample-section .btn-success {
    background: #ffffff;
    color: #00a99d;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 600;
    border: none;
}

.home-sample-section .btn-success:hover {
    background: #f0f0f0;
    transform: translateY(-3px);
}

/* ===============================
   ACCURACY SECTION
================================ */
.accuracy-section {
    background: #f4f9fc;
}

.process-list {
    list-style: none;
    padding: 0;
    max-width: 600px;
    margin: auto;
}

.process-list li {
    font-size: 1.05rem;
    padding: 12px 0;
    position: relative;
}

.process-list li::before {
    content: "✔";
    color: #00a99d;
    font-weight: bold;
    margin-right: 10px;
}

/* ===============================
   CTA SECTION
================================ */
.cta-section {
    background: #ffffff;
}

.cta-section h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a3d5d;
}

.cta-section p {
    font-size: 1.1rem;
}

.cta-section .btn {
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 600;
}

.cta-section .btn-primary {
    background: #00a99d;
    border: none;
}

.cta-section .btn-success {
    background: #007a71;
    border: none;
}

.cta-section .btn:hover {
    transform: translateY(-3px);
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
    .tests-hero-section h1 {
        font-size: 2.2rem;
    }

    .tests-hero-section p {
        font-size: 1rem;
    }

    section h2 {
        font-size: 1.6rem;
    }
}
/* ================= PACKAGES ========================*/



.packages-hero {
    min-height: 520px;
    background:  linear-gradient(
           rgba(0, 0, 0, 0.25),
            rgba(0, 0, 0, 0.25)),
    url('/static/images/about.jpg') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.packages-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* single clean overlay */
}

.packages-hero .container {
    position: relative;
    z-index: 2;
}

.packages-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    color: white;
}

.packages-hero p {
    font-size: 1.2rem;
    color: #eaeaea;
}

/* Responsive */
@media (max-width: 768px) {
    .packages-hero h1 {
        font-size: 2.2rem;
    }
    .packages-hero p {
        font-size: 1rem;
    }
}
.packages-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.packages-section h2 {
    text-align: center;
    color: #0d3b66;
    font-size: 2.4rem;
    margin-bottom: 40px;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.package-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.package-card h3 {
    color: #0d3b66;
    margin-bottom: 15px;
}

.package-card p {
    color: #333;
    flex-grow: 1;
}

.package-card .price {
    font-weight: 700;
    font-size: 1.2rem;
    margin: 15px 0;
    color: #f4b400;
}

.package-card a.btn {
    padding: 10px 20px;
    text-align: center;
    border-radius: 30px;
    background: #f4b400;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    transition:  0.3s ease;
}

.package-card a.btn:hover {
    background: #e0a800;
}

/* ================= REPORTS ======================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    color: #333;
    line-height: 1.6;
}

/* HERO */
.hero-report {

    position: relative;
    min-height: 55vh;                /* Perfect for report pages */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    background:
        linear-gradient(
            rgba(0, 45, 90, 0.55),
            rgba(0, 45, 90, 0.55)
        ),
        url("/static/images/report.jpg") no-repeat center center;

    background-size: cover;
    color: #ffffff;
}


.hero-report .hero-content {
    max-width: 700px;
    padding: 15px 20px;
}

.hero-report h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.hero-report p {
    font-size: 1rem;
    color: #e0ecff;
}
.samples {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.sample-box {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.sample-box:hover {
    transform: translateY(-6px);
}

.sample-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.sample-box p {
    padding: 12px;
    font-weight: 600;
    color: #0d6efd;
}

/* Sample Reports Section */
.section {
  padding: 5rem 1.5rem;
  max-width: 1700px;
  margin: 0 auto;
  text-align: center;
}

.section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 3rem;
  position: relative;
  display: inline-block;
}

.section h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background:#2c6fd1;
  border-radius: 2px;
}

/* Samples Container */
.samples {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 4rem;
  padding: 1rem;
}

/* Sample Box */


/* Button Styling */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn.outline {
  background: transparent;
  color: #3a86ff;
  border: 2px solid #3a86ff;
  position: relative;
}

.btn.outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #3a86ff, #8338ec);
  transition: width 0.4s ease;
  z-index: -1;
}

.btn.outline:hover {
  color: white;
  border-color: transparent;
}

.btn.outline:hover::before {
  width: 100%;
}

.btn.outline:active {
  transform: scale(0.98);
}

/* Responsive Design */
@media (max-width: 900px) {
  .samples {
    gap: 2rem;
  }
  
  .sample-box {
    flex: 0 1 350px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 3rem 1rem;
  }
  
  .section h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  
  .samples {
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  
  .sample-box {
    flex: 0 1 100%;
    max-width: 450px;
  }
  
  .sample-box img {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .section h2 {
    font-size: 1.75rem;
  }
  
  .sample-box img {
    height: 200px;
  }
  
  .btn {
    padding: 0.875rem 2rem;
    font-size: 1rem;
    width: 100%;
    max-width: 300px;
  }
}

/* Optional: Add a subtle animation on page load */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sample-box {
  animation: fadeInUp 0.6s ease forwards;
}

.sample-box:nth-child(2) {
  animation-delay: 0.2s;
}

.btn {
  animation: fadeInUp 0.6s ease 0.4s forwards;
  opacity: 0;
}

/* HOW IT WORKS */
.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.step {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    text-align: center;
}

/* BUTTONS */
.btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.btn.outline {
    background: transparent;
    border: 2px solid #007bff;
    color: #007bff;
}

/* TABLE */
.tat-table {
    width: 100%;
    max-width: 600px;
    margin: auto;
    border-collapse: collapse;
}

.tat-table th, .tat-table td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}

/* QUALITY LIST */
.quality-list {
    max-width: 600px;
    margin: auto;
}

.quality-list li {
    margin-bottom: 12px;
}

/* SAMPLE REPORTS */
.samples {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

.sample-box {
    width: 200px;
    height: 260px;
    border: 2px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
}

/* CTA */
.ctas {
    background: #007bff;
    color: #fff;
    text-align: center;
    padding: 60px 10%;
}

.ctas-buttons {
    margin-top: 20px;
}

.ctas .btn.outline {
    border-color: #fff;
    color: #fff;
}
.contact {
    position: relative;
    min-height: 55vh;
    width: 100%;
    background: 
        linear-gradient(
            rgba(0, 45, 90, 0.55),
            rgba(0, 45, 90, 0.55)
        ),
        url("/static/images/contact1.jpg") no-repeat center center;
    
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    color: #ffffff;
    padding: 80px 20px;
}

/* Content inside hero */
.contact .hero-content {
    max-width: 900px;
    z-index: 2;
}

/* Heading */
.contact h1 {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    text-shadow: 0 4px 12px rgba(0,0,0,0.6);
}

/* Sub text */
.contact p {
    font-size: 1.1rem;
    max-width: 650px;
    margin: 0 auto 30px;
    color: #e8f1ff;
}

/* CTA Button */
.contact .hero-btn {
    padding: 14px 34px;
    border-radius: 50px;
    background: #0d6efd;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact .hero-btn:hover {
    background: #0b5ed7;
    transform: translateY(-2px);
}


/* 
/* HERO 
.contact {
    min-height: 90vh;
    background: url("/static/images/contact1.jpg") center/cover no-repeat;
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 70%;
    max-width: 100%;

    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.content-hero {
    background: rgba(0,0,0,0.6);
    padding: 35px;
    border-radius: 8px;
}

.contact-h h1 {
    font-size: 42px;
    margin-bottom: 10px;
} */

/* SECTIONS */
/* .section {
    padding: 60px 10%; 
} */

.section h2 {
    text-align: center;
    margin-bottom: 30px;
    color: black;

}

.light {
    background: #f7f9fc;
}

/* BUTTONS */
.btn {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 28px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.btn.outline {
    background: transparent;
    border: 2px solid #007bff;
    color: #007bff;
}

/* INFO CARDS */
.info-cards-contact {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.info-card-contact {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    text-align: center;
}

.info-card-contact h3 {
    margin-bottom: 10px;
}

.link {
    display: inline-block;
    margin-top: 8px;
    color: #007bff;
    text-decoration: none;
}

/* CONTACT FORM */
/* Contact Form Wrapper */
/* ====== GENERAL SECTION ====== */
.contact-section {
    background: #f8fafc;
    padding: 60px 0;
}

/* ====== MAP STYLING ====== */
.map-container {
    height: 100%;
    min-height: 460px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    animation: slideLeft 1s ease forwards;
}

/* ====== FORM CARD ====== */
.contact-form-wrapper {
    background: #ffffff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    animation: slideRight 1s ease forwards;
}

/* ====== HEADING ====== */
.contact-form-wrapper h2 {
    font-weight: 600;
    color: #0d6efd;
}

/* ====== INPUTS ====== */
.contact-form-wrapper .form-control,
.contact-form-wrapper .form-select {
    border-radius: 10px;
    padding: 12px 14px;
    border: 1px solid #dce3eb;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* Focus animation */
.contact-form-wrapper .form-control:focus,
.contact-form-wrapper .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
    transform: scale(1.02);
}

/* Textarea */
.contact-form-wrapper textarea {
    resize: none;
}

/* ====== BUTTON ====== */
.contact-form-wrapper .btn-primary {
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
    border: none;
    transition: all 0.3s ease;
}

/* Button hover */
.contact-form-wrapper .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(13, 110, 253, 0.4);
}

/* ====== ANIMATIONS ====== */
@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ====== MOBILE ====== */
@media (max-width: 768px) {
    .map-container {
        min-height: 300px;
    }
    .contact-form-wrapper {
        margin-top: 20px;
    }
}


/* HOURS */
.hours {
    max-width: 500px;
    margin: auto;
    list-style: none;
}

.hours li {
    margin-bottom: 12px;
}

/* CTA */
.ctass {
    background: #007bff;
    color: #fff;
    text-align: center;
    padding: 60px 10%;
}

.ctass-buttons {
    margin-top: 20px;
}

.ctass .btn.outline {
    border-color: #fff;
    color: #fff;
}

/* FOOTER */
.footer {
    background: #222;
    color: #bbb;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}



/* =====================
   Footer Styles
===================== */
/* ====== FOOTER STYLING ====== */
/* FOOTER STYLING */
.footer {
    font-family: 'Poppins', sans-serif;
    padding: 50px 20px 20px;
    background: url('/static/images/footer.jpg') center/cover no-repeat;
    position: relative;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
    align-items: flex-start;
}

/* LEFT IMAGE */
.footer-left img {
    max-width: 250px;
    border-radius: 10px;
}

/* CENTER CONTACT */
.footer-center h4,
.footer-right h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #f4b400;
}

.footer-center p,
.footer-right p {
    font-size: 0.95rem;
    margin: 5px 0;
    color: #ffffffcc;
}
.footer-quicklinks h4{
    color:#f4b400;
}
.footer-quicklinks a{
    color:#ccc;
    text-decoration: none;
}
/* RIGHT: Button */
.footer-right .btn-book {
    margin-top: 15px;
    padding: 10px 20px;
    background: #f4b400;
    color: #0d3b66;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.footer-right .btn-book:hover {
    transform: scale(1.05);
}

/* FOOTER BOTTOM */
.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 0.85rem;
    color: #ffffffaa;
    border-top: 1px solid #ffffff33;
    padding-top: 15px;
}

.footer-bottom a {
    color: #f4b400;
    text-decoration: none;
    margin: 0 5px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-left img {
        max-width: 80%;
        margin-bottom: 20px;
    }

    .footer-center, .footer-right {
        text-align: center;
    }
}

.about-hero-section {
    min-height: 520px;
    background:  linear-gradient(
           rgba(0, 0, 0, 0.25),
            rgba(0, 0, 0, 0.25)),
    url('/static/images/about.jpg') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.about-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* single clean overlay */
}

.about-hero-section .container {
    position: relative;
    z-index: 2;
}

.about-hero-section h1 {
    font-size: 3rem;
    font-weight: 700;
}

.about-hero-section p {
    font-size: 1.2rem;
    color: #eaeaea;
}



.company_info{
    padding: 100px 0;  
}