/* =========================================
   Hairoaesthetics - Complete Custom CSS
   Theme: Clean Clinical Blue & White
   ========================================= */

:root {
    --primary-blue: #0056b3;      /* Clean, bright clinical blue */
    --secondary-blue: #004085;    /* Slightly darker blue for hover/accents */
    --light-blue: #f4f9ff;        /* Very light blue for backgrounds */
    --white: #ffffff;
    --text-dark: #333333;
    --text-muted: #6c757d;
    --accent-yellow: #ffc107;     /* For stars/ratings */
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-dark);
    background-color: var(--white);
    line-height: 1.6;
}

/* -----------------------------------------
   1. Top Bar & Navbar
----------------------------------------- */
.top-bar {
    background-color: var(--primary-blue);
    color: var(--white);
    padding: 10px 0;
    font-size: 0.9rem;
}

.top-bar a, .top-bar h4 {
    color:#0056b3 !important
}

.navbar-custom {
    background-color: var(--white);
    padding: 0 !important; /* Extra padding kadhun takli, sleek look sathi */
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.navbar-custom .nav-link {
    color: var(--text-dark) !important;
    font-weight: 600;
    margin: 0 12px;
    font-size: 0.95rem;
    transition: 0.3s ease;
}

.navbar-custom .nav-link:hover, .navbar-custom .nav-link.active {
    color: var(--primary-blue) !important;
}

/* Perfect Sleek Navbar & Logo Sizing */
.navbar-brand {
    display: flex;
    align-items: center;
    padding: 0 !important;
    margin-right: 30px; 
    height: 70px; 
}

.navbar-logo {
    width: 260px !important; 
    height: auto !important; 
    object-fit: contain;
    mix-blend-mode: multiply;
    margin-top: -35px; 
    margin-bottom: -35px;
}

/* Mobile Screen Navbar & Logo */
@media (max-width: 991px) {
    .navbar-brand {
        height: 60px;
        margin-right: auto;
    }
    .navbar-logo {
        width: 210px !important; 
        margin-top: -25px;
        margin-bottom: -25px;
    }
}

/* -----------------------------------------
   2. Hero Section (Clean & Tight Spacing)
----------------------------------------- */
.hero-section {
    background-color: var(--light-blue);
    padding: 25px 0 15px 0 !important; /* Var aani khali extra space fix keli */
    position: relative;
    border-bottom: 1px solid #e6f0fa;
    min-height: auto !important;
}

.hero-title {
    color: var(--primary-blue);
    font-weight: 800;
    font-size: 2.8rem;
    line-height: 1.2;
}

/* Banner Image: Natural Print Style (No shadow, no b/w filter) */
.hero-section img {
    width: 100% !important;
    height: auto !important;
    max-height: 400px !important;
    object-fit: cover !important;
    opacity: 0.98;
    border-radius: 12px;
    box-shadow: none !important; /* Chipkavlela effect kadhla */
}

/* -----------------------------------------
   3. Stat Bar (Stars & Trust Indicators)
----------------------------------------- */
.stat-bar {
    background-color: var(--primary-blue);
    color: var(--white);
    padding: 15px 0;
    font-weight: 600;
    margin-top: 15px !important;
}

.stat-bar i {
    color: var(--accent-yellow);
    margin-right: 8px;
}

/* -----------------------------------------
   4. Feature & Service Cards
----------------------------------------- */
.feature-card, .service-card {
    background: var(--white);
    border: 1px solid #e6f0fa;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0,86,179,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card {
    padding: 20px;
    text-align: left;
}

.feature-card:hover, .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,86,179,0.1);
    border-color: var(--primary-blue);
}

.feature-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-color: var(--light-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--primary-blue);
}

/* -----------------------------------------
   5. Sections (Results, Techniques, Doctors)
----------------------------------------- */
.doctor-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.04);
    text-align: center;
    border: 1px solid #e6f0fa;
    transition: transform 0.3s ease;
}

.doctor-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-blue);
}

.doctor-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.doctor-info {
    padding: 20px;
}

.doctor-info h4 {
    color: var(--primary-blue);
    font-weight: 700;
}

/* -----------------------------------------
   6. Inner Pages & Forms
----------------------------------------- */
.inner-page-header {
    background-color: var(--secondary-blue);
    color: var(--white);
    padding: 40px 0;
}
.inner-page-header h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.breadcrumbs {
    font-size: 0.85rem;
    font-weight: 600;
}
.breadcrumbs a {
    color: var(--white);
    text-decoration: none;
}

.lead-form-box {
    background-color: var(--light-blue);
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #cce5ff;
}

/* -----------------------------------------
   7. Footer
----------------------------------------- */
.footer-custom {
    background-color: var(--secondary-blue);
    color: #e6f2ff;
    padding: 60px 0 20px;
}
.footer-custom h5 {
    color: var(--white);
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    color: #e6f2ff;
    text-decoration: none;
    transition: 0.3s;
}
.footer-links a:hover {
    color: var(--accent-yellow);
    padding-left: 5px;
}

/* -----------------------------------------
   8. Mobile Responsive & Floating Buttons
----------------------------------------- */
.top-bar-mobile {
    background-color: var(--secondary-blue);
    padding: 8px 0;
}
.top-bar-mobile a {
    color: var(--white);
    margin-right: 12px;
    font-size: 1.1rem;
    text-decoration: none;
}
.social-icons-mobile a {
    margin-right: 0;
    margin-left: 12px;
}

/* Floating Action Buttons */
.floating-buttons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    display: flex;
    gap: 15px;
}
.fab-whatsapp, .fab-phone {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    text-decoration: none;
    transition: transform 0.2s;
}
.fab-whatsapp {
    background-color: #25D366;
    color: white;
}
.fab-phone {
    background-color: #ffffff;
    color: red;
}
.fab-phone i {
    color: red;
}
.fab-whatsapp:hover, .fab-phone:hover {
    transform: scale(1.1);
}

/* Mobile Media Queries */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }
    .hero-section {
        text-align: center;
    }
    .hero-section .btn {
        display: block;
        width: 100%;
        margin-bottom: 15px !important;
        margin-right: 0 !important;
    }
}
/* =========================================
   Modern Treatment Process UI
   ========================================= */

/* =========================================
   Modern Services Section UI
   ========================================= */
.service-card-modern {
    background: var(--white);
    border: 1px solid #e6f0fa;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 86, 179, 0.03);
    transition: all 0.35s ease;
}

.service-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-blue), var(--secondary-blue));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 86, 179, 0.1);
    border-color: #cce5ff;
}

.service-card-modern:hover::before {
    opacity: 1;
}

.service-icon-box {
    width: 75px;
    height: 75px;
    margin: 0 auto 22px;
    border-radius: 14px;
    background-color: var(--light-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--primary-blue);
    transition: all 0.3s ease;
    border: 1px solid #d0e4ff;
}

.service-card-modern:hover .service-icon-box {
    background-color: var(--primary-blue);
    color: var(--white);
    transform: scale(1.05);
}
/* =========================================
   Modern Why Choose Us & Tech Section UI
   ========================================= */
.why-choose-item {
    background: var(--white);
    border: 1px solid #e6f0fa;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 10px rgba(0, 86, 179, 0.02);
    transition: all 0.3s ease;
}

.why-choose-item:hover {
    transform: translateX(5px);
    border-color: var(--primary-blue);
    box-shadow: 0 6px 15px rgba(0, 86, 179, 0.08);
}

.why-choose-icon {
    width: 42px;
    height: 42px;
    background-color: var(--light-blue);
    color: var(--primary-blue);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-right: 15px;
    flex-shrink: 0;
    border: 1px solid #d0e4ff;
}

.tech-box-modern {
    background: var(--white);
    border: 1px solid #e6f0fa;
    padding: 20px;
    border-radius: 14px;
    font-weight: 600;
    color: var(--primary-blue);
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 86, 179, 0.03);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.tech-box-modern:hover {
    background-color: var(--light-blue);
    transform: translateY(-4px);
    border-color: var(--primary-blue);
    box-shadow: 0 8px 20px rgba(0, 86, 179, 0.08);
}

.tech-box-modern i {
    font-size: 1.4rem;
    color: var(--primary-blue);
}
/* =========================================
   Modern Connected Timeline Process UI
   ========================================= */
.process-wrapper {
    position: relative;
}

.process-step-modern {
    background: var(--white);
    border: 1px solid #e6f0fa;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 86, 179, 0.04);
    transition: all 0.35s ease;
    z-index: 2;
}

.process-step-modern:hover {
    transform: translateY(-8px);
    border-color: var(--primary-blue);
    box-shadow: 0 15px 30px rgba(0, 86, 179, 0.1);
}

.process-step-modern .step-number-pill {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-blue);
    color: var(--white);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: 0 4px 10px rgba(0, 86, 179, 0.3);
    border: 3px solid var(--white);
}

.process-icon-box {
    width: 65px;
    height: 65px;
    background-color: var(--light-blue);
    color: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin: 10px auto 18px;
    border: 1px solid #d0e4ff;
    transition: all 0.3s ease;
}

.process-step-modern:hover .process-icon-box {
    background-color: var(--primary-blue);
    color: var(--white);
    transform: scale(1.1);
}
/* =========================================
   Modern Results / CTA Banner UI
   ========================================= */
.results-banner-modern {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.results-banner-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 50px 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.results-banner-card .btn-light {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.results-banner-card .btn-light:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background-color: var(--light-blue);
}