@font-face {
    font-family: font-primary;
    src: url('../font/LibreBaskerville-Regular.ttf');
}

@font-face {
    font-family: font-secondary;
    src: url('../font/Spectral-Regular.ttf');
}

h3 {
    color: #794edd;
    color: #c7347d;
    color: #4adfd7;
    color: #e7c861;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: font-secondary;
}

p {
    font-family: font-secondary;
}

li {
    font-family: font-secondary;
}


body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

::selection {
    background-color: var(--thirdcolor);
    color: black;
}

:root {
    --primarycolor: #ffff;
    --secondarycolor: #444444;
    --thirdcolor: #FFB107;
    --fourcolor: #93C854;
    --header-font-family: "";
    --hover: #68a819;
}

/* Preloader styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#preloader img {
    width: 300px;
    height: 300px;
}

/* scriltotop btn */
#scrollToTopBtn {
    position: fixed;
    bottom: 31px;
    right: 51px;
    width: 53px;
    height: 51px;
    background-color: var(--thirdcolor);
    color: black;
    border: none;
    border-radius: 15px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: scale(0.5);
    z-index: 1000;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

#scrollToTopBtn:hover {
    background-color: var(--fourcolor);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

#scrollToTopBtn.show {
    display: flex;
    opacity: 1;
    transform: scale(1);
}

#scrollToTopBtn.hide {
    opacity: 0;
    transform: scale(0.5);
}

/*===================================================================
                            navbar
==================================================================== */
.get a {
    font-size: 18px;
    color: black;
    background-color: var(--thirdcolor);
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    margin: 30px 0px !important;
}

.logo2 {
    display: none;
}

.nav-link.active {
    color: var(--thirdcolor) !important;

    font-weight: bold;
}

.navbar {
    box-shadow: 0 4px 6px rgba(218, 218, 218, 0.1);
    z-index: 1040;
}

.navbar-brand img {
    max-height: 75px;
}

.navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
    color: #555;
    transition: color 0.3s, transform 0.3s;
}

.navbar-nav .nav-link:hover {
    color: var(--thirdcolor);
    transform: translateY(-2px);
}

.offcanvas {
    background-color: #f8f9fa;
    transition: transform 0.4s ease-in-out;
}

.offcanvas.show {
    transform: translateX(0);
}

.offcanvas-header {
    border-bottom: 1px solid #ddd;
}

.offcanvas-body ul li a {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    transition: color 0.3s, transform 0.3s;
}

.offcanvas-body ul li a:hover {
    color: var(--thirdcolor);
    transform: translateY(-2px);
}

.navbar-toggler {
    border: none;
    outline: none;
    transition: transform 0.3s ease-in-out;
}

/* .logo-img img {
    width: 250px;
} */

.navbar-nav .nav-item .nav-link {
    position: relative;
    padding-bottom: 5px;
    overflow: hidden;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--thirdcolor);
}

.navbar-nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--thirdcolor);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.navbar-nav .nav-item .nav-link:not(:hover)::after {
    transform: scaleX(0);
}

.top-bar {
    display: flex;
    background-color: var(--thirdcolor);
    color: white;
    padding: 10px 0;
}

.top-bar-1 {
    display: flex;
}

.top-bar .left-text {
    font-size: 16px;
}

.top-bar .social-icons a {
    font-size: 20px;
    color: white;
    text-decoration: none;
}

.top-bar .social-icons a:not(:last-child) {
    margin-right: 15px;
}

.top-bar .social-icons a:hover {
    color: #ffcc00;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler {
    border: none !important;
}

/*===================================================================
                            Footer         
==================================================================== */
.footer {
    box-shadow: 1px 2px 10px rgb(199, 199, 199);
    padding: 50px 0px 0px 0px;
}

.foot-img p {
    padding-top: 20px;
    padding-left: 2px;
}

.inner-footer {
    border-bottom: 1px solid gray;
    padding-bottom: 20px;
}

.inner-footer .social-icons {
    padding-left: 235px;
    padding-right: 3px;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.inner-footer .social-icons i {
    color: var(--secondarycolor);
    transition: transform 0.3s ease, color 0.3s ease;
}

.inner-footer .social-icons i:hover {
    color: var(--thirdcolor);
    transform: translateY(-5px);
}

.footer-links .navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 44px;
    flex-wrap: wrap;
}

.copy h6 {
    text-align: center;
    color: rgb(31, 31, 31);
}

.copy {
    padding: 10px 0px;
}

.copy a {
    text-decoration: none;
    color: var(--thirdcolor);
}

.social-icons a {
    font-size: 18px;
}

.foot-right {
    padding-left: 280px;
}

/*===================================================================
                            banner         
==================================================================== */
.banner-inner {
    background-color: #E8E8E8;
    padding: 125px 0px;
    position: relative;
}

.banner-header h1 {
    font-size: 46px;
}

.banner-header h1 span {
    color: var(--thirdcolor);
}

.banner-para {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 20px 0px;
}

.banner-para h4 span {
    color: var(--fourcolor);
}

.banner-inner a {
    color: #000000;
    font-weight: 600;
    background-color: var(--fourcolor);
    border-radius: 25px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.banner-para h3 {
    font-size: 28px;
}

.banner-para h4 {
    font-size: 24px;
}

.breadcrumb-container {
    font-family: Arial, sans-serif;
    margin: 20px 0;
    align-items: center;
}

.breadcrumb {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center !important;
}

.breadcrumb-item {
    align-items: center;
    /* margin-right: 10px; */
    font-size: 14px;
    display: flex;
    align-items: center;
}

.breadcrumb-item a {
    padding-top: 0px !important;
}

.breadcrumb-item a {
    text-decoration: none;
    color: white;
    font-size: 24px;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: var(--thirdcolor);
}

.breadcrumb-item::after {
    content: "»";
    font-size: 34px;
    margin-left: 10px;
    color: var(--thirdcolor) !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
    color: var(--thirdcolor) !important;
}

.breadcrumb-item:last-child::after {
    content: "";
}

.breadcrumb-item.active {
    color: var(--thirdcolor) !important;
    font-size: 24px;
    font-weight: bold;
}

.hero-bubble1 {
    position: absolute;
    top: 30%;
    left: 25%;
    animation: bubbleFly 5s infinite ease-in-out;
}

@keyframes bubbleFly {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }

    25% {
        transform: translate(-10px, -50px) scale(1.1);
        opacity: 0.9;
    }

    50% {
        transform: translate(10px, -100px) scale(1.2);
        opacity: 0.8;
    }

    75% {
        transform: translate(-15px, -150px) scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: translate(0, -200px) scale(1);
        opacity: 0;
    }
}

.banner-img-inner {
    animation: bubbleFloat 4s linear infinite;
}


@keyframes bubbleFloat {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.banner-img-inner {
    position: relative;

}

.banner-bubble-right {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 240px;
    animation: bubbleFloatAlt 6s infinite cubic-bezier(0.25, 0.1, 0.25, 1);
}

@keyframes bubbleFloatAlt {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }

    20% {
        transform: translate(15px, -40px) scale(1.1);
        opacity: 0.9;
    }

    40% {
        transform: translate(-10px, -80px) scale(1.15);
        opacity: 0.8;
    }

    60% {
        transform: translate(10px, -120px) scale(1.2);
        opacity: 0.7;
    }

    80% {
        transform: translate(-15px, -160px) scale(1.15);
        opacity: 0.6;
    }

    100% {
        transform: translate(0, -200px) scale(1);
        opacity: 0;
    }
}

/*===================================================================
                            How we works         
==================================================================== */
.work-inner {
    padding: 100px 250px 50px 250px;
    background-color: F5E6E4;

}

.work-left img {
    border-radius: 15px;
}

.work-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
    animation: jump 2s ease-in-out infinite;
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.work-right {
    padding-left: 50px;
}

.work-right .header h2 {
    font-weight: 700;
    font-size: 32px;
}

.work-right .header h2 span {
    color: var(--thirdcolor);
}

.work-right .header h4 {
    font-size: 20px;
}

.timeline {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
}

.timeline-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.timeline-content {
    margin-left: 20px;
    padding: 0px 0px;
    border-radius: 4px;
    flex-grow: 1;
}

.timeline-title {
    font-size: 1.2em;
    font-weight: 500;
    margin: 0 0 5px;
    color: var(--fourcolor);
}

.timeline-description {
    font-size: 0.95em;
    margin: 0;
    color: #555;
}

.timeline-item {
    padding: 2px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.timeline-item:hover {
    transform: translateY(-5px);
}

.timeline-item .timeline-number img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.timeline-item:hover .timeline-number img {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.timeline-item:hover .timeline-title {
    color: var(--thirdcolor);
}

.timeline-item {
    position: relative;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.timeline-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 92%;
    width: 1px;
    height: 58%;
    border-left: 2px dashed #000;
}


.timeline-number img {
    max-width: 40px;
    display: block;
}

.timeline-item:hover .timeline-number img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

/*===================================================================
                           Our values        
==================================================================== */
.inner-value {
    width: 100%;
    background-image: url('../image/home/value-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 0px;
    position: relative;
}

.washing {
    width: 160px;
    position: absolute;
    top: 6%;
    left: 10%;
    z-index: 1;
    animation: twinkle 1.5s infinite alternate;
}

.washing1 {
    width: 160px;
    position: absolute;
    bottom: 10%;
    left: 40%;
    z-index: 1;
    animation: twinkle 1.5s infinite alternate;
}

@keyframes twinkle {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

.values-header {
    width: 550px;
    position: relative;

}

.values-header h4 {
    color: var(--fourcolor);
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    z-index: 12;

}

.values-header h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: var(--fourcolor, #000);
    transition: width 0.3s ease, background-color 0.3s ease;
}

.values-header h4:hover::before {
    width: 100%;
    background-color: var(--fourcolor);
}

.values-header h2 {
    color: var(--primarycolor);
    font-size: 32px;
}

.values-header p {
    color: var(--primarycolor);
    font-size: 18px;
    z-index: 12;
}

.values-header a {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    background-color: var(--fourcolor);
    border-radius: 25px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    margin-top: 200px !important;
}

.values-header a:hover {
    background-color: var(--hover);
}

.value-footer {
    background-color: #F9FAD2 !important;
    padding: 30px 0px;

}

.value-footer ul {
    margin-bottom: 0px !important;
    display: flex;
    list-style-type: none;
    gap: 20px;

    justify-content: center;
}

.value-footer ul li {
    position: relative;
    margin-left: 50px;
    font-size: 24px;
    font-weight: 700;
    transition: ease-in-out .3s;
}

.value-footer ul li::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 3px;
    width: 25px;
    height: 25px;
    background: url('../image/icons/checked.png') no-repeat center center;
    background-size: contain;
}

.value-footer ul li:hover {
    transform: scale(1.1);
}

/*===================================================================
                          testimonials       
==================================================================== */
.inner-testmonial {
    padding: 60px 0px 5px 0px;
    background-color: #E8E8E8;
}

.test-header {
    text-align: center;
}

.test-header h4 {
    position: relative;
    font-weight: 700;
    color: var(--fourcolor);
    font-size: 24px;
}

.test-header h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 65px;
    height: 2px;
    background-color: var(--fourcolor, #000);
    transition: width 0.3s ease, background-color 0.3s ease;
}

.test-header h4:hover::before {
    width: 150px;
    background-color: var(--fourcolor);
}

.test-header h2 {
    color: var(--thirdcolor);
    font-size: 32px;
}

.test-card {
    padding: 60px 0px;
}

.testimonial-owl {
    display: flex !important;
}

.item {
    flex: 1 !important;
    height: 350px;
}

.testimonial-owl .item {

    width: 400px;
    background-color: white;
    border-radius: 12px;
    border-top: 3px solid var(--thirdcolor);
}

.test-content {
    padding: 80px 20px 70px 20px;
}

.test-img {
    position: absolute;
}

.item {
    position: relative;
    margin-bottom: 100px;
}

.test-img img {
    width: 100px;
    height: 100px;
    border-radius: 150px;
    border: 6px solid white;
}

.test-content h5 {
    color: var(--thirdcolor);
    font-size: 24px;
    font-weight: 700;
}

.test-card .owl-dots {

    color: #93C854;
}

.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #ffffff !important;
    border-radius: 50%;
    cursor: pointer;
}

.owl-dots .owl-dot.active {
    background-color: #000;
}

/*===================================================================
                       faq   
==================================================================== */
.inner-faq {
    padding: 10px 0px;

}

.faq-section {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 30px auto;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.faq-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.question img {
    width: 245px !important;

}

.question {
    position: absolute;
    top: 10px;
    left: 30px;

    animation: spinBounce 1.5s infinite ease-in-out;
}

@keyframes spinBounce {

    0%,
    100% {
        transform: rotate(0deg) translateY(0);

    }

    20% {
        transform: rotate(20deg) translateY(-10px);

    }

    40% {
        transform: rotate(-15deg) translateY(15px);

    }

    60% {
        transform: rotate(10deg) translateY(-5px);

    }

    80% {
        transform: rotate(-5deg) translateY(5px);

    }

    100% {
        transform: rotate(0deg) translateY(0);

    }
}

.faq-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.faq-content {
    flex: 1.5;
    padding: 40px;
}

.faq-content h2 {
    font-size: 28px;
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.faq-content h2 span {
    color: #f68b1f;
    font-size: 32px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.accordion-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.accordion-header {
    cursor: pointer;
    padding: 15px;
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    transition: background 0.3s ease-in-out;

}

.accordion-header .active {
    background: linear-gradient(90deg, rgba(255, 155, 33, 1) 0%, rgba(255, 162, 40, 1) 24%, rgba(255, 192, 67, 1) 100%);
}

.accordion-header:hover {
    background: #f0f0f0;
}

.accordion-header span {
    font-size: 1.5em;
    color: #f68b1f;
    transition: transform 0.3s ease;
}


.accordion-header.active span {
    transform: rotate(45deg);

}

.accordion-content {
    text-align: justify;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.3s ease-in-out;
    font-size: 0.95em;
    color: #555;

}

.accordion-content p {
    margin: 15px 0;
}

.accordion-content.active {

    max-height: 200px;
    padding: 20px;
}

.close-x {
    float: right;
    color: #f68b1f;
    font-size: 1.3em;
    cursor: pointer;
    display: none;
    margin-top: -10px;
}

.accordion-content.active .close-x {
    display: block;
}

.cards-section {
    display: none;
}

/*===================================================================
                          testimonials       
==================================================================== */

.counter-section {
    width: 950px;
    padding: 18px 0px 10px 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    border-radius: 100px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.counter-box {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 250px;
    border-right: 1px solid #ddd;
    align-items: center;
}

.counter-box:last-child {
    border-right: none;
}

.counter {
    font-size: 32px;
    color: #89a8a2;
    margin: 0;
    transition: color 0.3s ease;
}

.counter-box p {
    font-size: 16px;
    text-align: center;
    color: #333;
    margin-top: 10px;
    font-weight: bold;
    line-height: 19px;
}

.counter-box:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.counter:hover {
    color: #4a7c78;
}

.banner-inner {
    position: relative;
}

.overlay {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

/*===================================================================
                          location    
==================================================================== */
.inner-location {
    background-color: #f1f1f1;
    padding: 30px 0px;
}

.breadcrumbs1 {
    list-style-type: none;
    padding: 0;
}

.breadcrumbs1 i {
    color: black;
}

.breadcrumbs1 li {
    display: inline;
    margin-right: 5px;
}

.breadcrumbs1 a {
    text-decoration: none;
    font-weight: 700;
    color: var(--thirdcolor);
}

.breadcrumbs1 a:hover {
    text-decoration: underline;
}

.breadcrumbs1 span {
    color: gray;
}

.inner-location h2 {
    font-size: 32px;
}

.breadcrumbs1 li strong {
    color: #000;
}

/* ===========================About page ========================== */
.inner-banner {
    width: 100%;
    background-image: url('../image/home/top-banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
    border-bottom-right-radius: 120px;
    display: flex;
    justify-content: center !important;
    align-items: center;
    align-content: center;
    flex-direction: column;
    background-attachment: fixed;

}

.inner-banner h1 {
    font-size: 64px;
    font-weight: 700;
    color: var(--thirdcolor);
}

.inner-banner p {
    font-size: 18px;
    color: white;
}



/* ===============================================================================
                               about section
================================================================================= */
.about-page-inner {
    padding: 60px 0px;
}

.about-right-header h2 {
    font-size: 28px;
    color: var(--thirdcolor);
}

.about-left {
    padding-top: 40px;
    position: relative;
}

.about-left img {
    width: 100%;
    border-radius: 12px;

}

.about-right-header h2 {
    font-size: 28px;
    color: rgb(41, 41, 41);
}

.about-right-header p {
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    color: var(--secondarycolor);
}

.about-right-header {
    padding-top: 42px;
}

.about-right-header h2 {
    font-size: 24px;
    color: var(--fourcolor);

}

.about-right-header p {
    font-size: 16px;
    color: var(--secondarycolor);
}

.about-right-header a {
    font-size: 16px;
    font-weight: 600;
    background-color: var(--fourcolor);
    padding: 10px 20px;
    border-radius: 12px;
    text-decoration: none;
    color: black;
}

.about-right-header a:hover {
    background-color: var(--hover);
}

.about-over img {
    width: 220px;
}

.about-over img {
    border-radius: 12px;
}

.about-over {
    position: absolute;
    bottom: 8%;
    right: 10%;

}

.about-page-inner {
    position: relative;
}

.about-right-header {
    padding-top: 100px;
    padding-left: 30px;
}

.about-right-header h2 span {
    color: var(--fourcolor);
}

/* ===============================================================================
                                sample 
================================================================================= */
.inner-sample {
    width: 100%;
    padding: 40px 0px;
    background-color: #CF9393;
}

.choose-inner {
    padding: 50px 0px;
}

.sample-left {
    padding-top: 50px;
}

.sample-title {
    padding: 20px;
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
}

.sample-left h3 {
    color: var(--primarycolor);
    margin-bottom: 30px;
}

.sample-left p {
    color: var(--primarycolor);
}

.sample-right {
    padding-left: 100px;
}

.sample-know a {
    color: var(--primarycolor);
    background-color: var(--thirdcolor);
    border-radius: 70px;
    padding: 10px 20px;
    text-decoration: none;
}

.sample-know a:hover {
    background-color: #df9c0d;

}

/* ===============================================================================
                              why choose 
================================================================================= */
.choose-header {
    text-align: center;
    margin-bottom: 40px;
}

.choose-header h4 {
    font-size: 24px;
    color: var(--fourcolor);
}

.choose-header h4 {
    position: relative;
    font-weight: 700;
    color: var(--fourcolor);
    font-size: 24px;
}

.choose-header h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 44%;
    width: 65px;
    height: 2px;
    background-color: var(--fourcolor, #000);
    transition: width 0.3s ease, background-color 0.3s ease;
}

.choose-header h4:hover::before {
    width: 150px;
    background-color: var(--fourcolor);
}

.choose-header h2 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 10px;
    color: black;

}

.inner-choose-card {
    padding: 10px;
    padding-right: 30px;
    flex: 1;
    position: relative;
}

.choose-icon {
    position: absolute;
    top: 30%;
    left: -4%;
    background-color: white;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--thirdcolor);
    transition: width 0.3s ease, background-color 0.3s ease;
}

.choose-icon img {
    width: 60px;
    object-fit: cover;
    padding: 10px;
}

.choose-card {
    box-shadow: 1px 2px 8px rgb(189, 189, 189);
    padding: 15px;
    padding-left: 37px;
    border-radius: 9px;
    border-left: 6px solid var(--thirdcolor);

}

.choose-card p {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    color: #333;
    font-size: 16px;
    margin: 0;
    text-align: justify;
}

.inner-choose-card .choose-card h2 {
    font-size: 24px;
    color: black;
    transition: color 0.3s ease;
}

.inner-choose-card:hover .choose-card h2 {
    color: var(--thirdcolor);
}

.inner-choose-card:hover .choose-icon {
    background-color: #ffae00;
}

/* ===============================================================================
                                  what we do 
================================================================================= */
.inner-do {
    width: 100%;
    background-color: #F6F3E9;
    padding: 50px 0px;
}

.do-head {
    text-align: center;
    padding: 0px 0px;
}

.do-head h4 {
    position: relative;
    font-weight: 700;
    color: var(--fourcolor);
    font-size: 24px;
}

.do-head h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 65px;
    height: 2px;
    background-color: var(--fourcolor, #000);
    transition: width 0.3s ease, background-color 0.3s ease;
}

.do-head h4:hover::before {
    width: 150px;
    background-color: var(--fourcolor);
}

.do-head h2 {
    color: black;
    font-size: 28px;
    font-weight: 600;
}

.do-head {
    margin-bottom: 30px;
}

.do-card {
    width: 100%;
    background-color: var(--primarycolor);
    border-bottom: 3px solid var(--thirdcolor);
    border-bottom-right-radius: 70px;
    padding: 15px;
    flex: 1;

}

.do-card h2 {
    font-size: 24px;
    padding: 8px 0px;
    color: var(--thirdcolor);
}

.r-1 {
    display: flex;
}

.do-card a {
    color: var(--primarycolor);
    background-color: var(--fourcolor);
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border-radius: 24px;

}

.do-header img {
    width: 44px;
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.do-card:hover .do-header img {
    animation: jump 0.5s ease-in-out;
}

/* ----------------------------------------------------service page -------------------------------------------------------- */
/* ===============================================================================
                              laundry section
================================================================================= */
.inner-laundry {
    padding: 50px 0px 0px 0px;
}

.laundry-left {
    background-color: #F6F3E9;
    padding: 100px 30px 168px 300px;
    border-radius: 15px;
}

.laundry-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.laundry-right img {
    width: 660px;
    height: 650px;
    object-fit: cover;
}

.inner-laundry h1 {
    font-size: 44px;

}

.laundry-body {
    border-top: 2px solid rgb(99, 99, 99);
    padding: 20px 0px;
    border-bottom: 2px solid black;
}

.laundry-left h2 {
    font-size: 32px;
    color: var(--fourcolor);
}

.laundry-footer a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background-color: var(--fourcolor);
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.laundry-footer a:hover {
    background-color: var(--hover);
}

/* ===============================================================================
                            dry section
================================================================================= */

.sep {
    width: 100%;
    height: 4px;
    background-color: #000000;
}

.inner-dry {
    padding: 0px 0px 0px 0px;

}

.dry-left {
    background-color: #F6F3E9;
    padding: 100px 300px 168px 66px;
    border-radius: 15px;
}


.dry-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dry-right img {
    width: 660px;
    height: 650px;
    object-fit: cover;
}



.dry-left h2 {
    font-size: 32px;
    color: var(--fourcolor);
}

.inner-dry h2 {
    font-size: 32px;

}

.dry-body {
    border-top: 2px solid rgb(99, 99, 99);
    padding: 20px 0px;
    border-bottom: 2px solid black;
}

.service-head h1 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: var(--thirdcolor);

    margin: 10px 0px;
}

.dry-footer a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background-color: var(--fourcolor);
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.dry-footer a:hover {
    background-color: var(--hover);
}

.md-1 {
    display: none;
}

.other-card img {
    border-radius: 5px;
}

.other-card h1 {
    font-size: 32px;
    color: var(--thirdcolor);
}

.inner-other {
    padding: 70px 0px;
}

.other-header h2 {
    position: relative;
    font-weight: 700;
    color: var(--thirdcolor);
    font-size: 32px;
    margin-bottom: 50px;
}

.other-header h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 65px;
    height: 2px;
    background-color: var(--thirdcolor, #000);
    transition: width 0.3s ease, background-color 0.3s ease;
}

.other-header h2:hover::before {
    width: 150px;
    background-color: var(--thirdcolor);
}

.other-card h4 {
    font-size: 24px;
    font-weight: normal;
    color: black;
    margin-top: 10px;
}

.other-card p {
    font-size: 16px;
    color: var(--secondarycolor);
    text-align: justify;
}

.other-card a {
    color: black;
    background-color: var(--fourcolor);
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.other-card a:hover {
    background-color: var(--hover);
}

.other-title {
    position: relative;
}

/* .other-title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.other-icon {
    position: absolute;
    top: -15%;
    right: 10%;
    width: 60px;
    height: 60px;
}

.sm {
    position: relative;
}

.other-card {
    flex: 1;
}

.other-title {
    padding: 15px;
}

.other-card {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding-bottom: 2px;
}

.other-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 12px;

}

.other-card:hover .other-title h4 {
    color: var(--thirdcolor);
}

.other-img img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.other-card:hover .other-img img {
    transform: translateY(-15px);
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.other-icon img {
    width: 50px;
    height: auto;
    animation: float 3s ease-in-out infinite;
    transition: transform 0.3s ease;
}

.other-icon img:hover {
    transform: scale(1.1);
}

/* =======================  blog pag=========================================== */
/* ===============================================================================
                        blog section
================================================================================= */

.inner-blog {
    padding: 100px 0px;

}

.blog-inner {
    padding: 10px;
    box-shadow: 1px 2px 6px rgb(131, 131, 131);
    border-radius: 6px;
    position: relative;
    flex: 1 !important;
}

.blog-content {
    padding: 20px;
}

.blog-content h4 {
    font-size: 24px;
    font-weight: 400;
    color: black;
}

.blog-content a {
    font-size: 18px;
    text-decoration: none;
    color: #AAC3BD;
    transition: color 0.5s ease;
    font-weight: 600;
}

.blog-content a:hover {
    color: var(--thirdcolor);
}

.blog-overlay {

    border-radius: 5px;
    background-color: var(--thirdcolor);
    display: inline-block;
}

.blog-overlay h4 {
    font-size: 14px;

    padding: 8px 8px 2px 10px;

}

.blog-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
}

.blog-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: transform 1.2s ease-in-out;
}

.blog-img img {
    width: 100%;
    height: auto;
    transition: transform 1.2s ease-in-out;
}

.blog-img:hover img {
    transform: scale(1.2) rotate(2deg);
}

.blog-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    font-size: 16px;
}

/* =======================conduct page pag=========================================== */
/* ===============================================================================
                    conduct section
================================================================================= */
.inner-conduct {
    padding: 100px 0px;
}

.location-card {
    padding: 30px 30px 2px 30px;
    height: 340px;
    flex: 1;

}

.location-card a {
    text-decoration: none;
}

.location-card img {
    width: 40px;
    margin-bottom: 5px;
}

.location-card p:hover p strong {
    background-color: var(--thirdcolor);
    color: var(--thirdcolor) !important;
}

.contact-img {
    display: flex;
    border-bottom: 1px solid rgb(202, 202, 202);
    margin-bottom: 10px;
    gap: 18px;
    align-items: center;
    align-self: center;
    align-content: center;

}

.contact-img h3 {
    font-size: 26px;
    margin-bottom: 0px !important;
}

.location-card p strong i {
    color: var(--thirdcolor);
}


.location-card:hover .contact-img img {
    animation: jumpEffect 0.6s ease-out;
}

@keyframes jumpEffect {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    70% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

.location-card:hover .contact-img h3 {
    color: var(--thirdcolor);
}

.location-card a {
    color: var(--secondarycolor);
}

.location-card {
    position: relative;
}

.location-card::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 200px;
}

/* --------------------------------------------------- price page -------------------------------------------------------- */
/* ===============================================================================
                              price section
================================================================================= */
.inner-price {
    padding: 50px 0px;
}

.dropdown {
    display: inline-block;
    display: flex;
    justify-content: center;
    text-align: center;
}

.dropdown button {
    background-color: var(--thirdcolor);
    border: none;
}

.dropdown button:hover {
    background-color: var(--fourcolor);
    border: none;
}

/* main  */
.dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 100px;
    display: none;
    margin-top: 30px;
}


.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 35px;
    /* margin-left: 54px; */
}

.dropdown-item.active {
    background-color: var(--fourcolor) !important;
}

.tab-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.tab-nav li {
    margin-right: 15px;
}

.tab-link {
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
    color: #333;
}

.tab-link:hover {
    color: var(--primarycolor);
    background-color: var(--fourcolor);
}

.tab-link.active {
    background-color: var(--fourcolor);
    color: white;
}

.tab-content-item {
    display: none;
}

.tab-content-item.active {
    display: block;
}

.tab-link.active {
    background-color: var(--fourcolor);
    color: white;
}

.tab-content-item {
    display: none;
}

.tab-content-item.active {
    display: block;
}

.dropdown-menu {
    display: none;
}

.tab-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.price-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.price-card {
    box-shadow: 1px 2px 4px rgb(197, 197, 197);
    border: 1px dotted black;
    padding: 6px 20px;
    border-radius: 9px;
    position: relative;
    height: 225px;
}

.price-overlay1 img {
    width: 100px;
}



.price-header h4 {
    color: black;
    font-weight: 700;
    padding-bottom: 10px;
}

.price-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(116, 116, 116);

    align-content: center;
    align-items: center;
}

.price-title h4 {
    color: black;
}

.price-title img {
    width: 36px;
}

.ti-1 {
    width: 195px;
}

.ti-1 h6 {
    color: rgb(39, 39, 39) !important;
}

.price-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* justify-content: center; */
}

.price-icon i {
    color: var(--thirdcolor);
}

.price-header h6 {
    color: var(--thirdcolor) !important;
    font-weight: 600;
}

.price-header p {
    color: gray;
    font-weight: 600;
}

.price-icon {
    position: absolute;
    top: 4px;
    left: 13px;
    font-size: 18px;
    padding: 5px;
    padding-left: 9px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.price-card {
    position: relative;
    overflow: hidden;
}

.price-card .price-title img {
    transition: transform 0.3s ease-in-out;
}

.price-card:hover .price-title img {
    transform: translateY(-10px);
}

.ti-1 img {
    width: 33px;
    height: 37px;
    padding: 5px;
}

/* ======================= franchise paga=========================================== */
/* ===============================================================================
                       franchise  main section
================================================================================= */


.inner-franchise-main {
    padding: 50px 0;
}

.main-left h1 {
    font-size: 28px;
    font-weight: bold;
    color: var(--thirdcolor);
    margin-bottom: 20px;
}

.main-left p {
    font-size: 1rem;
    color: var(--secondarycolor);
    line-height: 1.8;
}

.main-left h4 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--fourcolor);
    margin-top: 20px;
}

.main-left ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.main-left ul li {
    position: relative;
    font-size: 1rem;
    color: var(--secondarycolor);
    padding-left: 30px;
    margin-bottom: 10px;
}

.main-left ul li:before {
    content: "✔";
    color: var(--thirdcolor);
    position: absolute;
    left: 0;
    font-size: 1.2rem;
    top: 0;
}

.main-right img {
    max-width: 100%;
    border: 3px solid var(--thirdcolor);
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.main-right img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Keyframe Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.inner-franchise-main .main-left,
.inner-franchise-main .main-right {
    animation: fadeIn 1.5s ease-in-out;
}




.chat-inner {
    margin-top: 2rem;
    width: 100%;
}

#chart-wrap {
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: center;
    margin: auto;
    max-width: 500px;
    position: relative;
    width: 100%;
}

.chart-tooltip {
    margin-left: 15px;
    position: absolute;
    z-index: 10;
}

.chart-tooltip-wrap {
    background-color: #181818;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    display: block;
    padding: 0.875rem;
}

.chart-tooltip-wrap p {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.75;
    margin: 0;
}

#chart-wrap svg {
    margin: auto;
}

#chart-wrap .text {
    fill: black;
    font-size: 0.875rem;
    text-anchor: middle;
}

.legend {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    margin: 2rem auto;
}

.legend-group {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: row;
    gap: 8px;
    justify-content: flex-start;
}

.legend-box {
    height: 20px;
    margin: 0;
    width: 20px;
}

.legend-label {
    margin: 0;
}

@media (max-width: 479px) {
    #chart-wrap {
        flex-direction: column;
    }

    .legend {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .legend-group {
        flex-basis: 100px;
    }
}

/* ===============================================================================
                       franchise  section
================================================================================= */
.inner-franchise {
    padding: 50px 0px;
}

.inner-franchise {
    width: 100%;
    background-image: url('../image/home/fr-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cta-btn {
    background-color: #4caf50;
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: background 0.3s ease, transform 0.3s ease;
}

.cta-btn:hover {
    background-color: #2e7d32;
    transform: translateY(-3px);
}


.franchise-details ul {
    list-style: none;
    padding-left: 0;
}

.franchise-details ul li {
    margin-bottom: 1.2rem;
    position: relative;
    padding-left: 2rem;
}

.franchise-details ul li i {
    position: absolute;
    left: 0;
    color: var(--fourcolor);
    font-size: 1.5rem;
    margin-top: 8px;
    transition: color 0.3s ease;
}

.franchise-details strong {
    color: black;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 4px;
    font-size: 22px !important;
}

.franchise-left {
    padding: 50px 0px;
}

.franchise-right {
    padding-left: 60px;
}

.franchise-right p {
    font-size: 16px;
    padding-left: 10px;
}

.franchise-details ul li i:hover {
    color: #2e7d32;
}

.franchise-details ul ul {
    margin-top: 0.5rem;
    padding-left: 2rem;
}

.franchise-details ul ul li {
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
}

.franchise-details h2 {
    font-size: 28px;
    color: var(--thirdcolor);
    font-weight: 600;
}

.franchise-header {
    text-align: center;
}

.franchise-header h1 {
    font-size: 32px;
    color: black;
    font-weight: 700;
}

.franchise-header p {
    font-size: 24px;
    color: #444444;
    font-weight: 600;
}

.franchise-details ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1.2rem;
    transition: all 0.3s ease-in-out;
}

.franchise-details ul li:hover {
    background-color: transparent;
    transform: scale(1.02);
}

.franchise-details ul li i {
    position: absolute;
    left: 0;
    color: #4caf50;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

/* ===============================================================================
                       form  section
================================================================================= */

.form-inner {
    padding: 70px 0px;
}

.form-left {
    width: 100%;
    background-image: url('../image/home/form-img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.row-form {
    display: flex;
    box-shadow: 1px 2px 12px rgb(228, 228, 228);
}

.form-left {
    padding: 64px 20px 65px 20px;
}

.form-left a {
    color: white;
    text-decoration: none;
}

.header-form h3 {
    font-size: 24px;
    color: var(--fourcolor);
    font-weight: 700;
}

.header-form h3 span {
    color: var(--fourcolor);
}

.form-title {
    border-top: 1px dotted gray;
    padding: 10px 0px;
}

.form-title h4 {
    font-size: 22px;
    color: var(--fourcolor);
    font-weight: 600;
}

.header-form p {
    font-size: 16px;
    color: white;
    font-weight: 600;
}

.form-title p {
    font-size: 16px;
    font-weight: 600;
    color: white;

}

.form-know a {
    font-size: 18px;
    font-weight: 600;
    color: black;
    background-color: var(--fourcolor);
    padding: 10px 20px;
    border-radius: 40px;
    text-decoration: none;
}

.form-right {
    background-color: white;
    padding: 20px;
    padding: 38px 89px
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-group {
    width: 100%;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    padding-left: 10px;
    padding-bottom: 6px;
    color: black;
}

.form-group {
    padding-bottom: 10px !important;
}

.form-group input,
.form-group textarea {
    padding: 10px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.form-row .col-md-6 {
    flex: 1 1 calc(50% - 10px);
}

.form-group input:hover,
.form-group textarea:hover {
    border-color: #28a745;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.error-message {
    font-size: 0.875rem;
    color: #e74c3c;
    margin-top: 5px;
    margin-left: 10px;
}

.submit-btn {
    background-color: #28a745;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    padding: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #218838;
}

.form-btn {
    color: black;
    border-radius: 6px;
    padding: 10px 20px;
    background-color: var(--fourcolor);
    border: none;
}

.form-btn:hover {
    background-color: var(--hover);

}

.form-group i {
    color: black;
    padding-right: 5px;
}

.form-group input:hover .form-group {
    color: var(--thirdcolor);
}

@media (max-width: 767px) {
    .form-row .col-md-6 {
        flex: 1 1 100%;
    }
}

/* ==============================================================================
                       form  section
================================================================================= */
.provide-header h1 {
    font-size: 34px;
    margin-bottom: 15px;
}

.provide-inner {
    padding: 60px 0px;
}

.inner-provide {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0px;
}

.provide-card {
    width: 400px;

    justify-content: center;
    align-content: center !important;
    text-align: center;
    background-color: #ffffff;
    border-right: 1px solid rgb(202, 202, 202);
    border-bottom: 1px dotted rgb(202, 202, 202);
    padding: 20px;
    display: inline-block;
    flex: 1;
}

.provide-img img {
    width: 100px;
}

/* ===============================================================================
                                  what we do 
================================================================================= */
.inner-contact {
    width: 100%;
    background-image: url('../image/home/contact-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0px;
}

.contact-detail h1 {
    font-size: 28px;
    color: white;
    font-weight: 600;
}

.contact-detail p {
    padding: 20px 0px;
    color: white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.contact-right {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
}

.contact-right a {
    font-size: 18px;
    color: #000;
    background-color: var(--thirdcolor);
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
}

.contact-right i {
    padding-right: 10px;
}

.contact-right {
    padding-top: 60px;
}

/* ===============================================================================
                             blog detail page
================================================================================= */



.blog-detail-inner {
    padding: 20px;
    background-color: var(--primarycolor);
    color: var(--secondarycolor);
    font-family: var(--header-font-family);
}

.blog-detail-inner h1 {
    text-align: center;
    font-size: 18px;

    font-weight: bold;
    margin-bottom: 20px;
    color: var(--thirdcolor);
}

.blog-detail-inner h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
}

.blog-detail-inner h4 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 800;
    color: var(--secondarycolor);
}

.blog-detail-card {
    flex: 1;
}

.modal-title {
    font-size: 18px;
}

.blog-detail-inner p {
    font-size: 16px;
    line-height: 1.8;
    margin: 10px 0;
    text-align: justify;
    color: var(--secondarycolor);
}

.blog-detail-inner ul {
    padding-left: 20px;
}

.blog-detail-inner li {
    text-align: left;
    list-style: none;
    margin: 10px 0;
    font-size: 1.2rem;
    position: relative;
    padding-left: 1px;
    color: var(--secondarycolor);
}

.blog-detail-inner li::before {
    content: var(--icon);
    color: var(--fourcolor);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-detail-inner img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
    /* border: 3px solid var(--fourcolor); */
    border-radius: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-detail-inner img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.blog-detail-inner a {
    color: var(--thirdcolor);
    text-decoration: underline;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    text-decoration: none;
}

.blog-detail-inner a:hover {
    color: var(--fourcolor);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}


.blog-detail-inner a:active {
    color: var(--secondarycolor);
    text-shadow: none;
}

.stain-removal-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.detail-2-content {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.detail-2-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.detail-2-content h3 {
    font-size: 1.6rem;
    color: var(--secondarycolor);
    margin-bottom: 10px;
}

.detail-2-content p {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--secondarycolor);
}

.detail-2-content ul {
    padding-left: 20px;
}

.detail-2-content li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    font-size: 1rem;
    color: var(--secondarycolor);
    margin-bottom: 10px;
}

.detail-2-content li::before {
    content: "✔";
    color: var(--fourcolor);
    font-size: 1rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 768px) {
    .detail-2-content h3 {
        font-size: 1.4rem;
    }

    .detail-2-content p {
        font-size: 1rem;
    }

    .stain-removal-container {
        gap: 15px;
    }
}

.stain-removal-container {
    margin-top: 20px;
}

.detail-2-content.card {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.detail-2-content.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
    margin-bottom: 15px;
}

.general-tips-container ul li {
    font-size: 18px;
}

.general-tips-container ul li strong {
    font-size: 18px;
}

.card-body p {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
}

.card-body ul {
    list-style: none;
    padding-left: 0;
}

.card-body li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #555;
}

.card-body li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--thirdcolor);
    font-size: 1.2rem;
}


@media (max-width: 768px) {
    .card-title {
        font-size: 1.4rem;
    }

    .card-body p,
    .card-body li {
        font-size: 0.9rem;
    }
}


.general-tips-container {
    margin: 20px auto;
    padding: 20px;
    max-width: 800px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tips-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}


.tip-item {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.tip-item h4 {
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 8px;
    padding-left: 10px;
}


.tip-item p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}


.tip-icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5rem;
    color: var(--thirdcolor);
    margin-right: 20px !important;
}

.tip-item h4:hover {
    color: var(--thirdcolor);
}

@media (max-width: 768px) {
    .tips-title {
        font-size: 1.8rem;
    }

    .tip-item h4 {
        font-size: 1.1rem;
    }

    .tip-item p {
        font-size: 0.95rem;
    }
}

@font-face {
    font-family: Roboto;
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/565097/Roboto-Regular.woff2") format("woff2"),
        url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/565097/Roboto-Regular.woff") format("woff"),
        url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/565097/Roboto-Regular.ttf") format("ttf");
    font-weight: 400;
    font-style: normal;
    color: var(--thirdcolor);
}


#reg_ai {
    display: table;
    width: 100%;
    height: 100%;
    color: #FFB107 !important;
}

.banner-header h1 {
    display: table-cell;
    vertical-align: middle;
    color: black;
}

.typewriter:after {
    border-right: 0.15em solid #FFB107 !important;
    animation: caret_typewriter 1s steps(1) infinite;
    content: "";
    color: #7e54df;
}

@-webkit-keyframes caret_typewriter {
    50% {
        border-color: transparent;
    }
}

@keyframes caret_typewriter {
    50% {
        border-color: transparent;
    }
}

.value-footer {
    overflow: hidden;
    width: 100%;
    background-color: #f9f9f9;
    position: relative;
}

.marquee {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
}

.marquee ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.marquee li {
    /* padding: 0 2rem;  */
    font-size: 1.2rem;
    color: #333;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}



/* ======================================= */
.inner-price-list {
    padding: 60px 0px;
}

.price-inner-card {


    padding: 15px;
}

.price-card1 {
    display: flex;
    justify-content: center;

}

.price-card2 {
    width: 520px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px 15px 30px;
    box-shadow: 1px 2px 7px rgb(214, 214, 214);
    border-radius: 8px;


}

.price-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.price-lists {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.card1 h4 {
    font-size: 15px;
    font-weight: 600;
    color: #9698A2;
}

.card1 h6 {
    font-size: 14px;
    font-weight: 600;
    color: rgb(37, 37, 37);
}

.card1:hover h4 {
    color: var(--thirdcolor);
}

.price-header1 h6 {
    font-size: 17px;
    font-weight: 600;
    color: #414141;
}

.price-left {
    width: 150px;


}

.price-left {
    justify-content: center;
    align-items: center;
}

.price-left {
    position: relative;
}

.price-left-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #dfdfdf;
    padding: 10px;
    border-radius: 4px;
}



/* -------------------------video section----------------------------- */

.inner-video {
    padding: 50px 0px;
}

.video-section {
    padding: 60px 15px;
    border-radius: 10px;
    background-color: #F6F3E9;
}

.video-section {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
}

.video-overlay {
    position: absolute;
    background-color: white;
    border-radius: 50%;
    /* padding: 9px; */
    text-align: center;
    display: flex;
    justify-content: center;
    width: 80px;
    height: 80px;
    left: 50%;
    bottom: -4%;
    transform: translate(-50%, -50%);
    border: 10px solid #F6F3E9;
}

.video-overlay h3 {
    padding: 16px;
    font-size: 27px;
}

.video-section video {
    width: 714px;
    height: 430px;
}

.styled-video {
    width: 100%;
    height: auto;
    border-radius: 10px;

}

.video-overlay1 {
    position: absolute;
    top: 18%;
    right: 25%;

}

.video-section .arrow-overlay {
    position: absolute;
    top: 40%;
    left: 10%;
}

.video-section .star-overlay {
    position: absolute;
    top: -20px;
    right: -20px;
}






#playPauseBtn.playing:before {
    opacity: 1;
    animation: none;
}

#playPauseBtn {
    transition: all 0.6s ease-in-out;
}

#playPauseBtn:hover {
    transform: scale(1.2);

}

@keyframes clockAnimation {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.4;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

#fullscreenBtn {
    font-size: 32px;
    transition: all 0.3s ease;
}

#fullscreenBtn:hover {
    color: var(--hover);
    transform: scale(1.1);
}









/* ===============================================================================
                            corporate page
================================================================================= */

.corporate-left h3 {
    font-size: 32px;
    color: black
}

.corporate-left p {
    font-size: 18px;
    color: var(--secondarycolor);
    text-align: justify;
}

.corporate-left ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.corporate-left ul li {
    font-size: 18px;
    color: #444;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 1.6;
}

.corporate-left ul li::before {
    /* content: "💧";  */
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #27ae60;
    font-weight: bold;
    font-size: 20px;
}

.inner-corporate {
    padding: 100px 0px;
    background-color: #E8E8E8;
}

.corporate-right {
    display: flex;
    justify-content: center !important;
    position: relative;
}

.corporate-bg {
    display: flex;
    justify-content: center;

}

.corporate-bg img {
    border-radius: 5px;
}

.corporate-bg {
    position: relative;
}

.corporate-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

/* <!-- Why us secion --> */
.us-card {
    padding: 10px 20px;
    border-radius: 10px;
    background-color: var(--primarycolor);
    margin: 5px 35px;
    position: relative;
    flex: 1;
}


.banner-header p {
    font-size: 16px;
}

.us-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 7%;
    height: 30%;
    width: 4px;
    background-color: var(--thirdcolor);
    border-radius: 2px;
}

.us-img img {
    width: 60px;
    height: 60px;
    background-color: var(--fourcolor);
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.us-detail h3 {
    font-size: 22px;
}

.us-detail p {
    font-size: 16px;
}

.do-head p {
    font-size: 18px;
    color: black;
    font-weight: 600;
    margin: 25px 0px
}

.us-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.us-card:hover {
    transform: translateY(-5px);
    /* Lift effect */
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    /* Soft shadow */

}

.us-card:hover .us-detail h3 {
    color: var(--thirdcolor);
}

.us-card .us-img img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.us-card:hover .us-img img {
    transform: scale(1.1);
    background-color: var(--thirdcolor);
    filter: brightness(1.2);
}




.Industry-offer {
    padding: 100px 0px;
}

.industry-left {
    padding-left: 300px;
}

.industry-header h4 {
    color: var(--fourcolor);
    font-size: 24px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    z-index: 12;

}

.industry-header h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: var(--fourcolor, #000);
    transition: width 0.3s ease, background-color 0.3s ease;
}

.industry-header h4:hover::before {
    width: 100%;
    background-color: var(--fourcolor);
}

.industry-custom-nav {
    text-align: center;
    margin-top: 10px;
}

.industry-custom-nav button {
    width: 50px;
    height: 50px;
    line-height: 30px;
    background-color: var(--thirdcolor);
    color: white;
    border: none;
    border-radius: 50%;
    padding: 10px 15px;
    font-size: 24px;
    cursor: pointer;
    margin: 5px;

    transition: background 0.3s;
}

.industry-custom-nav button:hover {
    background-color: #f3cf58;
}

/* .industry-carousel .owl-stage-outer{
    padding: 10px;
} */


.industry-card {
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
    border: 1px solid black;
    background-color: var(--primarycolor);
    padding: 40px 10px;
    border-radius: 10px;
    flex: 1;
    background-color: rgb(250, 250, 250);

}

.industry-header h2 {
    font-size: 38px;
}

.industry-img {
    display: inline-block;
}

.industry-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--fourcolor);
    padding: 10px;
    display: inline-block;
    margin-bottom: 20px;
}

.industry-detail {
    padding-left: 5px;
}

.industry-right .item {
    margin-bottom: 10px;
    height: 300px;
}

.industry-detail h3 {
    font-size: 24px;
}

.industry-card p {
    font-size: 16px;
}


/* -----------------client scroler--------------------- */
.inner-client {
    padding: 100px 0px;
}

.scroller-container {
    width: 100%;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent);
}

.scroller {
    display: flex;
    animation: scroll-left 20s linear infinite;
    gap: 0;
}

.reverse {
    animation: scroll-right 20s linear infinite;
}

.scroller img {
    margin: 0px 10px;
    width: 250px;
    height: 150px;
    object-fit: cover;
}

/* Keyframes for Scrolling */
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.client-header {
    text-align: center;
    margin-bottom: 40px;
}

.client-header h4 {
    font-size: 24px;
    color: var(--fourcolor);
}

.client-headerh4 {
    position: relative;
    font-weight: 700;
    color: var(--fourcolor);
    font-size: 24px;
}

.client-header h1 {
    font-size: 32px;
}

.client-header h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 44%;
    width: 65px;
    height: 2px;
    background-color: var(--fourcolor, #000);
    transition: width 0.3s ease, background-color 0.3s ease;
}

.client-header h4:hover::before {
    width: 150px;
    background-color: var(--fourcolor);
}

.corporate-overlay img {
    animation: floatUpDown 4s ease-in-out infinite alternate;
    display: block;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-10px) scale(1);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

.quality-overlay {
    position: absolute;
    top: 10px;
    right: 30px;
}

.quality-overlay img {
    width: 100px;
    height: 100px;
}

.quality-overlay img {
    animation: blinkEffect 1.5s infinite alternate;
    display: block;
}

@keyframes blinkEffect {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

.vector-1 {
    position: absolute;
    left: 60px;
    top: 0px;
}

.client-carousel .item {
    margin-bottom: 0px;
    height: 220px;
}




.certificate-inner {
    padding: 100px 0px;
}

.inner-pdf .tabs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inner-pdf .tab-dropdown {
    padding: 12px 20px;
    cursor: pointer;
    background: var(--thirdcolor);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;

    outline: none;
}


.inner-pdf .tab-dropdown:hover {
    background: var(--hover);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}


.inner-pdf .tab-dropdown:focus,
.inner-pdf .tab-dropdown.active {
    background: var(--fourcolor);
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.inner-pdf .tab-dropdown {
    display: none;
    width: 100%;
    max-width: 200px;
    padding: 8px;
    font-size: 16px;
}

.inner-pdf .tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.inner-pdf .tab {
    padding: 10px 20px;
    cursor: pointer;
    background: var(--thirdcolor);
    color: white;
    border-radius: 5px;
    transition: background 0.3s;
}

.inner-pdf .tab.active {
    background: var(--hover);
}

/* PDF Content */
.inner-pdf .tab-content {
    display: none;
    margin-top: 20px;
}

.inner-pdf .tab-content.active {
    display: block;
}

@media (max-width: 991px) {
    .inner-pdf .tabs {
        display: none;
    }

    .inner-pdf .tab-dropdown {
        display: block;
    }
}


/* on page */
.note p {
    background-color: #FFEB3B;
    color: #333;
    padding: 5px 10px;
    font-size: 18px !important;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}


.note h3 {
    margin: 0;
}



.location-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.contact-img .bi {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.a-location {
    cursor: pointer;
}

.client-image {
    display: flex;
    justify-content: center;
}

.client-image img {
    border-radius: 8px;
}

.corporate-inner-do {
    padding-bottom: 0px !important;
}

.corporate-inner-do h2 {
    font-size: 24px;
}

.pdf-img img {
    width: 100%;
    height: 600px;

    border-radius: 10px;
    flex: 1;
}


.pdf-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 4px 6px 10px rgba(214, 214, 214, 0.15), 2px 3px 5px rgba(143, 143, 143, 0.1) !important;
    border-radius: 10px;
}

.pdf-img img {
    width: 100%;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.pdf-img:hover img {
    transform: scale(1.1);
    filter: blur(1px);
}

.expand-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: black;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.pdf-img:hover .expand-icon {
    opacity: 1;
}

.modal-img {
    width: 100%;
    max-width: 90vw;
    max-height: 90vh;
}

.modal-content {
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2rem;
    color: black;
    cursor: pointer;
}

.certificate-inner .do-head h4::before {
    width: 1px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* Popup Container */
.popup-container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    /* background: white; */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3); */
    transform: scale(0.8);
    transition: transform 0.4s ease-in-out;
}

/* Popup Image */
.popup-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 25px;
    right: 30px;
    background-color: transparent;
    color: black;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
}

/* Active Popup */
.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-overlay.active .popup-container {
    transform: scale(1);
}

/* Closing animation */
.popup-overlay.closing {
    opacity: 0;
    visibility: hidden;
}

.popup-overlay.closing .popup-container {
    transform: scale(0.8);
}

/* Responsive */
@media (max-width: 320px) {
    .popup-container {
        max-width: 280px;
    }
}

.inner-conduct p a:hover{
 color:black !important;   
}




.blog-inner-img img{
    width: 100%;
}


