/* Styles from index.html */

        :root {
            --primary: #1a3c6e;
            --accent: #e8a020;
            --dark: #0d1f3c;
            --light-bg: #f5f7fc;
            --text-muted-custom: #6c7a92;
        }

        * {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Poppins', sans-serif;
            color: #333;
            overflow-x: hidden;
        }

        /* ── Navbar ── */
        .navbar {
            background: #fff;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
            padding: 14px 0;
            transition: all 0.3s;
            z-index: 1050;
        }

        .navbar.scrolled {
            padding: 8px 0;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);
        }

        .navbar-brand {
            font-family: 'Playfair Display', serif;
            font-size: 1.6rem;
            color: var(--primary) !important;
            letter-spacing: 1px;
        }

        .navbar-brand span {
            color: var(--accent);
        }

        .nav-link {
            font-size: 0.88rem;
            font-weight: 500;
            color: #444 !important;
            letter-spacing: 0.5px;
            padding: 6px 14px !important;
            transition: color 0.2s;
        }

        .nav-link:hover,
        .nav-link.active {
            color: var(--accent) !important;
        }

        .dropdown-menu {
            border: none;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }

        .dropdown-item {
            font-size: 0.85rem;
            padding: 8px 20px;
        }

        .dropdown-item:hover {
            background: var(--light-bg);
            color: var(--primary);
        }

        /* ── Hero ── */
        html {
            scroll-behavior: smooth;
            scroll-padding-top: 90px;
        }

        body {
            font-family: 'Poppins', sans-serif;
            color: #333;
            overflow-x: hidden;
            padding-top: 80px;
        }

        /* Fixed Navbar */
        .navbar {
            background: #fff;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
            padding: 14px 0;
            transition: all 0.3s;
            z-index: 1050;
        }

        /* Hero Section */
        #hero {
            padding: 120px 0 60px;
            background: linear-gradient(135deg,
                    var(--dark) 0%,
                    var(--primary) 60%,
                    #2260b0 100%);
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            padding-top: 40px;
        }

        /* Particle Canvas */
        #hero-canvas {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            pointer-events: auto;
        }

        /* Hero Content above canvas */
        #hero .container {
            position: relative;
            z-index: 2;
        }

        /* Fix Hero Circle */
        #hero::before {
            content: '';
            position: absolute;
            width: 600px;
            height: 600px;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 50%;
            top: -200px;
            right: -150px;
            z-index: 0;
        }

        #hero::after {
            content: '';
            position: absolute;
            width: 400px;
            height: 400px;
            background: rgba(232, 160, 32, 0.08);
            border-radius: 50%;
            bottom: -100px;
            left: -100px;
            z-index: 0;
        }

        /* Anchor Offset Fix */
        #hero,
        #about,
        #services,
        #portfolio,
        #contact,
        #counters {
            scroll-margin-top: 90px;
        }

        /* Mobile Fix */
        @media (max-width: 991px) {
            body {
                padding-top: 70px;
            }

            #hero {
                min-height: auto;
                padding-top: 60px;
                padding-bottom: 60px;
                text-align: center;
            }

            #hero p {
                margin: 0 auto 1.5rem;
            }

            .hero-visual {
                margin-top: 3rem;
            }

            .about-badge {
                left: 10px;
            }

            .navbar-collapse {
                background: white;
                padding: 15px;
                margin-top: 10px;
                border-radius: 10px;
                box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
            }
        }

        @media (max-width: 575px) {
            .hero-stat {
                border-left: none;
                border-top: 1px solid rgba(255, 255, 255, 0.12);
            }

            #hero h1 {
                font-size: 2rem;
            }
        }

        #hero h1 span {
            color: var(--accent);
        }

        #hero p {
            color: rgba(255, 255, 255, 0.75);
            font-size: 1.05rem;
            line-height: 1.8;
            max-width: 520px;
        }

        .btn-hero-primary {
            background: var(--accent);
            color: #fff;
            border: none;
            padding: 13px 34px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.9rem;
            letter-spacing: 0.5px;
            transition: all 0.3s;
        }

        .btn-hero-primary:hover {
            background: #c8891a;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(232, 160, 32, 0.4);
        }

        .btn-hero-outline {
            background: transparent;
            color: #fff;
            border: 2px solid rgba(255, 255, 255, 0.4);
            padding: 13px 34px;
            border-radius: 50px;
            font-weight: 500;
            font-size: 0.9rem;
            transition: all 0.3s;
        }

        .btn-hero-outline:hover {
            border-color: #fff;
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
        }

        .hero-stat {
            text-align: center;
            padding: 20px;
            border-left: 1px solid rgba(255, 255, 255, 0.12);
        }

        .hero-stat:first-child {
            border-left: none;
        }

        .hero-stat .number {
            font-size: 2rem;
            font-weight: 700;
            color: var(--accent);
            line-height: 1;
        }

        .hero-stat .label {
            font-size: 0.78rem;
            color: rgba(255, 255, 255, 0.6);
            margin-top: 4px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .hero-visual {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            padding: 2.5rem;
            backdrop-filter: blur(10px);
        }

        .hero-icon-box {
            background: rgba(255, 255, 255, 0.07);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 14px;
            padding: 1.2rem;
            text-align: center;
            transition: all 0.3s;
        }

        .hero-icon-box:hover {
            background: rgba(255, 255, 255, 0.12);
            transform: translateY(-4px);
        }

        .hero-icon-box i {
            font-size: 2rem;
            color: var(--accent);
        }

        .hero-icon-box p {
            color: rgba(255, 255, 255, 0.8);
            font-size: 0.78rem;
            margin: 0;
            margin-top: 8px;
        }

        .hero-tag {
            color: var(--accent);
        }

        /* ── Section Titles ── */
        .section-subtitle {
            font-size: 0.78rem;
            font-weight: 600;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            color: var(--accent);
            display: block;
            margin-bottom: 0.5rem;
        }

        .section-title {
            font-family: 'Playfair Display', serif;
            font-size: clamp(1.6rem, 3vw, 2.4rem);
            color: var(--dark);
            line-height: 1.3;
        }

        .section-divider {
            width: 50px;
            height: 3px;
            background: var(--accent);
            border-radius: 2px;
            margin: 1rem 0 1.5rem;
        }

        /* ── About ── */
        #about {
            padding: 100px 0;
            background: #fff;
        }

        .about-img-wrapper {
            position: relative;
            border-radius: 18px;
            overflow: hidden;
        }

        .about-img-wrapper img {
            width: 100%;
            object-fit: cover;
            border-radius: 18px;
            box-shadow: 20px 20px 60px rgba(26, 60, 110, 0.15);
        }

        .about-badge {
            position: absolute;
            bottom: 25px;
            left: -20px;
            background: var(--primary);
            color: #fff;
            padding: 15px 22px;
            border-radius: 14px;
            box-shadow: 0 8px 30px rgba(26, 60, 110, 0.3);
            font-size: 0.82rem;
        }

        .about-badge strong {
            display: block;
            font-size: 1.5rem;
            color: var(--accent);
        }

        /* ── Services ── */
        #services {
            padding: 100px 0;
            background: var(--light-bg);
        }

        .service-card {
            background: #fff;
            border-radius: 16px;
            padding: 2rem;
            height: 100%;
            border: 1px solid #eef0f8;
            transition: all 0.35s;
            position: relative;
            overflow: hidden;
        }

        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--primary), var(--accent));
            transform: scaleX(0);
            transition: transform 0.35s;
        }

        .service-card:hover {
            box-shadow: 0 20px 50px rgba(26, 60, 110, 0.1);
            transform: translateY(-6px);
            border-color: transparent;
        }

        .service-card:hover::before {
            transform: scaleX(1);
        }

        .service-icon {
            width: 58px;
            height: 58px;
            border-radius: 14px;
            background: var(--light-bg);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.2rem;
            transition: all 0.3s;
        }

        .service-card:hover .service-icon {
            background: var(--primary);
        }

        .service-icon i {
            font-size: 1.5rem;
            color: var(--primary);
            transition: color 0.3s;
        }

        .service-card:hover .service-icon i {
            color: #fff;
        }

        .service-card h5 {
            font-size: 1.05rem;
            font-weight: 600;
            color: var(--dark);
            margin-bottom: 0.6rem;
        }

        .service-card p {
            font-size: 0.87rem;
            color: var(--text-muted-custom);
            line-height: 1.75;
            margin: 0;
        }

        /* ── Portfolio ── */
        #portfolio {
            padding: 100px 0;
            background: #fff;
        }

        .portfolio-item {
            position: relative;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        }

        .portfolio-item img {
            width: 100%;
            height: 220px;
            object-fit: cover;
            display: block;
            transition: transform 0.45s;
        }

        .portfolio-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(13, 31, 60, 0.95), rgba(26, 60, 110, 0.5), transparent);
            opacity: 0;
            transition: opacity 0.35s;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 1.4rem;
        }

        .portfolio-item:hover img {
            transform: scale(1.07);
        }

        .portfolio-item:hover .portfolio-overlay {
            opacity: 1;
        }

        .portfolio-overlay h6 {
            color: #fff;
            font-weight: 600;
            margin: 0;
            font-size: 0.95rem;
        }

        .portfolio-overlay span {
            color: var(--accent);
            font-size: 0.78rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .portfolio-overlay .overlay-icon {
            position: absolute;
            top: 1rem;
            right: 1rem;
            width: 36px;
            height: 36px;
            background: var(--accent);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

        /* ── Counter Section ── */
        #counters {
            padding: 80px 0;
            background: linear-gradient(135deg, var(--dark), var(--primary));
        }

        .counter-card {
            text-align: center;
            padding: 1rem;
        }

        .counter-card .count {
            font-size: 3rem;
            font-weight: 700;
            color: var(--accent);
            line-height: 1;
        }

        .counter-card p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.9rem;
            margin-top: 6px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* ── Contact ── */
        #contact {
            padding: 100px 0;
            background: var(--light-bg);
        }

        .contact-info-card {
            background: #fff;
            border-radius: 16px;
            padding: 2rem;
            box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
            margin-bottom: 1.5rem;
            display: flex;
            align-items: flex-start;
            gap: 1.2rem;
        }

        .contact-icon {
            width: 50px;
            height: 50px;
            min-width: 50px;
            border-radius: 12px;
            background: var(--primary);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .contact-icon i {
            font-size: 1.3rem;
            color: #fff;
        }

        .contact-info-card h6 {
            font-weight: 600;
            color: var(--dark);
            margin-bottom: 3px;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .contact-info-card p {
            margin: 0;
            color: var(--text-muted-custom);
            font-size: 0.9rem;
            line-height: 1.6;
        }

        .contact-form-card {
            background: #fff;
            border-radius: 16px;
            padding: 2.5rem;
            box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
        }

        .form-control {
            border: 1.5px solid #e5e9f2;
            border-radius: 10px;
            padding: 12px 16px;
            font-size: 0.9rem;
            transition: border-color 0.2s;
        }

        .form-control:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(26, 60, 110, 0.1);
        }

        .btn-send {
            background: var(--primary);
            color: #fff;
            border: none;
            padding: 13px 36px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.9rem;
            transition: all 0.3s;
        }

        .btn-send:hover {
            background: var(--dark);
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(26, 60, 110, 0.35);
        }

        .map-wrapper {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
        }

        /* ── Footer ── */
        footer {
            background: var(--dark);
            color: rgba(255, 255, 255, 0.7);
            padding: 60px 0 30px;
        }

        footer .brand {
            font-family: 'Playfair Display', serif;
            font-size: 1.6rem;
            color: #fff;
        }

        footer .brand span {
            color: var(--accent);
        }

        footer h6 {
            color: #fff;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            font-size: 0.82rem;
            margin-bottom: 1rem;
        }

        footer a {
            color: rgba(255, 255, 255, 0.65);
            text-decoration: none;
            font-size: 0.88rem;
            transition: color 0.2s;
            display: block;
            margin-bottom: 8px;
        }

        footer a:hover {
            color: var(--accent);
        }

        .social-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            border: 1.5px solid rgba(255, 255, 255, 0.2);
            color: rgba(255, 255, 255, 0.7) !important;
            font-size: 0.9rem;
            transition: all 0.3s;
            margin-right: 8px;
        }

        .social-btn:hover {
            background: var(--accent);
            border-color: var(--accent);
            color: #fff !important;
            transform: translateY(-3px);
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            margin-top: 40px;
            padding-top: 24px;
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.45);
        }

        .back-to-top {
            width: 44px;
            height: 44px;
            background: var(--accent);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s;
            border: none;
        }

        .back-to-top:hover {
            background: #c8891a;
            transform: translateY(-3px);
        }

        /* ── Animations ── */
        .fade-up {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .fade-up.visible {
            opacity: 1;
            transform: translateY(0);
        }

        @media (max-width: 991px) {
            #hero {
                padding: 120px 0 60px;
                text-align: center;
            }

            #hero p {
                margin: 0 auto 1.5rem;
            }

            .hero-visual {
                margin-top: 3rem;
            }

            .about-badge {
                left: 10px;
            }
        }

        @media (max-width: 575px) {
            .hero-stat {
                border-left: none;
                border-top: 1px solid rgba(255, 255, 255, 0.12);
            }
        }
    
/* Styles from plament-calls-in-pune.html */

        :root {
            --primary: #1a3c6e;
            --accent: #e8a020;
            --dark: #0d1f3c;
            --light-bg: #f5f7fc;
            --text-muted-custom: #6c7a92;
            --success: #25d366;
            --success-dark: #128c7e;
            --whatsapp: #25d366;
        }

        * {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Poppins', sans-serif;
            color: #333;
            overflow-x: hidden;
            padding-top: 80px;
        }

        /* ── Navbar ── */
        .navbar {
            background: #fff;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
            padding: 14px 0;
            transition: all 0.3s;
            z-index: 1050;
        }

        .navbar.scrolled {
            padding: 8px 0;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);
        }

        .navbar-brand {
            font-family: 'Playfair Display', serif;
            font-size: 1.6rem;
            color: var(--primary) !important;
            letter-spacing: 1px;
        }

        .navbar-brand span {
            color: var(--accent);
        }

        .nav-link {
            font-size: 0.88rem;
            font-weight: 500;
            color: #444 !important;
            letter-spacing: 0.5px;
            padding: 6px 14px !important;
            transition: color 0.2s;
        }

        .nav-link:hover,
        .nav-link.active {
            color: var(--accent) !important;
        }

        .dropdown-menu {
            border: none;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }

        .dropdown-item {
            font-size: 0.85rem;
            padding: 8px 20px;
        }

        .dropdown-item:hover {
            background: var(--light-bg);
            color: var(--primary);
        }

        /* ── Page Header ── */
        .page-header {
            background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 60%, #2260b0 100%);
            padding: 80px 0 60px;
            position: relative;
            overflow: hidden;
        }

        .page-header::before {
            content: '';
            position: absolute;
            width: 500px;
            height: 500px;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 50%;
            top: -150px;
            right: -100px;
        }

        .page-header::after {
            content: '';
            position: absolute;
            width: 300px;
            height: 300px;
            background: rgba(232, 160, 32, 0.08);
            border-radius: 50%;
            bottom: -80px;
            left: -80px;
        }

        .page-header h1 {
            font-family: 'Playfair Display', serif;
            color: #fff;
            font-size: clamp(2rem, 4vw, 3rem);
            position: relative;
            z-index: 2;
        }

        .page-header p {
            color: rgba(255, 255, 255, 0.75);
            max-width: 600px;
            position: relative;
            z-index: 2;
        }

        .breadcrumb-nav {
            position: relative;
            z-index: 2;
        }

        .breadcrumb-nav a {
            color: rgba(255, 255, 255, 0.6);
            text-decoration: none;
            font-size: 0.85rem;
            transition: color 0.2s;
        }

        .breadcrumb-nav a:hover {
            color: var(--accent);
        }

        .breadcrumb-nav span {
            color: rgba(255, 255, 255, 0.4);
            font-size: 0.85rem;
        }

        /* ── WhatsApp CTA Banner ── */
        .whatsapp-banner {
            background: linear-gradient(135deg, #075e54, #128c7e);
            padding: 40px 0;
            position: relative;
            overflow: hidden;
        }

        .whatsapp-banner::before {
            content: '';
            position: absolute;
            width: 300px;
            height: 300px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
            top: -100px;
            right: -50px;
        }

        .whatsapp-banner h3 {
            font-family: 'Playfair Display', serif;
            color: #fff;
            font-size: 1.8rem;
            margin-bottom: 0.5rem;
        }

        .whatsapp-banner p {
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 0;
        }

        .btn-whatsapp {
            background: #25d366;
            color: #fff;
            border: none;
            padding: 14px 32px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
        }

        .btn-whatsapp:hover {
            background: #128c7e;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
        }

        .btn-whatsapp i {
            font-size: 1.4rem;
        }

        .whatsapp-number {
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.7);
            margin-top: 0.5rem;
        }

        /* ── Section Titles ── */
        .section-subtitle {
            font-size: 0.78rem;
            font-weight: 600;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            color: var(--accent);
            display: block;
            margin-bottom: 0.5rem;
        }

        .section-title {
            font-family: 'Playfair Display', serif;
            font-size: clamp(1.6rem, 3vw, 2.4rem);
            color: var(--dark);
            line-height: 1.3;
        }

        .section-divider {
            width: 50px;
            height: 3px;
            background: var(--accent);
            border-radius: 2px;
            margin: 1rem 0 1.5rem;
        }

        /* ── Filter Bar ── */
        .filter-bar {
            background: #fff;
            border-radius: 16px;
            padding: 1.5rem 2rem;
            box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
            margin-bottom: 2rem;
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            align-items: center;
        }

        .filter-bar .filter-group {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .filter-bar label {
            font-size: 0.85rem;
            font-weight: 500;
            color: var(--dark);
            margin-bottom: 0;
            white-space: nowrap;
        }

        .filter-bar .form-select,
        .filter-bar .form-control {
            border: 1.5px solid #e5e9f2;
            border-radius: 10px;
            padding: 10px 14px;
            font-size: 0.85rem;
            min-width: 180px;
        }

        .filter-bar .form-select:focus,
        .filter-bar .form-control:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(26, 60, 110, 0.1);
        }

        .btn-filter {
            background: var(--primary);
            color: #fff;
            border: none;
            padding: 10px 24px;
            border-radius: 10px;
            font-weight: 500;
            font-size: 0.85rem;
            transition: all 0.3s;
        }

        .btn-filter:hover {
            background: var(--dark);
        }

        .btn-reset {
            background: transparent;
            color: var(--text-muted-custom);
            border: 1.5px solid #e5e9f2;
            padding: 10px 24px;
            border-radius: 10px;
            font-weight: 500;
            font-size: 0.85rem;
            transition: all 0.3s;
        }

        .btn-reset:hover {
            border-color: var(--primary);
            color: var(--primary);
        }

        /* ── Call Cards ── */
        .call-card {
            background: #fff;
            border-radius: 16px;
            padding: 0;
            box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
            border: 1px solid #eef0f8;
            transition: all 0.35s;
            overflow: hidden;
            height: 100%;
        }

        .call-card:hover {
            box-shadow: 0 20px 50px rgba(26, 60, 110, 0.1);
            transform: translateY(-6px);
            border-color: transparent;
        }

        .call-card .card-header {
            background: linear-gradient(135deg, var(--primary), var(--dark));
            padding: 1.2rem 1.5rem;
            color: #fff;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .call-card .card-header h5 {
            font-size: 1rem;
            font-weight: 600;
            margin: 0;
        }

        .call-card .card-header .company-badge {
            background: rgba(255, 255, 255, 0.15);
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 500;
        }

        .call-card .card-body {
            padding: 1.5rem;
        }

        .call-card .detail-row {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-bottom: 0.75rem;
            font-size: 0.87rem;
            color: var(--text-muted-custom);
        }

        .call-card .detail-row i {
            color: var(--primary);
            font-size: 1rem;
            width: 20px;
            text-align: center;
        }

        .call-card .detail-row strong {
            color: var(--dark);
            font-weight: 600;
        }

        .call-card .tags {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem;
            margin: 1rem 0;
        }

        .call-card .tag {
            background: var(--light-bg);
            color: var(--primary);
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 500;
        }

        .call-card .card-footer {
            padding: 1rem 1.5rem;
            border-top: 1px solid #eef0f8;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .call-card .status-badge {
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
        }

        .status-open {
            background: #e8f5e9;
            color: #28a745;
        }

        .status-closed {
            background: #f8d7da;
            color: #dc3545;
        }

        .status-upcoming {
            background: #fff3cd;
            color: #856404;
        }

        .btn-apply {
            background: var(--accent);
            color: #fff;
            border: none;
            padding: 8px 24px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.85rem;
            transition: all 0.3s;
        }

        .btn-apply:hover {
            background: #c8891a;
            color: #fff;
            transform: translateY(-2px);
        }

        .btn-apply:disabled {
            background: #ccc;
            cursor: not-allowed;
            transform: none;
        }

        /* ── Premium Badge ── */
        .premium-badge {
            position: absolute;
            top: 12px;
            right: 12px;
            background: linear-gradient(135deg, #ffd700, #ffaa00);
            color: #fff;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            z-index: 10;
            box-shadow: 0 4px 15px rgba(255, 170, 0, 0.3);
        }

        .call-card-wrapper {
            position: relative;
        }

        /* ── Upcoming Drives ── */
        #upcoming {
            padding: 80px 0;
            background: var(--light-bg);
        }

        .drive-card {
            background: #fff;
            border-radius: 16px;
            padding: 1.5rem;
            box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
            border: 1px solid #eef0f8;
            transition: all 0.35s;
            display: flex;
            align-items: flex-start;
            gap: 1.2rem;
        }

        .drive-card:hover {
            box-shadow: 0 15px 40px rgba(26, 60, 110, 0.08);
            transform: translateY(-4px);
        }

        .drive-date {
            min-width: 70px;
            text-align: center;
            background: var(--primary);
            color: #fff;
            border-radius: 12px;
            padding: 0.8rem 0.5rem;
        }

        .drive-date .day {
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 1;
            display: block;
        }

        .drive-date .month {
            font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .drive-info h5 {
            font-size: 1rem;
            font-weight: 600;
            color: var(--dark);
            margin-bottom: 0.3rem;
        }

        .drive-info p {
            font-size: 0.85rem;
            color: var(--text-muted-custom);
            margin: 0;
            line-height: 1.6;
        }

        .drive-info .meta {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            margin-top: 0.5rem;
            font-size: 0.8rem;
            color: var(--text-muted-custom);
        }

        .drive-info .meta i {
            color: var(--accent);
            margin-right: 4px;
        }

        /* ── How It Works ── */
        #how-it-works {
            padding: 80px 0;
            background: #fff;
        }

        .step-card {
            background: var(--light-bg);
            border-radius: 16px;
            padding: 2rem;
            height: 100%;
            text-align: center;
            position: relative;
            border: 1px solid #eef0f8;
            transition: all 0.35s;
        }

        .step-card:hover {
            background: #fff;
            box-shadow: 0 15px 40px rgba(26, 60, 110, 0.08);
            transform: translateY(-4px);
        }

        .step-number-circle {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: var(--primary);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1.3rem;
            margin: 0 auto 1.2rem;
        }

        .step-card h5 {
            font-size: 1.05rem;
            font-weight: 600;
            color: var(--dark);
            margin-bottom: 0.6rem;
        }

        .step-card p {
            font-size: 0.87rem;
            color: var(--text-muted-custom);
            line-height: 1.75;
            margin: 0;
        }

        .whatsapp-step {
            background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
            border-color: #a5d6a7;
        }

        .whatsapp-step .step-number-circle {
            background: #25d366;
        }

        /* ── Stats ── */
        .stats-section {
            background: linear-gradient(135deg, var(--dark), var(--primary));
            padding: 60px 0;
        }

        .stats-section .stat-item {
            text-align: center;
            color: #fff;
        }

        .stats-section .stat-item .number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--accent);
            line-height: 1;
        }

        .stats-section .stat-item .label {
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.7);
            margin-top: 6px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* ── Floating WhatsApp Button ── */
        .float-whatsapp {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 60px;
            height: 60px;
            background: #25d366;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
            z-index: 9999;
            transition: all 0.3s;
            text-decoration: none;
            animation: pulse 2s infinite;
        }

        .float-whatsapp:hover {
            background: #128c7e;
            color: #fff;
            transform: scale(1.1);
        }

        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
            }

            70% {
                box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
            }
        }

        /* ── Footer ── */
        footer {
            background: var(--dark);
            color: rgba(255, 255, 255, 0.7);
            padding: 60px 0 30px;
        }

        footer .brand {
            font-family: 'Playfair Display', serif;
            font-size: 1.6rem;
            color: #fff;
        }

        footer .brand span {
            color: var(--accent);
        }

        footer h6 {
            color: #fff;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            font-size: 0.82rem;
            margin-bottom: 1rem;
        }

        footer a {
            color: rgba(255, 255, 255, 0.65);
            text-decoration: none;
            font-size: 0.88rem;
            transition: color 0.2s;
            display: block;
            margin-bottom: 8px;
        }

        footer a:hover {
            color: var(--accent);
        }

        .social-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            border: 1.5px solid rgba(255, 255, 255, 0.2);
            color: rgba(255, 255, 255, 0.7) !important;
            font-size: 0.9rem;
            transition: all 0.3s;
            margin-right: 8px;
        }

        .social-btn:hover {
            background: var(--accent);
            border-color: var(--accent);
            color: #fff !important;
            transform: translateY(-3px);
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            margin-top: 40px;
            padding-top: 24px;
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.45);
        }

        .back-to-top {
            width: 44px;
            height: 44px;
            background: var(--accent);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s;
            border: none;
        }

        .back-to-top:hover {
            background: #c8891a;
            transform: translateY(-3px);
        }

        /* ── Animations ── */
        .fade-up {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .fade-up.visible {
            opacity: 1;
            transform: translateY(0);
        }

        @media (max-width: 991px) {
            .filter-bar {
                flex-direction: column;
                align-items: stretch;
            }

            .filter-bar .filter-group {
                width: 100%;
            }

            .filter-bar .form-select,
            .filter-bar .form-control {
                width: 100%;
            }

            .whatsapp-banner {
                text-align: center;
            }

            .whatsapp-banner .btn-whatsapp {
                margin-top: 1rem;
            }
        }
    