/* Custom Styles here  */
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Montserrat:wght@200;300;400;500;600;700&display=swap);

body {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fs-sm);
  color: var(--color-black);
  line-height: 1.85;
}

.ann-bar {
  background: var(--color-black);
  color: var(--color-white);
  text-align: center;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: var(--fs-xs);
  letter-spacing: 0.12em;
}

.header-phone {
  background: url("../images/phone.svg") no-repeat;
  background-size: contain;
  padding: 0 0 0 24px;
  font-size: var(--fs-xs);
}

header .wp-block-navigation__container li a {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.25s;
}

header .wp-block-navigation__container li a:hover {
  border-bottom-color: var(--color-black);
}

.section {
  padding-left: var(--wp--preset--spacing--lg);
  padding-right: var(--wp--preset--spacing--lg);
}

body.page-template-default .section {
  padding: 100px var(--wp--preset--spacing--lg);
}

section.custom-block {
  margin-top: 0;
}

.custom-block {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100%;
}

.custom-block :where(ul, ol) {
  padding: 0 !important;
}

.section.light {
  background: var(--color-white);
}

.section.off {
  background: var(--color-grey);
}

.section.dark {
  background: var(--color-black);
  color: var(--color-white);
}

.section-label {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-grey);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: currentColor;
}

.section.dark .section-label {
  color: rgba(255, 255, 255, 0.45);
}

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

.section-label.center::before,
.section-label.center::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: currentColor;
}

h2.section-title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(30px, 3.5vw, 52px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

h2.section-title .lw {
  font-weight: 300;
}

.btn-black {
  background: var(--color-black);
  color: var(--color-white);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 28px;
  text-decoration: none;
  display: inline-block;
  border: 2px solid var(--color-black);
  transition: all 0.25s;
  cursor: pointer;
}

.btn-black:hover {
  background: transparent;
  color: var(--color-black);
  border: 2px solid var(--color-black);
}

.btn-outline {
  background: transparent;
  color: var(--color-black);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 28px;
  text-decoration: none;
  display: inline-block;
  border: 2px solid var(--color-black);
  transition: all 0.25s;
  cursor: pointer;
}

.btn-outline:hover {
  background: var(--color-black);
  color: var(--color-white);
}

.section.dark .btn-black {
  background: var(--color-white);
  color: var(--color-black);
  border-color: var(--color-white);
}

.section.dark .btn-black:hover {
  background: transparent;
  color: var(--color-white);
}

.section.dark .btn-outline {
  border-color: var(--color-white);
  color: var(--color-white);
}

.section.dark .btn-outline:hover {
  background: var(--color-white);
  color: var(--color-black);
}

footer.site-footer {
  margin-top: 0 !important;
}

.footer-top-columns {
  gap: 10px;
}

.footer-top-columns > .wp-block-column {
  flex-basis: 16px;
}

.footer-top-columns > .wp-block-column > p {
  margin-top: 0 !important;
}

footer .wp-block-group ul li {
  list-style: none;
}
.footer-menu > h3 {
  font-size: var(--fs-lg);
}

footer .wp-block-group ul li a {
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.2s;
  padding: 8px 0;
  display: block;
}

footer .wp-block-group ul li a:hover {
  color: var(--color-white);
  text-decoration: none;
}

.list-inline {
  display: flex;
  gap: 20px;
  list-style: none;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
