body {
    background-color: transparent;
    background-image: url(/wp-content/uploads/2025/09/Body-BG.png);
    background-size: auto;
    background-repeat: repeat;
}

input.search-submit {
    background-color: var(--secondary-cl);
}

div#xapp-widget .cta-bubble__content {
    color: #000000 !important;
}

div#xapp-widget span.status-text-title {
    color: #000000 !important;
}

.section-subtitle {
    font-family: "Lora", serif;
}

.heading-subtitle {
    font-size: 16px;
    font-family: "Lora", serif;
    color: var(--primary-cl);
}

.time-list span {
    display: block;
}

.ft-black {
    font-weight: 900;
}

figure {
    margin: 0 0 20px 0;
}

figure.wp-block-image {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.wp-block-image figure {
    position: relative;
    margin: 0 0 20px 0;
    z-index: 1;
}

.wp-block-image .alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-block-image .alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.entry-content ul,
.the-content ul {
    margin-bottom: 0;
    padding: 0 0 20px 0;
    column-count: 1;
}

.entry-content ol {
    margin: 0 0 0 20px;
    padding: 0 0 20px 0;
    column-count: 1;
}

.entry-content ul li {
    list-style: none;
    padding: 0 0 5px 30px;
    position: relative;
}

.entry-content ul li:before {
    content: "\f14a";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 400;
    color: var(--primary-cl);
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 8px;
    line-height: 1;
    border-right: 1px solid var(--secondary-cl);
    border-bottom: 1px solid var(--secondary-cl);
}

.entry-content ul ul {
    padding: 0;
}

.entry-content ul ul > li {
    list-style: none;
}

/* Mobile Menu Toogle */
.nav-primary {
    clear: left;
    padding: 15px 10px 150px;
    width: calc(100% - 30px);
    max-width: 100%;
    position: fixed;
    left: -100%;
    top: auto;
    z-index: 300;
    margin-top: 0;
    overflow-y: auto;
    height: 100%;
    display: block !important;
    transition: all 0.3s ease;
    border-top: 1px solid var(--white-cl);
}

.nav-primary > .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.nav-primary.show {
    left: 15px;
    margin-top: 0;
    background: var(--black-cl);
}

.menu-toggle,
.sub-menu-toggle {
    background-color: transparent;
    border-width: 0;
    color: #252525;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
    background: transparent !important;
    border-width: 0;
    color: #fff;
}

.menu-toggle {
    background: transparent;
    padding: 0px 0;
    position: absolute;
    z-index: 1000;
    right: 15px;
    width: auto;
    top: 40px;
    transition: none;
}

button.menu-toggle:before {
    content: "\f0c9";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    font-size: 24px;
    width: auto;
    height: auto;
    padding: 13px 17px;
    color: var(--white-cl);
    line-height: 1;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    transition: color .1s ease-in;
    display: inline-block;
    border-radius: 5px;
}

button.menu-toggle.activated:before {
    content: "\f00d";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    font-size: 24px;
    width: auto;
    height: auto;
    color: var(--black-cl);
    padding: 12px 17px;
}

.menu-toggle.activated:before {
    content: "\f335";
}

.sub-menu-toggle {
    background: transparent;
    float: right;
    padding: 8px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    max-width: 100%;
    width: auto;
}

.sub-menu-toggle:before {
    content: "\f0da";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    font-size: 17px;
    line-height: 1;
    display: inline-block;
    text-rendering: auto;
    transform: rotate(0);
    transition: transform 0.25s ease-in-out;
    color: var(--white-cl) !important;
}

.sub-menu-toggle.activated:before {
    transform: rotate(270deg);
    transition: transform 0.25s ease-in-out;
}

.genesis-nav-menu .menu-item.current-menu-item.menu-item-has-children .sub-menu-toggle:before {
    color: var(--white-cl);
}

.site-header .dashicons-before:before {
    color: var(--secondary-cl);
}

body.window_scrolled button.menu-toggle.activated:before {
    color: var(--primary-cl);
}

.site-header .menu-toggle::before {
    margin-right: 0;
}

body.window_scrolled .menu-toggle {
    top: 25px;
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }

}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }

}

.play-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    margin: 0 auto;
}

.play-icon .play-btn {
    width: 75px;
    height: 75px;
    background: radial-gradient(rgb(3 154 165) 55%, rgba(255, 255, 255, 0.3) 57%);
    border-radius: 50%;
    display: block;
    cursor: pointer;
}

.play-icon .play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -25%;
    left: -25%;
    -webkit-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    background: rgba(198, 16, 0, 0);
}

.play-icon .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #fff;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* Popup Video Player */
.popup-video-section {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 999999;
    overflow: hidden;
}

.popup-video-section .popup-video-row {
    height: 100%;
}

.popup-video-section .popup-video-row-wrap {
    width: 100%;
    max-width: 800px;
    padding: 10px 0.10px;
}

.popup-video-section .popup-video-wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    border: 5px solid var(--white-cl);
    background-color: #174462;
    border-radius: 5px;
}

.popup-video-section button.pop-close {
    max-width: 30px;
    font-size: 16px;
    padding: 5px 5px;
    border-radius: 0;
    background-color: var(--black-cl);
    color: var(--white-cl);
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}

.popup-video-section .video-item-popup {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.popup-video-section .video-item-popup iframe {
    width: 100%;
    height: 80vh;
    min-height: 300px;
    max-height: 500px;
}

.video-holder-base {
    border-bottom: 30px solid var(--white-cl);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 190px;
    margin: 0 auto;
}

/* Social Media */
.social-media .social-media-item {
    display: flex;
}

.social-media .social-media-item:not(:last-child) {
    margin: 0 5px 5px 0;
}

.social-media .social-media-item a.sprite {
    width: 40px;
    height: 40px;
    background-color: var(--tertiary-cl);
    border-radius: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b6b8b3;
}

.social-media .social-media-item span.md-label {
    width: calc(100% - 80px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px 5px 15px;
    color: var(--white-cl);
}

.social-media .social-media-item a:hover {
    background-color: var(--primary-cl);
}

.social-media .social-media-item a:hover img {
    filter: brightness(0) invert(1);
}

/* Site Menu */
.genesis-nav-menu a {
    font-family: var(--secondary-font);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--tertiary-cl);
    background: var(--primary-cl);
    font-size: 16px;
}

.nav-primary .genesis-nav-menu a {
    padding: 10px 10px;
    border-bottom: 1px solid var(--white-cl);
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
    color: var(--tertiary-cl);
    background: var(--secondary-cl);
}

.nav-primary .genesis-nav-menu .sub-menu a {
    padding: 10px 10px;
    background: var(--primary-cl);
    color: var(--tertiary-cl);
    border: 0;
}

.nav-primary .genesis-nav-menu ul.sub-menu li a {
    border-bottom: 1px solid var(--tertiary-cl);
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    background: var(--secondary-cl) !important;
    color: var(--tertiary-cl);
}

.genesis-nav-menu .sub-menu a {
    text-align: left;
    font-size: 16px;
}

/* Pagination */
.pagination {
    margin: 60px 0 0;
}

.pagination ul {
    text-align: center;
    padding: 0;
}

.pagination ul li {
    padding: 0;
}

.pagination ul li:before {
    display: none;
}

.pagination ul li a {
    padding: 0;
    min-width: 50px;
    height: 50px;
    background: var(--white-cl);
    border-radius: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: var(--primary-cl);
    font-family: var(--tertiary-font);
    font-weight: 800;
}

.pagination ul li a:hover,
.pagination ul li.active a {
    background: var(--primary-cl);
    color: var(--tertiary-cl);
}

.navigation.pagination .nav-links .page-numbers {
    padding: 11px 19px;
    background-color: var(--white-cl);
    margin-bottom: 4px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 800;
    color: var(--primary-cl);
    display: inline-block;
    line-height: 1.625;
    border: 1px solid var(--primary-cl);
}

.navigation.pagination .nav-links span.page-numbers.current,
.navigation.pagination .nav-links .page-numbers:hover {
    background-color: var(--primary-cl);
    color: var(--tertiary-cl);
}

.navigation.pagination span.dashicons,
.navigation.pagination span.dashicons-before:before {
    width: auto;
    height: auto;
    font-size: 15px;
    vertical-align: inherit;
}

.navigation.pagination span.dashicons-arrow-left-alt2:before,
.navigation.pagination span.dashicons-arrow-right-alt2:before {
    font-weight: 900;
    font-family: "Font Awesome\ 6 Free";
    font-size: 15px;
}

.navigation.pagination span.dashicons-arrow-right-alt2:before {
    content: "\f101";
}

.navigation.pagination span.dashicons-arrow-left-alt2:before {
    content: "\f100";
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: var(--white-cl);
}

li.pagination-next a,
li.pagination-previous a {
    padding: 0 17px !important;
    text-transform: uppercase;
    border-radius: 5px !important;
}

/* Gallery */
.slmp-popup-image-item img {
    max-height: 85vh;
    width: auto;
}

.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover .slmp-grid-image:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    border: 1px solid var(--secondary-cl);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover .slmp-image-hover-icon {
    background: none;
    width: 100%;
    text-align: center;
}

.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover .slmp-image-hover-icon:before {
    content: "View Image";
    color: var(--white-cl);
    font-size: 14px;
}

/* Site Header */
header.site-header {
    position: fixed;
    width: 100%;
    top: auto;
    background-color: transparent;
    padding: 0 0;
    z-index: 999;
    box-shadow: none;
}

header.site-header .hrd-layer {
    padding: 15px 15px 0;
}

header.site-header .hrd-lyr-col {
    background-color: var(--tertiary-cl);
}

header.site-header .hrd-lyr-col .header-row {
    width: 100%;
}

header.site-header .hrd-lyr-col .hrd-layer-1 {
    order: 1;
}

header.site-header .hrd-lyr-col .hrd-layer-2 {
    order: 3;
}

header.site-header .hrd-lyr-col .hrd-layer-3 {
    order: 2;
}

header.site-header .header-logo {
    padding: 10px 60px;
    text-align: center;
}

header.site-header .header-logo img {
    height: 80px;
}

header.site-header .header-media .social-media {
    justify-content: center;
}

header.site-header .header-menu {
    padding: 0 15px;
}

header.site-header .header-menu nav {
    background-color: var(--primary-cl);
}

header.site-header .header-tagline {
    font-size: 28px;
    padding: 15px 0;
    font-weight: 900;
}

header.site-header .header-media .social-media .social-media-item a {
    background-color: transparent;
}

header.site-header .header-media .social-media .social-media-item a:hover {
    background-color: var(--primary-cl);
}

header.site-header .header-3rd {
    text-align: center;
    padding: 10px 10px;
    background: var(--primary-cl);
}

header.site-header .header-3rd .header-num {
    margin-bottom: 0;
}

header.site-header .header-3rd .header-num span a {
    display: inline-block;
    font-size: 20px;
    padding: 0 36px 0 0;
    background-color: transparent;
    max-width: 255px;
    color: var(--tertiary-cl);
}

header.site-header .header-3rd .header-num span a:before {
    content: "\f095";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    font-size: 16px;
    background: var(--primary-cl);
    display: inline-block;
    color: var(--white-cl);
    border: 4px solid var(--secondary-cl);
    padding: 10px 13px;
    margin-right: 10px;
    color: var(--tertiary-cl);
}

header.site-header .header-3rd .header-cta {
    display: none;
}

header.site-header .header-3rd .header-cta a.button {
    max-width: 255px;
}

header.site-header .header-3rd .header-cta a.button.after-icon:after {
    color: var(--tertiary-cl);
}

header.site-header .header-3rd .header-num span a:hover {
    background-color: var(--secondary-cl);
    color: var(--white-cl);
}

body.window_scrolled header.site-header .header-3rd {
    display: none;
}

body.window_scrolled header.site-header .header-logo img {
    height: 50px;
}

/* Page Banner */
.inner-page-banner .page-banner {
    height: 100vh;
    min-height: 700px;
    max-height: 700px;
}

.inner-page-banner .page-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.inner-page-banner .page-title-container {
    padding-top: 15%;
}

.inner-page-banner .page-banner-wrap {
    height: 100%;
}

.inner-page-banner .pg-banner-logo img {
    filter: brightness(0) invert(1);
    margin: 0 auto 15px;
    height: 70px;
}

.inner-page-banner .page-title {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.inner-page-banner .page-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 3px;
    background-color: var(--secondary-cl);
    margin: 0 auto;
}

.breadcrumb {
    border-bottom: 0;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 700;
}

.breadcrumb span.bc-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb span.separator {
    margin: 0 7px;
    font-size: 5px;
}

.breadcrumb span.breadcrumb-link-wrap a {
    padding: 0;
    border-radius: 5px;
    line-height: 1.2;
    color: var(--white-cl);
}

.breadcrumb span.breadcrumb-link-wrap a:hover {
    color: var(--tertiary-cl);
}

/* Mobile Dots */
.mob-dot-toggle {
    position: absolute;
    left: 0;
    z-index: 1;
    padding: 13px 20px;
    font-size: 23px;
    cursor: pointer;
    color: var(--primary-cl);
    background: transparent;
    line-height: 1;
    top: 40px;
    left: 15px;
}

.mobile-dots-items {
    background: var(--primary-cl);
    padding: 15px 15px 200px;
    font-size: 14px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    overflow-y: auto;
    height: 100vh;
    text-align: left;
    width: calc(100% - 30px);
    margin: 0 auto;
    border-top: 1px solid var(--white-cl);
}

.mobile-dots-items .mob-item {
    padding: 5px 0 5px 25px;
    border-bottom: 1px solid var(--white-cl);
}

.mobile-dots-items .mob-item .time-list span {
    display: block;
}

.mobile-dots-items .mob-item.site-social-media {
    padding: 5px 0 5px 0;
}

.mob-item.site-time .time-listing {
    width: 100%;
    max-width: 350px;
    margin: 0;
}

.mob-item.site-name:before,
.mob-item.site-address:before,
.mob-item.site-number:before,
.mob-item.site-email:before,
.mob-item.site-time:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
}

.mob-item.site-name:before {
    content: "\f015";
}

.mob-item.site-address:before {
    content: "\f3c5";
}

.mob-item.site-number:before {
    content: "\f879";
}

.mob-item.site-email:before {
    content: "\f0e0";
}

.mob-item.site-time:before {
    content: "\f017";
}

.mobile-dots-items .mob-item.site-social-media .social-media-item {
    width: auto;
    margin: 0 5px 5px 0;
}

.mobile-dots-items .mob-item.site-social-media .social-media-item a.sprite {
    width: 60px;
}

.mobile-dots-items .mob-item.site-social-media .social-media-item span.md-label {
    display: none;
}

body.window_scrolled .mob-dot-toggle {
    top: 25px;
}

/* Hero Slider */
.hero-slider .hero-item {
    width: 100%;
    height: 100vh;
    min-height: 1000px;
    max-height: 1030px;
}

.hero-slider .hero-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero-item.slick-active .hero-image.img-zoom {
    transform: scale(1.3);
    transition: transform 9s;
}

.hero-slider .hero-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(21, 48, 66, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.hero-slider .hero-info {
    height: 100%;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

.hero-slider .hero-caption {
    display: block;
    top: -60px;
    text-align: center;
    width: 100%;
}

.hero-slider .hero-caption .hero-btn a {
    margin: 5px 10px;
}

.hero-slider a.button.icon-blue:before {
    color: var(--primary-cl);
}

.hero-slider a.button.trans {
    background: transparent;
    border: 1px solid var(--white-cl);
    color: var(--tertiary-cl);
    margin: 5px 10px;
}

.hero-slider .hero-lists {
    margin-bottom: 30px;
}

.hero-slider .hero-lists .col-3 {
    font-size: 42px;
    line-height: 1.2;
    font-family: var(--tertiary-font);
    text-shadow: 0px 2px 12px rgba(0, 0, 0, .18);
}

.hero-slider .hero-caption .hero-title {
    font-size: 50px;
    line-height: 1.2;
    padding: 15px 0;
}

.hero-slider .hero-caption .hero-desc {
    padding: 15px 0;
    line-height: 1.2;
    font-size: 20px;
}

.hero-slider .hero-caption .hero-btn {
    padding: 15px 0;
}

.hero-slide-control.slide-control {
    display: none;
}

.hero-slide-control.slide-control .left,
.hero-slide-control.slide-control .right {
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-slide-control.slide-control .left {
    left: 60px;
    right: auto;
}

.hero-slide-control.slide-control .right {
    right: 60px;
    left: auto;
}

.hero-slider .hero-title.animate__animated.activate {
    animation-delay: 0s;
    display: block;
}

.hero-slider .hero-desc.animate__animated.activate {
    animation-delay: 1s;
    display: block;
}

.hero-slider .hero-btn.animate__animated.activate {
    animation-delay: 2s;
    display: block;
}

.hero-slider .animate__animated.off,
.hero-slider .animate__animated {
    display: none;
}

.hero-slide-form .hr-form-wrap {
    max-width: 1650px;
    padding: 0 15px 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hero-slide-form {
    position: relative;
    width: 100%;
    top: -300px;
    margin-bottom: -300px;
}

.hero-slide-form:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--white-cl);
    bottom: 0;
    clip-path: polygon(20% 0, 80% 0, 100% 100%, 0% 100%);
}

.hero-slide-form .hr-form-promo {
    font-size: 16px;
    line-height: 1.2;
    background-color: var(--secondary-cl);
    padding: 15px 15px;
}

.hero-slide-form .form-field {
    background-color: transparent;
}

.hero-slide-form .hr-form:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 48, 66, 0.8);
    border: 5px solid var(--primary-cl);
}

.hero-slide-form .hr-form-title {
    font-size: 28px;
    line-height: 1.2;
    padding: 25px 15px 15px;
}

.hero-slide-form .hr-form-title:before,
.hero-slide-form .hr-form-title:after {
    content: "";
    position: absolute;
    top: -1px;
    width: 70px;
    height: 100%;
    background-color: var(--secondary-cl);
}

.hero-slide-form .hr-form-title:before {
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.hero-slide-form .hr-form-title:after {
    right: -1px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.hero-slide-form .form-field .form-field-wrap {
    padding: 15px 15px;
}

/* Site Inner */
.site-inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

body.home .site-inner {
    background-image: url(/wp-content/uploads/2025/09/Content-BG.jpg);
    background-size: inherit;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
}

body:not(.home) .site-inner {
    background-image: url(/wp-content/uploads/2025/09/Inner-Page-BG.jpg);
    background-size: inherit;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

.site-inner .content-sidebar-wrap {
    position: relative;
}

.site-inner .content {
    width: 100%;
    max-width: 1300px;
    padding: 100px 15px 60px;
}

.entry {
    margin-bottom: 0;
}

body.home .site-inner .content {
    max-width: 1650px;
    padding: 60px 15px 60px;
    display: flex;
    flex-direction: column-reverse;
}

body.home .site-inner .home-cont-img {
    float: right;
    padding: 30px 30px 30px 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

body.home .site-inner .home-cont-img:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 50%;
    right: 0;
    bottom: 0;
    background-color: var(--primary-cl);
}

body.home .site-inner .home-cont-img .home-img {
    box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.2);
}

.more-content-btn > div {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
}

.more-content-btn .more-btn-left {
    padding-right: 30px;
}

.cta-two-label {
    height: 58px;
    display: inline-block;
    padding: 10px 15px 10px 68px;
}

.cta-two-label span {
    display: block;
    line-height: 1.2;
}

.cta-two-label:before {
    content: "\f095";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    font-size: 16px;
    background: var(--secondary-cl);
    color: var(--white-cl);
    padding: 16px 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 55px;
}

.cta-two-label span.bt-s-label {
    font-size: 16px;
}

.cta-two-label span.bt-b-label a {
    font-size: 20px;
    color: var(--primary-cl);
}

.cta-two-label span.bt-b-label a:hover {
    color: var(--secondary-cl);
}

.more-content-btn .more-btn-left a.button.more-btn.more:before {
    content: "\f062";
}

.more-content .extra-content {
    display: none;
}

.site-inner .innerpage-cta,
.site-inner .innerpage-faqs,
.site-inner .innerpage-advantages {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
}

.site-inner .innerpage-faqs,
.site-inner .innerpage-advantages {
    padding: 60px 15px;
}

.site-inner .innerpage-cta {
    padding: 60px 15px 100px;
}

.site-inner .innerpage-advantages .advantage-section {
    top: 0;
    margin: 0;
}

.site-inner .innerpage-advantages .advantage-section:before,
.site-inner .innerpage-advantages .advantage-section:after {
    display: none;
}

.site-inner .innerpage-advantages .advantage-section .site-advantage-bg {
    background-image: none !important;
}

.site-inner .innerpage-advantages .advantage-section .advantage-section-wrap {
    padding: 0;
}

.site-inner .innerpage-advantages .advantage-section .inner-width {
    padding-top: 0;
}

.site-inner .innerpage-advantages .advantage-section .section-btn {
    display: none;
}

.site-inner .innerpage-advantages .advantage-section .advantage-item {
    border: 1px solid var(--tertiary-cl);
}

.site-inner .innerpage-advantages .advantage-section .section-subtitle {
    color: var(--secondary-cl);
}

.site-inner .innerpage-advantages .advantage-section .section-title {
    color: var(--primary-cl);
}

.site-inner .innerpage-advantages .advantage-section .section-title:after {
    background-color: var(--secondary-cl);
}

.site-inner .innerpage-advantages .advantage-section .advantage-title,
.site-inner .innerpage-advantages .advantage-section .advantage-desc {
    color: var(--body-cl);
}

.site-inner .innerpage-advantages .advantage-section .advantage-title:after {
    background-color: var(--tertiary-cl);
}

/* Badges */
.badges-section {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
    padding: 30px 15px 60px;
}

.badges-section .section-title {
    font-size: 40px;
    padding: 0;
}

.badges-section .section-title:after {
    display: none;
}

.badges-section .site-badges {
    margin-top: 30px;
}

.badges-section .site-badges .badges-item-wrap {
    padding: 20px 15px;
    display: inline-block !important;
    vertical-align: middle;
    float: none;
}

.badges-section .badge-list {
    padding: 0;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.badges-section .badges-item {
    padding: 15px 15px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badges-section .badges-item img {
    transition: 0.9s;
    transform: rotateY(0deg);
    filter: grayscale(1);
}

.badges-section .badges-item:hover {
    background-color: var(--tertiary-cl);
    border: 1px solid var(--tertiary-cl);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.14);
}

.badges-section .badges-item:hover img {
    filter: grayscale(0);
    transform: rotateY(360deg);
}

/* Sample Gallery */
body:not(.home) .site-section.smpl-gallery {
    padding: 60px 0;
}

body:not(.home) .smpl-gallery .site-gallery-bg {
    background-image: none !important;
}

body:not(.home) .smpl-gallery .section-title {
    color: var(--primary-cl);
}

.site-section.smpl-gallery.top-bot-padding {
    padding: 100px 0 250px;
}

.smpl-gallery .site-gallery-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.smpl-gallery .smpl-gal-row {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 15px;
}

.smpl-gallery .smpl-gal-items {
    padding: 30px 0 0 0;
}

.smpl-gallery .smpl-gal-item {
    height: 300px;
    margin: 5px 10px;
}

.smpl-gallery .smpl-gal-item .smpl-gal-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.smpl-gallery .smpl-gal-icon {
    height: 100%;
}

.smpl-gallery .gal-btn {
    text-align: center;
    top: -35px;
    opacity: 0;
    transition: all 0.3s ease;
}

.smpl-gallery .smpl-gal-icon span {
    display: block;
    text-align: center;
    color: var(--tertiary-cl);
    font-size: 16px;
}

.smpl-gallery .smpl-gal-icon span.smpl-gal-btn {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background-color: var(--tertiary-cl);
    margin: 0 auto 10px;
    color: var(--primary-cl);
}

.smpl-gallery .smpl-gal-item:hover .smpl-gal-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 48, 66, 0.6);
}

.smpl-gallery .smpl-gal-item:hover .gal-btn {
    top: 0;
    opacity: 1;
    transition: all 0.3s ease;
}

.smpl-gallery .section-btn {
    align-items: center;
}

.smpl-gallery .section-btn a.button {
    margin: 20px 0 0 0;
    color: var(--tertiary-cl);
}

.smpl-gallery .section-btn .gal-cta-label {
    font-size: 30px;
    margin-right: 0;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

body:not(.home) .smpl-gallery .section-btn {
    display: none;
}

/* Our Advantages */
.advantage-section {
    top: -100px;
    margin-bottom: -100px;
    overflow: hidden;
}

.advantage-section .site-advantage-bg {
    position: absolute;
    left: 0;
    top: 105px;
    width: 100%;
    height: 100%;
    background-position: top center;
}

.advantage-section .inner-width {
    z-index: 2;
    padding-top: 60px;
}

.advantage-section .section-title:after {
    background-color: var(--primary-cl);
}

.advantage-section .advantage-item {
    padding: 30px 20px;
    margin: 50px 0 15px 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.advantage-section .advantage-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    border: 5px solid var(--secondary-cl);
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
    top: -100px;
    margin-bottom: -75px;
    background: var(--tertiary-cl);
}

.advantage-section .advantage-icon {
    max-width: 50px;
    max-height: 50px;
}

.advantage-section .advantage-title {
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: 20px;
    padding-bottom: 15px;
}

.advantage-section .advantage-title:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: var(--white-cl);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.advantage-section .advantage-desc {
    font-size: 16px;
}

.advantage-section .advantage-item:hover {
    background-color: var(--tertiary-cl);
}

.advantage-section .advantage-item:hover .advantage-title,
.advantage-section .advantage-item:hover .advantage-desc {
    color: var(--primary-cl);
}

.advantage-section .advantage-item:hover .advantage-title:after {
    background-color: var(--secondary-cl);
}

.advantage-section .section-btn {
    align-items: center;
}

.advantage-section .section-btn a {
    margin: 5px 5px;
}

.advantage-section .adv-cta-label {
    margin-right: 0;
    width: 100%;
    text-align: center;
}

.advantage-section .section-btn a.button {
    margin: 20px 0 0 0;
    color: var(--tertiary-cl);
}

.advantage-section .adv-cta-label .cta-label1 {
    font-size: 30px;
    line-height: 1.2;
}

.advantage-section .adv-cta-label .cta-label2 {
    font-size: 20px;
}

/* Our Service Process */
body:not(.home) .process-step .site-cta {
    display: none;
}

body.service-process .site-inner {
    padding-bottom: 0;
}

.process-step .site-process-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.process-step .site-process-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(21, 48, 66, 1) 0%, rgba(21, 48, 66, 0.7) 100%);
}

.process-step .process-step-row {
    max-width: 1650px;
    padding: 0 15px 0 15px;
}

.process-step .process-step-items {
    overflow: hidden;
}

.process-step .process-step-item:not(:last-child) {
    margin-bottom: 10px;
}

.process-step .process-step-title {
    max-width: 100%;
    cursor: pointer;
}

.process-step .process-step-title .step-num {
    display: flex;
    height: 50px;
    width: 50px;
    font-size: 22px;
    background-color: var(--tertiary-cl);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    left: -25px;
    margin-right: -10px;
}

.process-step .process-step-title .process-step-num {
    background-color: transparent;
    padding: 5px 30px 5px 10px;
    margin-left: 30px;
}

.process-step .process-step-title .process-step-num:after {
    content: "\f0d7";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--white-cl);
}

.process-step .process-step-item.active .process-step-num:after {
    color: var(--primary-cl);
}

.process-step .process-step-title.process-item-btn .process-step-num:after {
    display: none;
}

.process-step .process-step-title .step-label {
    font-size: 16px;
    color: var(--tertiary-cl);
}

.process-step .process-step-title.process-item-btn .step-label {
    color: var(--white-cl) !important;
}

.process-step .process-step-info {
    position: relative;
    right: 0;
    top: 0;
    opacity: 0;
    width: calc(100% - 30px);
    overflow: hidden;
    background: var(--tertiary-cl);
    border-top: 1px solid var(--primary-cl);
    margin-left: 30px;
}

.process-step .process-step-img {
    display: none;
}

.process-step .process-step-desc {
    color: var(--primary-cl);
    padding: 0 0 20px 0;
}

.process-step .process-step-item.active .process-step-num,
.process-step .process-step-title:hover .process-step-num {
    background-color: var(--tertiary-cl);
}

.process-step .process-step-item.active .step-label,
.process-step .process-step-title:hover .step-label {
    color: var(--primary-cl);
}

.process-step .process-item-btn .step-num,
.process-step .process-step-title.process-item-btn:hover .step-num {
    color: var(--secondary-cl);
}

.process-step .process-item-btn .process-step-num,
.process-step .process-step-title.process-item-btn:hover .process-step-num {
    background-color: var(--secondary-cl);
}

.process-step .process-step-title.process-item-btn:hover .step-label {
    color: var(--white-cl);
}

.process-step .process-step-item.active .process-step-info {
    opacity: 1;
    padding: 15px 15px;
    z-index: 1;
    top: 0;
    margin-bottom: 0;
}

.process-step .process-step-item.active .process-step-img {
    left: 30px;
    transition: all 0.5s ease;
}

.process-step .process-step-item.active .process-step-desc {
    left: 45px;
    transition: all 0.5s ease;
}

.process-step .process-step-info .process-step-image {
    display: block;
}

/* Section CTA */
.section-cta {
    width: 100%;
    max-width: 1650px;
    padding: 100px 15px 0 15px;
    margin: 0 auto;
}

.site-cta .cta-image {
    width: 100%;
}

.site-cta .cta-image img {
    display: block;
}

.site-cta .site-cta-bg {
    display: none;
}

.site-cta .cta-info {
    width: 100%;
    background: linear-gradient(to right, rgba(134, 41, 34, 1) 0%, rgba(162, 65, 58, 1) 100%);
}

.site-cta .cta-info-wrap {
    height: 100%;
    margin: 0 15px;
    background: var(--white-cl);
    padding: 30px 15px;
}

.site-cta .cta-heading {
    width: 100%;
}

.site-cta .cta-btn {
    width: 100%;
    padding-top: 30px;
    max-width: 240px;
    margin: 0 auto;
}

.site-cta .cta-btn a {
    width: 100%;
    text-align: left;
    margin: 5px 0;
}

.site-cta .cta-sub-title {
    font-size: 16px;
}

.site-cta .cta-title {
    font-size: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    line-height: 1.2;
}

.site-cta .cta-title:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: var(--secondary-cl);
    left: 0;
    bottom: 0;
}

.site-cta .cta-desc {
    font-size: 16px;
}

.site-cta .cta-btn a.button {
    font-size: 14px;
}

/* Service We Offer */
.site-service .site-service-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.site-service .site-service-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 100%);
}

.site-service .service-items {
    width: 100%;
    max-width: 1650px;
    padding: 30px 15px 0;
    margin: 0 auto;
}

.site-service .service-item {
    margin: 10px 0;
}

.site-service .service-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.site-service .service-item-wrap {
    min-height: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 15px;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.site-service .service-info {
    padding: 30px 30px;
    z-index: 1;
}

.site-service .service-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 20, 32, 0.8);
}

.site-service .service-triangle:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 1;
    clip-path: polygon(50% 0%, 100% 40%, 100% 100%, 0 100%, 0 40%);
    transition: all 0.3s ease;
}

.site-service .service-triangle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 50%;
    background-color: var(--primary-cl);
    z-index: 1;
    clip-path: polygon(50% 0%, 100% 40%, 100% 100%, 0 100%, 0 40%);
    transition: all 0.3s ease;
}

.site-service .service-icon {
    width: 100px;
    margin: 0 auto 20px;
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
}

.site-service .service-info {
    height: 200px;
}

.site-service .service-title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.site-service .service-desc {
    font-size: 16px;
    color: #d9d9d9;
    margin-bottom: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.site-service .service-link {
    display: inline-block;
}

.site-service .service-link span {
    display: none;
}

.site-service .service-link a.button {
    border: none;
    background: transparent;
    color: var(--tertiary-cl);
}

.site-service .service-item-wrap a.link-overlay {
    z-index: 1;
}

.site-service .service-name {
    padding: 15px 10px;
    font-size: 25px;
    line-height: 1.2;
}

.site-service .section-btn .serv-btn-btn a.button {
    background: transparent;
}

.site-service .service-cta {
    display: none;
}

.site-service .service-cta a.button {
    font-size: 14px;
    line-height: 1;
    text-align: left;
    min-height: 60px;
    background: transparent;
}

.site-service .service-cta a.button:before {
    padding: 21px 18px;
}

.site-service .service-item-wrap:hover .service-title,
.site-service .service-item-wrap:hover .service-desc {
    margin-bottom: 20px;
    opacity: 1;
    transition: all 0.3s ease;
}

.site-service .service-item-wrap:hover .service-link span {
    display: flex;
}

.site-service .service-item-wrap:hover .service-triangle:before {
    height: 100%;
    clip-path: polygon(50% 0%, 100% 15%, 100% 100%, 0 100%, 0 15%);
    transition: all 0.3s ease;
}

.site-service .service-item-wrap:hover .service-triangle:after {
    height: 100%;
    clip-path: polygon(50% 0%, 100% 15%, 100% 100%, 0 100%, 0 15%);
    transition: all 0.3s ease;
}

.site-service .service-item:hover .service-name {
    display: none;
}

.site-service .section-btn .serv-btn-title {
    font-size: 35px;
    color: var(--primary-cl);
}

.site-service .service-btn-wrap {
    align-items: center;
}

.site-service .section-btn .serv-btn-btn {
    padding: 10px 20px;
}

.site-service .serv-btn-cta a.button {
    border: 0;
    background: transparent;
}

.site-service .serv-btn-cta a.button .button-label span {
    display: block;
    text-align: left;
    line-height: 1.2;
}

.site-service .serv-btn-cta a.button .btn-label {
    color: var(--body-cl);
    text-transform: capitalize;
    font-size: 14px;
}

.site-service .serv-btn-cta a.button:hover .btn-label {
    color: var(--white-cl);
}

.site-service .section-btn .serv-btn-btn a.button:hover {
    background: var(--secondary-cl);
}

.site-service .service-top-mob {
    z-index: 1;
    background: var(--primary-cl);
    padding: 15px 35px 15px 15px;
    cursor: pointer;
    display: block;
}

.site-service .service-top-icon {
    width: 50px;
    margin-right: 20px;
}

.site-service .service-top-icon img {
    width: 100%;
    height: 100%;
}

.site-service .service-top-mob:after {
    content: "\f0d7";
    font-family: "Font Awesome\ 6 Free";
    font-weight: 900;
    color: var(--white-cl);
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-service .service-top-title {
    font-size: 20px;
}

.site-service .service-item-wrap:hover .service-icon {
    position: relative;
    top: auto;
}

.site-service .service-item-wrap:hover .service-info {
    height: initial;
}

/* Inner Services */
.inner-services .inner-serv-item {
    margin-bottom: 30px;
}

.inner-services .inner-serv-item:nth-child(even) {
    flex-direction: row-reverse;
}

.inner-services .inner-serv-col {
    min-height: 315px;
}

.inner-services .inner-serv-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.inner-services .inn-serv-info {
    background: var(--primary-cl);
    padding: 30px 30px;
}

.inner-services .inner-serv-info .inner-serv-icon img {
    height: 70px;
}

.inner-services .inner-serv-info .inner-serv-title {
    font-size: 20px;
    line-height: 1.2;
    padding: 15px 0;
}

.inner-services .inner-serv-cta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px 30px;
    opacity: 0;
    transition: all 0.3s ease;
}

.inner-services .inner-serv-cta a.button {
    font-size: 14px;
}

.inner-services .inner-serv-btn a.button {
    font-size: 14px;
    border: 0;
    margin-top: 30px;
}

.inner-services .inner-serv-btn a.button:before {
    border-right: 1px solid var(--primary-cl);
    color: var(--primary-cl);
}

.inner-services .inner-serv-item:hover .inner-serv-cta {
    opacity: 1;
    transition: all 0.3s ease;
}

.inner-services .inner-serv-item:hover .inner-serv-btn a.button {
    background: var(--tertiary-cl);
    color: var(--primary-cl);
}

.inner-services .inner-serv-desc {
    font-size: 14px;
}

.inner-services .inner-serv-item:hover .inner-serv-cta a.button.red-btn {
    background: var(--tertiary-cl) !important;
    color: var(--secondary-cl) !important;
}

.inner-services .inner-serv-item .inner-serv-cta a.button.red-btn:hover {
    color: var(--tertiary-cl) !important;
    background: var(--secondary-cl) !important;
}

.inner-services .inner-serv-info a.button.plain-btn-white:hover {
    color: var(--primary-cl) !important;
}

/* Areas We Service */
.service-area {
    padding-bottom: 100px;
}

.service-area .service-area-row {
    width: 100%;
    max-width: 1650px;
    margin: 0 0 0 auto;
}

.service-area .service-area-info-wrap {
    padding: 100px 0 100px 15px;
}

.service-area div#service-map {
    height: 100%;
    min-height: 700px;
}

.service-area ul.areas-list-items li {
    font-size: 20px;
    padding: 10px 10px;
    background: transparent;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.service-area ul.areas-list-items li:not(:last-child) {
    border-bottom: 1px solid #d7dadc;
    border-right: 1px solid #d7dadc;
}

.service-area ul.areas-list-items li span.loc-name {
    padding-left: 30px;
}

.service-area ul.areas-list-items li:hover {
    background: var(--primary-cl);
    color: #edefef;
    padding: 10px 10px 10px 50px;
}

.service-area .map-direction {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    width: calc(100% - 120px);
    margin: 0 auto;
}

.service-area .map-direction a.button {
    justify-content: center;
    background: var(--primary-cl);
    border: 5px solid var(--primary-cl);
}

/* Review Section */
body:not(.home) .review-section {
    top: -100px;
    margin-bottom: -100px;
}

body.no-review-section .site-inner {
    padding-bottom: 0;
}

.review-section {
    overflow: hidden;
}

.review-section:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-cl);
    z-index: 1;
    clip-path: polygon(50% 0%, 100% 100px, 100% 100%, 0 100%, 0 100px);
}

.review-section:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 100%;
    background-color: var(--primary-cl);
    z-index: 1;
    clip-path: polygon(50% 0%, 100% 100px, 100% 100%, 0 100%, 0 100px);
}

.review-section .review-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 105px);
    z-index: 2;
}

.review-section .full-width-wrap {
    width: 100%;
    z-index: 2;
    margin: 0 0 0 auto;
    padding: 100px 60px 100px 15px;
}

.review-section .section-btn a {
    margin: 5px 5px;
}

.review-section .review-items {
    margin-right: 60px;
    border: 3px solid var(--tertiary-cl);
}

.review-section .review-item {
    padding: 30px 30px;
    background: var(--primary-cl);
}

.review-section .review-item:before {
    content: "\f10e";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    width: 60px;
    height: 60px;
    position: absolute;
    font-size: 40px;
    color: var(--secondary-cl);
    background-color: var(--tertiary-cl);
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-section .review-content {
    color: #d9d9d9;
    width: calc(100% - 60px);
    margin-bottom: 15px;
}

.review-section .review-name-icon {
    padding-right: 30px;
}

.review-section .review-icon {
    width: 80px;
    height: 80px;
    background-color: var(--tertiary-cl);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 15px;
}

.review-section .review-icon img {
    height: 55px;
}

.review-section .review-author {
    font-size: 20px;
}

.review-section .review-slide-control.slide-control {
    display: block;
    position: absolute;
    right: 0;
}

.review-section .section-btn a:before {
    color: var(--primary-cl) !important;
}

/* FAQs Section */
.faqs-section .site-faqs-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.faqs-section .site-faqs-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(11, 32, 47, 1) 0%, rgba(3, 20, 32, 0.85) 100%);
}

.faqs-section .slmp-faqs .slmp-faq-listing {
    padding: 0;
    background-color: transparent;
}

.faqs-section .slmp-faqs .slmp-faq-question {
    border-radius: 0;
}

.faqs-section .slmp-faqs .slmp-faq-answer {
    border-radius: 0;
    border: 0;
    font-size: 20px;
    padding: 30px;
    background: transparent;
}

.faqs-section .slmp-faqs .slmp-faq-question {
    border-radius: 0;
}

.faqs-section .slmp-faqs .slmp-faq-question span.faq-count {
    display: none;
}

.faqs-section .slmp-faqs .slmp-faq-question span.faq-question {
    width: 100%;
    padding: 12px 52px 12px 25px;
    font-size: 25px;
    font-family: var(--tertiary-font);
}

.faqs-section .slmp-faqs .slmp-faq-question .faq-question:before {
    content: "\f0fe";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    color: var(--tertiary-cl);
    padding: 13px;
    line-height: 1;
    right: 7px;
    background: var(--secondary-cl);
    font-size: 16px;
}

.slmp-faqs .slmp-faq-item .slmp-faq-question:hover .faq-question,
.slmp-faqs .slmp-faq-item .slmp-faq-question.active .faq-question {
    color: var(--tertiary-cl);
}

.slmp-faqs .slmp-faq-item .slmp-faq-question:hover .faq-question:before {
    color: var(--secondary-cl);
    background: var(--white-cl);
}

.faqs-section .slmp-faqs .slmp-faq-question.active .faq-question:before {
    content: "\f146";
    color: var(--secondary-cl);
    background: var(--tertiary-cl);
}

.faqs-section .section-btn {
    align-items: center;
}

.faqs-section .section-btn .faqs-cta-label {
    font-size: 30px;
}

.trust-items {
    padding-top: 60px;
}

.trust-heading-row {
    padding-top: 100px;
}

.trust-items .trust-item {
    border: 1px solid #26333c;
    padding: 60px 15px 30px 15px;
    transition: all 0.3s ease;
}

.trust-items .trust-item:not(:nth-child(4n + 1)) {
    margin-left: 2%;
}

.trust-items .trust-icon {
    width: 70px;
    height: 70px;
    border: 3px solid var(--primary-cl);
    border-radius: 50%;
    background: var(--tertiary-cl);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    top: -100px;
    margin-bottom: -70px;
}

.trust-items .trust-icon img {
    height: 30px;
}

.trust-items .trust-title {
    line-height: 1.2;
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.trust-items .trust-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background-color: var(--secondary-cl);
    margin: 0 auto;
}

.trust-items .trust-desc {
    font-size: 14px;
}

.trust-items .trust-item:hover {
    background: var(--tertiary-cl);
}

.trust-items .trust-item:hover .trust-title,
.trust-items .trust-item:hover .trust-desc {
    color: var(--primary-cl);
}

/* Latest Post */
.latest-post .full-width {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 15px;
}

.latest-post .site-latest-post-wrap {
    padding: 0 50px;
}

.latest-post .post-heading-btn {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.latest-post .post-item {
    margin: 20px 10px 40px;
    background: var(--white-cl);
    will-change: transform;
    transition: all 0.3s ease-in-out;
}

.post-items .post-img {
    height: 250px;
}

.post-items .post-img .post-img-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.post-items .post-title-date {
    border-bottom: 2px solid #e6e6e6;
    padding: 15px 15px;
}

.post-items .post-title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.post-items .post-author,
.post-items .post-date {
    font-size: 14px;
}

.post-items .post-author:before,
.post-items .post-date:before {
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    color: var(--secondary-cl);
    margin-right: 3px;
}

.post-items .post-author:before {
    content: "\f007";
}

.post-items .post-date:before {
    content: "\f073";
}

.post-items .post-content {
    padding: 15px 15px;
    font-size: 16px;
}

.post-items .post-btn {
    bottom: -28px;
    left: 15px;
}

.post-items .post-btn a.button {
    padding: 0;
    border: 0;
    font-size: 14px;
}

.post-items .post-btn a.button:before {
    margin: 0;
    border-right: 1px solid var(--white-cl);
}

.post-items .post-btn a.button span {
    display: none;
}

.post-items .post-item {
    will-change: transform;
    transition: all 0.3s ease-in-out;
}

.post-items .post-item:hover {
    background: var(--primary-cl);
    box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.26);
    transform: translate3d(0, -20px, 0);
}

.post-items .post-item:hover .post-title {
    color: var(--tertiary-cl);
}

.post-items .post-item:hover .post-author-date,
.post-items .post-item:hover .post-content {
    color: #cccccc;
}

.post-items .post-item:hover .post-content a {
    color: var(--secondary-cl);
}

.post-items .post-item:hover a.button span {
    display: block;
}

.post-items .post-item:hover a.button {
    background: var(--primary-cl);
    color: var(--tertiary-cl);
    padding: 0 15px 0 0;
}

.post-items .post-item:hover a.button:before {
    margin: 0 15px 0 0;
}

.post-items.post-btn a.button:hover:before {
    background: var(--primary-cl);
    cursor: default;
}

.latest-post .section-btn {
    display: none;
}

/* Storm Damage */
.storm-section {
    background: var(--dark-bl);
}

.storm-section .full-width {
    max-width: 1650px;
    padding: 0 15px;
}

.storm-section .storm-info-item {
    min-height: 300px;
    border: 1px solid #2c404c;
    padding: 60px 60px;
    margin: 10px 0;
}

.storm-section .storm-info-item:before,
.storm-section .storm-info-item:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
}

.storm-section .storm-info-item:before {
    left: 0;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid var(--secondary-cl);
}

.storm-section .storm-info-item:after {
    right: 0;
    border-top: 0px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid var(--secondary-cl);
}

.storm-section .st-dm-title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.storm-section .storm-info-item:last-child .st-dm-title {
    font-size: 25px;
}

.storm-section .st-dm-desc {
    font-size: 18px;
}

.storm-form-field .form-field {
    background: transparent;
}

.storm-form-field .form-field .form-field-wrap {
    box-shadow: none;
    padding: 0;
}

.storm-form-field .form-field .form-field-wrap .form-field-item > label {
    display: block;
    color: var(--tertiary-cl);
    margin-bottom: 10px;
}

.storm-form-field .form-field .form-field-wrap .form-field-item > label span {
    color: var(--secondary-cl);
}

.storm-form-field .form-field input,
.storm-form-field .form-field select,
.storm-form-field .form-field textarea {
    background-color: #203f54;
}

.storm-form-field .form-field input:hover,
.storm-form-field .form-field select:hover,
.storm-form-field .form-field textarea:hover,
.storm-form-field .form-field input:focus,
.storm-form-field .form-field select:focus,
.storm-form-field .form-field textarea:focus {
    background-color: var(--tertiary-cl);
}

.storm-form-field .form-field .form-field-name > span:before,
.storm-form-field .form-field .form-field-number > span:before,
.storm-form-field .form-field .form-field-email > span:before,
.storm-form-field .form-field .form-field-select > span:before,
.storm-form-field .form-field .form-field-message > span:before,
.storm-form-field .form-field .form-field-submit:before {
    background-color: var(--primary-cl);
    border-right: 1px solid var(--primary-cl);
    font-size: 14px;
}

.storm-form-field .form-container .form-field .form-field-item select {
    color: #d9d9d9;
}

.storm-form-field input::-ms-input-placeholder {
    color: #d9d9d9;
}

.storm-form-field input:-ms-input-placeholder {
    color: #d9d9d9;
}

.storm-form-field input::placeholder {
    color: #d9d9d9;
}

.site-footer .ft-rev-label-2 {
    font-size: 14px;
}

.storm-form-field .form-field .form-field-check2,
.storm-form-field .form-field .form-field-check1,
.storm-form-field .form-field .form-recaptcha {
    margin-bottom: 20px;
}

.storm-form-field .form-field .form-field-check1 span,
.storm-form-field .form-field .form-field-check2 span {
    margin: 0;
}

.storm-form-field .form-field .form-field-submit:before {
    right: auto;
    left: 0;
    background-color: var(--secondary-cl);
    border-right: 1px solid var(--tertiary-cl);
}

.storm-form-field .form-field .form-field-submit button.wpcf7-submit {
    padding: 10px 21px 10px 74px;
    width: auto;
}

.st-damage-form .section-desc {
    color: #d9d9d9;
}

/* Top Footer */
.top-footer-section {
    background: var(--dark-bl);
    overflow: hidden;
}

.top-footer-section .top-footer-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 105px);
    z-index: 2;
}

.top-footer-section .inner-width {
    z-index: 2;
}

.top-footer-section .footer-info-items {
    margin-top: 30px;
}

.top-footer-section .footer-info-item {
    border: 1px solid rgba(162, 65, 58, 0.1);
    padding: 15px 15px;
    font-size: 16px;
}

.top-footer-section .footer-site-name {
    font-size: 35px;
    line-height: 1.2;
    padding: 30px 0;
}

.top-footer-section .footer-info-item .footer-icon {
    width: 60px;
    height: 60px;
    background-color: var(--tertiary-cl);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-cl);
    border-radius: 50%;
    font-size: 20px;
    margin: 0 auto -30px;
    z-index: 1;
    top: -45px;
}

.top-footer-section .footer-info-item:hover .footer-info {
    text-shadow: 0.5px 0.866px 1px rgba(3, 3, 3, .20);
}

.top-footer-section .footer-info-item:hover {
    background: var(--secondary-cl);
}

.top-footer-section .footer-info-item:hover .footer-info-label {
    color: var(--white-cl);
}

.top-footer-section .footer-info-item:hover .footer-text {
    color: var(--tertiary-cl);
}

/* Site Footer */
.site-footer {
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    text-align: left;
    color: #d9d9d9;
}

.site-footer .main-footer {
    padding: 100px 0 100px;
}

.site-footer .footer-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.site-footer .footer-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(15, 39, 55, 1) 0%, rgba(15, 39, 55, 0.92) 100%);
}

.site-footer .copyright-section .copyright {
    color: #edefef;
    background: var(--secondary-cl);
    padding: 20px 15px;
    font-size: 14px;
}

.site-footer .footer-column .footer-item-rows {
    margin-bottom: 40px;
}

.site-footer .footer-column .column-label {
    padding: 5px 0 15px;
    border-bottom: 3px solid var(--tertiary-cl);
    margin-bottom: 20px;
    font-size: 16px;
}

.site-footer .footer-column .column-label:before {
    content: "";
    position: absolute;
    bottom: -3px;
    height: 3px;
    width: 30px;
    background: var(--secondary-cl);
}

.site-footer .footer-menu ul.menu li:not(:last-child) {
    margin-bottom: 5px;
}

.site-footer .footer-menu ul li a {
    font-size: 14px;
    position: relative;
    padding: 5px 15px 5px 29px;
    transition: all 0.3s ease;
    display: flex;
    color: #d9d9d9;
    border-radius: 0;
}

.site-footer .footer-menu ul li a:before {
    content: "\f111";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transition: all 0.3s ease;
    color: var(--secondary-cl);
    font-size: 6px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-footer .footer-menu ul li a:hover {
    padding-left: 45px;
    background-color: var(--tertiary-cl);
    color: var(--primary-cl);
    font-weight: 700;
}

.site-footer .footer-menu ul li a:hover:before {
    left: 20px;
}

.site-footer .social-media .social-media-item a:hover {
    background-color: var(--secondary-cl);
}

.site-footer .footer-column .column-review-btn {
    padding: 15px 0;
    margin-top: 15px;
    border-top: 1px solid #274151;
}

.site-footer .footer-column .column-review-btn .ft-rev-btn {
    margin-top: 15px;
}

.site-footer .footer-column .column-review-btn .ft-rev-btn a.button {
    font-size: 14px;
}

.site-footer .ftr-form-container {
    overflow: hidden;
}

.site-footer form.use-floating-validation-tip span.wpcf7-not-valid-tip {
    right: 134px;
}

.site-footer .wpcf7-submit {
    position: absolute;
    top: -27px;
    right: 0;
    background: var(--primary-cl);
    border: 2px solid var(--tertiary-cl);
    color: var(--tertiary-cl);
}

.site-footer .wpcf7-submit:hover {
    border-color: var(--tertiary-cl);
}

.site-footer .wpcf7-submit i {
    margin-right: 10px;
}

.site-footer .footer-newsletter {
    margin-bottom: 60px;
}

.site-footer .newsletter-title {
    font-size: 32px;
    padding-right: 15px;
}

.site-footer input.wpcf7-form-control.wpcf7-email {
    padding: 17px 137px 17px 17px;
    background: var(--tertiary-cl);
    color: #000;
    margin: 0;
}

.site-footer .wpcf7-email::-ms-input-placeholder {
    color: var(--primary-cl);
}

.site-footer .wpcf7-email:-ms-input-placeholder {
    color: var(--primary-cl);
}

.site-footer .wpcf7-email::placeholder {
    color: var(--primary-cl);
}

.site-footer .ft-rev-label-2 {
    font-size: 14px;
}

/* Blog Select Post Archive */
.blog-archive-container .post-archives-list {
    padding-top: 30px;
    margin: 0 auto 20px;
}

.post-archives-list .select-post-item > div:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    height: 53px;
    background: var(--tertiary-cl);
    z-index: 1;
}

.post-archives-list .select-post-item > div:after {
    content: "\f107";
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1;
    color: var(--primary-cl);
    font-size: 16px;
}

.post-archives-list select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--black-cl) 50%), linear-gradient(135deg, var(--black-cl) 50%, transparent 50%), linear-gradient(to right, var(--body-cl), var(--body-cl));
    background-position: calc(100% - 16px) calc(1.3em + 0px), calc(100% - 10px) calc(1.3em + 0px), calc(100% - 2.5em) 0.5em;
    background-size: 6px 9px, 6px 9px, 0px 0em;
    background-repeat: no-repeat;
    padding: 17px 62px 17px 15px;
    border-radius: 0;
    background-color: var(--white-cl);
    font-size: 16px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    color: var(--primary-cl);
    text-transform: uppercase;
}

.post-archives-list select:hover,
.post-archives-list select:focus {
    background-color: var(--primary-cl);
    color: var(--tertiary-cl) !important;
    background-image: linear-gradient(45deg, transparent 50%, var(--white-cl) 50%), linear-gradient(135deg, var(--white-cl) 50%, transparent 50%), linear-gradient(to right, var(--white-cl), var(--white-cl));
}

.post-archives-list {
    padding: 1.875em 0;
    margin: 0 auto;
}

.blog-archive-container .post-items .post-item .post-item-details {
    margin: 0;
}

.post-archives-list.single-post-select-archive {
    padding: 30px 0;
}

.blog-post-listing .post-item {
    margin: 20px 0 50px;
}

.blog-post-listing .post-item:not(:nth-child(3n+1)) {
    margin-left: 2%;
}

/* Contact Us Page */
.contact-page-form {
    width: 100%;
    max-width: 600px;
    margin: 30px auto 20px;
}

.contact-info {
    padding: 40px 0;
}

.contact-info .site-name {
    font-size: 25px;
}

.contact-page-form .form-field .form-recaptcha,
.contact-page-form .form-field .form-recaptcha a,
.contact-page-form .form-field .form-field-check1,
.contact-page-form .form-field .form-field-check2,
.contact-page-form .form-field .form-field-check1 a,
.contact-page-form .form-field .form-field-check2 a {
    color: var(--body-cl);
}

.contact-page-form .form-field-item.form-field-submit {
    width: auto;
}

.contact-page-form .form-field .form-field-wrap .form-field-item > label {
    display: block;
}

.contact-page-form .form-field .form-field-check1 span,
.contact-page-form .form-field .form-field-check2 span {
    margin: 0;
}

/* Contact Form */
.grecaptcha-badge {
    visibility: hidden;
}

.form-title {
    text-align: center;
    background: var(--primary-cl);
    color: var(--tertiary-cl);
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    padding: 10px 10px;
}

.form-field {
    background-color: #fff;
}

.form-field .form-field-wrap {
    padding: 10px;
    -webkit-box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 25%);
}

input,
select,
textarea {
    color: var(--white-cl);
    font-size: 16px;
    padding: 10px 55px 10px 30px;
    border-radius: 0;
    margin-bottom: 10px;
    border: none;
    background-color: rgba(12, 33, 46, 0.8);
}

input,
select,
textarea {
    font-family: inherit;
}

::-ms-input-placeholder {
    color: var(--tertiary-cl);
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--tertiary-cl);
    opacity: 1;
}

::placeholder {
    color: var(--tertiary-cl);
    opacity: 1;
}

input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
    border: none;
    background-color: var(--tertiary-cl);
    color: var(--primary-cl) !important;
}

.form-field input:hover::placeholder,
.form-field select:hover::placeholder,
.form-field textarea:hover::placeholder {
    color: var(--primary-cl) !important;
}

.form-field .form-field-wrap .form-field-item > label {
    font-size: 14px;
    line-height: 1;
    margin-block: 5px;
    display: none;
}

.form-field input,
.form-field select {
    height: 53px;
}

.form-container .form-field .form-field-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #636363 50%), linear-gradient(135deg, #636363 50%, transparent 50%), linear-gradient(to right, var(--body-cl), var(--body-cl));
    background-position: calc(100% - 16px) calc(1.2em + 0px), calc(100% - 10px) calc(1.2em + 0px), calc(100% - 2.5em) 0.5em;
    background-size: 6px 9px, 6px 9px, 0px 0em;
    background-repeat: no-repeat;
    padding: 10px 55px 10px 30px;
    color: var(--tertiary-cl);
}

.form-field .form-field-item textarea {
    height: 100px;
    font-family: inherit;
}

.form-field .form-field-item.form-field-message {
    line-height: 1;
}

.form-field .form-recaptcha,
.form-field .form-recaptcha a,
.form-field .form-field-check1,
.form-field .form-field-check2,
.form-field .form-field-check1 a,
.form-field .form-field-check2 a {
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--tertiary-cl);
}

.form-field button.button.wpcf7-submit {
    width: 100%;
    padding: 10px 55px 10px 10px;
    font-size: 16px;
    margin-bottom: 10px;
    height: 53px;
    background-color: var(--secondary-cl);
    color: var(--tertiary-cl);
    display: block;
}

form.use-floating-validation-tip span.wpcf7-not-valid-tip {
    padding: 0 5px;
    font-size: 9px;
    right: 55px;
    top: 50%;
    left: auto;
    width: auto;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

span.wpcf7-spinner {
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}

div.wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    font-size: 0.75em;
    color: #fff;
    border: 0.125em solid #f7e700;
    background-color: #f7e700;
    color: #000;
}

.form-field .form-field-name > span:before,
.form-field .form-field-number > span:before,
.form-field .form-field-email > span:before,
.form-field .form-field-select > span:before,
.form-field .form-field-message > span:before,
.form-field .form-field-address > span:before,
.form-field .form-field-submit:before {
    position: absolute;
    right: 0;
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    z-index: 1;
    width: 53px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0f222e;
    color: var(--tertiary-cl);
}

.form-field .form-field-address > span:before {
    content: "\f3c5";
}

.form-field .form-field-name > span:before {
    content: "\f007";
}

.form-field .form-field-number > span:before {
    content: "\f095";
}

.form-field .form-field-email > span:before {
    content: "\f0e0";
}

.form-field .form-field-select > span:before {
    content: "\f0d7";
}

.form-field .form-field-message > span:before {
    content: "\f27a";
}

.form-field .form-field-submit:before {
    content: "\f058";
    border: 1px solid var(--secondary-cl);
}

.form-field .form-field-check1 input,
.form-field .form-field-check2 input {
    height: auto;
}

/* Button */
.button {
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 12px 15px;
    border: 2px solid var(--secondary-cl);
    background: var(--secondary-cl);
}

.button.before-icon,
.button.after-icon {
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    position: relative;
    border: 2px solid var(--secondary-cl);
    background: var(--secondary-cl);
}

.button.before-icon {
    padding: 0 15px 0 0;
}

.button.after-icon {
    padding: 0 0 0 15px;
    justify-content: flex-end;
}

.button.before-icon:before,
.button.after-icon:after {
    font-family: 'Font Awesome\ 6 Free';
    content: "\f058";
    display: inline-block;
    vertical-align: middle;
    padding: 18px 18px;
    line-height: 1;
    margin-left: 15px;
    background: var(--primary-cl);
    min-width: 55px;
}

.button.after-icon:after {
    margin: 0 0 0 15px;
}

.button.before-icon:before {
    margin: 0 15px 0 0;
}

.button:hover {
    border: 2px solid var(--secondary-cl);
    background: var(--primary-cl);
}

.button:hover:before,
.button:hover:after {
    background: var(--secondary-cl);
}

a.button.arrow-down-icon:before {
    content: "\f063";
}

a.button.arrow-right-icon:before {
    content: "\f061";
}

a.button.phone-icon:before {
    content: "\f095";
}

a.button.email-icon:before {
    content: "\f0e0";
}

a.button.location-icon:before {
    content: "\f124";
}

a.button.plain-btn {
    border: 1px solid var(--primary-cl);
    background: transparent;
    color: var(--primary-cl);
}

a.button.red-btn {
    border: 1px solid var(--secondary-cl);
    background: var(--white-cl);
    color: var(--secondary-cl);
}

a.button.plain-btn-white {
    border: 1px solid var(--tertiary-cl);
    background: transparent;
    color: var(--tertiary-cl);
}

a.button.plain-btn:before {
    color: var(--tertiary-cl);
}

a.button.red-btn:before {
    color: var(--tertiary-cl);
    background: var(--secondary-cl);
    border-right: 1px solid var(--secondary-cl);
}

a.button.plain-btn-white:before {
    color: var(--secondary-cl);
    background: var(--tertiary-cl);
}

a.button.text-btn-white {
    color: var(--tertiary-cl);
}

a.button.plain-btn:hover,
a.button.plain-btn-white:hover {
    background: var(--primary-cl);
    color: var(--white-cl);
}

a.button.red-btn:hover {
    background: var(--secondary-cl);
    color: var(--white-cl);
}

a.button.red-btn:hover:before {
    border-right: 1px solid var(--white-cl);
}

/* Floating CTA - Desktop */
.desktop-floating-cta {
    bottom: 0;
    position: fixed;
    right: 60px;
    left: 60px;
    z-index: 9998;
    background: var(--secondary-cl);
    text-align: center;
    padding: 10px;
    display: none;
}

.window_scrolled .desktop-floating-cta {
    display: block;
}

.desktop-floating-cta a,
.desktop-floating-cta a:hover {
    color: var(--tertiary-cl);
    cursor: pointer;
    display: block;
}

/* Floating CTA */
.floating-cta {
    position: fixed;
    bottom: 5px;
    font-size: 18px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 300px;
    z-index: 2;
    margin: 0 auto;
}

.floating-cta .form-popup-text {
    padding: 5px 10px;
    display: block;
    border-radius: 5px;
    background: var(--secondary-cl);
    color: var(--black-cl);
    cursor: pointer;
    border-radius: 0;
    border: 1px solid var(--white-cl);
}

/* POPUP Form */
.popup-form {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    z-index: 999999;
    overflow: auto;
}

.site-form {
    width: auto;
    height: 100%;
    text-align: left;
}

.popup-form .form-fields {
    max-width: 450px;
    width: 100%;
    border-radius: 0;
    position: relative;
    padding: 20px 10px 60px 10px;
    right: -100%;
    transition: all 0.3s ease;
}

.popup-form .form-fields.slide-form {
    right: 0;
}

.popup-form .form-fields a.close {
    background: var(--secondary-cl);
    color: var(--white-cl) !important;
    line-height: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 4px;
    width: 30px;
    height: 30px;
    text-decoration: none;
    z-index: 1;
    outline: none;
    font-weight: bold;
    box-shadow: -2px 2px #606061;
    cursor: pointer;
    border-radius: 0;
}

.popup-form .form-field .form-field-wrap .form-field-item {
    width: 100%;
}

.popup-form .form-field .form-field-wrap .form-field-item.form-field-desclaimer {
    font-size: 13px;
}

.popup-form .recaptcha-note,
.popup-form .form-field-check1,
.popup-form .form-field-check2 {
    font-size: 14px;
}

.popup-form .form-field {
    background: rgb(21 48 66);
}

/* XAPP */
div#xapp-widget .widget-container.widget-container--normal.visible {
    z-index: 9999;
}

div#xapp-widget .xapp-chat-button {
    z-index: 100 !important;
    bottom: 20px !important;
}

/* Progress Bar */
.progress-wrapper .progress-list {
    margin: 0 0 30px;
}

.progress-wrapper .progress-container {
    width: 100%;
    background-color: #cccccc;
    border-radius: 25px;
    overflow: hidden;
}

.progress-wrapper .progress-bar {
    height: 18px;
    background-color: var(--primary-cl);
    text-align: center;
    line-height: 20px;
    color: white;
    border-radius: 25px;
}

.progress-wrapper .progress-info {
    color: var(--primary-cl);
    font-size: 20px;
    font-family: var(--tertiary-font);
    font-weight: 800;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 10px;
}

.progress-wrapper .progress-title {
    width: 65%;
}

.progress-wrapper .progress-percentage {
    width: 20%;
}

.progress-wrapper .progress-percentage {
    text-align: right;
}

/* Page Button */
.page-btn a {
    width: fit-content;
}

/* Page Image */
.wp-block-image.featured-img img {
    box-shadow: 21.213px 21.213px 30px 0px rgba(2, 2, 2, .20);
}

.wp-block-image.featured-img figure {
    padding-right: 30px;
    margin-bottom: 100px;
}

.wp-block-image.featured-img figure:before {
    content: '';
    position: absolute;
    background: var(--primary-cl);
    width: 35%;
    height: 35%;
    bottom: -30px;
    right: 0;
    z-index: -1;
}

/* Gallery Page */
.slmp-gallery {
    margin-bottom: 50px;
}

.slmp-image-item img {
    min-height: 390px;
}

.slmp-image-item,
.slmp-grid-image.slmp-text-center.slmp-relative {
    height: 268px;
}

.slmp-image-item .slmp-image:after {
    color: var(--primary-cl);
    content: '\f0fe';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 15px;
    transform: rotate(319deg);
    top: 47%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    padding: 9px 14px;
    background: var(--tertiary-cl);
}

.slmp-image-item:hover .slmp-text-center:after {
    opacity: 1;
    background-color: rgba(25, 48, 65, .85);
}

.slmp-image-item .slmp-text-center:after {
    width: 87%;
    height: 87%;
    content: '';
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.slmp-image-item .slmp-image:after,
.slmp-image-item .slmp-text-center:after {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* SFS Gallery */
.slmp-gallery h2,
h2.slmp-video {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.popup-image-title {
    display: none;
}

.slmp-popup-close:before,
.item-popup-count,
.popup-image-title {
    color: var(--white-cl) !important;
}

.slmp-popup-image-wrap {
    overflow: auto;
}

.slmp-popup-image-listing {
    background-color: transparent !important;
}

.slmp-image-item {
    border-radius: 0;
    margin-bottom: 25px;
}

.slmp-image-item,
.slmp-grid-image.slmp-text-center.slmp-relative {
    overflow: hidden;
    height: 427px;
}

.slmp-display-image.slmp-grid-display-image.slmp-site-flex.slmp-justify-content-left.slmp-relative {
    justify-content: center;
}

.slmp-category-navigation {
    margin-top: 20px;
    margin-bottom: 50px !important;
    padding-bottom: 0 !important
}

.slmp-category-navigation .slmp-cat-title {
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 5px;
    color: #595959 !important;
    font-size: 20px;
    font-weight: 700;
    margin: 0 15px 10px;
    min-width: initial !important;
    padding: 15px 0 !important;
    position: relative !important;
    text-transform: uppercase !important;
}

.slmp-category-navigation .slmp-cat-title:hover,
.slmp-category-navigation .slmp-cat-title:focus,
.slmp-category-navigation .slmp-cat-title.active {
    border: 0 !important;
    color: var(--primary-cl) !important;
}

.slmp-category-navigation .slmp-cat-title:hover:after,
.slmp-category-navigation .slmp-cat-title.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background: var(--primary-cl);
    height: 4px;
    left: 0;
}

.slmp-gallery .slmp-image-item .slmp-image {
    width: 100%;
    overflow: hidden;
}

.slmp-image-item img {
    min-height: 427px;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    overflow: hidden;
}

.slmp-image-item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.slmp-image-item:hover .slmp-image:after {
    opacity: 1;
}

.slmp-image-item:hover .slmp-image .slmp-text-center:before {
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

.slmp-image-item:hover .slmp-image .slmp-text-center:before {
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

.slmp-text-center:before {
    font-size: 16px;
    font-weight: 600;
    right: 0;
    bottom: 34%;
    left: 0;
    position: absolute;
    z-index: 4;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    color: var(--tertiary-cl);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    content: 'View Larger Image';
    font-family: "Poppins", sans-serif;
}

.slmp-popup-slide-right {
    border-left: 15px solid var(--white-cl) !important;
}

.slmp-popup-slide-left {
    border-right: 15px solid var(--white-cl) !important;
}

.slmp-popup-image-count,
.slmp-popup-image-item.active {
    background-color: transparent !important;
}

.slmp-gallery .slmp-gallery-load-more button {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: var(--primary-font);
    border-radius: 0;
    line-height: 1;
    color: var(--primary-cl);
    background: transparent;
    outline: 0 solid rgba(255, 255, 255, 0);
    outline-offset: -0;
    transition: none;
    border: 1px solid var(--primary-cl);
    position: relative;
    padding: 0 15px 0 0;
}

.slmp-gallery .slmp-gallery-load-more button:hover {
    background: var(--primary-cl);
}

.slmp-gallery .slmp-gallery-load-more button:before {
    font-family: 'Font Awesome\ 6 Free';
    content: '\f0fe';
    display: inline-block;
    vertical-align: middle;
    padding: 18px 18px;
    line-height: 1;
    background: var(--primary-cl);
    color: var(--tertiary-cl);
    margin-right: 15px;
}

.slmp-gallery .slmp-image-label {
    left: 30px;
    right: 30px;
    bottom: 50px;
    padding: 15px 10px;
    background-color: rgba(7, 16, 19, .90);
    font-size: 16px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.slmp-gallery.slmp-slide-gallery .slmp-image-label {
    bottom: auto;
    left: auto;
    right: 0;
    border-radius: 0px;
    position: relative;
    background-color: var(--primary-cl);
    padding: 20px;
}

.slmp-gallery.slmp-slide-gallery .slmp-image-item {
    overflow: initial;
    padding: 0 30px;
}

.slmp-gallery.slmp-slide-gallery .slmp-image-item img {
    height: 450px;
}

.slmp-gallery.slmp-slide-gallery .slmp-image-item,
.slmp-gallery.slmp-slide-gallery .slmp-grid-image.slmp-text-center.slmp-relative {
    height: 480px;
}

.slmp-gallery.slmp-slide-gallery .slmp-image-item img {
    border-radius: 10px;
}

.slmp-gallery.slmp-slide-gallery .slmp-slide-image {
    overflow: hidden;
}

.slmp-gallery.slmp-slide-gallery .slmp-image-item .slmp-image {
    background-color: var(--primary-cl);
    padding: 0;
}

.slmp-gallery.slmp-slide-gallery .slmp-slide-left-arrow,
.slmp-gallery.slmp-slide-gallery .slmp-slide-right-arrow {
    background-image: none;
}

.slmp-gallery.slmp-slide-gallery .slmp-slide-left-arrow:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    border-radius: 5px;
    font-size: 18px;
    left: -130px;
    padding: 15px 19px;
    border: 1px solid #acafb0;
    color: var(--primary-cl);
}

.slmp-gallery.slmp-slide-gallery .slmp-slide-left-arrow {
    left: -130px;
}

.slmp-gallery.slmp-slide-gallery .slmp-slide-right-arrow:before {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    border-radius: 5px;
    font-size: 18px;
    right: -130px;
    padding: 15px 19px;
    border: 1px solid #acafb0;
    color: var(--primary-cl);
}

.slmp-gallery.slmp-slide-gallery .slmp-slide-right-arrow {
    right: -130px;
}

.slmp-gallery.slmp-slide-gallery .slmp-slide-right-arrow:hover:before,
.slmp-gallery.slmp-slide-gallery .slmp-slide-left-arrow:hover:before {
    background-color: rgba(180, 45, 51, .70);
    color: var(--white-cl);
    border: 1px solid transparent;
}

.section-alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
}

.side-padding {
    padding-right: 20px;
    padding-left: 20px;
}

/* Popup Maker */
#popmake-925 .popup-title,
#popmake-925 .popup-subtitle {
    font-weight: 800;
}

#popmake-925 .popup-title {
    font-size: 40px;
}

#popmake-925 .popup-subtitle {
    font-size: 30px;
    margin-bottom: 30px;
}

#popmake-925 .popup-desc {
    font-size: 20px;
    margin-bottom: 30px;
}

#popmake-925 .wpcf7 input[type="email"] {
    background: var(--white-cl);
    padding: 20px;
    margin: 0;
    font-weight: 600;
}

#popmake-925 .wpcf7-email::-ms-input-placeholder {
    color: #737373;
}

#popmake-925 .wpcf7-email:-ms-input-placeholder {
    color: #737373;
}

#popmake-925 .wpcf7-email::placeholder {
    color: #737373;
}

#popmake-925 .wpcf7-submit {
    width: 100%;
    max-width: 100%;
    display: block;
    min-width: 100%;
    background: var(--primary-cl);
    border-color: var(--primary-cl);
    padding: 19px;
    color: var(--tertiary-cl);
    font-size: 14px;
}

#popmake-925 .form-field-item {
    width: 100%;
}

#popmake-925 .popup-text a {
    margin-top: 30px;
    color: var(--primary-cl);
    display: block;
}

.pum-theme-936 .pum-container,
.pum-theme-custom-popup .pum-container {
    background: var(--tertiary-cl) !important;
    border: 5px solid var(--secondary-cl) !important;
    padding: 60px 60px 30px 60px !important;
}

.pum-theme-936 .pum-content + .pum-close,
.pum-theme-custom-popup .pum-content + .pum-close,
.pum-theme-936 .pum-content + .pum-close:hover,
.pum-theme-custom-popup .pum-content + .pum-close:hover {
    color: var(--primary-cl) !important;
}

/* Estimate Calculator */
.site-calculator .calcu-progress-bar {
    padding: 30px 0;
}

.site-calculator .calcu-progress-bar .cal-prog-1,
.site-calculator .calcu-progress-bar .cal-prog-2 {
    height: 7px;
    border-radius: 6px;
}

.site-calculator .calcu-progress-bar .cal-prog-1 {
    width: 100%;
    background-color: #f1f1f1;
}

.site-calculator .calcu-progress-bar .cal-prog-2 {
    width: 0;
    background-color: var(--secondary-cl);
    top: -6px;
    position: relative;
    transition: all 0.3s ease;
}

.site-calculator .calcu-row .calcu-col {
    display: none;
}

.site-calculator .calcu-row .calcu-col.active {
    display: block;
}

.site-calculator .calcu-label {
    padding: 15px 0;
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-cl);
}

.site-calculator .range-val {
    font-size: 16px;
}

.site-calculator .range-val span.roof-val {
    color: var(--primary-cl);
}

.site-calculator .calcu-field input#cal-range {
    padding: 15px 0;
}

.site-calculator .calcu-field ul li {
    padding: 0;
}

.site-calculator .calcu-field ul li:before {
    display: none;
}

.site-calculator .calcu-field ul li label > * {
    display: block;
    text-align: center;
}

.site-calculator .material-img {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

.site-calculator .calcu-field ul li label input[type="radio"] {
    display: none;
}

.site-calculator .calcu-field ul li {
    display: inline-block;
    vertical-align: text-bottom;
    border: 1px solid #cccccc;
}

.site-calculator .calcu-field ul li label {
    display: block;
    cursor: pointer;
    padding: 5px;
}

.site-calculator .calcu-field ul li label:hover {
    background: #cccccc;
}

.site-calculator .calcu-field ul li label.selected {
    background: var(--primary-cl);
}

.site-calculator .calcu-field ul li label.selected span {
    font-weight: 700;
    color: var(--white-cl);
}

.site-calculator .calcu-field ul li label span {
    font-size: 16px;
    padding: 10px 5px 5px;
    color: var(--primary-cl);
}

.site-calculator .calcu-field select {
    border-radius: 3px;
    padding: 10px 30px 10px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, transparent 50%), linear-gradient(to right, #ffffff, #ffffff);
    background-position: calc(100% - 16px) calc(1.1em + 0px), calc(100% - 10px) calc(1.1em + 0px), calc(100% - 2.5em) 0.5em;
    background-size: 6px 5px, 6px 5px, 0px 0em;
    background-repeat: no-repeat;
}

.site-calculator .calcu-form {
    padding-top: 60px;
}

.site-calculator .calcu-form .calcu-form-title {
    color: var(--white-cl);
    font-weight: bold;
    padding: 10px 10px;
    font-size: 30px;
    background: var(--secondary-cl);
    text-align: center;
    font-family: var(--secondary-font);
}

.site-calculator .calcu-form .form-field .form-recaptcha,
.site-calculator .calcu-form .form-field .form-recaptcha a,
.site-calculator .calcu-form .form-field .form-field-check1,
.site-calculator .calcu-form .form-field .form-field-check2,
.site-calculator .calcu-form .form-field .form-field-check1 a,
.site-calculator .calcu-form .form-field .form-field-check2 a {
    color: var(--primary-cl);
}

.site-calculator .calcu-form .wpcf7-list-item {
    margin: 0;
}

.site-calculator .calcu-navigate {
    margin-top: 60px;
}

.site-calculator .calcu-navigate button#cal-prev:disabled:hover,
.site-calculator .calcu-navigate button#cal-next:disabled:hover{
    color: #b7b7b7 !important;
}

@media only screen and (min-width:320px) {
}

@media only screen and (min-width:375px) {
}

@media only screen and (min-width:481px) {
}

@media only screen and (min-width:600px) {

    /* CTA Section */
    .site-cta .cta-heading {
        width: calc(100% - 215px);
    }

    .site-cta .cta-btn {
        width: 200px;
        padding-top: 0;
    }

}

@media only screen and (min-width:768px) {

    /* Hero Form */
    .hero-slide-form .hr-form-promo {
        font-size: 18px;
    }

    .hero-slide-form .hr-form-title {
        font-size: 28px;
        padding: 15px 15px;
    }

    .hero-slide-form .form-field .form-field-wrap {
        padding: 15px 30px;
    }

    .hero-slide-form .form-field .form-field-name {
        width: 49%;
    }

    .hero-slide-form .form-field .form-field-number {
        width: 49%;
    }

    .hero-slide-form .form-field .form-field-email {
        width: 49%;
    }

    .hero-slide-form .form-field .form-field-select {
        width: 49%;
    }

    /* Our Service Process */
    .process-step .process-step-title {
        max-width: 45%;
    }

    .process-step .process-step-info {
        position: absolute;
        padding: 30px 15px;
        width: calc(55% - 30px);
        background: transparent;
        border: 0;
        margin-left: 0;
    }

    .process-step .process-step-title .step-num {
        height: 50px;
        width: 50px;
        left: -25px;
        font-size: 22px;
    }

    .process-step .process-step-title .step-label {
        font-size: 15px;
    }

    .process-step .process-step-title .process-step-num {
        padding: 10px 10px 10px 0px;
    }

    .process-step .process-step-img {
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all 0.5s ease;
        display: block;
    }

    .process-step .process-step-desc {
        position: absolute;
        background-color: rgba(0, 0, 0, .63);
        color: var(--white-cl);
        font-size: 16px;
        line-height: 1.3;
        padding: 15px 15px;
        width: calc(100% - 60px);
        left: -100%;
        bottom: 15px;
        transition: all 0.5s ease;
        z-index: 1;
    }

    .process-step .process-step-item.active .process-step-img {
        left: 0;
    }

    .process-step .process-step-item.active .process-step-desc {
        left: 15px;
        width: calc(100% - 30px);
    }

    .process-step .process-step-title .process-step-num:after {
        display: none;
    }

    .process-step .process-step-info .process-step-image {
        display: none;
    }

    /* Site CTA */
    .site-cta .cta-image img {
        display: none;
    }

    .site-cta .site-cta-bg {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .site-cta .cta-image {
        width: 200px;
    }

    .site-cta .cta-info {
        width: calc(100% - 200px);
    }

    .site-cta .cta-info-wrap {
        padding: 15px 15px;
        height: calc(100% - 40px);
        margin: 20px 0;
    }

    .site-cta .cta-btn a.button {
        font-size: 14px;
    }

    .site-cta .cta-sub-title {
        font-size: 14px;
    }

    .site-cta .cta-title {
        font-size: 25px;
    }

    /* Service We Offer */
    .site-service .service-item {
        width: 49%;
    }

    .site-service .service-item:not(:nth-child(4n + 1)) {
        margin-left: 0;
    }

    .site-service .service-item:not(:nth-child(2n + 1)) {
        margin-left: 2%;
    }

    .site-service .service-top-mob {
        display: none;
    }

    .site-service .service-item:hover .service-cta {
        display: block;
    }

}

@media only screen and (min-width:991px) {
    .service-area .service-area-info {
        width: 40%;
        padding-right: 60px;
    }

    .service-area .service-area-map {
        width: 60%;
    }

}

@media only screen and (min-width:1024px) {

    /* Common Classes */
    .section-subtitle {
        font-size: 18px;
    }

    /* Main Navigation */
    .nav-primary {
        clear: left;
        top: auto;
        right: auto;
        overflow: inherit;
        position: relative;
        left: auto;
        height: auto;
        width: 100%;
        padding: 0 0;
        transition: none;
        display: inline-block !important;
        vertical-align: middle;
        float: none;
        border: 0;
    }

    .nav-primary > .wrap {
        text-align: center;
    }

    .nav-primary.show {
        margin-top: 0;
        left: 0;
        background: transparent;
    }

    .menu-toggle,
    .sub-menu-toggle {
        display: none;
        visibility: hidden;
    }

    .nav-primary .genesis-nav-menu a {
        font-size: 12px;
        background: transparent;
    }

    .genesis-nav-menu .sub-menu {
        border-top: 0;
    }

    .nav-primary .genesis-nav-menu a {
        padding: 15px 5px;
        margin: 0 3px;
        border-bottom: 3px solid transparent;
    }

    .nav-primary .genesis-nav-menu .sub-menu a {
        background: var(--primary-cl);
        padding: 15px 15px;
    }

    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 210px;
    }

    .nav-primary .genesis-nav-menu > li.current-menu-item > a,
    .nav-primary .genesis-nav-menu > li:hover > a {
        background: transparent;
        border-radius: 0;
        border-bottom: 5px solid var(--tertiary-cl);
    }

    .genesis-nav-menu a:focus,
    .genesis-nav-menu a:hover,
    .genesis-nav-menu .current-menu-item > a {
        color: var(--tertiary-cl);
        background: transparent;
        border-radius: 0;
        border-bottom: 3px solid var(--tertiary-cl);
    }

    .nav-primary .genesis-nav-menu .sub-menu a:hover,
    .nav-primary .genesis-nav-menu .sub-menu a:focus,
    .genesis-nav-menu .sub-menu .current-menu-item > a,
    .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
    .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
        background: var(--secondary-cl) !important;
        color: var(--tertiary-cl);
        border-radius: 0;
    }

    .genesis-nav-menu > li.menu-item-has-children > a span:after {
        content: "\f107";
        font-family: 'Font Awesome\ 6 Free';
        margin-left: 3px;
        font-weight: 900;
        font-size: 14px;
        color: #324d5e;
    }

    /* Site Header */
    header.site-header .hrd-layer {
        padding: 35px 15px 0;
    }

    header.site-header .hrd-lyr-col {
        background-color: var(--tertiary-cl);
    }

    header.site-header .hrd-lyr-col:before {
        content: "";
        position: absolute;
        top: 6px;
        width: 93%;
        height: 35px;
        clip-path: polygon(50% 0%, 100% 100%, 100% 100%, 0 100%, 0 100%);
        background: var(--tertiary-cl);
    }

    header.site-header .header-logo {
        text-align: left;
    }

    header.site-header .header-logo img {
        height: auto;
    }

    header.site-header .header-tagline {
        font-size: 22px;
    }

    header.site-header .hrd-lyr-col .hrd-layer-1 {
        order: 1;
    }

    header.site-header .hrd-lyr-col .hrd-layer-3 {
        order: 3;
    }

    header.site-header .header-row.hrd-layer-1,
    header.site-header .header-row.hrd-layer-3 {
        flex: 1;
    }

    header.site-header .header-row.hrd-layer-2 {
        flex: 3;
        order: 2;
    }

    header.site-header .header-3rd {
        text-align: right;
        padding: 0;
        background: transparent;
    }

    header.site-header .header-3rd .header-num {
        margin-bottom: 15px;
    }

    header.site-header .header-3rd .header-cta {
        display: flex;
        justify-content: flex-end;
    }

    header.site-header .header-logo {
        padding: 10px 15px;
    }

    header.site-header .header-3rd .header-num span a {
        display: inline-block;
        font-size: 15px;
        padding: 0 12px 0 0;
    }

    header.site-header .header-3rd .header-num span a {
        color: var(--primary-cl);
    }

    header.site-header .header-3rd .header-cta a.button {
        font-size: 12px;
    }

    header.site-header .social-media .social-media-item {
        width: auto;
    }

    header.site-header .social-media .social-media-item:not(:last-child) {
        margin: 0 3px;
    }

    header.site-header .menu-item-home a:before {
        content: "\e3af";
        font-family: "Font Awesome\ 6 Free";
        font-weight: 900;
        font-size: 11px;
    }

    header.site-header .menu-item-home a span {
        font-size: 0;
    }

    body.window_scrolled header.site-header .header-3rd {
        display: block;
    }

    body.window_scrolled header.site-header .header-logo img {
        height: auto;
    }

    /* Hero Slider */
    .hero-slide-control.slide-control {
        display: block;
    }

    /* Hero Form */
    .hero-slider .hero-item {
        height: 117vh;
        min-height: 920px;
        max-height: 1200px;
    }

    .hero-slide-form {
        position: absolute;
        bottom: -1px;
        top: auto;
        margin: 0;
    }

    .hero-slide-form:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: var(--white-cl);
        bottom: 0;
        clip-path: polygon(20% 0, 80% 0, 100% 100%, 0% 100%);
    }

    .hero-slide-form .hr-form-wrap {
        padding: 0 15px 60px;
    }

    .hero-slide-form .hr-form-promo {
        font-size: 20px;
    }

    .hero-slide-form .hr-form-title {
        font-size: 30px;
    }

    .hero-slide-form .form-field .form-field-wrap {
        padding: 15px 15px;
    }

    .hero-slide-form .form-field .form-field-name {
        order: 1;
        width: 18.4%;
    }

    .hero-slide-form .form-field .form-field-number {
        order: 2;
        width: 18.4%;
    }

    .hero-slide-form .form-field .form-field-email {
        order: 3;
        width: 18.4%;
    }

    .hero-slide-form .form-field .form-field-select {
        order: 4;
        width: 18.4%;
    }

    .hero-slide-form .form-field .form-leads {
        order: 6;
    }

    .hero-slide-form .form-field .form-recaptcha {
        order: 7;
    }

    .hero-slide-form .form-field .form-field-check1 {
        order: 8;
    }

    .hero-slide-form .form-field .form-field-check2 {
        order: 9;
    }

    .hero-slide-form .form-field .form-field-submit {
        order: 5;
    }

    /* Homepage Content */
    body.home .site-inner .content {
        display: block;
    }

    body.home .site-inner .home-cont-img {
        float: right;
        padding: 0 30px 30px 60px;
        width: 50%;
        max-width: 100%;
        margin: 0;
    }

    /* Site Badges */
    .badges-section {
        padding: 30px 15px 100px;
    }

    .badges-section .badge-list {
        padding: 0 60px;
    }

    /* Recent Projects */
    .smpl-gallery .smpl-gal-items {
        padding: 0 60px;
    }

    .smpl-gallery .section-btn a.button {
        margin: 0;
    }

    .smpl-gallery .section-btn .gal-cta-label {
        margin-right: 30px;
        width: auto;
    }

    /* Advatages Section */
    .advantage-section .advantage-items {
        margin-top: 50px;
    }

    .advantage-section:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: var(--white-cl);
        z-index: 1;
        clip-path: polygon(50% 0%, 100% 100px, 100% 100%, 0 100%, 0 100px);
    }

    .advantage-section:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 100%;
        height: 100%;
        background-color: var(--secondary-cl);
        z-index: 1;
        clip-path: polygon(50% 0%, 100% 100px, 100% 100%, 0 100%, 0 100px);
    }

    .advantage-section .advantage-item:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }

    .advantage-section .adv-cta-label {
        margin-right: 60px;
        width: auto;
        text-align: left;
    }

    .advantage-section .section-btn a.button {
        margin: 0;
    }

    .advantage-section .advantage-desc {
        font-size: 20px;
    }

    .advantage-section .advantage-title {
        font-size: 24px;
    }

    /* Our Service Process */
    .process-step .process-step-title {
        max-width: 45%;
    }

    .process-step .process-step-info {
        padding: 30px 30px;
        width: calc(55% - 30px);
    }

    .process-step .process-step-row {
        padding: 0 15px;
    }

    .process-step .process-step-title .process-step-num {
        margin-left: 40px;
    }

    .process-step .process-step-title .step-num {
        height: 60px;
        width: 60px;
        left: -30px;
        font-size: 30px;
    }

    .process-step .process-step-title .step-label {
        font-size: 25px;
    }

    .process-step .process-step-desc {
        padding: 30px 30px;
        width: calc(100% - 60px);
        bottom: 30px;
    }

    .process-step .process-step-item.active .process-step-desc {
        left: 30px;
        width: calc(100% - 60px);
        font-size: 20px;
    }

    .site-service .serv-btn-btn-wrp {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Inner Services Section */
    .inner-services .inner-serv-info .inner-serv-title {
        font-size: 30px;
    }

    .inner-services .inner-serv-desc {
        font-size: 16px;
    }

    /* Section CTA */
    .site-cta .cta-desc {
        font-size: 20px;
    }

    .site-cta .cta-image {
        width: 250px;
    }

    .site-cta .cta-info {
        width: calc(100% - 250px);
    }

    .site-cta .cta-info-wrap {
        padding: 15px 15px;
        height: calc(100% - 60px);
        margin: 30px 0;
    }

    .site-cta .cta-btn a.button {
        font-size: 16px;
    }

    .site-cta .cta-sub-title {
        font-size: 18px;
    }

    .site-cta .cta-title {
        font-size: 30px;
    }

    /* Service We Offer */
    .site-service .service-item {
        width: 23.5%;
    }

    .site-service .service-item:not(:nth-child(2n + 1)) {
        margin-left: 0;
    }

    .site-service .service-item:not(:nth-child(4n + 1)) {
        margin-left: 2%;
    }

    .site-service .service-info {
        padding: 30px 15px;
    }

    .site-service .service-name,
    .site-service .service-title {
        font-size: 20px;
    }

    .site-service .service-link a.button {
        font-size: 14px;
    }

    .site-cta .cta-heading {
        width: calc(100% - 250px);
    }

    .site-cta .cta-btn {
        width: 235px;
    }

    /* Areas We Service */
    .service-area .service-area-info {
        width: 50%;
        padding-right: 30px;
    }

    .service-area .service-area-map {
        width: 50%;
    }

    /* Review Section */
    .review-section .full-width-wrap {
        width: 70%;
        padding: 100px 15px 100px 15px;
    }

    /* Storm Damage */
    .storm-section .storm-info-item {
        padding: 30px 15px;
    }

    /* Slide Control */
    .badge-slide-control.slide-control .left,
    .badge-slide-control.slide-control .right,
    .sample-gal-slide-control.slide-control .left,
    .sample-gal-slide-control.slide-control .right,
    .post-slide-control.slide-control .left,
    .post-slide-control.slide-control .right {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .badge-slide-control.slide-control .left,
    .sample-gal-slide-control.slide-control .left,
    .post-slide-control.slide-control .left {
        left: 0;
        right: auto;
    }

    .badge-slide-control.slide-control .right,
    .sample-gal-slide-control.slide-control .right,
    .post-slide-control.slide-control .right {
        right: 0;
        left: auto;
    }

    /* Latest News */
    .latest-post .heading-wrap {
        padding-right: 290px;
    }

    /* FAQs Section */
    .trust-items .trust-desc {
        font-size: 16px;
    }

    .faqs-section .section-btn .faqs-cta-label {
        margin-right: 30px;
    }

    /* Footer Section */
    .top-footer-section:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: var(--secondary-cl);
        z-index: 1;
        clip-path: polygon(50% 0%, 100% 100px, 100% 100%, 0 100%, 0 100px);
    }

    .top-footer-section:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 100%;
        height: 100%;
        background-color: var(--tertiary-cl);
        z-index: 1;
        clip-path: polygon(50% 0%, 100% 100px, 100% 100%, 0 100%, 0 100px);
    }

    .top-footer-section .ft-triangle:before,
    .top-footer-section .ft-triangle:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 0px;
        height: 0px;
        z-index: 2;
    }

    .top-footer-section .ft-triangle:before {
        left: 0;
        border-top: 80px solid transparent;
        border-bottom: 0px solid transparent;
        border-left: 80px solid var(--dark-bl);
    }

    .top-footer-section .ft-triangle:after {
        right: 0;
        border-top: 80px solid transparent;
        border-bottom: 0px solid transparent;
        border-right: 80px solid var(--dark-bl);
    }

    .top-footer-section .footer-info-item:not(:nth-child(4n+1)) {
        margin-left: 2%;
    }

    .top-footer-section .footer-info-item {
        font-size: 14px;
    }

    /* Floating CTA */
    .floating-cta {
        position: fixed;
        transform-origin: top right;
        right: 0;
        left: auto;
        bottom: auto;
        top: 0;
        transform: rotate(-90deg) translateY(-100%);
        margin-top: 33vh;
        padding: 0 0;
        max-width: 250px;
        z-index: 999;
        display: none;
    }

    .side-padding {
        padding-right: 150px;
        padding-left: 150px;
    }

}

@media only screen and (min-width:1201px) {

    /* Site Header */
    header.site-header .hrd-layer {
        padding: 15px 15px 0;
    }

    header.site-header .header-tagline {
        font-size: 22px;
    }

    header.site-header .header-logo {
        padding: 10px 15px;
    }

    header.site-header .header-3rd .header-num span a {
        display: inline-block;
        font-size: 15px;
        padding: 0 12px 0 0;
    }

    header.site-header .header-3rd .header-cta a.button {
        font-size: 12px;
    }

    .nav-primary .genesis-nav-menu a {
        padding: 15px 7px;
        font-size: 15px;
    }

    header.site-header .menu-item-home a:before {
        font-size: 14px;
    }

    /* Our Service Process */
    .process-step .process-step-row {
        padding: 0 15px 0 60px;
    }

    .process-step .process-step-title .step-num {
        height: 80px;
        width: 80px;
        left: -40px;
    }

    /* Review Section */
    .review-section .full-width-wrap {
        width: 65%;
    }

    .top-footer-section .footer-info-item {
        font-size: 16px;
    }

}

@media only screen and (min-width:1367px) {

    /* Site Header */
    header.site-header .hrd-layer {
        padding: 15px 30px 0;
    }

    header.site-header .header-tagline {
        font-size: 28px;
    }

    header.site-header .header-logo {
        padding: 10px 15px;
    }

    header.site-header .header-3rd .header-num span a {
        display: inline-block;
        font-size: 18px;
        padding: 0 26px 0 0;
    }

    header.site-header .header-3rd .header-cta a.button {
        font-size: 16px;
    }

    .nav-primary .genesis-nav-menu a {
        padding: 18px 10px;
        font-size: 16px;
    }

    header.site-header .menu-item-home a:before {
        font-size: 15px;
    }

    /* Hero Form */
    .hero-slide-form .hr-form-promo {
        font-size: 25px;
    }

    .hero-slide-form .hr-form-title {
        font-size: 35px;
    }

    .hero-slide-form .form-field .form-field-wrap {
        padding: 15px 30px;
    }

    /* Our Service Process */
    .process-step .process-step-row {
        padding: 0 15px 0 150px;
    }

    /* Section CTA */
    .site-cta .cta-image {
        width: 400px;
    }

    .site-cta .cta-info {
        width: calc(100% - 400px);
    }

    .site-cta .cta-info-wrap {
        height: calc(100% - 80px);
        margin: 40px 0;
        padding: 30px 30px;
    }

    .site-cta .cta-btn a.button {
        font-size: 18px;
    }

    .site-cta .cta-title {
        font-size: 40px;
    }

    /* Service We Offer */
    .site-service .service-info {
        padding: 30px 30px;
    }

    .site-service .service-name,
    .site-service .service-title {
        font-size: 25px;
    }

    .site-service .service-link a.button {
        font-size: 18px;
    }

    /* Areas We Service */
    .service-area .service-area-info {
        width: 40%;
        padding-right: 60px;
    }

    .service-area .service-area-map {
        width: 60%;
    }

    /* Review Section */
    .review-section .full-width-wrap {
        width: 60%;
        padding: 100px 30px 100px 15px;
    }

    /* Storm Damage */
    .storm-section .storm-info-item {
        padding: 60px 30px;
    }

    /* FAQs Section */
    .faqs-section .section-btn .faqs-cta-label {
        font-size: 40px;
    }

}

@media only screen and (min-width:1681px) {

    /* Site Header */
    header.site-header .hrd-layer {
        padding: 41px 60px 0;
    }

    header.site-header .header-logo {
        padding: 10px 30px;
    }

    header.site-header .header-3rd .header-num span a {
        display: inline-block;
        font-size: 20px;
        padding: 0 36px 0 0;
    }

    header.site-header .header-3rd .header-cta a.button {
        font-size: 18px;
    }

    .nav-primary .genesis-nav-menu a {
        padding: 18px 15px;
        font-size: 18px;
    }

    header.site-header .menu-item-home a:before {
        font-size: 17px;
    }

    /* Section CTA */
    .site-cta .cta-image {
        width: 550px;
    }

    .site-cta .cta-info {
        width: calc(100% - 550px);
    }

    .site-cta .cta-info-wrap {
        padding: 60px 60px;
    }

    /* Review Section */
    .review-section .full-width-wrap {
        width: 50%;
        padding: 100px 60px 100px 15px;
    }

    /* Storm Damage */
    .storm-section .storm-info-item {
        padding: 60px 60px;
    }

}

@media only screen and (max-width:1023px) {
    body {
        font-size: 16px !important;
    }

    /* Hero Slider */
    .hero-slider .hero-lists .col-3 {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .hero-slider a.button {
        min-width: 230px;
    }

    /* Page Banner */
    .breadcrumb span.bc-wrap {
        display: block;
    }

    /* Review Section */
    .review-section .full-width-wrap {
        padding: 100px 20px;
    }

    .review-section .review-items {
        margin-right: 0;
    }

    .review-section .review-slide-control.slide-control {
        position: relative;
        display: flex;
        gap: 15px;
        justify-content: flex-start;
        margin-bottom: 40px;
    }

    .review-section:after,
    .review-section:before {
        display: none;
    }

    .review-section .review-bg {
        background-position: -310px;
    }

    .review-section .section-btn a {
        min-width: 260px;
    }

    /* Services Section */
    .site-service .section-btn .serv-btn-btn {
        padding: 0;
    }

    .site-service .service-btn-wrap {
        display: block;
        max-width: 400px;
        margin: 0 auto;
    }

    .site-service .serv-btn-btn-wrapper {
        justify-content: end;
        align-items: center;
        max-width: 260px;
        display: flex;
        margin: 0 auto;
    }

    .site-service .serv-btn-btn-wrp {
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 20px;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .site-service .section-btn .serv-btn-title {
        text-align: center;
    }

    /* Latest News */
    .latest-post .site-latest-post-wrap {
        padding: 0;
    }

    .latest-post .post-heading-btn {
        position: relative;
        bottom: auto;
        right: auto;
        max-width: 240px;
        margin: 20px auto;
    }

    /* Areas We Serve Section */
    .service-area-wrap {
        display: block;
    }

    /* Our Advantages Section */
    .advantage-section .site-advantage-bg {
        top: 0;
    }

    .advantage-section .advantage-items {
        margin-top: 60px;
    }

    .advantage-section .advantage-item {
        margin: 50px 0 35px 0;
    }

    /* Storm Damage Section */
    .storm-section .storm-info-item {
        width: 48%;
        padding: 10px;
    }

    .storm-section .st-damage-form {
        padding-top: 100px;
    }

    .storm-section .st-dm-title {
        font-size: 30px;
    }

    .storm-section .st-dm-desc {
        font-size: 14px;
    }

    /* CTA Section */
    .site-cta .cta-heading {
        text-align: center;
    }

    .site-cta .cta-title:after {
        right: 0;
        margin: 0 auto;
    }

    /* FAQs Section */
    .faqs-section .slmp-faqs .slmp-faq-question span.faq-question {
        font-size: 20px;
    }

    .faqs-section .slmp-faqs .slmp-faq-answer {
        font-size: 16px;
    }

    .faqs-section .section-btn .faqs-cta-label {
        margin-bottom: 20px;
    }

    /* Trust iTems Section */
    .trust-items {
        display: flex;
        gap: 4%;
    }

    .trust-items .trust-item {
        width: 48%;
        margin-left: 0 !important;
        margin-bottom: 60px;
    }

    .trust-items .trust-title {
        font-size: 20px;
    }

    .trust-items .trust-desc {
        color: var(--white-cl);
    }

    /* Storm Damage Section */
    .storm-section .storm-info-item {
        min-height: auto;
    }

    /* Latest News Section */
    .post-slide-control.slide-control {
        align-items: self-start;
        justify-content: initial;
    }

    .latest-post .site-latest-post-wrap .inner-width {
        padding: 0;
    }

    .latest-post .post-item {
        padding: 20px 0 40px;
    }

    /* Map Section */
    .service-area-map {
        height: 100%;
        width: 100%;
    }

    /* Page Image */
    .wp-block-image.featured-img figure {
        margin-bottom: 100px !important;
    }

    /* Footer Section */
    .top-footer-section {
        background: var(--tertiary-cl);
        border-top: 5px solid var(--secondary-cl);
    }

    .top-footer-section .footer-info-item:not(:last-child) {
        margin-bottom: 40px;
    }

    .site-footer .ftr-form-container {
        margin-top: 30px;
    }

    .site-footer .newsletter-title {
        margin: 0 0 20px;
    }

    .site-footer .footer-column .footer-item-rows:not(:first-child) {
        display: none;
    }

    .site-footer .column-btn {
        margin-bottom: 60px;
    }

    .site-footer .column-btn a {
        border-color: var(--tertiary-cl);
        background: transparent;
        max-width: 250px;
    }

    .site-footer .column-btn a:before {
        margin: 0 15px 0 0;
    }

    .site-footer .column-btn a:before {
        content: "\f063";
        border: 1px solid var(--tertiary-cl);
        background: var(--tertiary-cl);
        color: var(--primary-cl);
    }

    /* Floating CTA */
    .floating-cta {
        max-width: 350px;
    }

    .floating-cta a.cta-float-num {
        background: var(--primary-cl);
        border-color: var(--primary-cl);
    }

    .floating-cta a.cta-float-num:before {
        color: var(--primary-cl);
    }

    .floating-cta a.cta-float-text {
        background: var(--secondary-cl);
        border-color: var(--secondary-cl);
    }

    .floating-cta a.cta-float-num,
    .floating-cta a.cta-float-text {
        padding: 0;
    }

    .floating-cta a.cta-float-num:before,
    .floating-cta a.cta-float-text:before {
        margin: 0 8px 0 0;
        padding: 18px 15px;
    }

    .floating-cta a.cta-float-num:before {
        margin: 0 13px 0 0;
    }

    .floating-cta a.cta-float-num span,
    .floating-cta a.cta-float-text span {
        font-size: 12px;
    }

    .window_scrolled .floating-cta .floating-cta-wrap div {
        width: 50%;
    }

    .window_scrolled .desktop-floating-cta {
        display: none;
    }

    .floating-cta .cta-float-number {
        display: none;
    }

    .window_scrolled .floating-cta .cta-float-number {
        display: block;
    }

    .floating-cta .cta-float-btn {
        width: 100%;
    }

    .floating-cta a.cta-float-text span {
        font-size: 18px;
    }

    .floating-cta a.cta-float-text:before {
        padding: 18px 15px;
        background: var(--primary-cl);
        color: var(--tertiary-cl);
    }

    .window_scrolled .floating-cta a.cta-float-text span {
        font-size: 12px;
    }

    .window_scrolled .floating-cta a.cta-float-text:before {
        padding: 18px 15px;
        background: var(--tertiary-cl);
        color: var(--secondary-cl);
    }

    .floating-cta a.cta-float-num:before {
        content: "\f095";
    }

}

@media only screen and (max-width:991px) {
    .post-slide-control.slide-control {
        margin-bottom: 20px;
    }

    .post-slide-control.slide-control .left,
    .post-slide-control.slide-control .right {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

}

@media only screen and (max-width:767px) {
    .process-step .process-step-info {
        height: 0 !important;
    }

    .process-step .process-step-item.active .process-step-info {
        height: auto !important;
    }

    .site-service .service-item-wrap,
    .site-service .service-name,
    .site-service .service-cta,
    .site-service .service-title,
    .site-service .service-icon {
        display: none;
    }

    .site-service .service-item-wrap.active .service-desc,
    .site-service .service-item-wrap.active,
    .site-service .service-cta.active {
        display: block;
    }

    .site-service .service-item-wrap.active {
        min-height: auto;
    }

    .site-service .service-item-wrap.active .service-desc {
        opacity: 1;
        margin-bottom: 15px;
    }

    /* Progress Bar */
    .progress-wrapper .progress-percentage {
        width: 159px;
    }

}

@media only screen and (max-width:480px) {
    .hr-form.lazyload.background-image.relative {
        background-image: url(/wp-content/uploads/2025/09/mobile-form-bg.jpg) !important;
    }

}

.site-service .service-icon {
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
}

.site-service .service-info {
    height: 200px;
}
