/* Dhruv Lab Website CSS */

:root {
    --green: #008542;
    --light-green: #eaf7f0;
    --dark: #1c252c;
}


/* General */

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--dark);
    margin: 0;
    padding: 0;
}


a {
    text-decoration: none;
}


/* Top Contact Bar */

.top-bar {
    background: #00733b;
    color: white;
    font-size: 14px;
    padding: 8px 0;
}


/* Navigation */

.navbar-brand img {
    max-height: 60px;
}


.nav-link {
    font-weight: 600;
    color: #333 !important;
    margin-left: 15px;
}


.nav-link:hover {
    color: var(--green) !important;
}


.btn-success {
    background-color: var(--green);
    border-color: var(--green);
}


.btn-success:hover {
    background-color: #006b35;
}


/* Hero Section */

.hero {

    background: linear-gradient(
        90deg,
        #ffffff 40%,
        #eef9f3
    );

    padding: 60px 0;

}


.hero h5 {

    color: var(--green);
    font-weight: bold;
    letter-spacing: 1px;

}


.hero h1 {

    font-size: 55px;
    font-weight: 700;
    color: var(--green);

}


.hero h2 {

    font-size: 32px;
    font-weight: 700;

}


.hero p {

    font-size: 18px;
    line-height: 1.7;

}


.hero img {

    width: 100%;
    border-radius: 10px;

}


/* Services */

.services {

    padding: 70px 0;

}


.services h2 {

    text-align:center;
    font-weight:700;
    margin-bottom:40px;

}


.box {

    background:white;

    border-radius:15px;

    padding:30px;

    margin-bottom:25px;

    text-align:center;

    box-shadow:
    0 4px 15px rgba(0,0,0,0.08);

}


.box h4 {

    color:var(--green);

    font-weight:700;

}


/* Booking Section */

.booking {

    background:var(--light-green);

    padding:60px 0;

}


.booking h2 {

    font-weight:700;

}


.steps {

    display:flex;

    justify-content:center;

    gap:40px;

    margin:40px 0;

}


.steps span {

    background:white;

    padding:25px;

    width:180px;

    border-radius:10px;

    font-weight:bold;

    box-shadow:
    0 3px 12px rgba(0,0,0,.1);

}



/* Why Choose Section */

.why {

    padding:60px 0;

}


.why h2 {

    font-weight:700;

}


.why li {

    list-style:none;

    padding:10px;

    font-size:17px;

}


.why li:before {

    content:"✓";

    color:var(--green);

    font-weight:bold;

    margin-right:12px;

}


/* Footer */

.footer {

    background:#006b38;

    color:white;

    padding:50px 0 0;

}


.footer h4,
.footer h5 {

    font-weight:700;

}


.footer-links {

    list-style:none;

    padding:0;

}


.footer-links li {

    margin-bottom:10px;

}


.footer-links a {

    color:white;

}


.footer-links a:hover {

    color:#c9ffd9;

}


.copyright {

    background:#222;

    text-align:center;

    padding:15px;

    margin-top:40px;

}



/* Mobile */

@media(max-width:768px)
{

.hero h1 {

font-size:40px;

}


.steps {

flex-direction:column;

align-items:center;

}


.top-bar .container {

flex-direction:column;

text-align:center;

}


}
.iso-logo {
    transform: rotate(270deg);
    height: 240px;
	width: 240px;
}



.lab-logo {
    font-size: 90px;
    font-weight: 750;
    color: #008542;
}

.card {
    border: none;
    border-radius: 12px;
}

.card h5 {
    color: #008542;
    font-weight: 600;
}

.hero-section{
    padding:60px 0;
    background:#f8f9fa;
}

.hero-title{
    font-size:60px;
    font-weight:700;
    color:#006b3c;
}

.hero-text{
    font-size:24px;
    margin-top:20px;
    margin-bottom:30px;
}

.features-section{
    background:#ffffff;
    padding:40px 0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.features-section h4{
    color:#006b3c;
}

.services-section{
    padding:60px 0;
}

.service-card{
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 0 15px rgba(0,0,0,.08);
    height:100%;
    text-align:center;
}

.service-card h4{
    color:#006b3c;
}

.about-home{
    background:#f8f9fa;
    padding:60px 0;
}

.home-collection-link {
    background: #28a745 !important;
    color: white !important;
    border-radius: 6px;
    padding: 8px 15px !important;
    font-weight: bold;
}
.hero-banner {

    background-image: url('../images/family.png');

    background-size: cover;

    background-position: center;

    min-height: 550px;

    position: relative;
}
.site-header{
    padding:20px 0 10px 0;
    text-align:center;
}

.lab-title{
    color:#006b3c;
    font-size:96px;
    font-weight:800;
    margin:0;
    letter-spacing:1px;
}
.page-title{
    color:#d32f2f;
    font-size:34px;
    margin-top:10px;
    text-align:center;
    font-weight:700;
}
.lab-subtitle{
    color:#666;
    font-size:18px;
    margin-top:5px;
}

.navbar-nav .nav-link{
    font-weight:600;
    margin:0 8px;
}

.hero-overlay {

    background: rgba(0,0,0,0.35);

    min-height: 550px;

    display: flex;

    align-items: center;

    color: white;
}


.hero-overlay h1 {

    font-size: 60px;

    font-weight: 700;
}




.main-links{
    display:flex;
	 font-size: 30px;
    justify-content:space-evenly;
    width:100%;
    margin:15px auto;
}

.collection-form{
    max-width:600px;
    margin:40px auto;
    background:#fff;
    padding:25px;
    border-radius:10px;
    box-shadow:0 0 10px rgba(0,0,0,.1);
}


.package-box {
    border: 2px solid #198754;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #dc3545;
    background: #fff8f8;
}
.profile-title {
    text-align: center;
    color: #dc3545;
    font-weight: bold;
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/* ================================
   Preventive Health Packages Page
================================ */

.package-banner{
    background:#eef7ff;
    text-align:center;
    padding:40px 20px;
    border-top:4px solid #005b96;
    border-bottom:4px solid #005b96;
    margin-bottom:30px;
}

.package-banner .page-title{
    color:#d32f2f;
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
    text-transform:uppercase;
}

.package-banner .page-subtitle{
    color:#006b3c;
    font-size:28px;
    font-weight:600;
    text-align:center;
    margin:0 auto 15px auto;
}

.package-banner .page-description{
    color:#006b3c;
    font-size:18px;
    line-height:1.7;
    text-align:center;
    max-width:900px;
    margin:0 auto;
}

.package{

    background:#ffffff;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,.12);
    margin:40px auto;
    overflow:hidden;

}

.package-header{

    background:#005b96;
    color:#ffffff;
    text-align:center;
    padding:25px;

}

.package-header h2{

    margin:10px 0;
    font-size:34px;

}

.package-header h3{

    color:#ffeb3b;
    font-size:24px;
    margin:0;

}

.badge{

    display:inline-block;
    background:#d32f2f;
    color:#ffffff;
    padding:8px 18px;
    border-radius:25px;
    font-weight:bold;

}

.package-content{

    padding:30px;

}

.package-content ul{

    columns:2;

}

.package-content li{

    margin-bottom:10px;

}

.price{

    background:#eef7ff;
    text-align:center;
    padding:25px;

}

.old-price{

    color:#666;
    font-size:22px;

}

.old-price span{

    text-decoration:line-through;

}

.new-price{

    color:#008000;
    font-size:42px;
    font-weight:bold;
    margin:15px 0;

}

.book{

    display:inline-block;
    background:#008000;
    color:#ffffff;
    padding:14px 35px;
    border-radius:6px;
    text-decoration:none;
    font-weight:bold;

}

.book:hover{

    background:#006600;

}

.test-group{
    margin-bottom:18px;
}

.test-heading{

    color:#005b96;
    font-size:18px;
    font-weight:700;
    margin-bottom:4px;

}

.test-details{

    color:#005b96;
    font-size:17px;
    font-weight:400;
    line-height:1.6;
    margin-left:20px;

}

/* ===========================
   Package Navigation Buttons
=========================== */

.package-navigation{

    background:#ffffff;
    padding:25px 0;
    text-align:center;
    margin-bottom:35px;

}

.package-btn{

    display:inline-block;
    min-width:190px;
    margin:8px;
    padding:15px 20px;

    background:#005b96;
    color:#ffffff;

    text-decoration:none;
    font-size:18px;
    font-weight:600;

    border-radius:8px;

    transition:all 0.3s ease;

    box-shadow:0 3px 8px rgba(0,0,0,.20);

}

.package-btn small{

    display:block;
    margin-top:5px;
    font-size:14px;
    color:#ffeb3b;
    font-weight:500;

}

.package-btn:hover{

    background:#0077cc;
    color:#ffffff;

    transform:translateY(-3px);

    box-shadow:0 8px 18px rgba(0,0,0,.25);

}

.package-note{

    color:#d32f2f;
    font-size:16px;
    font-weight:600;

    margin-top:12px;

    text-align:left;

    padding-left:15px;

    line-height:1.5;

}
