@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Nobile:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

.btn {
  padding: 16px 32px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 155%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}


.btn:hover {
  transition: all 0.2s;
}

.btn .left-img {
  margin-right: 12px;
}

.btn .right-img {
  margin-left: 7px;
}

.green-btn {
  border-radius: 50px;
  background: #008002;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  color: #FFF;
}

.green-btn:hover {
  background: #006302;
  color: #fff;
}


.no-bg-btn {
  padding: 0;
  color: #000;
  font-family: 'Nobile', sans-serif;
  font-weight: 500;
  line-height: 155%;
  border: 0;
}

.no-bg-btn:hover {
  text-decoration: underline;
  color: #008002;
}

.border-btn {
  border-radius: 50px;
  border: 2px solid #113220;
  color: #113220;
}

.border-btn:hover {
  border: 2px solid #008002;
  color: #113220;
}

/* Top bar */
.top-bar {
  background: #008002;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  line-height: 142%;
  letter-spacing: 0.35px;
  padding: 7px 20px;
  color: #fff;

}

.top-bar img {
  margin-right: 8px;
}

/* Navbar */
.navbar-custom {
  background: #fff;
  padding: 18px 0;
}

.navbar-custom .green-btn {
  font-weight: 500;
  padding: 10px 24px;
}

h6 {
  color: #4B5563;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 150%;
}

h2 {
  font-family: 'Nobile', sans-serif;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.2px;
}

.title h2 {
  color: #008002;
  text-align: center;
  margin-bottom: 0;
}

.title h6 {
  margin-bottom: 0;
  margin-top: 16px;
}

.banner-section {
  background: #EBF4E8;
}

.ptb-80 {
  padding: 80px 0;
}

.banner-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.banner-content {
  width: 55%;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
}

.banner-content h1,
.banner-content h6 {
  margin-bottom: 0;
}

.banner-content h6 {
  width: 100%;
  max-width: 564px;
}

.banner-content .btn-field {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.banner-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.banner-content ul li {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.03);
  padding: 8px 12px;
  color: #34393F;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 142%;
}

.banner-content ul li .icon {
  margin-right: 8px;
  line-height: 0;
}

.banner-img {
  width: 45%;
  position: relative;
}

.banner-img img {
  width: 100%;
  border-radius: 14px;
}

.banner-overlay {
  position: absolute;
  bottom: 0;
  left: -52px;
}

.badge-custom {
  background: #ff7a1a;
  padding: 10px 15px 8px;
  border-radius: 20px;
  color: #FFF;
  font-family: 'Nobile', sans-serif;
  font-weight: 500;
  line-height: 153%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.badge-custom img {
  margin-bottom: 3px;
}

h1 {
  color: #008002;
  font-family: 'Nobile', sans-serif;
  font-weight: 700;
  line-height: 120%;
}

h1 span {
  color: #FF801A;
}

.claim-discount-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.claim-discount-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.claim-discount-content .icon {
  line-height: 0;
}

.claim-discount-content h6 {
  margin: 0;
  font-weight: 700;
  color: #000;
}

.claim-discount-content .btn {
  color: #FF801A;
  padding: 0;
  border: 0;
}

.claim-discount-content .btn:hover {
  color: #008002;
}

.claim-discount-section {
  padding: 13px 0;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  background: #FFF;
}

.card {
  padding: 33px 33px;
  border-radius: 16px;
}

.title h4 {
  color: #FF801A;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  line-height: 142%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.what-get-section .title {
  max-width: 675px;
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}

.what-get-list {
  height: 100%;
}

.what-get-content .row,
.why-matters-content .row {
  gap: 24px 0;
}

.what-get-list {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.13);
  border: 0;
}

h3 {
  color: #0A1F14;
  font-family: 'Nobile', sans-serif;
  line-height: 140%;
  letter-spacing: -0.5px;
  font-weight: 700;
}

p {
  color: #4B5563;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 162%;
}

.card .icon {
  margin-bottom: 24px;
}

.card h3 {
  margin-bottom: 12px;
}

.card p {
  margin-bottom: 16px;
}

.card p:last-child {
  margin-bottom: 0;
}

.why-matters-section {
  background: #008002;
}

.why-matters-section .title {
  max-width: 800px;
  margin: auto;
  margin-bottom: 60px;
}

.why-matters-section .title h2 {
  color: #fff;
}

.why-matters-section .title h6 {
  color: rgba(255, 255, 255, 0.8);
  max-width: 750px;
  margin: 16px auto 0;
}

.why-matters-content {
  margin: 64px 0;
}

.why-card {
  height: 100%;
  color: #fff;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(2px);
}

.why-card h3 {
  color: #fff;
  font-weight: 500;
}

.why-card p {
  color: rgba(255, 255, 255, 0.90);
}

.why-matters-content {
  margin: 64px 0;
}

.why-stats {
  display: flex;
  align-items: stretch;
}

.stats-item {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 0 16px;
}

.stats-count {
  color: #FFF;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 8px;
}

.stats-count span {
  color: #DAA521;
}

.stats-item p {
  color: rgba(255, 255, 255, 0.80);
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}

.stats-item:after {
  content: "";
  width: 1px;
  height: 74px;
  opacity: 0.2;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.stats-item:last-child:after {
  display: none;
}

.how-work-slider {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.how-work-card {
  padding: 33px 24px;
  position: relative;
  box-shadow: 0 0 1px 0 rgba(13, 148, 136, 0.30), 0 8px 16px 0 rgba(13, 148, 136, 0.10);
}

span.step-count {
  position: absolute;
  top: 20px;
  right: 28px;
  padding: 9px 20px;
  border-radius: 39px;
  border: 1.2px solid #DFDFDF;
  background: #FFF;
  color: #000;
  font-weight: 500;
  line-height: 100%;
}

.how-work-card h3 {
  text-transform: uppercase;
  line-height: 130%;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.how-work-card p {
  line-height: 130%;
  color: #424242;
}
.how-work-slider .slick-track, .testimonials-slider .slick-track {
  display: flex !important;
}
 
.how-work-slider .slick-slide, .testimonials-slider .slick-slide {
  height: auto;
  display: flex !important;
}
 
.how-work-slider .slick-slide>div, .testimonials-slider .slick-slide>div {
  display: flex;
  width: 100%;
}
.testimonials-card.card {
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
}
.clean-air-section {
  background: #008002;
}

.clean-air-content {
  text-align: center;
}

footer {
  padding: 32px 0;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright p {
  margin: 0;
  color: rgba(0, 0, 0, 0.90);
  font-weight: 400;
  line-height: 133%;
}

.copyright p a {
  color: #16A34A;
}

.policy-links {
  display: flex;
  align-items: center;
  color: rgba(3, 3, 3, 0.80);
  font-weight: 400;
  line-height: 125%;
}

.policy-links span {
  margin: 0 8px;
}

.policy-links a {
  color: rgba(3, 3, 3, 0.80);
  text-decoration: none;
  transition: all 0.2s;
}

.policy-links a:hover {
  color: #16A34A;
}

.why-choose-section {
  background: #EBF4E8;
}

.why-choose-section .row {
  align-items: center;
}

.why-choose-section .title {
  padding-right: 40px;
}

.why-choose-section .title h2 {
  text-align: left;
}

.card-sm {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 1px 0 rgba(13, 148, 136, 0.30), 0 8px 16px 0 rgba(13, 148, 136, 0.10);
  padding: 24px 24px;
}

.card-sm .icon {
  margin-bottom: 8px;
}

.card-sm h4 {
  margin-bottom: 8px;
}

h4 {
  color: #0A1F14;
  font-family: 'Nobile', sans-serif;
  font-weight: 700;
  line-height: 155%;
  letter-spacing: -0.45px;
}

.card-sm p {
  font-family: 'Manrope', sans-serif;
  margin: 0;
}

.why-choose-section .col-sm-6 .row {
  align-items: stretch;
  gap: 24px 0;
}

.why-choose-card {
  height: 100%;
}

.cleanair-section {
  background: #008002;
}

.cleanair-content {
  text-align: center;
  max-width: 730px;
  margin: auto;
}

.cleanair-content h2 {
  color: #FFF;
  margin-bottom: 24px;
}

.cleanair-content p {
  color: #FFF;
  text-align: center;
  margin-bottom: 40px;
}

.orange-btn {
  border-radius: 9999px;
  background: #FF801A;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  color: #FFF;
  border: 2px solid #ff801a;
}

.orange-btn:hover {
  color: #fff;
  background: #FF801A;
  border: 2px solid #ff801a;
}

.white-btn {
  background: #FFF;
  border-radius: 9999px;
}

.white-btn:hover {
  background: #FFF;
  border-radius: 9999px;
}

.cleanair-content .btn-field {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

.cleanair-tags-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cleanair-tags-list span {
  padding: 4px 12px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.90);
  text-align: center;
  font-weight: 400;
  line-height: 133%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.coverage-section {
  background: #FF801A;
}

.coverage-section .title h4,
.coverage-section .title h2,
.coverage-section .title h6 {
  color: #fff;
}

.coverage-tags-list {
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.coverage-tags-list span {
  border-radius: 9999px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: rgba(0, 0, 0, 0.10);
  padding: 10px 20px;
  color: #FDFDFB;
  font-weight: 500;
  line-height: 150%;
}

.coverage-locations {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
}

.coverage-location-card {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15);
}

.coverage-location-card .location-name {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0A1F14;
  font-family: 'Nobile', sans-serif;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.coverage-location-card p {
  line-height: 150%;
}

.coverage-location-card a {
  color: #FF801A;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.coverage-location-card a img {
  margin-right: 8px;
}

.working-time {
  margin-top: 50px;
}

.working-time p {
  color: #FFF;
  text-align: center;
}

.testimonials-section .title {
  text-align: center;
  margin-bottom: 40px;
}

.testimonials-slider {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.testimonials-card {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 1px 0 rgba(13, 148, 136, 0.30), 0 8px 16px 0 rgba(13, 148, 136, 0.10);
}

.review-star-icon {
  display: flex;
  align-items: center;
  gap: 4px;
}

.testimonials-card p {
  color: #424242;
  line-height: 150%;
  margin-bottom: 12px;
}

.customer-details {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.customer-details .img img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.customer-name {
  color: #424242;
  font-family: 'Nobile', sans-serif;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 1px;
}

.customer-info .location {
  color: #6A6A6A;
  font-weight: 400;
  line-height: 150%;
}

.faq-section {
  background: #EBF4E8;
}

.faq-wrapper {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
}

.faq-contents {
  width: calc(100% - 386px);
  padding-right: 20px;
}
.accordion-body p:nth-child(1) {
	display: none;
}
.book-service-card {
  width: 386px;
  padding: 40px 24px;
  border-radius: 16px;
  background: #008002;
  box-shadow: 0 0 1px 0 rgba(13, 148, 136, 0.30), 0 8px 16px 0 rgba(13, 148, 136, 0.10);
}

.book-service-card h3 {
  color: #FFF;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0;
}

.book-service-card p {
  color: #FFF;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
}

.book-service-card .call-btn {
  border-radius: 8px;
  border: 1px solid #FFF;
  width: 100%;
  padding: 12px 15px;
  color: #FFF;
  font-family: 'Nobile', sans-serif;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.book-service-card .book-online-btn {
  width: 100%;
  border-radius: 8px;
  padding: 20px 15px;
  color: #008002;
  font-weight: 600;
  line-height: 126%;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.book-service-card p.small {
  color: #FFF;
  text-align: center;
  font-style: italic;
  line-height: 130%;
}

.book-service-card p.small a {
  color: #fff;
  text-decoration: none;
}

.accordion-item {
  margin-bottom: 8px;
  border: 1px solid #DFDFDF;
  background: #FFF;
  border-radius: 8px;
}

.accordion-button {
  color: #000;
  font-family: 'Nobile', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  padding: 25px 16px 20px;
  padding-right: 40px;
}

.accordion-body {
  padding-top: 0 !important;
  padding: 20px 16px;
}

.accordion-body p {
  color: #424242;
  line-height: 130%;
}

.accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-button .accordion-icon {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: all 0.2s;
}

.accordion-button.collapsed .accordion-icon {
  transform: rotate(0deg);
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev,
.slick-next {
  width: 48px;
  height: 48px;
  background-size: cover;
  z-index: 9;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  background-image: url(../img/slick-left-arrow.svg);
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
  background-image: url(../img/slick-right-arrow.svg);
}


.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 60px;
}

.slick-dots {
  bottom: 0;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li button {
  background: #16A34A;
  opacity: 0.2;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  padding: 0;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-dots li {
  width: 8px;
  height: 8px;
}

.how-work-section .title {
  margin-bottom: 40px;
}

.slick-slide {
  padding: 0 10px;
}

.slick-slider {
  margin: 0 -10px;
}

.how-work-slider .slick-track {
  display: flex !important;
}

.how-work-slider .slick-slide {
  height: auto;
  display: flex !important;
}

.how-work-slider .slick-slide>div {
  display: flex;
  width: 100%;
}

.how-work-section {
  overflow: hidden;
}

.how-work-section .container {
  overflow: visible;
}

.how-work-section {
  overflow: hidden;
}

.how-work-slider .slick-list {
  padding-right: 300px;
  margin-right: -300px;
}

.top-bar,
.banner-content ul li,
.title h4,
.card-sm p,
.book-service-card p.small,
.badge-custom {
  font-size: 14px;
}

.copyright p,
.cleanair-tags-list span {
  font-size: 15px;
}

body,
p,
.navbar-custom .green-btn,
.claim-discount-content .btn,
span.step-count,
.policy-links,
.coverage-tags-list span,
.coverage-location-card a,
.customer-name,
.customer-info .location,
.accordion-button {
  font-size: 16px;
}

.btn,
.no-bg-btn,
h6,
.how-work-card p,
h4,
.cleanair-content p,
.working-time p,
.testimonials-card p,
.book-service-card p,
.accordion-body p {
  font-size: 18px;
}

h3,
.cleanair-content .btn-field .btn,
.coverage-location-card .location-name,
.book-service-card .book-online-btn {
  font-size: 20px;
}

.how-work-card h3,
.book-service-card h3,
.book-service-card .call-btn {
  font-size: 24px;
}

h2 {
  font-size: 48px;
}

h1 {
  font-size: 56px;
}

.stats-count {
  font-size: 60px;
}