/* Affa Interiors Main Luxury Stylesheet */
@import url('variables.css');

html {
    background-color: var(--color-bg-deep);
    overflow-x: hidden;
}

body {
    background-color: var(--color-bg-base);
    color: var(--color-text-body);
    font-family: var(--font-sans);
    overflow-x: hidden;
    line-height: 1.6;
}

a, button, [role="button"], input, textarea, select {
    touch-action: manipulation;
}

p {
    margin-bottom: 18px;
}
p:last-child {
    margin-bottom: 0;
}

/* ----------------------------------------------------
   1. AESTHETICS & LAYOUT CORE UTILITIES
---------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    color: var(--color-text-title);
    font-family: var(--font-serif);
    font-weight: 400;
    letter-spacing: 1px;
}

.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 var(--space-md);
    position: relative;
}

.section {
    padding: 100px 6%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 992px) {
    .section {
        padding: 80px 5%;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 60px 20px;
    }
}

.page-banner {
    padding-top: calc(var(--header-height) + 40px) !important;
    padding-bottom: 0 !important;
    position: relative;
    overflow: hidden;
}

.page-banner .section-header {
    margin-bottom: 0 !important;
}

.page-banner + .section {
    padding-top: 40px !important;
}

/* Subtle background noise texture overlay */
.noise-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3copy;filter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.015'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 9999;
}

/* Ambient Floating Lights */
.ambient-glow {
    position: absolute;
    width: 60vw;
    height: 60vw;
    pointer-events: none;
    z-index: 0;
    opacity: 0.65;
}
.ambient-glow-1 {
    top: -20%;
    left: -20%;
    background: radial-gradient(circle, var(--color-gold-glow-strong) 0%, transparent 70%);
}
.ambient-glow-2 {
    bottom: -20%;
    right: -20%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.06) 0%, rgba(147, 197, 253, 0.03) 40%, transparent 75%);
}

/* Section Header Typography */
.section-header {
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
}
.section-header .subtitle {
    font-family: var(--font-sans);
    color: var(--color-gold-base);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 0.85rem;
    margin-bottom: var(--space-sm);
    display: inline-block;
}
.section-header .title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.1;
    font-weight: 300;
}
.section-header .title span {
    font-style: italic;
    color: var(--color-gold-base);
}

/* ----------------------------------------------------
   2. CUSTOM CURSOR & MAGNETIC ELEMENTS
---------------------------------------------------- */
.custom-cursor {
    width: 12px;
    height: 12px;
    background-color: var(--color-gold-bright);
    border-radius: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 10000;
    transition: width 0.3s, height 0.3s, background-color 0.3s;
}
.custom-cursor-follower {
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-gold-base);
    border-radius: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 9999;
    transition: transform 0.1s linear, width 0.3s, height 0.3s, background-color 0.3s, border-color 0.3s;
}

/* Interactive Cursor States */
.cursor-hover .custom-cursor {
    width: 25px;
    height: 25px;
    background-color: rgba(197, 168, 128, 0.4);
}
.cursor-hover .custom-cursor-follower {
    width: 60px;
    height: 60px;
    background-color: rgba(197, 168, 128, 0.05);
    border-color: var(--color-gold-bright);
}

/* Magnetic Buttons */
.magnetic-btn-wrap {
    display: inline-block;
}
.magnetic-btn {
    display: inline-block;
    padding: 15px 35px;
    font-family: var(--font-sans);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    transition: var(--transition-smooth);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.magnetic-btn-primary {
    background: var(--color-gold-base);
    color: var(--color-bg-deep);
    border: 1px solid var(--color-gold-base);
}
.magnetic-btn-primary:hover {
    background: transparent;
    color: var(--color-gold-bright);
    box-shadow: 0 10px 30px rgba(197, 168, 128, 0.3);
}
.magnetic-btn-secondary {
    background: transparent;
    color: var(--color-text-title);
    border: 1px solid var(--color-border);
    backdrop-filter: blur(8px);
}
.magnetic-btn-secondary:hover {
    border-color: var(--color-gold-base);
    color: var(--color-gold-base);
}

/* ----------------------------------------------------
   3. LUXURY PRELOADER
---------------------------------------------------- */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-bg-deep);
    z-index: 10005;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 1s cubic-bezier(0.85, 0, 0.15, 1);
}
.preloader-logo {
    font-family: var(--font-serif);
    font-size: 1.1rem;
    color: var(--color-text-title);
    letter-spacing: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}
.preloader-logo span {
    display: block;
    transform: translateY(100%);
    animation: slideUpLogo 0.8s forwards 0.2s;
}
.preloader-line {
    width: 100px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}
.preloader-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: var(--color-gold-bright);
    animation: runProgress 1.5s ease-in-out forwards;
}

@keyframes slideUpLogo {
    to { transform: translateY(0); }
}
@keyframes runProgress {
    to { width: 100%; }
}

/* ----------------------------------------------------
   4. NAVIGATION HEADER
---------------------------------------------------- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    display: flex;
    align-items: center;
    z-index: 10000;
    transition: var(--transition-smooth);
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header.scrolled {
    height: 75px;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.03);
}
.header-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--space-md);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.logo-title {
    font-family: var(--font-serif);
    font-size: 1.6rem;
    color: #0a1931; /* Deep Luxury Navy */
    letter-spacing: 2px;
    line-height: 1;
}
.logo-tagline {
    font-family: var(--font-sans);
    font-size: 0.6rem;
    color: var(--color-gold-base);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 4px;
}
.nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
    gap: var(--space-md);
}
.nav-link {
    text-decoration: none;
    color: #0a1931; /* Deep Luxury Navy */
    font-family: var(--font-sans);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    transition: var(--transition-fast);
    position: relative;
    padding: 10px 0;
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-gold-base);
    transition: var(--transition-smooth);
}
.nav-link:hover {
    color: var(--color-gold-base); /* Hover gold surprise */
}
.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}
.nav-contact-btn {
    display: inline-block;
}

/* Mobile Nav Toggle */
.mobile-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 101;
}
.mobile-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--color-text-title);
    margin-bottom: 5px;
    transition: var(--transition-smooth);
}
.mobile-toggle span:last-child {
    margin-bottom: 0;
}

/* ----------------------------------------------------
   5. CINEMATIC HERO SECTION
---------------------------------------------------- */
.hero {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--color-bg-deep);
}
.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    transition: opacity 1.5s ease-in-out;
}
.hero-slide.active {
    opacity: 1;
    z-index: 1;
}
.hero-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    filter: brightness(0.35);
}
/* Slow cinematic zoom of active slide */
.hero-slide.active .hero-slide-img {
    animation: zoomOutCinematic 10s forwards ease-out;
}

@keyframes zoomOutCinematic {
    to { transform: scale(1.15); }
}

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

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.45) 0%, rgba(255, 255, 255, 0.1) 60%, var(--color-bg-base) 100%);
    z-index: 3;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 4;
    text-align: center;
    max-width: 900px;
    padding: 0 var(--space-md);
}
.hero-content .hero-title,
.hero-content .hero-desc {
    color: #ffffff !important;
}
.hero-content .hero-title span {
    color: #ffffff;
}

.hero-subtitle {
    color: var(--color-gold-base);
    font-family: var(--font-sans);
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: var(--space-sm);
    opacity: 0;
    transform: translateY(20px);
}

.hero-title {
    font-size: clamp(2.2rem, 6vw, 4.5rem);
    line-height: 1.1;
    font-weight: 300;
    margin-bottom: var(--space-md);
    overflow: hidden;
}
.hero-title span {
    display: block;
    transform: translateY(110%);
}

.hero-desc {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--color-text-body);
    font-family: var(--font-sans);
    margin-bottom: var(--space-lg);
    opacity: 0;
    transform: translateY(20px);
}

.hero-ctas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    opacity: 0;
    transform: translateY(20px);
}

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    opacity: 0;
}
.scroll-indicator-text {
    font-size: 0.65rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: var(--font-sans);
}
.scroll-indicator-mouse {
    width: 20px;
    height: 35px;
    border: 1px solid var(--color-gold-base);
    border-radius: 15px;
    position: relative;
}
.scroll-indicator-wheel {
    width: 2px;
    height: 6px;
    background-color: var(--color-gold-bright);
    border-radius: 1px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollWheel 2s infinite;
}

@keyframes scrollWheel {
    0% { top: 6px; opacity: 1; }
    50% { top: 18px; opacity: 0; }
    100% { top: 6px; opacity: 0; }
}

/* ----------------------------------------------------
   6. ABOUT SECTION
---------------------------------------------------- */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.about-text-column {
    position: relative;
    z-index: 2;
}
.about-quote {
    font-family: var(--font-serif);
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    line-height: 1.25;
    color: var(--color-text-title);
    margin-bottom: 30px;
    font-weight: 300;
}
.about-quote span {
    color: var(--color-gold-base);
    font-style: italic;
}
.about-desc {
    color: var(--color-text-body);
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 18px;
}
.about-image-column {
    position: relative;
    display: flex;
    justify-content: center;
}
.about-image-frame {
    width: 85%;
    aspect-ratio: 4/5;
    border-radius: var(--border-radius-md);
    overflow: hidden;
    position: relative;
    border: 1px solid var(--color-border);
}
.about-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: var(--transition-slow);
}
.about-image-frame:hover img {
    transform: scale(1.02);
}
.about-image-glow {
    position: absolute;
    width: 110%;
    height: 110%;
    background: radial-gradient(circle, var(--color-gold-glow) 0%, transparent 60%);
    z-index: -1;
}

/* ----------------------------------------------------
   7. WHY CHOOSE US
---------------------------------------------------- */
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}
.why-card {
    background-color: var(--color-bg-card);
    backdrop-filter: blur(16px);
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-md);
    padding: var(--space-md);
    position: relative;
    overflow: hidden;
    transition: var(--transition-smooth);
    z-index: 1;
    transform-style: preserve-3d;
}
/* Premium glass reflection line sweep */
.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: skewX(-20deg);
    transition: 0.75s ease-in-out;
    pointer-events: none;
    z-index: 3;
}
.why-card:hover::before {
    left: 150%;
}
.why-card:hover {
    background-color: var(--color-bg-card-hover);
    border-color: rgba(160, 128, 82, 0.25);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03), 0 0 20px rgba(160, 128, 82, 0.05);
}
/* Dynamic border glow on card hover */
.why-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--border-radius-md);
    border: 1px solid var(--color-gold-bright);
    opacity: 0;
    transition: var(--transition-smooth);
    pointer-events: none;
    z-index: 2;
}
.why-card:hover::after {
    opacity: 0.15;
}
.why-icon {
    margin-bottom: var(--space-md);
    color: var(--color-gold-base);
    transition: var(--transition-smooth);
    display: flex;
    align-items: center;
}
.why-icon svg {
    width: 28px !important;
    height: 28px !important;
    stroke-width: 1.25px !important;
}
.why-card:hover .why-icon {
    transform: translateZ(20px) scale(1.1);
}
.why-title {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: var(--space-xs);
    font-family: var(--font-serif);
}
.why-desc {
    font-size: 0.9rem;
    color: var(--color-text-body);
}

/* ----------------------------------------------------
   8. PREMIUM SERVICES
---------------------------------------------------- */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}
.service-card {
    height: 420px;
    border-radius: var(--border-radius-md);
    overflow: hidden;
    position: relative;
    border: 1px solid var(--color-border);
    transition: var(--transition-smooth);
}
.service-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.service-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    filter: brightness(0.4);
    transition: var(--transition-slow);
}
.service-card:hover .service-bg img {
    transform: scale(1.15);
    filter: brightness(0.25);
}
.service-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(10,10,10,0.9) 90%);
    z-index: 1;
    transition: var(--transition-smooth);
}
.service-card:hover .service-card-overlay {
    background: linear-gradient(to bottom, rgba(197, 168, 128, 0.05) 0%, rgba(10,10,10,0.95) 90%);
}
.service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: var(--space-md);
    z-index: 2;
    transition: var(--transition-smooth);
}
.service-icon {
    margin-bottom: var(--space-sm);
    color: var(--color-gold-base);
    opacity: 0;
    transform: translateY(20px);
    transition: var(--transition-smooth);
    display: flex;
    align-items: center;
}
.service-icon svg {
    width: 28px !important;
    height: 28px !important;
    stroke-width: 1.25px !important;
}
.service-card:hover .service-icon {
    opacity: 1;
    transform: translateY(0);
}
.service-card-title {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: var(--space-xs);
    font-family: var(--font-serif);
    transition: var(--transition-smooth);
    color: #ffffff;
}
.service-card:hover .service-card-title {
    color: var(--color-gold-base);
}
.service-card-subtitle {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-gold-base);
    margin-bottom: var(--space-sm);
    font-weight: 500;
}
.service-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: var(--transition-smooth);
}
.service-card:hover .service-desc {
    opacity: 1;
    height: auto;
    margin-top: 10px;
}

/* SVG Gold Border Tracer Overlay on Service cards */
.svg-tracer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}
.svg-tracer rect {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: var(--color-gold-base);
    stroke-width: 2;
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    transition: stroke-dashoffset 0.8s ease-in-out;
}
.service-card:hover .svg-tracer rect {
    stroke-dashoffset: 0;
}

/* ----------------------------------------------------
   9. SIGNATURE PRICING SPOTLIGHT
---------------------------------------------------- */
.spotlight-banner {
    background-color: var(--color-bg-deep);
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-lg);
    padding: var(--space-lg) var(--space-md);
    position: relative;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}
/* Gold animated border glow */
.spotlight-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--border-radius-lg);
    padding: 1.5px;
    background: linear-gradient(90deg, transparent, var(--color-gold-base), transparent, var(--color-gold-bright), transparent);
    background-size: 200% auto;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    animation: borderGlowFlow 6s linear infinite;
    z-index: 2;
}

@keyframes borderGlowFlow {
    to { background-position: 200% center; }
}

.spotlight-lens {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(197, 168, 128, 0.12) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    mix-blend-mode: screen;
}

.spotlight-content {
    position: relative;
    z-index: 3;
}
.spotlight-subtitle {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: var(--color-gold-base);
    letter-spacing: 4px;
    font-family: var(--font-sans);
    margin-bottom: var(--space-sm);
    display: inline-block;
}
.spotlight-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: var(--space-md);
}
.spotlight-price {
    font-family: var(--font-serif);
    font-size: clamp(3rem, 7vw, 5.5rem);
    color: var(--color-gold-bright);
    margin-bottom: var(--space-md);
    background: linear-gradient(135deg, #fff 10%, var(--color-gold-base) 60%, var(--color-gold-bright) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.spotlight-desc {
    max-width: 600px;
    margin: 0 auto 18px;
    font-size: 1rem;
    color: var(--color-text-body);
}

/* 9.1 FLEXIBLE INTERIOR PACKAGES GRID & CARDS */
.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    align-items: stretch;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .packages-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 20px auto 0;
    }
}

.package-card {
    background-color: var(--color-bg-card);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.package-card:hover {
    background-color: var(--color-bg-card-hover);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.package-card.premium-package {
    background-color: var(--color-text-title);
    border-color: var(--color-gold-base);
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.35);
}

.package-card.premium-package::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--border-radius-lg);
    padding: 1.5px;
    background: linear-gradient(90deg, transparent, var(--color-gold-base), transparent, var(--color-gold-bright), transparent);
    background-size: 200% auto;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    animation: borderGlowFlow 6s linear infinite;
    z-index: 2;
}

.package-card.premium-package:hover {
    background-color: #0b1120;
    box-shadow: 0 35px 70px rgba(15, 23, 42, 0.45);
}

.package-card.premium-package .spotlight-lens {
    background: radial-gradient(circle, rgba(197, 168, 128, 0.18) 0%, transparent 60%);
}

.package-card .spotlight-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.package-title {
    font-family: var(--font-serif);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: var(--space-sm);
    color: var(--color-text-title);
}

.package-card.premium-package .package-title {
    color: #ffffff;
}

.package-price {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 4.5vw, 3rem);
    color: var(--color-gold-bright);
    margin-bottom: var(--space-md);
    background: linear-gradient(135deg, var(--color-text-title) 10%, var(--color-gold-base) 60%, var(--color-gold-bright) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 600;
}

.package-card.premium-package .package-price {
    background: linear-gradient(135deg, #ffffff 10%, var(--color-gold-base) 60%, var(--color-gold-bright) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.package-focus {
    max-width: 360px;
    margin: 0 auto var(--space-sm);
    font-size: 0.95rem;
    color: var(--color-text-body);
    font-style: italic;
    line-height: 1.5;
}

.package-card.premium-package .package-focus {
    color: rgba(255, 255, 255, 0.85);
}

.package-features {
    list-style: none;
    padding: 0;
    margin: var(--space-sm) auto var(--space-lg);
    text-align: left;
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1; /* Push the button to the bottom */
}

.package-features li {
    font-size: 0.9rem;
    color: var(--color-text-body);
    position: relative;
    padding-left: 25px;
    line-height: 1.45;
}

.package-card.premium-package .package-features li {
    color: rgba(255, 255, 255, 0.75);
}

.package-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-gold-base);
    font-weight: bold;
}

.package-card.premium-package .package-features li::before {
    color: var(--color-gold-bright);
}

/* ----------------------------------------------------
   10. MASONRY PORTFOLIO GALLERY
---------------------------------------------------- */
.portfolio-filters {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
    list-style: none;
    flex-wrap: wrap;
}
.portfolio-filter-btn {
    background: none;
    border: none;
    font-family: var(--font-sans);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-text-body);
    cursor: pointer;
    padding: 8px 16px;
    transition: var(--transition-fast);
    position: relative;
}
.portfolio-filter-btn:hover,
.portfolio-filter-btn.active {
    color: var(--color-gold-base);
}
.portfolio-filter-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: var(--color-gold-base);
    transition: var(--transition-smooth);
    transform: translateX(-50%);
}
.portfolio-filter-btn.active::after {
    width: 80%;
}

.portfolio-grid {
    column-count: 3;
    column-gap: 40px;
    position: relative;
    width: 100%;
}
@media (max-width: 900px) {
    .portfolio-grid { column-count: 2; }
}
@media (max-width: 600px) {
    .portfolio-grid { column-count: 1; }
}

.portfolio-item {
    break-inside: avoid;
    margin-bottom: 40px;
    border-radius: var(--border-radius-md);
    overflow: hidden;
    border: 1px solid var(--color-border);
    position: relative;
    cursor: pointer;
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.portfolio-item.hidden {
    display: none;
}
.portfolio-item img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: var(--transition-slow);
}
.portfolio-item:hover img {
    transform: scale(1.08);
}
.portfolio-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(10,10,10,0.95) 100%);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: var(--space-md);
    transition: var(--transition-smooth);
    z-index: 1;
}
.portfolio-item:hover .portfolio-item-overlay {
    opacity: 1;
}
.portfolio-item-cat {
    color: var(--color-gold-base);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.portfolio-item-title {
    font-size: 1.4rem;
    font-weight: 300;
}

/* BEFORE / AFTER SLIDER IN PORTFOLIO (Highly Interactive) */
.before-after-box {
    margin-top: 40px;
    background-color: var(--color-bg-deep);
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-lg);
    padding: var(--space-md);
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
.before-after-header {
    text-align: center;
    margin-bottom: var(--space-md);
}
.before-after-header h3 {
    font-size: 1.8rem;
    font-weight: 300;
}
.before-after-slider-container {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius-md);
    cursor: ew-resize;
}
.before-after-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.before-after-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.before-after-before {
    z-index: 1;
}
.before-after-after {
    z-index: 2;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.before-after-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: var(--color-gold-bright);
    z-index: 3;
    pointer-events: none;
    transform: translateX(-50%);
}
.before-after-handle::after {
    content: '↔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: var(--color-bg-deep);
    border: 2px solid var(--color-gold-bright);
    color: var(--color-gold-bright);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    box-shadow: 0 0 15px rgba(212,175,55,0.4);
}
.label-before, .label-after {
    position: absolute;
    top: 20px;
    background: rgba(10, 10, 10, 0.8);
    backdrop-filter: blur(4px);
    border: 1px solid var(--color-border);
    padding: 6px 16px;
    border-radius: 3px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    z-index: 4;
    pointer-events: none;
}
.label-before {
    left: 20px;
    color: var(--color-text-title);
}
.label-after {
    right: 20px;
    color: var(--color-gold-bright);
}

/* Lightbox Preview popup CSS */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(10,10,10,0.95);
    backdrop-filter: blur(10px);
    z-index: 10002;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-smooth);
}
.lightbox.active {
    opacity: 1;
    pointer-events: all;
}
.lightbox-content {
    max-width: 80%;
    max-height: 80%;
    border-radius: 5px;
    border: 1px solid var(--color-border);
    overflow: hidden;
}
.lightbox-content img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    display: block;
}
.lightbox-close {
    position: absolute;
    top: 40px;
    right: 40px;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    background: none;
    border: none;
}

/* ----------------------------------------------------
   11. PROCESS TIMELINE
---------------------------------------------------- */
.timeline-wrap {
    position: relative;
    padding: var(--space-md) 0;
}
.timeline-line {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-border);
    z-index: 1;
}
.timeline-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: var(--color-gold-bright);
    transition: var(--transition-slow);
}
.timeline-grid {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    list-style: none;
}
.timeline-item {
    text-align: center;
    width: 15%;
    min-width: 120px;
}
.timeline-node {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--color-bg-base);
    border: 2px solid var(--color-border);
    color: var(--color-text-title);
    font-family: var(--font-serif);
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-sm);
    transition: var(--transition-smooth);
    position: relative;
}
.timeline-node::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px dashed var(--color-gold-base);
    opacity: 0;
    transform: scale(0.9);
    transition: var(--transition-smooth);
}
.timeline-item:hover .timeline-node,
.timeline-item.active .timeline-node {
    border-color: var(--color-gold-bright);
    color: var(--color-gold-bright);
    box-shadow: 0 0 20px rgba(212,175,55,0.2);
}
.timeline-item:hover .timeline-node::before,
.timeline-item.active .timeline-node::before {
    opacity: 0.5;
    transform: scale(1);
    animation: rotateNode 8s linear infinite;
}

@keyframes rotateNode {
    to { transform: rotate(360deg); }
}

.timeline-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--color-text-title);
}
.timeline-desc {
    font-size: 0.8rem;
    color: var(--color-text-muted);
}

/* ----------------------------------------------------
   12. CLIENT TESTIMONIALS (AUTO SLIDING)
---------------------------------------------------- */
.testimonial-slider {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--space-md) 0;
}
.testimonial-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.testimonial-slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 0 var(--space-md);
}
.testimonial-card {
    background: var(--color-bg-card);
    backdrop-filter: blur(16px);
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-lg);
    padding: var(--space-lg);
    position: relative;
    text-align: center;
    overflow: hidden;
}
/* Premium glass reflection line sweep */
.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: skewX(-20deg);
    transition: 0.75s ease-in-out;
    pointer-events: none;
    z-index: 3;
}
.testimonial-card:hover::before {
    left: 150%;
}
.testimonial-quote-icon {
    font-family: var(--font-serif);
    font-size: 5rem;
    color: var(--color-gold-base);
    line-height: 1;
    position: absolute;
    top: 15px;
    left: 40px;
    opacity: 0.15;
}
.testimonial-quote {
    font-family: var(--font-serif);
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    color: var(--color-text-title);
    line-height: 1.5;
    margin-bottom: var(--space-md);
    font-weight: 300;
    font-style: italic;
}
.testimonial-avatar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid var(--color-gold-base);
    object-fit: cover;
    margin-bottom: var(--space-sm);
}
.testimonial-name {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--color-text-title);
}
.testimonial-meta {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-gold-base);
}

/* ----------------------------------------------------
   13. STATISTIC COUNTERS
---------------------------------------------------- */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}
@media (max-width: 800px) {
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
.stat-item {
    background-color: var(--color-bg-card);
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-md);
    padding: var(--space-md);
}
.stat-number {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--color-gold-bright);
    margin-bottom: 5px;
    font-weight: 300;
}
.stat-number::after {
    content: '+';
    font-size: 2rem;
    color: var(--color-gold-base);
    vertical-align: super;
}
.stat-title {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-text-muted);
}

/* ----------------------------------------------------
   14. LUXURY CONTACT & FORMS
---------------------------------------------------- */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
}
.contact-info-panel {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.contact-item {
    display: flex;
    gap: var(--space-sm);
}
.contact-item-icon {
    color: var(--color-gold-base);
    margin-top: 5px;
}
.contact-item-title {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-gold-base);
    margin-bottom: 5px;
    font-weight: 500;
}
.contact-item-val {
    font-size: 1.1rem;
    color: var(--color-text-title);
    text-decoration: none;
}
.map-embed {
    width: 100%;
    height: 250px;
    border-radius: var(--border-radius-md);
    overflow: hidden;
    border: 1px solid var(--color-border);
    margin-top: 40px;
}
.map-embed iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(100%) contrast(1.15) opacity(0.85);
}

.contact-form {
    background-color: var(--color-bg-card);
    backdrop-filter: blur(16px);
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-lg);
    padding: var(--space-lg);
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}
@media (max-width: 600px) {
    .form-grid { grid-template-columns: 1fr; }
}
.form-group {
    position: relative;
    margin-bottom: 30px;
}
.form-group-full {
    grid-column: 1 / -1;
}
.form-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--color-border);
    padding: 12px 0;
    color: var(--color-text-title);
    font-family: var(--font-sans);
    font-size: 0.95rem;
    transition: var(--transition-fast);
    outline: none;
}
.form-label {
    position: absolute;
    left: 0;
    top: 12px;
    color: var(--color-text-muted);
    font-size: 0.95rem;
    font-family: var(--font-sans);
    pointer-events: none;
    transition: var(--transition-smooth);
}

/* Floating labels effect */
.form-input:focus ~ .form-label,
.form-input:not(:placeholder-shown) ~ .form-label,
select.form-input ~ .form-label {
    top: -12px;
    font-size: 0.75rem;
    color: var(--color-gold-bright);
    letter-spacing: 1px;
}
.form-input:focus {
    border-bottom-color: var(--color-gold-bright);
}

/* Tap-friendly Checkbox Grid */
.checkbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 15px;
}
@media (max-width: 600px) {
    .checkbox-grid {
        grid-template-columns: 1fr;
    }
}
.checkbox-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-sm);
    cursor: pointer;
    transition: var(--transition-fast);
    background: transparent;
    color: var(--color-text-body);
    font-size: 0.9rem;
}
.checkbox-item:hover {
    border-color: var(--color-gold-base);
    background: rgba(197, 168, 128, 0.05);
}
.checkbox-item input[type="checkbox"] {
    accent-color: var(--color-gold-base);
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* ----------------------------------------------------
   15. MINIMAL LUXURY FOOTER
---------------------------------------------------- */
.footer {
    background-color: var(--color-bg-deep);
    border-top: 1px solid var(--color-border);
    padding: var(--space-lg) 0 var(--space-md);
    position: relative;
    overflow: hidden;
}
.footer-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: linear-gradient(90deg, transparent, var(--color-gold-base), transparent);
    animation: flowFooterLine 8s infinite ease-in-out;
}
@keyframes flowFooterLine {
    0% { left: -100%; width: 50%; }
    50% { left: 50%; width: 100%; }
    100% { left: 100%; width: 50%; }
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 40px;
}
@media (max-width: 900px) {
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .footer-grid { grid-template-columns: 1fr; }
}
.footer-col-title {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-gold-base);
    margin-bottom: var(--space-md);
}
.footer-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: var(--space-md);
}
.footer-socials {
    display: flex;
    gap: var(--space-sm);
}
.footer-social-icon {
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-body);
    transition: var(--transition-fast);
    text-decoration: none;
}
.footer-social-icon:hover {
    border-color: var(--color-gold-bright);
    color: var(--color-gold-bright);
    box-shadow: 0 0 10px rgba(212,175,55,0.3);
}
.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}
.footer-links a {
    text-decoration: none;
    color: var(--color-text-body);
    font-size: 0.9rem;
    transition: var(--transition-fast);
}
.footer-links a:hover {
    color: var(--color-gold-base);
    padding-left: 5px;
}
.footer-bottom {
    border-top: 1px solid var(--color-border);
    padding-top: var(--space-md);
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: var(--color-text-muted);
}
@media (max-width: 600px) {
    .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
}

/* ----------------------------------------------------
   16. MOBILE NAVIGATION OVERLAY & RESPONSIVENESS
---------------------------------------------------- */
@media (max-width: 992px) {
    .header { height: 75px; }
    
    .nav-contact-btn, .custom-cursor, .custom-cursor-follower, .ambient-glow {
        display: none !important;
    }
    
    .nav-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 75%;
        max-width: 320px;
        height: 100vh;
        transform: translateX(100%);
        background-color: var(--color-bg-base);
        box-shadow: -10px 0 40px rgba(15, 23, 42, 0.12);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        transition: var(--transition-smooth);
        z-index: 10000;
        padding: 40px;
    }
    
    .nav-menu.active {
        transform: translateX(0);
    }
    
    .nav-menu .nav-link {
        font-size: 1.2rem;
        letter-spacing: 3px;
        color: var(--color-text-title);
    }
    
    .mobile-toggle {
        display: block;
        z-index: 10001;
        background: none;
        border: none;
        cursor: pointer;
        padding: 10px;
        margin-right: -10px;
    }
    
    .mobile-toggle span {
        background-color: var(--color-text-title);
    }
    
    .mobile-toggle.active span:first-child {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .mobile-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-toggle.active span:last-child {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }
    
    .about-image-column {
        order: -1;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }
}

/* Tablet & Mobile Layout Refinements */
@media (max-width: 992px) {
    .container {
        padding: 0 20px;
    }
    
    .hero-ctas {
        flex-wrap: wrap;
    }
    
    .why-grid, .services-grid {
        gap: 30px;
    }
    
    /* Premium Vertical Process Roadmap */
    .timeline-wrap {
        padding: 30px 0;
    }
    .timeline-line {
        left: 40px;
        top: 0;
        width: 2px;
        height: 100%;
    }
    .timeline-grid {
        flex-direction: column;
        gap: 35px;
        padding-left: 0;
    }
    .timeline-item {
        display: grid;
        grid-template-columns: 80px 1fr;
        grid-template-rows: auto auto;
        column-gap: 20px;
        text-align: left;
        width: 100%;
        min-width: 0;
        align-items: center;
    }
    .timeline-node {
        grid-row: 1 / span 2;
        margin: 0;
    }
    .timeline-title {
        grid-column: 2;
        grid-row: 1;
        margin-bottom: 4px;
    }
    .timeline-desc {
        grid-column: 2;
        grid-row: 2;
    }
    
    /* test/spotlight/forms paddings */
    .testimonial-card {
        padding: 30px 20px;
    }
    .testimonial-quote {
        font-size: 1.1rem;
    }
    .spotlight-banner {
        padding: 40px 20px;
        border-radius: var(--border-radius-md);
    }
    .contact-form {
        padding: 30px 20px;
        border-radius: var(--border-radius-md);
    }
    
    /* Clean up inline grid column spacing */
    .about-image-column[style*="display: grid"] {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .about-image-column[style*="display: grid"] > div {
        height: 250px !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 480px) {
    .why-grid, .services-grid {
        grid-template-columns: 1fr;
    }
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Floating WhatsApp Button */
.floating-whatsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-whatsapp:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
    color: white;
}

.floating-whatsapp svg {
    width: 35px;
    height: 35px;
}

@media (max-width: 768px) {
    .floating-whatsapp {
        bottom: 20px;
        right: 20px;
        width: 55px;
        height: 55px;
    }
    .floating-whatsapp svg {
        width: 32px;
        height: 32px;
    }
}

/* Image Logo Styles */
.header-logo-img {
    height: 70px;
    width: auto;
    object-fit: contain;
    border-radius: 4px;
    display: block;
}

.footer-logo-img {
    height: 110px;
    width: auto;
    object-fit: contain;
    border-radius: 4px;
    display: block;
}

@media (max-width: 768px) {
    .header-logo-img {
        height: 55px;
    }
}
