* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

.topbar {
    background: #000;
    padding: 10px 0;
    height: 50px;
}

.topbar-info-text p {
    color: #fff;
}

.topbar-info-text a {
    color: #fff;
    text-decoration: none;
}

.topbar-social-links ul {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 15px;
    justify-content: end;
    align-items: center;
}

.topbar-social-links li a i {
    color: #fff;
}

/* header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
} */


.navbar {
    padding: 0 !important;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;

    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);

    padding: 12px 20px;
}

header {
    position: absolute;
    top: 45px;
    /* topbar ke neeche */
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    padding: 0;
}

.header-banner {
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);

    padding: 10px 0;
}

.header-bar button:hover {
    color: #000;
    border: 1px solid #112F4E;
    background-color: #fff;
    transition: all .3s;
    color: #000 !important;
}

.header-banner {
    background: rgba(255, 255, 255, 0.2);
    /* transparent layer */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);

    padding: 12px 0;
}

/* .transparent-navbar.scrolled .navbar-toggler-icon {
    filter: brightness(0) invert(1) !important;
}

.transparent-navbar.scrolled .nav-link {
    filter: brightness(0) invert(1) !important;
}

.transparent-navbar.scrolled .header-bar button {
    border: 1px solid #fff;
    color: #fff;

}

.transparent-navbar.scrolled .header-bar a {
    color: #fff;

} */

/* .transparent-navbar.scrolled .header-bar button:hover{
    color: #000 !important;
} */
.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff !important;
    font-weight: 600 !important;
}

/* Open dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* fixes small jump */
}

/* Keep link active on hover */
.nav-item.dropdown:hover .nav-link {
    color: #000;
}

.nav-link {
    color: #fff !important;
    position: relative;
    font-weight: 500 !important;
}

.nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    /* width: 0; */
    height: 1px;
    transform: scale(0);
    transition: all .3s;
    right: 0;
    transform-origin: center;
}

.nav-link:hover::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffff;
    width: 100%;
    height: 1px;
    transform: scale(1);
    transition: all .3s;
}

.nav-link:hover {
    color: #000 !important;
}

.dropdown-item:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.header-bar button {
    width: 150px;
    height: 40px;
    background-color: transparent;
    border: 1px solid#fff;
    color: #fff;
    transition: all.3s;
}

.header-bar button a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: all.3s;
}

.header-bar button:hover {
    color: #000;
    border: 1px solid #112F4E;
    background-color: #fff;
    transition: all.3s;
}

.header-bar button:hover a {
    color: #000;
    transition: all.3s;
}

.navbar-brand {
    padding: 0px !important;
    font-size: 30px !important;
    font-weight: 700;
}


/* banner start */


.banner {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 800px;
    background-attachment: fixed;
    position: relative;
    padding: 100px;
    overflow: hidden;
}

.disign-1 {
    display: inline-block;
    background-color: #000;
    padding: 10px;
    margin: -3px;
}

.disign-2 {
    display: inline-block;
    background-color: #cc933e;
    padding: 10px;
    margin: -3px;
}

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

.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 6s ease;
    z-index: -1;
}

/* dark overlay */
.slide-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(0 0 0 / 42%), rgb(0 0 0 / 42%));
}

/* zoom only active slide */
.swiper-slide-active .slide-bg {
    transform: scale(1.1);
}

/* .mySwiper,
.swiper-slide,
.banner {
    height: 100vh;
} */


.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    /* Centers the video */
    z-index: 1;
    object-fit: cover;
    /* Ensures the video covers the entire banner area */
}

.banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(116deg, #000000b8 0%, #ffffff18 110%);
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
}

.banner2 {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    background-attachment: fixed;
    position: relative;
}

.banner3 {
    background-image: linear-gradient(rgb(0 0 0 / 42%)), url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/about-banner.png) !important;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    background-attachment: fixed;
    position: relative;
}

.banner-content {
    position: relative;

    z-index: 100;
    text-transform: uppercase;
    text-align: start !important;
}

.banner-content3 {
    position: relative;
    z-index: 100;
    text-transform: uppercase;
}

.banner-content3 h1 {
    color: #fff;
    margin-top: 200px;
    font-size: 30px !important;
    font-weight: 700;
}

.banner-content p {
    font-size: 16px;
    color: #fff;
    /* line-height: 30px; */

    /* margin: 0 auto; */
    /* margin-top: 30px; */
    font-weight: 500;
    text-align: left;
}

.textt-primary {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    position: relative;
    padding-left: 20px;
    color: #000 !important;
}

.textt-primary::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    /* text-decoration: dotted; */
    color: #fff;
    height: 8px;
    background-color: #000;
    width: 8px;
    border-radius: 50%;
}

.banner-content h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-align: left !important;
    margin: 15px 0;
}

.banner-content h4 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
    /* line-height: 25px; */
    /* text-align: left !important; */
    font-weight: 400;
}

.banner-content button {
    width: 200px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content button a {
    color: #fff;
    text-decoration: none;
    /* font-weight: 700; */
    transition: all .3s;
}

.banner-content button:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    transition: all.3s;
}

.banner-content button:hover a {
    color: #fff;
    transition: all.3s;
}

.banner-content i {
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    gap: 8px;
    align-items: center;
    opacity: .9;
    transition: all.3s;
    transform: rotate(-90deg);
}

.banner-content a:hover i {
    transform: rotate(-130deg);
    transition: all.3s;
}


.btn-primary {
    background-color: #C59652 !important;
    border: 2px solid #000 !important;
    transition: all.3s;
}

.btn-primary:hover {
    background-color: #000 !important;
    transition: all.3s;
}

.btn-secondary {
    background-color: #000 !important;
    border: 2px solid #cc933e !important;
    transition: all.3s;
}

.btn-secondary:hover {
    background-color: #cc933e !important;
    border: 2px solid #cc933e !important;
    transition: all.3s;
}

.what-we-do-body {
    border-bottom: 1px solid var(--divider-color);
    /* margin-bottom: 40px;
    padding-bottom: 40px; */
}

.what-we-do-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.what-we-do-body ul li {
    background-image: url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/icon-check.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 24px auto;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 35px;
}

.what-we-do-body ul li:last-child {
    margin-bottom: 0;
}

.img-box {
    perspective: 1000px;
    /* gives 3D depth */
}

.img-box img {
    width: 200px;
    animation: rotate3d 3s linear infinite;
    transform-style: preserve-3d;
}

@keyframes rotate3d {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.num-ref {
    color: #cc933e;
    font-size: 55px;
    font-weight: 700;
}


/* about */
.about-area {
    padding: 100px;
}

.about-image img {
    border-radius: 25px;
}

.certification {
    display: flex;
    justify-content: space-evenly;
}

.what-we-do-body {
    border-bottom: 1px solid var(--divider-color);
    /* margin-bottom: 40px;
    padding-bottom: 40px; */
}

.what-we-do-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.what-we-do-body ul li {
    background-image: url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/icon-check.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 24px auto;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 35px;
}

.what-we-do-body ul li:last-child {
    margin-bottom: 0;
}


.image-area {
    height: 650px;
    position: relative;
    z-index: 2;
}

.image-area::before {
    content: "";
    position: absolute;
    background-color: #cc933e;
    width: 90%;
    height: 75%;
    z-index: -1;
    right: -20px;
    top: -20px;
}


.image-content-box {
    position: absolute;
    bottom: 90px;
    right: -20px;
    background-color: #cc933e;
    padding: 35px;
}

.image-content-box h3 {
    font-style: italic;
}

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

.area1-content {}

.area1-content h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #cc933e;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.area1-content h2 {
    font-size: 50px;
    margin-bottom: 35px;
    color: #000;
    font-weight: 700;
    line-height: 1;
    font-family: 'Times New Roman', Times, serif !important;
}

.area1-content h6 {
    color: #777;
}

.area1-content h6 span {
    background-color: #cc933e;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 2px;
    top: -3px;
    margin-right: 20px;
}

.area1-content p {
    font-weight: 300;
}

.area1-content a {}

/* services */
.services-bg {
    padding: 100px;
}

.content1 h3 {
    font-size: 45px;
    color: #cc933e;
    font-weight: 700;
}

.disg-box {
    /* height: 300px; */
    padding: 40px;
    position: relative;
    background-color: #cc933e !important;
    transition: all.3s;
    overflow: hidden;
    z-index: 10;
    /* clip-path: polygon(0px 0px, calc(100% - 100px) 0px, 100% 100px, 100% 100%, 0px 100%); */
}

.content2 {
    position: relative;
    z-index: 20;
}

.disg-box::before {
    top: 0;
    right: 0;
    width: 0%;
    left: auto;
    content: "";
    height: 100%;
    opacity: 0.85;
    position: absolute;
    background: #000;
    transition: 500ms all ease;
    z-index: 1;

}

.disg-box:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}

.disg-box:hover .img-check img {
    left: 40px;
    transition: all.3s;

}

.img-check img {
    position: relative;
    top: 0px;
    left: 0;
    transition: all.3s;
}

.disg-box a {
    position: relative;
    transition: all.3s;
    left: 0;
}

.disg-box:hover a {
    left: 40px;
    transition: all.3s;
}

/* why choose us */
.picture-testi {
    background-image: url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/why-choose-us.jpg       );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 620px;
    padding: 100px;

}

.why-bg {
    background-color: #cc933ed9;
    padding: 100px;
}

.why-bg h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
}

.why-box-area {
    display: flex;
}

.why-area {
    padding: 80px;
}

.why-img {
    border: 2px solid #cc933e;
    padding: 20px;
    transition: all.3s;
}

.why-choose-box:hover .why-img {
    background-color: #000;
    transition: all.3s;
}


/* process */
.process-section {
    background: #222222;
    padding: 100px 0;
}

.process-circle-outer {
    width: 320px;
    height: 320px;
    background: #cc933e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 16px rgba(204, 147, 62, 0.18);
}

.process-circle-middle {
    width: 275px;
    height: 275px;
    background: #b07d33;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-circle-inner {
    width: 235px;
    height: 235px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.08);
}

.process-icon {
    width: 60px;
    height: 60px;
    background: rgba(204, 147, 62, 0.12);
    color: #cc933e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    margin-bottom: 16px;
}

.process-circle-inner h3 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.2;
}

.process-circle-inner p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    margin: 0;
}

.process-content-new h2 {
    color: #cc933e;
    font-size: 65px;
    font-weight: 700;
    padding: 50px;
    position: relative;
    display: inline-block;
}

/* Line */
.process-content-new h2::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: #fff;
}

/* Dot */
.process-content-new h2::after {
    content: "";
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #cc933e;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .process-wrapper {
        justify-content: center;
        text-align: center;
    }

    .process-content {
        flex: 1 1 100%;
    }

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

    .process-feature-box {
        justify-content: center;
    }


}

@media (max-width: 575px) {
    .process-section {
        padding: 70px 0;
    }

    .process-circle-card {
        flex: 0 0 100%;
    }

    .process-circle-outer {
        width: 260px;
        height: 260px;
    }

    .process-circle-middle {
        width: 225px;
        height: 225px;
    }

    .process-circle-inner {
        width: 190px;
        height: 190px;
        padding: 25px 18px;
    }

    .process-circle-inner h3 {
        font-size: 20px;
    }

    .process-circle-inner p {
        font-size: 18px;
    }

    .process-content h2 {
        font-size: 30px;
    }
}



/* testimonmial */
.testimonmial {
    padding: 100px;
    background-image: url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/testi-banner.jpg);
    width: 100%;
    height: 10%;
    background-size: cover;
    background-position: center;

}

.testimonmial-content h5 {
    padding-top: 100px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.testimonmial-content h2 {
    font-size: 45px;
    font-weight: 600;
    color: #cc933e;
    margin-bottom: 30px;
    position: relative;
}

.testimonmial-content h2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    background-color: #cc933e;
    width: 10%;
    height: 2px;
    transform: translate(110%);
}

/* Testimonials styling */
.swiper {
    padding: 18px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

/* testimonial */
.testimonmial {}

.testimonial-card {
    width: 100%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card p {
    color: #000;
    line-height: 30px;
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 45px;
    font-family: 'Lato', sans-serif;
    width: 600px;
}

.testimonial-meta {
    /* text-align: center; */
    align-items: center;
    justify-content: center;
    gap: 12px;
    /* margin-top: 20px; */
    display: flex;
}

.testimonial-meta img {
    width: 250px;
    height: 250px;
}

/* Fix: consistent class name */
.testimonial-edit h3 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 14px;
}

.testimonial-edit p {
    color: #cc933e;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

/* Navigation / pagination color */
.swiper-button-next,
.swiper-button-prev {
    color: #cc933e;
}

.swiper-pagination-bullet {
    background: #cc933e !important;
    color: #cc933e !important;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    border: 1px solid #cc933e;
    opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 150px !important;
}

.test-new-c {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.test-new-c h4 {
    font-weight: 400;
    font-size: 25px;
    position: relative;
    left: 10%;
}

.test-new-c::before {
    content: "";
    position: absolute;
    background-image: url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/inverted-coma.png);
    background-position: center;
    background-size: cover;
    width: 50px;
    height: 50px;
    top: -15px;
    left: 10px;
}

.testi-stars {
    list-style: none;
    padding: 0;
    display: flex;
}

.testi-stars li i {
    color: #ffcd00;
    text-align: right;
}

@media(min-width:1200px) {
    .test-new-c::before {
        content: "";
        position: absolute;
        background-image: url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/inverted-coma.png);
        background-position: center;
        background-size: cover;
        width: 30px;
        height: 30px;
        top: 0px;
        left: 10px;
    }
}

@media(max-width:1200px) {

    .test-new-c::before {
        content: "";
        position: absolute;
        background-image: url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/inverted-coma.png);
        background-position: center;
        background-size: cover;
        width: 30px;
        height: 30px;
        top: -9px;
        left: 10px;
    }
}

@media(max-width:992px) {
    .picture-testi {
        display: none;
    }

    .testi-stars li i {
        color: #ffcd00;
        font-size: 10px;
    }

    .test-new-c h4 {
        font-weight: 400;
        font-size: 20px;
    }

    .test-new-c::before {
        content: "";
        position: absolute;
        background-image: url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/inverted-coma.png);
        background-position: center;
        background-size: cover;
        width: 20px;
        height: 20px;
        top: 0px;
        left: 10px;
    }
}

@media(max-width:767px) {

    .test-new-c::before {
        content: "";
        position: absolute;
        background-image: url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/inverted-coma.png);
        background-position: center;
        background-size: cover;
        width: 30px;
        height: 30px;
        top: 5px;
        left: 10px;
    }

    .test-new-c h4 {
        font-weight: 400;
        font-size: 20px;
        position: relative;
        left: 10%;
    }
}

@media(max-width:500px) {

    .testimonmial {
        padding: 30px;
    }

    .testimonmial-content h2 {
        font-size: 25px;
    }
}

@media(max-width:420px) {
    .test-new-c::before {
        content: "";
        position: absolute;
        background-image: url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/inverted-coma.png);
        background-position: center;
        background-size: cover;
        width: 15px;
        height: 15px;
        top: 5px;
        left: 10px;
    }
}

/* newsletter */
.newsletter {
    background-color: #222222;
    text-align: center;
    padding: 100px;
}

.newsletter h5 {}

/* contact */
.contact-behind {
    background-image: url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/web-pattern.png);
    /* width: 100%; */
    height: 100%;
    background-color: #222222ad;
    /* background: linear-gradient(110deg, #E7F5F5 -.9%, #cc933e9c 101.13%); */
    border: 10px solid #cc933e;
    padding: 0px;
    backdrop-filter: blur(570px);
    margin: 100px 40px;
    padding: 50px 0;
    border-radius: 50px;
    background-attachment: fixed;
    background-position: center;
}

.cnt-image img {
    height: 600px !important;
    width: 100%;
    object-fit: cover;
}

/* contact */
.content4 img {
    background-color: #cc933e;
    width: 70px;
    padding: 20px;
    border-radius: 100px;
}

.contactUSPage {
    background-color: #fff;
}

.content5 {
    padding: 10px;
}

.content5 h4 {
    font-size: 16px;
    color: #cc933e;
    font-weight: 400;
}

.content5 h3 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.contact-section p {
    color: #fff;

}

.contact-set {
    padding: 100px;
}

.contact-section h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #cc933e;
    margin-bottom: 5px;
}

.form-control {
    display: block;
    color: #fff !important;
    background-color: #cc933e !important;
}

.form-control::placeholder {
    color: #fff !important;
}

.form-select {
    color: #fff !important;
    background-color: #cc933e !important;
}

option {
    background-color: #fff;
    color: #cc933e;
}


.contact-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #cc933e;
    margin-bottom: 20px;
}

.textt-primary::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    /* text-decoration: dotted; */
    color: #fff;
    height: 8px;
    background-color: #cc933e;
    width: 8px;
    border-radius: 50%;
}

.textt-primary {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    position: relative;
    padding-left: 20px;
    color: #000 !important;
}


/* footer */
footer {
    background-color: #000;
    position: relative;
    padding-top: 25px;
}

/* footer:after {
    content: "";
    top: 0;
    position: absolute;
    background-image: url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/clouds_2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
} */

.footer-box h2 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 17px;
    color: var(--s-white);
}

.footer-box p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}

.footer-box h3 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
}

.footer-box ul li {
    margin-bottom: 0.5rem;
}

.footer-box li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: all.3s;
}

.footer-box ul {
    list-style: none;
    padding: 0;
    transition: all.3s;

}

.footer-box a {
    text-decoration: none;
    color: #fff;
}

.footer-box ul li a:hover {
    color: #fff;
    letter-spacing: 1px;
    transition: all.3s;
}

.footer1stRow {
    padding: 2rem 0 1.5rem 0;
    position: relative;
    z-index: 1;
    /* border-top: 1px solid #2525251e; */
}

.socialmediaicon li a i {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 8px;
    padding: 0;
    color: #112F4E;
    transition: 0.3s;
    border-radius: 100px;
}

.socialmediaicon ul {
    list-style: none;
    padding: 0;
}

.socialmediaicon ul li a i:hover {
    transform: rotate(360deg);
    background-color: #fff;
    color: #112F4E;
}

.SocialIcon h3 {
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

.copyRight {
    border-top: 1px solid #ffffff5b;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.copyRight a {
    /* text-decoration: none; */
    color: #fff;
}

.copyRight p {
    color: #fff;
}



/* Back To Top CSS Start Here */
.button {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #cc933e;
    cursor: pointer;
    border: 2px solid var(--s-primary);
    /* mix-blend-mode: multiply;     */
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.btn-txt {
    z-index: 10;
}

.type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #000;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
}

.button:hover {
    box-shadow: 1px 1px 200px var(--s-white);
    color: #fff;
    border: none;
}

.type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
}

.cb-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #cc933e;
    border-radius: 50%;
    background-color: #cc933e;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    z-index: 150;
    transition: opacity 0.3s, color 0.4s;
}

.cb-cursor::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    border: 2px solid #cc933e;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
}

/* about */

/* new choose us */
.new-choose-us {
    padding: 100px;
}

.stats h2 {
    font-size: 40px;
    color: #000;
}

.stats p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.stats-box {
    padding: 30px 10px;
    margin: 10px;
    background-color: #E1FE6E;
    border-radius: 25px;
    text-align: center;
}

.us-area img {
    border-radius: 25px;
}

.us-area2 {
    position: relative;
}

.us-area2 img {
    position: absolute;
    top: 30px;
    left: -200px;
    width: 335px;
    height: 370px;
    object-fit: cover;
    border-radius: 25px;
}

.nav-tabs .nav-link {
    font-weight: 500;
}

.nav-tabs .nav-link.active {
    background-color: #000;
    color: #fff;
}

.nav-tabs {
    border-bottom: none !important;
}

.choose-new-content h2 {
    color: #cc933e !important;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

@media(max-width:450px) {
    .us-area img {
        width: 100% !important;
        height: 330px;
    }

    .stats-box {
        padding: 30px 10px;
        background-color: #E1FE6E;
        border-radius: 25px;
        text-align: center;
        margin: 30px;
    }

    .us-area2 img {
        position: static;
        top: 30px;
        left: -200px;
        width: 100%;
        height: 800px;
        object-fit: cover;
    }

    .tab-image img {
        width: 100%;
        height: 600px;
    }
}




/* our mission */
.mission {
    width: 100%;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(120deg,
            #cc933e,
            #000,
            #000,
            #cc933e);
    background-size: 400% 400%;
    animation: gradientMove 20s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.mission-content h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 50px;
}

.mission-content h3 {
    font-size: 45px;
    font-weight: 600;
    color: #cc933e;
    margin-bottom: 20px;
    font-weight: 700;
}

.mission-content p {
    margin-top: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 50px;
}

.mission-box {
    background-color: #fff;
    margin-top: 50px;
    /* width: 264px; */
    height: 290px;
    margin-bottom: 30px;
    padding: 40px;
    gap: 10px;
}

.mission-box-content h3 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 25px;
    margin-top: 25px;
    letter-spacing: 1px;

}

.mission-box-content h5 {
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 0rem;
    color: #5f5f5f;
    font-weight: 600;

}

.work-para {
    text-align: center;
}

.process-box h2 {
    font-size: 25px;
}

@media(max-width:1200px) {
    .section-title p {
        font-size: 14px;
    }

    .about1 {
        padding: 50px;
    }
}

@media(max-width:992px) {

    .about-us h4 {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 15px;
        margin-top: 40px;
    }

    .about-us h2 {
        font-size: 30px;
        font-weight: 700;
        color: #cc933e;
        margin-bottom: 20px;
    }

    .mission-content h3 {
        font-size: 35px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 20px;
    }

    .process-gap {
        padding: 30px !important;
    }
}

@media(max-width:767px) {
    .about1 {
        padding: 30px;
    }

    .aboutSection {
        /* margin-top: 100px; */
        padding: 20px;
    }
}


.process-box {
    background-color: #cc933e;
    color: #fff;
    padding: 50px;
    border-radius: 20px;
}

.process-gap {
    padding: 100px;
}

.new-content {
    text-align: center;
}

.new-content h3 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
}

.new-content a {
    display: flex;
    justify-content: center;
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb a {
    color: #fff !important;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}


< !-- -->
/* Service page area */

/* services */
.services-content1 h3 {
    color: #cc933e !important;
    font-weight: 700 !important;

}

.services1 {
    padding: 100px 0;
}

.services-content1 {
    margin-top: 20px;
}

.services-content1 p {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 0rem;
    font-weight: 400;
}

.services-image img {
    border-radius: 20px;
    height: 450px;
    object-fit: cover;
    width: 100%;
    clip-path: polygon(0px 0px, calc(100% - 70px) 0px, 100% 70px, 100% 100%, 0px 100%);
}

/* service info */
.aboutSection {
    /* margin-top: 100px; */
    padding: 50px;
}

.allServicesListBody h2 {
    color: #cc933e;
}

.innerServicesBtn i {
    color: #cc933e;
}

.innerServicesBtn a {
    text-decoration: none;
    color: #cc933e;

    font-weight: 600;
}

.innerServicesBtn:hover {
    background-color: #cc933e;
    border-radius: 15px !important;

}

.innerServicesBtn a:hover {
    color: #fff;
}

.innerServicesBtn .revSite-btn:hover {
    background-color: #cc933e !important;
    color: #fff !important;
}

.innerServicesBtn:hover i {
    color: #fff;
    /* turn the icon white */
}

.innerServicesPage h1 {
    color: #cc933e;
}

.innerServicesPage p {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
}

.innerli li {

    font-weight: 600;
    font-size: 15px;
}


.fq-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.FAQs-box {
    background-image: url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/faq-image.png);
    border-radius: 30px;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* visibility: hidden; */
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    background-color: #000;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #fff;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    background-color: #cc933e;
    color: #fff;
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: #cc933e !important;
    color: #fff !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.content2 h3 {
    font-weight: 700;
}

@media(min-width:1200px) {

    .test-new-c::before {
        content: "";
        position: absolute;
        background-image: url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/inverted-coma.png);
        background-position: center;
        background-size: cover;
        width: 30px;
        height: 30px;
        top: 0px;
        left: 10px;
    }

    .why-img {
        border: 2px solid #cc933e;
        padding: 10px;
        transition: all .3s;
        text-align: center;
    }

    .why-area {
        padding: 8px 30px;
    }

    .why-bg h3 {
        font-size: 30px;
        color: #fff;
        font-weight: 700;
    }

    .why-bg {
        background-color: #cc933ed9;
        padding: 70px;
    }



    .choose-new-content h2 {
        color: #cc933e !important;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
    }
}

@media(max-width:1400px) {
    .us-area2 img {
        position: absolute;
        top: 30px;
        left: 0px;
        width: 415px;
        height: 370px;
        object-fit: cover;
        border-radius: 25px;
        display: none;
    }

    .process-box {
        background-color: #cc933e;
        color: #fff;
        padding: 20px;
        border-radius: 20px;
    }

    .process-box p {
        font-size: 14px;
    }

    .process-box h2 {
        font-size: 20px;
    }

    .process-box h5 {
        font-size: 17px;
    }
}

@media(max-width:1200px) {
    .service-main h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }

    .test-new-c::before {
        content: "";
        position: absolute;
        background-image: url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/inverted-coma.png);
        background-position: center;
        background-size: cover;
        width: 30px;
        height: 30px;
        top: -9px;
        left: 10px;
    }

    .why-img {
        border: 2px solid #cc933e;
        padding: 10px;
        transition: all .3s;
    }

    .why-area {
        padding: 5px 15px;
    }

    .why-bg h3 {
        font-size: 30px;
        color: #fff;
        font-weight: 700;
    }

    .why-bg {
        background-color: #cc933ed9;
        padding: 70px;
    }

    .content2 h3 {
        font-size: 20px;
        font-weight: 700;
    }

    .us-area2 img {
        position: absolute;
        top: 30px;
        left: 0px;
        width: 415px;
        height: 370px;
        object-fit: cover;
        border-radius: 25px;
    }

    .choose-new-content h2 {
        color: #cc933e !important;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .mission-content h3 {
        font-size: 35px;
        font-weight: 600;
        color: #cc933e;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .footer-box li a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        transition: all .3s;
    }

    .navbar-brand {
        padding: 0px !important;
        font-size: 20px !important;
        font-weight: 700;
    }
}

@media(max-width:992px) {

    .service-content h3 {
        color: #fff;
        font-size: 20px;
    }

    .content4 img {
        background-color: #cc933e;
        width: 40px;
        padding: 10px;
        border-radius: 100px;
    }

    .service-image img {
        /* border-radius: 0 0 25px 25px; */
        height: 240px;
        width: 100%;
        object-fit: cover;
    }

    .test-new-c h4 {
        font-weight: 400;
        font-size: 20px;
    }

    .test-new-c::before {
        content: "";
        position: absolute;
        background-image: url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/inverted-coma.png);
        background-position: center;
        background-size: cover;
        width: 20px;
        height: 20px;
        top: 0px;
        left: 10px;
    }

    .content1 h3 {
        font-size: 30px;
        color: #cc933e;
        font-weight: 700;
    }

    .services-bg {
        padding: 40px;
    }

    .content2 h3 {
        font-size: 20px;
    }

    .content2 p {
        font-size: 15px;
    }

    .disg-box {
        /* height: 300px; */
        padding: 20px;
        position: relative;
        background-color: #cc933e !important;
        transition: all .3s;
        overflow: hidden;
        z-index: 10;
        /* clip-path: polygon(0px 0px, calc(100% - 100px) 0px, 100% 100px, 100% 100%, 0px 100%); */
    }

    .why-area {
        padding: 10px;
    }

    .topbar-info-text p {
        color: #fff;
        font-size: 12px;
    }

    .banner-content h1 {
        font-size: 40px;
    }

    .us-area2 img {
        position: absolute;
        top: 30px;
        left: -200px;
        width: 335px;
        height: 370px;
        object-fit: cover;
        border-radius: 25px;
        display: none;
    }

    .new-choose-us {
        padding: 40px;
    }

    .stats-box {
        padding: 30px 10px;
        background-color: #E1FE6E;
        border-radius: 25px;
        text-align: center;
        margin: 30px 70px;
    }
}

@media(max-width:767px) {
    .banner-content h1 {
        font-size: 30px;
    }

    .disign-1 {
        display: inline-block;
        background-color: #000;
        padding: 10px;
        margin: -3px;
        font-size: 15px;
    }

    .disign-2 {
        font-size: 15px;
    }

    .banner {
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 650px;
        background-attachment: fixed;
        position: relative;
        padding: 50px;
        overflow: hidden;
    }

    .about-area {
        padding: 40px;
    }

    .why-img {
        border: 2px solid #cc933e;
        padding: 20px;
        transition: all .3s;
        width: fit-content;
    }

    .content1 h3 {
        font-size: 35px;
        color: #cc933e;
        font-weight: 700;
    }

    .services-image img {
        border-radius: 20px;
        height: 250px;
        object-fit: cover;
        width: 100%;
        clip-path: polygon(0px 0px, calc(100% - 70px) 0px, 100% 70px, 100% 100%, 0px 100%);
    }

    .service-main h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }

    .test-new-c::before {
        content: "";
        position: absolute;
        background-image: url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/inverted-coma.png);
        background-position: center;
        background-size: cover;
        width: 30px;
        height: 30px;
        top: 5px;
        left: 10px;
    }

    .test-new-c h4 {
        font-weight: 400;
        font-size: 20px;
        position: relative;
        left: 10%;
    }

    .choose-new-content h2 {
        color: #cc933e !important;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .stats-box {
        padding: 30px 10px;
        background-color: #E1FE6E;
        border-radius: 25px;
        text-align: center;
        margin: 30px;
    }

    .contact-behind {
        padding: 0px;
        backdrop-filter: blur(570px);
        margin: 100px 40px;
        padding: 50px 20px;
        border-radius: 50px;
    }

    .content5 h3 {
        font-size: 12px;
        font-weight: 600;
        color: #fff;
    }
}


@media(max-width:500px) {

    .image-area img {
        height: 85%;
        width: 100%;
        object-fit: cover;
    }

    .what-we-do-body ul li {
        font-size: 12px;
        background-image: url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/icon-check.png);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 15px auto;
        line-height: 1.5em;
        margin-bottom: 20px;
        padding-left: 25px;
    }

    .area1-content h2 {
        font-size: 30px;
    }

    .num-ref {
        font-size: 35px;
    }

    .img-box img {
        width: 130px;
    }

    .content1 h3 {
        font-size: 25px;
        color: #cc933e;
        font-weight: 700;
    }

    .services-bg {
        padding: 30px;
    }

    .why-img {
        border: 2px solid #cc933e;
        padding: 20px;
        transition: all .3s;
        text-align: center;
    }

    .why-area {
        padding: 40px;
        width: fit-content;
    }

    .process-content-new h2 {
        color: #cc933e;
        font-size: 40px;
        font-weight: 700;
        padding: 50px;
        position: relative;
        display: inline-block;
    }

    .testimonmial {
        padding: 30px;
    }

    .testimonmial-content h2 {
        font-size: 25px;
    }

    .cnt-image img {
        height: 400px !important;
        width: 100%;
        object-fit: cover;
    }



    .topbar-info-text a {
        color: #fff;
        font-size: 11px;
        text-decoration: none;
    }

    .navbar-brand {
        padding: 0px !important;
        font-size: 20px !important;
        font-weight: 700;
    }

    .service-main h2 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }

    .service-content::before {
        content: "";
        position: absolute;
        background-color: #E8D04B;
        top: -300px;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        transition: all .3s;
    }

    .choose-new-content h2 {
        color: #cc933e !important;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .tab-image img {
        width: 100%;
        height: 300px;
    }

}

@media(max-width:420px) {

    .about-area {
        padding: 30px;
    }

    .image-area {
        height: 450px;
        position: relative;
        z-index: 2;
    }

    .area1-content h2 {
        font-size: 25px;
    }

    .what-we-do-body ul li {
        font-size: 10px;
    }

    .area1-content p {
        font-weight: 300;
        font-size: 10px;
    }

    .test-new-c::before {
        content: "";
        position: absolute;
        background-image: url(https://redeemer-solutions-llc.searchsolutiontest.com/wp-content/uploads/2026/03/inverted-coma.png);
        background-position: center;
        background-size: cover;
        width: 15px;
        height: 15px;
        top: 5px;
        left: 10px;
    }

    .newsletter {
        background-color: #222222;
        text-align: center;
        padding: 40px;
    }

    .contact-behind {
        padding: 0px;
        backdrop-filter: blur(570px);
        margin: 100px 0px;
        padding: 40px 10px;
        border-radius: 50px;
    }
}



.nav-linkk {
    color: #000 !important;
}

/* .circle-area {
    transition: all.7s;
    position: relative;
}

.circle-area img {
    width: 300px;
    transition: all.7s;
    height: 300px;
}

.services-circle-item-title {
    position: absolute;
    width: 170px;
    height: 170px;
    right: 30px;
    top: 45%;
    background-image: url(https://trusted-sparkle-cleaning.searchsolutiontest.com/wp-content/uploads/2026/03/service-circle-title-1.png);
    -webkit-box-shadow: inset 0 0 0 100px 20px rgba(71, 171, 225, 0);
    -moz-box-shadow: inset 0 0 0 100px 20px rgba(71, 171, 225, 0);
    box-shadow: inset 0 0 0 100px 20px rgba(71, 171, 225, 0);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    border-radius: 50%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10%;
    text-align: center;
    transition: all.7s;

}

.services-circle-item-title1 {
    position: absolute;
    width: 170px;
    height: 170px;
    right: 30px;
    top: 0;
    background-image: url(https://trusted-sparkle-cleaning.searchsolutiontest.com/wp-content/uploads/2026/03/service-circle-title-1.png);
    -webkit-box-shadow: inset 0 0 0 100px 20px rgba(71, 171, 225, 0);
    -moz-box-shadow: inset 0 0 0 100px 20px rgba(71, 171, 225, 0);
    box-shadow: inset 0 0 0 100px 20px rgba(71, 171, 225, 0);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    border-radius: 50%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10%;
    text-align: center;
    transition: all.7s;

}

.services-circle-item-title2 {
    position: absolute;
    width: 170px;
    height: 170px;
    top: -10%;
    right: 230px;
    background-image: url(https://trusted-sparkle-cleaning.searchsolutiontest.com/wp-content/uploads/2026/03/service-circle-title-1.png);
    -webkit-box-shadow: inset 0 0 0 100px 20px rgba(71, 171, 225, 0);
    -moz-box-shadow: inset 0 0 0 100px 20px rgba(71, 171, 225, 0);
    box-shadow: inset 0 0 0 100px 20px rgba(71, 171, 225, 0);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    border-radius: 50%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10%;
    text-align: center;
    transition: all.7s;

}

.circle-area:hover .services-circle-item-title {
    top: 20%;
    transition: all.7s;
}

.circle-area:hover .services-circle-item-title1 {
    top: 25%;
    transition: all.7s;
}

.circle-area:hover .services-circle-item-title2 {
    top: -25%;
    transition: all.7s;
}

.c-area2 {
    position: relative;
    top: 40%;
}

.c-area3 {
    position: relative;
    top: -10%;
}

/* Left Circle */
.circle-left {
    position: relative;
}

.circle-left img {
    position: absolute;
    top: -340px;
    width: 150px;
    right: -40px;
}

.circle-right {
    position: relative;
}

.circle-right img {
    position: absolute;
    top: -50px;
    width: 150px;
    left: -50px;
}

@media(max-width:1400px) {
    .services-circle-item-title {
        position: absolute;
        width: 170px;
        height: 170px;
        right: -20px;
        top: 45%;
    }

    .circle-left img {
        position: absolute;
        top: -340px;
        width: 150px;
        right: -80px;
    }

    .services-circle-item-title1 {
        position: absolute;
        width: 170px;
        height: 170px;
        right: 30px;
        top: -80px;
    }

    .services-circle-item-title2 {
        position: absolute;
        width: 170px;
        height: 170px;
        top: -20%;
        right: 250px;
    }
}

@media(max-width:1200px) {


    .circle-left {
        display: none;
    }

    .circle-right {
        display: none;
    }

    .services-circle-item-title {
        position: absolute;
        width: 170px;
        height: 170px;
        right: -90px;
        top: -15%;
    }

    .services-circle-item-title1 {
        position: absolute;
        width: 170px;
        height: 170px;
        right: -90px;
        top: 150px;
    }
}

@media(max-width:992px) {
    .circle-area {
        transition: all .7s;
        position: relative;
        text-align: center;
    }

    .services-circle-item-title {
        position: absolute;
        width: 170px;
        height: 170px;
        right: 90px;
        top: 45%;
    }

    .c-area2 {
        position: relative;
        top: 0;
    }

    .services-circle-item-title1 {
        position: absolute;
        width: 170px;
        height: 170px;
        left: 70px;
        top: 100px;
    }

    .services-circle-item-title2 {
        position: absolute;
        width: 170px;
        height: 170px;
        top: -5%;
        right: 120px;
    }
}

@media(max-width:767px) {
    .services-circle-item-title2 {
        position: absolute;
        width: 170px;
        height: 170px;
        top: -5%;
        right: 60px;
    }

    .services-circle-item-title1 {
        position: absolute;
        width: 170px;
        height: 170px;
        left: -10px;
        top: 100px;
    }

    .services-circle-item-title {
        position: absolute;
        width: 170px;
        height: 170px;
        right: 10px;
        top: 45%;
    }
}

@media(max-width:450px) {
    .circle-area img {
        width: 250px;
        transition: all .7s;
        height: 250px;
    }

    .services-circle-item-title {
        position: absolute;
        width: 160px;
        height: 160px;
        right: 10px;
        top: 45%;
    }

    .services-circle-item-title1 {
        width: 160px;
        height: 160px;
    }

    .services-circle-item-title2 {
        width: 160px;
        height: 160px;
    }
} */