/* ========================================================
   Art Steel - Modern Luxury Layout Architecture (Header & Footer)
   Theme: Architectural Platinum & Steel Navy with Polished Bronze
   ======================================================== */

/* ========================================================
   1. EXECUTIVE TOPBAR
   ======================================================== */
.executive-topbar {
    background: #081726;
    border-bottom: 1px solid rgba(184, 142, 68, 0.2);
    padding: 7px 0;
    font-size: 0.82rem;
    color: #94a3b8;
    position: relative;
    z-index: 1001;
    white-space: nowrap;
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    white-space: nowrap;
}

.topbar-info-group {
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
}

.topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
}

.topbar-item:hover {
    color: #ffffff;
}

.topbar-item i {
    color: var(--primary);
    font-size: 0.82rem;
}

.topbar-phone-highlight strong {
    color: #ffffff;
    font-weight: 800;
    font-size: 0.88rem;
    letter-spacing: 0.5px;
}

.topbar-divider {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.15);
}

.topbar-actions-group {
    display: flex;
    align-items: center;
    gap: 14px;
}

.topbar-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #4ade80;
    font-weight: 700;
    font-size: 0.8rem;
    text-decoration: none;
    padding: 3px 12px;
    border-radius: 20px;
    background: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.3);
    transition: all 0.25s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.topbar-live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 0 6px #25d366;
    display: inline-block;
    animation: livePulse 2s infinite;
}

@keyframes livePulse {
    0% { transform: scale(0.9); opacity: 0.7; }
    50% { transform: scale(1.15); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.7; }
}

.topbar-whatsapp-btn:hover {
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.topbar-socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

.topbar-socials a {
    color: #94a3b8;
    font-size: 0.8rem;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.2s;
}

.topbar-socials a:hover {
    color: #ffffff;
    background: var(--primary);
    border-color: var(--primary);
}

.show-mobile {
    display: none !important;
}

/* ========================================================
   2. MAIN SITE HEADER & NAVIGATION (Corporate Architecture)
   ======================================================== */
.main-site-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(8, 24, 40, 0.96) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(184, 142, 68, 0.22);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 11px 0;
}

.main-site-header.is-scrolled {
    background: rgba(5, 17, 30, 0.98) !important;
    border-bottom: 1px solid rgba(184, 142, 68, 0.35);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5) !important;
    padding: 9px 0;
}

.main-site-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Brand Logo */
.brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
}

.brand-logo-img {
    height: 44px;
    width: 44px;
    object-fit: contain;
    border-radius: 10px;
    background: #091c30;
    border: 1.5px solid rgba(184, 142, 68, 0.45);
    padding: 3px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}

.brand-logo:hover .brand-logo-img {
    border-color: var(--primary);
    transform: scale(1.04);
    box-shadow: 0 0 16px rgba(184, 142, 68, 0.4);
}

.brand-text-block {
    display: flex;
    flex-direction: column;
}

.brand-name {
    font-size: 1.35rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: 0.3px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.brand-sub {
    font-size: 0.72rem;
    font-weight: 700;
    color: #dfb265;
    letter-spacing: 0.2px;
    margin-top: 1px;
}

/* Nav Links (Corporate Typography) */
.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 26px;
    align-items: center;
}

.nav-links li a {
    position: relative;
    display: inline-block;
    padding: 8px 0;
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 700;
    transition: color 0.22s ease;
}

.nav-links li a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2.5px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: 2px;
    transition: width 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-links li a:hover {
    color: #ffffff;
}

.nav-links li a:hover::after,
.nav-links li a.active::after {
    width: 100%;
}

.nav-links li a.active {
    color: #ffffff;
}

/* Header CTAs */
.header-cta-group {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.header-phone-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(184, 142, 68, 0.25);
    transition: all 0.25s ease;
}

.phone-link-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(184, 142, 68, 0.18);
    color: #dfb265;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.88rem;
    flex-shrink: 0;
}

.phone-link-meta {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.phone-link-label {
    font-size: 0.68rem;
    color: #94a3b8;
    font-weight: 600;
}

.phone-link-number {
    font-size: 0.88rem;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.15;
}

.header-phone-link:hover {
    border-color: rgba(184, 142, 68, 0.6);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.header-quote-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 800;
    transition: all 0.3s;
    box-shadow: 0 4px 14px rgba(184, 142, 68, 0.25);
}

.header-quote-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(184, 142, 68, 0.35);
    background: linear-gradient(135deg, #c59b4f 0%, #a87d37 100%);
    color: #ffffff;
}

.header-quote-btn i {
    font-size: 0.82rem;
    transition: transform 0.25s ease;
}

.header-quote-btn:hover i {
    transform: translateX(-3px);
}

/* Mobile Quick Call Button */
.mobile-quick-call {
    display: none;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(184, 142, 68, 0.35);
    color: #dfb265;
    align-items: center;
    justify-content: center;
    font-size: 0.92rem;
    text-decoration: none;
    transition: all 0.2s;
}

.mobile-quick-call:hover,
.mobile-quick-call:active {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-color: var(--primary);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(184, 142, 68, 0.35);
}

/* Mobile Hamburger Menu Button */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4.5px;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    cursor: pointer;
    padding: 8px;
    transition: all 0.25s ease;
}

.mobile-menu-btn:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(184, 142, 68, 0.4);
}

.hamburger-bar {
    width: 20px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: block;
}

.mobile-menu-btn.active .hamburger-bar:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
}

.mobile-menu-btn.active .hamburger-bar:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active .hamburger-bar:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
}

/* ========================================================
   2B. EXECUTIVE MOBILE OFFCANVAS DRAWER
   ======================================================== */
.mobile-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(12, 35, 60, 0.65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 99998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.mobile-drawer-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.mobile-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 88%;
    max-width: 340px;
    height: 100vh;
    background: #ffffff;
    z-index: 99999;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

.mobile-drawer.active {
    right: 0;
}

.drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(15, 39, 66, 0.08);
    background: #f8fafc;
}

.drawer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.drawer-logo-img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid rgba(184, 142, 68, 0.4);
    background: #ffffff;
    padding: 2px;
}

.drawer-brand-name {
    font-size: 1.15rem;
    font-weight: 900;
    color: var(--navy-deep);
    display: block;
    line-height: 1.2;
}

.drawer-brand-sub {
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--primary-dark);
}

.drawer-close-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(15, 39, 66, 0.06);
    border: none;
    color: var(--navy-deep);
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.drawer-close-btn:hover {
    background: rgba(184, 142, 68, 0.15);
    color: var(--primary-dark);
}

.drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.drawer-quick-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.drawer-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 8px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.84rem;
    text-decoration: none;
    transition: all 0.2s;
}

.drawer-action-btn.phone {
    background: rgba(15, 39, 66, 0.07);
    color: var(--navy-deep);
}

.drawer-action-btn.whatsapp {
    background: rgba(37, 211, 102, 0.15);
    color: #16a34a;
}

.drawer-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.drawer-nav-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.92rem;
    color: #1e293b;
    text-decoration: none;
    background: #f8fafc;
    border: 1px solid rgba(15, 39, 66, 0.05);
    transition: all 0.2s;
}

.drawer-nav-list li a .nav-item-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.drawer-nav-list li a .nav-item-content i {
    color: var(--primary);
    width: 20px;
    text-align: center;
    font-size: 0.92rem;
}

.drawer-nav-list li a .nav-arrow {
    font-size: 0.75rem;
    color: #94a3b8;
    transition: transform 0.2s;
}

.drawer-nav-list li a:hover,
.drawer-nav-list li a.active {
    background: rgba(184, 142, 68, 0.1);
    border-color: rgba(184, 142, 68, 0.3);
    color: var(--primary-dark);
}

.drawer-nav-list li a:hover .nav-arrow {
    transform: translateX(-4px);
    color: var(--primary-dark);
}

.drawer-footer-info {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(15, 39, 66, 0.08);
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.78rem;
    color: #64748b;
}

.drawer-info-row {
    display: flex;
    align-items: center;
    gap: 7px;
}

.drawer-info-row i {
    color: var(--primary);
    font-size: 0.8rem;
}

.drawer-social-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}

.drawer-social-row a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.82rem;
    transition: all 0.2s;
}

.drawer-social-row a:hover {
    background: var(--primary);
    color: #ffffff;
}

/* ========================================================
   3. LUXURY MAIN FOOTER (Multi-Tone Steel Navy & Champagne Bronze)
   With Pure CSS Architectural Animated Background Effects
   ======================================================== */
.luxury-main-footer {
    position: relative;
    background: radial-gradient(circle at 50% 0%, #0d2847 0%, #081a2f 45%, #05101e 100%);
    border-top: 2px solid transparent;
    border-image: linear-gradient(90deg, transparent 5%, var(--primary) 25%, #f6deb3 50%, var(--primary) 75%, transparent 95%) 1;
    color: #cbd5e1;
    padding-top: 0;
    overflow: hidden;
    z-index: 1;
}

/* 3A. ANIMATED AMBIENT BACKGROUND EFFECTS */
.footer-ambient-effects {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

/* Architectural Grid with slow movement */
.footer-mesh-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(184, 142, 68, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(184, 142, 68, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.7;
    animation: footerGridDrift 40s linear infinite;
}

@keyframes footerGridDrift {
    0% { background-position: 0 0; }
    100% { background-position: 42px 84px; }
}

/* Luminous Ambient Glowing Orbs */
.footer-ambient-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.orb-gold {
    top: -120px;
    right: 12%;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(184, 142, 68, 0.16) 0%, rgba(184, 142, 68, 0.03) 50%, transparent 70%);
    filter: blur(65px);
    animation: orbFloatGold 16s ease-in-out infinite alternate;
}

.orb-steel {
    bottom: -150px;
    left: 8%;
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(30, 88, 155, 0.18) 0%, rgba(12, 35, 60, 0.05) 55%, transparent 75%);
    filter: blur(75px);
    animation: orbFloatSteel 20s ease-in-out infinite alternate;
}

@keyframes orbFloatGold {
    0% { transform: translate(0, 0) scale(0.95); opacity: 0.65; }
    50% { transform: translate(-40px, 35px) scale(1.1); opacity: 0.9; }
    100% { transform: translate(25px, -20px) scale(0.98); opacity: 0.75; }
}

@keyframes orbFloatSteel {
    0% { transform: translate(0, 0) scale(1); opacity: 0.7; }
    50% { transform: translate(50px, -45px) scale(1.15); opacity: 0.95; }
    100% { transform: translate(-30px, 25px) scale(1.02); opacity: 0.8; }
}

/* Floating Steel Sparkles / Embers */
.footer-sparkle {
    position: absolute;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 10px #ffffff, 0 0 18px var(--primary);
    pointer-events: none;
}

.sparkle-1 {
    width: 3px;
    height: 3px;
    right: 25%;
    bottom: 20%;
    animation: sparkleFloat1 9s ease-in-out infinite;
}

.sparkle-2 {
    width: 4px;
    height: 4px;
    right: 65%;
    bottom: 35%;
    animation: sparkleFloat2 12s ease-in-out infinite 2s;
}

.sparkle-3 {
    width: 2.5px;
    height: 2.5px;
    right: 45%;
    bottom: 15%;
    animation: sparkleFloat1 11s ease-in-out infinite 4s;
}

.sparkle-4 {
    width: 3.5px;
    height: 3.5px;
    right: 85%;
    bottom: 25%;
    animation: sparkleFloat2 14s ease-in-out infinite 1s;
}

.sparkle-5 {
    width: 3px;
    height: 3px;
    right: 15%;
    bottom: 45%;
    animation: sparkleFloat1 10s ease-in-out infinite 3s;
}

@keyframes sparkleFloat1 {
    0% { transform: translateY(0) scale(0.5); opacity: 0; }
    25% { opacity: 0.9; transform: translateY(-40px) scale(1.2); }
    50% { opacity: 0.5; transform: translateY(-80px) scale(0.8); }
    75% { opacity: 0.85; transform: translateY(-120px) scale(1.1); }
    100% { transform: translateY(-160px) scale(0.4); opacity: 0; }
}

@keyframes sparkleFloat2 {
    0% { transform: translateY(0) scale(0.6); opacity: 0; }
    30% { opacity: 0.8; transform: translateY(-50px) scale(1.1); }
    60% { opacity: 0.4; transform: translateY(-90px) scale(0.7); }
    85% { opacity: 0.75; transform: translateY(-135px) scale(1); }
    100% { transform: translateY(-175px) scale(0.3); opacity: 0; }
}

/* 3B. PRE-FOOTER ACTION BANNER */
.pre-footer-banner {
    padding: 48px 0;
    background: linear-gradient(135deg, rgba(13, 39, 68, 0.95) 0%, rgba(21, 56, 95, 0.95) 100%);
    border-bottom: 1px solid rgba(184, 142, 68, 0.22);
    position: relative;
    z-index: 2;
    color: #ffffff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.pre-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.pre-footer-content {
    max-width: 680px;
}

.pre-footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    border-radius: 20px;
    background: rgba(184, 142, 68, 0.16);
    border: 1px solid rgba(184, 142, 68, 0.35);
    color: #f1d7a3;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.pre-footer-badge i {
    color: var(--primary);
}

.pre-footer-title {
    font-size: 1.65rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.35;
    margin-bottom: 8px;
    letter-spacing: -0.2px;
}

.pre-footer-desc {
    font-size: 0.98rem;
    color: #cbd5e1;
    line-height: 1.65;
    margin: 0;
}

.pre-footer-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-prefooter-quote {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 26px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 18px rgba(184, 142, 68, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.btn-prefooter-quote:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(184, 142, 68, 0.5);
    background: linear-gradient(135deg, #c99f52 0%, #a47a33 100%);
    color: #ffffff;
}

.btn-prefooter-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 22px;
    border-radius: 12px;
    background: #25d366;
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.35);
}

.btn-prefooter-whatsapp:hover {
    background: #1eb956;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
}

/* 3C. MAIN 4 FOOTER COLUMNS GRID */
.footer-columns-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 0.95fr 1.35fr;
    gap: 45px;
    padding: 70px 0 50px;
    position: relative;
    z-index: 2;
}

/* Col 1: Brand */
.footer-col-about {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.footer-logo-img {
    height: 48px;
    width: 48px;
    object-fit: contain;
    border-radius: 12px;
    background: #ffffff;
    border: 1.5px solid var(--primary);
    padding: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s;
}

.footer-brand-logo:hover .footer-logo-img {
    transform: scale(1.05);
}

.footer-brand-name {
    font-size: 1.4rem;
    font-weight: 900;
    color: #ffffff;
    display: block;
    line-height: 1.15;
}

.footer-brand-tagline {
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--primary);
    display: block;
    margin-top: 2px;
}

.footer-about-text {
    font-size: 0.93rem;
    color: #94a3b8;
    line-height: 1.85;
    margin: 0;
}

/* Trust Badges / Chips */
.footer-trust-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(184, 142, 68, 0.28);
    font-size: 0.78rem;
    color: #e2e8f0;
    font-weight: 600;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: all 0.25s ease;
}

.trust-chip:hover {
    background: rgba(184, 142, 68, 0.14);
    border-color: var(--primary);
    color: #ffffff;
    transform: translateY(-2px);
}

.trust-chip i {
    color: var(--primary);
    font-size: 0.85rem;
}

/* Social Row */
.footer-social-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.footer-social-btn {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #cbd5e1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.footer-social-btn:hover {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: #ffffff;
    border-color: var(--primary);
    transform: translateY(-3px) scale(1.06);
    box-shadow: 0 6px 20px rgba(184, 142, 68, 0.35);
}

.footer-social-btn.whatsapp:hover {
    background: #25d366;
    border-color: #25d366;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

/* Col 2 & 3: Nav Lists */
.footer-col-heading {
    font-size: 1.16rem;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 10px;
    text-align: right;
    letter-spacing: 0.2px;
}

.footer-col-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 38px;
    height: 2.5px;
    background: linear-gradient(90deg, var(--primary) 0%, rgba(184, 142, 68, 0.2) 100%);
    border-radius: 2px;
}

.footer-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-nav-list li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.93rem;
    font-weight: 600;
    padding: 4px 0;
    transition: all 0.22s ease;
}

.footer-nav-list li a i {
    font-size: 0.72rem;
    color: var(--primary);
    transition: transform 0.22s ease;
}

.footer-nav-list li a:hover {
    color: #ffffff;
    transform: translateX(-5px);
}

.footer-nav-list li a:hover i {
    transform: translateX(-3px);
    color: #f1d7a3;
}

.footer-all-services-link {
    margin-top: 6px;
    padding: 8px 14px !important;
    border-radius: 9px;
    background: rgba(184, 142, 68, 0.12);
    border: 1px solid rgba(184, 142, 68, 0.3);
    color: #f1d7a3 !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.footer-all-services-link:hover {
    background: var(--primary) !important;
    color: #ffffff !important;
    border-color: var(--primary) !important;
    transform: translateX(-4px) !important;
    box-shadow: 0 4px 16px rgba(184, 142, 68, 0.3);
}

/* Col 4: Contact Cards (Frosted Glassmorphism Architecture) */
.footer-contact-cards {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.footer-contact-card {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 12px 16px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    text-decoration: none;
    color: #cbd5e1;
    transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.footer-contact-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(184, 142, 68, 0.45);
    color: #ffffff;
    transform: translateX(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22), 0 0 14px rgba(184, 142, 68, 0.12);
}

.footer-card-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(184, 142, 68, 0.16);
    border: 1px solid rgba(184, 142, 68, 0.3);
    color: #f1d7a3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    flex-shrink: 0;
    transition: transform 0.25s;
}

.footer-contact-card:hover .footer-card-icon {
    transform: scale(1.08);
}

.footer-contact-card.whatsapp .footer-card-icon {
    background: rgba(37, 211, 102, 0.16);
    border-color: rgba(37, 211, 102, 0.35);
    color: #4ade80;
}

.footer-contact-card.location .footer-card-icon {
    background: rgba(56, 189, 248, 0.14);
    border-color: rgba(56, 189, 248, 0.3);
    color: #38bdf8;
}

.footer-contact-card.hours .footer-card-icon {
    background: rgba(251, 191, 36, 0.14);
    border-color: rgba(251, 191, 36, 0.3);
    color: #fbbf24;
}

.footer-card-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.footer-card-text .label {
    font-size: 0.72rem;
    color: #94a3b8;
    font-weight: 600;
}

.footer-card-text .value {
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.4;
}

.footer-contact-card .card-arrow {
    margin-right: auto;
    font-size: 0.78rem;
    color: #64748b;
    transition: all 0.25s ease;
}

.footer-contact-card:hover .card-arrow {
    color: var(--primary);
    transform: translateX(-3px);
}

/* 3D. SUB-FOOTER / COPYRIGHT BAR */
.sub-footer-bar {
    border-top: 1px solid rgba(184, 142, 68, 0.18);
    background: #050f1c;
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

.sub-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.copyright-text {
    font-size: 0.88rem;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0;
}

.copyright-text strong {
    color: #f1d7a3;
    font-weight: 700;
}

.sub-footer-separator {
    color: rgba(184, 142, 68, 0.4);
}

.made-with {
    color: #64748b;
    font-size: 0.82rem;
}

.back-to-top-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(184, 142, 68, 0.25);
    color: #cbd5e1;
    font-size: 0.86rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.28s ease;
}

.back-to-top-btn i {
    font-size: 0.8rem;
    transition: transform 0.25s ease;
}

.back-to-top-btn:hover {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: #ffffff;
    border-color: var(--primary);
    box-shadow: 0 4px 16px rgba(184, 142, 68, 0.35);
    transform: translateY(-2px);
}

.back-to-top-btn:hover i {
    transform: translateY(-3px);
}