

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}




/* ==========================================
   PREMIUM HERO SECTION
========================================== */
/* ==========================================
   HERO - Pure CSS text transition
========================================== */

.hero {
    position: relative;
    width: 100%;
    height: 85vh;
    min-height: 550px;
    overflow: hidden;
}

.slides {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Each slide */
.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease;
}

.slide.active {
    opacity: 1;
}

/* Image fills slide */
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Dark overlay */
.slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.664) 0%,
        rgba(0, 0, 0, 0.532) 60%,
        transparent 100%
    );
}

/* Text sits over overlay */
.hero-text {
    position: absolute;
    bottom: 70px;
    left: 60px;
    right: 60px;
    z-index: 2;
    color: #fff;

    /* hidden by default */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
}

/* When slide is active, text fades up */
.slide.active .hero-text {
    opacity: 1;
    transform: translateY(0);
}

.hero-text h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    font-family: 'Comfortaa', sans-serif;
}

.hero-text p {
    font-size: 1.1rem;
    font-weight: 300;
    color: #e0ffe8;
    max-width: 600px;
    line-height: 1.7;
    text-shadow: 0 1px 6px rgba(0,0,0,0.4);
    font-family: 'Comfortaa', sans-serif;
    margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
    .hero {
        height: 55vh;
        min-height: 300px;
    }

    .hero-text {
        bottom: 25px;
        left: 20px;
        right: 20px;
    }

    .hero-text h1 {
        font-size: 1.4rem;
        margin-bottom: 8px;
    }

    .hero-text p {
        font-size: 0.85rem;
    }
}


/*company overview*/

.company-overview {
  background: #f9f9f9;       /* light neutral background */
  padding: 3rem 1.5rem;      /* balanced spacing top/bottom, less on sides */
  color: #333;
}

.company-overview .container {
  max-width: 2000px;          /* keeps text at a readable width */
  margin: 0 auto;            /* centers the text block */
}

/* Headings */
.company-overview h3 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: #222;
}

.company-overview h4 {
  text-align: center;
  font-size: 1.6rem;
  margin: 2rem 0 1rem 0;
  font-weight: 600;
  color: #015811;            /* subtle green accent */
}

/* Paragraphs */
.company-overview p {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
  color: #444;
  text-align: justify;       /* balanced block look */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .company-overview .container {
    max-width: 100%;         /* allow full width on tablets/phones */
  }

  .company-overview p {
    text-align: left;        /* easier to read on small screens */
    font-size: 0.95rem;
    line-height: 1.6;
  }
}

/* Products Section */
/*glass*/
.products {
  padding: 3rem 2rem;
  background: #f9f9f9;
}

.products h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
  color: #222;
}

/* Product Row Layout */
.product-row {
  display: flex;
  align-items: center;
  gap: 2rem;              /* space between image and text */
  margin-bottom: 3rem;
}

/* Image on the left */
.product-image {
  flex: 1;                /* take up equal space */
}

.product-image img {
  width: 380px;
  height: 420px;
  border-radius: 8px;
}

/* Text on the right */
.product-content {
  flex: 2;                /* give text more space */
}

.product-content h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #015811;          /* subtle green accent */
}

.product-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .product-row {
    flex-direction: column;   /* stack image above text on mobile */
    text-align: center;
  }

  .product-content {
    flex: unset;
  }
}


/*aluminium*/

/* Default product row: image left, text right */
.product-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-right: 0px;
  margin-bottom: 3rem;
}

/* Reverse layout: image right, text left */
.product-row.reverse {
  flex-direction: row-reverse;   /* flips the order */
}

/* Image styling */
.product-image {
  flex: 1;
  margin-right: 0px;
}

.product-image img {
  width: 350px;
  height: auto;
  border-radius: 8px;
}

/* Text styling */
.product-content {
  flex: 2;
}

.product-content h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #015811;
}

.product-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .product-row,
  .product-row.reverse {
    flex-direction: column;   /* stack vertically on mobile */
    text-align: center;
  }
}


/* Silicone Row Layout */
.silicone-row {
  display: flex;
  align-items: flex-start;   /* align text and image at the top */
  gap: 20px;                 /* reduced spacing between image and text */
  margin-bottom: 2rem;       /* slightly smaller bottom margin */
  flex-direction: row;       /* image left, text right */
}

/* Image styling */
.silicone-row .product-image {
  flex: 0 0 auto;            /* prevent stretching */
}

.silicone-row .product-image img {
  width: 220px;              /* fixed width for consistency */
  height: auto;
  border-radius: 6px;
}

/* Text styling */
.silicone-row .product-content {
  flex: 1;                   /* text takes remaining space */
}

.silicone-row .product-content h3 {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
  color: #015811;
  text-align: left;
}

.silicone-row .product-content p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #444;
  text-align: justify;
  margin: 0;                 /* remove extra spacing */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .silicone-row {
    flex-direction: column;
    text-align: center;
  }

  .silicone-row .product-image img {
    width: 100%;             /* full width on mobile */
    max-width: 300px;
    margin: 0 auto;
  }

  .silicone-row .product-content {
    text-align: center;
  }

  .silicone-row .product-content p {
    text-align: left;
  }
}

/* Accessories Row Layout */
.accessories-row {
  display: flex;
  align-items: center;
  gap: 20px;               /* tighter spacing */
  margin-bottom: 3rem;
  flex-direction: row;     /* text first, image second */
}

/* Image styling */
.accessories-row .product-image {
  flex: 0 0 auto;          /* prevent stretching */
}

.accessories-row .product-image img {
  width: 250px;
  height: auto;
  border-radius: 8px;
}

/* Text styling */
.accessories-row .product-content {
  flex: 1;
}

.accessories-row .product-content h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #015811;
  text-align: left;
}

.accessories-row .product-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  text-align: justify;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .accessories-row {
    flex-direction: column;   /* stack vertically on mobile */
    text-align: center;
  }

  .accessories-row .product-image img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .accessories-row .product-content {
    text-align: center;
  }

  .accessories-row .product-content p {
    text-align: left;
  }
}




/* ==========================================
   FLOATING QUOTE BUTTON
========================================== */

.musa-quote {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 9999;
}

.musa-quote a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

/* icon */
.musa-quote img {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #fff;
    box-shadow: -6px 6px 20px rgba(0,0,0,0.2);
    transform: translateX(10px);
    transition: 0.3s ease;
}

/* label */
.musa-quote span {
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 18px;
    white-space: nowrap;
    border-left: 4px solid var(--accent);
    opacity: 0;
    transform: translateX(8px);
    transition: 0.3s ease;
}

/* hover */
.musa-quote:hover span {
    opacity: 1;
    transform: translateX(-5px);
}

.musa-quote:hover img {
    transform: translateX(10px) translateY(-4px);
}

/*search dropdown results*/

#searchResults.dropdown-results {
  position: fixed;
  top: 0;     /* set dynamically by JS */
  right: 0;   /* set dynamically by JS */
  left: auto;
  height: max-content;
  width: max-content;
  min-width: 180px;
  max-width: 320px;
  margin: 0;
  padding: 6px 0;
  list-style: none;

  background-color: #000 !important;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);

  font-family: 'Comfortaa', sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;

  overflow: auto;  /* allow scrolling */
  max-height: 180px;  /* reduced height */
  z-index: 999;
  display: none;
  animation: dropdownFade 0.18s ease-out;
}

#searchResults.dropdown-results.show {
  display: block;
}

@keyframes dropdownFade {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

#searchResults.dropdown-results li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#searchResults.dropdown-results li:last-child {
  border-bottom: none;
}

#searchResults.dropdown-results li a {
  display: block;
  padding: 10px 18px;
  color: #fff !important;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease;
}

#searchResults.dropdown-results li a:hover,
#searchResults.dropdown-results li a:focus {
  background-color: #fff;
  color: #000 !important;
}

#searchResults.dropdown-results li.no-results {
  padding: 10px 18px;
  color: #aaa !important;
  font-style: italic;
  white-space: nowrap;
}

/* =========================
   ACCESSORIES SECTION
========================= */

#accessories {
    width: 90%;
    max-width: 1300px;
    margin: 60px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* Section Heading */
h1{
    text-align: center;
margin-top: 15px;
    margin-bottom: 25px;

}

#accessories h2 {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
    position: relative;
}

#accessories h2::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #014f17;
    display: block;
    margin: 12px auto 0;
    border-radius: 2px;
}


/* =========================
   PRODUCT CARDS
========================= */

.product-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #e5e7eb;
}


.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.15);
}


/* Product Images */

.product-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
}


.product-card:hover img {
    transform: scale(1.08);
}


/* Card Content */

.product-card h3 {
    font-size: 22px;
    color: #111827;
    margin: 22px 20px 12px;
    font-weight: 600;
}


.product-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin: 0 20px 25px;
    flex-grow: 1;
}


/* =========================
   PAGE INTRO
========================= */

.glass-box {
    width: 90%;
    max-width: 900px;
    margin: 60px auto 30px;
    text-align: center;
}


.glass-box h1 {
    font-size: 46px;
    color: #111827;
    margin-bottom: 15px;
}


.glass-box p {
    font-size: 17px;
    line-height: 1.8;
    color: #666;
}


/* =========================
   RESPONSIVE DESIGN
========================= */

@media(max-width:768px) {

    #accessories {
        width: 92%;
        gap: 22px;
    }

    .product-card img {
        height: 200px;
    }

    .glass-box h1 {
        font-size: 34px;
    }

    #accessories h2 {
        font-size: 30px;
    }

}

/* =========================
   get quote
========================= */

/* =========================
   MUSA FLOATING BUTTON
   KIOO CHETU BRAND
   WHITE • BLACK • GREEN
========================= */

.musa-quote {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 9999;
}

/* main link container */
.musa-quote a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

/* avatar */
.musa-quote img {
    width: 78px;
    height: 78px;
    border-radius: 50%;

    background: #ffffff;
    border: 3px solid #ffffff;

    box-shadow: -6px 6px 20px rgba(0,0,0,0.2);

    transform: translateX(10px);
    transition: 0.3s ease;
}

/* text bubble */
.musa-quote span {
    background: #000000;   /* black */
    color: #ffffff;

    font-family: 'Comfortaa', sans-serif;
    font-size: 13px;
    font-weight: 600;

    padding: 10px 14px;
    border-radius: 18px;

    white-space: nowrap;

    border-left: 4px solid #16a34a; /* green accent */

    opacity: 0;
    transform: translateX(8px);

    transition: 0.3s ease;
}

/* hover effect */
.musa-quote:hover span {
    opacity: 1;
    transform: translateX(-5px);
}

.musa-quote:hover img {
    transform: translateX(10px) translateY(-4px);
}

.site-bg {
    position: fixed;   /* NOT relative */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;       /* push behind content */
    pointer-events: none;
}
/*search dropdown results*/

#searchResults.dropdown-results {
  position: fixed;
  top: 0;     /* set dynamically by JS */
  right: 0;   /* set dynamically by JS */
  left: auto;
  height: max-content;
  width: max-content;
  min-width: 180px;
  max-width: 320px;
  margin: 0;
  padding: 6px 0;
  list-style: none;

  background-color: #000 !important;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);

  font-family: 'Comfortaa', sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;

  overflow: auto;  /* allow scrolling */
  max-height: 180px;  /* reduced height */
  z-index: 999;
  display: none;
  animation: dropdownFade 0.18s ease-out;
}

#searchResults.dropdown-results.show {
  display: block;
}

@keyframes dropdownFade {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

#searchResults.dropdown-results li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#searchResults.dropdown-results li:last-child {
  border-bottom: none;
}

#searchResults.dropdown-results li a {
  display: block;
  padding: 10px 18px;
  color: #fff !important;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease;
}

#searchResults.dropdown-results li a:hover,
#searchResults.dropdown-results li a:focus {
  background-color: #fff;
  color: #000 !important;
}

#searchResults.dropdown-results li.no-results {
  padding: 10px 18px;
  color: #aaa !important;
  font-style: italic;
  white-space: nowrap;
}

body {
    position: relative;
    overflow-x: hidden;
    background: #ffffff;
}

.shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

/* Desktop */
.circle {
    width: 220px;
    height: 220px;
    background: rgba(10, 143, 74, 0.3);
    top: 180px;
    left: -70px;
    animation: breathe 6s ease-in-out infinite alternate;
}

.blob {
    width: 200px;
    height: 200px;
    background: rgba(10, 143, 74, 0.3);
    top: 500px;
    right: -60px;
    animation: breathe 8s ease-in-out infinite alternate;
}

.drop {
    width: 180px;
    height: 180px;
    background: rgba(10, 143, 74, 0.3);
    top: 850px;
    left: -50px;
    animation: breathe 7s ease-in-out infinite alternate;
}

.dot {
    width: 200px;
    height: 200px;
    background: rgba(10, 143, 74, 0.3);
    bottom: 630px;
      right: -60px;

    animation: breathe 9s ease-in-out infinite alternate;
}

@keyframes breathe {
    0%   { transform: scale(1); opacity: 0.8; }
    50%  { transform: scale(1.15); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.6; }
}

/* Mobile layout */
@media (max-width: 768px) {
    .circle {
        width: 120px;
        height: 120px;
        top: 800px;       /* higher so it’s visible */
        left: 0px;      /* pulled inside screen */
    }

    .blob {
        width: 110px;
        height: 110px;
        top: 300px;      /* evenly spaced below circle */
        right: 0px;     /* inside screen */
    }

    .drop {
        width: 100px;
        height: 100px;
        top: 1800px;      /* evenly spaced below blob */
        left: 0px;
    }

    .dot {
        width: 110px;
        height: 110px;
        bottom: 1700px;      /* evenly spaced below drop */
        right: 0px;
    }
}
.auth-buttons {
  display: flex;
  align-items: center;
  gap: 12px; /* creates consistent spacing between Login, Sign Up, and the dropdown */
}

.lang-switcher select {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  font-family: 'Comfortaa', sans-serif;
  font-size: 13px;
  background: #ffffff;
  cursor: pointer;
}


/*FAQ*/
.faq-section {
  position: relative;
  z-index: 10;
  background: #ffffff;
  max-width: 800px;
  margin: 60px auto;
  padding: 40px 20px;
}

.faq-section .section-title {
  text-align: center;
  margin-bottom: 30px;
  color: #16a34a;
}

.faq-item {
  border-bottom: 1px solid #e5e7eb;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 18px 0;
  font-family: Comfortaa;
  font-size: 16px;
  font-weight: 600;
  color: #111827 !important;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question::after {
  font-size: 20px;
  color: #111827;
  transition: transform 0.2s ease;
}

.faq-question.active::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  padding-bottom: 18px;
  color: #4b5563;
  line-height: 1.6;
}