body {
  background: url(../img/bg-double-circle.svg) no-repeat right -15% top 30vh,
    url(../img/bg-single-circle.svg) no-repeat left -20% top 100%;
  background-size: 30% 30%;
}

#aboutus {
  padding: 100px 0;
}

#aboutus .cta-sm {
  position: absolute;
  display: flex;
}

#gcc {
  padding: 100px 0;
  width: 100%;
  min-height: 800px;
  background-image: url(../img/aboutus/map/about-map.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#rheem-family {
  padding: 100px 0;
}

#rheem-family .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 50px;
  justify-content: center;
  align-items: center;
  width: calc(100% - 50px);
  min-width: 0;
}

#rheem-family .logos img {
  max-width: 160px;
}

/* SLIDER CSS */
#product-sliders {
  position: relative;
  width: 100%;
  display: flex;
  padding: 100px 0 200px 0;
}

#products-v-slider {
  position: relative;
  height: 100% !important;
}

#products-circular {
  width: 650px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* background-image: url(../img/product-details/circular-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left -50px center;
  overflow: hidden; */
}

#series-slider-wrapper {
  position: absolute;
  width: 40%;
  left: 50%;
  padding-left: 5%;
  overflow-x: hidden;
}

#series-slider-wrapper #series-slider {
}

#series-slider-wrapper #series-slider .count {
  font-family: "Rheem Sans Roman";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  color: #cd1222;
  margin-bottom: 20px;
}

#series-slider-wrapper #series-slider h4 {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #cd1222;
  margin-top: 50px;
}

#series-slider-wrapper #series-slider p {
  color: #4a4a4a;
}

.circular-bottom-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 300px;
}

/* Container for the circular slider */
.unique-circular-swiper-container {
  width: 100%; /* Adjust width for slider container */
  height: 100%;
  aspect-ratio: 1/1; /* Adjust height for vertical alignment */
  position: relative;
  margin: auto; /* Center the slider */
  border: 2px solid #cd1222; /* Circular border similar to provided image */
  border-radius: 50%;
}

.unique-circular-swiper-container * {
  transition: all 1000ms;
}

/* Swiper wrapper to make slides align vertically */
.unique-circular-swiper-container .swiper-wrapper {
  height: 100%;
  top: 0;
  margin-left: 30%;
  overflow: hidden;
}

/* Individual swiper slides */
.unique-circular-swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: auto; /* Divide equally for visible 3 slides */
}

.unique-circular-swiper-container .swiper-slide-active {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 22%;
}

.unique-circular-swiper-container .swiper-slide-active .simg-wrap {
  width: 300px !important;
  height: 300px !important;
  background: #fcfcfc;
  border: 20px solid #cd1222 !important;
  border-radius: 200px !important;
  padding: 60px !important;
}

.unique-circular-swiper-container .swiper-slide .slide-image {
  object-fit: contain;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}

.unique-circular-swiper-container .swiper-slide .simg-wrap {
  width: 100px;
  height: 100px;
  background: #fcfcfc;
  border: 2px solid #cd1222;
  border-radius: 100px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#product-sliders {
  z-index: 2;
}

#product-sliders .circular-nav {
  position: absolute;
  width: 215px !important;
  left: 35%;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  padding-left: 5%;
  gap: 10px;
  overflow-x: hidden;
  z-index: 9;
}

#product-sliders #series-slider {
  overflow-x: hidden;
}

#product-sliders .circular-nav-mobile {
  display: none !important;
  position: absolute;
  width: 96% !important;
  left: 2%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 100%;
  gap: 10px;
  overflow-x: hidden;
  z-index: 9;
}

#products-circular {
  display: flex;
  justify-content: center;
  align-items: center;
}

#products-circular .container {
  position: relative;
  max-width: 100%;
  margin: auto;
  left: -50%;
}

#products-circular .wrapper {
  position: relative;
}

#products-circular .item {
  position: relative;
  width: 100px;
  height: 100px;
  color: white;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  border-radius: 100%;
  z-index: 1;
}

#product-sliders #products-circular .item:before {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  left: -20px;
  top: -20px;
  background: #fcfcfc;
  border: 2px solid #cd1222;
  padding: 60px;
  z-index: -1;
  border-radius: 100px;
}
#product-sliders #products-circular .item.active:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  left: -50px;
  top: -100px;
  background: #fcfcfc;
  border: 18px solid #cd1222;
  padding: 60px;
  z-index: -1;
  border-radius: 300px;
  transition: all 300ms;
}

#products-circular .item.active {
}

#products-circular .item img {
  transition: all 300ms;
}

#products-circular .item.active img {
  height: 200px !important;
  width: 200px !important;
  margin-top: -50px;
}

#products-circular svg {
  height: 300px;
  overflow: visible;
  width: 300px;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#products-circular .st0 {
  fill: none;
  stroke: #cd1222;
  stroke-width: 2;
  stroke-miterlimit: 1;
}

#products-circular .start {
  position: absolute;
  top: 50%;
  right: -30px;
}

/* product sliders circular */
#product-sliders .unique-slider-wrapper {
  position: absolute;
  width: 700px;
  height: 700px;
  display: flex !important;
  align-items: center;
  left: 0;
  top: 260px;
  transform: translateY(-50%);
  margin-left: -300px;
}

#product-sliders .unique-slider-wrapper svg#unique-slider-svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

#product-sliders .unique-slider-wrapper .slider-path-circle {
  stroke: #cd1222;
}

#product-sliders .unique-slider-wrapper .slider-image-slide {
  width: 80px;
  height: 80px;
  border: 3px solid #cd1222;
  border-radius: 50%;
  background-color: #fcfcfc;
  position: absolute;
  object-fit: contain;

  padding: 10px;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  transition: border-width 0.3s, width 0.3s, height 0.3s;
  display: none;
}

#product-sliders .unique-slider-wrapper .slider-image-slide.active-slide {
  border-width: 20px !important;
  z-index: 10;
  width: 300px;
  height: 300px;

  padding: 30px;
}

#product-sliders .unique-slider-wrapper .slider-control-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 15px;
  font-size: 18px;
  z-index: 10;
  background: white;
  border: none;
  cursor: pointer;
}

#product-sliders .unique-slider-wrapper #prev-button-id {
  left: 620px;
}

#product-sliders .unique-slider-wrapper #next-button-id {
  left: 680px;
}

/* MAP LOCATIONS */
#map-locations {
  position: relative;
  height: 100vh;
}

#map-locations > svg {
  margin-top: -20%;
  width: 100%;
}

.svg-tooltip-container {
  position: relative;
}

#map-locations path {
  transition: transform 300ms, fill 300ms;
  transform-box: fill-box;
  transform-origin: center;
  cursor: pointer;
}

#map-locations .location-mark:hover {
  fill: #63666a;
  transform: scale(1.2);
}

.svg-tooltip-box {
  position: absolute;
  background: #fff;
  color: #000;
  border-radius: 24px;
  padding: 16px;
  width: 420px;
  display: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
  z-index: 10000;
}

.svg-tooltip-box img.svg-tooltip-img {
  width: 90px;
  height: 90px;
  border-radius: 12px;
  object-fit: cover;
  float: left;
  margin-right: 16px;
}

.svg-tooltip-box h4.svg-tooltip-title {
  color: #cd1222;
  font-size: 16px;
  margin: 0 0 4px;
}

.svg-tooltip-box .svg-tooltip-text {
  height: 100% !important;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}

.svg-tooltip-box p.svg-tooltip-company,
.svg-tooltip-box p.svg-tooltip-address {
  margin: 0;
  color: #444;
  font-size: 14px;
}
/* MAP LOCATIONS */

@media only screen and (max-width: 991px) {
  #product-sliders .circular-nav-mobile {
    display: flex !important;
  }

  #series-slider-wrapper #series-slider h4 {
    font-size: 16px;
    line-height: 22px;
  }

  #series-slider-wrapper #series-slider p {
    font-size: 12px;
    line-height: 20px;
  }

  #product-sliders {
    height: auto;
  }

  #products-circular {
    width: 100%;
    height: auto;
    position: static;
    left: 0;
    top: 0;
  }

  #products-circular .container {
    position: relative;
    max-width: 500px;
    margin: auto;
    left: 50%;
    margin-left: -250px;
    bottom: -250px;
    z-index: -1;
  }

  #products-circular .wrapper {
    transform: rotate(-90deg);
  }

  #series-slider-wrapper {
    position: static;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding-left: 0;
    padding: 40px 60px;
    height: auto;
    overflow-x: hidden;
  }

  #series-slider-wrapper #series-slider {
    margin-top: 0;
  }

  #series-slider-wrapper #series-slider .swiper-slide {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  #product-sliders .circular-nav {
    position: static;
    width: 215px !important;
    left: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    padding-left: 5%;
    height: auto;
    gap: 10px;
    overflow-x: hidden;
    z-index: 9;
    display: none;
  }

  /* product sliders circular */

  /* .unique-circular-swiper-container {
    padding-bottom: 200px !important;
  }

  .unique-circular-swiper-container .swiper-slide.swiper-slide-active {
    margin-left: 0;
  }

  #product-sliders #products-circular .unique-circular-swiper-container img {
    width: 60px;
    height: 60px;
  }

  .unique-circular-swiper-container .swiper-slide.swiper-slide-active img {
    width: 160px !important;
    height: 160px !important;
  }

  #product-sliders
    #products-circular
    .unique-circular-swiper-container
    .swiper-slide-active
    .img-circle-wrap {
    border: 8px solid #cd1222;
  }

  .unique-circular-swiper-container
    .swiper-slide.swiper-slide:not(.swiper-slide-active) {
    margin-top: 250px;
  }

  svg.circular-bottom-bg {
    display: none;
  } */
}
