:root {
    --primary-color: #55afea;
    --secondary-color:#0a3461;
}

body{
   font-family: "Outfit", sans-serif;
}
h1, h2, h3, h4 ,h4, h5, h6{
     font-family: "Urbanist", sans-serif;
}

html, body{
    overflow-x: clip;
}

p{  
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    color: #5a687c;
}

img{
    height:auto;
    max-width:100% !important;
}
.link{
    color:#228fd7;
    font-weight:600;
}

li{
    list-style:none;
}
a{
    text-decoration:none !important;
    color:#000;
}

.ser-secon .row{
    justify-content:center;
}
.banner-sec-em {
    background-image: url(../image/bg/hero-Image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 98%;
    height: 680px;
    position: relative;
    display: grid;
    align-items: center;
    z-index: 1;
    /*overflow:hidden;*/
    margin: auto;
    border-radius: 20px;
    /*margin-bottom:11rem;*/
    padding:5rem 0;
}
.dfooter-image.footer-links{
        margin-left: 3rem;
}
 .dfooter-image.footer-links ul  {
         margin-bottom: 2rem;
    }
.banner-sec-em:before {
    position: absolute;
    background: linear-gradient(130deg, var(--secondary-color) 30%, #404E634D 100%);
    content: "";
    border-radius: 20px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.consdtion{
    display:flex;
    gap:20px;
    justify-content:center;
}
.intro-box-sec .off-fi.old-discount{
    margin-top:1rem;
}
.banner-content .banner-titlsd {
        color: #ffffff;
    font-size: 76px;
    font-weight: 500;
    margin: 0 0 30px;
    line-height: 1.2em;
}

.banner-img-box{
    text-align:end;
    position: absolute;
    bottom: 0;
}



.banner-sam-title{
    color: #ffffffb3;
    font-weight: 700;
    text-transform: uppercase;
    font-size:14px;
}

.banner-content p{
    color:#ffffffb3;
}

.lundarbtn{
    background:#228fd7;
    color: #fff;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    padding: 14px 20px;
    display: inline;
}

/* Smooth hover */
.lundarbtn:hover{
    background: #2b87c9;
    box-shadow: 0px 0px 10px 12px rgba(85, 175, 234, 0.2);
    color: #fff;
}


.banner-btn{
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.banner-btn .lundarcalu{
        display: flex;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    line-height: 0.1;
    text-align: center;
    font-size: 20px;
    color: var(--secondary-color);
    justify-content: center;
    align-items: center;
}

.heade-sec-mainn {
    transition: .5s;
    padding: 10px 0;
    position:relative;
}
.mega-menu > ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin:0;
    padding:0;
    margin-right: -52px;
}
.mega-menu > ul > li > a {
   color: #3a4351;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.hambuuefer, .close-button {
    display: none;
}

.mega-menu ul .dropdownd:hover .mega-menu-coirse {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.mega-menu-coirse {
       top: 56px;
    left: 0;
    right: 0;
    width: 300px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0px 0px 8px 8px;
    background: #fff;
    border: 1px solid rgba(48, 48, 47, 0.1);
    box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
    position: absolute;
    z-index: 99;
    padding: 20px 20px;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    visibility: hidden;
    transition: 0.3s;
}
.mega-menu ul .dropdownd {
    padding-right: 20px;
    position: relative;
}
.mega-menu-coirse li a{
        color: #000;
    font-size: 15px;
    display: block;
}
.mega-menu-coirse li:not(:last-child) a{
    margin-bottom: 10px;
}
.mega-menu ul .dropdownd > .dropn-btnmobile {
   position: absolute;
    top: 5px;
    color: #3a4351;
    bottom: 0;
    right: 0;
    font-size: 14px;
    align-content: center;
}
.mega-menu ul .dropdownd > a{
    padding:35px 0;
}
.top-header-sec{
    background:#262626;
    padding:7px 0;
}
.top-header-sec p{
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

@keyframes sliddown{
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}

.sticky .heade-sec-mainn{
    transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sticky .top-header-sec{
    display:none;
}

.main-footer {
    background: var(--secondary-color);
    padding: 50px 0 0;
}

.footer-links h4 {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}
.footer-links ul li a {
    color: #cfd1d2;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    font-weight:400;
}
.footer-info-box p, .footer-info-box a {
       color: #fff;
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    margin-top: 5px;
}

.footer-social-links ul{
	list-style: none;
	padding: 0;
	    margin: 0;
}
.app-donwla{
    display:flex;
        gap: 20px;
}
.footer-social-links ul li{
	display: inline-flex;
	margin-right: 15px;
}

.footer-social-links ul li:last-child{
	margin-right: 0;
}

.footer-social-links ul li a{
    width: 35px;
    height: 35px;
    background: var(--primary-color);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
	color: #fff;
	font-size: 20px;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a:hover{
    background:#262626;
    transform: scale(1.1);
	color:#fff;
	opacity:0.9;
}
.footer-info-box .icon-box{
    color: #ffffff;
    background-color:var(--primary-color);
    border-style: none;
    border-radius: 10px;
    margin: 0px 0px 0px 0px;
    height: 40px;
    min-width: 40px;
    line-height: 45px;
    text-align: center;
    
	
}

.footer-info-box .icon-box i{
	font-size: 18px;
	color: #fff;
}
.info-boxt-items{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    /*row-gap:30px;*/
}
.info-boxt-items .footer-info-box{
    display: flex;
    gap: 14px;
    transition: all .4s ease;
}
.info-boxt-items .footer-info-box:not(:last-child){
    margin-bottom:20px;
}
.info-boxt-items .footer-info-box:hover a{
    color:var(--primary-color);
}
.info-boxt-items .footer-info-box:hover{
    transform: translateY(-6px);
}

.footer-copyright{
	border-top: 1px solid #ffffff1f;
	padding: 10px 0;
	/*margin-top: 40px;*/
}

.footer-copyright-text p, .footer-copyright-text a{
	color: #adb4bd;
	margin: 0;
	font-size:15px;
	font-weight:400;
}
.whatsappicon {
    position: fixed;
    right: 20px;
    /* top: 50%; */
    z-index: 9999;
    bottom: 20px;
}

.whatsappicon .call-icons{
    display:none;
}

.footer-booking-box {
    margin-bottom: 40px;
}

.footer-info-box .til-infodeta span{
    color: #adb4bd;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    font-weight:400;
}

.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links.mlef-2r{
    margin-left:60px;
}

.footer-logo p{
    color: #adb4bd;
    font-weight:400;
}

.footer-logo img{
    margin-bottom:20px;
}

.dow-appqr{
       display: flex;
    justify-content: flex-end;
    gap: 40px;
    align-items: center;
}

.dow-appqr .dow-app-box h4{
    color:#fff;
    font-size:20px;
    font-weight:600;
}

.dow-appqr .dow-app-box img{
    margin-bottom: 10px;
    display: block;
}

.dow-appqr .dow-app-box a:not(:last-child){
    margin-bottom:10px;
}

.footer-links ul li:not(:last-child){
    margin-bottom:7px;
}

.service-laud-sec{
    padding:5rem 0;
    position:relative;
}

.service-card-box{
    background-color: #f5f6f7;
    text-align: left;
    padding:30px;
    border-style: none;
    border-radius: 20px 20px 20px 20px;
    transition: all .4s ease;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position:relative;
}

.service-card-box .service-card-icon{
    background-color: #081d3a;
    border-style: none;
    border-radius: 99px 99px 99px 99px;
    margin: 0px 0px 0px 0px;
    padding: 14px 14px 14px 14px;
    height: 80px;
    width: 80px;
    text-align:center;
    margin:0 0 30px;
}


.service-card-box .service-card-content .ser-ca-title{
   font-size:24px;
   font-weight:600;
   margin-bottom:20px;
}

.service-card-box .service-card-icon svg{
    width: 50px;
    height: 50px;
    fill: #fff;
    transition: all 0.5s ease;
}
.sec-big-title{
    font-size: 45px;
    font-weight: 500;
    line-height: 1.2em;
}
.why-us-sec .sec-big-title{
    font-size:63px;
}

.sec-small-title{
    font-size: 18px;
    font-weight: 700;
    font-family: 'Urbanist';
    color: var(--primary-color);
    text-transform: uppercase;
        margin-bottom: 9px;
    display: block;
}

.service-items{
    display: flex;
    gap: 20px;
    margin: 30px 0 0;
}

.section-title{
    margin-bottom:20px;
}

.service-card-box:hover .hanger, .service-card-box:hover .hanger {
    animation: hanger 1000ms infinite linear;
}
@keyframes hanger {
  0% {
    transform: rotateY(0deg);
  }
  66% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.service-card-box:hover.clothes{
    animation: clothes 3000ms infinite linear;
}
.service-card-box .svg-hanger-icon .clothes {
    transform-origin: 50% 0%;
}

@keyframes clothes {
  0% {
    fill: #5ebb60;
  }
  33% {
    fill: #5ebb60;
  }
  34% {
    fill: #454545;
  }
  65% {
    fill: #454545;
  }
  66% {
    fill: #2a6496;
  }
  100% {
    fill: #2a6496;
  }
}

.service-card-box .svg-hanger-icon .hanger {
    transform-origin: 50% 0%;
}

.service-card-box:hover .disc, .service-card-box:hover .disc {
    animation: rotateDisc 300ms 400ms infinite linear;
}
.service-card-box .disc {
    transform-origin: 50% 50%;
}

@keyframes rotateDisc {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.servic-contwent-box{
    margin-left:40px;
}

.servic-img-box > img{
    border-radius:20px;
    width:100%;
}
.servic-img-box{
    position:relative;
}
.servic-hover{
    display: flex;
    position: absolute;
    bottom: 20px;
    width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
    justify-content: center;
}
.servic-hover p{
    display:block;
    margin:0;
}

.servic-img-box{
    position:relative;
}
.servic-hover .servic-likecare{
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    /*z-index:3;*/
}
.servic-hover .servic-likecare img{
    filter: brightness(0.5) invert(1);
}
.servic-hover .hanling-bocx:before{
        content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    backdrop-filter: blur(15px);
    border-radius: inherit;
    background-color: #404e634d;
    z-index: -1;
}
.servic-hover .hanling-bocx{
    background-color: #404e634d;
    padding: 12px 24px 12px 24px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff33;
    border-radius: 99px 99px 99px 99px;
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px;
    z-index: 1;
    position:relative;
}

.servic-hover .hanling-bocx p{
    color:#fff;
    font-size:16px;
}

.servic-hover .hanling-bocx p span{
    margin-left:20px;
    position:relative;
}
.servic-hover .hanling-bocx p span:before{
    position: absolute;
    content: "";
    width: 2px;
    height: 70%;
    left: -12px;
    background: #fff;
    top: 4px;
    bottom: 0;
    margin: auto 0;
}

.why-us-sec{
    padding: 5rem 0;
    background-image: url(../image/bg/why-laundry-nest.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
    margin: 0 20px;
    position: relative;
}

.why-us-sec:before{
    position: absolute;
    background: var(--secondary-color);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8;
}

.why-us-sec .sec-big-title{
    color:#fff;
}

/*.why-choose-main{*/
/* margin-right:100px;*/
/*}*/

.why-items-box {
    padding:0;
    margin-top:100px;
}
.why-items-box li .why-comtettn-box p{
    color: #fff;
    opacity: 0.9;
}
.why-items-box li .why-comtettn-box .why-title{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.why-items-box li .icon-why{
    min-width: 55px;
    height: 55px;
    background: var(--primary-color);
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}

.why-items-box li .icon-why img{
    filter: brightness(0) invert(1);
}
.why-items-box li{
    display:flex;
    gap:20px;
    width:60%;
}
.why-items-box li:not(:last-child){
    margin-bottom:20px;
}

.off-first-box{
    background: #f5f6f7;
    padding: 40px;
    border-radius: 16px;
    max-width: 320px;
    margin-left: auto;
}

.off-ttiell{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}
.off-first-box .lundarbtn{
    margin: 20px auto 0;
    display: flex;
    max-width: fit-content;
}

.sector-sec-laund{
    padding:5rem 0;
    position:relative;
}
.sector-sec-laund .row{
    row-gap:30px;
}
.sectore-cards{
    text-align:center;
    position:relative;
}
.sectore-cards .sectore-icon{
    position: relative;
    width: 100px;
    height: 100px;
    z-index: 1;
    text-align: center;
    align-content: center;
    margin: 0 auto 0;
    
}

.sectore-cards .sectore-icon:before{
    position: absolute;
    content: "";
    background-image: url(../image/svg/why-pettan.svg);
    background-size: contain;
    background-position: center;
    width: 135px;
    height: 135px;
    inset: 0;
    margin: auto;
    background-repeat: no-repeat;
    z-index: -1;
}

.sectore-cards .sectore-icon img{
    filter: invert(16%) sepia(81%) saturate(920%) hue-rotate(175deg) brightness(95%) contrast(97%);
    height:55px;
    width:55px;
}
.sectore-cards .sector-contetrn .sectors-title{
    font-size: 20px;
    font-weight: 600;
}

.sectore-cards .sector-contetrn p{
    margin:0;
}

.service-card-box .round-btn {
     height: 45px;
    line-height: 0;
    min-width: 45px;
    max-width: 45px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #2C2B2D;
    display: flex;
    align-items: center;
    justify-content: center;
   
    transition: 0.3s;
    font-size:20px;
    color:#2C2B2D;
}

.service-card-box .round-btn:hover{
    background:#2C2B2D;
    color:#fff;
}

.testimonila-sec-laund{
    padding:5rem 0;
    position:relative;
    background:#f5f6f7;
}

.testimonial-items-main{
    position:relative;
    background:#fff;
    padding:40px 40px 40px 65px;
    border-radius:10px;
    margin-top:50px;
}
.coman-icon-teet i{
    font-size:27px;
}
.testimonial-items-main .coman-icon-teet {
    /* height: 55px;*/
    line-height: 0;
    /*min-width: 55px;*/
    /*max-width: 55px;*/
    border-radius: 50%;
    padding:27px;
    background:#081d3a;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -37px;
    top: 30px;
    transition: 0.3s;
    font-size:20px;
    color:#fff;
}

.testimoni-box .test-title-img{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 20px 0 0;
    align-items: center;
}
.testimoni-box .test-title-img .title h4{
    font-weight:600;
    font-size:16px;
    margin:0;
}

.testimoni-box .test-title-img span{
    font-weight:400;
    font-size:15px;
    color:#5a687c;
}

.testimonial-img {
    margin-right:50px;
}

.testimonial-img img{
    border-radius:15px;
}

.appli-cation-sec{
    background: #f5f6f7;
    position:relative;
    height:450px;
}
.btns-names{
    border: 1px solid #000;
    padding: 15px 25px;
    border-radius: 30px;
    background: #fff;
    transition:0.3s;
}
.btns-names:hover{
    background:#55afea;
    color:#fff
}
.application-main .top-app-box{
    position: absolute;
    bottom: 50px;
    max-width: fit-content;
    /*margin: 0 auto;*/
    left: 80px;
    right: 0;
    text-align: center;
    left:50%;
}

.application-main .top-app-box h4{
        font-size: 40px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.3;
        margin-bottom: 2rem;
}

.top-app-box span{
    display: block;
    font-size: 20px;
    margin-bottom: 8px;
}
.application-main .top-app-box h4 span{
     font-size: 20px;
}

.application-main .top-app-box a:not(:last-child){
    margin-right:10px;
}
.prorcess{
    padding:3rem 0 4rem;
}
/*.onespan{*/
/*    color:#454545;*/
/*    text-align: center;*/
/*    transition: all 0.3s linear;*/
/*    margin-top: 23px;*/
/*    margin-bottom: 0;*/
/*    font-size:14px;*/
/*}*/
.tithle{
    text-align: center;
    transition: all 0.3s ease;
    margin-top: 9px;
        font-size: 23px;
    color: #454545;
}
.cloth-wasjking{
        text-align: center;
        position:relative;
}
.tithle span{
    color: #0978a5;
}
.cloth-wasjking::after{
    background: rgba(0, 0, 0, 0) url(../image/home/step-arrow1.png) no-repeat scroll 0 0 / cover;
    content: "";
    height: 100px;
    position: absolute;
    right: -24%;
    top: 0;
    width: 120px;
}
/*.process .row .col-md-3 .cloth-washing:nth-child(3)::after{*/
/*    background: rgba(0, 0, 0, 0) url(../image/home/step-arrow2.png) no-repeat scroll 0 0;*/
/*    background-size: cover;*/
/*}*/


.row .col-md-3:nth-child(2) .cloth-wasjking::after {
   background-size: cover;
    background: url("../image/home/step-arrow2.png") no-repeat scroll 0 0;
   
}
.row .col-md-3:nth-child(4) .cloth-wasjking::after {
   display:none;
}
.mega-menu-coirse li a:hover{
    color:#55afea;
}
.banner-rowxsz{
    position:relative;
    margin-top:0;
}
.off-fi{
        background: #262626;
    padding: 40px;
    border-radius: 16px;
    display: flex;
    /* max-width: 320px; */
  
}
.off-fi .off-ttiell{
    color:#fff;
}
.off-fi p{
   color: #fff;
    margin-bottom: 1.5rem;
    font-size: 16px;
    font-weight: 300;
}

.doscount .lundarbtn{
   max-width: unset;
    margin-top: 1rem;
    display: block;
    text-align: center;
}
.doscount.new{
    border-right: 1px solid #ffffff66;
        padding-right: 20px;
    margin-right: 20px;
}
.fact__item-two h4{
    font-size:52px;
    font-weight:500;
}
.fiordst-oerder{
    display:flex;
    gap:40px;
    /*margin-top:12rem;*/
    
}
.testimoni-box p{
        font-size: 20px;
    /* padding-bottom: 1rem; */
    border-bottom: 1px solid #F5F6F7;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.appli-cation-sec::before{
        background-image: url(../image/home/laundrynest-express.webp);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    left:0;
    right:0;
    content:'';
}
.sectore-card{
    border-radius:0.5rem;
    height:100%;
    overflow:hidden;
    /*border:1px solid rgb(0 0 0 / 10%);*/
    position:relative;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    display:block;
}
.card-comt{
    padding:20px;
}
.card-comt h4{
    font-size:19px;
    font-weight:600;
}
.card-comt p{
    margin:0;
    font-size:16px;
      display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sectore-card img{
    transition:all .25s ease-in-out;
    width:100%;
   
}
.sectore-card figure{
     overflow:hidden;
     margin:0;
}
.sectore-card:hover img{
    transform:scale(1.06);
}
.sectore-card button{
        border: none;
    position: absolute;
    background: #fff;
    right: 15px;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    top: 15px;
     transition:all .25s ease-in-out;
     opacity:0;
     visibility:hidden;
     
}
.sedtioon{
    padding:2rem 0 5rem;
}
.sedtioon .sec-big-title{
        font-size: 65px;
    color: #081d3a;
    font-weight: 600;
}
.sple-titls{
    font-size:35px;
}
.spel-btnsd{
    background: #081d3a;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    margin-top: 2rem;
    display: block;
    cursor: pointer;
    max-width: fit-content;
    margin-left: auto;
    transition:0.3s
    
    
}
.spel-btnsd:hover{
    background:#55afea;
}
.sedtioon .row{
    row-gap:24px;
}
.sectore-card button i{
    font-size: 12px;
    display: block;
    transform: rotate(51deg);
    line-height: 1px;
}
.sectore-card:hover button{
    opacity:1;
    transform:scale(1.06);
    z-index: 1;
    visibility:visible;
}
.section-title.text-center{
    margin-bottom:2rem;
}
.lund-btn{
    background: transparent;
    border: none;
    border-radius: .75rem;
    color: #696b6e;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -.025rem;
    line-height: 115%;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    z-index: 0;
    color: #00053d;
    background-color: #f3f8ff;
    box-shadow: 0 .5625rem 5rem 0 rgba(0, 0, 0, .07), 0 .125625rem 1.1168125rem 0 rgba(0, 0, 0, .04), 0 .0374375rem .3325rem 0 rgba(0, 0, 0, .03);
        padding: .7rem 1rem;
}
.lund-btn:before{
    animation: spins 2s linear infinite;
    background: conic-gradient(from var(--angle), #0a3461, #fff, #0a3461);
    border-radius: .75rem;
    content: "";
    inset: -1px;
    position: absolute;
    z-index: 0;
}
.lund-btn:after{
        background: #f3f8ff;
    border-radius: .75rem;
    content: "";
    inset: 1px;
    position: absolute;
    z-index: 0;
}
@keyframes spins{
    100% {
    --angle: 360deg;
}
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.lund-btn span{
    color: #00053d;
    z-index: 1;
    position: relative;
    font-weight: 400;
    letter-spacing: 0.1px;
}
.lurbtn{
       background: #228fd7;
    transition: all 0.35s ease;
    display: inline;
    border: none;
    border-radius: .75rem;
    color: #696b6e;
    cursor: pointer;
    font-size: 1rem;
        font-weight: 300;
    letter-spacing: 0.1px;
    letter-spacing: -.025rem;
    line-height: 115%;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    z-index: 0;
    color: #ffffff;
    box-shadow: 0 .5625rem 5rem 0 rgba(0, 0, 0, .07), 0 .125625rem 1.1168125rem 0 rgba(0, 0, 0, .04), 0 .0374375rem .3325rem 0 rgba(0, 0, 0, .03);
        padding: .7rem 1rem;
}
.head-lin-btn.text-end{
        display: flex;
    gap: 10px;
    justify-content: flex-end;
}
.heun-section{
        margin-top: -5rem;
    z-index: 1;
    position: relative;
}


/**/
.want-emregenc-service{
    padding:2rem 0 5rem;
    position:relative
}
.image-bord img{
    border-radius:20px;
}
.want-emregenc-service .sec-big-title{
   max-width: 70%;
    margin: 0 auto;
}
.want-emregenc-service  p{
   max-width: 80%;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom:2rem;
}
.posti-uls li{
    font-size: 20px;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 15px;
}
.posti-uls li:before{
    content: "\f14b";
    font-family: flaticon_normal-icon !important;
    left: -15px;
    position: absolute;
    color: #55afea;
}
.posti-uls{
    text-align: left;
    max-width: fit-content;
    margin: 0 auto;
}
.want-emregenc-service .section-title.text-center{
    margin-bottom:-6.5rem;
}

.beadcrum-main-sec{
    position: relative;
    background-image: url(../image/bg/hero-Image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 20px;
    border-radius: 20px;
    z-index: 1;
    /*height: 450px;*/
    padding:5rem 0;
    display: grid;
    align-items: center;   
}

.beadcrum-main-sec:before{
    position: absolute;
    background:#0a3461;
    content: "";
    border-radius: 20px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity:0.8;
}

.beadcrum-content-box h1{
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2em;
}

.beadcrum-content-box{
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.bead-linkbox{
    display: flex;
    max-width: fit-content;
    margin: 20px auto 0;
    gap: 25px;
    padding:0;
}
.bead-linkbox li{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
}
.bead-linkbox li a{
    color:#fff;
    font-size: 15px;
    font-weight: 400;
}

.bead-linkbox li:not(:last-child):before{
    position: absolute;
    content: "/";
    font-size: 15px;
    right: -15px;
    top: 0;
    color: #fff;
}

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

.intro-content-img img{
    border-radius:20px;
}

.your-laundry-sec{
    padding: 5rem 0;
    position: relative;
    background: #f5f6f7;
}

.yourlaury-img img{
    border-radius: 20px;
    /*height: 400px;*/
    width: 100%;
    object-fit: cover;
}

.your-laundry-sec .row{
    width: 80%;
    align-items: center;
}
.yourlaury-img {
    margin-right:20px;
}

.your-laundry-sec .row:nth-child(even) .yourlaury-img {
    margin-right:unset;
    margin-left:20px;
}

.your-laundry-sec .row:nth-child(even){
    margin-left: auto;
}
.your-laundry-sec .row:not(:first-child){
    margin-top: 60px;
}
.your-laundry-sec .row:nth-child(even) .yourlaury-content{
    text-align:right;
}

.yourlaury-content .sec-big-title{
    font-size: 40px;
    font-weight: 600;
}

.cta-comme-sec{
    position: relative;
    background-image: url(../image/bg/cta.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   
    z-index: 1;
   padding:5rem 0;
}

.cta-comme-sec:before{
    position: absolute;
    background:#0a3461;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity:0.9;
}

.cta-content-detail .sec-serbig-title,
.cta-content-detail p{
    color:#fff;
}

.cta-boxbtn{
    display: inline-block;
    width: 76%;
    text-align: center;
}

.cta-boxbtn a{
    display:inline-block;
    width:100%;
}
.cta-boxbtn a:not(:last-child){
    margin-bottom:10px;
}

.cta-content-detail{
    position:relative;
    padding-right:40px;
}

.cta-content-detail:before{
    position: absolute;
    content: close-quote;
    width: 2px;
    bottom: 0;
    background-color: #fff;
    right: 0;
    top: 0;
    opacity: .6;
}
.cta-content-detail:after{
    width: 0px;
    position: absolute;
    content: close-quote;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -6px;
    opacity: .6;
}

.why-settle-main{
    padding:5rem 0;
    position:relative;
}

.settle-table {
    width: 80%;
    border-collapse: collapse;
    border: 1px solid #e8f1f7;
    font-size: 16px;
    margin: 0 auto;
}

.settle-table th,
.settle-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #e8f1f7;
}

.settle-table th {
    background-color: #f4f9fc;
    font-weight: 600;
}

.settle-table tr:last-child td {
    border-bottom: none;
}
.settle-table tr th:nth-child(1),
.settle-table tr td:nth-child(1) {
    border-right: 1px solid #e8f1f7;
}


.settle-table tr:nth-child(even) {
    background-color: #fafcfe;
}

.areas-we-sec{
    padding:4rem 0;
    position:relative;
    background: #f5f6f7;
}

.prorcess.servics-proces-sec{
    padding:5rem 0;
    background: #f5f6f7;
}

.areas-menu-box{
    padding: 3px;
    border-radius: 10px;
    background-color: #ffff;
    border: 1px solid rgb(10 52 97 / 21%);
    max-width: fit-content;
    margin: 0 auto 50px;
}

.areas-menu-box.nav-pills .nav-link.active{
    background-color:#081d3a;
    color:#fff;
}
.areas-menu-box.nav-pills .nav-link{
    color:#000;
    font-size:15px;
}

.areas-location-point{
    padding: 20px 30px;
    padding-bottom: 25px;
    border-radius: 20px 20px 30px 30px;
    border: 1px solid rgba(108, 117, 125, 0.2);
    max-width: fit-content;
    margin: 0 auto;
    background: #fff;
}

.areas-location-point .area-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: fit-content;
    row-gap:10px;
}

.areas-location-point .area-list li{
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    width:33.33%;
}

/* Icon */
.areas-location-point .area-list li::before{
       content: "\f1e4";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: 5px;
    top: 1px;
    font-size: 18px;
    color: #081d3a;
    font-size: 17px;
}
.yourlaury-content strong{
    font-size:20px;
    font-style:italic;
    margin-bottom:10px;
    display:block;
}
.want-emregenc-service.emeryfgg{
    padding:6rem 0;
}
.want-emregenc-service.emeryfgg .section-title.text-center{
    margin-bottom:0;
}
.emeryfgg .image-bord img{
    /*height:400px;*/
    object-fit:cover;
}
.pickup{
    display: flex;
    gap: 43px;
    margin-bottom:1rem;
}
.pickup li{
    font-size:17px;
}
.intro-content-img img{
    width:100%;
        /*height: 312px;*/
        /*margin-bottom:1rem;*/
}
.old-discount .off-ttiell{
    font-size:19px;
}
.intro-content-box{
    margin-left:2rem;
}
.elinatioes li{
    font-size:17px;
    color: #fff;
    position:relative;
    margin:5px 0;
}
.elinatioes li::before{
      content: "\f146";
    left: -23px;
    position: absolute;
    color: rgb(85, 175, 234);
    font-family: flaticon_normal-icon !important;  
}
.elinatioes{
        padding-left: 1.2rem;
}
.commer-serton ul li{
    color:#5a687c;
}
.towl-imaewgas img{
    width:100%;
    /*height:420px;*/
    border-radius:20px;
}
.commer-serton{
    padding:2rem 0 4rem;
    position:relative;
}
.ser-secon{
    padding:3rem 0;
    position:relative;
}
.ser-secon .row{
    row-gap:24px;
}
.propgesiona-laundry .service-card-box{
    display:flex;
    gap:20px;
    background-color:#fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.propgesiona-laundry{
    padding:2rem 0 6rem;
    position:relative;
}
.propgesiona-laundry .service-card-box .lurbtn{
    display: inline-block;
}
.about-contact-content h4{
    font-size:20px;
    color:#000;
    font-weight:600;
}
.intro-contmg img{
    border-radius: 20px;
}
.samrday{
    padding:3rem 0 5rem;
    position:relative;
}
.hasel-free{
        width: 60%;
    text-align: center;
    margin: auto;
}
.laundry-houde .commercial-house-box{
    border-radius:20px;
    background-attachment: fixed;
}
.laundry-houde .commercial-house-box::before{
    border-radius:20px;
}
.laundry-houde{
    padding:2rem 0 5rem;
}
.laundry-houde .sec-serbig-title{
    font-size:55px;
}
.laundry-houde .hasel-free p{
    font-size:22px;
}
.laundry-houde .bo-titlelaund{
        font-size: 27px !important;
}
.about-contact span{
        font-size: 13px;
    text-transform: uppercase;
    display: flex;
    gap: 5px;
    margin-top: 10px;
    align-items: center;
    transition:0.2s all linear;
    cursor: pointer;
    
}
.about-contact span a{
    border-bottom: 1px solid #000;
    max-width: fit-content;
    transition:0.2s all linear;
}
.about-contact span i{
        font-size: 17px;
    line-height: 1px;
}
.comerlaunfdd .about-contact{
    margin-bottom:2rem;
}
.comerlaunfdd .about-contact:hover .about-contact-content span , .comerlaunfdd .about-contact:hover .about-contact-content span a{
  color:#55afea;
}
.laundtu-btn{
        display: flex;
    gap: 10px;
}
.laundtu-btn i{
        height: 50px;
    display: flex;
    width: 50px;
    background: #55afea;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
}
.laundtu-btn a{
        display: flex;
    flex-direction: column;
}
.dontdat{
        font-size: 14px;
}
.laundry-houde .commercial-house-box{
    height:520px;
}
.laundry-houde .sec-serbig-title a{
    color:#fff;
}
.nkoewe-tn{
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.nkoewe-tn a{
        color: #fff;
    border-bottom: 1px solid #fff;
}
.nkoewe-tn i{
    line-height: 0;
}
.clean-unifores{
        display: flex;
    gap: 15px;
}
.propgesiona-laundry .service-card-icon{
    height: 100px;
    width: 100px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.propgesiona-laundry .service-card-icon svg{
        width: 60px;
    height: 60px;
}
.propgesiona-laundry .service-card-box {
    align-items: center;
}
.propgesiona-laundry .servic-contwent-box{
    margin:0;
}
.sector-sec-laund .elinatioes li{
    color:#000;
}
.last-min .pickup{
    flex-wrap: wrap;
    gap:0
}

.last-min .pickup li{
        margin-right: 33px;
}
.ervyday-wearing .elinatioes li{
    color:#000;
}
.weweing-image img{
    width:100%;
    /*height:261px;*/
    border-radius:20px;
}
.head-lin-btn.fereepick{
    display:none;
}
.nav-menu > li.active{
    color:#55afea;
}
.nav-menu > li.active > a{
    color:#55afea;
}
.dropdownd li.active a{
    color:#55afea;
}
.accordion-body .elinatioes li{
    color:#212529;
}



 /* ── Button ── */
  .servicebtn .luntn {
    background: #081d3a;
    color: #fff;
    border: none;
    padding: 10px 28px;
    
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s;
  }
  .servicebtn .luntn:hover
  { 
      background: #55afea; 
      
  }

  /* ── Overlay ── */
  .fpd-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(10, 10, 20, 0.72);
    backdrop-filter: blur(4px);
    z-index: 9000;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }
  .fpd-overlay.fpd-active { display: flex; }

  /* ── Modal Box ── */
  .fpd-modal {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 600px;
    max-height: 92vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 24px 60px rgba(0,0,0,0.25);
    animation: fpd-slide-in 0.32s cubic-bezier(.16,1,.3,1) both;
    scrollbar-width: thin;
  }
  @keyframes fpd-slide-in {
    from { opacity: 0; transform: translateY(30px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
  }

  /* ── Header ── */
  .fpd-header {
    background: #081d3a;
    padding: 28px 32px 24px;
    border-radius: 16px 16px 0 0;
    position: relative;
  }
  .fpd-header-tag {
    display: inline-block;
    background: #e94560;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .fpd-header h4 {
   
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
  }
  .fpd-header p {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    margin: 0;
  }
  .fpd-close-btn {
    position: absolute;
    top: 20px;
    right: 22px;
    background: rgba(255,255,255,0.1);
    border: none;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    line-height: 1;
  }
  .fpd-close-btn:hover { background: #e94560; }

  /* ── Form Body ── */
  .fpd-form-body {
    padding: 28px 32px 32px;
  }
  .fpd-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .fpd-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
  }
  .fpd-field.fpd-full { grid-column: 1 / -1; }
  .fpd-label {
  
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 6px;
  }
  .fpd-input,
  .fpd-textarea {
   
    font-size: 14.5px;
    color: #1a1a2e;
    background: #f6f7fb;
    border: 1.5px solid #e8e9f0;
    border-radius: 8px;
    padding: 11px 14px;
    outline: none;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
    width: 100%;
    box-sizing: border-box;
  }
  .fpd-input::placeholder, .fpd-textarea::placeholder { color: #aab0c0; }
  .fpd-input:focus, .fpd-textarea:focus {
    border-color: #e94560;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(233,69,96,0.1);
  }
  .fpd-textarea {
    resize: vertical;
    min-height: 90px;
  }

  /* ── Submit ── */
  .fpd-submit-btn {
    width: 100%;
    padding: 14px;
    background: #1a1a2e;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.4px;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    margin-top: 6px;
    transition: background 0.2s, transform 0.15s;
  }
  .fpd-submit-btn:hover { background:#55afea; transform: translateY(-1px); }
  .fpd-submit-btn:active { transform: translateY(0); }

  /* ── Divider ── */
  .fpd-divider {
    border: none;
    border-top: 1px solid #eef0f5;
    margin: 0 0 22px;
  }

  /* ── Responsive ── */
  @media (max-width: 520px) {
    .fpd-row { grid-template-columns: 1fr; }
    .fpd-form-body { padding: 22px 20px 26px; }
    .fpd-header { padding: 22px 20px 20px; }
    .fpd-header h4 { font-size: 21px; }
  }
  
  
  
   .zkx-wrapper-box {
            background: #ffffff;
            padding: 35px;
            border-radius: 12px;
            /*width: 340px;*/
            box-shadow: 0 12px 30px rgba(0,0,0,0.15);
        }
.zkx-wrapper-box button{
    background:#55afea;
    border:none;
}
.zkx-wrapper-box button:hover{
    background:#55afea;
}

.zkx-heading-title{
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
    text-align:center;
}

.ser-secon .sectore-card:hover{
    cursor:pointer;
}

.privacy-polic-sec{
    padding:2rem 0 5rem;
    position:relative;
}

.privacy-polic-sec .priva-title{
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 15px;
}

.privacy-poins-box{
    padding: 0;
    margin: 0 0 25px;
}

.privacy-poins-box li {
    font-size: 17px;
    position: relative;
    margin: 5px 0;
    padding-left:30px;
}

.privacy-poins-box li::before {
    content: "\f146";
    left: 0;
    position: absolute;
    color: rgb(85, 175, 234);
    font-family: flaticon_normal-icon !important;
}

.privacy-polic-sec .priva-sub-title{
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}

.hide.head-lin-btn{
    display:none;
}


.our-map{
       /*margin: 30px 0px 60px 0px;*/
    padding: 4rem 0;
    text-align: center;
}
.priocing-comer{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top:30px;
}
.priocing-comer .lurbtn{
    margin:0 !important;
}
.our-mapss{
    margin: 0 0 0 26px;
}
.priocing-comer span{
    color:#fff;
}
.pricing-section-new .nav-tabs{
        justify-content: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid #00000014;
}
.pricing-section-new .nav-tabs .nav-link.active{
        border: 0;
    border-bottom: 2px solid #55afea;
    color:#55afea;
    background:hsl(0deg 0% 95.69%)
}
.pricing-section-new .nav-tabs .nav-link{
     border: 0;
     color:#000;
}
.county-map{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding:2rem;
    text-align:center;
    border-radius:20px;
    display: block;
}
.county-map img{
    width:100%;
    object-fit:cover;
}
.county-map h5{
    font-size:20px;
    font-weight:600;
    margin-top:1rem;
}
.coynru-map{
    padding:2rem 0;
    position:relative;
}
.coynru-map .row{
    row-gap:24px;
}

/* error text */
.fpd-error{
    color:#d93025;
    font-size:13px;
    margin-top:4px;
    display:block;
}

/* input red border */
.fpd-input-error{
    border:1px solid #d93025 !important;
    box-shadow:0 0 4px rgba(217,48,37,0.2);
}

/* smooth focus */
.fpd-input,
.fpd-textarea{
    transition:all .25s ease;
}
.hide-robot {
  display: none !important;
}

/*.extra-card .fpd-row{*/
/*    display:unset;*/
/*}*/
/*.extra-card .fpd-form-body{*/
/*    padding:0;*/
/*}*/
/*.extra-card .fpd-field{*/
/*    margin-bottom:11px;*/
/*}*/