@font-face {
  font-family: "TheSeasons";

  src: url("./fonts/TheSeasons-Regular.otf") format("opentype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "TheSeasons";

  src: url("./fonts/TheSeasons-Italic.otf") format("opentype");

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: "TheSeasons";

  src: url("./fonts/TheSeasons-Bold.otf") format("opentype");

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: "Jost";

  src: url("fonts/Jost-VariableFont_wght.ttf") format("truetype");

  font-weight: 100 900;

  font-style: normal;
}

@font-face {
  font-family: "Jost";

  src: url("fonts/Jost-Italic-VariableFont_wght.ttf") format("truetype");

  /* font-weight: 100 900; */

  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TheSeasons", serif;
}

/* @font-face {

  font-family: "Signatie";

  src: url("./fonts/TheSeasons-BoldItalic.otf") format("opentype");

  font-weight: bold;

  font-style: italic;

}

#the-season-font-family {

  font-family: "Signatie", serif !important;

}

@font-face {

  font-family: "Signatie";

  src: url("./fonts/TheSeasons-Regular.otf") format("opentype");

  font-weight: normal;

  font-style: normal;

}



@font-face {

  font-family: "Signatie";

  src: url("./fonts/TheSeasons-Italic.otf") format("opentype");

  font-weight: normal;

  font-style: italic;

}



@font-face {

  font-family: "Signatie";

  src: url("./fonts/TheSeasons-Bold.otf") format("opentype");

  font-weight: bold;

  font-style: normal;

}



@font-face {

  font-family: "Signatie";

  src: url("./fonts/TheSeasons-BoldItalic.otf") format("opentype");

  font-weight: bold;

  font-style: italic;

} */

/* GLOBAL RESET */

* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

@font-face {
  /* src: url("../fonts/Fontspring-reg.ttf") format("truetype");







        font-weight: normal;







        font-style: normal; */
}

/* body::after {

  content: "";

  display: block;

  height: 300px;

} */

body {
  font-family: "Jost", sans-serif;

  /* font-weight: 400; */

  /* background-color: #F9F8F6; */

  background-color: #f8f5eb;

  color: #333;

  overflow-x: hidden;
}

p {
  text-transform: capitalize;
}

img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  margin-top: 20px;
}

.feature-product-img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  margin-top: 50px;
}

/* h1,

h2,

h3,

button {

  font-family: "Playfair Display", serif;



  font-weight: 400;

} */

.container {
  max-width: 1400px;

  margin: 0 auto;

  padding: 0 20px;
}

/* --- ANIMATION STYLES (Word Reveal) --- */

/* 1. The mask that hides the word when it is down */

.word-wrapper {
  display: inline-block;

  overflow: hidden;

  vertical-align: bottom;

  /* Keeps text aligned during animation */

  /* margin-right: 0.25em; */

  padding-bottom: 2px;

  /* Prevent cutting off descenders like 'g' or 'y' */
}

/* 2. The actual text that slides up */

.word {
  display: inline-block;

  transform: translateY(110%);

  /* Start hidden below the line */

  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);

  /* Smooth elegant ease */
}

/* 3. The state when visible */

.word.is-visible {
  transform: translateY(0);
}

/* 4. Standard fade-in for images/buttons */
/* Wrapper */
.letter-wrapper {
  display: inline-block;
  overflow: hidden;
}

/* Letter animation */
.letter {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  transition:
    transform 0.6s ease,
    opacity 0.6s ease;
}

.letter.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

p.fade-in.is-visible {
  opacity: 1;

  transform: translateY(0);

  width: 600px !important;

  font-size: 18px;

  /* font-weight: 100; */

  margin-bottom: 100px;

  color: #5f554c;

  text-transform: capitalize;
}

/* -------------------------------------- */

/* BUTTONS */

.btn-line {
  background: transparent;

  border: 1px solid white;

  color: white;

  padding: 10px 25px;

  cursor: pointer;

  text-transform: uppercase;

  font-size: 0.8rem;

  letter-spacing: 1px;

  margin-top: 20px;
}

.btn-white {
  background: white;

  color: #333;

  border: none;

  padding: 12px 30px;

  cursor: pointer;

  text-transform: uppercase;

  font-size: 0.8rem;

  letter-spacing: 1px;

  margin-top: 20px;
}

.btn-underline {
  background: transparent;

  border: none;

  border-bottom: 1px solid #333;

  padding-bottom: 5px;

  cursor: pointer;

  text-transform: uppercase;

  font-size: 0.8rem;
}

/* HERO SECTION */

.hero-section {
  height: 100vh;

  background:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://replete-software.com/projects/mymaa-arts/images/banner.png");

  background-size: cover;

  background-position: center;

  background-attachment: fixed;

  position: relative;

  color: white;
}

.hero-section-breadcrumps {
  /* height: 100vh; */

  /* background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),







    url("/images/banner.jpg");







  background-size: cover;







  background-position: center; */

  position: relative;

  color: #0f0f0f;
}

/* .navbar {







        display: flex;







        justify-content: space-between;







        padding: 30px 50px;







    } */

.logo {
  font-family: "Playfair Display", serif;

  font-size: 1.5rem;

  letter-spacing: 2px;
}

/* .hero-content {







        position: absolute;







        bottom: 80px;







        left: 50px;







        max-width: 600px;







    } */

/* .hero-content h1 {







        font-size: 4rem;







        line-height: 1.1;







        margin-bottom: 10px;







    } */

/* INTRO QUOTE */

.intro-quote {
  padding: 100px 0;

  text-align: center;

  background-color: #f9f8f6;
}

.quote-text {
  font-family: "Playfair Display", serif;

  font-style: italic;

  font-size: 1.6rem;

  line-height: 1.8;

  max-width: 750px;

  margin: 0 auto;

  color: #555;
}

.leaf-decoration {
  font-size: 2rem;

  color: #d1d1d1;

  margin-top: 30px;
}

/* FEATURED PRODUCTS */

.featured-products {
  margin-bottom: 100px;

  background-color: white;
}

.product-split {
  display: grid;

  grid-template-columns: 1fr 1fr;

  /* gap: 40px; */
}

.img-wrapper {
  height: 400px;

  margin-bottom: 20px;

  overflow: hidden;
}

.prod-item h3 {
  font-size: 1.7rem;

  margin-bottom: 5px;

  font-weight: 500;

  color: #5f554c;

  /* font-family: "Jost", sans-serif; */

  font-optical-sizing: auto;

  font-weight: 500;

  font-style: normal;
}

.prod-item p {
  font-size: 0.9rem;

  color: #777;
}

.elevate-design-main-image {
  width: 100%;

  height: 400px;

  object-fit: cover;

  display: block;
}

/* CHAIR SECTION */

.chairs-section {
  margin-bottom: 100px;
}

.section-header {
  margin-bottom: 10px;
}

.chair-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;
}

.chair-card img {
  aspect-ratio: 3/4;

  background: #eaeaea;

  margin-bottom: 10px;
}

/* ELEVATE BANNER */

.elevate-banner {
  background-image: url("images/background22.png") !important;

  background-repeat: no-repeat;

  background-position: center;

  /* Centers the image */

  background-size: cover;

  background-color: #c4baa1 !important;

  padding: 80px 0;

  margin-bottom: 100px;
}

.elevate-container {
  max-width: 1200px;

  margin: 0 auto;

  padding: 0 20px;

  display: grid;

  grid-template-columns: 1fr 1.5fr;

  gap: 50px;

  align-items: center;
}

.elevate-container-main {
  max-width: 1330px;

  margin-top: 20px;

  padding-bottom: 30px;

  display: grid;

  grid-template-columns: 1fr 1.5fr;

  gap: 126px;

  align-items: center;

  border-bottom: 1px solid #f8f5eb;
}

.elevate-text {
  color: white;
}

.elevate-text h2 {
  font-size: 2.5rem;

  margin-bottom: 20px;

  line-height: 1.2;
}

.room-list {
  list-style: none;

  margin-top: 40px;
}

.room-list li {
  padding: 10px 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.elevate-image img {
  height: 400px;
}

/* TYPOGRAPHY SECTION */

.typography-section {
  padding: 80px 0;

  text-align: center;

  color: #c1b4a6;
}

.big-type {
  font-family: "Playfair Display", serif;

  font-size: 5rem;

  line-height: 1;
}

.line-2 {
  display: flex;

  justify-content: center;

  align-items: center;

  gap: 20px;
}

.inline-img-box {
  width: 120px;

  height: 70px;

  overflow: hidden;
}

/* GRID LAYOUT */

.grid-layout {
  display: grid;

  grid-template-columns: 1.2fr 1fr;

  gap: 40px;

  margin-bottom: 100px;
}

.grid-left {
  height: 600px;
}

.grid-right {
  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.info-block h2 {
  font-size: 2.5rem;

  margin-bottom: 20px;
}

.sub-images {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 20px;
}

.sub-images img {
  height: 200px;
}

/* SIGNAGE */

.signage-section {
  display: grid;

  grid-template-columns: 1fr 1fr;

  align-items: center;

  margin-bottom: 100px;

  padding: 50px 0;

  border-top: 1px solid #eee;

  border-bottom: 1px solid #eee;
}

.sign-text h2 {
  font-size: 3.5rem;

  line-height: 1;

  color: #333;

  margin-bottom: 20px;
}

.sign-img img {
  width: 300px;

  height: 300px;

  border-radius: 50%;

  margin: 0 auto;
}

/* FOOTER BANNER */

.footer-banner {
  height: 60vh;

  background: url("https://images.unsplash.com/photo-1550226891-ef816aed4a98?q=80&w=2000&auto=format&fit=crop")
    no-repeat center/cover;

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;
}

.banner-overlay {
  background: rgba(0, 0, 0, 0.4);

  padding: 40px;

  color: white;
}

.banner-overlay h2 {
  font-size: 3rem;

  margin-bottom: 20px;
}

.btn-box-white {
  background: white;

  color: black;

  padding: 15px 40px;

  border: none;

  font-weight: bold;

  cursor: pointer;
}

/* FOOTER */

footer {
  background-color: #ebe5dd;

  padding: 60px 0;
}

.footer-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 20px;
}

.footer-grid h3 {
  margin-bottom: 10px;
}

.footer-grid p {
  margin-bottom: 10px;

  font-size: 0.9rem;

  color: #555;

  cursor: pointer;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .chair-card.fade-in.is-visible {
    margin-bottom: 0px !important;
}
  .chairs-section {
    margin-bottom: 50px;
  }
  .elevate-banner {
    background-image: url(images/background22.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #c4baa1 !important;
    padding: 50px 0 0 0 !important;
    margin-bottom: 50px;
  }
  .every-moment-description {
    font-size: 16px !important;
    color: #555;
    line-height: 1.8;
    margin-bottom: 35px;
    max-width: 500px;
    display: contents;
  }
  .every-moment-heading {
    font-size: 42px !important;
    font-weight: 500;
    color: #1e1e1e;
    margin-bottom: 0px !important;
    line-height: 1.2;
    transition:
      opacity 2s ease-out,
      transform 0.8s ease-out;
    /* display: contents !important; */
  }
  .every-moment-image {
    width: 100%;
    height: 100% !important;
    /* border-radius: 6px; */
    object-fit: cover;
  }
  .artisanal-furniture-section-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
  }
  .artisanal-furniture-section-image {
    width: 100%;
    object-fit: cover;
    height: auto;
  }
  .new-navbar-mymaa-arts-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px !important;
    display: flex;
    justify-content: space-between;
    z-index: 3000;
    background: #f8f5eb;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
  }
  .new-navbar-mymaa-arts-container {
    width: 100% !important;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .handmade-furniture-section-marquee marquee {
    font-size: 100px !important;
  }

  .manufacturing-page-first-left {
    flex-direction: column-reverse;
  }

  #hero-banner-main-sub-text {
    color: #fff;

    display: flex !important;

    flex-direction: row !important;

    gap: 10px !important;
  }

  .product-split,
  .chair-grid,
  .elevate-container,
  .grid-layout,
  .signage-section,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-content h1,
  .big-type,
  .sign-text h2 {
    font-size: 2.5rem;
  }

  .grid-left {
    height: 300px;
  }

  .sub-images {
    margin-top: 20px;
  }

  .line-2 {
    flex-direction: column;
  }
}

/* --- NEW HEADER LAYOUT --- */

.navbar {
  display: grid;

  /* This creates 3 columns: Left (takes available space), Center (auto fits content), Right (takes available space) */

  grid-template-columns: 1fr auto 1fr;

  align-items: center;

  /* Vertically center everything */

  padding: 30px 50px;

  position: relative;

  z-index: 10;

  width: 100%;
}

/* LEFT SIDE: Menu */

.nav-left {
  display: flex;

  justify-content: flex-start;
}

.menu-btn {
  display: flex;

  align-items: center;

  gap: 12px;

  cursor: pointer;

  color: white;
}

.menu-btn-dark {
  display: flex;

  align-items: center;

  gap: 12px;

  cursor: pointer;

  color: #000;
}

.menu-btn-dark .hamburger-lines {
  display: flex;

  flex-direction: column;

  gap: 6px;

  /* Gap between the two lines */
}

.navbar-dark {
  padding: 20px 50px;
}

.navbar-dark img.header-logo {
  margin-top: 0 !important;
}

.menu-btn-dark .line {
  width: 24px;

  height: 2px;

  background-color: #b9a696;

  display: block;
}

.hamburger-lines {
  display: flex;

  flex-direction: column;

  gap: 6px;

  /* Gap between the two lines */
}

.line {
  width: 24px;

  height: 2px;

  background-color: white;

  display: block;
}

.menu-text {
  font-size: 0.75rem;

  letter-spacing: 1.5px;

  font-weight: 600;

  text-transform: uppercase;
}

/* CENTER SIDE: Logo */

.nav-center {
  display: flex;

  flex-direction: column;

  align-items: center;

  text-align: center;

  color: white;
}

.logo-wrapper {
  display: flex;

  align-items: center;

  gap: 10px;

  font-family: "Playfair Display", serif;

  font-size: 1.6rem;

  font-weight: 700;

  letter-spacing: 2px;

  line-height: 1;
}

.logo-icon {
  font-size: 1.8rem;

  /* Size of the crown icon */
}

.logo-tagline {
  font-size: 0.55rem;

  letter-spacing: 3px;

  text-transform: uppercase;

  margin-top: 8px;

  /* font-family: "Lato", sans-serif; */

  opacity: 0.9;
}

/* RIGHT SIDE: Inquire Button */

.nav-right {
  display: flex;

  justify-content: flex-end;
}

.nav-right a {
  text-decoration: none;
}

.navbar-dark .nav-right-dark .btn-inquire {
  color: #000 !important;

  background: none !important;
}

.navbar-dark .nav-right-dark .btn-inquire:hover {
  color: #fff !important;
}

.btn-inquire {
  background-color: #f9f8f6;

  /* The cream color from your image */

  color: #333;

  border: none;

  padding: 12px 35px;

  text-transform: uppercase;

  font-size: 0.75rem;

  letter-spacing: 1.5px;

  font-weight: 600;

  cursor: pointer;

  transition: background-color 0.3s ease;
}

/* .btn-inquire:hover {







        background-color: #563500;







        color: white;







        border: 1px solid white;







        animation: both 0.3s ease;







    } */

/* Shutter Out Vertical */

.hvr-shutter-out-vertical {
  display: inline-block;

  vertical-align: middle;

  -webkit-transform: translateZ(0);

  transform: translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  -moz-osx-font-smoothing: grayscale;

  position: relative;

  background: #e1e1e1;

  -webkit-transition-property: color;

  transition-property: color;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;
}

.hvr-shutter-out-vertical:before {
  content: "";

  position: absolute;

  z-index: -1;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  background: #563500;

  color: white;

  border: 1px solid white;

  -webkit-transform: scaleY(0);

  transform: scaleY(0);

  -webkit-transform-origin: 50%;

  transform-origin: 50%;

  -webkit-transition-property: transform;

  transition-property: transform;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-timing-function: ease-out;

  transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
  color: white !important;
}

.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);

  transform: scaleY(1);
}

/* RESPONSIVE ADJUSTMENT */

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

  .logo-tagline {
    display: none;

    /* Hide tagline on small screens to save space */
  }

  .logo-wrapper {
    font-size: 1.2rem;
  }

  .btn-inquire {
    padding: 10px 20px;
  }
}

/* --- QUIET PURSUIT SECTION --- */

.quiet-pursuit-section {
  position: relative;

  /* Needed for absolute positioning of leaves */

  padding: 120px 0;

  background-color: #f9f8f6;

  /* Matches main background */

  overflow: hidden;

  /* Prevents leaves from causing scrollbars */

  text-align: center;

  background-image: url("images/background-section.jpg");

  background-repeat: no-repeat;

  background-position: center;

  /* Centers the image */

  background-size: cover;

  /* Ensures the image covers the entire element while maintaining aspect ratio */

  /* background-attachment: fixed; */
}

/* Background Leaves */

.bg-leaf {
  position: absolute;

  opacity: 0.15;

  /* Make them faint like a watermark */

  width: 300px;

  /* Adjust size based on your actual images */

  height: auto;

  z-index: 0;

  /* Behind the text */

  pointer-events: none;

  mix-blend-mode: multiply;

  /* Helps blend into the cream background */
}

.leaf-left {
  bottom: -50px;

  left: -50px;

  transform: rotate(45deg);
}

.leaf-right {
  top: -50px;

  right: -50px;

  transform: rotate(-135deg);
}

/* Container for Text */

.pursuit-content {
  position: relative;

  z-index: 2;

  /* Sits on top of leaves */

  max-width: 1200px;

  display: flex;

  flex-direction: column;

  align-items: center;
}

/* Vertical Line */

.vertical-line {
  width: 1px;

  height: 60px;

  background-color: #d1cdc7;

  margin-bottom: 30px;
}

#vertical-line {
  width: 1px;

  height: 60px;

  background-color: #5f554c;

  margin-bottom: 30px;
}

/* "IN OUR QUIET PURSUIT" */

.pursuit-subhead {
  /* font-family: "Lato", sans-serif; */

  font-size: 0.75rem;

  letter-spacing: 2.5px;

  text-transform: uppercase;

  color: #333;

  margin-bottom: 40px;

  font-weight: 400;
}

/* Main Paragraph */

.pursuit-text {
  /* font-family: 'Playfair Display', serif; */

  /* font-family: "TheSeasons", serif; */

  font-size: 2.5rem;

  /* Large and elegant */

  /* line-height: 1.6; */

  color: #8b7e74;

  /* The brownish-taupe color from your image */

  text-transform: uppercase;

  margin-bottom: 60px;
}

/* Bottom Icon Wrapper */

.pursuit-icon {
  display: flex;

  justify-content: center;

  align-items: center;

  color: #d1cdc7;

  /* Light grey for the icon */
}

.icon-circle {
  width: 90px;

  height: 90px;
}

.prod-item.prod-item-left {
  margin-left: 60px;
}

.prod-item.prod-item-right {
  margin-right: 60px;
}

h2.stagger-text {
  font-size: 48px;

  color: #5f554c;
}

p.stagger-text {
  color: #5f554c;

  font-size: 20px;
}

/* Responsive Adjustments */

@media (max-width: 768px) {
  p.stagger-text {
    color: #5f554c;

    font-size: 20px;

    display: flex;

    align-items: center;

    /* justify-content: center; */

    flex-direction: row;

    gap: 7px;
  }

  .pursuit-text.stagger-text .word-wrapper {
    font-size: 32px !important;

    font-weight: 400 !important;

    text-align: center;
  }

  .pursuit-text {
    margin-bottom: 30px !important;
    font-size: 1.4rem;
    text-align: left;
  }

  .leaf-left,
  .leaf-right {
    width: 150px;

    /* Smaller leaves on mobile */
  }
}

img.header-logo {
  height: 46px;
}

.chair-card.fade-in.is-visible {
  margin-bottom: 50px;
}

p.chair-name {
  /* margin-left: 8px; */
}

/* UPDATED HERO CONTENT STYLES */

.hero-content {
  position: absolute;

  bottom: 80px;

  left: 0;

  width: 100%;

  padding: 0 50px;

  /* Matches your original left spacing */

  /* FLEXBOX MAGIC */

  display: flex;

  justify-content: space-between;

  /* Pushes items to edges */

  align-items: flex-end;

  /* Aligns them to the bottom baseline */

  z-index: 2;
}

.hero-text-group {
  max-width: 600px;
}

#hero-banner-main-sub-text {
  color: #fff;
}

.hero-content h1 {
  font-size: 4rem;

  line-height: 1.1;

  margin-bottom: 10px;
}

.hero-content p {
  color: #fff !important;

  font-size: 32px !important;
}

h2.elevate-container-main-heading {
  color: white;

  font-size: 76px;

  /* Initial state */

  transform: translateY(60px);

  opacity: 0;

  /* Your animation */

  transition:
    transform 1s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 1s ease;

  /* Trigger animation */

  animation: elevateHeading 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes elevateHeading {
  to {
    transform: translateY(0);

    opacity: 1;
  }
}

p.subtitle.elevate-container-main-subtitle {
  color: white;

  /* font-family: "Jost", sans-serif; */

  width: 966px;

  font-size: 17px;
}

button.hvr-shutter-out-vertical.btn-inquire.explore-btn {
  width: 236px;

  height: 55px;
}

/* Ensure button doesn't have top margin in desktop view so it aligns perfectly */

.hero-content .btn-inquire {
  margin-top: 0;

  margin-bottom: 5px;

  /* Slight adjustment to align with text baseline */
}

/* ... existing styles ... */

/* RESPONSIVE UPDATE */

@media (max-width: 768px) {
  section.quiet-pursuit-section {
    padding: 0px 0px;
  }

  .every-moment-content {
    margin-top: 0 !important;
  }

  button.hvr-shutter-out-vertical.btn-inquire.explore-btn {
    width: 100% !important;
  }

  h2.elevate-container-main-heading {
    font-size: 42px !important;
  }

  .prod-item.prod-item-left {
    margin-left: 0 !important;

    padding: 0 20px;
  }

  .prod-item.prod-item-right {
    margin-right: 0 !important;

    padding: 0 20px;
  }

  .elevate-container-main {
    display: flex;

    flex-direction: column;

    gap: 50px !important;
  }

  p.fade-in.is-visible {
    width: 100% !important;

    margin-bottom: 20px !important;
  }

  p.subtitle.elevate-container-main-subtitle {
    width: 100% !important;
  }

  /* ... existing responsive styles ... */

  .hero-content {
    flex-direction: column;

    /* Stack them vertically on mobile */

    align-items: center;

    padding: 0 20px;

    bottom: 40px;
  }

  .hero-content .btn-inquire {
    margin-top: 30px;

    /* Add space back on mobile */
  }

  .hero-content h1,
  .big-type,
  .sign-text h2 {
    font-size: 2.5rem;
  }
}

/* IMAGE TAB STYLING */

.image-tab-section-wrapper {
  width: 100%;

  padding: 60px 20px;
}

.image-tab-section-container {
  /* max-width: 1300px; */

  margin: auto;

  display: flex;

  gap: 40px;

  align-items: center;
}

/* TABS */

.image-tab-section-tabs {
  flex: 0 0 450px;

  display: flex;

  flex-direction: column;
}

.image-tab-section-tab {
  background: transparent;

  border: none;

  text-align: left;

  padding: 38px 20px;

  font-size: 28px;

  color: #fff;

  cursor: pointer;

  border-bottom: 1px solid rgba(255, 255, 255, 0.3);

  transition: all 0.3s ease;
}

.image-tab-section-tab:hover {
  background: rgba(255, 255, 255, 0.15);
}

.image-tab-section-tab.active {
  background: #f6f2ec;

  color: #5c4a3d;

  font-weight: 500;
}

/* IMAGE AREA */

.image-tab-section-image-area {
  flex: 1;

  position: relative;
}

.image-tab-section-image {
  width: 100%;

  height: 650px;

  /* height: 500px; */

  object-fit: cover;

  /* border-radius: 12px; */

  display: none;

  animation: imageFade 0.6s ease;
}

.image-tab-section-image.active {
  display: block;
}

/* ANIMATION */

@keyframes imageFade {
  from {
    opacity: 0;

    transform: scale(0.97);
  }

  to {
    opacity: 1;

    transform: scale(1);
  }
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .image-tab-section-container {
    flex-direction: column;
  }

  .image-tab-section-tabs {
    width: 100%;

    flex-direction: row;

    overflow-x: auto;

    flex: none !important;
  }

  .image-tab-section-tab {
    white-space: nowrap;

    border-bottom: none;

    border-right: 1px solid rgba(255, 255, 255, 0.3);

    font-size: 18px;
  }

  .image-tab-section-image {
    height: 380px;
  }
}

@media (max-width: 576px) {
  .image-tab-section-image {
    height: 260px;
  }
}

.text-video-section {
  width: 100%;

  /* background-color: #f6f1e8; */

  padding: 20px;
}

.text-video-section-container {
  max-width: 1400px;

  margin: auto;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 40px;
}

/* BIG HEADING */

.text-video-section-heading {
  /* font-family: "Georgia", serif; */

  font-size: clamp(70px, 12vw, 200px);

  font-weight: 300;

  color: #b7a596;

  line-height: 1;

  letter-spacing: 2px;

  flex: 1;
}

/* CONTENT */

.text-video-section-content {
  max-width: 360px;
}

.text-video-section-content p {
  font-size: 15px;

  line-height: 1.7;

  color: #444;

  /*margin-bottom: 24px;*/
}

/* BUTTON */

.text-video-section-btn {
  display: inline-block;

  padding: 14px 34px;

  background-color: #b7a596;

  color: #fff;

  text-decoration: none;

  font-size: 13px;

  letter-spacing: 1.5px;

  font-weight: 500;

  transition: background 0.3s ease;
}

.text-video-section-btn:hover {
  background-color: #9e8b7a;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .text-video-section-container {
    flex-direction: column;

    text-align: center;
  }

  .text-video-section-heading {
    font-size: clamp(50px, 14vw, 120px);
  }

  .text-video-section-content {
    max-width: 100%;
  }
}

.text-video-section-1 {
  width: 100%;

  /* background-color: #f6f1e8; */

  /* padding: 20px; */
}

.text-video-section-wrapper-1 {
  max-width: 1400px;

  margin: auto;

  display: flex;

  align-items: center;

  justify-content: end;

  gap: 60px;
}

/* LARGE TEXT */

.text-video-section-text-1 {
  /* font-family: "Georgia", serif; */

  font-size: clamp(60px, 10vw, 180px);

  font-weight: 300;

  color: #b7a596;

  line-height: 1;

  pointer-events: none;
}

/* VIDEO */

.text-video-section-video-wrap-1 {
  z-index: 2;
}

.text-video-section-video-box-1 {
  position: relative;

  width: 450px;

  max-width: 100%;
}

.text-video-section-video-1 {
  width: 100%;

  /* border-radius: 6px; */

  display: block;

  height: 200px;

  object-fit: cover;
}

/* PLAY BUTTON */

.text-video-section-play-btn-1 {
  position: absolute;

  inset: 0;

  margin: auto;

  width: 70px;

  height: 70px;

  border-radius: 50%;

  border: 2px solid #fff;

  background: rgba(255, 255, 255, 0.85);

  font-size: 24px;

  cursor: pointer;

  transition: transform 0.3s ease;
}

.text-video-section-play-btn-1:hover {
  transform: scale(1.1);
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .text-video-section-wrapper-1 {
    flex-direction: column;

    gap: 40px;
  }

  .text-video-section-text-1 {
    font-size: clamp(50px, 14vw, 120px);
  }

  .text-video-section-video-box-1 {
    width: 100%;

    max-width: 320px;
  }
}

.text-video-section-2 {
  width: 100%;

  /* background-color: #f6f1e8; */

  padding: 20px;

  overflow: hidden;
}

.text-video-section-wrapper-2 {
  max-width: 1400px;

  margin: auto;

  display: flex;

  align-items: center;

  justify-content: end;
}

/* BIG TEXT */

.text-video-section-heading-2 {
  /* font-family: "Georgia", serif; */

  font-size: clamp(70px, 14vw, 200px);

  font-weight: 300;

  color: #b7a596;

  letter-spacing: 3px;

  line-height: 1;

  margin: 0;

  text-align: center;

  pointer-events: none;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .text-video-section-heading-2 {
    font-size: clamp(50px, 16vw, 120px);

    letter-spacing: 2px;
  }
}

/* SECTION */

.every-moment-section {
  width: 100%;

  padding: 80px 20px;
}

/* CONTAINER */

.every-moment-container {
  max-width: 1300px;

  margin: auto;

  display: flex;

  align-items: start;

  gap: 60px;
}

/* IMAGE */

.every-moment-image-box {
  flex: 1;
}

.every-moment-image {
  width: 100%;

  /* height: 750px !important; */

  /* border-radius: 6px; */

  object-fit: cover;
}

/* CONTENT */

.every-moment-content {
  flex: 1;
}

.every-moment-heading {
  font-size: 56px;

  font-weight: 500;

  color: #1e1e1e;

  margin-bottom: 25px;

  line-height: 1.2;

  transition:
    opacity 2s ease-out,
    transform 0.8s ease-out;
}

.every-moment-description {
  font-size: 16px;

  color: #555;

  line-height: 1.8;

  margin-bottom: 35px;

  max-width: 500px;
}

/* BUTTON */

.every-moment-btn {
  padding: 14px 32px;

  background: #b7a193;

  color: #fff;

  border: none;

  text-transform: uppercase;

  letter-spacing: 1px;

  font-size: 14px;

  cursor: pointer;

  transition: all 0.3s ease;
}

.every-moment-btn:hover {
  background: #9e8878;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .every-moment-container {
    flex-direction: column;

    gap: 40px;
  }

  .every-moment-heading {
    font-size: 42px;
  }

  .every-moment-content {
    text-align: center;
  }

  .every-moment-description {
    margin: auto;
  }
}

@media (max-width: 576px) {
  .every-moment-heading {
    font-size: 34px;
  }

  .every-moment-description {
    font-size: 15px;
  }
}

.every-moment-content {
  margin-top: 100px;
}

.every-moment-right-image-section {
  background: #f8f3ea;

  /* padding: 80px 20px; */
}

.every-moment-right-image-container {
  /* max-width: 1300px; */

  margin-top: -300px;

  display: flex;

  justify-content: end;

  gap: 40px;

  align-items: center;
}

/* LEFT COLUMN */

.every-moment-right-image-left {
  display: flex;

  flex-direction: column;

  gap: 40px;
}

.every-moment-right-image-box {
  overflow: hidden;

  border-radius: 8px;
}

.every-moment-right-image-box img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform 0.6s ease;
}

.every-moment-right-image-box:hover img {
  transform: scale(1.05);
}

/* IMAGE SIZES */

.every-moment-right-image-box-1 {
  height: 300px;
}

.every-moment-right-image-box-2 {
  height: 260px;
}

/* RIGHT COLUMN */

.every-moment-right-image-right {
  display: flex;

  justify-content: center;
}

.every-moment-right-image-box-3 {
  height: 520px;

  width: 100%;

  max-width: 420px;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .every-moment-right-image-container {
    grid-template-columns: 1fr;
  }

  .every-moment-right-image-box-3 {
    max-width: 100%;

    height: 400px;
  }
}

@media (max-width: 576px) {
  .every-moment-right-image-box-1,
  .every-moment-right-image-box-2,
  .every-moment-right-image-box-3 {
    height: 240px;
  }
}

.every-moment-left-image-section {
  /* background-color: #f8f3ea; */

  /* padding: 100px 20px; */

  margin-top: -150px;
}

/* MAIN CONTAINER */

.every-moment-left-image-container {
  max-width: 1400px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: 1.2fr 1fr;

  align-items: center;
}

/* LEFT IMAGE */

.every-moment-left-image-wrapper {
  display: flex;

  justify-content: center;
}

.every-moment-left-image-img {
  width: 100%;

  max-width: 620px;

  height: auto;

  object-fit: cover;

  /* border-radius: 6px; */
}

/* RIGHT EMPTY SPACE (FOR BALANCE) */

.every-moment-left-image-space {
  min-height: 100%;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 1024px) {
  .every-moment-left-image-container {
    grid-template-columns: 1fr;

    gap: 40px;
  }

  .every-moment-left-image-img {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .every-moment-left-image-section {
    padding: 160px 16px 0 16px;
  }

  .every-moment-right-image-container.container {
    margin-top: 0 !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;
  }

  .every-moment-left-image-img {
    border-radius: 4px;
  }
}

.artisanal-furniture-section {
  /* background-color: #f6f0e6; */

  padding: 100px 20px;

  overflow: hidden;
}

.artisanal-furniture-section-container {
  max-width: 1400px;

  margin: auto;

  display: grid;

  grid-template-columns: 1.1fr 1fr;

  gap: 60px;

  align-items: start;
}

/* LEFT CONTENT */

.artisanal-furniture-section-content {
  /* max-width: 520px; */
}

.artisanal-furniture-section-heading {
  font-family: "Playfair Display", serif;

  font-size: 24px;

  line-height: 1.05;

  letter-spacing: 2px;

  color: #4b433b;

  margin-bottom: 30px;
}

.artisanal-furniture-section-text {
  /* font-family: "Inter", sans-serif; */

  font-size: 15px;

  line-height: 1.8;

  color: #5f5a54;

  margin-bottom: 40px;
}

/* BUTTON */

.artisanal-furniture-section-btn {
  background: transparent;

  border: 1px solid #3f3a34;

  padding: 25px 48px;

  font-size: 14px;

  letter-spacing: 2px;

  cursor: pointer;

  position: relative;

  transition: all 0.4s ease;

  display: block;

  width: 100%;

  text-align: center;

  text-decoration: none;

  color: #3f3a34;
}

.artisanal-furniture-section-btn::before,
.artisanal-furniture-section-btn::after {
  content: "•";

  position: absolute;

  font-size: 18px;

  top: 50%;

  transform: translateY(-50%);
}

.artisanal-furniture-section-btn::before {
  left: 20px;
}

.artisanal-furniture-section-btn::after {
  right: 20px;
}

.artisanal-furniture-section-btn:hover {
  background: #563500;

  color: #fff;
}

/* RIGHT IMAGE */

.artisanal-furniture-section-image-wrapper {
  display: flex;

  justify-content: center;

  align-items: center;

  height: 450px !important;

  /* height: 600px; */
}

.artisanal-furniture-section-image {
  width: 100%;

  /* max-width: 560px;







  height: auto; */

  object-fit: cover;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 1024px) {
  .artisanal-furniture-section-container {
    grid-template-columns: 1fr;

    gap: 0px;
  }

  .artisanal-furniture-section-heading {
    font-size: 52px;
  }
}

@media (max-width: 576px) {
  .artisanal-furniture-section {
    padding: 0px 16px;
  }

  .artisanal-furniture-section-heading {
    font-size: 40px;
  }

  .artisanal-furniture-section-text {
    font-size: 14px;
  }
}

.artisanal-furniture-section-content-title-content {
  display: flex;

  gap: 30px;
}

.handmade-furniture-section-marquee marquee {
  font-size: 200px;

  font-weight: 400;
}

.see-availability-section {
  position: relative;

  width: 100%;

  min-height: 100vh;

  overflow: hidden;

  display: flex;

  align-items: center;

  justify-content: center;
}

/* BACKGROUND IMAGE */

.see-availability-section-bg {
  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  z-index: 1;

  margin: 0;
}

/* DARK OVERLAY */

.see-availability-section-overlay {
  position: absolute;

  inset: 0;

  /* background: rgba(0, 0, 0, 0.55); */

  z-index: 2;

  padding: 0;
}

/* CONTENT */

.see-availability-section-content {
  position: relative;

  z-index: 3;

  text-align: center;

  max-width: 900px;

  padding: 0 20px;

  color: #ffffff;
}

/* SMALL LABEL */

.see-availability-section-label {
  display: inline-block;

  font-size: 13px;

  letter-spacing: 3px;

  margin-bottom: 20px;

  opacity: 0.9;
}

/* HEADING */

.see-availability-section-heading {
  font-family: "Playfair Display", serif;

  font-size: clamp(36px, 6vw, 72px);

  font-weight: 400;

  line-height: 1.2;

  margin-bottom: 25px;
}

/* DESCRIPTION */

.see-availability-section-text {
  /* font-family: "Inter", sans-serif; */

  font-size: clamp(14px, 2vw, 18px);

  line-height: 1.7;

  max-width: 720px;

  margin: auto;

  opacity: 0.9;
}

/* .pursuit-text.stagger-text-mobile {
  display: none;
} */

/* ---------- RESPONSIVE ---------- */

@media (max-width: 768px) {
  #about-page-fourth-container-second .about-page-fourth-content {
    margin-top: -28px !important;
  }

  #about-page-fourth-container-second {
    margin-top: 10px !important;
  }

  .about-page-fourth-content {
    margin-top: 0% !important;
  }

  .artisanal-furniture-section-content-title-content {
    display: flex !important;

    gap: 0px !important;

    flex-direction: column !important;
  }

  .every-moment-right-image-section {
    /* background: #f8f3ea; */

    /* padding: 80px 20px; */

    display: none !important;
  }

  .every-moment-section {
    width: 100%;

    padding: 30px 20px 20px 20px;
  }

  .featured-products {
    margin-bottom: 30px !important;
  }

  .pursuit-content {
    height: auto !important;

    padding-bottom: 50px;
  }

  .pursuit-text.stagger-text {
    display: none;
  }

  .pursuit-text.stagger-text-mobile {
    display: block;
  }

  .btn-inquire {
    padding: 10px 15px !important;
  }

  img.header-logo {
    height: 26px;
  }

  span.menu-text {
    display: none !important;
  }

  .see-availability-section {
    min-height: 75vh;

    margin-top: 50px;
  }

  .see-availability-section-label {
    font-size: 12px;
  }
}

.see-availability-section-content-main-container {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: space-around;

  height: 100vh !important;
}

.blog-see-availability-section-content-main-container {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  height: 100vh !important;
}

.vertical-line {
  width: 2px;

  height: 60px;

  background-color: #ffffff9e;

  margin: 20px auto;
}

.schedule-meeting-btn {
  padding: 15px 40px;

  margin-top: 10px;
}

.mymaa-footer-section {
  background-color: #b9a696;

  padding: 100px 30px 280px;

  position: relative;

  color: #ffffff;

  overflow: hidden;
}

.mymaa-footer-section-container {
  max-width: 1400px;

  margin: auto;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 50px;

  position: relative;

  z-index: 2;
}

/* TITLES */

.mymaa-footer-section-title {
  font-family: "Playfair Display", serif;

  font-size: 20px;

  margin-bottom: 20px;

  font-weight: 300;
}

/* TEXT */

.mymaa-footer-section-text,
.mymaa-footer-section-link,
.mymaa-footer-section-links a,
.mymaa-footer-section-social a {
  font-size: 15px;

  color: #ffffff;

  opacity: 0.9;

  text-decoration: none;
}

/* LIST */

.mymaa-footer-section-links {
  list-style: none;

  padding: 0;
}

.mymaa-footer-section-links li {
  margin-bottom: 10px;
}

/* SOCIAL */

.mymaa-footer-section-social {
  display: flex;

  gap: 10px;
}

.mymaa-footer-section-social a i {
  font-size: 25px !important;

  color: #fff !important;

  /* transition: color 0.3s ease !important; */
}

.mymaa-footer-section-social a i:hover {
  color: #3f3a34 !important;
}

/* FORM */

.mymaa-footer-section-form {
  display: flex;

  border: 1px solid #ffffff8c;

  margin-bottom: 15px;

  padding: 3px 5px;
}

.mymaa-footer-section-input {
  background: transparent;

  border: none;

  outline: none;

  color: #ffffff;

  padding: 10px 0;

  flex: 1;
}

.mymaa-footer-section-input::placeholder {
  color: #ffffff;

  opacity: 0.6;
}

.mymaa-footer-section-btn {
  background: transparent;

  border: none;

  color: #ffffff;

  font-size: 20px;

  cursor: pointer;
}

/* CHECKBOX */

.mymaa-footer-section-checkbox {
  font-size: 12px;

  display: flex;

  gap: 10px;

  align-items: flex-start;

  line-height: 1.5;
}

/* WATERMARK TEXT */

.mymaa-footer-section-watermark {
  position: absolute;

  bottom: -20px;

  left: 50%;

  transform: translateX(-50%);

  font-family: "Playfair Display", serif;

  font-size: clamp(80px, 18vw, 240px) !important;

  color: rgba(255, 255, 255, 0.08);

  white-space: nowrap;

  z-index: 1;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 1024px) {
  .mymaa-footer-section-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .mymaa-footer-section-container {
    grid-template-columns: 1fr;

    gap: 40px;
  }

  .mymaa-footer-section {
    padding: 60px 20px 100px;
  }
}

/* ICON HOVER EFFECT */

.mymaa-footer-section-social a:hover {
  color: #3f3a34;

  /* dark luxury tone */

  /* transform: translateY(-4px); */
}

/* OPTIONAL: DIFFERENT BRAND COLORS */

.mymaa-footer-section-social a:hover .fa-instagram {
  color: #ffffff;
}

.mymaa-footer-section-social a:hover .fa-facebook-f {
  color: #ffffff;
}

.mymaa-footer-section-social a:hover .fa-linkedin-in {
  color: #ffffff;
}

p.footer-phone {
  margin: 10px 0;
}

.hover-image {
  object-fit: cover;

  cursor: none;

  /* hide default cursor */
}

/* CUSTOM CURSOR */

.view-all-cursor {
  position: fixed;

  top: 0;

  left: 0;

  transform: translate(-50%, -50%);

  pointer-events: none;

  opacity: 0;

  z-index: 9999;

  width: 110px;

  height: 110px;

  border-radius: 50%;

  background: rgba(0, 0, 0, 0.75);

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 12px;

  letter-spacing: 2px;

  text-transform: uppercase;

  transition:
    opacity 0.3s ease,
    transform 0.08s ease;
}

.view-all-cursor a {
  text-decoration: none;

  color: #fff;
}

/* ......SIDEBAR...... */

/* OPEN BUTTON */

.mymaa-sidebar-section-open-btn {
  position: fixed;

  top: 20px;

  left: 20px;

  z-index: 1001;

  background: transparent;

  border: 1px solid #333;

  padding: 10px 16px;

  cursor: pointer;
}

/* OVERLAY */

.mymaa-sidebar-section-overlay {
  position: fixed;

  inset: 0;

  background: rgba(0, 0, 0, 0.4);

  opacity: 0;

  pointer-events: none;

  transition: 0.4s ease;

  z-index: 1000;
}

/* SIDEBAR */

.mymaa-sidebar-section {
  position: fixed;

  inset: 0;

  display: grid;

  grid-template-columns: 1.1fr 1fr;

  transform: translateX(-100%);

  transition: transform 0.6s ease;

  z-index: 1002;

  background-image: url("./images/sidebar-bg.png");

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
}

/* ACTIVE STATES */

.mymaa-sidebar-section.active {
  transform: translateX(0);
}

.mymaa-sidebar-section-overlay.active {
  opacity: 1;

  pointer-events: all;
}

/* HEADER */

.mymaa-sidebar-section-header {
  position: absolute;

  top: 30px;

  left: 40px;
}

.mymaa-sidebar-section-close {
  cursor: pointer;

  font-size: 16px;

  letter-spacing: 2px;

  display: inline-flex;

  align-items: center;

  gap: 10px;

  color: #5f554c;

  cursor: pointer;
}

.mymaa-sidebar-section-close img {
  width: 20px;

  height: 20px;

  margin: 0 !important;
}

/* CONTENT */

.mymaa-sidebar-section-content {
  padding: 100px 80px;
}

.mymaa-sidebar-section-menu {
  list-style: none;

  padding: 0;
}

.mymaa-sidebar-section-menu li {
  position: relative;

  font-size: 30px;

  margin-bottom: 22px;

  cursor: pointer;

  padding-left: 40px;

  color: #5f554c;
}

.mymaa-sidebar-section-menu li a {
  display: inline-block;

  text-decoration: none;

  color: #5f554c;

  /* transition: transform 0.35s ease, color 0.35s ease; */

  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

/* ARROW (HIDDEN BY DEFAULT) */

.mymaa-sidebar-section-menu li::before {
  content: "";

  position: absolute;

  left: 0;

  top: 50%;

  width: 24px;

  height: 24px;

  background: url("./images/sidebar-arrow.png") no-repeat center;

  background-size: contain;

  opacity: 0;

  transform: translate(-12px, -50%);

  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.mymaa-sidebar-section-menu li:hover::before {
  opacity: 1;

  transform: translate(0, -50%);
}

.mymaa-sidebar-section-menu li:hover a {
  transform: translateX(12px);

  color: #fff;
}

.mymaa-sidebar-section-menu li.active::before {
  opacity: 1;

  transform: translateX(0);
}

.mymaa-sidebar-section-menu li:hover,
.mymaa-sidebar-section-menu li.active {
  opacity: 1;
}

/* IMAGE */

.mymaa-sidebar-section-image {
  display: flex;

  align-items: center;

  justify-content: center;

  padding: 30px 80px 0 0;
}

.mymaa-sidebar-section-image img {
  width: 100%;

  object-fit: contain;

  max-width: 700px !important;

  height: 700px !important;

  /* width: 100%;



  object-fit: cover; */
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .mymaa-sidebar-section {
    grid-template-columns: 1fr;
  }

  .mymaa-sidebar-section-image {
    display: none;
  }

  .mymaa-sidebar-section-content {
    padding: 100px 40px;
  }

  .mymaa-sidebar-section-menu li {
    font-size: 28px;
  }
}

.pursuit-text.stagger-text .word-wrapper {
  font-size: 45px !important;

  font-weight: 400 !important;
}

.contact-page-section {
  padding: 20px 20px 70px 20px;
}

.contact-page-container {
  max-width: 1200px;

  margin: auto;

  display: flex;

  gap: 60px;
}

/* LEFT SIDE */

.contact-page-left {
  flex: 1;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;
}

.contact-page-small-title {
  font-size: 12px;

  letter-spacing: 2px;

  color: #555;

  text-align: center;
}

.contact-page-main-title {
  font-size: 56px;

  margin: 20px 0;

  font-weight: 400;

  text-align: center;
}

.contact-page-divider {
  width: 1px;

  height: 120px;

  /* control vertical length */

  background: #999;

  margin: 0px auto;
}

.contact-page-description {
  font-size: 14px;

  line-height: 1.7;

  color: #555;

  max-width: 400px;

  text-align: center;

  margin: 20px 0;
}

select.contact-page-input.contact-number-field {
  width: 20%;
}

.contact-page-whatsapp-btn {
  display: inline-block;

  margin-top: 30px;

  padding: 12px 30px;

  /* border: 1px solid #333; */

  text-decoration: none;

  font-size: 12px;

  letter-spacing: 1px;

  color: #333;
}

/* RIGHT SIDE */

.contact-page-right {
  flex: 1;
}

.contact-page-form-title {
  text-align: center;

  font-size: 12px;

  letter-spacing: 2px;

  margin-bottom: 30px;
}

.contact-page-form {
  display: flex;

  flex-direction: column;

  gap: 20px;
}

.contact-page-row {
  display: flex;

  gap: 20px;
}

.contact-page-input,
.contact-page-textarea {
  width: 100%;

  background: transparent;

  border: none;

  border-bottom: 1px solid #999;

  padding: 10px 0;

  font-size: 13px;

  outline: none;
}

.contact-page-input.full {
  width: 100%;
}

.contact-page-textarea {
  border: 1px solid #999;

  padding: 15px;

  min-height: 120px;

  resize: none;
}

.contact-page-submit-btn {
  margin-top: 20px;

  padding: 14px;

  background: #b5a394;

  border: none;

  color: #fff;

  font-size: 12px;

  letter-spacing: 2px;

  cursor: pointer;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .contact-page-container {
    flex-direction: column;
  }

  .contact-page-main-title {
    font-size: 42px;
  }
}

@media (max-width: 576px) {
  .contact-page-row {
    flex-direction: row;
  }

  .contact-page-main-title {
    font-size: 36px;
  }
}

.breadcrumps-container {
  padding: 120px 0 50px 0;
}

.breadcrumps-container h6 {
  text-transform: capitalize;

  font-size: 16px;
}

/* SECTION */

.about-page-section-wrapper {
  position: relative;

  min-height: 100vh;

  display: flex;

  align-items: center;

  justify-content: center;

  /* padding: 80px 20px; */

  overflow: hidden;
}

/* CONTENT */

.about-page-section-content {
  text-align: center;

  max-width: 900px;

  animation: aboutFadeUp 1.2s ease forwards;
}

.about-page-section-subtitle {
  display: block;

  font-size: 12px;

  letter-spacing: 2px;

  color: #7a7168;

  margin-bottom: 20px;
}

.about-page-section-title {
  font-size: 58px;

  font-weight: 400;

  line-height: 1.15;

  color: #5f554c;

  margin-bottom: 30px;
}

.about-page-section-description {
  font-size: 17px;

  letter-spacing: 1px;

  color: #7a7168;

  max-width: 620px;

  margin: auto;

  line-height: 1.8;
}

/* ICON */

.about-page-section-icon {
  margin-top: 40px;

  display: flex;

  justify-content: center;
}

.about-page-section-icon img {
  width: 70px;

  height: 70px;

  margin: -20px !important;
}

/* ANIMATION */

@keyframes aboutFadeUp {
  from {
    opacity: 0;

    transform: translateY(30px);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .about-page-section-title {
    font-size: 44px;
  }
}

@media (max-width: 576px) {
  .about-page-section-title {
    font-size: 34px;
  }

  .about-page-section-description {
    font-size: 12px;
  }

  .about-page-section-leaf {
    display: none;
  }
}

/* SECTION */

.about-page-second-section {
  width: 100%;

  min-height: 100vh;

  background-image: url("./images/about-second.png");

  background-size: cover;

  background-position: center;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 40px 20px;
}

.empty-space-about-section {
  padding: 100px 100px;

  background: transparent;

  border: 30px solid #fff;
}

/* OVERLAY */

.about-page-second-overlay {
  width: 100%;

  display: flex;

  justify-content: center;
}

/* CARD */

.about-page-second-card {
  /* background: #ffffff; */

  /* padding: 60px 50px; */

  max-width: 420px;

  text-align: center;

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* TEXT */

.about-page-second-title {
  font-size: 28px;

  font-weight: 400;

  padding: 0;

  /* margin-bottom: 20px; */

  color: #333;

  background-color: #fff;
}

.about-page-second-text {
  font-size: 14px;

  line-height: 1.8;

  padding: 10px 10px 30px 10px;

  color: #555;

  background-color: #fff;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .mymaa-footer-section-watermark{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Playfair Display", serif;
    font-size: clamp(0px, 16vw, 240px) !important;
    color: rgba(255, 255, 255, 0.08);
    white-space: nowrap;
    z-index: 1;
    width: 100%;
    /* left: 0; */
    right: 50%;
    padding: 0;
    margin: 0;
  }
  .blog-page-list-section {
    padding: 0px 20px 20px 20px !important;
  }

  .blog-page-list-container {
    max-width: 1300px;

    margin: auto;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 30px !important;
  }

  .blog-page-first-section-article {
    margin-bottom: 0px !important;
  }

  .blog-page-first-section {
    /* background: #f7f3e8; */

    padding: 0;

    margin: 50px 0 0 0 !important;
  }

  .blog-page-first-section-article {
    margin-bottom: 50px;
  }

  .blog-page-first-section-right {
    padding: 0 20px !important;
  }

  .about-page-second-card {
    padding: 40px 30px;
  }

  .about-page-second-title {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .about-page-second-section {
    min-height: 80vh;
  }

  .about-page-second-card {
    padding: 30px 20px;
  }

  .about-page-second-title {
    font-size: 22px;
  }

  .about-page-second-text {
    font-size: 13px;
  }
}

/* SECTION */

.about-page-third-section {
  padding: 100px 20px;
}

/* CONTAINER */

.about-page-third-container {
  max-width: 1200px;

  margin: auto;

  display: grid;

  grid-template-columns: 1.2fr 1fr;

  gap: 80px;

  align-items: start;
}

/* LARGE IMAGE */

.about-page-third-image-large {
  width: 100%;

  height: 520px;

  /* background: #dedede; */
}

/* CONTENT */

.about-page-third-content {
  position: relative;

  padding-top: 40px;
}

/* MAIN TEXT */

.about-page-third-main-text {
  font-size: 20px;

  line-height: 1.8;

  letter-spacing: 1px;

  color: #5f554c;

  margin-bottom: 80px;

  text-align: end;

  width: 100% !important;

  text-transform: uppercase;
}

/* SMALL TEXT */

.about-page-third-small-text {
  font-size: 15px;

  line-height: 1.7;

  color: #7a7168;

  max-width: 260px;

  margin-bottom: 30px;
}

/* SMALL IMAGE */

.about-page-third-image-small {
  width: 220px;

  height: 260px;

  background: #dedede;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .about-page-third-container {
    grid-template-columns: 1fr;

    gap: 60px;
  }

  .about-page-third-image-large {
    height: 420px;
  }

  .about-page-third-content {
    padding-top: 0;
  }
}

@media (max-width: 576px) {
  .about-page-third-section {
    padding: 20px 15px;
  }

  .about-page-third-main-text {
    font-size: 14px;

    margin-bottom: 50px;
  }

  .about-page-third-image-small {
    width: 180px;

    height: 220px;
  }
}

.about-page-third-small-content-right-main-section {
  display: flex;

  align-items: end;

  justify-content: end;

  gap: 20px;
}

.about-page-third-small-content-right-main-section img {
  max-width: 220px;

  width: 100%;

  height: 260px;

  object-fit: cover;
}

/* SECTION */

.about-page-fourth-section {
  background: #bca999;

  padding: 80px 20px;
}

.about-page-fourth-container-second {
  margin-top: 150px !important;
}

/* CONTAINER */

.about-page-fourth-container {
  max-width: 1200px;

  margin: auto;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 80px;

  align-items: start;
}

/* IMAGE */

.about-page-fourth-image {
  width: 100%;

  max-width: 600px;

  object-fit: cover;

  height: 520px;

  /* background: #e1e1e1; */
}

/* CONTENT */

.about-page-fourth-content {
  color: #fff;

  margin-top: 10%;
}

/* SUBTITLE */

.about-page-fourth-subtitle {
  display: block;

  font-size: 14px;

  letter-spacing: 2px;

  margin-bottom: 40px;
}

/* NAME (SCRIPT STYLE) */

.about-page-fourth-name {
  /* font-family: "Brush Script MT", cursive; */

  font-size: 120px;

  font-weight: 200;

  margin-bottom: 10px;
}

/* ROLE */

.about-page-fourth-role {
  font-size: 12px;

  letter-spacing: 1.5px;

  margin-bottom: 25px;
}

/* DESCRIPTION */

.about-page-fourth-description {
  font-size: 14px;

  line-height: 1.8;

  max-width: 420px;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .about-page-fourth-container {
    grid-template-columns: 1fr;

    gap: 60px;

    text-align: center;
  }

  .about-page-fourth-image {
    height: 420px;
  }

  .about-page-fourth-description {
    margin: auto;
  }
}

@media (max-width: 576px) {
  .about-page-fourth-name {
    font-size: 38px !important;
  }

  .about-page-fourth-description {
    font-size: 13px;
  }
}

.about-page-fourth-image h2 {
  font-size: 32px;

  margin-bottom: 50px;

  color: #fff;
}

.about-page-fourth-image img {
  max-width: 450px;

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  margin-top: 20px;
}

/* SECTION */

.about-page-fifth-section {
  background: #7b8762;

  padding: 140px 20px;

  text-align: center;
}

/* CONTAINER */

.about-page-fifth-container {
  max-width: 900px;

  margin: auto;

  color: #fff;
}

/* TOP TEXT */

.about-page-fifth-top-text {
  display: block;

  font-size: 12px;

  letter-spacing: 2px;

  margin-bottom: 30px;
}

/* TITLE */

.about-page-fifth-title {
  font-size: 56px;

  font-weight: 400;

  line-height: 1.15;

  margin-bottom: 30px;
}

/* DESCRIPTION */

.about-page-fifth-description {
  font-size: 14px;

  line-height: 1.8;

  letter-spacing: 1px;

  max-width: 600px;

  margin: auto;
}

/* DIVIDER */

.about-page-fifth-divider {
  width: 1px;

  height: 60px;

  background: rgba(255, 255, 255, 0.7);

  margin: 50px auto;
}

/* BUTTON */

.about-page-fifth-button {
  display: inline-block;

  padding: 14px 30px;

  border: 1px solid #fff;

  color: #000;

  background-color: #fff;

  font-size: 12px;

  letter-spacing: 2px;

  text-decoration: none;

  transition: all 0.3s ease;
}

.about-page-fifth-button:hover {
  background: #fff;

  color: #fff;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .about-page-fifth-title {
    font-size: 44px;
  }
}

@media (max-width: 576px) {
  .about-page-fifth-section {
    padding: 100px 15px;
  }

  .about-page-fifth-title {
    font-size: 34px;
  }

  .about-page-fifth-description {
    font-size: 13px;
  }

  .about-page-fifth-divider {
    height: 40px;
  }
}

/* UPDATED HERO CONTENT STYLES */

.chair-product-hero-content {
  position: absolute;

  bottom: 80px;

  left: 0;

  width: 100%;

  padding: 0 50px;

  /* Matches your original left spacing */

  /* FLEXBOX MAGIC */

  display: flex;

  justify-content: space-between;

  /* Pushes items to edges */

  align-items: flex-end;

  /* Aligns them to the bottom baseline */

  z-index: 2;
}

.chair-product-hero-text-group {
  max-width: 600px;
}

.chair-product-hero-content h1 {
  font-size: 4rem;

  line-height: 1.1;

  margin-bottom: 10px;
}

/* HERO SECTION */

#sofa-product-hero-section {
  height: 100vh !important;

  background:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("images/sofa-banner.png") !important;

  background-size: cover !important;

  background-position: center !important;

  position: relative !important;

  color: white !important;

  padding: 0 !important;

  margin: 0 !important;
}

#blog-product-hero-section {
  height: 100vh !important;

  background:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("images/sofa-page-14.png") !important;

  background-size: cover !important;

  background-position: center !important;

  position: relative !important;

  color: white !important;

  padding: 0 !important;

  margin: 0 !important;
}

#chair-product-hero-section {
  background-attachment: fixed !important;

  height: 100vh !important;

  background-blend-mode: darken;

  background-image: url("images/chair-product-banner.png") !important;

  background-size: cover !important;

  background-position: center !important;

  position: relative !important;

  color: white !important;

  padding: 0 !important;

  margin: 0 !important;
}

#blog-product-hero-section {
  height: 100vh !important;

  background:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("images/chair-product-banner.png") !important;

  background-size: cover !important;

  background-position: center !important;

  position: relative !important;

  color: white !important;

  padding: 0 !important;

  margin: 0 !important;
}

.chair-product-hero-section {
  height: 100vh;

  background:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://replete-software.com/projects/mymaa-arts/images/chair-product-banner.png") !important;

  background-size: cover !important;

  background-position: center !important;

  position: relative !important;

  color: white !important;
}

/* SECTION */

.chair-product-section {
  padding: 80px 20px;
}

/* CONTAINER */

.chair-product-section-container {
  max-width: 1200px;

  margin: auto;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 30px;

  align-items: start;
}

/* CARD */

.chair-product-section-card {
  text-align: center;
}

/* IMAGE */

.chair-product-section-card img {
  width: 100%;

  /* max-width: 320px; */

  margin: auto;

  display: block;

  cursor: pointer;
}

/* CENTER EMPHASIS */

.chair-product-section-card-center img {
  max-width: 360px;
}

/* TITLE */

.chair-product-section-title {
  margin-top: 20px;

  font-size: 19px;

  letter-spacing: 1.5px;

  color: #2f4f4f;

  text-align: left;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .chair-product-section-container {
    grid-template-columns: 1fr 1fr;

    gap: 40px;
  }

  .chair-product-section-card-center {
    grid-column: span 2;

    text-align: center;
  }

  .chair-product-section-title {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .chair-product-section-container {
    grid-template-columns: 1fr;
  }

  .chair-product-section-card-center {
    grid-column: span 1;
  }
}

#blog-product-hero-section {
  height: 100vh !important;

  background:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://replete-software.com/projects/mymaa-arts/images/blog-banner.png") !important;

  background-size: cover !important;

  background-position: center !important;

  position: relative !important;

  color: white !important;
}

.blog-hero-section {
  height: 100vh;

  background:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://replete-software.com/projects/mymaa-arts/images/blog-banner.png");

  background-size: cover;

  background-position: center;

  position: relative;

  color: white;
}

.blog-hero-content {
  position: absolute;

  bottom: 200px !important;

  left: 0;

  width: 100%;

  padding: 0 50px;

  display: flex;

  justify-content: center !important;

  align-items: center !important;

  z-index: 2;
}

.blog-hero-text-group {
  max-width: 1000px;

  text-align: center !important;
}

.blog-hero-content h1 {
  font-size: 4rem;

  line-height: 1.1;

  margin-bottom: 10px;
}

/* MAIN SECTION */

.blog-page-first-section {
  /* background: #f7f3e8; */

  padding: 0;

  margin: 100px 0;
}

/* WRAPPER */

.blog-page-first-section-wrapper {
  display: grid;

  grid-template-columns: 1.2fr 1fr 1.2fr;

  min-height: 100vh;
}

/* LEFT */

.blog-page-first-section-left {
  /* background: #e0e0e0; */

  background-image: url("https://rococomilano.com/wp-content/uploads/2025/06/13-1-819x1024.jpg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  padding: 80px 60px;

  position: sticky;

  top: 0;

  height: 100vh;
}

.blog-page-first-section-left-title {
  font-size: 64px;

  line-height: 1.1;

  margin-bottom: 30px;

  color: #fff;
}

.blog-page-first-section-left-text {
  font-size: 14px;

  line-height: 1.7;

  margin-bottom: 40px;

  color: #fff;
}

/* CENTER */

.blog-page-first-section-center {
  background: #f7f3e8;

  padding: 0px 20px 80px 20px;

  position: sticky;

  top: 0;

  height: 100vh;
}

.blog-page-first-section-center-title {
  font-size: 28px;

  margin-bottom: 20px;
}

.blog-page-first-section-center-text {
  font-size: 14px;

  line-height: 1.7;

  margin-bottom: 30px;
}

/* RIGHT */

.blog-page-first-section-right {
  background: #f7f3e8;

  padding: 0px 60px;

  height: 100vh;

  overflow-y: auto;
}

/* ARTICLE */

.blog-page-first-section-article {
  margin-bottom: 80px;
}

.blog-page-first-section-image {
  width: 100%;

  height: 260px;

  background: #e0e0e0;

  margin-bottom: 20px;
}

.blog-page-first-section-date {
  font-size: 12px;

  letter-spacing: 1px;

  display: block;

  margin-bottom: 10px;
}

.blog-page-first-section-article-title {
  font-size: 22px;

  margin-bottom: 15px;
}

.blog-page-first-section-article-text {
  font-size: 14px;

  line-height: 1.7;

  margin-bottom: 20px;
}

/* BUTTON */

.blog-page-first-section-btn {
  display: inline-block;

  padding: 14px 28px;

  background: #bca999;

  color: #fff;

  font-size: 12px;

  letter-spacing: 2px;

  text-decoration: none;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .blog-page-first-section-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-page-first-section-left,
  .blog-page-first-section-center {
    position: relative;

    height: auto;
  }

  .blog-page-first-section-right {
    height: auto;

    overflow: visible;
  }

  .blog-page-first-section-left-title {
    font-size: 42px;
  }
}

/* SECTION */

.blog-page-list-section {
  padding: 0px 20px 100px 20px;
}

/* CONTAINER */

.blog-page-list-container {
  max-width: 1300px;

  margin: auto;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 50px;
}

/* CARD */

.blog-page-list-card {
  display: flex;

  flex-direction: column;
}

/* IMAGE */

.blog-page-list-image {
  width: 100%;

  height: 260px;

  /* background: #e0e0e0; */

  margin-bottom: 20px;
}

/* DATE */

.blog-page-list-date {
  font-size: 14px;

  letter-spacing: 1px;

  margin-bottom: 10px;

  color: #555;

  margin-top: 15px;
}

/* TITLE */

.blog-page-list-title {
  font-size: 24px;

  line-height: 1.3;

  margin-bottom: 15px;

  color: #111;
}

/* DESCRIPTION */

.blog-page-list-description {
  font-size: 14px;

  line-height: 1.7;

  margin-bottom: 25px;

  color: #444;
}

/* BUTTON */

.blog-page-list-btn {
  align-self: flex-start;

  padding: 14px 26px;

  background: #bca999;

  color: #fff;

  font-size: 12px;

  letter-spacing: 2px;

  text-decoration: none;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .blog-page-list-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .blog-page-list-container {
    grid-template-columns: 1fr;
  }

  .blog-page-list-title {
    font-size: 22px;
  }
}

.blog-cta-text {
  font-size: 25px;
}

.blog-see-availability-section-overlay {
  position: absolute;

  inset: 0;

  /* background: rgba(0, 0, 0, 0.55); */

  z-index: 2;

  padding: 0;
}

/* SECTION */

.blog-detail-page-first-section {
  padding: 0px 20px 0 20px;
}

/* CONTAINER */

.blog-detail-page-first-container {
  max-width: 720px;

  margin: auto auto 20px auto;
}

/* INTRO PARAGRAPH */

.blog-detail-page-first-intro {
  font-size: 15px;

  line-height: 1.9;

  margin-bottom: 24px;
}

/* HEADINGS */

.blog-detail-page-first-heading {
  font-size: 26px;

  font-weight: 400;

  margin: 20px 0 20px;
}

/* BODY TEXT */

.blog-detail-page-first-text {
  font-size: 14px;

  line-height: 1.9;

  margin-bottom: 22px;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .chair-product-redirect-scroll-card {
    margin-bottom: 0px !important;
    /* background: #f6f6f6 !important; */
    border-radius: 12px !important;
    transition: background-color 0.6s ease !important;
}
      .product-sofa-page-with-detail-image {
        width: 100%;
        height: auto !important;
    }
    .product-sofa-page-with-detail-section {
      flex-direction: column-reverse !important;
      height: auto;
  }
  .product-sofa-page-with-detail-image img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
    cursor: pointer;
}
  .hover-image {
    object-fit: cover !important;
    cursor: none;
    height: auto !important;
  }
  .img-wrapper {
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .contact-page-description {
    margin: 0 !important;
  }

  .contact-page-divider {
    display: none;
  }

  .blog-hero-content {
    position: absolute;

    bottom: 80px !important;

    left: 0;

    width: 100%;

    padding: 0 50px;

    display: flex;

    justify-content: center !important;

    align-items: center !important;

    z-index: 2;
  }

  .blog-detail-page-first-section {
    padding: 50px 16px 20px 16px !important;
  }

  .blog-detail-page-first-heading {
    font-size: 22px;

    margin: 0 !important;
  }
}

@media (max-width: 480px) {
  .blog-detail-page-first-intro,
  .blog-detail-page-first-text {
    font-size: 13px;

    line-height: 1.8;
  }
}

/* SECTION */

.blog-detail-page-second-section {
  padding: 0px 20px 0px 20px;
}

/* CONTAINER */

.blog-detail-page-second-container {
  max-width: 1400px;

  margin: auto;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 30px;
}

/* IMAGE BLOCK */

.blog-detail-page-second-image {
  width: 100%;

  height: 370px;

  /* background: #e0e0e0; */
}

.blog-detail-page-second-image.blog-detail-page-second-image-left img {
  margin-top: 0 !important;
}

.blog-detail-page-second-image.blog-detail-page-second-image-right img {
  margin-top: 0 !important;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .blog-detail-page-second-image {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .blog-detail-page-second-container {
    grid-template-columns: 1fr;
  }

  .blog-detail-page-second-image {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .blog-detail-page-second-section {
    padding: 70px 15px;
  }

  .blog-detail-page-second-image {
    height: 240px;
  }
}

/* SECTION */

.blog-detail-third-section {
  padding: 0px 20px 50px 20px;
}

/* CONTAINER */

.blog-detail-third-section-container {
  max-width: 1200px;

  margin: auto;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 30px;
}

/* IMAGE BLOCK */

.blog-detail-third-section-image {
  width: 100%;

  height: 420px;

  /* background: #e0e0e0; */
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .blog-detail-third-section-image {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .blog-detail-third-section-container {
    grid-template-columns: 1fr;
  }

  .blog-detail-third-section-image {
    height: 300px;
  }

  .blog-page-first-section-center {
    background: #f7f3e8;

    padding: 0px 20px 20px 20px;

    position: static;

    top: 0;

    height: auto;
  }
}

@media (max-width: 480px) {
  .blog-detail-third-section {
    padding: 0px 15px 50px 15px;
  }

  .blog-detail-third-section-image {
    height: 240px;
  }
}

.blog-detail-btn-wrapper a {
  text-decoration: none;
}

.blog-detail-page-first-container-date {
  max-width: 720px;

  margin: auto;

  display: flex;

  align-items: center;

  justify-content: space-between;

  border-top: 1px solid #ccc;

  padding: 20px 0 50px 0px !important;
}

/*  .......MANUFACTURING STYLING........ */

/* SECTION */

.manufacturing-page-hero-section {
  position: relative;

  padding: 140px 20px;

  overflow: hidden;

  background-image: url("images/background-section.jpg");

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;
}

.manufacturing-page-hero-icon img {
  width: 50px;

  height: 50px;
}

/* CONTAINER */

.manufacturing-page-hero-container {
  max-width: 1100px;

  margin: auto;

  text-align: center;
}

/* EYEBROW */

.manufacturing-page-hero-eyebrow {
  display: block;

  font-size: 12px;

  letter-spacing: 3px;

  color: #7a7168;

  margin-bottom: 30px;
}

/* TITLE */

.manufacturing-page-hero-title {
  font-size: 36px;

  line-height: 1.5;

  font-weight: 400;

  letter-spacing: 1px;

  color: #5f554c;
}

/* ICON */

.manufacturing-page-hero-icon {
  margin-top: 60px;

  display: flex;

  justify-content: center;
}

.manufacturing-page-hero-icon span {
  width: 46px;

  height: 46px;

  border: 1px solid #c9c1b8;

  border-radius: 50%;

  position: relative;
}

.manufacturing-page-hero-icon span::after {
  content: "♕";

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  font-size: 14px;

  color: #a79c91;
}

/* DECORATIVE LEAVES */

.manufacturing-page-hero-leaf {
  position: absolute;

  width: 240px;

  height: 240px;

  background-repeat: no-repeat;

  background-size: contain;

  opacity: 0.15;
}

.manufacturing-page-hero-leaf-left {
  left: -60px;

  bottom: 40px;

  background-image: url("https://i.imgur.com/6qJXK8g.png");
}

.manufacturing-page-hero-leaf-right {
  right: -60px;

  top: 40px;

  background-image: url("https://i.imgur.com/6qJXK8g.png");

  transform: rotate(180deg);
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .manufacturing-page-hero-title {
    font-size: 30px;

    line-height: 1.45;
  }
}

@media (max-width: 768px) {
  .manufacturing-page-hero-section {
    padding: 110px 18px;
  }

  .manufacturing-page-hero-title {
    font-size: 26px;
  }

  .manufacturing-page-hero-leaf {
    display: none;
  }
}

@media (max-width: 480px) {
  .manufacturing-page-hero-title {
    font-size: 22px;

    line-height: 1.4;
  }
}

/* SECTION */

.manufacturing-page-first-section {
  padding: 40px 20px;

  background-color: #bca999;
}

/* CONTAINER */

.manufacturing-page-first-container {
  max-width: 1300px;

  margin: auto;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 60px;

  align-items: start;
}

/* LEFT */

.manufacturing-page-first-left {
  display: flex;

  flex-direction: column;

  gap: 40px;

  position: relative;
}

.manufacturing-page-first-title {
  font-size: 25px;

  font-weight: 400;

  line-height: 1.3;

  color: #ffffff;

  z-index: 1;

  padding: 45px 30px;

  width: 75%;

  background-color: #bca999;
}

.manufacturing-page-first-image-large img {
  position: absolute;

  /* max-width: 600px; */

  width: 100% !important;

  object-fit: cover;

  height: auto;

  top: 0;

  z-index: 0;
}

/* RIGHT */

.manufacturing-page-first-right {
  display: flex;

  flex-direction: column;

  gap: 40px;

  position: relative;

  justify-content: flex-end;

  align-items: flex-end;
}

/* IMAGE BLOCKS */

.manufacturing-page-first-image {
  /* background: #e0e0e0; */

  width: 100%;
}

.manufacturing-page-first-image-large {
  height: 520px;
}

.manufacturing-page-first-image-tall {
  height: 620px;
}

/* CAPTION */

.manufacturing-page-first-caption {
  font-size: 25px;

  font-weight: 400;

  line-height: 1.3;

  color: #ffffff;

  z-index: 1;

  padding: 45px 30px;

  width: 75%;

  background-color: #bca999;

  text-align: center;

  position: absolute;

  bottom: -20px;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .manufacturing-page-first-container {
    gap: 40px;
  }

  .manufacturing-page-first-title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .manufacturing-page-first-container {
    grid-template-columns: 1fr;
  }

  .manufacturing-page-first-right {
    align-items: stretch;
  }

  .manufacturing-page-first-caption {
    align-self: center;

    width: 100%;

    font-size: 20px;
  }

  .manufacturing-page-first-image-large,
  .manufacturing-page-first-image-tall {
    height: 380px;
  }
}

@media (max-width: 480px) {
  .manufacturing-page-first-title {
    font-size: 24px;
  }

  .manufacturing-page-first-caption {
    font-size: 18px;

    padding: 20px;
  }

  .manufacturing-page-first-image-large,
  .manufacturing-page-first-image-tall {
    height: 300px;
  }
}

/* SECTION */

.manufacturing-page-second-section {
  padding: 70px 20px;
}

/* HEADING */

.manufacturing-page-second-heading {
  text-align: center;

  font-size: 64px;

  font-weight: 400;

  margin-bottom: 20px;
}

/* GRID */

.manufacturing-page-second-grid {
  max-width: 1300px;

  margin: auto;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 40px;
}

/* CARD */

.manufacturing-page-second-card {
  display: flex;

  flex-direction: column;
}

/* IMAGE PLACEHOLDER */

.manufacturing-page-second-image {
  width: 100%;

  height: 260px;

  /* background: #e0e0e0; */

  margin-bottom: 25px;
}

/* TITLE */

.manufacturing-page-second-title {
  font-size: 22px;

  font-weight: 500;

  margin-bottom: 15px;
}

/* TEXT */

.manufacturing-page-second-text {
  font-size: 14px;

  line-height: 1.7;

  color: #333;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
  .manufacturing-page-second-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 50px;
  }
}

@media (max-width: 768px) {
  .manufacturing-page-second-heading {
    font-size: 44px;

    margin-bottom: 60px;
  }

  .manufacturing-page-second-grid {
    grid-template-columns: 1fr;
  }

  .manufacturing-page-second-image {
    height: 220px;
  }
}

@media (max-width: 480px) {
  .manufacturing-page-second-heading {
    font-size: 34px;
  }

  .manufacturing-page-second-text {
    font-size: 13px;
  }
}

/* SECTION */

.manufacturing-page-third-section {
  padding: 50px 20px 70px 20px;
}

/* CONTAINER */

.manufacturing-page-third-container {
  max-width: 1300px;

  margin: auto;

  display: grid;

  grid-template-columns: 1fr 1.2fr;

  gap: 60px;

  align-items: start;
}

/* LEFT CONTENT */

.manufacturing-page-third-content {
  display: flex;

  flex-direction: column;

  justify-content: space-between;

  height: 100%;
}

.manufacturing-page-third-text-two {
  width: 65%;
}

.manufacturing-page-third-eyebrow {
  display: block;

  font-size: 12px;

  letter-spacing: 2px;

  color: #7a7168;

  margin-bottom: 30px;
}

.manufacturing-page-third-text {
  font-size: 20px;

  line-height: 1.4;

  margin-bottom: 40px;

  text-align: end;

  text-transform: uppercase;
}

.manufacturing-page-third-caption {
  font-size: 11px;

  letter-spacing: 2px;

  color: #7a7168;
}

/* IMAGE */

.manufacturing-page-third-image {
  width: 100%;

  height: auto;

  /* background: #e0e0e0; */
}

.manufacturing-page-third-image img {
  margin-top: 0;
}

.manufacturing-page-third-image video {
  max-width: 650px;

  width: 100%;

  object-fit: cover;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .manufacturing-page-third-container {
    grid-template-columns: 1fr;

    gap: 50px;
  }

  .manufacturing-page-third-content {
    max-width: 100%;
  }

  .manufacturing-page-third-image {
    height: 360px;
  }
}

@media (max-width: 576px) {
  .manufacturing-page-third-section {
    padding: 80px 15px;
  }

  .manufacturing-page-third-text {
    font-size: 14px;
  }

  .manufacturing-page-third-image {
    height: 280px;
  }
}

.manufacturing-page-third-text-two {
}

/* SECTION */

.manufacturing-page-fourth-section {
  padding: 120px 20px;
}

/* CONTAINER */

.manufacturing-page-fourth-container {
  max-width: 1300px;

  margin: auto;

  display: grid;

  grid-template-columns: 1.1fr 1fr;

  gap: 80px;

  align-items: start;
}

/* LARGE IMAGE */

.manufacturing-page-fourth-image-large {
  width: 100%;

  /* height: 520px; */

  /* background: #e0e0e0; */
}

.manufacturing-page-fourth-image-large img {
  margin-top: 0;
}

/* CONTENT */

.manufacturing-page-fourth-content {
  display: flex;

  flex-direction: column;

  gap: 60px;

  justify-content: space-between;

  height: 100% !important;
}

/* MAIN TEXT */

.manufacturing-page-fourth-text {
  font-size: 16px;

  line-height: 1.4;

  letter-spacing: 1px;

  text-align: justify;

  /* text-transform: uppercase; */
}

p.manufacturing-page-fourth-text .manufacturing-page-fourth-text-span {
  font-size: 20px !important;
}

/* BOTTOM AREA */

.manufacturing-page-fourth-bottom {
  display: flex;

  gap: 40px;

  align-items: flex-end;

  justify-content: flex-end;
}

/* SMALL IMAGE */

.manufacturing-page-fourth-image-small {
  width: 220px;

  /* height: 220px; */

  flex-shrink: 0;
}

/* CTA */

.manufacturing-page-fourth-cta {
  max-width: 260px;
}

.manufacturing-page-fourth-cta-text {
  font-size: 15px;

  line-height: 1.7;

  margin-bottom: 20px;

  color: #4a4a4a;
}

/* BUTTON */

.manufacturing-page-fourth-button {
  display: inline-block;

  padding: 14px 26px;

  background: #bca999;

  color: #fff;

  font-size: 12px;

  letter-spacing: 2px;

  text-decoration: none;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .manufacturing-page-fourth-container {
    grid-template-columns: 1fr;

    gap: 60px;
  }

  .manufacturing-page-fourth-bottom {
    align-items: flex-start;
  }

  .manufacturing-page-fourth-image-large {
    height: 420px;
  }
}

@media (max-width: 576px) {
  .manufacturing-page-fourth-section {
    padding: 90px 15px;
  }

  .manufacturing-page-fourth-text {
    font-size: 14px;
  }

  .manufacturing-page-fourth-bottom {
    flex-direction: column;

    gap: 30px;
  }

  .manufacturing-page-fourth-image-small {
    width: 100%;

    height: 260px;
  }
}

/* ===== INITIAL HIDDEN STATE ===== */

#every-moment-heading,
#every-moment-description,
#schedule-meeting-btn {
  opacity: 0;

  transform: translateY(40px);
}

/* ===== ACTIVE ANIMATION ===== */

.every-moment-animate #every-moment-heading {
  animation: everyMomentFadeUp 1.1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.every-moment-animate #every-moment-description {
  animation: everyMomentFadeUp 1.1s cubic-bezier(0.25, 1, 0.5, 1) forwards;

  animation-delay: 0.3s;
}

.every-moment-animate #schedule-meeting-btn {
  animation: everyMomentFadeUp 1.1s cubic-bezier(0.25, 1, 0.5, 1) forwards;

  animation-delay: 0.6s;
}

/* ===== KEYFRAMES ===== */

@keyframes everyMomentFadeUp {
  from {
    opacity: 0;

    transform: translateY(40px);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}

/* INITIAL HIDDEN STATE */

#see-availability-section-label,
#see-availability-section-heading,
#see-availability-section-text,
#see-availability-section-vertical-line,
#see-availability-section-btn {
  opacity: 0;

  transform: translateY(40px);

  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}

/* STAGGER EFFECT */

#see-availability-section-heading {
  transition-delay: 0.15s;
}

#see-availability-section-text {
  transition-delay: 0.35s;
}

#see-availability-section-vertical-line {
  transition-delay: 0.55s;
}

#see-availability-section-btn {
  transition-delay: 0.75s;
}

/* ACTIVE STATE */

#see-availability-section.active #see-availability-section-label,
#see-availability-section.active #see-availability-section-heading,
#see-availability-section.active #see-availability-section-text,
#see-availability-section.active #see-availability-section-vertical-line,
#see-availability-section.active #see-availability-section-btn {
  opacity: 1;

  transform: translateY(0);
}

/* OPTIONAL: vertical line grow animation */

#see-availability-section-vertical-line {
  height: 0;

  transition: height 1s cubic-bezier(0.25, 1, 0.5, 1);
}

#see-availability-section.active #see-availability-section-vertical-line {
  height: 60px;
}

/* INITIAL HIDDEN STATE */

#mymaa-footer-section-container,
#mymaa-footer-section-watermark {
  opacity: 0;

  transform: translateY(60px);

  transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

/* STAGGER DELAYS */

#mymaa-footer-section-col-1 {
  transition-delay: 0.15s;
}

#mymaa-footer-section-col-2 {
  transition-delay: 0.35s;
}

#mymaa-footer-section-col-3 {
  transition-delay: 0.55s;
}

#mymaa-footer-section-col-4 {
  transition-delay: 0.75s;
}

#mymaa-footer-section-watermark {
  transition-delay: 1s;
}

/* ACTIVE STATE */

#mymaa-footer-section.active #mymaa-footer-section-container,
#mymaa-footer-section.active #mymaa-footer-section-watermark {
  opacity: 1;

  transform: translateY(0);
}

#mymaa-footer-section {
  transform: translateY(100%);

  will-change: transform;
}

#mymaa-footer-section.footer-visible {
  transform: translateY(0);
}

#mymaa-footer-reveal {
  /* height: 120vh;  */

  /* position: relative;

  overflow: hidden; */
}

#mymaa-footer-reveal {
  position: relative;

  height: 200vh; /* scroll distance used for reveal */
}

#see-availability-section {
  position: sticky;

  top: 0;

  height: 100vh;

  z-index: 2;

  will-change: transform;
}

#mymaa-footer-section {
  position: relative;

  z-index: 1;
}

/* ...........ABOUT TEXT WRITER........... */

#about-page-fourth-name {
  font-family: "Dancing Script", cursive !important;

  font-size: 78px;

  font-weight: 600;

  color: #fff;

  position: relative;

  display: inline-block;

  /* font-family: 'Dancing Script', cursive;

  font-size: 48px;

  font-weight: 600;

  color: #000;

  white-space: nowrap;

  overflow: hidden;

  border-right: 3px solid rgba(0,0,0,0.6);

  width: 0;

  animation: typingEffect 3s steps(20, end) forwards,

             blinkCursor 0.7s infinite; */
}

/* typing animation */

@keyframes typingEffect {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/* cursor blink */

@keyframes blinkCursor {
  50% {
    border-color: transparent;
  }
}

#about-page-fourth-name2 {
  font-family: "Dancing Script", cursive !important;

  font-size: 78px;

  font-weight: 600;

  color: #fff;

  position: relative;

  display: inline-block;

  /* font-family: 'Dancing Script', cursive;

  font-size: 48px;

  font-weight: 600;

  color: #000;

  white-space: nowrap;

  overflow: hidden;

  border-right: 3px solid rgba(0,0,0,0.6);

  width: 0;

  animation: typingEffect 3s steps(20, end) forwards,

             blinkCursor 0.7s infinite; */
}

/* typing animation */

@keyframes typingEffect {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/* cursor blink */

@keyframes blinkCursor {
  50% {
    border-color: transparent;
  }
}

/* HERO HEADER */

#hero-section {
  position: relative;

  height: 100vh;

  width: 100%;
}

/* NAVBAR DEFAULT */

#navbar {
  position: absolute;

  top: 0;

  width: 100%;

  padding: 20px 40px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  transition: all 0.4s ease;

  z-index: 999;

  background: transparent;
}

/* STICKY STATE */

#navbar.navbar-sticky {
  position: fixed;

  background: #f8f5eb;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

  animation: slideDown 0.4s ease;
}

/* SLIDE ANIMATION */

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* MENU */

#menu-text {
  font-size: 14px;

  letter-spacing: 2px;
}

#hamburger-lines {
  display: flex;

  flex-direction: column;

  gap: 6px;
}

#line {
  /* width: 26px;

  height: 2px;

  background: #000; */
}

/* LOGO */

#header-logo {
  /* max-width: 120px; */
}

/* BUTTON */

#btn-inquire,
#hero-btn {
  /* padding: 12px 28px;

  border: 1px solid #000;

  background: transparent;

  cursor: pointer;

  transition: all 0.3s ease; */
}

#btn-inquire:hover,
#hero-btn:hover {
  background: #000;

  color: #fff;
}

/* HERO CONTENT */

#hero-content {
  /* position: absolute;

  bottom: 15%;

  left: 50%;

  transform: translateX(-50%);

  text-align: center; */
}

#stagger-text {
  font-size: 64px;

  margin-bottom: 10px;
}

#hero-banner-main-sub-text {
  font-size: 20px;

  margin-bottom: 30px;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  #navbar {
    padding: 15px 20px;
  }

  #stagger-text {
    font-size: 40px;
  }

  #hero-content {
    bottom: 10%;
  }
}

.sofa-page-first-section {
  position: relative;

  width: 100%;

  min-height: 100vh;

  background-image: url("./images/sofa-bg-1.png");

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  /* background: #0e0e0e; */

  overflow: hidden;

  margin: 30px 0px 0 0;
}

.sofa-page-first-section-overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(
    to right,

    rgba(0, 0, 0, 0.75) 30%,

    rgba(0, 0, 0, 0.2) 60%,

    rgba(0, 0, 0, 0) 100%
  );

  z-index: 1;
}

.sofa-page-first-section-container {
  position: relative;

  z-index: 2;

  display: flex;

  align-items: center;

  min-height: 100vh;
}

/* LEFT CONTENT */

.sofa-page-first-section-content {
  width: 45%;

  padding: 80px;

  color: #fff;
}

.sofa-page-first-section-title {
  font-size: 72px;

  font-weight: 400;

  margin-bottom: 40px;

  opacity: 0;

  transform: translateY(30px);

  transition: all 1s ease;
}

.sofa-page-first-section-spec {
  margin-bottom: 20px;

  opacity: 0;

  transform: translateX(-30px);

  transition: all 0.8s ease;
}

.sofa-page-first-section-spec h4 {
  font-size: 14px;

  letter-spacing: 1px;

  text-transform: uppercase;

  margin-bottom: 4px;

  color: #d6d6d6;
}

.sofa-page-first-section-spec p {
  font-size: 14px;

  line-height: 1.6;

  color: #ffffff;
}

/* RIGHT IMAGE */

.sofa-page-first-section-image {
  width: 55%;

  height: 100vh;

  overflow: hidden;
}

.sofa-page-first-section-image img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transform: scale(1.1);

  transition: transform 2s ease;
}

/* ANIMATION ACTIVE */

.sofa-page-first-section.active .sofa-page-first-section-title {
  opacity: 1;

  transform: translateY(0);
}

.sofa-page-first-section.active .sofa-page-first-section-spec {
  opacity: 1;

  transform: translateX(0);
}

.sofa-page-first-section.active .sofa-page-first-section-image img {
  transform: scale(1);
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .sofa-page-first-section-container {
    flex-direction: column;
  }

  .sofa-page-first-section-content,
  .sofa-page-first-section-image {
    width: 100%;
  }

  .sofa-page-first-section-content {
    padding: 60px 30px;
  }

  .sofa-page-first-section-title {
    font-size: 48px;
  }

  .sofa-page-first-section-image {
    height: 60vh;
  }
}

.sofa-page-second {
  width: 100%;

  overflow: hidden;

  /* background: #f6f4f2; */
}

.sofa-page-second-container {
  display: grid;

  grid-template-columns: 1fr 1fr;

  min-height: 100vh;
}

/* LEFT IMAGE */

.sofa-page-second-left,
.sofa-page-second-right {
  position: relative;

  overflow: hidden;
}

.sofa-page-second-left img,
.sofa-page-second-right img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transform: scale(1.1);

  opacity: 0;

  transition: all 1.5s ease;

  margin-top: 0 !important;

  padding: 30px 20px 30px 20px !important;
}

/* ACTIVE STATE */

.sofa-page-second.active .sofa-page-second-left img {
  transform: scale(1);

  opacity: 1;
}

.sofa-page-second.active .sofa-page-second-right img {
  transform: scale(1);

  opacity: 1;

  transition-delay: 0.3s;
}

/* LUXURY FEEL SHADOW */

.sofa-page-second-left::after {
  content: "";

  position: absolute;

  inset: 0;

  /* background: linear-gradient(

    to right,

    rgba(0,0,0,0.15),

    rgba(0,0,0,0)

  ); */
}

.sofa-page-second-right::after {
  content: "";

  position: absolute;

  inset: 0;

  /* background: linear-gradient(

    to left,

    rgba(0,0,0,0.2),

    rgba(0,0,0,0)

  ); */
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .sofa-page-second-container {
    grid-template-columns: 1fr;
  }

  .sofa-page-second-left,
  .sofa-page-second-right {
    min-height: 60vh;
  }
}

@media (max-width: 576px) {
  .sofa-page-second-left,
  .sofa-page-second-right {
    min-height: 50vh;
  }
}

/* SECTION */

.sofa-page-third {
  width: 100%;

  /* padding: 60px 0; */

  /* background: #f5f3f1; */

  overflow: hidden;
}

/* IMAGE WRAPPER */

.sofa-page-third-image-wrapper {
  /* max-width: 1200px; */

  margin: 0 auto;

  padding: 0px 0px;

  overflow: hidden;
}

.sofa-page-third-image-wrapper img {
  margin-top: 0 !important;
}

/* IMAGE */

.sofa-page-third-image {
  width: 100%;

  height: auto;

  display: block;

  border-radius: 12px;

  /* Animation initial state */

  opacity: 0;

  transform: scale(1.08);

  transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

/* ACTIVE STATE */

.sofa-page-third.active .sofa-page-third-image {
  opacity: 1;

  transform: scale(1);
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .sofa-page-third {
    padding: 40px 0;
  }

  .sofa-page-third-image-wrapper {
    padding: 0 16px;
  }

  .sofa-page-third-image {
    border-radius: 8px;
  }
}

.sofa-page-fourth {
  width: 100%;

  background: #f4f2ee;

  overflow: hidden;
}

.sofa-page-fourth-container {
  display: flex;

  width: 100%;

  min-height: 100vh;
}

/* IMAGE WRAPPER */

.sofa-page-fourth-image {
  flex: 1;

  overflow: hidden;

  position: relative;
}

/* IMAGES */

.sofa-page-fourth-image img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  padding: 30px 20px 30px 20px !important;

  opacity: 0;

  transform: scale(1.08);

  transition: all 1.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* VERTICAL DIVIDER */

.sofa-page-fourth-divider {
  width: 2px;

  background: rgba(0, 0, 0, 0.15);

  transform: scaleY(0);

  transition: transform 1s ease;

  transform-origin: top;
}

/* ACTIVE ANIMATION */

.sofa-page-fourth.active .sofa-page-fourth-image img {
  opacity: 1;

  transform: scale(1);
}

.sofa-page-fourth.active .sofa-page-fourth-divider {
  transform: scaleY(1);
}

/* SLIGHT DELAY FOR RIGHT IMAGE */

.sofa-page-fourth-right img {
  transition-delay: 0.2s;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .sofa-page-fourth-container {
    flex-direction: column;
  }

  .sofa-page-fourth-divider {
    width: 100%;

    height: 2px;

    transform: scaleX(0);

    transform-origin: left;
  }

  .sofa-page-fourth.active .sofa-page-fourth-divider {
    transform: scaleX(1);
  }

  .sofa-page-fourth-image {
    min-height: 60vh;
  }
}

@media (max-width: 576px) {
  .sofa-page-fourth-image {
    min-height: 50vh;
  }
}

/* SECTION */

.sofa-page-fifth {
  width: 100%;

  /* padding: 80px 0;

  background: #f6f4f2; */

  overflow: hidden;
}

/* IMAGE WRAPPER */

.sofa-page-fifth-image-wrapper {
  /* max-width: 1200px;

  margin: 0 auto;

  padding: 0 24px;

  overflow: hidden; */
}

/* IMAGE */

.sofa-page-fifth-image {
  width: 100%;

  height: auto;

  display: block;

  padding-bottom: 30px;

  opacity: 0;

  transform: translateY(40px) scale(1.05);

  transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

/* ACTIVE STATE */

.sofa-page-fifth.active .sofa-page-fifth-image {
  opacity: 1;

  transform: translateY(0) scale(1);
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .sofa-page-fifth {
    padding: 50px 0;
  }

  .sofa-page-fifth-image-wrapper {
    padding: 0 16px;
  }

  .sofa-page-fifth-image {
    border-radius: 10px;
  }
}

@media (max-width: 480px) {
  .sofa-page-fifth-image {
    border-radius: 8px;
  }
}

/* NAVBAR BASE */

#sticky-nav-desktop {
  position: absolute;

  top: 0;

  width: 100%;

  padding: 20px 40px;

  transition: all 0.35s ease;

  z-index: 999;
}

#sticky-nav-desktop-inner {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

#sticky-nav-desktop-logo {
  height: 42px;

  transition: all 0.3s ease;
}

#sticky-nav-desktop-btn {
  /* color: #ffffff; */

  text-decoration: none;

  font-size: 14px;

  border: 1px solid #fff;

  padding: 10px 18px;

  transition: all 0.3s ease;
}

/* STICKY STATE */

#sticky-nav-desktop.sticky-active {
  position: fixed;

  background: #ffffff;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

#sticky-nav-desktop.sticky-active #sticky-nav-desktop-btn {
  color: #000;

  background-color: #e1e1e1 !important;

  /* border-color: #000; */
}

img#sticky-nav-desktop-logo {
  margin-top: 0 !important;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  #sticky-nav-desktop {
    padding: 15px 20px;
  }

  #sticky-nav-desktop-logo {
    height: 34px;
  }
}

.image-tab-section-image-wrapper {
  position: relative;
}

.product-category-read-more-btn {
  position: absolute;

  bottom: 50%;

  left: 50%;

  transform: translateX(-50%);

  background: #e1e1e1;

  color: #000;

  padding: 10px 20px;

  text-decoration: none;

  font-size: 14px;

  display: none;
}

.image-tab-section-image.active + .product-category-read-more-btn {
  display: inline-block;
}

.chair-product-redirect-scroll-card {
  /* margin-bottom: 40px !important; */

  /* background: #f6f6f6 !important; */

  border-radius: 12px !important;

  transition: background-color 0.6s ease !important;
}

.chair-product-redirect-scroll-active {
  outline: 2px solid #000 !important;

  animation: chairProductScrollHighlight 1.5s ease !important;
}

@keyframes chairProductScrollHighlight {
  0% {
    background-color: #fff1c1 !important;
  }

  100% {
    background-color: #f6f6f6 !important;
  }
}

a.chair-product-redirect-scroll-link {
  text-decoration: none;

  color: #b5a293 !important;
}

/* ===============================

   SEE AVAILABILITY ANIMATION

================================ */

.footer-top-and-bottom-animation-top,
.footer-top-and-bottom-animation-bottom {
  opacity: 0;
}

.footer-top-and-bottom-animation-top {
  transform: translateY(-60px);

  animation: footerTopReveal 1.1s ease forwards;
}

.footer-top-and-bottom-animation-bottom {
  transform: translateY(60px);

  animation: footerBottomReveal 1.1s ease forwards;

  animation-delay: 0.25s;
}

.footer-top-and-bottom-animation-fade {
  animation: footerFadeIn 1.2s ease forwards;
}

/* ===============================

   FOOTER ANIMATION (NO LAYOUT CHANGE)

================================ */

.footer-top-and-bottom-animation-footer-item {
  opacity: 0;

  transform: translateY(40px);

  animation: footerColumnReveal 0.9s ease forwards;
}

.footer-top-and-bottom-animation-footer-item:nth-child(1) {
  animation-delay: 0.2s;
}

.footer-top-and-bottom-animation-footer-item:nth-child(2) {
  animation-delay: 0.4s;
}

.footer-top-and-bottom-animation-footer-item:nth-child(3) {
  animation-delay: 0.6s;
}

.footer-top-and-bottom-animation-footer-item:nth-child(4) {
  animation-delay: 0.8s;
}

/* ===============================

   KEYFRAMES

================================ */

@keyframes footerTopReveal {
  to {
    opacity: 1;

    transform: translateY(0);
  }
}

@keyframes footerBottomReveal {
  to {
    opacity: 1;

    transform: translateY(0);
  }
}

@keyframes footerFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes footerColumnReveal {
  to {
    opacity: 1;

    transform: translateY(0);
  }
}

/* ================================

   HAMBURGER (NAV) – NO DESIGN CHANGE

================================ */

#hamburger-open-btn {
  cursor: pointer;
}

/* ================================

   CLOSE BUTTON (SIDEBAR)

================================ */

#sidebar-close-btn {
  width: 22px;

  height: 16px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  margin-right: 8px;

  cursor: pointer;
}

#sidebar-close-line-1,
#sidebar-close-line-2 {
  height: 2px;

  width: 100%;

  background: currentColor;

  transform-origin: center;

  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* ✕ SHAPE */

#sidebar-close-btn.active #sidebar-close-line-1 {
  transform: translateY(7px) rotate(45deg);
}

#sidebar-close-btn.active #sidebar-close-line-2 {
  transform: translateY(-7px) rotate(-45deg);
}

/* CLICK FEEDBACK */

#sidebar-close-btn.is-clicked {
  transform: scale(0.92) rotate(6deg);

  transition: transform 120ms ease;
}

/* IMAGE TRANSITION */

#sidebar-hover-image-change-image {
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

#sidebar-hover-image-change-image.sidebar-hover-image-change-fade {
  opacity: 0;

  transform: scale(0.96);
}

/* RESPONSIVE IMAGE CONTROL */

@media (max-width: 768px) {
  #sidebar-hover-image-change-image {
    max-width: 300px;

    width: 100%;
  }
}

/* ..............BANNER AND NEXT SECTION ANIMATION,,,,,,,,,, */

/* ===== SCROLL BANNER ANIMATION ===== */

#banner-animation-scroll-1-hero {
  position: relative;

  height: 100vh;

  overflow: hidden;
}

/* smooth premium motion */

#banner-animation-scroll-1-content {
  /* opacity: 0;

  transform: translateY(60px);

  transition: opacity 0.9s ease, transform 0.9s ease; */
}

/* stagger text */

#banner-animation-scroll-1-heading,
#banner-animation-scroll-1-subheading,
#banner-animation-scroll-1-btn {
  /* opacity: 0;

  transform: translateY(40px);

  transition: all 0.9s ease; */
}

#banner-animation-scroll-1-hero.banner-animation-scroll-1-active
  #banner-animation-scroll-1-content {
  opacity: 1;

  transform: translateY(0);
}

#banner-animation-scroll-1-hero.banner-animation-scroll-1-active
  #banner-animation-scroll-1-heading {
  opacity: 1;

  transform: translateY(0);

  transition-delay: 0.1s;
}

#banner-animation-scroll-1-hero.banner-animation-scroll-1-active
  #banner-animation-scroll-1-subheading {
  opacity: 1;

  transform: translateY(0);

  transition-delay: 0.25s;
}

#banner-animation-scroll-1-hero.banner-animation-scroll-1-active
  #banner-animation-scroll-1-btn {
  opacity: 1;

  transform: translateY(0);

  transition-delay: 0.4s;
}

/* mobile tuning */

@media (max-width: 768px) {
  #banner-animation-scroll-1-content {
    transform: translateY(40px);
  }
}

#light-theme-menu {
  color: #000 !important;
}

span#light-theme-arrows {
  background-color: #000 !important;
}

/* Ensure box positioning */

.text-video-section-video-box-1 {
  position: relative;

  cursor: pointer;
}

/* Play Icon Center */

#video-popup-home-page-playicon {
  /* position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  font-size: 30px;

  color: #fff;

  background: rgba(0, 0, 0, 0.5);

  width: 80px;

  height: 80px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  pointer-events: none;

  transition: 0.3s; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
}

/* Hover */

.text-video-section-video-box-1:hover #video-popup-home-page-playicon {
  transform: translate(-50%, -50%) scale(1.1);

  background: rgba(0, 0, 0, 0.7);
}

/* Popup Overlay */

#video-popup-home-page-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 999999;
  /* display: none;

  position: fixed;

  z-index: 9999;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.85);

  justify-content: center;

  align-items: center; */
}

/* Popup Content */

#video-popup-home-page-content {
  /* position: relative;

  width: 90%;

  max-width: 900px; */
  position: relative;
  width: 90%;
  max-width: 900px;
}

/* Popup Video */
/* Close Button */
#video-popup-home-page-close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  background: white;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
}
#video-popup-home-page-player {
  width: 100%;

  /* height: auto; */

  border-radius: 10px;
}

/* Close */

#video-popup-home-page-close {
  position: absolute;

  top: -40px;

  right: 0;

  color: #fff;

  font-size: 35px;

  cursor: pointer;
}

/* Responsive */

@media (max-width: 768px) {
  #video-popup-home-page-playicon {
    width: 60px;

    height: 60px;

    font-size: 40px;
  }
}

/* Tabs Layout */

#products-main-page-tabs-nav {
  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  margin-bottom: 20px;

  width: 100%;

  align-items: anchor-center;

  justify-content: center;
}

/* Buttons */

#products-main-page-tabs-nav button {
  padding: 15px 30px;

  border: none;

  background: #eee;

  cursor: pointer;
}

/* Active */

#products-main-page-tabs-nav button.active {
  background: #000;

  color: #fff;
}

/* Panels */

#products-main-page-tabs-content > div {
  display: none;
}

/* Show active panel */

#products-main-page-tabs-content > div.active {
  display: block;
}

/* Mobile */

@media (max-width: 768px) {
  #products-main-page-tabs-nav {
    overflow-x: auto;

    flex-wrap: nowrap;
  }

  #products-main-page-tabs-nav button {
    white-space: nowrap;
  }
}

#product-3-row-dropdown-parent {
  position: relative;
}

/* DROPDOWN */

#product-3-row-dropdown-box {
  display: none;

  margin-top: 12px;

  /* padding: 20px; */

  /* background: #ffffff; */

  border-radius: 8px;

  /* box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15); */

  /* STRICT GRID */

  display: grid;

  grid-template-columns: 1fr 1fr 1fr;

  grid-template-rows: auto auto auto;

  gap: 12px;
}

/* ITEMS */

#product-3-row-dropdown-box a {
  display: flex;

  align-items: center;

  justify-content: start;

  min-height: 30px;

  background: transparent;

  border-radius: 6px;

  text-decoration: none;

  color: #333;

  font-size: 15px;

  transition: 0.25s;
}

#product-3-row-dropdown-box a:hover {
  /* background:#fff; */

  /* color:rgb(95, 85, 76); */

  color: #fff;

  padding-left: 3px;
}

/* RESPONSIVE (keeps 3 columns, just scales) */

@media (max-width: 900px) {
  #product-3-row-dropdown-box {
    padding: 15px;

    gap: 8px;
  }

  #product-3-row-dropdown-box a {
    min-height: 50px;

    font-size: 14px;
  }
}

@media (max-width: 500px) {
  #product-3-row-dropdown-box {
    padding: 10px;

    gap: 6px;
  }

  #product-3-row-dropdown-box a {
    min-height: 45px;

    font-size: 13px;
  }
}

#sofas-product-hero-section {
  height: 100vh !important;

  background:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("images/chair-product-banner.png") !important;

  background-size: cover !important;

  background-position: center !important;

  position: relative !important;

  color: white !important;

  padding: 0 !important;

  margin: 0 !important;
}

#newNavbarToggle img {
  width: 30px;

  height: 30px;

  margin-top: 0 !important;
}

/* ..........NAVBAR STYLING........ */

/* ================= NAVBAR ================= */

.new-navbar-mymaa-arts-logo img {
  width: 250px;

  margin-top: 0;
}

.new-navbar-mymaa-arts-header {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  padding: 20px 60px;

  display: flex;

  justify-content: center;

  z-index: 3000;

  background: #f8f5eb;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);

  transition: all 0.4s ease;
}

.new-navbar-mymaa-arts-header.scrolled {
  background: #111;
}

/* Container */

.new-navbar-mymaa-arts-container {
  width: 100%;

  max-width: 1400px;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

/* MENU */

.new-navbar-mymaa-arts-menu {
  display: flex;

  gap: 35px;

  list-style: none;

  align-items: center;
}

.new-navbar-mymaa-arts-menu li {
  position: relative;
}

/* MENU LINKS */

.new-navbar-mymaa-arts-menu a {
  text-decoration: none;

  color: #6e6258;

  font-size: 16px;

  font-weight: 500;

  transition: 0.3s;

  position: relative;
}

/* Elegant underline hover */

.new-navbar-mymaa-arts-menu a::after {
  content: "";

  position: absolute;

  width: 0;

  height: 2px;

  background: #c19b6c;

  left: 0;

  bottom: -6px;

  transition: 0.3s;
}

.new-navbar-mymaa-arts-menu a:hover::after {
  width: 100%;
}

/* ================= DESKTOP DROPDOWN ================= */

.new-navbar-mymaa-arts-dropdown {
  position: absolute;

  top: 55px;

  left: 0;

  background: #fff;

  min-width: 250px;

  border-radius: 12px;

  padding: 15px 0;

  opacity: 0;

  visibility: hidden;

  transform: translateY(15px);

  transition: 0.3s ease;

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.new-navbar-mymaa-arts-dropdown a {
  padding: 12px 25px;

  display: block;

  font-size: 15px;

  color: #333;

  transition: 0.3s;
}

.new-navbar-mymaa-arts-dropdown a:hover {
  background: #f4f1ea;

  padding-left: 35px;

  color: #c19b6c;
}

.new-navbar-mymaa-arts-menu li:hover .new-navbar-mymaa-arts-dropdown {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}

/* ================= HAMBURGER ================= */

.new-navbar-mymaa-arts-toggle {
  display: none;

  font-size: 28px;

  cursor: pointer;
}

/* ================= FULL SCREEN SIDEBAR ================= */

.new-navbar-mymaa-arts-sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #111;
  color: #fff;
  transition: 0.4s ease;
  z-index: 9999;
  overflow-y: auto;
  padding: 20px;
}

.new-navbar-mymaa-arts-sidebar.active {
  left: 0;
}

/* Close Button */

.new-navbar-mymaa-arts-close {
  font-size: 28px;

  color: #fff;

  cursor: pointer;

  text-align: right;

  margin-bottom: 40px;
}

/* Sidebar Links */

.new-navbar-mymaa-arts-sidebar ul {
  list-style: none;
}

.new-navbar-mymaa-arts-sidebar li {
  margin-bottom: 25px;
}

.new-navbar-mymaa-arts-sidebar a {
  color: #fff;

  text-decoration: none;

  font-size: 22px;

  font-weight: 500;
}

/* Sidebar Dropdown */

.new-navbar-mymaa-arts-sidebar-dropdown {
  max-height: 0;

  overflow: hidden;

  transition: max-height 0.4s ease;

  padding-left: 15px;
}

.new-navbar-mymaa-arts-sidebar-dropdown a {
  font-size: 18px;

  margin-top: 15px;

  display: block;

  padding: 8px 0;

  color: #c19b6c;
}

/* ================= OVERLAY ================= */

.new-navbar-mymaa-arts-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9998;
}

.new-navbar-mymaa-arts-overlay.active {
  opacity: 1;

  visibility: visible;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
  .new-navbar-mymaa-arts-menu {
    display: none;
  }

  .new-navbar-mymaa-arts-toggle {
    display: block;
  }

  .new-navbar-mymaa-arts-logo {
    margin: 0 !important;
  }
}

/* ===== HOME PAGE BANNER ===== */

.home-page-banner-section {
  /* position: relative;

  width: 100%;

  height: 100vh;

  background: url("images/sofa-page-14.png") center center / cover no-repeat;

  display: flex;

  align-items: flex-end;

  overflow: hidden;

  color: #fff;

  background-attachment: fixed; */
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(images/sofa-page-14.png) center center / cover no-repeat;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background-attachment: fixed;
}

/* Gradient Overlay */

.home-page-banner-section-overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(
    to top,

    rgba(0, 0, 0, 0.3) 10%,

    rgba(0, 0, 0, 0.2) 100%
  );

  z-index: 1;
}

/* Content */

.home-page-banner-section-content {
  position: relative;

  z-index: 2;

  width: 100%;

  padding: 80px 4%;

  display: flex;

  justify-content: space-between;

  align-items: flex-end;
}

/* Text */

.home-page-banner-section-text h1 {
  font-family: "Playfair Display", serif;

  font-size: 64px;

  font-weight: 400;

  margin: 0;
}

.home-page-banner-section-text p {
  font-size: 32px !important;

  /* margin-top:15px; */

  font-weight: 300;

  letter-spacing: 1px;
}

/* Button */

.home-page-banner-section-button a {
  display: inline-block;

  padding: 14px 28px;

  background: #e9e6df;

  color: #000;

  text-decoration: none;

  font-size: 14px;

  letter-spacing: 2px;

  text-transform: uppercase;

  transition: 0.3s ease;
}

.home-page-banner-section-button a:hover {
  background: #c19b6c;

  color: #fff;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1200px) {
  .home-page-banner-section-text h1 {
    font-size: 60px;
  }
}

@media (max-width: 992px) {
  .home-page-banner-section {
    height: 80vh;
  }

  .home-page-banner-section-content {
    flex-direction: column;

    align-items: flex-start;

    gap: 30px;
  }

  .home-page-banner-section-text h1 {
    font-size: 48px;
  }

  .home-page-banner-section-text p {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .home-page-banner-section {
    /* height: 70vh; */
    height: 75vh; /* reduce height */
    background-attachment: scroll; /* remove fixed */
    background-position: center top; /* show upper part */
    background-size: cover;
    padding: 20px;
  }

  .home-page-banner-section-text h1 {
    font-size: 36px;
  }

  .home-page-banner-section-text p {
    font-size: 16px;
  }

  .home-page-banner-section-button a {
    padding: 10px 20px;

    font-size: 12px;
  }
}

/* ===== SOFA PAGE BANNER ===== */

.sofa-page-banner-section {
  position: relative;

  width: 100%;

  height: 100vh;

  background: url("images/sofa-page-14.png") center center / cover no-repeat;

  display: flex;

  align-items: flex-end;

  overflow: hidden;

  color: #fff;
}

/* Gradient Overlay */

.sofa-page-banner-section-overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(
    to top,

    rgba(0, 0, 0, 0.75) 10%,

    rgba(0, 0, 0, 0.4) 40%,

    rgba(0, 0, 0, 0.1) 70%,

    rgba(0, 0, 0, 0) 100%
  );

  z-index: 1;
}

/* Content */

.sofa-page-banner-section-content {
  position: relative;

  z-index: 2;

  width: 100%;

  padding: 80px 8%;

  display: flex;

  justify-content: space-between;

  align-items: flex-end;
}

/* Text */

.sofa-page-banner-section-text h1 {
  font-family: "Playfair Display", serif;

  font-size: 80px;

  font-weight: 400;

  margin: 0;
}

.sofa-page-banner-section-text p {
  font-size: 28px;

  margin-top: 15px;

  font-weight: 300;

  letter-spacing: 1px;
}

/* Button */

.sofa-page-banner-section-button a {
  display: inline-block;

  padding: 14px 28px;

  background: #e9e6df;

  color: #000;

  text-decoration: none;

  font-size: 14px;

  letter-spacing: 2px;

  text-transform: uppercase;

  transition: 0.3s ease;
}

.sofa-page-banner-section-button a:hover {
  background: #c19b6c;

  color: #fff;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1200px) {
  .sofa-page-banner-section-text h1 {
    font-size: 60px;
  }
}

@media (max-width: 992px) {
  .sofa-page-banner-section {
    height: 80vh;
  }

  .sofa-page-banner-section-content {
    flex-direction: column;

    align-items: flex-start;

    gap: 30px;
  }

  .sofa-page-banner-section-text h1 {
    font-size: 48px;
  }

  .sofa-page-banner-section-text p {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .sofa-page-banner-section {
    height: 70vh;
  }

  .sofa-page-banner-section-text h1 {
    font-size: 36px;
  }

  .sofa-page-banner-section-text p {
    font-size: 16px;
  }

  .sofa-page-banner-section-button a {
    padding: 10px 20px;

    font-size: 12px;
  }
}

/* ===== CHAIR PAGE BANNER ===== */

.chair-page-banner-section {
  position: relative;

  width: 100%;

  height: 100vh;

  background: url("images/Chairs-banner.png") center center / cover no-repeat;

  display: flex;

  align-items: flex-end;

  overflow: hidden;

  color: #fff;
}

/* Gradient Overlay */

.chair-page-banner-section-overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(
    to top,

    rgba(0, 0, 0, 0.3) 10%,

    rgba(0, 0, 0, 0.2) 100%
  );

  z-index: 1;
}

/* Content Layout */

.chair-page-banner-section-content {
  position: relative;

  z-index: 2;

  width: 100%;

  padding: 80px 4%;

  display: flex;

  justify-content: space-between;

  align-items: flex-end;
}

/* Text Styling */

.chair-page-banner-section-text h1 {
  font-family: "Playfair Display", serif;

  font-size: 80px;

  font-weight: 400;

  margin: 0;
}

.chair-page-banner-section-text p {
  font-size: 28px;

  margin-top: 15px;

  font-weight: 300;

  letter-spacing: 1px;
}

/* Button */

.chair-page-banner-section-button a {
  display: inline-block;

  padding: 14px 28px;

  background: #e9e6df;

  color: #000;

  text-decoration: none;

  font-size: 14px;

  letter-spacing: 2px;

  text-transform: uppercase;

  transition: 0.3s ease;
}

.chair-page-banner-section-button a:hover {
  background: #c19b6c;

  color: #fff;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1200px) {
  .chair-page-banner-section-text h1 {
    font-size: 60px;
  }
}

@media (max-width: 992px) {
  .chair-page-banner-section {
    height: 80vh;
  }

  .chair-page-banner-section-content {
    flex-direction: column;

    align-items: flex-start;

    gap: 30px;
  }

  .chair-page-banner-section-text h1 {
    font-size: 48px;
  }

  .chair-page-banner-section-text p {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .chair-page-banner-section {
    height: 70vh;
  }

  .chair-page-banner-section-text h1 {
    font-size: 36px;
  }

  .chair-page-banner-section-text p {
    font-size: 16px;
  }

  .chair-page-banner-section-button a {
    padding: 10px 20px;

    font-size: 12px;
  }
}









