body {
    font-family: 'Manrope', sans-serif;
    overflow-x: hidden;
    max-width: 100%;
    font-size: 1rem;
    font-weight: 500;
    line-height: 140%;
    color: #131313;
}

/*main {
  position: relative;    
  min-height: 100vh;
}

main::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("../img/lines.svg") center top repeat-y;
  opacity: 0.5;
  pointer-events: none; 
  z-index: 0;
}*/
.container {
  max-width: 1440px; 
  width: 100%;  
  padding-left: 1rem; 
  padding-right: 1rem;
}
.text-success {
    --bs-text-opacity: 1;
    color: rgb(96 178 56) !important;
}
.py-10 {padding-top: 140px; padding-bottom: 140px;}
.py-8 {padding-top: 110px; padding-bottom: 110px;}

.card {border: none;}

#header {    min-height: 100px;}

 /* Desktop dropdown hover */
    #header .dropdown:hover > .dropdown-menu { display: block; }
    /* Nested submenus on hover */
    #header .dropdown-submenu:hover > .dropdown-menu { display: block; }

    /* Remove list markers */
    #header nav ul,
    #header nav ul li,
    #header .dropdown-menu,
    #header .dropdown-menu ul,
    #header .dropdown-menu li {
      list-style: none !important;
      margin: 0;
      padding: 0;
    }
    #header nav ul li::marker,
    #header .dropdown-menu li::marker { content: none !important; }
    #header nav ul li::before,
    #header .dropdown-menu li::before { content: none !important; }

    .dropdown-submenu { position: relative; }
    .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; }

    /* Mobile menu styling */
    .mobile-menu {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      max-width: 100%;
      height: 100%;
      background: #fff;
      overflow-y: auto;
      transition: right 0.3s;
      z-index: 1050;
      padding: 60px 1rem;
      display: flex
;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    }
    .mobile-menu a {
    text-decoration: none;
}
.breadcrumbs {
  font-size: 14px;
  margin: 20px 0;
  color: #666;
}

.breadcrumbs a {
  color: #131313;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumbs a:hover {
  color: #60b238;
  text-decoration: underline;
}

.breadcrumbs span {
  color: #999;
}

.breadcrumbs .separator {
  margin: 0 6px;
  color: #ccc;
}

#mobile-menu a {color: #131313;}
#mobile-menu a:hover {color: #60b238;}
#mobile-menu .btn-primary {color: #fff;}
   .mobile-nav-toggle {
--bs-btn-font-weight: 800;
    --bs-btn-color: #60b238;
    --bs-btn-hover-color: #60b238;
    --bs-btn-active-color: #60b238;
    font-size: calc(2rem + .9vw) !important;
}
    .mobile-menu.open { right: 0; }
    /* Close button inside mobile menu */
    .mobile-menu .btn-close {
      position: absolute;
      top: 1rem;
      right: 1rem;
      z-index: 1060;
    }
    
    /* Remove default list markers in mobile menu */
    #mobile-menu ul,
    #mobile-menu li {
      list-style: none;
      padding-left: 0;
      margin: 0;
    }
    .mobile-menu .submenu { display: none; padding-left: 1rem; }
    .mobile-menu .submenu.show { display: block; }

    /* Hero overlay stacking */
    #hero {margin-top: 2rem;min-height: 60rem;}
    #hero .overlay { z-index: 1; }
    #hero .container { position: relative; z-index: 2; }

    .nav-link { font-size: 1rem; }
.nav-link:hover { color: #60b238; }
    .fs-7 { font-size: 0.8rem; }

    .bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(96 178 56) !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: #ffc938 !important;
}
.badge {white-space: initial;}
.btn-primary {
    background-color: #60b238;
    border-color: #60b238;
    transition: .3s ease, opacity .4s;
}

.btn-primary:hover {
    opacity: 0.9;
    background-color: #60b238;
    border-color: #60b238;
    transition: .3s ease, opacity .4s;
}

.btn:active {
    background-color: #ffc938;
    border-color: #ffc938;
    transition: .3s ease, opacity .4s;
}

a {
    color: #60b238;
    text-decoration: underline;
}

.form-control:focus {
    border-color:#60b238;
    box-shadow: var(--bs-box-shadow-sm) !important;
    transition: .3s ease, opacity .4s;
}
.text-main {color: #60b238 !important;}
#hero strong {color: #60b238 !important;}
.starter-step {
    border: 2px solid #ffc938;
    border-radius: 50px;
    width: 68%;
    padding: 6px;
}

.bi-telephone-fill, .bi-envelope-fill {color: #60b238;}
.header-phone {font-size: 1.2rem; color: #131313;font-weight: 800; text-decoration: none;}
.bg-warning {background-color: #ffc938!important;}
.header-email {font-size: 1.1rem; color: #131313;text-decoration: none;}

    .services-section { background: #f8fdfb url("../img/banner-two-shape.png") left 16% no-repeat;}
    .service-card { border: none; border-radius: 1rem; overflow: hidden; transition: transform .3s, box-shadow .3s; display: flex;  flex-direction: column;   position: relative;  overflow: hidden;  z-index: 1;}
    .service-card:hover { transform: translateY(-8px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
    .service-card img { width:100%; height:200px; object-fit:cover; }
    .service-card-body { padding: 1.5rem; display: flex; display: flex; flex-direction: column;   position: relative;  z-index: 1; flex-grow: 1;}
    .service-card-body h5 { color:#60b238 ;font-weight:600; margin-bottom: .75rem; font-size: 1.4rem;}
    .service-card-body p { flex-grow:1; color:#6c757d; }
    .service-card-body .btn-link { margin-top:1rem; font-weight:500;  margin-top: auto; /* прижимает ссылку к низу */ }

    /* Icon вместо картинки */
.service-icon {
  font-size: 2rem;
  display: none;
  color: #ffc938;
  margin-bottom: 1rem;
}
#faq {background: url("../img/banner-two-shape2.png") right 70% no-repeat;}
.service-image {
  width: 100%;
  height: 280px; /* можно варьировать по дизайну */
  background-size: cover;
  background-position: center;
  border-top-left-radius: 0.375rem; /* скругление если нужно */
  border-top-right-radius: 0.375rem;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ffc938;
    --bs-btn-border-color: #ffc938;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ffc938;
    --bs-btn-hover-border-color: #ffc938;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ffc938;
    --bs-btn-active-border-color: #ffc938;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ffc938;
    --bs-btn-disabled-border-color: #ffc938;
}
.bi-star-fill {color: #ffc938;margin-right: 0;}

.service-icon-green {
  font-size: 2rem;
  display: none;
  color: #ffc938;
  margin-bottom: 1rem;
}

#services a {color: #ffc938;
    text-decoration: underline;font-size: 1rem;}

.bi-bookmark-star,.bi-chat-left-text-fill  {margin-right: 10px;}

/* style="--icon-content: '\F2CD';" */
/*.service-card::after {
  content: var(--icon-content);
    font-family: "bootstrap-icons";
    position: absolute;
    bottom: 6px;
    right: -41px;
    font-size: 19rem;
    color: #ffca3812;
    transform: rotate(37deg);
    pointer-events: none;
    z-index: 0;
}*/

#services span {font-size:2.5rem;color:#143918;letter-spacing:-1px;background: linear-gradient(90deg, #60b238 0%, #ffc938 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}

  /* Круг с номером шага */
  .step-circle {
    width: 80px; height: 80px;
    background: #ffc938;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(177, 139, 13, 0.3);
  }

  .text-yellow {color:#ffc938;}
  .form-check-input:checked {
    background-color: #60b238;
    border-color: #60b238;
}

  .text-gradient {
    background: linear-gradient(90deg, #60b238 40%, #ffc938 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .accordion-button {
    background-color: #fff;
    border: none;
    font-size: 1rem;
    transition: background-color .3s, box-shadow .3s;
    font-size: 18px;
    font-weight: 800;
        border-radius: 12px;
  }
  .accordion-body {border-radius: 14px;}
  .accordion-button:not(.collapsed) {
    background-color: #e9f9f3;
    box-shadow: inset 4px 0 0 #60b238;
    color: #131313;
  }
  .accordion-button:focus {
    box-shadow: none;
    box-shadow: inset 4px 0 0 #60b238;
  }
  .accordion-body {
    background-color: #fff;
    border-top: none;
  }

  #starter {
    background: url("../img/contact-shape.png") left top no-repeat;
  }
  .service-card h5 {color: #131313;transition: color 0.2s ease;}
   .service-card h5:hover {color: #60b238;transition: color 0.2s ease;}
.service-card .btn-link {color: #131313!important;}
  .service-card .btn-link:hover {color: #60b238!important;}
.shadow-sm {
        box-shadow: 0px 0rem 2rem 1px rgba(0, 0, 0, 0.075) !important;
}
 /* #steps {background: url("../img/banner-two-shape2.png") right 70% no-repeat;} */
#contacts {background: #f8fdfb url("../img/contact-shape.png") left top no-repeat;}
  #reviews {background: #f8fdfb url("../img/banner-two-shape.png") left 16% no-repeat;}
   /* Дополнительные стили */
  #reviews .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #60b238;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 1;
    transition: background .2s;
    color: #fff;
  }
  #reviews .owl-nav button:hover {
    background: #60b238;
    opacity: 0.9;
  }
  #reviews .owl-nav .owl-prev { left: 10px; }
  #reviews .owl-nav .owl-next { right: 10px; }
  #reviews .owl-dots { text-align: center; margin-top: 1rem; }
  #reviews .owl-dots .owl-dot span {
    width: 10px; height: 10px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    transition: background .2s;
  }
  #reviews .owl-dots .owl-dot.active span {
    background: #60b238;
  }


  .pattern-bg {
    background-color: #f8fdfb;
    /* background-image: url('path/to/pattern.svg'); */
    /* background-repeat: repeat; */
  }
.step-circle {
  /* фиксированная ширина и высота */
  width: 80px;
  height: 80px;

  /* запретить сжатие в flex-контейнере */
  flex-shrink: 0;

  /* центрирование цифры */
  display: flex;
  align-items: center;
  justify-content: center;

  /* скругление */
  border-radius: 50%;
  
  /* ваш фон и текст */
  background-color: #ffc938;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}

/* На очень узких экранах можно уменьшить размер */
@media (max-width: 576px) {
  .step-circle {
    width: 60px;
    height: 60px;
    font-size: 1rem;
  }

}

   /* Размеры иконок шагов */
  .step-icon {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Номера шагов */
  .step-number {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }
  /* Отступы между шагами на мобильных */
  .step-item + .step-item {
    margin-top: 2rem;
  }
  @media (min-width: 768px) {
    /* На планшетах и выше: убираем вертикальные отступы и выравниваем по одной линии */
    .step-item + .step-item {
      margin-top: 0;
    }
           #hero {
        margin-top: 6rem;
    }
  }

  .bg-success {
    background-color: #60b238!important;
     background: #60b238!important;
}

  .yandex-rating .stars i {
    margin-right: 2px;
  }
  .yandex-rating .stars i:last-child {
    margin-right: 0;
  }
  .yandex-rating .rating-title {
    font-size: 0.85rem;
    color: #143918; /* ваш темно-зеленый цвет */
  }
  .yandex-rating .rating-subtext {
    font-size: 0.75rem;
  }

    .social-block {
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
  }
  .social-label {
    color: #000000;
    font-weight: 500;
    font-size: 1rem;
    white-space: nowrap;
  }
  .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s;
  }
  .social-icon:hover {
    transform: scale(1.1);
  }
  .social-icon.whatsapp { background: #25D366; }
  .social-icon.telegram { background: #0088CC; }
  .social-icon i {
    font-size: 1.2rem;
  }
  @media (max-width: 767.98px) {
    /* На мобильных: убираем padding и центрируем только иконки */
    .social-block {
      padding: 0.5rem;
    }
    .p-5 {
    padding: 2rem !important;
}
    .btn-primary {font-size: 1.1rem !important;}
    .social-icon {
      width: 36px;
      height: 36px;
    }
     #hero {margin-top: 6rem;min-height: 60rem;padding-top: 3rem;padding-bottom: 3rem;}
     .starter-step {
    border: 2px solid #ffc938;
    border-radius: 50px;
    width: 100%;
    padding: 4px;
}
  }

:root {
    --input-border-radius: 5px;
}

.wp-block-list li {margin-left: 25px;}

.calc-form {
    color: #374151;
    border: 1px solid #f1f1f1;
}

.calc-footer {
    background-color: #f1f1f1;
}

.calc-form a {
    color: #14956a;
}

.calc-submit {
    background-color: #60b238 !important;
}

.calc-inp, .calc-checkbox + label::before, .choices .choices__inner, .calc-toggle-container {
    background-color: #f9fafb;
    border-color: #c0c4c9;
    border-bottom-width: 2px;
}

.calc-toggle-container span.current {
    background-color: #eee;
}

.calc-radio + label:after {
    background-color: #8a8a8a;
}

.calc-checkbox + label:after {
    border-color: #8a8a8a;
}


.calc-toggle-button {
    background-color: #f9fafb;
    border-color: #c0c4c9;
}

.calc-toggle-button.current {
    box-shadow: none;
}

.calc-toggle-button .calc-icon {
    color: #60b238;
}


.id-footer a {
    color: #131313;
    font-size: 0.9em;
}

.id-footer a:hover {
    color: #60b238;
    font-size: 0.9em;
}


@media (width: 1280px) and (height: 800px),
       (width: 1280px) and (height: 1024px) {
  .yandex-rating {
    display: none !important;
  }
}

@media (width: 320px) and (height: 480px),
       (width: 320px) and (height: 568px),
       (width: 360px) and (height: 780px) {
  .social-block {
    display: none !important;
  }
}
