/*!
Theme Name: Devocean Theme
Author: DevOcean
Author URI: https://devocean.gr/
Description: This is a starter theme for DevOcean Projects
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: devocean
*/
/**
* Color Palette 
* @type {Map}
* @property {Map} light - The light theme color palette
* @property {Map} dark - The dark theme color palette
* @note To add a new theme, add a new map with the theme name as the key
* and the color palette as the value.
*/
/**
* Generate color variables for each theme mode
*/
/*
      www.OnlineWebFonts.Com 
      You must credit the author Copy this link on your web 
      <div>Font made from <a href="http://www.onlinewebfonts.com/fonts">Web Fonts</a>is licensed by CC BY 4.0</div>
      OR
      <a href="http://www.onlinewebfonts.com/fonts">Web Fonts</a>

      CSS rules to specify fonts



*/
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/devocean-theme/assets/fonts/Inter-VariableFont.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/**
    * Get the font size from the font size map
    * @param {string} $element - Element name
    * @param {string} $device - Device name
    * @return {string} - Font size
    */
:root {
  --neutral-color: #000000;
  --primary-color: #ffffff;
  --accent-color: #211d70;
  --neutral-light-color: #f2f2f2;
  --text-color: #000000;
  --grey-color: #a8a8a8;
  --accent-light-color: #eaf0ff;
}

:root {
  --neutral-color: #000000;
  --primary-color: #ffffff;
  --accent-color: #211d70;
  --neutral-light-color: #f2f2f2;
  --text-color: #000000;
  --grey-color: #a8a8a8;
  --accent-light-color: #eaf0ff;
}

.heading {
  letter-spacing: -2px;
  font-weight: 600;
}
.heading {
  font-size: 3.75rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .heading {
    font-size: 3.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .heading {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .heading {
    font-size: 2.25rem;
  }
}
.heading {
  line-height: 4.5rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .heading {
    line-height: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .heading {
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .heading {
    line-height: 3rem;
  }
}
.heading.white {
  color: var(--primary-color);
}
.heading.small {
  font-size: 3rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .heading.small {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .heading.small {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .heading.small {
    font-size: 1.5rem;
  }
}
.heading.small {
  line-height: 4.5rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .heading.small {
    line-height: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .heading.small {
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .heading.small {
    line-height: 3rem;
  }
}
.heading.x-small {
  font-size: 2rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .heading.x-small {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .heading.x-small {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .heading.x-small {
    font-size: 1.25rem;
  }
}
.heading.x-small {
  line-height: 3rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .heading.x-small {
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .heading.x-small {
    line-height: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .heading.x-small {
    line-height: 1.5rem;
  }
}

.subtitle {
  font-weight: 400;
  color: var(--text-color);
}
.subtitle {
  font-size: 1.25rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .subtitle {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .subtitle {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .subtitle {
    font-size: 1rem;
  }
}
.subtitle {
  line-height: 1.8125rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .subtitle {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .subtitle {
    line-height: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .subtitle {
    line-height: 1.4rem;
  }
}
.subtitle {
  margin-bottom: 22px;
}
.subtitle.white {
  color: var(--primary-color);
}

.tight {
  font-weight: 300;
}
.tight.white {
  color: var(--primary-color);
}
.tight {
  font-size: 1.25rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .tight {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .tight {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .tight {
    font-size: 1rem;
  }
}

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

article,
aside,
footer,
header,
nav,
section,
main,
figure,
figcaption,
details,
summary,
blockquote,
dl,
dd,
dt,
menu,
menuitem,
picture,
canvas {
  display: block;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
figure,
dl,
dd,
ul,
ol,
li,
table,
fieldset,
legend,
textarea,
input,
button {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
}

p:empty {
  display: none;
}

ul,
ol {
  list-style: none;
}

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

img {
  border-style: none;
}

input,
textarea,
select,
button {
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

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

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  overflow: visible;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

svg,
img,
video,
canvas,
audio,
iframe,
embed,
object {
  vertical-align: middle;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

[hidden] {
  display: none;
}

[disabled] {
  pointer-events: none;
}

button[disabled],
input[disabled] {
  cursor: default;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

progress {
  vertical-align: baseline;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

small {
  font-size: 80%;
}

strong {
  font-weight: bold;
}

meter {
  vertical-align: baseline;
}

mark {
  background-color: transparent;
  color: inherit;
}

summary {
  display: list-item;
  cursor: pointer;
}

details {
  display: block;
}

template {
  display: none;
}

textarea {
  resize: vertical;
}

legend {
  display: table;
  max-width: 100%;
  white-space: normal;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

u,
ins {
  text-decoration: none;
}

s,
del {
  text-decoration: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

figure {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

ruby {
  display: inline-block;
}

rb,
rt,
rtc,
rp {
  display: none;
}

[hidden] {
  display: none !important;
}

picture {
  display: block;
}

[contenteditable]:focus {
  outline: auto;
}

:host {
  display: block;
}

slot {
  display: contents;
}

html,
body {
  height: 100%;
  margin: 0;
}
html *,
body * {
  box-sizing: border-box;
  font-family: "Inter", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, sans-serif;
}

:root {
  --header-height: 0px;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (max-width: 1279px) {
  main {
    overflow: initial;
  }
}

section {
  margin-bottom: clamp(50px, 8.3333333333vw, 160px);
}

.custom-slick-arrows {
  display: flex;
  gap: clamp(8px, 0.7291666667vw, 14px);
}
.custom-slick-arrows .custom-slick-arrow {
  width: clamp(40px, 2.9166666667vw, 56px);
  height: clamp(40px, 2.9166666667vw, 56px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.5px solid;
  padding: 0;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.custom-slick-arrows .custom-slick-arrow svg {
  width: clamp(8px, 0.625vw, 12px);
}
.custom-slick-arrows.light .custom-slick-arrow {
  border-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.08);
}
.custom-slick-arrows.light .custom-slick-arrow svg path {
  stroke: rgba(255, 255, 255, 0.85);
  transition: stroke 0.3s ease;
}
.custom-slick-arrows.light .custom-slick-arrow:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}
.custom-slick-arrows.light .custom-slick-arrow:hover svg path {
  stroke: var(--primary-color);
}
.custom-slick-arrows.dark .custom-slick-arrow {
  border-color: rgba(0, 0, 0, 0.15);
  background-color: transparent;
}
.custom-slick-arrows.dark .custom-slick-arrow svg path {
  stroke: var(--primary-color);
  transition: stroke 0.3s ease;
}
.custom-slick-arrows.dark .custom-slick-arrow:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.custom-slick-arrows.dark .custom-slick-arrow:hover svg path {
  stroke: var(--accent-color);
}

body:not(.home) header.header {
  background-color: #ffffff;
  padding: 10px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
body:not(.home) header.header .main-nav__list > li > a {
  color: var(--accent-color);
}
body:not(.home) header.header .main-navbar--left a.custom-logo-link {
  display: none;
}
body:not(.home) header.header .main-navbar--left a:not(.custom-logo-link) {
  display: block;
}
body:not(.home) header.header .main-navbar .wpml-ls-statics-shortcode_actions ul li a,
body:not(.home) header.header .main-navbar .wpml-ls-statics-shortcode_actions ul li a > * {
  color: var(--accent-color);
}
body:not(.home) header.header .main-navbar .wpml-ls-statics-shortcode_actions ul li:not(:last-child)::after {
  background-color: var(--accent-color);
}

header.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
  background-color: var(--primary-color);
  padding: 20px 0;
}
header.header.scrolled {
  background-color: #ffffff;
  padding: 10px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
header.header.scrolled .main-nav__list > li > a {
  color: var(--accent-color);
}
header.header.scrolled .main-navbar--left a.custom-logo-link {
  display: none;
}
header.header.scrolled .main-navbar--left a:not(.custom-logo-link) {
  display: block;
}
header.header.scrolled .main-navbar .wpml-ls-statics-shortcode_actions ul li a,
header.header.scrolled .main-navbar .wpml-ls-statics-shortcode_actions ul li a > * {
  color: var(--accent-color);
}
header.header.scrolled .main-navbar .wpml-ls-statics-shortcode_actions ul li:not(:last-child)::after {
  background-color: var(--accent-color);
}
header.header .main-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 5%;
}
header.header .main-navbar--left {
  width: clamp(120px, 9.375vw, 180px);
}
header.header .main-navbar--left a.custom-logo-link {
  display: none;
}
header.header .main-navbar--left a:not(.custom-logo-link) {
  display: block;
}
header.header .main-navbar--right {
  display: flex;
  align-items: center;
  gap: 20px;
}
header.header .main-navbar .wpml-ls-statics-shortcode_actions ul {
  display: flex;
  gap: 10px;
}
header.header .main-navbar .wpml-ls-statics-shortcode_actions ul li a,
header.header .main-navbar .wpml-ls-statics-shortcode_actions ul li a > * {
  color: var(--accent-color);
}
header.header .main-navbar .wpml-ls-statics-shortcode_actions ul li:not(:last-child) {
  position: relative;
}
header.header .main-navbar .wpml-ls-statics-shortcode_actions ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: var(--accent-color);
}

/* =========================================
   DESKTOP STYLES (Min Width)
   ========================================= */
@media (min-width: 1280px) {
  .burger-menu {
    display: none;
  }
  .main-nav__list {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1280px) and (max-width: 1499px) {
  .main-nav__list {
    gap: 25px;
  }
}
@media (min-width: 1280px) {
  .main-nav__list > li {
    position: relative;
  }
  .main-nav__list > li > a {
    text-decoration: none;
    color: var(--accent-color);
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .main-nav__list > li:hover > a {
    color: var(--accent-color);
  }
  .main-nav__list > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .menu-item-has-children > a::after {
    content: "";
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.3s;
  }
  .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    list-style: none;
    padding: 15px 0;
    margin: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
  }
  .sub-menu li {
    display: block;
  }
  .sub-menu li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    font-size: 16px;
  }
  .sub-menu li a:hover {
    color: var(--accent-color);
    background: #f9f9f9;
  }
}
/* =========================================
   MOBILE STYLES (Max Width)
   ========================================= */
@media (max-width: 1279px) {
  .burger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 0;
  }
  .burger-menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    transition: 0.3s;
  }
  .burger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
  }
  .burger-menu.active span:nth-child(2) {
    opacity: 0;
  }
  .burger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
  }
  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    padding-top: 100px;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    overflow-y: auto;
  }
  .main-nav.active {
    transform: translateX(0);
  }
  .main-nav__list {
    list-style: none;
    padding: 0 30px;
  }
  .main-nav__list li {
    border-bottom: 1px solid #eee;
  }
  .main-nav__list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    font-size: 20px;
    color: #333;
  }
  .menu-item-has-children > a::after {
    content: "";
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    transition: transform 0.3s;
  }
  .menu-item-has-children.open > a::after {
    transform: rotate(-135deg);
  }
  .sub-menu {
    display: none;
    list-style: none;
    padding: 0 0 15px 20px;
    background: #f9f9f9;
  }
  .sub-menu li {
    border: none;
  }
  .sub-menu a {
    font-size: 16px;
    padding: 10px 0;
  }
}
footer.footer {
  background-color: var(--accent-color);
  color: var(--primary-color);
  padding: 60px 0 20px;
  padding-top: 0px;
  width: 100%;
}
footer.footer .container-main {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 30px;
  padding-top: clamp(30px, 3.125vw, 60px);
}
footer.footer {
  /* ============================
     ROW 1: CENTERED LOGO
     ============================ */
}
footer.footer .footer-row:nth-child(1) {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  footer.footer .footer-row:nth-child(1) {
    margin-bottom: 0px;
  }
}
footer.footer .footer-row:nth-child(1) .col a {
  display: inline-block;
  max-width: 300px;
}
footer.footer .footer-row:nth-child(1) .col a img {
  width: 100%;
  height: auto;
  display: block;
}
footer.footer {
  /* ============================
     ROW 2: 4-COLUMN WIDGET AREA
     ============================ */
}
footer.footer .footer-row:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 30px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  footer.footer .footer-row:nth-child(2) {
    grid-template-columns: 1fr 1fr;
    gap: 50px 30px;
    justify-items: center;
  }
}
@media only screen and (max-width: 767px) {
  footer.footer .footer-row:nth-child(2) {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    justify-items: center;
  }
}
footer.footer .footer-row:nth-child(2) > .col {
  border-left: 2px solid var(--primary-color);
  padding-left: 30px;
}
footer.footer .footer-row:nth-child(2) > .col:first-child {
  border-left: none;
  padding-left: 0;
}
@media only screen and (max-width: 1279px) {
  footer.footer .footer-row:nth-child(2) > .col {
    border-left: none;
    padding-left: 0;
  }
  footer.footer .footer-row:nth-child(2) > .col:nth-last-child(1), footer.footer .footer-row:nth-child(2) > .col:nth-last-child(4) {
    border-top: 2px solid var(--primary-color);
    padding-top: 30px;
    grid-column: span 2;
  }
}
footer.footer .footer-row:nth-child(2) > .col h2,
footer.footer .footer-row:nth-child(2) > .col .widget-title,
footer.footer .footer-row:nth-child(2) > .col .wp-block-heading {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}
footer.footer .footer-row:nth-child(2) > .col p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}
footer.footer .footer-row:nth-child(2) > .col p img {
  width: 20px !important;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
footer.footer .footer-row:nth-child(2) > .col ul.menu,
footer.footer .footer-row:nth-child(2) > .col .widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.footer .footer-row:nth-child(2) > .col ul.menu li,
footer.footer .footer-row:nth-child(2) > .col .widget_nav_menu ul li {
  margin-bottom: 12px;
}
footer.footer .footer-row:nth-child(2) > .col ul.menu li a,
footer.footer .footer-row:nth-child(2) > .col .widget_nav_menu ul li a {
  text-decoration: none;
  color: var(--primary-color);
  font-size: 16px;
  transition: opacity 0.3s ease;
}
footer.footer .footer-row:nth-child(2) > .col ul.menu li a:hover,
footer.footer .footer-row:nth-child(2) > .col .widget_nav_menu ul li a:hover {
  opacity: 0.7;
}
footer.footer .footer-row:nth-child(2) > .col .social-media {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
}
footer.footer .footer-row:nth-child(2) > .col .social-media li a {
  display: flex;
  width: clamp(30px, 2.8645833333vw, 55px);
  height: clamp(30px, 2.8645833333vw, 55px);
  padding: clamp(3px, 0.78125vw, 15px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1999px;
  border: 1px solid var(--primary-color);
  transition: transform 0.2s;
}
footer.footer .footer-row:nth-child(2) > .col .social-media li a svg,
footer.footer .footer-row:nth-child(2) > .col .social-media li a img {
  width: 100%;
  height: auto;
  max-height: 90%;
}
footer.footer .footer-row:nth-child(2) > .col .social-media li a svg path,
footer.footer .footer-row:nth-child(2) > .col .social-media li a img path {
  fill: var(--primary-color);
}
footer.footer .footer-row:nth-child(2) > .col .social-media li a:hover {
  transform: translateY(-3px);
}
footer.footer {
  /* ============================
     ROW 3: COPYRIGHT & POWERED BY
     ============================ */
}
footer.footer .footer-row:nth-child(3) {
  border-top: 2px solid var(--primary-color);
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  footer.footer .footer-row:nth-child(3) {
    flex-direction: column;
    text-align: center;
  }
}
footer.footer .footer-row:nth-child(3) .col p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
footer.footer .footer-row:nth-child(3) .col a {
  display: inline-block;
  width: clamp(65px, 5.2083333333vw, 100px);
  margin-left: 5px;
}
footer.footer .footer-row:nth-child(3) .col a svg {
  width: 100%;
  height: auto;
}
footer.footer .footer-row:nth-child(3) .col a svg path {
  fill: var(--primary-color) !important;
}

.espa-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: block;
  width: clamp(240px, 26.0416666667vw, 500px);
  line-height: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.espa-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.espa-banner:focus-visible {
  outline: 3px solid var(--accent-color);
  outline-offset: 3px;
}
.espa-banner.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  pointer-events: none;
}
@media (max-width: 767px) {
  .espa-banner {
    width: 120px;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 4999px) {
  body.page-template-child .child-hero {
    padding-inline: 65px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  body.page-template-child .child-hero {
    padding-inline: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  body.page-template-child .child-hero {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-template-child .child-hero {
    padding-inline: 25px;
  }
}
body.page-template-child .child-hero {
  height: clamp(400px, 25.2604166667vw, 485px);
  background-color: var(--accent-color);
  padding-top: 120px;
}
body.page-template-child .child-hero .page-title {
  font-size: clamp(36px, 3.125vw, 60px);
  font-weight: 900;
  color: var(--primary-color);
  text-align: center;
}
body.page-template-child .child-hero p {
  font-size: clamp(18px, 1.1458333333vw, 22px);
  font-weight: 700;
  line-height: 1.5;
  color: var(--primary-color);
  max-width: 800px;
  margin: clamp(20px, 2.5vw, 48px) auto 0 auto;
  max-width: 1300px;
  text-align: center;
  margin: 0 auto;
  margin-top: clamp(20px, 2.5vw, 48px);
}
@media only screen and (min-width: 1500px) and (max-width: 4999px) {
  body.page-template-child .child-pages .container {
    padding-inline: 65px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  body.page-template-child .child-pages .container {
    padding-inline: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  body.page-template-child .child-pages .container {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-template-child .child-pages .container {
    padding-inline: 25px;
  }
}
body.page-template-child .child-pages .container .child-pages__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  body.page-template-child .child-pages .container .child-pages__row {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 80px;
    align-items: flex-start;
  }
}
body.page-template-child .child-pages .container .child-pages__row:nth-child(even) .child-pages__content {
  padding-left: clamp(30px, 3.125vw, 60px);
  order: 2;
  text-align: left;
}
body.page-template-child .child-pages .container .child-pages__row:nth-child(even) .child-pages__content a {
  margin-right: auto;
  margin-left: unset;
}
@media only screen and (max-width: 1279px) {
  body.page-template-child .child-pages .container .child-pages__row:nth-child(even) .child-pages__content a {
    margin-right: unset;
  }
}
@media only screen and (max-width: 1279px) {
  body.page-template-child .child-pages .container .child-pages__row:nth-child(even) .child-pages__content {
    order: 1;
    padding-left: 0;
  }
}
body.page-template-child .child-pages .container .child-pages__row:nth-child(even) .child-pages__image {
  order: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 710/475;
}
body.page-template-child .child-pages .container .child-pages__row:nth-child(even) .child-pages__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1279px) {
  body.page-template-child .child-pages .container .child-pages__row:nth-child(even) .child-pages__image {
    order: 2;
    margin-top: 40px;
  }
}
body.page-template-child .child-pages .container .child-pages__row .child-pages__content {
  padding-top: clamp(30px, 3.125vw, 60px);
  padding-right: clamp(30px, 3.125vw, 60px);
}
@media only screen and (max-width: 1279px) {
  body.page-template-child .child-pages .container .child-pages__row .child-pages__content {
    text-align: left;
  }
}
body.page-template-child .child-pages .container .child-pages__row .child-pages__content .child-pages__title {
  font-size: clamp(26px, 2.34375vw, 45px);
  font-weight: 900;
  color: var(--accent-color);
  margin-bottom: clamp(15px, 1.71875vw, 33px);
}
body.page-template-child .child-pages .container .child-pages__row .child-pages__content .child-pages__subtitle {
  font-size: clamp(18px, 1.1458333333vw, 22px);
  line-height: 1.5;
  color: var(--accent-color);
  text-align: left;
}
body.page-template-child .child-pages .container .child-pages__row .child-pages__content a {
  font-weight: 500;
  background-color: transparent;
  letter-spacing: 0.02em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  padding: clamp(10px, 0.7291666667vw, 14px) clamp(18px, 1.40625vw, 27px);
  font-size: clamp(14px, 0.8854166667vw, 17px);
  color: var(--accent-color);
  border: 1.5px solid var(--accent-color);
}
body.page-template-child .child-pages .container .child-pages__row .child-pages__content a:hover {
  background-color: var(--accent-color);
  color: var(--primary-color);
}
body.page-template-child .child-pages .container .child-pages__row .child-pages__content a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: clamp(40px, 4.7395833333vw, 91px);
}
@media only screen and (max-width: 1279px) {
  body.page-template-child .child-pages .container .child-pages__row .child-pages__content a {
    margin-left: unset;
  }
}
body.page-template-child .child-pages .container .child-pages__row .child-pages__image {
  width: 100%;
  height: auto;
  aspect-ratio: 710/475;
}
body.page-template-child .child-pages .container .child-pages__row .child-pages__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.error404 section.error {
  position: relative;
  width: 100%;
  min-height: 70vh;
  max-height: 800px;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--header-height);
  margin-bottom: clamp(80px, 7.8125vw, 150px);
  padding: clamp(40px, 3.125vw, 60px);
  overflow: hidden;
}
body.error404 section.error .error__background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  z-index: -1;
  aspect-ratio: 1024/557;
  opacity: 0.1;
  filter: blur(1px);
  transition: opacity 0.3s ease;
}
body.error404 section.error .error__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.error404 section.error:hover .error__background {
  opacity: 0.18;
}
body.error404 section.error .container .error__content .error__content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(12px, 1.0416666667vw, 20px);
  animation: fadeInUp 0.8s ease-out;
}
body.error404 section.error .container .error__content .error__content-text h1 {
  font-size: clamp(24px, 2.7083333333vw, 52px);
  line-height: 1.15;
  color: var(--accent-color);
  font-weight: 300;
  text-align: center;
  max-width: 788px;
  width: 100%;
  letter-spacing: 0.02em;
}
body.error404 section.error .container .error__content .error__content-text p {
  font-size: clamp(15px, 0.9375vw, 18px);
  line-height: 1.6;
  color: var(--accent-color);
  opacity: 0.75;
  text-align: center;
  max-width: 600px;
  width: 100%;
  font-weight: 400;
}
body.error404 section.error .container .error__content .error__content-text a {
  margin-top: clamp(10px, 1.0416666667vw, 20px);
  font-weight: 500;
  background-color: transparent;
  letter-spacing: 0.02em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  padding: clamp(16px, 1.1458333333vw, 22px) clamp(32px, 2.5vw, 48px);
  font-size: clamp(18px, 1.25vw, 24px);
  background-color: var(--accent-color);
  color: var(--primary-color);
  border: 1.5px solid var(--accent-color);
}
body.error404 section.error .container .error__content .error__content-text a:hover {
  background-color: var(--primary-color);
  color: var(--accent-color);
  border-color: var(--primary-color);
}
body.error404 section.error .container .error__content .error__content-text a {
  transition: transform 0.3s ease;
}
body.error404 section.error .container .error__content .error__content-text a:hover {
  transform: translateY(-2px);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media only screen and (min-width: 1500px) and (max-width: 4999px) {
  body.page-template-simple main .container {
    padding-inline: 65px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  body.page-template-simple main .container {
    padding-inline: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  body.page-template-simple main .container {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-template-simple main .container {
    padding-inline: 25px;
  }
}
body.page-template-simple main .container {
  margin-top: calc(var(--header-height) + clamp(10px, 1.0416666667vw, 20px));
  margin-bottom: clamp(80px, 7.8125vw, 150px);
}
body.page-template-simple main .container h1 {
  font-size: clamp(26px, 3.125vw, 60px);
  font-weight: 900;
  color: var(--neutral-color);
  margin-bottom: clamp(30px, 3.125vw, 60px);
  position: relative;
}
body.page-template-simple main .container h1::after {
  content: "";
  position: absolute;
  bottom: calc(clamp(30px, 3.125vw, 60px) / -2);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--accent-color);
}
body.page-template-simple main .container .post-content p {
  font-size: clamp(18px, 1.1458333333vw, 22px);
  line-height: 1.6;
  margin-bottom: clamp(15px, 1.0416666667vw, 20px);
}
body.page-template-simple main .container .post-content h2,
body.page-template-simple main .container .post-content h3,
body.page-template-simple main .container .post-content h4,
body.page-template-simple main .container .post-content h5,
body.page-template-simple main .container .post-content h6 {
  font-weight: 900;
  color: var(--accent-color);
}
body.page-template-simple main .container .post-content h2,
body.page-template-simple main .container .post-content h2 > * {
  font-size: clamp(28px, 2.6041666667vw, 50px);
}
body.page-template-simple main .container .post-content h3,
body.page-template-simple main .container .post-content h3 > * {
  font-size: clamp(24px, 2.0833333333vw, 40px);
}
body.page-template-simple main .container .post-content h4,
body.page-template-simple main .container .post-content h4 > * {
  font-size: clamp(20px, 1.6666666667vw, 32px);
}
body.page-template-simple main .container .post-content .wp-block-heading {
  margin-top: clamp(40px, 4.1666666667vw, 80px);
  margin-bottom: clamp(20px, 2.0833333333vw, 40px);
}
body.page-template-simple main .container .post-content ol,
body.page-template-simple main .container .post-content ul {
  margin-left: 20px;
}
body.page-template-simple main .container .post-content ol li,
body.page-template-simple main .container .post-content ul li {
  margin-bottom: clamp(10px, 1.0416666667vw, 20px);
  font-size: clamp(18px, 1.1458333333vw, 22px);
  line-height: 1.6;
}
body.page-template-simple main .container .post-content ol {
  list-style-type: decimal;
}
body.page-template-simple main .container .post-content ul {
  list-style-type: disc;
}

@media only screen and (min-width: 1500px) and (max-width: 4999px) {
  .posts-related .container {
    padding-inline: 65px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .posts-related .container {
    padding-inline: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .posts-related .container {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .posts-related .container {
    padding-inline: 25px;
  }
}
.posts-related .container .related-title {
  font-size: clamp(28px, 3.125vw, 60px);
  font-weight: 900;
  color: var(--accent-color);
  margin-bottom: clamp(16px, 1.6666666667vw, 32px);
}
.posts-related .container .related-posts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.0833333333vw, 40px);
}
.posts-related .container .related-posts-list .blog-archive__item .blog-archive__thumbnail {
  aspect-ratio: 570/388;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.posts-related .container .related-posts-list .blog-archive__item .blog-archive__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.posts-related .container .related-posts-list .blog-archive__item .blog-archive__content {
  display: flex;
  flex-direction: column-reverse;
  margin-top: clamp(12px, 1.0416666667vw, 20px);
}
.posts-related .container .related-posts-list .blog-archive__item .blog-archive__content .blog-archive__title {
  margin-top: clamp(8px, 0.625vw, 12px);
}
.posts-related .container .related-posts-list .blog-archive__item .blog-archive__content .blog-archive__title h2 {
  font-size: clamp(15px, 1.0416666667vw, 20px);
  font-weight: 500;
  color: var(--accent-color);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.posts-related .container .related-posts-list .blog-archive__item .blog-archive__content .blog-archive__date {
  font-size: clamp(13px, 0.78125vw, 15px);
  font-weight: 400;
  color: var(--accent-color);
  opacity: 0.5;
}
.posts-related .container .related-posts-list .blog-archive__item:hover .blog-archive__thumbnail img {
  transform: scale(1.2);
}

.blog-archive-container {
  margin-top: var(--header-height);
}
.blog-archive-container .container .background {
  width: 100%;
}
@media only screen and (min-width: 1500px) and (max-width: 4999px) {
  .blog-archive-container .container .background {
    padding-inline: 65px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .blog-archive-container .container .background {
    padding-inline: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .blog-archive-container .container .background {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-archive-container .container .background {
    padding-inline: 25px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 4999px) {
  .blog-archive-container .container .background {
    padding-block: 40px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .blog-archive-container .container .background {
    padding-block: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .blog-archive-container .container .background {
    padding-block: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-archive-container .container .background {
    padding-block: 25px;
  }
}
.blog-archive-container .container .background {
  background-color: var(--accent-color);
}
.blog-archive-container .container .background .blog-archive__title h1 {
  font-size: clamp(24px, 2.7083333333vw, 52px);
  font-weight: 300;
  color: var(--primary-color);
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.15;
}
.blog-archive-container .container .background .blog-archive__title .blog-archive__subtitle {
  font-weight: 400;
  color: var(--primary-color);
  opacity: 0.75;
  text-align: center;
  max-width: 1110px;
  margin: 0 auto;
  font-size: clamp(15px, 0.9375vw, 18px);
  margin-top: clamp(12px, 1.0416666667vw, 20px);
  line-height: 1.6;
}
.blog-archive-container .container .blog-archive__tabs {
  margin-top: clamp(30px, 3.3854166667vw, 65px);
  margin-bottom: clamp(25px, 2.7604166667vw, 53px);
}
@media only screen and (min-width: 1500px) and (max-width: 4999px) {
  .blog-archive-container .container .blog-archive__tabs {
    padding-inline: 65px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .blog-archive-container .container .blog-archive__tabs {
    padding-inline: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .blog-archive-container .container .blog-archive__tabs {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-archive-container .container .blog-archive__tabs {
    padding-inline: 25px;
  }
}
.blog-archive-container .container .blog-archive__tabs {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.1458333333vw, 22px);
}
.blog-archive-container .container .blog-archive__tabs .blog-archive__tab {
  padding: clamp(10px, 0.9375vw, 18px) clamp(15px, 1.6145833333vw, 31px);
  border: 2px solid var(--accent-color);
  color: var(--accent-color);
  opacity: 0.5;
  font-weight: 500;
  font-size: clamp(14px, 0.9375vw, 18px);
  transition: opacity 0.3s ease;
}
.blog-archive-container .container .blog-archive__tabs .blog-archive__tab--active {
  opacity: 1;
  font-weight: 600;
}
@media only screen and (min-width: 1500px) and (max-width: 4999px) {
  .blog-archive-container .container .blog-archive__grid {
    padding-inline: 65px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .blog-archive-container .container .blog-archive__grid {
    padding-inline: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .blog-archive-container .container .blog-archive__grid {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-archive-container .container .blog-archive__grid {
    padding-inline: 25px;
  }
}
.blog-archive-container .container .blog-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: clamp(12px, 1.0416666667vw, 20px);
}
@media only screen and (max-width: 1279px) {
  .blog-archive-container .container .blog-archive__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 575px) {
  .blog-archive-container .container .blog-archive__grid {
    grid-template-columns: 1fr;
  }
}
.blog-archive-container .container .blog-archive__grid .blog-archive__item a .blog-archive__thumbnail {
  aspect-ratio: 570/388;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.blog-archive-container .container .blog-archive__grid .blog-archive__item a .blog-archive__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-archive-container .container .blog-archive__grid .blog-archive__item a .blog-archive__content {
  display: flex;
  flex-direction: column-reverse;
  margin-top: clamp(12px, 1.0416666667vw, 20px);
}
.blog-archive-container .container .blog-archive__grid .blog-archive__item a .blog-archive__content .blog-archive__title {
  margin-top: clamp(8px, 0.625vw, 12px);
}
.blog-archive-container .container .blog-archive__grid .blog-archive__item a .blog-archive__content .blog-archive__title h2 {
  font-size: clamp(15px, 1.0416666667vw, 20px);
  font-weight: 500;
  color: var(--accent-color);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-archive-container .container .blog-archive__grid .blog-archive__item a .blog-archive__content .blog-archive__date {
  font-size: clamp(13px, 0.78125vw, 15px);
  font-weight: 400;
  color: var(--accent-color);
  opacity: 0.5;
}
.blog-archive-container .container .blog-archive__grid .blog-archive__item a:hover .blog-archive__thumbnail img {
  transform: scale(1.03);
}
.blog-archive-container .container .pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: clamp(40px, 4.1666666667vw, 80px);
  margin-bottom: clamp(40px, 4.1666666667vw, 80px);
}
.blog-archive-container .container .pagination-wrapper .pagination {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.78125vw, 15px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-archive-container .container .pagination-wrapper .pagination li > .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(50px, 3.6458333333vw, 70px);
  height: clamp(50px, 3.6458333333vw, 70px);
  border: 2px solid var(--accent-color);
  font-size: clamp(15px, 0.9375vw, 18px);
  font-weight: 500;
  color: var(--accent-color);
  opacity: 0.5;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-archive-container .container .pagination-wrapper .pagination li > .page-numbers.current {
  background-color: var(--accent-color);
  color: var(--primary-color);
  opacity: 1;
}
.blog-archive-container .container .pagination-wrapper .pagination li > .page-numbers:not(.current):hover {
  background-color: var(--accent-color);
  color: var(--primary-color);
  opacity: 1;
}
.blog-archive-container .container .pagination-wrapper .pagination li > .page-numbers.prev span, .blog-archive-container .container .pagination-wrapper .pagination li > .page-numbers.next span {
  display: block;
  width: clamp(12px, 1.09375vw, 21px);
  height: clamp(22px, 1.9791666667vw, 38px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='38' viewBox='0 0 21 38'%3E%3Cpath d='M1,1,18.934,18.934,1,36.869' fill='none' stroke='%23211d70' stroke-width='2'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: filter 0.3s ease;
}
.blog-archive-container .container .pagination-wrapper .pagination li > .page-numbers.prev:hover span, .blog-archive-container .container .pagination-wrapper .pagination li > .page-numbers.next:hover span {
  filter: brightness(0) invert(1);
}
.blog-archive-container .container .pagination-wrapper .pagination li > .page-numbers.prev span {
  transform: rotate(180deg);
}

.blog-archive-container:not(:has(.blog-archive__tabs)) .container .blog-archive__grid {
  margin-top: clamp(60px, 6.25vw, 120px);
}

body.post-template-default.single-post .single-post-content {
  margin-top: var(--header-height);
}
body.post-template-default.single-post .single-post-content .container .thumbnail {
  aspect-ratio: 1920/600;
  min-height: 500px;
  width: 100%;
  height: auto;
}
body.post-template-default.single-post .single-post-content .container .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.post-template-default.single-post .single-post-content .container .header {
  max-width: 1250px;
  margin: 0 auto;
}
@media only screen and (min-width: 1500px) and (max-width: 4999px) {
  body.post-template-default.single-post .single-post-content .container .header {
    padding-inline: 65px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  body.post-template-default.single-post .single-post-content .container .header {
    padding-inline: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  body.post-template-default.single-post .single-post-content .container .header {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 767px) {
  body.post-template-default.single-post .single-post-content .container .header {
    padding-inline: 25px;
  }
}
body.post-template-default.single-post .single-post-content .container .header {
  margin-top: clamp(25px, 2.0833333333vw, 40px);
  margin-bottom: clamp(50px, 5.7291666667vw, 110px);
}
body.post-template-default.single-post .single-post-content .container .header .breadcrumb span {
  font-size: clamp(12px, 0.78125vw, 15px);
  color: var(--accent-color);
  font-weight: 500;
}
body.post-template-default.single-post .single-post-content .container .header .breadcrumb > span {
  color: var(--accent-color);
  opacity: 0.5;
}
body.post-template-default.single-post .single-post-content .container .header .breadcrumb a {
  font-size: clamp(12px, 0.78125vw, 15px);
  color: var(--accent-color);
  opacity: 0.5;
}
body.post-template-default.single-post .single-post-content .container .header .post-meta {
  font-size: clamp(14px, 0.9375vw, 18px);
  color: var(--accent-color);
  opacity: 0.5;
  font-weight: 400;
  margin-top: clamp(20px, 1.5625vw, 30px);
  margin-bottom: clamp(30px, 5.7291666667vw, 110px);
  position: relative;
}
body.post-template-default.single-post .single-post-content .container .header .post-meta::after {
  content: "";
  position: absolute;
  bottom: calc(clamp(30px, 5.7291666667vw, 110px) / -2);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--accent-color);
  opacity: 0.2;
}
body.post-template-default.single-post .single-post-content .container .header .post-title {
  margin-top: clamp(20px, 1.5625vw, 30px);
}
body.post-template-default.single-post .single-post-content .container .header .post-title h1 {
  font-size: clamp(24px, 2.7083333333vw, 52px);
  font-weight: 300;
  color: var(--accent-color);
  letter-spacing: 0.02em;
  line-height: 1.15;
}
body.post-template-default.single-post .single-post-content .container .post-content {
  max-width: 1250px;
  margin: 0 auto;
}
@media only screen and (min-width: 1500px) and (max-width: 4999px) {
  body.post-template-default.single-post .single-post-content .container .post-content {
    padding-inline: 65px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  body.post-template-default.single-post .single-post-content .container .post-content {
    padding-inline: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  body.post-template-default.single-post .single-post-content .container .post-content {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 767px) {
  body.post-template-default.single-post .single-post-content .container .post-content {
    padding-inline: 25px;
  }
}
body.post-template-default.single-post .single-post-content .container .post-content p {
  font-size: clamp(15px, 0.9375vw, 18px);
  line-height: 1.6;
  color: var(--accent-color);
  opacity: 0.75;
  margin-bottom: clamp(12px, 1.0416666667vw, 20px);
}
body.post-template-default.single-post .single-post-content .container .post-content h2,
body.post-template-default.single-post .single-post-content .container .post-content h3,
body.post-template-default.single-post .single-post-content .container .post-content h4,
body.post-template-default.single-post .single-post-content .container .post-content h5,
body.post-template-default.single-post .single-post-content .container .post-content h6 {
  font-weight: 300;
  color: var(--accent-color);
  letter-spacing: 0.02em;
  line-height: 1.15;
}
body.post-template-default.single-post .single-post-content .container .post-content h2,
body.post-template-default.single-post .single-post-content .container .post-content h2 > * {
  font-size: clamp(22px, 2.0833333333vw, 40px);
}
body.post-template-default.single-post .single-post-content .container .post-content h3,
body.post-template-default.single-post .single-post-content .container .post-content h3 > * {
  font-size: clamp(20px, 1.6666666667vw, 32px);
}
body.post-template-default.single-post .single-post-content .container .post-content h4,
body.post-template-default.single-post .single-post-content .container .post-content h4 > * {
  font-size: clamp(18px, 1.3541666667vw, 26px);
}
body.post-template-default.single-post .single-post-content .container .post-content .wp-block-heading {
  margin-top: clamp(40px, 4.1666666667vw, 80px);
  margin-bottom: clamp(20px, 2.0833333333vw, 40px);
}
body.post-template-default.single-post .single-post-content .container .post-content ol {
  list-style-type: decimal;
  margin-left: 20px;
}
body.post-template-default.single-post .single-post-content .container .post-content ol li {
  margin-bottom: clamp(10px, 1.0416666667vw, 20px);
  font-size: clamp(15px, 0.9375vw, 18px);
  color: var(--accent-color);
  opacity: 0.75;
  line-height: 1.6;
}
body.post-template-default.single-post .single-post-content .container .post-content ul {
  list-style-type: disc;
  margin-left: 20px;
}
body.post-template-default.single-post .single-post-content .container .post-content ul li {
  margin-bottom: clamp(10px, 1.0416666667vw, 20px);
  font-size: clamp(15px, 0.9375vw, 18px);
  color: var(--accent-color);
  opacity: 0.75;
  line-height: 1.6;
}
body.post-template-default.single-post .single-post-content .container {
  position: relative;
  margin-bottom: clamp(80px, 7.8125vw, 150px);
}
body.post-template-default.single-post .single-post-content .container::after {
  content: "";
  position: absolute;
  bottom: calc(clamp(80px, 7.8125vw, 150px) / -2);
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 130px);
  height: 2px;
  background-color: var(--accent-color);
  opacity: 0.2;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  body.post-template-default.single-post .single-post-content .container::after {
    width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  body.post-template-default.single-post .single-post-content .container::after {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  body.post-template-default.single-post .single-post-content .container::after {
    width: calc(100% - 50px);
  }
}

.page-hero {
  margin-bottom: 0;
}
.page-hero .container {
  aspect-ratio: 1920/777;
  width: 100%;
  height: auto;
  position: relative;
}
.page-hero .container .page-hero__content .page-hero__title {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.page-hero .container .page-hero__content .page-hero__title h1 {
  font-size: clamp(24px, 2.7083333333vw, 52px);
  font-weight: 300;
  color: var(--neutral-color);
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.15;
}
.page-hero .container .page-hero__thumbnail {
  position: relative;
}
.page-hero .container .page-hero__thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  mix-blend-mode: multiply;
  z-index: 1;
}
.page-hero .container .page-hero__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.page-template-services .single-post-content .container .thumbnail {
  aspect-ratio: 1920/790;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  body.page-template-services .single-post-content .container .thumbnail {
    aspect-ratio: 768/630;
    height: auto;
  }
}
body.page-template-services .single-post-content .container .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1500px) and (max-width: 4999px) {
  body.page-template-services .single-post-content .container .header {
    padding-inline: 65px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  body.page-template-services .single-post-content .container .header {
    padding-inline: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  body.page-template-services .single-post-content .container .header {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-template-services .single-post-content .container .header {
    padding-inline: 25px;
  }
}
body.page-template-services .single-post-content .container .header {
  margin-top: clamp(25px, 2.0833333333vw, 40px);
  margin-bottom: clamp(50px, 5.7291666667vw, 110px);
}
body.page-template-services .single-post-content .container .header .breadcrumb span {
  font-size: clamp(12px, 0.78125vw, 15px);
  color: var(--accent-color);
  font-weight: 500;
}
body.page-template-services .single-post-content .container .header .breadcrumb > span {
  color: var(--accent-color);
  opacity: 0.5;
}
body.page-template-services .single-post-content .container .header .breadcrumb a {
  font-size: clamp(12px, 0.78125vw, 15px);
  color: var(--accent-color);
  opacity: 0.5;
}
body.page-template-services .single-post-content .container .header .post-title {
  margin-top: clamp(25px, 2.0833333333vw, 40px);
  margin-bottom: clamp(30px, 5.7291666667vw, 110px);
  position: relative;
}
body.page-template-services .single-post-content .container .header .post-title::after {
  content: "";
  position: absolute;
  bottom: calc(clamp(30px, 5.7291666667vw, 110px) / -2);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--accent-color);
  opacity: 0.2;
}
body.page-template-services .single-post-content .container .header .post-title h1 {
  font-size: clamp(24px, 2.7083333333vw, 52px);
  font-weight: 300;
  color: var(--accent-color);
  letter-spacing: 0.02em;
  line-height: 1.15;
}
@media only screen and (min-width: 1500px) and (max-width: 4999px) {
  body.page-template-services .single-post-content .container .post-content {
    padding-inline: 65px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  body.page-template-services .single-post-content .container .post-content {
    padding-inline: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  body.page-template-services .single-post-content .container .post-content {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-template-services .single-post-content .container .post-content {
    padding-inline: 25px;
  }
}
body.page-template-services .single-post-content .container .post-content {
  margin-bottom: clamp(80px, 7.8125vw, 150px);
}
body.page-template-services .single-post-content .container .post-content p {
  font-size: clamp(15px, 0.9375vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  color: var(--accent-color);
  opacity: 0.75;
}
body.page-template-services .single-post-content .container .post-content a {
  color: var(--accent-color);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s;
}
body.page-template-services .single-post-content .container .post-content a:hover {
  opacity: 0.7;
}
body.page-template-services .single-post-content .container .post-content ul,
body.page-template-services .single-post-content .container .post-content ol {
  margin: 1em 0;
  padding-left: 1.5em;
  font-size: clamp(15px, 0.9375vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  color: var(--accent-color);
  opacity: 0.75;
}
body.page-template-services .single-post-content .container .post-content ul li,
body.page-template-services .single-post-content .container .post-content ol li {
  margin-bottom: 0.5em;
}
body.page-template-services .single-post-content .container .post-content ul {
  list-style-type: disc;
}
body.page-template-services .single-post-content .container .post-content ol {
  list-style-type: decimal;
}