:root {
    --brand-dark: #0a0a0a;
    --brand-blue: #1e90ff;
    --brand-light: #f8f9fb;
    --brand-lightpurple: #a78ac0;
    --brand-darkpurple: #662382;
    --brand-darkgrey: #5f5b66;
    --brand-text: #333;
    --font-sans: 'Source Sans Pro', sans-serif;
    --font-serif: 'Source Serif 4', serif;
}


/* ========================= */
/*   GLOBAL BRAND STYLING   */
/* ========================= */

body {
  
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  background: black;
  color: black;
  line-height: 1.6;
}
html, body {
    overflow-x: hidden;
}



h1, h2, h3 {
  font-weight: 300;
  letter-spacing: 0.5px;
}

section {
  padding: 80px 4%;
}





/* --------------------------------------------------
   NAVIGATION
-------------------------------------------------- */
.nav {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    background: black;
    margin-bottom: 40px;
    
    padding: 12px 0;
}

.nav-container {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
hr {
    border: none;
    height: 35px; /* thickness of the bar */
    width: 100%;
    

    background: linear-gradient(
        to left,
        var(--brand-darkpurple) 0%,
        var(--brand-darkpurple) 50%,
        var(--brand-lightpurple) 100%
    );

    margin-top: -11px;
    padding: 4px;
    border-radius: 0; /* optional */
}


.nav-contact {
    position: absolute;
    top: 14px;
    right: 30px;

    display: flex;
    align-items: center;
    gap: 19px;
    margin-right: -10px;
    
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 900;
}

.nav-contact a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 600;
    opacity: 0.9;
    margin-top: -8px;
    transition: opacity 0.25s ease;
}

.nav-contact a:hover {
    opacity: 1;
}

.nav-contact .icon {
    font-size: 1.1rem;
    line-height: 0;
    
}
.nav-contact {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    
}

.nav-contact__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.nav-contact__icon img {
    width: 20px;   /* adjust to your design system */
    height: 20px;
    display: block;
    margin-right: -10px;
    object-fit: contain;
    filter: drop-shadow(0 0 4px rgba(255,255,255,0.35)); /* subtle chrome glow */
}

.nav-contact__label {
    font-size: 1.1rem;
    font-weight: 800;
    font-family: var(--font-sans);
    color: white;
}



.nav-brand img {
    height: 138px;
    margin-right: 18px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 8px;
}

.nav-links a {
    
    color: white;
    border-radius: 6px;
    padding: 6px;
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 18px;
    text-decoration: none;
    font-weight: 800;
    
}

.nav-links a:hover {
    opacity: 0.9;
    color: var(--brand-lightpurple);
}

.nav-cta {
    color: #000000;
   

    
    
}
.nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.nav-brand img {
    height: 75px; /* adjust as needed */
    width: auto;
    margin-left: -25px;
    animation: LogoSlide 1.4s ease-out forwards;


}



/* Dropdown container */
.nav-links li {
    position: relative;
}
.dropdown ul,
.dropdown li {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Hide dropdown by default */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -52px;
    background: black;
    border: 1px solid var(--brand-lightpurple);
    border-radius: 6px;
    padding: 10px 0;
    min-width: 180px;
    display: none;
    flex-direction: column;
    z-index: 999;
}

/* Show on hover */
.dropdown:hover .dropdown-menu {
    display: flex;
}

/* Dropdown links */
.dropdown-menu a {
    padding: 10px 18px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    display: block;
    transition: 0.2s ease;
}

.dropdown-menu a:hover {
    background: var(--brand-lightpurple);
    color: #000000;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.nav-toggle span {
    width: 28px;
    height: 3px;
    background: white;
    border-radius: 3px;
    transition: 0.3s ease;
}



/* BALCONY HERO */
.hero-balcony {
  position: relative;
  min-height: 110vh; /* controls picture size */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 0; /* important */
}

/* BACKGROUND IMAGE (Balcony-specific override) */
.hero-balcony .hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('/images/Backgroundbalcrevised.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.95;
  filter: brightness(1.1);
}

/* CONTENT */
.hero-content {
  position: relative;
  max-width: 750px;
  animation: fadeUp 1.2s ease forwards;
  opacity: 0;
  color: black;
  font-family: var(--font-sans);
  font-weight: 550;
  margin-bottom: 0; /* FIXED */
}

/* TITLE */
.hero-title {
  font-size: 4.3rem;
  font-weight: 800;
  color: black;
  line-height: 4.2rem;
  text-align: center;
  font-family: var(--font-sans);
  margin-bottom: 1.5rem;
  letter-spacing: 0.01em;
}

.hero-title .dark {
    color: var(--brand-dark);
}

/* --------------------------------------------------
   BALCONY HERO — ANIMATIONS
-------------------------------------------------- */

/* BACKGROUND + OVERLAY MUST ALWAYS BE VISIBLE */
.hero-balcony .hero-bg,
.hero-balcony .hero-overlay {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}

/* HERO WRAPPER — fade in */
.hero-balcony {
    opacity: 0;
}
.hero-balcony.visible {
    animation: fadeUp 0.8s ease-out forwards;
}

/* TITLE — fade up */
.hero-balcony .hero-title {
    opacity: 0;
}
.hero-balcony .hero-title.visible {
    animation: fadeUp 1.2s ease-out forwards;
}

/* “OUTDOOR SPACES” — delayed fade */
.hero-balcony .hero-title .dark {
    opacity: 0;
}
.hero-balcony .hero-title .dark.visible {
    animation: fadeUp 1.4s ease-out forwards;
}

/* KEYFRAME */
@keyframes fadeUp {
    0% { opacity: 0; transform: translateY(60vh); }
    100% { opacity: 1; transform: translateY(0); }
}

/* --------------------------------------------------
   BRAND INTRO
-------------------------------------------------- */
.brand-intro {
    position: relative;
    padding: 86px 4px;
    background: url('/images/headlinepicflip.PNG') center/cover no-repeat;
    background-size: 1200px;
    color: white;
    overflow: hidden;
}

/* Dark overlay ONLY on the image */
.brand-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.85); /* adjust darkness here */
    z-index: 1;
}

/* Make sure content sits ABOVE the dark overlay */
.intro-container {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 35px;
}

/* LOGO */
.intro-logo {
    height: 200px;
    flex-shrink: 0;
    margin: 0;
    border: 3px solid var(--brand-darkpurple);
    opacity: 0;
    animation: fadeInLeft 1.2s ease-out forwards;
    animation-delay: 0.1s;
}

/* TEXT BLOCK */
.intro-wrapper {
    flex: 1;
    margin: 0;
    width: auto;
    text-align: center;
    line-height: 1.7;
    font-size: 1.3rem;
    font-weight: 600;
    opacity: 1; /* full brightness */
    color: white; /* ensure bright text */
    animation: fadeInLeft 1.4s ease-out forwards;
    animation-delay: 0.3s;

    display: flex;
    align-items: center;
    padding: 20px 25px;
}


.intro-inline-img {
    height: 260px;      /* make them taller */
    width: 260px;       /* give them a consistent shape */
    object-fit: cover;  /* prevents stretching, crops instead */
    border-radius: 6px; /* optional, looks cleaner */
    margin-right: 20px;
    flex-shrink: 0;
}

.intro-text p {
    margin: 0;
    text-align: left;
}


/* CONTACT BUTTON */
.contact-link {
    display: flex;
    font-weight: 800;
    background: var(--brand-darkpurple);
    padding: 12px;
    width: 100px;
    margin-left: 74px;
    margin-top: -px;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.25s ease;
}

.contact-link:hover {
    color: white;
}

/* DEALER LINK */
.dealer-link {
    display: inline-block;
    margin-top: 20px;
    color: var(--brand-darkpurple);
    font-weight: 800;
    font-size: 1.2rem;
    text-decoration: none;
    transition: 0.25s ease;
}

.dealer-link:hover {
    color: var(--brand-dark);
    text-decoration: underline;
}
/* INLINE CONTACT LINK */
.inline-contact {
    color: white;
    font-weight: 800;

    text-decoration: none;

}

.inline-contact:hover {
    color: var(--brand-darkpurple);
}

/* INTRO PHOTO INSIDE CONTAINER */
.intro-photo {
    height: 260px;
    width: auto;
    border: 3px solid var(--brand-darkpurple);
    object-fit: cover;
    opacity: 0;
    animation: fadeInLeft 1.6s ease-out forwards;
    animation-delay: 0.5s;
}


/* BRAND INTRO ANIMATION */
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-60vh);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* --------------------------------------------------
   BALCONY BRAND INTRO — ANIMATIONS
-------------------------------------------------- */

/* Section fade */
.brand-intro {
    opacity: 0;
}
.brand-intro.visible {
    animation: fadeUp 1s ease-out forwards;
}

/* Wrapper fade left */
.intro-wrapper {
    opacity: 0;
}
.intro-wrapper.visible {
    animation: fadeLeft 1.2s ease-out forwards;
}

/* Image swoop in */
.intro-inline-img {
    opacity: 0;
}
.intro-inline-img.visible {
    animation: fadeLeft 1.2s ease-out forwards;
}

/* Paragraph fade up */
.intro-text p {
    opacity: 0;
}
.intro-text p.visible {
    animation: fadeUp 1.2s ease-out forwards;
}

/* Contact link + trailing text */
.inline-contact,
.inline-contact-info {
    opacity: 0;
}
.inline-contact.visible,
.inline-contact-info.visible {
    animation: fadeUp 1.2s ease-out forwards;
}

/* Keyframes */
@keyframes fadeUp {
    0% { opacity: 0; transform: translateY(60vh); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeLeft {
    0% { opacity: 0; transform: translateX(-60vh); }
    100% { opacity: 1; transform: translateX(0); }
}


/* ========================= */
/*   WHY CHOOSE US SECTION   */
/* ========================= */

.why-choose-us {
  position: relative;
  padding-top: 10px;
  overflow: hidden;
  font-family: sans-serif;
}

/* Flowing background */
.why-bg {
  position: absolute;
  inset: 0;
  background-image: url('/images/flip2.JPG');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  filter: brightness(0.5);
  z-index: 1;
}

/* Cinematic overlay */
.why-overlay {
  position: absolute;
  inset: 0;
 
  z-index: 2;
}

/* Title with white + purple */
.why-title {
  position: relative;
  z-index: 3;
  font-size: 4.6rem;
  font-weight: 800;
  text-align: center;
  font-family: var(--font-sans);
  margin-bottom: 1rem;
  color: white;
}

.why-title .purple {
  background: var(--brand-darkpurple);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Description */
.why-description {
  position: relative;
  z-index: 3;
  color: rgba(255,255,255,0.85);
  font-size: 1.15rem;
  text-align: left;
  max-width: 800px;
  margin: 0 auto 3rem auto;
  line-height: 1.6;
  border-left: solid 4px var(--brand-darkpurple);
  padding-left: 10px;
}

/* Grid */
.why-grid {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  padding: 0 2rem;
}

/* Cards with constant glow */
.why-card {
  background: black;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 16px;
  padding: 2rem;
  backdrop-filter: blur(1px);

 box-shadow:
        0 0 18px rgba(255,255,255,0.25),   /* chrome glow */
        inset 0 0 12px rgba(255,255,255,0.08); /* inner chrome reflection */

  animation: pulseGlow 4s ease-in-out infinite;
}



/* H3 white + purple gradient */
.why-card h3 span {
  background: var(--brand-lightpurple);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}

.why-summary {
  position: relative;
  z-index: 3;
  color: rgba(255,255,255,0.85);
  font-size: 1.2rem;
  text-align: left;
  max-width: 900px;
  margin: 3.5rem auto 0 auto;
  line-height: 1.7;
  padding: 0 2rem;
  border-left: solid 4px var(--brand-darkpurple);
  padding-left: 10px;

  /* subtle glow to match the cards */
  text-shadow: 0 0 12px rgba(122, 60, 255, 0.35);
}


/* Checkmark row */
.why-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 1rem;
}

/* Purple checkmark in circle */
.check-circle {
  width: 26px;
  height: 26px;
  
  
 
  color: white;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-item p {
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
  margin: 0;
}

/* ========================= */
/* WHY CHOOSE US ANIMATIONS */
/* ========================= */

.why-choose-us {
    position: relative;
    padding: 80px 20px;
    color: white;
}

.why-bg {
    position: absolute;
    inset: 0;
    background: url('/images/background.jpg') center/cover no-repeat;
    z-index: 1;
}

.why-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 2;
}

.why-choose-us > * {
    position: relative;
    z-index: 3;
}

/* Title */
.why-title {
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Description */
.why-description {
    text-align: left;
    max-width: 800px;
    margin: 0 auto 40px auto;
    font-size: 1.2rem;
    line-height: 1.6;
}

/* Grid */
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

/* Cards */
.why-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 20px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transition: 0.3s ease;
}

.why-card:hover {
    transform: translateY(-6px);
    border-color: var(--brand-darkpurple);
}

/* Check icon */
.check-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--brand-darkpurple);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 10px;
}

/* Summary */
.why-summary {
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.15rem;
    line-height: 1.6;
}
/* ======================================= */
/* FINAL ROTATOR VISIBILITY CONTROL        */
/* ======================================= */

/* Hide mobile rotator on desktop */
.why-rotate-mobile,
.why-rotate-dots {
    display: none !important;
}

/* Mobile only */
@media (max-width: 768px) {

    /* Hide desktop grid */
    .why-grid {
        display: none !important;
    }

    /* Show mobile rotator */
    .why-rotate-mobile,
    .why-rotate-dots {
        display: block !important;
    }

    .why-rotate-mobile .why-card {
        display: none; /* JS will show one at a time */
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
}
/* =============================== */
/* FIX DOTS ORIENTATION (MOBILE)   */
/* =============================== */
@media (max-width: 768px) {
  .why-rotate-dots {
    display: flex !important;
    flex-direction: row !important; /* force horizontal layout */
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
  }

  .why-rotate-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #a855f7;
    opacity: 0.3;
    transition: opacity 0.3s ease;
  }

  .why-rotate-dots .dot.active {
    opacity: 1;
  }
}



/* ========================= */
/*     BALCONY GALLERY       */
/* ========================= */

.metal-gallery {
    position: relative;
    padding: 100px 4%;
    overflow: visible;
}

/* Flowing background */
.system-gallery-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    filter: brightness(0.35);
    z-index: 1;
    pointer-events: none; /* FIX: allow clicks */
}

/* Dark overlay */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 2;
    pointer-events: none; /* FIX: allow clicks */
}

/* Keep content above background layers */
.metal-gallery > :not(.system-gallery-bg):not(.gallery-overlay) {
    position: relative;
    z-index: 5; /* raised from 3 to ensure clickability */
}

/* ========================= */
/*        TEXT + TITLE       */
/* ========================= */

.gallery-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.gallery-title .white { color: white; }
.gallery-title .purple { color: #c38bff; }

.section-description {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
    color: white;
    font-size: 1.25rem;
    opacity: 0.9;
}

/* ========================= */
/*        CAROUSEL FIX       */
/* ========================= */

.carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: visible !important;
    margin: 0 auto 40px;
    z-index: 10; /* FIX: ensure above overlays */
}

/* Track */
.carousel-track {
    display: flex;
    gap: 20px;
    overflow-x: auto; 
    width: 100%;                /* allow horizontal scroll */
    scroll-snap-type: x mandatory;    /* snap to each card */
    -webkit-overflow-scrolling: touch; /* smooth iOS scrolling */
    padding-bottom: 10px;
    touch-action: pan-x;              /* allow horizontal finger swipe */
}

.carousel-track::-webkit-scrollbar {
    display: none; /* hide scrollbar for clean look */
}




/* Cards */
.carousel-card {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 10; /* FIX: ensure clickable */
}
.carousel-wrapper {
    position: relative;
    z-index: 50; /* create a higher stacking context */
}

.carousel-btn {
    z-index: 9999 !important; /* force arrows above images */
}
.carousel-btn.prev {
    position: absolute;
    left: -40px;
    z-index: 99999 !important;
    pointer-events: auto;
}


@media (max-width: 1200px) {
    .carousel-card { flex: 0 0 calc(33.333% - 20px); }
}

@media (max-width: 900px) {
    .carousel-card { flex: 0 0 calc(50% - 20px); }
}

@media (max-width: 600px) {
    .carousel-card { flex: 0 0 100%; }
}

.carousel-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-card:hover {
    transform: scale(1.05);
}

/* ========================= */
/*          ARROWS           */
/* ========================= */

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    color: var(--brand-darkpurple);
    font-size: 2rem;
    padding: 10px 5px;
    cursor: pointer;
    z-index: 10;
    border-radius: 3px;
    transition: background 0.2s ease;
}
.color-block {
    scroll-margin-top: 120px; /* adjust to match your header height */
}




.carousel-btn.prev { left: -40px; }
.carousel-btn.next { right: -40px; }

/* ========================= */
/*           DOTS            */
/* ========================= */

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    position: relative;
    z-index: 20 !important;
}

.carousel-dots div {
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.carousel-dots .active {
    background: var(--brand-darkpurple);
}

/* ========================= */
/*      SUMMARY + CTA        */
/* ========================= */

.gallery-summary {
    text-align: left;
    max-width: 900px;
    margin: 0 auto 40px;
    color: white;
    font-size: 1.4rem;
    transform: translateY(-30px);
    line-height: 1.4;
    border-left: solid 4px var(--brand-darkpurple);
    padding-left: 12px;
    position: relative;
    z-index: 10;
}

.gallery-cta {
    text-align: center;
    position: relative;
    z-index: 10;
}

.gallery-button {
    display: inline-block;
    padding: 14px 32px;
    background: #c38bff;
    color: white;
    font-weight: 700;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease;
}

.gallery-button:hover {
    background: #a56be0;
}

/* ========================= */
/*         LIGHTBOX          */
/* ========================= */

.lightbox {
    position: fixed !important;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;              /* ← remove !important */
    justify-content: center;
    align-items: center;
    z-index: 999999 !important;
}


.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
}

.lightbox-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 2.8rem;
    color: white;
    cursor: pointer;
    z-index: 1000000 !important;
    font-weight: bold;
}

.lightbox-close:hover {
    opacity: 0.7;
}

/* FORCE IMAGES TO BE CLICKABLE */
.carousel-card,
.carousel-card img {
    position: relative !important;
    z-index: 9999 !important;
    pointer-events: auto !important;
}


/* ========================= */
/*       ANIMATIONS          */
/* ========================= */

.fade-up,
.fade-down,
.fade-left,
.fade-right {
    opacity: 0;
}

.fade-up.visible { animation: fadeUp 0.9s ease-out forwards; }
.fade-down.visible { animation: fadeDown 0.9s ease-out forwards; }
.fade-left.visible { animation: fadeLeft 0.9s ease-out forwards; }
.fade-right.visible { animation: fadeRight 0.9s ease-out forwards; }

@keyframes fadeUp {
    0% { opacity: 0; transform: translateY(60vh); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeDown {
    0% { opacity: 0; transform: translateY(-60vh); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeLeft {
    0% { opacity: 0; transform: translateX(-60vh); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes fadeRight {
    0% { opacity: 0; transform: translateX(60vh); }
    100% { opacity: 1; transform: translateX(0); }
}



/* ========================= */
/* SYSTEM FINISHES */
/* ========================= */

.balcony-finishes {
    padding: 60px 20px;
    
    color: black;
}

.finish-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.finish-card {
    background: #1a1a1a;
    border: 2px solid #333;
    border-radius: 12px;
    text-align: center;
    padding: 20px;
    transition: 0.3s ease;
}

.finish-card:hover {
    border-color: #4b2e83;
    transform: translateY(-6px);
}

.finish-card img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}

/* ========================= */
/*  FLOWING BACKGROUND ENGINE */
/* ========================= */

.color-background {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

/* Flowing background */
.color-background .flow-bg {
    position: absolute;
    inset: 0;
    background-image: url('/images/flip2edit.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* makes it flow */
    z-index: 1;
}

/* Optional overlay */
.color-background .flow-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 2;
}
/* Remove default spacing between color sections */
.color-block {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Remove extra spacing from headings */
.color-block h3 {
    margin-top: 0;
    margin-bottom: 0;
}

/* Remove bottom margin from last element inside each block */
.color-block > *:last-child {
    margin-bottom: 0;
}

/* Tighten spacing inside the paint card */



/* Content above background */
.color-background .flow-content {
    position: relative;
    z-index: 3;
}


/* Paint card fix (prevents blocking background) */
.paint-card {
    background: rgba(0, 0, 0, 0.85);              /* true black transparency */
    backdrop-filter: blur(18px) saturate(180%);   /* real glass blur */
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    border-radius: 18px;                          /* premium rounded edges */
    border: 1px solid rgba(255, 255, 255, 0.15);  /* chrome edge highlight */
    padding-bottom: 20px;
    max-width: 800px;
    max-height: auto;
    margin: 40px auto;                            /* centers it perfectly */
    box-shadow: 0 8px 40px rgba(0,0,0,0.55);      /* floating black-glass shadow */
}




/* ========================= */
/* TITLES                    */
/* ========================= */

.main-title {
    font-size: 3.8rem;
    color: white;
    font-family: var(--font-sans);
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.main-title .light {
    color: var(--brand-darkpurple);
    font-family: var(--font-sans);
    font-weight: 800;
    
}

.category-title {
    text-align: center;
    font-size: 1.4rem;
    margin: 5px 0;
    font-weight: 700;
}

.category-title.natural { color: #d7d7c5; }
.category-title.achromatic { color: #9da3a6; }
.category-title.highvis { color: #e59e00; }
.category-title.quartz { color: #4b2e83; }

.color-category-titles {
        display: flex;
        justify-content: center;
        gap: 90px;
        margin-bottom: 30px;    
    justify-content: center;
    gap: 90px;
    margin-bottom: 30px;
}

/* ========================= */
/* SECTION HEADERS           */
/* ========================= */

.color-section h2 {
    text-align: center;
    margin: 60px 0 40px;
    font-size: 3.3rem;
    color: white;
    font-weight: 600;
    font-family: var(--font-sans);
}
.color-swatch[style*="#1E1E1E"] {
    border: 1px solid white;
    box-shadow: 0 0 10px rgba(255,255,255,0.4);
    border-radius: 6px;
}


.color-section h3 {
    margin: 30px 0 15px;
    font-size: 2rem;
    color: white;
    font-weight: 400;
    text-align: center;
    

}
.example-blends {
    color: white;
}



/* ========================= */
/* GRID                      */
/* ========================= */

.color-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
    
    margin-bottom: 40px;
}
/* Make all color cards equal height */
.color-grid .color-item {
    width: 100%;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Make swatches consistent */
.color-grid .color-swatch {
    width: 100%;
    height: 120px;
    border-radius: 8px;
    margin-bottom: 10px;
}

/* Make text consistent height */
.color-grid .color-item p {
    min-height: 40px; /* forces equal text block height */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Target ONLY color-grids that have exactly 5 items */
.color-grid:has(.color-item:nth-child(5)):not(:has(.color-item:nth-child(6))) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    justify-content: center;   /* centers the whole grid */
    justify-items: center;     /* centers items inside cells */
}
/* Only grids with exactly 5 items */
.color-grid:has(.color-item:nth-child(5)):not(:has(.color-item:nth-child(6))) .color-item:nth-child(4),
.color-grid:has(.color-item:nth-child(5)):not(:has(.color-item:nth-child(6))) .color-item:nth-child(5) {
    transform: translateX(120px); /* adjust amount as needed */
}
/* Reduce spacing between color sections */
.color-section .color-block {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Remove default browser spacing from headings */
.color-block h3,
.color-block h2 {
    margin-top: 0;
    margin-bottom: 12px;
}

/* Tighten the paint-card container itself */
.paint-card {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px; /* reduce from whatever it was */
}

/* Remove extra bottom margin from the last element inside each block */
.color-block > *:last-child {
    margin-bottom: 0;
}

/* FORCE Quartz to be 3 and 3 */
#quartz.color-block .color-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    justify-items: center;
    justify-content: center;
    gap: 22px;
}
/* Reduce spacing under the main title */
.paint-card .main-title {
    margin-bottom: 10px;
}

/* Reduce spacing under the category tabs */
.color-category-titles {
    margin-bottom: 10px;
}

/* Reduce spacing above each color-block */
.color-section .color-block {
    margin-top: 10px;
}

/* Remove default browser spacing from h3 */
.color-block h3 {
    margin-top: 0;
    margin-bottom: 8px;
}

/* Tighten the entire paint-card container */
.paint-card {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (min-width: 900px) {
  #natural .color-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      max-width: 900px;
      margin: 0 auto;
  }

  /* All items: 3 per row on desktop */
  #natural .color-item {
      flex: 0 0 calc(33.333% - 20px);
  }

  /* Force 3 + 2 layout */
  #natural .color-item:nth-child(1),
  #natural .color-item:nth-child(2),
  #natural .color-item:nth-child(3) {
      order: 1;
  }

  #natural .color-item:nth-child(4),
  #natural .color-item:nth-child(5) {
      order: 2;
  }
}
@media (min-width: 900px) {
  #highvis .color-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      max-width: 900px;
      margin: 0 auto;
  }

  /* 3 per row on desktop */
  #highvis .color-item {
      flex: 0 0 calc(33.333% - 20px);
  }

  /* Force order: first 3 on row 1, last 2 on row 2 */
  #highvis .color-item:nth-child(1),
  #highvis .color-item:nth-child(2),
  #highvis .color-item:nth-child(3) {
      order: 1;
  }

  #highvis .color-item:nth-child(4),
  #highvis .color-item:nth-child(5) {
      order: 2;
  }
}




/* ========================= */
/* ITEMS                     */
/* ========================= */

.color-item {
    text-align: center;
    color: white;
    
    font-family: var(--font-sans);
    font-style: italic;
    font-weight: 600;
}

.color-item p {
    font-size: 0.95rem;
    margin: 0;
}


/* ========================= */
/* SWATCHES                  */
/* ========================= */

.color-swatch {
    width: 100%;
    height: 120px;
    


    margin-bottom: 10px;
}


/* ========================= */
/* QUARTZ SWATCHES           */
/* ========================= */

.color-swatch.quartz {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

/* TIGHTEN EVERYTHING */

/* Reduce giant top/bottom padding on the whole background section */
.color-background {
    padding: 40px 0; /* was 80px */
}

/* Reduce spacing around the paint card */
.paint-card {
    margin: 20px auto; /* was 40px */
    padding: 30px 30px 15px 30px; /* tighter internal spacing */
}

/* Reduce spacing between category titles and sections */
.color-category-titles {
    margin-bottom: 15px; /* was 30px */
    gap: 50px; /* was 90px */
}

/* Tighten spacing between each color block */
.color-block {
    margin-top: 10px;   /* was 20px */
    margin-bottom: 10px;
}

/* Tighten section headers */
.color-section h3 {
    margin: 10px 0 8px; /* was 30px 0 15px */
}

/* Reduce spacing under each grid */
.color-grid {
    margin-bottom: 20px; /* was 40px */
}

/* Remove extra bottom margin inside blocks */
.color-block > *:last-child {
    margin-bottom: 0 !important;
}
.natural-tones .color-swatch:nth-child(4),
.natural-tones .color-swatch:nth-child(5) {
    transform: translateX(40px);
}


/* ===========================
   BASE ANIMATION SYSTEM
=========================== */

.fade-up,
.fade-down,
.fade-left,
.fade-right {
    opacity: 0;
}

.fade-up.visible {
    animation: fadeUp 0.9s ease-out forwards;
}
.fade-down.visible {
    animation: fadeDown 0.9s ease-out forwards;
}
.fade-left.visible {
    animation: fadeLeft 0.9s ease-out forwards;
}
.fade-right.visible {
    animation: fadeRight 0.9s ease-out forwards;
}

@keyframes fadeUp {
    0% { opacity: 0; transform: translateY(60vh); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeDown {
    0% { opacity: 0; transform: translateY(-60vh); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeLeft {
    0% { opacity: 0; transform: translateX(-60vh); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes fadeRight {
    0% { opacity: 0; transform: translateX(60vh); }
    100% { opacity: 1; transform: translateX(0); }
}


/* --------------------------------------------------
   BRAND STATEMENT
-------------------------------------------------- */
.brand-statement {
    padding: 20px 15px;
    text-align: center;
    background: var(--brand-dark);

    opacity: 0;
    transform: translateX(40px);
    z-index: 50; /* 🔥 ensures it sits ABOVE everything */
    position: relative; /* required for z-index to work */
}

/* When visible */
.brand-statement.visible {
    animation: brandSlideRight 0.9s ease-out forwards;
}

/* Small line */
.brand-statement .small {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--brand-darkpurple);
    letter-spacing: 1px;
    font-style: italic;
    font-family: var(--font-sans);

    opacity: 0;
    transform: translateX(40px);
}

.brand-statement .small.visible {
    animation: brandTextRight 0.9s ease-out forwards;
    animation-delay: 0.15s;
}

/* Big line */
.brand-statement .big {
    margin: 5px 0 0;
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    font-style: italic;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

    opacity: 0;
    transform: translateX(40px);
}

.brand-statement .big.visible {
    animation: brandTextRight 1.4s ease-out forwards;
    animation-delay: 0.3s;
}

/* Animations */
@keyframes brandSlideRight {
    0% { opacity: 0; transform: translateX(40vh); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes brandTextRight {
    0% { opacity: 0; transform: translateX(40vh); }
    100% { opacity: 1; transform: translateX(0); }
}



.collage-gallery {
    padding: 80px 40px;
    text-align: center;
}

.collage-title {
    font-size: 2.8rem;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.collage-description {
    max-width: 850px;
    margin: 0 auto 40px;
    font-size: 1.1rem;
    opacity: 0.85;
}

.collage-description .big {
    display: block;
    margin-top: 8px;
    font-size: 1.2rem;
    font-weight: 600;
}

/* COLLAGE GRID */
.collage-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 180px;
    gap: 18px;
    max-width: 1200px;
    margin: 0 auto;
}

/* ITEM SIZES */
.collage-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    border: 2px solid rgba(180,160,255,0.35);
    background: rgba(0,0,0,0.35);
    box-shadow: 0 0 18px rgba(255,255,255,0.08);
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease;
}

.collage-item:hover {
    transform: scale(1.03);
    box-shadow: 0 0 25px rgba(180,160,255,0.4);
}

.collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SIZE VARIANTS */
.collage-item.wide {
    grid-column: span 3;
}

.collage-item.tall {
    grid-row: span 2;
}

/* LIGHTBOX */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox-img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
    border: 2px solid rgba(180,160,255,0.5);
    box-shadow: 0 0 25px rgba(180,160,255,0.4);
}

.lightbox-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 3rem;
    color: white;
    cursor: pointer;
}



/* ========================= */
/*       ANIMATIONS          */
/* ========================= */

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40vh); }
  to { opacity: 1; transform: translateY(0); }
}

/* ========================= */
/*      RESPONSIVE TWEAKS    */
/* ========================= */

@media (max-width: 900px) {
  .advantages-collage {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: 2.4rem;
  }

  .hero-lowslope {
    height: 65vh;
  }
}



/* ========================= */
/*   SCROLL REVEAL EFFECTS   */
/* ========================= */

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Optional variants */
.reveal-left {
  opacity: 0;
  transform: translateX(-60px);
}

.reveal-right {
  opacity: 0;
  transform: translateX(60px);
}

.reveal-left.active,
.reveal-right.active {
  opacity: 1;
  transform: translateX(0);
}

/* --------------------------------------------------
   SMALL BRAND STATEMENT (MINIMAL)
-------------------------------------------------- */




/* Small, centered brand statement */
.brand-statement {
    padding: 0; /* much smaller */
    text-align: center;
    
    background: var(--brand-dark);
}

.brand-statement p {
    margin: 0;
    font-size: 1.9rem;
    font-weight: 700;
    
    color: var(--brand-darkpurple);
    letter-spacing: 1px;
   font-style: italic;
   font-family: var(--font-sans);
}

.brand-statement .big {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    font-style: italic;
    font-family: var(--font-sans);
}


/* ============================================
   MAIN FOOTER — 3 COLUMN LAYOUT
============================================ */
.impermitek-footer {
    background: #141414;
    color: #ffffff;
    padding: 70px 50px;

    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 40px;
    align-items: flex-start;
}

.footer-bottom p {
        text-align: center;
        margin: 0 auto;
        padding: 14px 0;
        color: white;
        font-size: 0.85rem;
    }

/* ============================================
   CENTER COLUMN — LOGO + DESCRIPTION + SOCIALS
============================================ */
.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-logo-img {
    width: 350px;
    margin-bottom: 2px;
}

.footer-logo-wrapper {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
}

.footer-logo-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-darkpurple), var(--brand-lightpurple));
    border-radius: 2px;
    margin-top: 8px;
}

.footer-desc {
    color: #dcdcdc;
    line-height: 1.6;
    max-width: 360px;
}

.footer-social-center {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-social-center .social-icons {
    display: flex;
    justify-content: center;
    gap: 14px;
}

/* ============================================
   LEFT COLUMN — QUICK LINKS
============================================ */
.footer-links-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
}

.footer-links-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 10px 0;
    padding-left: 50px;
}

.footer-link {
    color: white;
    text-decoration: none;
    padding: 0px 12px;

    text-align: center;
    font-weight: 600;
    font-size: 18px;
    
}
.footer-link-contact {
     color: white;
    background: var(--brand-darkpurple);
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
    transform: translateY(30px);

    text-align: center;
    font-weight: 600;
    font-size: 18px;
}




.footer-link:hover {
    color: white;
}

/* ============================================
   RIGHT COLUMN — CONTACT ABOVE SOCIALS
============================================ */
.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    gap: 5px;
    
}

.footer-contact-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: left;
    transform: translateY(44px);
}

.footer-social-right {
    align-items: flex-start !important;   /* ← finally moves left */
    text-align: left;
    margin-left: 0;                       /* reset your earlier test */
}



.footer-social-right .social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}


.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-contact-item p {
    margin: 0;
    line-height: 1.15;
}

.footer-icon-svg {
    width: 20px;
    height: 20px;
    fill: var(--brand-darkpurple);
}

.footer-heading {
    font-size: 1.35rem;
    margin-bottom: 3px;
    font-weight: 700;
    text-align: center;
}

.footer-heading::after {
    content: "";
    width: 35px;
    height: 3px;
    background: #6a4dfc;
    margin-top: 6px;
    border-radius: 2px;
}

/* ============================================
   SOCIAL ICON CIRCLES
============================================ */
.social-icon-circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.social-icon-circle.facebook {
    background: #1877F2;
}

.social-icon-circle.linkedin {
    background: #0A66C2;
}

.social-icon-circle.instagram-bg {
    background: radial-gradient(circle at 30% 30%, #fdf497, #fd5949, #d6249f, #285AEB);
}

.social-icon-img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    transition: 0.25s ease;
}

.social-icon-circle:hover .social-icon-img {
    transform: translateY(-3px);
    opacity: 0.85;
}
.footer-follow-inline {
    font-size: 1.35rem;
    font-weight: 700;
    font-family: var(--font-sans);
    font-style: italic;
}

.footer-contact-right .footer-title {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
  text-decoration: none;
  pointer-events: none;
  cursor: default;

  /* Positioning */
  align-self: flex-start;     /* keeps it aligned with info */
  margin-left: 4px;           /* subtle left alignment tweak */
  margin-top: -8px;           /* moves it closer to info block */
}

     .footer-links-left .footer-heading, .footer-links-left .footer-link {
        text-align: left !important;
        margin-left: 0 !important;
    }


/* ============================================================
   GLOBAL
============================================================ */
.nav-toggle {
    display: none;
}


/* ============================================================
   NAVIGATION
============================================================ */

/* ---------- Desktop (1400px+) ---------- */
@media (min-width: 1400px) {

    .nav-links a {
        font-size: 22px;
        padding: 10px 14px;
    }

    .nav-contact__label {
        font-size: 1.25rem;
    }

    .nav-brand img {
        height: 95px;
    }

    .nav-links {
        gap: 16px;
    }
}
/* LARGE SCREEN ENHANCEMENT — min-width: 1400px */
@media (min-width: 1400px) {
  .why-choose-us {
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 100px;
    background-size: cover;
    background-position: center;
  }

  .why-bg,
  .why-overlay {
    transform: scale(1.15);
    opacity: 0.9;
  }

  .why-title {
    font-size: 3.2rem;
    letter-spacing: 0.5px;
  }

  .why-description {
    font-size: 1.3rem;
    max-width: 1100px;
    margin-bottom: 60px;
  }

  .why-grid {
    gap: 70px;
    justify-content: center;
  }

  .why-card {
    padding: 50px 45px;
    min-height: 260px;
  }

  .why-card h3 {
    font-size: 1.8rem;
  }

  .why-item p {
    font-size: 1.15rem;
  }

  .why-summary {
    font-size: 1.25rem;
    max-width: 1100px;
    margin-top: 80px;
  }
}
/* FULL PAGE FILL — min-width: 1400px */
@media (min-width: 1400px) {
  .color-background {
    width: 100%;
    max-width: none;
    padding: 140px 120px;
    margin: 0;
    background-size: cover;
    background-position: center;
  }

  .flow-content {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
  }

  .paint-card {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 80px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 60px rgba(180, 0, 255, 0.25);
  }

  .main-title {
    font-size: 3.4rem;
    margin-bottom: 60px;
  }

  .color-category-titles {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-bottom: 80px;
  }

  .color-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 60px 70px;
    justify-content: center;
  }

  .color-item p {
    font-size: 1.2rem;
  }

  .color-swatch {
    width: 140px;
    height: 140px;
  }

  .color-swatch.quartz {
    width: 160px;
    height: 160px;
  }
}
/* FULLER COLOR SECTION — min-width: 1400px */
@media (min-width: 1400px) {
  .color-background {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 140px 0;
    background-size: cover;
    background-position: center;
  }

  .flow-content {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .paint-card {
    max-width: 1500px;
    margin: 0 auto;
    padding: 100px 80px;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 20px;
    box-shadow: 0 0 60px rgba(180, 0, 255, 0.25);
  }

  .color-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 80px;
  }

  .color-item {
    flex: 0 1 260px;
    text-align: center;
  }

  .color-swatch {
    width: 160px;
    height: 160px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
  }

  .color-swatch.quartz {
    width: 180px;
    height: 180px;
  }

  .color-item p {
    font-size: 1.2rem;
    margin-top: 12px;
  }

  .main-title {
    font-size: 3.4rem;
    margin-bottom: 60px;
  }

  .color-category-titles {
    justify-content: center;
    gap: 80px;
    margin-bottom: 80px;
  }
  /* FORCE QUARTZ SWATCHES TO MATCH STANDARD RECTANGULAR SHAPE */
.color-grid .color-item .color-swatch.quartz {
  width: 200px !important;       /* wider shape */
  height: 120px !important;      /* shorter height for rectangle */
  border-radius: 8px !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
}

}

@media (max-width: 768px) {

    /* Stack layout vertically */
    .brand-intro .intro-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 24px;
    }

    /* Inline image scaling */
    .brand-intro .intro-inline-img {
        width: 100%;
        max-width: 340px;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    /* Text block full width */
    .brand-intro .intro-text {
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }

    /* MOBILE TOGGLE BUTTON — visible only on phone */
    .mobile-toggle-desc {
        display: block !important;
        width: 100%;
        padding: 12px 16px;
        background: var(--brand-darkpurple);
        color: white;
        border: none;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        margin-bottom: 14px;
        text-align: center;
    }

    /* Description collapsed by default */
    .intro-description {
        display: none;
        margin-top: 10px;
        text-align: left;
        background: #f7f7f7;
        padding: 16px;
        color: black;
        border-radius: 8px;
        line-height: 1.55;
    }

    /* When JS toggles it */
    .intro-description.active {
        display: block;
    }

    /* Contact link styling */
    .inline-contact {
        display: inline-block;
        margin-top: 12px;
        font-weight: 700;
        color: white;
    }
    
    
}
@media (min-width: 1024px) {
  .mobile-toggle-desc {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .intro-description {
    max-height: none !important;
    display: block !important;
    opacity: 1 !important;
  }
}


/* ============================================================
   MOBILE NAVIGATION — FULL LEFT SLIDE PANELS
============================================================ */

@media (max-width: 600px) {

    /* NAV CONTAINER */
    .nav-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 12px;
        position: relative;
        width: 90%;
        margin: auto;
    }

    /* HAMBURGER */
    .nav-toggle {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        z-index: 9999;
        order: 1;
        margin-right: 10px;
    }

    .nav-toggle span {
        width: 28px;
        height: 3px;
        background: white;
        border-radius: 3px;
        transition: 0.3s ease;
    }

    .nav-toggle.open span:nth-child(1) {
        transform: rotate(45deg) translateY(8px);
    }
    .nav-toggle.open span:nth-child(2) {
        opacity: 0;
    }
    .nav-toggle.open span:nth-child(3) {
        transform: rotate(-45deg) translateY(-8px);
    }

    /* LOGO */
    .nav-brand img {
        height: 75px;
        order: 2;
        margin-left: -5px;
    }

    /* CONTACT INFO */
    .nav-contact {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 20px;
        position: absolute;
        top: 20px;
        right: 42px;
        z-index: 9999;
    }

    .nav-contact__label {
        font-size: 0.9rem;
        white-space: nowrap;
    }

    /* MAIN MOBILE MENU */
    .nav-links {
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        background: black;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        display: none;
        z-index: 9999;
        overflow: visible !important;
    }

    .nav-links.open {
        display: flex;
    }

    .nav-links a {
        font-size: 18px;
        padding: 12px 0;
        width: 100%;
        text-align: center;
    }

    /* ============================================================
       FULL-SCREEN LEFT SLIDE PANEL FOR ALL DROPDOWNS
    ============================================================ */

    .dropdown-menu {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;

        background: #000;
        padding: 90px 30px 40px;

        display: flex;
        flex-direction: column;
        gap: 28px;

        z-index: 999999;

        /* Start hidden off-screen */
        transform: translateX(-100%);
        opacity: 0;

        /* Smooth premium animation */
        transition:
            transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1),
            opacity 0.35s ease;
    }

    /* Slide in when open */
    .dropdown.open > .dropdown-menu {
        transform: translateX(0);
        opacity: 1;
    }

    /* Close button */
    .dropdown-menu .close-panel {
        position: absolute;
        top: 22px;
        
        font-size: 2.2rem;
        color: var(--brand-darkpurple);
        cursor: pointer;
    }
    /* Center all dropdown content inside the slide panel */
.dropdown-menu {
    justify-content: center;      /* vertical centering */
    align-items: center;          /* horizontal centering */
    text-align: center;           /* center text */
}

/* Center each link */
.dropdown-menu li a {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
}


/* =========================================================
   PURPLE ARROW — TOP CENTER
   ========================================================= */
.menu-arrow {
    position: absolute;
    top: 20px;                /* distance from top edge */
    left: 50%;                /* center horizontally */
    transform: translateX(-50%) rotate(180deg); /* rotate if needed */
    font-size: 2rem;          /* adjust size */
    color: var(--brand-lightpurple); /* your purple tone */
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 10;
}




}

/* ============================================================
   PHONE MEDIA — FULL MOBILE STACK (600px and below)
============================================================ */
@media (max-width: 600px) {

    /* -------------------------------------- */
    /* BRAND INTRO                            */
    /* -------------------------------------- */
    .brand-intro {
        padding: 50px 10px;
        background-size: cover;
        text-align: center;
    }

    .intro-container {
        flex-direction: column;
        gap: 20px;
        width: 95%;
    }

    .intro-logo {
        height: 140px;
        margin: 0 auto;
    }

    .intro-wrapper {
        flex-direction: column;
        padding: 10px;
        font-size: 1rem;
        text-align: center;
    }

    .intro-inline-img {
        height: 280px;
        width: 360px;
        margin: 0 auto 15px auto;
    }

    .intro-text p {
        text-align: left;
    }

    .intro-photo {
        height: 180px;
        width: 100%;
        margin: 0 auto;
    }

    .contact-link {
        margin: 20px auto 0 auto;
        width: 140px;
    }


@media (max-width: 600px){
    /* -------------------------------------- */
    /* WHY CHOOSE US                          */
    /* -------------------------------------- */
    .why-choose-us {
        padding: 40px 10px;
        text-align: center;
    }

    .why-title {
        font-size: 2.2rem;
        line-height: 1.1;
        margin-bottom: 0;
    }

    .why-description {
        max-width: 95%;
        margin: 0 auto 30px;
        font-size: 1rem;
        text-align: left;
        border-left: none;
        padding-left: 0;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0;
    }

    .why-card {
        padding: 20px;
    }

    .why-summary {
        max-width: 95%;
        margin-top: 40px;
        font-size: 1rem;
        text-align: left;
        border-left: none;
        padding-left: 33px;
    }

    .why-item {
        justify-content: center;
        text-align: center;
    }

    .check-circle {
        margin: 0 auto;
    }
    /* Hide mobile rotator on desktop */
.why-rotate-mobile,
.why-rotate-dots {
    display: none;
}
}

/* Mobile only */
@media (max-width: 768px) {

    /* Hide desktop grid */
    .why-grid {
        display: none;
    }

    /* Show mobile rotator */
    .why-rotate-mobile {
        display: block;
        width: 100%;
    }

    .why-rotate-mobile .why-card {
        display: none; /* JS will show one at a time */
        margin-bottom: 20px;
    }

    /* Dots */
    .why-rotate-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 10px;
    }

    .why-rotate-dots .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #a855f7;
        opacity: 0.3;
        transition: opacity 0.3s ease;
    }

    .why-rotate-dots .dot.active {
        opacity: 1;
    }
}
@media (max-width: 768px) {
    .why-rotate-mobile .why-card {
        display: block; /* allow JS to toggle visibility */
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
}
/* Hide mobile rotator by default */







    /* -------------------------------------- */
    /* BALCONY GALLERY                        */
    /* -------------------------------------- */
    .metal-gallery {
        padding: 60px 5%;
        margin-bottom: -40px;
    }

    .gallery-title {
        font-size: 2rem;
    }

    .section-description {
        font-size: 1rem;
        max-width: 95%;
        margin-bottom: 40px;
    }

    .gallery-summary {
        font-size: 1rem;
        max-width: 95%;
        margin-top: 20px;
        text-align: center;
        border-left: none;
        padding-left: 0;
    }



    /* -------------------------------------- */
    /* CAROUSEL                               */
    /* -------------------------------------- */
    .carousel-wrapper {
        overflow: hidden !important;
        margin-bottom: 20px;
    }

    .carousel-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;                 /* allow horizontal scroll */
    scroll-snap-type: x mandatory;    /* snap to each card */
    -webkit-overflow-scrolling: touch; /* smooth iOS scrolling */
    padding-bottom: 10px;
    touch-action: pan-x;              /* allow horizontal finger swipe */
}

.carousel-track::-webkit-scrollbar {
    display: none; /* hide scrollbar for clean look */
}

.carousel-card {
    flex: 0 0 auto;                   /* prevent shrinking */
    scroll-snap-align: start;         /* snap each card */
}


    .carousel-card {
        flex: 0 0 100%;
        max-width: 100%;
        height: 200px;
    }

    .carousel-btn.prev {
        left: 5px;
    }

    .carousel-btn.next {
        right: 5px;
    }

    .carousel-btn {
        font-size: 1.6rem;
        padding: 8px 14px;
    }

    .carousel-dots div {
        width: 10px;
        height: 10px;
    }



    /* -------------------------------------- */
    /* LIGHTBOX                               */
    /* -------------------------------------- */
    .lightbox img {
        max-width: 95%;
        max-height: 80%;
    }

    .lightbox-close {
        top: 20px;
        right: 20px;
        font-size: 2.2rem;
    }
}
/* =============================== */
/* WHY CHOOSE US — ARROWS (MOBILE) */
/* =============================== */

/* Default: hide on desktop */
.why-arrows {
  display: none;
}

/* Mobile: show arrows */
@media (max-width: 768px) {
  .why-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin: 20px auto -80px;
    z-index: 10;
  }

  .why-arrow {
    font-size: 5rem;
    font-weight: 700;
    color: var(--brand-lightpurple);
    cursor: pointer;
    user-select: none;
    transition: transform 0.2s ease;
  }

  .why-arrow:active {
    transform: scale(1.2);
  }
}
/* MOBILE: force slider mode */
@media (max-width: 768px) {
 

  .why-card.active {
    display: block !important; /* only the active one shows */
  }
}
@media (max-width: 768px) {
  .why-dot {
    width: 10px;
    height: 10px;
    background: #777;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    transition: background 0.3s ease;
  }

  .why-dot.active {
    background: var(--brand-lightpurple);
  }
}





@media (max-width: 600px) {

    /* ========================= */
    /* SYSTEM FINISHES           */
    /* ========================= */

    .balcony-finishes {
        padding: 40px 10px;
        text-align: center;
    }

    .finish-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px;
    }

    .finish-card {
        padding: 15px;
    }

    .finish-card img {
        height: auto;
        max-height: 180px;
        object-fit: cover;
    }



    /* ========================= */
    /* FLOWING BACKGROUND ENGINE */
    /* ========================= */

    .color-background {
        padding: 30px 0;
    }

    .color-background .flow-bg {
        background-attachment: scroll; /* prevent mobile jitter */
        background-position: center;
    }

    .color-background .flow-overlay {
        background: rgba(0,0,0,0.45);
    }

    .color-background .flow-content {
        width: 92%;
        margin: 0 auto;
        text-align: center;
    }



    /* ========================= */
    /* PAINT CARD                */
    /* ========================= */

    .paint-card {
        width: 92%;
        margin: 20px auto;
        padding: 20px 16px;
        border-radius: 14px;
    }

    .main-title {
        font-size: 2.2rem;
        margin-bottom: 10px;
    }

    .color-category-titles {
        gap: 20px;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }



    /* ========================= */
    /* SECTION HEADERS           */
    /* ========================= */

    .color-section h2 {
        font-size: 2.2rem;
        margin: 30px 0 20px;
    }

    .color-section h3 {
        font-size: 1.4rem;
        margin: 10px 0;
    }



    /* ========================= */
    /* COLOR GRID                */
    /* ========================= */

    .color-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        margin-bottom: 20px;
    }

    .color-grid .color-item {
        max-width: 100%;
    }

    .color-grid .color-swatch {
        height: 90px;
        border-radius: 6px;
    }

    .color-grid .color-item p {
        font-size: 0.85rem;
        min-height: auto;
        margin-top: 6px;
    }
    


    /* ========================= */
    /* 5‑ITEM GRID FIX (3 + 2)   */
    /* ========================= */

    .color-grid:has(.color-item:nth-child(5)):not(:has(.color-item:nth-child(6))) {
        grid-template-columns: repeat(2, 1fr) !important;
        justify-items: center;
    }

    /* Center bottom row */
    .color-grid:has(.color-item:nth-child(5)):not(:has(.color-item:nth-child(6))) .color-item:nth-child(4),
    .color-grid:has(.color-item:nth-child(5)):not(:has(.color-item:nth-child(6))) .color-item:nth-child(5) {
        transform: translateX(0) !important;
    }



    /* ========================= */
    /* QUARTZ GRID (3 + 3)       */
    /* ========================= */

    #quartz.color-block .color-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px !important;
    }



    /* ========================= */
    /* TIGHTEN EVERYTHING         */
    /* ========================= */

    .color-block {
        margin: 10px 0;
        padding: 0;
    }

    .color-block h3 {
        margin-bottom: 6px;
    }

    .color-grid {
        margin-bottom: 15px;
    }

    .color-item p {
        font-size: 0.85rem;
    }
    /* Center the last single swatch in the High‑Visibility range */
#highvis .color-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* two per row */
    gap: 20px;
    justify-items: center;
}

#highvis .color-item:last-child {
    grid-column: 1 / span 2; /* span both columns */
    justify-self: center;    /* center horizontally */
}
/* Center the last single swatch in the Natural Tones range */
#natural .color-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* two per row */
    gap: 20px;
    justify-items: center;
}

#natural .color-item:last-child {
    grid-column: 1 / span 2; /* span both columns */
    justify-self: center;    /* center horizontally */
}
/* Center the last single swatch in the ImpermiFinish – Pigmented range */
#impermiFinish .color-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* two per row */
    gap: 20px;
    justify-items: center;
}

#impermiFinish .color-item:last-child {
    grid-column: 1 / span 2; /* span both columns */
    justify-self: center;    /* center horizontally */
}


}

/* ============================================================
   FOOTER (LAST SECTION)
============================================================ */
@media (max-width: 600px) {

    /* Make footer a vertical flexbox */
    .impermitek-footer {
        display: flex;
        flex-direction: column;
        align-items: center;   /* CENTER EVERYTHING */
        text-align: center;
        gap: 28px;
        padding: 32px 20px;
        flex-wrap: wrap;
    }
.brand-statement .big {
    margin: 18px auto 1;     /* auto centers it */
    font-size: 0.7rem;
    font-weight: 700;
    color: white;
    font-style: italic;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

    opacity: 0;
    transform: none;        /* remove the right shift */
    text-align: center;     /* ensure text is centered */
    animation: fadeIn 1.2s ease forwards;
}

    /* ============================
       FORCE MOBILE ORDER
       ============================ */

    /* LOGO FIRST */
    .footer-brand {
        order: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center; /* CENTER LOGO + TEXT */
    }

    /* QUICK LINKS SECOND (BOTTOM LEFT BUTTON) */
    .footer-col:first-child {
        order: 2;
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center; /* CENTER BUTTON */
    }

    /* CONTACT THIRD (BOTTOM RIGHT BUTTON) */
    .footer-right {
        order: 3;
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center; /* CENTER BUTTON */
    }

    /* ============================
       TURN QUICK LINKS + CONTACT INTO BUTTONS
       ============================ */

    /* Hide desktop content */
    .footer-links-left .footer-link,
    .footer-contact-right .footer-contact-item,
    .footer-contact-right .footer-link-contact {
        display: none;
        text-align: center;
    }
    .footer-links-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 10px 0;
    padding-left: 0;
}
.footer-title {
    width: 140px;
    padding: 12px 0;
    background: var(--brand-darkpurple);
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.35);
    transition: all 0.25s ease;
    letter-spacing: 0.4px;
    margin: 0 auto;
    color: white;
    text-decoration: none;
    display: block;
}

.footer-title:hover {
    background: var(--brand-lightpurple);
    transform: translateY(-2px);
}


    /* BUTTON STYLE */
    .footer-heading {
        width: 140px;
        padding: 12px 0;
        background: var(--brand-darkpurple);
        border-radius: 5px;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0,0,0,0.35);
        transition: all 0.25s ease;
        letter-spacing: 0.4px;
        margin: 0 auto; /* CENTER BUTTON */
    }

    .footer-heading:hover {
        background: var(--brand-lightpurple);
        transform: translateY(-2px);
    }

    /* ============================
       SHOW DROPDOWN CONTENT WHEN ACTIVE
       ============================ */
    .footer-links-left.active .footer-link {
        display: block;
        margin-top: 6px;
        text-align: center;
    }

    @media (max-width: 600px) {
    .footer-contact-right.active .footer-link-contact {
        display: block !important;
        margin-top: 10px;
        pointer-events: auto !important;
        z-index: 999;
    }
}


    /* ============================
       LOGO + SOCIALS
       ============================ */
    .footer-logo-wrapper img {
        width: 160px;
        margin: 0 auto;
    }

    .footer-desc {
        max-width: 50%;
        margin: 10px auto 18px;
    }

    .social-icons {
        display: flex;
        justify-content: center;
        gap: 14px;
        margin-top: 8px;
    }

    /* ============================
       BOTTOM BAR
       ============================ */
    .footer-bottom p {
        text-align: center;
        margin: 0 auto;
        padding: 14px 0;
    }
    .footer-contact-right .footer-title {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 22px;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
    align-self: flex-start;
    margin-left: 4px;
    margin-top: -70px;
}
}

@media (max-width: 600px) {
  /* Ensure CONTACT button is clickable */
  .footer-contact-right  {
    display: block !important;
    pointer-events: auto !important;
    z-index: 999 !important;
    position: relative;
  }
  .footer-links-left .footer-heading,
  .footer-links-left .footer-link {
    text-align: center !important;
    margin-left: 0 !important;
  }

  /* Prevent parent containers from blocking clicks */
  .footer-contact-right,
  .footer-contact-right * {
    pointer-events: auto !important;
  }

  /* Optional: keep dropdown reveal logic */
  .footer-contact-right.active .footer-link-contact {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .footer-contact-right .footer-link-contact {
    display: none !important;
  }
}
@media (max-width: 600px) {
  footer a[href="/DealerPage/ContactUs.html"] {
    display: none !important;
  }
}



/* ============================================
   FOOTER — CENTERED LAYOUT FOR LARGE SCREENS
============================================ */
@media (min-width: 1600px) {

  .impermitek-footer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
    padding: 70px 100px;
    text-align: center;
  }

  .footer-col,
  .footer-brand,
  .footer-right {
    flex: 1;
    max-width: 420px;
  }

  .footer-brand {
    align-items: center;
    text-align: center;
  }

  .footer-links-left {
    align-items: left;
    text-align: left;
    padding-left: 0;
  }

  .footer-right {
    align-items: center;
    text-align: center;
  }

  .footer-contact-right {
    align-items: flex-start;
    transform: translateY(99px);
    text-align: left;
  }

  /* 🚫 Hide ONLY the stray underlined link */
  .footer-contact-right a[href="/DealerPage/ContactUs.html"]:not(.footer-link-contact):not(.footer-title) {
    display: none !important;
  }
  .footer-links-left .footer-heading, .footer-links-left .footer-link {
    text-align: left !important;
    margin-left: 0 !important;
}



  /* ✅ CONTACT title — match QUICK LINKS */
  .footer-contact-right .footer-title {
    display: block !important;
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
    text-decoration: none;
    pointer-events: none;   /* not clickable */
    cursor: default;
    text-align: left;
    align-self: flex-start;
  }

  /* ✅ Purple Contact button */
  .footer-link-contact {
    display: inline-block !important;
    margin-top: 14px;
    background: var(--brand-darkpurple);
    color: white;
    text-align: center;
    font-weight: 700;
    padding: 12px 0;
    border-radius: 5px;
    width: 140px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.35);
    transition: all 0.25s ease;
    letter-spacing: 0.4px;
    text-decoration: none;
  }

  .footer-link-contact:hover {
    background: var(--brand-lightpurple);
    
  }
}
@media (min-width: 1600px) {
  .footer-links-left {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    transform: translateX(160px);
  }

  .footer-links-left .footer-heading,
  .footer-links-left .footer-link {
    text-align: left !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 768px) {
    .mobile-toggle-desc {
        display: none !important;
    }

    .intro-description {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        background: none;
        color: white;
    }
}

@media (max-width: 600px) {
    .footer-links-left .footer-heading {
        display: none !important;
    }
     .footer-bottom p { 
        text-align: center; 
        margin: 0 auto; 
        padding: 14px 0;
        color: white; 
    }
}