/*
:root {
  --theme-color-2: #B78D68;
}
*/

.project-card.style-service .thumb > a img {
  height: 549px;
  object-fit: cover;
}

.services-we-offer-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.services-we-offer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(6px);
  transform: scale(1.05);
  z-index: 0;
}

.services-we-offer-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.78);
  z-index: 0;
}

.services-we-offer-section > .container {
  position: relative;
  z-index: 1;
}

.services-we-offer-section .common-title h2,
.services-we-offer-section .common-subtitle {
  color: var(--theme-color-3);
}

.work-process-cards .work-process-card .card-content h4 {
  max-width: none;
  line-height: 1.15;
  margin: 0 0 10px;
}

.header-section-4 .main-menu > ul > li > a {
  background: rgba(0, 69, 64, 0.08);
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.header-section-4 .main-menu > ul {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-section-4 .main-menu > ul > li {
  display: block;
}

.header-section-4 .main-menu > ul > li:hover > a,
.header-section-4 .main-menu > ul > li.current-menu-item > a,
.header-section-4 .main-menu > ul > li.current_page_item > a,
.header-section-4 .main-menu > ul > li.current-menu-ancestor > a,
.header-section-4 .main-menu > ul > li.current_page_ancestor > a {
  background: rgba(45, 107, 255, 0.14);
  color: var(--theme-color-3);
  box-shadow: 0 10px 24px -18px rgba(45, 107, 255, 0.35);
}

.mab-contact-cards {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .off-canvas-menubar-overlay {
    background: rgba(7, 42, 39, 0.72);
    backdrop-filter: blur(6px);
  }

  .off-canvas-menubar-body {
    width: min(380px, 92vw);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
    border-right: 1px solid rgba(0, 69, 64, 0.12);
    border-radius: 0 18px 18px 0;
    overflow: hidden;
  }

  .off-canvas-menubar .off-canvas-head {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 14px 14px 14px 18px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 69, 64, 0.12);
  }

  .off-canvas-menubar .off-canvas-menubar-close {
    padding: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 0;
    border-radius: 14px;
    background: rgba(0, 69, 64, 0.08);
  }

  .off-canvas-menubar .off-canvas-menubar-close:hover {
    background: rgba(45, 107, 255, 0.14);
    color: var(--theme-color-3);
  }

  .off-canvas-menu {
    padding: 16px 16px 28px;
    overflow: visible;
    max-height: none;
  }

  .off-canvas-menu ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .off-canvas-menu ul li {
    border-bottom: 0;
  }

  .off-canvas-menu ul li a {
    padding: 12px 12px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    color: var(--theme-color-3);
    background: rgba(0, 69, 64, 0.06);
    transition: background-color 180ms ease, color 180ms ease;
  }

  .off-canvas-menu ul li:hover > a {
    background: rgba(45, 107, 255, 0.14);
    color: var(--theme-color-3);
  }

  .off-canvas-menu ul li.current-menu-item > a,
  .off-canvas-menu ul li.current_page_item > a,
  .off-canvas-menu ul li.current-menu-ancestor > a,
  .off-canvas-menu ul li.current_page_ancestor > a {
    background: rgba(45, 107, 255, 0.18);
  }

  .off-canvas-menu ul .has-dropdown > a:after {
    right: 12px;
  }

  .off-canvas-menu ul .has-dropdown li {
    padding-left: 0;
  }

  .off-canvas-menu ul .has-dropdown .sub-menu {
    padding: 6px 0 2px;
  }

  .off-canvas-menu ul .has-dropdown .sub-menu li a {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 12px;
    background: rgba(0, 69, 64, 0.04);
  }

  .off-canvas-menu ul .has-dropdown li:first-child {
    border-top: 0;
  }
}

.dust-recycling-section.mab-sluzby-outro {
  padding: 140px 0;
  position: relative;
}

.dust-recycling-section.mab-sluzby-outro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 600px at 20% 35%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 60%), linear-gradient(0deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38));
  pointer-events: none;
}

.dust-recycling-section.mab-sluzby-outro > .container {
  position: relative;
  z-index: 1;
}

.dust-recycling-section.mab-sluzby-outro .dust-recycle-card {
  max-width: 100%;
  margin-bottom: 0;
}

.dust-recycling-section.mab-sluzby-outro .mab-dust-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px 24px;
  flex-wrap: wrap;
}

.dust-recycling-section.mab-sluzby-outro .mab-dust-lead {
  margin: 0;
  color: var(--light-color);
  opacity: 0.9;
  max-width: 60ch;
}

.dust-recycling-section.mab-sluzby-outro .mab-dust-header__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.dust-recycling-section.mab-sluzby-outro .mab-dust-stats {
  margin-top: 18px;
  flex-wrap: wrap;
  gap: 14px 24px;
}

.dust-recycling-section.mab-sluzby-outro .mab-dust-stats .service-2 p {
  font-size: 16px;
  line-height: 1.4;
}

.dust-recycling-section.mab-sluzby-outro .mab-dust-body {
  padding-top: 30px;
}

.dust-recycling-section.mab-sluzby-outro h6 {
  color: var(--light-color);
}

.dust-recycling-section.mab-sluzby-outro .services-4 .service-2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dust-recycling-section.mab-sluzby-outro .services-4 .service-2 i {
  color: var(--light-color);
}

.dust-recycling-section.mab-sluzby-outro .services-4 .service-2 p {
  color: var(--light-color);
  margin: 0;
}

@media (min-width: 992px) {
  .mab-page-hero {
    --mab-container-max: 960px;
    --mab-gutter-half: 15px;
  }
}

@media (min-width: 992px) {
  .why-us-section-6 .thumb .thumb-1 > img {
    width: 339px;
    height: 458px;
    object-fit: cover;
  }

  .why-us-section-6 .thumb .thumb-2 > img {
    width: 318px;
    height: 394px;
    object-fit: cover;
  }

  .why-us-section-6 .thumb .thumb-3 .shape-wrapped-thumb > img {
    width: 328px;
    height: 205px;
    object-fit: cover;
  }
}

@media (max-width: 991px) {
  .why-us-section-6 .thumb img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .mab-page-hero {
    --mab-container-max: 1140px;
  }
}

@media (min-width: 1400px) {
  .mab-page-hero {
    --mab-container-max: 1392px;
  }
}

@media (min-width: 1600px) {
  .mab-page-hero .breadcrumb-content {
    min-height: clamp(280px, 20vw, 380px);
  }

  .mab-page-hero .breadcrumb-thumb {
    height: clamp(280px, 20vw, 380px);
  }
}

@media (min-width: 992px) {
  .mab-page-hero .breadcrumb-content {
    padding-left: max(24px, calc((100vw - var(--mab-container-max)) / 2 + var(--mab-gutter-half)));
  }
}

.mab-page-hero .breadcrumb-content::after {
  background: radial-gradient(900px 600px at 10% 20%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 55%), linear-gradient(90deg, rgba(9, 44, 41, 0.92) 0%, rgba(9, 44, 41, 0.72) 55%, rgba(9, 44, 41, 0.2) 100%), linear-gradient(90deg, transparent calc(100% - 10px), rgba(255, 255, 255, 0.28) calc(100% - 10px), rgba(255, 255, 255, 0.08) 100%);
}
