/* count_box */
.counter_bx_white,
.counter_bx_white p {
  transition: 0.4s ease-in-out;
  color: var(--text_clr_primary);
}

.counter_bx_white::after,
.counter_bx_white::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  border: 1px solid var(--border_clr_06);
  opacity: 0.8;
  transition: 0.5s ease-in-out;
}
.counter_bx_white::before {
  border-inline: 0;
  height: 100%;
}
.counter_bx_white::after {
  border-block: 0;
  width: 100%;
}
.counter_bx_white:hover {
  background: var(--bg_secondary_03);
}
.counter_bx_white:hover p,
.counter_bx_white:hover {
  color: var(--text_clr_white) !important;
}
.counter_bx_white:hover img {
  filter: invert(1);
}
/*  */
.our_services_sec {
  width: 100%;
}
.inner_banner_slider .banner_content {
  position: relative;
  z-index: 2;
}
.swiper-slide {
  height: auto;
}
.our_services_slider_box {
  height: 100%;
}
.our_services_holder .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #12482f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: inherit;
  bottom: 0px;
  color: #fff;
  left: calc(50% - 60px);
}

.our_services_holder .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #12482f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: inherit;
  bottom: 0px;
  color: #fff;
  right: calc(50% - 60px);
}

.our_services_holder .swiper-button-next:hover,
.our_services_holder .swiper-button-prev:hover {
  background: var(--bg_primary);
}

.our_services_holder .swiper-wrapper {
  padding-bottom: 80px;
}

.our_services_holder .swiper-button-next::after,
.our_services_holder .swiper-button-prev::after {
  display: none;
}

/* popular trends */
.heading1.text-center .overlay_part_02::after {
  left: 40px;
  top: 45px;
}
.trends_sec .ml-0 {
  margin-inline-start: 0 !important;
}

.trends_sec .offer_box .offer_image_box {
  padding: 17px;
  background: var(--bg_clr_white);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
}
.trends_sec .offer_box .offer_image_box .description {
  padding-top: 10px;
}
.trends_sec .offer_box .description {
  border: none;
  transition: 0.3s ease-in-out;
  background: transparent;
}
.trends_sec .offer_box:hover .offer_image_box {
  background: var(--bg_secondary_02);
}
.trends_sec .offer_box:hover .description p,
.trends_sec .offer_box:hover .description h4 {
  color: var(--text_clr_white) !important;
}
.trends_sec .offer_box:hover .description {
  justify-content: center;
  height: 100%;
  /* position: absolute; */
}

/* .trends_sec .offer_image_overlay::after {
  background: rgba(0, 0, 0, 0.521);
}

.trends_sec .offer_box:hover,
.trends_sec .offer_box:hover .offer_image_box {
  height: 100%;
} */
.trends_sec .offer_box {
  height: 100%;
}
.trends_sec .offer_box:first-child:hover .description {
  height: 100%;
  position: relative;
}

/* our_design_ideas slides */
.our_design_ideas .our_services_slider_box .inner_slider_box {
  padding: 17px;
  background: var(--bg_clr_white);
  height: 100%;
}
.our_design_ideas .our_services_slider_box .m-auto {
  margin: auto !important;
}
.our_design_ideas .swiper {
  overflow-y: visible;
}
.our_design_ideas .lower_block {
  box-shadow: 0px 0px 60px 0px #0000000f;
}
.our_design_ideas .lower_block p {
  color: var(--text_clr_white) !important;
  line-height: 1.8;
  font-weight: 300 !important;
  max-width: 315px;
  margin: 0 auto;
}
.nav_slider .button_arrow {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid var(--border_light);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
  inset: 0;
}
.nav_slider .button_arrow::after,
.nav_slider .button_arrow::before {
  display: none;
}
.nav_slider .button_arrow i {
  font-size: 26px;
  color: #fff;
}
.nav_slider .button_arrow:hover {
  background: var(--bg_secondary_04);
  border-color: var(--bg_secondary_04);
}

/* our process */
.process_box {
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.process_box:hover .icon_circle {
  background: var(--bg_secondary);
}
.process_box:hover .icon_circle img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2%)
    hue-rotate(31deg) brightness(106%) contrast(100%);
}
/* choose us */
.choose_us p {
  color: var(--clr_secondary_light_04) !important;
}
/* pools_sec */
.circle_img img {
  width: 100%;
  height: 100%;
}

/* custom pools */
.custom_Pool_sec p {
  color: var(--text_clr_secondary) !important;
}
.mid_content .over_content {
  box-shadow: 4px 4px 30px 0px #c4c4c440;
  background: var(--bg_clr_white);
  margin-block-start: -80px;
  transition: 0.4s ease-in-out;
}
.mid_content .over_content h4 {
  flex: 1;
}
.pool_img img {
  width: 100%;
  height: 100%;
}
.mid_content p {
  margin-block-start: 16px;
}
.custom_pool_box:hover .mid_content .over_content {
  background: var(--bg_secondary_04);
}
.custom_pool_box:hover .mid_content .over_content h4 {
  color: var(--text_clr_white);
}
.custom_pool_box:hover .mid_content .over_content .icon_img {
  background: var(--bg_clr_white);
}
.custom_pool_box:hover .mid_content .over_content .icon_img img {
  filter: brightness(0) saturate(100%);
}
/* challenges_sec */
.challenges_sec p {
  color: var(--text_clr_white) !important;
}
.challenges_tab .tab-btnTwo {
  max-width: 344px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  height: 100%;
  min-height: 90px;
}
.challenges_tab .tab-btnTwo.active-tab2 {
  color: var(--text_clr_black);
  background: var(--bg_clr_white);
}
.challenges_tab .tab-btnTwo.active-tab2 span:last-child {
  color: var(--clr_primary_04);
}
.challenges_tab .tab-btnTwo span:first-child {
  max-width: 224px;
  text-align: left;
}
.challenges_tab .tab-btnTwo span:last-child {
  position: absolute;
  bottom: -18px;
  right: 20px;
}
.content_box p {
  color: var(--text_clr_white) !important;
  margin-block-start: 20px !important;
}
.inner_banner_slider .banner_image img {
  min-height: 650px;
  height: 650px;
}
