#home_banner-{{ section.id }} {
  background-color: {{ section.settings.bg_color }};
  padding-top: {{ section.settings.desktop_padding_top }}px;
  padding-bottom: {{ section.settings.desktop_padding_bottom }}px;
  margin-top: {{ section.settings.desktop_margin_top }}px;
  margin-bottom: {{ section.settings.desktop_margin_bottom }}px;
}

#home_banner-{{ section.id }} h2,
#home_banner-{{ section.id }} h3 {
  color: {{ section.settings.text_color }};
}

@media screen and (max-width: 991px) {
  #home_banner-{{ section.id }} {
    padding-top: {{ section.settings.mbl_padding_top }}px;
    padding-bottom: {{ section.settings.mbl_padding_bottom }}px;
    margin-top: {{ section.settings.mbl_margin_top }}px;
    margin-bottom: {{ section.settings.mbl_margin_bottom }}px;
  }
}

.home_banner {
  position: relative;
  width: calc(100% + 2rem);
  height: auto;
  margin-left: -1rem;
}
.home_banner .page-width {
  padding: 0 !important;
}
.home_banner .banner_inner {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 8px
}
.home_banner .swiper {
  width: 50%;
  height:auto;
}

.home_banner .swiper-slide {
  width: 100% !important;
  height: auto;
}

.home_banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.home_banner .swiper-button-next,
.home_banner .swiper-button-prev {
  color: #fff !important;
  width: 20px !important;
  height: 32px !important;
  font-size: 28px !important;
  top: 53% !important;
}

.home_banner .swiper-button-next {
  right: 23px !important;
}

.home_banner .swiper-button-prev {
  left: 23px !important;
}

.home_banner .swiper-button-next::after,
.home_banner .swiper-button-prev::after {
  font-size: 30px !important;
  font-weight: bold;
}

.home_banner .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background: #000000 !important;
  margin: 0 5px !important;
}

.home_banner .swiper-pagination-bullet-active {
  background: #6b8f47 !important;
  opacity: 0.5;
}

.home_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_banner .single_image_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_banner .single_image_inner .single_image {
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 15px;
}
.home_banner .single_image_inner img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.home_banner .icon_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.home_banner .icon_image {
  width: fit-content;
  height: 60px;
}
.home_banner .icon_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_banner .three_blocks_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 8px;
  width: 50%;
}
.home_banner .icon_image a {
  width: 100%;
  height: auto;
}
.card_image:first-child {
  grid-row: 1 / 3;
  height: 100% !important;
}
.home_banner .card_image {
  display: flex;
  width: 100%;
}
.home_banner .left_menu li a {
  color: #fff;
}
@media screen and (max-width: 991px) {

  .home_banner .three_blocks_inner {
     flex-direction: column; 
  }
  .home_banner .card_image,
  .home_banner .card_image a {
    width: 100%;
    height: auto;
  }
  .home_banner .icon_scroll_wrapper {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    scrollbar-width: thin; 
    -ms-overflow-style: auto; 
  }
  .home_banner .icon_inner {
    display: inline-flex;
    gap: 10px;
    overflow: scroll;
    gap: 50px;
  }
  .home_banner .icon_inner::-webkit-scrollbar {
    display: none;
  }
  .home_banner .icon_image {
    flex: 0 0 auto;
    width: auto; 
  }
  .home_banner .swiper-button-next, 
  .home_banner .swiper-button-prev {
    display: none;
  }
  .home_banner .banner_inner {
    flex-direction: column;
  }
  .home_banner .three_blocks_inner,
  .home_banner .swiper {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  /* .page-width:has(.home_banner){
    padding: unset;
  } */
  .home_banner {
  width: 100%;
  height: auto;
  margin-left: 0px;
  }
    .home_banner .swiper
  ::contentReference[oaicite:7]{index=7}
  }
}