/* ===== Modern Reset (2025) ===== */

/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margins */
* {
  margin: 0;
  box-sizing: border-box;
}



/* Core defaults */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100dvh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;

}

/* Headings & text blocks */
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Lists */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

/* Media */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.elementor-widget-cleanzi_bg_video {
  position: absolute;
  height: 100%;
}

.elementor-widget-cleanzi_bg_video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.elementor-widget-cleanzi_bg_video .elementor-widget-container video,
.elementor-widget-cleanzi_bg_video .elementor-widget-container {
  height: 100%;
}

.elementor-widget-cleanzi_bg_video::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
}

.e-con.has-bg-video {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
}

.hero-custom {
  overflow: hidden;
}

.elementor-element-populated .elementor-background-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  opacity: 0 !important;
}



/* Forms */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button,
[type="button"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

:disabled {
  cursor: not-allowed;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Focus styles (accessible) */
:focus-visible {
  outline: 2px solid Highlight;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* =========================================
   Privacy Policy Page Styling
   Target: .content-page
========================================= */

.bpa-frontend-main-container {
  padding: 200px 0 100px;
}

.bpa-front-si-card {
  border-color: #0084FF !important;
}

.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body strong.--is-service-price {
  border-color: #0084FF;
}

/* Основная кнопка Next / Book / Submit */
.bpa-btn,
.bookingpress-btn,
.bookingpress-front-submit-btn {
  background-color: #006CFF !important;
  border-color: #006CFF !important;
  color: #fff !important;
}

/* Hover */
.bpa-btn:hover,
.bookingpress-btn:hover,
.bookingpress-front-submit-btn:hover {
  background-color: #0053c7 !important;
  border-color: #0053c7 !important;
}

/* Кнопки категорий */
.bpa-category-list .bpa-category-item.active,
.bpa-category-list .bpa-category-item:hover {
  background-color: #006CFF !important;
  border-color: #006CFF !important;
  color: #fff !important;
}

/* Кнопки выбора услуги */
.bpa-service-item:hover,
.bpa-service-item.active {
  border-color: #006CFF !important;
}

/* Цена — бейдж */
.bpa-badge-price {
  background-color: #006CFF !important;
  color: #fff !important;
}

/* Steps меню слева */
.bpa-step-nav-item.active .bpa-step-title,
.bpa-step-nav-item:hover .bpa-step-title {
  color: #006CFF !important;
}

.bpa-step-nav-item.active .bpa-step-icon,
.bpa-step-nav-item:hover .bpa-step-icon {
  background-color: #006CFF !important;
  border-color: #006CFF !important;
  color: #fff !important;
}

.content-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 20px;
  color: #0b2540;
  background: #fff;
  line-height: 1.75;
}

.content-page h1,
.content-page h2,
.content-page h3 {
  position: relative;
  margin-top: 1em;
  margin-bottom: 0.75em;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1F6FFF;
}

.content-page h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #1F6FFF, #73A4FF);
  border-radius: 3px;
}

.content-page h3 {
  color: #0b2540;
  font-size: 1.125em;
  font-weight: 600;
}

.content-page p {
  margin-bottom: 1.5em;
  font-size: 1rem;
  color: #334;
}

.content-page ul {
  margin: 1em 0 1.5em 1.5em;
  padding: 0;
  list-style: none;
}

.content-page ul li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}

.content-page ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #1F6FFF;
  font-size: 0.9em;
}

.content-page a {
  color: #1F6FFF;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.content-page a:hover {
  color: #0b2540;
}

.content-page hr {
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 2.5em 0;
}

.content-page strong {
  font-weight: 600;
  color: #0b2540;
}

/* Subtle fade-in animation for content */
.content-page .e-con-inner {
  animation: fadeInUp 0.6s ease both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.content-page a {
  color: #1F6FFF;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(31, 111, 255, 0.3);
  transition: all 0.25s ease;
  word-break: break-word;
}

.content-page a:hover {
  color: #0b2540;
  border-color: rgba(31, 111, 255, 0.6);
}

.content-page a:visited {
  color: #1F6FFF;
}

.content-page a.decorated-link {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Если где-то вставлен большой шрифт через Elementor (как на скрине) */
.content-page p a {
  font-size: 1em !important;
  font-weight: 500 !important;
}

.e-fas-check-circle {
  min-width: 20px;
  min-height: 20px;
}

.e-fas-circle {
  min-width: 10px;
  min-height: 10px;
}


.comment-content {
  height: 305px;
  overflow-y: auto;
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #1f6fff #e6f0ff;
  /* полоса и фон */
}

/* Для Chrome, Edge, Safari */
.feedback-styles .testimonials-list .testimonial-item .comment-content::-webkit-scrollbar {
  width: 6px;
}

.feedback-styles .testimonials-list .testimonial-item .comment-content::-webkit-scrollbar-track {
  background: #e6f0ff;
  border-radius: 4px;
}

.feedback-styles .testimonials-list .testimonial-item .comment-content::-webkit-scrollbar-thumb {
  background-color: #1f6fff;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.feedback-styles .testimonials-list .testimonial-item .comment-content::-webkit-scrollbar-thumb:hover {
  background-color: #0b4fe0;
}


/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* === Cleaning theme look for the quote form === */
body {
  margin: 0 !important;
}



.hero-form-wrapper .elementor-shortcode {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cqf-card {
  max-width: 465px;
  /* палитра сайта */
  --brand-text: #06293c;
  --brand-muted: #6b7486;
  --brand-accent: #0b6bb3;
  /* синий акцент */
  --brand-accent-600: #084c84;
  --brand-cta: #ffc94d;
  /* жёлтая кнопка как CTA */
  --brand-cta-600: #f4b93a;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(6, 41, 60, .08);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(6, 41, 60, .10);
  padding: 24px;
}

.cqf-title {
  color: var(--brand-text);
  font-weight: 800;
  letter-spacing: .2px;
  margin: 0 0 16px;
}

/* поля */
.cqf-form input[type=text],
.cqf-form input[type=tel],
.cqf-form input[type=email],
.cqf-form textarea {
  width: 100%;
  background: #fff;
  color: var(--brand-text);
  border: 1px solid rgba(6, 41, 60, .16);
  border-radius: 12px;
  padding: 12px 14px;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}

.cqf-form textarea {
  margin-bottom: 20px;
}

.cqf-form input:hover,
.cqf-form textarea:hover {
  border-color: rgba(6, 41, 60, .28);
}

.cqf-form input:focus,
.cqf-form textarea:focus {
  border-color: var(--brand-accent);
  box-shadow: 0 0 0 4px rgba(11, 107, 179, .15);
  outline: none;
}

/* чекбоксы под синий акцент */
.cqf-fieldset {
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 135px;
  justify-content: space-between;
  align-items: flex-start;
}


.cqf-fieldset legend {
  color: var(--brand-text);
  font-weight: 700;
}

.cqf-fieldset label {
  color: var(--brand-text);
}

.cqf-fieldset input[type=checkbox] {
  border-color: rgba(6, 41, 60, .35);
  border-radius: 6px;
}

.cqf-fieldset input[type=checkbox]::before {
  background: var(--brand-accent);
}

.cqf-fieldset input[type=checkbox]:checked {
  border-color: var(--brand-accent);
  background: #eef7ff;
}

/* сообщения результата */
.cqf-result {
  color: var(--brand-muted);
}

.cqf-card.is-success .cqf-result {
  color: #0f5132;
  background: #e8f6ee;
  border: 1px solid #c7e8d1;
}

.cqf-card.is-error .cqf-result {
  color: #842029;
  background: #fdecea;
  border: 1px solid #ffd0d0;
}

/* кнопка как общая CTA-пилюля */
.cqf-btn {
  width: 100%;
  border: 0;
  color: #06293c;
  /* тёмный текст как на кнопках героя */
  font-weight: 800;
  letter-spacing: .2px;
  padding: 14px 18px;
  background-color: var(--e-global-color-accent);
  border-radius: 9999px;
  /* пилюля */
  box-shadow: 0 10px 20px rgba(255, 201, 77, .35);
  transition: transform .05s ease, filter .2s ease, box-shadow .2s ease;
  padding: 18px 38px 18px 38px;
  font-family: var(--e-global-typography-587baa8-font-family), Sans-serif;
  font-size: 18px;
  font-weight: var(--e-global-typography-587baa8-font-weight);
  text-transform: var(--e-global-typography-587baa8-text-transform);
  font-style: var(--e-global-typography-587baa8-font-style);
  text-decoration: var(--e-global-typography-587baa8-text-decoration);
  line-height: var(--e-global-typography-587baa8-line-height);
  color: var(--e-global-color-primary);
  border-radius: 50px 50px 50px 50px;
  cursor: pointer;
}

.cqf-btn:hover {
  filter: brightness(1.04);
}

.cqf-btn:active {
  transform: translateY(1px);
}

.cqf-btn[disabled] {
  opacity: .65;
  box-shadow: none;
  cursor: not-allowed;
}

/* ошибки — аккуратно, без кричаще-красного */
.cqf-form .cqf-error {
  border-color: #e76f51 !important;
  box-shadow: 0 0 0 4px rgba(231, 111, 81, .15) !important;
}

.cqf-error-text {
  color: #b44b36;
}

/* компактная сетка как на макете */
.cqf-row {
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
  display: flex;
  width: 100%;

}

.cqf-col {
  width: 100%;
}

.jeg-elementor-kit.jkit-post-date .post-date {
  margin: 0;
}

.btn-styles {
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-styles .sub-menu {
  height: 500px;
  overflow-y: scroll;
}

.header-styles {}

.zero-margin * {
  margin: 0 !important;
}

.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu li {
  position: static;
}

.jkit-menu li.menu-item-has-children .sub-menu {
  min-width: 100% !important;
  left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.jkit-menu li.menu-item-has-children .sub-menu li {
  width: 50%;
}

.feedback-styles .jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-bio {
  bottom: -142px !important;
}

.elementor-shape svg {
  display: none;
}

.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu .sub-menu li a {
  font-size: 15px !important;
}

.jeg-elementor-kit.jkit-testimonials.style-1 .testimonials-track .testimonial-item .testimonial-box .testimonial-slider .comment-bio {
  bottom: -132px !important;
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
  transform: translateY(0) !important;
}

/* ==========================================================
   FORCE FIX CLEANZI SERVICE CARD BUTTONS (override Elementor)
   ========================================================== */
.btn-secondary,
.btn-primary,
.cleanzi-service-card .csg-btn-primary,
.cleanzi-service-card .csg-btn-secondary {
  font-size: 17px !important;
  line-height: 1.2 !important;
  padding: 14px 20px !important;
  border-radius: 12px !important;
  font-weight: 600 !important;
}

.cleanzi-service-card .csg-btn-primary {
  background: #FFD200;
  color: black;
}

.cleanzi-service-card .csg-btn-secondary {
  background: #fff;
  color: #112030;
}

.cleanzi-service-card .csg-btn-secondary:hover {
  background: #e5e5e5 !important;
}

.cleanzi-service-card .csg-buttons {
  gap: 14px !important;
  display: flex !important;
  flex-direction: column !important;
}


/* ===== Cleanzi Services Grid (rewritten for real design) ===== */

.cleanzi-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 20px 0;
}

/* Card */
.cleanzi-service-card {
  background: #0084FF;
  /* фирменный тёмный фон */
  border-radius: 22px;
  padding: 32px;
  color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  justify-content: space-between;
}

/* Title */
.cleanzi-service-card .csg-title {
  font-size: 20px;
  font-weight: 700;
  margin: 14px 0;
  color: white !important;
}

/* Excerpt */
.csg-text {
  opacity: .85;
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 1.55;
}

/* BUTTON WRAPPER */
.csg-buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: auto;
}

.csg-img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 260px;
  width: 100%;
  overflow: hidden;
}

.csg-img img {
  width: 100%;
  height: 100%;
}

/* PRIMARY BUTTON */
.csg-btn-primary {
  display: inline-block;
  background: #1B52C8;
  /* фирменный синий */
  color: #fff;
  padding: 14px 20px;
  text-align: center;
  border-radius: 12px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  text-decoration: none;
  transition: 0.22s ease;
}

.csg-btn-primary:hover {
  background: #163f9c;
}

/* SECONDARY BUTTON */
.csg-btn-secondary {
  display: inline-block;
  background: #ffffff;
  color: #112030;
  padding: 14px 20px;
  text-align: center;
  border-radius: 12px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  text-decoration: none;
  transition: .22s ease;
}

.csg-btn-secondary:hover {
  background: #e7e7e7;
}

/* Remove huge white block look */
.csg-btn-secondary {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* ===== Why Choose Cleaning (two–column block) ===== */

.cleanzi-whychoose {
  padding: 60px 0;
}

.cleanzi-whychoose .cw-inner {
  background: #ffffff;
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  padding: 40px 46px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
  gap: 40px;
  align-items: center;
}

/* Левая колонка — картинка */
.cw-col-image .cw-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

/* Правая колонка */
.cw-heading {
  margin: 0 0 24px;
  font-size: 28px;
  line-height: 1.25;
}

.cw-heading-prefix {
  font-weight: 400;
}

.cw-heading-brand {
  font-weight: 700;
}

.cw-heading-city {
  font-weight: 500;
}

/* Benefits */
.cw-benefits {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 28px;
}

.cw-benefit-title {
  margin: 0 0 6px;
}

.cw-benefit-text {
  margin: 0;
  opacity: 0.9;
}

/* CTA */
.cw-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

/* Основные цвета: #0084FF, #FFD200 */
.cw-btn-primary {
  background: #0084FF;
  border: none;
  box-shadow: 0 8px 20px rgba(0, 132, 255, 0.35);
  color: white;
}

.bpa-front-si__card-body>p {
  display: none;
}

.bpa-front-si-card {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.bpa-front-si-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cw-btn-primary:hover {
  background: #006fd4;
  box-shadow: 0 10px 26px rgba(0, 132, 255, 0.45);
}

.cw-btn-secondary {
  background: #ffffff;
  color: #0084FF;
  border: 1px solid #0084FF;
}

.cw-btn-secondary:hover {
  background: #f4f8ff;
}

/* Контейнер кнопок */
.cleanzi-whychoose-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 360px;
}

/* Основная синяя кнопка */
.cleanzi-btn-primary {
  background: #0084FF;
  color: #FFD200;
  padding: 16px 28px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  border: none;
  display: inline-block;
  width: auto;
}

/* Вторая кнопка — белая */
.cleanzi-btn-outline {
  background: #fff;
  color: #0084FF;
  padding: 16px 28px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  border: 2px solid #0084FF;
  width: auto;
  display: inline-block;
}

.cleanzi-steps-block .steps-wrapper {
  background: #e8f1ff;
  border-radius: 16px;
  padding: 50px 60px;
  max-width: 100%;
  margin: 40px auto;
}

.cleanzi-steps-block .steps-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  color: #1a1a1a;
}

.cleanzi-steps-block .steps-title b {
  font-weight: 700;
}

.cleanzi-steps-block .steps-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cleanzi-steps-block .step-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.cleanzi-steps-block .step-icon img {
  width: 48px;
  height: 48px;
}

.cleanzi-steps-block .step-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.cleanzi-steps-block .step-content p {
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}


.cleanzi-steps-block .steps-wrapper {
  background: #e8f1ff;
  border-radius: 16px;
  padding: 50px 60px;
  max-width: 1100px;
  margin: 40px auto;
}

.cleanzi-steps-block .steps-title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 40px;
}

.cleanzi-steps-block .steps-title b {
  font-weight: 700;
}

.cleanzi-steps-block .steps-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.step-number {
  min-width: 48px;
  height: 48px;
  background: #0084FF;
  /* фирменный цвет */
  border-radius: 50%;
  color: white;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.step-content p {
  font-size: 15px;
  line-height: 1.55;
}

.cleanzi-cta-wide {
  display: flex;
  background: #f8fbff;
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
}

.cleanzi-cta-wide .cta-left {
  width: 50%;
  background: #10233b !important;
  color: #fff;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cleanzi-cta-wide .cta-title .bold {
  font-size: 32px;
  font-weight: 700;
  color: white !important;
}

.cleanzi-cta-wide .cta-title .thin {
  font-size: 28px;
  font-weight: 300;
  color: white;
}

.cleanzi-cta-wide .cta-desc {
  margin: 20px 0 30px;
  font-size: 16px;
  line-height: 1.6;
}

.cleanzi-cta-wide .cta-btn {
  background: #0084FF;
  color: white;
  padding: 14px 28px;
  text-decoration: none;
  font-weight: 600 !important;
  font-size: 16px !important;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
}

/* Общий стиль для двух колонок */
.footer-styles-custom {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 16px;
  line-height: 1.55;
  display: block;
}

.footer-styles-custom * {
  color: #00507CAD;
}

/* Заголовки колонок */
.footer-styles-custom h3,
.footer-styles-custom strong:first-child {
  font-weight: 700;
  font-size: 18px;
  color: #00507CAD;
  margin-bottom: 8px;
}

/* Элемент списка (Serving area, Address, Phone) */
.footer-styles-custom .ccb-item {
  margin-bottom: 18px;
}

.footer-styles-custom .ccb-icon {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.footer-styles-custom .ccb-icon img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  opacity: 0.9;
}

/* Телефон */
.footer-styles-custom .ccb-phone {
  font-size: 18px;
  font-weight: 700;
  color: #00507CAD;
  text-decoration: none;
  transition: 0.2s;
}

.footer-styles-custom .ccb-phone:hover {
  color: #0077cc;
}

/* Business Hours */
.footer-styles-custom .business-hours div {
  margin-bottom: 4px;
  font-size: 16px;
}

.footer-styles-custom .business-hours strong {
  font-weight: 600;
  color: #0a2342;
}

.cleanzi-cta-wide .cta-btn:hover {
  background: #066cd4;
}

.cleanzi-cta-wide .cta-right {
  width: 50%;
}

.cleanzi-cta-wide .cta-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu>li>a {
  margin: 0 15px !important;
  font-size: 1.8vh !important;
}

.jeg-elementor-kit.jkit-animated-text .animated-text .dynamic-text,
.jeg-elementor-kit.jkit-animated-text .animated-text .normal-text {
  font-size: 50px !important;
}




.cleanzi-hero-inner {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}



.hero-left {
  flex: 1;
}

.hero-right {
  flex: 1;
  text-align: right;
}

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

.hero-subtitle {
  font-size: 18px;
  color: #0084FF;
  margin-bottom: 12px;
  font-weight: 500;
}

.hero-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 20px;
  color: #033A58 !important;
}

.hero-desc {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 35px;
  color: #333;
}

.hero-buttons {
  display: flex;
  gap: 20px;
}

.btn-primary {
  background: #0084FF;
  color: #fff;
  padding: 16px 26px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.btn-secondary {
  background: #FFD200;
  color: #000;
  padding: 16px 26px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.cleanzi-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 0;
}

.cleanzi-hero .hero-left {
  flex: 1;
  max-width: 845px;
}

.cleanzi-hero .hero-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.cleanzi-hero .hero-right img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-title {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-desc {
  font-size: 18px;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
}

.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 16px 28px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.btn-primary {
  background: #0084FF;
  color: #fff;
}

.btn-secondary {
  background: #FFD200;
  color: #000;
}

.cleanzi-services {
  padding: 60px 0;
}

.services-wrapper {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.services-left {
  flex: 1;
  max-width: 60%;
}

.services-right {
  flex: 1;
}

.services-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  color: #033A58;
}

.services-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
}

.services-desc {
  margin-bottom: 35px;
  font-size: 18px;
  text-align: center;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-card {
  display: flex;
  flex-direction: column;
}

.service-img {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 15px;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.service-card-text {
  font-size: 16px;
  opacity: 0.7;
}

.cleanzi-services-block {
  padding: 50px 0;
}

.cleanzi-services-block .container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.cleanzi-two-columns {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.cleanzi-two-columns__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cleanzi-two-columns__desc {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 40px;
  max-width: 700px;
}

/* --- 2 columns layout --- */
.cleanzi-two-columns__columns {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.cleanzi-two-columns__col img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 20px;
}

.cleanzi-two-columns__content {
  font-size: 15px;
  line-height: 1.7;
}

/* --- Buttons --- */
.cleanzi-two-columns__buttons {
  margin-top: 40px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cleanzi-btn {
  background: #0084FF;
  color: #FFD200;
  padding: 12px 26px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: .2s;
}

.cleanzi-btn:hover {
  background: #006ad2;
}

/* Основной контейнер */
.text-styles {
  font-size: 18px;
  line-height: 1.65;
  color: #2b2b2b;
  max-width: 900px;
}

.text-styles p {
  margin: 0 0 28px;
}

/* Заголовки внутри текста (1., 2., 3. ...) */
.text-styles strong {
  display: block;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 6px;
  color: #0f3c5f;
  /* мягкий корпоративный синий */
}


/* Абзацы после заголовков */
.text-styles p br {
  line-height: 0.5;
}

/* Финальный вывод */
.text-styles .conclusion-title {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 700;
  color: #0f3c5f;
}

.text-styles .conclusion-title::before {
  background: #ffb347;
  /* теплый акцент */
}

.cleanzi-services2 {
  max-width: 100%;
  margin: 80px auto;
  text-align: center;
  font-family: 'Inter', sans-serif;
  color: #033A58;
}

/* HEADER */
.cs-header {
  max-width: 100%;
  margin: 0 auto 60px;
}

.cs-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 5px;
}

.cs-subtitle {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #3a4a63;
}

.cs-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #4d5b75;
}

/* GRID */
.cs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 80px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

/* ITEM */
.cs-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
}


.cs-item-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

/* ICON WRAPPER */
.cs-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e8f2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #478bff;
  flex-shrink: 0;
}

/* TITLE + TEXT */
.cs-item-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #0b1f3f;
}

.cs-item-text {
  font-size: 16px;
  line-height: 1.5;
  color: #4d5b75;
}


/***********************
 *  SPLIT SERVICES BLOCK
 ***********************/
.cleanzi-split-block {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 50px;
  text-align: center;
}

/* ===== HEADER ===== */
.csb-header {
  max-width: 100%;
  margin: 0 auto 50px;
}

.csb-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.csb-subtitle {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

.csb-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #4A4A4A;
}

/* ===== GRID ===== */
.csb-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 50px;
}

/* ===== LEFT / RIGHT COLUMN ===== */
.csb-left,
.csb-right {
  text-align: left;
}

/* IMAGES */
.csb-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

/* CONTENT BELOW IMAGE */
.csb-content {
  margin-top: 10px;
}

.csb-content h3,
.csb-content h4 {
  font-weight: 700;
  color: #0A2342;
  margin-bottom: 15px;
}

.csb-content ul {
  padding-left: 20px;
  margin-top: 10px;
}

.csb-content ul li {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.5;
}

/* Bullet style под стиль сайта */
.csb-content ul li::marker {
  color: #0A2342;
  font-size: 18px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .csb-columns {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .csb-title {
    font-size: 34px;
  }

  .csb-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .cleanzi-split-block {
    padding: 40px 0px;
  }

  .csb-title {
    font-size: 28px;
  }

  .csb-subtitle {
    font-size: 20px;
  }

  .csb-content ul {
    padding-left: 16px;
  }
}



/* --- Responsive --- */


@media (max-width: 1024px) {
  .cleanzi-services-grid {
    display: grid;
    grid-template-columns: 1fr;
    /* ОДИН элемент в ряд */
    gap: 40px;
    padding: 20px 0;
  }

  .cleanzi-two-columns__columns {
    flex-direction: column;
  }

  .services-wrapper {
    flex-direction: column;
  }

  .services-left,
  .services-right {
    max-width: 100%;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cleanzi-hero {
    flex-direction: column;
    text-align: center;
    padding: 40px 0;
  }

  .cleanzi-hero .hero-left,
  .cleanzi-hero .hero-right {
    max-width: 100%;
  }

  .hero-title {
    font-size: 36px;

  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    max-width: 260px;
  }


  .cleanzi-whychoose .cw-inner {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }
}

@media (max-width: 768px) {
  .cleanzi-cta-wide .cta-left {
    padding: 30px 15px;
  }

  .cs-desc,
  .services-desc {
    font-size: 16px;
  }

  .btn-secondary,
  .btn-primary,
  .cleanzi-service-card .csg-btn-primary,
  .cleanzi-service-card .csg-btn-secondary {
    font-size: 14px !important;
  }

  .cleanzi-hero-inner {
    flex-direction: column;
  }

  .jeg-elementor-kit.jkit-animated-text .animated-text .dynamic-text,
  .jeg-elementor-kit.jkit-animated-text .animated-text .normal-text {
    font-size: 21px !important;
  }

  .elementor-129 .elementor-element.elementor-element-6b93035>.elementor-background-overlay {
    opacity: 1 !important;
  }

  .elementor-129 .elementor-element.elementor-element-72e292bf {
    margin: 0px 0px 0px !important;
  }

  .cs-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .cs-item {
    align-items: flex-start;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-desc {
    font-size: 16px;
  }

  .cleanzi-cta-wide {
    flex-direction: column;
  }

  .cleanzi-cta-wide .cta-left,
  .cleanzi-cta-wide .cta-right {
    width: 100%;
  }

  .cleanzi-steps-block .steps-wrapper {
    padding: 30px 20px;
  }

  .cqf-fieldset {
    max-height: max-content;
  }

  .cleanzi-whychoose {
    padding: 40px 0;
  }

  .cw-heading {
    font-size: 24px;
  }

  .cleanzi-steps-block .steps-wrapper {
    padding: 30px 20px;
  }

  .cleanzi-steps-block .step-item {
    flex-direction: row;
  }
}


@media (max-width: 480px) {
  .cqf-card {
    padding: 18px;
  }

  .cqf-col {
    flex-basis: 100%;
    min-width: 0;
  }
}

/* =============================== BOOKINGPRESS – SERVICE FORM UI =============================== */
/* ====== GRID ====== */

.bpa-fm--si--col {
  padding: 12px !important;
  border: 1px solid #0084FF;
}

.bpa-front-module--service {
  margin-top: 50px !important;
}

.bpa-front-module--service-item:hover {
  box-shadow: none !important;
}

.bpa-front-module--service-items-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  row-gap: 40px;
}

/* ====== SERVICE CARD ====== */
.bpa-front-module--service-item {
  background: #fff;
  border: 1px solid #1a73ff;
  border-radius: 14px;
  padding: 16px;
  transition: all .2s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}

.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card__left img {
  width: 80px !important;
  height: 80px !important;
}

.bpa-front-module--service-item:hover {
  box-shadow: 0 8px 24px rgba(26, 115, 255, 0.15);
}

/* selected */
.bpa-front-module--service-item.__bpa-is-selected {
  border-width: 2px;
}

/* ====== INNER CARD ====== */
.bpa-front-si-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
}

/* ====== ICON ====== */
.bpa-front-si__default-img {
  width: 48px;
  height: 48px;
  border: 1px solid #1a73ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bpa-front-si__default-img svg {
  width: 22px;
  height: 22px;
  fill: #1a73ff;
}

/* ====== CONTENT ====== */
.bpa-front-si__card-body {
  flex: 1;
}

.bpa-front-si__card-body--heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #1f2a44;
  margin-bottom: 25px !important;
}

.--bpa-is-desc {
  font-size: 13px;
  color: #5c6b8a;
  margin-bottom: 10px;
  line-height: 1.4;
}

/* ====== SPECS ====== */
.bpa-front-si-cb__specs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.bpa-front-si-cb__specs-item p {
  font-size: 13px;
  margin: 0;
  color: #4b5b78;
}

.--is-service-price {
  background: #1a73ff;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
}

/* ====== DETAILS BUTTON ====== */
.serv-show-details {
  margin-top: 10px !important;
  background: none;
  border: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1a73ff;
  cursor: pointer;
  text-decoration: underline;
}

/* =============================== MODAL =============================== */
/* overlay */
.bpa-desc-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  z-index: 9998;
  display: none;
}

/* modal */
.bpa-modal-desc {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 100%;
  max-width: 70%;
  background: #fff;
  border-radius: 16px;
  padding: 40px 24px 24px;
  z-index: 9999;
  display: none;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
  overflow: auto;
}

/* close */
.bpa-modal-desc__close {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 22px;
  cursor: pointer;
  color: #333;
}

/* header */
.bpa-modal-desc__head {
  margin-bottom: 14px;
}

.bpa-modal-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.bpa-modal-price {
  font-size: 14px;
  color: #1a73ff;
  font-weight: 600;
}

/* content */
.bpa-modal-content {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  white-space: pre-wrap;
  padding-bottom: 20px;
}

/* =============================== MOBILE =============================== */
@media (max-width: 640px) {

  .serv-show-details {
    margin: 20px auto 0 !important;
    display: block;
  }

  .bpa-front-module--service-items-row {
    grid-template-columns: 1fr;
  }

  .bpa-modal-desc {
    margin: 0;
    max-width: none;
  }
}