/*
Theme Name: Commercial Automation Services Pro 
Theme URI:
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description:
Version: 0.0.2
Requires at least: 5.8.0
Tested up to: 6.0.3
Requires PHP: 7.2
License: GNU General Public License
License URI:license.txt
Text Domain:commercial-automation-services-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Commercial Automation Services Pro  WordPress Theme has been created by VW Themes(vwthemes.com), 2023.
Commercial Automation Services Pro  WordPress Theme is released under the terms of GNU GPL
*/


@import url('https://fonts.googleapis.com/css2?family=Protest+Riot&family=Mukta:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --blue: #0C87E4;
  --yellow: #FCB900;
  --black: #000000;
  --white: #ffffff22;
}

/* Basic Style */

@keyframes bounceLeft {
  0% {
      opacity: 0;
      transform: translate3d(3000px, 0, 0);
  }
  60% {
      opacity: 1;
      transform: translate3d(-25px, 0, 0);
  }
  75% {
      transform: translate3d(10px, 0, 0);
  }
  90% {
      transform: translate3d(-5px, 0, 0);
  }
  100% {
      transform: none;
  }
}

.element {
  animation: myAnimation 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

html body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: #000;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-family: "Mukta", sans-serif;
}

/* html body::before {
  content: "";
  top: 40%;
  left: 9%;
  right: 0;
  width: 602px;
  height: 420px;
  background: radial-gradient(closest-side, rgba(12, 125, 228, 0.5), #0000);
  z-index: -99;
  position: fixed;
  background: rgba(12, 135, 228, 1);
  width: 650px;
  height: 507px;
  margin: auto;
} */

label {
  margin-bottom: 0 !important;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto;
  width: auto;
}

section img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  /* line-height: 1.4; */
  color: #000;
  font-family: "Mukta", sans-serif;
  font-weight: bold;
}

p {
  margin: 0 0 15px;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}

p,
ul li a {
  letter-spacing: 0px;
  font-family: "Mukta", sans-serif;
}

body a {
  text-decoration: none;
  color: #277BF8;
}

a:hover {
  text-decoration: none;
  color: var(--black1);
}

a:focus,
a:hover {
  text-decoration: none !important;
}

ul,
ol {
  margin: 0 0 0 0;
  padding: 0;
}

@media(min-width:1400px) {
  .container {
    max-width: 1360px !important;
    margin: 0px auto;
  }

}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phno"],
input[type="password"],
textarea,
.form-group input,
.form-group select {
  border: 1px solid #bdbdbd;
  font-size: 14px;
  padding: 10px 10px;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background: #0000;
  border-radius: 5px;
  color: #fff !important;
}

em.woocommerce-review__awaiting-approval {
  color: #fff;
}

section {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 60px 0;
  background-attachment: scroll;
}

a.theme-btn {
  background: var(--blue);
  font: 18px / 21px Mukta;
  font-size: clamp(14px, 1.50vw, 18px);
  color: #fff;
  padding: 12px 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  gap: 10px;
  transition: 0.2s ease-in-out;
  border-radius: 6px;
}

a.theme-btn i {
  transition: 0.2s ease-in-out;
}

span.button-text {
  transition: 0.2s ease-in-out;
}

a.theme-btn:hover span.button-text {
  transition: 0.2s ease-in-out;
  transform: translate(13px, 0px);
}

a.theme-btn:hover i {
  transform: translate(60px, 0px);
  color: #000;
  opacity: 0;
}

.theme-btn-yellow {
  background: var(--yellow);
  color: #000;
}

.theme-btn:hover {
  color: var(--black);
  background: #fff;
}

.theme-para {
  font: 300 18px / 28px Mukta;
  letter-spacing: 0px;
  color: #fff;
}

.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em;
}


/*------------------------- Headings --------------------------*/
section h2 {
  font: normal normal bold 36px/48px Mukta;
  font-size: clamp(20px, 4.00vw, 36px);
  letter-spacing: 0px;
  color: #FFFFFF;
}

section h3 {
  font-weight: 500;
  color: #000;
  font-size: 26px;
}

section h5 {
  color: #000;
  font-weight: bold;
  padding: 0;
}

/*----------------- Section Title--------------*/

/* ----------- Post Content ---------------*/

.vw-fixed {
  background-attachment: fixed !important;
  background-size: cover;
  background-repeat: no-repeat;

}

.vw-scroll {
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-bg-image.vw-fixed {
  position: fixed !important;
}

/* ---------- Return to Top ------------ */
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: var(--green);
  width: 65px;
  height: 65px;
  line-height: 55px;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  border: 10px solid rgb(243 243 243 / 69%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}

#return-to-top i {
  position: relative;
  font-size: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff !important;
  font-weight: 800;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}


.sticky.stickynavbar {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #000;

}

.logged-in.admin-bar .sticky.stickynavbar {
  top: 30px !important;
}

.sticky.stickynavbar {
  top: 0px !important;
}

.site-top.topbar-sticky {
  position: unset !important;
}

.topbar-cart-content>div i {
  color: #fff;
}

.sticky.stickynavbar .header-inner {
  background: unset;
  box-shadow: unset;
}

/* ----------- Spinner ------------- */
.eco-box {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 99999999;
  background-color: var(--blue);
  width: 100%;
}

.loader-main {
  display: flex;
  justify-content: center;
  width: max-content;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: max-content;
}

.loader {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  color: #FFF;
  left: -100px;
  -webkit-animation: shadowRolling 2s linear infinite;
  animation: shadowRolling 2s linear infinite;
}

@keyframes shadowRolling {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  12% {
    box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  25% {
    box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  36% {
    box-shadow: 120px 0 white, 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0);
  }

  50% {
    box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white;
  }

  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white, 110px 0 white;
  }

  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white;
  }

  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white;
  }

  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}

.woocommerce div.product form.cart .variations tr {
  display: block !important;
}

.woocommerce div.product form.cart table td {
  padding-left: 18px !important;
}

.star-rating span {
  position: relative;
  visibility: hidden;
}

.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  font-family: "star";
  visibility: visible;
}

.sider-right-inn {
  position: relative;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 15px;
  overflow: hidden;
  /* padding-left: 10px; */
}

.logged-in.admin-bar .slider-right-mask-img {
  top: 26px;
}

.slider-right-mask-img {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 999;
  max-height: 670px;
  height: 100%;
}

/* img.img-man{
  -webkit-mask-image: url(assets/images/slider/Slider-Image-MASK.png);
  mask-image: url(assets/images/slider/Slider-Image-MASK.png);
} */
.sider-right-inn img {
  -webkit-mask-image: url(assets/images/slider/Slider-Image-MASK.png);
  mask-image: url(assets/images/slider/Slider-Image-MASK.png);
  mask-size: 100% 100% !important;
}

/* .sider-right-inn::after {
  content: '';
  position: absolute;
  -webkit-mask-image: url(assets/images/slider/opposit.png);
  mask-image: url(assets/images/slider/opposit.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #000;
  top: unset;
  left: 0px;
  right: 0px;
  bottom: -2px;
  z-index: 1;
  width: 200px;
  height: 200px;
  mask-size: 216px;
} */
.product-category {
  position: relative;
}

.product-category::after {
  content: '';
  position: absolute;
  -webkit-mask-image: url(assets/images/slider/cat-mask.png);
  mask-image: url(assets/images/slider/cat-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #000;
  top: unset;
  right: 0px;
  bottom: 0;
  top: 0px;
  z-index: 1;
  width: 34px;
  height: 34px;
}




.offer-img-main {
  background: var(--blue);
  border-radius: 15px;
  padding: 60px 40px 20px 40px;
}

section#counter-offer span.heading-tag {
  font: 16px / 27px Mukta;
  font-weight: 400;
}

section#counter-offer h2.main-head {
  font: normal normal bold 29px / 32px Mukta;
}

section#counter-offer p.theme-para {
  font: normal normal normal 16px / 22px Mukta;
}

.counter-offer-inner {
  padding: 60px 40px 40px 40px;
  background: #ffffff33;
}

section#counter-offer .col-lg-7 {
  border-radius: 15px;
}

.shop ins .woocommerce-Price-amount bdi {
  text-decoration: none;
}

#timer .numbers .nofont {
  font: 20px / 22px Mukta;
  font-weight: 500;
}

/* blog css */
.blog-detail-inner h3 a {
  font: normal normal 600 24px / 30px Mukta;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.column-border {
  border-bottom: 1px solid #fff;
}

.blog-content {
  font: normal normal normal 16px / 24px Mukta;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 0.7;
  max-height: 4.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* -----------about us--------------- */
#about-us h6 {
  font: 700 16px / 25px Mukta;
  letter-spacing: 0px;
  color: #ffffff;
}

#about-us .abt-iner-img {
  height: 100%;
  width: 100%;
  max-width: 40px;
}

p.inner-para {
  font: normal normal normal 14px / 20px Mukta;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.post-meta div,
.post-meta div p {
  font: 16px / 24px Mukta;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.single .post-meta div,
.single .post-meta div p {
  color: #ffffff;
}

.meta-heading:hover .social-share-icon-main {
  display: flex;
}

.meta-heading {
  font: 500 18px / 26px Mukta;
  letter-spacing: 0px;
  color: #ffffff;
}

button.slick-prev.slick-arrow i::before {
  color: #000;
}

#single-post .comment-respond {
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  /* max-width: 40%; */
  height: 100%;
  order: 1;
  border-radius: 20px;
  opacity: 1;
  background: #ffffff33;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.share_icon:hover .social-share-icon-main {
  display: flex;
  opacity: 0;
}

.blog-img-outer {
  max-width: calc(100% - 8%);
  max-height: 210px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-top: -91px;
}

.blog-detail-inner h3 a {
  font: normal normal 600 24px / 30px Mukta;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: capitalize;
  max-height: 2.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 28px;
}

.blog-title {
  min-height: 40px;
}

.blog-detail:hover .blog-detail-inner::after {
  background: var(--blue);
}

.blog-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.blog-detail-inner::after {
  content: '';
  position: absolute;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  top: unset;
  left: -1px;
  top: -2px;
  z-index: 1;
  width: 100%;
  height: 100%;
  z-index: 9;
  mask-size: 100%;
  z-index: -9;
  background: var(--white);
  backdrop-filter: blur(10px);
  overflow: hidden;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}

.blog-detail-inner {
  padding: 20px 20px 122px 27px;
  background: #0000;
  position: relative;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  z-index: 0;
}

.post-meta {
  min-height: 30px;
}

.navigation .nav-inner {
  padding: 5px;
  background: var(--white);
  width: max-content;
  margin: 20px auto 0px;
  border-radius: 6px;
}



.about-right-col {
  background: var(--white);
  padding: 38px;
  border-radius: 20px;
}



.about-year {
  background: var(--blue);
  text-align: center;
  max-width: 160px;
  padding: 10px;
  max-height: 130px;
  border-radius: 10px;
}

.about-two-wrap {
  border-radius: 30px;
  overflow: hidden;
  background: var(--white);
  padding: 80px 20px 20px 20px;
}

.abot-img-two {
  border-radius: 20px;
  overflow: hidden;
}

.about-row-top {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: -50px;
  /* margin-right: 30px; */
  z-index: 9;
  position: relative;
  justify-content: flex-start;
  margin-left: 41px;
}

.abot-img-three {
  border-radius: 20px;
  overflow: hidden;
}

.about-year p {
  font: normal normal normal 10px/13px Mukta;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.abot-img-one {
  position: relative;
  z-index: 0;
}

.abot-img-one img {
  border-radius: 20px;

}

/* .abot-img-one::after {
  content: "";
  background-color: #000;
  position: absolute;
  width: 45%;
  height: 150px;
  bottom: -10px;
  right: -10px;
  border-bottom-right-radius: 15px;
  z-index: -9;
} */

.about-row-bottom {
  display: flex;
  gap: 20px;
}

.about-img-wrapper {
  width: 32px;
  height: 32px;
  margin: 0px auto;
}

.about-year h4 {
  font: normal normal 600 16px / 27px Mukta;
  color: #fff;
}

.about-contact-main {
  position: absolute;
  left: 26%;
  bottom: 13px;
  background: #339D55;
  padding: 8px 19px;
  gap: 25px;
  border-radius: 6px;
}

.about-contact-main i {
  font-size: 30px;
  color: #fff;
}

.about-contact-main h5 {
  font: 400 16px / 20px Mukta;
  color: #fff;
  margin-bottom: 2px;
}

.about-contact-main a {
  font: 500 20px / 20px Mukta;
  color: #fff;
}

.custom-column {
  max-width: 774px;
  width: 100%;
}

#about-us .manager-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.about-right-col {
  background: rgba(255, 255, 255, 0.2);
  padding: 38px 30px;
  border-radius: 20px;
  margin-left: -90px;
  z-index: 99;
  position: relative;
  backdrop-filter: blur(10px);
  max-width: 680px;
  width: 100%;
}


/* ----------Gallery Section------------- */
#gallery .gallery-items.magnific-img {
  position: relative;
}

#gallery i.gallery-icon {
  opacity: 0;
  display: flex;
  justify-content: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FCB900;
  color: #000;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
}

#gallery .gallery-items.magnific-img:hover i.gallery-icon {
  opacity: 1;
}

#gallery .gallery-items.magnific-img:hover img.gallery-img {
  filter: brightness(0.5);
}

#gallery .mfp-close {
  cursor: pointer;
}

#gallery .gallery-main {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(5, 74px);
  grid-gap: 10px;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 15px;
}

#gallery img.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.grid-items.magnific-img {
  position: relative;
}

.gallery-main .gallery-items:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}

.gallery-main .gallery-items:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 7;
}

.gallery-main .gallery-items:nth-child(3) {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 4;
}

.gallery-main .gallery-items:nth-child(4) {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 4;
  grid-row-end: 7;
}

.gallery-main .gallery-items:nth-child(5) {
  grid-column-start: 7;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 7;
}

.gallery-main .gallery-items:nth-child(6) {
  grid-column-start: 10;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 3;
}

.gallery-main .gallery-items:nth-child(7) {
  grid-column-start: 10;
  grid-column-end: 13;
  grid-row-start: 3;
  grid-row-end: 7;
}


/* ----our Client section--- */
#our-client .slick-slider {
  overflow: unset;
}

#our-client .cleint-img img {
  max-width: 90%;
  margin: 0 auto;
  border-radius: 15px;
}

.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content: "\f177" !important;
  color: #fff;
  font-size: 20px;
}

.slider-wrap button.slick-next.slick-arrow {
  height: 31px;
  padding: 6px;
  width: 36px;
  background-color: #fff !important;
  border-radius: 6px;
  right: -48px;
  color: #000;
}

.slider-wrap button.slick-prev.slick-arrow {
  padding: 6px;
  background: #fff !important;
  border-radius: 6px;
  left: -50px;
  color: #000;
  opacity: 1;
  height: 31px;
  padding: 6px;
  width: 36px;
}

button.slick-prev.slick-arrow:focus,
.slider-wrap button.slick-next.slick-arrow:focus {
  background: #000 !important;
}

button.slick-prev.slick-arrow:focus i.fa-solid.fa-arrow-left-long::before,
.slider-wrap button.slick-next.slick-arrow:focus i.fa-solid.fa-arrow-right-long::before {
  color: #fff !important;
}

.home i.fa-solid.fa-arrow-left-long::before {
  color: #000;
}

.slider-wrap button.slick-next.slick-arrow {
  height: 31px;
  padding: 6px;
  width: 36px;
  background-color: #fff !important;
  border-radius: 6px;
  right: -48px;
  color: #000;
  opacity: 1;
}

.slick-next:before {
  display: none !important;
}

.slider-wrap {
  background: var(--blue);
  border-radius: 15px;
  margin-bottom: 10px;
}

.slick-arrow .fa-arrow-right-long:before,
.slick-arrow .fa-long-arrow-right:before {
  color: #000 !important;
}


i.fa-solid.fa-arrow-right-long {
  color: #fff;
  font-size: 20px;
}

.slick-prev:before {
  display: none !important;
}

#our-client .slick-dots {
  display: flex;
}

#our-client .slick-dots li button {
  background: #000000;
  border: none;
  height: 15px;
  width: 16px;
  border-radius: 2px;
  margin: 4px;
}

#our-client .slick-active button {
  background: #339D55 !important;
}

#our-client .slick-dots li button::before {
  content: unset;
}

#our-client .testi-title a {
  font: normal normal 600 22px/21px Mukta;
  color: #fff;
}

.testi-desi {
  font: normal normal normal 18px / 21px Mukta;
}

.testi-image {
  width: 103px;
  height: 91px;
  border-radius: 10px;
  overflow: hidden;
}

.testi-image {
  position: absolute;
  left: 30px;
  top: 5px;
  z-index: 99;
}

.slider-wrap {
  padding: 10px 60px;
}

/* .testi-image-box::after {
  content: '';
  position: absolute;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #000;
  top: unset;
  left: -1px;
  top: -2px;
  z-index: 1;
  width: 135px;
  height: 130px;
  z-index: 9;
  mask-size: 100% 95%;
} */

section#our-client .star-rating {
  color: #FFAA00;
  font-size: 14px;
}

.testi-image-box {
  background: var(--white);
  padding: 26px 22px;
  border-radius: 15px;
  mask-image: url(./assets/images/services/mask.png);
  mask-repeat: no-repeat;
  mask-size: 100%;
  mask-size: 100% 107%;
}

.client-info {
  padding-left: 144px;
}

.client-img-quote {
  text-align: center;
  position: absolute;
  border: 7px solid #FFFFFF;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #339D55;
  bottom: 25px;
  left: -7px;
}

.client-img-quote svg {
  height: 52px;
  width: 50px;
  margin-top: 6px;
}

.review-number-wrapper span {
  font: normal normal 800 50px / 26px Mukta;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.review-number-wrapper {
  font: normal normal 600 28px / 26px Mukta;
  text-transform: capitalize;
  background: var(--blue);
  padding: 35px 50px;
  border-radius: 15px;
}

.image-wrapper {
  border-radius: 15px;
  overflow: hidden;
}

/* ------------Pests Problem--------------- */
#pests-problem .pests-problem-inner-content,
#pests-library .pests-problem-inner-content {
  box-shadow: 0px 0px 8px #00000029;
  border-radius: 8px;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#pests-problem .pests-problem-img,
#pests-library .pests-problem-img {
  height: 100%;
  max-width: 80px;
  max-height: 80px;
  margin: 0 auto;
  background: #FEF4D8;
  padding: 13px;
  border-radius: 50%;
}

/* #pests-problem .pests-problem-img img,#pests-library .pests-problem-img img {
  filter: invert(1);
} */
#pests-problem .pests-problem-inner-content:hover .pests-problem-img,
#pests-library .pests-problem-inner-content:hover .pests-problem-img {
  background: #339D55;
}

#pests-problem .pests-problem-inner-content:hover .pests-problem-img img,
#pests-library .pests-problem-inner-content:hover .pests-problem-img img {
  filter: invert(1);
}

.pests-problem-inner-content:hover .pests-problem-title a {
  color: #339D55 !important;
}

#pests-problem .owl-stage-outer {
  padding-top: 2%;
}

#pests-problem .owl-dots,
#professional-services .owl-dots,
#professionals-team .owl-dots {
  text-align: center;
  margin-top: 20px;
}

#pests-problem .owl-dots button,
#professional-services .owl-dots button,
#professionals-team .owl-dots button {
  background: #000000;
  border: none;
  height: 15px;
  width: 16px;
  border-radius: 2px;
  margin: 4px;
}

#pests-problem button.owl-dot.active,
#professional-services .owl-dots button.active,
#professionals-team .owl-dots button.active {
  background: #339D55;
}

#pests-problem button.owl-dot:hover,
#professional-services button.owl-dots:hover,
#professionals-team button.owl-dots:hover {
  background: #339D55;
}

#pests-problem .pests-problem-title,
#pests-library .pests-problem-title {
  border-bottom: 2px solid #000;
}

#pests-problem .pests-problem-title a,
#pests-library .pests-problem-title a {
  font: normal normal 600 22px / 30px Mukta;
  color: #000000;
  margin-bottom: 6px;
  display: inline-block;
}

/* Faq section */
#faq-sec .accordion-button:hover {
  z-index: 1;
}

#faq-sec .accordion,
#faq-page .accordion {
  background: #0000;
  border-radius: 15px;
  padding: 23px 23px 15px 23px;
}

.accordion-item {
  background: #ffffff12;
  /* filter: blur(1px); */
  backdrop-filter: blur(51px);
}

#faq-sec .accordion-button:not(.collapsed),
#faq-page .accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: unset;
  color: #fff;
  background-color: var(--blue);

}

#faq-sec .accordion-button,
#faq-page .accordion-button {
  font: 500 18px / 25px Mukta;
  border-radius: 6px;
  padding: 10px 1.25rem;
  background-color: #ffffff12;
  color: #fff;
  /* backdrop-filter: blur(1px); */
}

.test-content {
  max-height: 7.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

#faq-sec .accordion-item,
#faq-page .accordion-item {
  margin-bottom: 12px;
  border-radius: 6px;
  border: unset;
}

#faq-sec .accordion-header {
  border-radius: 6px;
}

#faq-sec .accordion-button:not(.collapsed)::after,
#faq-page .accordion-button:not(.collapsed)::after {
  content: '\f068';
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 14px;
  background-image: unset !important;
  height: unset !important;
  width: unset !important;
  transition: unset;
  color: #fff;
}

#faq-page .accordion-body,
#faq-sec .accordion-body {
  padding: 1rem 1.25rem;
  font: normal normal 300 14px / 20px Mukta;
}

#faq-sec .accordion-button::after,
#faq-page .accordion-button::after {
  content: '\f067';
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 14px;
  background-image: unset !important;
  height: unset !important;
  width: unset !important;
  transition: unset;
}

#faq-sec .que-img {
  position: absolute;
  right: -69px;
  bottom: 22%;
  width: 128px;
  height: 192px;
  z-index: -1;
}

#faq-sec label {
  width: 100%;
}

#faq-sec form {
  margin-top: 20px;
}

#faq-sec textarea {
  height: 110px;
}

#faq-sec form .theme-btn p,
.news-form-main .theme-btn p,
.contac_form .theme-btn p {
  margin-bottom: 0;
}

#faq-sec form .theme-btn p input,
.news-form-main .theme-btn p input,
#appoinment .theme-btn p input,
.contac_form .theme-btn p input {
  background: transparent;
  border: none;
  font: 500 14px / 19px Mukta;
  color: #fff;
}

/* #faq-sec form .theme-btn .wpcf7-spinner,
.news-form-main .wpcf7-spinner,
#appoinment .wpcf7-spinner,
.contac_form .wpcf7-spinner {
  position: unset;
} */
.contac_form .theme-btn p input:hover {
  background: white !important;
  color: #000;
}


#faq-sec form .theme-btn {
  margin-left: 10px;
  padding: 8px 18px;
}

#appoinment .theme-btn p {
  margin-bottom: 0
}

/* -----------Professional Services--------------- */
#professional-services .nav-link {
  background: var(--green);
  border-color: var(--green);
  border-radius: 4px;
  padding: 10px 25px;
  font: 500 14px / 19px Mukta;
  letter-spacing: 0px;
  color: #FFFFFF;
  width: max-content;
}

#professional-services .nav-link.active {
  background: #000;
}

#professional-services .services-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px #00000029;
  border-radius: 8px;
  padding: 10px;
}

#professional-services .services-box:hover .services-img-main .services-img {
  background: #FCB900;
}

#professional-services .owl-stage-outer {
  padding-top: 25px;
}

#professional-services .services-img-main .services-img {
  background: #FEF4D8;
  width: 60px;
  height: 60px;
  padding: 14px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#professional-services .service-title::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  max-width: 80%;
  margin: 0 auto;
  border-bottom: 2px solid #000000;
}

#professional-services .service-title a {
  font: 600 22px / 25px Mukta;
  letter-spacing: 0px;
  color: #000000;
}

#professional-services .theme-btn {
  padding: 7px 25px;
}

/* ----------------Counter Section---------------- */
#counter-sec .counter-inner {
  background: #FFFFFF;
  box-shadow: inset 0px 0px 10px #00000029;
  border-radius: 10px;
  margin: 6px;
  padding: 18px;
}

#counter-sec .recrd_inner {
  font: normal normal bold 36px / 29px Mukta;
  color: #000000;
  margin-bottom: 5px;
}

#counter-sec .record_title {
  font: 400 18px / 29px Mukta;
  letter-spacing: 0px;
  color: #000000;

}

body:not(.home) #counter-sec .counter-inner {
  background: #F1F1F1;
  box-shadow: unset;
}

body:not(.home) #counter-sec {
  background: unset !important;
}

/* ----------------Popular Section---------------- */
.wishlist-items-wrapper .product-add-to-cart,
.wishlist_table.mobile li .product-add-to-cart {
  right: 0px;
}

.pro-img,
.wishlist-items-wrapper .product-thumbnail,
.wishlist_table.mobile li .item-wrapper .product-thumbnail,
.related.products li img {
  text-align: center;
  background: #0C3A5C;
  padding: 20px;
  height: 240px;
}

.pro-img img,
.wishlist-items-wrapper .product-thumbnail img,
.wishlist_table.mobile li .item-wrapper .product-thumbnail img {
  height: 100% !important;
  width: 100% !important;
  object-fit: contain;
}

.wishlist_table.mobile li {
  margin-bottom: 7px;
  margin-bottom: 30px;
  border: 1px solid #fff;
}

.popular-pro-box,
.related.products li {
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 10px !important;
}

tbody.wishlist-items-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

tbody.wishlist-items-wrapper .col-lg-3 {
  width: 24% !important;
}

.product-title a,
.product-name a,
.related.products li a {
  font: 600 18px / 30px Mukta;
  color: #fff;
}

.product-content p {
  margin-bottom: 0
}

form#yith-wcwl-form span.woocs_price_code {
  display: flex;
  flex-direction: revert;
  align-items: center;
}

del .woocommerce-Price-amount bdi,
.product-price del .woocommerce-Price-amount.amount,
.item-details-table del .woocommerce-Price-amount.amount,
.wc-block-components-product-price__regular {
  font: normal normal normal 21px/25px Mukta;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #fff !important;
}

ins {
  text-decoration: none;
}

ins .woocommerce-Price-amount bdi,
.product-price ins .woocommerce-Price-amount.amount,
.item-details-table ins .woocommerce-Price-amount.amount,
ins.wc-block-components-product-price__value.is-discounted {
  font: normal normal 600 18px / 22px Mukta;
  color: #ffffff77;
  text-decoration: line-through;
}

table.wishlist_table tr:hover .product-add-to-cart a {
  animation: none !important;
}

td.product-add-to-cart:hover a {
  color: #000;
  background-color: #fff;
}

td.product-add-to-cart:hover {
  background: aliceblue;
}

ins .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  padding-right: 3px;
}

.cart-btn {
  background: #FCB900;
  border-radius: 6px;
}

.cart-btn,
.wishlist_text {
  height: 32px;
  isolation: isolate;
  width: 33px;
  background: #FCB900;
  border-radius: 6px;
}

.cart-btn:hover {
  background: #000;
  color: #fff;
}

.cart-btn:hover a:before {
  color: #fff;
}

.yith-wcwl-add-to-wishlist {
  margin-top: unset;
}

.wishlist_text i {
  margin-right: unset !important;
  line-height: 33px;
  font-size: 14px;
  height: 32px;
  width: 33px;
  background: #FCB900;
  text-align: center;
  border-radius: 6px;
  color: #000;
  position: relative;
}

td.product-add-to-cart {
  background: var(--blue);
  border-radius: 6px;
  color: #fff !important;
}

.yith-wcwl-add-to-wishlist.exists .yith-wcwl-icon {
  font-weight: 800;
}

.yith-wcwl-wishlistaddedbrowse a {
  position: absolute;
  top: left;
  font-size: 8px;
  left: 3px;
  top: 5px;
  opacity: 0;
}

.popular-pro-box:hover .cart-btn,
table.wishlist_table tr:hover .product-add-to-cart a {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translatey(-10px);
  }

  100% {
    opacity: 1;
    transform: translatey(0);
  }
}

.popular-pro-box:hover .wishlist_text {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0)
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.content-overlay {
  background-color: #339D55;
  opacity: 0.4;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}

.popular-pro-box:hover .content-overlay {
  display: block;
}

.wishlist_text i:hover,
.cart-btn:hover {
  background: #000;
  color: #fff;
}

.popular-pro-box:hover .product-title a,
.popular-pro-box:hover .product-content p,
.popular-pro-box:hover del .woocommerce-Price-amount bdi,
.popular-pro-box:hover ins .woocommerce-Price-amount bdi,
.popular-pro-box:hover {
  color: #fff;
}

.popular-pro-box:hover del {
  text-decoration-color: #fff;
}

.shop.shop-product .popular-pro-box {
  width: 300px;
}

.shop.shop-product .woocommerce-ordering,
.yith-wcwl-add-button span {
  display: none;
}

.shop-page-filters input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  cursor: pointer;
}

.shop-page-filters input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
}

.shop-page-filters .form-control+.form-control {
  margin-top: 1em;
}

.shop-page-filters input[type="checkbox"] {
  display: grid;
  place-content: center;
}

.shop-page-filters input[type="checkbox"]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

.shop-page-filters input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.shop-page-filters input[type="checkbox"]::before {
  background-color: var(--blue);
}

.yith-wcwl-wishlistexistsbrowse a {
  position: absolute;
  top: 5px;
  font-size: 9px;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
}


.page-template-page-templateabout-php .about-page-btn,
.woocommerce .loader::before {
  display: none;
}

/* .yith-wcwl-add-button span{
  font-size: 0;
} */


/* JSon Css */

/* JSon Css */
#ive-commercial-automation-services-pro-main p {
  margin-bottom: 0;
}

.ive-pest-control-slider-heading strong {
  color: #339D55;
  font-weight: 700 !important;
}

.ive-pest-control-slider-mosquito-img {
  position: absolute;
  top: 10%;
  left: 0%;
}

.ive-vw-pest-control-right-small-img {
  width: max-content;
  position: absolute;
  bottom: 29%;
  left: -7%;
}

#ive-vw-pest-control-slider-main .wp-block-cover .wp-block-cover__image-background,
#commercial-automation-services-pro-counter-offer .wp-block-cover .wp-block-cover__image-background {
  object-fit: fill;
}

#ive-commercial-automation-services-pro-our-newsletter .wp-block-cover .wp-block-cover__image-background {
  object-fit: contain;
}

#ive-vw-pest-control-slider-main .ive-vw-pest-control-slider-cock-img {
  position: absolute;
  left: 0;
  bottom: 9%;
}

#ive-vw-pest-control-slider-main .wp-block-cover {
  padding-bottom: 5rem;
}

.ive-vw-pest-control-slider-spider-img {
  position: absolute;
  z-index: 1;
  top: -15%;
  left: 0;
  z-index: 2;
}

.ive-vw-pest-control-bottom-social-icons {
  position: absolute;
  bottom: 6%;
  width: 100%;
  max-width: 22%;
  left: 30px;
  z-index: 1;
}

.ive-vw-pest-control-slider-review>div {
  display: flex;
  bottom: 0px;
  left: -51px;
  gap: 10px;
  z-index: 1;
  align-items: center;
  position: absolute;
}

.ive-vw-pest-control-bottom-social-icons i {
  background: #000000;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}

.ive-vw-pests-problem-inner-content figure {
  object-fit: cover !important;
  ;
  width: 80px !important;
  height: 80px;
  background: #FEF4D8;
  padding: 13px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto !important;
}

.ive-vw-pests-problem-inner-content hr {
  opacity: 1;
  margin: 0rem 0
}

.ive-vw-pests-problem-inner-content {
  box-shadow: 0px 0px 8px #00000029;
  border-radius: 8px;
  padding: 25px 30px;
  margin: 5px;
}

.ive-vw-pests-problem-inner-content:hover figure {
  background: #339D55;
}

.ive-vw-pests-problem-inner-content:hover figure img {
  filter: invert(0);
}

.ive-vw-pests-problem-inner-content:hover h4 {
  color: #339D55;
}

#ive-vw-pest-control-gallery .ive-gallery-ul {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(5, 74px);
  grid-gap: 10px;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 15px;
  margin-top: 30px;
}

#ive-vw-pest-control-gallery .ive-gallery-ul .ibtana-blocks-gallery-item .ibtana-blocks-gallery-item-inner figure .ive-gallery-image-ratio-land32 {
  padding-bottom: unset !important;
}

#ive-vw-pest-control-gallery .ibtana-blocks-gallery-item {
  height: 100% !important;
  width: 100% !important;
  ;
}

#ive-vw-pest-control-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

#ive-vw-pest-control-gallery .ibtana-blocks-gallery-item-inner .ive-gallery-figure,
#ive-vw-pest-control-gallery .ibtana-blocks-gallery-item-inner .ive-gal-image-radius,
#ive-vw-pest-control-gallery .ibtana-blocks-gallery-item-inner .ive-gallery-image-contain {
  height: 100%;
}

#ive-vw-pest-control-gallery .ibtana-blocks-gallery-item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}

#ive-vw-pest-control-gallery .ibtana-blocks-gallery-item:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 7;
}

#ive-vw-pest-control-gallery .ibtana-blocks-gallery-item:nth-child(3) {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 4;
}

#ive-vw-pest-control-gallery .ibtana-blocks-gallery-item:nth-child(4) {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 4;
  grid-row-end: 7;
}

#ive-vw-pest-control-gallery .ibtana-blocks-gallery-item:nth-child(5) {
  grid-column-start: 7;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 7;
}

#ive-vw-pest-control-gallery .ibtana-blocks-gallery-item:nth-child(6) {
  grid-column-start: 10;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 3;
}

#ive-vw-pest-control-gallery .ibtana-blocks-gallery-item:nth-child(7) {
  grid-column-start: 10;
  grid-column-end: 13;
  grid-row-start: 3;
  grid-row-end: 7;
}

#ive-commercial-automation-services-pro-partners-main img {
  width: max-content;
}

.ive-vw-pest-control-about-points>div {
  display: flex;
  gap: 20px;
}

.ive-vw-pest-control-abt-small-img {
  width: 100px;
  text-align: center;
}

.ive-commercial-automation-services-pro-abt-main-img {
  max-width: 90%;
  margin: 0 auto;
  margin-right: 0;
}

.ive-commercial-automation-services-pro-about-year {
  background: #FCB900;
  width: max-content;
  position: absolute;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  left: 19%;
  top: 9%;
}

.ive-vw-pest-control-about-contact-main {
  position: absolute;
  left: 26%;
  bottom: 14px;
  background: #339D55;
  padding: 8px 19px;
  gap: 25px;
  border-radius: 6px;
}

.ive-vw-pest-control-about-contact-main>div,
.ive-commercial-automation-services-pro-abt-bottom-content>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#ive-commercial-automation-services-pro-about-sec .owl-dots {
  margin-top: 20px;
}

#ive-commercial-automation-services-pro-about-sec .wp-block-ive-carousel .owl-theme .owl-dots .owl-dot,
#ive-vw-pest-control-client-main .wp-block-ive-carousel .owl-theme .owl-dots .owl-dot {
  border: none;
  padding: 0;
}

#ive-commercial-automation-services-pro-about-sec .wp-block-ive-carousel .owl-theme .owl-dots .owl-dot span,
#ive-vw-pest-control-client-main .wp-block-ive-carousel .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 2px !important;
}

#ive-vw-pest-control-client-main .owl-dots {
  position: absolute !important;
}

#commercial-automation-services-pro-counter-offer .suzuki-digit {
  padding: 0;
}

.ive-commercial-automation-services-pro-choose-points-main .wp-block-media-text__media img {
  height: 20px;
  width: 20px;
}

.ive-commercial-automation-services-pro-choose-points-main .wp-block-media-text {
  display: flex;
  gap: 10px;
}

.ive-commercial-automation-services-pro-choose-points-main .wp-block-media-text .wp-block-media-text__content {
  padding: unset;
}

.ive-commercial-automation-services-pro-choose-points-main>.wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  grid-gap: 15px;
}

.ive-pest-control-choose-images-main>.wp-block-group__inner-container {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(8, 50px);
}

.ive-pest-control-choose-img-three {
  background: #FCB900;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  max-height: 100px;
  max-width: 100px;
  position: absolute;
  right: 40px;
  top: 7%;
  z-index: 1;
}

.ive-commercial-automation-services-pro-choose-points-main>.wp-block-group__inner-container {
  height: 100%;
}

.ive-pest-control-choose-img-two img,
.ive-pest-control-choose-img-one img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.ive-pest-control-choose-img-one {
  grid-column-start: 1;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 8;
  z-index: 1;
  z-index: 2;
  position: relative;
}

.ive-pest-control-choose-img-two {
  grid-column-start: 6;
  grid-column-end: 13;
  grid-row-start: 4;
  grid-row-end: 9;
  z-index: 2;
  position: relative;
}

.ive-pest-control-choose-img-two:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #339D55;
  opacity: 0.6;
  border-radius: 12px;
}

.ive-pest-control-choose-img-one:after {
  content: '';
  position: absolute;
  left: -24px;
  bottom: -22px;
  width: 320px;
  height: 252px;
  background: #FCB900;
  z-index: -1;
  border-radius: 15px;
}

#ive-commercial-automation-services-pro-choose-sec .wp-block-ive-popup {
  position: absolute;
  top: 70%;
  right: 23%;
}

#ive-commercial-automation-services-pro-choose-sec .wp-block-ive-popup .ive-popup-icon-parent i {
  font-size: 29px;
  border-radius: 50%;
  background: rgb(255 255 255 / 35%);
  border: 4px solid #fff;
  transition: .3s;
  z-index: 2;
  color: #fff;
  height: 65px;
  width: 65px;
  line-height: 60px;
  text-align: center;
}

.ive-commercial-automation-services-pro-counter-inner {
  background: #FFFFFF;
  box-shadow: inset 0px 0px 10px #00000029;
  border-radius: 10px;
  margin: 6px;
  padding: 18px;

}

#ive-commercial-automation-services-product .slider-product-item {
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 10px !important;
  width: 315px;
}

#ive-commercial-automation-services-product .row {
  justify-content: space-between;
}

#ive-commercial-automation-services-product .woo-prod-img {
  text-align: center;
  background: #FFF3DB;
  padding: 20px;
}

#ive-commercial-automation-services-product .woo-prod-img img {
  object-fit: contain;
}

#ive-commercial-automation-services-product .price-regular-sale-ibtana-parent {
  flex-direction: row-reverse;
  gap: 10px;
}

#ive-commercial-automation-services-product .price-meta-regular-price {
  color: #000000;
  opacity: 0.5;
}

#ive-commercial-automation-services-pro-faq .ive-accordion-inner-wrap {
  background: #F1F1F1;
  border-radius: 15px;
  padding: 23px 23px 15px 23px;
}

#ive-commercial-automation-services-pro-faq label,
#ive-commercial-automation-services-pro-faq input {
  width: 100%;
}

#ive-commercial-automation-services-pro-faq textarea {
  height: 135px;
  width: 100%;
}

#ive-commercial-automation-services-pro-faq p {
  margin-bottom: 20px;
}

#ive-commercial-automation-services-pro-faq .wpcf7-spinner {
  position: absolute;
}

#ive-commercial-automation-services-pro-faq .theme-btn p {
  margin-bottom: 0
}

#ive-commercial-automation-services-pro-faq .theme-btn input {
  background: transparent;
  border: none;
  font: 500 14px / 19px Mukta;
  color: #fff;
  padding: 0;
}

.ive-vw-pest-control-team-inner {
  padding: 10px;
}

.ive-vw-pest-control-team-inner::after {
  content: '';
  position: absolute;
  /* top: 0; */
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 10px;
  height: 88%;
  z-index: -1;
}

#ive-commercial-automation-services-pro-team-main .ive-svg-icon-wrap i {
  background: #000000;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  color: #fff;
}

#ive-commercial-automation-services-pro-team-main .ive-svg-icon-wrap {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}

.ive-vw-pest-control-team-inner:hover .ive-svg-icon-wrap {
  height: 35px !important;
}

.ive-vw-pest-control-team-inner:hover::after {
  background: #319852;
}

.ive-vw-pest-control-team-inner:hover,
.ive-vw-pest-control-team-inner:hover .ive-heading-parent {
  color: #fff;
}

#ive-vw-pest-control-client-main .wp-block-media-text {
  display: flex;
  gap: 20px;
}

#ive-vw-pest-control-client-main .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

#ive-vw-pest-control-client-main .wp-block-media-text__media img {
  border-radius: 50%;
}

.ive-commercial-automation-services-pro-client-main-img img {
  border-radius: 12px;
}

.ive-commercial-automation-services-pro-quote-color {
  position: absolute;
  bottom: 20%;
  left: -40px;
}

#ive-commercial-automation-services-pro-blog .post-image img {
  object-fit: cover;
}

#ive-commercial-automation-services-pro-blog .post-item {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px;

}

#ive-commercial-automation-services-pro-blog .blog-category {
  background: #339D55;
  width: max-content;
  padding: 7px;
  border-radius: 6px;

}

#ive-commercial-automation-services-pro-blog .ive-inner-post-content {
  padding: 15px 0;
}

/* #ive-commercial-automation-services-pro-blog .post-image img{
  height: 100%;
  width: 100%;
} */


/* -------------our Client section--------------- */
.appoinment-content-main,
.news-content-main {
  position: relative;
}

.news-content-main::after {
  content: '';
  background-color: #339D55;
  inset: 0 0.5% 0 0;
  position: absolute;
  z-index: -9;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
}

.news-man-img {
  margin-top: -30%;
  max-width: 90%;

}

.appoinment-content-main-inner {
  gap: 10%;
}

.appoinment-content-main::after {
  content: '';
  background-color: #FCB900;
  inset: 0 0 0 -3.7%;
  position: absolute;
  z-index: -9;
  clip-path: polygon(4% 0, 100% 0%, 100% 100%, 0% 100%);
}

.newsletter-content {
  max-width: 80%;
  height: 100%;
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 0 6%;
}

.newsletter-content h2,
.newsletter-content .theme-para {
  color: #FFFFFF;
}

.news-form-main p {
  margin-bottom: 0;
}

.news-form-main {
  display: flex;
  gap: 12px;
}

.news-form-main input[type="email"] {
  font-size: 14px;
  padding: 8px 10px;
}

.news-form-main .theme-btn {
  background: #FCB900;
  padding: 10px 20px;
  border-radius: 8px;
  height: max-content;
  max-width: 190px;
}

.news-form-main .wpcf7-spinner {
  position: absolute;
}

.news-form-main .theme-btn p input {
  color: #000;
}

.news-form-main .theme-btn:hover input {
  color: #fff;
}

.apoinment-content {
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  background: #339D55;
  height: 100%;
  width: 350px;
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 36% 100%);
  z-index: -1;

}

.news-beetle-img {
  position: absolute;
  top: 30%;
  left: unset;
  right: -20px;
  background: #000;
  border-radius: 50%;
  padding: 10px;
  border: 7px solid #fff;
  max-width: 90px;
  max-height: 90px;
  width: 100%;
  height: 100%;
}

#ive-commercial-automation-services-pro-blog .ive-inner-post-content {
  padding: 9px !important;
}

@media (min-width: 1400px) {
  #commercial-automation-services-pro-counter-offer .container {
    max-width: 1400px;
  }
}

@media screen and (max-width: 1800px) and (min-width: 1441px) {
  .ive-vw-pest-control-slider-social-heading h4 {
    font-size: 17px;
  }
}

@media screen and (max-width: 1440px) and (min-width: 992px) {
  .ive-vw-pest-control-slider-social-heading {
    display: none;
  }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {

  .ive-vw-pest-control-slider-review>div {
    left: -21%;
  }

  .ive-vw-pest-control-slider-social-heading {
    display: none;
  }

  .ive-vw-pest-control-bottom-social-icons {
    left: 48px;
    bottom: 9%;
  }

  .ive-vw-pest-control-slider-spider-img {
    display: none;
  }
}

@media screen and (max-width:991px) {
  .ive-vw-pest-client-quote-main {
    flex-wrap: nowrap !important
  }

  .ive-vw-pest-control-bottom-social-icons {
    position: unset;
    max-width: 100%;
    gap: 0;
    margin-top: 20px;
  }

  #ive-vw-pest-control-slider-main .ive-vw-pest-control-slider-cock-img,
  .ive-vw-pest-control-slider-spider-img,
  .ive-vw-pest-control-slider-review>div,
  .ive-vw-pest-control-right-small-img {
    display: none;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  #ive-commercial-automation-services-pro-main .ive-vw-pest-heading-main {
    flex-wrap: nowrap !important;
  }

  .ive-vw-pest-control-right-small-img {
    left: 40px;
  }

  #commercial-automation-services-pro-counter-offer .suzuki-dash_title {
    font-size: 14px !important;
  }

  #commercial-automation-services-pro-counter-offer .suzuki-dash {
    height: 60px;
    padding: 10px;
    text-align: center !important;
  }

  #commercial-automation-services-pro-counter-offer .wp-block-cover.is-light {
    background: #339D55;
  }

  #commercial-automation-services-pro-counter-offer .wp-block-cover .wp-block-cover__image-background,
  .ive-pest-control-choose-img-three {
    display: none;
  }

  #ive-commercial-automation-services-pro-counter-sec .wp-block-media-text__media img {
    width: auto;
  }

  #ive-commercial-automation-services-product .row {
    justify-content: space-around;
  }
}

@media screen and (max-width:767px) {
  #ive-commercial-automation-services-product .row {
    justify-content: center;
  }

  #commercial-automation-services-pro-counter-offer .suzuki-dash_title {
    font-size: 14px !important;
  }

  #commercial-automation-services-pro-counter-offer .suzuki-dash {
    height: 60px;
    padding: 10px;
    text-align: center !important;
  }

  #ive-vw-pest-control-slider-main .alignfull {
    width: 100% !important;
  }

  .ive-commercial-automation-services-pro-about-year {
    left: 8%;
    top: 2%;
    padding: 10px;
  }

  .ive-vw-pest-control-about-contact-main {
    left: 12%;
    bottom: -18px;
  }

  #commercial-automation-services-pro-counter-offer .wp-block-cover.is-light {
    background: #339D55;
  }

  #commercial-automation-services-pro-counter-offer .wp-block-cover .wp-block-cover__image-background,
  .ive-pest-control-choose-img-three {
    display: none;
  }

  .ive-pest-control-choose-images-main>.wp-block-group__inner-container {
    grid-template-rows: repeat(8, 35px);
  }

  #ive-commercial-automation-services-pro-counter-sec .wp-block-media-text__media img {
    width: auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .ive-commercial-automation-services-pro-slider-man-img {
    max-width: 85%;
    margin: 0 auto;
  }

  .ive-vw-pest-control-right-small-img {
    left: -1%;
  }
}

@media screen and (max-width:575px) {
  #ive-commercial-automation-services-pro-partners-main img {
    width: max-content !important;
  }

  #ive-commercial-automation-services-pro-blog .blog-category {
    margin: 0 auto;

  }

  .ive-vw-pest-control-about-contact-main>div,
  .ive-commercial-automation-services-pro-abt-bottom-content>div {
    display: block;
  }

  #ive-commercial-automation-services-pro-about-main .wp-block-media-text__media img {
    width: unset;
  }

  #ive-commercial-automation-services-pro-about-main figure,
  #ive-commercial-automation-services-pro-counter-sec figure,
  #ive-commercial-automation-services-pro-team-main figure {
    text-align: center;
  }

  .ive-vw-pest-control-about-points>div {
    display: block;
  }

  .ive-vw-pest-control-abt-small-img,
  #ive-commercial-automation-services-pro-counter-sec .wp-block-media-text__media img {
    width: auto;
  }

  .ive-pest-control-slider-mosquito-img {
    top: 3%;
    left: -8%;
  }

  .ive-vw-pest-control-right-small-img,
  .ive-vw-pest-control-slider-review>div,
  #ive-vw-pest-control-slider-main .ive-vw-pest-control-slider-cock-img,
  .ive-vw-pest-control-slider-spider-img {
    display: none;
  }

  #ive-vw-pest-control-gallery .ive-gallery-ul {
    grid-template-rows: repeat(5, 20px);
  }
}

@media screen and (max-width:575px) {

  .ive-commercial-automation-services-pro-about-year,
  .ive-vw-pest-control-about-contact-main,
  .ive-commercial-automation-services-pro-quote-color {
    display: none;
  }
}

div#site_top span {
  font: normal normal normal 12px / 20px Mukta;
  font-size: clamp(14px, 0.33vw, 16px);
}

.woocs-style-1-dropdown .woocs-style-1-select>i img {
  border: none !important;
  box-shadow: none !important;
  width: 20px;
}



a[data-title="Browse wishlist"] {
  opacity: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  top: 0;
  left: 0;
  position: absolute;
}

span.feedback {
  font-size: 0px;
}

i.yith-wcwl-icon.fa.fa-heart {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: var(--blue);
  border-radius: 3px;
}

.yith-wcwl-wishlistaddedbrowse {
  width: 30px;
  height: 30px;
}

.yith-wcwl-add-button .yith-wcwl-icon {
  width: 30px;
  height: 30px;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.product-cricket .star-rating span.fa.fa-star::before {
  color: #FFAA00;
  content: "\f005" !important;
  font-family: "FontAwesome";
  position: unset;
}

.product-cricket .star-rating span.fa.fa-star-o::before {
  content: "\f005" !important;
  font-family: "FontAwesome";
  position: unset;
}

#yith-wcwl-popup-message {
  color: #000;
}

/* custom dropdown  */
.custom-dropdown {
  position: relative;
  width: auto;
  text-align: center;
}

.dropdown-header {
  padding: 10px;
  background-color: var(--blue);
  cursor: pointer;
  color: #fff;
  font: 18px / 21px Mukta;
  font-weight: 500;
  border-radius: 6px;
  width: max-content;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 200px;
  text-align: center;
  justify-content: center;
}

.dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  /* border: 1px solid #ccc;sa */
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 999;
}

.dropdown-item {
  padding: 10px;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}

.dropdown-header.active i {
  rotate: 180deg;
}

.dropdown-item {
  background: #212529;
  border: none;
  color: #fff;
  font-size: 16px;
}

@media(max-width:575px) {
  a.theme-btn {
    padding: 12px 18px;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }
}

.black {
  background-color: #000 !important;
}

a.theme-btn.black {
  font-size: 15px ;
  padding: 12px 20px !important;
}

a.theme-btn.black:hover {
  color: #fff;
}

.percentage {
  font: normal normal 800 100px / 42px Mukta;
}

span.inner-span-two {
  font: normal normal 800 30px / 42px Mukta;
}

span.inner-span-one {
  font: normal normal 800 40px / 42px Mukta;
}

.slider-wrap .slick-current.slick-active::after {
  content: "";
  background: #0000008f;
  position: absolute;
  width: 90%;
  height: 100%;
  opacity: 1;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 0px auto;
  right: 0;
  left: 0;
  border-radius: 15px;
}

.slider-wrap .slick-current.slick-active::before {
  content: "";
  background: url(assets/images/quote.png);
  position: absolute;
  width: 90%;
  height: 100%;
  opacity: 1;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 0px auto;
  right: 0;
  left: 0;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
}

.product-card {
  grid-column: span 3;
  grid-row: span 12;
  padding: 40px;
  background: var(--white);
  border-radius: 15px;
  position: relative;
  transition: 0.2s ease-in-out;
}

.offter-main-image {
  object-fit: contain;
}

.offter-main-image img {
  object-fit: contain;
}

.custom-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 30px);
  gap: 20px;
  padding: 10px;
}

.section-name {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 2;
}

.static.one {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 4;
  grid-row-end: 13;
  padding: 30px 40px 0px 0px;
  background: var(--white);
  border-radius: 15px;
}

.static {
  background: var(--white);
  border-radius: 15px;
  transition: 0.2s ease-in-out;
}

.static:hover {
  background: var(--blue);
}

.static.two {
  grid-column-start: 7;
  grid-column-end: 9;
  grid-row-start: 2;
  grid-row-end: 7;
  text-align: right;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: end;
  position: relative;
}

.static.two .img-wrapper {
  text-align: left;
  align-self: start;
  max-width: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.static.three {
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 7;
  grid-row-end: 13;
}

.static.four {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 7;
}

.static.four {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
}

section.smart-devices h3 a {
  color: #fff;
  font: normal normal bold 36px / 40px Mukta;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.product-card h3 {
  max-width: 280px;
}

.custom-grid p.theme-para {
  font: normal normal normal 15px / 22px Mukta;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.prod-img-wrapper {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 220px;
}

.product-card p.theme-para {
  margin-bottom: 25px;
  -webkit-line-clamp: 5;

}

.static.one p.theme-para {
  -webkit-line-clamp: 7;
}

.static.two p.theme-para {

  -webkit-line-clamp: 3;

}

.static.four p.theme-para {
  -webkit-line-clamp: 2;
}

.static.three p.theme-para {
  -webkit-line-clamp: 3;
}

.static.one .img-wrapper {
  max-width: 180px;
  height: 380px;
}

.static.one .img-wrapper {
  max-width: 160px;
  /* height: 380px; */
  width: 100%;
  display: flex;
  align-items: flex-end;
  height: 330px;
  margin-top: 60px;
}

.static.one p.theme-para {
  text-align: right;
}

section.smart-devices h3 a {
  color: #fff;
  font: normal normal bold 36px / 40px Mukta;
}

.inner-div {
  width: calc(100% - 150px);
  text-align: right;
}

.static.two p {
  font: normal normal normal 14px / 22px Mukta;
  margin-right: 20px;
  text-align: right;
  max-width: 180px;
}

.static.two h3 {
  font-size: 24px;
  margin-right: 20px;
}

.static.two .img-wrapper {
  text-align: left;
  align-self: start;
  max-width: 160px;
}

.static.four .inner-div {
  text-align: center;
  max-width: 90%;
}

.static.four p.theme-para {
  text-align: center;
}

.static.four .img-wrapper {
  max-width: 186px;
  text-align: center;
  margin: 0px auto;
}

.static.three {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  gap: 10px;
}

.section-name p.theme-para {
  max-width: 90%;
}

.static.three .inner-div {
  width: 45%;
}

.static.three .img-wrapper {
  width: 45%;
}

.static.three p.theme-para {
  text-align: left;
}

.static.three h3 {
  text-align: left;
}

.background-cover::after {
  content: "";
  background: linear-gradient(to left, #0c87e44d 0%, #0c87e411 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
  z-index: 0;
  margin: auto;
}

.col-lg-6.col-md-9.col-12.text-sm-center.text-lg-end.text-lg-end.text-md-end {
  position: relative;
  z-index: 99;
}

.background-cover {
  padding: 60px 50px;
  border-radius: 20px;
  position: relative;
}

p.time {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

.phone-wrap a {
  font: normal normal bold 24px / 40px Mukta;
  color: #fff;
}

.phone-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone-wrap a {
  font: normal normal bold 24px / 40px Mukta;
}

.contact-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-wrap a {
  font: normal normal normal 18px / 30px Mukta;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.news-form-main {
  display: flex;
  gap: 12px;
  justify-content: center;
}

/* .static.four .inner-div {
  width: 100%;
} */

button#buy_now_button:hover {
  background: #fff !important;
}


@media(max-width:1700px) {
  .static.two .img-wrapper {
    max-width: 120px;
  }
}

@media(max-width:1600px) {
  .static.four .inner-div {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }



  section.smart-devices h3 a {
    color: #fff;
    font: normal normal bold 30px / 31px Mukta;
  }

  .static.four {
    grid-column-start: 10;
    grid-column-end: 13;

  }

  .static.three {
    grid-column-start: 8;
    grid-column-end: 13;
  }

  .static.two {
    grid-column-start: 8;
    grid-column-end: 10;

  }

  .static.two p {
    font: normal normal normal 12px / 22px Mukta;
    text-align: right;
    max-width: 180px;
  }

  .static.one {
    grid-column-start: 4;
    grid-column-end: 8;
  }
}

@media(max-width:1200px) {
  .static.one .img-wrapper {
    width: auto;
    max-width: 100%;
  }

  .static.one .img-wrapper {
    height: auto;
    margin-top: 0px;
  }

  .static.one .img-wrapper img {
    width: 100px;
    height: 200px;
  }

  .static.one .img-wrapper {
    /* height: 380px; */
    display: flex;
    align-items: flex-end;
  }

  .static.one .inner-div {
    width: calc(100% - 100px);
    text-align: right;
  }

  .static.one {
    padding: 20px 30px 0px 0px;
  }

  .custom-grid {
    gap: 10px;
  }

  .custom-grid {
    grid-template-rows: repeat(12, 49px);
    gap: 10px;
  }

  .static.three .inner-div {
    width: 100%;
  }

  .custom-grid h2 {
    font: normal normal bold 36px / 38px Mukta;
    font-size: clamp(20px, 3.00vw, 26px);
    letter-spacing: 0px;
    color: #FFFFFF;
  }

  .section-name p.theme-para {
    max-width: 100%;
  }

  .custom-grid p.theme-para {
    font: normal normal normal 13px / 22px Mukta;
  }

  .product-card {
    padding: 20px;
  }

  .static.two p {
    margin-right: 10px;
  }

  .static.four {
    padding: 20px;
  }

  .static.three {
    padding: 20px;
  }
}

@media(max-width:991px) {
  .custom-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(24, 30px);
    gap: 20px;
    padding: 10px;
  }

  .product-card {
    grid-column: span 3;
    grid-row: span 12;
  }

  .section-name {
    grid-column-start: 4;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .static.one {
    grid-column-start: 4;
    grid-column-end: 8;
    grid-row-start: 4;
    grid-row-end: 13;
  }

  .static.two {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 13;
    grid-row-end: 18;
  }

  .static.four {
    grid-column-start: 4;
    grid-column-end: 8;
    grid-row-start: 13;
    grid-row-end: 18;
  }

  .static.three {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 18;
    grid-row-end: 25;
  }

  .prod-img-wrapper {
    display: block;
  }

  .img-wrapper {
    display: block;
  }

  .static.four .img-wrapper {
    max-width: 126px;
  }
}

@media(max-width:545px) {
  .custom-grid {
    display: flex;
    flex-direction: column-reverse;
  }

  .section-name {
    order: 1;
    text-align: center;
  }

  .section-name p.theme-para,
  .static.two p,
  section.smart-devices h3 a,
  .static.one p.theme-para,
  .custom-grid p.theme-para,
  .static.three h3,
  .static.three p.theme-para {
    text-align: center;
  }

  .d-flex.gap-3.justify-content-start.mb-3 {
    gap: 7px !important;
  }

  section.smart-devices h3 a {
    color: #fff;
    font: normal normal bold 23px / 24px Mukta;
  }

  .static.three {
    flex-direction: column;
  }

  .static.two .img-wrapper {
    max-width: 120px;
    position: unset;
  }

  .prod-img-wrapper {
    display: block;
    position: unset;
  }
}

.owl-carousel {
  touch-action: manipulation;
}

section#single-services-problem h2 {
  color: #ffffff;
}

section#single-services-problem h3 {
  color: #ffffff;
  font: normal normal bold 28px / 28px Mukta;
}

section#single-services-problem p,
section#single-services-problem li {
  color: #ffffff99;
}

section#single-services-problem .plans li.plan-feature,
section#single-services-problem .plans p {
  color: #fff;
}

section#single-services-problem .ul-aligner {
  margin-bottom: 20px;
  padding-left: 2rem;
}

section#single-services-problem p {
  margin-top: 10px;
}

td.product-thumbnail::after {
  background: #000 !important;
}

/* Chrome, Safari, Edge, Opera */
.product.type-product input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.product.type-product input[type=number] {
  -moz-appearance: textfield;
}




/* Targeting the entire scrollbar */
::-webkit-scrollbar {
  width: 10px;
  /* Width of the entire scrollbar */
}

/* Track (the area the scrollbar runs along) */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Color of the track */
}

/* Handle (the draggable part of the scrollbar) */
::-webkit-scrollbar-thumb {
  background: #888;
  /* Color of the handle */
  border-radius: 5px;
  /* Rounded corners */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Darker color when hovered */
}

.wishlist_table .product-add-to-cart a {
  height: 100%;
  width: 100%;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  margin: 0px !important;
  background: var(--blue);
  border-radius: 6px;
  max-width: 96%;
  margin: 0px auto !important;
}

del span.woocommerce-Price-amount.amount {
  text-decoration: line-through;
}

.wishlist_table del span.woocommerce-Price-amount.amount {
  text-decoration: none !important;
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile li {
  position: relative;
}

del {
  text-decoration: none;
}

.wishlist_table.mobile li {
  margin-bottom: 7px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  border-radius: 6px;
}

body {
  position: relative;
}

body::before {
  content: "";
  width: 100%;
  height: 120vh;
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  position: fixed;
  z-index: -99;
  left: 0;
}

/* .main-header,.innermenubox,.menu-box-wrapper{
  max-width: max-content;
} */

/* .container-fluid {
  width: 60%;
  display: flex;
  justify-content: flex-end;
  background: var(--blue);
  margin: 0px;
} */

/* .max-width-helper{
  max-width: max-content !important;
} */
h4.yith-wcwl-share-title {
  color: #fff;
}

span.woocommerce-Price-amount bdi {
  display: flex;
  flex-direction: row-reverse;
}

section {
  overflow: hidden !important;
}

.product-card::after {
  content: "";
  position: absolute;
  top: unset;
  left: -80px;
  bottom: -30px;
  width: 270px;
  height: 250px;
  background: radial-gradient(closest-side, rgba(12, 135, 228, 0.5), #0000);
  z-index: -99;
}

.product-card {
  position: relative;
  overflow: hidden;
}

.static.four::after {
  content: "";
  position: absolute;
  top: unset;
  right: -50px;
  bottom: -30px;
  width: 230px;
  height: 240px;
  background: radial-gradient(closest-side, rgba(12, 135, 228, 0.5), #0000);
  z-index: -99;
}

.static.four {
  position: relative;
  overflow: hidden;
}


.plan-card::after {
  content: '';
  position: absolute;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #000;
  top: unset;
  left: -1px;
  top: -2px;
  z-index: 1;
  width: 105px;
  height: 100px;
  z-index: 0;
  mask-size: cover;
}

.col-xl-10.col-lg-8.col-md-6.col-6.row.justify-content-between.p-0.background-helper {
  max-width: 1050px;
}

.product-cricket .justify-content-between {
  max-width: 80%;
}

.newsletter form.wpcf7-form {
  max-width: 801px;
  margin: 0px auto;
}

.widget.widget_nav_menu {
  justify-content: center;
  margin: 0px auto;
}

.woocommerce table.shop_table td {
  padding: 0px 12px !important;
  margin-top: 10px;
}

@media(max-width:768px) {
  .product-cricket .justify-content-between {
    max-width: 100%;
  }
}

