/* Add custom CSS styles below */ 
.first-slide .chs-content.left-desktop
{
  text-align: center !important;
  margin-left: -15px !important;
}
/* ===== Features Section Full Width ===== */

body.index .s-block--features.container{
    max-width: none !important;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #f3f1ed;
    padding: 60px 0;
    margin-top: unset;
}

/* Center the grid content */
body.index .s-block--features .grid{
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;

}

/* Feature items */
body.index .s-block--features__item{
    text-align: center;
}

/* Icons */
body.index .s-block--features .feature-icon{
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
    color: #333;
}

/* Titles */
body.index .s-block--features__item h2{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #1f1f1f;
}

/* Text */
body.index .s-block--features__item p{
    font-size: 14px;
    color: #6b6b6b;
    line-height: 1.6;
}

/* Mobile adjustments */
@media (max-width: 768px){

    body.index .s-block--features.container{
        padding: 40px 0;
    }

    body.index .s-block--features .grid{
        gap: 20px;
    }

    body.index .s-block--features .feature-icon{
        font-size: 26px;
    }

    body.index .s-block--features__item h2{
        font-size: 16px;
    }

    body.index .s-block--features__item p{
        font-size: 13px;
    }
   body.index .s-block--features .grid{
    grid-template-columns: 1fr !important;
  }
  .s-block--features__item:first-child {
  grid-column: span 1 / span 1;
}
}
#default-home-slider-3 .swiper{
  background:#f1eee7;
}

.swiper-lazy.swiper-lazy-loaded{
  opacity: 0;
}
.description.max-w-\[450px\].text-sm.sm\:text-base {
  color: #454545;
  font-size: 27px;
  line-height: 1.5;
  align-self: center;
}
#default-home-slider-3 img {
  height: 386px;
}
#default-home-slider-3 .swiper .swiper-slide .text-center{
 justify-content: center; 
  text-align: center;
}
.index footer{
  margin-top:0px; 
}