.discover_your_design_style .cmp-container {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}

.discover_your_design_style .extended-teaser-img_mob {
  display: none;
}

.discover_your_design_style .teaserextended.teaser {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-radius: 20px;
  border-bottom-right-radius: 0;
}

.discover_your_design_style .teaserextended.teaser:hover .extended-teaser-img img {
  transform: scale(1.2);
}

.discover_your_design_style .extended-teaser-img img {
  border-radius: 20px;
  transition: transform .4s ease-in-out;
}

.discover_your_design_style .struva-component .cmp-teaser__content{
  z-index: 1;
}

.discover_your_design_style .cmp-teaser__content {
  position: absolute;
  top: 73px;
  width: 100%;
  height: calc(100% - 73px);
}

.discover_your_design_style .struva-component .cmp-teaser__pretitle {
  font-family: Nunito;
  font-weight: 400;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #000000;
  margin-left: 59.61px;
}

.discover_your_design_style .struva-component .cmp-teaser__description h2 {
  font-family: Archivo;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #232426;
  margin-bottom: 20px;
  /* margin-left: 59.61px; */
}

.discover_your_design_style .struva-component .cmp-teaser__description p {
  font-family: Archivo;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 132%;
  letter-spacing: 0;
  color: #232426;
}

.discover_your_design_style .struva-component .cmp-teaser__description {
  margin-left: 59.61px;
}

.discover_your_design_style .cmp-teaser__pretitle {
  font-family: Archivo;
  font-weight: 600;
  font-size: 52px;
  line-height: 120%;
  color: #2E2F32;
  margin-bottom: 20px;
  margin-left: 85px;
  max-width: 405px;
  width: 100%;
}

.discover_your_design_style .cmp-teaser__description {
  font-family: Archivo;
  font-weight: 300;
  font-size: 24px;
  line-height: 132%;
  color: #232426;
  margin-left: 85px;
  max-width: 405px;
  width: 100%;
}
.discover_your_design_style .cmp-teaser__action-container {
  width: fit-content;
  position: absolute;
  bottom: -1px;
  right: -1px;
}

.discover_your_design_style .sleek_banner .cmp-teaser__action-container {
  width: fit-content;
  position: absolute;
  /* bottom: -1px;
  right: -1px; */
  bottom: -16px;
  right: -306px;
}

.discover_your_design_style .cmp-teaser__action-link::after {
  content: "";
  background: url(../../../content/dam/asianpaintsbeautifulhomes/design-services-revamp/images/new-right-arrow.png)no-repeat center;
  background-size: 100% 100%;
  width: 61px;
  height: 61px;
  position: absolute;
  top: 10px;
  right: 1px;
}

.discover_your_design_style .cmp-teaser__action-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 77px 0 28px;
  min-height: 82px;
  background: #FFFFFF;
  border-top-left-radius: 40px;
  font-family: Archivo;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #222222;
  position: relative;
}

.discover_your_design_style .cmp-teaser__action-container::after {
  content: "";
  background: url(../../../content/dam/asianpaintsbeautifulhomes/design-services-revamp/images/right-curv.png)no-repeat center;
  background-size: 100% 100%;
  width: 46px;
  height: 33px;
  position: absolute;
  top: -32px;
  right: 0;
}

.discover_your_design_style .cmp-teaser__action-container::before {
  content: "";
  background: url(../../../content/dam/asianpaintsbeautifulhomes/design-services-revamp/images/left-curv.png)no-repeat center;
  background-size: 100% 100%;
  width: 50px;
  height: 36px;
  position: absolute;
  bottom: 0;
  left: -49px;
}

/* .sleek_banner .cmp-teaser__content .cmp-teaser__link {
  position: absolute;
  width: 374px;
  left: 50%;
  top: -10px;
} */
.sleek_banner .cmp-teaser__content{
position: absolute;
  width: 374px;
  left: 50%;
  /* top: -10px; */
  top: 57px;
}
.discover_your_design_style .teaserextended.teaser.sleek_banner:hover .extended-teaser-img img {
  transform: scale(1.1);
}

/* overlay start */

.struva-component .extended-teaser-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.struva-component .extended-teaser-img .extended-teaser-img_desk {
  width: 100%;
  height: auto;
  display: block;
}

/* Overlay from Figma */
.struva-component .extended-teaser-img::before {
  content: "";
  position: absolute;
  width: 800.88px;
  height: 863.11px;
  top: -91.09px;
  left: -10.77px;
  background: linear-gradient(90deg, #E3E1E2 30.18%, rgba(227, 225, 226, 0) 97.44%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

/* Responsive visibility */
.struva-component .extended-teaser-img_desk {
  display: block;
}

.struva-component .extended-teaser-img_mob {
  display: none;
}

/* overlay end */

@media screen and (max-width : 768px) {
  .discover_your_design_style .cmp-container {
    padding: 0 16px;
  }

  .discover_your_design_style .extended-teaser-img img {
    border-radius: 16px;
  }

  .discover_your_design_style .extended-teaser-img_mob {
    display: block;
  }

  .discover_your_design_style .extended-teaser-img_desk {
    display: none;
  }

  .discover_your_design_style .struva-component .cmp-teaser__pretitle {
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 10%;
    margin-left: 24px;
  }

  .discover_your_design_style .struva-component .cmp-teaser__description h2 {
    font-size: 11px;
    line-height: 120%;
    letter-spacing: 10%;
    margin-bottom: 16px;
  }

  .discover_your_design_style .struva-component .cmp-teaser__description p {
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0;
  }

  .discover_your_design_style .cmp-teaser__pretitle {
    font-weight: 500;
    font-size: 30px;
    line-height: 110.00000000000001%;
    color: #232426;
    margin-bottom: 10px;
    margin-left: 20px;
    max-width: 215px;
  }

  .discover_your_design_style .struva-component .cmp-teaser__description {
    margin-left: 24px;
  }

  .discover_your_design_style .cmp-teaser__description {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    margin-left: 20px;
    max-width: 215px;
  }

  .discover_your_design_style .cmp-teaser__content {
    top: 30px;
    height: calc(100% - 30px);
  }

  .discover_your_design_style .cmp-teaser__action-link {
    font-family: Archivo;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    padding: 14px 49px 16px 19px;
    min-height: 62px;
    border-top-left-radius: 30px;
  }

  .discover_your_design_style .cmp-teaser__action-link::after {
    width: 40px;
    height: 40px;
    top: unset;
  }

  /*  for sleek  */
  .sleek_banner .cmp-teaser__content {
    top: 31px;
    height: calc(100% - 31px);
    width: 296px;
    left: 20px;
    display: flex;
    gap: 9px;
  }
 .sleek_banner .cmp-teaser__content>.cmp-teaser__link {
    /* top: 31px; */
    height: calc(100% - 31px);
    width: 296px;
    /* left: 20px; */
    display: flex;
    gap: 9px;
  }
  /* .sleek_banner .cmp-teaser__content>.cmp-teaser__link {
    position: unset;
    display: flex;
    width: 296px;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  } */

  .sleek_banner .cmp-teaser__pretitle {
    margin: unset;
    max-width: unset;
  }

  .sleek_banner .cmp-teaser__description {
    margin: unset;
    max-width: unset;
  }

  .sleek_banner .extended-teaser-img img {
    height: 480px;
  }
  .discover_your_design_style .sleek_banner .cmp-teaser__action-container{
    right: -27px;
    bottom: -1px;
  }
  /* overlay */
  .struva-component .extended-teaser-img .extended-teaser-img_desk {
    display: none;
  }
  .struva-component .extended-teaser-img_mob {
    display: block;
  }

  .struva-component .extended-teaser-img::before {
  content: "";
  position: absolute;
  width: 656.55px;
  height: 448px;
  top: -117.71px;
  left: -181.5px;
  background: linear-gradient(
180deg, #E3E1E2 30.18%, rgba(227, 225, 226, 0) 86.44%);

  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

  /* overlay */

}