@charset "utf-8";
/*
   Scrub Bunnies custom overrides
   --------------------------------
   Purpose:
   - keep project-specific overrides out of style.css / style.min.css
   - keep skin files untouched
   - hold page fixes, custom components, and migrated overrides
*/

/* ==========================
   Base / shared overrides
========================== */
html,
body {
    height: 100%;
}

body {
    margin: 0;
}

.page-wraper,
.page-wrapers {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-wraper-full .container-fluid {
    max-width: 1360px;
}

.page-content {
    flex: 1;
    clear: both;
}

.page-content::after,
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.site-footer,
footer {
    position: relative !important;
    clear: both;
}

p {
    color: #7b7575;
    text-align: left;
}

.text-center p,
.section-head.text-center p,
.section-head.style1.text-center p,
.text-white.section-head.style1.text-center p,
.testimonial-3 p,
.testimonial-8 p,
.icon-bx-wraper.center p,
.icon-bx-wraper.left p,
.icon-bx-wraper.right p,
.section-head.text-right p,
.testimonial-1 p {
    text-align: center;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Montserrat", sans-serif;
}

.h1 {
    font-size: 80px;
    font-weight: 400;
}

.h2 {
    font-size: 35px;
    font-weight: 400;
}

.h3 {
    font-size: 30px;
    font-weight: 400;
}

.h4 {
    font-size: 28px;
}

.h5 {
    font-size: 26px;
    font-weight: 400;
}

.h6 {
    font-size: 24px;
}

.font-roboto,
.font-roboto h1,
.font-roboto h2,
.font-roboto h3,
.font-roboto h4,
.font-roboto h5,
.font-roboto h6 {
    font-family: Roboto, sans-serif;
}

.font-poppins {
    font-family: "Poppins", sans-serif;
}

.dis-block {
    display: block;
}

.dis-tbl {
    display: table;
}

.dis-tbl-cell {
    display: table-cell;
    vertical-align: middle;
}

.bg-img-fix {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-secondry {
    background-color: #2c4a6b;
}

.bg-primary {
    background-color: #0a2882;
    color: #fff;
}

.bg-gray {
    background-color: #f7f7f7;
}

.text-gray-dark {
    color: #9a9a9a;
}

.content-inner {
    padding-top: 70px;
    padding-bottom: 40px;
}

.content-inner-1 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.content-inner-2 {
    padding-top: 70px;
    padding-bottom: 0;
}

.inner-haed {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.btn-lsnone .btn {
    letter-spacing: 0;
    font-weight: 400;
    font-size: 16px;
}

.btn-block {
    display: block;
    width: 100%;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.input-group-text {
    height: 100%;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f5f8ff;
    color: #0a2882 !important;
}

.radius {
    border-radius: 50%;
}

.shadow {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.font-35 {
    font-size: 35px;
    line-height: 1.3;
}

.font-40 {
    font-size: 40px;
}

.p-r50 {
    padding-right: 50px;
}

.c-a {
    font-weight: 600;
    color: #9a9697;
}

.dashed.border-1,
.dashed.border-2,
.dashed.border-3,
.dashed.border-4,
.dashed.border-5 {
    border-style: dashed;
}

/* ==========================
   Homepage sections
========================== */
.header-style-6 {
    position: absolute;
    width: 100%;
    z-index: 99;
}

.header-style-6 .main-bar,
.header-style-6 .top-bar {
    border-bottom: 0;
    background-color: transparent;
}

.header-style-6 .top-bar {
    padding: 15px 0;
}

.header-style-6 .extra-nav {
    padding: 0;
}

.header-style-6 .logo-header {
    height: 60px;
}

.header-style-6 .header-nav .nav > li > a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 18px 25px;
    background-color: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
    font-family: Roboto, sans-serif;
}

.header-style-6 .header-nav .nav > li:first-child > a {
    border-radius: 5px 0 0 5px;
}

.header-style-6 .header-nav .nav > li:last-child > a {
    border-radius: 0 5px 5px 0;
    border-right: 0;
}

.header-style-6 .header-nav .nav > li:hover > a,
.header-style-6 .header-nav .nav > li.active > a {
    background-color: #f5f8ff;
}

.header-style-6 .social-line li {
    margin: 0 10px;
}

.header-style-6 .social-line li a {
    font-size: 18px;
    opacity: 1;
}

.header-style-6 .navbar-toggler span {
    background-color: #000;
}

.clean-shape-bx {
    position: relative;
}

.clean-shape-bx:after {
    content: "";
    position: absolute;
    inset: 0 auto 0 -57%;
    width: 100%;
    z-index: 20;
    transform: skewX(-45deg);
}

.clean-shape-bx:before {
    content: "";
    position: absolute;
    height: 50%;
    width: 30%;
    right: 0;
    bottom: 0;
    z-index: 21;
    clip-path: polygon(100% 0%, 20% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0%, 20% 100%, 100% 100%);
}

.call-action.style1 {
    margin: 0;
    box-shadow: unset;
    padding: 0;
    border-radius: 0;
}

.call-action.style1 .img-box {
    float: right;
    margin: -180px 0 0;
    width: 500px;
}

.call-action.style1 .title {
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
    margin-bottom: 5px;
}

.call-action.style1 p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    opacity: 0.7;
    text-align: center;
}

.section-head.style1 h2 {
    font-weight: 900;
    font-size: 48px;
    margin-bottom: 0;
    line-height: 60px;
}

.section-head.style1 h3 {
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 0;
    line-height: 55px;
    color: #0a2882;
}

.section-head.style1 p {
    font-size: 18px;
    line-height: 28px;
    color: #707070;
}

.section-head.style1.text-center p {
    margin-top: 10px;
    color: #a29d9d;
}

.section-head.style1 span {
    font-size: 14px;
    color: #474747;
    letter-spacing: 4px;
    background-color: rgba(34, 61, 101, 0.05);
    padding: 8px 20px;
    margin-bottom: 15px;
    border-radius: 6px;
    display: inline-block;
}

.text-white.section-head.style1 h2,
.text-white.section-head.style1 h3,
.text-white.section-head.style1 h4,
.text-white.section-head.style1 h5,
.text-white.section-head.style1 h6,
.text-white.section-head.style1 p {
    color: #fff !important;
}

.section-head.text-white.style1.text-center p {
    opacity: 0.9;
}

.newsletter.style1 {
    background-color: rgba(255, 255, 255, 0.05);
}

/* ==========================
   FAQ style 2
========================== */
.faq-style2 {
    position: relative;
}

.faq-style2:after {
    content: "";
    width: 2px;
    height: 100%;
    left: 32px;
    top: 0;
    background-color: #e1e1e1;
    position: absolute;
    z-index: 0;
}

.faq-style2 .panel {
    margin: 0 0 20px;
}

.faq-style2 .acod-head a {
    border: 0;
    padding: 16px 20px 15px 75px;
    font-weight: 800;
    display: block;
    text-decoration: none;
}

.faq-style2 .acod-head a:after {
    content: none;
}

.faq-style2 .acod-body {
    border: 0;
}

.faq-style2 .acod-title {
    font-size: 24px;
    color: #0a2882;
    font-weight: 900;
    position: relative;
    margin: 0;
}

.faq-style2 .acod-title a {
    color: #0a2882;
}

.faq-style2 .acod-title .icon-bx {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    border-radius: 6px;
    text-align: center;
    line-height: 51px;
    float: left;
    position: absolute;
    left: 0;
    z-index: 99;
    top: 0;
    color: #fff;
}

.faq-style2 .acod-title .icon-bx i {
    margin-right: 0;
}

.faq-style2 .acod-title .collapsed .icon-bx {
    background-color: #fff;
}

.faq-style2 .acod-content {
    font-size: 18px;
    color: #666;
    line-height: 32px;
    font-family: Nunito, sans-serif;
    margin: 0 20px 20px 75px;
}

/* ==========================
   Video box
========================== */
.video-box2 {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.video-box2 .popup-youtube {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.video-box2 .popup-youtube i {
    height: 60px;
    width: 60px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    border-radius: 6px;
    margin-right: 20px;
    padding-left: 5px;
}

.video-box2 .popup-youtube h4 {
    color: #0a2882;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}

.video-box2 .popup-youtube span {
    font-size: 16px;
    color: #000;
    opacity: 0.7;
}

/* ==========================
   Services / pricing / blog
========================== */
.services-style-2 {
    margin: 0 0 30px;
    border-radius: 6px;
    z-index: 9;
    position: relative;
    padding: 30px;
    box-shadow: 0 -20px 50px 0 rgba(0, 0, 0, 0.1);
}

.services-style-2 .dlab-tilte {
    font-weight: 500;
}

.services-style-2 p {
    font-size: 18px;
    color: #777;
    line-height: 28px;
}

.services-style-2.text-white p {
    color: rgba(255, 255, 255, 0.8);
}

.services-style-2 .icon-bx {
    margin: 0 0 20px;
}

.services-style-2 .btn {
    border-radius: 4px;
}

.site-footer.footer-with-steps {
    position: relative;
    clear: both;
    display: flow-root;
}

.services-area3 {
    background-color: #fff;
    padding: 0 50px 30px;
    border: 8px solid #0a2882;
    border-radius: 6px;
    margin: 60px 0 -120px;
    position: relative;
    z-index: 10;
}

.site-footer.footer-with-steps .footer-top {
    padding: 150px 0 30px;
}
/*
.site-footer .social-icon {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer .social-icon li {
    margin: 0;
    padding: 0;
}

.site-footer .social-icon li a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
}

.site-footer .social-icon li a i,
.site-footer .social-icon li a svg {
    display: block;
    line-height: 1;
    margin: 0;
    transform: translateY(0);
}
*/
.services-style-3 p {
    font-size: 16px;
    line-height: 26px;
    color: #6c757d;
}

.services-style-3 .dlab-tilte {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 5px;
}

.services-style-3 .number {
    font-size: 90px;
    color: #0a2882;
    background-color: #fff;
    height: 130px;
    width: 130px;
    border: 8px solid #0a2882;
    border-radius: 100px;
    line-height: 114px;
    margin: -70px auto 30px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}

.pricingtable-wrapper-1 {
    overflow-x: auto;
}

.pricingtable-comparison-1 {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.pricingtable-comparison-1 th,
.pricingtable-comparison-1 td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.pricingtable-comparison-1 thead tr {
    background: rgba(0, 0, 0, 0.1);
}

.pricingtable-comparison-1 tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.pricingtable-comparison-1 tbody tr:nth-child(even) {
    background-color: #fff;
}

.blog-bx {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
}

.blog-bx .blog-post-bx .owl-controls {
    display: none;
}

.blog-bx .post-meta {
    margin-bottom: 15px;
}

.blog-bx .post-meta ul li,
.blog-bx .post-meta i,
.blog-bx .post-meta a {
    color: #585764;
    font-size: 14px;
}

.blog-bx .post-text {
    margin-bottom: 20px;
}

.blog-bx .post-more {
    display: flex;
    align-items: center;
}

.blog-bx .post-more .site-button {
    margin-right: 15px;
    border: 2px solid #287ffa;
    color: #000;
    border-radius: 4px;
    padding: 6px 20px;
}

.blog-bx .post-more .site-button.outline:hover {
    color: #fff;
}

.blog-bx .share-bx {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.blog-bx .share-bx li {
    display: inline-block;
    cursor: pointer;
}

.blog-bx .share-bx li ul li a {
    border: 1px solid;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 4px;
    color: #707070;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
    transform: scale(0);
    transition: transform 0.2s ease;
}

.blog-bx .share-bx:hover li ul li a {
    transform: scale(1);
}

.blog-bx .share-bx li ul li a:hover {
    border-color: #287ffa;
    background: #287ffa;
    color: #fff;
}

/* ==========================
   CTA block
========================== */
.cta-callout-block {
    max-width: 60%;
    margin: 3rem auto;
    padding: 2rem 2.5rem;
    background: #fff7e6;
    border-radius: 1.5rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .07);
    text-align: center;
    font-family: inherit;
    color: #123641;
}

.cta-callout-block h1,
.cta-callout-block h2,
.cta-callout-block h3,
.cta-callout-block h4,
.cta-callout-block h5,
.cta-callout-block h6,
.cta-callout-block p,
.cta-callout-block label {
    color: #123641 !important;
}

.cta-title {
    margin: 0 0 1.25rem;
    font-size: clamp(1.6rem, 4vw, 2.3rem);
    line-height: 1.25;
    font-weight: 700;
    color: #123641 !important;
}

.cta-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.cta-label {
    font-size: .95rem;
    font-weight: 600;
    color: #123641 !important;
}

.cta-postcode {
    width: 100%;
    max-width: 18rem;
    padding: .65rem 1rem;
    border: 2px solid #ffa94d;
    border-radius: .75rem;
    font-size: 1rem;
    outline: none;
    transition: border-color .2s;
    background: #fff;
    color: #222;
}

.cta-postcode::placeholder {
    color: #777;
}

.cta-postcode:focus {
    border-color: #ff922b;
}

.cta-button {
    padding: .75rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: #ff922b;
    border: none;
    border-radius: .75rem;
    cursor: pointer;
    transition: background .2s;
}

.cta-button:hover,
.cta-button:focus {
    background: #ff7b00;
}

.sb-cta-80 {
    width: 80%;
    margin: 0 auto;
}

.sb-service-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    margin: 8px auto 0;
    max-width: 980px;
}

.sb-service-link {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #0a2882;
    white-space: nowrap;
    padding: 2px 0;
    transform: rotate(var(--sb-rot));
    animation: sbFloatText var(--sb-dur) ease-in-out var(--sb-delay) infinite alternate;
    will-change: transform;
}

.sb-service-link:hover {
    text-decoration: underline;
    color: #297ffa;
    transform: translateY(-2px) rotate(var(--sb-rot));
}

.fade-in-b {
    animation: fadeInB 0.6s ease both;
}

@keyframes fadeInB {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes sbFloatText {
    0% {
        transform: translateY(0) rotate(var(--sb-rot));
    }
    100% {
        transform: translateY(-6px) rotate(var(--sb-rot));
    }
}

/* ==========================
   Top bar / social / nav
========================== */

/* shared top bar */
.top-bar {
    background-color: transparent;
    border-bottom: 0;
    padding: 15px 0;
}

.top-bar .container,
.top-bar .container-fluid {
    position: relative;
}

.topbar-left,
.topbar-right {
    display: flex;
    align-items: center;
}

.topbar-right {
    margin-left: auto;
}

.social-line,
.social-icon {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-line {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-line li,
.social-icon li {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.social-icon li {
    margin-right: 6px;
}

.social-line li a,
.social-icon li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity .2s ease, color .2s ease, background-color .2s ease, border-color .2s ease;
    line-height: 1;
}

.social-line li a {
    font-size: 18px;
    color: inherit;
    opacity: 1;
}

.social-line li a:hover {
    opacity: 0.85;
}

/* inner pages header */
.header-style-1 .top-bar {
    padding: 10px 0;
}

.header-style-1 .top-bar .container {
    display: block;
}

.header-style-1 .top-bar .container > .d-flex {
    width: 100%;
    display: flex;
    align-items: center;
}

.header-style-1 .topbar-left {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}

.header-style-1 .topbar-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.header-style-1 .topbar-right .social-line {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
    padding: 0;
    float: none !important;
    text-align: right;
}

.header-style-1 .topbar-right .social-line li {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.header-style-1 .topbar-right .social-line li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* homepage header */
.header-style-6 {
    position: absolute;
    width: 100%;
    z-index: 99;
}

.header-style-6 .main-bar,
.header-style-6 .top-bar {
    border-bottom: 0;
    background-color: transparent;
}

.header-style-6 .top-bar {
    padding: 15px 0;
}

.header-style-6 .extra-nav {
    padding: 0;
}

.header-style-6 .logo-header {
    height: 60px;
}

.header-style-6 .header-nav .nav > li > a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 18px 25px;
    background-color: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
    font-family: Roboto, sans-serif;
}

.header-style-6 .header-nav .nav > li:first-child > a {
    border-radius: 5px 0 0 5px;
}

.header-style-6 .header-nav .nav > li:last-child > a {
    border-radius: 0 5px 5px 0;
    border-right: 0;
}

.header-style-6 .header-nav .nav > li:hover > a,
.header-style-6 .header-nav .nav > li.active > a {
    background-color: #f5f8ff;
}

.header-style-6 .social-line li a {
    font-size: 18px;
    opacity: 1;
}

.header-style-6 .navbar-toggler span {
    background-color: #000;
}

/* main nav shared */
.header-nav {
    position: relative;
}

.header-nav .nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-nav .nav > li {
    position: relative;
    display: inline-block;
}

.header-nav .nav > li > a {
    display: block;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease, opacity .2s ease;
}

.header-nav .nav > li > a i {
    margin-left: 6px;
    font-size: 12px;
}

.header-nav .nav > li.active > a {
    font-weight: 600;
}

/* mega menu */
.has-mega-menu {
    position: relative;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 900px;
    background: #fff;
    padding: 20px 25px;
    margin: 0;
    list-style: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border-radius: 0 0 8px 8px;
    display: none;
    z-index: 999;
}

.has-mega-menu:hover > .mega-menu {
    display: flex;
    gap: 30px;
}

.mega-menu > li {
    flex: 1 1 0;
    min-width: 180px;
}

.mega-menu > li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-menu > li > ul > li {
    margin-bottom: 8px;
}

.mega-menu > li > ul > li > a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 4px 0;
    line-height: 1.5;
    transition: color .2s ease, padding-left .2s ease;
}

.mega-menu > li > ul > li > a:hover {
    color: #0a2882;
    padding-left: 4px;
}

/* language flags */
.lang-flag {
    width: 18px;
    height: 18px;
    object-fit: cover;
    vertical-align: middle;
    margin-right: 6px;
    border-radius: 50%;
}

.dropdown-menu .lang-flag,
.dropdown-item .lang-flag {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

/* menu hover line under text, not through it */
/* remove any existing menu line/decoration from the theme */
.header-nav .nav > li,
.header-nav .nav > li > a {
    position: relative;
}

/* menu hover underline under the text */
.header-nav .nav > li::before,
.header-nav .nav > li::after,
.header-nav .nav > li > a::before,
.header-nav .nav > li > a::after {
    content: none !important;
    display: none !important;
}

.header-nav .nav > li > a {
    position: relative;
    text-decoration: none !important;
    border-bottom: 0 !important;
    background-image: none !important;
    box-shadow: none !important;
    padding-bottom: 10px !important;
    line-height: 1.2;
}

.header-nav .nav > li:hover > a,
.header-nav .nav > li.active > a,
.header-nav .nav > li > a:hover,
.header-nav .nav > li > a:focus {
    box-shadow: inset 0 -3px 0 #f7941d !important;
    text-decoration: none !important;
}

/* ==========================
   Homepage prosperity section
========================== */
.sb-prosperity-section .section-head.style1 {
    margin-bottom: 0;
}

.sb-prosperity-shell {
    background: rgba(255, 255, 255, 0.92);
    padding: 40px 30px;
    border-radius: 12px;
}

.sb-prosperity-title {
    margin-bottom: 15px;
    color: #0a2882;
}

.sb-prosperity-intro {
    max-width: 950px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: #707070;
    text-align: center;
}

.sb-prosperity-row {
    margin-top: 40px;
}

.sb-prosperity-bottom-row {
    margin-top: 10px;
}

.sb-prosperity-card,
.sb-prosperity-wide-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.sb-prosperity-wide-card {
    background: #f8f8f8;
    text-align: center;
    padding: 35px;
}

.sb-prosperity-card-title {
    margin-bottom: 15px;
    color: #0a2882;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.35;
}

.sb-prosperity-highlight {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 10px;
    color: #123641;
}

.sb-prosperity-card p,
.sb-prosperity-wide-text {
    color: #707070;
    line-height: 1.8;
    font-size: 17px;
    text-align: left;
    margin-bottom: 15px;
}

.sb-prosperity-wide-text {
    max-width: 950px;
    margin: 0 auto 15px;
    text-align: center;
    line-height: 1.9;
}

.sb-prosperity-cta {
    margin-top: 25px;
}

.sb-prosperity-disclaimer {
    font-size: 13px;
    color: #8a8a8a;
    margin-top: 20px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .sb-prosperity-shell {
        padding: 24px 18px;
    }

    .sb-prosperity-row {
        margin-top: 25px;
    }

    .sb-prosperity-card,
    .sb-prosperity-wide-card {
        padding: 22px;
    }

    .sb-prosperity-card-title {
        font-size: 24px;
    }

    .sb-prosperity-highlight {
        font-size: 28px;
    }

    .sb-prosperity-intro,
    .sb-prosperity-card p,
    .sb-prosperity-wide-text {
        font-size: 16px;
    }
}

/* ==========================
   Footer custom
========================== */

footer.site-footer.footer.footer-cleaners,
footer.site-footer.footer.footer-cleaners.footer-with-steps,
footer.site-footer.footer.footer-center {
    position: relative;
    clear: both;
    width: 100%;
}

footer.site-footer.footer.footer-cleaners .footer-top,
footer.site-footer.footer.footer-cleaners .footer-bottom {
    background-color: #0a2882 !important;
}

/* normal footer spacing */
footer.site-footer.footer.footer-cleaners .footer-top {
    padding: 60px 0 30px !important;
}

/* homepage footer with step boxes */
footer.site-footer.footer.footer-cleaners.footer-with-steps .footer-top {
    padding-top: 150px !important;
}

footer.site-footer.footer.footer-cleaners .footer-top p {
    color: rgba(255, 255, 255, 0.82) !important;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: left;
}

footer.site-footer.footer.footer-cleaners .logo-footer {
    margin-bottom: 20px;
}

footer.site-footer.footer.footer-cleaners .logo-footer img {
    max-width: 220px;
    height: auto;
}

footer.site-footer.footer.footer-cleaners .widget {
    margin-bottom: 30px;
}

footer.site-footer.footer.footer-cleaners .widget h4,
footer.site-footer.footer.footer-cleaners .footer-heading {
    color: #f9f8f8 !important;
    margin-top: 0;
}

/* footer lists */
footer.site-footer.footer.footer-cleaners .widget_services ul,
footer.site-footer.footer.footer-cleaners .widget_about ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

footer.site-footer.footer.footer-cleaners .widget_services ul li {
    position: relative !important;
    padding-left: 18px !important;
    margin-bottom: 8px !important;
}

/* use plain text chevron so it always shows */
footer.site-footer.footer.footer-cleaners .widget_services ul li::before {
    content: "›" !important;
    position: absolute !important;
    left: 0 !important;
    top: -1px !important;
    display: inline-block !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

footer.site-footer.footer.footer-cleaners .widget_services ul li a,
footer.site-footer.footer.footer-cleaners .widget_about a {
    color: rgba(255, 255, 255, 0.82) !important;
    text-decoration: none !important;
    transition: opacity .2s ease, color .2s ease;
    display: inline-block;
}

footer.site-footer.footer.footer-cleaners .widget_services ul li a:hover,
footer.site-footer.footer.footer-cleaners .widget_about a:hover {
    color: #fff !important;
    opacity: 0.95;
}

footer.site-footer.footer.footer-cleaners .separator-outer {
    margin-bottom: 10px;
}

footer.site-footer.footer.footer-cleaners .separator.bg-white.style-skew {
    width: 35px;
    height: 3px;
    background-color: #fff !important;
    display: inline-block;
}

/* footer social icons */
footer.site-footer.footer.footer-cleaners ul.social-icon {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

footer.site-footer.footer.footer-cleaners ul.social-icon li {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

footer.site-footer.footer.footer-cleaners ul.social-icon li a {
    width: 36px !important;
    height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 1 !important;
    text-align: center !important;
}

footer.site-footer.footer.footer-cleaners ul.social-icon li a i,
footer.site-footer.footer.footer-cleaners ul.social-icon li a svg,
footer.site-footer.footer.footer-cleaners ul.social-icon li a span {
    display: block !important;
    line-height: 1 !important;
    margin: 0 !important;
}

footer.site-footer.footer.footer-cleaners ul.social-icon li a:hover {
    background-color: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
    color: #fff !important;
}

/* footer bottom */
footer.site-footer.footer.footer-cleaners .footer-bottom {
    background-color: #0a2882 !important;
    padding: 25px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.65);
}

footer.site-footer.footer.footer-cleaners .footer-bottom,
footer.site-footer.footer.footer-cleaners .footer-bottom a,
footer.site-footer.footer.footer-cleaners .footer-bottom i,
footer.site-footer.footer.footer-cleaners .footer-bottom span,
footer.site-footer.footer.footer-cleaners .footer-bottom small {
    color: rgba(255, 255, 255, 0.65) !important;
}

footer.site-footer.footer.footer-cleaners .footer-bottom .row {
    align-items: center;
}

footer.site-footer.footer.footer-cleaners .footer-bottom a {
    margin-left: 10px;
    padding-left: 0;
    text-decoration: none !important;
    transition: opacity .2s ease, color .2s ease;
}

footer.site-footer.footer.footer-cleaners .footer-bottom a:hover {
    color: #fff !important;
    opacity: 0.95;
}

footer.site-footer.footer.footer-cleaners .footer-company,
footer.site-footer.footer.footer-cleaners .footer-credit {
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: .95rem;
}

footer.site-footer.footer.footer-cleaners .footer-credit,
footer.site-footer.footer.footer-cleaners .footer-credit a {
    font-size: 12px;
    text-decoration: none !important;
}

footer.site-footer.footer.footer-cleaners .footer-credit a {
    text-decoration: underline !important;
    margin-left: 0;
}

footer.site-footer.footer.footer-cleaners .footer-credit a:hover {
    text-decoration: underline !important;
}

/* keep footer bottom aligned with top columns */
footer.site-footer.footer.footer-cleaners .footer-bottom .container {
    max-width: 1170px;
}

footer.site-footer.footer.footer-cleaners .footer-bottom .text-left {
    text-align: left;
}

footer.site-footer.footer.footer-cleaners .footer-bottom .text-right {
    text-align: right;
}

/* old centered footer compatibility */
footer.site-footer.footer-center .footer-top {
    background-color: #0a2882;
    text-align: center;
    padding: 300px 0 50px;
}

footer.site-footer.footer-center .footer-top .footer-logo {
    width: 200px;
    margin: 0 auto 30px;
}

footer.site-footer.footer-center .footer-top p {
    font-size: 24px;
    color: #fff;
    line-height: 28px;
    font-weight: 300;
    margin: 15px 0;
    text-align: center;
    opacity: 0.8;
}

footer.site-footer.footer-center .footer-bottom {
    background-color: #0a2882;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 991px) {
    footer.site-footer.footer.footer-cleaners .footer-bottom .text-left,
    footer.site-footer.footer.footer-cleaners .footer-bottom .text-right,
    footer.site-footer.footer.footer-cleaners .footer-bottom .text-center,
    footer.site-footer.footer-center .footer-bottom .text-left,
    footer.site-footer.footer-center .footer-bottom .text-right {
        text-align: center !important;
    }
}


/* ==========================
   About / service pages
========================== */
.header-style-1 .main-bar {
    position: relative;
    z-index: 9;
}

.header-style-1 .extra-nav,
.header-style-1 .is-fixed .extra-nav {
    padding: 15px 0 0;
}

.site-header.dark .main-bar,
.header-style-1.dark .main-bar {
    color: #fff;
}

.sticky-header {
    position: relative;
    width: 100%;
    z-index: 999;
}

.header-curve,
.main-bar-wraper,
.main-bar {
    width: 100%;
}

.header-style-1 .header-nav .nav > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 22px 14px;
    text-transform: capitalize;
    background: transparent;
    border-right: 0;
}

.header-style-1 .header-nav .nav > li > a:hover,
.header-style-1 .header-nav .nav > li.active > a,
.header-style-1 .nav-link:hover,
.header-style-1 .dropdown-toggle:hover {
    color: #f7941d;
}

.header-style-1 .header-nav .nav > li > a i,
.header-style-1 .nav-link,
.header-style-1 .dropdown-toggle {
    color: inherit;
}

.bnr-inr {
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.overlay-black-middle {
    position: relative;
}

.overlay-black-middle:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 0;
}

.bnr-inr .container,
.bnr-inr-entry {
    position: relative;
    z-index: 1;
}

.bnr-inr .container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.bnr-inr-entry {
    padding: 80px 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.bnr-inr-entry h1 {
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.breadcrumb-row {
    text-align: center;
    padding: 12px 0;
}

.breadcrumb-row .list-inline {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb-row .list-inline li {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    float: none;
}

.breadcrumb-row .list-inline li + li:before {
    content: "/";
    display: inline-block;
    margin-right: 8px;
    color: rgba(0, 0, 0, 0.45);
}

.breadcrumb-row .list-inline li:after {
    content: none;
}

.breadcrumb-row .list-inline li a {
    text-decoration: none;
}

.breadcrumb-row .list-inline li.active {
    opacity: 0.85;
    color: inherit;
    pointer-events: none;
}

.about-1 {
    padding-bottom: 30px;
}

.about-1 .worker,
.about-1 .worker img,
.about-1 img {
    text-align: center;
    max-width: 100%;
    height: auto;
}

.about-1 h2,
.about-1 h3,
.about-1 h4 {
    word-break: break-word;
}

.about-1 ol {
    padding-left: 1.25rem;
}

.about-1 ol li {
    margin-bottom: 16px;
}

/* ==========================
   FAQ blocks
========================== */
.faq-section-wrap {
    padding-top: 0;
    padding-bottom: 60px;
}

.faq-section-box {
    max-width: 950px;
    margin: 0 auto;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.faq-title {
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 1.3;
}

.faq-accordion .accordion-item {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
}

.faq-accordion .accordion-button {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    padding: 20px 24px;
    background: #fff;
    color: #222;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: #222;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.faq-accordion .accordion-body {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    padding: 0 24px 22px;
    text-align: left;
}

.faq-modern {
    padding-top: 40px;
    padding-bottom: 40px;
}

.faq-modern .accordion-item {
    border: 0;
    margin-bottom: 15px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq-modern .accordion-button {
    background-color: #fff;
    padding: 18px 22px;
    font-weight: 600;
    font-size: 16px;
    color: #0a2882;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: none;
    border: 0;
}

.faq-modern .accordion-button:not(.collapsed) {
    color: #0a2882;
    background-color: #f5f8ff;
}

.faq-modern .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.faq-modern .accordion-body {
    padding: 16px 22px 20px 58px;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    background-color: #fff;
    text-align: left;
}

.faq-modern .faq-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: #0a2882;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.faq-modern .faq-question {
    flex: 1;
    text-align: left;
}

.faq-modern .faq-toggle-icon {
    margin-left: auto;
    color: #999;
    font-size: 14px;
}

.faq-modern .accordion-button .fa-plus {
    transition: transform 0.2s ease, opacity 0.15s ease;
}

.faq-modern .accordion-button:not(.collapsed) .fa-plus {
    transform: rotate(45deg);
}

.faq-modern .accordion-button::after {
    display: none;
}

/* ==========================
   Verification page
========================== */
.verification-page {
    background: #fff;
}

.verification-content {
    max-width: 950px;
    margin: 0 auto;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.verification-content h2 {
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 1.3;
}

.verification-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 20px;
}

/* ==========================
   Testimonials
========================== */
.owl-none .owl-nav {
    display: none;
}

.testimonial-area3 {
    background-color: #fff;
    padding: 0 30px 40px;
    border: 8px solid #297ffa;
    border-radius: 6px;
    margin: 120px 0 0;
    position: relative;
}

.testimonial-area3 .owl-carousel {
    margin: -65px 0 0;
}

.testimonial-area3:before,
.testimonial-area3:after {
    position: absolute;
    font-size: 100px;
    color: rgba(10, 40, 130, 0.12);
    line-height: 1;
    font-family: Georgia, "Times New Roman", serif;
    pointer-events: none;
}

.testimonial-area3:before {
    content: '"';
    left: 20px;
    top: 0;
}

.testimonial-area3:after {
    content: '"';
    right: 20px;
    bottom: 0;
}

.testimonial-3 {
    text-align: center;
}

.testimonial-3 .testimonial-pic {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    z-index: 99;
    position: relative;
    border: 8px solid #297ffa;
    box-shadow: none !important;
    overflow: hidden;
    background: #fff;
}

.testimonial-pic.radius {
    border-radius: 50%;
}

.testimonial-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonial-detail {
    margin-bottom: 15px;
}

.testimonial-area3 .testimonial-3 .testimonial-name {
    font-weight: 700;
    font-size: 20px;
    color: #0a2882;
    margin-bottom: 5px;
}

.testimonial-area3 .testimonial-3 .testimonial-detail span {
    display: block;
    font-size: 18px;
    color: #636363;
    font-weight: 300;
    margin-top: 4px;
}

.testimonial-area3 .testimonial-3 .testimonial-text p {
    font-size: 28px;
    color: #333;
    line-height: 1.5;
    font-style: inherit;
    text-align: center;
}

.testimonial-area3 .owl-dots,
.testimonial-area3 .owl-theme .owl-dots,
.testimonial-one-dots.owl-theme .owl-dots {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: block;
    clear: both;
}

.testimonial-area3 .owl-dots .owl-dot,
.testimonial-area3 .owl-theme .owl-dots .owl-dot,
.testimonial-one-dots.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    float: none;
    margin: 0 4px;
    vertical-align: middle;
}

.testimonial-area3 .owl-dots .owl-dot span,
.testimonial-area3 .owl-theme .owl-dots .owl-dot span,
.testimonial-one-dots.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #297ffa;
    height: 14px;
    width: 14px;
    margin: 0;
    background-color: #fff;
    display: block;
    border-radius: 50%;
}

.testimonial-area3 .owl-dots .owl-dot.active span,
.testimonial-area3 .owl-theme .owl-dots .owl-dot.active span,
.testimonial-one-dots.owl-theme .owl-dots .owl-dot.active span {
    border-color: #223d65;
    background-color: #fff;
}

/* ==========================
   Contact page
========================== */
.contact-page .page-content {
    background-color: #f8fafc;
}

.contact-page .section-full.bg-white.content-inner-2 {
    background-color: #f8fafc !important;
    padding-top: 50px;
    padding-bottom: 60px;
}

.contact-page .section-head {
    margin-bottom: 35px;
}

.contact-page .section-head h2 {
    color: #123641;
    font-weight: 800;
    margin-bottom: 12px;
    text-align: center;
}

.contact-page .section-head p {
    color: #6b7280;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
}

.contact-page .contact-card {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(18, 54, 65, 0.08);
    padding: 32px;
    margin-bottom: 30px;
    height: 100%;
}

.contact-page .contact-card h3 {
    margin: 0 0 22px;
    color: #123641;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 800;
}

.contact-page .contact-form .form-group {
    margin-bottom: 20px;
}

.contact-page .contact-form label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    color: #123641;
    font-size: 15px;
    line-height: 1.4;
}

.contact-page .contact-form input,
.contact-page .contact-form textarea {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #d8e0e8;
    border-radius: 10px;
    background-color: #fff;
    color: #1f2937;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.contact-page .contact-form input::placeholder,
.contact-page .contact-form textarea::placeholder {
    color: #94a3b8;
}

.contact-page .contact-form input:focus,
.contact-page .contact-form textarea:focus {
    border-color: #0a2882;
    box-shadow: 0 0 0 3px rgba(10, 40, 130, 0.10);
    outline: none;
}

.contact-page .contact-form textarea {
    min-height: 180px;
    resize: vertical;
}

.contact-page .contact-help-note {
    font-size: 14px;
    color: #6b7280;
    opacity: 1;
    margin-top: 8px;
    line-height: 1.5;
}

.contact-page .honeypot-wrap {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.contact-page .site-button {
    border-radius: 10px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 700;
    min-width: 180px;
}

.contact-page .alert {
    border-radius: 12px;
    padding: 14px 18px;
    margin-bottom: 25px;
    border: 1px solid transparent;
    font-weight: 600;
}

.contact-page .alert-success {
    background-color: #ecfdf3;
    border-color: #b7ebc6;
    color: #166534;
}

.contact-page .alert-danger {
    background-color: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

.contact-page .postal-address p {
    margin-bottom: 8px;
    color: #4b5563;
    line-height: 1.7;
    text-align: left;
}

.contact-page .postal-address hr {
    margin: 22px 0;
    border: 0;
    border-top: 1px solid #e5e7eb;
}

.contact-page .postal-address p:last-child {
    margin-bottom: 0;
}

.contact-page .postal-address p:first-of-type {
    color: #123641;
    font-weight: 700;
}

.contact-page .row > .col-lg-8,
.contact-page .row > .col-lg-4 {
    margin-bottom: 30px;
}

/* ==========================
   FAQ accordion
========================== */
.sb-faq {
    --sb-text: #172033;
    --sb-muted: #667085;
    --sb-line: #e4eaf3;
    --sb-card: #ffffff;
    --sb-accent: #0f3b78;
    --sb-accent-2: #184a93;
    --sb-accent-soft: rgba(15, 59, 120, 0.06);
    --sb-glow: rgba(24, 74, 147, 0.18);
    --sb-glow-strong: rgba(24, 74, 147, 0.28);
    --sb-answer-border: #0f3b78;
    --sb-shadow: 0 10px 26px rgba(16, 24, 40, 0.05);
    --sb-shadow-hover: 0 16px 34px rgba(15, 59, 120, 0.10);

    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 0 20px;
    color: var(--sb-text);
    font-family: inherit;
}

.sb-faq__intro {
    max-width: 760px;
    margin: 0 auto 22px;
    text-align: center;
}

.sb-faq__eyebrow {
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: rgba(15, 59, 120, 0.08);
    color: var(--sb-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 1px solid rgba(15, 59, 120, 0.10);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7) inset;
}

.sb-faq__title {
    margin: 0 0 10px;
    font-size: clamp(1.9rem, 4vw, 2.7rem);
    line-height: 1.06;
    font-weight: 800;
    color: var(--sb-text);
}

.sb-faq__text {
    margin: 0 auto;
    max-width: 700px;
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--sb-muted);
}

.sb-faq__list {
    display: grid;
    gap: 12px;
}

.sb-faq__item {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
    border: 1px solid var(--sb-line);
    border-radius: 18px;
    box-shadow: var(--sb-shadow);
    overflow: hidden;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, background 0.22s ease;
}

.sb-faq__item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 0 0 0 rgba(24, 74, 147, 0);
    transition: box-shadow 0.22s ease;
}

.sb-faq__item:hover {
    transform: translateY(-1px);
    border-color: rgba(15, 59, 120, 0.22);
    box-shadow: var(--sb-shadow-hover), 0 0 18px var(--sb-glow);
}

.sb-faq__item:hover::before {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82), 0 0 18px rgba(24, 74, 147, 0.08);
}

.sb-faq__item[open] {
    border-color: var(--sb-answer-border);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 38px rgba(15, 59, 120, 0.12), 0 0 24px var(--sb-glow);
}

.sb-faq__item[open]::before {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.88), 0 0 22px rgba(24, 74, 147, 0.10);
}

.sb-faq__question {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 42px;
    align-items: center;
    gap: 14px;
    padding: 15px 18px;
    cursor: pointer;
    position: relative;
}

.sb-faq__question::-webkit-details-marker {
    display: none;
}

.sb-faq__label {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;
    color: var(--sb-text);
    transition: color 0.22s ease;
}

.sb-faq__item[open] .sb-faq__label,
.sb-faq__item:hover .sb-faq__label {
    color: var(--sb-accent);
}

.sb-faq__toggle {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid var(--sb-line);
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    position: relative;
    transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 0 0 rgba(24, 74, 147, 0);
}

.sb-faq__toggle::before,
.sb-faq__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: var(--sb-accent);
    transform: translate(-50%, -50%);
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.sb-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.sb-faq__item:hover .sb-faq__toggle {
    border-color: rgba(15, 59, 120, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 0 14px rgba(24, 74, 147, 0.10);
}

.sb-faq__item[open] .sb-faq__toggle {
    background: linear-gradient(180deg, rgba(15, 59, 120, 0.07) 0%, rgba(24, 74, 147, 0.12) 100%);
    border-color: rgba(15, 59, 120, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 0 16px var(--sb-glow-strong);
}

.sb-faq__item[open] .sb-faq__toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scale(0.65);
}

.sb-faq__answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.26s ease;
}

.sb-faq__item[open] .sb-faq__answer {
    grid-template-rows: 1fr;
}

.sb-faq__answer > * {
    overflow: hidden;
    margin: 10px 18px 0;
    padding: 0;
    color: var(--sb-muted);
    font-size: 0.96rem;
    line-height: 1.75;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.sb-faq__answer p {
    text-align: left;
}

.sb-faq__answer ul,
.sb-faq__answer ol {
    padding-left: 22px;
}

.sb-faq__answer li {
    margin-bottom: 8px;
    color: var(--sb-muted);
}

.sb-faq__item[open] .sb-faq__answer > *:last-child {
    margin-bottom: 18px;
}

/* ==========================
   Shared cleaner map
========================== */
.sb-map-wrap {
    display: flex;
    gap: 20px;
    align-items: stretch;
    margin-top: 10px;
}

.sb-map-panel {
    width: 32%;
    min-width: 280px;
}

.sb-map {
    width: 68%;
    min-height: 560px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

#map {
    width: 100%;
    height: 650px;
}

.sb-filter-box {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 15px;
}

.sb-map-label {
    font-weight: 700;
}

.sb-services {
    max-height: 320px;
    overflow-y: auto;
    padding-right: 6px;
    margin-top: 10px;
}

.sb-service-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    font-size: 14px;
}

.sb-service-row input.svcCheck {
    display: inline-block !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    -webkit-appearance: checkbox !important;
    appearance: auto !important;
    accent-color: #0a2882 !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    transform: none !important;
    clip: auto !important;
    clip-path: none !important;
    overflow: visible !important;
    z-index: 1;
    flex: 0 0 16px;
    vertical-align: middle;
}

.sb-service-row input.svcCheck::before,
.sb-service-row input.svcCheck::after,
.sb-service-row .sb-service-label::before,
.sb-service-row .sb-service-label::after {
    content: none !important;
    display: none !important;
}

.sb-service-label {
    margin: 0;
}

.sb-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.sb-msg {
    margin-top: 12px;
    font-size: 14px;
}

.sb-msg.ok {
    color: #198754;
}

.sb-msg.err {
    color: #b00020;
}

.sb-service-selected-text {
    margin-top: 2px;
}

.cleaner-popup {
    min-width: 240px;
}

.cleaner-popup-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
}

.cleaner-popup-link {
    font-weight: 700;
    text-decoration: none;
    color: inherit;
}

.cleaner-popup-link:hover {
    text-decoration: underline;
}

.cleaner-popup-rating {
    text-align: right;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
}

.cleaner-popup-score {
    font-weight: 700;
}

.cleaner-popup-name {
    font-weight: 700;
    margin-bottom: 4px;
}

.cleaner-popup-bio {
    font-size: 13px;
    line-height: 1.4;
}

.home-cleaner-map .section-head p {
    text-align: center;
}

/* ==========================
   Shared auth / login-style pages
========================== */
.login {
    background-color: #292929;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 0 15px;
    position: relative;
}

.form .form-control {
    background: #dde3ec;
    height: 44px;
}

.form .form-group {
    margin-bottom: 15px;
}

.page-wrapers .page-content.login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
    position: relative;
}

.page-wrapers .page-content.login .container {
    position: relative;
    z-index: 2;
}

.page-wrapers .page-content.login .row {
    align-items: center;
}

.login-form {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 18px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    overflow: hidden;
}

.login-form .tab-content {
    margin: 0;
}

.login-form .tab-pane {
    display: none;
}

.login-form .tab-pane.active,
.login-form .tab-pane.show {
    display: block;
}

.login-form .form {
    padding: 32px !important;
    margin: 0;
}

.login-form .form-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    color: #123641;
    text-align: center;
}

.login-form .separator-outer {
    text-align: center;
    margin-bottom: 14px;
}

.login-form .separator.bg-primary.style-liner {
    width: 60px;
    height: 4px;
    border-radius: 999px;
    background-color: #0a2882 !important;
    display: inline-block;
}

.login-form p {
    text-align: center;
    color: #4b5563 !important;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.login-form .form-group {
    margin-bottom: 18px;
}

.login-form .form-control {
    width: 100%;
    height: 52px;
    padding: 12px 16px;
    border: 1px solid #d8e0e8;
    border-radius: 12px;
    background: #fff;
    color: #1f2937;
    font-size: 16px;
    line-height: 1.4;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.login-form .form-control::placeholder {
    color: #94a3b8;
}

.login-form .form-control:focus {
    border-color: #0a2882;
    box-shadow: 0 0 0 3px rgba(10, 40, 130, 0.12);
    background: #fff;
    outline: none;
}

.login-form textarea.form-control {
    min-height: 140px;
    height: auto;
}

.login-form .alert {
    margin: 20px 32px 0;
    border-radius: 12px;
    padding: 14px 16px;
    font-weight: 600;
}

.login-form .alert-danger {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.login-form .site-button {
    min-width: 170px;
    padding: 12px 26px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    background-color: #0a2882;
}

.login-form .site-button:hover,
.login-form .site-button:focus {
    background-color: #123da8;
}

.login-form .float-right {
    float: right !important;
}

/* ==========================
   Customer signup page
========================== */
.login-form input[type="checkbox"] {
    display: inline-block !important;
    opacity: 1 !important;
    position: static !important;
    visibility: visible !important;
    pointer-events: auto !important;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 8px 0 0 !important;
    vertical-align: middle;
    accent-color: #0a2882;
}

.login-form input[type="checkbox"] + label {
    display: inline !important;
    padding-left: 0 !important;
    position: static !important;
    color: #374151;
    font-size: 14px;
    line-height: 1.6;
    cursor: pointer;
}

.login-form input[type="checkbox"] + label:before,
.login-form input[type="checkbox"] + label:after {
    display: none !important;
    content: none !important;
}

.login-form .m-b30 {
    margin-bottom: 22px !important;
}

.login-form .m-b30 a {
    color: #0a2882;
    font-weight: 600;
    text-decoration: underline;
}

.login-form .m-b30 a:hover {
    color: #f7941d;
}

.login-form .form-group.text-left {
    text-align: right !important;
    margin-bottom: 0;
}

/* ==========================
   Thank-you / customer login page
========================== */
.welcome-message {
    margin-bottom: 20px;
    text-align: center;
}

.welcome-message .title {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
}

.welcome-message p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
    text-align: center;
}

.login-image {
    display: block;
    width: 100%;
    max-width: 360px;
    height: auto;
    object-fit: contain;
    object-position: center;
    margin: 0 auto 20px;
}

/* ==========================
   Mobile menu overrides
========================== */
@media (max-width: 991.98px) {
    .header-nav .nav > li > a,
    .header-nav .nav > li > a:visited,
    .header-nav .nav > li > a:hover,
    .header-nav .nav > li > a:focus {
        color: #222 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .header-nav {
        background: #fff !important;
    }

    .header-nav .nav > li {
        display: block !important;
    }

    .header-nav .nav > li > a {
        display: block !important;
        padding: 12px 16px !important;
    }
}

@media only screen and (max-width: 991px) {
    .mo-left .header-nav,
    .mo-left .header-nav .nav,
    .header-nav,
    .header-nav .nav {
        background: #fff !important;
    }

    .mo-left .header-nav .nav > li > a,
    .header-style-1 .header-nav .nav > li > a,
    .header-nav .nav > li > a {
        color: #222 !important;
        display: block !important;
        padding: 12px 15px !important;
        opacity: 1 !important;
        visibility: visible !important;
        background: transparent !important;
    }

    .mo-left .header-nav .nav > li:hover > a,
    .mo-left .header-nav .nav > li.active > a,
    .header-style-1 .header-nav .nav > li:hover > a,
    .header-style-1 .header-nav .nav > li.active > a {
        color: #0a2882 !important;
        background: #f5f8ff !important;
    }

    .mo-left .header-nav .nav > li .mega-menu > li > ul > li > a,
    .mo-left .header-nav .nav > li .sub-menu li a,
    .header-nav .nav > li .mega-menu > li > ul > li > a,
    .header-nav .nav > li .sub-menu li a {
        color: #333 !important;
        background: transparent !important;
    }

    .nav.navbar-nav li a i.fa-chevron-down,
    .nav.navbar-nav li a i.fa-angle-right,
    .side-nav .nav.navbar-nav li a i.fa-chevron-down {
        color: #222 !important;
    }

    .header-style-6 .header-nav .nav > li > a,
    .header-style-1 .header-nav .nav > li > a {
        padding: 8px 0;
        border-right: 0;
        background: transparent;
    }

    .header-style-6 .navbar-toggler {
        margin: 26px 0 14px 15px;
    }

    .header-style-6 .header-nav .nav > li:hover > a,
    .header-style-6 .header-nav .nav > li.active > a {
        background-color: transparent;
    }

    .mega-menu {
        position: static;
        min-width: 100%;
        box-shadow: none;
        border-radius: 0;
        padding: 10px 0 0;
        display: none;
    }

    .header-nav .nav > li.open > .mega-menu,
    .header-nav .nav > li.open > .sub-menu {
        display: block;
    }

    .has-mega-menu:hover > .mega-menu {
        display: none;
    }

    .mega-menu > li {
        margin-bottom: 10px;
    }

    .mo-left .header-nav .logo-header,
    .mo-left .header-nav .logo-header a,
    .mo-left .header-nav .logo-header img,
    .mo-left .header-nav .logo-header span,
    .mo-left .header-nav .logo-header p {
        display: none !important;
        padding: 0 !important;
        margin: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    .content-inner {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .content-inner-1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .content-inner-2 {
        padding-top: 50px;
    }

    .call-action.style1 .img-box {
        display: none;
    }

    .call-action.style1 {
        padding: 50px 0;
    }

    .faq-area2,
    .pricingtable-area2 {
        flex-direction: column-reverse;
    }

    .services-style-3 .number {
        margin: 30px auto 30px;
    }

    .site-footer.footer-center .footer-bottom .text-left,
    .site-footer.footer-center .footer-bottom .text-right,
    .footer-bottom .text-left,
    .footer-bottom .text-right,
    .footer-bottom .text-center {
        text-align: center !important;
    }

    .footer-bottom .col-lg-6 {
        margin-bottom: 10px;
    }

    .clean-shape-bx:after {
        transform: skewX(-25deg);
        width: 80%;
    }

    .clean-shape-bx:before {
        background-color: transparent;
    }

    .bnr-inr {
        min-height: 240px;
    }

    .bnr-inr-entry {
        padding: 60px 0;
    }

    .p-r50 {
        padding-right: 0;
    }

    .page-wrapers .page-content.login {
        padding: 30px 15px;
    }

    .login-image {
        max-width: 280px;
        margin-bottom: 24px;
    }

    .welcome-message .title {
        font-size: 28px;
    }

    .login-form .form {
        padding: 26px !important;
    }

    .contact-page .section-full.bg-white.content-inner-2 {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .contact-page .contact-card {
        padding: 26px;
    }

    .contact-page .contact-card h3 {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .sb-map-wrap {
        flex-direction: column;
    }

    .sb-map-panel,
    .sb-map {
        width: 100%;
    }

    #map {
        height: 420px;
    }
}

@media (max-width: 800px) {
    .cta-callout-block {
        max-width: 90%;
        padding: 1.75rem;
    }
}

@media (max-width: 768px) {
    .sb-faq__title {
        font-size: 1.9rem;
    }

    .sb-faq__question {
        grid-template-columns: 1fr 38px;
        gap: 10px;
        padding: 14px 14px;
    }

    .sb-faq__label {
        font-size: 0.97rem;
    }

    .sb-faq__toggle {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .sb-faq__answer > * {
        margin: 8px 14px 0;
        font-size: 0.94rem;
    }

    .sb-faq__item[open] .sb-faq__answer > *:last-child {
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .content-area {
        padding-top: 30px;
    }

    .page-content {
        padding-bottom: 30px;
    }

    .footer-top {
        padding-top: 30px;
    }

    .site-footer .widget {
        margin-bottom: 25px;
    }

    .section-full:last-child {
        margin-bottom: -30px;
    }

    .content-inner {
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .content-inner-1 {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .content-inner-2 {
        padding-bottom: 0;
        padding-top: 30px;
    }

    .section-head {
        margin-bottom: 25px;
    }

    .pricingtable-wrapper {
        margin-bottom: 30px;
    }

    .pricingtable-highlight {
        margin: 0;
    }

    .faq-style2 .acod-title {
        font-size: 18px;
    }

    .faq-style2 .acod-head a {
        padding: 10px 20px 10px 60px;
    }

    .faq-style2 .acod-title .icon-bx {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .faq-style2 .acod-content {
        font-size: 16px;
        margin: 5px 20px 20px 60px;
    }

    .video-box2 .popup-youtube {
        bottom: 15px;
        left: 15px;
    }

    .video-box2 .popup-youtube i {
        height: 50px;
        width: 50px;
        font-size: 20px;
        line-height: 50px;
        margin-right: 10px;
    }

    .video-box2 .popup-youtube h4 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .video-box2 .popup-youtube span {
        font-size: 14px;
    }

    .blog-bx .post-more .site-button {
        padding: 6px 10px;
        margin-right: 0;
    }

    .blog-bx .share-bx li ul li a {
        width: 25px;
        height: 25px;
        line-height: 23px;
        font-size: 12px;
    }

    .services-area3 {
        padding: 0 20px 30px;
        margin: 0 0 -250px;
    }

    .services-style-3 p {
        font-size: 16px;
        line-height: 30px;
    }

    .services-style-3 .number {
        font-size: 36px;
        height: 100px;
        width: 100px;
        line-height: 83px;
        margin: 30px auto 10px;
    }
    
    .site-footer.footer-with-steps {
    position: relative;
    clear: both;
    display: flow-root;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.site-footer.footer-with-steps .footer-top {
    padding-top: 240px;
}

.site-footer.footer-with-steps .footer-bottom,
.site-footer.footer-with-steps .footer-bottom:last-child,
.site-footer.footer-with-steps > *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
    

    .page-wraper-full .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .cta-title {
        font-size: 26px;
    }

    .cta-callout-block {
        padding: 22px 14px;
    }

    .sb-cta-80 {
        width: 95%;
    }

    .sb-service-link {
        font-size: 13px;
    }

    .site-footer .footer-top {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .footer-bottom a {
        display: inline-block;
        padding: 4px 8px;
    }

    .bnr-inr {
        min-height: 200px;
    }

    .bnr-inr-entry {
        padding: 45px 0;
    }

    .font-35 {
        font-size: 28px;
    }

    .font-40 {
        font-size: 32px;
    }

    .about-1 {
        padding-bottom: 20px;
    }

    .faq-section-box,
    .verification-content {
        padding: 22px;
    }

    .faq-title,
    .verification-content h2 {
        font-size: 26px;
    }

    .faq-accordion .accordion-button,
    .faq-modern .accordion-button {
        font-size: 16px;
        padding: 16px 18px;
    }

    .faq-accordion .accordion-body,
    .faq-modern .accordion-body {
        font-size: 15px;
        padding: 0 18px 18px;
    }

    .faq-modern .faq-question {
        line-height: 1.4;
    }

    .verification-content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .testimonial-area3 {
        padding: 0 15px 30px;
        margin: 120px 0 0;
    }

    .testimonial-3 .testimonial-pic {
        width: 100px;
        height: 100px;
        margin-bottom: 30px;
    }

    .testimonial-area3 .testimonial-3 .testimonial-text p {
        font-size: 20px;
    }

    .page-wrapers .page-content.login {
        padding: 24px 12px;
    }

    .login-form {
        max-width: 100%;
        border-radius: 16px !important;
    }

    .login-form .form {
        padding: 22px !important;
    }

    .login-form .form-title {
        font-size: 26px;
    }

    .login-form p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .login-form .form-control {
        height: 48px;
        font-size: 15px;
        border-radius: 10px;
    }

    .login-form .form-group.text-left {
        text-align: center !important;
    }

    .login-form .site-button,
    .login-form .float-right {
        float: none !important;
        width: 100%;
        min-width: 0;
    }

    .login-form .alert {
        margin: 16px 22px 0;
    }

    .login-image {
        max-width: 220px;
        height: auto;
        margin-bottom: 18px;
    }

    .welcome-message {
        margin-bottom: 18px;
    }

    .welcome-message .title {
        font-size: 24px;
    }

    .welcome-message p {
        font-size: 15px;
    }

    .contact-page .section-full.bg-white.content-inner-2 {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .contact-page .section-head {
        margin-bottom: 25px;
    }

    .contact-page .section-head h2 {
        font-size: 28px;
    }

    .contact-page .contact-card {
        padding: 20px;
        border-radius: 14px;
    }

    .contact-page .contact-card h3 {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .contact-page .contact-form input,
    .contact-page .contact-form textarea {
        padding: 12px 14px;
        font-size: 15px;
    }

    .contact-page .site-button {
        width: 100%;
        min-width: 0;
    }
}

@media only screen and (max-width: 591px) {
    .section-head.style1 h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .section-head.style1 h3 {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 36px;
    }

    .call-action.style1 .title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .call-action.style1 {
        padding: 30px 0;
    }

    .testimonial-area3:before,
    .testimonial-area3:after {
        font-size: 50px;
    }

    .testimonial-area3 .testimonial-3 .testimonial-text p {
        font-size: 20px;
    }
}

.logo-header img.logo,
.logo-header a img.logo {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* =========================================================
   FINAL FOOTER OVERRIDES
========================================================= */

footer.site-footer.footer.footer-cleaners,
footer.site-footer.footer.footer-cleaners .footer-top,
footer.site-footer.footer.footer-cleaners .footer-bottom {
    background: #0a2882 !important;
    background-color: #0a2882 !important;
    background-image: none !important;
}

footer.site-footer.footer.footer-cleaners .footer-top,
footer.site-footer.footer.footer-cleaners .footer-bottom {
    position: relative;
    z-index: 1;
}

footer.site-footer.footer.footer-cleaners .footer-top {
    padding: 60px 0 30px !important;
}

footer.site-footer.footer.footer-cleaners.footer-with-steps .footer-top {
    padding-top: 150px !important;
}

footer.site-footer.footer.footer-cleaners .footer-top p,
footer.site-footer.footer.footer-cleaners .footer-top li,
footer.site-footer.footer.footer-cleaners .footer-top a,
footer.site-footer.footer.footer-cleaners .footer-top h4,
footer.site-footer.footer.footer-cleaners .footer-top small {
    color: rgba(255, 255, 255, 0.82) !important;
}

footer.site-footer.footer.footer-cleaners .widget.widget_services ul,
footer.site-footer.footer.footer-cleaners .widget.widget_about ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

footer.site-footer.footer.footer-cleaners .widget.widget_services ul li {
    position: relative !important;
    padding-left: 20px !important;
    margin-bottom: 8px !important;
}

footer.site-footer.footer.footer-cleaners .widget.widget_services ul li::before {
    content: "›" !important;
    position: absolute !important;
    left: 0 !important;
    top: -1px !important;
    display: inline-block !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-family: Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

footer.site-footer.footer.footer-cleaners .widget.widget_services ul li a,
footer.site-footer.footer.footer-cleaners .widget.widget_about a {
    color: rgba(255, 255, 255, 0.82) !important;
    text-decoration: none !important;
    display: inline-block !important;
}

footer.site-footer.footer.footer-cleaners .widget.widget_services ul li a:hover,
footer.site-footer.footer.footer-cleaners .widget.widget_about a:hover {
    color: #fff !important;
    opacity: 1 !important;
}

/* footer social icons */
footer.site-footer.footer.footer-cleaners ul.social-icon,
footer.site-footer.footer.footer-cleaners .widget.widget_about ul.social-icon {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

footer.site-footer.footer.footer-cleaners ul.social-icon li,
footer.site-footer.footer.footer-cleaners .widget.widget_about ul.social-icon li {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

footer.site-footer.footer.footer-cleaners ul.social-icon li a,
footer.site-footer.footer.footer-cleaners .widget.widget_about ul.social-icon li a {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255, 255, 255, 0.30) !important;
    border-radius: 50% !important;
    box-sizing: border-box !important;
    background: transparent !important;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 1 !important;
    text-align: center !important;
    padding: 0 !important;
}

footer.site-footer.footer.footer-cleaners ul.social-icon li a i,
footer.site-footer.footer.footer-cleaners ul.social-icon li a svg,
footer.site-footer.footer.footer-cleaners ul.social-icon li a span,
footer.site-footer.footer.footer-cleaners .widget.widget_about ul.social-icon li a i,
footer.site-footer.footer.footer-cleaners .widget.widget_about ul.social-icon li a svg,
footer.site-footer.footer.footer-cleaners .widget.widget_about ul.social-icon li a span {
    display: block !important;
    margin: 0 !important;
    line-height: 1 !important;
    color: #fff !important;
}

footer.site-footer.footer.footer-cleaners ul.social-icon li a:hover,
footer.site-footer.footer.footer-cleaners .widget.widget_about ul.social-icon li a:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
    color: #fff !important;
}

/* footer bottom */
footer.site-footer.footer.footer-cleaners .footer-bottom {
    padding: 25px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
}

footer.site-footer.footer.footer-cleaners .footer-bottom,
footer.site-footer.footer.footer-cleaners .footer-bottom span,
footer.site-footer.footer.footer-cleaners .footer-bottom a,
footer.site-footer.footer.footer-cleaners .footer-bottom i,
footer.site-footer.footer.footer-cleaners .footer-bottom small {
    color: rgba(255, 255, 255, 0.65) !important;
}

footer.site-footer.footer.footer-cleaners .footer-bottom a:hover {
    color: #fff !important;
}

footer.site-footer.footer.footer-cleaners .footer-bottom .container {
    max-width: 1170px !important;
}

footer.site-footer.footer.footer-cleaners .footer-bottom .text-left {
    text-align: left !important;
}

footer.site-footer.footer.footer-cleaners .footer-bottom .text-right {
    text-align: right !important;
}

@media only screen and (max-width: 991px) {
    footer.site-footer.footer.footer-cleaners .footer-bottom .text-left,
    footer.site-footer.footer.footer-cleaners .footer-bottom .text-right,
    footer.site-footer.footer.footer-cleaners .footer-bottom .text-center {
        text-align: center !important;
    }
}

.header-style-1 .top-bar .social-line li a {
    color: #287ffa !important;
    opacity: 1 !important;
}

.header-style-1 .top-bar .social-line li a:hover,
.header-style-1 .top-bar .social-line li a:focus {
    color: #2045af !important;
    opacity: 1 !important;
}

/* =====================================
=== Cleaners CTA =======================
======================================*/

.cleaner-cta-wrap {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.cleaner-cta-banner {
    position: relative;
    display: inline-block;
    width: 760px;
    max-width: 100%;
    text-decoration: none;
    overflow: hidden;
}

.cleaner-cta-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.cleaner-cta-overlay {
    position: absolute;
    top: 18px;
    left: 24px;
    width: 360px;
    max-width: calc(100% - 320px);
    color: #2f2f2f;
    z-index: 2;
}

.cleaner-cta-heading {
    display: block;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
}

.cleaner-cta-heading span {
    display: block;
}

.cleaner-cta-text {
    display: block;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
    text-align: center;
}

html[dir="rtl"] .cleaner-cta-overlay {
    left: auto;
    right: 24px;
}

@media (max-width: 767px) {
    .cleaner-cta-overlay {
        top: 10px;
        left: 14px;
        width: 58%;
        max-width: none;
    }

    html[dir="rtl"] .cleaner-cta-overlay {
        right: 14px;
        left: auto;
    }

    .cleaner-cta-heading {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .cleaner-cta-text {
        font-size: 10px;
        line-height: 1.3;
    }
}

.cleaner-cta-btn {
    display: inline-block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 28px;
    background: #0d6efd;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
}

/* Keep button centered under the text on desktop */
@media (min-width: 992px) {
    .cleaner-cta-text,
    .cleaner-cta-btn {
        width: 100%;
        text-align: center;
    }
}


/* =====================================
   Cleaner testimonials spacing fix
   Only affects cleaner testimonial block
====================================== */

.cleaner-testimonials-section {
    padding-bottom: 40px !important;
    margin-bottom: 0 !important;
}

.cleaner-testimonials-section .testimonial-area3 {
    margin-bottom: 0 !important;
}

footer.site-footer.footer.footer-cleaners {
    margin-top: 0 !important;
}

/* mobile-only white gap fix for cleaner testimonial pages */
@media only screen and (max-width: 767px) {
    .cleaner-testimonials-section {
        padding-bottom: 30px !important;
    }
}

/*==========================
== Stats Counter ===========
==========================*/

.stats .counter {
    font-size: 48px; /* change to whatever size you want */
    line-height: 1.2;
}


/*======================
=== PUBLIC BLOG =======
======================*/


/* Blog index / excerpt images all same size */
.blog-post.blog-md .post-media {
    width: 40%;
    height: 260px;
    overflow: hidden;
}

.blog-post.blog-md .post-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


.widget-post .post-media {
    width: 80px;
    height: 60px;
    overflow: hidden;
    flex: 0 0 80px;
}

.widget-post .post-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


/*=============================
===Image Wrap Blog Posts ======
==============================*/

.post-text::after {
    content: "";
    display: block;
    clear: both;
}

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

.post-text .img-wrap-left {
    float: left;
    margin: 0 20px 15px 0;
    max-width: 45%;
}

.post-text .img-wrap-right {
    float: right;
    margin: 0 0 15px 20px;
    max-width: 45%;
}

.post-text .img-center {
    display: block;
    margin: 0 auto 20px auto;
    float: none;
    max-width: 100%;
}

.post-text .img-full {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    float: none;
}

.post-text .img-bordered {
    border: 2px solid #d9d9d9;
    padding: 4px;
    border-radius: 8px;
}

.post-text .content-callout {
    border-left: 4px solid #297ffa;
    background: #f7fbff;
    padding: 14px 16px;
    margin: 20px 0;
}

.post-text .post-intro {
    font-size: 1.1rem;
    font-weight: 500;
}

.post-text .small-note {
    font-size: 0.92rem;
    color: #666;
}

@media (max-width: 768px) {
    .post-text .img-wrap-left,
    .post-text .img-wrap-right {
        float: none;
        display: block;
        max-width: 100%;
        margin: 0 auto 15px auto;
    }
}