*,ul {
    margin: 0
}

#goToTopBtn,.button-style1,.price-wrapper .item.color-style2 .head-part i,.top-header,ul.dropdown-menu li a:hover {
    background-color: var(--primary-color)
}

.button-style1,.button-style2 {
    font-weight: 500;
    text-transform: capitalize
}

.button-style1,.button-style2,.button-style3,.language-cta select,.main-footer .wrapper .link-item ul li a,.section-heading .section-title,h1,h2,h3 {
    text-transform: capitalize
}

.service-area .wrapper .inner .content-part p,ul.popular-post li p {
    -webkit-line-clamp: 2
}

.service-area .wrapper .inner .content-part p,.service-section .wrapper .inner .content-area p,ul.popular-post li p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

@font-face {
    font-family: popins-medium;
    src: url(../fonts/Poppins-Medium.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: popins-regular;
    src: url(../fonts/Poppins-Regular.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: lato-bold;
    src: url(../fonts/Lato-Bold.woff) format("woff2");
    font-display: swap
}

* {
    padding: 0;
    box-sizing: border-box
}

:root {
    --primary-color: #a10c0c;
    --white-color: #fff;
    --black-color: #000;
    --para-text-color: #484848;
    --transition: 0.3s ease-in;
    --lato-bold: "lato-bold";
    --popins-regular: "popins-regular";
    --popins-medium: "popins-medium"
}

.button-style1,.main-header-wrapper .logo-area,.sticky .main-header-wrapper .logo-area,.why-choose .feature-area .feature-item,a,body,button,h1,h2,h3,h4,h5,h6,img,p,svg {
    transition: var(--transition)
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--popins-regular)
}

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

svg {
    width: 30px
}

a,button {
    text-decoration: none;
    display: inline-block;
    color: var(--primary-color)
}

a:hover {
    color: (var(--primary-color))
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--lato-bold);
    color: var(--black-color)
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

.button-style1,h6 {
    font-size: 1rem
}

ul {
    list-style: none;
    padding-left: 0
}

ol {
    padding-left: 1rem
}

ol li {
    font-size: 1.1rem
}

li {
    margin-bottom: .5rem
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: unset
}

.contact-info .inner .content a,.input-wrapper {
    margin-bottom: 10px
}

.container {
    max-width: 1280px
}

.swiper-container {
    overflow: hidden
}

.button-style1 {
    display: inline-block;
    color: var(--white-color);
    padding: 8px 22px;
    border: 1px solid var(--primary-color);
    border-radius: 8px
}

.button-style1:hover,.button-style2:hover {
    background-color: var(--black-color);
    color: var(--white-color);
    border: 1px solid var(--black-color);
    transform: scale(1.03) translateY(-1px)
}
/* 
.header.sticky,.our-section-area .wrapper .inner ul li:nth-child(odd),ul.social-media li:hover a {
    background-color: var(--white-color)
} */



.swiper-slide.hero-slide{
	height: 600px;
	padding 120px 0px !important;
	display: flex;
	align-content: center;
	align-items: center;
	background-repeat : no-repeat;
	background: cover;
	object-fit: cover;
	background-size: cover;
}
.hero-form.bg-white.p-4 {
    width: 400px;
    float: inline-end;
}
.hero-text h1,
.hero-text h2  {
    font-size: 46px;
    font-weight: 800;
	color : white;
}
.hero-text p{
	color : black !important;
}
.hero-form h4 {
    font-size: 32px;
    margin-bottom: 20px;
}
.hero-form h4 span {	
   color:  var(--primary-color);
}
.container.why-choose-about i {
    background: #000000;
    color: white;
    /* padding: 8px; */
    width: 32px;
    height: 32px;
    border-radius: 7px;
    margin-right: 7px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.service-icon img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}

.service-arrow i {
    background: #a10c0c;
    padding: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
	transform: rotate(307deg);
}

 /* Ã¢â€â‚¬Ã¢â€â‚¬ SECTION Ã¢â€â‚¬Ã¢â€â‚¬ */
    .process-section {    
      position: relative;     
    }
   
     .steps-wrapper {
      position: relative;
    }
  
    .step-card {
      position: relative;
      z-index: 1;
      text-align: center;
      padding: 0 8px;
      animation: fadeUp .6s ease both;
    }

    .step-card:nth-child(1) { animation-delay: .05s; }
    .step-card:nth-child(2) { animation-delay: .15s; }
    .step-card:nth-child(3) { animation-delay: .25s; }
    .step-card:nth-child(4) { animation-delay: .35s; }
    .step-card:nth-child(5) { animation-delay: .45s; }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(28px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* icon circle */
    .step-icon-wrap {
      width: 88px;
      height: 88px;
      border-radius: 50%;
      background: #fff;
      border: 2px solid rgb(159 15 15);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      position: relative;
      transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
      box-shadow: 0 6px 24px rgba(45,106,79,.08);
    }

    .step-card:hover .step-icon-wrap {
      transform: translateY(-6px) scale(1.06);
      box-shadow: 0 18px 40px rgba(45,106,79,.18);      
    }

    .step-icon-wrap i {
      font-size: 35px;
      transition: color .3s;
      color: #9e1011;
    }

    .step-card:hover .step-icon-wrap i {    
    }

    /* step number badge */
    .step-num {
      position: absolute;
      top: -6px;
      right: -6px;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      color: #9e1011;
      font-size: 11px;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      letter-spacing: 0;
      /* filter: drop-shadow(2px 4px 6px black); */
      background: #efefef;
      display: none;
    }

    .step-title {
      font-size: 16px;
      font-weight: 700;   
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .step-desc {
      font-size: 13px;    
      line-height: 1.7;
      max-width: 160px;
      margin: 0 auto;
    }

    /* Ã¢â€â‚¬Ã¢â€â‚¬ CTA BUTTON Ã¢â€â‚¬Ã¢â€â‚¬ */
    .cta-wrap {
      margin-top: 60px;
    }

    .btn-book {
      display: inline-flex;
      align-items: center;
      gap: 10px;    
      color: #fff;   
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 16px 44px;
      border-radius: 60px;
      border: 2px solid ;
      text-decoration: none;
      transition: background .3s, color .3s, box-shadow .3s, transform .2s;
    }

    .btn-book:hover {
      background: ;
      border-color: ;
      color: #fff;
      box-shadow: 0 12px 36px rgba(82,183,136,.35);
      transform: translateY(-2px);
    }

    .btn-book i {
      font-size: 16px;
      transition: transform .3s;
    }

    .btn-book:hover i {
      transform: translateX(4px);
    }

    /* Ã¢â€â‚¬Ã¢â€â‚¬ RESPONSIVE Ã¢â€â‚¬Ã¢â€â‚¬ */
    @media (max-width: 991px) {
      .steps-wrapper::before { display: none; }
      .step-card { margin-bottom: 40px; }
    }

.testimonial-card {
  background: #ffffff;
  padding: 40px 25px;
  border-radius: 10px;
  height: 400px;
  transition: 0.3s;
  margin: 16px 0px;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

/* Ã¢Â­Â Stars */
.stars {
  color: #ff4d4d;
  margin-bottom: 10px;
}

/* Ã°Å¸â€™Â¬ Text */
.testimonial-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

/* Ã°Å¸â€˜Â¤ Client */
.client-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.client-avatar {
  width: 40px;
  height: 40px;
  background: #c0392b;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.client-info h5 {
  margin: 0;
  font-size: 15px;
}

.client-info span {
  font-size: 12px;
  color: #888;
}

section.testimonial-section {
    background: #a10c0c14;
}
.pest-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
  border: 1px solid white;
}

.pest-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  border: 1px solid black;
}

/* Image Circle */
.pest-img {
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
}

.pest-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* Title */
.pest-content h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* Text */
.pest-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

/* Button */
.btn-pest {
  display: inline-block;
  padding: 8px 16px;
  background: #a10c0c;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s;
}

.btn-pest:hover {
    background: #000000;
    color: white !important;
}
a.Enquire.now:hover {
    background: white;
    color: #a10c0c;
}
.emergency-section {
  width: 100%;
}

/* Left Form */
.emergency-form {
  background: #8b1a1a;
  padding: 50px;
  color: #fff;
  height: 100%;
}

.emergency-form h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.emergency-form p {
  font-size: 14px;
  margin-bottom: 25px;
}

/* Inputs */
.emergency-form .form-control {
  background: #a52a2a;
  border: none;
  color: #fff;
  padding: 12px;
}

.emergency-form .form-control::placeholder {
  color: #ddd;
}

.emergency-form select {
  color: #fff;
}

/* Button */
.btn-submit {
  width: 100%;
  background: #fff;
  color: #8b1a1a;
  padding: 12px;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.3s;
}

.btn-submit:hover {
  background: #f1f1f1;
}

/* Map */
.map-box {
  height: 100%;
  min-height: 450px;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.faq-section {
/*   background: #f8f9fa; */
}

.about-section .image-grid img {
    width: 100%;
    border-radius: 10px;
}

/* REMOVE BORDER */
.accordion-item {
  border: none;
  box-shadow: none;
  margin-bottom: 10px;
}

/* DEFAULT BUTTON */
.accordion-button {
  font-weight: 500;
  font-size: 15px;
  background: #fff;
  color: #000;
  box-shadow: none;
  border: none;
}

/* REMOVE BLUE OUTLINE */
.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

/* HOVER EFFECT */
.accordion-button:hover {
  color: #a10c0c;
}

/* ACTIVE (OPEN STATE) */
.accordion-button:not(.collapsed) {
  color: #a10c0c;
  background-color: #fff;
  box-shadow: none;
}

/* REMOVE DEFAULT ARROW BG */
.accordion-button::after {
  background-size: 14px;
}

/* OPTIONAL: CHANGE ICON COLOR (ADVANCED) */
.accordion-button:not(.collapsed)::after {
  filter: invert(15%) sepia(90%) saturate(5000%) hue-rotate(350deg);
}

/* BODY TEXT */
.accordion-body {
  font-size: 14px;
  color: #555;
  padding-top: 0;
}
.combo-section {
  background: #a10c0c;
  padding: 40px 20px;
  color: #fff;
  position: relative;
  border-top: 3px solid #f5c400; /* yellow top line */
}

.combo-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.combo-subtitle {
  font-size: 14px;
  opacity: 0.9;
}

.combo-desc {
  font-size: 15px;
  margin-bottom: 10px;
}

.combo-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.combo-list li {
  font-size: 14px;
  margin-bottom: 4px;
  position: relative;
  padding-left: 15px;
}

/* .combo-list li::before {
  content: "Ã¢â€”Â";
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 10px;
} */

/* BUTTON */
.combo-btn {
  background: #fff;
  color: #a10c0c;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 5px;
  transition: 0.3s ease;
}

.combo-btn:hover {
  background: #000;
  color: #fff;
}
section.service-section.section-padding {
    background: #a10c0c0a;
}

section.service-area.section-padding {
    background: #ffffff0a;
}
a.btn.combo-btn {
    background: #ffffff;
}
.combo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.combo-list li {
  width: calc(35% - 12px); /* 2 per row */
  font-size: 14px;
  position: relative;
  padding-left: 28px;
  margin: 0px;
  letter-spacing: normal;
}

/* CHECK ICON */
/* .combo-list li::before {
  content: "Ã¢Å“â€";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 14px;
} */

.combo-list li {
  position: relative;
  padding-left: 20px;
}

.combo-list li::before {
  content: "\f00c"; /* âœ” check icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 12px;
}
a.Enquire.now {
    background: #000000;
    padding: 10px 20px;
    color: white;
    border-radius: 10px;
}
.service-box {background: #ffffff;min-height: 460px;padding: 16px;margin-bottom: 20px;border-radius: 10px;border: 1px solid #e5e5e5;}
.testimonial-card:hover{
	border: 1px solid #a10c0c;
}
/* REMOVE DEFAULT ARROW */
.accordion-button::after {
  display: none;
}

/* ADD + ICON */
.accordion-button {
  position: relative;
}

.accordion-button {
  position: relative;
}

/* DEFAULT (PLUS ICON) */
.accordion-button::before {
  content: "\f067"; /* fa-plus */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  font-size: 16px;
  color: #a10c0c;
  transition: 0.3s;
}

/* WHEN OPEN (MINUS ICON) */
.accordion-button:not(.collapsed)::before {
  content: "\f068"; /* fa-minus */
}
.accordion-item {
  border: none;
  margin-bottom: 10px;
}

.accordion-collapse {
  border: none;
}

.accordion-body {
  padding-top: 0;
}
	.pest-card.wow.fadeInUp {
    display: flex;
    text-align: start;
}
	.pest-img {
    width: 240px;
    height: 160px;
    border-radius: 0px;
    margin-right: 10px;
    object-fit: cover;
}


section.pest-control-services.section-padding {
    background: #f8ecec;
}


.hero-form {
  width: 400px;
  height: auto;
  float: inline-end;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 20px 10px rgba(255, 255, 255, 0.4);
  position: absolute;
  overflow: hidden;
  padding: 25px;
  color: #fff;
  top: 200px;
  right: 50px;
  z-index: 9;
}

/* TOP LIGHT LINE */
.hero-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

/* LEFT LIGHT LINE */
.hero-form::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;

  width: 1px;
  height: 100%;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}

.about-section .image-area p {
    position: absolute;
    top: 100%;
    left: 85%;
    font-size: .95rem;
    transform: translate(-50%, -50%);
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 20px;
    text-align: center;
    border-radius: 50%;
}
button.accordion-button.collapsed {
    padding: 16px 30px 16px 10px !important;
}
.pest-content {
    width: 94%;
}


.service-box:hover {
	border: 1px solid #a10c0c;
}

.service-box h4.service-title {
	    font-size: 1.25rem;
}
/* .swiper-slide.hero-slide{
	position: relative;
} */
/* .swiper-wrapper:after {
    background: red;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
} */

/* .hero-text p {
    color: #ffffff !important;
} */




/* Desktop */
@media (max-width: 1200px) {
	.testimonial-card{
		height: auto !important;
	}
}


@media (max-width: 991px) {
  	.hero-text {
    padding: 240px 20px;
}
	.hero-form {
    display: none;
}
	.hero-form.moblie-form {
    position: relative;
    display: block !important;
    width: 100%;
    padding: 20px;
    margin: 40px 0px;
	top: 0;
	right: 0;
}
		.step-desc {
    max-width: max-content;
    width: 100%
}
	
	.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    color: black;
}
	
	
}

@media (max-width: 768px) {
  .hero-text h4 {
    font-size: 36px;
    font-weight: 800;
    color: white;
}
	
	#chaty-widget-0 .chaty-i-trigger .chaty-channel .chaty-svg .chaty-custom-channel-icon {
    width: 40px !important;
    height: 40px !important;
    line-height: 2 !important;
    display: block;
    font-size: 20px !important;
	}
	
	#chaty-widget-0 .chaty-widget,
	#chaty-widget-_1 .chaty-widget{
		left: 15px !important;
	}
	
	#chaty-widget-0 .chaty-i-trigger .chaty-channel .chaty-svg,
	#chaty-widget-_1 .chaty-i-trigger .chaty-channel .chaty-svg,
	#chaty-widget-_1 .chaty-i-trigger .chaty-channel span.chaty-icon,
	#chaty-widget-_1 .chaty-i-trigger .chaty-channel a,
	#chaty-widget-0 .chaty-i-trigger .chaty-channel span.chaty-icon,
	#chaty-widget-0 .chaty-i-trigger .chaty-channel a,
	#chaty-widget-0 .chaty-i-trigger .chaty-channel,
	#chaty-widget-_1 .chaty-i-trigger .chaty-channel,
	#chaty-widget-_1 .chaty-channel-list{
		width: 40px !important;
		height: 40px !important;
	}
	
	.hero-form{
		display: none;
	}
	
	#chaty-widget-0 .chaty-widget{
		bottom: 120px !important;
	}
	
}

@media (max-width: 767px){
.emergency-form {   
    padding: 50px 10px;  
}


	.hero-text {
        padding: 180px 20px;
    }
}

@media (max-width: 580px){
	    .hero-text {
        padding: 80px 10px;
    }
	.swiper-slide.hero-slide {
		height: 500px;
}
}

.section-title {
    margin-top: 20px !important;
}