.hero-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-video-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

/* Default: show only desktop slides */
.active.desktop-slide {
  display: block;
}


.tablet-slide {
  display: none !important;
}

/* On iPad/tablet (under 992px), show only tablet slides */
@media (max-width: 991.98px) {
  .desktop-slide {
    display: none !important;
  }

  .tablet-slide {
    display: block;
  }
}
/* Only mobile */
@media (min-width:300px) and (max-width:767px) {
  .mobile-flex {
    flex-direction: row !important;
    display: flex !important;
    margin-top: 1rem !important;
  }
  .mf-top {
    bottom: 67% !important;
  }
  
}


@media (min-width: 768px) {
  .mobile-flex {
    flex-direction: column !important;
  }
}

/*first switch bar css*/
.msi-card-flex {
  background: #ecdec5;
  border-radius: 0;
  width: 100%;
  height: 41%;
  padding: 36px 0 28px 34px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
.msi-card-flex-2 {
  background: #6B5849;
  border-radius: 0;
  width: 100%;
  height: 41%;
  padding: 36px 0 28px 34px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}

.msi-card-flex-3 {
  background: #B6B8A1;
  border-radius: 0;
  width: 100%;
  height: 41%;
  padding: 36px 0 28px 34px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}

.msi-card-flex-4 {
  background: #314B48;
  border-radius: 0;
  width: 100%;
  height: 41%;
  padding: 36px 0 28px 34px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}

.slide-4-bann {
  background: #F1EEDF;
  color: #555555;
  padding: 33px 49px;
  border-radius: 3px;
  font-size: 14px;
  width: 100%;
  height: 231px;
}
.slide-4-bann-102 {
  background: #766263;
  color: #FFFFFF;
  padding: 33px 49px;
  border-radius: 3px;
  font-size: 14px;
  width: 100%;
  height: 231px;
}
.slide-4-bann-88 {
  background: #CBBBA1;
  color: #FFFFFF;
  padding: 33px 49px;
  border-radius: 3px;
  font-size: 14px;
  width: 100%;
  height: 231px;
}
.slide-4-bann-55 {
  background: #5A4F4B;
  color: #FFFFFF;
  padding: 33px 49px;
  border-radius: 3px;
  font-size: 14px;
  width: 100%;
  height: 231px;
}

.slide-2-ban {
  background: #deceba;
  color: #4f3d25;
  padding: 25px 25px;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 3px;
  font-size: 14px;
}
.slide-2-ban-99 {
  background: #643638;
  color: #FFFFFF;
  padding: 25px 25px;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 3px;
  font-size: 16px;
}
.slide-2-ban-66 {
  background: #C0A697;
  color: #FFFFFF;
  padding: 25px 25px;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 3px;
  font-size: 16px;
}
.slide-2-2-ban {
  background: #644C3E;
  color: #FFFFFF;
  padding: 25px 25px;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 3px;
  font-size: 16px;
}

.slide-3-ban {
  background: #F0E8DD;
  color: #555555;
  padding: 25px 25px;
  border-radius: 3px;
  font-size: 16px;
  height: 100%;
}
.slide-3-ban-101 {
  background: #B59077;
  color: #FFFFFF;
  padding: 25px 25px;
  border-radius: 3px;
  font-size: 16px;
  height: 100%;
}
.slide-3-ban-44 {
  background: #ede0cd;
  color: #4f3d25;
  padding: 25px 25px;
  border-radius: 3px;
  font-size: 16px;
  height: 100%;
}

.msi-card-content {
  z-index: 2;
  width: 340px;
}

.msi-title-link {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 15px;
  text-decoration: underline;
  font-family: Arial, sans-serif;
  opacity: 0.98;
  display: block;
}

.msi-main-title {
  font-family: 'Playfair Display', serif;
  font-size: 76px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  line-height: 0.90;
}

.msi-subtitle {
  color: #7d7264;
  font-size: 1.2rem;
  font-family: Raleway;
  margin-bottom: 22px;
  font-weight: 400;
}

.msi-explore-btn {
  background: #927b5c;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  display: inline-block;
  letter-spacing: 0.04em;
  border-radius: 0;
}

  .msi-explore-btn:hover {
    background: #7e6a50;
  }

.msi-swatches {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 52px;
  z-index: 2;
}
.font-italic {
  padding: 0px 14px !important;
  font-style: italic !important;
}

.msi-swatch {
  width: 100%;
  height: 20%; /* 5 swatches, so 20% each for equal column */
  min-height: 24px;
}

  .msi-swatch.sw1 {
    background: #F1EEDF;
  }

  .msi-swatch.sw2 {
    background: #F2EAD6;
  }

  .msi-swatch.sw3 {
    background: #F0E8DD;
  }

  .msi-swatch.sw4 {
    background: #DACFBC;
  }

  .msi-swatch.sw5 {
    background: #919385;
  }

  .msi-swatch.sw2-1 {
    background: #FFFEF7;
  }

  .msi-swatch.sw2-2 {
    background: #E7E3D7;
  }

  .msi-swatch.sw2-3 {
    background: #897265;
  }

  .msi-swatch.sw2-4 {
    background: #644C3E;
  }

  .msi-swatch.sw2-5 {
    background: #5D5352;
  }
  .msi-swatch.sw3-1 {
    background: #FCEBD8;
  }

  .msi-swatch.sw3-2 {
    background: #D1D8C8;
  }

  .msi-swatch.sw3-3 {
    background: #CBB196;
  }

  .msi-swatch.sw3-4 {
    background: #838577;
  }

  .msi-swatch.sw3-5 {
    background: #908378;
  }

  .msi-swatch.sw4-1 {
    background: #DCD3C2;
  }

  .msi-swatch.sw4-2 {
    background: #C6A68D;
  }

  .msi-swatch.sw4-3 {
    background: #97796D;
  }

  .msi-swatch.sw4-4 {
    background: #756162;
  }

  .msi-swatch.sw4-5 {
    background: #643638;
  }

@media (min-width: 300px) and (max-width: 767px) {
  .msi-card-flex {
    
    height: auto;
    min-width: unset;
    min-height: unset;
    padding: 14px 0 18px 12px;
  }
  .msi-card-flex-2 {
   
    height: auto;
    min-width: unset;
    min-height: unset;
    padding: 14px 0 18px 12px;
  }
  .msi-card-flex-3 {
    
    height: auto;
    min-width: unset;
    min-height: unset;
    padding: 14px 0 18px 12px;
  }
  .msi-card-flex-4 {
    
    height: auto;
    min-width: unset;
    min-height: unset;
    padding: 14px 0 18px 12px;
  }

  .msi-card-content {
    width: 90vw;
  }

  .msi-main-title {
    font-size: 50px;
  }
  .msi-explore-btn {
    background: #927b5c;
    color: #fff;
    border: none;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    display: inline-block;
    letter-spacing: 0.04em;
    border-radius: 0;
  }
  .msi-subtitle {
    font-size: 16px;
  }
  .msi-swatches {
    width: 28px;
  }

  .msi-swatch {
    min-height: 38px;
    width: 28px;
  }
  .mf-top-1 {
    position: absolute;
    background: rgba(70, 70, 70, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 3px 14px;
    border-radius: 0px;
    left: 0;
    font-weight: 400;
    bottom: 84% !important;
    left: 0.0%;
    width: 166px;
  }

  .mf-top-2 {
    position: absolute;
    background: rgba(70, 70, 70, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 3px 14px;
    border-radius: 0px;
    font-weight: 400;
    bottom: 84% !important;
    left: 57.5%;
    width: 156px;
  }
}

/*first switch bar css end*/

/* Custom styles for labels and overlays */
.slide-label {
  position: absolute;
  left: 0;
  bottom: 20px;
  background: rgba(70,70,70,0.7);
  color: #fff;
  font-size: 12px;
  padding: 3px 14px;
  border-radius: 0px;
  font-weight: 400;
}

.slide-label-3 {
  position: absolute;
  left: 0;
  bottom: 39px;
  background: rgba(70, 70, 70, 0.7);
  color: #fff;
  font-size: 12px;
  padding: 3px 14px;
  border-radius: 2px;
  font-weight: 400;
}

.slide-card {
  position: relative;
  overflow: hidden;
}

.slide-title-box {
  background: #ede0cd;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 18px 24px 28px;
}

  .slide-title-box h3 {
    font-family: 'Playfair Display',serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 14px;
  }

  .slide-title-box p {
    font-size: 1.35rem;
    color: #4f3d25;
    margin-bottom: 20px;
    font-weight: 400;
  }

  .slide-title-box .btn {
    margin-top: 8px;
    background: #866645;
    color: #fff;
    border: none;
    border-radius: 2px;
    font-weight: 500;
    transition: background 0.2s;
    min-width: 130px;
  }

    .slide-title-box .btn:hover {
      background: #614a30;
    }

.carousel-indicator-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  font-size: 1.1rem;
  gap: 28px;
}

.carousel-arrow-btn {
  background: none;
  border: none;
  color: #866645;
  font-size: 1.6rem;
  padding: 3px 15px;
  cursor: pointer;
  transition: color 0.15s;
}

  .carousel-arrow-btn:disabled {
    color: #ccc;
  }

@media (max-width: 900px) {
  .slide-title-box {
    min-height: 220px;
  }

    .slide-title-box h3 {
      font-size: 2.1rem;
    }
  .slide-3-img-3 {
    height: 262px;
  }
}

@media (max-width: 767px) {
  .slide-title-box {
    min-height: unset;
    padding: 16px 8px 18px 12px;
  }

    .slide-title-box h3 {
      font-size: 1.5rem;
    }

    .slide-title-box p {
      font-size: 1.01rem;
    }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
  .slide-3-img-3 {
    height: 295px;
  }
  .slide-3-img-3-4 {
    height: 295px;
  }
  .slide-3-img-3-5 {
    height: 295px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1756px;
  }
  .slide-3-img-3 {
    height: 414px;
  }
  .slide-3-img-3-4 {
    height: 399px;
  }
  .slide-3-img-3-5 {
    height: 398px;
  }

  
}
@media (min-width: 1600px) and (max-width:1760px) {
  .image-slide-4-4 {
    height: 100% !important;
  }
}

@media (min-width: 1200px) {
  .padding-slid-1 {
    padding-right:35px;
    padding-left: 0px;
  }

  .padding-slid-1-2 {
    padding-left: 35px;
    padding-right: 0px;
  }
  .mf-top {
    bottom: 34px !important;
  }
  .mf-top-1 {
    position: absolute;
    background: rgba(70, 70, 70, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 3px 14px;
    border-radius: 0px;
    left: 0;
    font-weight: 400;
    bottom: 53% !important;
    left: 33.7%;
  }
  .mf-top-2 {
    position: absolute;
    background: rgba(70, 70, 70, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 3px 14px;
    border-radius: 0px;
    font-weight: 400;
    bottom: 53% !important;
    left: 71.8%;
  }
  
  
}

@media (min-width: 992px) {
  .col-lg-desk-2 {
    flex: 0 0 auto;
    width: 17.667% !important;
  }
}
@media (min-width: 992px) {
  .col-lg-desk-6 {
    flex: 0 0 auto;
    width: 49% !important;
  }
  
 
}
@media (min-width: 992px) and (max-width: 1199px) {
  .msi-main-title {
    font-size: 30px;
  }
  .msi-subtitle {
    color: #7d7264;
    font-size: 14px;
    font-family: Raleway;
    margin-bottom: 0px;
    font-weight: 400;
  }
  .msi-swatch {
    flex: 1 1 0;
    width: 52px;
   
    border-radius: 0;
  }
  .msi-swatches {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    z-index: 2;
  }
  .msi-title-link {
    color: #fff;
    font-size: 14px;
    margin-bottom: 11px;
    text-decoration: underline;
    font-family: Arial, sans-serif;
    opacity: 0.98;
    display: block;
  }
  .msi-subtitle {
    color: #7d7264;
    font-size: 14px;
    font-family: Raleway;
    margin-bottom: 0px;
    font-weight: 400;
  }
  .msi-explore-btn {
    background: #927b5c;
    color: #fff;
    border: none;
    padding: 12px 38px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    display: inline-block;
    letter-spacing: 0.04em;
    border-radius: 0;
  }
  .msi-card-flex {
    background: #ecdec5;
    border-radius: 0;
    width: 100%;
    height: 39%;
    padding: 13px 0 25px 17px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
  }
  
  .msi-card-flex-2 {
    background: #6B5849;
    border-radius: 0;
    width: 100%;
    height: 39%;
    padding: 13px 0 25px 17px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
  }
  .msi-card-flex-3 {
    background: #B6B8A1;
    border-radius: 0;
    width: 100%;
    height: 39%;
    padding: 13px 0 25px 17px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
  }
 
  .card-tumb img {
    height: 156px;
  }
  .card-image-2 img {
    height: 516px;
  }
}
@media (min-width:1200px) and (max-width:1700px){
  .msi-main-title {
    font-size: 40px;
  }
  
}
@media (min-width:1400px) and (max-width:1599px) {
  .card-image-2 img {
    height: 718px;
  }
  .slide-3-ban {
    background: #F0E8DD;
    color: #555555;
    padding: 33px 30px;
    border-radius: 3px;
    font-size: 16px;
    height: 100%;
  }
  .slide-3-ban-101 {
    background: #B59077;
    color: #FFFFFF;
    padding: 26px 26px;
    border-radius: 3px;
    font-size: 14px;
    height: 100%;
  }
  .slide-3-ban-77 {
    background: #CED5C5;
    color: #555555;
    padding: 28px 30px;
    border-radius: 3px;
    font-size: 14px;
    height: 100%;
  }
  .slide-3-ban-44 {
    background: #F0E8DD;
    color: #4f3d25;
    padding: 28px 30px;
    border-radius: 3px;
    font-size: 14px;
    height: 100%;
  }
}
@media (min-width:1200px) and (max-width:1399px) {
  .msi-subtitle {
    font-size: 14px;
    font-family: Raleway;
    margin-bottom: 0px;
    font-weight: 400;
  }
  .image-ban-1 {
    bottom: 20px !important;
  }
  .msi-swatch {
    flex: 1 1 0;
    width: 52px;
    /*min-height: 64px;*/
    border-radius: 0;
  }
  .card-image-2 img {
    height: 616px;
  }
  .slide-2-ban-66 {
    background: #C0A697;
    color: #FFFFFF;
    padding: 20px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 3px;
    font-size: 13px;
  }
  .slide-2-ban {
    background: #deceba;
    color: #4f3d25;
    padding: 20px 21px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 3px;
    font-size: 13px !important;
  }
  .slide-3-ban {
    background: #F0E8DD;
    color: #555555;
    padding: 33px 30px;
    border-radius: 3px;
    font-size: 16px;
    height: 100%;
  }
  .slide-3-ban-101 {
    background: #B59077;
    color: #FFFFFF;
    padding: 33px 30px;
    border-radius: 3px;
    font-size: 16px;
    height: 100%;
  }
  .slide-3-ban-77 {
    background: #F0E8DD;
    color: #555555;
    padding: 33px 30px;
    border-radius: 3px;
    font-size: 16px;
    height: 100%;
  }
  .slide-3-ban-44 {
    background: #F0E8DD;
    color: #4f3d25;
    padding: 33px 30px;
    border-radius: 3px;
    font-size: 16px;
    height: 100%;
  }
  .slide-4-bann {
    background: #F1EEDF;
    color: #555555;
    padding: 16px 18px;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    height: auto;
  }
  .slide-4-bann-102 {
    background: #766263;
    color: #FFFFFF;
    padding: 20px 20px;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    height: 271px;
  }
  .slide-4-bann-88 {
    background: #CBBBA1;
    color: #FFFFFF;
    padding: 20px 20px;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    height: 271px;
  }
  .slide-4-bann-55 {
    background: #5A4F4B;
    color: #FFFFFF;
    padding: 34px 28px;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    height: 271px;
  }
  .image-slide-4-4 {
    height: 293px;
  }
  .slide-2-ban-66 {
    background: #C0A697;
    color: #FFFFFF;
    padding: 20px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 3px;
    font-size: 13px !important;
  }
  .slide-2-ban-99 {
    background: #643638;
    color: #FFFFFF;
    padding: 20px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 3px;
    font-size: 13px!important;
  }
}
.font-2026 {
  font-family: Raleway;
  font-weight: 500;
  font-size: 36px;
}
.six-big {
  font-size: 48px;
  vertical-align: -0.08em;
  font-weight: 500;
  display: inline-block;
}
@media (min-width: 992px) and ( max-width:1199px) {

  .slide-2-ban {
    background: #DACFBC;
    color: #4f3d25;
    padding: 10px 10px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 3px;
    font-size: 13px;
  }
  .slide-2-ban-99 {
    background: #643638;
    color: #FFFFFF;
    padding: 10px 10px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 3px;
    font-size: 14px;
  }
  .slide-2-ban-66 {
    background: #C0A697;
    color: #FFFFFF;
    padding: 10px 10px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 3px;
    font-size: 13px;
  }
  .slide-2-2-ban {
    background: #644C3E;
    color: #FFFFFF;
    padding: 10px 10px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 3px;
    font-size: 13px;
  }
  .slide-2-2-ban-22 {
    background: #635958;
    color: #FFFFFF;
    padding: 10px 10px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 3px;
    font-size: 13px;
  }

  .slide-3-ban {
    background: #F0E8DD;
    color: #4f3d25;
    padding: 20px 20px;
    border-radius: 3px;
    font-size: 11px;
    height: 100%;
  }
  .slide-3-ban-101 {
    background: #B59077;
    color: #FFFFFF;
    padding: 20px 20px;
    border-radius: 3px;
    font-size: 11px;
    height: 100%;
  }
  .slide-3-ban-77 {
    background: #CED5C5;
    color: #555555;
    padding: 20px 20px;
    border-radius: 3px;
    font-size: 11px;
    height: 100%;
  }
  .slide-3-ban-44 {
    background: #F0E8DD;
    color: #4f3d25;
    padding: 20px 20px;
    border-radius: 3px;
    font-size: 11px;
    height: 100%;
  }
  
  
}


@media (min-width: 1600px) {
  .slide-2-ban {
    background: #DACFBC;
    color: #4f3d25;
    padding: 26px 40px !important;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0px;
    font-size: 16px !important;
    
  }
  .slide-2-2-ban-22 {
    background: #635958;
    color: #FFFFFF;
    padding: 26px 30px !important;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 3px;
    font-size: 14px;
  }
  .slide-2-ban-99 {
    background: #643638;
    color: #FFFFFF;
    padding: 26px 40px !important;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0px;
    font-size: 16px !important;
  }
  .slide-2-ban-66 {
    background: #C0A697;
    color: #FFFFFF;
    padding: 26px 40px !important;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0px;
    font-size: 16px !important;
  }
  
  .slide-2-2-ban {
    background: #644C3E;
    color: #FFFFFF;
    padding: 25px 25px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0px;
    font-size: 16px;
    line-height: 1.9;
  }
  .slide-2-2-ban-22 {
    background: #635958;
    color: #FFFFFF;
    padding: 25px 25px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0px;
    font-size: 16px !important;
    line-height: 1.9;
  }
  .slide-3-img {
    height: 919px;
  }
  .col-5-no {
    flex: 0 0 20%;
    max-width: 18% !important;
  }
  .col-lg-desk-3 {
    flex: 0 0 auto;
    width: 28%;
  }
  .slide-3-ban {
    background: #F0E8DD;
    color: #555555;
    padding: 55px 53px;
    border-radius: 3px;
    font-size: 16px;
    height: 100%;
  }
  .slide-3-ban-101 {
    background: #B59077;
    color: #FFFFFF;
    padding: 50px 45px;
    border-radius: 3px;
    font-size: 16px;
    height: 100%;
  }
  .slide-3-ban-77 {
    background: #CED5C5;
    color: #555555;
    padding: 40px 40px;
    border-radius: 3px;
    font-size: 16px;
    height: 100%;
  }
  .slide-3-ban-44 {
    background: #F0E8DD;
    color: #4f3d25;
    padding: 66px 40px;
    border-radius: 3px;
    font-size: 16px;
    height: 100%;
  }
  .image-slide-4-4 {
    height: auto;
  }
  .slide-4-bann {
    background: #F1EEDF;
    color: #555555;
    padding: 20px 20px;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    height: auto;
  }
  .slide-4-bann-102 {
    background: #766263;
    color: #FFFFFF;
    padding: 25px 25px;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    height: auto;
  }
  .slide-4-bann-88 {
    background: #CBBBA1;
    color: #FFFFFF;
    padding: 25px 25px;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    height: auto;
  }
  .slide-4-bann-55 {
    background: #5A4F4B;
    color: #FFFFFF;
    padding: 43px 40px;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    height: 231px;
  }
  
}
@media (min-width: 1600px) and (max-width:1641px) {
  .image-slide-4-4 {
    height: auto;
  }
}

  @media (min-width: 1400px) and (max-width:1599px) {

    .image-slide-4-4 {
      height: 426px;
    }

    .slide-4-bann {
      background: #F1EEDF;
      color: #555555;
      padding: 25px 25px;
      border-radius: 3px;
      font-size: 16px;
      width: 100%;
      height: 270px;
    }

    .slide-4-bann-102 {
      background: #766263;
      color: #FFFFFF;
      padding: 47px 45px;
      border-radius: 3px;
      font-size: 14px;
      width: 100%;
      height: 270px;
    }

    .slide-4-bann-88 {
      background: #CBBBA1;
      color: #FFFFFF;
      padding: 25px 25px;
      border-radius: 3px;
      font-size: 16px;
      width: 100%;
      height: 270px;
    }

    .slide-4-bann-55 {
      background: #5A4F4B;
      color: #FFFFFF;
      padding: 25px 25px;
      border-radius: 3px;
      font-size: 16px;
      width: 100%;
      height: 270px;
    }
  }

  @media (min-width: 992px) {

    .slide-2-ban {
      background: #DACFBC;
      color: #4f3d25;
      padding: 20px 20px;
      height: 100%;
      display: flex;
      align-items: center;
      border-radius: 3px;
      font-size: 14px;
    }

    .slide-2-ban-99 {
      background: #643638;
      color: #FFFFFF;
      padding: 20px 20px;
      height: 100%;
      display: flex;
      align-items: center;
      border-radius: 3px;
      font-size: 14px;
    }

    .slide-2-ban-66 {
      background: #C0A697;
      color: #FFFFFF;
      padding: 20px 20px;
      height: 100%;
      display: flex;
      align-items: center;
      border-radius: 3px;
      font-size: 14px;
    }

    .slide-2-2-ban {
      background: #644C3E;
      color: #FFFFFF;
      padding: 8px 8px;
      height: 100%;
      display: flex;
      align-items: center;
      border-radius: 3px;
      font-size: 11px;
    }

    .slide-2-2-ban-22 {
      background: #635958;
      color: #FFFFFF;
      padding: 16px 20px;
      height: 100%;
      display: flex;
      align-items: center;
      border-radius: 3px;
      font-size: 14px;
    }
  }

  @media (min-width: 1400px) and (max-width: 1764px) {
    .slide-4-image-h {
      height: 98%;
    }

    .slide-4-card-h {
      height: 66%;
    }


    .slide-2-4-bann {
      background: #F1EEDF;
      color: #4f3d25;
      padding: 30px 30px;
      border-radius: 3px;
      font-size: 16px;
      width: 100%;
      height: 227px;
    }
  }

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h4 {
  margin-bottom: 8px;
  margin-top: 24px;
}

@media (min-width: 1765px) {
  .slide-4-image-h {
      height: 451px;
    }

    .col-lg-desk-5 {
      flex: 0 0 auto;
      width: 40.66666667%;
    }

    .col-lg-desk-2-sl-4 {
      flex: 0 0 auto;
      width: 17.667% !important;
    }

    .slide-4-bann {
      background: #F1EEDF;
      color: #555555;
      padding: 26px 40px;
      border-radius: 3px;
      font-size: 16px;
      width: 100%;
      height: auto;
    }

    .slide-4-bann-102 {
      background: #766263;
      color: #FFFFFF;
      padding: 26px 40px;
      border-radius: 3px;
      font-size: 16px;
      width: 100%;
      height: 231px;
    }

    .slide-4-bann-88 {
      background: #CBBBA1;
      color: #FFFFFF;
      padding: 26px 40px;
      border-radius: 3px;
      font-size: 16px;
      width: 100%;
      height: auto;
    }

    .slide-4-bann-55 {
      background: #5A4F4B;
      color: #FFFFFF;
      padding: 36px 40px;
      border-radius: 3px;
      font-size: 16px;
      width: 100%;
      height: 231px;
    }

    .slide-2-4-bann {
      background: #F1EEDF;
      color: #4f3d25;
      padding: 33px 49px;
      border-radius: 3px;
      font-size: 16px;
      width: 100%;
      height: 231px;
    }
  }

  @media (min-width: 1400px) and (max-width:1764px) {

    .col-lg-desk-5 {
      flex: 0 0 auto;
      width: 40.66666667%;
    }

    .col-lg-desk-2-sl-4 {
      flex: 0 0 auto;
      width: 17.667% !important;
    }
  }

  @media (min-width: 1400px) {
    .slide-card,
    .slide-4-card-h {
      flex-grow: 1;
    }

    .slide-4-bann {
      margin-top: auto; /* keeps banner at bottom */
    }

    .slide-4-bann-55 {
      margin-top: auto; /* keeps banner at bottom */
    }

    .slide-4-bann-88 {
      margin-top: auto; /* keeps banner at bottom */
    }

    .slide-4-bann-102 {
      margin-top: auto; /* keeps banner at bottom */
    }
  }

  @media (min-width:300px) and (max-width:767px) {
    .mobile-bg-1 {
      background-image: url("https://cdn.msisurfaces.com/images/trends/2026/light-luster-1093.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      left: 11px;
      width: 100%;
      /*aspect-ratio: 545 / 508;*/
      height: 266px;
      aspect-ratio: unset;
    }

    .mobile-bg-2 {
      background-image: url("https://cdn.msisurfaces.com/images/trends/2026/velvet-truffle-slide-2-0169.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      left: 11px;
      width: 100%;
      background-position: right;
      /*aspect-ratio: 545 / 508;*/
      height: 266px;
    }

    .mobile-bg-3 {
      background-image: url("https://cdn.msisurfaces.com/images/trends/2026/willow-market-slide-2-0181.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      /*aspect-ratio: 545 / 508;*/
      left: 11px;
      width: 100%;
      background-position: inherit;
      height: 266px;
    }

    .mobile-bg-4 {
      background-image: url("https://cdn.msisurfaces.com/images/trends/2026/vintage-villa-slide-1-0173.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      /*aspect-ratio: 545 / 508;*/
      left: 11px;
      width: 100%;
      background-position: unset;
      height: 266px;
    }

    .ipd-slide-4-ban {
      background: #ede0cd;
      color: #4f3d25;
      padding: 20px 20px;
      border-radius: 0px;
      font-size: 16px;
      line-height: 1.8;
    }

    .slide-2-ban {
      background: #DACFBC;
      color: #4f3d25;
      padding: 31px 28px;
      display: flex;
      align-items: center;
      font-size: 16px;
      height: 398px;
      line-height: 1.9;
      width: 100%;
    }

    .slide-2-ban-99 {
      background: #643638;
      color: #FFFFFF;
      padding: 31px 28px;
      display: flex;
      align-items: center;
      font-size: 16px;
     /* aspect-ratio: 1/1.06;*/
      line-height: 1.9;
      width: 100%;
      height: 398px;
    }

    .slide-2-ban-66 {
      background: #C0A697;
      color: #FFFFFF;
      padding: 31px 28px;
      display: flex;
      align-items: center;
      font-size: 16px;
      aspect-ratio: 1/1.06;
      line-height: 1.9;
      width: 100%;
      height: 398px;
    }

    .slide-2-2-ban {
      background: #644C3E;
      color: #FFFFFF;
      padding: 31px 28px;
      display: flex;
      align-items: center;
      font-size: 16px;
      aspect-ratio: 1/1.06;
      line-height: 1.9;
      width: 100%;
    }

    .slide-2-2-ban-22 {
      background: #635958;
      color: #FFFFFF;
      padding: 31px 28px;
      display: flex;
      align-items: center;
      font-size: 16px;
      aspect-ratio: 1/1.06;
      line-height: 1.9;
      width: 100%;
      height: 398px;
    }

    .slide-3-ban {
      background: #F0E8DD;
      color: #555555;
      padding: 29px 27px;
      border-radius: 3px;
      font-size: 16px;
      height: 364px;
      line-height: 1.6;
    }

    .slide-3-ban-101 {
      background: #B59077;
      color: #FFFFFF;
      padding: 29px 27px;
      border-radius: 3px;
      font-size: 16px;
      /*height: 100%;*/
      line-height: 1.6;
      height: 367px;
    }

    .slide-3-ban-77 {
      background: #CED5C5;
      color: #555555;
      padding: 29px 27px;
      border-radius: 3px;
      font-size: 16px;
      height: 100%;
      line-height: 1.6;
      height: 367px;
    }

    .slide-3-ban-44 {
      background: #F0E8DD;
      color: #4f3d25;
      padding: 29px 27px;
      border-radius: 3px;
      font-size: 16px;
      height: 100%;
      line-height: 1.6;
      height: 348px;
    }

    .slide-4-bann {
      background: #F1EEDF;
      color: #555555;
      padding: 20px 26px;
      border-radius: 3px;
      font-size: 16px;
      width: 100%;
      height: auto;
    }

    .slide-4-bann-102 {
      background: #766263;
      color: #FFFFFF;
      padding: 20px 26px;
      border-radius: 3px;
      font-size: 16px;
      width: 100%;
      height: auto;
    }

    .slide-4-bann-88 {
      background: #CBBBA1;
      color: #FFFFFF;
      padding: 20px 26px;
      border-radius: 3px;
      font-size: 16px;
      width: 100%;
      height: auto;
    }
    .msi-main-title{
        padding-right:10px;
    }

    .slide-4-bann-55 {
      background: #5A4F4B;
      color: #FFFFFF;
      padding: 20px 26px;
      border-radius: 3px;
      font-size: 14px;
      width: 100%;
      height: 141px;
    }

    .slide-2-4-bann {
      background: #F1EEDF;
      color: #4f3d25;
      padding: 20px 26px;
      border-radius: 3px;
      font-size: 14px;
      width: 100%;
      height: auto;
    }

    .mob-mt-0 {
      margin-top: 0 !important;
    }

    .mob-pad-top-3 {
      padding-top: 1rem !important;
    }

    .mob-pad-bottom-3 {
      padding-bottom: 1rem !important;
    }

    .mob-pad-bottom-5 {
      padding-bottom: 2.2rem !important;
    }

    .col-lg-desk-2-sl-4 {
      flex-direction: row !important;
      gap: 12px;
    }

      .col-lg-desk-2-sl-4 .slide-card {
        flex: 1 1 50%;
      }

      /* Optional: keep images equal height */
      .col-lg-desk-2-sl-4 img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
      }

    .col-mbl-6 {
      width: 50%;
    }

    h1, .h1 {
      font-size: 34px;
    }
    .font-2026 {
      font-family: Raleway;
      font-weight: 500;
      font-size: 24px;
    }
    .six-big {
      font-size: 36px!important;
      vertical-align: -0.08em;
      font-weight: 500;
      display: inline-block;
    }

    
  }
@media (min-width:300px) and (max-width:480px) {

  .mob-slide-1-1 {
    height: 266px !important;
  }

  .mob-slide-1-2 {
    height: 398px !important;
  }

  .mob-slide-1-3 {
    height: 300px !important;
  }

  .mob-slide-1-5 {
    height: 205px !important;
  }

  .mob-slide-1-6 {
    height: 273px !important;
  }
  .mob-slide-2-1 {
    height: 151px !important;
  }
  .mob-slide-2-2 {
    height: 154px !important;
  }
  .mob-slide-2-3 {
    height: 221px !important;
  }
  .mob-slide-3-6 {
    height: 289px !important;
  }
}

@media (min-width:481px) and (max-width:767px) {

  .mob-slide-1-1 {
    height: 266px !important;
  }

  .mob-slide-1-2 {
    height: 482px !important;
  }

  .mob-slide-1-3 {
    height: 385px !important;
  }

  /*.mob-slide-1-5 {
    height: 205px !important;
  }*/
  .mob-slide-1-5 {
    height: 205px !important;
  }

  .mob-slide-1-6 {
    height: 357px !important;
  }

  .mob-slide-2-1 {
    height: 200px !important;
    /* changed */
  }

  .mob-slide-2-2 {
    height: 189px !important;
    /* changed */
  }

  .mob-slide-2-3 {
    height: 221px !important;
  }

  .mob-slide-3-6 {
    height: 357px !important;
  }
  .slide-2-ban {
    height: 482px !important;
  }
  .slide-2-ban-99 {
    height: 482px !important;
  }
  .slide-2-ban-66 {
    height: 482px !important;
  }
  .slide-2-2-ban-22 {
    height: 482px !important;
  }
  .slide-3-ban-44 {
    height: 362px !important;
  }
}


  /* Mobile: make text continuous */
  #trendContent p {
    margin: 0;
    padding: 0;
    white-space: normal;
    word-break: normal; /* Don't break words */
    overflow-wrap: normal; /* Keep text continuous */
  }

  @media (min-width:768px) and (max-width:1199px) {
    .mobile-bg-1 {
      background-image: url("https://cdn.msisurfaces.com/images/trends/2026/light-luster-1093.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      left: 11px;
      width: 48%;
    }

    .mobile-bg-2 {
      background-image: url("https://cdn.msisurfaces.com/images/trends/2026/velvet-truffle-slide-2-0169.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 220px; /* adjust as needed */
      left: 11px;
      width: 48%;
      background-position: right;
    }

    .mobile-bg-3 {
      background-image: url("https://cdn.msisurfaces.com/images/trends/2026/willow-market-slide-2-0181.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 220px; /* adjust as needed */
      left: 11px;
      width: 48%;
      background-position: inherit;
    }

    .mobile-bg-4 {
      background-image: url("https://cdn.msisurfaces.com/images/trends/2026/vintage-villa-slide-1-0173.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 220px; /* adjust as needed */
      left: 11px;
      width: 48%;
      background-position: unset;
    }

    .ipd-slide-4-ban {
      background: #ede0cd;
      color: #4f3d25;
      padding: 60px 40px;
      border-radius: 0px;
      font-size: 16px;
      line-height: 1.9;
    }
   
  }

  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%);
    color: #fff;
    background: #8b6f4e !important;
    border-radius: 50% !important;
    text-align: center;
    line-height: 1.5;
    top: 35%;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: -10px !important;
    width: 27px;
    height: 27px;
  }

  .owl-carousel .owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%);
    color: #fff;
    background: #8b6f4e !important;
    border-radius: 50% !important;
    text-align: center;
    line-height: 1.5;
    top: 35%;
  }

  .owl-carousel .owl-nav .owl-next {
    right: -10px !important;
    width: 27px;
    height: 27px;
  }

  h4 {
    margin-bottom: 8px;
  }

  .footer {
    padding: 25px 0 25px 0;
    background-color: #000000;
    width: 100%;
    color: #fff;
  }

  .footer-text {
    max-width: 390px;
    margin: 0 auto;
  }

  .back-to-top label {
    margin: -20px 0 12px 0;
  }

  .back-to-top a, .back-to-top label {
    display: block;
    color: #555555;
  }

  .back-to-top label {
    font: normal normal normal 16px / 32px Open Sans;
    letter-spacing: 1.6px;
    color: #555555;
  }

  .icon-font {
    font-size: 3.5rem;
  }

  .lblplay:before {
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    margin-right: 5px;
    background-repeat: no-repeat;
    height: 20px;
    width: 28px;
    position: relative;
    top: -1px;
  }

  .lblplay::before {
    background-image: url(https://cdn.msisurfaces.com/images/svg/play.svg);
  }

  .btn-outline-primary .lblplay::before {
    background-image: url(https://cdn.msisurfaces.com/images/svg/play-primary.svg);
  }

  .btn-outline-primary:hover .lblplay::before {
    background-image: url(https://cdn.msisurfaces.com/images/svg/play.svg);
  }



  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 42px;
    }
  }

  .bulit-points {
    padding-left: 24px;
  }

  /*ipad*/
  @media (min-width: 768px) and (max-width:992px) {
    h1, .h1 {
      margin-bottom: 24px;
    }

    h1, .h1 {
      font-size: 44px;
    }

    .msi-subtitle {
      margin-bottom: 14px !important;
    }

    .ipd-slid-4-img-1 {
      height: 298px;
    }

    .ban-height-1 {
      height: 387px;
    }

    .ipd-ban-3 {
      height: 380px;
    }

    .ipad-ban-6-h {
      height: 386px;
    }
  }

  .ipd-slid-4-img-1 {
    position: relative;
    overflow: hidden;
  }

    /* force image to obey container */
    .ipd-slid-4-img-1 .slide-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
  /*mobile*/
.overlay-image-txt {
  bottom: 40px;
  background: rgba(80, 80, 80, 0.7);
  text-align: left;
  padding: 0px 14px
}
@media (min-width: 300px) and (max-width:767px) {
  .overlay-image-txt {
    bottom: 20px;
    background: rgba(80, 80, 80, 0.7);
    text-align: left;
    padding: 0px 14px
  }
  h1, .h1 {
      margin-bottom: 18px;
    }
    .pad-en-mob{
        padding-right: 0.5rem !important;
    }
    .mar-en-mob {
      margin-right: 0.5rem !important;
    }
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      transform: translateY(-50%);
      color: #fff;
      background: #8b6f4e !important;
      border-radius: 50% !important;
      text-align: center;
      line-height: 1.5;
      top: 25% !important;
    }

    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
      position: absolute;
      transform: translateY(-50%);
      color: #fff;
      background: #8b6f4e !important;
      border-radius: 50% !important;
      text-align: center;
      line-height: 1.5;
      top: 25% !important;
    }

    .caption {
      right: -7px;
      margin: auto;
      bottom: -5px;
      max-width: 418px;
      position: absolute;
      width: 100%;
      left: 58%;
      transform: translateX(-50%);
    }
  }

  @media (min-width: 768px) and (max-width:1199px) {
    .d-md-block {
      display: block !important;
    }

    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      transform: translateY(-50%);
      color: #fff;
      background: #8b6f4e !important;
      border-radius: 50% !important;
      text-align: center;
      line-height: 1.5;
      top: 25% !important;
    }

    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
      position: absolute;
      transform: translateY(-50%);
      color: #fff;
      background: #8b6f4e !important;
      border-radius: 50% !important;
      text-align: center;
      line-height: 1.5;
      top: 25% !important;
    }
  }

  @media (min-width: 768px) and (max-width:991px) {
    .ipd-slid-1-img {
      height: 290px !important;
      width: 100%;
      object-fit: cover;
    }

    .ipd-slid-4-img {
      height: 308px !important;
      width: 100%;
      object-fit: cover;
    }
    .ipd-slid-4-img-8 {
      height: 301px !important;
      width: 100%;
      object-fit: cover;
    }

    .ipd-slid-4-img-9 {
      height: 300px !important;
      width: 100%;
      object-fit: cover;
    }

    .ipd-slid-4-img-54 {
      height: 306px !important;
      width: 100%;
      object-fit: cover;
    }

    .ipd-slid-4-img-545 {
      height: 293px !important;
      width: 100%;
      object-fit: cover;
    }
    .ipad-image-sld-9 {
      height: 133px;
    }
    .ipad-image-sld-10 {
      height: 139px;
    }

    .col-3-ipd {
      width: 24.5%;
    }

    .ipad-ban-h-2 {
      height: 388px;
    }
    .mf-top-1 {
      position: absolute;
      background: rgba(70, 70, 70, 0.7);
      color: #fff;
      font-size: 12px;
      padding: 3px 14px;
      border-radius: 0px;
      left: 0;
      font-weight: 400;
      bottom: 85.5% !important;
      left: 0.0%;
      width: 166px;
    }

    .mf-top-2 {
      position: absolute;
      background: rgba(70, 70, 70, 0.7);
      color: #fff;
      font-size: 12px;
      padding: 3px 14px;
      border-radius: 0px;
      font-weight: 400;
      bottom: 85.5% !important;
      left: 28%;
      width: 140px;
    }

    .mf-top-3 {
      position: absolute;
      background: rgba(70, 70, 70, 0.7);
      color: #fff;
      font-size: 12px;
      padding: 3px 14px;
      border-radius: 0px;
      font-weight: 400;
      bottom: 69% !important;
      left: 0%;
    }
  }

  @media (min-width: 992px) and (max-width:1199px) {
    /*.ipd-slide-4-ban {
    height: 500px;
  }*/
    .ipad-ban-6-h {
      font-size: 16px !important;
      padding: 60px 45px !important;
    }

    .ipd-slide-4-ban {
      height: 457px;
      padding: 40px 40px !important;
      width: 100%;
      object-fit: cover;
    }

    .ipd-slid-4-img-1 {
      height: 396px !important;
      width: 100%;
      object-fit: cover;
    }

    .ipd-slid-4-img {
      height: 436px !important;
      width: 100%;
      object-fit: cover;
    }
    .ipd-slid-4-img-8 {
      height: 395px !important;
      width: 100%;
      object-fit: cover;
    }

    .ipd-slid-4-img-9 {
      height: 396px !important;
      width: 100%;
      object-fit: cover;
    }
    .ipd-ban-3 {
      height: 451px !important;
    }
    .ipad-ban-h-2 {
      height: 450px!important;
    }

    .ipad-slide-1-1-img {
      height: 430px !important;
      width: 100%;
      object-fit: cover;
    }

    .col-3-ipd {
      width: 24.5%;
    }
    .ipad-ban-6-h {
      height: 442px!important;
    }

    .ipd-slid-4-img-54 {
      height: 435px !important;
      width: 100%;
      object-fit: cover;
    }

    .ipd-slid-4-img-545 {
      height: 389px !important;
      width: 100%;
      object-fit: cover;
    }

    .ipad-ms-ban-1 {
      background: #B59077;
      color: #FFFFFF;
      padding: 40px 40px !important;
      border-radius: 3px;
      font-size: 16px;
      line-height: 1.8 !important;
      height: 435px !important;
    }
    .mf-top-1 {
      position: absolute;
      background: rgba(70, 70, 70, 0.7);
      color: #fff;
      font-size: 12px;
      padding: 3px 14px;
      border-radius: 0px;
      left: 0;
      font-weight: 400;
      bottom: 84% !important;
      left: 0.0%;
      width: 166px;
    }

    .mf-top-2 {
      position: absolute;
      background: rgba(70, 70, 70, 0.7);
      color: #fff;
      font-size: 12px;
      padding: 3px 14px;
      border-radius: 0px;
      font-weight: 400;
      bottom: 84% !important;
      left: 28%;
      width: 136px;
    }

    .mf-top-3 {
      position: absolute;
      background: rgba(70, 70, 70, 0.7);
      color: #fff;
      font-size: 12px;
      padding: 3px 14px;
      border-radius: 0px;
      font-weight: 400;
      bottom: 66% !important;
      left: 0%;
    }
  }



  @media (min-width: 1200px) {
    .d-lg-block {
      display: block !important;
    }
  }

  @media (min-width: 768px) and (max-width:1199px) {
    .d-md-none {
      display: none !important;
    }

    .msi-card-flex {
      height: 96%;
      padding: 15px 0 15px 26px;
    }

    .msi-card-flex-2, .msi-card-flex-3, .msi-card-flex-4 {
      height: 96%;
      padding: 15px 0 15px 26px;
    }

    .msi-main-title {
      font-size: 50px;
    }

    .msi-card-content {
      z-index: 2;
      width: 100%;
    }

    .caption {
      right: -70px !important;
      margin: auto;
      bottom: -5px;
      max-width: 418px;
      position: absolute;
      width: 100%;
      
      transform: translateX(-50%);
    }

    .mb-ipd-3 {
      margin-bottom: 1rem;
    }

    .msi-swatches {
      width: 36px !important;
    }
  }

  .text-ellipsis-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 7; /* Number of visible lines before truncating */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 11em; /* Adjust for font size/line height */
    position: relative;
  }

  .read-more-link {
    color: #866645;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin-left: 3px;
  }


  .mobile-carousel-nav {
    height: 60px;
    background: #f4f4f4;
    margin-bottom: 16px;
    /* stick to top */
    position: sticky;
    top: 0;
    z-index: 1020;
  }

    .mobile-carousel-nav .arrow-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      color: #907f73;
      font-size: 1.4em;
      font-weight: bold;
      line-height: 1;
      padding: 0 18px;
      cursor: pointer;
      z-index: 2;
    }

      .mobile-carousel-nav .arrow-btn:disabled {
        color: #d0c5b8;
        opacity: 0.6;
      }

    .mobile-carousel-nav #mobilePrevBtn {
      left: 0;
    }

    .mobile-carousel-nav #mobileNextBtn {
      right: 0;
    }

    .mobile-carousel-nav .trend-label {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-family: 'Montserrat', 'Arial', sans-serif;
      color: #907f73;
      font-size: 1.06em;
      font-weight: 500;
      letter-spacing: 0.03em;
      background: transparent;
      white-space: nowrap;
      z-index: 1;
      pointer-events: none;
    }

  .hidden, .owl-dots, .owl-dots, .owl-count {
    display: none;
  }


  .hero-video-container {
    padding-bottom: 15px;
  }

  .caption {
    right: -7px;
    margin: auto;
    bottom: -5px;
    max-width: 418px;
    position: absolute;
    width: 100%;
  }

  /*nav bar css start*/
  :root {
    --msi-brown: #876D4F;
    --msi-white: #ffffff;
    --msi-black: #000000;
  }

  * {
    box-sizing: border-box;
  }

  body {
    margin: 0;
  }

  /* (optional) recommended so dropdown overlays nicely */
  .msi-header {
    position: relative;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }

  /* =========================
   NAV (Desktop default)
   ========================= */
  .msi-nav {
    background: var(--msi-brown);
    position: relative; /* IMPORTANT for absolute dropdown */
    z-index: 1000;
  }

  .msi-nav__inner {
    max-width: 1756px;
    margin: 0 auto;
    padding: 0 36px;
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 28px;
  }

  /* Logo */
  .msi-logo {
    margin-left: auto; /* desktop logo right */
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }

  .msi-logo__img {
    display: block;
    height: 36px;
    width: auto;
    object-fit: contain;
  }

  /* Desktop menu */
  .msi-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 40px;
    align-items: center;
    flex: 1 1 auto;
  }

    .msi-menu a {
      color: var(--msi-white);
      text-decoration: none;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-weight: 500; /* SemiBold */
      font-size: 16px;
      line-height: 52px;
      letter-spacing: 0;
      text-transform: uppercase;
      padding: 0;
      display: inline-block;
    }

      .msi-menu a:hover {
        text-decoration: underline;
      }

  /* Desktop hides hamburger + spacer */
  .msi-nav__toggle,
  .msi-nav__spacer {
    display: none;
  }

  /* =========================
   MOBILE (only below 767px)
   ========================= */
  /* =========================
   MOBILE (only below 767px)
   ========================= */
  @media (max-width: 767px) {

    .msi-nav__inner {
      padding: 0 16px;
      min-height: 56px;
      display: flex;
      align-items: center;
      justify-content: space-between; /* hamburger left, logo right */
      gap: 12px;
      position: relative;
      z-index: 2;
    }

    .msi-nav__toggle {
      display: inline-flex;
      appearance: none;
      background: transparent;
      border: 0;
      padding: 10px;
      cursor: pointer;
    }

    .msi-hamburger {
      position: relative;
      width: 22px;
      height: 14px;
      display: inline-block;
    }

      .msi-hamburger::before,
      .msi-hamburger::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        background: var(--msi-white);
      }

      .msi-hamburger::before {
        top: 2px;
      }

      .msi-hamburger::after {
        bottom: 2px;
      }

    .msi-logo {
      margin-left: auto;
      display: inline-flex;
      align-items: center;
      justify-content: flex-end;
    }

    .msi-logo__img {
      height: 36px;
    }

    /* ===== Mobile dropdown OVERLAY (50% width) ===== */
    .msi-menu {
      display: none; /* hidden until opened */
      position: absolute; /* overlay */
      top: 100%;
      left: 0; /* align under hamburger */
      width: 50%; /* ✅ 50% width */
      background: #ffffff; /* ✅ white dropdown */
      border: 1px solid rgba(0,0,0,0.08);
      box-shadow: 0 10px 20px rgba(0,0,0,0.18);
      padding: 6px 0;
      z-index: 1;
    }

      .msi-menu.is-open {
        display: block;
      }

        /* arrow pointer (only visible when open) */
        .msi-menu.is-open::before {
          content: "";
          position: absolute;
          top: 0;
          left: 20px;
          border-left: solid transparent 15px;
          border-right: solid transparent 15px;
          border-bottom: solid #efefef 15px;
          border-top: solid transparent 15px;
          margin-top: -31px;
        }

      /* dropdown links */
      .msi-menu a {
        display: block;
        padding: 10px 16px;
        line-height: 40px;
        font-size: 16px;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-weight: 600;
        letter-spacing: 0;
        text-transform: uppercase;
        color: #876D4F; /* ✅ text brown */
        background: #ffffff; /* ✅ white background */
        text-decoration: none;
      }

        /* hover */
        .msi-menu a:hover {
          background: #876D4F; /* ✅ brown bg */
          color: #ffffff; /* ✅ white text */
        }
  }

  @media (min-width: 768px) {
    .msi-menu a {
      white-space: nowrap;
    }

    .msi-menu li {
      flex: 0 0 auto;
    }

    .msi-menu {
      flex-wrap: nowrap;
    }
  }

  .elegant-amp {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    /*color: #f9f6ef;*/
    background: #edddc2;
    display: inline-block;
    padding: 6px 6px;
    border-radius: 8px;
    line-height: 1;
    text-align: center;
  }

  .btn-primary.btn-explore {
    color: #fff;
    background-color: #8b6f4e;
    border-color: transparent;
    display: inline-flex;
    align-items: center;
    gap: 10px; /* space between text + arrow */
    text-transform: uppercase;
  }

    /* Chevron ▼ */
    .btn-primary.btn-explore::after {
      content: "";
      width: 8px;
      height: 8px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: rotate(45deg); /* makes it point down */
      margin-top: -2px; /* slight vertical tweak */
    }

  .msi-card-content a:hover, .msi-card-content a:focus {
    color: #fff;
    /* text-decoration: underline; */
  }

  /* Modal background & text */
  #textModalGlobal .modal-content {
    background-color: #F0E8DD;
    color: #555555;
    border-radius: 16px; /* 🔹 rounded popup */
    padding: 6px; /* 🔹 outer padding */
  }

  /* Reduce header height & remove border */
  #textModalGlobal .modal-header {
    padding: 8px 14px;
    border: none;
  }

  /* Body padding */
  #textModalGlobal .modal-body {
    padding: 14px;
  }

  /* HR styling */
  #textModalGlobal .modal-divider {
    border: none;
    border-top: 1px solid rgba(85, 85, 85, 0.3);
    margin-top: 16px;
  }

  @media (max-width: 767px) {
    .mobile-text {
      display: block;
      overflow: hidden;
      max-height: 50px;
      transition: max-height 0.3s ease;
    }

      .mobile-text.expanded {
        max-height: none;
      }
  }

  .body-link {
    color: var(--bs-body-color);
    text-decoration: none;
    font-weight: 400;
    text-decoration: underline;
  }

    .body-link:hover,
    .body-link:active,
    .body-link:focus {
      color: var(--bs-body-color);
      text-decoration: underline;
    }

  @media (min-width: 1200px) and (max-width: 1399px) {
    .slide-3-ban {
      background: #F0E8DD;
      color: #4f3d25;
      padding: 18px 31px;
      border-radius: 3px;
      font-size: 14px !important;
      height: 100%;
    }

    .slide-3-ban-44 {
      background: #F0E8DD;
      color: #4f3d25;
      padding: 39px 20px !important;
      border-radius: 3px;
      font-size: 14px !important;
      height: 100%;
    }

    .slide-3-ban-77 {
      background: #CED5C5;
      color: #555555;
      padding: 34px 20px !important;
      border-radius: 3px;
      font-size: 14px !important;
      height: 100%;
    }

    .slide-3-ban-101 {
      background: #B59077;
      color: #FFFFFF;
      padding: 29px 20px !important;
      border-radius: 3px;
      font-size: 14px !important;
      height: 100%;
    }

    .slide-2-ban {
      background: #DACFBC;
      color: #4f3d25;
      padding: 10px 10px;
      height: 100%;
      display: flex;
      align-items: center;
      border-radius: 3px;
      font-size: 14px;
    }
  }

  .carousel-nav {
    display: flex;
    align-items: center;
  }

    .carousel-nav button,
    .carousel-nav span {
      font-weight: 500;
    }

  /* Gold color */
  .color-gold button,
  .color-gold span {
    color: #8B6F4E;
  }

  /* White color */
  .color-white button,
  .color-white span {
    color: #ffffff;
  }

  /* Arrow spacing */
  .carousel-nav .arrow-left {
    margin-right: 10px;
  }

  .carousel-nav .arrow-right {
    margin-left: 10px;
  }

  .carousel-nav #prevBtn, #prevBtn-2, #prevBtn-3, #prevBtn-4 {
    margin-right: 8px;
  }

  .carousel-nav #nextBtn, #nextBtn-2, #nextBtn-3, #nextBtn-4 {
    margin-left: 8px;
  }

  .arrow-btn {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    line-height: 1;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; /* not Apple Color Emoji */
    font-size: 18px; /* adjust */
  }



