* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}



/* Hero Section */


.hero-section {
  width: 100%;
  height: calc(100vh - 82px);
  background-image: url(./Images/home\ page\ banner.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section-content {
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: left;
  gap: 5.44rem;
  width: 98%;
}
.hero-section-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  gap: 4.31rem;
}
.hero-section-logo {
  width: 19.625rem;
  height: 7rem;
  flex-shrink: 0;
  aspect-ratio: 157/56;
}
.hero-section-subtitle {
  color: #fff;
  font-family: Inter;
  font-size: 2.66438rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.0625rem;
  width: 26.6875rem;
}
.hero-section-form-wrapper {
  display: flex;
  padding: 1.5625rem 1.5625rem 2.47438rem 1.5625rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5625rem;
  background: var(--color-black-60, rgba(0, 0, 0, 0.6));
}
.form-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.form-title {
  color: #fff;
  font-family: Inter;
  font-size: 1.18163rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}
.form-subtitle {
  color: #fff;
  font-family: Inter;
  font-size: 0.70313rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}
.form-label {
  color: #fff;
  font-family: Inter;
  font-size: 0.8135rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3125rem;
}
.form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
}
.form-input {
  border-radius: 0.21875rem;
  border: var(--stroke-weight-1, 1px) solid var(--color-azure-83, #ced4da);
  background: #fff;
  color: var(--totalenvironment-in-pale-sky, var(--color-grey-46, #6c757d));
  font-family: var(--font-family-Font-1, Inter);
  font-size: 0.82713rem;
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: normal;
  padding: 0.5rem;
}
.form-field-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.53rem;
  width: 100%;
}
.email-input {
  width: 100%;
}
/* About Section */

.about-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin: 6.13rem auto 8.5rem auto;
}
.about-section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.about-section-title {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0.0625rem;
}
.about-section-subtitle {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.0425rem;
  width: 90%;
}
.about-section-image-wrapper {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 28rem;
}
.about-section-image {
  height: 100%;
  width: 100%;
}

/* Why-Housso-Section */

.why-housso-section {
  width: 100%;
  /* height: 40.9375rem; */
  background: #000;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.7rem;
  position: relative;
  padding: 4rem;
}
.why-housso-section-title-wrapper {
  width: 100%;
  text-align: center;
}
.why-housso-section-title {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 1.91406rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.0625rem;
}
.why-housso-section-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  max-width: 100%;
  flex-wrap: wrap;
}
.why-housso-section-box {
  display: flex;
  flex-direction: column;
  /* width: 18rem; */
  /* height: 16rem; */
  padding: 2rem;
  justify-content: center;
  align-items: center;
  position: relative;
}
.box-content {
  max-width: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: left;
  position: relative;
}
.box-title {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 1.35rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  width: 20.75rem;
  /* height: 4.4375rem; */
  flex-shrink: 0;
}
.box-line {
  margin-top: 0.5rem;
  width: 4.68rem;
  color: #fff;
  text-align: left;
  left: 0;
}
.box-subtitle {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montserrat;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
  /* width: 20.75rem; */
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.box-1 {
  background-image: url(./Images/box1-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box-2 {
  background-image: url(./Images/box2-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box-3 {
  background-image: url(./Images/box3-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box-4 {
  background-image: url(./Images/box4-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box-5 {
  background-image: url(./Images/box3-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.palm-leaves-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 23.73494rem;
  height: 23.78969rem;
  flex-shrink: 0;
}

/* Project Section */

.project-section {
  background-image: url(./Images/project-background.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* min-height: 100vh; */
  margin-bottom: 5rem;
}
.project-section-title-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 5rem;
}
.project-section-title {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  letter-spacing: -0.0375rem;
  text-transform: uppercase;
}
.project-btn-wrapper {
  display: flex;
  gap: 0.2rem;
  justify-content: center;
  margin-top: 3.31rem;
}
.project-section-card-wrapper {
  gap: 4.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.94rem;
}
.project-section-card {
  width: 34.875rem;
  height: 30.9375rem;
  flex-shrink: 0;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: start;
  transition: transform 0.3s ease-in-out;
}
.project-section-card:hover {
  transform: scale(1.01);
  transition: transform 0.3s ease-in-out;
}
.project-card-image-wrapper {
  width: 100%;
  height: 16rem;
}
.project-card-image {
  width: 100%;
  height: 100%;
  scale: 1.025;
}
.project-card-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-align: left;
  margin: auto 0.62rem;
}
.project-card-title-wrapper {
  max-width: 90%;
  text-align: left;
  margin-top: 1.37rem;
}
.project-card-title {
  color: #000;
  font-family: Inter;
  font-size: 1.17188rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}
.project-card-subtitle {
  color: #000;
  font-family: Inter;
  font-size: 0.68875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3125rem;
}
.project-card-location-wrapper {
  max-width: 90%;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.project-card-location {
  display: flex;
  gap: 0.64rem;
  align-items: center;
  text-align: left;
}
.project-card-location-text {
  color: #000;
  font-family: Inter;
  font-size: 0.8135rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3125rem;
}
.project-card-location-text-2 {
  color: #000;
  font-family: Inter;
  font-size: 0.82031rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3125rem;
}
.project-card-btn-wrapper {
  display: flex;
  gap: 0.2rem;
  justify-content: end;
}
.project-card-btn {
  display: flex;
  padding: 0.375rem 1.625rem;
  justify-content: center;
  align-items: flex-start;
  border-radius: 0.1875rem;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 0.80663rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3125rem;
  text-transform: capitalize;
  border: var(--stroke-weight-1, 1px) solid #000;
  transition: transform 0.3s ease-in-out;
}
.project-card-btn:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease-in-out;
}
.active {
  background-color: #000;
  color: #fff;
}
/* .active:hover {
  background-color: white;
  color: #000;
  transition: transform 0.3s ease-in-out;
} */

 /* Gallery Section */

 .gallery-section {
  width: 100%;
  position: relative;
  padding-top: 4rem;
}
.gallery-title {
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  color: #2c3e50;
  margin-bottom: 3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* Slider Container */
.gallery-slider {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 500px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide.active {
  opacity: 1;
}
.slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0,0,0,0.1), rgba(0,0,0,0.05));
  z-index: 1;
}
/* Navigation Arrows */
.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 80px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.nav-arrow:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.nav-arrow.prev {
  left: 0;
}
.nav-arrow.next {
  right: 0;
}
.nav-arrow.prev::before {
  content: '‹';
}
.nav-arrow.next::before {
  content: '›';
}
/* Dots Indicator */
.dots-container {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.dot.active {
  background: #fff;
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(255,255,255,0.5);
}
.dot:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}
/* Progress Bar - Removed */
.progress-bar {
  display: none;
}
/* Remove Image Counter and Thumbnail Strip */
.image-counter,
.thumbnail-strip {
  display: none;
}
/* Responsive Design */
@media (max-width: 768px) {
  .gallery-title {
      font-size: 2rem;
      margin-bottom: 2rem;
  }
  .gallery-slider {
      height: 50vh;
      min-height: 300px;
  }
  .nav-arrow {
      width: 40px;
      height: 60px;
      font-size: 18px;
  }
  .nav-arrow.prev {
      left: 0;
  }
  .nav-arrow.next {
      right: 0;
  }
}
@media (max-width: 480px) {
  .gallery-title {
      font-size: 1.5rem;
  }
  .gallery-slider {
      height: 40vh;
      min-height: 250px;
  }
  .nav-arrow {
      width: 35px;
      height: 50px;
      font-size: 16px;
  }
  .dot {
      width: 10px;
      height: 10px;
  }
}
/* Loading Animation */
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.loading::after {
  content: '';
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255,255,255,0.3);
  border-top: 4px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Fade In Animation */
.gallery-section {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}
@keyframes fadeIn {
  to {
      opacity: 1;
  }
}

/* Testimonials Section */
.testimonials-section-wrapper{
  width: 100%;
  background-color: #000;
  color: #fff;
  position: relative;
}
.palm-leaves-left{
  position: absolute;
  top: 0;
  left: 0;
  width: 23.73494rem;
  height: 23.78969rem;
  z-index: 1;
}
.testimonials-section {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.section-title {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.testimonials-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.testimonials-wrapper {
  display: flex;
  transition: transform 0.3s ease-out;
  cursor: grab;
  user-select: none;
}
.testimonials-wrapper:active {
  cursor: grabbing;
}
.testimonial-slide {
  min-width: 100%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonial-content {
  max-width: 800px;
  margin: 0 auto;
}
.testimonial-text {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 300;
  opacity: 0.9;
}
.testimonial-author {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.7;
}
.dots-container {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
}
.dot.active {
  background: white;
  transform: scale(1.2);
}
.dot:hover {
  background: rgba(255, 255, 255, 0.6);
}
/* Responsive Design */
@media (max-width: 768px) {
  .testimonials-section {
      padding: 60px 15px;
  }
  .section-title {
      font-size: 2rem;
      margin-bottom: 40px;
  }
  .testimonial-slide {
      padding: 0 20px;
  }
  .testimonial-text {
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 30px;
  }
  .testimonial-author {
      font-size: 0.8rem;
  }
  .dots-container {
      gap: 10px;
      margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .section-title {
      font-size: 1.8rem;
      letter-spacing: 0.1em;
  }
  .testimonial-slide {
      padding: 0 15px;
  }
  .testimonial-text {
      font-size: 0.9rem;
      margin-bottom: 25px;
  }
  .testimonial-author {
      font-size: 0.75rem;
  }
}
/* Smooth scrolling for touch devices */
@media (pointer: coarse) {
  .testimonials-wrapper {
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
  }

  .testimonial-slide {
      scroll-snap-align: start;
  }
}

/* Blogs Section */

.blogs-section {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  justify-content: center;
  align-items: center;
  padding: 8rem 20rem;
}
.blogs-section-title-wrapper {
  width: 100%;
  text-align: center;
}
.blogs-title {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.35625rem;
  text-transform: uppercase;
}
.blogs-section-cards-wrapper {
  display: flex;
  gap: 3.31rem;
  justify-content: center;
}
.blogs-section-card {
  height: 19rem;
  width: 20rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.blog-img-wrapper {
  width: 100%;
  height: 11rem;
}
.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogs-section-card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  width: 90%;
  margin: 0.5rem;
}
.blog-heading {
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}
.blog-subheading {
  color: #000;
  font-family: Arapey;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.575rem;
  letter-spacing: 0.0625rem;
  margin-top: 10px;
}
.read-more {
  color: #000;
  font-family: Montserrat;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.75rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  margin-top: 10px;
}

/* Footer */

.footer {
  width: 100%;
  /* height: 27.125rem; */
  flex-shrink: 0;
  background-color: #000;
  background-image: url(./Images/footer-background.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -1rem;
}
.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4.5rem auto;
  /* max-width: 90%; */
  gap: 5rem;
}
.footer-logo-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer-logo {
  width: 11.9375rem;
  height: 4.25rem;
  flex-shrink: 0;
  aspect-ratio: 191/68;
}
.footer-address-wrapper {
  gap: 1.38rem;
}
.footer-address {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.footer-address-title {
  color: #fff;
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  width: 17.375rem;
}
.footer-address-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-family: Inter;
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 17.375rem;
}
.footer-links-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-links-title {
  color: #fff;
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.footer-links {
  color: #d3d6d3;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-social-media-wrapper {
  display: flex;
  gap: 0.75rem;
}
.footer-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.81rem;
}
.footer-form-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.34rem;
}
.footer-form-title {
  color: #fff;
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.75rem; 
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  width: 26.0625rem;
}
.footer-form-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1rem; 
  width: 16.5625rem;
}
.footer-form {
  display: flex;
  flex-direction: column;
  gap: 0.37rem;
}
.footer-form-input {
  display: flex;
  height: 2.5rem;
  padding: 1rem 1.5rem;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: transparent;
  color: white;
  }
/* .footer-form-button {
  margin-top: 1.19rem;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.05);
  color: #000;
  font-family: Poppins;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem 1.25rem;
  width: 9rem;
  height: 3rem;
} */
.footer-copyright {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  text-align: center;
}
.footer-copyright-text {
  color: #d3d6d3;
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

















/* ===== TABLET MEDIA QUERIES (768px - 1024px) ===== */
@media screen and (max-width: 1024px) and (min-width: 769px) {
  /* Navbar */
  
  
  /* Hero Section */
  .hero-section-content {
      padding: 5rem 2rem;
      gap: 1.8rem;
  }
  
  .hero-section-title {
      font-size: 3.5rem;
      line-height: 2.8rem;
      width: auto;
      max-width: 90%;
  }
  
  .hero-section-subtitle {
      font-size: 2.2rem;
      line-height: 2.5rem;
      width: auto;
      max-width: 90%;
  }
  
  /* About Section */
  .about-section {
      margin: 4rem auto 6rem auto;
      gap: 2rem;
      padding: 0 2rem;
  }
  
  .about-section-title {
      font-size: 1.7rem;
      line-height: 2.5rem;
  }
  
  .about-section-subtitle {
      font-size: 1.4rem;
      line-height: 2.5rem;
      width: 95%;
  }
  
  .about-section-image-wrapper {
      height: 28rem;
      width: 95%;
  }
  
  /* Why Housso Section */
  .why-housso-section {
      height: auto;
      padding: 3rem 0;
      gap: 3rem;
  }
  
  .why-housso-section-content-wrapper {
      flex-wrap: wrap;
      gap: 1.5rem;
      max-width: 95%;
  }
  
  .why-housso-section-box {
      width: 22rem;
      height: 20rem;
      padding: 1.5rem;
  }
  
  .box-title {
      font-size: 1.5rem;
      width: 18rem;
      height: auto;
  }
  
  .palm-leaves-right {
      width: 18rem;
      height: 18rem;
  }
  
  /* Project Section */
  .project-section-title-wrapper {
      margin-top: 4rem;
  }
  
  .project-section-card-wrapper {
      gap: 3rem;
      margin-top: 1.5rem;
      padding: 0 2rem;
  }
  
  .project-section-card {
      width: 30rem;
      height: 28rem;
  }
  
  .project-card-image-wrapper {
      height: 14rem;
  }
  
  /* Gallery Section */
  .gallery-title {
      font-size: 2.5rem;
      margin-bottom: 2.5rem;
  }
  
  .gallery-slider {
      height: 60vh;
      min-height: 400px;
  }
  
  /* Testimonials Section */
  .testimonials-section {
      padding: 60px 15px;
  }
  
  .section-title {
      font-size: 2.2rem;
      margin-bottom: 50px;
  }
  
  .testimonial-slide {
      padding: 0 30px;
  }
  
  .testimonial-text {
      font-size: 1.1rem;
      margin-bottom: 35px;
  }
  
  .palm-leaves-left {
      width: 18rem;
      height: 18rem;
  }
  
  /* Blogs Section */
  .blogs-section {
      padding: 6rem 4rem;
      gap: 3rem;
  }
  
  .blogs-section-cards-wrapper {
      gap: 2.5rem;
      flex-wrap: wrap;
      justify-content: center;
  }
  
  .blogs-section-card {
      width: 18rem;
      height: 17rem;
  }
  
  .blog-img-wrapper {
      height: 10rem;
  }
  
  /* Footer */
  .footer-wrapper {
      margin: 3rem 4rem;
      gap: 4rem;
      flex-wrap: wrap;
  }
  
  .footer-logo {
      width: 10rem;
      height: 3.5rem;
  }
  
  .footer-address-title,
  .footer-links-title,
  .footer-form-title {
      font-size: 1.1rem;
      width: auto;
  }
  
  .footer-form-title {
      width: 22rem;
  }
}

/* ===== MOBILE MEDIA QUERIES (320px - 768px) ===== */
@media screen and (max-width: 768px) {
  /* Navbar */
 
  
  /* Hero Section */
  .hero-section {
      height: 80vh;
      align-items: center;
  }
  
  .hero-section-content {
      padding: 2rem 1rem;
      gap: 1.5rem;
  }
  
  .hero-section-title {
      font-size: 2.5rem;
      line-height: 2.2rem;
      width: auto;
  }
  
  .hero-section-subtitle {
      font-size: 1.5rem;
      line-height: 2rem;
      width: auto;
  }
  
  .bellagio-logo-image-wrapper img {
      width: 250px;
      height: auto;
  }
  
  /* About Section */
  .about-section {
      margin: 3rem auto 4rem auto;
      gap: 1.5rem;
      padding: 0 1rem;
  }
  
  .about-section-title {
      font-size: 1.3rem;
      line-height: 2rem;
  }
  
  .about-section-subtitle {
      font-size: 1.1rem;
      line-height: 2rem;
      width: 100%;
  }
  
  .about-section-image-wrapper {
      height: 20rem;
      width: 100%;
  }
  
  /* Why Housso Section */
  .why-housso-section {
      height: auto;
      padding: 2rem 0;
      gap: 2rem;
  }
  
  .why-housso-section-title {
      font-size: 1.5rem;
      line-height: 2rem;
  }
  
  .why-housso-section-content-wrapper {
      flex-direction: column;
      gap: 1rem;
      max-width: 100%;
      padding: 0 1rem;
  }
  
  .why-housso-section-box {
      width: 100%;
      max-width: 20rem;
      height: 18rem;
      padding: 1.5rem;
      margin: 0 auto;
  }
  
  .box-content {
      max-width: 100%;
  }
  
  .box-title {
      font-size: 1.2rem;
      width: 100%;
      height: auto;
      line-height: 1.4;
  }
  
  .box-subtitle {
      font-size: 0.9rem;
      line-height: 1.2rem;
      height: auto;
  }
  
  .palm-leaves-right {
      display: none;
  }
  
  /* Project Section */
  .project-section {
      padding: 2rem 0;
  }
  
  .project-section-title-wrapper {
      margin-top: 2rem;
      padding: 0 1rem;
  }
  
  .project-section-title {
      font-size: 1.5rem;
  }
  
  .project-btn-wrapper {
      margin-top: 2rem;
      padding: 0 1rem;
      flex-wrap: wrap;
      gap: 0.5rem;
  }
  
  .project-section-card-wrapper {
      grid-template-columns: 1fr;
      gap: 2rem;
      margin-top: 1.5rem;
      padding: 0 1rem;
  }
  
  .project-section-card {
      width: 100%;
      max-width: 25rem;
      height: auto;
      margin: 0 auto;
  }
  
  .project-card-image-wrapper {
      height: 12rem;
  }
  
  .project-card-content-wrapper {
      padding: 1rem;
      gap: 1.2rem;
  }
  
  .project-card-title {
      font-size: 1rem;
      line-height: 1.5rem;
  }
  
  .project-card-subtitle {
      font-size: 0.8rem;
      line-height: 1.2rem;
  }
  
  .project-card-btn-wrapper {
      flex-direction: column;
      gap: 0.5rem;
  }
  
  .project-card-btn {
      width: 100%;
      text-align: center;
      padding: 0.5rem 1rem;
  }
  
  /* Gallery Section */
  .gallery-section {
      padding-top: 2rem;
  }
  
  .gallery-title {
      font-size: 1.8rem;
      margin-bottom: 2rem;
      padding: 0 1rem;
  }
  
  .gallery-slider {
      height: 40vh;
      min-height: 250px;
      /* margin: 0 1rem; */
  }
  
  .nav-arrow {
      width: 35px;
      height: 50px;
      font-size: 16px;
  }
  
  .dot {
      width: 8px;
      height: 8px;
  }
  
  /* Testimonials Section */
  .testimonials-section {
      padding: 40px 15px;
  }
  
  .section-title {
      font-size: 1.8rem;
      letter-spacing: 0.1em;
      margin-bottom: 30px;
  }
  
  .testimonial-slide {
      padding: 0 15px;
  }
  
  .testimonial-text {
      font-size: 0.95rem;
      line-height: 1.6;
      margin-bottom: 25px;
  }
  
  .testimonial-author {
      font-size: 0.75rem;
  }
  
  .palm-leaves-left {
      display: none;
  }
  
  /* Blogs Section */
  .blogs-section {
      padding: 4rem 1rem;
      gap: 2.5rem;
  }
  
  .blogs-title {
      font-size: 1.5rem;
  }
  
  .blogs-section-cards-wrapper {
      flex-direction: column;
      gap: 2rem;
      align-items: center;
  }
  
  .blogs-section-card {
      width: 100%;
      max-width: 18rem;
      height: auto;
  }
  
  .blog-img-wrapper {
      height: 10rem;
  }
  
  .blog-heading {
      font-size: 0.9rem;
      line-height: 1.3rem;
  }
  
  .blog-subheading {
      font-size: 1rem;
      line-height: 1.4rem;
  }
  
  /* Footer */
  .footer-wrapper {
      flex-direction: column;
      margin: 2rem 1rem;
      gap: 2rem;
      text-align: center;
  }
  
  .footer-logo-wrapper {
      align-items: center;
  }
  
  .footer-logo {
      width: 8rem;
      height: 3rem;
  }
  
  .footer-address-wrapper {
      gap: 1rem;
  }
  
  .footer-address-title,
  .footer-links-title {
      font-size: 1rem;
      width: auto;
  }
  
  .footer-address-subtitle {
      font-size: 0.7rem;
      width: auto;
  }
  
  .footer-links-wrapper {
      gap: 0.8rem;
  }
  
  .footer-links {
      font-size: 0.9rem;
  }
  
  .footer-form-wrapper {
      gap: 1.5rem;
  }
  
  .footer-form-title {
      font-size: 1rem;
      line-height: 2rem;
      width: auto;
  }
  
  .footer-form-subtitle {
      font-size: 0.7rem;
      width: auto;
  }
  
  .footer-form-input {
      height: 2.2rem;
      padding: 0.8rem 1rem;
      font-size: 0.9rem;
  }
  
  .footer-form-button {
      width: 100%;
      height: 2.8rem;
      font-size: 0.7rem;
      margin-top: 1rem;
  }
  
  .footer-copyright-text {
      font-size: 0.7rem;
  }
}

/* ===== SMALL MOBILE MEDIA QUERIES (320px - 480px) ===== */
@media screen and (max-width: 480px) {
  /* Hero Section */
  .hero-section-title {
      font-size: 2rem;
      line-height: 1.8rem;
  }
  
  .hero-section-subtitle {
      font-size: 1.2rem;
      line-height: 1.6rem;
  }
  
  .bellagio-logo-image-wrapper img {
      width: 200px;
  }
  
  /* About Section */
  .about-section-title {
      font-size: 1.1rem;
      line-height: 1.8rem;
  }
  
  .about-section-subtitle {
      font-size: 1rem;
      line-height: 1.8rem;
  }
  
  .about-section-image-wrapper {
      height: 16rem;
  }
  
  /* Why Housso Section */
  .why-housso-section-box {
      height: 16rem;
      padding: 1rem;
  }
  
  .box-title {
      font-size: 1rem;
  }
  
  .box-subtitle {
      font-size: 0.8rem;
      line-height: 1.1rem;
  }
  
  /* Project Section */
  .project-section-card {
      max-width: 20rem;
  }
  
  .project-card-image-wrapper {
      height: 10rem;
  }
  
  /* Gallery Section */
  .gallery-title {
      font-size: 1.5rem;
  }
  
  .gallery-slider {
      height: 35vh;
      min-height: 200px;
  }
  
  .nav-arrow {
      width: 30px;
      height: 45px;
      font-size: 14px;
  }
  
  .dot {
      width: 6px;
      height: 6px;
  }
  
  /* Testimonials */
  .section-title {
      font-size: 1.5rem;
  }
  
  .testimonial-text {
      font-size: 0.85rem;
      line-height: 1.5;
  }
  
  .testimonial-author {
      font-size: 0.7rem;
  }
  
  /* Blogs Section */
  .blogs-section-card {
      max-width: 16rem;
  }
  
  .blog-img-wrapper {
      height: 8rem;
  }
}

/* ===== HAMBURGER MENU STYLES ===== */
@media screen and (max-width: 768px) {
 






 /* ===== IMPROVED WHY HOUSSO SECTION - ZOOM RESPONSIVE ===== */

 .why-housso-section {
  width: 100%;
  min-height: 40.9375rem;
  height: auto;
  /* Changed from fixed height */
  background: #000;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(2rem, 5vw, 3.7rem);
  /* Responsive gap */
  position: relative;
  padding: 2rem 1rem;
  /* Added padding for better spacing */
}

.why-housso-section-title-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

.why-housso-section-title {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: clamp(1.5rem, 3vw, 1.91406rem);
  /* Responsive font size */
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.0625rem;
}

.why-housso-section-content-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  /* Responsive grid */
  justify-content: center;
  align-items: stretch;
  /* Equal height boxes */
  gap: clamp(1rem, 3vw, 2rem);
  width: 100%;
  max-width: 1400px;
  /* Maximum container width */
  padding: 0 1rem;
}

.why-housso-section-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* Align content to bottom */
  align-items: flex-start;
  min-height: 300px;
  /* Minimum height instead of fixed */
  height: auto;
  width: 100%;
  /* Full width of grid cell */
  max-width: 400px;
  /* Maximum width */
  margin: 0 auto;
  /* Center in grid cell */
  padding: clamp(1.5rem, 4vw, 2rem);
  position: relative;
  border-radius: 8px;
  /* Optional: rounded corners */
  overflow: hidden;
  /* Ensure background images don't overflow */
  transition: transform 0.3s ease;
  /* Smooth hover effect */
}

.why-housso-section-box:hover {
  transform: translateY(-5px);
  /* Subtle hover effect */
}

/* Background overlay for better text readability */
.why-housso-section-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom,
          rgba(0, 0, 0, 0.1) 0%,
          rgba(0, 0, 0, 0.3) 50%,
          rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}

.box-content {
  position: relative;
  z-index: 2;
  /* Above the overlay */
  width: 100%;
  max-width: none;
  /* Remove max-width restriction */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}

.box-title {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: clamp(1.2rem, 2.5vw, 1.75rem);
  /* Responsive font size */
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  width: 100%;
  /* Full width */
  height: auto;
  /* Auto height */
  flex-shrink: 0;
  margin-bottom: 0.5rem;
  word-wrap: break-word;
  /* Handle long text */
}

.box-line {
  margin-top: 1rem;
  width: clamp(3rem, 8vw, 4.68rem);
  /* Responsive line width */
  height: 2px;
  background-color: #fff;
  border: none;
  margin-bottom: 1rem;
}

.box-subtitle {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montserrat;
  font-size: clamp(0.9rem, 2vw, 1rem);
  /* Responsive font size */
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  width: 100%;
  height: auto;
  /* Auto height */
  flex-shrink: 0;
  opacity: 0.95;
}

/* Background images - ensure they scale properly */
.box-1 {
  background-image: url(./Images/box1-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.box-2 {
  background-image: url(./Images/box2-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.box-3 {
  background-image: url(./Images/box3-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.box-4 {
  background-image: url(./Images/box4-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.palm-leaves-right {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(15rem, 25vw, 23.73494rem);
  /* Responsive size */
  height: clamp(15rem, 25vw, 23.78969rem);
  flex-shrink: 0;
  opacity: 0.6;
  /* Slightly transparent */
  z-index: 0;
  /* Behind content */
}

/* ===== RESPONSIVE BREAKPOINTS ===== */

/* Large Desktop */
@media screen and (min-width: 1400px) {
  .why-housso-section-content-wrapper {
      grid-template-columns: repeat(4, 1fr);
      max-width: 1600px;
  }
}

/* Desktop */
@media screen and (max-width: 1200px) {
  .why-housso-section-content-wrapper {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
  }
}

/* Tablet */
@media screen and (max-width: 768px) {
  .why-housso-section {
      min-height: auto;
      padding: 3rem 1rem;
  }

  .why-housso-section-content-wrapper {
      grid-template-columns: 1fr;
      gap: 1.5rem;
  }

  .why-housso-section-box {
      min-height: 250px;
      max-width: 500px;
  }

  .palm-leaves-right {
      display: none;
      /* Hide on mobile for cleaner look */
  }
}

/* Mobile */
@media screen and (max-width: 480px) {
  .why-housso-section {
      padding: 2rem 0.5rem;
  }

  .why-housso-section-box {
      min-height: 200px;
      padding: 1.5rem;
  }

  .box-title {
      font-size: 1.1rem;
      line-height: 1.3;
  }

  .box-subtitle {
      font-size: 0.85rem;
      line-height: 1.3;
  }
}

/* ===== ZOOM COMPATIBILITY ===== */
@media screen and (min-resolution: 150dpi) {
  .why-housso-section-box {
      min-height: 280px;
  }

  .box-title {
      font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  }

  .box-subtitle {
      font-size: clamp(0.85rem, 1.8vw, 0.95rem);
  }
}

/* High zoom levels */
@media screen and (min-resolution: 200dpi) {
  .why-housso-section-content-wrapper {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}


/* ===== SMOOTH SCROLLING OFFSET FOR FIXED NAVBAR ===== */
@media screen and (max-width: 768px) {
  html {
      scroll-padding-top: 6rem;
  }

  /* Add top margin to first section to account for fixed navbar */
  .hero-section {
      margin-top: 6rem;
  }
}

@media screen and (max-width: 480px) {
  html {
      scroll-padding-top: 5rem;
  }

  .hero-section {
      margin-top: 5rem;
  }
}

}


.submit-btn {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  width: 100%;
}

.submit-btn button {
  padding: 10px 32px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000;
  background-color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
}

/* Hover effect */
.submit-btn button:hover {
  background-color: #000;
  color: #fff;
  transform: scale(1.05);
}
