.services-view nav.pager{
  display: none;
}

/**Hero Section**/
.home-hero-section{
  position: relative;
}
.hero-loader-item__image{
  position: relative;
}
.hero-loader-item__image::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(20, 6, 7, 0.85), rgba(40, 10, 12, 0.6));
  z-index: 2;
}
.home-hero-section .hero-loader-item__content{
  position: absolute;
  inset: 0;
  z-index: 3;
}
.hero-loader-item__title{
  font-family: var(--hedaing-font);
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
  max-width: 700px;
}
.hero-loader-item__description{
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
  max-width: 700px;
}
.hero-banner-region .cta-button-block{
  position: absolute;
  bottom: 142px;
  z-index: 4;
  left: 0;
  right: 0;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  body .hero-loader-item__title{
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991.98px) {
  body .hero-loader-item__title{
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767.98px) {
  #homeHeroSection{
    background: #241817;
  }
  .hero-loader-item__image::before{
    display: none;
  }
  .home-hero-section .hero-loader-item__content{
    position: static;
    padding: 20px 12px;
  }
  body .hero-loader-item__title{
    font-size: 25px;
    line-height: 35px;
  }
  body .hero-loader-item__description{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
/**Hero Section Ends**/

/**Stat Section**/
.stats-section{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  padding-bottom: 35px;
}
.stats-counter-item__number{
  font-family: var(--hedaing-font);
  font-size: 45px;
  line-height: 55px;
  font-weight: 800;
  color: #fff;
}
.stats-counter-item__label{
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.stats-counter-wrapper dl{
  margin: 0;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .stats-section{
    position: static;
    background: #241817;
    padding: 20px 0;
  }
  .stats-counter-item__number{
    font-size: 35px;
    line-height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .stats-section{
    position: static;
    background: #241817;
    padding: 20px 0;
  }
  .stats-counter-item__number{
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 767.98px) {
  .stats-section{
    position: static;
    background: #241817;
    padding: 15px 0;
  }
  .stats-section dl{
    flex-wrap: wrap;
  }
  .stats-section .stats-counter-item{
    width: 33.33%;
    padding: 10px 5px;
  }
  .stats-counter-item__number{
    font-size: 18px;
    line-height: 28px;
  }
  .stats-counter-item__label{
    font-size: 12px;
    line-height: 22px;   
  }
  .hero-banner-region .cta-button-block{
    position: static;
    background-color: #241817;
  }
}
/**Stat Section Ends**/

/**About Section**/
.about-us-wrapper .section-body{
  color: #6b7280;
  margin: 0;
}
.about-us-wrapper .about-us-item__image img{
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.about-us-wrapper .section-body p:last-child{
  margin-bottom: 0;
}
/**About Section Ends**/

/**Our mission & vision Section**/
.vision-mission-section .img-wrapper{
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: rgba(211, 31, 42, 0.1);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
.vision-mission-section .our-mission .img-wrapper{
  background-image: url(../../images/icons/vision-mission/our-mission.svg);
}
.vision-mission-section .our-vision .img-wrapper{
  background-image: url(../../images/icons/vision-mission/our-vision.svg);
}
.vision-mission-section .card .card-title{
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-family: var(--hedaing-font);
}
.vision-mission-section .card .card-body{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .vision-mission-section .card .card-body{
    font-size: 15px;
    line-height: 23px;
  }
}
/**Our mission & vision Section Ends**/

/**Services Section**/
.services-section .view-content{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;

  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.services-section .view-content > .views-row{
  margin-top: var(--bs-gutter-y);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.services-section .card{
  border-radius: var(--radius);
  background-color: #FFFFFF;
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border: 1px solid #eef0f3;
  overflow: hidden;
}
.services-section .card:hover{
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
}
.services-section .card-title{
  font-family: var(--hedaing-font);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #222222;  
}
.services-section .card-body-wrapper{
  padding: 20px;
}
.services-section .card-body{
  font-family: var(--hedaing-font);
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #6b7280;
  padding: 0;
}
.service-learn-more{
  margin-top: 5px;
}
.service-learn-more a{
  font-family: var(--hedaing-font);
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: var(--primary-red);
}
.service-learn-more a:hover{
  color: #a8131c;
}
.services-view-all a{
  text-decoration: none;
  border-radius: 50px;
  padding: 7.5px 18px 7.5px;
  font-family: var(--hedaing-font);
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  min-height: 40px;
  background-color: var(--primary-red);
  margin-top: 30px;
  display: none;
}
.services-view-all a:hover{
  transform: translateY(-2px);
  background-color: #a8131c;
}
.services-section .service-learn-more{
  display: none;
}
/**Services Section Ends**/

/**Techniques Section**/
.techniques-section .technique-list .card{
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.techniques-section .technique-list .card:hover{
  transform: translateY(-8px);
  border-color: var(--primary-red);
  background: rgba(211, 31, 42, 0.08);
}
.techniques-section .card-icon-wrapper .img-wrapper{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--primary-red);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center; 
}
.techniques-section .card-icon-wrapper.baiting--trapping .img-wrapper{
  background-image: url(../../images/icons/techniques/spraying.svg);
}
.techniques-section .card-icon-wrapper.rodding--spraying .img-wrapper{
  background-image: url(../../images/icons/techniques/spraying.svg);
}
.techniques-section .card-icon-wrapper.fogging .img-wrapper{
  background-image: url(../../images/icons/techniques/spraying.svg);
}
.techniques-section .card-icon-wrapper.misting .img-wrapper{
  background-image: url(../../images/icons/techniques/spraying.svg);
}
.techniques-section .card-icon-wrapper.drill--injection .img-wrapper{
  background-image: url(../../images/icons/techniques/spraying.svg);
}
.techniques-section .card-icon-wrapper.spray-treatment .img-wrapper{
  background-image: url(../../images/icons/techniques/spraying.svg);
}
.techniques-section .card-icon-wrapper.integrated-pest-management-ipm .img-wrapper{
  background-image: url(../../images/icons/techniques/spraying.svg);
}
.techniques-section .card .card-title{
  color: #ffffff;
}
.techniques-section .card .card-body{
  color: rgba(255, 255, 255, 0.6);
}
/**Techniques Section Ends**/

/**Industries Section**/
.industries-section .industries-list .card:hover{
  transform: translateY(-8px);
  border-color: var(--primary-red);
  background-color: var(--primary-red);
  box-shadow: var(--shadow-red);
}
.industries-section .industries-list .card:hover .card-body,
.industries-section .industries-list .card:hover .card-title{
  color: #ffffff;
}
.industries-section .img-wrapper{
  width: 35px;
  height: 35px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;  
}
.industries-section .hotels--resorts .img-wrapper{
  background-image: url(../../images/icons/industries/hotel.svg);
}
.industries-section .card:hover .hotels--resorts .img-wrapper{
  background-image: url(../../images/icons/industries/hotel-hover.svg);
}
.industries-section .restaurants--cafes .img-wrapper{
  background-image: url(../../images/icons/industries/cafe.svg);
}
.industries-section .card:hover .restaurants--cafes .img-wrapper{
  background-image: url(../../images/icons/industries/cafe-hover.svg);
}
.industries-section .hospitals--clinics .img-wrapper{
  background-image: url(../../images/icons/industries/hospital.svg);
}
.industries-section .card:hover .hospitals--clinics .img-wrapper{
  background-image: url(../../images/icons/industries/hospital-hover.svg);
}
.industries-section .supermarkets--retail .img-wrapper{
  background-image: url(../../images/icons/industries/supermarket.svg);
}
.industries-section .card:hover .supermarkets--retail .img-wrapper{
  background-image: url(../../images/icons/industries/supermarket-hover.svg);
}
.industries-section .apartments--villas .img-wrapper{
  background-image: url(../../images/icons/industries/villa.svg);
}
.industries-section .card:hover .apartments--villas .img-wrapper{
  background-image: url(../../images/icons/industries/villa-hover.svg);
}
.industries-section .educational-institutions .img-wrapper{
  background-image: url(../../images/icons/industries/institution.svg);
}
.industries-section .card:hover .educational-institutions .img-wrapper{
  background-image: url(../../images/icons/industries/institution-hover.svg);
}
.industries-section .warehouses--logistics .img-wrapper{
  background-image: url(../../images/icons/industries/logistics.svg);
}
.industries-section .card:hover .warehouses--logistics .img-wrapper{
  background-image: url(../../images/icons/industries/logistics-hover.svg);
}
.industries-section .food-processing-units .img-wrapper{
  background-image: url(../../images/icons/industries/food-process.svg);
}
.industries-section .card:hover .food-processing-units .img-wrapper{
  background-image: url(../../images/icons/industries/food-process-hover.svg);
}
.industries-section .government--corporate .img-wrapper{
  background-image: url(../../images/icons/industries/corporate.svg);
}
.industries-section .card:hover .government--corporate .img-wrapper{
  background-image: url(../../images/icons/industries/corporate-hover.svg);
}
/**Industries Section Ends**/

/**Why choose us Section**/
.why-choose-us-section .card-icon-wrapper .img-wrapper{
  width: 66px;
  height: 66px;
  margin: 0 auto 1rem;
  border-radius: var(--radius);
  background-color: rgba(211, 31, 42, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  transition: all 0.35s ease;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;  
}
.why-choose-us-section .card-icon-wrapper._5-years-industry-expertise .img-wrapper{
  background-image: url(../../images/icons/choose-us/expertise.svg);
}
.why-choose-us-section .card:hover .card-icon-wrapper._5-years-industry-expertise .img-wrapper{
  background-image: url(../../images/icons/choose-us/expertise-hover.svg);
}
.why-choose-us-section .card-icon-wrapper.eco-friendly-solutions .img-wrapper{
  background-image: url(../../images/icons/choose-us/eco-friendly.svg);
}
.why-choose-us-section .card:hover .card-icon-wrapper.eco-friendly-solutions .img-wrapper{
  background-image: url(../../images/icons/choose-us/eco-friendly-hover.svg);
}
.why-choose-us-section .card:hover .card-icon-wrapper .img-wrapper{
  background-color: var(--primary-red);
}
.why-choose-us-section .card-icon-wrapper.certified-professionals .img-wrapper{
  background-image: url(../../images/icons/choose-us/certified.svg);
}
.why-choose-us-section .card:hover .card-icon-wrapper.certified-professionals .img-wrapper{
  background-image: url(../../images/icons/choose-us/certified-hover.svg);
}
.why-choose-us-section .card-icon-wrapper.affordable-pricing .img-wrapper{
  background-image: url(../../images/icons/choose-us/price.svg);
}
.why-choose-us-section .card:hover .card-icon-wrapper.affordable-pricing .img-wrapper{
  background-image: url(../../images/icons/choose-us/price-hover.svg);
}
.why-choose-us-section .card-icon-wrapper.safe--effective-treatments .img-wrapper{
  background-image: url(../../images/icons/choose-us/safety.svg);
}
.why-choose-us-section .card:hover .card-icon-wrapper.safe--effective-treatments .img-wrapper{
  background-image: url(../../images/icons/choose-us/safety-hover.svg);
}
.why-choose-us-section .card-icon-wrapper.fast-response-time .img-wrapper{
  background-image: url(../../images/icons/choose-us/fast.svg);
}
.why-choose-us-section .card:hover .card-icon-wrapper.fast-response-time .img-wrapper{
  background-image: url(../../images/icons/choose-us/fast-hover.svg);
}
.why-choose-us-section .card-icon-wrapper.customer-satisfaction-focus .img-wrapper{
  background-image: url(../../images/icons/choose-us/satisfaction.svg);
}
.why-choose-us-section .card:hover .card-icon-wrapper.customer-satisfaction-focus .img-wrapper{
  background-image: url(../../images/icons/choose-us/satisfaction-hover.svg);
}
.why-choose-us-section .card-icon-wrapper.advanced-pest-management .img-wrapper{
  background-image: url(../../images/icons/choose-us/pest-management.svg);
}
.why-choose-us-section .card:hover .card-icon-wrapper.advanced-pest-management .img-wrapper{
  background-image: url(../../images/icons/choose-us/pest-management-hover.svg);
}
/**Why choose us Section Ends**/

/**Contact Section**/
.contact-section .contact-card-body{
  border-radius: var(--radius);
  padding: 40px;
  background: rgba(211, 31, 42, 0.03);
  border: 1px solid rgba(211, 31, 42, 0.12);
  box-shadow: var(--shadow-md);
}
.contact-section .contact-text{
  font-family: var(--hedaing-font);
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.contact-section .contact-item{
  gap: 15px;
  margin-bottom: 20px;
}
.contact-section .card-icon-wrapper{
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: var(--primary-red) !important;
  background-size: 20px !important;
}
.contact-section .contact-item .lbl{
  font-size: 15px;
  line-height: 24px;
  font-family: var(--hedaing-font);
}
.contact-section a,
.contact-section address,
.contact-section .contact-item p{
  font-size: 15px;
  line-height: 24px;
  color: #6b7280;
}
.contact-section a:hover{
  color: var(--primary-red);
}
.contact-section .contact-item-address .card-icon-wrapper{
  background: url(../../images/icons/contact/address.svg) no-repeat center;
}
.contact-section .contact-item-email .card-icon-wrapper{
  background: url(../../images/icons/contact/email.svg) no-repeat center;
  background-size: 25px !important;
}
.contact-section .contact-item-phone .card-icon-wrapper{
  background: url(../../images/icons/cta/phone.svg) no-repeat center;
}
.contact-section .contact-item-whatsapp .card-icon-wrapper{
  background: url(../../images/icons/cta/whatsapp.svg) no-repeat center;
  background-size: 25px !important;
}
.contact-section .contact-item-hours .card-icon-wrapper{
  background: url(../../images/icons/contact/hours.svg) no-repeat center;
}
.contact-form-wrapper {
  background: var(--white);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow-sm);
  border: 1px solid #eef0f3;  
}
.contact-section .webform-submission-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 22px;
}
.contact-section .webform-submission-form > * {
  margin: 0;
}
.contact-section .js-form-item-message,
.contact-section #edit-actions {
  grid-column: 1 / -1;
  margin: 0;
}
.contact-section .webform-submission-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  font-family: var(--hedaing-font);
  color: var(--text-color);
}
.contact-section .webform-submission-form textarea.form-textarea,
.contact-section .webform-submission-form select.form-select,
.contact-section .webform-submission-form input.form-control{
  width: 100%;
  box-sizing: border-box;
  padding: 14px 22px;
  font-size: 15px;
  color: #333;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-section .webform-submission-form input::placeholder,
.contact-section .webform-submission-form textarea::placeholder {
  color: #9a9a9a;
}
.contact-section .webform-submission-form textarea.form-textarea:focus,
.contact-section .webform-submission-form select.form-select:focus,
.contact-section .webform-submission-form input.form-control:focus{
  border-color: #d92027;
  box-shadow: 0 0 0 3px rgba(217, 32, 39, 0.1);
}
.contact-section .webform-submission-form .form-textarea-wrapper{
  width: 100%;
}
.contact-section .webform-submission-form .form-actions input:focus,
.contact-section .webform-submission-form .form-actions input{
  border-radius: 50px;
  padding: 7.5px 18px 7.5px 38px;
  font-family: var(--hedaing-font);
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  min-height: 40px;
  width: 100%;
  background-color: var(--primary-red);
  border: 0;
}
.contact-section .webform-submission-form .form-actions input:hover{
  transform: translateY(-2px);
  background-color: #a8131c;
}
.contact-section .contact-map iframe{
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
/*-- Responsive --*/
@media (min-width: 768px) and (max-width: 991.98px) {
  body .contact-section .contact-card-body{
    display: flex;
    flex-wrap: wrap;
  }
  body .contact-section .contact-card-body > h3{
    width: 100%;
  }
  body .contact-section .contact-card-body > .contact-item{
    width: 50%;
  }
  body .contact-section .contact-card-body > .contact-item:last-child p,
  body .contact-section .contact-card-body > .contact-item:last-child{
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  body .contact-form-wrapper{
    padding: 30px;
  }
  body #contact .webform-submission-form{
    grid-template-columns: 1fr;
  }
  body .contact-section .contact-card-body > .contact-item:last-child p,
  body .contact-section .contact-card-body > .contact-item:last-child{
    margin-bottom: 0;
  }
}
/**Contact Section Ends**/
