body {
    background: white !important;
    background-color: white !important;
}

footer {
    background-color: #4f4e4e0d !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.accordion button .accordion-title {
    display: inline-block !important;
    padding: 0em 1.5em 0em 0 !important;
}

@media only screen and (min-width: 1024px) {
    .section__heading--home {
        font-size: 40px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .home-column__heading {
        font-size: 32px !important;
    }
}

@media only screen and (min-width: 1280px) {
    .home-column__p {
        font-size: 1rem !important;
    }
}

.section__p {
    color: #000;
    max-width: unset !important;

}

.home-column {
    padding: 10px;

}

.why-column-new {
    padding-left: 30px !important;
}

.icon-size {
    font-size: 24px !important;
}

@media (max-width: 575.98px) {
    .mobile-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.navbar__wrapper {
    position: sticky !important;

    background: white;
}

@media only screen and (min-width: 1280px) {
    .section__p--large {
        font-size: 22px !important;
        font-weight: 400 !important;
    }
}

.cstm-list-text {
    font-size: 22px !important;
    font-weight: 400 !important;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}


.typing {

    justify-content: center;
    height: auto;

    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 12vw;
}

#typing::after {
    content: '|';
    position: relative;
    right: 0;
    animation: blink 1s step-end infinite;
}

@keyframes blink {

    from,
    to {
        color: transparent
    }

    50% {
        color: yellow;
    }
}

#title {
    font-size: 48px;
}

#title,
#desc {
    color: #fff;

}

.particletext {
    position: relative;
    color: transparent;
    font-weight: 800;
    background-color: #1e80db !important;
    background-position: 50% 50%;
    background: url(https://i.imgur.com/OLQtRxV.png) repeat-y;
    -webkit-background-clip: text;
    animation: slide 2s linear infinite;
}

@keyframes slide {
    0% {
        background-position: 50% 50%;
    }

    100% {
        background-position: 60% 100%;
    }
}

@media (max-width: 575.98px) {
    #title {
        font-size: 32px;
    }
}

.card-title {
    color: #262626;
    font-size: 1.5em;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.small-desc {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    color: #7e7568;
}

.small-desc {
    font-size: 1em;
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 2em;
    height: 2em;
    overflow: hidden;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, #B6C19B, #598680);
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.card-cstm {
    display: block;
    position: relative;
    max-width: 300px;
    max-height: 280px;
    min-height: 280px;
    background-color: #f2f8f9;
    border-radius: 10px;
    padding: 2em 1.2em;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    background: linear-gradient(to bottom, #b6c19b, #cdd3be);


}

.card-cstm:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: linear-gradient(135deg, #598680, #58857e);
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.35s ease-out;
}

.card-cstm:hover:before {
    transform: scale(28);
}

.card-cstm:hover .small-desc {
    transition: all 0.5s ease-out;
    color: rgba(255, 255, 255, 0.8);
}

.card-cstm:hover .card-title {
    transition: all 0.5s ease-out;
    color: #ffffff;
}

.cstm-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

@media only screen and (min-width: 768px) {
    .footer__copyright {
        margin-top: 2rem !important;
    }
}

.background--teal .uk-navbar-container:not(.uk-navbar-transparent) {
    background-color: rgb(255 255 255 / 95%) !important;
    border-bottom: 1px solid #cfc6beb0 !important;
}

.background--white .uk-navbar-container:not(.uk-navbar-transparent),
.navbar:not(.uk-navbar-transparent) .background--white,
.navbar__wrapper--account:not(.navbar__wrapper--opaque) .background--white {
    background-color: hsla(0, 0%, 100%, .95);
    border-bottom: 1px solid #cfc6beb0 !important;
}

.background--marine .uk-navbar-container:not(.uk-navbar-transparent) {
    background-color: rgb(255 255 255 / 95%) !important;
    border-bottom: 1px solid #cfc6beb0 !important;
}

@media only screen and (min-width: 640px) {
    .section__heading--why {
        max-width: 18em !important;
    }
}

@media only screen and (min-width: 960px) {
    .section__p--mycleaners-guarantee {
        font-size: 18px !important;
    }
}

.with-image .figure--guarantee--teal {
    background-position: center !important;
}

.home__button--signup-guarantee {
    max-width: 350px !important;
}

.padding-alignment {
    padding-left: 30px !important;
}

.background--white {
    background-color: #ffffff !important;
}

.home-faqs,
.rr-landing__faqs {
    max-width: 100% !important;
}

@media only screen and (min-width: 960px) {
    .home-faq {

        max-width: 100% !important;
    }
}

.sect-parent-div {
    column-gap: 30px;
    margin-bottom: 20px;
}

.sect-div1 {
    border-left: 4px solid #D393A1;
}

.sect-div2 {
    border-left: 4px solid black;
}

.sect-div3 {
    border-left: 4px solid #2CA895;
}

.sect-text {
    color: black;
}

.sect-anchor {
    margin-left: 5px;
    color: inherit;
    /* Inherit the color from the parent element */
    text-decoration: none;
    /* Remove underline */
    background: none;
    /* Remove background */
    padding: 0;
    /* Remove padding */
    border: none;
    /* Remove border */
    outline: none;
    /* Remove outline */
    font-size: inherit;
    /* Inherit font size from parent */
    font-family: inherit;
    /* Inherit font family from parent */
    line-height: inherit;
    /* Inherit line height from parent */
    font-weight: inherit;
    /* Inherit font weight from parent */
    display: inline;
    /* Ensure the display is inline */
    cursor: pointer;
}

.sect-anchor:hover,
.sect-anchor:focus,
.sect-anchor:active {
    color: inherit;
    /* Inherit the color from the parent element */
    text-decoration: none;
    /* Remove underline */
    background: none;
    /* Remove background */
    border: none;
    /* Remove border */
    outline: none;
    /* Remove outline */
}

.home_Section {
    padding: 0em 3.5em 0 3.5em !important;
}

@media only screen and (min-width: 1280px) {
    .services-pricing__hero-media {
        left: 50% !important;
        right: auto;
    }
}

@media only screen and (min-width: 960px) {
    .services-pricing__hero-media {

        width: unset !important;
    }
}

.tablink {
    padding: 6px !important;
}

button:focus {
    outline: none !important;
}

@media only screen and (min-width: 960px) {
    .sticky-media__content-item {
        padding-bottom: 1vw !important;
    }
}

.social-icon-cont {}

.social-icon {
    padding-left: 10px;
}

@media only screen and (min-width: 768px) {
    .footer--global {
        padding-bottom: 1rem !important;
    }
}

@media only screen and (min-width: 768px) {
    .footer__copyright {
        margin-top: 0rem !important;
        border-top: 1px solid #e2e2e2;
        padding-top: 10px;
    }
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background-color: #fffffff0 !important;
    border-bottom: 1px solid #cfc6beb0 !important;

}

.footer__heading {
    color: #f58220 !important;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #f58220;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #453536;
    font-size: 1rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #f58220;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #f58220;
    border: 1px solid #f58220;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #f58220;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 15em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

.testimonial {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

    color: #3d5a80;
}

.testimonial-slide {
    padding: 30px 20px;
    opacity: .3;
    transform: scale(1)
}

.testimonial-slide.slick-active {
    opacity: .3 !important;
    transform: scale(1) !important;
}

.testimonial-slide.slick-current {
    opacity: 1 !important;
    transform: scale(1.1) !important;
}
.testimonial-slide.slick-current .testimonial_box {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
.testimonial-slider .slick-list{
    padding:  40px 0 !important;
}

/* Make the first visible slide active by default */

.testimonial_box {
    min-height: 465px;
    /* background-color: #ffffff; */
    background: #f9f5f3;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    /* box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493); */
}

.testimonial_box-icon {
    padding: 10px 0;
}

.testimonial_box-icon i {
    font-size: 25px;
    color: #14213d;
}

.testimonial_box-text {
    padding: 10px 0;
}

.testimonial_box-text p {
    color: #293241;
    font-size: clamp(.9rem, 1.5vw, 1.2rem);
    line-height: 1.3;
    margin-bottom: 0;
}

.testimonial_box-img {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
}

.testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}

.testimonial_box-name {
    padding-top: 10px;
}

.testimonial_box-name h4 {
    font-size: clamp(.86rem, 2vw, .9rem);
    line-height: 25px;
    /* color: #f58220; */
    color: #44423f;
    margin-bottom: 0;
}

.testimonial_box-job {
    display: flex;
    justify-content: center;
    column-gap: 5px;
}

.testimonial_box-job p {
    color: #293241;
    font-size: 14px;

    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
    column-gap: 5px;
}

.slick-prev,
.slick-next {
    font-size: 0;
    /* Hide default text */
    background: none;
    /* Remove default background */
    border: none;
    /* Remove default border */
    outline: none;
    /* Remove focus outline */
    width: 40px;
    /* Adjust width */
    height: 40px;
    /* Adjust height */
    color: #293241;
    /* Arrow color */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.3s;
    cursor: pointer;
    z-index: 1;
    /* Ensure arrows are on top */
    position: absolute;
    /* Position absolutely */
}

.slick-prev {
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    background: orange;
    border-radius: 22px;
}

.slick-next {
    right: -50px;
    /* Distance from the right */
    top: 50%;
    /* Center vertically */
    transform: translateY(-50%);
    /* Adjust vertical alignment */
    background: orange;
    border-radius: 22px;
}

.slick-prev:hover,
.slick-next:hover {
    color: #14213d;
    /* Arrow color on hover */
}

/* Create custom arrows using text symbols */
.slick-prev:before {
    content: '\f104';
    /* FontAwesome left arrow */
    font-family: "Font Awesome 5 Free";
    /* adjust to your FA version if needed */
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    line-height: 1;
    font-size: 22px;
    /* Adjust size */
    color: white;
}

.slick-next:before {
    content: '\f105';
    /* FontAwesome right arrow */
    font-family: "Font Awesome 5 Free";
    /* adjust to your FA version if needed */
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    color: white;
    font-size: 22px;
    /* Adjust size */
}

.text-start {
    text-align: start;
}

.focus-heading {
    color: #f58220;
    font-weight: 600;

}

.btn-scale {
    transition: font-size 0.3s ease, transform 0.3s ease;
}

.btn-scale:hover,
.btn-scale:focus,
.btn-scale:active {
    font-size: 1em;
    /* Increases the font size by 20% */
    transform: scale(0.1);
    /* Optional: slight overall scale effect */
}

@media (max-width: 575px) {
    .slick-prev {
        left: 0px;

    }

    .slick-next {
        right: 0px;
    }
}

@media (min-width: 768px) {

    /* CSS rules here will apply to medium and larger screens */
    .text-end {
        text-align: end;

    }
}

.franchise-form form input {

    border-radius: 5px !important;

}

.orange-col {
    color: #f58220 !important;
}

@media only screen and (max-width: 767px) {
    .carousel-item {
        height: 104px !important;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -35px !important;
    }
}

@media only screen and (max-width: 959px) {
    .section--why {
        margin-bottom: 0vh !important;
    }
}

.box {
    background-color: transparent;
    border-radius: 3px;
    color: #000;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px !important;
    transform-style: preserve-3d;
    perspective: 2000px;
    transition: .4s;
    text-align: center;
}

.box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    border-top: 20px solid #f58220;
    border-left: 20px solid #f58220;
    box-sizing: border-box;
}

.box .fa2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.fa-quote-left:before {
    content: "\f10d";
}

.box .text {
    position: absolute;
    top: 30px;
    left: -30px;
    width: calc(100% + 60px);
    height: calc(100% - 60px);
    background-color: #e4f3fa;
    border-radius: 3px;
    transition: .4s;
    overflow: hidden;
    /* Ensure content stays inside the text box */
}

.box .text .fa1 {
    position: absolute;
    top: 0;
    left: 0;
}

.fa-quote-right:before {
    content: "\f10e";
}

.box .text div {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 90%;
    padding: 0 30px;
    /* Adjust padding */
    box-sizing: border-box;
    line-height: 1.5;
}

.box .text div p {
    font-size: 15px;
    word-wrap: break-word;
    /* Ensure long words break correctly */
    white-space: normal;
    /* Allow text to wrap */
}

.box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 20px solid #f58220;
    border-right: 20px solid #f58220;
    box-sizing: border-box;
}

@media only screen and (min-width: 1200px) {
    .mb-res-sec {
        /* height: 90vh !important; */
    }

    .margin-left-mb {
        margin-left: 48px !important;
    }
}

@media only screen and (max-width: 767px) {

    .mb-res-sec {
        display: flex;
        align-items: center;
    }

    .box {
        top: 0%;
        right: auto;
        transform: unset;
        width: 290px !important;
        padding-top: 100px;
        margin-top: 210px;
    }

}