.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: rgba(0, 0, 0, 0.5);*/
  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: 64px;
  line-height: 74px;*/
  font-size: 54px;
  line-height: 64px;
  font-weight: 800;
  color: #fff;
}
.hero-loader-item__description{
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
}
/**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;
}
/**Stat 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: 26px;
  font-weight: 400;
}
/**Our mission & vision Section Ends**/

/**Services Section**/
/*.services-section .view-content{
  --bs-gutter-x1.5rem: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}*/
.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;
}
.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;
}
.services-view-all a:hover{
  transform: translateY(-2px);
  background-color: #a8131c;
}
/**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.roding--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 .card-title{
  color: #ffffff;
}
/**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 Section Ends**/

/* ==========================================================================
   Contact Form Restyle
   Target look: white rounded card, two-column layout, pill-shaped inputs,
   red rounded "Send Message" button with paper-plane icon.
   ========================================================================== */

/* --- Card wrapper --- */
.contact-form-wrapper {
  background: var(--white);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow-sm);
  border: 1px solid #eef0f3;  
}
/* --- Form layout: 2 columns, full-width message & button --- */
#contact .webform-submission-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 22px;
}
/* Name, Phone, Email, Service each sit in their own grid cell (auto-placed) */
#contact .webform-submission-form > * {
  margin: 0;
}
/* Message and the submit button span both columns */
#contact .js-form-item-message,
#contact #edit-actions {
  grid-column: 1 / -1;
  margin: 0;
}
/* --- Labels --- */
#contact .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 .webform-submission-form textarea.form-textarea,
#contact .webform-submission-form select.form-select,
#contact .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 .webform-submission-form input::placeholder,
#contact .webform-submission-form textarea::placeholder {
  color: #9a9a9a;
}
#contact .webform-submission-form textarea.form-textarea:focus,
#contact .webform-submission-form select.form-select:focus,
#contact .webform-submission-form input.form-control:focus{
  border-color: #d92027;
  box-shadow: 0 0 0 3px rgba(217, 32, 39, 0.1);
}
#contact .webform-submission-form .form-textarea-wrapper{
  width: 100%;
}
#contact .webform-submission-form .form-actions input:focus,
#contact .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 .webform-submission-form .form-actions input:hover{
  transform: translateY(-2px);
  background-color: #a8131c;
}


/* --- Responsive: stack to single column on small screens --- */
@media (max-width: 640px) {
  #webform-submission-enquiry-form-node-1-add-form {
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper {
    padding: 24px;
  }
}