/*
Theme Name: Twenty Twenty-Four Child - Health India
Description: Child theme for Health India Foundation Siddha Medicine site
Template: twentytwentyfour
Version: 1.0.0
*/

/* Paste ALL the previous CSS code HERE after the header comment */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Tamil:wght@400;500;700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');

:root {
    --primary-siddha-gold: #D4AF37;
    --secondary-siddha-orange: #FF6B35;
    --siddha-green: #28A745;
    --tamil-bg: #F8F9FA;
    --dark-text: #2C3E50;
    --light-gold: #F7EDE0;
}

body {
    font-family: 'Noto Sans Tamil', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.7;
    color: var(--dark-text);
}

.health-india-hero {
    background: linear-gradient(135deg, var(--primary-siddha-gold) 0%, var(--secondary-siddha-orange) 100%);
    color: white;
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

.health-india-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.health-india-hero h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.health-india-hero h6 {
    font-size: 1.2rem;
    font-weight: 500;
    opacity: 0.9;
    margin-bottom: 0.5rem;
}

.health-india-hero h5 {
    font-size: 1.4rem;
    font-weight: 300;
    max-width: 600px;
    margin-bottom: 2rem;
}

.btn-primary {
    background: var(--light-gold);
    color: var(--primary-siddha-gold);
    border: 2px solid var(--light-gold);
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary:hover {
    background: transparent;
    color: white;
    border-color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255,255,255,0.3);
}

.btn-outline-primary {
    border-color: var(--primary-siddha-gold);
    color: var(--primary-siddha-gold);
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 500;
}

.btn-outline-primary:hover {
    background: var(--primary-siddha-gold);
    color: white;
}

.health-india-welcome {
    padding: 100px 0;
}

.health-india-welcome h1 {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    color: var(--primary-siddha-gold);
    margin-bottom: 1rem;
}

.health-india-welcome h6 {
    color: var(--secondary-siddha-orange);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.health-india-welcome img {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    transition: transform 0.4s ease;
}

.health-india-welcome img:hover {
    transform: scale(1.02);
}

.health-india-services h2,
.health-india-values h2,
.health-india-research h2,
.health-india-doctor-profile h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--primary-siddha-gold);
    position: relative;
    margin-bottom: 3rem;
}

.health-india-services h2::after,
.health-india-values h2::after,
.health-india-research h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-siddha-gold), var(--secondary-siddha-orange));
    border-radius: 2px;
}

.health-india-services-grid .row > div {
    text-align: center;
    padding: 2rem;
    transition: all 0.3s ease;
    border-radius: 15px;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212,175,55,0.2);
}

.health-india-services-grid .row > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    background: white;
}

.health-india-services-grid h3 {
    color: var(--secondary-siddha-orange);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.health-india-tamil {
    background: linear-gradient(135deg, var(--light-gold) 0%, #FFF8E1 100%);
    padding: 80px 0;
}

.health-india-tamil h2 {
    font-family: 'Noto Sans Tamil', serif;
    font-size: 2.5rem;
    color: var(--primary-siddha-gold);
    margin-bottom: 2rem;
}

.health-india-tamil p {
    font-size: 1.3rem;
    font-family: 'Noto Sans Tamil', serif;
    max-width: 800px;
    margin: 0 auto 1rem;
    line-height: 1.8;
}

.health-india-doctors .col-lg-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem;
}

.health-india-doctors h3 {
    color: var(--siddha-green);
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.doctor-credentials {
    list-style: none;
    padding: 0;
}

.doctor-credentials li {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--primary-siddha-gold);
    background: rgba(212,175,55,0.1);
    padding: 10px 20px;
    border-radius: 25px;
    margin-bottom: 0.5rem;
}

.health-india-doctor-profile .list-group-item {
    border: none;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.health-india-doctor-profile h4 {
    color: var(--secondary-siddha-orange);
    margin-bottom: 0.5rem;
}

.health-india-news {
    padding: 80px 0;
    background: var(--tamil-bg);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .health-india-hero {
        padding: 80px 0 60px;
        text-align: center;
    }
    
    .health-india-hero h1 {
        margin-top: 1rem;
    }
    
    .health-india-welcome {
        padding: 60px 0;
    }
    
    .health-india-services-grid .row > div {
        margin-bottom: 2rem;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.health-india-services-grid .row > div,
.health-india-doctors .col-lg-4 {
    animation: fadeInUp 0.6s ease forwards;
}

.health-india-services-grid .row > div:nth-child(1) { animation-delay: 0.1s; }
.health-india-services-grid .row > div:nth-child(2) { animation-delay: 0.2s; }
.health-india-services-grid .row > div:nth-child(3) { animation-delay: 0.3s; }
.health-india-services-grid .row > div:nth-child(4) { animation-delay: 0.4s; }

/* Scroll reveal for hero */
.health-india-hero {
    animation: fadeInUp 1s ease-out;
}

/* Custom scrollbar for modern look */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--tamil-bg);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-siddha-gold);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-siddha-orange);
}

.logo-link img {
    transition: all 0.3s ease;
}

.logo-link img:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 12px 35px rgba(255,255,255,0.5);
}

/* Mobile menu toggle */
.navbar-toggler {
    border: none;
    padding: 0.5rem;
}

@media (max-width: 991px) {
    .site-header {
        padding: 0.75rem 0;
    }
    
    .logo-link img {
        max-height: 55px;
    }
}
/* ========================================
   HEALTH INDIA FOUNDATION - PREMIUM NAVBAR
   Gold/Orange Siddha Medicine Theme
======================================== */

/* Header Background */
.site-header {
    background: linear-gradient(135deg, #D4AF37 0%, #FF6B35 50%, #F39C12 100%);
    box-shadow: 0 8px 32px rgba(212, 175, 55, 0.4);
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 9999;
    backdrop-filter: blur(10px);
}

/* Logo */
.navbar-brand img {
    max-height: 65px;
    width: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(255,255,255,0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-brand:hover img {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 15px 40px rgba(255,255,255,0.5);
}

/* Main Navigation Links */
.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 12px 24px !important;
    margin: 0 8px;
    border-radius: 25px;
    border: 2px solid transparent;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    text-wrap: nowrap !important;
}

.navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s;
}

.navbar-nav .nav-link:hover::before {
    left: 100%;
}

.navbar-nav .nav-link:hover {
    color: #D4AF37 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.4);
    text-shadow: none;
}

/* Active Menu Item */
.navbar-nav .nav-link.active {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #D4AF37 !important;
    border-color: #D4AF37;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5);
}

/* Hamburger Toggle */
.navbar-toggler {
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.navbar-toggler:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(255,255,255,0.3);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* MOBILE MENU - FULL SCREEN OVERLAY */
@media (max-width: 991.98px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 320px;
        height: 100vh;
        background: linear-gradient(180deg, #D4AF37 0%, #FF6B35 100%);
        padding: 2rem 1.5rem;
        box-shadow: -10px 0 30px rgba(0,0,0,0.3);
        transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 9998;
        overflow-y: auto;
    }
    
    .navbar-collapse.show {
        right: 0;
    }
    
    .navbar-nav {
        flex-direction: column;
        align-items: stretch;
    }
    
    .navbar-nav .nav-link {
        margin: 10px 0 !important;
        padding: 18px 24px !important;
        font-size: 1.2rem;
        border-radius: 15px;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    
    .navbar-nav .nav-link:hover {
        transform: scale(1.02);
        box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    }
    
    /* Mobile backdrop */
    body.menu-open {
        overflow: hidden;
    }
    
    body.menu-open::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.5);
        z-index: 9997;
    }
}

/* DESKTOP ENHANCEMENTS */
@media (min-width: 992px) {
    .navbar-nav .nav-link {
        margin: 0 12px;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 14px 28px !important;
    }
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Animation delays for desktop menu */
.navbar-nav .nav-link:nth-child(1) { transition-delay: 0.1s; }
.navbar-nav .nav-link:nth-child(2) { transition-delay: 0.15s; }
.navbar-nav .nav-link:nth-child(3) { transition-delay: 0.2s; }
.navbar-nav .nav-link:nth-child(4) { transition-delay: 0.25s; }
.navbar-nav .nav-link:nth-child(5) { transition-delay: 0.3s; }

.health-india-hero .btn-primary {
    background: rgba(255,255,255,0.95);
    color: #D4AF37;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.health-india-hero .btn-primary:hover {
    background: #D4AF37;
    color: white;
    transform: translateY(-3px);
}

/* Header Styling */
.site-header{
    /*background:#e5cb0636;*/
    padding:4px 0;
    border-bottom:1px solid #eee;
}

/* Navbar alignment */
.navbar-nav{
    align-items:center;
}

/* Menu item spacing */
.navbar-nav li{
   /* margin-left:25px;*/
}

/* Menu links */
.navbar-nav li a{
    font-size:14px;
    font-weight:600;
    color:#0b3c5d;
    text-decoration:none;
    position:relative;
    transition:all .3s ease;
    padding:8px 0;
}

/* Hover effect */
.navbar-nav li a:hover{
    color:#1f8dd6;
}

/* underline animation */
.navbar-nav li a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-4px;
    width:0;
    height:2px;
    background:#1f8dd6;
    transition:width .3s ease;
}

.navbar-nav li a:hover::after{
    width:100%;
}

/* Active menu item */
.navbar-nav .current-menu-item a{
    color:#1f8dd6;
}

/* Mobile menu spacing */
@media (max-width:991px){
    .navbar-nav{
        margin-top:15px;
    }

    .navbar-nav li{
        margin-left:0;
        margin-bottom:10px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}