.home-container1 {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-logo-container {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxcontent);
  margin-top: var(--dl-layout-space-unit);
  align-items: center;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-tripleunit);
  margin-bottom: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
 
.home-image {
  width: 200px;
  align-self: center;
  object-fit: cover;
}
 
.home-navbar {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-layout-space-tripleunit);
  padding-left: var(--dl-layout-space-tripleunit);
  padding-right: var(--dl-layout-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-tripleunit);
  justify-content: space-between;
}
 
.home-burger-menu {
  display: none;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-icon1 {
  width: 36px;
  height: 36px;
}
 
.home-links-container1 {
  width: 100%;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.home-link10 {
  margin-right: var(--dl-layout-space-tripleunit);
}
 
.home-link11 {
  margin-right: var(--dl-layout-space-tripleunit);
}
 
.home-link12 {
  margin-right: var(--dl-layout-space-tripleunit);
}
 
.home-link13 {
  margin-right: var(--dl-layout-space-tripleunit);
}
 
.home-link14 {
  margin-right: var(--dl-layout-space-tripleunit);
}
 
.home-link15 {
  margin-right: var(--dl-layout-space-tripleunit);
}
 
/*
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-tripleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
*/ 

.home-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
 
.home-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-icon3 {
  width: 24px;
  height: 24px;
}
 
.home-links-container2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-link16 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-link17 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-link18 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-container3 {
  display: flex;
  margin-top: var(--dl-layout-space-doubleunit);
  align-items: center;
  padding-top: var(--dl-layout-space-doubleunit);
  margin-bottom: var(--dl-layout-space-doubleunit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-doubleunit);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
 
.home-heading2 {
  color: rgb(4, 4, 4);
  display: block;
  text-align: center;
  background-color: var(--dl-color-gray-white);
  font-size: clamp(1.2rem, 4vw, 2.5rem);
  line-height: 1.4;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 5%;
  margin: 0 auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
 
.home-container4 {
  display: flex;
  margin-top: var(--dl-layout-space-fourunits);
  align-items: center;
  margin-bottom: var(--dl-layout-space-fourunits);
  flex-direction: column;
  justify-content: center;
  background-color: #f1f1f1;
  padding: 0 var(--dl-layout-space-unit);
  width: 100%;
}
 
.home-slider {
  width: 100%;
  max-width: 1000px;
  height: 60vw;
  max-height: 600px;
  min-height: 300px;
  display: block;
  margin: 0 auto;
}
 
h1 {
  font-weight: normal;
}

.swiper-button-prev,
.swiper-button-next {
  color: red;
}



.home-slider-slide1 {
  display: flex;
  background-size: cover;
  background-image: url("public/home_slider_1.jpeg");
}
 
.home-slider-slide2 {
  display: flex;
  background-size: 100%;
  background-image: url("public/home_slider_2.jpeg");
}
 
.home-slider-slide3 {
  display: flex;
  background-size: 100%;
  background-image: url("public/home_slider_3.jpeg");
}

.home-slider-slide4 {
  display: flex;
  background-size: 100%;
  background-image: url("public/home_slider_4.jpeg");
}
 
.home-slider-pagination {
  display: block;
}

.home-footer4 {
  gap: 80px;
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-layout-space-threeunits);
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: #D9D9D9;
}
 
.home-max-width {
  gap: 48px;
  display: flex;
  align-items: center;
  flex-direction: column;
}


/* Consistent footer layout for all screen sizes */
.home-content {
  gap: 32px;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-shrink: 0;
  margin-left: var(--dl-layout-space-fourunits);
  justify-content: flex-start;
  flex-direction: row; /* Force row layout on all screen sizes */
}
 
.home-logo {
  gap: 24px;
  width: 101px;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  padding: 24px 0; /* Adds 24px top and bottom padding, 0 left/right */
}
 
.home-image1 {
  width: 94px;
  height: 85px;
}
 
.home-container5 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
 
@media(max-width: 991px) {
  .home-logo-container {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-heading1 {
    text-align: center;
  }
  .home-heading2 {
    text-align: center;
    font-size: clamp(1rem, 3.5vw, 2rem);
    padding: 0 8%;
  }
  .home-logo {
    width: auto;
  }
}
 
@media(max-width: 767px) {
  .home-navbar {
    position: relative;
  }
  .home-burger-menu {
    display: flex;
    padding: var(--dl-layout-space-halfunit);
    margin-left: var(--dl-layout-space-tripleunit);
    border-radius: var(--dl-layout-radius-radius4);
    background-color: var(--dl-color-gray-black);
  }
  .home-icon1 {
    fill: var(--dl-color-gray-white);
  }
  .home-links-container1 {
    display: none;
  }
  .home-heading2 {
    font-size: clamp(0.9rem, 3vw, 1.8rem);
    padding: 0 10%;
  }
  /* Removed flex-direction: column to maintain consistent footer layout */
}
 
@media(max-width: 479px) {
  .home-burger-menu {
    margin-left: var(--dl-layout-space-doubleunit);
  }
  .home-max-width {
    gap: 24px;
  }
  .home-content {
    width: 100%;
  }
  .home-heading2 {
    font-size: clamp(1.1rem, 4vw, 2rem);
    padding: 0 12%;
  }
}

.home-footer-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: .5rem 0;
  position: relative;
}

/* Footer image behavior - centered in the middle of the footer */
.footer-image-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.footer-image {
  width: 350px;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Large screens: Show centered flower */
@media (min-width: 950px) {
  .footer-image-container {
    display: flex;
  }
  
  .footer-image {
    width: 350px;
  }
}

/* Medium screens: Show centered flower */
@media (min-width: 875px) and (max-width: 950px) {
  .footer-image-container {
    display: flex;
  }
  
  .footer-image {
    width: 300px;
  }
}

/* Small screens: Hide it */
@media (max-width: 875px) {
  .footer-image-container {
    display: none;
  }
}


.home-mobile-menu {
  position: absolute;
  top: 60px; /* Adjust to your header height */
  left: 0;
  background-color: #f0f0f0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 16px;
  border-radius: 8px;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: max-content;
  height: auto; /* Important: auto-height instead of 100% */
}

/* Mobile responsive styles for slider */
@media (max-width: 768px) {
  .home-container4 {
    padding: 0 var(--dl-layout-space-halfunit);
    margin-top: var(--dl-layout-space-doubleunit);
    margin-bottom: var(--dl-layout-space-doubleunit);
  }
  
  .home-slider {
    height: 70vw;
    min-height: 250px;
    max-height: 400px;
  }
}

@media (max-width: 480px) {
  .home-container4 {
    padding: 0;
    margin-top: var(--dl-layout-space-unit);
    margin-bottom: var(--dl-layout-space-unit);
  }
  
  .home-slider {
    height: 75vw;
    min-height: 200px;
    max-height: 300px;
  }
}
