.banner_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 288px;
  background: url(../images/shadow.png) no-repeat center center;
  background-size: cover;
  z-index: 2;
}
.footer_holder {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 40px;
}
.footer_top {
  background: url(../images/footer_bg.jpg) no-repeat center center;
  background-size: cover;
}
.footer_logo {
  margin-top: -50px;
}
.footer_image img {
  max-width: 1000px;
}
.social_bx ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: center; */
  gap: 10px;
}
.social_bx ul li a {
  width: 40px;
  display: inline-flex;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border_clr_01);
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
}
.social_bx ul li a:hover {
  background: var(--bg_secondary);
  color: var(--text_clr_white);
}
.footer_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer_box ul li a:hover {
  color: var(--clr_primary_02);
}
.social_bx ul li a:hover {
  background: var(--clr_primary_02);
  color: var(--text_clr_white);
}
.footer_box .contact_info .foot_link,
.footer_box .contact_info li {
  display: flex;
  gap: 20px;
  align-items: start;
}
.footer_box ul li {
  padding-block: 6px;
}
.footer_box .footer_info ul {
  column-count: 2;
}
.banner_section {
  position: relative;
}
.banner_slider .banner_content {
  position: relative;
  z-index: 2;
}
.banner_image::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_shadow.png) no-repeat center;
  background-size: cover;
  z-index: 1;
}

.banner_image::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0px;
  width: 500px;
  height: 500px;
  background: url(../images/banner_bg_prple.png) no-repeat center;
  background-size: cover;
  z-index: 1;
}

.banner_slider .banner_content h1 .bg_green{
  display: inline-flex;
    border-radius: 50px;
}
.banner_slider .swiper-pagination {
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: inherit;
    left: 50%;
    max-width: 1366px;
    right: inherit;
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 30px;
    width: 100%;
}
.banner_slider .swiper-pagination-bullet {
  background: var(--bg_light);
  opacity: 1;
}
.banner_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--clr_primary_01);
}
.banner_slider .banner_content .heading1 {
  text-transform: uppercase;
}
.banner_slider .banner_content h1 .purple,.banner_content h1 .bg_purple {
  background: var(--clr_primary_02);
  display: inline-flex;
  border-radius: 50px;
}
.banner_content h1 .purple{
  margin-block: 5px;
}
.banner_content p{
  line-height: 1.8;
}
.banner_image::after{
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 78%);
  top: 0;
  left: 0;
}
.banner_image img{
  min-height: 950px;
  object-fit: cover;
}
.banner_right {
  /* position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 0;
  z-index: 1; */
}
.outdoor_design_section::before {
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  top: -30%;
  width: 1000px;
  height: 500px;
  background: url(../images/banner_bg_prple.png) no-repeat center;
  background-size: cover;
  z-index: 0;
}
.outdoor_image {
  height: 500px;
}
.outdoor_image img {
  height: 100%;
  object-fit: cover;
  border-radius: 200px;
}
.outdoor_image.image2 {
  height: 350px;
}
.read_more {
  height: 110px;
  width: 110px;
  background: var(--bg_secondary);
  border-radius: 100px;
  display: flex;
  color: var(--text_clr_white);
  padding-inline-start: 12px;
  padding-top: 25px;
  font-weight: 500;
  gap: 5px;
  flex-direction: column;
  position: relative;
  transition: 0.5s;
}
.read_more::after {
  width: 100%;
  height: 100%;
}
.read_more.arrow img {
  align-self: center;
  transition: 0.5s;
}
.read_more.arrow::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--border_clr_02);
  border-radius: 100%;
  transform: translate(-20px, -20px);
  transition: 0.5s;
}
.read_more:hover {
  background: var(--bg_primary_01);
}
.read_more:hover::after {
  transform: translate(-10px, -10px);
  z-index: -1;
}
.read_more.arrow:hover img {
  margin-left: 10px;
}
.section_hd {
  position: relative;
  z-index: 2;
}
.overlay_part::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 30px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: var(--bg_primary_01);
  z-index: -1;
}
.heading1.text-right .overlay_part::after,
.heading1.text-center .overlay_part::after {
  left: -6px;
  bottom: 20px;
}
.section_hd h2 {
  text-transform: uppercase;
  margin-left: -100px;
  /* color: var(--text_clr_secondary); */
}


.counter_bx,
.counter_bx p {
  transition: 0.4s ease-in-out;
  color: var(--text_clr_white);
}

.counter_bx::after,
.counter_bx::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_02);
  opacity: 0.3;
  transition: 0.5s ease-in-out;
}
.counter_bx::before {
  border-inline: 0;
  height: 100%;
}
.counter_bx::after {
  border-block: 0;
  width: 100%;
}
.counter_bx:hover {
  background: var(--bg_clr_white);
}
.counter_bx:hover p,
.counter_bx:hover {
  color: var(--text_clr_black) !important;
}
/* .counter_bx:hover img {
  filter: invert(1);
} */
.key_box p,
.key_box h3 {
  padding-inline: 10px;
}
.key_box {
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.05);
  transition: 0.4s ease-in-out;
}
.key_box:first-child {
  transform: translateX(10px) rotate(-3deg);
}
.key_box:last-child {
  transform: translateX(-10px) rotate(3deg);
}
.key_box:hover:first-child {
  transform: translateX(0) rotate(0);
}
.key_box:hover:last-child {
  transform: translateX(0) rotate(0);
}
.key_image img {
  height: 255px;
  object-fit: cover;
}
.key_box:hover {
  background: var(--bg_grad_01);
}
.offer_box .description {
  border: 1px solid var(--border_clr_04);
  background: var(--bg_secondary_02);
  transition: 0.4s ease-in-out;
}
.offer_image,
.offer_image_overlay {
  transition: 0.5s ease-in-out;
}
.offer_image img {
  height: 230px;
}
.offer_image_overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg_grad_02);
}
.offer_box:hover .offer_image_overlay {
  opacity: 1;
}

.offer_box:hover .description {
  background: transparent;
  border-color: transparent;
}

.touch_image.big,
.touch_image.small {
  width: 452px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  height: 452px;
  overflow: hidden;
}
.touch_image.small {
  border: 8px solid var(--border_clr_05);
  height: 250px;
  width: 250px;
}

.touch_image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.landscaping_image_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logo_slider .client_logo img {
  width: 150px;
  height: 112px;
  object-fit: contain;
}
.logo_slider .client_logo {
  position: relative;
  display: flex;
  justify-content: center;
  margin-block: 20px;
  /* box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.06); */
}
/* .logo_slider .client_logo::after,
.logo_slider .client_logo::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_02);
  transition: 0.5s ease-in-out;
}
.logo_slider .client_logo::before {
  border-inline: 0;
  height: 100%;
}
.logo_slider .client_logo::after {
  border-block: 0;
  width: 100%;
} */
.active-tab {
  color: var(--text_clr_white);
  background: var(--bg_secondary);
}
.arrow_icon {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  border: 1px solid var(--text_clr_white);
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow_icon img {
  max-width: 30px;
}
.arrow_icon:hover {
  background: var(--bg_clr_white);
}
.arrow_icon:hover img {
  filter: invert(1);
}
.tab_image img {
  min-height: 670px;
  object-fit: cover;
}
.tab_content p {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.tab_image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--bg_grad_02);
  opacity: 0.5;
  top: 0;
  left: 0;
}

.outborderbx {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.06);
}
.outborderbx::after,
.outborderbx::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_02);
  transition: 0.5s ease-in-out;
  z-index: 1;
}
.outborderbx::before {
  border-inline: 0;
  height: 100%;
}
.outborderbx::after {
  border-block: 0;
  width: 100%;
}
.review_list ul {
  display: flex;
  gap: 10px;
}
.user_img {
  width: 55px;
  height: 55px;
}
.user_img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.testimonial_box:hover {
  background: var(--bg_secondary);
  color: var(--text_clr_white);
}
.testimonial_box:hover p {
  color: var(--text_clr_white);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--bg_secondary);
}
/* faq_sec */
.faq_sec {
  width: 100%;
  padding-block: clamp(50px, 10vw, 100px) clamp(80px, 10vw, 120px);
  background: #f9f4ffb4;
  backdrop-filter: blur(3px);
}
.contact_form_card {
  box-shadow: 0px 4px 100px 0px #0000000f;
  border: 1px solid #e4e4e4;
  width: min(100%, 485px) !important;
  flex: none;
  position: relative;
}

.contact_form_card::after {
  content: "";
  width: 100%;
  height: 80%;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #e3cdff;
  filter: blur(100px);
}

.faq_sec .title {
  color: #121421;
  font-size: clamp(20px, 8vw, 36px);
  margin-block-end: 36px;
}

.faq_sec .title span {
  font-weight: 400;
}

.circle_btn {
  width: 92px;
  height: 92px;
  background: #894bd5;
  border-radius: 50%;
  border: 8px solid #f3eef9;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.circle_btn:hover {
  background: var(--bg_primary_01);
}
.space-y-4 br {
  display: none;
}
.submit_holder {
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  bottom: -40px;
  background: url(../../../../uploads/2025/06/arrow-1.svg) no-repeat center;
  background-size: 20px;
  overflow: hidden;
}
.submit_holder input.circle_btn {
  text-indent: -999px;
  background: #894bd5 url(../../../../uploads/2025/06/arrow-1.svg) no-repeat
    center;
  background-size: 20px;
}
.submit_holder .wpcf7-spinner {
  position: absolute;
  margin: 0;
}
.space-y-4 .wpcf7-form-control-wrap {
  margin-bottom: 15px;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
.space-y-4 .wpcf7-not-valid-tip {
  /* position: absolute; */
  /* bottom: 0; */
  font-size: 12px;
}
.ri-subtract-line {
  display: none;
}
details[open] .ri-add-line {
  display: none;
}
details[open] .ri-subtract-line {
  display: flex;
}
/* faq_sec */
/* Logo Slider Changes */
.logo_slider {
  box-shadow: 6px 35px 30px 0px #0000000a;
  background: #fff;
  border: 1px solid var(--border_clr_06);
  
}
.logo_button_arrow {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid var(--border_clr_06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 55%;
  background: var(--bg_clr_white);
  transform: translate(0, -50%);
}
.logo_button_arrow i {
  font-size: 26px;
  color: var(--text_clr_primary);
}
.logo_button_arrow:hover i {
  color: var(--text_clr_white);
}
.logo_button_arrow:hover {
  background: var(--bg_secondary_04);
  border-color: var(--bg_secondary_04);
}
.logo_button_arrow.prev {
  left: -30px;
}
.logo_button_arrow.next {
  right: -30px;
}
.logo_button_arrow::after {
  display: none;
}
/* section contact information */

.contact_box .icon {
  width: 114px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogswiper .swiper-button-next::after,
.blogswiper .swiper-button-prev::after {
  display: none;
}
.blogswiper .swiper-button-next,
.blogswiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid var(--border_clr_01);
  background: var(--bg_clr_white);
  border-radius: 100%;
  transition: 0.3s ease-in-out;
}
.blogswiper .swiper-button-next svg,
.blogswiper .swiper-button-prev svg {
  width: 20px;
  height: 20px;
  color: var(--bg_clr_black);
  transition: 0.3s ease-in-out;
}
.blogswiper .swiper-button-next:hover,
.blogswiper .swiper-button-prev:hover{
  background: var(--bg_primary_01);
}
.blogswiper .swiper-button-next:hover svg,
.blogswiper .swiper-button-prev:hover svg{
  color: var(--bg_clr_white);
}
.blogswiper .swiper-button-next {
  right: 0;
}
.blogswiper .swiper-button-prev {
  left: 0;
}

.blogswiper .swiper-wrapper .swiper-slide {
  padding-inline: 15px;
}