/* ==========================================================================
   Astrologer Pt. Nakul Shastri - Flawless Responsive Dark Maroon & Gold Theme
   ========================================================================== */

:root {
    --bg-dark: #140504;
    --bg-card: #200806;
    --bg-card-hover: #2d0b08;
    --bg-nav: rgba(20, 5, 4, 0.96);
    
    --primary-orange: #ff6600;
    --primary-red: #d92600;
    --gold-accent: #dfa94b;
    --gold-light: #fbe2a7;
    --gold-bright: #ffd700;
    --gold-gradient: linear-gradient(135deg, #ffd700 0%, #ff6600 50%, #d92600 100%);
    
    --whatsapp-green: #25d366;
    --whatsapp-hover: #1eb956;
    
    --text-light: #fdfaf6;
    --text-muted: #c9b8b5;
    --text-gold: #fbe2a7;
    
    --border-glow: rgba(255, 102, 0, 0.35);
    --border-glow-bright: rgba(255, 153, 0, 0.7);
    
    --font-heading: 'Cinzel', serif;
    --font-hindi: 'Rozha One', serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;

    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-full: 9999px;
    
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* --- Base & Reset --- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: var(--font-body);
    background-color: var(--bg-dark);
    color: var(--text-light);
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

#star-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--text-light);
}

a {
    color: inherit;
    text-decoration: none;
}

.text-center {
    text-align: center;
}

/* --- Glowing Buttons --- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 20px;
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 700;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: var(--transition);
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.btn-call-glow {
    background: linear-gradient(135deg, #ff4500 0%, #ff6600 50%, #cc3300 100%);
    color: #ffffff;
    border: 1px solid #ff9966;
    box-shadow: 0 0 16px rgba(255, 69, 0, 0.55), inset 0 1px 1px rgba(255, 255, 255, 0.4);
}

.btn-call-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 26px rgba(255, 69, 0, 0.8), inset 0 1px 1px rgba(255, 255, 255, 0.6);
    filter: brightness(1.1);
}

.btn-wa-glow {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #ffffff;
    border: 1px solid #7bf6a8;
    box-shadow: 0 0 16px rgba(37, 211, 102, 0.55), inset 0 1px 1px rgba(255, 255, 255, 0.4);
}

.btn-wa-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 26px rgba(37, 211, 102, 0.8), inset 0 1px 1px rgba(255, 255, 255, 0.6);
    filter: brightness(1.1);
}

.btn-hero-call {
    background: linear-gradient(135deg, #ff5500 0%, #d92600 100%);
    color: #ffffff;
    padding: 13px 28px;
    font-size: 0.98rem;
    border: 1.5px solid #ffaa66;
    box-shadow: 0 0 22px rgba(255, 85, 0, 0.6);
}

.btn-hero-call:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 32px rgba(255, 85, 0, 0.9);
}

.btn-hero-wa {
    background: linear-gradient(135deg, #25d366 0%, #0e6b5e 100%);
    color: #ffffff;
    padding: 13px 28px;
    font-size: 0.98rem;
    border: 1.5px solid #82fbc0;
    box-shadow: 0 0 22px rgba(37, 211, 102, 0.6);
}

.btn-hero-wa:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 32px rgba(37, 211, 102, 0.9);
}

.btn-lg { padding: 13px 30px; font-size: 0.98rem; }
.btn-sm { padding: 7px 15px; font-size: 0.8rem; }
.btn-full { width: 100%; }

/* ==========================================================================
   Top Announcement Bar (Scrolls away naturally)
   ========================================================================== */
.top-bar {
    position: relative;
    z-index: 1006;
    background: #090202;
    border-bottom: 1px solid rgba(255, 102, 0, 0.25);
    padding: 7px 0;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.top-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.top-bar-left {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--gold-light);
    font-weight: 700;
    white-space: nowrap;
}

.live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--whatsapp-green);
    box-shadow: 0 0 8px var(--whatsapp-green);
    animation: pulseDot 1.5s infinite;
}

@keyframes pulseDot {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.6; }
}

.top-bar-center {
    color: var(--gold-bright);
    font-weight: 600;
    letter-spacing: 0.8px;
    white-space: nowrap;
}

.top-phone {
    color: var(--gold-light);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    transition: var(--transition);
}

.top-phone:hover {
    color: var(--primary-orange);
}

/* ==========================================================================
   Header Navbar (Dynamic Sticky Header on Scroll)
   ========================================================================== */
.navbar-wrapper {
    position: relative;
    z-index: 1005;
    width: 100%;
}

.navbar {
    position: relative;
    width: 100%;
    z-index: 1005;
    background: var(--bg-nav);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-glow);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
    transition: background 0.3s, box-shadow 0.3s;
}

.navbar.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1005;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.95);
    animation: slideNavDown 0.3s ease;
}

@keyframes slideNavDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 12px;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 1;
    min-width: 0;
}

.logo-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2.5px solid var(--primary-orange);
    box-shadow: 0 0 14px rgba(255, 102, 0, 0.6);
    overflow: hidden;
    flex-shrink: 0;
    transition: var(--transition);
}

.logo-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo-text {
    min-width: 0;
    overflow: hidden;
}

.logo-title {
    display: block;
    font-family: var(--font-heading);
    font-size: clamp(0.88rem, 2vw, 1.1rem);
    font-weight: 800;
    color: var(--gold-bright);
    letter-spacing: 0.5px;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logo-sub {
    display: block;
    font-size: 0.7rem;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* Capsule Pill Badge in Navbar */
.nav-capsule-badge {
    background: rgba(35, 10, 8, 0.85);
    border: 1px solid rgba(255, 102, 0, 0.4);
    border-radius: 30px;
    padding: 5px 16px;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 0 0 12px rgba(255, 102, 0, 0.15);
}

.capsule-title {
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--gold-bright);
    letter-spacing: 0.8px;
}

.capsule-pills {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 2px;
}

.pill-item {
    font-size: 0.65rem;
    color: var(--text-muted);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 3px;
}

.pill-item i {
    color: var(--primary-orange);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    z-index: 1010;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1015;
    margin-left: 6px;
}

.hamburger span {
    width: 100%;
    height: 2.5px;
    background-color: var(--gold-bright);
    border-radius: 2px;
    transition: var(--transition);
}

/* Nav Links Sub-bar (Desktop Bar / Mobile Dropdown) */
.nav-links-bar {
    background: rgba(14, 3, 2, 0.95);
    border-top: 1px solid rgba(255, 102, 0, 0.15);
    border-bottom: 1px solid rgba(255, 102, 0, 0.25);
    padding: 7px 0;
    transition: var(--transition);
}

.nav-links-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.nav-link {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-muted);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav-link:hover, .nav-link.active {
    color: var(--gold-bright);
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

/* Sub-Navbar Marquee Ribbon (Scrolls away naturally) */
.ticker-ribbon {
    background: linear-gradient(90deg, #990000 0%, #cc2900 50%, #990000 100%);
    color: #ffffff;
    overflow: hidden;
    padding: 7px 0;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.8px;
    border-bottom: 1px solid var(--primary-orange);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 10;
    margin-top: 0;
}

.ticker-track {
    display: flex;
    gap: 30px;
    width: max-content;
    white-space: nowrap;
    animation: marqueeTicker 20s linear infinite;
}

.ticker-track:hover {
    animation-play-state: paused;
}

.ticker-track span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

@keyframes marqueeTicker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero {
    position: relative;
    padding: 50px 0 70px 0;
    min-height: auto;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at 30% 40%, rgba(85, 15, 8, 0.75) 0%, rgba(20, 5, 4, 0.98) 75%);
    overflow: hidden;
}

.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

/* Animated Spiritual Ring Background */
.spiritual-ring-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    height: 650px;
    pointer-events: none;
    z-index: 0;
    opacity: 0.22;
}

.ring-circle {
    position: absolute;
    border-radius: 50%;
}

.outer-ring {
    width: 100%;
    height: 100%;
    border: 2px dashed #ff7700;
    box-shadow: 0 0 40px rgba(255, 119, 0, 0.4);
    animation: rotateSpiritualRing 70s linear infinite;
}

.inner-ring {
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    border: 1.5px solid #ffd700;
    box-shadow: inset 0 0 30px rgba(255, 215, 0, 0.3), 0 0 30px rgba(255, 215, 0, 0.3);
    animation: rotateSpiritualRingRev 45s linear infinite;
}

.ring-center-om {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6rem;
    color: var(--gold-bright);
    text-shadow: 0 0 30px var(--primary-orange);
    animation: omPulse 4s ease-in-out infinite;
}

@keyframes rotateSpiritualRing {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes rotateSpiritualRingRev {
    0% { transform: rotate(360deg); }
    100% { transform: rotate(0deg); }
}

@keyframes omPulse {
    0%, 100% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.1); }
}

.hero-container {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 35px;
    align-items: center;
    z-index: 1;
}

.hero-tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    background: rgba(255, 102, 0, 0.15);
    border: 1px solid var(--primary-orange);
    border-radius: var(--radius-full);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--gold-bright);
    margin-bottom: 12px;
}

.hero-hindi-sub {
    font-family: var(--font-hindi);
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    color: var(--primary-orange);
    margin-bottom: 8px;
}

.hero-title {
    font-size: clamp(2rem, 4.5vw, 3.3rem);
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 18px;
    color: #ffffff;
}

.highlight-title {
    background: linear-gradient(180deg, #ffffff 0%, var(--gold-light) 50%, var(--gold-bright) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 20px rgba(255, 102, 0, 0.4);
}

.hero-desc {
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
    color: var(--text-muted);
    margin-bottom: 30px;
    max-width: 580px;
}

.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 102, 0, 0.2);
}

.trust-badge-item {
    font-size: 0.8rem;
    color: var(--text-light);
    background: rgba(40, 10, 8, 0.6);
    border: 1px solid rgba(255, 102, 0, 0.3);
    padding: 5px 12px;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    gap: 6px;
}

.trust-badge-item i {
    color: var(--primary-orange);
}

/* Side Hero Carousel Slider */
.side-hero-card {
    position: relative;
    border-radius: 18px;
    padding: 6px;
    background: linear-gradient(135deg, #ff6600 0%, #800000 100%);
    box-shadow: 0 0 30px rgba(255, 102, 0, 0.4);
    width: 100%;
}

.side-card-frame {
    background: var(--bg-card);
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.hero-slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 100%;
}

.hero-slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slide-img-wrapper {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slide-overlay-badge {
    position: absolute;
    top: 12px;
    padding: 5px 12px;
    background: rgba(15, 3, 2, 0.85);
    border: 1px solid var(--primary-orange);
    border-radius: 20px;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--gold-bright);
    backdrop-filter: blur(6px);
}

.slide-overlay-badge.top-left { left: 12px; }
.slide-overlay-badge.top-right { right: 12px; }

.slide-bottom-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px 16px 16px 16px;
    background: linear-gradient(to top, rgba(10, 2, 2, 0.98) 0%, rgba(10, 2, 2, 0.7) 65%, transparent 100%);
}

.slide-hindi-tag {
    display: block;
    font-family: var(--font-hindi);
    font-size: 0.88rem;
    color: var(--primary-orange);
    margin-bottom: 2px;
}

.slide-title {
    font-size: clamp(1.1rem, 2.5vw, 1.35rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 6px;
}

.slide-status {
    font-size: 0.78rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 6px;
}

.green-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--whatsapp-green);
    box-shadow: 0 0 6px var(--whatsapp-green);
    flex-shrink: 0;
}

.side-hero-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    background: #100302;
    border-top: 1px solid rgba(255, 102, 0, 0.2);
}

.side-nav-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 102, 0, 0.15);
    border: 1px solid var(--primary-orange);
    color: var(--gold-bright);
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-nav-btn:hover {
    background: var(--primary-orange);
    color: #ffffff;
    box-shadow: 0 0 10px var(--primary-orange);
}

.hero-dots {
    display: flex;
    gap: 6px;
}

.h-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 102, 0, 0.3);
    cursor: pointer;
    transition: var(--transition);
}

.h-dot.active {
    width: 22px;
    border-radius: 5px;
    background: var(--gold-bright);
}

/* ==========================================================================
   About Section
   ========================================================================== */
.about-section {
    padding: 70px 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 45px;
    align-items: center;
}

.about-img-frame {
    position: relative;
    border-radius: 18px;
    padding: 6px;
    background: linear-gradient(135deg, #ff6600 0%, #200806 100%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

.about-img {
    width: 100%;
    height: 420px;
    object-fit: fill;
    border-radius: 12px;
    display: block;
}

.about-experience-badge {
    position: absolute;
    bottom: -15px;
    right: 15px;
    background: var(--bg-card);
    border: 1px solid var(--primary-orange);
    border-radius: var(--radius-md);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}

.badge-icon { font-size: 1.4rem; color: var(--primary-orange); }
.badge-text { font-family: var(--font-heading); font-size: 0.85rem; font-weight: 700; color: var(--gold-bright); }

.section-tag {
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--primary-orange);
    letter-spacing: 1.8px;
    margin-bottom: 6px;
}

.section-title-gold {
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    font-weight: 800;
    margin-bottom: 12px;
    background: linear-gradient(180deg, #ffffff 0%, var(--gold-light) 50%, var(--gold-bright) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-lead { font-size: 1.05rem; color: var(--gold-light); font-weight: 600; margin-bottom: 14px; }
.about-text { font-size: 0.95rem; color: var(--text-muted); margin-bottom: 16px; }

.about-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 25px; }
.feature-item { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; color: var(--text-light); }
.feature-item i { color: var(--primary-orange); }
.about-cta { display: flex; flex-wrap: wrap; gap: 14px; }

/* ==========================================================================
   Services Section (Matching Reference Image #2 layout with Shiny Card Hover)
   ========================================================================== */
.services-section {
    padding: 70px 0;
    background: rgba(12, 3, 2, 0.7);
    border-top: 1px solid rgba(255, 102, 0, 0.2);
    border-bottom: 1px solid rgba(255, 102, 0, 0.2);
}

.header-hindi-tag {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--primary-orange);
    letter-spacing: 1.2px;
    margin-bottom: 4px;
}

.hindi-main-title {
    font-family: var(--font-hindi);
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--gold-bright);
    margin-bottom: 4px;
}

.section-subtitle {
    font-size: clamp(0.9rem, 1.8vw, 1.05rem);
    color: var(--text-muted);
    max-width: 650px;
    margin: 0 auto 40px auto;
}

/* Service Image Grid */
.services-image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.service-img-card {
    position: relative;
    height: 360px;
    border-radius: 16px;
    overflow: hidden;
    border: 1.5px solid rgba(255, 102, 0, 0.4);
    background: var(--bg-card);
    transition: var(--transition);
}

/* Shiny Shimmer Hover Effect */
.service-img-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -70%;
    width: 40%;
    height: 200%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    transform: rotate(25deg);
    pointer-events: none;
    z-index: 5;
    transition: none;
}

.service-img-card:hover::after {
    left: 140%;
    transition: all 0.8s ease-in-out;
}

.service-img-card:hover {
    transform: translateY(-6px);
    border-color: var(--gold-bright);
    box-shadow: 0 0 25px rgba(255, 102, 0, 0.5);
}

.card-num {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(12, 3, 2, 0.85);
    border: 1px solid var(--primary-orange);
    color: var(--gold-bright);
    font-size: 0.78rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.card-bg-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
    transition: transform 0.6s ease;
}

.service-img-card:hover .card-bg-img {
    transform: scale(1.08);
}

.card-content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px 14px 16px 14px;
    background: linear-gradient(to top, rgba(12, 3, 2, 0.98) 0%, rgba(12, 3, 2, 0.75) 70%, transparent 100%);
    z-index: 2;
}

.card-hindi-label {
    display: block;
    font-family: var(--font-hindi);
    font-size: 0.88rem;
    color: var(--primary-orange);
    margin-bottom: 2px;
}

.card-main-title {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.3;
}

.card-action-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--gold-bright);
    transition: var(--transition);
}

.card-action-link:hover {
    color: #ffffff;
    transform: translateX(3px);
}

/* ==========================================================================
   Why Choose Us Section (3 Cards in a Row Layout)
   ========================================================================== */
.why-section { padding: 70px 0; }

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.why-card {
    background: var(--bg-card);
    border: 1px solid rgba(255, 102, 0, 0.3);
    border-radius: var(--radius-md);
    padding: 24px;
    position: relative;
    transition: var(--transition);
}

.why-card:hover {
    transform: translateY(-4px);
    border-color: var(--gold-bright);
    box-shadow: 0 0 20px rgba(255, 102, 0, 0.3);
}

.why-number {
    position: absolute;
    top: 12px;
    right: 16px;
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 800;
    color: rgba(255, 102, 0, 0.15);
}

.why-icon { font-size: 1.6rem; color: var(--primary-orange); margin-bottom: 12px; }
.why-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 6px; }
.why-card p { font-size: 0.88rem; color: var(--text-muted); }

/* ==========================================================================
   Awards Section Carousel
   ========================================================================== */
.awards-section {
    padding: 70px 0;
    background: rgba(14, 3, 2, 0.85);
}

.carousel-wrapper {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
    padding: 0 40px;
}

.carousel-container {
    overflow: hidden;
    border-radius: 16px;
    border: 1.5px solid var(--border-glow);
    background: var(--bg-card);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.carousel-slide { min-width: 100%; box-sizing: border-box; }

.award-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
}

.award-img-box {
    width: 100%;
    max-height: 420px;
    overflow: hidden;
    border-radius: 10px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.award-img { width: 100%; max-height: 420px; object-fit: contain; }

.award-caption { padding: 14px 10px 6px 10px; text-align: center; }
.award-caption h3 { font-size: 1.15rem; font-weight: 700; color: var(--gold-bright); margin-bottom: 4px; }
.award-caption p { font-size: 0.85rem; color: var(--text-muted); }

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--bg-card);
    border: 1px solid var(--primary-orange);
    color: var(--gold-bright);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: var(--transition);
}

.carousel-nav:hover { background: var(--primary-orange); color: #ffffff; }
.prev-btn { left: 0; }
.next-btn { right: 0; }

.carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255, 102, 0, 0.3); cursor: pointer; transition: var(--transition); }
.dot.active { width: 24px; border-radius: 5px; background: var(--gold-bright); }

/* ==========================================================================
   Testimonials Slider (3 Cards Desktop / 2 Tablet / 1 Mobile + Autoplay)
   ========================================================================== */
.testimonials-section { padding: 70px 0; }

.testi-slider-wrapper {
    position: relative;
    padding: 0 40px;
}

.testi-slider-container {
    overflow: hidden;
    width: 100%;
}

.testi-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.testi-card {
    flex: 0 0 calc((100% - 40px) / 3);
    box-sizing: border-box;
    background: var(--bg-card);
    border: 1px solid rgba(255, 102, 0, 0.3);
    border-radius: 14px;
    padding: 24px;
    transition: var(--transition);
}

.testi-card:hover {
    border-color: var(--gold-bright);
    box-shadow: 0 0 20px rgba(255, 102, 0, 0.3);
}

.stars { color: var(--gold-bright); margin-bottom: 10px; font-size: 0.85rem; }
.testi-text { font-size: 0.88rem; color: var(--text-light); font-style: italic; margin-bottom: 16px; line-height: 1.5; }

.client-info { display: flex; align-items: center; gap: 10px; }
.client-avatar { width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 102, 0, 0.15); color: var(--primary-orange); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; }
.client-name { font-size: 0.9rem; font-weight: 700; }
.client-service { font-size: 0.75rem; color: var(--primary-orange); }

.testi-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--bg-card);
    border: 1px solid var(--primary-orange);
    color: var(--gold-bright);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: var(--transition);
}

.testi-nav:hover { background: var(--primary-orange); color: #ffffff; }
.testi-nav.prev { left: 0; }
.testi-nav.next { right: 0; }

.testi-dots { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }

/* ==========================================================================
   CTA Banner, FAQ & Contact
   ========================================================================== */
.cta-banner {
    padding: 60px 0;
    background: linear-gradient(135deg, #400a06 0%, #140504 100%);
    border-top: 1px solid var(--primary-orange);
    border-bottom: 1px solid var(--primary-orange);
}

.cta-symbol { font-size: 2rem; color: var(--gold-bright); margin-bottom: 8px; }
.cta-title { font-size: clamp(1.5rem, 3.5vw, 2.2rem); font-weight: 800; margin-bottom: 10px; }
.cta-subtitle { font-size: 0.95rem; color: var(--text-muted); margin-bottom: 25px; }
.cta-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }

/* FAQ */
.faq-section { padding: 70px 0; }
.accordion { max-width: 850px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.accordion-item { background: var(--bg-card); border: 1px solid rgba(255, 102, 0, 0.3); border-radius: 10px; overflow: hidden; }
.accordion-header { width: 100%; padding: 16px 20px; background: transparent; border: none; display: flex; justify-content: space-between; align-items: center; color: var(--text-light); font-family: var(--font-body); font-size: 0.95rem; font-weight: 700; text-align: left; cursor: pointer; }
.accordion-header:hover { color: var(--gold-bright); }
.accordion-icon { color: var(--primary-orange); transition: transform 0.3s; }
.accordion-item.active .accordion-icon { transform: rotate(180deg); }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; padding: 0 20px; }
.accordion-item.active .accordion-content { padding: 0 20px 16px 20px; }
.accordion-content p { font-size: 0.88rem; color: var(--text-muted); }

/* Contact */
.contact-section { padding: 70px 0; background: rgba(14, 3, 2, 0.7); }
.contact-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-card-list { display: flex; flex-direction: column; gap: 14px; margin-top: 20px; }
.contact-card-item { background: var(--bg-card); border: 1px solid rgba(255, 102, 0, 0.3); border-radius: 10px; padding: 16px 18px; display: flex; align-items: center; gap: 14px; }
.contact-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 102, 0, 0.15); color: var(--primary-orange); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.contact-icon.wa-bg { background: rgba(37, 211, 102, 0.15); color: var(--whatsapp-green); }
.contact-label { display: block; font-size: 0.75rem; color: var(--text-muted); text-transform: uppercase; }
.contact-value { font-size: 0.98rem; font-weight: 700; color: #ffffff; }

.form-box { background: var(--bg-card); border: 1.5px solid var(--border-glow); border-radius: 16px; padding: 30px; }
.form-box h3 { font-size: 1.35rem; font-weight: 800; margin-bottom: 4px; }
.form-box p { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 18px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 600; margin-bottom: 4px; color: var(--text-light); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 10px 12px; background: #0c0202; border: 1px solid rgba(255, 102, 0, 0.3); border-radius: var(--radius-sm); color: #ffffff; font-family: var(--font-body); font-size: 0.88rem; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--primary-orange); box-shadow: 0 0 8px rgba(255, 102, 0, 0.3); }

/* Footer */
.site-footer { background: #080101; border-top: 1px solid rgba(255, 102, 0, 0.25); padding: 60px 0 20px 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 30px; margin-bottom: 35px; }
.footer-about { font-size: 0.85rem; color: var(--text-muted); margin-top: 12px; }
.footer-col h4 { font-size: 0.95rem; font-weight: 700; color: var(--gold-bright); margin-bottom: 14px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.footer-links a { font-size: 0.85rem; color: var(--text-muted); }
.footer-links a:hover { color: var(--gold-bright); }
.footer-contact-info p { font-size: 0.88rem; margin-bottom: 6px; }
.footer-contact-info i { color: var(--primary-orange); margin-right: 6px; }
.footer-bottom { border-top: 1px solid rgba(255, 102, 0, 0.15); padding-top: 18px; font-size: 0.82rem; color: var(--text-muted); }

/* ==========================================================================
   Sticky Mobile Action Bar & Dual Floating Action Buttons
   ========================================================================== */
.sticky-mobile-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
    background: #100302;
    border-top: 1px solid var(--primary-orange);
    padding: 8px 12px;
    gap: 10px;
}

.mobile-cta-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px;
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 700;
}

.mobile-cta-btn.btn-call {
    background: linear-gradient(135deg, #ff4500 0%, #cc2900 100%);
    color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 69, 0, 0.5);
}

.mobile-cta-btn.btn-wa {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #ffffff;
    box-shadow: 0 0 15px rgba(37, 211, 102, 0.5);
}

/* Dual Floating Action Buttons (Desktop Only) */
.floating-buttons-container {
    position: fixed;
    bottom: 25px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 990;
}

.floating-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #ffffff;
    transition: var(--transition);
}

.floating-call {
    background: linear-gradient(135deg, #ff4500 0%, #ff6600 100%);
    box-shadow: 0 0 18px rgba(255, 69, 0, 0.6);
}

.floating-wa {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    box-shadow: 0 0 18px rgba(37, 211, 102, 0.6);
}

.floating-btn:hover {
    transform: scale(1.1);
}

/* ==========================================================================
   Responsive Breakpoints & Mobile Header Overlay Fix
   ========================================================================== */
@media (max-width: 1200px) {
    .services-image-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 992px) {
    .nav-capsule-badge { display: none; }
    .hero-container { grid-template-columns: 1fr; gap: 40px; }
    .side-hero-card { max-width: 600px; margin: 0 auto; }
    .slide-img-wrapper { height: 350px; }
    .about-grid, .contact-wrapper { grid-template-columns: 1fr; gap: 35px; }
    .about-img { height: 350px; }
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .testi-card { flex: 0 0 calc((100% - 20px) / 2); }
}

@media (max-width: 768px) {
    .top-bar-center { display: none; }
    
    .nav-container { padding-top: 6px; padding-bottom: 6px; }
    .logo-avatar { width: 50px; height: 50px; }
    
    .nav-actions { gap: 6px; }
    .nav-actions .btn { padding: 6px 12px; font-size: 0.75rem; }
    .nav-actions .btn .btn-text { display: inline-block; }

    /* MOBILE MENU DROPDOWN UNFOLDS DIRECTLY BELOW NAVBAR (TOP: 100%) */
    .nav-links-bar {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(14, 3, 2, 0.98);
        backdrop-filter: blur(18px);
        clip-path: circle(0% at 100% 0);
        transition: clip-path 0.4s ease;
        padding: 24px 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.9);
        border-bottom: 2px solid var(--primary-orange);
        z-index: 1000;
    }

    .nav-links-container { flex-direction: column; align-items: center; gap: 20px; }
    .nav-links-bar.open { clip-path: circle(140% at 100% 0); }
    .hamburger { display: flex; }

    .hero { padding: 40px 0 60px 0; }
    .hero-cta-group { flex-direction: column; }
    .hero-cta-group .btn { width: 100%; }

    .services-image-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .service-img-card { height: 300px; }

    .testi-card { flex: 0 0 100%; }
    .testi-slider-wrapper { padding: 0 10px; }
    .testi-nav { display: none; }

    .carousel-wrapper { padding: 0 10px; }
    .carousel-nav { display: none; }

    .sticky-mobile-cta { display: flex; }

    /* HIDE SIDE FLOATING BUTTONS ON MOBILE */
    .floating-buttons-container { display: none !important; }

    .footer-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
    body { padding-bottom: 60px; }
}

@media (max-width: 576px) {
    .why-grid { grid-template-columns: 1fr; }
    .services-image-grid { grid-template-columns: 1fr; }
    .service-img-card { height: 280px; }

    .footer-grid { grid-template-columns: 1fr; }
    .top-bar-left { font-size: 0.72rem; }
    .top-phone { font-size: 0.72rem; }
}

@media (max-width: 480px) {
    .nav-actions .btn .btn-text { display: none; }
    .nav-actions .btn { padding: 8px 10px; border-radius: 50%; }
}
