/*
Theme Name: LaundryBaba
Theme URI:  https://www.imarkinfotech.com
Author:     Durga - iMark Infotech
Author URI: https://www.imarkinfotech.com
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

::selection {
    color: #FFF;
    background: var(--e-global-color-primary);
}
body {
    overflow-x: hidden;
}
a {
    transition: .3s all;
}
p:last-child {
    margin-bottom: 0;
}

.text-accent {
    color: var(--e-global-color-accent);
}
.header nav ul li a {
    padding: 15px 25px !important;
    border-radius: 40px;
    max-height: 47px;
}
.header nav ul li a:hover,
.header nav ul li a.elementor-item-active {
    background-color: rgb(255 255 255 / 15%);
}
.footer .footer-item {
    word-break: break-word;
}
.footer .badge {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: var(--e-global-color-accent);
    background-color: #FFF;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 24px;
    margin-left: 5px;
    display: inline-block;
}
.footer .social-icons a svg path {
    transition: .3s all;
}
.footer .social-icons a:hover svg path {
    fill: var(--e-global-color-primary);
}

.app-btn-group {
    display: inline-flex !important;
    width: fit-content !important;
}
.app-btn .elementor-button-content-wrapper {
    align-items: center;
}
.app-btn .elementor-button-text {
    text-align: left;
}
.app-btn small {
    display: block;
}
.app-btn svg {
    width: 25px !important;
}

.hero-prop-wrapper {
    width: fit-content !important;
}

.down-up-animation {
    animation: down-up 8s ease-in-out infinite;
}
@keyframes down-up {
    0% {
        transform: rotateX(0deg) translate(0px);
    }
    50% {
        transform: rotateX(0deg) translate(0, -25px);
    }
    100% {
        transform: rotateX(0deg) translate(0px);
    }
}
.down-up-animation-2 {
    animation: down-up-2 8s ease-in-out infinite;
}
@keyframes down-up-2 {
    0% {
        transform: rotateX(0deg) translate(0, -25px);
    }
    50% {
        transform: rotateX(0deg) translate(0px);
    }
    100% {
        transform: rotateX(0deg) translate(0, -25px);
    }
}
.sway-animation {
    animation: sway 4s ease-in-out infinite;
}
@keyframes sway {
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(10deg);
    }
}
.rotate-animation {
    animation: rotate 60s infinite;
}
@keyframes rotate {
    0% {
      transform: rotate3d(0, 0, 1, 0deg);
    }
    25% {
      transform: rotate3d(0, 0, 1, 90deg);
    }
    50% {
      transform: rotate3d(0, 0, 1, 180deg);
    }
    75% {
      transform: rotate3d(0, 0, 1, 270deg);
    }
    100% {
      transform: rotate3d(0, 0, 1, 360deg);
    }
}

.laundry-express-grid {
    border: 1px solid transparent;
    background: linear-gradient(#FFF, #FFF) padding-box, linear-gradient(100deg, #FEBD17, #FFF, #FEBD17) border-box;
}

.laundry-steps-carousel .e-n-carousel {
    padding: 0 !important;
}
.laundry-steps-carousel .swiper-pagination {
    position: absolute;
    right: -25px !important;
    left: unset !important;
    bottom: unset !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    writing-mode: sideways-rl;
}
.laundry-steps-carousel .swiper-pagination-bullet {
    width: 7px !important;
    height: 40px !important;
    border-radius: 8px !important;
    margin: 0 !important;
}
.laundry-steps-carousel .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin: 10px 0 0 !important;
}

.faq-sec .e-n-accordion .e-n-accordion-item {
    border-bottom: 1px solid #DDDDE5;
}
.faq-sec .e-n-accordion .e-n-accordion-item-title {
    align-items: flex-start;
}
.faq-sec .e-n-accordion .e-n-accordion-item-title-icon {
    position: relative;
    top: 1px;
}

.testimonials-sec .sp-testimonial-free-section {
    margin: 0;
}
.testimonials-sec .sp-testimonial-free {
    display: grid;
    justify-items: center;
    padding: 40px 32px;
    overflow: hidden;
}
.testimonials-sec .sp-testimonial-client-image {
    order: 3;
    margin: 0 !important;
}
.testimonials-sec .sp-testimonial-client-image img {
    width: 50px !important;
    height: 50px !important;
    /* border-radius: 10px !important; */
}
.testimonials-sec .sp-testimonial-client-name {
    font-size: 15px;
    line-height: 1.4;
    order: 5;
    margin: 5px 0 0 !important;
}
.testimonials-sec .sp-testimonial-client-testimonial {
    order: 2;
    margin: 20px 0 !important;
}
.testimonials-sec .sp-testimonial-content p {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 !important;
    margin: 0 !important;
    /* min-height: 150px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.testimonials-sec .sp-testimonial-client-rating {
    order: 1;
    margin: 0 !important;
}

#about,
#services,
#testimonials,
#faq {
    scroll-margin-top: 90px;
}

.floating-whatsapp-btn {
    width: 60px;
    height: 60px;
    display: inline-block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

.service-hero-heading {
    position: relative;
}
.service-hero-heading::after {
    position: absolute;
    content: '';
    background-image: url('/wp-content/uploads/2025/08/shape.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    bottom: 30px;
    right: -30px;
    animation: down-up 8s ease-in-out infinite;
}

.icon-text-box .elementor-icon-box-icon {
    margin: inherit !important;
}

@media only screen and (min-width: 1367px) {
    .footer .footer-item {
        width: fit-content;
    }
}
@media only screen and (max-width: 1366px) {
    .service-hero-heading::after {
        bottom: 20px;
        right: -10px;
    }
}
@media only screen and (max-width: 1024px) {
    .header nav ul li a {
        border-radius: 0;
    }
    .features-sec .elementor-icon-box-title br {
        display: none;
    }
    .faq-sec .e-n-accordion .e-n-accordion-item-title-icon {
        top: 0;
    }
    .testimonials-sec .sp-testimonial-content p {
        font-size: 15px;
        min-height: 100px;
    }
    .laundry-steps-carousel .swiper-pagination {
        position: absolute;
        top: unset !important;
        right: unset !important;
        bottom: -25px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        writing-mode: unset !important;
    }
    .laundry-steps-carousel .swiper-pagination-bullet {
        width: 40px !important;
        height: 7px !important;
    }
    .laundry-steps-carousel .swiper-pagination-bullet + .swiper-pagination-bullet {
        margin: 0 0 0 10px !important;
    }

    #about,
    #services,
    #testimonials,
    #faq {
        scroll-margin-top: 50px;
    }

    .service-hero-heading::after {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .app-qr-wrapper {
        width: fit-content !important;
    }
    .faq-sec .e-n-accordion .e-n-accordion-item-title-icon {
        top: -1px;
    }
}