/*
    general styles
*/
*,
*::before,
*::after {
    box-sizing: inherit;
    outline: none!important;
}

.site-contnact-text.contact-hour ul {
    padding-left: 20px;
}

.grecaptcha-badge {
    visibility: hidden;
}
body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6em;
    color: #393939;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .entry-title, .result-title a {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
}
h1,
.entry-title,
.archive-title,
h2.section-heading {
    font-size: 40px;
}
h1,
.entry-title,
.archive-title {
    text-align: center;
}
h2,.result-title a {
    font-size: 30px;
}
h3 {font-size: 26px;}
h4 {font-size: 22px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}
.site-section-heading {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.1;
    color: #000000;
}
.div-transition {
    -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
}
.site-heading-divider {
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
}
.site-heading-divider:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 88px;
    height: 4px;
    background-color: #c8ae7d;
    left: 0;
}
.site-heading-divider.divider-white:after {
    background-color: #ffffff;
}
.site-heading-divider.divider-brown:after {
    background-color: #a23836;
}
.site-heading-divider.divider-right:after {
    left: auto;
    right: 0;
}
.site-heading-divider.divider-center:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.entry-content ul li:before, .entry-content ul li li:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #bbbcb9;
    position: absolute;
    left: 1px;
    top: 7px;
}
.site-column-1, .site-column-2, .site-column-3, .site-column-4, .site-column-5, .site-column-6 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.section-full {
    max-width: 100%;
    width: 100%;
}
.section-width-wide {
    max-width: 1680px;
    width: 100%;
}
.section-width-normal {
    max-width: 1230px;
    width: 100%;
}
.section-centered {
    margin-right: auto;
    margin-left: auto;
}
.section-padding-ltr-regular {
    padding-right: 15px;
    padding-left: 15px;
}
.section-padding-ltr-m {
    padding-right: 30px;
    padding-left: 30px;
}
.section-padding-ttb-regular {
    padding-top: 100px;
    padding-bottom: 100px;
}
.site-flex {
    display: flex;
}
.font-medium {font-weight: 500}
.font-semibold {font-weight: 600}
.font-bold {font-weight: 700}
.text-uppercase{text-transform: uppercase;}
.text-capitalize{text-transform: capitalize;}
.text-lowercase{text-transform: lowercase;}
.site-button a.blueborder-transparent {
    background-color: #ffffff;
    border: 1px solid #1b237d;
    color: #1b237d;
}
.site-button a.blackborder-transparent {
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}
.site-button a.blackborder-bgtransparent {
    background-color: rgba(255, 255, 255, 0.0);
    border: 1px solid #000000;
    color: #000000;
}
.site-button a.whiteborder-transparent-bgtransparent {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #ffffff;
    color: #ffffff;
}
.site-button a.yellowbg {
    background-color: #ef9a18;
    border: 1px solid  #ef9a18;
    color: #000000;
}
.site-button a.whitebg {
    background-color: #ffffff;
    border: 1px solid  #ffffff;
    color: #000000;
}
button:not(.slick-arrow):not(.menu-toggle):not(.sub-menu-toggle), input[type="button"],
input[type="reset"], input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"], .button,
.slmp-gallery .slmp-gallery-load-more button,
.post-password-form input[type="submit"], .search-form input[type="submit"],
.site-button a {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    width: auto;
    min-width: 185px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0;
    background-color: #1b237d;
    border: 1px solid #1b237d;
}
button:not(.slick-arrow):not(.menu-toggle):not(.sub-menu-toggle), input[type="button"],
input[type="reset"], input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"], .button,
.slmp-gallery .slmp-gallery-load-more button,
.post-password-form input[type="submit"], .search-form input[type="submit"],
.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled, .site-container input:disabled:hover, .site-container input[type="button"]:disabled, .site-container input[type="button"]:disabled:hover, .site-container input[type="reset"]:disabled, .site-container input[type="reset"]:disabled:hover, .site-container input[type="submit"]:disabled, .site-container input[type="submit"]:disabled:hover,
.site-button a:hover,
.site-button a.blueborder-transparent:hover, .site-button a.blackborder-bgtransparent:hover {
    background-color: #ef9a18;
    border: 1px solid  #ef9a18;
    color: #000000;
}
button:hover, input[type="button"]:hover,
input[type="reset"]:hover, input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover, .button:hover,
.slmp-gallery .slmp-gallery-load-more button:hover,
.post-password-form input[type="submit"]:hover, .search-form input[type="submit"]:hover {
    background-color: #ef9a18;
    border: 1px solid  #ef9a18;
    color: #000000;
}
.site-button a i {
    margin-right: 5px;
}
.site-button a.yellowbg:hover,
.site-button a.whitebg:hover {
    background-color: #1b237d;
    border: 1px solid  #1b237d;
    color: #ffffff;
}
.nav-primary {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.overflow-hidden {
    overflow: hidden;
}
.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
button.slick-prev, button.slick-next {
    position: absolute;
    left: 0;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    padding: 0 0;
    font-size: 0 !important;
}
.site-section-slick-container .slick-arrow, button.slick-next.slick-arrow, button.slick-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
    z-index: 30;
}
button.slick-prev:before, button.slick-next:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 14px;
    color: #000000;
}
button.slick-prev:before {
    content: '\f053';
}
.site-section-slick-container .slick-arrow.slick-prev, button.slick-prev {
    background-position: center center;
    background-size: 100% 100%;
}
ul.slick-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 50px;
}
ul.slick-dots li {
    line-height: 1;
    margin: 0;
    padding: 0;
    height: auto;
    display: inline-flex;
}
ul.slick-dots button {
    padding: 0!important;
    font-size: 0!important;
    width: 10px!important;
    min-width: auto!important;
    min-height: auto!important;
    height: 10px!important;
    border-radius: 50%!important;
    background-color: transparent!important;
    border: 1px solid #ffffff!important;
}
ul.slick-dots li:hover button,
ul.slick-dots li.slick-active button {
    background-color: #ffffff!important;
}
.slmp-faqs.faqs-layout-1 .slmp-faq-listing {
    padding: 0;
    background-color: transparent;
}
.slmp-faqs .slmp-faq-item .slmp-faq-question,
.slmp-faqs .slmp-faq-item .slmp-faq-answer,
.slmp-faqs .slmp-faq-item .slmp-faq-question.active .faq-question {
    background-color: #fffcf9;
    border-radius: 0px;
    border-color: #fffcf9!important;
}
.slmp-faqs .slmp-faq-item .slmp-faq-question.active .faq-question {
    color: #000000;
}
.slmp-faqs .slmp-faq-item .slmp-faq-answer {
    padding: 0 30px 30px;
    color: #444444;
}
.slmp-faqs .slmp-faq-item .slmp-faq-question .faq-count {
    display: none;
}
.slmp-faqs .slmp-faq-item .slmp-faq-question .faq-question {
    color: #000000;
    width: 100%;
    min-height: 60px;
    padding: 5px 30px;
}
.slmp-faqs .slmp-faq-item .slmp-faq-question .faq-question:before {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%) rotate(0deg);
}
.slmp-faqs .slmp-faq-item .slmp-faq-question.active .faq-question:before {
    content: '\f107';
}
.after-entry, .entry{
    margin-bottom: 0!important;
}
#slmp_geojuice {
    position: relative;
    z-index: 1;
}
.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover .slmp-image-hover-icon {
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    background: transparent;
    width: 100%;
    height: auto;
    gap: 15px;
}
.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover:before {
    background-color: rgba(239, 154, 24, 0.75);
}
.slmp-gallery .slmp-image-item .slmp-image-hover-icon:before {
    content: 'View Enlarge Image';
    text-transform: uppercase;
    font-size: 16px;
}
.slmp-gallery .slmp-image-item .slmp-image-hover-icon:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/01/right-up.png);
    background-position: center;
    background-size: 100% 100%;
    display: block;
    width: 50px;
    height: 50px;
}
.slmp-gallery.slmp-grid-gallery .slmp-image-item .slmp-grid-image {
    min-height: 346px;
    display: flex;
}
.slmp-gallery.slmp-grid-gallery .slmp-image-item .slmp-grid-image img {
    width: 100%;
    object-fit: cover;
    display: block;
}
.slmp-gallery .slmp-gallery-load-more button {
    background-color: transparent !important;
    border: 1px solid #000000 !important;
    min-width: 220px !important;
}
body.error404 h1.entry-title,
.archive-title {
    text-align: center;
}
.entry-content .search-form {
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.entry-content .search-form label {
    width: 80%;
}
.entry-content .search-form input.search-submit {
    margin-top: 0;
    width: 18%;
}
.result-search {
    text-align: center;
}
.search-result-excerpt a.more-link {
    display: inline;
    margin: 0;
    font-weight: 500;
}
.site-social-media {
    line-height: 1;
}
.site-social-media ul {
    display: inline-flex;
    gap: 10px;
}
.site-social-media ul li.site-socialmedia-list a {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url(/wp-content/uploads/2025/12/social-icons.png);
    background-position: 0px -20px;
}
.site-social-media ul li.site-socialmedia-list a.site-social-sprite-icon-googlebiz {
    background-position: -60px -20px;
}
.site-social-media ul li.site-socialmedia-list a.site-social-sprite-icon-instagram {
    background-position: -20px -20px;
}
.pagination {
    margin: 70px 0 0;
    display: flex;
    justify-content: center;
}
.pagination ul li a {
    min-width: 50px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    background-color: #ffffff;
    border: 2px solid #d9d9d9;
    color: #000000;
}
.pagination ul li.active a,
.pagination ul li:hover a {
    background-color: #1b237d;
    border: 2px solid #1b237d;
    color: #ffffff;
}
.content .wp-block-image img {
    margin-bottom: 35px;
}
div.wpcf7 .ajax-loader,
.wpcf7-spinner {
    -webkit-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    position: absolute!important;
    top: 50%!important;
    right: 15px!important;
    bottom: auto;
    display: block!important;
    margin: 0!important;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
    top: 50%!important;
    left: 15px!important;
    right: auto!important;
    font-size: 10px!important;
    text-transform: uppercase!important;
    font-weight: 700!important;
    position: absolute!important;
    text-align: right;
    width: auto!important;
    -webkit-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 0 0!important;
    padding: 5px 5px 5px 5px !important;
    font-size: 13px !important;
    text-align: center !important;
    line-height: 1 !important;
    border: 0!important;
    color: #ffffff!important;
    background: #ff0000 !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    background: #ff0000!important;
    color: #ffffff !important;
    border: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #398f14!important;
    color: #ffffff !important;
    border: 0 !important;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 1) url(/wp-content/uploads/2025/11/select-brown.png) no-repeat !important;
    background-position: 95% 50% !important;
    cursor: pointer;
    text-transform: capitalize;
}
.form-container {
    padding: 30px 25px;
    background-color: #1b237d;
    color: #ffffff;
}
.form-container .form-header {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    color: #ffffff;
}
.form-container .form-fields {
    margin-bottom: 10px;
}
.form-container .form-fields:last-child {
    margin-bottom: 0;
    position: relative;
}
.form-container .form-fields input, .form-container .form-fields select, .form-container .form-fields textarea {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #65451f;
    background-color: #fefefe;
    border: 1px solid #65451f;
    font-family: "Poppins", sans-serif;
}
.form-container .form-fields.form-acceptance {
    font-size: 12px;
    line-height: 1.4;
}
.form-container .form-fields.form-acceptance a {
    color: #ef9a18;
    font-weight: 500;
}
.form-container .form-fields.form-acceptance span.wpcf7-list-item {
    margin: 0;
}
.form-container .form-fields button.wpcf7-submit {
    width: 100%;
    margin-top: 20px;
}
.form-container .form-fields textarea {
    height: 120px;
}
.site-modal-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 15px;
    overflow-y: auto;
    display: none;
}
.site-modal-box .site-modal-container {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
}
.site-modal-box .site-modal-form {
    max-width: 500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.site-modal-box .site-modal-close {
    text-align: right;
    color: red;
    font-size: 25px;
    cursor: pointer;
    color: red;
}
#site-section-featuredimage .site-section-wrapper .site-featuredimage-mobile {display: none;}
.site-popup-form-button {
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.site-popup-form-button .site-button-brown {
    background-color: #65451f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    min-height: 40px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
}
.wp-block-media-text {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}
.wp-block-media-text img {
    border: 1px solid #cccccc!important;
    padding: 15px;
}
.wp-block-media-text .wp-block-media-text__content p a:hover {
    color: #000000;
}
.wp-block-media-text.medialock-last-child {
    margin-bottom: 40px;
    padding-bottom: 0;
    border: 0;
}
/* header styles */
header:not(.entry-header) {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.12);
    position: sticky;
    top: 0;
    z-index: 100;
}
.site-main-header {
    background-color: #ffffff;
}
.admin-bar .site-main-header {
    top: 32px;
}
.site-header-logo a {
    max-width: 110px;
    width: 100%;
    display: flex;
}
.site-main-header .section-container > .section-column:last-child > .section-block:first-child {
    gap: 30px;
    justify-content: end;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
.site-main-header .section-container > .section-column:last-child > .section-block:first-child .section-item i {
    margin-right: 5px;
    color: #1b237d;
}
.site-main-header .section-item.widget-phone a {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}
.site-main-header .section-item.widget-phone a:hover {
    color: #1b237d;
}
.site-main-header .section-container > .section-column:last-child > .section-block:last-child {
    align-items: flex-start;
    gap: 40px;
}
.section-item.widget-socialmedia {
    align-items: center;
    line-height: 1;
    gap: 15px;
}
.section-item.widget-address br {
    display: none;
}
.genesis-nav-menu a,
.nav-primary .genesis-nav-menu .sub-menu a {
    color: #000000;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
}
.nav-primary ul#menu-main-menu > li > a:hover,
.nav-primary ul#menu-main-menu > li.current_page_item > a {
    color: #000000;
}
.nav-primary ul#menu-main-menu li > .sub-menu > li > a {
    background-color: #1b237d;
    color: #ffffff;
}
.nav-primary ul#menu-main-menu li > .sub-menu > li > a:hover, 
.nav-primary ul#menu-main-menu li > .sub-menu > li.current_page_item > a {
    background-color: #ef9a18;
    color: #ffffff;
}
#genesis-mobile-nav-primary {
    margin: 0;
}
#genesis-mobile-nav-primary:before {
    content: '\f0c9';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-left: 0;
    font-size: 25px;
}
.site-mobile-nap-button {font-size: 25px}
.site-mobile-nap-details {
    position: fixed;
    background-color: #171d69;
    width: 100%;
    left: 0;
    right: 0;
    top: 114px;
    z-index: 10;
    padding: 15px 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: none;
    line-height: 1;
}
.site-mobile-nap-details .site-mobile-nap-list {
    margin-bottom: 10px;
}
.site-mobile-nap-details .site-mobile-nap-list.cta-address {
    line-height: 1.4;
}
.site-mobile-nap-details .site-mobile-nap-list.cta-address i {
    top: 4px;
    position: relative;
}
.site-mobile-nap-details a {color: #ffffff;}
.site-mobile-nap-details i {
    margin-right: 10px;
}
.site-mobile-nap-list.cta-media ul li a {
    background-position-y: -40px!important;
}
.site-mobile-nap-list.cta-hours ul li {
    margin-bottom: 6px;
}
.site-main-header .section-container {
    justify-content: space-between;
    align-items: center;
}
.site-main-header .section-container > .section-column:last-child > .section-block:last-child > .section-item:last-child {
    gap: 25px;
}
.site-main-header .section-container > .section-column:last-child > .section-block:last-child > .section-item:last-child .site-button:last-child a {
    min-width: auto;
}
.site-mobile-nao-button {
    font-size: 25px;
    color: #000000;
}
.site-main-header .section-main-top {
    background-color: #1b237d;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}
.site-main-header .section-main-top .section-top-cta {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-main-header .section-main-top a {
    color: #ffffff;
}
.site-main-header .section-main-top a:hover {
    color: #ef9a18;
}
.site-main-header .section-main-top i {
    margin-right: 5px;
    font-size: 13px;
}
/* banner styles */
#site-hero {
    width: 100%;
    height: 815px;
    position: relative;
}
#site-hero .site-hero-slide-container {
    height: 815px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#site-hero .site-hero-slide-container:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.50);
}
#site-hero .site-hero-slide-container .site-hero-slide-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
    padding-bottom: 65px;
}
#site-hero .site-hero-slide-container .site-hero-slide-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
}
#site-hero .site-hero-slide-heading {
    font-size: 60px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2em;
}
#site-hero .site-hero-slide-snippet {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2em;
    margin-top: 15px;
    margin-bottom: 40px;
}
#site-hero .site-hero-slide-buttons {
    justify-content: center;
    gap: 20px;
}
#site-hero .site-hero-slide-buttons a.site-hero-slide-btn-el {
    min-width: 205px;
}
#site-hero ul.slick-dots {
    margin-top: 0;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    gap: 10px;
}
#site-hero ul.slick-dots li button {
    border-radius: 0 !important;
    border: 0 !important;
    width: 52px !important;
    height: 5px !important;
    padding: 0 !important;
    min-height: 5px !important;
    background-color: rgba(255, 255, 255, 0.10) !important;
}
#site-hero ul.slick-dots li:hover button,
#site-hero ul.slick-dots li.slick-active button {
    background-color: #ffffff!important;
}
/* checkmark styles */
#site-checkmark {
    position: relative;
    z-index: 1;
}
#chekmark-block {
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
    margin-top: -65px;
    justify-content: space-between;
    font-size: 16px;
    text-align: center;
    color: #000000;
    border: 1px solid #f6f6f6;
    background-color: #ffffff;
    line-height: 1.4;
    position: relative;
}
#chekmark-block:before {
    content: '';
    position: absolute;
    width: 85px;
    height: 85px;
    background-image: url(/wp-content/uploads/2025/12/checkmark-shadow-left.png);
    background-size: 100% 100%;
    left: -10px;
    top: -10px;
}
#chekmark-block:after {
    content: '';
    position: absolute;
    width: 85px;
    height: 85px;
    background-image: url(/wp-content/uploads/2025/12/checkmark-shadow-right.png);
    background-size: 100% 100%;
    right: -10px;
    top: -10px;
}
#chekmark-block .section-column {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}
.widget-checkmark {
    width: 100%;
    height: 130px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.widget-checkmark .widget-checkmark-icon {
    height: 40px;
}
.widget-checkmark .widget-checkmark-icon .family,
.widget-checkmark .widget-checkmark-icon .vip,
.widget-checkmark .widget-checkmark-icon .licensed {
    width: 28px;
    height: 33px;
    display: flex;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.vip {
    width: 40px!important;
    height: 32px!important;
}
.licensed {
    width: 27px!important;
    height: 33px!important;
}
body:not(.home) #site-checkmark #chekmark-block {
    margin-top: 80px;
    margin-bottom: 80px;
}
#site-checkmark.site-checkmark-services #chekmark-block {
    margin-top: -65px !important;
}
/* content styles */
.site-section-banner {
    position: relative;
    width: 100%;
    height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.site-section-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(3, 6, 42, 0.40);
}
.site-section-banner .site-section-banner-box {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.site-section-banner .site-section-banner-box .site-banner-page-subtitle {
    font-size: 16px;
    font-style: italic;
    text-transform: uppercase;
}
.site-section-banner .site-section-banner-box .site-banner-page-title {
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 20px;
}
.site-section-banner .site-section-banner-box .site-banner-page-breacrumbs .breadcrumb {
    border: 0;
    margin: 0;
    padding: 0;
}
.site-section-banner .site-section-banner-box .site-banner-page-breacrumbs .breadcrumb span.bc-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.site-section-banner .site-section-banner-box .site-banner-page-breacrumbs .breadcrumb span.breadcrumb-link-wrap .home-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 30px;
    background-color: #1b237d;
    color: #ffffff;
}
.site-section-banner .site-section-banner-box .site-banner-page-breacrumbs .breadcrumb span.bc-wrap span.breadcrumb-link-wrap a {
    color: #ef9a18;
}
.site-section-banner .site-section-banner-box .site-banner-page-breacrumbs .breadcrumb span.bc-wrap span.breadcrumb-link-wrap a:hover {
    text-decoration: unset;
}
.entry-content p > a {
    color: #1b237d;
}
.wp-block-image.content-image img {
    border: 4px solid #ffffff;
    box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.1);
}
body .site-inner {
    max-width: 100%!important;
    padding: 100px 0px 100px!important;
    background-image: url(/wp-content/uploads/2025/12/home-content-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}
body .site-inner .content {
    max-width: 1230px;
    width: 100%;
    position: relative;
}
body .site-inner .content:before {
    content: '';
    background-image: url(/wp-content/uploads/2026/01/accent-square.png);
    background-size: 100% 100%;
    width: 97px;
    height: 97px;
    display: flex;
    position: absolute;
    left: -17%;
    top: 0;
}
body:not(.home) .site-inner {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
#home-content .content-button-group,
.readmore-box-button .content-button-group {
    gap: 20px;
}
#home-content .content-button-group a,
.readmore-box-button .content-button-group a {
    min-width: 200px;
}
.readmore-box {
    display: none;
    padding: 20px 15px 0;
}
#home-content .section-content-image.last-image {
    position: relative;
}
#home-content .widget-schedule {
    background-color: #ffffff;
    width: 370px;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
    gap: 30px;
    margin-left: auto;
    margin-right: -30px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    z-index: 1;
}
#home-content h1 {text-align: left;}
#home-content .widget-schedule .widget-schedule-icon {
    font-size: 25px;
}
#home-content .widget-schedule .widget-schedule-details ul {
    margin: 0;
    padding: 0;
}
#home-content .widget-schedule .widget-schedule-details ul li {
    list-style-type: none;
}
#home-content .widget-schedule .widget-schedule-details ul li:before {
    content: none;
}
.section-inner-whychoose ul {
    justify-content: space-between;
    gap: 15px;
}
.section-inner-whychoose ul li {
    width: 31%;
    height: 95px;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 20px;
    gap: 15px;
}
.section-inner-whychoose ul li span.icon {
    width: 40px;
    height: 37px;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-inner-whychoose ul li:hover {
    background-color: #1b237d;
    color: #ffffff;
}
.section-inner-whychoose ul li:hover span.icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(228deg) brightness(103%) contrast(101%);
}
.inner-section-calltoaction.section-main .section-container {
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 100px;
    margin-bottom: 50px;
}
.inner-section-calltoaction.section-main .inner-section-calltoaction-container {
    max-width: 700px;
    width: 100%;
    margin-left: 0;
    padding-left: 120px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 16px;
}
.inner-section-calltoaction.section-main .inner-section-calltoaction-container h2 {color: #ffffff;}
.inner-section-calltoaction.section-main .site-button-group {
    gap: 20px;
}
.inner-section-calltoaction.section-main a.yellowbg:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
}
.inner-section-calltoaction.section-main .section-container:after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -140px;
    background-image: url(/wp-content/uploads/2026/01/cta-van.png);
    background-size: contain;
    width: 426px;
    height: 190px;
}
.site-page-contact.site-page-contact-nap {
    justify-content: space-between;
}
.site-page-contact.site-page-contact-nap .site-div {
    width: 32%;
}
.site-page-contact.site-page-contact-nap .site-page-contact-nap-block {
    width: 100%;
    gap: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.site-page-contact.site-page-contact-nap .site-page-contact-nap-block .site-contnact-napicon {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1b237d;
    border-radius: 50%;
    color: #ffffff;
}
.site-page-contact.site-page-contact-nap .site-page-contact-nap-block .site-contnact-napdetails {
    width: 79%;
    font-size: 16px;
}
.site-page-contact.site-page-contact-nap .site-page-contact-nap-block .site-contnact-napdetails h3 {
    margin-bottom: 5px;
    font-size: 22px;
}
.site-page-contact.site-page-contact-nap .site-page-contact-nap-block .site-contnact-napdetails a {
    color: #1b237d;
}
.site-page-contact-formmap {
    gap: 30px;
    margin-bottom: 80px;
}
.site-page-contact-formmap .site-column-2 {
    padding: 0;
}
.site-page-contact-formmap .site-page-contact-map {
    width: 100%;
    height: 100%;
}
.site-page-contact-formmap .site-page-contact-map .iframe-container {
    height: 100%;
}
.services-calltoaction {
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.services-calltoaction .services-calltoaction-container {
    max-width: 50%;
    margin-left: auto;
    color: #ffffff;
}
.services-calltoaction .services-calltoaction-container h2 {color: #ffffff}
/* services styles */
#section-services {
    background-repeat: no-repeat;
    background-size: 100% 47%;
    background-position: top center;
    overflow: hidden;
}
#section-services .section-content {
    color: #ffffff;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 60px;
}
#section-services .section-content h2 {
    color: #ffffff;
    margin-bottom: 0;
}
#section-services .section-content p {
    margin-bottom: 0;
    width: 55%;
    font-size: 16px;
}
.widget-services-container {
    max-width: 1370px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 80px;
    padding-right: 80px;
}
.widget-services-container button.slick-arrow {
    border: 1px solid #bec1e4;
}
.widget-services-container button.slick-prev {
    left: -80px;
}
.widget-services-container button.slick-next {
    left: auto;
    right: -80px;
}
.widget-services-container button.slick-prev:hover,
.widget-services-container button.slick-next:hover {
    background-color: #1b237d;
    border: 1px solid #1b237d;
}
.widget-services-container button.slick-prev:hover:before,
.widget-services-container button.slick-next:hover:before {
    color: #ffffff;
}
.widget-services-container .slick-list {
    max-width: 1260px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.widget-services-container .widget-services-listitem-box {
    padding: 0 10px;
    flex-direction: column;
    gap: 15px;
}
.widget-services-container .widget-service-image {
    width: 100%;
    height: 285px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.widget-services-container .widget-service-content {
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.widget-services-container .widget-service-content .widget-service-heading {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}
.widget-services-container .widget-service-content .widget-service-snippet {
    font-size: 16px;
    line-height: 1.4;
}
#section-services .site-button-group {
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}
.widget-services-container .widget-service-image a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(239, 154, 24, 0.75);
    opacity: 0;
}
.widget-services-container .widget-service-image a span.iconhover {
    width: 50px;
    height: 50px;
    display: flex;
    background-size: cover;
}
.widget-services-container .widget-services-listitem-box:hover .widget-service-image a {
    opacity: 1;
}
.widget-services-container .widget-services-listitem-box:hover .widget-service-content {
    border-bottom: 1px solid #ef9a18;
}
.widget-services-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}
.services-offer {
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}
.widget-services-offers {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.widget-services-offers-item {
    align-items: stretch;
}
.widget-services-offers-item .site-column {
    width: 45%;
}
.widget-services-offers-item .site-column:last-child {
    width: 57%;
}
.widget-services-offers .widget-services-offers-item:nth-child(even) {
    flex-direction: row-reverse;
}
.widget-services-offers-item .widget-services-offers-image {
    width: 100%;
    min-height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.widget-services-offers-item .widget-services-offers-content {
    padding: 2em 2.5em;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.widget-services-offers-item .icon {
    width: 148px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #ffffff;
}
.widget-services-offers-item .icon.leak span {
    display: block;
    width: 50px;
    height: 48px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(228deg) brightness(103%) contrast(101%);
}
.widget-services-offers-item .icon.pipe span {
    width: 60px;
    height: 44px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(228deg) brightness(103%) contrast(101%);
    display: block;
}
.widget-services-offers-item .icon.drain span {
    width: 50px;
    height: 45px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(228deg) brightness(103%) contrast(101%);
    display: block;
}
.widget-services-offers-item .heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
}
.widget-services-offers-item .snippet {
    font-size: 16px;
    line-height: 1.6;
}
.widget-services-offers-item .button-group {
    gap: 20px;
}
.widget-services-offers-item:hover .widget-services-offers-content {
    background-color: #1b237d;
    color: #ffffff;
}
.widget-services-offers-item:hover .widget-services-offers-content .icon {
    background-image: url(/wp-content/uploads/2026/01/service-icon-hoverstate.png) !important;
    color: #1b237d;
}
.widget-services-offers-item:hover .widget-services-offers-content .icon span {
    filter: none;
}
.widget-services-offers-item:hover .widget-services-offers-content .heading {color: #ffffff;}
.widget-services-offers-item:hover .widget-services-offers-content .site-button:first-child a {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff!important;
}
.widget-services-offers-item:hover .widget-services-offers-content .site-button a.yellowbg {
    background-color: #ef9a18;
    border: 1px solid #ef9a18;
    color: #ffffff;
}
#section-vip-cta {
    background-color: #eff0f9;
}
.widget-vip-cta {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 2em 2em;
    min-height: 667px;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.widget-vip-cta .vip-heading {
    color: #ffffff;
    margin-bottom: 0;
}
.widget-vip-cta .vip-heading i {
    color: #ef9a18;
}
.widget-vip-cta h2.site-heading {
    color: #ffffff;
    background-image: url(/wp-content/uploads/2026/01/vip-heading-bg.png);
    background-position: center center;
    background-size: 100% 100%;
    padding: 10px 35px;
}
.widget-vip-cta ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}
.widget-vip-cta ul li {
    width: 47.5%;
    gap: 15px;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
}
.widget-vip-cta ul li span.icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 4px solid #eff0f9;
    font-size: 24px;
    color: #ef9a18;
}
.widget-vip-cta ul li span.text {
    width: 83%;
}
#section-coupon-cta {
    background-color: #eff0f9;
    padding-top: 50px;
    padding-bottom: 50px;
}
#section-coupon-cta .widget-coupon-cta {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#section-coupon-cta .coupon-img {
    margin-bottom: 50px;
}
/* why choose styles */
#section-whychoose {
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}
#section-whychoose .section-container {
    align-items: center;
}
#section-whychoose ul {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}
#section-whychoose ul li {
    font-weight: 700;
    color: #000000;
    gap: 15px;
    align-items: center;
    line-height: 1.2;
}
#section-whychoose ul li span.icon {
    width: 40px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
#section-whychoose ul li  span.icon.insured-item {
    height: 32px;
}
#section-whychoose ul li span.icon.nocharges-item {
    height: 37px;
}
#section-whychoose ul li span.text {
    width: 95%;
}
#section-whychoose .section-whychoose-image {
    max-width: 486px;
    width: 100%;
    aspect-ratio: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-left: auto;
    box-shadow: 0px 12px 163px 0px rgba(239, 154, 24, 0.31), 0px 12px 163px 0px rgba(27, 35, 125, 0.31);
}
/* reviews styles */
#section-reviews {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}
#section-reviews .section-container-left-bg {
    width: 30%;
    min-height: 100%;
    display: flex;
    align-items: stretch;
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
}
#section-reviews .section-container {
    width: 70%;
    min-height: 100%;
}
#section-reviews #section-reviews-container {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 15px;
    max-width: 915px;
    width: 100%;
}
#section-reviews .widget-reviews-container-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
#section-reviews .widget-reviews-container-box .widget-reviews-box {
    width: 90%;
}
#section-reviews .widget-reviews-container .site-reviews-slides-inner {
    background-color: #ffff;
    padding: 2.5em;
    position: relative;
}
#section-reviews .widget-reviews-container .site-reviews-snippet {
    font-size: 16px;
}
#section-reviews .widget-reviews-container .site-reviews-headingbox {
    margin-top: 30px;
    align-items: center;
    gap: 15px;
}
#section-reviews .widget-reviews-container .site-reviews-name {
    font-size: 16px;
    line-height: 1;
    color: #000000;
}
#section-reviews .widget-reviews-container .site-reviews-thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#section-reviews .widget-reviews-container .site-reviews-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
#section-reviews .widget-reviews-container .site-reviews-name {
    line-height: 1;
}
#section-reviews .widget-reviews-container .site-reviews-rating {
    font-size: 12px;
    color: #ef9a18;
    display: flex;
    margin-top: 3px;
}
#section-reviews .site-button-group {
    gap: 15px;
    margin-top: 40px;
}
.widget-reviews-container-box .widget-reviews-pagination {
    width: 40px;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}
.widget-reviews-pagination button.slick-prev,
.widget-reviews-pagination button.slick-next {
    position: relative;
    top: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    color: #000000 ! Important;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
.widget-reviews-pagination button.slick-prev:hover,
.widget-reviews-pagination button.slick-next:hover {
    background-color: #1b237d;
    color: #ffffff !important;
}
.widget-reviews-pagination button.slick-prev:hover:before,
.widget-reviews-pagination button.slick-next:hover:before {
    color: #ffffff!important;
}
/* gallery styles */
#section-gallery {
    text-align: center;
}
#section-gallery .widget-gallery-container {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 50px;
}
#section-gallery .widget-gallery-container .widget-gallery-box {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
#section-gallery .widget-gallery-container .widget-gallery-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(239, 154, 24, 0.75);
    z-index: 1;
    opacity: 0;
}
#section-gallery .widget-gallery-container .widget-gallery-box a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
#section-gallery .widget-gallery-container .widget-gallery-box .iconhover {
    width: 40px;
    height: 40px;
    display: block;
    background-size: cover;
    position: relative;
    z-index: 2;
    opacity: 0;
}
#section-gallery .widget-gallery-container .widget-gallery-box:hover:after,
#section-gallery .widget-gallery-container .widget-gallery-box:hover .iconhover{
    opacity: 1;
}
/* blog styles */
#section-blog {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;
}
.widget-blogposts {
    gap: 25px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.widget-blogposts .widget-blog-posts-item {
    width: 31.5%;
}
.widget-blogposts .widget-blogposts-image {
    width: 100%;
    height: 265px;
}
.widget-blogposts .widget-blogposts-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.widget-blogposts .widget-blogposts-content {
    margin-top: 20px;
    text-align: left;
}
.widget-blogposts .widget-blogposts-content .widget-blog-post-title a {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
    display: block;
}
.widget-blogposts .widget-blogposts-content .widget-blog-post-meta {
    font-size: 16px;
    gap: 10px;
    line-height: 1.2;
    align-items: center;
    margin-top: 15px;
    color: #393939;
}
.widget-blogposts .widget-blogposts-content .widget-blog-post-meta a {
    color: #393939;
}
.site-blog-archive-container .widget-blogposts {
    justify-content: center;
    gap: 0px 25px;
}
.site-blog-archive-container .widget-blogposts .widget-blogposts-image a {
    position: relative;
    display: block;
}
.site-blog-archive-container .widget-blogposts .widget-blog-posts-item {
    padding-top: 50px;
}
.site-blog-archive-container .widget-blogposts .widget-blog-posts-item article {
    position: relative;
}
.site-blog-archive-container .widget-blogposts .widget-blog-posts-item article {
    border-bottom: 15px solid rgba(0, 0, 0, 0.0);
}
.site-blog-archive-container .widget-blogposts .widget-blog-posts-item article:after,
.site-blog-archive-container .widget-blogposts .widget-blog-posts-item article:before {
    content: none;
}
.site-blog-archive-container .widget-blogposts .widget-blog-posts-item article .widget-blog-post-meta {
    padding-bottom: 30px;
    border-bottom: 6px solid rgba(0, 0, 0, 0.0);
}
.site-blog-archive-container .widget-blogposts .widget-blog-posts-item article:hover {
    top: -21px;
    border-bottom: 15px solid rgba(0, 0, 0, 0.08);
}
.site-blog-archive-container .widget-blogposts .widget-blog-posts-item article:hover .widget-blogposts-image a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(27, 35, 125, 0.50);
}
.site-blog-archive-container .widget-blogposts .widget-blog-posts-item article:hover .widget-blog-post-meta {
    border-bottom: 6px solid #1b237d;
}
.site-blog-archive-container .widget-blogposts .widget-blog-posts-item article:hover .widget-blog-post-title a {
    color: #1b237d;
}
.site-blog-divider {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}
.site-blog-archive-container {
    flex-direction: column;
}
#site-blog-sidebar .site-blog-sidebar-container {
    justify-content: center;
    align-items: center;
    gap: 25px;
}
#site-blog-sidebar section {
    width: 31.5%;
    margin-bottom: 0;
}
#site-blog-sidebar select {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    background: #ffffff url(/wp-content/uploads/2026/01/arrow-black.png) no-repeat !important;
    background-position: 95% 50% !important;
    border-radius: 0 0;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 55px;
    border: 2px solid #d9d9d9;
}
#site-blog-sidebar select:hover {
    background: #1b237d url(/wp-content/uploads/2026/01/arrow-white.png) no-repeat !important;
    background-position: 95% 50% !important;
    border: 2px solid #1b237d;
    color: #ffffff;
}
/* call to action styles */
#section-calltoaction .section-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
#section-calltoaction .widget-calltoaction {
    margin-right: auto;
    margin-left: auto;
    gap: 90px;
    align-items: center;
}
#section-calltoaction .widget-calltoaction .widget-calltoaction-image {
    width: 312px;
    min-height: 100%;
    height: 445px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: -90px;
}
#section-calltoaction .widget-calltoaction .widget-calltoaction-content {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 600px;
    width: 100%;
}
#section-calltoaction .site-button-group {
    gap: 20px;
}
#section-calltoaction .site-button-group .site-button a {
    min-width: 200px;
}
#section-calltoaction .site-button-group a.blackborder-bgtransparent:hover {
    background-color: #1b237d;
    border: 1px solid #1b237d;
    color: #ffffff;
}
/* footer styles */
#footer-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
#footer-section .section-container {
    justify-content: space-between;
}
#footer-section .section-container .section-column {
    max-width: 23%;
    width: 100%;
    padding: 0 15px;
}
#footer-section .block-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 20px;
}
#footer-section .block-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 23px;
    height: 2px;
    background-color: #ffffff;
}
#footer-section .block-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.20);
}
#footer-section .block-details {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    flex-direction: column;
    gap: 8px;
}
#footer-section .block-details .footer-details-nap {
    line-height: 1
}
#footer-section .block-details .footer-details-nap i {
    margin-right: 5px;
    width: 15px;
}
#footer-section .block-details a {
    color: #ffffff;
    font-weight: 400;
}
#footer-section .block-details a:hover {
    color: #ef9a18;
}
#footer-section .block-details .footer-details-nap .menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#footer-section .block-details .footer-details-nap.nap-address i {
    margin-top: 6px;
}
#footer-section .block-details .footer-details-nap .menu li a,
#footer-section .block-details .footer-details-nap .footer-details-nap-address {
    line-height: 1.6;
}
#footer-section .site-social-media ul li a {
    background-position-y: -40px !important;
}
#footer-copyright .section-container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 130px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
#footer-copyright .section-container .section-column:not(:nth-child(2)) {
    width: 110px;
}
.footer-quote {
    z-index: -100;
    display: none;
    position: relative;
}
.site-modal-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 15px;
    overflow-y: auto;
    display: none;
}
.site-modal-box .site-modal-container {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
}
.site-modal-box .site-modal-close {
    text-align: right;
    font-size: 25px;
    cursor: pointer;
    color: red;
}
.site-modal-box .site-modal-form {
    max-width: 500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (min-width: 1024px) {
    ul.col2,
    .list-two-col {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    ul.col3,
    .list-three-col {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
    ul.col4,
    .list-four-col {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4;
    }
    .site-column-2 { max-width: 50%; }
    .site-column-3 { max-width: 33.333333%; }
    .site-column-4 { max-width: 25%; }
    .site-column-5 { max-width: 20%; }
    .site-column-6 { max-width: 16.666666%; }
    .nav-primary #menu-main-menu {
        display: flex;
        gap: 20px;
    }
    .block-mobile-only {
        display: none!important;
    }
    .nav-primary .genesis-nav-menu > li > a {
        padding-right: 0;
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .nav-primary #menu-main-menu > li > a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 6px;
        background-color: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
    }
    .nav-primary #menu-main-menu > li.current-menu-item > a:after,
    .nav-primary #menu-main-menu > li > a:hover:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 6px;
        background-color: #1b237d;
    }
    .genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
        width: 250px;
    }
    .nav-primary .genesis-nav-menu li.menu-item-has-children > a span:after {
        content: '\f078';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        margin-left: 5px;
    }
    .gototop {
        position: fixed;
        width: 55px;
        height: 55px;
        bottom: 3%;
        right: 30px;
        cursor: pointer;
        z-index: 50;
        display: none;
    }
    /* content styles */
    #home-content {
        align-items: center;
    }
    #home-content .section-column:last-child .section-content {
        padding-left: 100px;
    }
    .section-content-image.first-image {
        margin-right: -200px;
        margin-bottom: 30px;
    }
    #section-whychoose {
        padding-bottom: 220px;
    }
    #section-reviews .widget-reviews-container .site-reviews-slides-inner:after {
        content: '';
        position: absolute;
        bottom: 30px;
        right: 30px;
        background-image: url(/wp-content/uploads/2026/01/reviewbox-accent-color.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 65px;
        height: 65px;
    }
    #section-reviews:after {
        content: '';
        position: absolute;
        top: 90px;
        right: 5%;
        left: auto;
        width: 146px;
        height: 100px;
        background-image: url(/wp-content/uploads/2026/01/quote-right.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .footer-quote {
        display: none!important;
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1024px) {
    #section-reviews:after {
        width: 110px;
        height: 80px;
    }
    .services-calltoaction .services-calltoaction-container {
        max-width: 56%;
        margin-left: auto;
        color: #ffffff;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 1240px) and (min-width: 1024px) {
    .nav-primary #menu-main-menu {
        gap: 15px;
    }
    .genesis-nav-menu a, .nav-primary .genesis-nav-menu .sub-menu a {
        font-size: 14px;
    }
    .nav-primary .genesis-nav-menu > li > a {
        padding-top: 15px;
    }
    .site-main-header .section-container > .section-column:last-child > .section-block:last-child {gap: 20px}
    .site-main-header .section-container > .section-column:last-child > .section-block:last-child > .section-item:last-child {gap: 10px}
    .site-main-header .section-container > .section-column:last-child > .section-block:last-child > .section-item:last-child .site-button a {
        height: 45px;
        font-size: 14px;
        min-width: 110px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #home-content .section-column:last-child .section-content {
        padding-left: 0;
    }
    .section-content-image.first-image {
        margin-right: -115px;
    }
    #section-reviews #section-reviews-container {
        padding-top: 75px;
        padding-bottom: 75px;
        padding-left: 30px;
    }
}
@media only screen and (max-width: 1180px) and (min-width: 1024px) {
    .site-header-logo {
        max-width: 95px;
    }
}
@media only screen and (max-width: 1023px) {
    .block-desktop-only {
        display: none!important;
    }
    #site-hero .site-hero-slide-heading,
    .site-section-banner .site-section-banner-box .site-banner-page-title {
        font-size: 40px;
    }
    body {
        font-size: 16px;
    }
    h1, .entry-title, .archive-title, h2.section-heading {font-size: 30px}
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    /* header styles */
    .site-main-header .section-main {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .site-header-logo {
        max-width: 77px;
        width: 100%;
        margin: 0 auto;
    }
    .site-main-header #genesis-mobile-nav-primary {
        padding: 0;
        position: absolute;
        top: 0;
        right: 15px;
        border-radius: 0;
        min-width: 25px;
        height: 100%;
        line-height: 25px;
        float: none;
        color: #000000;
    }
    .nav-primary {
        display: none;
        position: fixed;
        top: 116px;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        overflow-y: auto;
        background-color: #1b237d;
        padding-bottom: 150px !important;
    }
    .admin-bar .nav-primary {
        top: 148px;
    }
    .genesis-nav-menu a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .genesis-nav-menu a, .nav-primary .genesis-nav-menu .sub-menu a {
        color: #ffffff;
        background-color: #1b237d;
    }
    .nav-primary ul#menu-main-menu > li > a:hover, .nav-primary ul#menu-main-menu > li.current_page_item > a {
        color: #ffffff;
        background-color: #ef9a18;
    }
    .sub-menu-toggle, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
        color: #ffffff;
    }
    .sub-menu-toggle {
        height: 41px;
    }
    .sub-menu-toggle:before {
        content: '\f078' !important;
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900 !important;
        -moz-osx-font-smoothing: grayscale !important;
        -webkit-font-smoothing: antialiased !important;
        display: inline-block !important;
        font-style: normal !important;
        font-variant: normal !important;
        text-rendering: auto !important;
        font-size: 18px !important;
        color: #ffffff;
    }
    .genesis-nav-menu .sub-menu {
        padding-left: 0;
    }
    .genesis-nav-menu .menu-item {
        border-bottom: 1px solid rgba(234, 235, 250, 0.2);
    }
    .nav-primary ul#menu-main-menu li > .sub-menu > li > a {
        background-color: #171d69;
        color: #ffffff;
        padding-left: 25px;
    }
    /* banner styles */
    #site-hero,
    #site-hero .site-hero-slide-container {
        height: auto;
        min-height: 600px;
    }
    #site-hero .site-hero-slide-container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #site-hero .site-hero-slide-snippet {
        font-size: 15px;
    }
    #site-hero .site-hero-slide-snippet {margin-top: 10px}
    #home-content .content-button-group a {
        min-width: 160px;
    }
    .site-section-banner {
        height: auto;
        min-height: 280px;
    }
    .site-section-banner .site-section-banner-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* checkmark styles */
    #chekmark-block {
        flex-wrap: wrap;
    }
    #chekmark-block .section-column:not(:last-child) {
        max-width: 48%;
    }
    /* content styles */
    body.home .site-inner {
        background-image: url(/wp-content/uploads/2025/12/home-bg-mobile.jpg);
        background-size: auto;
    }
    body .site-inner .content {
        padding-top: 82px;
    }
    body .site-inner .content:before {
        width: 52px;
        height: 52px;
        left: 15px;
    }
    body:not(.home) body .site-inner .content:before {
        left: 0;
    }
    #home-content {
        flex-direction: column;
        gap: 70px;
    }
    #home-content .section-column:last-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    #home-content .section-content-image.first-image {
        margin-right: -150px;
    }
    #home-content .widget-schedule {
        width: 80%;
        padding: 15px 15px;
        font-size: 14px;
        margin-right: 0;
    }
    .inner-section-calltoaction.section-main .inner-section-calltoaction-container {
        max-width: 60%;
        width: 100%;
        margin-left: 0;
        padding-left: 80px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 15px;
    }
    .inner-section-calltoaction.section-main .section-container:after {
        content: '';
        position: absolute;
        bottom: -50px;
        right: -10px;
        background-image: url(/wp-content/uploads/2026/01/cta-van.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 300px;
        height: 150px;
    }
    .site-page-contact.site-page-contact-nap {
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 40px;
    }
    .site-page-contact.site-page-contact-nap .site-div {
        width: 100%;
    }
    .site-page-contact.site-page-contact-nap .site-page-contact-nap-block {
        margin-top: 0;
        margin-bottom: 0;
    }
    .site-page-contact-formmap {
        flex-direction: column;
    }
    .site-page-contact-formmap .site-column-2 {
        padding: 0;
        max-width: 100%;
    }
    /* services styles */
    #section-services {
        padding-bottom: 0;
    }
    #section-services .section-content {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 50px;
    }
    #section-services .section-content p {
        width: 100%;
    }
    .widget-services-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .widget-services-pagination button.slick-arrow {
        position: relative;
        transform: none !important;
        -webkit-transform: none !important;
        top: 0 !important;
        left: 0;
        right: 0;
    }
    .widget-services-offers-item .widget-services-offers-content {
        padding: 1.5em 1em;
    }
    body.service-page-type .site-section-banner {
        padding-bottom: 115px;
        padding-top: 50px;
    }
    #site-checkmark.site-checkmark-services #chekmark-block {
        margin-top: -65px !important;
        margin-bottom: 0 !important;
    }
    /* why chooose styles */
    #section-whychoose .section-container {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 70px;
    }
    #section-whychoose .section-whychoose-image {
        margin-right: auto;
        margin-left: auto;
    }
    /* reviews styles */
    #section-reviews {
        flex-direction: column;
    }
    #section-reviews .section-container-left-bg {
        width: 100%;
        min-height: 320px;
        display: flex;
        align-items: stretch;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #section-reviews .section-container {
        width: 100%;
        min-height: auto;
    }
    #section-reviews #section-reviews-container {
        padding-top: 75px;
        padding-bottom: 100px;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
        width: 100%;
    }
    #section-reviews #section-reviews-container .section-heading,
    #section-reviews #section-reviews-container p {
        text-align: center;
    }
    #section-reviews .widget-reviews-container-box {
        flex-direction: column;
    }
    #section-reviews .widget-reviews-container .site-reviews-slides-inner {
        padding: 1.5em;
    }
    #section-reviews .widget-reviews-container-box .widget-reviews-box {
        width: 100%;
    }
    .widget-reviews-container-box .widget-reviews-pagination {
        width: auto;
        flex-direction: row;
        gap: 15px;
    }
    #section-reviews .site-button-group {
        gap: 15px;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    /* gallery atyles */
    #section-gallery .widget-gallery-container {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        flex-wrap: wrap;
        gap: 25px;
        max-width: 540px;
        width: 100%;
        justify-content: center;
    }
    #section-gallery .widget-gallery-container .site-column-4 {
        width: 46%;
        padding-right: 0;
        padding-left: 0;
    }
    #section-gallery .widget-gallery-container .widget-gallery-box {
        height: 280px;
    }
    #section-gallery .widget-gallery-container .widget-gallery-box .iconhover {
        width: 30px;
        height: 30px;
    }
    /* blog styles */
    .widget-blogposts {
        gap: 50px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .widget-blogposts .widget-blog-posts-item {
        max-width: 540px;
        width: 100%;
    }
    /* call to action styles */
    #section-calltoaction .section-container {
        margin-top: 0;
    }
    #section-calltoaction .widget-calltoaction .widget-calltoaction-content {
        padding-top: 85px;
        padding-bottom: 85px;
        max-width: 600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #section-calltoaction .site-button-group {
        justify-content: center;
    }
    /* footer styles */
    #footer-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #footer-section .section-container {
        justify-content: space-between;
        flex-direction: column;
        gap: 40px;
        padding: 0 0;
    }
    #footer-section .section-container .section-column {max-width: 100%}
    #footer-copyright .section-container {
        flex-direction: column;
        line-height: 1;
        padding-top: 30px;
        padding-bottom: 30px;
        height: auto;
        gap: 15px;
    }
    #footer-copyright .section-container .section-column:not(:nth-child(2)):last-child {
        position: fixed;
        width: 35px;
        height: 35px;
        bottom: 0px;
        right: 0;
        z-index: 50;
    }
    #footer-copyright .section-container .section-column:not(:nth-child(2)):last-child .gototop {
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
    }
    .footer-quote {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto;
        text-align: center;
        z-index: 80;
    }
    .footer-quote a {
        height: 40px;
        padding-top: 1px;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .widget-services-container .widget-services-listitem-box {
        padding: 0 0;
    }
    .section-inner-whychoose ul {
        justify-content: space-between;
        gap: 0;
        flex-direction: column;
    }
    .section-inner-whychoose ul li {
        height: 60px;
        width: 100%;
    }
    .inner-section-calltoaction.section-main .section-container {
        background-color: #1b237d;
        background-image: none !important;
    }
    .inner-section-calltoaction.section-main .inner-section-calltoaction-container {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        padding-left: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 20px;
        color: #ffffff;
        font-size: 16px;
    }
    .inner-section-calltoaction.section-main .section-container:after {
        bottom: -50px;
        right: -10px;
        background-repeat: no-repeat;
        width: 250px;
        height: 100px;
    }
    .services-calltoaction {
        padding-top: 80px;
        padding-bottom: 80px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
    }
    .services-calltoaction:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000000;
        opacity: 50%;
    }
    .section-padding-ltr-regular {
        position: relative;
        z-index: 2;
    }
    .services-calltoaction .services-calltoaction-container {
        max-width: 100%;
    }
    .widget-vip-cta ul li {
        width: 100%;
        gap: 15px;
        align-items: center;
        font-size: 18px;
        font-weight: 700;
    }
    .widget-vip-cta ul li span.icon {
        width: 45px;
        height: 45px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 4px solid #eff0f9;
        font-size: 20px;
        color: #ef9a18;
    }
    .widget-services-offers-item,
    .widget-services-offers .widget-services-offers-item:nth-child(even) {
        flex-direction: column;
    }
    .widget-services-offers-item .site-column,
    .widget-services-offers-item .site-column:last-child {
        width: ;
    }
    .widget-services-offers-item .widget-services-offers-image {
        width: 100%;
        min-height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 300px;
    }
    .widget-services-offers-item .widget-services-offers-content {
        padding: 1.5em 0px;
    }
}
@media only screen and (max-width: 540px) {
    
    #site-hero .site-hero-slide-buttons {
        gap: 10px;
        flex-direction: column;
    }
    #section-gallery .widget-gallery-container .widget-gallery-box {
        height: 158px;
    }
    #section-calltoaction .site-button-group {
        flex-direction: column;
        gap: 10px;
    }
    #section-services .site-button-group {
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-top: 50px;
        flex-direction: column;
    }
    .inner-section-calltoaction.section-main .site-button-group {
        gap: 10px;
        flex-direction: column;
    }
    .inner-section-calltoaction.section-main .site-button-group a {
        min-width: 100%;
    }
    .inner-section-calltoaction.section-main .section-container:after {
        bottom: -70px;
    }
    #site-blog-sidebar .site-blog-sidebar-container {
        flex-direction: column;
        gap: 10px;
    }
    #site-blog-sidebar section {
        width: 100%;
    }
    .services-calltoaction {
        background-position: 26% 50%;
    }
    .widget-services-offers-item .button-group {
        gap: 10px;
        flex-direction: column;
    }
    .widget-services-offers-item .button-group a {
        min-width: 100%;
    }
}