/* Initial state: Hidden with slight downward shift */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.2s ease-out, transform 0.3s ease-out;
}

/* Visible state: Fully shown */
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

header nav {
  background-color: #222222 !important;
  border: none !important;
}
nav button.blue-btn {
  color: black !important;
  background-color: white !important;
  box-shadow: none !important;
}
.services-dropdown-web-view .columns li:first-child {
  color: #677bfe !important;
}
.services-dropdown-web-view p,
.services-dropdown-web-view li {
  color: #4b5563 !important;
}
nav .location {
  background-color: #333333 !important;
}
nav .search-engine input {
  background-color: #333333 !important;
}
nav button.white-btn {
  border: 1px solid white !important;
  color: white !important;
}
.middle-nav li:first-child.active {
  background-color: #333333 !important;
  padding: 10px !important;
}
footer {
  background-color: #333333 !important;
}
footer .upper-footer,
.upper-footer li:first-child {
  color: #d1d5db !important;
}

.upper-footer li span {
  color: #121212 !important;
  background-color: #c8a784 !important;
}

#carousel-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  background-image: url("../images/PrimeHomeAstatic/herosectionbackground.png");
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1440px;
  width: 100vw;
  min-height: 100vh;
  padding: 32px 0px;
}

#carousel-wrapper #menu {
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease-in-out;
}

#carousel-wrapper #menu .current-option {
  position: relative;
  width: 100%;
  height: 100%;
  transform: translate(-25%, 0%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#carousel-wrapper #menu #current-option-text1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: white;
}

.imagebtnsgroup {
  width: 592.6115112304688px;
  /* height: 437.1669006347656px; */
  gap: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#previous-option {
  border-radius: 50%;
  width: 33.33333206176758px;
  height: 33.33333206176758px;
  background-color: #c8a784;
  box-shadow: 0px 0px 10px 0px #c8a784;
  border: none;
  display: block;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#next-option {
  border: none;
  border-radius: 50%;
  width: 33.33333206176758px;
  height: 33.33333206176758px;
  background-color: #c8a784;
  box-shadow: 0px 0px 10px 0px #c8a784;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#carousel-wrapper .imagebtnsgroup #image {
  height: 290px;
  width: 424px;
  z-index: 101;
  transform-style: preserve-3d;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* transition: transform 0.4s ease-in-out, opacity 0.4s; */
}

#carousel-wrapper.anim-next {
  pointer-events: none;
}

#carousel-wrapper.anim-next #image {
  animation: next-image 0.35s 0.095s;
}

#carousel-wrapper.anim-previous {
  pointer-events: none;
}

#carousel-wrapper.anim-previous #image {
  animation: previous-image 0.35s 0.095s;
}

@keyframes next-image {
  0% {
    transform: translate3d(0, 100%, 0) scale(1);
    opacity: 0;
  }

  70% {
    transform: translate3d(0, -10%, 0) scale(1.05);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}

@keyframes previous-image {
  0% {
    transform: translate3d(0, -100%, 0) scale(1);
    opacity: 0;
  }

  70% {
    transform: translate3d(0, 10%, 0) scale(1.05);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}

.astricHeroSection {
  display: flex;
  flex-direction: column;
  width: 444px;
  /* height: 75vh; */
  justify-content: space-around;
}
.PHA-detailes {
  display: flex;
  flex-direction: column;
  width: 444px;
  /* height: 50vh; */
  justify-content: space-evenly;
}

#PHA {
  width: 220px;
  height: 36px;
  border-radius: 99px;
  padding: 4px 16px;
  border-width: 0.5px;
  background: #121212b2;
  border: 0.5px solid;
  color: #c8a784;
  font-family: Playfair Display;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.PHA-detailes p:nth-child(1) {
  font-family: Playfair Display;
  font-weight: 800;
  font-style: italic;
  font-size: 56px;
  line-height: 68px;

  color: #ffffff;
  margin: 0px;
}

.PHA-detailes p:nth-child(2) {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;

  color: #ffffff;
  margin: 0px;
}

.getbookgroup {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

#getintouch {
  width: 200px;
  height: 48px;
  border-radius: 100px;
  gap: 4px;
  padding: 12px 20px;
  border-width: 1.2px;
  border: 1.2px solid #c8a784;
  box-shadow: 0px -5px 12px 0px #c8a78440 inset;
  box-shadow: 0px 0px 11px 0px #c8a784;
  color: #c8a784;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

#BookYS {
  width: 200px;
  height: 48px;
  border-radius: 100px;
  gap: 4px;
  padding: 12px 20px;
  background: #c8a784;
  box-shadow: 0px 0px 12px 0px #c8a784;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #121212;
  border: none;
}

.nextPrevgrop {
  display: flex;
  gap: 24px;
}

#previousimage {
  position: relative;
  top: -63px;
  transform: rotate(-25deg);
  right: 245px;
  filter: grayscale(100%) blur(5px);
  /* Black & white + blur */
}

#nextimage {
  position: relative;
  bottom: 35px;
  transform: rotate(30deg);
  right: 290px;
  filter: grayscale(100%) blur(5px);
}

.imagenextPrevgrop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 1200px) and (min-width: 320px) and (max-height: 1366px) and (min-height: 320px) {
  nav .search-engine input {
    background-color: white !important;
  }
  nav .location {
    background-color: white !important;
  }
  #carousel-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* min-height: 100vh; */
  }

  #carousel-wrapper #menu {
    padding: 80px 16px;
    flex-direction: column;
    padding-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .astricHeroSection,
  .PHA-detailes {
    gap: 8px;
    width: 270px;
    align-items: center;
    /* height: auto; */
  }

  #PHA {
    width: 199px;
    height: 28px;
    padding: 2px 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .PHA-detailes p:nth-child(1) {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }

  .PHA-detailes p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .getbookgroup {
    flex-direction: column-reverse;
  }

  #BookYS,
  #getintouch {
    width: 315px;
    padding: 12px 20px;
  }

  .imagebtnsgroup {
    /* width: 288px; */
    width: 0px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  #nextimage img,
  #previousimage img {
    width: 140px !important;
    height: 140px !important;
  }

  #carousel-wrapper .imagebtnsgroup #image {
    /* height: 223px;
width: 298px; */
    height: 179px;
    width: 236px;
  }

  #nextimage {
    bottom: 15px;
    right: 310px;
    transform: none;
    scale: 0.9;
  }

  #previousimage {
    top: -15px;
    left: 315px;
    transform: none;
    scale: 0.9;
  }

  #next-option {
    width: 32px;
    height: 32px;
    transform: rotate(-90deg);
  }

  #previous-option {
    width: 32px;
    height: 32px;
    transform: rotate(-90deg);
  }

  @keyframes next-image {
    0% {
      transform: translate3d(100%, 0, 0) scale(1);
      opacity: 0;
    }

    70% {
      transform: translate3d(-10%, 0, 0) scale(1.05);
      opacity: 1;
    }

    100% {
      transform: translate3d(0, 0, 0) scale(1);
      opacity: 1;
    }
  }

  @keyframes previous-image {
    0% {
      transform: translate3d(-100%, 0, 0) scale(1);
      opacity: 0;
    }

    70% {
      transform: translate3d(10%, 0, 0) scale(1.05);
      opacity: 1;
    }

    100% {
      transform: translate3d(0, 0, 0) scale(1);
      opacity: 1;
    }
  }
}

@media screen and (min-width: 1366px) and (max-width: 1366px) and (min-height: 1024px) and (max-height: 1024px) {
  nav .search-engine input {
    background-color: white !important;
  }
  nav .location {
    background-color: white !important;
  }
  #carousel-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* min-height: 100vh; */
  }

  #carousel-wrapper #menu {
    padding: 80px 16px;
    flex-direction: column;
    padding-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .astricHeroSection,
  .PHA-detailes {
    gap: 8px;
    width: 270px;
    align-items: center;
    /* height: auto; */
  }

  #PHA {
    width: 199px;
    height: 28px;
    padding: 2px 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .PHA-detailes p:nth-child(1) {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }

  .PHA-detailes p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .getbookgroup {
    flex-direction: column-reverse;
  }

  #BookYS,
  #getintouch {
    width: 343px;
    padding: 12px 20px;
  }

  .imagebtnsgroup {
    /* width: 288px; */
    width: 0px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }

  #nextimage img,
  #previousimage img {
    width: 140px !important;
    height: 140px !important;
  }

  #carousel-wrapper .imagebtnsgroup #image {
    /* height: 223px;
width: 298px; */
    height: 179px;
    width: 236px;
  }

  #nextimage {
    bottom: -7px;
    right: 310px;
    transform: none;
    scale: 0.9;
  }

  #previousimage {
    top: 4px;
    left: 315px;
    transform: none;
    scale: 0.9;
  }

  #next-option {
    width: 32px;
    height: 32px;
    transform: rotate(-90deg);
  }

  #previous-option {
    width: 32px;
    height: 32px;
    transform: rotate(-90deg);
  }
}

/* Main */
.section {
  padding: 60px 0px;
}

/* PRIME AESTHETIC ABOUT */
.prime__aesthetic-about {
  display: flex;
  gap: 4rem; /* This is your 64px gap */
  height: 44.25rem; /*716px*/
  background-color: black;
  flex-wrap: wrap; /* Allows items to wrap on smaller screens */
}

.prime__aesthetic-about--left {
  width: 41.875rem; /* Set to exactly 670px (41.875rem) */
  flex: 0 0 41.875rem; /* Don't grow or shrink, stay at 670px */
  height: 100%;
}
.prime__aesthetic-about--left--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prime__aesthetic-about--right {
  width: 35.625rem; /* Set to exactly 570px (35.625rem) */
  flex: 0 0 35.625rem; /* Don't grow or shrink, stay at 570px */
  height: 32.75rem;
  z-index: 1;
  margin: 6rem 0;
  display: flex;
  flex-direction: column;
}
.prime__aesthetic-about--right h6 {
  color: #9ca3af;
  text-transform: uppercase;
}
.prime__aesthetic-about--right h1 {
  color: white;
  font-size: 2.5rem;
  font-family: "Playfair Display";
  font-style: italic;
}
.prime__aesthetic-about--right p {
  color: #4b5563;
  font-size: 18px;
  line-height: 1.5rem;
}
.prime__aesthetic-about--right button {
  border: none;
  outline: none;
  background-color: #c8a784;
  color: #121212;
  width: 200px;
  border-radius: 100px;
  padding: 12px 25px;
  font-weight: 600;
  box-shadow: 0px 0px 10px 0px #c8a784;
}
/* Add media query for responsiveness */
@media (max-width: 80rem) {
  /* Adjust breakpoint as needed */
  .prime__aesthetic-about {
    /* justify-content: center; */
    gap: 24px;
    height: auto;
  }

  .prime__aesthetic-about--left,
  .prime__aesthetic-about--right {
    flex: 0 0 100%; /* Take full width on smaller screens */
    width: 100%;
  }
  .prime__aesthetic-about--left {
    height: 375px;
  }
  .prime__aesthetic-about--right {
    margin: 0;
    padding: 0 12px;
    padding-bottom: 32px;
    height: auto;
  }
  .prime__aesthetic-about--right h6 {
    font-size: 14px;
  }
  .prime__aesthetic-about--right h1 {
    font-size: 24px;
  }
  .prime__aesthetic-about--right button {
    width: 100%;
  }
}
/* BRUSHSTROKES */
.brushstrokes__section {
  height: 45rem; /*720px*/
  background-color: #222222;
  margin: 9rem 0; /*144px*/
  position: relative;
}
.brushstrokes__section__container {
  max-width: 73rem; /*1168px*/
  margin: 0 auto;
  height: 51rem; /*816px*/
  display: flex;
  gap: 4.5rem;
}
.brushstrokes__section__container--left {
  flex: 1;
  max-width: 34.5rem;
  height: 37.5rem; /*600px*/
  margin: 3.75rem 0;
}
.brushstrokes__section__container--right {
  flex: 1;
}
.brushstrokes__section__container--left h1 {
  font-size: 2.5rem;
  color: #c8a784;
  font-weight: 600;
  font-style: italic;
  font-family: "Playfair Display", serif;
}
.brushstrokes__section__container--left h2 {
  font-size: 1.25rem;
  color: #decab4;
  font-weight: 500;
  line-height: 1.875rem;
}
.brushstrokes__section__container--left--service {
  width: 100%;
  height: 6rem; /*96px*/
  padding: 2rem;
  cursor: pointer;
  display: flex;
  gap: 24px;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.brushstrokes__section__container--left--service div:first-child {
  width: 6px;
  height: 32px;
  background-color: #383838;
  align-self: center;
  border-radius: 100px;
}
.brushstrokes__section__container--left--service.active div:first-child {
  display: none;
}
.brushstrokes__section__container--left--service.active::before {
  content: "";
  width: 6px;
  height: 98px;
  background-color: #c8a784;
  align-self: center;
  border-radius: 100px;
  margin-right: 24px;
}

.brushstrokes__section__container--left--service.active {
  background-color: #272727;
  width: 100%;
  height: 10.125rem;
  padding: 2rem;
  margin-bottom: 0.2rem;
}
.brushstrokes__section__container--left--service.active h3 {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 700;
}
.brushstrokes__section__container--left--service h3 {
  font-size: 1.5rem;
  color: #9ca3af;
  font-weight: 500;
}
.brushstrokes__section__container--left--service p {
  font-size: 1.25rem;
  color: #d1d5db;
  font-weight: 500;
  display: none;
}
.brushstrokes__section__container--left--service.active p {
  display: block;
}
.brushstrokes__section__container--right--image-container {
  height: 51rem; /*816px*/
  max-width: 34rem; /*544px*/
}
.brushstrokes__section__container--right--image {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  top: -4rem;
}
@media screen and (max-width: 1096px) {
  .brushstrokes__section {
    height: auto;
  }
  .brushstrokes__section__container {
    flex-direction: column;
    height: auto;
    align-items: center;
    gap: 24px;
  }
}

@media screen and (max-width: 1096px) {
  .brushstrokes__section__container--left {
    padding: 16px;
  }
  .brushstrokes__section__container--right--image-container {
    height: 375px;
    width: 100vw;
  }
}
@media screen and (max-width: 1096px) {
  .brushstrokes__section__container--left--service h3 {
    font-size: 1.25rem;
  }
  .brushstrokes__section__container--left--service p {
    font-size: 1rem;
  }
  .brushstrokes__section__container--left--service.active h3 {
    font-size: 1.25rem;
  }
  .brushstrokes__section__container--left--service.active p {
    font-size: 1rem;
  }
}
.project-book-service-container {
  height: 24.625rem; /*394px*/
  background-image: url("../images/PrimeHomeAstatic/aesthetic/icons/Desktop.svg");
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-book-service {
  width: 73rem; /*1168px*/
  height: 12.625rem; /*202px*/
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem; /*8px*/
  color: #ffffff;
}

.project-book-service h2 {
  font-weight: bold;
  font-size: 2.5rem; /*40px*/
  text-align: center;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.project-book-service h5 {
  font-size: 1.25rem; /*20px*/
  text-align: center;
  color: #ffffff;
}

.project-book-service button {
  background-color: #ffffff;
  color: #121212;
  border: none;
  padding: 0.75rem 1.5rem; /*12px 24px*/
  display: inline-block;
  width: 13.5rem; /*216px*/
  height: 3rem; /*48px*/
  font-weight: 600;
  border-radius: 6.25rem; /*100px*/
  margin-top: 1.5rem; /*24px*/
}

@media screen and (max-width: 768px) {
  .project-book-service-container {
    height: 312px;
  }
  .project-book-service h2 {
    font-size: 1.5rem;
  }
  .project-book-service h5 {
    font-size: 1rem;
  }
}
/* SERVICES */
.services-section {
  background-color: #1d1d1d;
}
.services__container {
  max-width: 73rem; /* 1168px */
  padding: 96px 136px;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.services__container--box {
  background-color: #272727;
  max-width: calc((100% - 8rem) / 3); /* 3 items per row */
  height: 23rem; /* 368px */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4.6875rem 2rem;
  color: #ffffff;
  border: 0.5rem solid #1d1d1d;
}

@media screen and (max-width: 768px) {
  .services__container--box {
    max-width: calc((100% - 4rem) / 2); /* 2 items per row on mobile */
  }
}
.services__container--box--first {
  background: transparent;
  align-items: flex-start;
  padding-left: 0;
  border: none;
}
.services__container--box div {
  margin-bottom: 1rem;
}
.services__container--box h1 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
.services__container--box p {
  text-align: center;
  font-weight: 500;
  line-height: 1.5rem;
  color: #9ca3af;
}
.services__container--box--first h1 {
  color: #c8a784;
  text-align: left;
  font-family: "playfair display", serif;
  font-style: italic;
  font-size: 2.5rem;
  font-weight: bold;
}
.services__container--box--first p {
  color: #decab4;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .services__container--box img {
    width: 40px;
    height: 40px;
  }
  .services__container--box h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .services__container--box {
    max-width: calc((100% - 4rem) / 2); /* 2 items per row on mobile */
    border: 2px solid #1d1d1d;
  }
  .services__container--box img {
    width: 40px;
    height: 40px;
  }
  .services__container--box--first {
    border: none;
  }
  .services__container--box h1 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .services__container--box img {
    width: 40px;
    height: 40px;
  }
  .services__container {
    gap: 1rem;
  }
  .services__container--box {
    border: 2px solid #1d1d1d;
    padding: 20px 12px;
    height: 256px;
  }
  .services__container--box h1 {
    font-size: 18px;
  }
  .services__container--box p {
    font-size: 12px;
    line-height: 18px;
  }
  .services__container--box--first {
    border: none;
  }
  .services__container--box--first h1 {
    font-size: 24px;
  }
  .services__container--box--first p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 400px) {
  .services__container--box {
    max-width: calc((100% - 1rem) / 2); /* 2 items per row on mobile */
  }
}
/* FAQ Section */
.accordion,
.accordion-button,
.accordion-header .accordion-button.collapsed,
.accordion-flush > .accordion-item > .accordion-header .accordion-button {
  background-color: black;
  color: white;
}
.accordion-flush > .accordion-item {
  background: black;
  color: #9ca3af;
  border: var(--bs-accordion-border-width) solid #414141;
}
.faqs {
  padding: 96px 136px;
  gap: 48px;
}
.faq_header {
  gap: 4px;
}
.faq_header span {
  font-family: Playfair Display;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0%;
  text-align: center;
  color: white;
}
.faq_header p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #9ca3af;
}
.accordion-button {
  background-color: transparent;
  color: white;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #374151;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #000000 !important;
}

.accordion-body {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #6b7280;
}

.category {
  gap: 16px;
}
.category h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.walldecor {
  background-color: #222222;
  padding: 96px 136px;
}

/* Wall Decor */
.walldecor__top {
  max-width: 73rem; /* 1168px */
  margin: 0 auto;
}
.walldecor img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.walldecor__top h1 {
  font-family: "playfair display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 3.375rem;
  text-align: center;
  color: #ffffff;
}
.walldecor__top p {
  font-weight: 500;
  font-style: 1.25rem;
  color: #9ca3af;
  text-align: center;
}
.walldecor__bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 368px));
  /* height: 73.5rem; */
  gap: 2rem;
  max-width: 73rem; /* 1168px */
  margin: 3rem auto;
}
.walldecor__bottom--left {
  display: grid;
  grid-template-rows: minmax(auto, 440px) minmax(auto, 232px) minmax(
      auto,
      440px
    );
  gap: 2rem;
}
.walldecor__bottom--left--top {
  border: 0.5rem solid #2c2c2c;
}
.walldecor__bottom--left--middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: #222222;
  border: 1px solid #c8a784;
  box-shadow: 0px 0px 15px #c8a784;
}
.walldecor__bottom--left--middle h2 {
  font-family: "playfair display", serif;
  /* font-style: italic; */
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #c8a784;
  text-transform: uppercase;
}
.walldecor__bottom--left--middle p {
  font-weight: 500;
  font-style: 1.25rem;
  color: #decab4;
  text-align: center;
  margin-bottom: 1rem;
}
.walldecor__bottom--left--bottom {
  border: 0.5rem solid #2c2c2c;
}
.walldecor__bottom--middle {
  display: grid;
  grid-template-rows: minmax(auto, 336px) minmax(auto, 440px) minmax(
      auto,
      336px
    );
  gap: 2rem;
}
.walldecor__bottom--middle--top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: #222222;
  border: 1px solid #c8a784;
  box-shadow: 0px 0px 15px #c8a784;
}
.walldecor__bottom--middle--top h2 {
  font-family: "playfair display", serif;
  /* font-style: italic; */
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #c8a784;
  text-transform: uppercase;
}
.walldecor__bottom--middle--top p {
  font-weight: 500;
  font-style: 1.25rem;
  color: #decab4;
  text-align: center;
  margin-bottom: 1rem;
}
.walldecor__bottom--middle--middle {
  border: 0.5rem solid #2c2c2c;
}
.walldecor__bottom--middle--bottom {
  background-color: #e7edee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: #222222;
  border: 1px solid #c8a784;
  box-shadow: 0px 0px 15px #c8a784;
}
.walldecor__bottom--middle--bottom h2 {
  font-family: "playfair display", serif;
  /* font-style: italic; */
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #c8a784;
  text-transform: uppercase;
}
.walldecor__bottom--middle--bottom p {
  font-weight: 500;
  font-style: 1.25rem;
  color: #decab4;
  text-align: center;
  margin-bottom: 1rem;
}
.walldecor__bottom--right {
  display: grid;
  grid-template-rows: minmax(auto, 440px) minmax(auto, 232px) minmax(
      auto,
      440px
    );
  gap: 2rem;
}
.walldecor__bottom--right--top {
  border: 0.5rem solid #2c2c2c;
}
.walldecor__bottom--right--middle {
  background-color: #f0e9e4;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: #222222;
  border: 1px solid #c8a784;
  box-shadow: 0px 0px 15px #c8a784;
}
.walldecor__bottom--right--middle h2 {
  font-family: "playfair display", serif;
  /* font-style: italic; */
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #c8a784;
  text-transform: uppercase;
}
.walldecor__bottom--right--middle p {
  font-weight: 500;
  font-style: 1.25rem;
  color: #decab4;
  text-align: center;
  margin-bottom: 1rem;
}
.walldecor__bottom--right--bottom {
  border: 0.5rem solid #2c2c2c;
}
.walldecor__mobile--bottom {
  display: none;
}
@media screen and (max-width: 600px) {
  .walldecor {
    background-color: #222222;
    padding: 32px 16px;
  }
  .walldecor__top h1 {
    font-size: 24px;
  }
  .walldecor__top p {
    font-size: 18px;
  }
  .walldecor__bottom {
    display: none;
  }
  .walldecor__mobile--bottom {
    display: block;
    max-width: 343px;
    height: 984px;
    margin: 0 auto;
  }

  .walldecor__mobile--bottom--up {
    display: flex;
    width: 100%;
    height: 772px;
    gap: 15px;
    margin-bottom: 12px;
  }

  .walldecor__mobile--bottom--up--left {
    width: 164px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .walldecor__mobile--bottom--up--right {
    width: 164px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .walldecor__mobile--bottom--left--one,
  .walldecor__mobile--bottom--left--three,
  .walldecor__mobile--bottom--right--two,
  .walldecor__mobile--bottom--right--four {
    width: 100%;
    height: 196px;
  }
  .walldecor__mobile--bottom--left--two,
  .walldecor__mobile--bottom--left--four,
  .walldecor__mobile--bottom--right--one,
  .walldecor__mobile--bottom--right--three {
    width: 100%;
    height: 166px;
    border: 1px solid #c8a784;
    padding: 12px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* gap:4px; */
    box-shadow: 0px 0px 15px #c8a784;
  }
  .walldecor__mobile--bottom h2 {
    font-family: "playfair display", serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #c8a784;
    text-transform: uppercase;
  }
  .walldecor__mobile--bottom p {
    font-weight: 500;
    font-size: 12px;
    /* line-height: 18px; */
    color: #decab4;
    text-align: center;
  }
  .walldecor__mobile--bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .walldecor__mobile--bottom-down {
    width: 100%;
    height: 196px;
  }
  .walldecor__mobile--bottom-down img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 324px) {
  .walldecor {
    background-color: #222222;
    padding: 32px 16px;
  }
  .walldecor__mobile--bottom h2 {
    font-size: 14px;
  }
  .walldecor__mobile--bottom p {
    font-size: 10px;
  }
}
/* Redesign */
.redesign {
  background-color: #1d1d1d;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 96px 136px;
}
.redesign__top {
  max-width: 73rem; /* 1168px */
  margin: 0 auto;
}
.redesign img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.redesign__top h1 {
  font-family: "playfair display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  color: #ffffff;
}
.redesign__top p {
  font-weight: 500;
  font-style: 1.25rem;
  color: #9ca3af;
  text-align: center;
}
.redesign__bottom {
  display: grid;
  grid-template-columns: minmax(auto, 808px) minmax(auto, 328px);
  gap: 2rem;
  max-width: 73rem; /* 1168px */
  /* padding: 96px 136px; */
}
.redesign__bottom--left {
  display: grid;
  grid-template-rows: minmax(auto, 266px) minmax(auto, 266px) minmax(
      auto,
      266px
    );
  gap: 2rem;
}
.redesign__bottom--left--top {
  display: grid;
  grid-template-columns: minmax(auto, 328px) minmax(auto, 208px) minmax(
      auto,
      208px
    );
  gap: 2rem;
  height: 266px;
}
.redesign__bottom--left--middle {
  display: grid;
  grid-template-columns: minmax(auto, 328px) minmax(auto, 448px);
  gap: 2rem;
  height: 266px;
}
.redesign__bottom--left--bottom {
  display: grid;
  grid-template-columns: minmax(auto, 208px) minmax(auto, 208px) minmax(
      auto,
      328px
    );
  gap: 2rem;
  height: 266px;
}
.redesign__bottom--right {
  display: grid;
  grid-template-rows: repeat(1fr 1fr);
  gap: 2rem;
}
.redesign__mobile__bottom {
  display: none;
}
@media screen and (max-width: 600px) {
  .redesign__bottom {
    display: none;
  }
  .redesign__mobile__bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 1rem;
  }
  .redesign__mobile__bottom__box {
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 12px;
    height: 203px;
    background-color: #222222;
    border: 1px solid #c8a784;
    box-shadow: 0px 0px 15px #c8a784;
  }
  .redesign__mobile__bottom__box:nth-child(1) div:nth-child(1),
  .redesign__mobile__bottom__box:nth-child(3) div:nth-child(1),
  .redesign__mobile__bottom__box:nth-child(5) div:nth-child(1),
  .redesign__mobile__bottom__box:nth-child(7) div:nth-child(1),
  .redesign__mobile__bottom__box:nth-child(9) div:nth-child(1),
  .redesign__mobile__bottom__box:nth-child(2) div:nth-child(2),
  .redesign__mobile__bottom__box:nth-child(4) div:nth-child(2),
  .redesign__mobile__bottom__box:nth-child(6) div:nth-child(2),
  .redesign__mobile__bottom__box:nth-child(8) div:nth-child(2),
  .redesign__mobile__bottom__box:nth-child(10) div:nth-child(2) {
    height: 179px;
  }
  .redesign__mobile__bottom__box:nth-child(1) div:nth-child(2),
  .redesign__mobile__bottom__box:nth-child(3) div:nth-child(2),
  .redesign__mobile__bottom__box:nth-child(5) div:nth-child(2),
  .redesign__mobile__bottom__box:nth-child(7) div:nth-child(2),
  .redesign__mobile__bottom__box:nth-child(9) div:nth-child(2),
  .redesign__mobile__bottom__box:nth-child(2) div:nth-child(1),
  .redesign__mobile__bottom__box:nth-child(4) div:nth-child(1),
  .redesign__mobile__bottom__box:nth-child(6) div:nth-child(1),
  .redesign__mobile__bottom__box:nth-child(8) div:nth-child(1),
  .redesign__mobile__bottom__box:nth-child(10) div:nth-child(1) {
    height: 136px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #decab4;
    gap: 4px;
  }
  .redesign__mobile__bottom__box:nth-child(1) div:nth-child(2) img,
  .redesign__mobile__bottom__box:nth-child(3) div:nth-child(2) img,
  .redesign__mobile__bottom__box:nth-child(5) div:nth-child(2) img,
  .redesign__mobile__bottom__box:nth-child(7) div:nth-child(2) img,
  .redesign__mobile__bottom__box:nth-child(9) div:nth-child(2) img,
  .redesign__mobile__bottom__box:nth-child(2) div:nth-child(1) img,
  .redesign__mobile__bottom__box:nth-child(4) div:nth-child(1) img,
  .redesign__mobile__bottom__box:nth-child(6) div:nth-child(1) img,
  .redesign__mobile__bottom__box:nth-child(8) div:nth-child(1) img,
  .redesign__mobile__bottom__box:nth-child(10) div:nth-child(1) img {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
  }
  .redesign__mobile__bottom__box:nth-child(1) div:nth-child(2) h4,
  .redesign__mobile__bottom__box:nth-child(3) div:nth-child(2) h4,
  .redesign__mobile__bottom__box:nth-child(5) div:nth-child(2) h4,
  .redesign__mobile__bottom__box:nth-child(7) div:nth-child(2) h4,
  .redesign__mobile__bottom__box:nth-child(9) div:nth-child(2) h4,
  .redesign__mobile__bottom__box:nth-child(2) div:nth-child(1) h4,
  .redesign__mobile__bottom__box:nth-child(4) div:nth-child(1) h4,
  .redesign__mobile__bottom__box:nth-child(6) div:nth-child(1) h4,
  .redesign__mobile__bottom__box:nth-child(8) div:nth-child(1) h4,
  .redesign__mobile__bottom__box:nth-child(10) div:nth-child(1) h4 {
    font-size: 18px;
    font-style: bold;
  }
  .redesign__mobile__bottom__box:nth-child(1) div:nth-child(2) p,
  .redesign__mobile__bottom__box:nth-child(3) div:nth-child(2) p,
  .redesign__mobile__bottom__box:nth-child(5) div:nth-child(2) p,
  .redesign__mobile__bottom__box:nth-child(7) div:nth-child(2) p,
  .redesign__mobile__bottom__box:nth-child(9) div:nth-child(2) p,
  .redesign__mobile__bottom__box:nth-child(2) div:nth-child(1) p,
  .redesign__mobile__bottom__box:nth-child(4) div:nth-child(1) p,
  .redesign__mobile__bottom__box:nth-child(6) div:nth-child(1) p,
  .redesign__mobile__bottom__box:nth-child(8) div:nth-child(1) p,
  .redesign__mobile__bottom__box:nth-child(10) div:nth-child(1) p {
    font-size: 14px;
    font-style: 500;
    text-align: center;
  }
  .redesign__mobile__bottom__box div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* Aesthetic Carousel */
.aesthetic__designs {
  background-color: #121212;
  padding: 96px 136px;
}
.aesthetic__designs__top {
  max-width: 73rem; /* 1168px */
  margin: 0 auto;
}
.aesthetic__designs__top h1 {
  font-family: "playfair display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  color: #c8a784;
}
.aesthetic__designs__top p {
  font-weight: 500;
  font-style: 1.25rem;
  color: #decab4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aesthetic__designs__top h1 {
    font-size: 1.5rem;
  }
  .aesthetic__designs__top p {
    font-size: 1rem;
  }
}
.aesthetic__designs__bottom {
  max-width: 73rem; /*1168px*/
  margin: 0 auto;
}
.carousel {
  width: 100%;
  height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  overflow: visible;
}

.carousel__image__container {
  width: 312px;
  height: 416px;
  position: absolute;
  transition: all 0.5s ease;
  opacity: 0.7;
  filter: grayscale(100%);
}

.carousel__image__container.current-slide {
  width: 480px;
  height: 640px;
  z-index: 10;
  opacity: 1;
  transform: translateX(0);
  filter: grayscale(0%);
}

.carousel__image__container.prev {
  transform: translateX(-400px);
}

.carousel__image__container.next {
  transform: translateX(400px);
}

.carousel__image__container--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.carousel__buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__buttons--prev--container {
  left: -1rem;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c8a784;
  box-shadow: 0px 6px 15px #c8a784;
  cursor: pointer;
}

.carousel__buttons--next--container {
  right: -1rem;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c8a784;
  box-shadow: 0px 0px 15px #c8a784;
  cursor: pointer;
}

/* Original indicators styling */
.carousel__image__indicators {
  display: flex;
  margin: 3rem auto;
  gap: 0.5rem;
  width: auto;
  justify-content: center;
}

.carousel__image__indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #383838;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel__image__indicator--active {
  width: 30px;
  background-color: #c8a784;
  border-radius: 100px;
}
@media screen and (max-width: 1200px) {
  .walldecor {
    background-color: #222222;
    padding: 32px 16px;
  }
  .carousel__buttons--next--container {
    right: 5%;
    z-index: 999;
  }
  .carousel__buttons--prev--container {
    left: 5%;
    z-index: 999;
  }
  .services__container {
    padding: 32px 16px;
  }
  .carousel {
    overflow: hidden;
  }
  .aesthetic__designs {
    padding: 32px 16px;
  }
  .faq {
    padding: 0px 16px 32px 16px;
  }
  .redesign {
    padding: 32px 16px;
  }
  .carousel__image__container {
    width: 237px;
    height: 320px;
  }

  .carousel__image__container.current-slide {
    width: 343px;
    height: auto;
  }
  .carousel__image__container.prev {
    transform: translateX(-250px);
  }
  .carousel__image__container.next {
    transform: translateX(250px);
  }
  @media screen and (max-width: 1200px) {
    .redesign__bottom {
      display: none;
    }
    .redesign__mobile__bottom {
      display: flex;
      flex-direction: column;
      gap: 24px;
      margin: 0 1rem;
    }
    .redesign__mobile__bottom__box {
      padding: 12px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      justify-content: center;
      align-items: center;
      gap: 12px;
      height: 203px;
      background-color: #222222;
      border: 1px solid #c8a784;
      box-shadow: 0px 0px 15px #c8a784;
    }
    .redesign__mobile__bottom__box:nth-child(1) div:nth-child(1),
    .redesign__mobile__bottom__box:nth-child(3) div:nth-child(1),
    .redesign__mobile__bottom__box:nth-child(5) div:nth-child(1),
    .redesign__mobile__bottom__box:nth-child(7) div:nth-child(1),
    .redesign__mobile__bottom__box:nth-child(9) div:nth-child(1),
    .redesign__mobile__bottom__box:nth-child(2) div:nth-child(2),
    .redesign__mobile__bottom__box:nth-child(4) div:nth-child(2),
    .redesign__mobile__bottom__box:nth-child(6) div:nth-child(2),
    .redesign__mobile__bottom__box:nth-child(8) div:nth-child(2),
    .redesign__mobile__bottom__box:nth-child(10) div:nth-child(2) {
      height: 179px;
    }
    .redesign__mobile__bottom__box:nth-child(1) div:nth-child(2),
    .redesign__mobile__bottom__box:nth-child(3) div:nth-child(2),
    .redesign__mobile__bottom__box:nth-child(5) div:nth-child(2),
    .redesign__mobile__bottom__box:nth-child(7) div:nth-child(2),
    .redesign__mobile__bottom__box:nth-child(9) div:nth-child(2),
    .redesign__mobile__bottom__box:nth-child(2) div:nth-child(1),
    .redesign__mobile__bottom__box:nth-child(4) div:nth-child(1),
    .redesign__mobile__bottom__box:nth-child(6) div:nth-child(1),
    .redesign__mobile__bottom__box:nth-child(8) div:nth-child(1),
    .redesign__mobile__bottom__box:nth-child(10) div:nth-child(1) {
      height: 136px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #decab4;
      gap: 4px;
    }
    .redesign__mobile__bottom__box:nth-child(1) div:nth-child(2) img,
    .redesign__mobile__bottom__box:nth-child(3) div:nth-child(2) img,
    .redesign__mobile__bottom__box:nth-child(5) div:nth-child(2) img,
    .redesign__mobile__bottom__box:nth-child(7) div:nth-child(2) img,
    .redesign__mobile__bottom__box:nth-child(9) div:nth-child(2) img,
    .redesign__mobile__bottom__box:nth-child(2) div:nth-child(1) img,
    .redesign__mobile__bottom__box:nth-child(4) div:nth-child(1) img,
    .redesign__mobile__bottom__box:nth-child(6) div:nth-child(1) img,
    .redesign__mobile__bottom__box:nth-child(8) div:nth-child(1) img,
    .redesign__mobile__bottom__box:nth-child(10) div:nth-child(1) img {
      width: 32px;
      height: 32px;
      margin-bottom: 8px;
    }
    .redesign__mobile__bottom__box:nth-child(1) div:nth-child(2) h4,
    .redesign__mobile__bottom__box:nth-child(3) div:nth-child(2) h4,
    .redesign__mobile__bottom__box:nth-child(5) div:nth-child(2) h4,
    .redesign__mobile__bottom__box:nth-child(7) div:nth-child(2) h4,
    .redesign__mobile__bottom__box:nth-child(9) div:nth-child(2) h4,
    .redesign__mobile__bottom__box:nth-child(2) div:nth-child(1) h4,
    .redesign__mobile__bottom__box:nth-child(4) div:nth-child(1) h4,
    .redesign__mobile__bottom__box:nth-child(6) div:nth-child(1) h4,
    .redesign__mobile__bottom__box:nth-child(8) div:nth-child(1) h4,
    .redesign__mobile__bottom__box:nth-child(10) div:nth-child(1) h4 {
      font-size: 18px;
      font-style: bold;
    }
    .redesign__mobile__bottom__box:nth-child(1) div:nth-child(2) p,
    .redesign__mobile__bottom__box:nth-child(3) div:nth-child(2) p,
    .redesign__mobile__bottom__box:nth-child(5) div:nth-child(2) p,
    .redesign__mobile__bottom__box:nth-child(7) div:nth-child(2) p,
    .redesign__mobile__bottom__box:nth-child(9) div:nth-child(2) p,
    .redesign__mobile__bottom__box:nth-child(2) div:nth-child(1) p,
    .redesign__mobile__bottom__box:nth-child(4) div:nth-child(1) p,
    .redesign__mobile__bottom__box:nth-child(6) div:nth-child(1) p,
    .redesign__mobile__bottom__box:nth-child(8) div:nth-child(1) p,
    .redesign__mobile__bottom__box:nth-child(10) div:nth-child(1) p {
      font-size: 14px;
      font-style: 500;
      text-align: center;
    }
    .redesign__mobile__bottom__box div img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}
/* @media screen and (max-width:600px){ 
.carousel__image__container{
  width: 212px;
  height: 264px;
}
.carousel__image__container.current-slide{
  width: 212px;
  height: 264px;
}
.carousel__image__container.prev{
  transform: translateX(-200px);
}
.carousel__image__container.next{
  transform: translateX(200px);
}
} */

@media screen and (max-width: 910px) {
  .walldecor__bottom {
    grid-template-columns: repeat(1, minmax(auto, auto));
  }
}
