/*
Theme Name: Land Pro New
Text Domain: https://land-pro.ca
Author: Kobzza
Author URI: https://kobzza.com/
*/

:root {
    --c-black: #000;
    --c-white: #FFF;
    --c-white-secondary: #FDFDFD;
    --c-grey: #444E5E;
    --c-light-grey: #F8F8F8;
    --c-bright-gold: #FFD206;

    --container-padding-x: 20px;

    --font-family-base: 'Raleway';
    --ff-accent: 'Oswald';
    --ff-form-select: 'Inter';
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 64px;
}
html, body {
    min-height: 100%;
}
body {
    font-family: var(--font-family-base), sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    line-height: 1.3;
    color: var(--c-black);
    background-color: var(--c-light-grey);
    font-size: 20px;
}
body,
:where(blockquote, figure):where([class]) {
    margin: 0;
}
a:where([class]),
header a,
footer a,
.footer__contact-us_info a {
    text-decoration: unset;
}
a {
    color: inherit;
}
:where(ul, ol):where([class]) {
    padding-left: 0;
}
:where(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  dl
):where([class]) {
    margin-block: 0;
}
p {
    margin: 0;
}
:where(dd[class]) {
    margin-left: 0;
}
:where(ul[class]) {
    list-style: none;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
input,
textarea,
select,
button {
    font: inherit;
}
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: clip;
    max-width: calc(1620px + (var(--container-padding-x) * 2));
    padding: 0 var(--container-padding-x);
}
.container--small-padding {
    padding: 0 calc(var(--container-padding-x) / 2);
}
.content :where(ul,ol) {
    list-style: revert;
    padding-left: 20px;
    color: var(--c-black);
    font-size: 1.125rem;
}
div.container-fluid {
    padding: 0;
    max-width: calc(100% - 8px);
}
div.container--right {
    padding-right: 0;
    max-width: 100%;
}
body.scroll-lock {
    overflow: hidden;
}
main {
    flex: 1;
}

/* Helpers */

.pos-r {
    position: relative;
}
.tt-u {
    text-transform: uppercase;
}
.t-left {
    text-align: left;
}
.t-center {
    text-align: center;
}
.d-none {
    display: none;
}
.d-block {
    display: block;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.fw-nowrap {
    flex-wrap: nowrap;
}
.flex-1 {
    flex: 1;
}
.fd-column {
    flex-direction: column;
}
.ai-c {
    align-items: center;
}
.jc-center {
    justify-content: center ;
}
.jc-sb {
    justify-content: space-between;
}
.m-0-auto {
    margin: 0 auto;
}
.ml-auto {
    margin-left: auto;
}
.ml-40 {
    margin-left: 2.5rem;
}
.mt-32 {
    margin-top: 2rem;
}
.mt-40 {
    margin-top: 2.5rem;
}
.mt-60 {
    margin-top: 3.75rem;
}
.mb-8 {
    margin-bottom: 0.5rem;
}
.mb-10 {
    margin-bottom: 0.625rem;
}
.mb-20 {
    margin-bottom: 1.25rem;
}
.mb-24 {
    margin-bottom: 1.5rem;
}
.mb-32 {
    margin-bottom: 2rem;
}
.mb-40 {
    margin-bottom: 2.5rem;
}
.mb-50 {
    margin-bottom: 3.125rem;
}
.mb-60 {
    margin-bottom: 3.75rem;
}
.flex-1 {
    flex: 1;
}
.gap-16 {
    gap: 1rem;
}
.gap-18 {
    gap: 1.125rem;
}
.gap-20 {
    gap: 1.25rem;
}
.gap-24 {
    gap: 1.5rem;
}
.gap-32 {
    gap: 2rem;
}
.gap-40 {
    gap: 2.5rem;
}
.gap-80 {
    gap: 5rem;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fz-text {
    font-size: 1.25rem;
}
.ff-accent {
    font-family: var(--ff-accent), sans-serif;
}
.c-white {
    color: var(--c-white);
}
.c-black {
    color: var(--c-black);
}
.bg-white {
    background-color: var(--c-white);
}
.bg-grey {
    background-color: var(--c-grey);
}
.bg-gold {
    background-color: var(--c-bright-gold);
}
.pointer {
    cursor: pointer;
}
.w-auto {
    width: auto;
}
.w-100 {
    width: 100%;
}
.br-50 {
    border-radius: 50%;
}
.pointer {
    cursor: pointer;
}
.ws-nowrap {
    white-space: nowrap;
}

/* Classes */

h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: var(--ff-accent), sans-serif;
}
.title-section {
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.5;
    font-family: var(--ff-accent), sans-serif;
}
.button {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 1rem 4.5rem 1rem 2.5rem;
    background-color: var(--c-bright-gold);
    width: fit-content;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.16;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
    background-image: url(/wp-content/uploads/2025/05/i-button-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 2rem center;
    border: 0;
    white-space: nowrap;
}
.button:hover {
    background-color: #E5C100;
}
.button:disabled {
    background-image: url(/wp-content/uploads/2025/05/i-button-arrow-disabled.svg);
}
.section,
section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section.section--pt-0 {
    padding-top: 0;
}
section:last-child,
.step-form-section {
    padding-bottom: 100px;
}
.blog-content.section,
.single.section {
    padding-top: 100px;
}
.expertise-section {
    margin-block: 50px;
}
.section-tag {
    margin-bottom: 0.625rem;
    color: var(--c-bright-gold);
    font-weight: 700;
    font-size: 1.5rem;
    font-family: var(--ff-accent), sans-serif;
    text-transform: uppercase;
    line-height: 1.5;
}
.section-title {
    line-height: 1.48;
    font-size: 3rem;
    font-family: var(--ff-accent), sans-serif;
    text-transform: uppercase;
}
.section-subtitle {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 3.75rem;
}

/* Header */

header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    transition: all .4s ease-in;
    background-color: #444E5E;
}
.header-menu {
    transition: .3s ease-in-out padding;
    padding-block: 1rem;
}
.header--transparent:not(.is-active) {
    background-color: transparent;
}
.header--fixed {
    position: fixed;
}
.header__logo-image {
    width: 100%;
    transition: max-width .3s ease-in-out;
}
.burger-menu {
    display: block;
    cursor: pointer;
    user-select: none;
    width: 44px;
    position: relative;
    z-index: 5;
    padding: 8px;
}
.burger-menu span {
    display: block;
    height: 2px;
    background-color: var(--c-bright-gold);
    transition: all .35s;
}
.burger-menu span:not(:first-child) {
    margin-top: 5px;
}
.burger-menu.is-active .mobile-btn-top {
    transform: translateY(9px) translateX(0) rotate(45deg);
}
.burger-menu.is-active .mobile-btn-middle {
    opacity: 0;
}
.burger-menu.is-active .mobile-btn-bottom {
    transform: translateY(-5px) translateX(0) rotate(-45deg);
}
.header__overlay-menu-dialog {
    position: fixed;
    inset: 0;
    flex-direction: column-reverse;
    justify-content: start;
    row-gap: 16px;
    width: 100%;
    height: 100%;
    padding: var(--container-padding-x);
    /*background-color: var(--c-dark-green);*/
    border: none;
    transition: .3s ease-in-out all;
    transition-behavior: allow-discrete;
}
.header__overlay-menu-dialog[open] {
    display: flex;
    @starting-style {
        opacity: 0;
        translate: 50%;
    }
}
.header__overlay-menu-dialog:not([open]) {
    opacity: 0;
    translate: 50%;
}
.header-phone {
    padding: 1rem 2.25rem;
    font-size: 1.25rem;
    transition: background-color 0.3s ease-in-out;
    min-width: 262px;
}
.header-phone:hover {
    background-color: #E5C100;
}
.menu-header-menu > li > a:hover {
    color: var(--c-bright-gold);
}

/* Home: About Company */
.stats-container {
    gap: 3.75rem 5rem;
}
.stats-item-number {
    font-size: 3.325rem;
    line-height: 1.48;
}
.stats-content {
    max-width: 620px;
    flex: 1;
}
.stats-item {
    max-width: 160px;
}
.stats-numbers {
    gap: 1rem 3.25rem;
}
.why-choose-us__stats-item {
    max-width: 180px;
}
.why-choose-us__tiles {
    max-width: 896px;
    min-width: 771px;
}
.why-choose-us__tiles-item {
    flex: 1 calc(50% - 2rem);
    padding: 1.5rem 1rem;
}
.why-choose-us__tiles-item_image img {
    height: 60px;
}

/* Home: Step Form */

.step-form-section .container::before {
    content: '';
    background-color: var(--c-bright-gold);
    width: 100%;
    height: 64%;
    position: absolute;
    left: 0;
}
.step-form {
    top: 4.5rem;
}
.step-form__body {
    padding: 1.5rem 4.5rem 3.25rem;
}
.step-form__head {
    padding: 4.375rem 1.5rem 0;
}
.radio-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem 3.25rem;
    text-align: center;
    transition: .3s ease-in-out background-color;
    margin-top: 3.75rem;
}
.radio-container .radio-input {
    display: none;
}
.radio-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(25% - 2.5rem);
}
.radio-item__label {
    background-color: var(--c-white-secondary);
    padding: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out background-color;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
}
.radio-item__label:hover,
.radio-item__label:has(.radio-input:checked) {
    background-color: var(--c-bright-gold);
}
.radio-item__description {
    opacity: 0.4;
    color: var(--c-white);
    font-size: 1rem;
    text-align: left;
    line-height: 1.17;
    margin-top: 1.25rem;
}
.step-from-nav {
    max-width: 460px;
    margin-inline: auto;
    border-radius: 10px;
    padding: .5rem 1rem;
    gap: 1.875rem;
}
[data-js-step-form-stage]:not([data-js-step-form-stage="is-active"]),
[data-js-step-form-title]:not([data-js-step-form-title="is-active"]) {
    display: none;
}
.is-hidden {
    display: none !important;
}
.step-form .wpcf7-select {
    color: #BCBCBC;
    font-family: var(--ff-form-select), sans-serif;
    font-size: 1.25rem;
    padding: 0 1.5rem;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 2px inset;
    font-weight: 500;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/wp-content/uploads/2025/05/form-dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position-x: 92%;
    background-position-y: 50%;
    background-color: var(--c-white-secondary);
    cursor: pointer;
    width: 23.25rem;
    height: 4.375rem;
}
.step-form .wpcf7-select.has-selection,
.step-form .wpcf7-select option {
    color: var(--c-black);
}
.select-container {
    justify-content: center;
    display: flex;
    gap: 3.625rem;
    flex-wrap: wrap;
    margin-top: 3.75rem;
}
.step-form input[type="checkbox"] {
    display: none;
}
.step-form .wpcf7-not-valid-tip {
    margin-top: 1rem;
    text-align: left;
}
.step-form .form-item.form-item-checkbox {
    margin-top: 3.75rem;
}
.step-form__privacy-text {
    margin-top: 1.125rem;
    margin-bottom: 3.75rem;
}
.step-form__privacy-text a {
    text-decoration: underline;
    color: inherit;
}
.step-form .wpcf7-response-output {
    color: var(--c-white);
}
.step-form .wpcf7 form.sent .wpcf7-response-output {
    display: none;
}
.step-form__success-step {
    padding-top: 2.875rem;
    width: 610px;
    margin: 0 auto;
}
.step-form__success-step a {
    color: var(--c-black);
}
.step-form__success-step_heading {
    font-size: 3rem;
    font-family: var(--ff-accent), sans-serif;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.48;
}
.step-form__success-step_subsection {
    margin-bottom: 3rem;
}

.form-join,
.form-contact-us {
    padding: 3rem 3.75rem 3.75rem;
    background-color: var(--c-grey);
    max-width: 922px;
    flex: 1;
}
.form-contact-us .wpcf7-list-item {
    margin: 0;
    max-width: 210px;
    align-self: center;
}
.form-join .form-row,
.form-contact-us .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem 3rem;
}
.form-join .form-title,
.form-contact-us .form-title {
    width: 100%;
    color: var(--c-white);
    text-transform: uppercase;
    font-size: 2.5rem;
}
.form-contact-us input,
.form-join input {
    border: 0;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
    line-height: 1.15;
}
.form-join input:not([type="submit"]),
.form-contact-us input:not([type="submit"]),
.form-join textarea,
.form-contact-us textarea {
    width: 100%;
}
textarea[name="contact-us-textarea"],
textarea[name="career-textarea"] {
    resize: none;
}
.form-join input[type="submit"],
.form-contact-us input[type="submit"] {
    margin: 1.25rem 0 0;
    padding: 1rem 5.75rem 1rem 3.75rem;
    background-position: right 3rem center;
    border-radius: 0;
    color: var(--c-black);
}
.form-join .form-item,
.form-contact-us .form-item {
    width: 100%;
}
.form-join .form-item--50,
.form-contact-us .form-item--50 {
    max-width: calc(50% - 3rem / 2);
}
.form-contact-us input[type="checkbox"] {
    display: none;
}
.form-contact-us .wpcf7-checkbox .wpcf7-list-item-label::before {
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 2px solid #DBE4E1;
    transition: .3s ease-in-out;
}
.form-contact-us .wpcf7-checkbox .wpcf7-list-item-label::before,
.form-contact-us .wpcf7-checkbox .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    top: calc(50% - 1rem);
    left: 0;
}
.form-contact-us .wpcf7-checkbox .wpcf7-list-item-label::after {
    top: calc(50% - 1rem + 4px);
    left: 3px;
    width: 19px;
    height: 16px;
    background: url('/wp-content/uploads/2025/05/check-mark-white.svg') no-repeat center / cover;
    opacity: 0;
    transition: .3s ease-in-out opacity;
}
.form-contact-us .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background-color: var(--c-bright-gold);
    border-color: var(--c-bright-gold);
}
.form-contact-us .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}
.form-contact-us .wpcf7-form-control:not(.wpcf7-submit) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.form-contact-us .wpcf7-list-item-label {
    position: relative;
    display: block;
    padding-left: 40px;
    color: var(--c-light-grey);
    cursor: pointer;
    font-size: 1.25rem;
}
.form-contact-us .wpcf7-response-output,
.form-join .wpcf7-response-output {
    color: var(--c-white);
    margin-inline: 0 !important;
}

/* step-form temporary rows */
.step-form .form-row {
    gap: 1.5rem 3.25rem;
    text-align: left;
    margin-top: 2.5rem;
}
.step-form .form-row {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px 32px;
}
.form-item--50 {
    max-width: calc(25% - 2.5rem);
}
.form-item, .form-item--50 {
    display: block;
}
.step-form .form-row {
    text-align: left;
}
.form-item__text {
    display: block;
    color: var(--c-white);
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.15;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.form-item input::placeholder,
.form-item textarea::placeholder,
.wpcf7-form-control.wpcf7-file {
    color: #B4B4B4;
}
.step-form .form-item input, .step-form .form-item textarea {
    border-color: var(--c-white);
    font-size: 1.125rem;
    padding: 1.25rem 1.5rem;
}
.form-item input, .form-item textarea {
    font-size: 1.25rem;
    padding: 1rem;
    color: var(--c-black);
    background-color: var(--c-white);
    font-weight: 500;
    border-radius: 5px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
    border: 0;
}
.form-item input {
    width: 100%;
}
.step-form .form-input {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
    border: 0;
    font-family: var(--ff-form-select), sans-serif;
    font-size: 1.25rem;
    text-align: center;
    font-weight: 500;
}
.step-form .wpcf7-acceptance .wpcf7-list-item-label::after {
    top: 7px;
    left: 2px;
    width: 19px;
    height: 16px;
    background: url('/wp-content/uploads/2025/05/check-mark-white.svg') no-repeat center / cover;
    opacity: 0;
    transition: .3s ease-in-out opacity;
}
.step-form .wpcf7-list-item-label {
    padding-left: 20px;
    color: var(--c-bright-gold);
    cursor: pointer;
}
.step-form input[type="checkbox"] {
    display: none;
}
.step-form .wpcf7-checkbox .wpcf7-list-item-label::before,
.step-form .wpcf7-acceptance .wpcf7-list-item-label::before {
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 2px solid #DBE4E1;
    transition: .3s ease-in-out;
}
.step-form .wpcf7-checkbox .wpcf7-list-item-label::before,
.step-form .wpcf7-acceptance .wpcf7-list-item-label::before,
.step-form .wpcf7-acceptance .wpcf7-list-item-label::after,
.step-form .wpcf7-checkbox .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
}
.step-form .wpcf7-checkbox .wpcf7-list-item-label::after,
.step-form .wpcf7-acceptance .wpcf7-list-item-label::after {
    top: 7px;
    left: 2px;
    width: 19px;
    height: 16px;
    background: url('/wp-content/uploads/2025/03/check-mark-white.svg') no-repeat center / cover;
    opacity: 0;
    transition: .3s ease-in-out opacity;
}
.step-form .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
.step-form .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background-color: var(--c-bright-gold);
    border-color: var(--c-bright-gold);
}
.step-form .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
.step-form .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}
.contact-form .button[type="submit"] {
    flex: 1;
}


.step-form .form-input_city {
    border-radius: 6px;
    width: 23.25rem;
    height: 4.375rem;
    text-align: left;
    padding: 0 1.5rem;
}
.step-form .form-input_city::placeholder {
    color: #BCBCBC;
}
.select-container select option:first-child {
    display: none;
}

/* Home: Reviews */

.reviews__list {
    list-style: none;
    gap: 1.5rem;
}

.reviews__list-item {
    padding: 2rem 1.25rem;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.reviews__list-item:hover {
    transform: translateY(-6px);
}

.review__info_text {
    max-width: 200px;
}
.review__document {
    max-height: 250px;
    width: auto;
    object-fit: contain;
    align-self: center;
}
.review-info__title {
    font-size: 1.1rem;
}
.review-info__logo img {
    max-width: 120px;
    height: auto;
    object-fit: contain;
}
.reviews__subtitle {
    max-width: 960px;
    margin: 0 auto 3.75rem;
}
.contact-form.form-row {
    max-width: 436px;
    margin: 0 auto;
}
.contact-form .form-input {
    text-align: center;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05) inset;
    border: 0;
    font-size: 20px;
    height: 60px;
}
.contact-form .form-item {
    margin-bottom: 2.5rem;
}
.contact-form .form-item input,
.contact-form .wpcf7-submit {
    border-radius: 0;
}
.contact-form .wpcf7-submit {
    width: 100%;
    padding: 1rem 4.5rem 1rem 2.5rem;
    background-position: right 90px center;
    font-size: 24px;
    height: 60px;
    line-height: 1;
    color: var(--c-black);
}
.contact-form .wpcf7-spinner {
    margin: 1rem 50% 0;
}
.contact-form .wpcf7-not-valid-tip {
    margin-top: 0.5rem;
}
.popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 98;
    transition: .3s ease-in-out opacity;
    opacity: 0;
    display: none;
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    padding: 5rem 2.5rem;
    transition: .3s ease-in-out opacity;
    opacity: 0;
    display: none;
    max-height: calc(100% - 30px);
    max-width: 1000px;
    width: calc(100% - 30px);
    background-color: var(--c-grey);
    overflow: hidden;
    box-shadow: 0 0 29px rgba(97,94,94,25);
    overflow-y: auto;
}
.popup__title {
    margin-bottom: 2rem;
}
.popup__title h3 {
    margin: 0;
    color: var(--c-white);
    font-size: 3rem;
    font-weight: 600;
}
.popup__text {
    margin-bottom: 3.75rem;
}
.popup__text p {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--c-white);
}
.popup__overlay.--show,
.popup.--show {
    opacity: 1;
    display: block;
}
.popup__close {
    position: absolute;
    z-index: 3;
    top: 28px;
    right: 28px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.popup__close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 2px;
    width: 100%;
    background-color: var(--c-bright-gold);
    transform: translateY(9px) translateX(0) rotate(45deg);
}
.popup__close:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    display: block;
    height: 2px;
    width: 100%;
    background-color: var(--c-bright-gold);
    transform: translateY(-5px) translateX(0) rotate(-45deg);
}
.popup-bonus {
    background-color: var(--c-grey);
    max-width: 1000px;
}
.popup-bonus__title em,
.popup-bonus__success-title em {
    color: yellow;
    font-style: normal;
}
.popup-bonus-wrap {
    display: grid;
    grid-template-columns: 100%;
    gap: 30px 20px;
}
.popup-bonus-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}
.popup-bonus-list__item {
    border: 1px solid yellow;
    padding: .625rem;
}
.popup-bonus__form {
    padding: 1.5rem 2rem;
    background-color: var(--c-white);
    box-shadow: 4px 4px 32px 0 rgba(0, 0, 0, 0.10);
    border-radius: 10px;
}
.popup-bonus {
    background-color: var(--c-bright-gold);
    max-width: 1000px;
}
.popup-bonus__title em,
.popup-bonus__success-title em {
    color: yellow;
    font-style: normal;
}
.popup-bonus-wrap {
    display: grid;
    grid-template-columns: 1fr 45%;
    gap: 30px 20px;
}
.popup-bonus-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}
.popup-bonus-list__item {
    border: 1px solid yellow;
    padding: .625rem;
}
.popup-bonus-wrap:not(.has-bonus) .popup-bonus__form,
.popup-bonus-wrap:not(.has-bonus) .popup-bonus__success-title {
    display: none;
}
.has-bonus :is(.spin-wheel-group, .popup-bonus-list, .popup-bonus__title, .popup-bonus__text, .popup-bonus__text-bottom) {
    display: none;
}
.popup .wpcf7-response-output {
    margin: 0 auto !important;
    text-align: center;
    max-width: 436px;
    color: var(--c-white);
}

/* Home: News and Blogs */

.post-thumbnail {
    flex-basis: 32%;
    display: flex;
    flex-direction: column;
}
.post-thumbnail {
    box-shadow: inset 0 0 0 1px var(--c-black);
    padding: 1px;
}
.post-thumbnail__title {
    padding: 1.5rem 1.375rem;
}
.post-thumbnail__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-thumbnail__image-link {
    flex: 1;
}

/* from claude */
.slider-container {
    flex: 1;
    max-width: 45%;
}

.main-slider {
    margin-bottom: 16px;
    overflow: hidden;
}

.main-slider .splide__slide {
    aspect-ratio: 4/3;
}

.main-slider .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-slider .splide__arrow {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.main-slider .splide__arrow:hover {
    background: white;
    transform: scale(1.1);
}

.main-slider .splide__arrow svg {
    fill: #333;
}

.main-slider .splide__arrow--next {
    right: 16px;
}

.main-slider .splide__arrow--prev {
    left: 16px;
}

.thumbnail-slider {
    overflow: hidden;
}

.thumbnail-slider .splide__slide {
    cursor: pointer;
    overflow: hidden;
}

.thumbnail-slider .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.thumbnail-slider-img.vertical {
    height: 100%;
    width: auto;
}

.thumbnail-slider .splide__slide:hover img {
    transform: scale(1.05);
}

.thumbnail-slider .splide__arrow {
    background: var(--c-bright-gold);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.thumbnail-slider .splide__arrow svg {
    fill: white;
    width: 16px;
    height: 16px;
}

.thumbnail-slider .splide__arrow--next {
    right: 0;
}

.thumbnail-slider .splide__arrow--prev {
    left: -16px;
}

.main-slider .splide__arrows.splide__arrows--ltr {
    display: none;
}
.thumbnail-slider .splide__arrow.splide__arrow--prev {
    display: none;
}

.thumbnail-slider .splide__track {
    right: 80px;
}
/* claude loop fix */

.thumbnail-slider .splide__track {
    right: 80px;
    min-height: 150px;
}
.thumbnail-slider .splide__list {
    display: flex;
    align-items: center;
}
.thumbnail-slider .splide__slide {
    cursor: pointer;
    overflow: hidden;
    min-width: 100px;
    flex-shrink: 0;
}
.thumbnail-slider:not(.is-initialized) {
    visibility: hidden;
}
.thumbnail-slider.is-initialized {
    visibility: visible;
    transition: visibility 0.1s ease;
}
.thumbnail-slider .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    opacity: 0;
}
.thumbnail-slider .splide__slide img.loaded {
    opacity: 1;
}


.footer {
    background-color: #000000;
    color: white;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100px 100px, 100px 100px;
    background-position: 0 0, 50px 50px;
    pointer-events: none;
}

.footer-container {
    max-width: 1620px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 11.5rem 60px 40px 60px;
    position: relative;
    z-index: 1;
}

.footer-content {
    display: flex;
    flex-grow: 1;
    margin-bottom: 4rem;
    padding-inline: 2rem;
    flex-wrap: wrap;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 4.25rem;
    min-width: 370px;
}

.logo {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.logo-icon {
    background-color: #FFD700;
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-weight: bold;
    font-size: 24px;
    color: #000;
    font-style: italic;
}

.logo-text {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}

.logo-subtext {
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 2px;
    opacity: 0.8;
}

.brand-description {
    font-size: 1.125rem;
}

.footer-section {
    flex: 1;
    margin-right: 4rem;
    min-width: 135px;
}

.footer-section h3 {
    font-size: 2.625rem;
    font-weight: 600;
    margin: 1.5rem 0 2.625rem;
    white-space: nowrap;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 1rem;
}

.footer-section ul li a {
    text-decoration: none;
    font-size: 1.25rem;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #FFD700;
}

.footer__support {
    margin: 0;
}

.footer__contact-us_info > * {
    display: block;
    color: #FFD700;
}

.footer__contact-us_info .address {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.footer__contact-us_info .phone {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.footer__contact-us_info .email {
    font-size: 1.25rem;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2rem;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-left: 2.5rem;
    border-top: 1px solid #788496;
}

.copyright {
    font-size: 1.125rem;
}

.copyright a {
    text-decoration: none;
    font-family: 'Bauhaus-93-Regular', sans-serif;
    font-size: 1.25rem;
    color: var(--c-bright-gold);
}

.social-icons {
    display: flex;
    gap: 13px;
}

.social-icon {
    width: 48px;
    height: 48px;
    background-color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.social-icon:hover {
    background-color: var(--c-bright-gold);
    color: #000;
}

.services-section,
.services-tabs-section {
    margin: 0 auto;
    text-align: center;
}
/* Services Responsiveness */
.services-tag {
    margin-bottom: 0.5rem;
    color: var(--c-bright-gold);
    font-weight: 500;
    font-size: 1.5rem;
    font-family: var(--ff-accent), sans-serif;
}

.services-heading {
    font-weight: 500;
    margin-bottom: 2rem;
    font-size: 3rem;
    font-family: var(--ff-accent), sans-serif;
}

.section-description {
    max-width: 1035px;
    margin: 0 auto 3.75rem;
    font-size: 1.25rem;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin: 0 auto;
}

.service-card {
    background-color: #fff;
    overflow: hidden;
    width: 356px;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.service-icon {
    background-color: #fff;
    padding: 1.875rem 1.75rem 2.5rem;
}

.icon-circle {
    display: inline-block;
}

.service-content {
    padding: 0 1.75rem 1.875rem;
    display: flex;
    flex-direction: column;
}

.service-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
    font-family: var(--ff-accent), sans-serif;
}

.service-description {
    margin-bottom: 2.5rem;
    flex-grow: 1;
    line-height: 1.15;
}

.learn-more-btn {
    display: inline-block;
    background-color: #FFD700;
    color: #000;
    padding: 0.844rem 1.875rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.25rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    text-transform: uppercase;
    margin-top: auto;
    width: 100%;
    line-height: 1.15;
    text-align: left;
    background-image: url(/wp-content/uploads/2025/05/i-learn-more-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 1.875rem center;
}

.learn-more-btn:hover {
    background-color: #E5C100;
}

/* Expertise Section Styles */
.expertise-section {
    position: relative;
    background: url('/wp-content/uploads/2025/06/bg-real-world-expertise.jpg');
    color: white;
    overflow: hidden;
}

.expertise-content {
    position: relative;
    z-index: 2;
    margin: 3.75rem 0;
}

.tag-line {
    color: #FFD700;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: var(--ff-accent);
}

.expertise-heading {
    font-size: 3rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: var(--ff-accent);
}

.expertise-text {
    margin: 2rem 0;
    font-size: 1.25rem;
    line-height: 1.15;
    max-width: 51%;
}

.expertise-text p:not(:last-child) {
    margin-bottom: 1.5rem;
}

.expertise-button {
    color: var(--c-black);
    margin: 3.75rem 0 0;
}

.expertise-image {
    position: absolute;
    right: calc(25vw - 500px);
    bottom: 0;
    max-height: 100%;
    max-width: 810px;
    z-index: 1;
}
.front-page-hero {
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-block: 0 !important;
    background-color: #556276;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}

.front-page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.front-page-hero-content {
    position: relative;
    z-index: 2;
    color: white;
    top: 30%;
    padding-inline: 0;
}

.hero__title,
.front-page-hero h1 {
    font-size: 3.125rem;
    margin-bottom: 2rem;
}
.front-page-hero h1 {
    max-width: 725px;
}

.front-page-hero .hero__text {
    font-size: 1.25rem;
    margin-bottom: 3.75rem;
    line-height: 1.15;
    max-width: 725px;
}

.front-page-hero .hero__button {
    margin: unset;
    color: black;
}

.front-page-hero .hero__button a {
    text-decoration: none;
}

.landing-hero-video__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
/* Bottom Section */
.bottom-section {
    background: #4A5568;
    color: white;
    padding: 40px 0;
}

.bottom-container {
    color: var(--c-white);
    z-index: 2;
    position: relative;
    background-color: #444E5E;
    padding-block: 2rem;
    gap: 6rem;
    margin-bottom: 50px;
}
.front-page-hero .bottom-container {
    margin: 0;
}
.bottom-container .container {
    display: flex;
    gap: 6rem;
}
.bottom-container__heading {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-family: 'Oswald', sans-serif;
    flex-shrink: 0;
    align-self: center;
}
.bottom-title {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bottom-container__text {
    line-height: 1.15;
    font-size: 1.25rem;
}
.bottom-text {
    max-width: 400px;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

/* Challenges Section Styles */

.challenges-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    gap: 20px;
}

.challenge-item {
    flex: 1;
    min-width: 240px;
    text-align: center;
}

.challenge-icon {
    width: 81px;
    height: 81px;
    margin: 0 auto 1.5rem;
}

.challenge-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--c-black);
    margin-bottom: 1.25rem;
    font-family: var(--ff-accent), sans-serif;
}

.challenge-desc {
    font-size: 1.25rem;
    line-height: 1.15;
    color: black;
}

/* Process Section Styles */
.process-section .section-title {
    margin-bottom: 2rem;
}
.steps-tag {
    color: #FFD700;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.process-heading {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.process-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4.5rem;
    font-size: 1.25rem;
}
.timeline-container {
    margin: 0 auto;
    overflow: hidden;
}

.timeline-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.timeline-divider {
    height: 3px;
    background: var(--c-bright-gold);
    width: 100%;
    margin: 20px 0;
}

.timeline-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 40px 30px;
    position: relative;
    transition: all 0.3s ease;
    background: white;
    flex-direction: row-reverse;
    font-family: var(--ff-accent), sans-serif;
}

.timeline-item:hover {
    background-color: var(--c-grey);
    color: white;
}

.timeline-item:hover .step-title {
    color: var(--c-bright-gold);
}

.timeline-item:hover .step-number {
    color: var(--c-bright-gold);
}
.step-number {
    font-size: 3.125rem;
    font-weight: 600;
    margin-right: 24px;
    line-height: 1;
    transition: all 0.3s ease;
}

.step-content {
    flex: 1;
    max-width: 225px;
}

.step-title {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.step-subtitle {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* FAQ Styles */

.faq-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.faq-flex {
    display: flex;
    gap: 2.5rem 4rem;
    align-items: center;
}

.faq-image-container {
    flex: 1;
}

.faq-image-container img {
    width: 100%;
    height: 770px;
    object-position: 70% center;
    object-fit: cover;
}

.faq-content {
    flex: 1;
}

.faq-heading {
    margin-bottom: 2.5rem;
    /*max-width: 600px;*/
}

.accordion {
    width: 100%;
}

.accordion-item {
    margin-bottom: 2.5rem;
    overflow: hidden;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 1.25rem 2.25rem;
    gap: 3rem;
    cursor: pointer;
    position: relative;
    box-shadow: inset 0 0 0 1px white;
    border-top: 3px solid black;
    border-inline: 3px solid black;
}

.accordion-title {
    font-family: var(--font-family-base), sans-serif;
}
.accordion-icon {
    position: relative;
    min-width: 30px;
    min-height: 30px;
    background-color: #FFD206;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-icon .line {
    position: absolute;
    background-color: #4D5769;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.accordion-icon .horizontal {
    width: 16px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.accordion-icon .vertical {
    width: 2px;
    height: 16px;
}
.accordion-item.active .accordion-icon .vertical {
    transform: translate(-50%, -50%) scaleY(0);
    opacity: 0;
}

.accordion-content {
    background-color: #fff;
    padding: 0 1.75rem; /* No vertical padding while collapsed */
    border: 3px solid black;
    border-top: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.accordion-item.active .accordion-content {
    max-height: 205px; /* Large enough for content */
    padding: 1.5rem 1.75rem 3.75rem;
}

.accordion-text {
    line-height: 1.15;
    font-size: 1.25rem;
}

.accordion-header.closed {
    background-color: white;
    color: black;
}
.accordion-header.closed .accordion-title {
    font-size: 1.25rem;
    font-weight: 400;
}

/* HOME: END */

/* About Us */
.hero {
    min-height: 400px;
    max-height: 660px;
    height: 40vw;
}
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--c-black);
    opacity: 0.2;
    z-index: 1;
}
.hero__container {
    position: absolute;
    z-index: 2;
    top: calc(50% - 5rem);
}
.hero-image {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.welcome-title,
.why-choose-us__content {
    max-width: 620px;
}
.call-to-action-wrapper {
    background: url('/wp-content/uploads/2025/06/bg-real-world-expertise.jpg');
    padding: 4rem 4.75rem;
    gap: 1.5rem 4rem;
}
.call-to-action__button {
    padding: 1rem 7rem 1rem 5rem;
    background-position: right 4.5rem center;
    margin: unset;
}
.our-gallery .container {
    padding: 0 8rem;
    max-width: calc(1620px + 16rem);
}
.gallery-slider .splide__track {
    overflow: hidden;
}
.gallery-slider .splide__list {
    display: flex !important;
    margin: 0;
    padding: 0;
    list-style: none;
}
.gallery-slider .splide__slide {
    flex-shrink: 0;
}
.gallery-slider .splide__slide img {
    width: 100%;
    height: 342px;
    object-fit: cover;
}
.gallery-slider__inner {
    position: relative;
}
.gallery-slider__arrows {
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
}
.gallery-slider .splide__arrow {
    position: absolute;
    background: var(--c-bright-gold);
    border: none;
    pointer-events: all;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
}
.gallery-slider .splide__arrow img {
    width: 30px;
    height: 30px;
}
.gallery-slider .splide__arrow.splide__arrow--prev {
    left: -5rem;
}
.gallery-slider .splide__arrow.splide__arrow--next {
    right: -5rem;
}

/* Join Team */
.join-our-team__benefits {
    gap: 2.875rem;
}
.join-our-team__benefits-item {
    min-width: 280px;
    flex: 0 1 calc(25% - 2.25rem);
}
.join-our-team__benefits-item_title {
    max-width: 255px;
}
.resume-form__info {
    max-width: 590px;
}
.resume-form__text p:not(:last-child) {
    margin-bottom: 1rem;
}
.socials-title {
    margin: 3.25rem 0 10px;
}
.social-link {
    padding: 7px;
    transition: all 0.3s ease;
}
.social-link:hover {
    background-color: var(--c-bright-gold);
}

/* Contact Us */
.contact-info__item-link {
    font-size: 1.5rem;
    transition: all 0.3s ease;
}
.contact-info__item-link:hover {
    color: var(--c-bright-gold);
}
.contact-info__item-icon {
    flex-shrink: 0;
}
.google-map__iframe {
    min-height: 400px;
    max-height: 820px;
    height: calc(60vw - 15px);
}

/* Our Services */
.services-panel__content-wrapper {
    max-width: 1052px;
}
.services-panel__content {
    animation: fadeIn 0.4s ease;
}
.services-panel__content.active {
    display: flex;
    flex-wrap: wrap;
}
.services-panel__tabs {
    padding-left: 3.25rem;
    max-width: 400px;
}
.services-panel__tabs::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background: #D9D9D9;
    z-index: 0;
}
.services-panel__tabs::after {
    content: '';
    position: absolute;
    left: 0;
    width: 8px;
    height: var(--highlight-height, 56px);
    background: var(--c-grey);
    z-index: 1;
    top: var(--highlight-top, 0px);
    transition: top 0.3s ease, height 0.3s ease;
}
.services-panel__tab {
    z-index: 2;
    padding-block: 1.25rem;
}
.services-panel__tab-title {
    margin: 0;
}
.services-panel__description p:not(:last-child) {
    margin-bottom: 1.25rem;
}
.services-panel__button {
    margin: 3.75rem 0 0;
}

/* Privacy Policy */
.privacy-heading h1 {
    font-family: var(--ff-accent), sans-serif;
    font-weight: 600;
    line-height: 1.48;
    font-size: 3rem;
    margin-bottom: 2rem;
}
.privacy-policy h4 {
    font-family: var(--ff-accent), sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
}
.privacy-heading__content > * {
    margin-bottom: 1.25rem;
}
.privacy-heading__content {
    padding: 1.5rem;
    border: 2px solid #677285;
}
.privacy-heading__content p,
.privacy-heading__content li {
    font-size: 1.25rem;
    line-height: 1.625;
}

/* index.php */
.blog-content {
    padding-top: 140px;
}
.posts {
    gap: 2rem 0;
}
.screen-reader-text {
    display: none !important;
}
.nav-links {
    margin-top: 2rem;
}
.nav-links > * {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 11px 0;
    font-size: 24px;
    transition: all .3s ease;
    line-height: 1;
    border: 1px solid var(--c-black);
}
.page-numbers.current,
.nav-links > :hover {
    background-color: var(--c-bright-gold);
}

/* single.php */

.single__recent-posts {
    padding: 2.75rem;
    background-color: #D9D9D9;
    height: fit-content;
}
.single__main-image img {
    width: 100%;
}
.single__recent-posts {
    max-width: 527px;
    min-width: 297px;
}
.single__recent-posts_title {
    font-size: 1.5rem;
    border-bottom: 1px solid #4D5769;
    padding-bottom: 1.5rem;
    margin-bottom: 2.25rem;
}
.single__recent-post-thumbnail {
    width: 100%;
}
.single__recent-post-thumbnail_image {
    box-shadow: inset 0 0 0 1px var(--c-black);
    padding: 1px 1px 0;
    max-height: 320px;
    object-fit: cover;
    width: 100%;
}
.single__recent-post-thumbnail_title {
    padding: 2rem 2.375rem;
    box-shadow: inset 0 0 0 1px var(--c-black);
}
.single__recent-post-thumbnail_title a,
.single__title {
    text-transform: none;
}
.single__author,
.single__date {
    gap: 0.625rem;
}
.single__author::before {
    content: url('/wp-content/uploads/2025/06/i-person.svg');
}
.single__date::before {
    content: url('/wp-content/uploads/2025/06/i-calendar.svg');
}
.single__post p {
    line-height: 1.5;
    font-size: 1.25rem;
}
.single__post p:has(+ p) {
    margin-bottom: 2rem;
}
.single__post p:has(+ :not(p)) {
    margin-bottom: 3.75rem;
}
.single__post > .wp-block-gallery:has(+ *) {
    margin-block: 2.5rem;
}
.single .wp-block-heading {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-family: var(--ff-accent), sans-serif;
    font-weight: 500;
    line-height: 1.5;
}
.single .wp-block-gallery .wp-block-image {
    flex: 1;
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

.page-404-php {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
    margin-top: 170px;
}
.page-404-php .content {
    text-align: left;
}
.page-404-php .title {
    font-size: 94px;
    margin-bottom: 0;
}
.page-404-php .text {
    font-size: 28px;
    margin: revert;
}
.page-404-php .inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}
.page-404-php img {
    max-width: 570px;
}

.wp-block-table {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 1.5rem;
}
.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.wp-block-table th,
.wp-block-table td {
    padding: 0.75em 1em;
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
}
.wp-block-table th {
    background-color: #f0f0f0;
    font-weight: bold;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}
.wp-block-list {
    margin: 1em 0;
    padding-left: 1.5em;
}
ul.wp-block-list,
ol.wp-block-list {
    padding-left: 2rem;
    list-style: inherit;
}
.wp-block-list li {
    margin-bottom: 0.5em;
    line-height: 1.6;
}
.single__post p:has(+ ul) {
    margin-bottom: 1.25rem;
}
.single .wp-block-image {
    margin: 2.5rem 0;
    text-align: center;
}
.single .wp-block-image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    aspect-ratio: 1073 / 647;
    width: 100%;
    object-fit: cover;
}
.single .wp-block-gallery .wp-block-image {
    margin-block: 0;
}
.single .wp-block-gallery img {
    aspect-ratio: 521 / 567;
}
.single .wp-block-image figcaption {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #666;
    text-align: center;
}
.single .wp-block-image .aligncenter img {
    margin-inline: auto;
}

@media (max-width: 1439px) {
    .menu-header-menu {
        gap: .5rem 1.25rem;
        padding-inline: 2rem;
    }
    .header__logo {
        max-width: 200px;
    }
    .header-wrapper {
        gap: 0;
    }
    .single__recent-posts {
        padding: 1.5rem;
    }
    .single__recent-post-thumbnail_title {
        padding: 1rem 1.375rem;
    }
}
@media (max-width: 1400px) {
    .timeline-item {
        padding: 35px 25px;
    }

    .step-number {
        margin-right: 20px;
    }
}

@media (max-width: 1366px) {
    .expertise-image {
        right: calc(35vw - 700px)
    }
    .radio-container {
        gap: 2rem;
    }
    .radio-item {
        width: calc(25% - 1.5rem);
    }
    .step-form .form-row {
        gap: 2rem;
    }
    .step-form .form-item_details {
        max-width: 50%;
        min-width: 40%;
        flex: 1;
    }
    .thumbnail-slider .splide__arrow {
        width: 45px;
        height: 45px;
    }
    .thumbnail-slider .splide__arrow img {
        width: 24px;
    }
    .thumbnail-slider .splide__track {
        right: 60px;
        min-height: 120px; /* loop fix */
    }
    .stats-item {
        max-width: 140px;
    }
    .stats-text {
        margin-bottom: 2.5rem;
    }
    .bottom-container .container{
        gap: 3rem;
    }
    .footer-brand {
        min-width: 320px;
    }
    .partners-wrapper {
        justify-content: space-evenly;
    }
    .partners__image {
        min-width: 240px;
    }
    .partners img {
        margin: 0 auto;
    }
    .why-choose-us__tiles {
        min-width: 550px;
    }
    .welcome-wrapper {
        gap: 2rem 3rem;
    }
    .our-gallery .container {
        padding: 0 7rem;
        max-width: calc(1620px + 14rem);
    }
    .join-our-team__benefits-item {
        flex: 0 1 calc(50% - 1.5rem);
    }
    .single__content {
        min-width: 650px;
    }
    .single__recent-posts {
        max-width: 400px;
    }
    .resume-form__info {
        flex: 1;
    }
}

@media (max-width: 1200px) {
    .menu-header-menu {
        padding-inline: 2rem;
    }
    .timeline-section {
        grid-template-columns: repeat(2, 1fr);
    }

    .timeline-item:nth-child(even)::after {
        display: none;
    }
    .footer-container {
        padding: 10rem 60px 40px 60px;
    }
    .footer-section h3 {
        font-size: 2rem;
        margin: 1.5rem 0 2rem;
    }
    .footer__contact-us_info .address {
        font-size: 1.125rem;
    }
    .brand-description,
    .copyright {
        font-size: 1rem;
    }
    .footer-brand {
        min-width: 250px;
    }
    .social-icon {
        width: 40px;
        height: 40px;
    }
    .social-icon img {
        max-width: 80%;
    }
    .form-join,
    .form-contact-us {
        padding: 2.5rem 3.25rem 3.25rem;
        max-width: 100%;
    }
    .form-join .form-item--50,
    .form-contact-us .form-item--50 {
        max-width: 100%;
    }
    .form-contact-us .wpcf7-form-control:not(.wpcf7-submit) {
        grid-template-columns: repeat(1, 1fr);
    }
    .form-contact-us .wpcf7-list-item {
        max-width: 100%;
    }
}

@media (max-width: 1023px) {
    .header-menu li:not(:first-child) {
        margin-top: 1rem;
    }

    .header-menu ul a {
        /*color: var(--c-light-green);*/
        font-size: 16px;
        transition: .3s ease-in-out color;
        font-weight: 700;
    }

    .header-menu ul a:hover,
    .header-menu ul a[aria-current=page]:not([href^="/#"]) {
        /*color: var(--c-light-green);*/
    }

    .mobile_menu_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        opacity: 0;
        visibility: hidden;
        background-color: #87acd0;
    }

    .header-menu.--open .mobile_menu_overlay {
        z-index: 1;
        opacity: 0.8;
        visibility: visible;
        transition: opacity 0.3s;
    }

    .header__overlay-menu-dialog {
        padding: 2.5rem;
        align-items: flex-start;
        background-color: var(--c-grey);
        color: var(--c-white);
        flex-direction: column;
    }
    .header-menu__inner-wrap {
        flex: 1;
    }
    .menu-header-menu {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
        padding-inline: 0;
    }
    .header-phone {
        padding: 1rem 1.5rem;
        gap: 1rem;
        min-width: 0;
    }
    .header-phone__logo {
        width: 24px;
    }
    .review__document {
        max-height: 200px;
    }
    .expertise-image {
        right: calc(45vw - 800px);
    }
    .faq-flex {
        flex-direction: column-reverse;
    }
    .faq-image-container img {
        height: auto;
    }
    .faq-heading {
        margin-bottom: 3.125rem;
        max-width: 100%;
        text-align: center;
    }
    .radio-item {
        width: calc(50% - 1rem);
    }
    .stats-container {
        flex-direction: column;
    }
    .stats-content,
    .slider-container {
        max-width: 100%;
    }
    .stats-title,
    .stats-numbers {
        text-align: center;
    }
    .stats-numbers {
        justify-content: center;
        gap: 1rem 2rem;
    }
    .bottom-container__heading {
        min-width: 50%;
        flex-shrink: 1;
    }
    .footer-brand {
        min-width: 100%;
        margin-bottom: 2rem;
    }
    .footer-container {
        padding: 8rem 60px 40px 60px;
    }
    .footer-content {
        padding-inline: 0;
        margin-bottom: 2rem;
    }
    .brand-description {
        max-width: 370px;
    }
    .footer-section {
        min-width: 160px;
        max-width: 100%;
    }
    .footer-bottom {
        padding: 2rem 0 0;
    }
    .why-choose-us__tiles {
        max-width: 100%;
        min-width: auto;
    }
    .welcome-wrapper {
        flex-direction: column;
    }
    .gallery-slider .splide__slide img {
        height: 100%;
    }
    .welcome-title__text,
    .welcome-title__tag {
        text-align: center;
    }
    .services-panel__content {
        gap: 2rem;
    }
    .services-panel__button {
        margin: 2rem 0 0;
    }
    .services-panel__icon {
        width: 50px;
    }
    .services-panel__tabs {
        padding-left: 2rem;
        max-width: 270px;
    }
    .blog-content__post-thumbnail {
        flex-basis: 48.5%;
    }
    .single__content {
        min-width: 100%;
    }
    .single__recent-posts {
        max-width: 100%;
        margin-block: 50px;
    }
    .single__recent-posts_content {
        flex-direction: row;
        gap: 1rem;
    }
    .single__recent-post-thumbnail {
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    .single__recent-post-thumbnail_image-link {
        flex: 1;
    }
    .single__recent-post-thumbnail_image {
        height: 100%;
    }
    .single__recent-post-thumbnail_title {
        padding: 0.675rem 1rem;
        line-height: 1.3;
    }
    .single__recent-post-thumbnail_title a {
        font-size: 1.25rem;
    }
    .form-join .form-item--50,
    .form-contact-us .form-item--50 {
        max-width: calc(50% - 3rem / 2);
    }
    .form-contact-us .wpcf7-form-control:not(.wpcf7-submit) {
        grid-template-columns: repeat(3, 1fr);
    }
    .form-contact-us .wpcf7-list-item {
        max-width: 100%;
    }
    .form-join {
        min-width: 100%;
    }
    .resume-form .socials-title,
    .contact-info .socials-title {
        margin-bottom: 1rem;
    }
    .resume-form__info {
        margin: 0 auto;
        text-align: center;
    }
    .resume-form .socials,
    .contact-info .socials {
        justify-content: center;
    }
    .resume-form .social-link img,
    .contact-info .social-link img {
        width: 40px;
    }
    .join-our-team__benefits-item_top {
        margin-inline: auto;
        width: fit-content;
    }
    .join-our-team__benefits-item_text {
        text-align: center;
    }
    .join-our-team__benefits-item_icon {
        width: 100%;
    }
    .join-our-team__benefits-item_icon img {
        margin: 0 auto;
    }
    .join-our-team__benefits-item_title {
        max-width: 100%;
        text-align: center;
    }
    .contact-info__item {
        max-width: 300px;
        width: calc(50% - 2.5rem / 2);
    }
    .contact-info__tag,
    .contact-info__title,
    .contact-info__text,
    .contact-info .socials-title {
        text-align: center;
    }
    .contact-info__items {
        flex-direction: row;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .page-404-php .inner {
        flex-direction: column;
    }
    .fz-text {
        font-size: 1rem;
    }
    .thumbnail-slider .splide__track {
        min-height: 90px; /* loop fix */
    }
    .front-page-hero h1,
    .hero__title {
        font-size: 2.25rem;
    }
    .section-title,
    .bottom-container__heading {
        font-size: 2.125rem;
    }
    .single__title {
        font-size: 2.5rem;
    }
    .stats-item-number {
        font-size: 2.45rem;
    }
    .section-tag {
        font-size: 1.25rem;
    }
    .news-and-blogs__posts {
        gap: 2rem;
    }
    .post-thumbnail {
        flex-basis: 100%;
    }

    /*claude*/
    .timeline-section {
        grid-template-columns: 1fr;
    }

    .timeline-divider {
        display: none;
    }

    .timeline-item {
        padding: 30px 20px;
    }

    .timeline-item::after {
        display: none;
    }

    .timeline-top .timeline-item,
    .timeline-bottom .timeline-item:not(:last-child) {
        border-bottom: 1px solid #e9ecef;
    }

    .step-number {
        margin-right: 16px;
    }

    .step-subtitle {
        font-size: 13px;
    }

    .reviews__list {
        flex-direction: column;
        gap: 1rem;
    }

    .reviews__list-item {
        gap: 1.5rem;
        padding: 1.5rem 1rem;
    }

    .review__info {
        width: 100%;
        gap: 1rem;
    }

    .review__info_text {
        max-width: none;
        width: 100%;
    }

    .reviews__subtitle {
        font-size: 1rem;
    }

    .services-grid {
        flex-direction: column;
        gap: 1.5rem;
        max-width: 100%;
    }

    .service-card {
        width: 100%;
        max-width: none;
        flex-basis: auto;
        text-align: center;
    }

    .services-tag {
        font-size: 1.3rem;
        text-align: center;
    }

    .services-heading {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .section-description {
        font-size: 1rem;
        margin-bottom: 2.5rem;
        text-align: center;
        padding: 0 1rem;
    }

    .service-icon {
        padding: 1.5rem 1rem 1.5rem;
    }

    .service-content {
        padding: 0 1rem 1.5rem;
    }

    .service-title {
        font-size: 1.3rem;
        text-align: center;
        margin-bottom: 1rem;
    }

    .service-description {
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .learn-more-btn {
        padding: 1rem 1.5rem;
        margin: 0 auto;
        width: 300px;
    }

    .expertise-content {
        text-align: center;
        margin: 0;
    }

    .expertise-text {
        max-width: 100%;
    }

    .expertise-button {
        margin: 3.75rem auto 0;
    }

    .expertise-image {
        display: none;
    }

    .radio-item,
    .step-form__success-step {
        width: 100%;
    }

    .step-form__body {
        padding: 1.5rem 1.5rem 3.25rem;
    }

    .step-form .form-item_details {
        min-width: 100%;
    }

    .stats-text {
        margin-bottom: 2rem;
    }
    .stats-container {
        gap: 2rem 5rem;
    }
    .section-tag {
        text-align: center;
    }
    .stats-item {
        margin: 0 !important;
    }
    .bottom-container .container {
        gap: 0.5rem 3rem;
        flex-direction: column;
        text-align: center;
    }
    .bottom-container__text {
        font-size: 1rem;
    }
    .front-page-hero-content {
        top: 20%;
    }
    .footer__contact-us_info .email {
        margin-bottom: 1rem;
    }
    .footer-container {
        padding: 4.5rem 2rem 40px;
    }
    .button {
        font-size: 1rem;
        background-size: 24px;
    }
    .hero__button {
        background-position: right 1rem center;
        padding: 1rem 3rem 1rem 1.5rem;
    }
    .call-to-action-wrapper {
        padding: 2rem 2.75rem;
    }
    .call-to-action__button {
        padding: 1rem 5rem 1rem 3rem;
        background-position: right 2.5rem center;
    }
    .our-gallery .container {
        padding: 0 4rem;
        max-width: calc(1620px + 8rem);
    }
    .gallery-slider .splide__arrow.splide__arrow--next {
        right: -2rem;
    }
    .gallery-slider .splide__arrow.splide__arrow--prev {
        left: -2rem;
    }
    .join-our-team__benefits-item {
        flex: 1 100%;
    }
    .services-panel__tabs {
        max-width: 100%;
    }
    .services-panel__container {
        gap: 3rem;
    }
    .post-thumbnail__title {
        padding: 1rem;
    }
    .popup {
        padding: 3.5rem 1.5rem 2rem;
    }
    .popup__title {
        margin-bottom: 1.5rem;
    }
    .popup__title h3 {
        font-size: 2rem;
        line-height: 1.2;
    }
    .popup__text p {
        font-size: 1rem;
    }
    .contact-form .form-item {
        margin-bottom: 1.5rem;
    }
    .contact-form .wpcf7-submit {
        background-size: unset;
    }
    .single__recent-post-thumbnail_title {
        padding: 1rem 1.375rem;
    }
    .single__recent-post-thumbnail {
        flex: auto;
    }
    .form-join .form-item--50, .form-contact-us .form-item--50 {
        max-width: 100%;
    }
    .form-contact-us .wpcf7-form-control:not(.wpcf7-submit) {
        grid-template-columns: repeat(1, 1fr);
    }
    .contact-info__item {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 540px) {
    .page-404-php {
        padding-bottom: 25px;
    }
    .page-404-php .content {
        text-align: center;
    }
    .page-404-php .title {
        font-size: 60px;
    }
    .page-404-php img {
        display: none;
    }
    .stats-numbers {
        justify-content: space-evenly;
        gap: 0.9rem;
    }
    .stats-item-number {
        font-size: 2.5rem;
    }
    .stats-item-text {
        font-size: 1rem;
    }
    .stats-item {
        max-width: 98px;
    }
    .stats-text,
    .welcome-text,
    .hero__title,
    .hero-text {
        text-align: center;
    }
    .hero__title {
        margin-bottom: 1rem;
    }
    .hero-text {
        margin-bottom: 1.5rem;
    }
    .front-page-hero-content {
        top: 16%;
    }
    .bottom-container {
        padding-block: 1rem;
    }
    .why-choose-us__tiles-item {
        flex: 1 100%;
    }
    .gallery-slider__arrows {
        top: calc(50% - 24px);
    }
    .gallery-slider .splide__arrow.splide__arrow--next {
        right: -1.5rem;
    }
    .gallery-slider .splide__arrow.splide__arrow--prev {
        left: -1.5rem;
    }
    .gallery-slider .splide__arrow {
        padding: 12px;
    }
    .our-gallery .container {
        padding: 0 2.5rem;
        max-width: calc(1620px + 5rem);
    }
    .contact-form .wpcf7-submit {
        padding: 1rem 4rem 1rem 1.5rem;
        background-position: right 1.5rem center;
    }
    .form-join, .form-contact-us {
        padding: 1.25rem 1.5rem 1.75rem;
    }
    .form-item input, .form-item textarea {
        font-size: 16px;
        padding: 14px;
    }
    .form-join .form-row, .form-contact-us .form-row {
        gap: 1rem 2rem;
    }
    .page-404-php .inner {
        align-items: center;
    }
    .form-item__text {
        margin-bottom: .9rem;
    }
    section.contact-info {
        padding-block: 0;
    }
    section.google-map {
        padding-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .timeline-item {
        padding: 25px 15px;
        flex-direction: column;
        text-align: center;
    }

    .step-number {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .step-content {
        width: 100%;
    }

    .reviews__list-item {
        padding: 1rem 0.75rem;
        gap: 1rem;
    }

    .review__document {
        max-height: 180px;
    }

    .gap-32 {
        gap: 1rem;
    }

    .gap-20 {
        gap: 0.75rem;
    }

    .gap-16 {
        gap: 0.75rem;
    }
    .services-heading {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .service-icon {
        padding: 1.25rem 0.75rem 1.25rem;
    }

    .service-content {
        padding: 0 0.75rem 1.25rem;
    }

    .service-title {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    .service-description {
        line-height: 1.4;
    }

    .learn-more-btn {
        font-size: 1rem;
        padding: 0.875rem 1.25rem;
        width: 100%;
    }
    .step-form .select .wpcf7-form-control-wrap,
    .step-form .wpcf7-select,
    .step-form .form-input_city {
        width: 100%;
    }
    .select-container {
        gap: 2rem;
    }
    .front-page-hero h1 {
        margin-bottom: 1rem;
    }
    .front-page-hero .hero__text {
        margin-bottom: 1.75rem;
    }
    .form-contact-us .wpcf7-spinner,
    .form-join .wpcf7-spinner {
        display: none;
    }
}

@media (max-width: 374px) {
    .bottom-container__text {
        display: none;
    }
    .header-menu__container {
        flex-wrap: nowrap;
    }
}


/* Desktop - 3 columns */
@media (min-width: 1024px) and (max-width: 1399px) {
    .services-grid {
        justify-content: center;
    }

    .service-card {
        flex-basis: calc(33.333% - 1.33rem);
    }
}

/* Tablet - 2 columns */
@media (min-width: 768px) and (max-width: 1023px) {
    .services-grid {
        gap: 1.5rem;
    }

    .service-card {
        flex-basis: calc(50% - 0.75rem);
        width: auto;
        min-width: 300px;
        max-width: none;
    }

    .services-heading {
        font-size: 2.5rem;
    }

    .section-description {
        margin-bottom: 3rem;
    }

    .service-icon {
        padding: 1.5rem 1.25rem 2rem;
    }

    .service-content {
        padding: 0 1.25rem 1.5rem;
    }

    .service-title {
        font-size: 1.4rem;
    }

    .service-description {
        margin-bottom: 2rem;
    }

    .reviews__list-item {
        flex-basis: calc(50% - 0.75rem);
        min-width: 300px;
    }

    .review__info_text {
        max-width: 180px;
    }
}

@media (min-width: 541px) {
    .container {
        padding: 0 2rem;
        max-width: calc(1620px + 4rem);
    }
    .hero__button {
        margin: unset;
    }
}

@media (min-width: 768px) {
    :root {
        font-size: .875em;
    }
    .radio-item__label,
    .step-form .form-input {
        height: 4.375rem;
    }
    .reviews__list {
        justify-content: center;
    }
    .privacy-heading__content {
        padding: 2rem;
    }
    .why-choose-us__stats-item_text {
        white-space: nowrap;
    }
    .page-404-php {
        padding-bottom: 0;
    }
    .page-404-php .button {
        margin-bottom: 100px;
    }
}

@media (min-width: 1024px) {
    :root {
        font-size: .9em;
    }

    html {
        scroll-padding-top: 140px;
    }

    .section,
    section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .blog-content.section,
    .single.section {
        padding-top: 140px;
    }

    .expertise-section {
        margin-block: 70px;
    }

    .front-page-hero,
    .bottom-container {
        margin-bottom: 70px;
    }

    .front-page-hero .bottom-container {
        margin: 0;
    }

    .section:last-child,
    .step-form-section {
        padding-bottom: 140px;
    }

    .privacy-policy {
        padding-top: 120px;
    }

    .header-menu {
        padding-block: 2.5rem;
    }

    .header.is-active .header-menu {
        padding-block: 1.25rem;
    }

    .header-menu__container {
        justify-content: space-between;
    }

    .burger-menu {
        display: none;
    }

    .header__overlay-menu-dialog {
        display: contents;
    }

    .menu-header-menu > li > a {
        color: var(--c-white);
        font-weight: 600;
        font-size: 1.25rem;
        text-transform: uppercase;
        transition: .3s all ease;
    }

    .reviews__list {
        justify-content: center;
    }

    .reviews__list-item {
        flex-basis: calc(33.333% - 1rem);
        min-width: 380px;
    }

    .call-to-action-wrapper {
        background-size: 100%;
    }
    .about-company__tag {
        text-align: left;
    }
}

@media (min-width: 1367px) {
    :root {
        font-size: 1em;
    }
    .container {
        padding: 0 3rem;
        max-width: calc(1620px + 6rem)
    }
    .welcome-text {
        column-count: 2;
        column-gap: 1.875rem;
    }
    .single__content {
        min-width: 880px;
    }
}

@media (min-width: 1400px) {
    .service-card {
        flex-basis: calc(25% - 1.5rem);
    }
}

@media (min-width: 1920px) {
    .expertise-image {
        right: 0;
    }
}


/* ============================================================
   Service Details block — used on Service Single page template
   Added 2026-05-08 for new service landing pages
   ============================================================ */

.service-details {
    background-color: var(--c-light-grey);
}

.service-details__description {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    color: var(--c-black);
}

.service-details__description p {
    margin-bottom: 1rem;
}

.service-details__description p:last-child {
    margin-bottom: 0;
}

.service-details__grid {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    align-items: flex-start;
}

.service-details__column {
    flex: 1;
    background-color: var(--c-white);
    padding: 2.5rem;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.service-details__heading {
    text-align: left;
    color: var(--c-black);
    margin-bottom: 2rem;
}

.service-details__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-details__list-item {
    position: relative;
    padding-left: 2.25rem;
    margin-bottom: 1rem;
    color: var(--c-black);
    line-height: 1.5;
}

.service-details__list-item:last-child {
    margin-bottom: 0;
}

.service-details__list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35em;
    width: 1.25rem;
    height: 1.25rem;
    background-color: var(--c-bright-gold);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 6.25L4.75 8.5L9.5 3.75' stroke='%23000' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.85rem;
}

@media (max-width: 1023px) {
    .service-details__grid {
        gap: 2rem;
    }
    .service-details__column {
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .service-details__grid {
        flex-direction: column;
        gap: 1.5rem;
    }
    .service-details__column {
        padding: 1.75rem;
    }
    .service-details__heading {
        margin-bottom: 1.5rem;
    }
    .service-details__list-item {
        padding-left: 1.85rem;
    }
}

/* Mobile width fix for service-details columns */
@media (max-width: 767px) {
    .service-details__grid {
        align-items: stretch !important;
    }
    .service-details__column {
        width: 100% !important;
        box-sizing: border-box !important;
    }
}

/* ============================================================
   Header dropdown for Services menu (added 2026-05-08)
   Theme had no styles for nested sub-menus; without these the
   <ul class="sub-menu"> renders inline and pushes sibling items.
   ============================================================ */

.menu-header-menu li.menu-item-has-children {
    position: relative;
}

.menu-header-menu .sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    list-style: none;
    margin: 0;
    padding: 16px 24px;
    background: var(--c-white);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    border-radius: 4px;
    min-width: 280px;
    z-index: 100;
}

.menu-header-menu .sub-menu::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
}

.menu-header-menu li.menu-item-has-children:hover > .sub-menu,
.menu-header-menu li.menu-item-has-children:focus-within > .sub-menu {
    display: block;
}

.menu-header-menu .sub-menu li {
    padding: 0;
}

.menu-header-menu .sub-menu li + li {
    margin-top: 6px;
}

.menu-header-menu .sub-menu a {
    display: block;
    padding: 8px 0;
    color: var(--c-black);
    white-space: nowrap;
    font-weight: 500;
    transition: color 0.15s ease;
    text-decoration: none;
}

.menu-header-menu .sub-menu a:hover {
    color: var(--c-bright-gold);
}

/* Indicate the Services parent has a dropdown */
.menu-header-menu li.menu-item-has-children > a {
    cursor: pointer;
}

@media (max-width: 1023px) {
    .menu-header-menu .sub-menu {
        position: static;
        box-shadow: none;
        background: transparent;
        padding: 8px 0 8px 16px;
        min-width: 0;
        display: block;
    }
    .menu-header-menu .sub-menu a {
        color: var(--c-white);
    }
}

/* Phone icon on tel: CTA buttons (added 2026-05-08) */
.call-to-action__button[href^="tel:"],
.button[href^="tel:"] {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 1.5rem center;
    background-size: 1.25rem;
    padding-left: 3.5rem;
}

@media (max-width: 767px) {
    .call-to-action__button[href^="tel:"],
    .button[href^="tel:"] {
        background-position: left 1.25rem center;
        padding-left: 3rem;
        background-size: 1.125rem;
    }
}

/* Service Single hero — mobile/tablet fix (added 2026-05-08).
   The theme's .hero has min-height: 400px which clips long intro text
   on mobile. We scope this only to service-single pages. */
@media (max-width: 1023px) {
    .service-single .hero {
        min-height: 0;
        height: auto;
        padding: 6rem 1rem 3rem;
        position: relative;
    }
    .service-single .hero-content {
        position: relative;
        z-index: 2;
        height: auto;
    }
    .service-single .hero-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        z-index: 0;
    }
    .service-single .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.55));
        z-index: 1;
        pointer-events: none;
    }
    .service-single .hero__title {
        font-size: 1.85rem;
        line-height: 1.1;
        margin-bottom: 1.25rem;
    }
    .service-single .hero-text {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }
    .service-single .hero__button {
        margin-top: 0.5rem;
    }
}

@media (max-width: 480px) {
    .service-single .hero__title {
        font-size: 1.55rem;
    }
}

/* Theme makes .hero__container position:absolute on mobile, taking it out
   of flow so .hero collapses. Force normal flow for service-single only. */
@media (max-width: 1023px) {
    .service-single .hero__container,
    .service-single .hero-content {
        position: relative !important;
        height: auto !important;
        width: 100%;
    }
    .service-single .hero {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
    }
}

/* Service Single hero image — full bleed on mobile.
   Theme's img { max-width: 100% } limited width to content-box (398px on
   430px viewport). Force the image to fill the entire hero section. */
@media (max-width: 1023px) {
    .service-single .hero {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .service-single .hero-content {
        padding: 0 1rem;
        box-sizing: border-box;
    }
    .service-single .hero-image {
        max-width: none !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100%;
        top: 0 !important;
        left: 0 !important;
        right: 0;
        bottom: 0;
        object-fit: cover;
        object-position: center center;
    }
}

/* Stretch hero image to full hero block (inset:0 instead of relying on
   height:100% which fails when parent has height:auto). */
@media (max-width: 1023px) {
    .service-single .hero-image {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        object-fit: cover !important;
        object-position: center center !important;
        aspect-ratio: auto !important;
    }
}

/* Final: give hero a real min-height so the image can occupy 100% of it.
   The intrinsic image dimensions otherwise win over CSS height:100% when
   the containing block has height:auto. */
@media (max-width: 1023px) {
    .service-single .hero {
        min-height: 60vh !important;
    }
}
@media (max-width: 767px) {
    .service-single .hero {
        min-height: 70vh !important;
    }
}

/* Compact hero on mobile so the photo crops less. Override the earlier
   min-height: 60vh / 70vh rules with auto height (content + tight padding). */
@media (max-width: 1023px) {
    .service-single .hero {
        min-height: 0 !important;
        height: auto !important;
        padding: 5rem 0 2rem !important;
    }
}
@media (max-width: 767px) {
    .service-single .hero {
        min-height: 0 !important;
        padding: 4.5rem 0 1.75rem !important;
    }
    .service-single .hero__title {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    .service-single .hero-text {
        font-size: 0.92rem;
        margin-bottom: 1rem;
    }
}

/* A bit more breathing room in the hero on mobile (per client feedback) */
@media (max-width: 1023px) {
    .service-single .hero {
        padding: 6rem 0 3rem !important;
    }
}
@media (max-width: 767px) {
    .service-single .hero {
        padding: 5.5rem 0 2.5rem !important;
    }
    .service-single .hero__title {
        margin-bottom: 1.25rem;
    }
    .service-single .hero-text {
        margin-bottom: 1.25rem;
        line-height: 1.55;
    }
}
