@import url('https://fonts.googleapis.com/css2?family=Inika:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');

* {margin: 0;padding: 0;box-sizing: border-box;}

h1,
h2,
h3,
h4,
h5,
h6 {font-family: "Cinzel Decorative", serif;}

p a,
li a,
span a {color: inherit;text-decoration: none;}

body {font-family: 'Arial';font-weight: 600;scroll-behavior: smooth;position: relative;background: linear-gradient(to bottom, #f5f1e9, #ffffff);}

p {font-family: "Arial";}

.Header {width: 100%;height: 100vh;}

.NavBar {width: 100%;display: flex;padding: 20px 40px;background-color: #0000006b;align-items: center;justify-content: space-between;  position: fixed;top: 0;  z-index: 999;height: 88px;}

.MenuList {display: flex;list-style: none;gap: 20px;color: #fff; align-items: center;}

.MenuList li {  color: inherit;font-family: "Cinzel Decorative", serif;font-weight: 600;opacity: 0;transform: translateY(50px);transition: opacity 0.5s ease, transform 0.5s ease; font-size: 12px;}

.MenuList li.animate {opacity: 1;transform: translateY(0);}

.MenuList li a {  text-decoration: none;color: inherit;letter-spacing: 2px;}

.Logo {width: 16%;opacity: 0;transform: translateX(-10px);transition: all 0.5s ease;}

.Logo.animate {opacity: 1;transform: translateX(0px);}

.Logo img {width: 100%;height: 100%;}


.slider-container {width: 100%;height: 100vh;position: relative;overflow: hidden;}

.slide {width: 100%;height: 100%;position: absolute;top: 0;left: 0;opacity: 0;transition: opacity 1s ease-in-out;background-size: cover;background-position: center;display: flex;justify-content: flex-start;align-items: center;padding: 40px;}

.slide.active {opacity: 1;}

.slide-content {text-align: left;color: #fff;max-width: 600px;}

.word {display: inline-block; opacity: 0;transform: translateY(100%);transition: transform 0.5s ease-out, opacity 0.5s ease-out;}

.slide.active .word {opacity: 1;transform: translateY(0);}

.heading {font-size: 2.5rem;font-weight: bold;margin-bottom: 20px;line-height: 1.2;}

.btn {   display: flex; gap: 5px; padding: 10px;background-color: #B59984;color: #fff; /* width: 150px; */ text-decoration: none;letter-spacing: 2px;align-items: center;text-align: center;box-shadow: 0 0 3px #2a2a2a8f;border-radius: 20px;/* font-size: 1.1rem !important; */ justify-content: center;}

.controls {position: absolute;bottom: 20px;right: 20px;display: flex;gap: 10px;z-index: 10;}

.controls i {color: #b69074;border: 1px dotted #b69074;padding: 10px;margin: 0 5px;cursor: pointer;/* border-radius: 50%; */font-size: 1.2rem;}

.controls i:hover {background-color: #9a7b6a;color: #fff;}

@media (max-width: 768px) {.heading {font-size: 1.8rem;}.image-grid {grid-template-columns: auto !important;}.btn {font-size: 1rem;padding: 8px 16px;}.slide-content {max-width: 100%;padding: 20px;}.controls {bottom: 10px;right: 10px;}.controls i {padding: 8px;font-size: 1rem;}}

.AboutSection {width: 100%;margin: 50px 0;padding: 20px;display: flex;flex-direction: column;gap: 30px;}

.SectionHeading {width: 100%;display: flex;gap: 30px; padding: 20px;justify-content: center; align-items: center;}

.SectionHeading hr {width: 35%;}

.AboutContainer {width: 100%;height: 100%;display: flex;/* align-items: center; */}

.SectionImage,
.SectionContent {flex: 50%;}

.ImageBox {width: 80%;height: 100%;position: relative;margin: auto;}

.ImageBox img {width: 100%;height: 80%;object-fit: cover;border-radius: 4px;border: 16px solid #f2f2f2;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}

.SectionContent {width: 100%;position: relative;height: auto;}

.div {width: 100%;height: 30vh;}

.div img {float: right;height: 100%;width: auto;}

.divTwo {margin-top: 200px;}

.Content {position: absolute;width: 95%;display: flex;padding: 20px;z-index: 2;flex-direction: column;gap: 20px; top: 10px;}

.Content h1 {
  font-size: 3rem;
}

.Content p {font-size: 1.2rem;line-height: 30px;text-align: justify;}

.Completed {width: 95%;display: flex;flex-direction: column;gap: 10px;justify-content: center;}

.Box {display: flex;flex-direction: column;gap: 5px;justify-content: center;align-items: center;}

.Box h1 {color: #B59984;}


.SectionDivide {color: #000;width: 100%;}

.ServiceSection {width: 100%;margin: 50px 0;overflow: hidden;}


.HeadingBox {width: 100%;display: flex;flex-direction: column;gap: 20px;justify-content: center;align-items: center;padding: 30px;text-align: center;}

.HeadingBox h1 {font-size: 2rem; color: #c2762b;}

.HeadingBox p {letter-spacing: 3px;}

.Row {width: 100%;justify-content: center;display: flex;padding: 20px;align-items: center;}

.RowContent {width: 40%;display: flex;flex-direction: column;background-image: url('../assets/Rectangle\ 32.png');background-position: center;background-size: cover;padding: 40px;height: 70vh;align-items: center;gap: 20px;}

.RowContent p,
.RowContent-Two p {text-align: justify;letter-spacing: 2px;line-height: 25px; font-weight: 500;}

.RowImage {width: 50%;height: 60vh;overflow: hidden;cursor: pointer;}

.RowImage .Image {position: absolute;width: 100%;height: 100%;opacity: 0;transition: opacity 1s ease-in-out, transform 5s ease-in-out;}

.RowImage .Image img {width: 100%;height: 100%;object-fit: cover;transform: scale(1);animation: kenBurns 14s infinite;}

.Image.activeSlide {opacity: 1;}

.SliderBox {width: 100%;height: 100%;position: relative;}

@keyframes kenBurns {0% { transform: scale(1) translate(0, 0);}50% {  transform: scale(1.2) translate(-5%, -5%); }100% {  transform: scale(1) translate(0, 0); }}

.slider-controls {position: absolute;bottom: 20px;right: 20px;display: flex;align-items: center;gap: 10px;}


.slider-controls button.dot.active {
  background-color: #fff;
}

.slider-controls button.nav {padding: 8px 16px;background-color: #2c3e50;color: #fff;border: none;cursor: pointer;font-size: 0.9em;border-radius: 4px;transition: background-color 0.3s;}

.slider-controls button.nav:hover {background-color: #34495e;}

.RowImage-two {width: 50%;height: 60vh;  overflow: hidden;  cursor: pointer;}

.RowImage-two img {width: 100%;height: 100%;}

.ReadBtn {color: #000;}

.ReadBtn a {color: inherit;}

.RowContent-Two {width: 40%;display: flex;flex-direction: column;background-image: url('../assets/Rectangle\ 16.png');background-position: center;background-size: cover;padding: 40px;height: 70vh;align-items: center;gap: 20px;}

.particle {position: absolute;width: 8px;height: 8px;background: #B59984;border-radius: 50%;pointer-events: none;opacity: 0;}

.GallerySection {width: 100%;margin: 50px 0;}

.gallery-section {max-width: 1200px;margin: auto;padding: 20px;}

.gallery-tabs {text-align: center;margin-bottom: 30px;}

.tab {display: inline-block;padding: 10px 20px;margin: 0 10px;/* background: #333; */border: 1px solid #B59984;color: #B59984;border-radius: 8px;cursor: pointer;transition: background 0.3s, transform 0.3s;}

.tab.active {background: #B59984;color: #fff;transform: scale(1.1);}

.tab.active:hover {background: #555;}

.tab:hover {background: #B59984;color: #fff;}

.gallery-grid {display: grid;grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));gap: 20px;padding: 20px;}

.gallery-item {position: relative;overflow: hidden;border-radius: 8px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);opacity: 0;transform: scale(0.8);animation: fadeInScale 0.5s ease-out forwards;}

.gallery-item img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s;
}

.gallery-item:hover::after {
  opacity: 1;
}

.gallery-item .caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 1.1rem;
  opacity: 0;
  transform: translateY(20px);
  font-family: "Cinzel Decorative", serif;
  transition: opacity 0.3s, transform 0.3s;

  z-index: 1;
}

.gallery-item:hover .caption {
  opacity: 1;
  transform: translateY(0);
}

.captionText {
  font-weight: 500;
  padding-top: 10px;
}

/* Unique layout: staggered heights for masonry effect */
.gallery-item:nth-child(3n) {
  grid-row: span 2;
}

.gallery-item:nth-child(3n) img {
  height: 100%;
}

/* Animation for fading out */
.fade-out {
  animation: fadeOut 0.3s ease-out forwards;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
.mobile{
  display: none;
}
.desktop{
  display: block;
}
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }

  .gallery-item:nth-child(3n) img {
    height: 300px;
  }

  .MobileHeading {
    margin-top: 50px
  }

  .desktop{
    display: none;
  }

  .mobile{
    display: block;
  }
}


.GalleryContainer {
  display: flex;
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  gap: 2px;
}

.GalleryRow {
  display: flex;
  width: 100%;
  height: 250px;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

@keyframes scaling {
  0% {
    scale: 0;
  }

  100% {
    scale: 100%;
  }

}

.bigImage {
  width: 65%;
  height: 100%;
  transition: opacity 0.5s ease;
  animation: scaling 0.5s ease;

}

.bigImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.smallImage {
  width: 35%;
  height: 100%;
  animation: scaling 0.3s ease;
  transition: opacity 0.5s ease;
}

.smallImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}



.grid-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 0;
}

.grid-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  /* Square aspect ratio */
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.grid-item .number {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  /* Black for first row numbers */
}

.grid-item .alt-number {
  font-size: 2rem;
  font-weight: bold;
  color: #ffcc00;
  /* Yellow for second row numbers */
}

.grid-item hr {
  width: 50%;
  margin: 10px 0;
  border: 0;
  height: 2px;
  color: #ffcc00;
  background-color: #ffcc00;
  /* Yellow for first row HR */
}

.grid-item .black-hr {
  background-color: #000;
  /* Black HR for second row */
}

.grid-item .title {
  font-size: 0.9rem;
  color: #666;
  padding: 0 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .grid-row {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .grid-item {
    padding-bottom: 100%;
    /* Maintain square aspect ratio */
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {

  .grid-item .number,
  .grid-item .alt-number {
    font-size: 1.5rem;
  }

  .grid-item .title {
    font-size: 0.8rem;
  }
}


.CountDownSection {
  width: 100%;
  margin: 50px 0;
}

.Heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.lineTwo {
  width: 5%;
  border: 1px solid #B59984;
}

.CountDownContainer {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.CountDownRow {
  display: flex;
  width: 100%;
  height: 250px;
}

.CountDownImage {
  width: 25%;
  height: 100%;
}

.CountDownImage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.CountdownBox {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  width: 25%;
  height: 100%;
}

.CountdownBox h1 {
  font-size: 7rem;
}

.CountdownBox hr {
  margin-top: -40px;
  color: #B59984;
  width: 60%;
}

.CountdownBox p {
  letter-spacing: 3px;
}

.ReviewSection {
  width: 100%;
  height: 100vh;
  background-image: url('../assets/WhatsApp\ Image\ 2025-06-11\ at\ 00.25.43_341dece6.jpg');
  color: #fff;
  margin: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  position: absolute;
}

.ReviewContainer {
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.ReviewBox {
  width: 75%;
  height: 100%;
  overflow: hidden;
}

.ReviewCard {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  gap: 20px;
}

.ReviewCard p {
  letter-spacing: 3px;
  line-height: 30px;
  text-align: center;
}

.userBox {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.User {
  width: 50px;
  height: 50px;
  /* background-color: #fff; */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B59984;
  border: 1px solid #B59984;
  font-size: 30px;
}

.UserInfo {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.UserInfo .Name {
  letter-spacing: 3px;
  font-size: 17px;
}

.UserInfo .Business {
  letter-spacing: 3px;
  font-size: 14px;
}


.slider {
  width: 100%;
  height: var(--height);
  overflow: hidden;
  mask-image: linear-gradient(to right,
      transparent,
      #000 10% 90%,
      transparent);
}

.slider .list {
  display: flex;
  width: 100%;
  min-width: calc(var(--width) * var(--quantity));
  position: relative;
}

.slider .list .item {
  width: var(--width);
  height: var(--height);
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  left: 100%;
  animation: autoRun 25s linear infinite;
  transition: filter 0.5s;
  animation-delay: calc((25s / var(--quantity)) * (var(--position) - 1) - 25s) !important;
}

.divBox {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider .list .item .divBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ItemDivContent {
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 20px 40px;
  color: #fff;
  z-index: 2;
  left: 0;
  background: #1010102c;
}

@keyframes autoRun {
  from {
    left: 100%;
  }

  to {
    left: calc(var(--width) * -1);
  }
}

.slider:hover .item {
  animation-play-state: paused !important;
  filter: grayscale(1);
  cursor: pointer;
}

.slider .item:hover {
  filter: grayscale(0);

}


.mediaSection {
  width: 100%;
  margin: 50px 0;
}


.contact-section {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.contact-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2a2a2a;
  padding: 20px 0;
  border: 1px solid #ddd;
  width: 100%;
  color: #fff;
}

.contact-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  justify-content: center;
}

.contact-item i {
  font-size: 1.5rem;
  color: #fff;
  margin-top: 8px;
}

.social-icons a {
  margin: 0 5px;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
}

.social-icons a:hover {
  color: #007bff;
}

.map-container {
  width: 100%;
  height: 60vh;
  border: 1px solid #ddd;
  overflow: hidden;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .contact-row {
    flex-direction: column;
    padding: 15px 0;
  }

  .contact-item {
    margin-bottom: 15px;
  }

  .map-container {
    height: 40vh;
  }
}


.dots {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}


.FooterSection {
  width: 100%;
  height: 65vh;
  background-color: #B59984;
}

.FooterTop {
  width: 100%;
  height: 84%;
  display: flex;
  align-items: self-start;
  padding-top: 55px;
}

.FooterBottom {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
  color: #2a2a2a;
}

.FooterBox {
  flex: 50%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-div {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.useful-div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 25px;
  padding: 0 40px;
}

.Footer-Logo {
  width: 30%;
}

.Footer-Logo img {
  width: 100%;
  height: 100%;
}

.useful-div h4 {
  letter-spacing: 3px;
  color: #2a2a2a;
}

.about-text {
  letter-spacing: 1px;
  font-size: 18px;
  color: #2a2a2a;
}

.useful-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.useful-points li,
.useful-points p {
  color: #565656;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 300ms ease-in;
}

.useful-points li:hover,
.useful-points p:hover {
  color: #2a2a2a;
  cursor: pointer;
}

.useful-points li:before {
  content: "◆";
  color: #2a2a2a;
  margin-right: 10px;
}



.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  background-color: #B59984;
}




.swiper-button-next,
.swiper-button-prev {
  color: #B59984 !important;
}


.stars {
  color: rgb(255, 225, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.text-align-center {
  text-align: center;
}

.about-banner-section {
  background: url('assets/banner.jpg') center/cover no-repeat;
  padding: 100px 20px;
  color: white;
}

.about-banner-title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 2px;
}

.about-main-section {
  padding: 60px 20px;
  max-width: 90%;
  margin: auto;
}

.about-feature-image {
  width: 100%;
  border-radius: 10px;
  margin: 30px 0;
  height: 70vh;
  border-radius: 4px;
  border: 16px solid #f2f2f2;
  box-shadow: 0 8px 2px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.about-description-text {
  font-size: 16px;
  text-align: justify;
  line-height: 1.6;
}

/* Updated Team Section */
.team-pillars-section {
  padding: 80px 20px;

}

.team-section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 60px;
}

.pillar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 80px auto;
  gap: 40px;
}

.pillar-row.reverse {
  flex-direction: row-reverse;
}

.pillar-image {
  flex: 1;
  text-align: center;
}

.pillar-image img {
  width: 400px;
    height: 400px;
    border-radius: 8px;
    object-fit: cover;
    border: 16px solid #f2f2f2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pillar-text {
  flex: 1;
  /*background-image: url('../assets/PillarBack.png');*/
  /*background-position: center;*/
  /* background-attachment: fixed; */
  background-size: cover;
  padding: 20px;
  /* opacity: 0.6; */
  background-repeat: no-repeat;
}


.pillar-text h4 {
  color: #c2762b;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  word-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}

.pillar-text p {
  font-size: 1.2rem;
  line-height: 30px;
  font-weight: 500;
  text-align: justify;
}

.pillar-text button {
  margin-top: 15px;
  padding: 10px 20px;
  border: 2px solid #b69074;
  background: none;
  color: #b69074;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  transition: all 300ms ease-in;
}

.pillar-text button:hover {
  background-color: #b69074;
  color: #fff;
}

@media (max-width: 768px) {

  .pillar-row,
  .pillar-row.reverse {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .pillar-text {
    padding: 0 15px;
  }

  .pillar-text h4 {
    font-size: 14px;
    text-align: center;
  }

  .pillar-text p {
    font-size: 12px;
    text-align: justify;
  }

  .pillar-text button {
    font-size: 12px;
    padding: 8px 16px;
  }

  .pillar-image img {
    width: 100%;
    /* height: 220px; */
    margin-bottom: 20px;
  }

  .team-section-title {
    font-size: 22px;
    margin-bottom: 40px;
    text-align: center;
  }

  .pillar-row {
    margin-bottom: 50px;
    gap: 20px;
  }
}


/* Trust Section */
.why-trust-video-section {
  position: relative;
  text-align: center;
  /* background: #fff; */
  padding-bottom: 180px;
  /* ← Increase this to fully show floating box */
}


.why-trust-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.video-container {
  position: relative;
  width: 100%;
  height: 90vh;

}

.video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 38px;
  background: rgb(255 255 255 / 58%);
  border-radius: 50%;
  padding: 0px 22px;
  cursor: pointer;
  height: 70px;
  width: 70px;
  border: 2px solid #333;
  z-index: 10;
}

.floating-features {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: #c7a78d;
  display: flex;
  gap: 20px;
  justify-content: space-around;
  width: 90%;
  height: auto;
  /* max-width: 1100px; */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  z-index: 5;
}

.feature-box {
  flex: 1;
  min-width: 200px;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  transition: all 300ms ease-in-out;
}

.feature-box:hover {
  background-color: #fff;
  color: #2a2a2a;
}

.feature-box:hover .feature-number {
  color: #b69074;
}

.feature-number {
  font-family: "Tourney", sans-serif;
  font-size: 70px;
  color: #4b3b30;
  font-weight: 600;

  letter-spacing: 1px;
  margin-bottom: 30px;
}

.feature-box h4 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.feature-box p {
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .video-container {
    height: auto;
  }

  .video-bg {
    height: auto;
    min-height: 300px;
  }

  .play-button {
    font-size: 28px;
    padding: 12px 16px;
  }

  .floating-features {
    flex-direction: column;
    position: static;
    align-items: center;
    width: 90%;
    transform: translateX(0%);
    height: auto;
    margin: auto;
  }

  .feature-box {
    min-width: auto;
    width: 100%;
    padding: 20px;
  }

  .feature-number {
    margin-bottom: 15px;
  }

  .feature-box h4 {
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  .feature-box p {
    font-size: 12px;
    line-height: 1.5;
  }

  .why-trust-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .why-trust-video-section {
    /* padding-bottom: 440px; */
    /* Extra space to prevent content overlap */
  }
}







.solution-section {
  position: relative;
  /* max-width: 880px; */
  height: 600px;
  margin: 0px auto 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  align-items: center;
  width: 80%;
  justify-items: center;
}

.center-box {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  background: #f7f4ee;
  border: 2px solid #000;
  border-radius: 12px;
  padding: 8px 10px;
  font-weight: bold;
  z-index: 2;
  font-size: 18px;
  font-family: "Cinzel Decorative", serif;
  text-align: center;
}

/* SVG lines */
.lines {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

.lines line {
  stroke: #000;
  stroke-width: 1;
}

/* Boxes */
.box {
  padding: 20px;
  width: 400px;
  height: 210px;
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
  background-color: #e6cbb6;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}



.bg-residential {
  background-image: url('bg-residential.jpg');
}

.bg-commercial {
  background-image: url('bg-commercial.jpg');
}

.box h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.box p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}

/* Grid placement */
.top-left {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  /*background-image: url('../assets/8985505.jpg');*/
  /* Replace with your background pattern if available */
  /*background-size: cover;*/
  /*background-position: center;*/

}

.top-right {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  /*background-image: url('../assets/10271746.jpg');*/
  /* Replace with your background pattern if available */
  /*background-size: cover;*/
  /*background-position: center;*/
}

.bottom-left {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  /* background-image: url('../assets/Rectangle\ 106.png');
 Replace with your background pattern if available */
  /*background-size: cover;*/
  /*background-position: center;*/

}

.bottom-right {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
  /*background-image: url('../assets/Rectangle\ 104.png');*/
  /* Replace with your background pattern if available */
  /*background-size: cover;*/
  /*background-position: center;*/

}

@media (max-width: 768px) {
  .solution-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 40px 0px;
    margin: 50px auto;
  }

  .lines {
    display: none;
    /* Hide SVG lines on mobile */
  }

  .center-box {
    /* border: 0; */
    margin-bottom: 30px;

  }

  .box {
    width: 100%;
    /* max-width: 350px; */
    height: fit-content;
    margin-bottom: 25px;
  }

  .top-left,
  .top-right,
  .bottom-left,
  .bottom-right {
    grid-column: auto;
    grid-row: auto;
  }
}




.design-section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 80px 60px;
  gap: 60px;
}

.column {
  width: 40%;
}

.content-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.description,
.subtext {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.design-image {
  width: 100%;
  height: auto;
  height: 300px;
  border-radius: 4px;
  margin-top: 40px;
  border-radius: 4px;
  border: 16px solid #f2f2f2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  margin-bottom: 60px;
}

/* Divider with Line and Dots */
.divider {
  position: relative;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.line {
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 28%;
  transform: translateX(-50%);
}

.dot.top {
  top: 25%;
}

.dot.bottom {
  bottom: 25%;
}

.line-serv {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.line-serv::after {
  content: "";
  display: block;
  width: 270px;
  height: 1px;
  background-color: #000;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .design-section {
    flex-direction: column;
    padding: 40px 20px;
    gap: 40px;
  }

  .column {
    width: 100%;
  }

  .divider {
    display: none;
  }

  .design-image {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .line-serv::after {
    width: 100%;
    /* Full width underline on mobile */
  }
}



.hero-section-2 {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;


  position: relative;
  color: #fff;
}

.hero-heading-2 {
  font-size: 4rem;
  font-weight: bold;
  text-align: left;

  padding: 200px 30px;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .FooterSection {
    height: auto;
    padding-bottom: 20px;
  }

  .FooterTop {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 30px;
  }

  .FooterBox {
    flex-direction: column;
    width: 100%;
    padding: 10px;
    align-items: center;
    gap: 40px;
    text-align: center;
  }

  .about-div,
  .useful-div {
    width: 90%;
    align-items: center !important;
    text-align: center;
    height: auto;
  }

  .Footer-Logo {
    width: 50%;
    margin: 0 auto;
  }

  .FooterBottom {
    padding: 15px 10px;
    font-size: 14px;
    text-align: center;
  }
}


.section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 300px;
}

.background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  animation: fadeIn 0.5s ease-in forwards;
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 20px;
}

.titles {
  position: relative;
  z-index: 2;
  text-align: left;
}

.title {
  display: block;
  margin: 10px 0;
  padding: 10px 20px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.activeLine {
  border: 1px dotted #B59984;
  width: 0%;
  /* display: none; */
  transition: all 1s ease-in-out;
}

.title:hover {
  color: #B59984;
  transform: scale(1.1);
  background-color: rgba(12, 12, 12, 0.413);
}

.title:hover .activeLine {
  display: block;
  width: 100%;
}

.content {
  width: 40%;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  z-index: 2;
  transition: all 0.5s ease;
  animation: growRightToLeft 0.5s ease-out forwards;

}


.content h3 {
  padding-bottom: 10px;
  color: #B59984;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.5s ease-out 0.3s forwards;
}

.title {
  font-size: 1.6rem;
  font-family: "Cinzel Decorative", serif;
}

.content p {
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 30px;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.5s ease-out 0.3s forwards;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    padding: 10px;
  }

  .titles {
    width: 100%;
    text-align: center;
  }

  .title {
    display: inline-block;
    margin: 5px;
    padding: 8px 15px;
  }

  .content {
    width: 90%;
    margin-top: 10px;
  }
}

.residential {
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.5s ease;
}

.commercial {
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.5s ease;
}

.residential-slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}

.commercial-slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #B59984;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
}

.nav-btn.left {
  left: 10px;
}

.nav-btn.right {
  right: 10px;
}

.bullets {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
}

.bullet {
  width: 10px;
  height: 10px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.bullet.active {
  background-color: #B59984;
}

.row:nth-child(1) .slider-div {
  order: 1;
}

.row:nth-child(1) .content-div {
  order: 2;
}

.row:nth-child(2) .slider-div {
  order: 2;
}

.row:nth-child(2) .content-div {
  order: 1;
}

@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }

  .slider-div,
  .content-div {
    width: 100%;
  }
}







.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ResidentailSlider,
.commercialSlider {
  display: flex;
  width: 100%;
  height: 100%;

}

.ResidentailSlide,
.commercialSlide {
  flex: 0 0 100%;
  height: 100%;
  opacity: 0;
  width: 100%;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  border-radius: 4px;
  border: 16px solid #f2f2f2;
  top: 0;
  left: 0;
}

.ResidentailSlide.Serviceactive,
.commercialSlide.Serviceactive {
  opacity: 1;
}

.ResidentailSlide img,
.commercialSlide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  /* border-radius: 10px; */
}

.nav-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.nav-button {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 1.5rem;
  border-radius: 5px;
}

.bullets {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bullet {
  display: inline-block;
  width: 100px;
  height: 4px;
  background: #ccc;
  border-radius: 4px;
  margin: 0 5px;
  cursor: pointer;
}

.bullet.active {
  background: #333;
}

@media (max-width: 768px) {

  .service-row,
  .service-row.reverse {
    flex-direction: column;
  }

  .service-image,
  .service-content {
    width: 100%;
  }

  .slider-container {
    height: 300px;
  }
}



@keyframes growRightToLeft {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }

  100% {
    transform: scaleX(1);
    transform-origin: right;
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Class to reset animations */
.reset-animation {
  animation: none !important;
}

.contact-hero {
  position: relative;
  height: 100vh;
  background: url('./assets/IMG_8972.JPG') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.contact-container {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 80px;
}

.left-text {
  flex: 1;
  padding-right: 40px;
}

.left-text h1 {
  font-size: 66px;
  font-weight: 600;
  margin-bottom: 20px;
}

.left-text p {
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.call-info {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.call-info a {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-top: 8px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  display: inline-block;
}

.right-form {
  flex: 1;
  max-width: 400px;

  padding: 30px;
  border-radius: 10px;

}

form input,
form textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px 15px;
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  font-size: 16px;
  outline: none;
  resize: none;
}

form textarea {
  height: 200px
}

form input::placeholder,
form textarea::placeholder {
  color: white;
}

form button {
  background-color: white;
  color: black;
  padding: 10px 25px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

form button:hover {
  background-color: #ddd;
}

.social-icons {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.social-icons a {
  color: white;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s ease;
}

.social-icons a:hover {
  color: #ccc;
}

@media (max-width: 1024px) {
  .contact-container {
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
  }

  .left-text,
  .right-form {
    width: 100%;
    max-width: 90%;
    padding-right: 0;
    text-align: center;
  }

  .left-text h1 {
    font-size: 48px;
  }

  .left-text p {
    font-size: 20px;
  }

  .call-info {
    margin-bottom: 10px;
  }

  .call-info a {
    font-size: 16px;
  }

  .social-icons {
    justify-content: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .left-text h1 {
    font-size: 38px;
  }

  .left-text p {
    font-size: 18px;
  }

  .contact-container {
    padding-top: 40px;
  }

  form input,
  form textarea {
    font-size: 15px;
  }

  form button {
    width: 100%;
  }

  .social-icons {
    gap: 16px;
    font-size: 16px;
  }

.HeadingBox h1 ,     .Content h1 {
    font-size: 1.4rem !important;
  }

  .Content p , .RowContent p, .RowContent-Two p{
    font-size: 1rem;
    line-height: 22px;
    text-align: justify;
}
}



.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 30px 60px;
  justify-items: center;
}

.product-card {
  background: #eeeeee;
  border-radius: 4px;
  padding: 20px;
  width: 100%;
  max-width: 650px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.product-card .product-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
}

.product-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.rating {
  font-size: 14px;
  color: #e3a21a;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.rating span {
  font-weight: bold;
  margin-right: 4px;
  color: #333;
}

.rating i.filled {
  color: #ffc107;
}

.rating i.far {
  color: #ccc;
}

.product-card p {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}

.product-card button {
  background: #b69074;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-card button:hover {
  background-color: #555;
  color: #b69074;
}

/* Shiny hover effect */
.product-image::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 20%;
  height: 200%;
  background: linear-gradient(to bottom right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.product-image:hover::after {
  left: 150%;
}

.product-image button:hover {
  background: #a07559;
}


@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .product-card {
    max-width: 100%;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
  display: flex;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

.loader.hidden {
  opacity: 0;
  pointer-events: none;
}

.Loaderlogo {
  width: 200px;
  height: 200px;
  background: url('../assets/LoaderLogo.png') no-repeat center;
  background-size: contain;
  position: relative;
  animation: shine 2s infinite linear;
}

@keyframes shine {
  0% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.5);
  }

  100% {
    filter: brightness(1);
  }
}

.progress-container {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

.progress-number {
  font-size: 24px;
  /* Increased font size */
  color: #555;
  margin-bottom: 5px;
  min-width: 60px;
  text-align: left;
}

.progress-bar {
  width: 100%;
  height: 4px;
  /* Thinner progress bar */
  background: #555;
  border-radius: 5px;
  overflow: hidden;
}

.progress {
  height: 100%;
  background: #b69074;
  width: 0;
  transition: width 0.3s ease-out;
}

#website-content {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease-in, transform 0.5s ease-in;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 900;
}

#website-content.visible {
  opacity: 1;
  transform: scale(1);
}

.design-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 80px auto;

}

.design-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 300px;
  /* Fixed height to center logo */
  display: flex;
  justify-content: center;
  align-items: center;
}

.design-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, #B59984 0%, transparent 70%);
  opacity: 0.1;
  transition: opacity 0.5s ease;
}

.design-card:hover::before {
  opacity: 0.3;
}

.design-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.design-card::after {
  content: 'See What they saying';
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  color: #B59984;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.design-card:hover::after {
  opacity: 0;
}

.logo-display {
  text-align: center;
  position: absolute;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.logo-icon {
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.design-card:hover .logo-display {
  opacity: 0;
  transform: scale(0);
}

.reveal-content {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  text-align: left;
  padding: 20px;
}

.design-card:hover .reveal-content {
  opacity: 1;
  transform: translateY(0);
  animation: pulse 1.5s infinite alternate;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 rgba(181, 153, 132, 0.3);
  }

  100% {
    box-shadow: 0 0 10px rgba(181, 153, 132, 0.5);
  }
}

.reveal-text {
  font-size: 1rem;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.design-card:hover .reveal-text {
  opacity: 1;
  transform: translateY(0);
}

.rating-score {
  color: #B59984;
  font-size: 1.2rem;
  margin-bottom: 15px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease, transform 0.5s ease 0.2s;
}

.design-card:hover .rating-score {
  opacity: 1;
  transform: scale(1);
}

.user-details {
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease 0.4s;
}

.design-card:hover .user-details {
  opacity: 1;
  transform: translateX(0);
}

.user-avatar {
  width: 40px;
  height: 40px;
  background: #B59984;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.design-card:hover .user-avatar {
  transform: rotate(360deg);
}

.user-info {
  color: #555;
}

.user-name {
  font-weight: bold;
  font-size: 1.1rem;
}

.business-name {
  font-size: 0.9rem;
  color: #777;
}

@media (max-width: 1024px) {
  .design-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .design-layout {
    grid-template-columns: 1fr;
  }

  .design-card {
    padding: 15px;
    height: 250px;
  }

  .logo-icon {
    width: 60px;
    height: 60px;
  }

  .design-card::after {
    font-size: 0.7rem;
  }

  .reveal-text {
    font-size: 0.9rem;
  }
}

.Mobile-Nav {
  display: none;
}

@media screen and (max-width:768px) {
  .NavBar {
    display: none;
  }

  .Mobile-Nav {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f2eb;
  }

  .MobileLogo {
    width: 32%;
  }

  .MobileLogo a img {
    width: 100%;
    height: 100%;
  }

  .menu-toggle {
    width: 40px;
    height: 30px;
    position: relative;
    cursor: pointer;
    z-index: 1000;
  }

  .menu-input {
    display: none;
  }

  .menu-line {
    width: 100%;
    height: 2px;
    background-color: #B59984;
    position: absolute;
    transition: transform 0.3s ease, top 0.3s ease 0.3s;
  }

  .menu-line.top {
    top: 10px;
  }

  .menu-line.bottom {
    bottom: 10px;
  }

  .menu-input:checked~.menu-line.top {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: top 0.3s ease, transform 0.3s ease 0.3s;

  }

  .menu-input:checked~.menu-line.bottom {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
    transition: bottom 0.3s ease, transform 0.3s ease 0.3s;
  }

  .MenuList {
    width: 340px;
    height: 100vh;
    background-color: #b69074;
    position: fixed;
    top: 0;
    left: -340px;
    padding: 20px;
    z-index: 400;
    transition: all 300ms ease-in-out;
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    font-weight: 600;
    font-size: 1.5rem;
    gap: 20px;
    flex-direction: column;
  }

  .MenuList li {
    list-style: circle;
    margin-left: 15px;
  }

  .menu-input:checked~.MenuList {
    left: 0px !important;
  }


  .Header {
    height: auto;
  }

  .ImageBox {
    width: 100%;
  }

  .AboutContainer {
    flex-direction: column;
  }

  .SectionImage,
  .SectionContent {
    flex-direction: 100%;
  }

  .ImageBox p {
    margin-left: 10px;
  }

  .Content h1 {
    font-size: 2rem;
  }


  .Row {
    flex-direction: column;
  }

  .RowImage,
  .RowImage-two {
    width: 100%;
    height: auto;
  }

  .RowContent,
  .RowContent-Two {
    padding: 10px;
    width: 100%;
    height: auto;
  }

  .CountDownRow {
    flex-direction: column;
    height: auto;
  }

  .CountdownBox {
    width: 100%;
  }

  .CountdownBox hr {
    margin: 0;
  }

  .Reverse {
    flex-direction: column-reverse !important;
  }

  .CountDownImage {
    width: 100%;
  }

  .ReviewBox {
    width: 90%;
  }

  .ReviewCard {
    padding: 0;
  }

  .FooterBox {
    flex-direction: column !important;
  }

  .contact-row {
    gap: 20px;
  }

  .play-button {
    top: 14%;
  }

  .about-feature-image {
    height: auto;
  }
}


.design-showcase {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Cinzel Decorative", serif;
  background: linear-gradient(to bottom, #f5f1e9, #ffffff);
}

.nav-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.tab-selector {
  padding: 12px 0px;
  cursor: pointer;
  background-color: #e8d9c0;
  border: 2px solid #b69074;
  border-radius: 10px;
  font-size: 16px;
  color: #4a3c2a;
  flex-grow: 1;
  width: 150px;
  transition: all 0.3s ease;
}

.tab-selector.active {
  background-color: #b69074;
  color: #fff;
  transform: scale(1.1);
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.intro-text {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  color: #4a3c2a;
  font-style: italic;
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  border-left: 5px solid #b69074;
  border-radius: 0 10px 10px 0;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
  gap: 20px;
  padding: 20px;
  position: relative;
}

.grid-image {
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.grid-image:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(211, 164, 92, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.grid-image:hover .image-overlay {
  opacity: 1;
}


.DropDown , .DropDown-2 , .DropDown-3{
  position: relative;
}

.DropDownList , .DropDownList-2 , .DropDownList-3{
  position: absolute;
  bottom: 0;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.256);
  display: none;
  flex-direction: column;
  background-color: #f5f1e9;
  z-index: 9;
  top: 15px;
  list-style: none;
  padding: 20px 0;
  width: 400px;
  height: fit-content;
  overflow: hidden;
  opacity: 0;
  transition: all 300ms ease-in-out;
}


.DropDownList li , .DropDownList-2 li , .DropDownList-3 li{
  padding: 10px 30px;
  color: #b69074;
  transition: all 300ms ease-in;
}


.DropDownList li:hover, .DropDownList-2 li:hover , .DropDownList-3 li:hover{

  background: linear-gradient(to bottom, #b69074);
  color: #f5f1e9;
  border-radius: 5px;
  transform: translateX(10px);
  scale: 1.02;


}

.DropDown::after , .DropDown-2::after,   .DropDown-3::after{
display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;

}

.DropDownList li i , .DropDownList-2 li i ,  .DropDownList-3 li i{
  opacity: 0;
  scale: 0;
  color: #2a2a2a;
  /* display: none; */
  transition: all 500ms ease-in-out;
}

.DropDownList li:hover i , .DropDownList-2 li:hover i,  .DropDownList-3 li:hover i {
  opacity: 1;
  color: #f5f1e9;
  /* display: inline; */
  scale: 1;
  margin-right: 10px;

}

.dot.Mid{
  bottom: 50%;
}

.dot.topTop{
  top: 0%;
}

 .whatsapp-float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 100px;
            left: 20px;
    background: linear-gradient(154deg, #b59984, #faf8f4);            
    color: #fff;
            border-radius: 50%;
            text-align: center;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            animation: pulse 2s infinite;
            transition: transform 0.3s ease;
            display: flex;
            text-decoration: none;
            justify-content: center;
            box-sizing: border-box;
        }
        .whatsapp-float:hover {
            transform: scale(1.1);
        }
        .whatsapp-float i {
            margin-top: 16px;
            font-size: 28px;
        }
        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(174, 107, 30, 0.4); }
            70% { box-shadow: 0 0 0 10px rgba(107, 72, 255, 0); }
            100% { box-shadow: 0 0 0 0 rgba(107, 72, 255, 0); }
        }


.Mobile-Nav.sticky {
            position: fixed;
            top: 5px;
            left: 0;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            z-index: 999;
            width: 98%;
            right: 0;
            margin-inline: auto;
            transition: all 300ms ease-in-out;
        }

.NavBar.sticky {
            position: fixed;
            top: 5px;
            left: 0;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.557);
            border-radius: 10px;
            z-index: 999;
            width: 95%;
            right: 0;
            margin-inline: auto;
            transition: all 300ms ease-in-out;
        }

.caption hr{
  width: 90%;
}

@media screen and (min-width:1600px) {
  .Logo {
    width: 7% !important;
  }

  
.RowContent p, .RowContent-Two p{
    text-align: justify;
    letter-spacing: 2px;
    font-size: 1.5vw;
    font-weight: 500 !important;
    line-height: 1.2em;
}

.ReviewCard p ,.UserInfo .Name , .UserInfo .Business{
    font-size: 1.5vw;
    font-weight: 500 !important;
    line-height: 1.2em;
}

.RowContent h1 , .RowContent-Two h1{
  font-size: 2rem;
}

.User{
  height: 100px;
  width: 100px;
  font-size: 2vw;
}
}


 .cvys-gallery-section{max-width:1400px;margin:50px auto;padding:20px;}
    .cvys-tabs{text-align:center;margin-bottom:40px;display: flex;justify-content: center;}
    .cvys-tab{display:inline-block;padding:12px 30px;margin:0 15px;border:2px solid #B59984;color:#B59984;border-radius:10px;cursor:pointer;font-family:'Cinzel Decorative',serif;font-size:1.3rem;transition:transform .3s ease,background .3s ease,color .3s ease,opacity .3s ease;}
    .cvys-tab.cvys-active{background:#B59984;color:#fff;transform:scale(1.15);opacity:1;}
    .cvys-tab:hover{background:#B59984;color:#fff;transform:scale(1.1);opacity:.95;}
    .cvys-panel{display:none;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease;}
    .cvys-panel.cvys-active{display:block;animation:cvys-fadeInSlide .6s ease forwards;}
    .cvys-slider-container{position:relative;width:100%;height:450px;overflow:hidden;margin-bottom:50px;}
    .cvys-slider{display:flex;width:100%;height:100%;transition:transform .5s ease-in-out;}
    .cvys-slide{flex:0 0 100%;width:100%;height:450px;border-radius:10px;box-shadow:0 6px 12px rgba(0,0,0,.15);position:relative;opacity:0;transform:translateX(50px);transition:opacity .5s ease,transform .5s ease;}
    .cvys-slide.cvys-active{opacity:1;transform:translateX(0);}
    .cvys-slide img{width:100%;height:100%;object-fit:cover;border-radius:10px;loading:lazy;}
    .cvys-slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,.6),rgba(181,153,132,.7));opacity:0;transition:opacity .4s ease,transform .4s ease;transform:scale(.95);display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;padding:30px;}
    .cvys-slide:hover .cvys-slide-overlay{opacity:1;transform:scale(1);}
    .cvys-slide-overlay h3{font-size:2rem;font-family:'Cinzel Decorative',serif;margin-bottom:15px;transform:translateY(20px);transition:transform .4s ease;}
    .cvys-slide-overlay p{font-size:1.1rem;letter-spacing:1.5px;transform:translateY(20px);transition:transform .4s ease .1s;}
    .cvys-slide:hover .cvys-slide-overlay h3,.cvys-slide:hover .cvys-slide-overlay p{transform:translateY(0);}
    .cvys-nav-buttons{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;transform:translateY(-50%);}
    .cvys-nav-button{background:rgba(0,0,0,.6);color:#B59984;border:none;padding:12px;cursor:pointer;font-size:1.8rem;border-radius:8px;}
    .cvys-nav-button:hover{background:#B59984;color:#fff;}
    .cvys-bullets{position:absolute;bottom:25px;width:100%;display:flex;justify-content:center;gap:12px;}
    .cvys-bullet{width:12px;height:12px;background:#ccc;border-radius:50%;cursor:pointer;transition:background .3s ease;}
    .cvys-bullet.cvys-active{background:#B59984;}
    .cvys-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px;padding:20px;align-content:end;}
    .cvys-grid-item{position:relative;overflow:hidden;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1);opacity:0;animation:cvys-bounceIn .6s ease-out forwards;animation-delay:calc(var(--cvys-index) * 0.1s);width:250px;height:300px;transition:box-shadow .3s ease, transform .3s ease;}
    .cvys-grid-item:nth-child(3n){grid-column:span 2;grid-row:span 2;width:517px;height:600px;}
    .cvys-grid-item:nth-child(5n){grid-column:span 2;width:517px;height:300px;}
    .cvys-grid-item img{width:100%;height:100%;object-fit:cover;border-radius:10px;loading:lazy;transition:transform .3s ease;}
    .cvys-grid-item:hover{box-shadow:0 0 15px rgba(181,153,132,.8);transform:rotate(2deg);}
    .cvys-grid-item:hover img{transform:scale(1.1);}
    .cvys-grid-item-overlay{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(181,153,132,.8),rgba(0,0,0,.5));opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;padding:20px;}
    .cvys-grid-item:hover .cvys-grid-item-overlay{opacity:1;transform:translateY(0);}
    .cvys-grid-item-overlay h3{font-size:1.4rem;font-family:'Cinzel Decorative',serif;margin-bottom:10px;transform:translateY(15px);transition:transform .4s ease;}
    .cvys-grid-item-overlay p{font-size:.9rem;letter-spacing:1px;transform:translateY(15px);transition:transform .4s ease .1s;}
    .cvys-grid-item:hover .cvys-grid-item-overlay h3,.cvys-grid-item:hover .cvys-grid-item-overlay p{transform:translateY(0);}
    .cvys-grid-item[data-cvys-scroll]{transform:translateY(calc(var(--cvys-scroll-offset) * -0.2)) rotate(0deg);transition:transform .5s ease;}
    @keyframes cvys-bounceIn{0%{opacity:0;transform:scale(.8) translateY(20px);}60%{opacity:1;transform:scale(1.05);}100%{opacity:1;transform:scale(1);}}
    @keyframes cvys-fadeInSlide{0%{opacity:0;transform:translateY(30px);}100%{opacity:1;transform:translateY(0);}}
    @keyframes cvys-pulse{0%,100%{transform:scale(1.15);}50%{transform:scale(1.2);}}
    @media (max-width:768px){
      .cvys-gallery-section{max-width:100%;padding:15px;}
      .cvys-tab{font-size:1rem;padding:10px 20px;}
      .cvys-slider-container{height:300px;}
      .cvys-slide{height:300px;}
      .cvys-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;align-content:end;}
      .cvys-grid-item{width:100%;height:220px;}
      .cvys-grid-item:nth-child(3n){grid-column:span 1;grid-row:span 1;width:100%;height:220px;}
      .cvys-grid-item:nth-child(5n){grid-column:span 1;width:100%;height:220px;}
      .cvys-slide-overlay h3{font-size:1.6rem;}
      .cvys-slide-overlay p{font-size:.9rem;}
      .cvys-grid-item-overlay h3{font-size:1.2rem;}
      .cvys-grid-item-overlay p{font-size:.8rem;}
      .cvys-nav-button{font-size:1.4rem;padding:8px;}
      .cvys-bullets{bottom:15px;}
      .cvys-bullet{width:10px;height:10px;}
    }


  .cs_container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 20px;
    }
    .cs_tabs {
      display: flex;
      gap: 20px;
      margin-bottom: 30px;
    }
    .cs_tab-button {
      padding: 10px 25px;
      font-size: 1.1em;
      font-weight: 600;
      background: #a88a76;
      color: #fff;
      border: none;
      cursor: pointer;
      border-radius: 25px;
      transition: background 0.3s ease;
    }
    .cs_tab-button:hover, .cs_tab-button.active {
      background: #8c6f5e;
    }
    .cs_tab-content {
      display: none;
    }
    .cs_tab-content.active {
      display: block;
    }
    .cs_section {
      display: flex;
      justify-content: space-between;
      margin-bottom: 40px;
      align-items: center;
      gap: 30px;
    }
    .cs_write-up {
      flex: 1;
      padding: 20px;
      background: #f5f1e9;
      border-radius: 15px;
      height: fit-content;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); line-height: 1.6;
    }
    .cs_write-up h2 {
      font-size: 1.8em;
      margin-bottom: 15px;
      color: #5d4037;
    }
    .cs_contact-btn {
      display: inline-block;
      background: #a88a76;
      color: #fff;
      font-size: 1.2em;
      padding: 10px 20px;
      border: none;
      border-radius: 10px;
      text-decoration: none;
      transition: transform 0.3s ease, background 0.3s ease;
      margin-top: 15px;
    }
    .cs_contact-btn:hover {
      transform: scale(1.05);
      background: #8c6f5e;
    }
    .cs_slider {
      flex: 0 0 400px;
      height: 400px;
      position: relative;
      border-radius: 15px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
    }
    .cs_slider-images {
      display: flex;
      height: 100%;
      transition: transform 0.5s ease;
    }
    .cs_slider img {
      width: 400px;
      height: 400px;
      object-fit: cover;
      flex-shrink: 0;
    }
    .cs_pagination {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 10px;
    }
    .cs_dot {
      width: 80px;
      height: 4px;
      background: #a88a76;
      border-radius: 10px;
      cursor: pointer;
      transition: background 0.3s ease;
    }
    .cs_dot.active {
      background: #8c6f5e;
    }
    @media (max-width: 768px) {
      .cs_section {
        flex-direction: column;
      }
      .cs_slider {
        width: 100%;
        height: 300px;
        margin-top: 20px;
      }
      .cs_slider img {
        width: 300px;
        height: 300px;
      }
    }