:root {
    --blue: #3D9BE9;
    --green: #18b987;
    --ink: #101820;
}

html {
    scroll-behavior: smooth;
}

:target,
section[id],
[id] {
    scroll-margin-top: 120px;
}

@media (max-width: 1023px) {
    :target,
    section[id],
    [id] {
        scroll-margin-top: 70px;
    }
}

@media (max-width: 640px) {
    :target,
    section[id],
    [id] {
        scroll-margin-top: 50px;
    }
}

* {
    box-sizing: border-box;
}

.paragon-container {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.faqs-container {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

html,
body,
button,
input,
select,
textarea {
    font-family: "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}

h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.25;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
}

h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

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

.site-logo {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    margin-left: 0;
    color: #1e5f9c;
    line-height: 1;
    text-align: left;
}

.header-container {
    padding-left: 0;
}

.header-main-row {
    display: flex;
    min-height: 75px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.header-left {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 56px;
}

.header-topbar-inner {
    position: relative;
    display: flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.header-topbar-notice {
    margin: 0 auto;
    padding: 0 300px;
    font-weight: 400;
    text-align: center;
}

.header-contact {
    position: absolute;
    right: 15px;
    top: 50%;
    align-items: center;
    gap: 16px;
    transform: translateY(-50%);
}

.header-contact a {
    display: inline-flex;
    align-items: center;
    color: #fff;
    line-height: 1;
}

.header-phone-link {
    gap: 7px;
    padding-right: 16px;
    border-right: 2px solid rgba(255, 255, 255, .72);
}

.header-phone-link svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    fill: currentColor;
}

.custom-logo {
    max-width: 170px;
    height: auto;
}

.brand-mark {
    display: block;
    font-family: Georgia, serif;
    font-size: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.brand-sub {
    display: block;
    max-width: 160px;
    font-size: 10px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.primary-menu {
    display: flex;
    align-items: center;
    gap: 50px;
    font-weight: 600;
}

 

.header-contact svg path {
    fill: #fff;
}
.flex.justify-center.header-contact svg {
    width: 20px;
    display: inline-block;
    color: #fff;
}

.primary-menu > li {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 92px;
}

.primary-menu a:hover{
    color:black
}

a.primary-menu-link:hover,
.primary-menu .current-menu-item > a.primary-menu-link,
.primary-menu .current_page_parent > a.primary-menu-link,
.primary-menu .current-menu-ancestor > a.primary-menu-link {
    border-bottom: 2px solid var(--blue);
    color: var(--blue);
}

.primary-menu-link {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    gap: 7px;
    font-size: 18px;
    font-weight: 500;
}

.menu-caret {
       display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-1px) rotate(45deg);
    transition: transform .2s ease, border-color .2s ease;
}

.primary-has-dropdown:hover > .primary-menu-link .menu-caret,
.primary-menu-link[aria-expanded="true"] .menu-caret {
    transform: translateY(1px) rotate(225deg);
}

[x-cloak] {
    display: none !important;
}

.services-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 40;
    width: 356px;
    overflow: visible;
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 0px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .16);
    transform: none !important;
}

.services-dropdown li {
    display: block;
}

.services-dropdown-item {
    position: relative;
}

.services-dropdown-link {
    display: flex;
    min-height: 78px;
    align-items: center;
    gap: 18px;
    padding: 10px 15px;
    color: #111;
    transition: background-color .3s ease, color .3s ease, transform .3s ease;
}

.services-dropdown-link.has-flyout {
    padding-right: 16px;
}

.services-dropdown-link:hover,
.services-dropdown-link:focus,
.services-dropdown-link.is-active,
.services-dropdown .current-menu-item > .services-dropdown-link,
.services-dropdown .current-menu-ancestor > .services-dropdown-link {
    background: #d2e4ff;
    color: black;
}

.services-dropdown-link:hover .services-dropdown-icon,
.services-dropdown-link:focus .services-dropdown-icon {
    transform: scale(1.08);
}
/* 
.services-dropdown-link:hover .services-dropdown-icon,
.services-dropdown-link:focus .services-dropdown-icon,
.services-dropdown-link.is-active .services-dropdown-icon,
.services-dropdown .current-menu-item > .services-dropdown-link .services-dropdown-icon,
.services-dropdown .current-menu-ancestor > .services-dropdown-link .services-dropdown-icon,
.areas-dropdown-link:hover .services-dropdown-icon,
.areas-dropdown-link:focus .services-dropdown-icon,
.areas-dropdown-link.is-active .services-dropdown-icon,
.areas-dropdown .current-menu-item > .areas-dropdown-link .services-dropdown-icon {
    filter: brightness(0) invert(1);
} */

.services-dropdown-link:focus {
    outline: 2px solid rgba(49, 152, 236, .45);
    outline-offset: -2px;
}

.services-dropdown-icon-wrap,
.services-dropdown-fallback-icon {
    position: relative;
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
}

.services-dropdown-icon {
    position: absolute;
    inset: 0;
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: opacity .3s ease, transform .3s ease;
}

.services-dropdown-icon-hover {
    opacity: 0;
}

.services-dropdown-link:hover .services-dropdown-icon-default,
.services-dropdown-link:focus .services-dropdown-icon-default {
    opacity: 0;
}

.services-dropdown-link:hover .services-dropdown-icon-wrap:not(:has(.services-dropdown-icon-hover)) .services-dropdown-icon-default,
.services-dropdown-link:focus .services-dropdown-icon-wrap:not(:has(.services-dropdown-icon-hover)) .services-dropdown-icon-default,
.areas-dropdown-link:hover .services-dropdown-icon-wrap:not(:has(.services-dropdown-icon-hover)) .services-dropdown-icon-default,
.areas-dropdown-link:focus .services-dropdown-icon-wrap:not(:has(.services-dropdown-icon-hover)) .services-dropdown-icon-default {
    opacity: 1;
}

.services-dropdown-link:hover .services-dropdown-icon-hover,
.services-dropdown-link:focus .services-dropdown-icon-hover {
    opacity: 1;
}

.services-dropdown-link span:last-child {
    color: currentColor;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.services-flyout-caret {
    margin-left: auto;
    color: #3198ec !important;
    font-size: 26px !important;
    line-height: 1 !important;
}

.services-flyout {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 45;
    width: 354px;
    min-width: 354px;
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 0px 0;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .16);
    transform: none !important;
}

.services-flyout .services-dropdown-link {
    min-height: 70px;
    gap: 20px;
    padding: 15px 20px;
}

.services-flyout .services-dropdown-icon-wrap,
.services-flyout .services-dropdown-fallback-icon,
.services-flyout .services-dropdown-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;  
}

.services-flyout .services-dropdown-link span:last-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.services-flyout .services-dropdown-link:hover span:last-child,
.services-flyout .services-dropdown-link:focus span:last-child {
    color: black;
}

.areas-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 40;
    width: 300px;
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 0px 0;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .16);
}

.areas-dropdown li {
    display: block;
}

.areas-dropdown-link {
    display: flex;
    min-height: 53px;
    align-items: center;
    gap: 14px;
    padding: 16px 36px;
    color: #111;
    transition: background-color .3s ease, color .3s ease;
}
span.services-flyout-caret {
    display: none;
}

.areas-dropdown-link:hover,
.areas-dropdown-link:focus,
.areas-dropdown-link.is-active,
.areas-dropdown .current-menu-item > .areas-dropdown-link {
    background: #d2e4ff;
    /* color: #fff; */
}

.areas-dropdown-link:focus {
    outline: 2px solid rgba(49, 152, 236, .45);
    outline-offset: -2px;
}

.areas-dropdown-link .services-dropdown-icon-wrap,
.areas-dropdown-link .services-dropdown-icon,
.areas-dropdown-fallback-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.areas-dropdown-fallback-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #3D9BE9;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    transition: transform .3s ease;
}

.areas-dropdown-link:hover .areas-dropdown-fallback-icon,
.areas-dropdown-link:focus .areas-dropdown-fallback-icon,
.areas-dropdown-link:hover .services-dropdown-icon,
.areas-dropdown-link:focus .services-dropdown-icon {
    transform: translateX(4px);
}

.areas-dropdown-link span:last-child {
    color: currentColor;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}

.services-dropdown-fallback-icon::before {
    width: 36px;
    height: 36px;
    border: 2px solid #3198ec;
    border-radius: 8px;
    content: "";
}

.language-switcher {
    position: relative;
}

h2.footer-title {
    font-size: 20px !important;
    font-weight: 500 !important;
}
.language-switcher-button {
      display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 9px;
    border: 0;
    background: transparent;
    padding: 0;
    color: var(--ink);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-right: 15px;
}

.language-globe {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    fill: currentColor;
}

.language-caret {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 2px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-3px) rotate(45deg);
    transition: transform .2s ease;
}

.language-switcher-button[aria-expanded="true"] .language-caret {
    transform: translateY(2px) rotate(225deg);
}

.language-switcher-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 20;
    min-width: 92px;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .12);
}

.language-switcher-menu a {
    display: block;
    padding: 10px 12px;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}

.language-switcher-menu a:hover,
.language-switcher-menu a.is-active {
    background: #eef7ff;
    color: var(--blue);
}

.mobile-menu {
    display: grid;
    gap: 4px;
    font-weight: 600;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu > li {
    border-bottom: 1px solid #eef2f6;
}

.mobile-menu > li:last-child {
    border-bottom: 0;
}

.mobile-menu a {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 14px;
    color: var(--ink);
    transition: background-color .2s ease, color .2s ease, padding-left .2s ease;
}

.mobile-menu a::after {
    color: var(--green);
    content: "\2192";
    font-weight: 600;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity .2s ease, transform .2s ease;
}

.mobile-menu a:hover,
.mobile-menu .current-menu-item > a,
.mobile-menu .current_page_parent > a,
.mobile-menu .current-menu-ancestor > a {
    background: #e8f8f2;
    color: var(--green);
    padding-left: 18px;
}

.mobile-menu a:hover::after,
.mobile-menu .current-menu-item > a::after,
.mobile-menu .current_page_parent > a::after,
.mobile-menu .current-menu-ancestor > a::after {
    opacity: 1;
    transform: translateX(0);
}

.mobile-has-dropdown {
    display: grid;
    gap: 6px;
}

.mobile-parent-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 8px;
    align-items: center;
}

.mobile-parent-row a {
    min-height: 48px;
}

.mobile-parent-row button {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: var(--green);
    line-height: 1;
    transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}

.mobile-parent-row button:hover,
.mobile-parent-row button.is-open {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}

.mobile-submenu-chevron {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M9 6l6 6-6 6'/></svg>") center / contain no-repeat;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M9 6l6 6-6 6'/></svg>") center / contain no-repeat;
    transition: transform .3s ease;
}

.mobile-parent-row button.is-open .mobile-submenu-chevron {
    transform: rotate(90deg);
}

.mobile-services-dropdown,
.mobile-areas-dropdown {
    display: grid;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.mobile-services-dropdown-nested {
    margin-left: 18px;
    border-top: 0;
}

.mobile-services-link {
    display: flex !important;
    min-height: 76px !important;
    align-items: center;
    justify-content: flex-start !important;
    gap: 18px;
    border-radius: 0 !important;
    padding: 14px 16px !important;
    color: #111 !important;
    transition: background-color .3s ease, color .3s ease;
}

.mobile-services-link::after,
.mobile-parent-row a::after {
    content: none !important;
}

.mobile-services-link:hover,
.mobile-services-link:focus,
.mobile-services-link.is-active,
.mobile-services-dropdown .current-menu-item > .mobile-services-link,
.mobile-services-dropdown .current-menu-ancestor > .mobile-services-link {
    background: var(--blue) !important;
    color: #fff !important;
}

.mobile-services-link:hover .services-dropdown-icon,
.mobile-services-link:focus .services-dropdown-icon {
    transform: scale(1.08);
}

.mobile-services-link:hover .services-dropdown-icon,
.mobile-services-link:focus .services-dropdown-icon,
.mobile-services-link.is-active .services-dropdown-icon,
.mobile-services-dropdown .current-menu-item > .mobile-services-link .services-dropdown-icon,
.mobile-services-dropdown .current-menu-ancestor > .mobile-services-link .services-dropdown-icon,
.mobile-areas-link:hover .services-dropdown-icon,
.mobile-areas-link:focus .services-dropdown-icon,
.mobile-areas-link.is-active .services-dropdown-icon,
.mobile-areas-dropdown .current-menu-item > .mobile-areas-link .services-dropdown-icon {
    filter: brightness(0) invert(1);
}

.mobile-services-link:hover .services-dropdown-icon-wrap:not(:has(.services-dropdown-icon-hover)) .services-dropdown-icon-default,
.mobile-services-link:focus .services-dropdown-icon-wrap:not(:has(.services-dropdown-icon-hover)) .services-dropdown-icon-default,
.mobile-areas-link:hover .services-dropdown-icon-wrap:not(:has(.services-dropdown-icon-hover)) .services-dropdown-icon-default,
.mobile-areas-link:focus .services-dropdown-icon-wrap:not(:has(.services-dropdown-icon-hover)) .services-dropdown-icon-default {
    opacity: 1;
}

.mobile-services-link span:last-child {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.mobile-areas-link {
    display: flex !important;
    min-height: 54px !important;
    align-items: center;
    justify-content: flex-start !important;
    gap: 14px;
    border-radius: 0 !important;
    padding: 13px 18px !important;
    color: #111 !important;
    transition: background-color .3s ease, color .3s ease;
}

.gform_wrapper .gform_validation_errors>h2.hide_summary {
    margin: 0;
    font-size: 14px !important;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="time"],
.gform_wrapper textarea,
.gform_wrapper select {
    border-color: #C5C5C5 !important;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper select::placeholder {
    color: #797979 !important;
    opacity: 1;
}

.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
    color: #797979 !important;
}

.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
    color: #797979 !important;
    opacity: 1;
}

.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
    color: #797979 !important;
}

.mobile-areas-link::after {
    content: none !important;
}

.mobile-areas-link:hover,
.mobile-areas-link:focus,
.mobile-areas-link.is-active,
.mobile-areas-dropdown .current-menu-item > .mobile-areas-link {
    background: var(--blue) !important;
    color: #fff !important;
}

.mobile-areas-link:hover .areas-dropdown-fallback-icon,
.mobile-areas-link:focus .areas-dropdown-fallback-icon,
.mobile-areas-link:hover .services-dropdown-icon,
.mobile-areas-link:focus .services-dropdown-icon {
    transform: translateX(4px);
}

.mobile-areas-link span:last-child {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.mobile-menu-actions {
    display: grid;
    gap: 10px;
    margin-top: 20px;
    border-top: 1px solid #e2e8f0;
    padding-top: 18px;
}

.mobile-menu-actions > a:not(.btn) {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 10px;
    background: #f5f9fc;
    color: var(--ink);
    font-size: 14px;
    font-weight: 600;
    transition: background-color .2s ease, color .2s ease;
}

.mobile-menu-actions > a:not(.btn):hover {
    background: #e8f8f2;
    color: var(--green);
}

.mobile-menu-actions > a:not(.btn)::before {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    background: var(--green);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.mobile-menu-actions > a[href^="tel:"]::before {
    content: "\260E";
}

.mobile-menu-actions > a[href^="mailto:"]::before {
    content: "\2709";
    font-size: 13px;
}

.mobile-menu-actions > .btn {
    margin-top: 6px;
    min-height: 50px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(24, 185, 135, .25);
}

.mobile-language-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mobile-language-list a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    border: 1px solid #dbe3ea;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 600;
}

.mobile-language-list a.is-active {
    border-color: var(--blue);
    background: #eef7ff;
    color: var(--blue);
}

.mobile-drawer-wrap {
    position: fixed;
    inset: 0;
    z-index: 100;
}

.mobile-drawer-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, .48);
    backdrop-filter: blur(5px);
}

.mobile-menu-panel {
    position: relative;
    display: flex;
    width: min(90vw, 400px);
    height: 100%;
    flex-direction: column;
    background: #fff;
    box-shadow: 28px 0 70px rgba(15, 23, 42, .28);
}

.mobile-menu-head {
    display: flex;
    min-height: 84px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid #eef2f6;
    padding: 16px 20px 16px 0;
    background: linear-gradient(180deg, #f8fdfb 0%, #ffffff 100%);
}

.mobile-menu-head .site-logo {
    margin-left: 0;
}

.mobile-menu-head .custom-logo {
    max-width: 140px;
}

.mobile-menu-scroll {
    overflow-y: auto;
    padding: 20px 18px 28px;
    -webkit-overflow-scrolling: touch;
}

.mobile-menu-scroll::-webkit-scrollbar {
    width: 6px;
}

.mobile-menu-scroll::-webkit-scrollbar-thumb {
    background: #d8e4ee;
    border-radius: 3px;
}

.mobile-drawer-close {
    position: relative;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border: 0;
    background: var(--green);
    box-shadow: 0 8px 20px rgba(24, 185, 135, .25);
    transition: background-color .2s ease, transform .15s ease;
}

.mobile-drawer-close:hover {
    background: #14a378;
}

.mobile-drawer-close:active {
    transform: scale(.96);
}

.mobile-drawer-close span,
.mobile-drawer-close span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 18px;
    height: 2.5px;
    border-radius: 2px;
    background: #fff;
    content: "";
}

.mobile-drawer-close span {
    transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-drawer-close span::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.mobile-drawer-enter,
.mobile-drawer-leave {
    transition: transform .32s ease, opacity .32s ease;
}

.mobile-drawer-enter-start,
.mobile-drawer-leave-end {
    opacity: 0;
    transform: translateX(-100%);
}

.mobile-drawer-enter-end,
.mobile-drawer-leave-start {
    opacity: 1;
    transform: translateX(0);
}

.mobile-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.mobile-language-select {
    height: 46px;
    padding: 0 32px 0 12px;
    /* border: 1px solid #dbe3ea; */
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23101820' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    /* box-shadow: 0 8px 22px rgba(15, 23, 42, .08); */
    transition: border-color .2s ease, box-shadow .2s ease;
}

.mobile-language-select:hover,
.mobile-language-select:focus {
    border-color: var(--blue);
    outline: 0;
}

.mobile-toggle {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background: var(--green);
    box-shadow: 0 10px 24px rgba(24, 185, 135, .28);
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.mobile-toggle:hover {
    background: #14a378;
    box-shadow: 0 12px 28px rgba(24, 185, 135, .35);
}

.mobile-toggle:active {
    transform: scale(.96);
}

.mobile-toggle.is-active {
    background: #14a378;
    box-shadow: 0 12px 28px rgba(24, 185, 135, .35);
}

.hamburger,
.hamburger::before,
.hamburger::after {
    display: block;
    width: 22px;
    height: 2.5px;
    border-radius: 2px;
    background: #fff;
    content: "";
    transition: transform .25s ease, opacity .2s ease, background-color .2s ease;
}

.hamburger::before {
    transform: translateY(-7px);
}

.hamburger::after {
    transform: translateY(5px);
}

.mobile-toggle.is-active .hamburger {
    background: transparent;
}

.mobile-toggle.is-active .hamburger::before {
    background: #fff;
    transform: translateY(0) rotate(45deg);
}

.mobile-toggle.is-active .hamburger::after {
    background: #fff;
    transform: translateY(-2.5px) rotate(-45deg);
}

.faq-item.is-active {
    border-left-color: #18b987 !important;
}

.btn {
       display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 16px 30px;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: var(--blue);
    color: #fff;
}

.btn-primary:hover {
    background: #2387cc;
    color: #fff;
}

.btn-white {
    background: #fff;
    color: var(--ink);
    font-weight: 600;
}

.btn-white:hover {
    background: var(--ink);
    color: #fff;
}

.btn-outline {
    border-color: #cbd5e1;
    background: #fff;
    color: var(--ink);
    font-weight: 600;
}

.btn-outline:hover {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
}

.section {
    padding: 90px 0;
}

.section-title {
    color: var(--ink);
    font-weight: 600;
    letter-spacing: 0;
}

.section-intro {
    max-width:975px;
    margin: 28px auto 0;
    color: black;
    line-height: 1.8;
}

.section-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 48px;
}

.hero-section {
    position: relative;
}

.hero-slide {
    position: relative;
    overflow: hidden;
}

.hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 8%;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 0%), rgba(0, 0, 0, .25) 55%, rgba(0, 0, 0, .08));
}

.hero-title {
    font-weight: 600;
    letter-spacing: 0;
}

.client-swiper {
    padding: 2px;
}

.client-swiper .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}

.client-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1;
    padding: 15px 50px !important;
    color: #8a8f98;
    font-size: 24px !important;
    font-weight: 600;
    white-space: nowrap;
    filter: grayscale(1);
}

.client-pill:hover {
    border-color: var(--green);
    color: var(--green);
    filter: grayscale(0);
}

.client-pill img {
    max-height: 36px;
    width: auto;
}

.service-card,
.blog-card {
    border: 1px dashed #cbd5e1;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
}

.service-card:hover,
.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, .12);
}

.service-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 1.25 / 1;
}

.service-image img,
.blog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.service-card:hover img,
.blog-card:hover img {
    transform: scale(1.04);
}

.service-card h3,
.blog-card h3 {
    font-weight: 500 !important;
}

.section-cta-mobile {
    display: none;
    margin-top: 28px;
    text-align: center;
}

.section-cta-mobile .btn {
    width: 100%;
    max-width: 320px;
}

.service-card p,
.blog-card p {
    color: black;
    line-height: 1.75;
}

.blog-card p:not(.meta) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-card p{
    margin-top: 12px;
}

.service-card p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-band {
    display: grid;
    grid-template-columns: 48% 52%;
}

.about-image img,
.quote-image img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: 45% 40%;
}

.about-content {
    display: flex;
    align-items: center;
    background: var(--blue);
    color: #fff;
    padding: 70px 5vw;
}

.about-content h2 {
    font-weight: 600;
}

.about-content p {
    margin-top: 28px;
    line-height: 1.85;
}

.counter-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 45px;
    margin-top: 40px;
}

.counter-grid div:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .55);
}

.counter-grid strong {
    display: block;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 600;
}

.counter-grid span {
    display: block;
    max-width: 150px;
    margin-top: 8px;
    line-height: 1.5;
    font-size: 18px;
}

.check-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 20px;
}

.check-item > span {
    flex: 0 0 55px;
    width: 55px;
    height: 55px;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d2e4ff;
    color: var(--blue);
    font-weight: 600;
    overflow: hidden;
}

.check-item > span img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.check-item > div {
    flex: 1 1 auto;
    min-width: 0;
}

.check-item h3 {
    font-weight: 500 !important;
    margin: 0px 0px 15px 0px;
    line-height: 20px !important;
  
}

.check-item p {
    margin-top: 8px;
    color: black;
    line-height: 1.75;
}

.layered-images {
    position: relative;
}

.layer {
    width: 100%;
    height: auto;
    max-height: 540px;
    object-fit: cover;
    /* box-shadow: 0 18px 50px rgba(15, 23, 42, .15); */
    transition: transform .3s ease;
    display: block;
}

.layer:hover {
    transform: translateY(-6px);
}

.blue-section {
    background: var(--blue);
    color: #fff;
}

.industry-photo {
    width: 100%;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
}

.industry-item button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 0px 22px;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.industry-arrow,
.location-pill span {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
  
    border-radius: 50%;
}

.industry-arrow {
    position: relative;
    flex: 0 0 36px;
    background-color: transparent;
    background-image: url("../images/accordion-normal-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-color: transparent;
    transition: background-image .2s ease, border-color .2s ease;
}

.industry-item button[aria-expanded="true"] .industry-arrow {
    background-image: url("../images/accordion-arrow-active.png");
}

.accordion-state-arrow {
    position: relative;
    background-color: transparent;
    background-image: url("../images/accordion-normal-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-color: transparent;
    transition: background-image .2s ease;
}

button[aria-expanded="true"] .accordion-state-arrow {
    background-image: url("../images/accordion-arrow-active.png");
}

.industry-item p {
    max-width: 780px;
    padding-bottom: 28px;
    color: rgba(255, 255, 255, .86);
    line-height: 1.8;
}

.faq-item {
    border-left: 5px solid #18b987;
    padding: 15px 0 15px 24px;
    transition: border-color .2s ease;
    border-left-color: #18b987 !important;
    margin-bottom: 10px;
}

.faq-divider {
    height: 1px;
    margin: 12px 0;
    border: 0;
    background: #B7B7B7;
}

.faq-item.is-active {
    border-left-color: var(--green);
}

.faq-item button {
    width: 100%;
    text-align: left;
    font-size: 21px;
    font-weight: 600;
}

.faq-item p {
    margin-top: 18px;
    color: black;
    line-height: 1.75;
}

.testimonial-swiper {
    padding-bottom: 60px;
}

.testimonial-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.testimonial-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 !important;
    background: #b8d8f1;
    opacity: 1;
    border-radius: 999px;
    transition: width .25s ease, height .25s ease, background-color .25s ease;
    flex-shrink: 0;
}

.testimonial-swiper .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background: var(--blue);
}

.testimonial-swiper .swiper-wrapper,
.quote-testimonial-swiper .swiper-wrapper,
.services-swiper .swiper-wrapper {
    align-items: stretch;
}

.testimonial-swiper .swiper-slide,
.quote-testimonial-swiper .swiper-slide,
.services-swiper .swiper-slide,
.blog-swiper .swiper-slide {
    display: flex;
    height: auto;
}

.services-swiper,
.blog-swiper {
    padding-bottom: 60px;
}

.services-swiper .service-card,
.blog-swiper .blog-card {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.services-swiper .swiper-pagination,
.blog-swiper .swiper-pagination,
.sus-services-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.services-swiper .swiper-pagination-bullet,
.blog-swiper .swiper-pagination-bullet,
.sus-services-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 !important;
    background: #b8d8f1;
    opacity: 1;
    border-radius: 999px;
    transition: width .25s ease, height .25s ease, background-color .25s ease;
    flex-shrink: 0;
}

.services-swiper .swiper-pagination-bullet-active,
.blog-swiper .swiper-pagination-bullet-active,
.sus-services-swiper .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background: var(--blue);
}

.testimonial-card {
    display: flex;
    width: 100%;
    min-height: 300px;
    flex-direction: column;
    background: #fff;
    padding: 36px;
}

.avatar {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ff414d;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.testimonial-card h3 {
    font-weight: 600;
}

.stars {
    margin-top: 5px;
    color: #facc15;
    letter-spacing: 2px;
}

.testimonial-card p {
    margin-top: 28px;
    color: #64748b;
    line-height: 1.75;
    font-size: 18px;
}

.google-line {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 28px;
    color: #94a3b8;
}


.google-line small {
    margin-left: auto;
}

.google-brand-icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
}

.google-brand-icon svg {
    width: 100%;
    height: 100%;
}

.blog-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.55 / 1;
    object-fit: cover;
}

.blog-card {
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    padding: 20px;  
}

.blog-card .p-5 {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.blog-card .read-more {
    margin-top: auto;
    padding-top: 20px;
     text-decoration: underline;
         font-size: 16px;
    text-underline-offset: 2px;
}

#blog {
    position: relative;
    z-index: 1;
    display: flow-root;
    padding-bottom: 110px;
}

#blog + #locations {
    position: relative;
    z-index: 2;
    clear: both;
}

.blog-card .meta {
    margin-top: 0;
    margin-bottom: 15px;
    color: #94a3b8;
    font-size: 16px;
}

.blog-page {
    background: #fff;
}

.title-banner {
    position: relative;
    display: flex;
    min-height: 250px;
    align-items: center;
    overflow: hidden;
}

.title-banner img,
.title-banner-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.title-banner img {
    object-fit: cover;
    object-position: 50% 40%;
}

.title-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 24, 32, .5) 0%, rgba(16, 24, 32, .2) 25%, rgba(16, 24, 32, 0) 50%);
    pointer-events: none;
}

.title-banner > .paragon-container,
.title-banner > .contact-shell {
    position: relative;
    z-index: 1;
}

.title-banner h1 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
}

.blog-list-section {
    padding: 94px 0 102px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.blog-card h3 a {
    color: inherit;
}

.blog-card h3 a:hover {
    color: var(--blue);
}

.blog-pagination-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 18px 28px;
    margin-top: 52px;
}

.blog-pagination-right {
    display: flex;
    align-items: center;
    gap: 22px;
}

.blog-page-jump {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-page-jump label,
.blog-result-count {
    color: #475569;
    font-size: 14px;
    font-weight: 500;
}

.blog-page-jump select {
    width: 78px;
    min-height: 42px;
    border: 1px solid #cbd5e1;
    background: #fff;
    padding: 6px 28px 6px 12px;
    color: var(--ink);
    font-weight: 600;
}

.blog-result-count {
    margin: 0;
}

.blog-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-page-button {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #cbd5e1;
    background: #fff;
    padding: 10px 18px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.blog-page-prev::before {
    content: "\2190";
    font-size: 16px;
    line-height: 1;
}

.blog-page-next::after {
    content: "\2192";
    font-size: 16px;
    line-height: 1;
}

.blog-page-button:hover {
    border-color: var(--blue);
    background: var(--blue);
    color: #fff;
}

.blog-page-next {
    border-color: #3D9BE9;
    background: #3D9BE9;
    color: #fff;
}

.blog-page-next:hover {
    border-color: #2387cc;
    background: #2387cc;
    color: #fff;
}

.blog-page-button.is-disabled {
    cursor: not-allowed;
    opacity: .45;
}

.blog-page-button.is-disabled:hover {
    border-color: #cbd5e1;
    background: #fff;
    color: var(--ink);
}

.blog-page-next.is-disabled:hover {
    border-color: #3D9BE9;
    background: #3D9BE9;
    color: #fff;
}

.blog-empty-state {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.blog-empty-state p {
    margin-top: 14px;
    color: #475569;
}

.blog-quote-section {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.blog-quote-section > img {
    width: 100%;
    height: 100%;
    min-height: 510px;
    object-fit: cover;
}

.blog-quote-form-wrap {
    display: flex;
    align-items: center;
    padding: 72px 7vw;
}

.blog-quote-form {
    width: 100%;
    max-width: 650px;
    background: #fff;
    padding: 38px;
}

.blog-quote-form h2 {
    margin-bottom: 24px;
    color: var(--ink);
    font-weight: 600;
}

.blog-quote-form form,
.blog-quote-form .wpcf7-form,
.blog-quote-form .gform_fields {
    display: grid;
    gap: 13px;
}

.blog-quote-form input,
.blog-quote-form textarea,
.blog-quote-form select {
    width: 100%;
    min-height: 42px;
    border: 1px solid #cbd5e1;
    padding: 10px 14px;
    font-size: 14px;
}

.blog-quote-form textarea {
    min-height: 96px;
}

.blog-quote-form button,
.blog-quote-form input[type="submit"],
.blog-quote-form .gform_button {
    width: max-content;
    min-height: 42px;
    border: 0;
    background: var(--blue);
    color: #fff;
    padding: 0 26px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color .2s ease, transform .2s ease;
}

.blog-quote-form button:hover,
.blog-quote-form input[type="submit"]:hover,
.blog-quote-form .gform_button:hover {
    background: #2387cc;
    transform: translateY(-1px);
}

.single-blog-page {
    background: #fff;
}

.single-blog-hero {
    position: relative;
    display: flex;
    min-height: 250px;
    align-items: center;
    overflow: hidden;
}

.single-blog-hero img,
.single-blog-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.single-blog-hero img {
    object-fit: cover;
    object-position: 50% 42%;
}

.single-blog-hero h1 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
}

.single-blog-main-section {
    padding: 76px 0 104px;
}

.single-blog-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin-bottom: 44px;
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
}

.single-blog-breadcrumb a {
    color: var(--blue);
}

.single-blog-breadcrumb span:last-child {
    max-width: 680px;
    overflow: hidden;
    color: #475569;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.single-blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 64px;
    align-items: start;
}

.single-blog-article {
    min-width: 0;
}

.single-blog-header {
    max-width: 1040px;
}

.single-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 0 0 18px;
    color: #94a3b8;
    font-size: 14px;
    font-weight: 500;
}

.single-blog-header h1 {
    color: var(--ink);
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 34px !important;
}

.single-blog-featured {
    margin: 38px 0 42px;
    overflow: hidden;
}

.single-blog-featured img {
    display: block;
    width: 100%;
    max-height: 620px;
    object-fit: cover;
}

.single-blog-content {
    color: #334155;
    font-size: 17px;
    line-height: 1.9;
}

.single-blog-content > * + * {
    margin-top: 24px;
}

.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6 {
    color: var(--ink);
    font-weight: 700;
    line-height: 1.25;
}

.single-blog-content h2 {
    margin-top: 44px;
    font-size: 32px;
}

.single-blog-content h3 {
    margin-top: 36px;
    font-size: 26px;
}

.single-blog-content h4 {
    margin-top: 30px;
    font-size: 22px;
}

.single-blog-content p,
.single-blog-content li {
    color: black;
}

.single-blog-content ul,
.single-blog-content ol {
    padding-left: 24px;
}

.single-blog-content ul {
    list-style: disc;
}

.single-blog-content ol {
    list-style: decimal;
}

.single-blog-content a {
    color: var(--blue);
    font-weight: 700;
}

.single-blog-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.single-blog-content figure {
    margin: 34px 0;
}

.single-blog-content blockquote {
    border-left: 5px solid var(--green);
    background: #f8fafc;
    padding: 22px 26px;
    color: var(--ink);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
}

.single-blog-sidebar {
    min-width: 0;
     border: 1px solid #cbd5e1;
     padding: 0px 20px 25px;
}

.single-blog-sidebar-inner {
    position: sticky;
    top: 135px;
}

.single-blog-sidebar-inner h2 {
    margin-bottom: 10px;
    color: var(--blue);
    font-weight: 500;
        font-size: 24px !important;
    line-height: 32px;
}

.single-blog-recent-list {
    display: grid;
    gap: 18px;
}

.single-blog-recent-card {
    background: #fff;
    padding: 10px 0 22px;
    border-bottom: 1px solid #e2e8f0;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.single-blog-recent-card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}


.single-blog-recent-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin: 0 0 13px;
    color: black;
    font-size: 16px;
    font-weight: 400;
}

.single-blog-recent-card h3 {
    color: var(--ink);
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 32px !important;
}

.single-blog-recent-card h3 a:hover {
    color: var(--blue);
}

.single-blog-recent-card p:not(.single-blog-recent-meta) {
    margin-top: 14px;
    color: black;
    font-size: 16px;
    line-height: 1.7;
}

.single-blog-recent-card .read-more {
    margin-top: 16px;
}

.single-blog-quote-section {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.single-blog-quote-section > img {
    width: 100%;
    height: 100%;
    min-height: 510px;
    object-fit: cover;
}

.single-blog-quote-form-wrap {
    display: flex;
    align-items: center;
    padding: 72px 7vw;
}

.single-blog-quote-form {
    width: 100%;
    max-width: 650px;
    background: #fff;
    padding: 38px;
}

.single-blog-quote-form h2 {
    margin-bottom: 24px;
    color: var(--ink);
    font-weight: 600;
}

.single-blog-quote-form form,
.single-blog-quote-form .wpcf7-form,
.single-blog-quote-form .gform_fields {
    display: grid;
    gap: 13px;
}

.single-blog-quote-form input,
.single-blog-quote-form textarea,
.single-blog-quote-form select {
    width: 100%;
    min-height: 42px;
    border: 1px solid #cbd5e1;
    padding: 10px 14px;
    font-size: 14px;
}

.single-blog-quote-form textarea {
    min-height: 96px;
}

.single-blog-quote-form button,
.single-blog-quote-form input[type="submit"],
.single-blog-quote-form .gform_button {
    width: max-content;
    min-height: 42px;
    border: 0;
    background: var(--blue);
    color: #fff;
    padding: 0 26px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color .2s ease, transform .2s ease;
}

.single-blog-quote-form button:hover,
.single-blog-quote-form input[type="submit"]:hover,
.single-blog-quote-form .gform_button:hover {
    background: #2387cc;
    transform: translateY(-1px);
}

.quote-page {
    background: #fff;
}

.quote-page-form-section {
    padding: 118px 0 138px;
}

.quote-page-form-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 46px;
    align-items: stretch;
}

.quote-page-photo img {
    width: 100%;
    height: 100%;
    min-height: 535px;
    object-fit: cover;
}

.quote-page-form-panel {
    display: flex;
    min-height: 535px;
    flex-direction: column;
    justify-content: center;
    padding: 48px 44px;
}

.quote-page-form-panel h2 {
    margin-bottom: 28px;
    color: var(--ink);
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 34px !important;
}

.quote-page-form,
.quote-page-form-panel .wpcf7-form,
.quote-page-form-panel .gform_fields {
    display: grid;
    gap: 20px;
}

.quote-page-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.quote-page-form-panel input,
.quote-page-form-panel select,
.quote-page-form-panel textarea {
    width: 100%;
    min-height: 43px;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 10px 13px;
    color: var(--ink);
    font-size: 14px;
    outline: 0;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.quote-page-form-panel #field_1_6,
.quote-form #field_1_6,
.contact-panel #field_1_6 {
    grid-column: 1 / -1;
}

.quote-page-form-panel #field_1_6 .ginput_container_date,
.quote-form #field_1_6 .ginput_container_date,
.contact-panel #field_1_6 .ginput_container_date {
    position: relative;
}

textarea#input_2_6
 {
    height: 135px;
}

.quote-page-form-panel #field_1_6 .ginput_container_date::after,
.quote-form #field_1_6 .ginput_container_date::after,
.contact-panel #field_1_6 .ginput_container_date::after {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 18px;
    height: 18px;
    background: url("../images/calendar-date-icon.png") center / contain no-repeat;
    content: "";
    transform: translateY(-50%);
    pointer-events: none;
}

.quote-page-form-panel #field_1_6 input.datepicker,
.quote-form #field_1_6 input.datepicker,
.contact-panel #field_1_6 input.datepicker {
    width: 100%;
    padding-right: 48px;
}

.quote-page-form-panel #field_1_6 .ui-datepicker-trigger,
.quote-form #field_1_6 .ui-datepicker-trigger,
.contact-panel #field_1_6 .ui-datepicker-trigger {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.quote-page-form-panel textarea {
    min-height: 96px;
}

.quote-page-form-panel input:focus,
.quote-page-form-panel select:focus,
.quote-page-form-panel textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(61, 160, 227, .14);
}

.quote-page-date-field {
    position: relative;
}

.quote-page-date-field span {
    position: absolute;
    right: 18px;
    top: 50%;
    color: #8b8b8b;
    font-size: 20px;
    line-height: 1;
    transform: translateY(-50%);
    pointer-events: none;
}

.quote-page-form-panel button,
.quote-page-form-panel input[type="submit"],
.quote-page-form-panel .gform_wrapper .gform_footer,
.quote-page-form-panel .gform_wrapper .gform_page_footer {
    display: flex;
}

.quote-page-form-panel .gform_wrapper .gform_button,
.quote-page-form-panel .gform_wrapper input[type="submit"],
.quote-page-form-panel .gform_wrapper button[type="submit"] {
    width: 100% !important;
    flex: 1 1 auto;
    min-height: 50px;
    border: 0;
    background: var(--blue);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
    transition: background-color .2s ease, transform .2s ease;
}

.quote-page-form-panel button:hover,
.quote-page-form-panel input[type="submit"]:hover,
.quote-page-form-panel .gform_button:hover {
    background: #2387cc;
    transform: translateY(-1px);
}

.quote-testimonials-section {
    background: #f1f1f1;
    padding: 116px 0 122px;
    text-align: center;
}

.quote-testimonials-section h2,
.quote-faq-section h2,
.quote-locations-content h2 {
    color: var(--ink);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

.quote-testimonial-swiper {
    margin-top: 62px;
    padding-bottom: 76px;
}

.quote-testimonial-card {
    display: flex;
    width: 100%;
    min-height: 322px;
    flex-direction: column;
    background: #fff;
    padding: 31px 31px 34px;
    text-align: left;
    transition: transform .25s ease, box-shadow .25s ease;
}

.quote-testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
}

.quote-testimonial-head {
    display: flex;
    align-items: center;
    gap: 24px;
}

.quote-testimonial-head > span,
.quote-testimonial-head > img {
    display: inline-flex;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ff414d;
    color: #fff;
    font-size: 29px;
    font-weight: 600;
    object-fit: cover;
}

.quote-testimonial-head h3 {
    color: var(--ink);
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
}

.quote-stars {
    margin-top: 8px;
    color: #f7c800;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1;
}

.quote-testimonial-card > p {
    margin-top: 34px;
    color: #808080;
    font-size: 18px;
    line-height: 1.52;
}

.quote-testimonial-card > p a {
    color: #000;
}

.quote-google-line {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
    padding-top: 32px;
    color: #808080;
    font-size: 14px;
    line-height: 1.45;
}

.quote-google-line small {
    margin-left: auto;
    color: #777;
    font-size: 14px;
}

.quote-google-line .google-brand-icon {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
}

.quote-testimonial-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #7fc1ef;
    opacity: 1;
}

.quote-testimonial-swiper .swiper-pagination-bullet-active {
    background: var(--blue);
}

.quote-faq-section {
    padding: 118px 0 118px;
    text-align: center;
}

.quote-faq-list {
    margin-top: 62px;
    border-top: 1px solid #c8c8c8;
    text-align: left;
}

.quote-faq-item {
    border-bottom: 1px solid #c8c8c8;
}

.quote-faq-item button {
    position: relative;
    width: 100%;
    min-height: 68px;
    padding: 20px 24px 20px 32px;
    color: var(--ink);
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

.quote-faq-item button::before {
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 5px;
    background: var(--green);
    content: "";
}

.quote-faq-item p {
    max-width: 990px;
    padding: 0 24px 30px 32px;
    color: #111;
    font-size: 16px;
    line-height: 1.85;
}

.quote-locations-section {
    background: #f1f1f1;
    padding: 108px 0 126px;
}

.quote-locations-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 72px;
    align-items: center;
}

.quote-map-wrap img {
    width: 100%;
    height: auto;
}

.quote-locations-content h2 {
    margin-bottom: 44px;
}

.quote-location-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 30px;
}

.quote-location-pill {
    display: flex;
    min-height: 60px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid #bdbdbd;
    border-radius: 999px;
    background: transparent;
    padding: 8px 9px 8px 22px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

 

.quote-location-pill span {
    display: inline-flex;
    width: 43px;
    height: 43px;
    flex: 0 0 43px; 
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 999px; 
    color: #000;
    font-size: 0;
    line-height: 1;
    transition: border-color 0.2s ease, color 0.2s ease;
    border: 1px solid;
}

.quote-location-pill span::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19 19 5M9 5h10v10' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='butt' stroke-linejoin='miter'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19 19 5M9 5h10v10' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='butt' stroke-linejoin='miter'/%3E%3C/svg%3E") center / contain no-repeat;
}

.quote-location-pill:hover,
.quote-location-pill.is-active {
    border-color: var(--blue);
    background: var(--blue);
    color: #fff;
}

.quote-location-pill:hover span,
.quote-location-pill.is-active span {
    border-color: #fff;
    color: #fff;
}

.single-service-page {
    background: #fff;
}

.single-service-hero {
    position: relative;
    display: flex;
    min-height: 300px;
    align-items: center;
    overflow: hidden;
}

.single-service-hero img,
.single-service-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.single-service-hero img {
    object-fit: cover;
    object-position: 50% 42%;
}

.single-service-hero h1 {
    max-width: 900px;
    color: #fff;
    font-size: clamp(42px, 4.6vw, 62px);
    font-weight: 600;
    line-height: 1.23; 
    letter-spacing: 0;
}

.single-service-hero p {
    max-width: 780px;
    margin-top: 22px;
    color: #fff;
    font-size: 20px;
    line-height: 1.65;
}

/* a.areas-dropdown-link:hover * {
    color: #fff;
} */

/* .services-dropdown-link:hover span
{
    color: #fff;
} */

.single-service-intro-section {
    padding: 120px 0 122px;
}

.single-service-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
    gap: 100px;
    align-items: center;
}

.single-service-intro-image {
    overflow: hidden;
}

.single-service-intro-image img {
    width: 100%;
    min-height: 680px;
    object-fit: cover;
    transition: transform .35s ease;
}

.single-service-intro-image:hover img {
    transform: scale(1.035);
}

.single-service-intro-copy h2 {
    max-width: 740px;
    color: var(--ink);
    font-size: clamp(36px, 3.4vw, 48px);
    font-weight: 600;
    line-height: 1.28;
}

.single-service-intro-text {
    margin-top: 28px;
    color: #111;
    font-size: 17px;
    line-height: 1.78;
}

.single-service-intro-text p + p {
    margin-top: 8px;
}

.single-service-feature-list {
    display: grid;
    gap: 21px;
    margin-top: 32px;
}

.single-service-feature-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-left: 28px;
    color: #111;
    font-size: 16px;
    line-height: 1.35;
}

.single-service-feature-list li::before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    content: "";
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid var(--blue);
}

.single-service-feature-list li::after {
    position: absolute;
    left: 8px;
    top: 5px;
    width: 0;
    height: 0;
    content: "";
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid var(--blue);
}

.single-service-btn {
    margin-top: 38px;
    min-width: 206px;
}

.single-service-process-section {
    background: #f1f1f1;
    padding: 104px 0 98px;
    text-align: center;
}

.single-service-section-head {
    max-width: 1060px;
    margin: 0 auto;
}

.single-service-section-head h2,
.single-service-testimonials-section h2 {
    color: var(--ink);
    font-size: clamp(36px, 3.3vw, 46px);
    font-weight: 700;
    line-height: 1.18;
}

.single-service-section-head p {
    max-width: 1050px;
    margin: 22px auto 0;
    color: #111;
    font-size: 16px;
    line-height: 1.75;
}

.single-service-process-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 50px;
    margin-top: 62px;
}

.single-service-process-timeline::before {
    position: absolute;
    left: 8%;
    right: 8%;
    top: 68px;
    height: 3px;
    background: var(--blue);
    content: "";
}

.single-service-process-step {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
}

.single-service-process-icon {
    display: inline-flex;
    width: 136px;
    height: 136px;
    align-items: center;
    justify-content: center;
    border: 4px solid var(--blue);
    border-radius: 999px;
    background: white ;
}

.single-service-process-icon img {
    width: 66px;
    height: 66px;
    object-fit: contain;
}

.single-service-process-step h3 {
    margin: 32px 0 0;
    color: var(--ink);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.28;
    text-align: center;
}

.single-service-process-step p {
    max-width: 380px;
    margin: 17px auto 0;
    color: #111;
    font-size: 16px;
    line-height: 1.75;
}

.single-service-process-action {
    margin-top: 58px;
}

.single-service-process-action .single-service-btn {
    margin-top: 0;
}

.single-service-trusted-section {
    padding: 116px 0 98px;
    background: #3d9be9;
    color: #fff;
}

.single-service-trusted-grid {
    display: grid;
    grid-template-columns: minmax(0, 766px) minmax(0, 765px);
    gap: 120px;
    align-items: center;
    justify-content: center;
}

.single-service-trusted-image img {
    width: 100%;
    aspect-ratio: 766 / 622;
    min-height: 0;
    object-fit: cover;
}

.single-service-trusted-copy h2 {
    color: #fff;
    max-width: 760px;
    font-size: clamp(38px, 3.25vw, 48px);
    font-weight: 600;
    line-height: 1.24;
    letter-spacing: 0;
}

.single-service-trusted-list {
    margin-top: 0px;
}

.single-service-trusted-item {
    border-bottom: 1px solid rgba(255, 255, 255, .78);
}

.single-service-trusted-item button {
    display: flex;
    width: 100%;
    min-height: 100px;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    color: #fff;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    transition: background-color .2s ease;
}

.single-service-trusted-item .accordion-item-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    object-fit: contain;
}

.single-service-trusted-section .single-service-trusted-item .accordion-item-icon {
    display: none;
    width: 0;
    height: 0;
    flex-basis: 0;
}

.single-service-trusted-action {
    display: inline-flex;
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    align-items: center;
    justify-content: center;
}

.single-service-trusted-item .accordion-state-icon {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    object-fit: contain;
}

.single-service-trusted-item button span {
    flex: 1;
}

.single-service-trusted-item button .single-service-trusted-action {
    flex: 0 0 39px;
}

.single-service-trusted-item i {
    display: inline-flex;
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 999px;
    color: #fff;
    font-style: normal;
}

.single-service-trusted-item i.accordion-state-arrow {
    border: 0;
}

.single-service-trusted-item p {
    max-width: 750px;
    padding: 0 70px 36px 0;
    color: #fff;
    line-height: 1.7;
    letter-spacing: 0;
}

.single-service-what-section {
    padding: 128px 0;
    color: #fff;
}

.single-service-what-grid {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(0, 1fr);
    gap: 118px;
    align-items: center;
}

.single-service-what-copy h2 {
    color: #fff;
    font-size: clamp(36px, 3.4vw, 48px);
    font-weight: 600;
    line-height: 1.2;
}

.single-service-what-image img {
    width: 100%;
    min-height: 560px;
    object-fit: cover;
}

.single-service-extra-section {
    background: #fff;
    padding: 110px 0 106px;
    text-align: center;
}

.single-service-extra-wrap {
    max-width: 1385px;
}
.single-service-extra-wrap p{
    font-size: 16px;
}
.single-service-extra-section h2 {
    color: var(--ink);
    font-size: clamp(36px, 3.4vw, 48px);
    font-weight: 600;
    line-height: 1.2;
}

.single-service-extra-section div div {
    margin-top: 28px;
    color: #111;
    font-size: 20px;
    line-height: 1.75;
}

.single-service-extra-section p + p {
    margin-top: 20px;
}

.single-service-extra-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    margin-top: 34px;
}

.single-service-extra-images img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.single-service-testimonials-section {
    background: #f1f1f1;
    padding: 116px 0 96px;
    text-align: center;
}

.single-service-quote-section {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.single-service-quote-section > img {
    width: 100%;
    height: 100%;
    min-height: 600px;
    object-fit: cover;
}

.single-service-quote-wrap {
    display: flex;
    align-items: center;
    padding: 78px 7vw;
}

.single-service-quote-form {
    width: 100%;
    max-width: 765px;
    background: #fff;
    padding: 40px 31px;
}

.single-service-quote-form h2 {
    margin-bottom: 28px;
    color: var(--ink);
    font-size: 32px;
    font-weight: 700;
}

.single-service-quote-form form,
.single-service-quote-form .wpcf7-form,
.single-service-quote-form .gform_fields {
    display: grid;
    gap: 16px;
}

.single-service-quote-form input,
.single-service-quote-form textarea,
.single-service-quote-form select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #bfbfbf;
    padding: 10px 14px;
    color: var(--ink);
    font-size: 14px;
}

.single-service-quote-form button,
.single-service-quote-form input[type="submit"],
.single-service-quote-form .gform_button {
    width: max-content;
    min-width: 122px;
    min-height: 50px;
    border: 0;
    background: var(--blue);
    color: #fff;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color .2s ease, transform .2s ease;
}

.single-service-quote-form button:hover,
.single-service-quote-form input[type="submit"]:hover,
.single-service-quote-form .gform_button:hover {
    background: #2387cc;
    transform: translateY(-1px);
}

.area-page {
    background: #fff;
}

.area-hero {
    position: relative;
    display: flex;
    min-height: 640px;
    align-items: center;
    overflow: hidden;
}

.area-hero > img,
.area-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.area-hero > img {
    object-fit: cover;
    object-position: center;
}

.area-hero-content {
    max-width: 760px;
    color: #fff;
}

.area-hero-content h1 {
    color: #fff;
    font-size: clamp(48px, 4.8vw, 72px);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: 0;
}

.area-hero-content p {
    max-width: 780px;
    margin-top: 34px;
    color: #fff;
    font-size: 20px;
    line-height: 1.65;
}

.area-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 46px;
}

.area-hero-actions .btn {
    min-width: 172px;
    min-height: 52px;
    justify-content: center;
}

.area-clients-section {
    padding: 106px 0 112px;
}

.area-section-head {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.area-section-head h2,
.area-services-head h2,
.area-faq-section h2,
.area-testimonials-section h2 {
    color: var(--ink);
    font-size: clamp(36px, 3.4vw, 48px);
    font-weight: 600;
    line-height: 1.2;
}

.area-section-head p {
    margin-top: 34px;
    color: #111;
    font-size: 18px;
    line-height: 1.65;
}

.area-client-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 58px;
}

.area-client-tab {
    display: inline-flex;
    min-width: 150px;
    min-height: 67px;
    align-items: center;
    justify-content: center;
    border: 1px solid #c9c9c9;
    background: #fff;
    color: #838383;
    padding: 0 38px;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.area-client-tab img {
    max-width: 190px;
    max-height: 42px;
    object-fit: contain;
}

.area-client-tab:hover,
.area-client-tab.is-active {
    border-color: var(--green);
    color: var(--green);
    transform: translateY(-1px);
}

.area-services-section {
    background: #f1f1f1;
    padding: 116px 0 118px;
}

.area-services-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 58px;
}

.area-services-head .btn {
    min-width: 198px;
    min-height: 52px;
    justify-content: center;
}

.area-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

.area-service-card {
    overflow: hidden;
    border: 1px dotted #c8c8c8;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
}

.area-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, .09);
}

.area-service-image {
    display: block;
    overflow: hidden;
}

.area-service-image img {
    width: 100%;
    aspect-ratio: 1.25 / 1;
    object-fit: cover;
    transition: transform .35s ease;
}

.area-service-card:hover .area-service-image img {
    transform: scale(1.05);
}

.area-service-body {
    padding: 29px 31px 37px;
}

.area-service-body h3 {
    color: var(--ink);
    font-size: 26px;
    font-weight: 600;
    line-height: 1.28;
}

.area-service-body p {
    margin-top: 20px;
    color: #111;
    font-size: 17px;
    line-height: 1.7;
}

.area-service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.area-service-actions .btn {
    min-height: 50px;
    padding: 0 28px;
}

.area-content-section {
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
    background: #fff;
}

.area-content-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
}

.area-content-body {
    display: flex;
    align-items: center;
    padding: 80px 9vw 80px 6vw;
}

.area-content-inner {
    max-width: 780px;
}

.area-content-inner h2 {
    color: var(--ink);
    font-size: clamp(32px, 3vw, 44px);
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.area-content-desc {
    margin-top: 24px;
    color: #334155;
    font-size: 17px;
    line-height: 1.8;
}

.area-content-desc p {
    margin-top: 14px;
}

.area-content-desc p:first-child {
    margin-top: 0;
}

.area-content-section-2 {
    background: #f1f1f1;
}

.area-content-section-3 {
    background: #3D9BE9;
}

.area-content-section-3 .area-content-inner h2,
.area-content-section-3 .area-content-desc,
.area-content-section-3 .area-content-desc p,
.area-content-section-3 .area-content-desc a {
    color: #fff;
}

@media (max-width: 900px) {
    .area-content-section {
        grid-template-columns: 1fr;
    }

    .area-content-image img {
        min-height: 320px;
    }

    .area-content-body {
        padding: 48px 20px;
    }
}

.area-about-section {
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
}

.area-about-image img {
    width: 100%;
    height: 100%;
    min-height: 655px;
    object-fit: cover;
}

.area-about-content {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 86px 9vw 86px 6vw;
}

.area-about-content > div {
    max-width: 780px;
}

.area-about-content h2 {
    color: #fff;
    font-size: clamp(36px, 3.4vw, 48px);
    font-weight: 700;
    line-height: 1.25;
}

.area-about-content p {
    margin-top: 30px;
    color: #fff;
    font-size: 17px;
    line-height: 1.8;
}

.area-faq-section {
    padding: 116px 0 118px;
    text-align: center;
}

.area-testimonials-section {
    background: #f1f1f1;
    padding: 116px 0 96px;
    text-align: center;
}

.sus-hero {
    position: relative;
    display: flex;
    min-height: 585px;
    align-items: center;
    overflow: hidden;
}

.sus-hero > img,
.sus-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.sus-hero > img {
    object-fit: cover;
    object-position: center;
}

.sus-hero-content {
    max-width: 720px;
    color: #fff;
}

.sus-hero-content h1 {
    color: #fff;
    font-size: clamp(50px, 5vw, 70px);
    font-weight: 700;
    line-height: 1.15;
}

.sus-hero-content p {
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 1.65;
}

.sus-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 34px;
}

.sus-actions .btn {
    min-width: 170px;
    min-height: 52px;
    justify-content: center;
}

.sus-what-section {
    padding: 112px 0 120px;
    background: #fff;
}

.sus-what-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, .95fr);
    gap: 105px;
    align-items: center;
}

.sus-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.sus-stats article {
    min-height: 88px;
    background: #f1f1f1;
    padding: 18px 28px;
}

.sus-stats article.is-wide {
    position: relative;
    grid-column: 1 / -1;
    overflow: hidden;
    background: var(--green);
    color: #fff;
}

.sus-stats strong {
    display: block;
    color: var(--green);
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
}

.sus-stats .is-wide strong,
.sus-stats .is-wide span {
    color: #fff;
}

.sus-stats span {
    display: block;
    margin-top: 8px;
    color: #111;
    font-size: 15px;
}

.sus-stats i {
    position: absolute;
    right: 24px;
    bottom: 25px;
    width: 250px;
    height: 5px;
    background: #111;
}

.sus-stats i::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 91%;
    height: 100%;
    background: #fff;
    content: "";
}

.sus-what-copy h2,
.sus-services-section h2,
.sus-inclusive-head h2,
.sus-advantage-copy h2,
.sus-promise-copy h2 {
    color: var(--ink);
    font-size: clamp(36px, 3.4vw, 48px);
    font-weight: 600;
    line-height: 1.2;
}

.sus-what-copy p {
    margin-top: 26px;
    color: #111;
    font-size: 17px;
    line-height: 1.75;
}

.sus-image-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 70px;
}

.sus-image-grid img {
    width: 100%;
    aspect-ratio: 1.52 / 1;
    object-fit: cover;
}

.sus-inclusive-section,
.sus-process-section {
    background: #f1f1f1;
    padding: 120px 0 126px;
}

.sus-inclusive-head {
    display: grid;
    grid-template-columns: minmax(0, .8fr) 190px minmax(0, .9fr);
    gap: 105px;
    align-items: center;
    padding-bottom: 68px;
    border-bottom: 1px solid #d2d2d2;
}

.sus-inclusive-head h2 {
    text-transform: uppercase;
}

.sus-inclusive-head span {
    display: inline-flex;
    width: 165px;
    height: 165px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--blue);
}

.sus-inclusive-head span img {
    width: 88px;
    height: 88px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.sus-inclusive-head p {
    color: #111;
    font-size: 17px;
    line-height: 1.75;
}

.sus-inclusive-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 56px 120px;
    margin-top: 62px;
}

.sus-inclusive-steps h3 {
    padding-bottom: 24px;
    border-bottom: 1px solid #d2d2d2;
    color: var(--ink);
    font-size: 22px;
    font-weight: 600;
}

.sus-inclusive-steps p {
    margin-top: 22px;
    color: #111;
    font-size: 15px;
    line-height: 1.75;
}

.sus-services-section {
    padding: 108px 0 112px;
    background: #fff;
    text-align: center;
}

.sus-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px;
    margin-top: 58px;
    text-align: left;
}

.sus-advantage-section {
    padding: 118px 0;
    color: #fff;
}

.sus-advantage-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, .95fr);
    gap: 105px;
    align-items: center;
}

.sus-advantage-grid > img {
    width: 100%;
    min-height: 460px;
    object-fit: cover;
}

.sus-advantage-copy h2 {
    color: #fff;
}

.sus-advantage-copy article {
    border-bottom: 1px solid rgba(255, 255, 255, .75);
}

.sus-advantage-copy button {
    display: flex;
    width: 100%;
    min-height: 82px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #fff;
    text-align: left;
    font-size: 22px;
    font-weight: 500;
}

.sus-advantage-copy button i {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 999px;
    font-style: normal;
}

.sus-advantage-copy article:first-of-type {
    margin-top: 36px;
}

.sus-advantage-copy p {
    padding: 0 58px 25px 0;
    color: rgba(255, 255, 255, .92);
    font-size: 16px;
    line-height: 1.7;
}

.sus-process-section {
    text-align: center;
}

.sus-process-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 34px;
    margin-top: 74px;
}

.sus-process-timeline::before {
    position: absolute;
    left: 8%;
    right: 8%;
    top: 65px;
    height: 4px;
    background: var(--blue);
    content: "";
}

.sus-process-timeline article {
    position: relative;
    z-index: 1;
}

.sus-process-timeline span {
    display: inline-flex;
    width: 132px;
    height: 132px;
    align-items: center;
    justify-content: center;
    border: 4px solid var(--blue);
    border-radius: 999px;
    background: #f1f1f1;
}

.sus-process-timeline img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.sus-process-timeline h3 {
    margin-top: 30px;
    color: var(--ink);
    font-size: 21px;
    font-weight: 700;
}

.sus-process-timeline p {
    max-width: 220px;
    margin: 16px auto 0;
    color: #111;
    font-size: 15px;
    line-height: 1.7;
}

.sus-promise-section {
    padding: 118px 0;
    background: #fff;
}

.sus-promise-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, .95fr);
    gap: 95px;
    align-items: center;
}

.sus-promise-copy article {
    display: flex;
    gap: 20px;
    margin-top: 34px;
}

.sus-promise-copy article img {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    object-fit: contain;
}

.sus-promise-copy h3 {
    color: var(--ink);
    font-size: 22px;
    font-weight: 700;
}

.sus-promise-copy p {
    margin-top: 8px;
    color: #111;
    font-size: 15px;
    line-height: 1.7;
}

.sus-promise-images {
    position: relative;
    min-height: 410px;
}

.sus-promise-images img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56%;
    min-height: 300px;
    object-fit: cover;
}

.sus-promise-images img.is-top {
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 58%;
}

.read-more {
    display: inline-block;
    margin-top: 20px;
    color: var(--blue);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 1px;
}

.map-visual {
    position: relative;
    min-height: 360px;
}

.locations-image-wrap img,
.quote-map-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.contact-page {
    background: #fff;
}

.about-page {
    background: #fff;
}

.faq-page {
    background: #fff;
}

.services-page {
    background: #fff;
}

.services-list-section {
    padding: 92px 0 72px;
}

.services-page-intro {
    max-width: 840px;
    margin: 0 auto 68px;
    text-align: center;
}

.services-page-intro.has-image {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
    max-width: 1280px;
    text-align: left;
}

.services-page-intro-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
}

.services-page-intro h2 {
    color: var(--ink);
}

.services-page-intro p {
    margin-top: 22px;
    color: #334155;
    line-height: 1.8;
}

@media (max-width: 900px) {
    .services-page-intro.has-image {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
        text-align: center;
    }
}

.services-rows {
    display: grid;
    gap: 56px;
}

.services-row {
    display: grid;
    grid-template-columns: minmax(0, 46%) minmax(0, 54%);
    align-items: stretch;
    background: #fff;
}

.services-row.is-image-right .services-row-image {
    order: 2;
}

.services-row-image {
    display: block;
    min-height: 430px;
    overflow: hidden;
}

.services-row-image img,
.services-highlight img,
.services-quote-section > img {
    max-width: 95%;
    width: 95%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}


.services-row-content {
    display: flex;
    min-height: 430px;
    flex-direction: column;
    justify-content: center;
    padding: 58px 64px;
}

.services-row-content h2 {
    color: var(--ink);
}

.services-row-content p,
.services-highlight-content p {
    margin-top: 24px;
    color: black;
    line-height: 1.85;
}

.services-row-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.btn-black {
    background: var(--ink);
    color: #fff;
}

.btn-black:hover {
    background: #000;
    color: #fff;
}

.services-highlight-section {
    padding: 28px 0 88px;
}

.services-highlight {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    color: #fff;
}

.services-highlight-content {
    display: flex;
    min-height: 430px;
    flex-direction: column;
    justify-content: center;
    padding: 64px 78px;
}

.services-highlight-content h2,
.services-highlight-content p {
    color: #fff;
}

.services-highlight img {
    min-height: 430px;
}

.services-section-contained {
    padding: 110px 0;
}

.services-section-contained .services-row {
    margin: 0;
}

.services-edge-section + .services-section-contained,
.services-section-contained + .services-edge-section {
    margin-top: 0;
}

.services-edge-section {
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.services-edge-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    min-height: 480px;
}

.services-edge-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 64px 80px max(15px, calc((100vw - 1620px) / 2 + 15px));
}

.services-edge-content h2 {
    color: var(--ink);
    margin: 0;
}

.services-edge-content p {
    margin-top: 22px;
    color: black;
    line-height: 1.85;
}

.services-edge-image {
    display: block;
    min-height: 480px;
    overflow: hidden;
}

.services-edge-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}


.services-edge-section.is-blue .services-edge-content h2,
.services-edge-section.is-blue .services-edge-content p {
    color: #fff;
}

.services-subtitle {
    margin-top: 10px;
    color: var(--blue);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    line-height: 1.4;
}

.services-edge-section.is-blue .services-subtitle {
    color: #fff;
    opacity: .85;
}

@media (max-width: 900px) {
    .services-edge-grid {
        grid-template-columns: minmax(0, 1fr);
        min-height: auto;
    }

    .services-edge-content {
        padding: 48px 20px;
    }

    .services-edge-image,
    .services-edge-image img {
        min-height: 320px;
    }

    .services-edge-image {
        order: -1;
    }
}

.services-testimonials-section {
    background: #f1f1f1;
    padding: 88px 0 96px;
    text-align: center;
}

.services-testimonials-section .testimonial-card {
    text-align: left;
}

.services-quote-section {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.services-quote-section > img {
    min-height: 510px;
}

.services-quote-form-wrap {
    display: flex;
    align-items: center;
    padding: 72px 7vw;
}

.services-quote-form {
    width: 100%;
    max-width: 650px;
    background: #fff;
    padding: 38px;
}

.services-quote-form h2 {
    margin-bottom: 24px;
    color: var(--ink);
    font-weight: 600;
}

.services-quote-form form {
    display: grid;
    gap: 13px;
}

.services-quote-form input,
.services-quote-form textarea,
.services-quote-form select {
    width: 100%;
    min-height: 42px;
    border: 1px solid #cbd5e1;
    padding: 10px 14px;
    font-size: 14px;
}

.services-quote-form button {
    width: max-content;
    min-height: 42px;
    background: var(--blue);
    color: #fff;
    padding: 0 26px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.faq-list-section {
    padding: 112px 0 118px;
}

.faq-list-wrap {
    width: min(100%, 1330px);
    margin: 0 auto;
    border-top: 1px solid #cfd3d7;
}

.faq-page-item {
    border-bottom: 1px solid #cfd3d7;
}

.faq-page-item button {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 14px 18px 28px;
    color: var(--ink);
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    transition: background-color .2s ease;
}

.faq-page-item button::before {
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 5px;
    background: var(--green);
    content: "";
}

.faq-page-item button:hover {
    background: #f8fafc;
}

.faq-page-item button i {
    color: var(--green);
    font-size: 26px;
    font-style: normal;
    line-height: 1;
}

.faq-page-answer {
    padding: 0 48px 28px 28px;
}

.faq-page-answer p {
    max-width: 1160px;
    color: black;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.faq-quote-section {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.faq-quote-section > img {
    width: 100%;
    height: 100%;
    min-height: 510px;
    object-fit: cover;
}

.faq-quote-form-wrap {
    display: flex;
    align-items: center;
    padding: 72px 7vw;
}

.faq-quote-form {
    width: 100%;
    max-width: 650px;
    background: #fff;
    padding: 38px;
}

.faq-quote-form h2 {
    margin-bottom: 24px;
    color: var(--ink);
    font-weight: 600;
}

.faq-quote-form form {
    display: grid;
    gap: 13px;
}

.faq-quote-form input,
.faq-quote-form textarea,
.faq-quote-form select {
    width: 100%;
    min-height: 42px;
    border: 1px solid #cbd5e1;
    padding: 10px 14px;
    font-size: 14px;
}

.faq-quote-form button {
    width: max-content;
    min-height: 42px;
    background: var(--blue);
    color: #fff;
    padding: 0 26px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.about-story-section {
    background: #f1f1f1;
    padding: 96px 0;
}

.about-story-img,
.about-quality-img {
    width: 100%;
    aspect-ratio: 1.28 / 1;
    object-fit: cover;
}

.about-copy h2 {
    margin-bottom: 28px;
    color: var(--ink);
    font-weight: 600;
    letter-spacing: 0;
}

.about-copy p {
    margin-bottom: 22px;
    color: #17212b;
    font-size: 15px;
    line-height: 1.9;
}

.about-values-section {
    padding: 88px 0 96px;
}

.about-section-heading {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.about-section-heading h2,
.about-testimonials-section h2 {
    color: var(--ink);
    font-weight: 600;
}

.about-section-heading p {
    margin-top: 22px;
    color: black;
    line-height: 1.75;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 42px;
    margin-top: 66px;
    text-align: center;
}

.about-value-card span {
    display: inline-flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    font-size: 44px;
    line-height: 1;
}

.about-value-card .about-value-icon img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.about-value-card:has(.about-value-icon) > span:not(.about-value-icon) {
    display: none;
}

.about-value-card h3 {
    margin-top: 18px;
    color: var(--ink);
    font-weight: 600;
}

.about-value-card p {
    max-width: 355px;
    margin: 16px auto 0;
    color: black;
    font-size: 16px;
    line-height: 28px;
}

.about-track-band {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    margin-top: 88px;
    background: var(--blue);
    color: #fff;
}

.about-track-copy {
    padding: 58px 86px;
}

.about-track-copy h2 {
    font-weight: 600;
}

.about-track-copy p {
    max-width: 720px;
    margin-top: 24px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.75;
}

.about-track-counters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 27%));
    gap: 28px;
    margin-top: 42px;
    text-align: center;
}

.about-track-counters div + div {
    border-left: 1px solid rgba(255, 255, 255, .45);
}

.about-track-counters strong {
    display: block;
    font-size: clamp(38px, 4vw, 54px);
    font-weight: 600;
}

.about-track-counters span {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.45;
}

.about-track-band img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

.about-quality-section {
    padding: 100px 0;
}

.about-testimonials-section {
    background: #f1f1f1;
    padding: 88px 0 96px;
    text-align: center;
}

.about-testimonials-section .testimonial-card {
    text-align: left;
}

.about-quote-section {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.about-quote-section > img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.about-quote-form-wrap {
    display: flex;
    align-items: center;
    padding: 72px 7vw;
}

.about-quote-form {
    width: 100%;
    max-width: 650px;
    background: #fff;
    padding: 38px;
}

.about-quote-form h2 {
    margin-bottom: 24px;
    color: var(--ink);
    font-weight: 600;
}

.about-quote-form form {
    display: grid;
    gap: 13px;
}

.about-quote-form input,
.about-quote-form textarea,
.about-quote-form select {
    width: 100%;
    min-height: 42px;
    border: 1px solid #cbd5e1;
    padding: 10px 14px;
    font-size: 14px;
}

.about-quote-form button {
    width: max-content;
    min-height: 42px;
    background: var(--blue);
    color: #fff;
    padding: 0 26px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-shell {
    width: min(100% - 30px, 1530px);
    margin: 0 auto;
}

.contact-main {
    padding: 100px 0 78px;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.72fr) minmax(320px, 1fr);
    gap: 40px;
    align-items: stretch;
}

.contact-panel {
    background: #f0f0f0;
    padding: 34px;
}

.contact-panel h2 {
    margin-bottom: 15px;
    color: var(--ink);
    font-weight: 500 !important;
    font-size: 30px !important;
}

.contact-form {
    display: grid;
    gap: 13px;
}

.contact-panel .gform_fields {
    display: grid;
    gap: 13px;
}

.contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.contact-form input,
.contact-form textarea,
.contact-panel .gform_wrapper input,
.contact-panel .gform_wrapper textarea,
.contact-panel .gform_wrapper select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #cbd5e1;
    background: #fff;
    padding: 10px 14px;
    color: var(--ink);
    font-size: 14px;
    outline: 0;
}

.contact-form textarea,
.contact-panel .gform_wrapper textarea {
    min-height: 112px;
    resize: vertical;
}

.contact-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid transparent;
    background: var(--blue);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 16px 30px;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease, color .2s ease;
}

.contact-form button:hover {
    background: #2387cc;
    transform: translateY(-1px);
}

.gform_wrapper .gform_button,
.gform_wrapper input[type="submit"],
.gform_wrapper button[type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    width: auto !important;
    border: 1px solid transparent !important;
    background: var(--blue) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    padding: 16px 30px !important;
    cursor: pointer !important;
    transition: background-color .2s ease, transform .2s ease, color .2s ease;
}

.gform_wrapper .gform_button:hover,
.gform_wrapper input[type="submit"]:hover,
.gform_wrapper button[type="submit"]:hover {
    background: #2387cc !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.contact-panel .gform_wrapper .gform_footer,
.contact-panel .gform_wrapper .gform_page_footer {
    margin-top: 8px;
    padding: 0;
    display: flex;
}

.contact-panel .gform_wrapper .gform_button,
.contact-panel .gform_wrapper input[type="submit"],
.contact-panel .gform_wrapper button[type="submit"] {
    width: 100% !important;
    flex: 1 1 auto;
}

.contact-panel .gform_ajax_spinner,
.contact-panel .gform-loader,
.contact-panel img.gform_ajax_spinner,
.contact-panel img[alt="Spinner"] {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin-left: 12px;
    object-fit: contain;
    vertical-align: middle;
}

.contact-side-image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.contact-details {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 78px;
    text-align: center;
}

.contact-details article {
    min-height: 150px;
    padding: 0 32px;
}

.contact-details article + article {
    border-left: 1px solid #e5e7eb;
}

.contact-icon {
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
}

.contact-icon svg {
    width: 27px;
    height: 27px;
    fill: currentColor;
}

.contact-icon img {
    width: 27px;
    height: 27px;
    object-fit: contain;
    display: block;
}

.contact-details h2 {
    margin-top: 22px;
    color: var(--ink);
    font-weight: 600;
}

.contact-details p {
    margin-top: 18px;
    color: black;
    line-height: 1.65;
}

.contact-map {
    height: 590px;
    overflow: hidden;
}

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

.map-visual span {
    position: absolute;
    inset: 20px 8% 20px 5%;
    display: block;
    clip-path: polygon(6% 51%, 22% 24%, 39% 38%, 50% 12%, 68% 32%, 88% 25%, 96% 58%, 72% 75%, 54% 65%, 37% 84%, 17% 76%);
    background: #d9d9d9;
}

.map-visual i {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--blue);
    box-shadow: 0 0 0 7px rgba(61, 160, 227, .18);
}

.map-visual i:nth-child(2) { left: 28%; top: 45%; }
.map-visual i:nth-child(3) { left: 46%; top: 37%; }
.map-visual i:nth-child(4) { left: 57%; top: 58%; }
.map-visual i:nth-child(5) { left: 36%; top: 66%; }
.map-visual i:nth-child(6) { left: 66%; top: 44%; }
.map-visual i:nth-child(7) { left: 52%; top: 78%; }

.location-pill {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    padding: 8px 10px 8px 22px;
   font-weight: 500;
    font-size: 18px;
}

.location-pill span {
    display: inline-block;
    width: 37px;
    height: 37px;
    flex: 0 0 43px;
    font-size: 0;
    line-height: 1;
    background-image: url("/wp-content/uploads/2026/05/black-round-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: background-image 0.2s ease;
}

.location-pill:hover,
.location-pill.is-active {
    border-color: var(--blue);
    background: var(--blue);
    color: #fff;
}

.location-pill:hover span,
.location-pill.is-active span {
    background-image: url("/wp-content/uploads/2026/05/white-rounded-arrow.png");
}

.quote-section {
    display: grid;
    grid-template-columns:48% 52%;
    background: var(--green);
}

.quote-form-wrap {
    display: flex;
    align-items: center;
    padding: 70px 7vw;
}

.quote-form {
    width: 100%;
    max-width: 690px;
    background: #fff;
    padding: 34px;
}

.quote-form h2 {
    margin-bottom: 24px;
    font-weight: 600 !important;
    font-size: 30px !important;
    line-height: 34px !important;
}

.quote-form form {
    display: grid;
    gap: 13px;
}

.quote-form input,
.quote-form textarea,
.quote-form select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #cbd5e1;
    padding: 10px 14px;
    font-size: 14px;
}

.quote-form .gform_footer,
.quote-form .gform_page_footer {
    display: flex;
    justify-content: flex-start;
    width: auto;
}

.quote-form button[type="submit"],
.quote-form input[type="submit"],
.quote-form .gform_button {
    width: auto !important;
    min-width: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    background: var(--blue);
    color: #fff;
    border: 0;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.quote-form button[type="submit"]:hover,
.quote-form input[type="submit"]:hover,
.quote-form .gform_button:hover {
    background: #2387cc;
    transform: translateY(-1px);
}

.quote-form .gform_ajax_spinner,
.quote-form .gform-loader,
.quote-form img.gform_ajax_spinner,
.quote-form img[alt="Spinner"] {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin-left: 12px;
    object-fit: contain;
    vertical-align: middle;
}

.thank-you-card p {
    margin-bottom: 30px;
}
.thank-you-card h1 {
    margin-bottom: 10px;
}
.thank-you-card {
    text-align: center;
    margin: 60px 0;
    padding: 0px 15px;
}

.quote-form .gform_wrapper.gravity-theme .gform_validation_errors h2 {
    padding-left: 0px;
    font-size: 12px !important;
}

.gform_wrapper .gform_validation_errors {    
    padding: 0px 16px 0px 48px !important;    
}

.footer-title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.footer-main .text-slate-600,
.footer-main p {
    color: #000;

}

.footer-logo-des{
    font-size: 16px;
}

.footer-bottom,
.footer-bottom p,
.footer-bottom a, .footer-bottom span {
    color: #fff;
    font-size: 16px;
}



@media (min-width: 768px) {
    .site-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px 40px;
    }
}

@media (min-width: 1024px) {
    .site-footer-grid {
        grid-template-columns: 1.6fr 0.8fr 1.5fr 1fr;
        gap: 40px;
    }
}

@media (min-width: 1440px) {
    .site-footer-grid {
        grid-template-columns: 38% 14% 20.4% 20%;
    }
}
button {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.footer-menu {
    display: grid;
    gap: 13px;
    color: #000;
}

.follow-us-text{
    font-size: 20px;
}
.footer-menu a:hover {
    color: var(--blue);
}

.footer-menu li {
    position: relative;
    padding-left: 16px;
}
#menu-footer-quick-links li a, .footer-menu li a{
    font-size: 18px;
}

.footer-menu li::before {
    position: absolute;
    left: 0;
    top: .62em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--blue);
    content: "";
}

.social-link {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    transition: color .2s ease, transform .2s ease;
}

.social-link:hover {
    color: var(--green);
    transform: translateY(-1px);
}

.social-link svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.social-link img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}

.footer-contact-list {
    display: grid;
    gap: 18px;
    color: #000;
}

.footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 14px;
}
.footer-contact-list li a, .footer-contact-list li .footer-hours-text {
    font-size: 18px;
}

.footer-contact-list a:hover {
    color: var(--blue);
}

.footer-contact-icon {
    display: inline-flex;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    align-items: center;
    justify-content: center;
    color: var(--blue);
}

.footer-contact-icon svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
}

#google_translate_element,
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget {
    display: none !important;
}

body {
    top: 0 !important;
}

.goog-tooltip,
.goog-tooltip:hover,
.goog-text-highlight {
    display: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.footer-hours {
    display: block !important;
}

.footer-hours-title {
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
}

.footer-hours-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

[data-animate] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s ease, transform .6s ease;
}

[data-animate].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1340px) {

    .header-topbar-notice {
        padding: 0;
        margin: 0;
        text-align: left;
    }
}

@media (max-width: 1023px) {

    .header-topbar-inner {
        flex-direction: column;
        gap: 7px;
    }

    .header-topbar-notice {
        padding: 0;
    }

    .header-contact {
        position: static;
        transform: none;
    }

 
    .section {
        padding: 72px 0;
    }

    .section-heading-row,
    .about-band,
    .quote-section {
        grid-template-columns: 1fr;
    }

    .section-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-image img,
    .quote-image img {
        min-height: 420px;
    }


    .contact-main {
        padding: 45px 0 45px;
    }
    .services-section-contained {
    padding: 45px 0 45px;
}

    .services-row,
    .services-highlight,
    .services-quote-section,
    .blog-quote-section,
    .single-blog-layout,
    .single-blog-quote-section,
    .quote-page-form-grid,
    .quote-locations-grid,
    .single-service-intro-grid,
    .single-service-trusted-grid,
    .single-service-what-grid,
    .single-service-quote-section,
    .area-about-section,
    .sus-what-grid,
    .sus-inclusive-head,
    .sus-advantage-grid,
    .sus-promise-grid,
    .about-values-grid,
    .about-track-band,
    .about-quote-section,
    .faq-quote-section {
        grid-template-columns: 1fr;
    }

    .about-track-band > img {
        order: -1;
    }

    .about-story-section,
    .about-quality-section,
    .about-values-section,
    .about-testimonials-section,
    .services-list-section,
    .services-testimonials-section {
        padding: 72px 0;
    }

    .services-row.is-image-right .services-row-image {
        order: 0;
    }

    .services-row-content,
    .services-highlight-content {
        min-height: auto;
        padding: 42px 0px;
    }

    .services-row-image,
    .services-highlight img {
        min-height: 340px;
    }

    .about-track-copy {
        padding: 46px 28px;
    }

    .about-quote-form-wrap {
        padding: 54px 15px;
    }

    .faq-list-section {
        padding: 45px 0;
    }

    .faq-quote-form-wrap {
        padding: 54px 15px;
    }

    .services-quote-form-wrap {
        padding: 54px 15px;
    }

    .blog-list-section {
        padding: 45px 0 45px;
    }

    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px;
    }

    .blog-pagination-wrap {
        justify-content: flex-start;
    }

    .blog-pagination-right {
        flex-wrap: wrap;
        gap: 14px;
    }

    .blog-pagination {
        justify-content: flex-start;
    }

    .blog-quote-form-wrap {
        padding: 54px 15px;
    }

    .single-blog-main-section {
        padding: 45px 0 45px;
    }

    .single-blog-layout {
        gap: 54px;
    }

    .single-blog-sidebar-inner {
        position: static;
    }

    .single-blog-quote-form-wrap {
        padding: 54px 15px;
    }

    .quote-page-form-section {
        padding: 72px 0 86px;
    }

    .quote-page-photo img,
    .quote-page-form-panel {
        min-height: 420px;
    }

    .quote-testimonials-section,
    .quote-faq-section,
    .quote-locations-section,
    .area-clients-section,
    .area-services-section,
    .area-faq-section,
    .area-testimonials-section {
        padding: 72px 0;
    }

    .sus-inclusive-section,
    .sus-process-section,
    .sus-services-section,
    .sus-advantage-section,
    .sus-promise-section,
    .sus-what-section {
        padding: 72px 0;
    }

    .quote-location-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .area-hero {
        min-height: 540px;
    }

    .area-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .sus-image-grid,
    .sus-services-grid,
    .sus-inclusive-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sus-process-timeline {
        grid-template-columns: 1fr;
    }

    .sus-process-timeline::before {
        left: 50%;
        top: 0;
        bottom: 0;
        width: 4px;
        height: auto;
        transform: translateX(-50%);
    }

    .area-about-content {
        padding: 72px 15px;
    }

    .area-about-image img {
        min-height: 430px;
    }

    .single-service-intro-section,
    .single-service-process-section,
    .single-service-trusted-section,
    .single-service-what-section,
    .single-service-extra-section,
    .single-service-testimonials-section {
        padding: 45px 0;
    }

    .single-service-intro-grid,
    .single-service-trusted-grid,
    .single-service-what-grid {
        gap: 48px;
    }

    .single-service-intro-image img,
    .single-service-trusted-image img,
    .single-service-what-image img,
    .single-service-quote-section > img {
        min-height: 430px;
    }

    .single-service-process-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 45px 70px;
        margin-top: 52px;
    }

    .single-service-process-timeline::before {
        content: none;
    }

    .single-service-process-step {
        background: #f1f1f1;
    }

    .single-service-process-icon {
        width: 112px;
        height: 112px;
    }

    .single-service-quote-wrap {
        padding: 54px 15px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-details {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px;
        margin-top: 56px;
    }

    .contact-details article + article {
        border-left: 0;
    }
}

@media (max-width: 1024px) {
    .single-service-intro-grid,
    .single-service-trusted-grid,
    .single-service-what-grid,
    .single-service-quote-section {
        grid-template-columns: 1fr;
    }

    .single-service-what-image {
        order: -1;
    }

    .single-service-intro-section,
    .single-service-process-section,
    .single-service-trusted-section,
    .single-service-what-section,
    .single-service-extra-section,
    .single-service-testimonials-section {
        padding: 45px 0;
    }

    .single-service-intro-grid,
    .single-service-trusted-grid,
    .single-service-what-grid {
        gap: 48px;
    }

    .single-service-intro-image img,
    .single-service-trusted-image img,
    .single-service-what-image img,
    .single-service-quote-section > img {
        min-height: 430px;
    }

    .single-service-process-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 45px 70px;
        margin-top: 52px;
    }

    .single-service-process-timeline::before {
        content: none;
    }

    .single-service-process-step {
        background: #f1f1f1;
    }

    .single-service-process-icon {
        width: 112px;
        height: 112px;
    }

    .single-service-quote-wrap {
        padding: 54px 15px;
    }
}

@media (max-width: 767px) {
    .hero-overlay {
        background: rgba(0, 0, 0, .6);
    }
    h2.footer-title {
    margin-bottom: 20px;
    }

    .contact-details {
        grid-template-columns: 1fr;
    }

    .counter-grid {
        grid-template-columns: 1fr;
    }

    .counter-grid div:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .45);
        padding-bottom: 18px;
    }

    .layer {
        height: 290px;
        margin-top: 18px;
    }

    .quote-form-wrap,
    .about-content {
        padding: 46px 15px;
    }

    .quote-form {
        padding: 24px;
    }

    .title-banner {
        min-height: 190px;
    }

    .contact-panel {
        padding: 36px 18px;
    }

    .contact-form-row {
        grid-template-columns: 1fr;
    }

    .contact-side-image img {
        min-height: 300px;
    }

    .contact-map {
        height: 420px;
    }

    .about-values-grid,
    .about-track-counters {
        grid-template-columns: 1fr;
    }

    .about-track-counters div + div {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .45);
        padding-top: 22px;
    }

    .about-quote-form {
        padding: 24px;
    }

    .faq-page-item button {
        font-size: 18px;
        padding-right: 8px;
    }

    .faq-page-answer {
        padding-right: 18px;
    }

    .faq-quote-form {
        padding: 24px;
    }

    .services-page-intro {
        margin-bottom: 42px;
    }

    .services-rows {
        gap: 36px;
    }

    .services-row-actions .btn {
        width: 100%;
    }

    .services-quote-form {
        padding: 24px;
    }

    .single-blog-hero {
        min-height: 190px;
    }

    .quote-page-form-section {
        padding: 52px 0 64px;
    }

    .quote-page-form-grid {
        gap: 24px;
    }

    .quote-page-photo img {
        min-height: 330px;
    }

    .quote-page-form-panel {
        min-height: auto;
        padding: 32px 20px;
    }

    .quote-page-form-panel h2 {
        font-size: 28px;
    }

    .quote-page-form-row {
        grid-template-columns: 1fr;
    }

    .quote-testimonials-section h2,
    .quote-faq-section h2,
    .quote-locations-content h2,
    .area-section-head h2,
    .area-services-head h2,
    .area-faq-section h2,
    .area-testimonials-section h2 {
        font-size: 34px;
    }

    .quote-testimonial-swiper {
        margin-top: 36px;
    }

    .quote-testimonial-card {
        padding: 26px 20px;
    }

    .quote-testimonial-card > p {
        font-size: 16px;
    }

    .quote-faq-list {
        margin-top: 36px;
    }

    .quote-faq-item button {
        font-size: 19px;
        padding-right: 8px;
    }

    .quote-locations-grid {
        gap: 38px;
    }

    .quote-location-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .area-hero {
        min-height: 500px;
    }

    .sus-hero {
        min-height: 500px;
    }

    .area-hero-content h1 {
        font-size: 40px;
    }

    .area-hero-content p {
        margin-top: 22px;
        font-size: 17px;
    }

    .area-hero-actions {
        margin-top: 32px;
    }

    .area-client-tabs {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 36px;
    }

    .area-client-tab {
        min-height: 58px;
        font-size: 20px;
    }

    .area-services-head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 36px;
    }

    .area-services-grid {
        grid-template-columns: 1fr;
    }

    .sus-stats,
    .sus-image-grid,
    .sus-services-grid,
    .sus-inclusive-steps {
        grid-template-columns: 1fr;
    }

    .sus-stats i {
        display: none;
    }

    .sus-inclusive-head {
        gap: 32px;
        text-align: left;
    }

    .sus-inclusive-head span {
        width: 132px;
        height: 132px;
    }

    .sus-hero-content h1,
    .sus-what-copy h2,
    .sus-services-section h2,
    .sus-inclusive-head h2,
    .sus-advantage-copy h2,
    .sus-promise-copy h2 {
        font-size: 34px;
    }

    .sus-promise-images {
        min-height: auto;
    }

    .sus-promise-images img,
    .sus-promise-images img.is-top {
        position: static;
        width: 100%;
        min-height: 250px;
        margin-top: 18px;
    }

    .area-service-body {
        padding: 24px 22px 30px;
    }

    .area-service-body h3 {
        font-size: 23px;
    }

    .area-about-image img {
        min-height: 320px;
    }

    .area-about-content {
        padding: 52px 15px;
    }

    .single-service-hero {
        min-height: 220px;
    }

    .single-service-hero h1 {
        font-size: 38px;
    }

    .single-service-intro-section,
    .single-service-process-section,
    .single-service-trusted-section,
    .single-service-what-section,
    .single-service-extra-section,
    .single-service-testimonials-section {
        padding: 52px 0;
    }

    .single-service-intro-image img,
    .single-service-trusted-image img,
    .single-service-what-image img,
    .single-service-quote-section > img {
        min-height: 320px;
    }

    .single-service-intro-copy h2,
    .single-service-section-head h2,
    .single-service-trusted-copy h2,
    .single-service-what-copy h2,
    .single-service-extra-section h2,
    .single-service-testimonials-section h2 {
        font-size: 32px;
    }

    .single-service-extra-section div div {
        font-size: 17px;
        line-height: 1.7;
    }

    .single-service-process-step h3 {
        font-size: 22px;
    }

    .single-service-process-timeline {
        grid-template-columns: 1fr;
    }

    .single-service-process-icon {
        width: 104px;
        height: 104px;
    }

    .single-service-trusted-item button {
        min-height: 70px;
        font-size: 21px;
    }

    .single-service-trusted-item p {
        padding-right: 0;
    }

    .single-service-quote-form {
        padding: 28px 20px;
    }

    .single-blog-main-section {
        padding: 45px 0 45px;
    }

    .single-blog-breadcrumb {
        margin-bottom: 30px;
    }

    .single-blog-breadcrumb span:last-child {
        max-width: 100%;
        white-space: normal;
    }

    .single-blog-header h1 {
        font-size: 32px;
    }

    .single-blog-featured {
        margin: 30px 0 32px;
    }

    .single-blog-content {
        font-size: 16px;
        line-height: 1.8;
    }

    .single-blog-content h2 {
        font-size: 26px;
    }

    .single-blog-content h3 {
        font-size: 22px;
    }

    .single-blog-recent-card {
        padding: 20px 0px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-pagination-right {
        width: 100%;
        flex-wrap: wrap;
    }

    .blog-page-jump {
        justify-content: flex-start;
    }

    .blog-pagination {
        flex: 1;
        justify-content: flex-end;
    }

    .blog-quote-form {
        padding: 24px;
    }

    .single-blog-quote-form {
        padding: 24px;
    }
}

/* =========================================================
   Sustainable Decommissioning — single page
   Hero / Service Cards / Advantage / Promise reuse the
   home-page classes (hero-section, service-card,
   blue-section/industry-item, check-item) directly.
   ========================================================= */

/* Service Cards — center heading, drop card background */
#sus-services .section-heading-row {
    justify-content: center;
    text-align: center;
}

#sus-services .service-card {
    background: transparent;
    border: 1px dashed #C8C8C8;
}

#sus-services .service-card:hover {
    box-shadow: none;
}

/* What We Do — counters left, copy right, full-width image row below */
.sus-what {
    padding: 110px 0;
}

.sus-what-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 64px;
    align-items: center;
}

.sus-what-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.sus-stat-tile {
    padding: 24px 26px;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.sus-stat-tile--green {
    background: var(--green);
    color: #fff;
}

.sus-stat-tile--green .sus-stat-value,
.sus-stat-tile--green .sus-stat-label {
    color: #fff;
}

.sus-stat-tile--grey {
    background: #e9ecef;
}

.sus-stat-tile--grey .sus-stat-value {
    color: var(--green);
}

.sus-stat-tile--grey .sus-stat-label {
    color: #000;
}

/* Third stat (and every other odd row after) spans the full width */
.sus-stat-tile:nth-child(3) {
    grid-column: 1 / -1;
    min-height: auto;
    padding-bottom: 26px;
}

.sus-stat-value {
    font-size: clamp(32px, 3vw, 44px);
    font-weight: 600;
    line-height: 1.05;
}

.sus-stat-label-row {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.sus-stat-label {
    font-size: 18px;
    line-height: 28px;
    opacity: .95;
    flex: 0 0 auto;
}

/* Progress bar inline with the label, filling the remaining space */
.sus-stat-progress {
    flex: 1 1 auto;
    height: 6px;
    background: #000;
    border-radius: 999px;
    overflow: hidden;
    min-width: 120px;
}

.sus-stat-progress-fill {
    height: 100%;
    background: #fff;
    border-radius: 999px;
    transition: width .4s ease;
}

.sus-what-copy h2 {
    max-width: 540px;
    color: var(--ink);
    font-size: clamp(36px, 3.4vw, 48px);
    font-weight: 700;
    line-height: 1.22;
}

.sus-what-text {
    margin-top: 24px;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.78;
}

.sus-what-text p + p {
    margin-top: 14px;
}

/* Full-width image row below the grid */
.sus-what-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 48px;
}

.sus-what-gallery img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 4px;
}

/* All-Inclusive */
.sus-all {
    background: #f1f1f1;
    padding: 110px 0;
}

.sus-all-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 100px;
    align-items: center;
   
    margin: 0 auto;
}

.sus-all-heading {
    color: var(--ink);
    font-size: clamp(28px, 2.4vw, 36px);
    font-weight: 700;
    line-height: 1.18;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    justify-self: start;
}

.sus-all-icon-wrap {
    width: 140px;
    height: 140px;
    margin: auto;
    border-radius: 50%;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.sus-all-icon {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block;
}

.sus-all-desc {
    color: black;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    max-width: 500px;
    padding-left: 30px;
}

.sus-all-divider {
    border: 0;
    border-top: 1px solid #C8C8C8;
    margin: 60px 0 56px;
}

.sus-all-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:65px 100px;
}

.sus-all-step {
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
}

.sus-all-step-title {
    color: var(--ink);
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.3;
    margin: 0;
    display: flex;
    gap: 10px;
}

.sus-all-step-num {
    flex: 0 0 auto;
    color: var(--ink);
    font-weight: 700;
}

.sus-all-step-rule {
    display: block;
    margin: 18px 0 18px;
    width: 100%;
    height: 1px;
    background: #C8C8C8;
}

.sus-all-step-text {
    color: black;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
   max-width: 365px;
}

/* Process */
.sus-process {
    background: #f1f1f1;
    padding: 110px 0;
    text-align: center;
}

.sus-process-head {
    max-width: 980px;
    margin: 0 auto;
}

.sus-process-head h2 {
    color: var(--ink);
    font-size: clamp(34px, 3.2vw, 44px);
    font-weight: 700;
    line-height: 1.2;
}

.sus-process-head p {
    margin-top: 18px;
    color: #111;
    font-size: 16px;
    line-height: 1.75;
}

.sus-process-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 34px;
    margin-top: 62px;
}

.sus-process-timeline::before {
    position: absolute;
    left: 8%;
    right: 8%;
    top: 68px;
    height: 3px;
    background: var(--blue);
    content: "";
}

.sus-process-step {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
}

.sus-process-icon {
    display: inline-flex;
    width: 136px;
    height: 136px;
    align-items: center;
    justify-content: center;
    border: 4px solid var(--blue);
    border-radius: 999px;
    background: #fff;
}

.sus-process-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.sus-process-step h3 {
    margin-top: 24px;
    color: var(--ink);
    font-size: 24px !important;
    font-weight: 600  !important;
    line-height: 1.3;
}

.sus-process-step p {
    margin-top: 10px;
    color: black;
    font-size: 15px;
    line-height: 1.65;
    max-width: 280px;
}

.sus-process-action {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

.sus-process-action .btn {
    min-width: 206px;
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
.header-topbar-inner .header-contact{
    display: none;
}
.about-track-copy {
    padding: 58px 30px;
}
}

@media (max-width: 1340px) {
.custom-logo {
    max-width: 125px;
}
.primary-menu-link, .language-switcher-button{
    font-size: 15px;
}
.primary-menu{
    gap: 30px;
}
.header-main-row a.btn.btn-primary {
    font-size: 14px;
}

}

@media (max-width: 1200px) {
nav.hidden.items-center.gap-10.lg\:flex {
    margin-left: 30px !important;
}
.header-main-row{
    gap:20px;
}
}

@media (max-width: 1060px) {
    .primary-menu {
        gap: 20px;
    }
}
/* Sustainable service cards swiper — class-toggled grid vs slider */
.sus-services-swiper .swiper-slide {
    height: auto;
}

.sus-services-swiper--grid .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
}

.sus-services-swiper--grid .swiper-pagination {
    display: none;
}

/* ========== Sustainable — responsive ========== */

/* Tablet & small desktop (≤1024px) */
@media (max-width: 1024px) {
    .sus-services-swiper {
        padding-bottom: 48px;
    }

    /* Section padding compresses on smaller screens */
    .sus-what,
    .sus-all,
    .sus-process {
        padding: 80px 0;
    }

    /* What We Do — stack 2-col grid */
    .sus-what-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    /* Stats — keep 2-col, 3rd still spans */
    .sus-what-gallery {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    /* All-Inclusive — top row stacks */
    .sus-all-top {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }

    .sus-all-heading {
        justify-self: center;
        text-align: center;
    }

    .sus-all-desc {
        margin: 0 auto;
        padding-left: 0;
    }

    .sus-all-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px 40px;
    }

    .sus-all-divider {
        margin: 40px 0 36px;
    }

    /* Process — drop the connecting line on smaller screens */
    .sus-process-timeline {
        gap: 28px;
    }

    .sus-process-timeline::before {
        display: none;
    }

    .sus-process-step p {
        max-width: 100%;
    }

    #sus-promise .layered-images {
        order: -1;
    }
}

/* Mobile (≤639px) */
@media (max-width: 639px) {
.services-dropdown-icon-wrap,
.services-dropdown-fallback-icon {
    flex: 0 0 30px;
}
.single-service-trusted-list {
    margin-top: 15px;
}
.single-service-trusted-item button span {
    margin-bottom: 10px;
}

    /* Hero — reduce padding & font sizes */
    .single-service-sustainable .hero-slide .hero-title {
        font-size: clamp(28px, 8vw, 36px);
    }

    .single-service-sustainable .hero-slide .max-w-2xl p {
        font-size: 15px;
    }

    .single-service-sustainable .hero-slide .max-w-2xl .btn {
        min-width: 0;
        width: 100%;
        text-align: center;
    }

    /* Sections — even tighter padding */
    .sus-what,
    .sus-all,
    .sus-process {
        padding: 60px 0;
    }

    /* What We Do */
    .sus-what-grid {
        gap: 36px;
    }

    .sus-what-stats {
        grid-template-columns: 1fr;
    }

    .sus-stat-tile {
        min-height: 0;
        padding: 22px 22px;
    }

    .sus-stat-tile:nth-child(3) {
        grid-column: auto;
    }

    .sus-stat-value {
        font-size: 30px;
    }

    .sus-stat-label-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .sus-stat-progress {
        width: 100%;
        min-width: 0;
    }

    .sus-what-copy h2 {
        font-size: clamp(26px, 7vw, 32px);
    }

    .sus-what-text {
        font-size: 15px;
    }

    .sus-what-gallery {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 32px;
    }

    .sus-what-gallery img {
        aspect-ratio: 16 / 9;
    }

    /* All-Inclusive */
    .sus-all-heading {
        font-size: clamp(22px, 6vw, 28px);
    }

    .sus-all-icon-wrap {
        width: 110px;
        height: 110px;
    }

    .sus-all-icon {
        width: 56px;
        height: 56px;
    }

    .sus-all-steps {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .sus-all-step-title {
        font-size: 20px !important;
    }

    .sus-all-step-rule {
        margin: 14px 0;
    }

    /* Service Cards — spacing */
    #sus-services .section-heading-row {
        margin-bottom: 32px;
    }

    /* Advantage — accordion typography */
    #sus-advantage .industry-item button {
        font-size: 18px;
        line-height: 1.35;
        padding: 22px 0;
    }

    /* Process */
    .sus-process-timeline {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .sus-process-icon {
        width: 100px;
        height: 100px;
        border-width: 3px;
    }

    .sus-process-icon img {
        width: 44px;
        height: 44px;
    }

    .sus-process-step h3 {
        font-size: 20px !important;
        margin-top: 16px;
    }

    .sus-process-action {
        margin-top: 32px;
    }

    .sus-process-action .btn {
        width: 100%;
    }

    /* Promise — stacks via Tailwind lg:grid-cols-2, tighten typography */
    #sus-promise .section-title {
        font-size: clamp(26px, 7vw, 32px);
    }

    #sus-promise .layered-images {
        margin-top: 8px;
    }
}
@media (max-width: 640px) {
.header-topbar-inner .header-contact{
    display: none;
}
.check-item h3{
    line-height: 32px !important;
}
p.header-topbar-notice {
    text-align: center;
}
}

/* Small mobile (≤419px) */
@media (max-width: 419px) {
    .sus-what,
    .sus-all,
    .sus-process {
        padding: 45px 0;
    }

    .sus-all-icon-wrap {
        width: 90px;
        height: 90px;
    }

    .sus-all-icon {
        width: 44px;
        height: 44px;
    }
}

/* ==========================================================================
   Home-page responsive scaling (1280 / 1024 / 768 / 640 / 480)
   ========================================================================== */

@media (max-width: 1440px) {
    .site-footer-grid {
        grid-template-columns: 35% 13% 21.4% 22%;
    }
    #menu-footer-quick-links li a, .footer-menu li a, .footer-contact-list li a, .footer-contact-list li .footer-hours-text {
    font-size: 16px;
}

.single-blog-sidebar{
    padding-top: 15px;
    padding-bottom: 15px;
}
.services-row-image img,
.services-highlight img,
.services-quote-section > img {
    max-width: 100%;
    width: 100%;
}
}
@media (max-width: 1280px) {
    .section { padding: 72px 0; }
    h1, .hero-title { font-size: 44px; line-height: 1.2; }
    h2, .section-title { font-size: 32px; line-height: 1.25; }
    .section-intro { margin-top: 20px; font-size: 16px; }
    .section-heading-row { margin-bottom: 36px; }
    .paragon-container { padding-left: 24px; padding-right: 24px; }
    #menu-footer-quick-links li a, .footer-menu li a {
    font-size: 16px;
}
.footer-contact-list li a, .footer-contact-list li .footer-hours-text {
    font-size: 16px;
}
}

@media (max-width: 1024px) {
    .section { padding: 60px 0; }
    h1, .hero-title { font-size: 38px; }
    h2, .section-title { font-size: 28px; }
    h3 { font-size: 22px; line-height: 1.3; }
    .section-heading-row { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
    .paragon-container { padding-left: 20px; padding-right: 20px; }
    .faqs-container { padding-left: 20px; padding-right: 20px; }

    /* Two-column grids — collapse and tighten gaps */
    .paragon-container.grid.lg\:grid-cols-2 { gap: 36px !important; }

    /* Tablet: blog and services card grids → 2 columns */
    #blog .grid.md\:grid-cols-3,
    #services .grid.md\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 28px !important;
    }

    /* Hide top-right CTA, show centered mobile CTA below cards */
    .section-heading-cta { display: none !important; }
    .section-cta-mobile { display: block; }

    /* Sustainable Decommissioning check-item headings smaller */
    .check-item h3 { font-size: 18px !important; line-height: 1.35 !important; margin-bottom: 8px !important; }
    .check-item p { font-size: 14px; line-height: 1.6; }

    /* Locations pills tightened */
    #locations .grid.lg\:grid-cols-3 { gap: 14px !important; }
    .location-pill { min-height: 50px; padding: 6px 8px 6px 16px; gap: 12px; font-size: 15px; }
    .location-pill span { width: 36px; height: 36px; flex: 0 0 36px; }

    /* Hero */
    .hero-slide .min-h-\[520px\] { min-height: 460px !important; }
    .hero-slide .lg\:min-h-\[650px\] { min-height: 460px !important; }
    .hero-slide .py-20 { padding-top: 56px !important; padding-bottom: 56px !important; }

    .site-footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 32px 40px;
    }

    /* When grid collapses to single column on mobile,
       image (.layered-images) should appear before its sibling content. */
    .paragon-container.grid.lg\:grid-cols-2 .layered-images {
        order: -1;
    }
      .mobile-menu-head .site-logo{
        display:none;
    }
}

@media (max-width: 768px) {
    .section { padding: 48px 0; }
    h1, .hero-title { font-size: 32px; }
    h2, .section-title { font-size: 24px; }
    h3 { font-size: 20px; }
    p { font-size: 15px; }
    .section-intro { font-size: 15px; line-height: 1.7; }

    /* Hero text & buttons */
    .hero-slide .min-h-\[520px\],
    .hero-slide .lg\:min-h-\[650px\] { min-height: 420px !important; }
    .hero-slide .max-w-2xl p { font-size: 15px !important; line-height: 1.6 !important; margin-top: 18px !important; }
    .hero-slide .mt-9 { margin-top: 22px !important; }
    .hero-slide .flex.flex-wrap.gap-4 { gap: 10px !important; }
    .btn { padding: 12px 22px; font-size: 14px; min-height: 44px; }

    /* FAQ */
    .faq-item button { font-size: 17px; }
    .faq-item { padding: 14px 0 14px 16px; }
    .faq-divider { margin: 10px 0; }

    /* Industries / Decommissioning / Locations — extra vertical breathing */
    #decommissioning .paragon-container,
    #industries .paragon-container,
    #locations .paragon-container { gap: 28px !important; }
    .industry-photo { max-height: 360px; object-fit: cover; }

    .footer-bottom-right {
    justify-content: center;
}
.footer-bottom .paragon-container {
    text-align: center;
}
}

@media (max-width: 640px) {
    .section { padding: 40px 0; }
    h1, .hero-title { font-size: 28px; line-height: 1.25; }
    h2, .section-title { font-size: 22px; }
    h3 { font-size: 18px; }
    .paragon-container { padding-left: 15px; padding-right: 15px; }
    .faqs-container { padding-left: 15px; padding-right: 15px; }

    /* Hero */
    .hero-slide .min-h-\[520px\],
    .hero-slide .lg\:min-h-\[650px\] { min-height: 380px !important; }
    .hero-slide .py-20 { padding-top: 140px !important; padding-bottom: 40px !important; }
    .hero-slide .mt-9 .btn { width: 100%; }
    .hero-slide .flex.flex-wrap.gap-4 { flex-direction: column; align-items: stretch; }

    /* Clients pills */
    .client-pill { font-size: 18px !important; padding: 10px 16px; }

    /* Blog & service cards — single column */
    #blog .grid.md\:grid-cols-3,
    #services .grid.md\:grid-cols-3 { grid-template-columns: 1fr !important; gap: 24px !important; }
    .blog-card img { aspect-ratio: 16 / 10; object-fit: cover; }

    /* Testimonials */
    .testimonial-card { padding: 24px; min-height: 0; }

    /* Locations grid */
    #locations .grid.sm\:grid-cols-2,
    #locations .grid.lg\:grid-cols-3 { grid-template-columns: 1fr !important; }
    .location-pill { font-size: 16px; }
}

@media (max-width: 480px) {
    .section { padding: 32px 0; }
    h1, .hero-title { font-size: 24px; }
    h2, .section-title { font-size: 20px; }
    h3 { font-size: 17px; }
    p { font-size: 14px; }
    .btn { padding: 11px 18px; font-size: 13px; min-height: 42px; }

    /* Hero */
    .hero-slide .min-h-\[520px\],
    .hero-slide .lg\:min-h-\[650px\] { min-height: 340px !important; }
    .hero-slide .max-w-2xl p { font-size: 14px !important; }

    /* Section heading row */
    .section-heading-row { gap: 12px; margin-bottom: 20px; }
    .section-intro { margin-top: 14px; font-size: 14px; }

    /* FAQ */
    .faq-item button { font-size: 15px; }
    .faq-item p { font-size: 14px; line-height: 1.65; }

    /* Mobile menu actions stay full-width */
    .mobile-menu-actions .btn { width: 100%; }
}

/* ==========================================================================
   Additional 1440px breakpoint + global tweaks for all pages
   ========================================================================== */

@media (max-width: 1440px) {
    .section { padding: 80px 0; }
    .service-card h3,
    .blog-card h3 { font-size: 20px !important; line-height: 1.3 !important; }
    .service-card .p-7 { padding: 22px !important; }
    .blog-card .py-5 { padding-top: 18px !important; padding-bottom: 18px !important; }
    .section-heading-row { margin-bottom: 36px !important; }
    .service-card p {
    margin-top: 10px;
}
}

/* Swap top-right CTA for a centered mobile CTA under the cards */
@media (max-width: 768px) {
    .section-heading-cta { display: none !important; }
    .section-cta-mobile { display: block; }

    /* Footer columns full-width on mobile */
    .site-footer-grid,
    .site-footer-grid > * { grid-template-columns: 1fr !important; width: 100% !important; max-width: 100% !important; }
    .footer-main { padding-top: 48px; padding-bottom: 32px; }

    /* Footer-bottom legal row stacks and centers */
    .footer-bottom .paragon-container { align-items: center; text-align: center; }
    .footer-bottom .footer-bottom-right { justify-content: center; }

    /* Card h3 — even smaller on mobile */
    .service-card h3,
    .blog-card h3 { font-size: 18px; }
}

@media (max-width: 480px) {
    .service-card h3,
    .blog-card h3 { font-size: 17px; }
    .section-cta-mobile { margin-top: 22px; }
}
