@charset "UTF-8";
/*!
Theme Name: OKB
Theme URI: https://qodeum.com/
Author: qodeum.com
Author URI: https://qodeum.com/
Description: Тема для будівельної компанії ОКБ
Version: 1.2.4
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: okb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
----------------------------------------------------------------------------------------- */
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

*:focus,
*:active {
  outline: none;
}

:root {
  /* font */
  --font-sans-serif: "Tinos", serif;
  /* color */
  --color-black: #000000;
  --color-black-light: #171717;
  --color-black-trans: rgba(0, 0, 0, 0.08);
  --color-white: #ffffff;
  --color-white-trans: rgba(255, 255, 255, 0.08);
  --color-beige: #f6f2d9;
  --color-beige-dark: #c19f6b;
  --color-accent: #2b5450;
  --color-accent-hover: #1e3d3a;
  --color-accent-trans: rgba(43, 84, 80, 0.08);
  --color-beige-light: #f9f6e3;
  --color-gray: #a8a8a8;
  --color-gray-dark: #787878;
  --color-gray-light: #f8f8f8;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* page wrapper - sticky footer */
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#page .site-main {
  flex: 1;
}

/*  html
------------------------------------------ */
html {
  line-height: normal;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-display: auto;
  font-family: var(--font-sans-serif);
  /* style */
  color: var(--color-black);
  background: var(--color-beige);
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 1280px) {
  .hide-1280 {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-992 {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .hide-768 {
    display: none !important;
  }
}
@media only screen and (max-width: 576px) {
  .hide-576 {
    display: none !important;
  }
}
/*  responsive
------------------------------------------ */
@media only screen and (min-width: 1280px) {
  .show-1280 {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .show-992 {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .show-768 {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) {
  .show-576 {
    display: none !important;
  }
}
/* --------------------------------------------------------------------------------------
 *
 *  HTML
 *
 *  ——
 *  ——
 *
----------------------------------------------------------------------------------------- */
:root {
  /* heading */
  --font-size-h1: 48px;
  --font-size-h2: 32px;
  --font-size-h3: 28px;
  --font-size-h4: 24px;
  --font-size-h5: 20px;
  --font-size-h6: 16px;
  /* font size */
  --font-size-large: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 !important;
  font-family: var(--font-serif);
}

h1 {
  font-size: var(--font-size-h1);
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4);
}

h5 {
  font-size: var(--font-size-h5);
}

h6 {
  font-size: var(--font-size-h6);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

p {
  line-height: 1.56;
}

ul,
ol,
dl {
  line-height: 1.56;
  list-style: none;
}

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

hr {
  border: none;
  border-bottom: 1px solid var(--color-black-trans);
}

blockquote {
  padding: 16px;
  position: relative;
  background: var(--color-accent-trans);
  border-left: 2px solid var(--color-accent);
}

/*  table
------------------------------------------ */
table,
td,
th {
  border: 1px solid var(--color-black-trans);
}

table {
  width: 100%;
  border-collapse: collapse;
  background: var(--color-white);
}

tr:nth-child(even) {
  background-color: var(--color-accent-trans);
}

td,
th {
  padding: 16px;
  text-align: left;
  position: relative;
}

/* thaed */
thead {
  font-weight: 400;
  color: var(--color-white);
  background: var(--color-accent);
}

/*  responsive max width
------------------------------------------ */
@media only screen and (max-width: 992px) {
  :root {
    /* heading */
    --font-size-h1: 26px;
    --font-size-h2: 24px;
    --font-size-h3: 22px;
    --font-size-h4: 20px;
    --font-size-h5: 18px;
    --font-size-h6: 16px;
  }
}
/* --------------------------------------------------------------------------------------
 *
 *  site header
 *
 *  —— masthead
 *  —— mastside
 *
----------------------------------------------------------------------------------------- */
:root {
  /* site header: masthead */
  --masthead-height: 112px;
}

/* site header */
.site-header {
  top: 0;
  width: 100%;
  z-index: 999;
  position: sticky;
  transition: ease-in-out 0.16s;
  background: var(--color-beige);
}

/*  site header: masthead
----------------------------------------------------------------------------------------- */
.masthead,
.masthead-panel,
.masthead [class*=col-] {
  gap: 0 32px;
  display: flex;
  align-items: center;
}

/* masthead */
.masthead {
  z-index: 1;
  position: relative;
  height: var(--masthead-height);
}

/* masthead column */
.masthead [class*=col-] {
  flex-direction: row;
  justify-content: space-between;
}

/*  masthead navigation
------------------------------------------ */
.masthead-navigation {
  --menu-item-height: 40px;
}

/* masthead menu */
.masthead-navigation .menu {
  gap: 32px;
  display: flex;
}

/* masthead navigation menu item */
.masthead-navigation .menu-item {
  gap: 4px;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  text-transform: uppercase;
  transition: ease-in-out 0.16s;
  justify-content: space-between;
  height: var(--menu-item-height);
}

.masthead-navigation .menu-item:hover,
.masthead-navigation [class*=current-menu-] {
  color: var(--color-accent);
}

/* masthead navigation menu item has children */
.masthead-navigation .menu-item-has-children::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
}

/* masthead navigation sub menu */
.masthead-navigation .sub-menu {
  gap: 8px;
  left: 50%;
  z-index: 1;
  top: calc(var(--menu-item-height) - 0px);
  padding: 32px;
  display: none;
  min-width: 256px;
  position: absolute;
  border-radius: 0px;
  flex-direction: column;
  transform: translateX(-50%);
  background: var(--color-beige);
  color: var(--color-black) !important;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
}

.masthead-navigation .sub-menu .menu-item {
  height: unset;
}

/* masthead navigation sub menu first level */
.masthead-navigation .menu > *::after {
  background: url("https://api.iconify.design/carbon/chevron-down.svg?color=black") no-repeat center center/contain;
}

.masthead-navigation .menu > *:hover > .sub-menu {
  display: flex;
}

/* masthead navigation sub menu second level */
.masthead-navigation .menu > * > * > *::after {
  background: url("https://api.iconify.design/carbon/chevron-right.svg?color=black") no-repeat center center/contain;
}

.masthead-navigation .menu > * > * > *:hover > .sub-menu {
  top: 0;
  left: 100%;
  display: flex;
}

/* --------------------------------------------------------------------------------------
 *
 *  Site Footer
 *
 *  ——
 *  ——
 *
----------------------------------------------------------------------------------------- */
.site-footer {
  padding: 32px 0;
  color: var(--color-beige);
  background: var(--color-accent);
}

/* site footer [class*="col-]" */
.site-footer [class*=col-] {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

/*  colophon panel
------------------------------------------ */
.colophon-panel {
  gap: 8px;
  display: flex;
  flex-direction: column;
}

/* --------------------------------------------------------------------------------------
 *
 *  Site Page
 *
 *  ——
 *  ——
 *
----------------------------------------------------------------------------------------- */
/*  page: page home
----------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
 *
 *  Site Main
 *
 *  ——
 *  ——
 *
----------------------------------------------------------------------------------------- */
:root {
  /* section */
  --section-gap: 64px;
}

section {
  padding: var(--section-gap) 0;
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 1280px) {
  :root {
    /* section */
    --section-gap: 32px;
  }
}
/*  section: page header
----------------------------------------------------------------------------------------- */
section.page-header {
  padding-bottom: 0;
}

/* secion page header + section */
section.page-header + section {
  padding-top: 32px;
}

/*  section: hero
----------------------------------------------------------------------------------------- */
section.hero {
  display: flex;
  min-height: 380px;
  flex-direction: column;
  justify-content: center;
  color: var(--color-white);
  /* background */
  background-size: cover;
  background-position: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

/* --------------------------------------------------------------------------------------
 *
 *  Component
 *
 *  ——
 *  ——
 *
----------------------------------------------------------------------------------------- */
/*  component: widget
----------------------------------------------------------------------------------------- */
.widget {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

/*  widget title
------------------------------------------ */
.widget-title {
  font-weight: 500;
  font-size: var(--font-size-large);
}

/*  widget navigation
------------------------------------------ */
/* widget / menu */
.widget .menu {
  gap: 8px;
  display: flex;
  flex-direction: column;
}

/* widget / menu item */
.widget .menu-item {
  gap: 4px;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  transition: ease-in-out 0.16s;
  justify-content: space-between;
}

.widget .menu-item:hover,
.widget [class*=current-menu-] {
  color: var(--color-accent);
}

.widget .menu-item > a {
  width: 100%;
}

/* masthead navigation sub menu */
.widget .sub-menu {
  display: none;
}

/*  component: form
----------------------------------------------------------------------------------------- */
form {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

/*  label
------------------------------------------ */
label {
  gap: 8px;
  display: flex;
  font-weight: 500;
  align-items: baseline;
}

/*  fieldset
------------------------------------------ */
fieldset {
  margin: 0;
  padding: 16px;
  border-radius: 0;
  border: 1px solid var(--color-gray);
}

/* legend */
legend {
  font-weight: 500;
  padding: 0 16px;
}

/*  field
------------------------------------------ */
input,
textarea {
  width: 100%;
  border: none;
  padding: 8px 16px;
  background: transparent;
  color: inherit !important;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
  height: 40px;
}

textarea {
  min-height: 80px;
  max-height: 128px;
}

input[type=radio],
input[type=checkbox] {
  width: 16px;
  height: 16px;
  background: transparent;
}

input[type=submit] {
  border-radius: 0;
  height: 48px;
  background: var(--color-beige-dark);
  color: var(--color-white);
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

input[type=submit]:hover {
  opacity: 0.85;
}

/*  contact from 7
------------------------------------------ */
/* .wpcf7-form-control-wrap */
.wpcf7-form-control-wrap {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

/* wpcf7-form-control */
.wpcf7-form-control {
  gap: 16px;
  display: flex;
}

/* .wpcf7-list-item */
.wpcf7-list-item {
  gap: 8px;
  margin: 0;
  display: flex;
  align-items: center;
}

/* .wpcf7-spinne */
.wpcf7-spinner {
  top: 50%;
  right: 25px;
  position: absolute;
  transform: translateY(-50%);
}

/* .wpcf7-response-output */
.wpcf7-response-output {
  border-radius: 8px;
  border-width: 2px;
  margin: 0 !important;
  padding: 16px !important;
}

/*  component: accordion
----------------------------------------------------------------------------------------- */
.accordion {
  position: relative;
}

/*  accordion button
------------------------------------------ */
.accordion-button {
  cursor: pointer;
  position: relative;
}

.accordion-button::selection {
  background: transparent;
}

/*  accordion content
------------------------------------------ */
.accordion-content {
  display: none;
}

/*  component: tab
----------------------------------------------------------------------------------------- */
/*  tab navigation
----------------------------------------- */
.tab-navigation {
  display: flex;
  gap: 8px 32px;
  flex-wrap: wrap;
  justify-content: center;
}

/* tab navigation button */
.tab-navigation__button {
  cursor: pointer;
  text-align: center;
  transition: ease-in-out 0.16s;
}

.tab-navigation__button::selection {
  background: transparent;
}

.tab-navigation__button.active,
.tab-navigation__button:hover {
  color: var(--color-accent);
}

.tab-navigation__button:hover {
  opacity: 0.64;
}

/*  tab content
----------------------------------------- */
.tab-content {
  height: 100%;
  display: none;
  overflow: hidden;
  position: relative;
  animation: fadeEffect 0.16s;
  -webkit-animation: fadeEffect 0.16s;
}

/* tab content active */
.tab-content.active {
  display: block;
}

/*  tab animation
----------------------------------------- */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*  component: sidebar
----------------------------------------------------------------------------------------- */
:root {
  --sidebar-width: 320px;
}

/* sidebar */
.sidebar {
  top: 0;
  left: 0;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  color: var(--color-white);
  width: var(--sidebar-width);
  transform: translateX(-100%);
  background: var(--color-black-light);
  transition: transform 0.16s ease-out;
}

.sidebar.active {
  transform: translateX(0);
}

.sidebar > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sidebar > *:not(:last-child) {
  border-bottom: 1px solid var(--color-white-trans);
}

/* sidebar head */
.sidebar-head {
  padding: 0 32px;
  min-height: calc(var(--masthead-height) * 1);
}

/* sidebar panel */
.sidebar-panel {
  gap: 16px;
  padding: 32px;
}

/*  sidebar navigation
------------------------------------------ */
.sidebar-navigation .menu *::selection {
  background: transparent;
}

/* sidebar navigation menu-item */
.sidebar-navigation .menu .menu-item {
  position: relative;
}

.sidebar-navigation .menu .menu-item:not(:last-child) {
  border-bottom: 1px solid var(--color-white-trans);
}

/* sidebar navigation menu-item > a */
.sidebar-navigation .menu .menu-item > a {
  z-index: 1;
  display: block;
  position: relative;
  text-transform: uppercase;
  padding: 16px 0 16px 32px;
  max-width: calc(100% - 80px);
  transition: ease-in-out 0.16s;
}

.sidebar-navigation .menu .menu-item > a:hover,
.sidebar-navigation .menu [class*=current-menu-] > a {
  color: var(--color-accent);
}

.sidebar-navigation .menu .menu-item > a:hover {
  text-decoration: underline;
}

/* sidebar navigation menu-item-has-children > a */
.sidebar-navigation .menu .menu-item-has-children > a {
  display: inline-block;
}

/* sidebar navigation menu-item > accordion-button */
.sidebar-navigation .menu-item > span {
  right: 0;
  top: 14px;
  width: 100%;
  height: 24px;
  opacity: 0.32;
  display: block;
  cursor: pointer;
  position: absolute;
  transition: ease-in-out 0.16s;
  background: url("https://api.iconify.design/mdi-light/chevron-down.svg?color=white") no-repeat right 32px center/contain;
}

.sidebar-navigation .menu-item > span {
  opacity: 1;
}

/* іidebar navigation sub-menu */
.sidebar-navigation .sub-menu {
  background: var(--color-white-trans);
}

/*  component: headline
----------------------------------------------------------------------------------------- */
.headline {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

/* headline center */
.headline.center {
  text-align: center;
  align-items: center;
}

.headline.center * {
  text-align: center;
}

/*  headline label
------------------------------------------ */
.headline-label {
  text-transform: uppercase;
  color: var(--color-accent);
  font-size: 14px;
  letter-spacing: 1px;
}

/*  headline title
------------------------------------------ */
.headline-title {
  font-weight: 500;
  line-height: 1.16;
  font-size: var(--font-size-h2);
}

.headline-title::after {
  content: "";
  width: 100%;
  display: block;
  margin-top: 16px;
  border-bottom: 1px solid var(--color-accent);
}

/* <h1> headline title */
h1.headline-title {
  font-size: var(--font-size-h1);
}

/*  component: contact
----------------------------------------------------------------------------------------- */
/*  contact
------------------------------------------ */
.contact {
  display: flex;
  line-height: 1.56;
  flex-direction: column;
}

/* contact label */
.contact-label {
  font-weight: 500;
}

/*  contact group
------------------------------------------ */
.contact-group {
  gap: 0 16px;
  display: flex;
  flex-direction: column;
}

/* contact group inline */
.contact-group.inline {
  flex-direction: row;
}

/*  contact divider
------------------------------------------ */
.contact-divider {
  position: relative;
  text-align: center;
}

/* contact divider hr */
.contact-divider__hr {
  left: 0;
  top: 50%;
  z-index: 0;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
}

/* contact divider text */
.contact-divider__text {
  z-index: 1;
  display: block;
  margin: 0 auto;
  padding: 0px 16px;
  position: relative;
  max-width: max-content;
  background: var(--color-white);
}

/*  contact bar
------------------------------------------ */
#contact-bar {
  right: 48px;
  bottom: 48px;
  position: fixed;
}

/*  component: editor
----------------------------------------------------------------------------------------- */
.editor {
  display: flow-root;
}

.editor > * + * {
  margin-top: 16px;
}

/* editor images */
.editor img {
  max-width: 100%;
  height: auto;
}

.editor figure {
  margin: 0;
}

.editor figcaption {
  font-size: 13px;
  color: var(--color-gray-dark);
  margin-top: 8px;
  text-align: center;
  font-style: italic;
}

/* alignment: left */
.editor .alignleft,
.editor .wp-block-image.is-style-default.alignleft,
.editor figure.alignleft {
  float: left;
  margin: 4px 32px 16px 0;
  max-width: 50%;
}

/* alignment: right */
.editor .alignright,
.editor .wp-block-image.is-style-default.alignright,
.editor figure.alignright {
  float: right;
  margin: 4px 0 16px 32px;
  max-width: 50%;
}

/* alignment: center */
.editor .aligncenter,
.editor figure.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  clear: both;
}

/* alignment: none / full width */
.editor .alignnone,
.editor figure.alignnone {
  display: block;
  max-width: 100%;
  clear: both;
}

/* wp-caption (classic editor) */
.editor .wp-caption {
  max-width: 100%;
  padding: 0;
  border: none;
  background: none;
}

.editor .wp-caption-text {
  font-size: 13px;
  color: var(--color-gray-dark);
  margin-top: 8px;
  text-align: center;
  font-style: italic;
}

/* Gutenberg wide + full */
.editor .alignwide {
  width: 100%;
  max-width: 100%;
  clear: both;
}

.editor .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  clear: both;
}

/* clear after floats */
.editor::after {
  content: "";
  display: table;
  clear: both;
}

/* editor list */
.editor ul,
.editor ol {
  gap: 8px;
  display: flex;
  margin: 0 0 0 16px;
  flex-direction: column;
}

.editor ul {
  list-style: square;
}

.editor ol {
  list-style: decimal;
}

/* editor iframe */
.editor iframe {
  width: 100%;
  height: 420px;
}

/* editor link */
.editor a {
  text-decoration: underline;
  color: var(--color-accent);
}

/* editor bold */
.editor strong,
.editor b {
  font-weight: 400;
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {
  .section-service-projects .projects-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  /* editor br */
  .editor br {
    display: none;
  }
  /* editor: reset floats on mobile */
  .editor .alignleft,
  .editor .alignright,
  .editor figure.alignleft,
  .editor figure.alignright {
    float: none;
    max-width: 100%;
    margin: 16px 0;
  }
}
/*  component: swiper
----------------------------------------------------------------------------------------- */
/*  swiper slide
----------------------------------------- */
.swiper-slide {
  height: auto !important;
}

/*  component: gallery
----------------------------------------------------------------------------------------- */
/*  gallery control
------------------------------------------ */
.gallery-button__prev,
.gallery-button__next {
  top: 0;
  z-index: 1;
  width: 80px;
  height: 100%;
  display: flex;
  font-size: 32px;
  position: absolute;
  align-items: center;
  color: var(--color-white);
  justify-content: center;
  transition: ease-in-out 0.16s;
  background: var(--color-white-trans);
}

.gallery-button__prev:hover,
.gallery-button__next:hover {
  background: rgba(255, 255, 255, 0.16);
}

/* gallery button prev */
.gallery-button__prev {
  left: 0;
}

/* gallery button next */
.gallery-button__next {
  right: 0;
}

/*  component: language switcher
----------------------------------------------------------------------------------------- */
.wpm-switcher-list {
  display: flex;
}

.wpm-switcher-list li:not(:last-child):after {
  content: "/";
  opacity: 0.16;
  margin: 0 16px;
  font-weight: 100;
  display: inline-block;
}

.wpm-switcher-list li a,
.wpm-switcher-list li.active a,
.wpm-switcher-list li > span,
.wpm-switcher-list li.active > span {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  transition: ease-in-out 0.16s;
}

.wpm-switcher-list li a:hover,
.wpm-switcher-list li.active span {
  color: var(--color-accent) !important;
}

/*  component: site branding
----------------------------------------------------------------------------------------- */
.site-branding {
  display: flex;
  align-items: center;
}

/*  site logo
------------------------------------------ */
.site-logo {
  max-height: 40px;
}

/* site logo full */
.site-logo.full {
  max-height: 80px;
}

/* site logo / inverse */
.site-logo.inverse {
  filter: brightness(0) invert(1);
}

/*  component: button
----------------------------------------------------------------------------------------- */
:root {
  --button-height: 48px;
}

/*  button group
------------------------------------------ */
.button-group {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}

/* button group / column */
.button-group.column {
  flex-direction: column;
}

/* button group center */
.button-group.center {
  justify-content: center;
}

/*  button
------------------------------------------ */
.button {
  gap: 8px;
  display: flex;
  outline: none;
  cursor: pointer;
  padding: 0px 32px;
  text-align: center;
  align-items: center;
  border-radius: 32px;
  justify-content: center;
  height: var(--button-height);
  transition: ease-in-out 0.16s;
  border: 1px solid transparent;
  color: var(--color-black) !important;
  background: var(--color-beige-dark);
}

/*  button square / round
------------------------------------------ */
.button-round,
.button-square {
  padding: 0;
  font-size: 20px;
  width: var(--button-height);
  height: var(--button-height);
  min-width: var(--button-height);
  min-height: var(--button-height);
}

/* button square */
.button-square {
  border-radius: 0px;
}

/* button round */
.button-round {
  border-radius: 100%;
}

/*  button sidebar
------------------------------------------ */
.button-sidebar {
  z-index: 1;
  position: relative;
}

/*  component: modal
----------------------------------------------------------------------------------------- */
.modal {
  display: none;
}

.modal fieldset {
  padding: 12px 16px;
}

.modal fieldset legend {
  font-size: 14px;
}

.modal input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
  height: 36px;
  font-size: 15px;
}

/*  component: thumbnail
----------------------------------------------------------------------------------------- */
.thumbnail {
  gap: 8px;
  height: 256px;
  padding: 32px;
  display: flex;
  overflow: hidden;
  position: relative;
  border-radius: 0px;
  flex-direction: column;
  background: transparent;
  justify-content: flex-end;
  color: var(--color-white);
  transition: ease-in-out 0.16s;
  isolation: isolate;
}

/*  thumbnail square
------------------------------------------ */
.thumbnail-square {
  height: unset;
  padding: 100% 0 0 0;
}

/*  thumbnail large
------------------------------------------ */
.thumbnail-large {
  height: 512px;
}

/*  thumbnail overlay
------------------------------------------ */
.thumbnail-overlay {
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: flex-end;
  transition: ease-in-out 0.16s;
  background: rgba(0, 0, 0, 0.72);
}

.thumbnail:hover .thumbnail-overlay {
  opacity: 1;
}

/*  thumbnail media
------------------------------------------ */
.thumbnail-media {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: ease-in-out 0.16s;
}

/* <a> thumbnail / thumbnail media */
a.thumbnail:hover .thumbnail-media {
  transform: scale(1.08);
}

/*  component: grid
----------------------------------------------------------------------------------------- */
/*  grid
------------------------------------------ */
.flexgrid-gallery {
  /* root */
  --col-gap: 0px;
  --row-gap: 0px;
  /* style */
  position: relative;
}

/*  grid card
------------------------------------------ */
.flexgrid-gallery__column {
  padding: 32px;
  align-items: flex-end;
  justify-content: flex-end;
  transition: ease-in-out 0.16s;
  background: rgba(0, 0, 0, 0.48);
  min-height: calc(var(--vh, 1vh) * 50);
  border-right: 1px solid var(--color-white-trans);
  border-bottom: 1px solid var(--color-white-trans);
}

.flexgrid-gallery__column.active {
  background: rgba(0, 0, 0, 0.24);
}

.flexgrid-gallery__column.active .flexgrid-gallery__background {
  opacity: 1;
  visibility: visible;
}

/* grid background */
.flexgrid-gallery__background {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: opacity 0.32s ease;
}

/*  reposnisve
------------------------------------------ */
@media only screen and (max-width: 992px) {
  /* flexgrid gallery column */
  .flexgrid-gallery__column {
    min-height: 256px;
  }
}
/*  component: card
----------------------------------------------------------------------------------------- */
.card,
.card-panel {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

/*  card title
------------------------------------------ */
.card-title {
  display: flex;
  line-height: 1.56;
  justify-content: space-between;
  font-size: var(--font-size-large);
}

/*  component: meta
----------------------------------------------------------------------------------------- */
/*  meta list
------------------------------------------ */
.meta-list {
  display: flex;
  flex-direction: column;
}

/* meta list */
.meta-list > *:not(:last-child) {
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
  border-bottom: 1px solid var(--color-black-trans);
}

/*  meta item
------------------------------------------ */
.meta-item {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}

/* met aitem title */
.meta-item__title {
  font-weight: 400; /* bold */
}

a.meta-item__value {
  text-decoration: underline;
  color: var(--color-accent);
}

/* --------------------------------------------------------------------------------------
 *
 *  Child Theme Styles (merged)
 *
----------------------------------------------------------------------------------------- */
/* Global Styles */
body.home .modal.fancybox-content {
  color: #000;
}

.modal.fancybox-content {
  max-width: 480px;
  padding: 40px 32px;
}

.modal.fancybox-content,
.contact-divider__text {
  background: var(--color-beige);
}

.site-logo.full {
  max-width: 100%;
}

.site-logo {
  max-height: 90px;
}

.info-block {
  position: absolute;
  top: 40px;
  left: calc(50% + 150px);
  transform: translateX(-50%);
  width: 100%;
  max-width: 690px;
  padding: 8px 54px 8px 16px;
  font-size: 18px;
  font-weight: 600;
  z-index: 999;
  background: var(--color-beige);
  color: var(--color-black);
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Utility Classes */
.button-sm {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}

.c-white {
  color: #fff !important;
}

.top-10 {
  top: 10px;
}

.right-10 {
  right: 10px;
}

.right-50 {
  right: 50px;
}

.position-absolute {
  position: absolute;
}

.text-center {
  text-align: center;
}

.justify-content-center {
  justify-content: center;
}

.fw-400 {
  font-weight: 400;
}

.fs-20 {
  font-size: 20px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px !important;
}

.gap-30 {
  gap: 30px;
}

/* Typography & Editor */
.editor {
  font-size: 18px;
  text-align: justify;
}

.editor strong,
.editor b {
  font-weight: bold;
}

/* Layout & Grid */
.flex-column {
  flex-direction: column;
}

.d-grid {
  display: grid;
}

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

.d-flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.align-items-center {
  align-items: center;
}

/* Headings & Underline */
h1.headline-title {
  font-size: 32px;
}

.headline-title-no-underline:after {
  display: none;
}

.underline:after {
  content: "";
  width: 100%;
  display: block;
  margin-top: 16px;
  border-bottom: 1px solid var(--color-accent);
}

/* Navigation & Sidebar */
.sidebar-navigation .sub-menu {
  display: none;
}

.masthead-navigation .sub-menu .menu-item {
  text-transform: none;
}

.masthead-navigation .sub-menu {
  min-width: 280px;
  padding: 24px;
  background-color: var(--color-beige);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.masthead-navigation .sub-menu .menu-item > a {
  display: block;
  padding: 10px 16px;
  font-size: 15px;
  text-transform: none;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}

.masthead-navigation .sub-menu .menu-item > a:hover {
  background: rgba(0, 0, 0, 0.04);
  color: var(--color-accent);
}

.masthead-navigation .menu > *:hover > .sub-menu {
  display: flex;
}

.menu-toggle {
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}

.menu-toggle-text {
  font-size: 24px;
}

.menu-item-has-children > a {
  cursor: pointer;
}

.collapsed-sidebar {
  width: 80px;
  transition: width 0.3s ease;
}

.expanded-sidebar {
  width: 300px;
  transition: width 0.3s ease;
}

.collapsed-sidebar .menu,
.collapsed-sidebar .sidebar-panel {
  display: none;
}

.collapsed-sidebar .site-logo {
  margin: 10px auto;
  display: block;
  max-width: 50px;
}

.collapsed-sidebar .sidebar-navigation {
  display: none;
}

.collapsed-sidebar .menu-toggle {
  display: inline-block;
}

.expanded-sidebar .menu-toggle {
  display: none;
}

.collapsed-state {
  height: auto;
  top: 120px;
  width: auto;
  transition: all 0.3s ease;
}

.collapsed-state .sidebar-head {
  display: none;
}

.expanded-state {
  height: 100%;
  top: 0;
  width: 300px;
  transition: all 0.3s ease;
}

/* Sidebar & Social */
.sidebar {
  display: flex;
  flex-direction: column;
}

.sidebar > .sidebar-panel {
  border-bottom: 0;
}

.sidebar-social {
  flex: 1;
  justify-content: flex-end;
  padding-bottom: 20px;
}

/* Links & Buttons */
.post-link {
  font-size: 22px;
  font-family: var(--font-sans-serif);
  padding: 10px 15px;
  color: var(--color-white);
  background-color: #c19f6b;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-flex;
  justify-content: center;
}

.post-link:hover,
.post-link:focus {
  background-color: var(--color-accent);
  color: var(--color-white);
}

a.btn.btn-primary {
  background-color: #c19f6b;
  color: #fff;
  padding: 0 20px;
  display: inline-flex;
  line-height: 36px;
  border-radius: 4px;
  font-size: 18px;
  margin-top: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

a.btn.btn-primary:hover {
  background-color: #2b5450;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding: 20px 0;
  list-style: none;
}

.pagination .page-numbers {
  font-family: var(--font-sans-serif);
  padding: 10px 15px;
  margin: 0 5px;
  color: var(--color-black-light);
  border-radius: 4px;
  background-color: var(--color-accent-trans);
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
  background-color: var(--color-beige-dark);
  color: var(--color-white);
}

.pagination .current {
  background-color: var(--color-accent);
  color: var(--color-white);
  border-color: var(--color-accent);
}

.pagination .prev,
.pagination .next {
  background-color: var(--color-accent-trans);
  color: var(--color-black-light);
  text-decoration: none;
}

.pagination .prev:hover,
.pagination .next:hover {
  background-color: var(--color-accent);
  color: var(--color-white);
}

.pagination .prev.disabled,
.pagination .next.disabled {
  background-color: var(--color-gray-light);
  color: var(--color-gray-dark);
  cursor: not-allowed;
}

/* Sections & Other Elements */
.section-feed {
  padding: 40px 0 40px 0;
}

.wpcf7 {
  max-width: 720px;
  margin: 0 auto 20px;
  width: 100%;
}

.section-feed section {
  padding: 40px 0 0;
}

.section-feed section:first-child {
  padding-top: 0;
}

.section-feed section:last-child {
  padding-bottom: 40px;
}

.card-title {
  flex: 1;
}

/* Swiper Gallery */
/* ─── Single Project ─── */
.project-hero {
  padding: 40px 0 56px;
  background: var(--color-accent);
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}

.project-hero .container {
  position: relative;
  z-index: 1;
}

.project-hero::before,
.project-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.project-hero::before {
  width: 400px;
  height: 400px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  top: -250px;
  right: 10%;
}

.project-hero::after {
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.04);
  bottom: -80px;
  left: 5%;
}

.project-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 24px;
  opacity: 0.7;
}

.project-breadcrumbs a {
  color: var(--color-white);
  text-decoration: none;
}

.project-breadcrumbs a:hover {
  text-decoration: underline;
  opacity: 1;
}

.project-breadcrumbs .current {
  opacity: 0.5;
}

.project-hero-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 700px;
}

.project-content {
  padding: 64px 0;
}

.project-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.project-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.project-gallery a {
  display: block;
  overflow: hidden;
  border-radius: 2px;
}

.project-gallery a:first-child {
  grid-column: 1/-1;
}

.project-gallery a:first-child img {
  max-height: 400px;
}

.project-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.project-gallery img:hover {
  transform: scale(1.03);
}

.project-info .editor {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
  text-align: justify;
}

.project-meta {
  margin-top: 24px;
}

.project-meta-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.project-meta-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

.project-meta-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: transparent;
}

.project-meta-table tr:last-child {
  border-bottom: none;
}

.project-meta-table td {
  padding: 8px 12px;
  font-size: 15px;
  vertical-align: top;
}

.project-meta-table .meta-label {
  font-weight: 600;
  width: 40%;
}

.project-meta-table .meta-value {
  font-weight: 400;
}

.project-meta-table .meta-value a {
  color: var(--color-accent);
  text-decoration: underline;
}

.project-cta {
  padding: 80px 0;
  background: var(--color-accent);
  color: var(--color-white);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.project-cta .container {
  position: relative;
  z-index: 1;
}

.project-cta::before,
.project-cta::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.project-cta::before {
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  top: -200px;
  right: -100px;
}

.project-cta::after {
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.04);
  bottom: -100px;
  left: -60px;
}

.project-cta-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

.project-cta-text {
  font-size: 17px;
  opacity: 0.85;
  margin-bottom: 40px;
}

.project-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 48px;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid var(--color-white);
  background: transparent;
  color: var(--color-white);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  width: auto;
  max-width: fit-content;
  margin: 0 auto;
}

.project-cta .btn:hover {
  background: var(--color-white);
  color: var(--color-accent);
}

/* Hero Section */
section.hero {
  height: 30vh;
  min-height: 380px;
}

/* Footer */
.site-footer {
  padding: 40px 0 40px 0;
}

.site-copyright {
  text-align: right;
}

/* --------------------------------------------------------------------------------------
 *  Service page: articles block
----------------------------------------------------------------------------------------- */
.section-articles .article-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-articles .article-card .article-image {
  display: block;
  height: 200px;
  overflow: hidden;
}

.section-articles .article-card .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-articles .article-card .card-excerpt {
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-gray-dark);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-articles .article-card .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* --------------------------------------------------------------------------------------
 *  Service page: projects block
----------------------------------------------------------------------------------------- */
.section-service-projects .projects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.section-service-projects .project-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-service-projects .project-card .project-image {
  display: block;
  height: 220px;
  overflow: hidden;
}

.section-service-projects .project-card .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.section-service-projects .project-card .project-image:hover img {
  transform: scale(1.04);
}

.section-service-projects .project-card .project-card-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.section-service-projects .project-card .project-card-title a {
  color: inherit;
  text-decoration: none;
}

.section-service-projects .project-card .project-card-title a:hover {
  color: var(--color-accent);
}

.section-service-projects .project-card .project-year {
  font-size: 14px;
  color: var(--color-gray-dark);
  padding: 6px 12px;
  background: var(--color-beige-light);
  border-left: 3px solid var(--color-accent);
  display: inline-block;
}

.section-service-projects .project-card .project-description {
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-gray-dark);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-service-projects .project-card .btn {
  margin-top: auto;
}

/* --------------------------------------------------------------------------------------
 *  Licenses block
----------------------------------------------------------------------------------------- */
.section-licenses .license-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

.section-licenses .license-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  max-width: 280px;
}

.section-licenses .license-item img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  cursor: pointer;
  transition: opacity 0.16s ease;
  border: 1px solid var(--color-black-trans);
}

.section-licenses .license-item img:hover {
  opacity: 0.8;
}

.section-licenses .license-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-accent);
  border: 1px solid var(--color-accent);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.section-licenses .license-download:hover {
  background: var(--color-accent);
  color: var(--color-white);
}

.section-licenses.section-licenses--inline {
  padding: 16px 0;
  background: none;
  text-align: left;
}

.section-licenses.section-licenses--inline .license-grid {
  justify-content: flex-start;
}

.section-home-portfolio.section-home-portfolio--inline {
  padding: 16px 0;
  background: none;
  text-align: left;
}

.section-home-portfolio.section-home-portfolio--inline .headline {
  margin-bottom: 24px;
}

.section-home-portfolio--inline .portfolio-title a {
  color: inherit;
  text-decoration: none;
}

.section-home-portfolio--inline .portfolio-title a:hover {
  color: var(--color-accent);
}

.section-latest-articles.section-latest-articles--inline {
  padding: 16px 0;
  background: none;
  text-align: left;
}

/* --------------------------------------------------------------------------------------
 *  Scroll to top button
----------------------------------------------------------------------------------------- */
#scroll-to-top {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}

/* --------------------------------------------------------------------------------------
 *  Services page: subcategories
----------------------------------------------------------------------------------------- */
.service-category-group {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.service-category-group .service-category-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-accent);
}

.service-subcategories {
  gap: 8px;
  display: flex;
  flex-direction: column;
  padding-left: 24px;
}

.service-subcategories .service-subitem {
  font-size: 16px;
}

.service-subcategories .service-subitem a {
  transition: color 0.16s ease;
}

.service-subcategories .service-subitem a:hover {
  color: var(--color-accent);
}

/* --------------------------------------------------------------------------------------
 *  Responsive
----------------------------------------------------------------------------------------- */
@media (max-width: 768px) {
  .info-block {
    display: none;
  }
  .mob-flex-column {
    flex-direction: column !important;
  }
  .mob-justify-content-center {
    justify-content: center !important;
  }
  .site-copyright {
    text-align: center;
  }
  .project-hero-title {
    font-size: 24px;
  }
  .project-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .project-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .project-cta-title {
    font-size: 24px;
  }
  .section-service-projects .projects-grid {
    grid-template-columns: 1fr;
  }
  .card-title {
    text-align: right;
  }
  section.hero {
    min-height: 180px;
    font-size: 28px;
  }
  .site-logo {
    max-height: 80px;
  }
  .section-licenses .license-item {
    max-width: 100%;
  }
  .section-licenses .license-item img {
    height: 260px;
  }
  .section-licenses .license-grid {
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar {
    padding: 10px 20px;
  }
}
/* Mobile container padding */
@media (max-width: 767px) {
  .container,
  .container-short,
  .container-fluid {
    padding: 0 16px;
  }
}
/* --------------------------------------------------------------------------------------
 *  Homepage Sections
----------------------------------------------------------------------------------------- */
/* ─── Hero Slider ─── */
.section-hero-slider {
  position: relative;
  height: calc(100vh - var(--masthead-height));
  min-height: 450px;
  overflow: hidden;
  padding: 0;
}

.section-hero-slider .swiper {
  width: 100%;
  height: 100%;
}

.section-hero-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100% !important;
}

.section-hero-slider .swiper-slide > .container {
  height: 100%;
  justify-content: center;
}

.section-hero-slider .slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.section-hero-slider .slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.2) 100%);
}

.section-hero-slider .slide-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 40px 0;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

/* Promo slide */
.section-hero-slider .slide--promo .slide-content {
  max-width: 800px;
}

.section-hero-slider .slide-promo-logo {
  max-height: 100px;
  margin-bottom: 24px;
  filter: brightness(0) invert(1);
}

.section-hero-slider .slide-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}

.section-hero-slider .slide--promo .slide-title {
  font-size: 32px;
}

.section-hero-slider .slide-description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 32px;
  opacity: 0.9;
}

.section-hero-slider .slide--promo .slide-description {
  font-size: 16px;
  max-width: 680px;
}

.section-hero-slider .swiper-pagination {
  bottom: 32px;
}

.section-hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.5;
}

.section-hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-accent);
}

.section-hero-slider .swiper-button-prev,
.section-hero-slider .swiper-button-next {
  color: var(--color-white);
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: background 0.2s ease;
}

.section-hero-slider .swiper-button-prev:hover,
.section-hero-slider .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.5);
}

.section-hero-slider .swiper-button-prev::after,
.section-hero-slider .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
}

/* ─── Service Categories ─── */
.section-service-categories {
  padding: 40px 0;
  background: var(--color-beige);
}

.section-service-categories > .container {
  gap: 0;
}

.section-service-categories .headline {
  margin-bottom: 24px;
}

.section-service-categories .categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
}

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

.section-service-categories .category-card .category-image {
  display: block;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.section-service-categories .category-card .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.section-service-categories .category-card:hover .category-image img {
  transform: scale(1.03);
}

.section-service-categories .category-header {
  padding: 16px 0 0;
}

.section-service-categories .category-card .category-title {
  font-size: 22px;
  font-weight: 600;
}

.section-service-categories .category-card .category-description {
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-gray-dark);
}

.section-service-categories .category-card .category-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-accent);
  text-decoration: none;
}

.section-service-categories .category-card .category-link:hover {
  color: var(--color-beige-dark);
}

.section-service-categories .category-children {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 8px 0 0;
  list-style: none;
}

.section-service-categories .category-children li a {
  font-size: 15px;
  color: var(--color-gray-dark);
  transition: color 0.2s ease;
}

.section-service-categories .category-children li a:hover {
  color: var(--color-accent);
}

/* ─── About Section ─── */
.section-home-about {
  padding: 56px 0;
  background: var(--color-beige-light);
}

.section-home-about .about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.section-home-about .about-inner > div {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.section-home-about .about-text {
  font-size: 18px;
  line-height: 1.7;
}

.section-home-about .about-text p {
  margin-bottom: 16px;
}

.section-home-about .about-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* ─── Achievements ─── */
.section-home-achievements {
  padding: 40px 0;
  background: var(--color-accent);
  color: var(--color-white);
}

.section-home-achievements .achievements-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 32px;
  text-align: center;
}

.section-home-achievements .achievement-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  min-width: 140px;
}

.section-home-achievements .achievement-number {
  font-size: 48px;
  font-weight: 700;
  font-family: var(--font-serif);
  line-height: 1;
}

.section-home-achievements .achievement-label {
  font-size: 16px;
  opacity: 0.85;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ─── Work Stages ─── */
.section-work-stages {
  padding: 56px 0;
  background: var(--color-beige);
}

.section-work-stages .stages-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.section-work-stages .stages-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section-work-stages .stage-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.section-work-stages .stage-number {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-accent);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.section-work-stages .stage-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.section-work-stages .stage-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.section-work-stages .stage-description {
  font-size: 15px;
  line-height: 1.5;
  color: var(--color-gray-dark);
}

.section-work-stages .stages-image {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}

/* ─── Portfolio ─── */
.section-home-portfolio {
  padding: 56px 0;
  background: var(--color-beige-light);
}

.section-home-portfolio .headline {
  margin-bottom: 48px;
}

.section-home-portfolio .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.section-home-portfolio .portfolio-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-home-portfolio .portfolio-image {
  display: block;
  height: 240px;
  overflow: hidden;
}

.section-home-portfolio .portfolio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.section-home-portfolio .portfolio-image:hover img {
  transform: scale(1.04);
}

.section-home-portfolio .portfolio-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section-home-portfolio .portfolio-category {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-accent);
}

.section-home-portfolio .portfolio-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.section-home-portfolio .portfolio-description {
  font-size: 15px;
  line-height: 1.5;
  color: var(--color-gray-dark);
}

.section-home-portfolio .portfolio-footer {
  margin-top: 48px;
  text-align: center;
}

/* ─── Team ─── */
.section-home-team {
  padding: 56px 0;
  background: var(--color-beige);
}

.section-home-team .headline {
  margin-bottom: 48px;
}

.section-home-team .team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
}

.section-home-team .team-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 0;
  text-align: center;
}

.section-home-team .team-card-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.section-home-team .team-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.section-home-team .team-name {
  font-size: 20px;
  font-weight: 600;
}

.section-home-team .team-position {
  font-size: 14px;
  color: var(--color-accent);
  font-weight: 500;
}

.section-home-team .team-description {
  font-size: 15px;
  line-height: 1.5;
  color: var(--color-gray-dark);
}

.section-home-team .team-social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
}

.section-home-team .team-social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--color-gray-dark);
  border: 1px solid var(--color-black-trans);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.section-home-team .team-social a:hover {
  color: var(--color-accent);
  border-color: var(--color-accent);
}

/* ─── Testimonials ─── */
.section-home-testimonials {
  padding: 56px 0;
  background: var(--color-beige);
  overflow: hidden;
}

.section-home-testimonials .swiper {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.section-home-testimonials .swiper-wrapper {
  width: 100%;
}

.section-home-testimonials .swiper-slide {
  min-width: 0;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.section-home-testimonials .headline {
  margin-bottom: 48px;
}

.section-home-testimonials .testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.section-home-testimonials .testimonial-icon {
  font-size: 32px;
  color: var(--color-accent);
}

.section-home-testimonials .testimonial-quote {
  overflow: hidden;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.section-home-testimonials .testimonial-quote p {
  font-size: 16px;
  line-height: 1.7;
  font-style: italic;
  margin-top: 12px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.section-home-testimonials .testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}

.section-home-testimonials .testimonial-photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.section-home-testimonials .testimonial-name {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.section-home-testimonials .testimonial-project {
  display: block;
  font-size: 14px;
  color: var(--color-gray-dark);
}

.section-home-testimonials .swiper-pagination {
  position: relative;
  margin-top: 32px;
}

/* ─── Partners ─── */
.section-home-partners {
  padding: 32px 0;
  background: var(--color-beige);
}

.section-home-partners .headline {
  margin-bottom: 32px;
}

.section-home-partners .partners-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 48px 64px;
}

.section-home-partners .partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-home-partners .partner-logo img {
  max-height: 80px;
  max-width: 200px;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.section-home-partners .partner-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* ─── Pricing ─── */
.section-home-pricing {
  padding: 40px 0;
}

.section-home-pricing .headline {
  margin-bottom: 48px;
}

.section-home-pricing .pricing-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-home-pricing .pricing-card {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 36px 40px;
  background: var(--color-beige-light);
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease;
}

.section-home-pricing .pricing-card:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.section-home-pricing .pricing-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
}

.section-home-pricing .pricing-icon svg {
  width: 80px;
  height: 80px;
  fill: currentColor;
}

.section-home-pricing .pricing-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.section-home-pricing .pricing-name {
  font-size: 22px;
  font-weight: 700;
}

.section-home-pricing .pricing-description {
  font-size: 16px;
  color: var(--color-gray-dark);
  line-height: 1.5;
}

.section-home-pricing .pricing-footer {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-shrink: 0;
}

.section-home-pricing .pricing-value {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-width: 150px;
}

.section-home-pricing .pricing-price {
  font-size: 32px;
  font-weight: 700;
}

.section-home-pricing .pricing-unit {
  font-size: 15px;
  color: var(--color-gray-dark);
  border-left: 2px solid var(--color-accent);
  padding-left: 8px;
}

.section-home-pricing .pricing-card .btn {
  flex-shrink: 0;
  cursor: pointer;
  border: none;
  background: var(--color-accent);
  color: var(--color-white);
  padding: 0 32px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.2s ease;
}

.section-home-pricing .pricing-card .btn:hover {
  background: var(--color-accent-hover);
}

/* ─── CTA ─── */
.section-home-cta {
  padding: 40px 0;
  background: var(--color-accent);
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}

.section-home-cta::before,
.section-home-cta::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  pointer-events: none;
}

.section-home-cta::before {
  width: 500px;
  height: 500px;
  top: -200px;
  right: -100px;
}

.section-home-cta::after {
  width: 350px;
  height: 350px;
  bottom: -150px;
  left: -80px;
}

.section-home-cta .container {
  position: relative;
  z-index: 1;
}

.section-home-cta .cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
}

.section-home-cta .cta-inner::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.section-home-cta .cta-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-home-cta .cta-text {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
}

.section-home-cta .cta-form input,
.section-home-cta .cta-form textarea {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.section-home-cta .cta-form input::placeholder,
.section-home-cta .cta-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.section-home-cta .cta-form input[type=submit] {
  width: 100%;
  height: 48px;
  background: var(--color-beige-dark);
  color: var(--color-white);
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.section-home-cta .cta-form input[type=submit]:hover {
  opacity: 0.85;
}

/* Contact + Map */
.section-contact-map {
  padding: 56px 0;
}

.section-contact-map .contact-map-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 500px;
}

.section-contact-map .contact-form-wrap {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-contact-map .contact-form-wrap .headline {
  margin-bottom: 32px;
}

.section-contact-map .map-wrap {
  min-height: 100%;
}

.section-contact-map .map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.section-contact-map .map-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-contact-map .map-wrap a {
  display: block;
  height: 100%;
}

/* ─── Latest Articles ─── */
.section-latest-articles {
  padding: 56px 0;
}

.section-latest-articles .headline {
  margin-bottom: 48px;
}

.section-latest-articles .articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.section-latest-articles .article-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}

.section-latest-articles .article-card:hover {
  opacity: 0.85;
}

.section-latest-articles .article-image {
  height: 220px;
  overflow: hidden;
}

.section-latest-articles .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-latest-articles .article-card .article-meta {
  display: flex;
  gap: 12px;
  font-size: 13px;
  color: var(--color-accent);
}

.section-latest-articles .article-card .article-meta .article-date {
  color: var(--color-gray-dark);
}

.section-latest-articles .article-card .article-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

/* ─── Responsive ─── */
@media (max-width: 768px) {
  .section-hero-slider {
    height: calc(70vh - var(--masthead-height));
    min-height: 380px;
  }
  .section-hero-slider .slide-title {
    font-size: 28px;
  }
  .section-hero-slider .slide-description {
    font-size: 15px;
  }
  .section-hero-slider .slide-promo-logo {
    max-height: 50px;
  }
  .section-hero-slider .swiper-button-prev,
  .section-hero-slider .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .section-hero-slider .swiper-button-prev::after,
  .section-hero-slider .swiper-button-next::after {
    font-size: 14px;
  }
  .section-service-categories,
  .section-home-about,
  .section-work-stages,
  .section-latest-articles,
  .section-home-portfolio,
  .section-home-team,
  .section-home-testimonials,
  .section-home-pricing {
    padding: 32px 0;
  }
  .section-service-categories .categories-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .section-home-about .about-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .section-home-about .about-image {
    height: 260px;
  }
  .section-work-stages .stages-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .section-work-stages .stages-image {
    min-height: 260px;
    order: -1;
  }
  .section-home-achievements .achievement-number {
    font-size: 36px;
  }
  .section-home-portfolio .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .section-home-team .team-grid {
    grid-template-columns: 1fr;
  }
  .section-latest-articles .articles-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .section-home-pricing .pricing-card {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 28px 24px;
  }
  .section-home-pricing .pricing-footer {
    flex-direction: column;
    gap: 16px;
  }
  .section-home-pricing .pricing-value {
    min-width: unset;
    justify-content: center;
  }
  .section-home-cta .cta-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  .section-contact-map .contact-map-inner {
    grid-template-columns: 1fr;
  }
  .section-contact-map .contact-form-wrap {
    padding: 32px 16px;
  }
  .section-contact-map .map-wrap {
    min-height: 300px;
  }
}
/* --------------------------------------------------------------------------------------
 *  Hero Text Section
----------------------------------------------------------------------------------------- */
.section-hero-text {
  background: var(--color-beige);
  padding: 20px 0;
}

.section-hero-text .hero-text-inner {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.section-hero-text .hero-text-title {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-black);
  margin-bottom: 16px;
}

.section-hero-text .hero-text-subtitle {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.6;
  color: var(--color-gray-dark);
  margin: 0;
}

/* --------------------------------------------------------------------------------------
 *  Important Section
----------------------------------------------------------------------------------------- */
.section-home-important {
  padding: 40px 0;
  background: var(--color-beige);
}

.section-home-important .important-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

@media (max-width: 991px) {
  .section-home-important .important-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.section-home-important .important-card {
  display: flex;
  gap: 16px;
  padding: 24px;
  background: var(--color-beige-light);
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}

.section-home-important .important-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-accent);
  color: var(--color-white);
  border-radius: 50%;
  font-size: 18px;
}

.section-home-important .important-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-black);
}

/* --------------------------------------------------------------------------------------
 *  Advantages Section
----------------------------------------------------------------------------------------- */
.section-home-advantages {
  padding: 40px 0;
  background: var(--color-accent);
}

.section-home-advantages .headline-title {
  color: var(--color-white);
}

.section-home-advantages .headline-title::after {
  border-bottom-color: var(--color-beige-dark);
}

.section-home-advantages .advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

@media (max-width: 991px) {
  .section-home-advantages .advantages-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.section-home-advantages .advantage-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.section-home-advantages .advantage-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-beige-dark);
  color: var(--color-white);
  border-radius: 8px;
  font-size: 22px;
}

.section-home-advantages .advantage-content {
  flex: 1;
}

.section-home-advantages .advantage-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--color-white);
}

.section-home-advantages .advantage-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}

/* --------------------------------------------------------------------------------------
 *  Services Categories - Updated styles
----------------------------------------------------------------------------------------- */
.section-service-categories .category-title-short {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
}

.section-service-categories .category-title a {
  color: var(--color-black);
  text-decoration: none;
  transition: color 0.2s ease;
}

.section-service-categories .category-title a:hover {
  color: var(--color-accent);
}

.section-service-categories .category-subtitle {
  font-size: 14px;
  color: var(--color-gray-dark);
  margin: 0;
}

.section-service-categories .category-children li {
  padding: 4px 0;
  font-size: 14px;
  color: var(--color-gray-dark);
  line-height: 1.4;
}

.section-service-categories .category-children li::before {
  content: "— ";
  color: var(--color-beige-dark);
}

.section-service-categories .category-children li:last-child {
  padding-bottom: 0;
}

.section-service-categories .category-children a {
  color: var(--color-black);
  text-decoration: none;
  transition: color 0.2s ease;
}

.section-service-categories .category-children a:hover {
  color: var(--color-accent);
}
