:root {
    --sts-blue-900: #002e5d;
    --sts-blue-800: #1a3d69;
    --sts-blue-700: #0057e1;
    --sts-ink: #1f2933;
    --sts-muted: #52606d;
    --sts-gold: #fad626;
    --sts-white: #ffffff;
    --sts-page-bg: #ececec;
    --ast-global-color-0: var(--sts-blue-800);
    --ast-global-color-1: var(--sts-blue-900);
    --ast-global-color-2: var(--sts-gold);
    --ast-global-color-3: var(--sts-ink);
    --ast-global-color-4: var(--sts-muted);
    --ast-global-color-5: #f5f7fa;
    --ast-global-color-6: #e4e7eb;
    --ast-global-color-7: #d9e2ec;
    --ast-global-color-8: var(--sts-white);
}

body,
button,
input,
select,
optgroup,
textarea {
    background-color: var(--sts-page-bg);
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--sts-ink);
}

html,
body {
    background-color: var(--sts-page-bg) !important;
    background-image: none !important;
}

body.ast-box-layout,
body.ast-separate-container,
body.ast-plain-container,
body.ast-page-builder-template,
.ast-box-layout,
.ast-separate-container,
.ast-plain-container,
body #page,
body .site,
body .site-content,
body .site-main,
body .ast-container {
    background-color: var(--sts-page-bg) !important;
    background-image: none !important;
}

body.ast-box-layout #page {
    border: 0 !important;
    box-shadow: none !important;
}

body .site,
body .site-content,
body .ast-container {
    background-color: var(--sts-page-bg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--sts-blue-800);
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

a {
    color: var(--sts-blue-700);
}

a:hover,
a:focus {
    color: var(--sts-blue-900);
}

.ast-button,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: var(--sts-gold);
    border-color: var(--sts-gold);
    color: var(--sts-blue-900);
    font-weight: 600;
}

.ast-button:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.ast-button:focus,
.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    background-color: #f1c800;
    border-color: #f1c800;
    color: var(--sts-blue-900);
}

body .elementor-kit-18 {
    --e-global-color-primary: #1a3d69;
    --e-global-color-secondary: #002e5d;
    --e-global-color-text: #1f2933;
    --e-global-color-accent: #fad626;
    --e-global-typography-primary-font-family: "Poppins";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Poppins";
    --e-global-typography-secondary-font-weight: 500;
    --e-global-typography-text-font-family: "Poppins";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Poppins";
    --e-global-typography-accent-font-weight: 600;
}

body.sts-legacy-render #masthead,
body.sts-legacy-render .site-header,
body.sts-legacy-render #colophon,
body.sts-legacy-render .site-footer,
body.sts-legacy-render .ast-page-header-wrap,
body.sts-legacy-render .ast-breadcrumbs-wrapper,
body.sts-legacy-render .entry-header {
    display: none !important;
}

body.sts-legacy-render .site-content,
body.sts-legacy-render .site-content > .ast-container,
body.sts-legacy-render .ast-container,
body.sts-legacy-render #content,
body.sts-legacy-render #primary,
body.sts-legacy-render .content-area,
body.sts-legacy-render .site-main,
body.sts-legacy-render article.page,
body.sts-legacy-render article.post {
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}

body.sts-legacy-render #primary {
    float: none !important;
}

body.sts-legacy-render #secondary {
    display: none !important;
}

body.sts-legacy-render .entry-content {
    margin: 0 !important;
}

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

.sts-theme-header-slot {
    position: relative;
    z-index: 1001;
}

.sts-header-component {
    background: #000000;
    border-bottom: 2px solid #111111;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.sts-header-component__inner {
    margin: 0 auto;
    max-width: 1240px;
    padding: 8px 20px 14px;
}

.sts-header-component__logo {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 10px;
    max-width: 360px;
    text-decoration: none;
}

.sts-header-component__logo img {
    display: block;
    max-height: 105px;
    object-fit: contain;
    width: 100%;
}

.sts-header-component__nav {
    display: flex;
    justify-content: center;
}

.sts-header-component__toggle,
.sts-header-component__overlay,
.sts-header-component__drawer-close,
.sts-header-component__submenu-toggle {
    display: none;
}

.sts-header-component__toggle {
    align-items: center;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    cursor: pointer;
    height: 56px;
    justify-content: center;
    padding: 0;
    width: 56px;
}

.sts-header-component__toggle-icon {
    display: inline-grid;
    gap: 7px;
    width: 26px;
}

.sts-header-component__toggle-icon > span {
    background: #ffffff;
    border-radius: 2px;
    display: block;
    height: 3px;
    width: 100%;
}

.sts-header-component__menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 34px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sts-header-component__menu > .menu-item {
    margin: 0;
    padding: 0;
    position: relative;
}

.sts-header-component__menu > .menu-item > a {
    color: #ffffff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.2;
    padding: 10px 30px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sts-header-component__menu > .menu-item:hover > a,
.sts-header-component__menu > .menu-item.current-menu-item > a,
.sts-header-component__menu > .menu-item.current_page_item > a,
.sts-header-component__menu > .menu-item.current-menu-parent > a,
.sts-header-component__menu > .menu-item.current-menu-ancestor > a,
.sts-header-component__menu > .menu-item.current_page_parent > a,
.sts-header-component__menu > .menu-item.current_page_ancestor > a {
    color: var(--sts-gold);
}

.sts-header-component__menu > .menu-item:hover > a {
    text-decoration: underline;
    text-decoration-color: #ffffff;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

.sts-header-component__menu .sub-menu {
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 4px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    min-width: 260px;
    padding: 6px 0;
    position: absolute;
    top: calc(100% - 2px);
    z-index: 1005;
}

.sts-header-component__menu .menu-item:hover > .sub-menu {
    display: block;
}

.sts-header-component__menu .sub-menu a {
    color: #f2f2f2;
    display: block;
    font-size: 15px;
    line-height: 1.3;
    padding: 9px 14px;
    text-decoration: none;
}

.sts-header-component__menu .sub-menu a:hover,
.sts-header-component__menu .sub-menu .current-menu-item > a,
.sts-header-component__menu .sub-menu .current_page_item > a {
    background: #181818;
    color: #ffffff;
}

.sts-header-component__menu .sub-menu a:hover {
    text-decoration: underline;
    text-decoration-color: #ffffff;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

body.sts-elementor-header-active #masthead,
body.sts-elementor-header-active .site-header,
body.sts-elementor-header-active #ast-desktop-header,
body.sts-elementor-header-active .main-header-bar-wrap,
body.sts-elementor-header-active .ast-mobile-header-wrap {
    display: none !important;
}

body.sts-mobile-menu-open {
    overflow: hidden;
}

@media (max-width: 921px) {
    .sts-header-component__inner {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 10px 14px;
        position: relative;
    }

    .sts-header-component__logo {
        margin: 0;
        max-width: min(72vw, 320px);
    }

    .sts-header-component__logo img {
        max-height: 78px;
    }

    .sts-header-component__toggle {
        display: inline-flex;
        flex-shrink: 0;
    }

    .sts-header-component__overlay {
        background: rgba(0, 0, 0, 0.42);
        border: 0;
        cursor: pointer;
        display: block;
        inset: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        transition: opacity 0.24s ease;
        z-index: 1090;
    }

    .sts-header-component.is-drawer-open .sts-header-component__overlay {
        opacity: 1;
        pointer-events: auto;
    }

    .sts-header-component__nav {
        background: #1f4678;
        bottom: 0;
        display: block;
        left: 0;
        max-width: 440px;
        overflow-y: auto;
        padding: 84px 0 0;
        position: fixed;
        top: 0;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        width: min(88vw, 440px);
        z-index: 1100;
    }

    .sts-header-component.is-drawer-open .sts-header-component__nav {
        transform: translateX(0);
    }

    .sts-header-component__drawer-close {
        align-items: center;
        background: rgba(0, 0, 0, 0.25);
        border: 0;
        color: #ffffff;
        cursor: pointer;
        display: inline-flex;
        font-size: 56px;
        font-weight: 300;
        height: 86px;
        justify-content: center;
        line-height: 1;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 86px;
    }

    .sts-header-component__menu {
        display: block;
        gap: 0;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .sts-header-component__menu > .menu-item {
        background: rgba(19, 62, 114, 0.95);
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .sts-header-component__menu > .menu-item > a {
        display: block;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0.02em;
        line-height: 1.25;
        padding: 24px 28px;
        white-space: normal;
    }

    .sts-header-component__menu > .menu-item.menu-item-has-children > a {
        padding-right: 82px;
    }

    .sts-header-component__menu .ast-menu-toggle {
        display: none !important;
    }

    .sts-header-component__menu .sub-menu {
        background: #000000;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        display: none;
        list-style: none;
        margin: 0;
        min-width: 0;
        padding: 0 0 8px;
        position: static;
        top: auto;
    }

    .sts-header-component__menu .menu-item:hover > .sub-menu {
        display: none;
    }

    .sts-header-component__menu .menu-item.is-submenu-open > .sub-menu {
        display: block;
    }

    .sts-header-component__menu .sub-menu a {
        color: #dce8f8;
        font-size: 18px;
        line-height: 1.35;
        padding: 12px 34px 12px 38px;
    }

    .sts-header-component__submenu-toggle {
        align-items: center;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        color: #ffffff !important;
        cursor: pointer;
        display: inline-flex;
        height: 74px;
        justify-content: center;
        min-width: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: none;
        width: 74px;
    }

    .sts-header-component__submenu-toggle:hover,
    .sts-header-component__submenu-toggle:focus,
    .sts-header-component__submenu-toggle:active {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        color: #ffffff !important;
    }

    .sts-header-component__submenu-toggle > span {
        border-bottom: 4px solid currentcolor;
        border-right: 4px solid currentcolor;
        display: block;
        height: 14px;
        transform: rotate(45deg);
        transition: transform 0.2s ease;
        width: 14px;
    }

    .sts-header-component__menu > .menu-item.is-submenu-open > .sts-header-component__submenu-toggle > span {
        transform: rotate(-135deg) translateY(-1px);
    }
}

.sts-theme-footer-slot {
    position: relative;
    width: 100%;
}

.sts-footer-component {
    background: #002e5d;
    color: #ffffff;
    margin-top: 0;
    width: 100%;
}

.sts-footer-component a {
    color: #ffffff;
    text-decoration: none;
}

.sts-footer-component a:hover,
.sts-footer-component a:focus {
    color: var(--sts-gold);
}

.sts-footer-component__inner {
    column-gap: 26px;
    display: grid;
    grid-template-columns: minmax(180px, 320px) 1fr minmax(180px, 280px);
    margin: 0 auto;
    max-width: 1240px;
    padding: 34px 20px 24px;
    row-gap: 20px;
}

.sts-footer-component__logo {
    display: inline-flex;
    max-width: 260px;
}

.sts-footer-component__logo img {
    display: block;
    max-height: 96px;
    object-fit: contain;
    width: 100%;
}

.sts-footer-component__contact h3,
.sts-footer-component__links h3 {
    color: var(--sts-gold);
    font-size: 20px;
    margin: 0 0 10px;
}

.sts-footer-component__contact p {
    color: #ffffff;
    line-height: 1.5;
    margin: 0 0 8px;
}

.sts-footer-component__links .sts-footer-component__menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sts-footer-component__links .sts-footer-component__menu li {
    margin: 0 0 8px;
}

.sts-footer-component__links .sts-footer-component__menu a {
    display: inline-block;
    font-weight: 500;
    padding: 0;
}

.sts-footer-component__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    color: #dce6f5;
    font-size: 14px;
    margin: 0 auto;
    max-width: 1240px;
    padding: 14px 20px 18px;
}

body.sts-elementor-footer-active #colophon,
body.sts-elementor-footer-active .site-footer,
body.sts-elementor-footer-active #ast-desktop-footer,
body.sts-elementor-footer-active .ast-footer-wrap {
    display: none !important;
}

@media (max-width: 921px) {
    .sts-footer-component__inner {
        grid-template-columns: 1fr;
        padding: 24px 14px 18px;
    }

    .sts-footer-component__logo {
        max-width: 220px;
    }

    .sts-footer-component__bottom {
        padding: 12px 14px 16px;
    }
}

.sts-blog-feed {
    margin: 0 auto;
    max-width: 960px;
    padding: 16px 16px 24px;
    width: 100%;
}

.sts-blog-feed__header {
    align-items: center;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    margin-bottom: 28px;
    padding-bottom: 12px;
}

.sts-blog-feed__tab {
    color: #2b2b2b;
    display: inline-flex;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.2;
    padding-bottom: 8px;
    position: relative;
}

.sts-blog-feed__tab.is-active::after {
    background: #2b2b2b;
    bottom: -13px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.sts-blog-feed__list {
    display: grid;
    gap: 34px;
}

.sts-blog-card {
    background: #fff;
    border: 1px solid rgba(232, 230, 230, 0.75);
    display: grid;
    grid-template-columns: minmax(0, 454px) minmax(0, 1fr);
    min-height: 340px;
    overflow: hidden;
}

.sts-blog-card__media {
    background: #f2f4f6;
    display: block;
    min-height: 100%;
    overflow: hidden;
}

.sts-blog-card__image {
    display: block;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    transition: transform 0.3s ease;
    width: 100%;
}

.sts-blog-card__image--placeholder {
    background: linear-gradient(140deg, #dfe7ef 0%, #eff3f8 100%);
}

.sts-blog-card:hover .sts-blog-card__image,
.sts-blog-card:focus-within .sts-blog-card__image {
    transform: scale(1.03);
}

.sts-blog-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: 34px 36px;
}

.sts-blog-card__meta {
    align-items: center;
    color: #797979;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 2px 8px;
    line-height: 1.4;
}

.sts-blog-card__meta-item--author {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.sts-blog-card__author-avatar {
    -webkit-clip-path: circle(50%);
    border-radius: 50% !important;
    clip-path: circle(50%);
    display: inline-block;
    flex: 0 0 24px;
    height: 24px;
    object-fit: cover;
    overflow: hidden;
    width: 24px;
}

.sts-blog-card__author-name {
    display: inline-block;
}

.sts-blog-card__meta-dot {
    color: #a0a0a0;
}

.sts-blog-card__title {
    color: #202020;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin: 14px 0 14px;
}

.sts-blog-card__title a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: inherit;
    display: -webkit-box;
    overflow: hidden;
    text-decoration: none;
}

.sts-blog-card__title a:hover,
.sts-blog-card__title a:focus {
    color: #0d4bb3;
}

.sts-blog-card__excerpt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #454545;
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 18px;
    overflow: hidden;
}

.sts-blog-card__footer {
    border-top: 1px solid #ececec;
    margin-top: auto;
    padding-top: 14px;
}

.sts-blog-card__read-more {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.sts-blog-card__read-more:hover,
.sts-blog-card__read-more:focus {
    color: #0d4bb3;
}

.sts-blog-feed__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.sts-blog-feed__pagination .page-numbers {
    border: 1px solid #d8dde3;
    color: #1f2933;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    min-width: 40px;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
}

.sts-blog-feed__pagination .page-numbers.current {
    background: #1f2933;
    border-color: #1f2933;
    color: #fff;
}

.sts-blog-feed__empty {
    color: #565656;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.special-section-highlight {
    font-style: italic !important;
}

.special-section-highlight strong {
    font-weight: normal;
    font-style: italic;
    color: #1A3D69;
    text-shadow: #c8c8c8 1px 1px 0px, #b4b4b4 0px 2px 0px, #a0a0a0 0px 3px 0px, rgba(140, 140, 140, 0.498039) 0px 4px 0px, #787878 0px 0px 0px, rgba(0, 0, 0, 0.498039) 0px 5px 10px;
}

.special-section-highlight strong.bold {
    font-weight: bold;
}

.special-section-highlight strong.bold.link {
    font-weight: bold;
    text-decoration: underline;
}

.special-section-highlight a {
    color: #1A3D69;
    text-decoration: underline !important;
}

.spraytech-main-title,
.wix-section-title {
    font-weight: 700 !important;
    color: #1A3D69 !important;
    text-shadow: #c8c8c8 1px 1px 0px, #b4b4b4 0px 2px 0px, #a0a0a0 0px 3px 0px, rgba(140, 140, 140, 0.498039) 0px 4px 0px, #787878 0px 0px 0px, rgba(0, 0, 0, 0.498039) 0px 5px 10px;
}

.spraytech-main-title.light {
    font-weight: normal !important;
    /* color: #1A3D69 !important;
    text-shadow: #c8c8c8 1px 1px 0px, #b4b4b4 0px 2px 0px, #a0a0a0 0px 3px 0px, rgba(140, 140, 140, 0.498039) 0px 4px 0px, #787878 0px 0px 0px, rgba(0, 0, 0, 0.498039) 0px 5px 10px; */
}


.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.spraytech-yellow-button .elementor-button,
.elementor-button.spraytech-yellow-button,
a.spraytech-yellow-button,
button.spraytech-yellow-button,
input[type="button"].spraytech-yellow-button,
input[type="submit"].spraytech-yellow-button {
    background: #fad626;
    border: 1px solid #e8be00;
    border-radius: 6px;
    color: #1a3d69;
    font-weight: 700;
    transition: border-radius 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.spraytech-yellow-button .elementor-button:hover,
.spraytech-yellow-button .elementor-button:focus-visible,
.elementor-button.spraytech-yellow-button:hover,
.elementor-button.spraytech-yellow-button:focus-visible,
a.spraytech-yellow-button:hover,
a.spraytech-yellow-button:focus-visible,
button.spraytech-yellow-button:hover,
button.spraytech-yellow-button:focus-visible,
input[type="button"].spraytech-yellow-button:hover,
input[type="button"].spraytech-yellow-button:focus-visible,
input[type="submit"].spraytech-yellow-button:hover,
input[type="submit"].spraytech-yellow-button:focus-visible {
    background: #ffd83d;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    color: #1a3d69;
}

@media (max-width: 1024px) {
    .sts-blog-card {
        grid-template-columns: minmax(0, 45%) minmax(0, 55%);
    }

    .sts-blog-card__content {
        padding: 28px 28px 24px;
    }

    .sts-blog-card__title {
        font-size: 24px;
    }
}
@media (max-width: 820px) {
    .sts-blog-feed {
        padding: 10px 12px 18px;
    }

    .sts-blog-feed__header {
        margin-bottom: 18px;
        padding-bottom: 10px;
    }

    .sts-blog-feed__tab {
        font-size: 18px;
    }

    .sts-blog-card {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .sts-blog-card__image {
        min-height: 220px;
    }

    .sts-blog-card__content {
        padding: 20px 18px 18px;
    }

    .sts-blog-card__title {
        font-size: 21px;
        margin: 10px 0 10px;
    }

    .sts-blog-card__excerpt {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 12px;
    }
}

/* Keep outer blog background gray; only post content blocks are white. */
body.single-post .site-content > .ast-container {
    max-width: 1120px !important;
    padding-left: 20px;
    padding-right: 20px;
}

body.single-post.ast-separate-container #primary {
    margin: 3em 0 !important;
    padding: 0 !important;
}

body.single-post.ast-separate-container .ast-article-single {
    padding: 4rem 3.25rem !important;
}

body.single-post .ast-article-single,
body.single-post #primary,
body.single-post article.post,
body.single-post .entry-header,
body.single-post .entry-content,
body.single-post .post-navigation,
body.single-post .comments-area {
    background-color: #ffffff !important;
    background-image: none !important;
}

body.single-post .entry-content {
    background: #ffffff !important;
}

@media (max-width: 1200px) {
    body.single-post .site-content > .ast-container {
        max-width: 1000px !important;
    }
}

@media (max-width: 820px) {
    body.single-post.ast-separate-container .ast-article-single {
        padding: 2.4rem 1.4rem !important;
    }
}

.sts-recent-posts {
    border-top: 1px solid #e6e8eb;
    margin-top: 34px;
    padding-top: 24px;
}

.sts-recent-posts__heading {
    color: #1b1b1b;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 18px;
}

.sts-recent-posts__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sts-recent-posts__item {
    background: #ffffff;
    border: 1px solid #e6e8eb;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.sts-recent-posts__media {
    background: #f3f5f8;
    display: block;
    overflow: hidden;
}

.sts-recent-posts__image {
    display: block;
    height: 190px;
    object-fit: cover;
    transition: transform 0.3s ease;
    width: 100%;
}

.sts-recent-posts__image--placeholder {
    background: linear-gradient(145deg, #dce4ef 0%, #eef3f9 100%);
}

.sts-recent-posts__item:hover .sts-recent-posts__image,
.sts-recent-posts__item:focus-within .sts-recent-posts__image {
    transform: scale(1.03);
}

.sts-recent-posts__content {
    padding: 14px 14px 16px;
}

.sts-recent-posts__date {
    color: #7a7a7a;
    display: block;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.sts-recent-posts__title {
    color: #202020;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 8px;
}

.sts-recent-posts__title a {
    color: inherit;
    text-decoration: none;
}

.sts-recent-posts__title a:hover,
.sts-recent-posts__title a:focus {
    color: #0d4bb3;
}

.sts-recent-posts__excerpt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #555;
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .sts-recent-posts__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .sts-recent-posts {
        margin-top: 26px;
        padding-top: 18px;
    }

    .sts-recent-posts__heading {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .sts-recent-posts__grid {
        grid-template-columns: 1fr;
    }

    .sts-recent-posts__image {
        height: 210px;
    }
}

/* Absolute override: force compact white comment box */
#comments.comments-area,
.single-post #comments.comments-area,
body.single #comments.comments-area,
body.single-post #comments.comments-area {
    background: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 10px !important;
}

#comments.comments-area textarea#comment,
.single-post #comments.comments-area textarea#comment,
body.single #comments.comments-area textarea#comment,
body.single-post #comments.comments-area textarea#comment {
    background: #ffffff !important;
    border: 1px solid #d4dae2 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: 44px !important;
    padding: 8px 10px !important;
}

#comments.comments-area .comment-respond,
#comments.comments-area #respond {
    background: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Final hard override for compact single-post comment form */
body.single #comments.comments-area,
body.single .ast-separate-container #comments.comments-area,
body.single #comments.comments-area .comment-respond,
body.single #comments.comments-area #respond {
    background: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 720px !important;
    padding: 10px 10px 8px !important;
}

body.single #comments.comments-area textarea#comment,
body.single #comments.comments-area .comment-form-comment textarea {
    border: 1px solid #d5d9df !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: 48px !important;
    padding: 8px 10px !important;
}

body.single #comments.comments-area .comments-title,
body.single #comments.comments-area .comment-reply-title {
    margin-bottom: 8px !important;
}

body.single #comments.comments-area {
    background: #ececec;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
    padding: 14px 14px 12px;
}

body.single #comments.comments-area .comments-title,
body.single #comments.comments-area .comment-reply-title {
    color: #101014;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 12px;
}

body.single #comments.comments-area .comments-title::after,
body.single #comments.comments-area .comment-reply-title::after {
    border-top: 1px solid #b4b4b4;
    content: "";
    display: block;
    margin-top: 10px;
}

body.single #comments.comments-area .comments-title ~ .comment-respond .comment-reply-title {
    display: none;
}

body.single #comments.comments-area .comment-respond {
    margin-top: 12px;
}

body.single #comments.comments-area .comment-form {
    margin: 0;
}

body.single #comments.comments-area .comment-notes,
body.single #comments.comments-area .logged-in-as,
body.single #comments.comments-area .comment-form-comment label {
    display: none;
}

body.single #comments.comments-area .comment-form-comment {
    margin: 0;
}

body.single #comments.comments-area textarea#comment {
    background: #ffffff;
    border: 1px solid #ababab;
    border-radius: 0;
    color: #111111;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    min-height: 56px;
    padding: 8px 10px;
    resize: vertical;
}

body.single #comments.comments-area textarea#comment::placeholder {
    color: #111111;
    opacity: 1;
}

body.single #comments.comments-area .form-submit {
    margin-top: 8px;
}

body.single #comments.comments-area .form-submit .submit,
body.single #comments.comments-area .form-submit #submit {
    -webkit-appearance: none;
    appearance: none;
    background: var(--sts-gold) !important;
    border: 1px solid var(--sts-gold) !important;
    box-shadow: none !important;
    color: var(--sts-blue-900) !important;
    border-radius: 999px !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    min-height: 38px !important;
    min-width: 132px !important;
    padding: 8px 14px !important;
    text-transform: none;
    transform: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease !important;
    width: auto !important;
}

body.single #comments.comments-area .form-submit .submit:hover,
body.single #comments.comments-area .form-submit #submit:hover,
body.single #comments.comments-area .form-submit .submit:focus,
body.single #comments.comments-area .form-submit #submit:focus,
body.single #comments.comments-area .form-submit .submit:active,
body.single #comments.comments-area .form-submit #submit:active {
    background: #f1c800 !important;
    border-color: #f1c800 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: var(--sts-blue-900) !important;
    transform: none !important;
}

@media (max-width: 1024px) {
    body.single #comments.comments-area {
        margin-top: 34px;
        max-width: 100%;
        padding: 12px 12px 10px;
    }

    body.single #comments.comments-area .comments-title,
    body.single #comments.comments-area .comment-reply-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    body.single #comments.comments-area .comments-title::after,
    body.single #comments.comments-area .comment-reply-title::after {
        margin-top: 10px;
    }

    body.single #comments.comments-area textarea#comment {
        font-size: 15px;
        min-height: 52px;
        padding: 8px 10px;
    }
}

@media (max-width: 680px) {
    body.single #comments.comments-area {
        padding: 10px 10px 8px;
    }

    body.single #comments.comments-area .comments-title,
    body.single #comments.comments-area .comment-reply-title {
        font-size: 18px;
    }

    body.single #comments.comments-area textarea#comment {
        font-size: 14px;
        min-height: 48px;
        padding: 7px 9px;
    }

    body.single #comments.comments-area .form-submit .submit,
    body.single #comments.comments-area .form-submit #submit {
        font-size: 14px;
        min-height: 36px !important;
        min-width: 124px !important;
        padding: 7px 12px !important;
    }
}

/* Universal fallback for comment form templates (Elementor/Astra/shortcode) */
body.single-post .comments-area,
body.single-post .comment-respond,
body.single .comments-area,
body.single .comment-respond {
    background: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 10px !important;
}

body.single-post .comment-form-comment textarea,
body.single-post textarea#comment,
body.single .comment-form-comment textarea,
body.single textarea#comment {
    background: #ffffff !important;
    border: 1px solid #d4dae2 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: 44px !important;
    padding: 8px 10px !important;
}

/* Homepage Elementor-only visual alignment (no HTML widget usage) */
body.page-id-5 .elementor-5 {
    background: #ececec;
    padding-bottom: 12px;
}

body.page-id-5 .elementor-5 > .spraytech-main-section {
    margin: 0 !important;
}

body.page-id-5 .elementor-5 > .spraytech-main-section > .elementor-container {
    max-width: 980px;
}

body.page-id-5 .sts-home-hero-bg {
    position: relative;
    z-index: 1;
}

body.page-id-5 .sts-home-hero-bg img {
    display: block;
    min-height: 890px;
    object-fit: cover;
    width: 100%;
}

body.page-id-5 .sts-home-hero-title-top,
body.page-id-5 .sts-home-hero-title-main,
body.page-id-5 .sts-home-hero-subtitle,
body.page-id-5 .sts-home-hero-badge-primary,
body.page-id-5 .sts-home-hero-badge-secondary,
body.page-id-5 .sts-home-hero-cta-primary,
body.page-id-5 .sts-home-hero-cta-secondary {
    position: relative;
    z-index: 3;
}

body.page-id-5 .sts-home-hero-title-top {
    margin-top: -690px !important;
}

body.page-id-5 .sts-home-hero-title-main {
    margin-top: 0 !important;
}

body.page-id-5 .sts-home-hero-subtitle {
    margin-top: 0 !important;
}

body.page-id-5 .sts-home-hero-title-top .elementor-heading-title,
body.page-id-5 .sts-home-hero-title-main .elementor-heading-title {
    color: #ffffff;
    font-style: italic;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px 0 #c8c8c8, 0 2px 0 #b4b4b4, 0 3px 0 #a0a0a0, 0 4px 0 rgba(140, 140, 140, 0.5), 0 5px 10px rgba(0, 0, 0, 0.5);
}

body.page-id-5 .sts-home-hero-title-top .elementor-heading-title {
    font-size: clamp(26px, 4vw, 42px);
}

body.page-id-5 .sts-home-hero-title-main .elementor-heading-title {
    font-size: clamp(34px, 6vw, 58px);
    margin-top: 4px;
}

body.page-id-5 .sts-home-hero-subtitle .elementor-widget-container {
    text-align: center;
}

body.page-id-5 .sts-home-hero-subtitle p {
    color: #ffffff;
    font-size: clamp(20px, 3vw, 34px);
    font-style: italic;
    font-weight: 600;
    line-height: 1.2;
    margin: 8px 0 0;
    text-shadow: 1px 1px 0 #c8c8c8, 0 2px 0 #b4b4b4, 0 3px 0 #a0a0a0, 0 4px 0 rgba(140, 140, 140, 0.5), 0 5px 10px rgba(0, 0, 0, 0.5);
}

body.page-id-5 .sts-home-hero-badge-primary {
    margin-top: 20px !important;
}

body.page-id-5 .sts-home-hero-badge-primary .elementor-widget-container,
body.page-id-5 .sts-home-hero-badge-secondary .elementor-widget-container {
    text-align: center;
}

body.page-id-5 .sts-home-hero-badge-primary img {
    max-width: min(94%, 560px);
}

body.page-id-5 .sts-home-hero-badge-secondary img {
    max-width: min(88%, 410px);
}

body.page-id-5 .sts-home-hero-cta-primary,
body.page-id-5 .sts-home-hero-cta-secondary {
    margin-top: 16px !important;
}

body.page-id-5 .sts-home-hero-cta-primary .elementor-widget-container,
body.page-id-5 .sts-home-hero-cta-secondary .elementor-widget-container {
    text-align: center;
}

body.page-id-5 .sts-home-hero-cta-primary .elementor-button,
body.page-id-5 .sts-home-hero-cta-secondary .elementor-button {
    background: #1f1f1f;
    border: 1px solid #000;
    border-radius: 2px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.28);
    color: #fad626;
    font-size: clamp(17px, 2.1vw, 26px);
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.01em;
    min-width: min(84vw, 470px);
    padding: 12px 24px;
    text-transform: none;
}

body.page-id-5 .sts-home-hero-cta-primary .elementor-button:hover,
body.page-id-5 .sts-home-hero-cta-primary .elementor-button:focus,
body.page-id-5 .sts-home-hero-cta-secondary .elementor-button:hover,
body.page-id-5 .sts-home-hero-cta-secondary .elementor-button:focus {
    background: #0f0f0f;
    color: #ffe37a;
}

body.page-id-5 .sts-home-content-heading {
    margin-top: 56px !important;
}

body.page-id-5 .sts-home-content-heading .elementor-heading-title {
    color: #1a3d69;
    font-size: clamp(26px, 3.8vw, 43px);
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px 0 #d3d3d3, 0 2px 0 #bababa, 0 3px 0 #a8a8a8, 0 5px 10px rgba(0, 0, 0, 0.24);
}

body.page-id-5 .sts-home-content-p1,
body.page-id-5 .sts-home-content-p2,
body.page-id-5 .sts-home-content-p3,
body.page-id-5 .sts-home-content-p4,
body.page-id-5 .sts-home-content-p5,
body.page-id-5 .sts-home-content-p6,
body.page-id-5 .sts-home-content-p7 {
    margin-top: 6px !important;
}

body.page-id-5 .sts-home-content-p1 p,
body.page-id-5 .sts-home-content-p2 p,
body.page-id-5 .sts-home-content-p3 p,
body.page-id-5 .sts-home-content-p4 p,
body.page-id-5 .sts-home-content-p5 p,
body.page-id-5 .sts-home-content-p6 p,
body.page-id-5 .sts-home-content-p7 p {
    color: #231f20;
    font-size: clamp(17px, 2.1vw, 27px);
    font-style: italic;
    font-weight: 600;
    line-height: 1.58;
    margin: 0;
    text-align: center;
}

body.page-id-5 .sts-home-content-p1 strong,
body.page-id-5 .sts-home-content-p4 strong {
    color: #1a3d69;
    text-shadow: 1px 1px 0 #d7d7d7, 0 2px 0 #bdbdbd, 0 5px 10px rgba(0, 0, 0, 0.22);
}

body.page-id-5 .sts-home-content-p1 a,
body.page-id-5 .sts-home-content-p7 a {
    color: #1a3d69;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

body.page-id-5 .sts-home-content-p7 {
    margin-top: 14px !important;
    margin-bottom: 18px !important;
}

@media (max-width: 991px) {
    body.page-id-5 .sts-home-hero-bg img {
        min-height: 720px;
    }

    body.page-id-5 .sts-home-hero-title-top {
        margin-top: -560px !important;
    }

    body.page-id-5 .sts-home-content-heading {
        margin-top: 44px !important;
    }
}

@media (max-width: 767px) {
    body.page-id-5 .elementor-5 > .spraytech-main-section > .elementor-container {
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    body.page-id-5 .sts-home-hero-bg img {
        min-height: 560px;
    }

    body.page-id-5 .sts-home-hero-title-top {
        margin-top: -432px !important;
    }

    body.page-id-5 .sts-home-hero-cta-primary .elementor-button,
    body.page-id-5 .sts-home-hero-cta-secondary .elementor-button {
        min-width: min(90vw, 420px);
        padding: 10px 18px;
    }

    body.page-id-5 .sts-home-content-heading {
        margin-top: 34px !important;
    }
}

.right-appear {
    opacity: 0;
    transform: translate3d(var(--right-appear-distance, 36px), 0, 0);
    animation: right-appear-in var(--right-appear-duration, 0.6s) ease-out forwards;
    animation-delay: var(--right-appear-delay, 0s);
    will-change: opacity, transform;
}

.spraytech-main-title .spraytech-main-title__char {
    display: inline-block;
    opacity: 0;
    transform: translate3d(36px, 0, 0);
    animation: right-appear-in 0.3s ease-out forwards;
    will-change: opacity, transform;
}

@keyframes right-appear-in {
    from {
        opacity: 0;
        transform: translate3d(36px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .right-appear,
    .spraytech-main-title .spraytech-main-title__char {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

/* Final single-post width overrides */
body.single-post #comments.comments-area,
body.single-post .comments-area,
body.single-post .comment-respond,
body.single-post #comments.comments-area #respond {
    max-width: none !important;
    width: 100% !important;
}

body.single-post #comments.comments-area {
    padding: 16px 18px 14px !important;
}

body.single-post #comments.comments-area .comment-respond,
body.single-post #comments.comments-area #respond {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    padding: 0 !important;
}

body.single-post .entry-header .post-thumb img,
body.single-post .entry-content .wp-block-image img,
body.single-post .entry-content figure.wp-block-image img,
body.single-post .entry-content p > img,
body.single-post .entry-content .wp-caption img {
    display: block;
    height: auto;
    width: 100% !important;
}

body.single-post .entry-content .wp-block-image,
body.single-post .entry-content figure.wp-block-image,
body.single-post .entry-content .wp-caption {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

body.single-post .entry-content .alignnone,
body.single-post .entry-content .aligncenter,
body.single-post .entry-content figure.alignnone,
body.single-post .entry-content figure.aligncenter,
body.single-post .entry-content .wp-block-image[style],
body.single-post .entry-content figure.wp-block-image[style],
body.single-post .entry-content .wp-caption[style],
body.single-post .entry-content figure[style*="width"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

body.single-post .entry-content img[width],
body.single-post .entry-content img[style*="width"] {
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
}

body.single-post article.post .entry-header .post-thumb,
body.single-post article.post .entry-content .post-thumb,
body.single-post article.post .entry-content .wp-block-image,
body.single-post article.post .entry-content .wp-caption,
body.single-post article.post .entry-content figure,
body.single-post article.post .entry-content .gallery,
body.single-post article.post .entry-content .wp-block-gallery,
body.single-post article.post .entry-content .blocks-gallery-grid {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

body.single-post article.post .entry-content .alignleft,
body.single-post article.post .entry-content .alignright {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.single-post article.post .entry-header .post-thumb img,
body.single-post article.post .entry-content .post-thumb img,
body.single-post article.post .entry-content figure img,
body.single-post article.post .entry-content .wp-caption img,
body.single-post article.post .entry-content .gallery img,
body.single-post article.post .entry-content .wp-block-gallery img,
body.single-post article.post .entry-content .wp-block-media-text__media img,
body.single-post article.post .entry-content .wp-block-cover__image-background,
body.single-post article.post .entry-content img {
    display: block !important;
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
}

body.single-post article.post .entry-content .wp-block-cover,
body.single-post article.post .entry-content .wp-block-media-text {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

@media (max-width: 820px) {
    body.single-post #comments.comments-area {
        padding: 12px 12px 10px !important;
    }
}

.sts-contact-form-shortcode {
    background: #dbdbdb;
    margin: 0 auto;
    max-width: 980px;
    padding: 42px 0 28px;
}

.sts-contact-form-shortcode .sts-contact-form__notice {
    border-radius: 0;
    border: 1px solid transparent;
    font-family: "Josefin Sans", "Poppins", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    margin: 0 auto 16px;
    max-width: 490px;
    padding: 9px 12px;
    width: calc(100% - 32px);
}

.sts-contact-form-shortcode .sts-contact-form__notice.is-success {
    background: #edf8ef;
    border-color: #8ecb98;
    color: #0f5f1c;
}

.sts-contact-form-shortcode .sts-contact-form__notice.is-error {
    background: #fff2f2;
    border-color: #dd9a9a;
    color: #8a1f1f;
}

.sts-contact-form {
    margin: 0 auto;
    max-width: 490px;
    width: calc(100% - 32px);
}

.sts-contact-form__field {
    margin: 0 0 25px;
}

.sts-contact-form__field label {
    color: #333333;
    display: inline-block;
    font-family: "Josefin Sans", "Poppins", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 10px;
}

.sts-contact-form__field input,
.sts-contact-form__field textarea {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    display: block;
    font-family: "Josefin Sans", "Poppins", sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 3px 10px;
    width: 100%;
}

.sts-contact-form__field input {
    height: 45px;
}

.sts-contact-form__field textarea {
    min-height: 135px;
    padding-top: 6px;
    resize: vertical;
}

.sts-contact-form__field input:focus,
.sts-contact-form__field textarea:focus {
    border-color: #398be1;
    outline: 0;
}

.sts-contact-form__field input::placeholder,
.sts-contact-form__field textarea::placeholder {
    color: #000000;
    opacity: 1;
}

.sts-contact-form__field--hidden {
    left: -9999px;
    margin: 0;
    position: absolute;
    top: auto;
    visibility: hidden;
}

.sts-contact-form__bottom {
    align-items: flex-start;
    display: flex;
    gap: 75px;
    margin-top: 0;
}

.sts-contact-form__left {
    display: flex;
    flex-direction: column;
    gap: 26px;
    min-width: 0;
}

.sts-contact-form__captcha {
    height: 60px;
    overflow: hidden;
    width: 234px;
}

.sts-contact-form__captcha .g-recaptcha {
    display: inline-block;
    transform: scale(0.77);
    transform-origin: 0 0;
}

.sts-contact-form__submit {
    align-items: center;
    background: #231f20;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: "Josefin Sans", "Poppins", sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    height: 51px;
    justify-content: center;
    letter-spacing: 0.04em;
    line-height: 1;
    min-height: 0;
    min-width: 0;
    padding: 0 22px;
    text-transform: uppercase;
    width: 124px;
}

.sts-contact-form__submit:hover,
.sts-contact-form__submit:focus {
    background: #231f20;
    color: #ffffff;
}

.sts-contact-form__image-wrap {
    flex: 0 0 166px;
    height: 161px;
    margin-top: 0;
    width: 166px;
}

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

.sts-contact-form > .sts-contact-form__field:nth-of-type(2) {
    margin-top: 10px;
    margin-bottom: 30px;
}

.sts-contact-form > .sts-contact-form__field:nth-of-type(3) {
    margin-bottom: 25px;
}

.sts-contact-form > .sts-contact-form__field:nth-of-type(4) {
    margin-bottom: 17px;
}

@media (max-width: 1024px) {
    .sts-contact-form-shortcode {
        padding: 32px 0 24px;
    }
}

@media (max-width: 820px) {
    .sts-contact-form-shortcode {
        padding: 24px 12px 22px;
    }

    .sts-contact-form {
        max-width: 100%;
        width: 100%;
    }

    .sts-contact-form__field label {
        font-size: 15px !important;
        margin-bottom: 8px;
    }

    .sts-contact-form__field input,
    .sts-contact-form__field textarea {
        font-size: 15px !important;
    }

    .sts-contact-form__field textarea {
        min-height: 170px;
    }

    .sts-contact-form__bottom {
        flex-direction: column;
        gap: 18px;
    }

    .sts-contact-form__left {
        gap: 16px;
        order: 1;
    }

    .sts-contact-form__captcha {
        height: auto;
        overflow: visible;
        width: 100%;
    }

    .sts-contact-form__captcha .g-recaptcha {
        transform: none;
    }

    .sts-contact-form__image-wrap {
        order: 2;
    }

    .sts-contact-form__submit {
        width: 124px;
    }

    .sts-contact-form > .sts-contact-form__field:nth-of-type(2),
    .sts-contact-form > .sts-contact-form__field:nth-of-type(3),
    .sts-contact-form > .sts-contact-form__field:nth-of-type(4) {
        margin-top: 0;
        margin-bottom: 16px;
    }
}
