/*========================
         Theme Fonts 
==========================*/
/* --------------------------
!! FONT-WEIGHT !!
+--------------+--------------+
| FONT-WEIGHT  | Value        |
+--------------+--------------+
| thin         | 100          |
| ex-light     | 200          |
| light        | 300          |
| regular      | 400          |
| medium       | 500          |
| semi-bold    | 600          |
| bold         | 700          |
| ex-bold      | 800          |
| black        | 900          |
+--------------+--------------+ 

/* ------Staatliches Font------ */
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');

/* ------Inter Font------ */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* =====================================
         SITE GLOBAL STYLE CSS
======================================== */
:root {
    --bs-primary: #5B7D5A;
    --bs-secondary: #c2ce9e;
    
    --bs-dark: #27221f;
    
    
    --bs-primary-rgb: 91, 125, 90;
    --bs-secondary-rgb: 194, 206, 158;
    
    --bs-dark-rgb: 39, 34, 31;
    
    --bs-font-sans-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-heading: "Staatliches", sans-serif;
    --bs-body-font-size: 20px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 30px;
    --bs-body-letter-spacing: 0;
    
    --bs-body-bg: #F9F4F1;
    --bs-body-color: #27221F;
    --bs-body-color-rgb: 39, 34, 31;
  
}
*,
body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}
html,
body {
    margin: 0;
    padding: 0;
    overscroll-behavior: none;
    scroll-behavior: smooth;
}
body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    padding-right: 0 !important;
    letter-spacing: var(--bs-body-letter-spacing);
}
:focus-visible {
    outline: none;
}
/* !!! Improve media defaults !!! */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
/* !!! Remove built-in form typography styles !!! */
input,
button,
textarea,
select {
  font: inherit;
}
textarea {
  resize: none;
}
/* !!! Set core root defaults !!! */
html:focus-within {
  scroll-behavior: smooth;
}
/* !!! A elements that don't have a class get default styles !!! */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a,
.btn,
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
:focus,
:active,
.active {
  outline: 0 none;
}
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  transition: 0.4s ease-in-out;
}
.form-control:focus,
.form-select:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
[type="reset"]:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
select,
select:hover,
select:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search" i]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  /* display: none; */
}
/* =================================
        SITE TYPOGRAPHY CSS  
/* ================================= */
p:empty {
    display: none;
}
p:last-child {
    margin-bottom: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
label,
a,
li {
    overflow-wrap: break-word;
    word-break: break-word;
}
a {
    color: var(--bs-primary);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
svg,
svg * {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.display-1,
.display-2,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bs-font-heading);
    font-weight: normal;
    margin-bottom: 16px;
    color: var(--bs-dark);
}
.h1,
h1 {
    font-size: 96px;
    text-transform: uppercase;
    line-height: 97px;
    letter-spacing: -1.92px;
}
.h2,
h2 {
    font-size: 76px;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: -1.4px;
}
.h3,
h3 {
    font-size: 56px;
    line-height: 79px;
    letter-spacing: -1.1px;
    text-transform: uppercase;
}
.h4,
h4 {
    font-size: 30px;
    line-height: 28px;
    letter-spacing: -0.2px;
}
.h5,
h5 {
    font-size: 26px;
    line-height: 46px;
    letter-spacing: -0.5px;
}
h6,
.h6 {
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: -0.27px;
}
small,
.small {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}
.fw-medium {
    font-weight: 500 !important;
}
.body2{
  font-size: 18px;
  line-height: 28px;
}
b,
strong {
    font-weight: 700;
}
/* ============================================= */
/* !!!!             ALL BTN CSS             !!!! */
/* ============================================= */
.btn {
  --bs-btn-padding-x: 26px;
  --bs-btn-padding-y: 18px;
  --bs-btn-font-family:  "Staatliches", sans-serif;
  --bs-btn-font-size: 30px;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 28px;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 0px;
  --bs-btn-border-radius: 8px;
  --bs-btn-focus-box-shadow: none;
  letter-spacing: -0.2px;
}
.btn-primary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-dark);
  --bs-btn-hover-border-color: var(--bs-dark);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-dark);
  --bs-btn-active-border-color: var(--bs-dark);
}
.btn-secondary{
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-dark);
  --bs-btn-border-color: var(--bs-dark);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
}
.btn-tertiary{
  --bs-btn-color: var(--bs-dark);
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
}

/* =========================
          COMMON CSS             
/* ========================= */
.bg_white{
  background-color: var(--bs-white);
}
.bg_secondary{
  background-color: var(--bs-secondary);
}
.bg_primary{
  background-color: var(--bs-primary);
}
.text_white{
  color: var(--bs-white);
}
.text_gray{
  color: var(--bs-dark);
}
.padding_80{
  padding-top: 80px;
  padding-bottom: 80px;
}
.bg_light_gray{
  background-color: rgba(0, 0, 0, 0.025);
}
/* ======================
        NAVIGATION              
========================= */
.custom-navbar{
  padding: 24px 0;
}
.custom-navbar .left-container{
  background-color: var(--bs-white);
  padding: 16px;
  border-radius: 16px;
  gap: 6px;
}
.navbar-brand.site-title{
  font-size: 32px;
  font-family: "Staatliches", sans-serif;
  line-height: 36px;
  color: var(--bs-primary);
}
.navigation-wrapper .nav .nav-link{
  color: var(--bs-dark);
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05px;
  padding: 6px 0px;
}
.navigation-wrapper .nav .nav-link:hover{
  color: var(--bs-primary);
}
.navigation-wrapper a.nav-link.active{
  color: var(--bs-primary);
}
.navigation-wrapper .nav.menu-pill{
  gap: 32px;
}
/* Toggle icon */
.menu-toggle .icon-close {
  display: none;
}
.menu-toggle.is-open .icon-hamburger {
  display: none;
}
.menu-toggle.is-open .icon-close {
  display: inline;
}
/* Mobile menu overlay */
.mobile-menu {
  position: fixed;
  top: 106px;
  right: -100%;
  width: 100%;
  z-index: 999;
  transition: right 0.35s ease;
  overflow-y: auto;
}
/* When user is logged in */
body.admin-bar .mobile-menu {
    top: 145px;
}
/* Show menu */
.mobile-menu.is-open {
  right: 0;
}
/* Inner white card */
.mobile-menu-inner {
  background: #fff;
  border-radius: 16px;
  padding: 12px 24px;
  margin: 0px 20px 20px;
}
/* Menu links */
.mobile-menu-inner .nav-link {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #111;
  padding: 8px 0;
}
body.menu-open {
  overflow: hidden; /* Lock body scroll */
}
.navbar-toggler.menu-toggle{
    background: var(--bs-dark);
    padding: 0;
    height: 32px;
    width: 32px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-right: 16px;
}

/* ================================ */
/*           Banner Section         */
/* ================================ */
.hero_banner{
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 935px;
  margin-top: -116px;
  padding-top: 116px;
}
.hero_banner .banner_content{
  padding-top: 86px;
  padding-bottom: 120px;
}
.hero_banner .banner_content p{
  max-width: 587px;
}
@media(max-width: 1399px){
  .hero_banner{
    min-height: calc(100vh + 100px);
  }
}
@media(max-width: 768px){
  .hero_banner{
    background-position: bottom right;
  }
}
/* ================================ */
/*               Footer             */
/* ================================ */
.site_footer{
  background-color: var(--bs-primary);
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  color: #fff;
  padding: 48px 0;
  margin-top: 80px;
}
.site_footer .site-title{
  color: var(--bs-white);
  font-size: 52px;
  font-family: "Staatliches", sans-serif;
  line-height: 41px;
}
.site_footer p.footer-text{
  max-width: 270px;
  margin-top: 10px;
}
.footer-menu li:not(:last-child) {
  margin-bottom: 16px;
}
.footer-menu li a,
.footer-menu li{
 color: var(--bs-white);
 font-size: 16px;
 line-height: 24px;
 letter-spacing: 0.3px;
 font-weight: 500;
 text-transform: uppercase;
 max-width: 260px;
 transition: 0.3s all ease-in;
}
.footer-menu li a:hover,
.footer-menu li:hover{
  color: var(--bs-black);
}
/* .footer-menu-contact li a,
.footer-menu-contact li{
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
      letter-spacing: 0.3px;
    font-weight: 500;
} */
.footer-bottom{
  margin-top: 70px;
}
.footer-social{
  gap: 18px;
}
/* ============================= */
/*        Feature strip          */
/* ============================= */
.features-strip {
  margin-top: -50px; 
}
.features-wrapper {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 48px;
}
.feature-item {
  height: 100%;
}
.feature-icon {
  width: 89px;
  height: 89px;
  background: var(--bs-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feature-content p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 24px;
  color: var(--bs-dark);
}
/* ======================== */
/*        CTA SECTION       */
/* ======================== */
.cta_wrapper{
  background-color: var(--bs-primary);
  padding: 32px;
  border-radius: 16px;
}
.cta_wrapper .image_block,
.cta_wrapper .image_block img{
  border-radius: 8px;
}
.cta_wrapper h2{
  line-height: 92px;
}
/* .cta_wrapper .btn{
  padding: 10px 16px;
} */
.cta_wrapper .btn:hover{
  color: var(--bs-dark);
  background-color: var(--bs-secondary);
}
/* ========================= */
/*       HOW it works        */
/* ========================= */
.step-card {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}
.step_top {
  background: #ffffff;
  padding: 22px 16px;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.step_top h4{
  color: #C3C3C3;
  line-height: 28px;
  margin-bottom: 24px;
}
.step_top p{
  font-size: 18px;
  line-height: 28px;
}
.step_top p:not(:last-child){
  margin-bottom: 8px;
}
/* Image placeholder */
.step-image {
  background: #3a3a3a;
  border-radius: 0px;
  /* height: 267px; */
  margin-top: auto;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.step-image img{
  max-height: 267px;
  width: 100%;
  object-fit: cover;
  object-position: center;
   border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.heading_wrapper p{
  max-width: 560px;
  margin: auto;
}
.how-it-works .heading_wrapper{
  margin-bottom: 50px;
}
.how_it_work_row.row:not(.g-0){
  --bs-gutter-x: 24px;
}
/* ========================= */
/*      get started          */
/* ========================= */
.get_started{
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 710px;
}
.get_start_wrapper p{
  max-width: 570px;
  margin: auto;
}
.get_start_wrapper .btn{
  margin-top: 64px;
}
/* ============================ */
/*         Pick A PLAN          */
/* ============================ */
.pick_plan .heading_wrapper{
  margin-bottom: 64px;
}
.pricing-card {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 40px;
  background-color: var(--bs-white);
}
.pricing-card h5{
  font-size: 36px;
}
.pricing-card p{
  font-size: 16px;
  line-height: 26px;
  color: #9CA3AF;
  font-weight: 400;
  letter-spacing: 0px;
}
.pricing-card--popular {
  border: 4px solid #4f7f5f;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.pricing-card .text_offer{
  color: var(--bs-primary);
}
.pricing-card h3{
  font-size: 40px;
  font-family: "Inter",sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 58px;
}
.pricing-card h3 small{
  font-size: 16px;
  color: #9CA3AF;
  font-weight: 400;
  line-height: 0px;
}
.pricing-card .btn{
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.6px;
}
.pricing-card ul{
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 0 17px;
}
.pricing-card ul li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 158%;
}
.pricing-card .small{
  font-size: 16px;
  line-height: 22.4px;
}
.feature-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 14px;
}
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/%3E%3C/svg%3E")
    no-repeat center / contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/%3E%3C/svg%3E")
    no-repeat center / contain;
}
.addon-box{
  background-color: var(--bs-secondary);
  position: relative;
  padding: 32px 16px 16px;
}
.add-on-badge{
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--bs-primary);
  color: var(--bs-white) !important;
  padding: 2px 10px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.addon-box .plan-header{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.addon-box .subscrition-invoice{
  font-size: 16px;
  line-height: 140%;
}
.addon-box .btn{
  padding: 10px 20px;
  border: 1px solid var(--bs-dark);
  color: var(--bs-dark);
}
.addon-box .btn:hover{
  background-color: var(--bs-dark);
  color: var(--bs-white);
}
.pricing-card:not(.pricing-card--popular) .btn-secondary{
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: transparent;
  color: var(--bs-dark);
}
.pricing-card:not(.pricing-card--popular) .btn-secondary:hover{
  border: 1px solid var(--bs-dark);
  background-color: var(--bs-dark);
  color: var(--bs-white);
}
.pricing-card.pricing-card--popular .feature-list li::before{
  background: var(--bs-primary);
}
.pricing-card .badge-popular {
  background-color: var(--bs-primary);
  position: absolute;
  top: 0px;
  right: 0;
  color: var(--bs-white);
  border-bottom-left-radius: 12px;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 22px;
}
.pick_plan_turf .heading_wrapper{
  margin-bottom: 64px;
}
/* ================================= */
/*           FAQ WRAPPER             */
/* ================================= */
.faq_wrapper .header_wrapper{
  margin-bottom: 64px;
}
.faq-image-box img {
  max-width: 100%;
  border-radius: 16px;
}
.accordion-button {
  font-weight: 600;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--bs-primary);
  box-shadow: none;
}
.accordion-item {
  border: none;
  border-bottom: none;
  background-color: var(--bs-white);
  border-radius: 16px;
  margin-bottom: 16px;
}
.accordion-item h5{
  font-size: 26px;
  line-height: 46px;
  font-weight: 400;
}
.accordion-item:first-of-type,
.accordion-item:first-of-type>.accordion-header .accordion-button{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed,
.accordion-item:last-of-type{
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.accordion-button{
  background-color: var(--bs-white);
  padding: 16px;
  font-size: 26px;
  line-height: 48px;
  font-weight: 400;
  border-radius: 16px;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin-left: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease, background-image 0.3s ease;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}
.accordion-body{
  padding-top: 0;
  padding-right: 58px;
}
.accordion-body a:hover{
  color: var(--bs-secondary);
}
.faq-contact a{
  color: var(--bs-dark);
}
.faq-contact a:hover{
  color: var(--bs-primary);
}
/* =========================== */
/*         GET A QUOTE         */
/* =========================== */
.free_quote_wrapper .form_wrapper .form-control{
  background-color: var(--bs-white);
  border: 1px solid var(--bs-white);
  padding: 17px;
  border-radius: 8px;
}
.free_quote_wrapper .form_wrapper .form-control::placeholder{
  color: #515151;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
 
}
.free_quote_wrapper .form_wrapper .btn{
  /* margin-top: 64px; */
  min-width: 250px;
  height: 63px;
}
.free_quote_wrapper .heading_wrapper{
  margin-bottom: 64px;
}
/* ========================== */
/*     Testimonial wrapper    */
/* ========================== */
.testimonial_section .heading_wrapper{
  margin-bottom: 64px;
}
.testimonial_section .testimonial_row{
  row-gap: 32px;
}
.testimonial_box{
  padding: 24px;
  border-radius: 8px;
  background-color: var(--bs-white);
  height: 100%;
}
.profile img{
  border-radius: 50px;
  height: 74px;
  width: 74px;
  object-fit: cover;
}

.testimonial_header{
  gap: 12px;
}
.testimonial_header h4{
  margin-bottom: 6px;
  line-height: 28px;
}
.testimonial_rating{
  gap: 5px;
}
.profile_post{
  font-size: 14px;
  font-weight: light;
  line-height: 20px;
}
/* ============================ */
/*       social media grid      */
/* ============================ */
.follow-card {
  background-color: var(--bs-white);
  border-radius: 16px;
  padding: 40px;
}
.follow-card h2{
  line-height: 120%;
}
.image-box {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.follow_us_row.row:not(.g-0) {
  --bs-gutter-x: 18px;
  --bs-gutter-y: 18px;
}

.social-icons img{
  width: 70px;
  height: 70px;
}
/* ============================ */
/*      Service Inner Banner    */
/* ============================ */
.inner_banner{
  padding: 100px 0 140px;
}
.banner_inner_wrapper p{
  max-width: 580px;
  margin: 0 auto 16px;
}
.inner_banner .btn_wrapper{
  margin-top: 32px;
}
/* ============================= */
/*         Odd Even Block        */
/* ============================= */
.odd_even_block .content_block h3{
  line-height: 103%;
}
.odd_even_block .image_block img{
  border-radius: 16px;
  /* width: 100%; */
}
.content_first .content_block{
  padding-right: 20px;
  padding-left: 0;
}
/* =========================== */
/*          Blog Section       */
/* =========================== */
.blog_card{
  background-color: var(--bs-white);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.blog_card:hover{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.blog_content{
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog_card .blog_content{
  padding: 20px 16px;
}
.blog_card .blog_content h4 a{
  color: var(--bs-dark);
}
.blog_card .blog_content h4 a:hover{
  color: var(--bs-primary);
}
.blog_meta_detail {
    margin-top: auto;
}
.blog_card .blog_img,
.blog_card .blog_img img{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.blog_card .blog_img img{
  min-height: 320px;
  max-height: 320px;
  width: 100%;
  object-fit: cover;
}
.blog_meta_detail{
  font-size: 16px;
  line-height: 28px;
}
.blog_meta_detail .category {
  border: 1px solid var(--bs-primary);
  padding: 0px 8px;
  border-radius: 8px;
}
.latest_post .heading_wrapper{
  margin-bottom: 64px;
}
.latest_post_row{
  row-gap: 32px;
}
.show_more{
  margin-top: 64px;
}
/* ============================ */
/*        Review section        */
/* ============================ */
.success_title {
  line-height: 1.2;
}
.review_inner_box {
  padding: 40px 20px;
  border-radius: 10px;
  height: 100%;
}
.review_inner_box h3{
  line-height: 1.1;
}
.review_inner_box p {
  margin: 0;
  font-size: 18px;
}
.rating_row{
  row-gap: 32px;
}
/* ========our team ============= */
.team_section .heading_wrapper{
  margin-bottom: 42px;
}
.team_card {
  background: #fff;
  border-radius: 8px;
  padding: 18px;
  gap: 24px;
}
.team_img {
  flex: 0 0 40%;
  border-radius: 6px;
  overflow: hidden;
}
.team_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team_content {
  flex: 1;
}
.team_role {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6c757d;
  margin-bottom: 4px;
}
.team_socials a {
  margin-right: 12px;
  color: #333;
  font-size: 18px;
  border-radius: 50px;
  padding: 4px;
}
.team_socials a:hover{
  background-color: var(--bs-secondary);
}
.team-nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 60px;
}
.team-prev,
.team-next {
  width: 40px;
  height: 40px;
  padding: 6px;
  border-radius: 100px;
  background: #fff; 
  transition: all 0.3s ease-in;
}
.team-prev:hover,
.team-next:hover{
  background: var(--bs-secondary); 
}
.swiper-button-prev.team-prev,
.swiper-button-next.team-next{
  top: auto;
  bottom: 4px;
}
.swiper-button-prev.team-prev{
  left: auto;
  right: calc(40px + 20px);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 14px;
  color: #333;
}
/* =========contact us =========== */
.contact-details{
  padding-bottom: 60px;
}
 .contact_banner {
  padding: 100px 0 120px;
} 
.contact-details .contact-details-inner-wrapper{
  background-color: var(--bs-white);
  padding: 32px 28px;
  border-radius: 16px;
}
.form_cont_wrapper{
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
.form-label,
label{
  font-family: "Staatliches", sans-serif;
  margin-bottom: 6px;
}
.wpcf7-not-valid-tip{
  font-size: 18px;
}
.wpcf7 form.sent .wpcf7-response-output{
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}
.form_cont_wrapper .form-control{
  background-color: var(--bs-white);
  border: 1px solid var(--bs-white);
  padding: 14px 12px;
}

.map_block iframe{
  border-radius: 16px;
  min-height: 240px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid var(--bs-secondary);
}
.form-control::placeholder {
  color: rgba(39, 34, 31, 0.6);
  font-size: 16px;
  opacity: 1; 
}

.contact-details .feature-content p a{
  color: var(--bs-dark);
}
.contact-details .feature-content a:hover{
  color: var(--bs-primary);
}
/* ==========choose a plan =========== */
.choose_plan .nav-pills .nav-link{
  background-color: transparent;
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}
.choose_plan .nav-pills .nav-link.active{
  background-color: var(--bs-primary);
   color: var(--bs-white);
}
.choose_plan .tab-content .plan-intro{
  max-width: 560px;
  margin: auto auto 32px;
}
/* ================================ */
/*             FAQ Page             */
/* ================================ */
.content_block_list {
  position: relative;
}
.content_block_list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.content_block_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background: var(--bs-primary);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/%3E%3C/svg%3E")
      no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/%3E%3C/svg%3E")
      no-repeat center / contain;
}
.single_post{
  padding: 40px 0 80px;
}
.feature_img img{
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.single_post .blog_meta_detail {
    font-size: 18px;
    line-height: 28px;
}
.single_post .post_content{
  padding-top: 64px;
  max-width: 900px;
  margin: 0 auto;
}
/* ==========booking page ======= */
.inner_banner.book-now-banner{
  padding: 100px 0;
}
.sng-button.sng-button-submit,
#sng_sign_up_button,
#sng_free_quote{
    color: var(--bs-dark);
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    padding : 18px 26px;
    font-family: "Staatliches", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
    border-radius: 8px;
    box-shadow: none;
    letter-spacing: -0.2px;
    border-width: 0;
}
#sng_sign_up_button,
#sng_free_quote{
  margin-top: 12px;
  
}
.sng-button.sng-button-submit:hover,
#sng_sign_up_button:hover,
#sng_free_quote:hover{
  color: var(--bs-white);
  background-color: var(--bs-primary);
}
a#open-terms-of-service-modal{
  color: var(--bs-primary);
}
.book-now-banner .sng-zip-code{
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 42px;
}
.book-now-banner .sng-input.sng-zip-code-input{
  border-radius: 8px;
  border-width: 0px;
  background-color: var(--bs-white);
  padding: 19px 26px;
  height: 100%;
}
#last_time_yard_was_thoroughly_cleaned,
label[for="last_time_yard_was_thoroughly_cleaned"],
#last_time_yard_was_thoroughly_cleaned + .select2 {
    display: none !important;
}
@media(min-width: 1200px){
  .book-now-banner .sng-input.sng-zip-code-input{
      min-width: 400px;
  }
}
@media(max-width: 992px){
  .book-now-banner .sng-zip-code{
    flex-wrap: wrap;
  }
}
@media(max-width: 375px){
  .book-now-banner .sng-input.sng-zip-code-input{
    width: 100%;
  }
}
.sng-public-container{
  padding: 60px 24px 30px;
  display: flex;
  justify-content: center;
}
.page-content.sng-page-content{
  padding: 0 24px;
}
form#client_onboarding_form input[type="text"],
.sng-form-group .sng-readonly{
  padding: 12px 20px;
  border-radius: 8px;
  border-width: 0px;
}
.sng-pricing-table{
  padding: 50px 0 ;
}
.sng-service-plan.sng-service-plan-position-1,
.sng-service-plan.sng-service-plan-position-2{
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 60px 40px 40px;
  background-color: var(--bs-white);
  flex-basis: 100%;
  max-width: 460px;
}
.sng-service-plan-featured{
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px !important;
  border-top-right-radius: 5px !important;
  background-color: var(--bs-primary) !important;
  color: var(--bs-white);
  border-bottom-left-radius: 12px !important;
  padding: 8px 16px !important;
  font-size: 18px;
  line-height: 22px;
}
.sng-service-plan  .sng-service-plan-name{
  font-size: 36px;
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  line-height: 46px;
}
.sng-service-plan .sng-service-plan-price{
  padding: 8px 0;
}
.sng-service-plan .sng-service-plan-price .sng-price{
  font-size: 40px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  text-transform: none;
  line-height: 58px;
}
.sng-service-plan .sng-interval{
  font-size: 16px;
  color: #9CA3AF;
  font-weight: 400;
  line-height: 0px;
}
.sng-service-plan .sng-service-plan-callouts{
  font-size: 18px;
  padding-top: 20px;
}
.sng-service-plan-position-1 button.sng-select-service-plan,
.sng-service-plan-position-2 button.sng-select-service-plan{
  padding : 18px 26px;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    line-height: 28px;
    border-radius: 8px;
    box-shadow: none;
    border-width: 0;
    font-size: 20px;
    letter-spacing: 0.6px;
}
.sng-service-plan-position-1 button.sng-select-service-plan{
  background-color: var(--bs-dark);
}
.sng-service-plan-position-2 button.sng-select-service-plan{
  background-color: transparent;
  border-color: var(--bs-dark);
  border-width: 2px;
  color: var(--bs-dark);
}
.sng-service-plan-position-1 button.sng-select-service-plan:hover,
.sng-service-plan-position-1 button.sng-select-service-plan:active{
  background-color: var(--bs-primary);
}
.sng-service-plan-position-2 button.sng-select-service-plan:hover{
  background-color: var(--bs-dark);
  color: var(--bs-white);
}
.sng-service-plan-frequency{
  text-transform: capitalize;
  color: #9CA3AF;
}
.sng-service-plan-price{
  line-height: 58px;
}
.sng-service-plan-callouts li{
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  list-style: none;
  line-height: 25px;
  margin-bottom: 10px;

}
.sng-service-plan-callouts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/%3E%3C/svg%3E")
    no-repeat center / contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/%3E%3C/svg%3E")
    no-repeat center / contain;
}



.sng-service-plan.sng-service-plan-position-1 .sng-service-plan-callouts li::before{
  background: var(--bs-primary);
}
.sng-service-plan-callouts ul {
  padding-top: 18px;
}
.sng-call-to-action {
  padding: 30px 0 0px;
}
.sng-input-group.sng-note.sng-marketing{
  padding: 0px 0 24px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: var(--bs-primary);
}
.sng-form-group .select2.select2-container{
  border-radius: 8px;
  border-width: 1px;
  background-color: transparent;
}
#sng-service-plans-pricing{
  justify-content: center !important;
}
.is-label-invalid.just-validate-error-label{
  font-size: 16px !important;
  line-height: 22px;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
  border-width: 0px !important;
  padding: 12px 20px;
  border-radius: 8px;
}
#terms_of_service{
  width: 16px;
  height: 16px;
}
.select2-results__option {
    font-size: 18px;
    padding: 4px 6px;
}
.sng-choose-plan-title{
  text-align: center;
}
.sng-service-plan.sng-service-plan-position-1{
  border: 4px solid #4f7f5f;
}
.sng-page-content form#client_onboarding_form{
  width: auto;
  max-width: 900px;
}
.sng-page-content .sng-service-plans-wrap{
  width: auto;
  margin-left: 0;
}
#sng-service-plans-pricing{
  padding: 2rem 0 0 !important;
}
@media(max-width: 991px){
  #sng-service-plans-pricing{
    flex-wrap: wrap;
  }
  .sng-pricing-table {
    padding: 20px 0;
  }
  .sng-public-container{
    padding: 40px 24px 0px;
  }
  .page-content.sng-page-content {
    padding: 30px 24px 50px;
  }
  .sng-service-plans-wrap{
    padding: 0rem 0 !important;
  }
  .sng-service-plan.sng-service-plan-position-1,
  .sng-service-plan.sng-service-plan-position-2{
    padding: 50px 20px 40px;
  }
  .sng-service-plan .sng-service-plan-price {
    padding: 10px 0;
  }
  .sng-service-plan .sng-service-plan-callouts{
    padding-top: 10px;
  }
  .sng-service-plan.sng-service-plan-position-1, 
  .sng-service-plan.sng-service-plan-position-2{
    max-width: 540px;
  }
  .sng-page-content form#client_onboarding_form{
    max-width: 540px;
  }
}
.sng-form-group label{
    font-family: "Staatliches", sans-serif;
    margin-bottom: 6px;
    font-size: 20px;
    padding-bottom: 0 !important;
}
.sng-form-group{
  margin-bottom: 24px !important;
}
/* Target any form group that contains this specific input */
.sng-form-group:has(#selected_service_plan) {
    background: var(--bs-secondary);
    border-radius: 12px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.sng-form-group:has(#selected_service_plan) label{
    margin-bottom: 0 !important;
    width: 100%;
}
/* Style the label inside it */
.sng-form-group:has(#selected_service_plan) .sng-label {
    font-weight: 600;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    color: var(--bs-dark);
    white-space: nowrap;
    margin-bottom: 0;
}
.sng-input-group.sng-note.sng-marketing #sng_advertiser_privacy_policy{
  margin-top: 8px;
}
/* Style the input */
#selected_service_plan {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    font-weight: 600;
    color: var(--bs-dark);
    background-color: #ECF6CD;
    border-radius: 50px;
    font-size: 18px;
    cursor: default;
    display: flex;
    text-align: center;

}
.sng-privacy-policy-group{
  margin-top: 20px;
  font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #000;
}
#terms-of-service .content{
  max-height: 85% !important;
}
.StripeElement{
  border-bottom: 0 !important;
  padding: 12px 20px !important;
  border-radius: 8px !important;
}
.sng-cc-note {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 120%;
    margin-top: -12px;
}
.email-field-style{
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.form_wrapper.free_quote_form .wpcf7 input[type="text"] {
    height: 63px;
}
.form_wrapper.free_quote_form{
  position: relative;
}
.form_wrapper.free_quote_form .wpcf7-spinner{
  position: absolute;
  background-color: red;
  bottom: 20px;
  right: -10%;
}
.contact_form_wrapper{
  padding-top: 20px;
}
.contact_form_wrapper .contact-details-wrapper .item_box{
  background-color: var(--bs-white);
  margin-bottom: 24px;
  max-width: 85%;
  border-radius: 10px;
  padding: 18px 28px;
}
.contact_form_wrapper .contact-details-wrapper .item_box .icon_wrap{
  width: 72px;
  height: 72px;
  background: var(--bs-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 10px;
}
.contact_form_wrapper .contact-details-wrapper .item_box .content_wrap h5{
  line-height: 110%;
}
.contact_form_wrapper .contact-details-wrapper .item_box .content_wrap a{
  color: var(--bs-dark);
}
.contact_form_wrapper .contact-details-wrapper .item_box .content_wrap a:hover{
  color: var(--bs-primary);
}
.contact_form_wrapper .contact-details-wrapper .item_box:last-child{
  margin-bottom: 0px;
}
.error_wrapper p{
  max-width: 630px;
  margin: 0 auto;
}
.single_post_content h2{
  font-size: 32px;
  letter-spacing: 0;
}
.single_post_content p{
  margin-bottom: 24px;
}
