.dfooter-image{
    position:relative;
}
.dfooter-image img{
filter: brightness(0.5) invert(1);
    opacity: 0.1;
   transform: translateX(30px);
}
.delivetr-pick{
       color: #cfd1d2;
    font-size:1.4rem;
    width: 100%;
    margin-left: 3rem;

}
.delivetr-pick span{
        
    display: block;
    margin-left: 2rem;
   
    font-weight: 600;
}
.image-bord img{
    width:100%;
}
.card-co{
        padding: 9px;
}
.card-co p{
    margin:0;
    font-size:15px;
}
.treat-wash-sec{
    padding:5rem 0;
    position:relative;
}


 .accordion-item{
	border: 1px solid #0e384c1a;
    border-radius: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #0e384c1a !important;
    background-color:#f5f6f7;
}

 .accordion-item:last-child{
	margin-bottom: 0;
}

 .accordion-item .accordion-button::after,
 .accordion-item .accordion-button.collapsed::after{
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 50%;
    background-image: url("../image/svg/minus.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    transform:unset;
}

 .accordion-item .accordion-button.collapsed::after{
	 background-image: url("../image/svg/plus.svg");
}

 .accordion-header .accordion-button{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2em;
	padding: 20px 50px 20px 20px;
	border-radius:10px;
	background-color:#f5f6f7;
}
 .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
  .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius:10px;
    border-bottom-left-radius: 10px;
}
 .accordion-body{
	padding: 0 20px 20px 20px;
}
 .accordion-body p{
	margin: 0;
}
 .accordion-button:not(.collapsed) {
    color:#0c355e;
    background-color: unset;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
}

.household-sec .commercial-house-box{
    z-index: 1;
    position: relative;
    height: 600px;
    padding: 0 30px;
    align-content: center;
        background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.household-sec .commercial-house-box:before{
    position: absolute;
    background: linear-gradient(90deg, #0a1d33 0%, #0a3461 100%);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8;
}

.commercial-house-box .sec-serbig-title, .commercial-house-box  p{
    color:#fff;
}
.commercial-house-box .sec-big-title{
    font-size:40px;
}
.household-sec .col-lg-6{
    padding:0;
}

.commercial-house-box .lurbtn{
    margin-top: 20px;
    display: inline-block;
    border-radius: 40px;
    border: 2px solid;
}

.commercial-house-box .bo-titlelaund{
  color:#fff;
  font-size:21px;
  font-weight:600;
}

.service-lin-btn {
    margin-top:20px;
}

.service-lin-btn a{
    margin-right: 15px;
    display: inline-block;
}

.sec-serbig-title{
    font-size: 40px;
    font-weight: 600;
}

.intro-about-sec{
    padding:5rem 0;
    position:relative;
}

.intro-about-img img{
    object-fit: cover;
}

.our-journey-sec{
    padding:0 0 5rem;
    position:relative;
}

.our-journey-sec .sec-serbig-title{
    font-style: italic;
    font-size: 45px;
}

/*.journey-img img{*/
/*    height: 550px;*/
/*}*/

.what-make-sec{
    padding:5rem 0;
    position:relative;
}

.what-make-box{
    width:20%;
}
.what-make-box .what-make-icon{
    min-width: 65px;
    width: 65px;
    height: 65px;
    background: var(--primary-color);
    line-height: 40px;
}

.what-make-box .what-make-icon img{
    filter: brightness(0) invert(1);
}

.advanced-laundry-sec{
    padding:0 0 5rem;
    position:relative;
}

.dvance-point .why-title{
    font-size: 20px;
    font-weight: 600;
}

.advance-box-img img{
    height:450px;
}
.dvance-points .what-make-icon{
    min-width: 45px;
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    line-height: 40px;
}
.dvance-points .what-make-icon img{
    filter: brightness(0) invert(1);
}
.contact-sec-laund{
    padding:5rem 0;
    position:relative;
}

.contact-info-box .contact-icon{
    background-color: #081d3a;
    border-style: none;
    border-radius: 99px 99px 99px 99px;
    height: 60px;
    width: 60px;
    line-height: 65px;
    text-align: center;
    margin: 0 auto 20px;
    color:#fff;
    font-size:30px;
}

.contact-info-box {
    text-align:center;
}

.contact-sec-laund .row .col-lg-4:nth-child(2) .contact-info-box{
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #dee4eb;
    border-radius: 0px 0px 0px 0px;
}

.advanced-about-sec{
    position:relative;
    padding: 5rem 0;
    background: #081d3a;
}

.practices-box{
    background-color: #1f3046;
    padding: 32px 32px 32px 32px;
    transition: background 0.4s;
    border-style: none;
    border-radius: 20px;
    height: 100%;
    display: grid;
    align-content: space-around;
}

.practices-box:hover{
    background: #2f496c;
}

.advanced-about-sec .row .col-lg-3:nth-child(2) .practices-box{
    background: #2f496c;
}
.practices-box .pract-box-icon{
    margin-bottom:20px;
}
.practices-box .pract-box-icon img{
    filter: brightness(0) invert(1);
}
.our-professional-sec{
    padding:1rem 0 5rem;
    position:relative;
    background: #f5f6f7;
}

.our-professional-sec .profe-title{
    font-size: 60px;
    color: #081d3a;
    font-weight: 600;
    text-align: center;
    display: block; 
}

.about-service {
    transition: all 0.4s ease;
}

.about-service:hover {
    transform: translateY(-8px);
}

.about-service-img {
    position: relative;
    overflow: hidden;
    line-height: 0;
    border-radius: 20px;
    transition: all 0.4s ease;
}

.about-service-img img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
}

.about-service:hover .about-service-img img{
    transform: scale(1.1);
}

.about-service-content {
    text-align: left;
    padding: 15px;
    background: transparent;
}

.about-service-content .titleserwhy {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.about-service-content p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.about-service-content .serabout-btn {
    font-size: 16px;
    position: relative;
    display: inline-block;
    color: #081d3a;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.about-service-content .serabout-btn i {
    font-size: 16px;
    transform: rotate(-45deg);
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 6px;
    transition: transform 0.3s ease;
}
.about-service-content .serabout-btn:hover {
    color: #081d3a;
}
.about-service-content .serabout-btn:hover i {
    transform: rotate(-45deg) translateX(3px);
}
.our-professional-sec .row{
    row-gap:20px;
}

.contact-map-sec iframe{
    border-radius:20px;
}

.contact-map-sec span{
    font-size: 140px;
    color: var(--secondary-color);
    display: block;
    text-align: center;
    /*margin-top: -120px;*/
}




.about-contact {
    transition: all 0.4s ease;
    margin:10px 0;
}

.about-contact:hover {
    transform: translateY(-8px);
}

.about-contact-img {
    position: relative;
    overflow: hidden;
    line-height: 0;
    border-radius: 20px;
    transition: all 0.4s ease;
}

.about-contact-img img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
}

.about-contact:hover .about-contact-img img{
    transform: scale(1.1);
}

.about-contact-content {
    text-align: left;
    padding: 15px;
    background: transparent;
}

.about-contact-content p {
   
    line-height: 1.6;
    margin-bottom: 0;
}

.about-contact-content .serabout-btn {
    font-size: 16px;
    position: relative;
    display: inline-block;
    color: #081d3a;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.about-contact-content .serabout-btn i {
    font-size: 16px;
    transform: rotate(-45deg);
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 6px;
    transition: transform 0.3s ease;
}
.about-contact-content .serabout-btn:hover {
    color: #081d3a;
}
.about-contact-content .serabout-btn:hover i {
    transform: rotate(-45deg) translateX(3px);
}
.our-professional-sec .row{
    row-gap:20px;
}

.contact-map-sec{
    padding: 2rem 0 3rem;
    position: relative;
    background: #f5f6f7;
}

.household-sec .elinatioes li::before{
    content: "\f149";
    color:#fff;
}

.term-policy a:not(:last-child){
   position:relative;
   padding-right:10px;
   margin-right:10px;
}

.term-policy a:not(:last-child):before{
    position: absolute;
    content: "";
    width: 1px;
    height: 75%;
    background: #fff;
    top: 4px;
    bottom: 0;
    margin: auto 0;
    right: 0;
}

.clean-unifores span:nth-child(2){
    border-bottom: 1px solid #000;
}



.goal-card{
    padding:64px;
    border-radius:64px;
    background:#FEF3C7;
    width:100%;
    max-width:64%;
    display:flex;
    align-items:center;
    margin:5rem 0;
}
.order-hoe{
    padding:10rem 0;
}
.goal-image{
    width:256px;
    /*height:100px;*/
    margin:-144px 24px -144px -24px;
   
}

.goal-image img{
    width:100%;
    height:auto;
    position:relative;
    z-index:10;
}

.goal-content{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:16px;
    position:relative;
    align-items:flex-start;
    padding-top:24px;
}

.goal-number{
    position:absolute;
    top:-24px;
    right:-24px;
    font-size:60px;
    font-weight:bold;
    color:#FDBA74;
}

.goal-title{
    font-size:32px;
    font-weight:bold;
    color:#1D4ED8;
    line-height:110%;
}

.goal-text{
    font-size:16px;
    color:#1E3A8A;
}

.goal-btn{
    margin-top:24px;
    padding:12px 24px;
    font-size:18px;
    font-weight:600;
    color:#fff;
    background:#2563EB;
    border:4px solid #2563EB;
    border-radius:16px;
    text-decoration:none;
    display:inline-block;
    transition:0.2s;
}

.goal-btn:hover{
    background:#3B82F6;
    border-color:#3B82F6;
}



.plan-card{
    padding:64px;
    border-radius:64px;
    background:#FEF3C7;
    width:100%;
    max-width:64%;
    display:flex;
    align-items:center;
    flex-direction:row-reverse;
    text-align:right;
    margin-left:auto;
}

.plan-image{
    width:256px;
   
    margin:-144px -24px -144px 24px;
   
}

.plan-image img{
    width:100%;
    height:auto;
    position:relative;
    z-index:10;
}

.plan-content{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:16px;
    position:relative;
    padding-top:24px;
}

.plan-number{
    position:absolute;
    top:-24px;
    left:-12px;
    font-size:60px;
    font-weight:bold;
    color:#FDBA74;
}

.plan-title{
    font-size:32px;
    font-weight:bold;
    color:#1D4ED8;
    line-height:110%;
}

.plan-text{
    font-size:16px;
    color:#1E3A8A;
}



 .pricing-section-new {
        padding: 5rem 0;
        position: relative;
        background: hsl(0deg 0% 95.69%);
    }

    .pricing-card .pricing-subtitle {
        text-align: center;
        color: #7a86a1;
        font-size: 15px;
        margin-bottom: 40px;
    }
    .pricing-card .pricin-img{
        margin: 1.2rem 0;
        text-align:center;
    }
    /* Card Base */
    .pricing-card {
        border-radius: 20px;
        height: 100%;
        position: relative;
        background: #fff;
            box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        border: none;
     
    }
    .pricing-card:hover{
        transform: translateY(-6px);
    box-shadow: 0 20px 64px rgba(0, 0, 0, .14), 0 4px 12px rgba(0, 0, 0, .08);
    }
    .pricing-card.featured {
        background: #3AA76D;
        color: #fff;
        overflow: hidden;
    }
    .btnw.dark {
    background: #1a1a1a;
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .22), 0 2px 6px rgba(0, 0, 0, .14);
}

.btnw {
   display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 22px;
    font-family: 'Outfit', sans-serif;
    font-size: 15.5px;
    font-weight: 400;
    border-radius: 100px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all .22s ease;
    margin-bottom: 24px;
    letter-spacing: .01em;
}

    /* Badge */
    .pricing-card .pricing-badge {
        display: inline-block;
        padding: 8px 22px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 24px;
        width: fit-content;
    }

    .pricing-badge.blue {
        background: #5b8af5;
        color: #fff;
    }

    .pricing-badge.yellow {
        background: #f5e230;
        color: #141c2f;
    }

    .pricing-badge.light {
        background: #e8edf8;
        color: #141c2f;
    }

    .pricing-badge.popular {
        background: #FFD84D;
        color: #141c2f;
        padding: 10px 20px;
        font-weight: 500;
        position: absolute;
        right: -136px;
        transform: rotate(45deg);
        border-radius: unset;
        top: 48px;
        width: 400px;
        text-align: center;
        font-size: 19px;
    }

    /* Headings */
    .pricing-card .pricing-title {
           font-size: 25px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
    text-align: center;
    margin-bottom: 1.5rem;
    }

    .pricing-card.featured .pricing-title {
        color: #fff;
        text-align: left;
    }

   .pricing-card  .pricing-desc {
        font-size: 14px;
        text-align: center;
        line-height: 1.55;
        margin-bottom: 28px;
    }

    .pricing-card.featured .pricing-desc {
        color: #fff;
        text-align: left;
    }

    /* Price */
    .pricing-card .pricing-price-block {
     display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 25px;
    }

    .pricing-card .pricing-amount {
            font-size: 45px;
    color: #fff;
    line-height: 1;
    }
   .pricing-card .pricing-amount em{
       font-size:30px;
   }
    .pricing-card.featured .pricing-amount {
        color: #fff;
    }

   .pricing-card  .pricing-period {
        font-size: 30px;
        color: #8a93aa;
        margin-left: 4px;
        font-weight: 500;
    }

    .pricing-card.featured .pricing-period {
        color: #fff;
    }

   .pricing-card .pricing-minimum {
    font-size: 16px;
    font-weight: 300;
    }

    .pricing-card.featured .pricing-divider {
        background: rgba(255, 255, 255, 0.1);
    }

    /* Features */
   .pricing-card .pricing-features-label {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #141c2f;
        margin-bottom: 14px;
    }

    .pricing-card.featured .pricing-features-label {
        color: #fff;
    }

   .pricing-card .pricing-features-list {
        list-style: none;
        flex: 1;
        margin-bottom: 0px;
        padding: 0;
    }

   .pricing-card .pricing-features-list li {
        display: flex;
        gap: 10px;
        font-size: 16px;
        color: #444d65;
        padding: 5px 0;
    }

    .pricing-card.featured .pricing-features-list li {
        color: #fff;
    }
   
    .pricing-card .pricing-check {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #eef2ff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        top: 5px;
    position: relative;
    }
   .ribbon-wrapper-4 {
    width: 108px;
    height: 108px;
    overflow: hidden;
    position: absolute;
    top: -6px;
    right: -6px;
}
.ribbon-4 {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -4px;
    top: 26px;
    width: 150px;
    background-color: hsl(29.6deg 89.64% 49.22%);
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    background-image: linear-gradient(hsl(29.6deg 89.64% 49.22%), hsl(30.33deg 77.12% 53.73%));
    box-shadow: -3px 5px 6px -5px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.ribbon-4:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 4px solid #6c3704;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #6c3704;
}

.ribbon-4:before, .ribbon-4:after {
    content: "";
    border-top: 4px solid #6c3704;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -4px;
}
.ribbon-4:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 100%;
    z-index: -1;
    border-left: 4px solid transparent;
    border-right: 4px solid #6c3704;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #6c3704;
}
.concept-a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
 margin-bottom: 2rem; 
}
.pill-badge {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    border: 1.5px solid #e0e8f4;
    box-shadow: 0 4px 18px rgba(10, 52, 97, .08);
    overflow: hidden;
    transition: box-shadow .22s, transform .22s;
}
.pill-left {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px 11px 20px;
}
.tag-orange {
    background: linear-gradient(135deg, #f07935, #d95e0a);
}
.tag-blue {
    background: linear-gradient(135deg, #55afea, #1e7ec8);
}
.discount-tag {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 100px;
    color: #fff;
    white-space: nowrap;
}
.pill-desc {
    font-size: 15px;
    font-weight: 500;
    color: #4a6a8e;
    white-space: nowrap;
}
.pill-divider {
    width: 1.5px;
    height: 43px;
    background: #e0e8f4;
    flex-shrink: 0;
}
.pill-right {
    display: flex;
    align-items: center;
}
.pill-code {
    padding: 12.5px 18px 12.5px 12px;
    font-size: 13px;
    font-weight: 700;
    color: #0a3461;
    letter-spacing: .1em;
    background: #f0f5fc;
    white-space: nowrap;
}
.pill-copy-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 13.5px 18px 13px 12px;
    background: #f0f5fc;
    border: none;
    font-size: 12px;
    font-weight: 600;
    color: #7a96b2;
    transition: color .2s, background .2s;
    white-space: nowrap;
}

    .pricing-card.featured .pricing-check {
        background: #f3f8ff;
    }

   .pricing-card .pricing-check svg {
        width: 10px;
        height: 10px;
    }

    /* Note Text */
   .pricing-card .pricing-note {
        font-size: 14px;
    }

    .pricing-card.featured .pricing-note {
        color: #fff;
    }

   .pricing-card .pricing-note-small {
      font-size: 14.5px;
    margin: 0;
    }
   .spl-pricing{
           font-size: 16px;
    color: #444d65;
    text-align: center;
    margin:0;
   }
   .pricing-heads{
       background:#55afea;
       padding: 25px;
       color:#fff;
       border-radius: 20px 20px 0 0;
   }
   .pricing-heads.darbk-blue{
       background:#043764;
   }
   .pricing-body{
        padding: 25px;
   }
    /* Buttons */
   .pricing-card .pricing-btn {
        display: block;
        width: 100%;
        padding: 15px;
        border-radius: 50px;
        font-size: 15px;
        font-weight: 700;
        border: none;
        cursor: pointer;
        text-align: center;
        transition: opacity 0.15s ease, transform 0.15s ease;
        text-decoration: none;
    }

   .pricing-card .pricing-btn:hover {
        opacity: 0.88;
        transform: scale(0.99);
    }

   .pricing-card .pricing-btn.dark {
        background: #141c2f;
        color: #fff;
    }

   .pricing-card .pricing-btn.dark:hover {
        background: #55afea;
        color: #fff;
    }

   .pricing-card .pricing-btn.yellow {
        background: #FFD84D;
        color: #141c2f;
    }

   .pricing-card .pricing-btn.yellow:hover {
        background: #141c2f;
        color: #fff;
    }

    .pricing-card.featured .pricing-btn.yellow:hover {
        background: #141c2f;
        color: #fff;
    }
    .fiordst-oerder.location-jey{
        margin-top:1rem;
    }
    .testimonila-sec-laund.new-test{
        margin-bottom:4rem;
    }