.section-hero .row-1 .col-b .image-container {
  max-height: 480px;
  min-height: 480px;
  max-width: 480px;
}

.section-hero .row-1 .col-b .image-container .image.image-1 {
  bottom: 0;
}
.section-hero .row-1 .col-b .image-container .image.image-2 {
  left: 0%;
  top: auto;
  bottom: -27px;
  transform: translateX(0%);
}

.section-hero .row-1 .col-b .image-container .image.image-3 {
  right: 0px;
  top: auto;
  bottom: -27px;
}
.section-aboutus:before {
  bottom: -29px;
  right: 0;
}
.productList .slide-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto auto;
  gap: 20px;
}
.productList .slide-grid > .product-card:nth-child(3) .content,
.productList .slide-grid > .product-card:nth-child(4) .content,
.productList .slide-grid > .product-card:nth-child(5) .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
/* First row: 2 cards taking 3 columns each (50% each) */
.productList .slide-grid > .product-card:nth-child(1) {
  grid-column: 1 / span 3;
  grid-row: 1;
}

.productList .slide-grid > .product-card:nth-child(2) {
  grid-column: 4 / span 3;
  grid-row: 1;
}

/* Second row: 3 cards each taking 2 columns */
.productList .slide-grid > .product-card:nth-child(3) {
  grid-column: 1 / span 2;
  grid-row: 2;
}

.productList .slide-grid > .product-card:nth-child(4) {
  grid-column: 3 / span 2;
  grid-row: 2;
}

.productList .slide-grid > .product-card:nth-child(5) {
  grid-column: 5 / span 2;
  grid-row: 2;
}

.productList .slide-grid > .product-card:nth-child(1) .content,
.productList .slide-grid > .product-card:nth-child(2) .content {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.productList .slide-grid > .product-card:nth-child(1) .content > *,
.productList .slide-grid > .product-card:nth-child(2) .content > * {
  flex: 1;
  min-width: 0;
}
.productList .slide-grid > .product-card:nth-child(1) .image-container,
.productList .slide-grid > .product-card:nth-child(2) .image-container {
  margin-top: 0px;
}
.section-digital-offering .row-2 .row-bg .bg svg {
  height: 645px;
}
.do-stage {
  display: grid;
  grid-template-columns: 1fr 380px 1fr;
  gap: 70px;
  max-width: 1100px;
  margin: auto;
  align-items: center;
}
.do-card.small {
  width: 300px;
  height: 220px;
  opacity: 1;
  transform: scale(0.92);
}
.do-card.big {
  width: 388px;
  height: 375px;
  z-index: 3;
}
.do-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 18px;
}
.do-card .content {
  position: relative;
  z-index: 2;
  padding: 35px;
}
.do-card.big .content {
  padding: 36px;
}
.do-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.do-card.big h3 {
  font-size: 26px;
}
.do-card p {
  font-size: 15px;
  opacity: 0.85;
}

@media (min-width: 1440px) {
  .section-hero .row-1 {
    padding-bottom: 30px;
  }

  .section-hero .row-1 .col-b .image-container {
    max-height: 450px;
    min-height: 450px;
    max-width: none;
  }

  .section-hero .hero-product-layer {
    top: 30px;
    width: 210px;
    height: 207px;
  }

  .section-hero .row-1 .col-b .image-container .image {
    /* top: 25px; */
  }

  .section-hero .row-1 .col-b .image-container .image.image-2 {
    bottom: -40px;
  }

  .section-hero .row-1 .col-b .image-container .image.image-3 {
    bottom: -40px;
  }

  .section-hero .row-1 .col-b .image-container .image img.drum-image {
    max-width: 210px;
  }

  .section-hero .row-1 .col-b .image-container .image img.shadow-image {
    max-width: 160px;
  }
  .section-hero .row-1 .col-b .image-container .image.image-2 img.shadow-image {
    top: 27px;
  }
  .section-hero .row-1 .col-b .image-container .image.image-1 img.item-image {
    max-width: 210px;
  }

  .section-hero .row-1 .col-b .image-container .image.image-2 img.item-image {
    max-width: 180px;
  }

  .section-hero .row-1 .col-b .image-container .image.image-3 img.item-image {
    max-width: 141px;
  }

  .section-hero .row-2 {
    padding-top: 50px;
  }
  .section-products .row-1 {
    padding: 80px;
    max-width: 85%;
  }
  .section-products .row-1 .row-1-1 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .section-products .row-1-1 .col-a {
    order: 1;
    grid-column: span 3;
    grid-row: 1;
  }
  .section-products .row-1-1 .col-c {
    order: 3;
    grid-column: span 3;
    grid-row: 1;
  }
  .section-products .row-1 .col-b {
    order: 2;
    grid-column: span 6;
    grid-row: 1;
  }
  .productList .slide-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
  }
  /* First row: 2 cards taking 3 columns each (50% each) */
  .productList .slide-grid > .product-card:nth-child(1) {
    grid-column: 1 / span 3;
    grid-row: 1;
  }

  .productList .slide-grid > .product-card:nth-child(2) {
    grid-column: 4 / span 3;
    grid-row: 1;
  }

  /* Second row: 3 cards each taking 2 columns */
  .productList .slide-grid > .product-card:nth-child(3) {
    grid-column: 1 / span 2;
    grid-row: 2;
  }

  .productList .slide-grid > .product-card:nth-child(4) {
    grid-column: 3 / span 2;
    grid-row: 2;
  }

  .productList .slide-grid > .product-card:nth-child(5) {
    grid-column: 5 / span 2;
    grid-row: 2;
  }

  .productList .slide-grid > .product-card:nth-child(1) .content,
  .productList .slide-grid > .product-card:nth-child(2) .content {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }

  .productList .slide-grid > .product-card:nth-child(1) .content > *,
  .productList .slide-grid > .product-card:nth-child(2) .content > * {
    flex: 1;
    min-width: 0;
  }
  .productList .slide-grid > .product-card:nth-child(1) .image-container,
  .productList .slide-grid > .product-card:nth-child(2) .image-container {
    margin-top: 0px;
  }
  .productList .slider-products-home .sliders-button .prev-btn {
    left: -100px;
  }
  .productList .slider-products-home .sliders-button .next-btn {
    right: 57px;
  }
  .section-digital-offering .row-2 .row-bg .bg svg {
    height: 650px;
  }
  .do-stage {
    grid-template-columns: 1fr 480px 1fr;
    max-width: 1400px;
  }
}
@media screen and (min-width: 1920px) {
  .section-hero .svg-background svg {
    width: 100%;
    height: 100%;
  }

  .section-hero .row-1 .col-b .image-container {
    max-height: 590px;
    min-height: 590px;
  }
}
