*{
    outline:none;
}
::selection {
    background: #0091cf;
    color: #FFF
}
::-moz-selection {
    background: #0091cf;
    color: #FFF
}
body {
    margin: 0;
    font-size: 1.125rem;
    background-color: #fff;
    font-family: 'GothamBook';
    font-weight: 400;
    color: #231f20;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
a {
    color: #000;
}
a:hover,
a:focus {
    color: #00adef ;
    text-decoration: none;
}
.fs12 {
    font-size: 12px !important;
}
.fs14 {
    font-size: 14px !important;
}
.fs16 {
    font-size: 16px !important;
}
.fs18 {
    font-size: 18px !important;
}
.fs20 {
    font-size: 20px !important;
}
.fs22 {
    font-size: 22px !important;
}
.fs24 {
    font-size: 24px !important;
}
.fs26 {
    font-size: 26px !important;
}
.fs28 {
    font-size: 28px !important;
}
.fs30 {
    font-size: 30px !important;
}
.fw300 {
    font-weight: 300 !important
}
.ff-gothamblack{
    font-family:'GothamBlack', sans-serif;
}
.ff-gothambook{
    font-family:'GothamBook', sans-serif;
}
.rounded-xl{
    border-radius:1rem;
    -webkit-border-radius:1rem;
}
.bg-primary-light{
    background-color: #e9f7fc !important;
}
.bg-primary {
    background-color: #1596c4  !important;
}
.bg-dark {
    background-color: #2d2d2d !important;
}
.bg-light{
    background-color:#efefef !important;
}
.bg-light-secondary{
    background-color:#f5f5f5 !important;
}
.text-primary{
    color: #00adef  !important;
}
.border-primary{
    border-color:#00adef  !important;
}
.badge-primary{
    background-color: #00adef  !important;
}
button:focus{
    outline:none;
}
.btn-primary{
    background: #1596c4 ;
    border-color:#1596c4 ;
    color: #fff;
    box-shadow:0 6px 16px rgba(15, 61, 89, .18);
}
.btn-primary.disabled, .btn-primary:disabled{
    background: #1596c4 ;
    border-color:#1596c4 ;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #0b3d59;
    border-color:#0b3d59;
    color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle{
    background: #0b3d59;
    border-color:#0b3d59;
    color: #fff;
}
.btn-dark,
.btn-dark:hover,
.btn-dark:focus {
    background:#2b2b2b;
}
.btn-white{
    background:#fff;
    text-transform:uppercase;
    box-shadow:0 4px 10px rgba(0,0,0,.10);
}
.btn-white:hover,
.btn-white:focus {
    background:#000;
    color: #fff;
}
.btn-yellow{
    background:#f0b429;
    box-shadow:0 6px 16px rgba(15, 61, 89, .16);
}
.btn-yellow:hover,
.btn-yellow:focus {
    background:#0b3d59;
    color: #fff;
    box-shadow:0 6px 16px rgba(15, 61, 89, .18);
}
.btn-light{
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}
.btn-outline-primary{
    border-color:#00adef ;
    color: #00adef ;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: #000;
    border-color:#000;
    color: #fff;
}
.btn-outline-dark{

    border-color:#000;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus {
    background: #000;
    border-color:#000;
    color: #fff;
}
.table-primary,
.table-primary, .table-primary > td,
.table-primary > th{
    background-color:#00adef !important;
}
.form-control:focus,
.custom-select:focus,
.input-group > .form-control:focus{
    box-shadow: 0 0 0 0.2rem rgba(237,170,154,.25);
    border-color:#00adef ;
}
.custom-control-input:checked~.custom-control-label::before{
    border-color: #00adef ;
    background-color: #00adef ;
}
.main-menu li a,
.booking-type a,
.form-input label {
    transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.crowd-fixed .header{
    margin: 60px 0 0 0;
}
.crowd-header{
    background-color:#00adef ;
    position:fixed;
    height:60px;
    z-index:1000;
    top:0;
    width:100%;
}
.crowd-header img,.crowd-header i.l2l-gift{
    width:40px;
    color:#fff;
}
.crowd-header .text{
    color:#fff;
    text-align: left;
    font-size:16px;
    padding:15px 0 15px 30px;
    position: relative;
}
.crowd-header .text a{

}
.crowd-header .btn-find-more{
    position:absolute;
    right:10px;
    top:10px;
    width:inherit;
    letter-spacing:1px;
    font-size:18px;
    color:#e3922f;
    background-color:#fff;
}
.crowd-header .btn-refer-close{
    font-size:24px;
    color:#fff;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    display:inline-block;
    position:absolute;
    right:10px;
    top:15px;
    width:30px;
    height:30px;
    padding:0;
    background:transparent;
    border:2px solid #fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -khtml-border-radius: 50%;
}
.header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 1;
}
.header .logo { padding: 4px 0; }
.header .logo img { height: 69px; }
.header .logo-fixed {  display:none; }
.header .logo-fixed img{width:100%;max-width:140px;} 
.header-navbar {
    background: #e9f7fc;
    position: relative;
    padding: 12px 0;
    border-bottom: 1px solid rgba(21, 150, 196, 0.2);
}
.header.fixed,
.header-navbar.fixed {
    padding: 6px 0;
    background: #e9f7fc !important;
    border: 1px solid rgba(21, 150, 196, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.header.fixed .logo { display:none; }
.header.fixed .logo-fixed { display:block;}
.header.fixed .logo img,
.header-navbar .logo img{
    height: 50px;
}
.header.fixed .main-menu li a,
.header-navbar .main-menu li a {
    color: #0b3d59;
}
.header.fixed .main-menu .sign-in a,
.header.fixed .main-menu .sign-up a,
.header-navbar .main-menu .sign-in a,
.header-navbar .main-menu .sign-up a {
    color: #000;
    font-weight: 700;
}
.navigation {
    margin: 0px
}
.main-menu {
    list-style: none;
    padding: 0;
    margin:0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    text-align: right;
}
.main-menu li {
    display: inline-block;
    text-align: center;
    position: relative;
}
.main-menu li a {
    font-family: 'GothamBook';
    color: #0b3d59;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
}
.main-menu li a i {
    font-size: 13px;
    opacity: 0.8;
}
.main-menu li a:hover {
    color: #0b3d59;
    background: rgba(21, 150, 196, 0.18);
}
.sub-menu {
    list-style: none;
    padding: 8px 0 0;
    margin: 8px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}
.sub-menu li a {
    font-family: 'GothamBook';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0b3d59;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(21, 150, 196, 0.1);
}
.sub-menu li a:hover {
    background: rgba(21, 150, 196, 0.2);
}
.main-menu li.sign-in a,
.main-menu li.sign-up a {
    font-weight: 700;
    color: #0b3d59;
    font-size: 14px;
}
.sign-in {
    color: #0b3d59;
    margin-left: 8px;
    border: 1px solid #f0b429;
    border-radius: 999px;
    background: #f0b429;
}
.sign-in a {
    color: #0b3d59;
}
.sign-up {
    color: #fff;
    border: 1px solid #fff;
    border-left: none;
    border-radius: 0 25px 25px 0;
    background: #000;
}
.top-section-bg {
    background: #00adef  !important;
    position: relative;
}
.top-section {
    position: relative;
    width: 100%;
    height:700px;
    max-height: 800px;
    background-size: cover;
}
.top-section-img{
    position:absolute;
    bottom:0;
    right:10px;
}

.top-section-container {
    margin: 0 auto;
}
.top-section-container h1 {
    font-family: 'GothamBlack', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    text-align: center;
}
.top-section-container h2{
    font-family: 'GothamBook' , sans-serif;
    font-size: 22px;
    color: #000000;
}
.place-order-form .title {
    display: block;
    font-weight: 400;
    font-size: 30px;
    color: #000;
    text-align: center;
    margin: 40px 0 30px;
}
.place-order-field {
    position: relative;
    width: 100%;
    max-width:600px;
    margin: 30px auto 30px;
}
.place-order-field .form-control {
    position: relative;
    background:#fff; 
    font-family: 'GothamBook';
    font-size:18px; 
    color:#010101;
    width:100%;
    max-width:480px;
    height:60px;
    padding:10px 25px !important;
    border:none;
    border-radius:50rem;
}
.place-order-form .btn-order{
	font-family: 'GothamBlack';
    font-size:24px;
	box-shadow:0 5px 6px rgba(0,0,0,.25);
}
.place-order-form .btn-order .small{
	font-family: 'GothamBook';
	font-size:18px;
}
.place-order-field .btn-order{
    font-family: 'GothamBlack';
    font-size:18px;
    position:absolute;
    top:0px;
    right:10px;
    box-shadow:0 5px 6px rgba(0,0,0,.25);
    border:none;
}
.find-location{font-size:18px; color:#000;}
.collection-delivery{font-size:24px;font-weight:700;color:#000;border-left:2px solid #00adef ; padding-left:10px;margin-top:40px;}
.btn-how-work{font-family: 'GothamBlack';font-size:20px;position:relative;display:inline-block;margin-top:30px;z-index:2;background:#efefef;transition:all .25s ease;-webkit-transition:all .25s ease;}
.btn-how-work::before{border-radius:50%;border:2px solid rgba(237,170,154,.3);width:60px;height:60px;position:absolute;content:'';right: -20px;  top: -12px; transform: scale(1); display: block;z-index:1;animation: pulse-border 1500ms ease-out infinite;}
.btn-how-work::after{background:#efefef;border-radius:50%;border:2px solid rgba(237,170,154,.3);width:60px;height:60px;position:absolute;content:'';top:-12px;right:-20px;z-index:-1}
.btn-how-work:hover{color:#00adef ;}
.btn-how-work:hover:after{border:2px solid rgba(237,170,154,.9);}
.btn-how-work i{position:relative; z-index:1;}
@keyframes pulse-border {
    0% {
        transform: translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.wash-machine{position:absolute;top:50%;right:150px;margin-top:-120px; }
@media screen and (max-width: 1920px){
    .wash-machine{right:220px;}
}
@media(max-width:1599px) {
    .wash-machine{right:100px;}
}
@media(max-width:1300px) {
    .wash-machine{right:50px;width:200px;}
}
@media(max-width:1199px) {
    .wash-machine{display:none;}
}
@media(max-width:767px) {
    .wash-machine{display:none;}
}
.title-airbnb{display: block; font-weight: 400; font-size: 30px; color: #fff; text-align: center; margin: 5px 0 30px;}
.key-point-list{display:table;margin-bottom:50px;}
.key-point { color: #fff;font-size: 18px;text-align: center; margin-top:5px;margin-bottom: 5px;}
.key-point i {  font-size: 20px; padding-right: 10px }
.discount-call-action {
    position: absolute;
    bottom: 0%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.discount-call-action .discount-text {
    font-size: 20px;
    color: #000;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
.discount-call-action .code {
    font-family: 'GothamBook';
    font-size: 22px;
    text-transform:uppercase;
    color: #000;
    padding: 10px 20px;
    background: #edaa9c;
    border: none;
    display: table;
    position: relative;
    margin: 20px auto 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.discount-call-action .code i{margin-right:10px;margin-top:-6px;}

.featured{
    background:#f1f1f1;
    padding:40px 0;
}
.les-image{
    margin:15px auto;
    width: 130px;
    display:block;
}
.lcn-award-image{
    display:block;
}
.bcs-image{
    display:block;
    margin:0 auto;
}
.price-promise-image{
    display:block;
    margin:0 0 0 auto;
}
.featured-in .title {
    font-family: 'GothamBook';
    font-size: 16px;
    color: #231f20;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.how-it-work {
    color: #000;
    text-align: center;
    padding: 60px 0;
    overflow:hidden;
}
.how-it-work h2,.laundry-prices h2 {
    font-family: 'GothamBook';
    font-size:36px;
    margin: 0 0 50px;
}
.how-it-work h3 {
    font-family: 'GothamBook';
    font-size:20px;
    color: #000;
    text-transform: capitalize;
}
.how-it-work h4,.laundry-prices h4,
.how-it-work .h4,.laundry-prices .h4{
    font-family: 'GothamBook';
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 6px;
}
.dotted:after{position: absolute; top: 50%; right:-5%; background: #00adef ; width: 10px; height: 10px; content: '';border-radius:50%;}
.dotted:nth-child(5):after{
    display:none;
}
.how-it-work-image{
    background:#fafafa; 
    margin-top: 30px;
    width: 200px; 
    height: 200px; 
    box-shadow: 0 0.5rem 0.625rem rgba(0,0,0,.15); 
}
.how-it-work-counter{background-color:#00adef ; display:block;width:60px;height:60px;line-height:60px;margin:-30px auto 20px;
                     border-radius:50%;-webkit-border-radius:50%;}
.how-it-work-button .btn{
    padding:14px 40px; 
    font-size:20px;
    width:100%; 
    max-width:320px;
}
.laundry-prices{
    font-family: 'GothamBook';
    padding:40px 0;
    background:url(../../images/front/wave-bg3.png) left bottom repeat-x;
}
.laundry-prices-content{
    padding-top:30px;
    padding-bottom:100px;
}
.laundry-prices-block{
    margin:20px;
    background:#fff;
    border-radius:15px;
    text-align:center;
    box-shadow:0 4px 10px rgba(0,0,0,.25)
}
.laundry-prices-promise{
    margin-top:-50px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.laundry-prices-image{
    margin-bottom:20px;
}
.laundry-prices-inner{
    padding:30px 0;
}
.laundry-prices-heading{
    font-size:22px;
}
.laundry-prices-text,
.laundry-prices-amount,
.laundry-prices-weight{
    text-align:center;
}
.laundry-prices-text{
    font-size:15px;
    text-transform:uppercase;
}
.laundry-prices-amount{
    font-size:36px;
}
.laundry-prices-weight{
    font-size:14px;
    text-transform:uppercase;
}
.app-splash{
    background:url(../../images/front/app-splash.jpg) center center no-repeat;
    background-size:cover;
    padding-bottom:60px
}
.app-splash p span{padding:0 15px;}
.l2l-app-icon{
    margin-bottom:30px;
}
.form-app-input {
    position:relative;
    width:100%;
    max-width:580px;
    margin:0 auto 30px;
}
.form-app-input .form-control {
    background:#fff; 
    font-family: 'GothamBook';
    font-size:18px;
    color:#010101;
    width:100%;
    max-width:420px;
    height: 52px;
    padding:10px 25px;
    border:1px solid #efefef;
    border-radius:50rem;
    box-shadow:none;
}
.form-app-input button {
    font-family: 'GothamBook';
    font-size:20px;
    color:#141414;
    padding:10px 30px !important;
    height: 52px;
    position:absolute;
    top:0;
    right:0;
    border:none;
}
.form-app-input button:hover,
.form-app-input button:focus {
    outline:none;
}
.form-app-input span.error {
    right: 32%;
}
.schedule-collection{
    margin-top:60px;
}
.newsletter {
    text-align: left;
    color: #fff;
    padding: 40px 0;
    background: linear-gradient(120deg, #0b3d59 0%, #0e6a8c 55%, #1596c4 100%);
}
.newsletter h3 {
    font-size: 28px;
    margin: 0;
}
.newsletter p{
    font-size: 15px;
    margin:0;
}
.newsletter input[type="text"]::-moz-placeholder {
    color: #f2f2f2;
    opacity: 1;
}
.newsletter input[type="text"]:-ms-input-placeholder {
    color: #f2f2f2;
}
.newsletter input[type="text"]::-webkit-input-placeholder {
    color: #f2f2f2;
}
.newsletter input.error{
    border:none;
    border-bottom:1px solid #f35958 !important;
}
.newsletter span.error{
    right:50px;
}
.footer{
    background: linear-gradient(180deg, #e9f7fc 0%, #d6eff9 100%);
}
.footer-locations {
    font-size: 1rem;
}
.footer-main-nav{
    padding-top: 50px;
    padding-bottom: 28px;
    border-top: 1px solid rgba(21, 150, 196, 0.2);
}
.footer h4 {
    color: #0b3d59;
    font-weight: 700;
    letter-spacing: 0.4px;
}
.footer-main-nav a {
    color: #1b4c63;
}
.footer-main-nav a:hover {
    color: #0b3d59;
}
.footer-text {
    background: #0b3d59;
    color: #fff;
    padding: 18px 0;
}
.footer-text a,
.footer-text p {
    color: #fff;
}
.footer-text .fab {
    color: #fff;
}
.payment-accepted {
    color: #fff;
}
.footer-main-nav h4 {
    color: #000;
}

.footer-main-nav h4,
.footer-locations h4 {
    font-size: 24px;
}
.footer-locations h4.border-top{
    border-top:1px solid #b7b7b7 !important;
    margin:0;
    padding:15px 0 0;
}
.footer-main-nav ul{
    list-style:none;
    padding:0;
    margin:0;
}
.footer-main-nav li {
    padding-top: 1px;
}
.footer-main-nav a {
    font-size: 16px;
    color: rgba(0,0,0,0.8);
}

.footer-locations-menu h5 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: normal;
}
.footer-locations-menu h5 a {
    color: #000;
}

.footer-locations-menu ul {
    display: table;
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.footer-locations-menu ul:last-child {
    border-bottom: none;
}


.footer-locations-menu li {
    display: inline-block;
    width: 20%;
    float: left;
    padding-right: 15px;
    padding-top: 5px;
}
.footer-locations-menu li a {
    font-size: 15px;
    color: rgba(0,0,0,0.8);
    display:block;
    border:1px solid #b7b7b7;
    padding:5px 15px;
    border-radius:6px;
    -webkit-border-radius:6px;
}
.footer-main-nav a:hover,
.footer-locations a:hover {
    color: #454f63;
}
.list-countries{width:100%;margin-bottom:0;padding:5px 0; border-top: 1px solid #b7b7b7;border-bottom: 1px solid #b7b7b7;}
.list-countries .list-group-item{background-color:transparent;border:none;}
.list-countries a {color:#000;line-height:20px;text-transform:uppercase;}
.list-countries a.list-group-item:hover, .list-countries a.list-group-item:focus{background:transparent;}
.list-countries a > .badge{margin-top:3px;margin-left:20px; background-color:transparent;}
.list-countries a img{width:24px;}

.footer-text {
    font-size: 14px;
    padding: 0;
    color: #000000;
}
.footer-text h2{
    font-size:24px;
    margin-top:0px;
}
.footer-text .border-bottom{
    border-bottom: 1px solid #b7b7b7 !important;;
}
.copyright { font-size: 14px; padding: 15px 0; }
.copyright p{margin:10px 0 0;}
.copyright li { display: inline-block; line-height: 1; border-right: 1px solid #231f20; }
.copyright li:last-child { border-right: none; }
.copyright li a { color: #231f20; padding: 0 10px; }
.payment-accepted{
    float:right;
    text-align:right;
}
.payment-text {
    font-size:13px;
    display:block;
    margin-bottom: 5px;
}
.livechat{
    position: fixed;
    bottom: 0;
    right: 0px;
    margin-bottom: 30px;
    margin-right: 20px;
    z-index: 100000;
}
.livechat-inner{
    position:absolute;
    width:150px;
    bottom:40px;
    right:0px;
    display:none;
}
.btn-chat{
    font-size:24px;
    border-radius:50%;
    width:50px;
    height:50px;
    line-height:40px;
    border:none;
    color:#fff;
    background:#00adef ;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
.whatsapp .text{
    width:100px;
    float: left;
    font-size: 12px;
    background: rgba(0,0,0,0.6);
    color:#fff;
    text-align:center;
    border-radius: 6px;
    margin-top: 8px;
    padding: 2px 8px;
    margin-right: 5px;
}
.whatsapp .icon{
    float: left;
    display:block;
    min-width:40px;
    border-radius:50%;
    width:40px;
    height:40px;
    line-height:30px;
    color:#fff;
    text-align:center;
    outline:none;
    position:relative;
    background:#4dc247;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    margin-bottom:10px;
}
.whatsapp svg{fill:white;width:38px;}
.freshchat{
    border:none;
    padding:0px;
    background:transparent;
}
.freshchat .text{
    width:100px;
    float: left;
    font-size: 12px;
    background: rgba(0,0,0,0.6);
    color:#fff;
    text-align:center;
    border-radius: 6px;
    margin-top: 8px;
    padding: 2px 8px;
    margin-right: 5px;
}
.freshchat .icon{
    float: left;
    display:block;
    margin-bottom:10px;
    min-width:40px;
    border-radius:50%;
    width:40px;
    height:40px;
    line-height:30px;
    color:#fff;
    text-align:center;
    outline:none;
    position:relative;
    background:#20a849;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    border:none;
}
.freshchat svg{fill:white;width:38px;}
.no-padding {
    padding: 0px;
}
.hide-area {
    display: none;
}
.red-color {
    color: red;
}
.error-area {
    border: 1px solid #f35958 !important;
    background-color: #FCB5AF !important;
}
.error {
    display: block;
    color: #f35958;
}
input.error {
    border: 1px solid #f35958 !important;
}
span.error {
    position: absolute;
    bottom: 0px;
    background-color: rgba(184, 26, 30, 0.8);
    padding: 5px 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #fff;
    font-size: 12px;
    right: 0px;
}
.correct {
    display: block;
    color: #acf9ad;
}
input.correct {
    border: 1px solid #3c763d !important;
}
span.correct {
    position: absolute;
    bottom: 0px;
    background-color: rgba(223, 240, 216, 0.8);
    padding: 5px 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #3c763d;
    font-size: 12px;
    right: 0px;
}
#captcha_refresh {
    color: #3a3d93;
    font-size: 14px;
    padding: 5px;
    position: absolute;
    text-decoration: none;
    z-index: 99999;
    top: 28px;
    right: 16px;
}
.form-group {
    position: relative;
}
#msg_box {
    display: none;
}
.msg-box {
    display: block !important;
    padding: 5px !important;
    margin-top: 10px !important;
}
.error-area {
    border: 1px solid red;
    background: #f4bcbc;
}
/* ####### PRICING ######### */

.page-header{
    position:relative;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;

}
.price-item,.price-summary{
    border-radius:1rem;
    -webkit-border-radius:1rem;
}
.price-summary{
    font-size:15px;
}
.price-item .list-group-item{
    font-weight:700;
    background:transparent;
}
.price-item .list-group-item:nth-child(even){
    background:#e4e4e4;
}
.price-item .list-group-item-desc{
    font-size:0.938rem;
    font-weight:400;
}
.price-summary .plus,
.price-summary .minus{
    background:#2b2b2b;
    width:25px;
    height:20px;
    font-size:16px;
    color:#fff;
    text-align:center;
    line-height:normal;
    border:none;	
    outline:none;
}
.price-summary .minus{
    background:#00adef ;
}
.cart-list{
    border-top:1px solid rgba(0,0,0,0.1);
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.price-summary .cart-name{
    font-size:14px;
    font-weight:700;
}
.price-summary .cart-qty{
    text-align:center;
}
.price-summary .cart-price{
    font-size:14px;
}
.price-summary .price-estimate-amount{
    font-size:24px;
    float: right;
    display: inline-block;
}
.price-item .qty{
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 2px solid #2b2b2b;
    font-size: 12px;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.price-item .btn{
    width:40px;
    height:30px;
    font-size:18px;
    color:#fff;
    text-align:center;
    line-height:normal;
    border:none;
    border-radius:6px;
    -webkit-border-radius:6px;
}
.category-item{
    text-align:center;
    cursor:pointer;
}
.category-item .icon{
    line-height:0;
}
.category-item.mixitup-control-active .icon{
    background:#00adef ;
    border-radius:10px;
    -webkit-border-radius:10px;
    transition:all .25s ease;
    -webkit-transition:all .25s ease;
}
.owl-nav button.owl-next,
.owl-nav button.owl-prev{
    top:40%;
    position:absolute;
    width:24px;
    height:24px;
    margin:0;

}
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus{
    outline:none;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span{
    font-size: 36px;
    height: 24px;
    width: 24px;
    display: block;
    line-height: 16px;
}
.owl-carousel .owl-nav button.owl-next{
    right:-10px;
}
.owl-carousel .owl-nav button.owl-prev{
    left:-10px;
}
/* ####### Corporate ######### */
.corporate{
    background:#f5f5f5 url(../../images/front/wave-bg4.jpg) left bottom repeat-x;
}
.contact-today{
    background:#f6f6f6;
}
.custom-form label{
    font-size:14px;
    color:#000;
    text-transform:uppercase;
}
.custom-form label small{
    font-size:12px;
    text-transform:lowercase;
    padding-left:15px;
}
.custom-form .form-control,.custom-form .custom-select{
    border-radius:.4rem;
    font-size:18px;
    padding:10px 20px;
    height:50px;
    border:1px solid #ced4da;
}
.custom-form textarea.form-control{
    height:auto;
}
.custom-form .input-group > .form-control{

}
.custom-form .input-group-append > .input-group-text{
    background-color:transparent;
}
.custom-form .input-group-append > .input-group-text i{
    cursor:pointer;
}
.custom-form .form-control:focus,
.custom-form .custom-select:focus,
.custom-form .input-group > .form-control:focus{
    box-shadow: 0 0 0 0.2rem rgba(237,170,154,.25);
    border-color:#00adef ;
}
.country-code > .form-control{
    border-right: 1px solid #ced4da !important;
}
.country-code .custom-select{
    width: 130px;
}
.input-text-country{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    border: 1px solid #dce1e5;
    border-radius: .4rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 50px;
    min-width: 130px;
    width:130px;
    line-height: 1.5;
    padding: 10px 20px;
    background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}
/* ###### TERMS CONDITION ########## */
.accordion-header.active{
    border-top:1px solid #999999;
}
.accordion-header h2 button,.accordion-header h2 button:focus{
    padding:.375rem 0rem;
    font-size:20px;
    color:#000;
    box-shadow:none;
}
.accordion-header h2 button.collapsed{
    color:#8d8d8d;
}
.accordion-item .accordion-body{
    border-bottom:1px solid #999999;
    padding:1.25rem 0; 
}
.accordion-item .collapse:not(.show) .accordion-body{
    border-bottom:none;
}

/* ###### All Location ########## */

.list-group-area > .list-group-item{
    border:none;
}
.list-group-item-light{background-color:#efefef;}
.list-group-item-secondary{background-color:#e4e4e4;}
.list-group-area > .list-group-item:first-child{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}
.list-group-area > .list-group-item:last-child{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.area-cover {
    position: relative;
    height: 650px;
    overflow: hidden;
}
.map-area-canvas {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    background-position:center center;
    background-repeat: no-repeat;
    background-size:cover;
}
.listing-area::before {
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    content: '';
    background: rgba(237, 170, 156, 0.8);
}
.listing-area {
    background: rgba(237, 170, 156, 0.8);
    position: relative;
    width: 100%;
    height: 650px;
    padding: 15px 10px 15px 15px;
}
.list-area-scroll {
    padding-right: 20px;
    height: 580px;
    overflow-y: auto;
}
.list-area-scroll .list-group-item:first-child{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.list-area-scroll .list-group-item:last-child{
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
/* ###### Location Detail ########## */
.area-heading{
    display:block;
    border:4px solid #000;
    padding:20px;
    max-width:500px;
    width:100%;
    text-align:center;
}
.area-heading .display-4{
    line-height:1;
}

/* ###### Linen Hire ##### */
.linen-image{
    margin-top:-80px;
}
.linen-from,.linen-unit{
    color:#484848;
    display:block;
    font-size:1rem;
    font-weight:700;
}
/* ###### Postcode ##### */
.postcode-not-found .form-control{
    background-color:#efefef;
}
/* ###### Login ##### */
.signin{
    background:#efefef url(../../images/front/bg-login-bubbles.png) left bottom no-repeat;
    background-size:100%;
    width:100%;
    height:100vh;
}
.form-signin {
    padding: 15px;
    margin: auto;
}

/* ###### Dashboard ##### */

.dashboard-button{
    display:block;
    background:#fff;
    transition:all .25s ease;
    -webkit-transition:all .25s ease;
}
.dashboard-count{
    background:#2d2d2d;
    color:#fff;
}
.dashboard-button:hover,.dashboard-button:focus{
    background:#2d2d2d;
    color:#fff;
}
.dashboard-button:hover .dashboard-count,.dashboard-button:focus .dashboard-count{
    background:#fff;
    color:#000;
}
.list-order {
    font-size:12px;
    color:#767676;
}
.list-order span{
    display:block;
    font-size:14px;
    font-weight:700;
    color:#000;
}
.list-order .list-group-item{
    padding:1.625rem .75rem;
}
.list-order .rounded-left{
    border-top-left-radius:1rem !important;
    border-bottom-left-radius:1rem !important;
}
.list-order .rounded-right{
    border-top-right-radius:1rem !important;
    border-bottom-right-radius:1rem !important;
}
.table-fixed tbody {
    height: 300px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead,
.table-fixed tbody{
    display: block;
}
.table-fixed thead > tr,
.table-fixed tbody > tr{
    display:block;
    float:left;
    width:100%;
}
.table-fixed thead > tr > td,
.table-fixed tbody > tr > td{
    display: block;
    float:left;
}
.table-fixed tbody td::after,
.table-fixed tbody th::after,
.table-fixed thead > tr > th::after {
    content: '';
    clear: both;
    display: block;
}
/* ###### Partner / Refer Friends ##### */
.bg-bubbles{
    background:#efefef url(../../images/front/bg-login-bubbles.png) left bottom no-repeat;
    background-size:100%;
}
.partner-us,.refer-friends{
    background:#f5f5f5 url(../../images/front/wave-bg4.jpg) left bottom repeat-x;
}
.partner-us .h5{
    margin-bottom:1rem;
}
.partner-us p{
    font-size:16px;
    color:#333;
}
.partner-us .dotted:nth-child(4):after{
    display:none;
}
.custom-accordion .card-header h2 i{
    float:right;
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transition:all .25s ease;
    -webkit-transition:all .25s ease;
}
.custom-accordion .card-header h2.collapsed i{
    transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transition:all .25s ease;
    -webkit-transition:all .25s ease;
}
/* ###### Partner / Refer Friends ##### */
.page-about{
    background-position:right bottom;
    background-repeat:no-repeat;
    background-size:70%;
}
.page-about-inner{
    height:50vh;
}
.page-contact{
    background-position:center top;
    background-repeat:no-repeat;
}
.page-contact-inner{
    height:50vh;
}
/* Google Recaptcha Badge */
.grecaptcha-badge{
    display:none;
}
@media (min-width: 992px) {
    .navbar-toggler,.book-now-mobile {
        display: none;
    }
}
@media(max-width:1199px) {
    .crowd-header .text{
        padding-left:0px;
        padding-top:5px;
        padding-bottom:5px;
    }
    .top-section-bg{
        background-size:50% 100%;
    }
    .main-menu li a{
        padding:10px 8px;
    }
    .sign-in{
        margin-left:5px;
    }
    .form-app-input .form-control {
        width: 80%;
    }
    .form-app-input button {
        width: 40%;
    }
    .form-app-input span.error {
        width: 42%;
    }
}
@media(max-width:991px) {
    .navbar-toggler {
        background-color: #000;

    }
    .navbar-toggler-icon{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    #navbarResponsive {
        padding: 0;
        width: 100%;
        background-color: #fff;
        z-index: 100
    }
    .navbar{
        padding:0px;
    }
    .book-now-mobile{
		background: #fff;
		border-color: #fff;
		color: #000;
		box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
		margin-right:8px;
	}
	.page-header .book-now-mobile,
	.header.fixed .book-now-mobile, 
	.header-navbar.fixed .book-now-mobile{
		background: #00adef ;
		border-color: #00adef ;
	}
    .main-menu li {
        display: block;
    }
    .main-menu li.sign-in{
        display: inline-block;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        margin: 0;
        width: 100%;
    }
    .top-section-bg{
        background-size:cover;
    }
    .top-section-container {
        width: 80%;
    }
    .place-order-field .form-control{
        max-width:500px;
    }
    .footer-locations-menu li{
        width:25%;
    }
    .payment-accepted{
        float:none;
        text-align:center;
    }
    /* ###### Prices ##### */
    .display-3{
        font-size:2.5rem;
    }
    .price-summary .h4{
        font-size:1.25rem;
    }
    .price-estimate-container{
        display:none;
        position:fixed;
        top:0;
        overflow:scroll;
        background-color:#fff;
        z-index:99999;
        max-height:100%;
    }
    .price-estimate-container button.close{
        opacity:1;
        font-size:.875rem;
        font-weight: 400;
        line-height:1.5;
        padding:.25rem .5rem;
        color: #fff;
        text-shadow:none;
        background-color: #2b2b2b;
        border: 1px solid #343a40;
        margin-left:5px;
    }
    .customer-offer .h3{
        font-size:1.25rem;
        margin-bottom:0px;
    }
    .customer-offer .h4{
        font-size:1rem;
    }
    .fixed-bottom{
        z-index:9999;
    }
}
@media(max-width:767px) {
    body{
        font-size:1rem;
    }
    .h1, h1{
        font-size:2rem;
    }
    .h2, h2 {
        font-size: 1.75rem;
    }
    .display-4{
        font-size: 2.5rem;
    }
    .crowd-header{
        padding: 15px 30px 15px 0px;
        position: relative;
    }
    .header{
        position: relative;
        background: none;
        padding: 5px 0 5px;
    }
    .header .logo { padding: 5px 0; }
    .header .logo img {
        width: auto;
        height: 40px;
    }
    .header .logo-fixed img{
        max-width:90px;
        height: auto;
    }
    .top-section-container,
    .discount-call-action {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .top-section-bg{
        background-position:50% 100%;
        background-size:cover;
    }
    .top-section-img{
        display:none;
    }
    .top-section {
        height:450px;
    }
    .top-section-container h1 {
        font-size: 24px;
        width: 100%;
        margin-top: 0px;
    }
    .top-section-container h2{
        font-size: 18px;
        text-align:center;
    }
    .place-order-field::after {
        top: 6px;
    }
    .place-order-form .title {
        margin: 10px 0 0px;
        font-size: 24px;
    }
    .place-order-field {
        margin-bottom: 15px;
    }
    .place-order-field .form-control {
        max-width:100%;
        margin-bottom: 10px;
    }
    .place-order-form .btn-order{
		font-size:23px;
	}
    .place-order-field .btn-order{
        position:relative;
        top:auto;
        right:auto;
        width: 100%;
        background:#000;
        color:#fff;
    }
    .form-app-input .form-control,
    .form-app-input button {
        width: 100%;
        position:relative;
        top:auto;
        right:auto;
    }
    .form-app-input .form-control {
        margin-bottom: 10px;
    }
    .haveaccount {
        margin: 10px auto 0px;
    }
    .collection-delivery{
        font-size:16px;
        margin-top:10px;
        margin-bottom:0px;
        border:none;
        text-align:center;
    }
    .discount-call-action{
        bottom:10px;
    }
    .discount-call-action .discount-text {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 10px;
    }
    .l2l-trustpilot-widget {
        height: 100px;
    }
    .les-image{
        margin:19px auto;
        width: 120px;
    }
    .bcs-image{
        margin:15px auto;
        width: 80px;
        height:auto;
    }
    .price-promise-image{
        margin:10px auto;
    }
    .lcn-award-image {
        width: 80px;
        height: 100px;
        margin:0 auto;
    }
    .how-it-work h2, .laundry-prices h2{
        font-size:23px;
        margin-bottom:30px;
    }
    .how-it-work h4, .laundry-prices h4{
        font-size:15px;
    }
    .how-it-work-image{
        width:150px;
        height:150px;
        margin-top:15px;
    }
    .how-it-work-image img{
        width:auto;
        height:60px;
    }
    .how-it-work-counter ~ p{
        font-size:14px;
    }
    .how-it-work-counter ~ p br{
        display:none;
    }
    .dotted:after{
        display:none;
    }
    .laundry-prices{
        font-size:16px;
        background-size:100% 40%;
    }
    .laundry-prices-content{
        padding-bottom:40px;
    }
    .laundry-prices-block{
        margin:60px 0 10px;
    }
    .laundry-prices-inner{
        padding:20px 0;
    }
    .laundry-prices-heading{
        font-size:16px;
    }
    .laundry-prices-text{
        font-size:15px;
    }
    .laundry-prices-amount{
        font-size:30px;
    }
    /*.ios img,.android img{width:160px;}*/
    .excellent-quality img{
        margin:0 auto;
    }
    .schedule-collection{
        margin-top:30px;
    }
    .footer-main-nav h4{
		font-size:22px;
	}
	.footer-main-nav li{
		margin-bottom:16px;
	}
    .footer-locations h4,.footer-locations h4.border-top{
        padding-left:15px;
        padding-right:15px;
    }
    .footer-locations h4.border-top{
        border-top:none !important;
    }
    .footer-locations-menu h6{
        padding:10px 15px;
        margin-bottom:0px;
        border-top:1px solid #b7b7b7;
    }
    .footer-locations-menu li {
        width:50%;
        padding:5px 10px;
    }
	.footer-locations-menu li a{
		display:block;
		border:1px solid #b7b7b7;
		padding:5px 15px;
		border-radius:6px;
		-webkit-border-radius:6px;
	}
    .list-countries a{
        float:none;
    }
    .footer-text h3{
        font-size:20px;
    }
    .copyright{
        text-align:center;
    }
    .copyright p{
        margin-top:0px;
    }
    .payment-accepted{
        float:none;
        text-align:center;
    }
    /* ####### Prices ######### */
    .price-item .list-group-item-desc{
        font-size: 0.8rem;
    }
    /* ####### Corporate ######### */
    .custom-form textarea.form-control{
        height:120px;
    }
    /* ###### TERMS CONDITION ########## */
    .accordion-header h2 button, .accordion-header h2 button:focus{
        font-size:18px;
        text-align:left;
    }
    /* ###### Register ##### */
    .signin{
        height: auto;
        min-height: 100vh;
    }

    /* ###### Dashboard ##### */
    .dashboard-button .h4{
        font-size:16px;
    }
    .list-order .list-group-item{
        padding:.75rem .5rem
    }
    .list-order .rounded-left{
        border-top-left-radius:1rem !important;
        border-top-right-radius:1rem !important;
        border-bottom-left-radius:0rem !important;
    }
    .list-order .rounded-right{
        border-top-right-radius:0rem !important;
        border-bottom-right-radius:1rem !important;
        border-bottom-left-radius:1rem !important;
    }
    .page-about{
        background-size:100%;
        background-position:top center;
        padding-top:50%!important;
    }
    .page-about-inner,
    .page-contact-inner{
        text-align:center;
        height:auto;
    }
    .page-contact{
        background-size:150%;
        background-position:top right;
        padding-top:50%!important;
    }
    .l2l-table {
        border: 0;
    }

    .l2l-table caption {
        font-size: 1.3em;
    }
      
    .l2l-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
  
    .l2l-table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
  
    .l2l-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
  
    .l2l-table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
  
    .l2l-table td:last-child {
        border-bottom: 0;
    }
}
@media(max-width:639px) {}
@media(max-width:480px) {
    .discount-call-action .code {
        margin-bottom: 20px;
    }
    .discount-call-action .code {border:none;}
}
@media(max-width:359px) {
    .discount-call-action .discount-text {
        font-size: 14px;
    }
    .discount-call-action .code {
        font-size: 16px;
        padding: 5px 20px;
        margin-bottom: 5px;
    }

}
/* Dry Cleaning Page */
.why-choose-l2l,
.faqs {
  padding: 100px 0;
  background-image: url(../../images/front/wave-bg4.jpg);
  background-repeat: repeat-x;
  background-position: top center;
}
.why-choose-l2l .left-box,
.why-choose-l2l .right-box {
  background-color: #f6f6f6;
  padding: 24px 40px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  height: 100%;
}
.why-choose-l2l .right-box {
  background-color: #00adef ;
}
.box-title {
  font-size: 34px;
}
.text-yellow {
    color: #ffcb5d;
}
.text-blue {
    color: #0b3d59;
}
.text-gray {
  color: #555555;
}
.why-choose-l2l .icon {
  width: 50px;
  height: 50px;
  background-color: #3d3d3d;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-align: center;
  line-height: 40px;
}
.why-choose-l2l .right-box .icon {
  background-color: #fff;
}
.why-choose-l2l .icon img {
  margin: auto;
}
.why-choose-l2l h4 {
  font-size: 20px;
}
.why-choose-l2l .right-box h4 {
  color: #fff;
}
.right-box-title {
  margin-bottom: 30px;
}
.right-box-title h3 {
  display: inline-block;
  padding: 10px 50px;
  background-color: #fff;
}

.how-work {
  padding: 90px 0;
}
.link-primary {
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.link-primary img{
    height: 50px;
}
.how-work-item {
  padding-top: 150px;
  height: 755px;
  margin-bottom: 80px;
}
.how-work-item.right{
    padding-top: 100px;
}
.how-work-item-delivery.right{
    padding-top: 250px;
}
.how-work-item .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 790px;
}
.how-work-item .image.l2l-vehicle{
    width: 1000px;
}
.how-work-item.left .image {
  right: 0;
  text-align: right;
}
.how-work-item.right .image {
  left: 0;
  text-align: left;
}
.how-work-item .image .image-inner-box {
  width: 450px;
  height: 450px;
  padding: 20px;
  position: absolute;
  top: 56%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  text-align: center;
}
.how-work-item.left .image .image-inner-box {
  left: -225px;
  right: auto;
}
.how-work-item.right .image .image-inner-box {
  right: -225px;
  left: auto;
  top: 43%;
}
.how-work-item.right .image .image-inner-box.delivery {
    right: -200px;
    left: auto;
    top: 62%;
    width: 400px;
    height: auto;
    background-color: #f6f6f6;
}
.how-work-item .image .image-inner-box .inner-box-image {
  position: absolute;
  top: -80px;
  left: -60px;
}
.how-work-item.left .image .image-inner-box .inner-box-image {
  left: -60px;
}
.how-work-item.right .image .image-inner-box .inner-box-image {
  right: -60px;
  left: auto;
  top: -110px;
}
.how-work-item.left .image .image-inner-box .inner-box {
  padding-left: 204px;
  padding-bottom: 140px;
  text-align: left;
}
.how-work-item.right .image .image-inner-box .inner-box {
  padding-right: 204px;
  padding-bottom: 140px;
  text-align: left;
}

.we-are-in,
.dry-cleaning-services{
  padding: 90px 0;
  background-color: #f6f6f6;
}
.locations-title span{
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 2px solid #000;
  text-align: center;
  line-height: 40px;
}
.location-box{
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  text-align: center;
}
.dry-cleaning-services{
  padding: 90px 0 180px;
}
.dry-cleaning-item{
  margin-bottom: 100px;
}
.dry-cleaning-item .icon{
  width: 100px;
  height: 100px;
  line-height: 90px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #000;
}
.dry-cleaning-service-image{
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 1;
}
.dry-cleaning-services .container
{
  z-index: 2;
}
.faq-title{
  margin: 0;
  padding: 14px 30px;
  background-color: #f7f7f7;
  margin-bottom: 20px;
  position: relative;
}
.faq-title i{
  position: absolute;
  right: 20px;
  top: 16px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.faq-title.collapsed i{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.show-popular-cities{
    cursor: pointer;
    background: none;
    border: none;
    font-size:14px;
    padding-left: 20px;
}
.popular-cities{
  height: 150px;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.popular-cities.show{
  height: auto;
}
@media (max-width: 1450px) {
  .how-work-item.left .image {
    width: 650px;
  }
  .how-work-item .image.l2l-vehicle{
	width: 900px;
  }
  .how-work-item.right .image .image-inner-box.delivery{
	  right:-140px
  }
  .how-work-item.left .image .image-inner-box {
    left: -205px;
  }
  .link-primary {
    font-size: 16px;
  }
  .link-primary img {
    height: 40px;
    width:auto;
  }
}
@media (max-width: 1280px) {
.how-work-item.left .image,
.how-work-item .image.l2l-vehicle{width:600px;}
.how-work-item .image{width:700px;}
.how-work-item.left .image .image-inner-box{left:-100px;}
.how-work-item.right .image .image-inner-box{right:20px;}
.how-work-item.right .image .image-inner-box.delivery{right:0px;}
}
@media (max-width: 1199px) {
    .top-section-img{max-width:410px;bottom: auto;}
    .how-work-item .image{width:600px;}
    .how-work-item.left .image{width:480px;}
    .how-work-item .image .image-inner-box{height:280px;top:94%;}
    .how-work-item.right .image .image-inner-box{top:86%;}
    .how-work-item.left .image.l2l-vehicle{width:600px;}
    .how-work-item.right .image .image-inner-box.delivery{top:100%;}
    .footer-countries{-ms-flex-direction: column;flex-direction: column;}
    .dry-cleaning-services{padding: 90px 0 0;}
}
@media(max-width:999px){
    .top-section-img{display:none;}
    .how-work-item,
    .how-work-item-delivery.right{
        padding-top:50px;
        height:auto;
        margin-bottom: 0px;
    }
    .how-work-item .image{
        position:relative;
    }
    .how-work-item .image .image-inner-box{
        height:auto;
    }
    .how-work-item .image,
    .how-work-item.left  .image,
    .how-work-item.right  .image{
        width:100%;
    }
    .how-work-item.left .image .image-inner-box, 
    .how-work-item.right .image .image-inner-box, 
    .how-work-item.right .image .image-inner-box.delivery {
        left: 15px;
        width: 96%;
        top: 0;
        position: relative;
        transform: none;
        margin: 30px 0;
    }
    .how-work-item.left .image.l2l-vehicle {
        width: 100%;
    }
    .how-work-item-delivery .image{
        margin-bottom:140px;
    }
    .how-work-item.left .image .image-inner-box .inner-box{
        padding-left:0px;
        padding-bottom:20px;
    }
    .how-work-item.right .image .image-inner-box .inner-box{
        padding-right:0px;
        padding-bottom:20px;
    }
    .how-work-item.left .image .image-inner-box .inner-box-image,
    .how-work-item.right .image .image-inner-box .inner-box-image{
        display:none;
    }
    .dry-cleaning-services {
        padding: 90px 0 0;
    }
}
@media (max-width: 767px) {
    .why-choose-l2l .left-box, .why-choose-l2l .right-box{
        padding:20px;
    }
    .why-choose-l2l .icon{
        width:36px;
        height:36px;
        line-height:30px;
    }
    .how-work-item,
    .how-work-item-delivery.right{
        padding-top:50px;
        height:auto;
    }
    .how-work-item .image{
        position:relative;
    }
    .how-work-item .image .image-inner-box{
        height:auto;
    }
    .how-work-item .image,
    .how-work-item.left  .image,
    .how-work-item.right  .image{
        width:100%;
    }
    .how-work-item.left .image .image-inner-box,
    .how-work-item.right .image .image-inner-box,
    .how-work-item.right .image .image-inner-box.delivery{
        left: 15px;
        width: 92%;
        top: 0px;
        transform: none;
    }
    .how-work-item-delivery .image{
        margin-bottom:10px;
    }
    .how-work-item.left .image .image-inner-box .inner-box{
        padding-left:0px;
        padding-bottom:20px;
    }
    .how-work-item.right .image .image-inner-box .inner-box{
        padding-right:0px;
        padding-bottom:20px;
    }
    .how-work-item.left .image .image-inner-box .inner-box-image,
    .how-work-item.right .image .image-inner-box .inner-box-image{
        display:none;
    }
    .dry-cleaning-services{
        padding:40px 0 20px;
    }
    .dry-cleaning-item{
        margin-bottom:15px;
    }
    .dry-cleaning-item .icon{
        width:60px;
        height:60px;
        line-height:50px;
    }
    .dry-cleaning-item .icon img{ width:36px;}
    .dry-cleaning-service-image{
        display:none;
    }
}
/* Find Hotel Page */
.top-hotel-bg{
    position: relative;
    background: #00adef ;
    background-image: url(../../images/front/bubbles-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.how-work-hotel{
    padding: 30px 0;
}
.hotel-heading{
    background-image: url(../../images/front/arrow-right.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 80px;
}
.find-hotel .form-control{
    background-image: url(../../images/front/search-hotel-icon.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    padding-left: 60px !important;
    height: 60px !important;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    
}
.find-hotel .btn-hotel{
    font-size: 18px;
    padding: 16px 15px;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
}
.hotel-item{
    padding-top: 60px;
    padding-bottom: 175px;
}
.hotel-item:nth-child(1):before{
    font-size: 36vh;
    color:#f7f7f7;
    content: '1';
    position: absolute;
    width: 250px;
    height: 100px;
    top: 10%;
    left: 100px;
}
.hotel-item:nth-child(2):before{
    font-size: 36vh;
    color:#f7f7f7;
    content: '2';
    position: absolute;
    width: 250px;
    height: 100px;
    top: 10%;
    right: 20px;
}
.hotel-item:nth-child(3):before{
    font-size: 36vh;
    color:#f7f7f7;
    content: '3';
    position: absolute;
    width: 250px;
    height: 100px;
    top: 10%;
    left: 100px;
}
.hotel-item.left{
    background-image: url(../../images/front/hotel-arrow-down-left.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.hotel-item.right{
    background-image: url(../../images/front/hotel-arrow-down-right.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.hotel-item:last-child{
    background: none;
    padding-bottom: 40px;
}
.hotel-item-heading{
    padding-top: 160px;
}
.hotel-transparent{
    background-image:none;
}
.hotel-results{
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    z-index:1;
    max-height: 300px;
    overflow-y: auto;
}
.hotel-results .name{
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
}
.hotel-results .address{
    font-size: 14px;
}
@media (max-width: 1440px) {
    .hotel-section-img{max-width:700px;}
}
@media (max-width: 1368px) {
    .hotel-section-img{max-width:650px;}
}
@media (max-width: 1199px) {
    
    .hotel-heading{
        font-size: 3.5rem;
        padding-top: 0;
        background-image: none;
    }
}
@media(max-width:999px){
    .hotel-heading{
        background-image: none;
        padding-top: 40px;
    }
    .hotel-item{
        padding: 10px 0;
    }
    .hotel-item::before{
        display: none;
    }
    .hotel-item.left,
    .hotel-item.right{
        background-image:none;
    }
    .hotel-item-heading{
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .hotel-heading{
        font-size: 2.5rem;
    }
    .find-hotel .btn-hotel{
        width: 100%;
        padding: 15px 0;
        margin-top: 10px;
        margin-left: 15px;
        margin-right: 15px;
    }   
}

::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
.top-sustainability-bg{
    position: relative;
    background: #86e2d5;
    background-image: url(../../images/front/sustainability-bg.jpg);
    background-repeat: no-repeat;
    background-position: center 80%;
    background-size: 100%;
}
.sustainability-heading{
    background-image: url(../../images/front/arrow-right.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 80px;
    font-size:3.8rem
}
.sustainability-text{
    padding-right: 150px;
    padding-bottom: 150px;
    line-height: 1.5;
}
.sustainability-item{
    padding-top: 60px;
    padding-bottom: 175px;
}
.sustainability-blockquote::before,
.sustainability-blockquote::after{
    content: '"';
    position: absolute;
    top: -80px;
    left: -80px;
    width: 100px;
    height: 100px;
    font-size: 8rem;
}
.sustainability-blockquote::after{
    bottom: -50px;
    right: -50px;
    top: auto;
    left: auto;
}
.sustainability-blockquote{
    position: relative;
    line-height: 1.5;
}
.solar-energy{
    background-image: url(../../images/front/sustainability-bg-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    padding: 250px 0 150px;
    height: 800px;
}
.renewable-energy{
    padding: 200px 0;
}
.energy-image{
    position: absolute;
    top: 50%;
    right: 0;
    text-align: right;
    width: 1000px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media (max-width: 1199px) {
    .top-sustainability-bg{
        background-size: cover;
    }
    .sustainability-item{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .sustainability-blockquote{
        font-size: 2rem;
    }
    .solar-energy{
        padding: 40px 0;
        height: auto;
        background-size: 100%;
        background-position: center bottom;
    }
    .energy-image{
        width: 600px;
    }
}
@media (max-width: 999px) {}
@media (max-width: 767px) {
    .top-sustainability-bg{
        background-size: cover;
    }
    .sustainability-heading{
        background-image: none;
        font-size: 2rem;
    }
    .sustainability-text{
        padding-right: 0;
    }
    .sustainability-item{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .sustainability-blockquote::before, .sustainability-blockquote::after {
        top: -100px;
        left: 0px;
    }
    .sustainability-blockquote::after{
        bottom: -50px;
        right: -10px;
        top: auto;
        left: auto;
    }
    .sustainability-blockquote{
        font-size: 1.5rem;
    }
    .solar-energy{
        padding: 40px 0;
        height: auto;
        background-size: 100%;
        background-position: center bottom;
    }
    .renewable-energy{
        padding: 40px 0;
    }
    .energy-image{
        position: relative;
        top: auto;
        width: 100%;
        transform:none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }
}
/* Ads Page */
.txt-rotate{
    display: block;
    height: 30px;
}
.wave-white-gray{
    background: url(../../images/front/wave-white-gray.svg) left top repeat-x;
}
.wave-half-strip{
    top: 58px;
    left: 0;
    z-index: -1;
    height: calc(100% - 58px);;
}
.wave-half-bottom-strip{
    height: 50%;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.step-image{
    width:70px;
    height:70px;
    margin:0 auto;
}
.review-card-list{
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 16px;
    scrollbar-color: #00adef  #ffc6b9;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}
.review-card-list::-webkit-scrollbar {
    height: 5px;
}
.review-card-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}
.review-card-list::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #00adef ;
}
.review-card-list::-webkit-scrollbar-thumb:hover {
    background-color: #00adef ;
}
.review-card-list::-webkit-scrollbar:vertical {
    display: none;
}
.ads-comparison-prices{
    background-color: #f5f5f5;
}
.ads-service-comparison-grid{
    display: grid;
    grid-column-gap: 4px;
    grid-template-columns: 168px repeat(var(--service-comparison-num), minmax(168px, 200px));
    padding: 16px;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 16px;
    scrollbar-color: #00adef  #ffc6b9;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}
.ads-service-comparison-grid > * {
    background-color: #FFFFFF
}
.ads-service-comparison-grid::-webkit-scrollbar {
    height: 5px;
}
.ads-service-comparison-grid::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}
.ads-service-comparison-grid::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #00adef ;
}
  
.ads-service-comparison-grid::-webkit-scrollbar-thumb:hover {
    background-color: #00adef ;
}
  
.ads-service-comparison-grid::-webkit-scrollbar:vertical {
    display: none;
}
.ads-service-comparison-grid .comparison-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}
.ads-service-comparison-grid .comparison-footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.ads-service-comparison-grid .comparison-label {
    font-size: 14px;
    font-weight: 700;
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.ads-service-comparison-grid .comparison-cell {
    font-size: 14px;
    text-align: center;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}
.ads-service-comparison-grid  .comparison-hr-line {
    border-top: 1px solid #efefef;
}
.ads-service-comparison-grid  .comparison-cell-tinted {
    background-color:#f7fafc;
}
.ads-service-comparison-grid .btn-blue{
    background-color: #86e2d5;
}
.ads-service-comparison-grid .btn-yellow{
    background-color: #ffcb5d;
}
.ads-service-comparison-grid .btn-blue:hover,
.ads-service-comparison-grid .btn-yellow:hover{
    background: #000;
    border-color: #000;
    color: #fff;
}
@media (max-width: 767px) {
    .display-4{
        font-size: 2.5rem;
    }
    .txt-rotate{
        height: 46px;
    }
    .step-image{
        margin:0 1rem 0 0;
    }
    .ads-comparison-prices-scroll{
        overflow-x: scroll;
        grid-template-columns: 166px repeat(5, calc(60vw - 32px));
    }
    .wave-half-bottom-strip{
        height: 310px;
    }
}
@font-face {
    font-family: 'GothamBlack';
    src: url('../../fonts/front/gothamblack-regular-webfont.woff2') format('woff2'),
        url('../../fonts/front/gothamblack-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: 'GothamBook';
    src: url('../../fonts/front/gothambook-regular-webfont.woff2') format('woff2'),
        url('../../fonts/front/gothambook-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.phone-number {
    -moz-appearance: textfield;
}
.invest-model-container {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 100%;
    max-width: 400px;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}
.invest-model-content {
    border-radius: 1rem 1rem;
    -webkit-border-radius: 1rem 1rem;
}
.invest-model-content .close {
    font-size: 34px;
}
@media(max-width:767px) {
    .invest-model-container{
        right: 0px;
        z-index: 9999;
    }
    .invest-model-content::after{
        display: none;
    }
    .invest-model-content{
        border-radius: 1rem ;
        -webkit-border-radius: 1rem;
    }
    #google_map {
        height: 500px;
    }
}

#google_map {
    height: 350px;
}
.map-container {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.map-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.pac-container{
    z-index: 4444444444;
}
@media(max-width:767px) {
    .btn-confirm-location{
        width:100%;
    }
    #google_map,.map-container {
        height: 400px;
    }
}

/* UX enhancements */
.hero-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #1a6f8f 0%, #2ea9d2 45%, #79d4f0 100%);
}
.hero-section,
#hiw,
#features,
#services,
#reviews,
#cta,
#faq {
    scroll-margin-top: 90px;
}
.hero-section::before {
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: -140px;
    height: 260px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
    transform: rotate(-3deg);
    animation: heroWave 12s ease-in-out infinite;
}
.hero-section::after {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
    animation: floatBlob 10s ease-in-out infinite;
}
.hero-section .container {
    position: relative;
    z-index: 1;
}
.hero-section .row {
    gap: 36px;
    align-items: center;
    position: relative;
}
.hero-media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.hero-copy {
    background: rgba(255, 255, 255, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 24px;
    padding: 24px;
    backdrop-filter: blur(8px);
    box-shadow: 0 22px 40px rgba(9, 33, 47, 0.18);
    max-width: 100%;
}
.hero-title {
    line-height: 1.05;
    letter-spacing: -0.7px;
    font-size: clamp(34px, 3.4vw, 58px);
    max-width: 22ch;
    white-space: normal;
}
.hero-highlights li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.hero-highlights li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
    color: #111;
}
.hero-image {
    animation: heroFloat 4s ease-in-out infinite;
}
.hero-service-image {
    width: 520px;
    max-width: 100%;
    height: auto;
    transform: translateX(20px);
}
.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}
.btn-order {
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.2);
}
.btn-order-secondary {
    color: #111;
    background: #fff;
    border: 2px solid #111;
}
.btn-order-secondary:hover {
    background: #111;
    color: #fff;
}
.hero-trust-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
    font-weight: 600;
}
.hero-trust-chips span {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(6px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.hero-speed {
    margin-top: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(6px);
}
.hero-image-wrap {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-left: auto;
    text-align: right;
}
.hero-image-wrap::before {
    content: "";
    position: absolute;
    right: -90px;
    top: -40px;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    z-index: 0;
}
.hero-image-wrap picture,
.hero-image-wrap img {
    position: relative;
    z-index: 1;
}
.hero-badge {
    position: absolute;
    right: 12px;
    top: 8px;
    z-index: 2;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(6px);
}
.features-section {
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));
}
.section-eyebrow {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 700;
    color: #0b3d59;
    margin-bottom: 6px;
}
.section-subtitle {
    font-size: 16px;
    color: #2f4e5f;
    margin-bottom: 8px;
}
.feature-grid {
    margin-top: 6px;
}
.feature-card {
    margin: 10px 0;
}
.feature-card-inner {
    height: 100%;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(21, 150, 196, 0.2);
    box-shadow: 0 14px 26px rgba(9, 33, 47, 0.12);
    display: flex;
    align-items: center;
    gap: 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.feature-card-inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(9, 33, 47, 0.16);
}
.feature-icon {
    flex: 0 0 auto;
    width: 88px;
    height: 88px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(21, 150, 196, 0.12);
}
.feature-desc {
    margin-bottom: 0;
    color: #2f4e5f;
    font-size: 15px;
}
.service-stats {
    margin-top: 18px;
    padding-top: 10px;
}
.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 10px 0;
}
.stat-value {
    font-size: 20px;
    font-weight: 800;
    color: #0b3d59;
}
.stat-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3b5a6b;
}
.story-section {
    background: linear-gradient(180deg, rgba(233, 247, 252, 0.8), rgba(233, 247, 252, 0.2));
}
.story-card {
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(21, 150, 196, 0.2);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 16px 30px rgba(9, 33, 47, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.story-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 34px rgba(9, 33, 47, 0.16);
}
.image-frame {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 20px 36px rgba(9, 33, 47, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.image-frame:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 40px rgba(9, 33, 47, 0.2);
}
.image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
    pointer-events: none;
}
.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.pill {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(21, 150, 196, 0.12);
    border: 1px solid rgba(21, 150, 196, 0.25);
    color: #0b3d59;
}
.membership-hero {
    background: linear-gradient(120deg, #0b3d59 0%, #1596c4 55%, #7fd5ef 100%);
    color: #fff;
}
.membership-hero .membership-hero-content {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 20px;
    padding: 22px;
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 36px rgba(9, 33, 47, 0.2);
}
.membership-hero .text-gray,
.membership-hero .collection-delivery {
    color: rgba(255, 255, 255, 0.9);
}
.membership-hero .section-eyebrow {
    color: rgba(255, 255, 255, 0.85);
}
.membership-hero-image {
    filter: drop-shadow(0 20px 30px rgba(9, 33, 47, 0.35));
}
.membership-packages {
    background: #f8fbfd;
}
.membership-card {
    border: 1px solid rgba(21, 150, 196, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.membership-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 40px rgba(9, 33, 47, 0.16);
}
.membership-card .linen-price {
    color: #0b3d59;
}
.membership-plan-grid {
    margin-top: 10px;
}
.plan-card {
    background: #fff;
    border-radius: 22px;
    padding: 24px;
    border: 1px solid rgba(21, 150, 196, 0.18);
    box-shadow: 0 18px 32px rgba(9, 33, 47, 0.12);
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
}
.plan-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 40px rgba(9, 33, 47, 0.16);
}
.plan-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(21, 150, 196, 0.12);
    border: 1px solid rgba(21, 150, 196, 0.25);
    color: #0b3d59;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.plan-head h3 {
    margin-bottom: 4px;
}
.plan-head p {
    color: #2f4e5f;
    margin-bottom: 18px;
}
.plan-price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    margin-bottom: 16px;
}
.plan-currency {
    font-weight: 700;
    color: #0b3d59;
}
.plan-amount {
    font-size: 32px;
    font-weight: 800;
    color: #0b3d59;
}
.plan-cycle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3b5a6b;
}
.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    text-align: left;
}
.plan-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    color: #2f4e5f;
}
.plan-features i {
    color: #1596c4;
}
.featured-plan {
    border: 2px solid #1596c4;
    background: linear-gradient(180deg, rgba(233, 247, 252, 0.9), #ffffff 70%);
    transform: translateY(-6px);
}
.featured-plan .plan-badge {
    background: #1596c4;
    color: #fff;
    border: none;
}
.plan-cta .btn {
    width: 100%;
}
@media (max-width: 991.98px) {
    .featured-plan {
        transform: none;
    }
}
.membership-benefits {
    background: linear-gradient(180deg, #e9f7fc 0%, #ffffff 100%);
}
.membership-benefits .how-it-work-image {
    background: #fff;
    box-shadow: 0 12px 24px rgba(9, 33, 47, 0.1);
}
.benefit-card {
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    height: 100%;
    border: 1px solid rgba(21, 150, 196, 0.18);
    box-shadow: 0 14px 26px rgba(9, 33, 47, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 34px rgba(9, 33, 47, 0.16);
}
.benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(21, 150, 196, 0.12);
    color: #0b3d59;
    font-size: 20px;
    margin-bottom: 12px;
}
.membership-savings {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(21, 150, 196, 0.12);
    border: 1px solid rgba(21, 150, 196, 0.2);
    color: #0b3d59;
    font-weight: 700;
}
.membership-about {
    background: #ffffff;
}
.membership-about-grid {
    gap: 20px;
}
.membership-about .section-eyebrow {
    margin-bottom: 8px;
}
.about-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}
.about-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    color: #2f4e5f;
}
.about-list i {
    color: #1596c4;
}
.about-panel {
    background: rgba(21, 150, 196, 0.08);
    border: 1px solid rgba(21, 150, 196, 0.2);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 18px 30px rgba(9, 33, 47, 0.12);
}
.about-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.metric-card {
    background: #fff;
    border-radius: 16px;
    padding: 14px;
    text-align: center;
    border: 1px solid rgba(21, 150, 196, 0.15);
}
.metric-value {
    display: block;
    font-weight: 800;
    color: #0b3d59;
    font-size: 18px;
}
.metric-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3b5a6b;
}
.about-cta {
    margin-top: 16px;
    text-align: center;
}
.membership-story {
    background: #f6fbfe;
}
.linen-hero {
    background: linear-gradient(120deg, #0b3d59 0%, #1596c4 55%, #7fd5ef 100%);
    color: #fff;
}
.linen-hero-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 20px;
    padding: 22px;
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 36px rgba(9, 33, 47, 0.2);
}
.linen-hero .text-gray,
.linen-hero .collection-delivery {
    color: rgba(255, 255, 255, 0.9);
}
.linen-hero-image {
    filter: drop-shadow(0 20px 30px rgba(9, 33, 47, 0.35));
}
.linen-hero-stats {
    margin-top: 16px;
}
.linen-offers {
    background: #f8fbfd;
}
.linen-offers table {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 14px 26px rgba(9, 33, 47, 0.1);
}
.linen-offers .table-primary {
    background: rgba(21, 150, 196, 0.08);
}
.offer-card-grid {
    margin-top: 8px;
    margin-bottom: 12px;
}
.offer-card {
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    height: 100%;
    border: 1px solid rgba(21, 150, 196, 0.18);
    box-shadow: 0 14px 26px rgba(9, 33, 47, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.offer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 36px rgba(9, 33, 47, 0.16);
}
.offer-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(21, 150, 196, 0.12);
    color: #0b3d59;
    font-size: 20px;
    margin-bottom: 12px;
}
.offer-image {
    border-radius: 18px;
    box-shadow: 0 18px 30px rgba(9, 33, 47, 0.16);
}
.table-card {
    background: #fff;
    border-radius: 16px;
    padding: 6px;
    border: 1px solid rgba(21, 150, 196, 0.18);
    box-shadow: 0 12px 22px rgba(9, 33, 47, 0.12);
}
.linen-how {
    background: #ffffff;
}
.linen-prices {
    background: linear-gradient(180deg, #e9f7fc 0%, #ffffff 100%);
}
.linen-detail {
    background: #f6fbfe;
}
.story-header {
    margin-bottom: 20px;
}
.story-hero-image {
    border-radius: 20px;
    box-shadow: 0 18px 30px rgba(9, 33, 47, 0.16);
}
.story-grid {
    margin: 10px 0 20px;
}
.story-card {
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    border: 1px solid rgba(21, 150, 196, 0.18);
    box-shadow: 0 14px 26px rgba(9, 33, 47, 0.12);
    height: 100%;
}
.testimonials-section {
    background: linear-gradient(180deg, rgba(233, 247, 252, 0.4), rgba(255, 255, 255, 0.9));
}
.review-card-list .rounded-xl,
.review-card-list .bg-primary {
    border: 1px solid rgba(21, 150, 196, 0.18);
}
.cta-section .bg-primary {
    background: linear-gradient(120deg, #0b3d59 0%, #0e6a8c 60%, #1596c4 100%) !important;
}
.cta-section .section-eyebrow {
    color: rgba(255, 255, 255, 0.85);
}
.cta-section .btn-white {
    background: #fff;
    color: #0b3d59;
    border-radius: 999px;
    padding: 12px 24px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
.faq-section {
    background: #f8fbfd;
}
.faq-accordion .faq-item {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 18px rgba(9, 33, 47, 0.08);
    margin-bottom: 12px;
}
.faq-accordion .faq-item:hover {
    transform: translateY(-2px);
}
.faq-accordion .faq-title {
    padding: 14px 18px;
}
.faq-accordion .faq-body {
    padding: 10px 18px 18px;
}
.faq-accordion .faq-title i {
    transition: transform 0.2s ease;
}
.faq-accordion .faq-title[aria-expanded="true"] i {
    transform: rotate(90deg);
}
html {
    scroll-behavior: smooth;
}
@media (max-width: 991.98px) {
    .header-navbar {
        padding: 8px 0;
    }
    #navbarResponsive {
        background: #e9f7fc;
        padding: 10px 14px;
        border-radius: 14px;
        margin-top: 8px;
        box-shadow: 0 12px 24px rgba(9, 33, 47, 0.12);
    }
    .main-menu {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        text-align: left;
    }
    .main-menu li a {
        justify-content: flex-start;
        width: 100%;
    }
    .sign-in {
        margin-left: 0;
    }
    .sub-menu {
        justify-content: flex-start;
    }
    .sub-menu li a {
        width: 100%;
        justify-content: flex-start;
    }
    .cta-section .col-lg-5 {
        text-align: left;
    }
    .story-section .row {
        margin-bottom: 12px;
    }
    .feature-card-inner {
        padding: 16px;
    }
    .hero-cta-group {
        gap: 10px;
    }
}
.btn:active {
    transform: scale(0.98);
}
@media (max-width: 767.98px) {
    .feature-card-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .feature-icon {
        width: 72px;
        height: 72px;
    }
    .stat-item {
        align-items: flex-start;
    }
}
.how-step-icon {
    margin-right: 8px;
    color: #111;
}
.step-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-radius: 18px;
}
.step-card:hover {
    transform: translateY(-6px);
}
.how-it-work-image {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 12px 24px rgba(9, 33, 47, 0.12);
}
.content-max {
    max-width: 70ch;
}
.content-bullets li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}
.content-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #111;
}

.review-card-list {
    scroll-behavior: smooth;
}
.review-card-list .rounded-xl,
.review-card-list .bg-primary {
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(6px);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.review-card-list .rounded-xl::after,
.review-card-list .bg-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
    opacity: 0.7;
    pointer-events: none;
}
.review-card-list .rounded-xl:hover,
.review-card-list .bg-primary:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.15);
}
.btn {
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}
.btn:focus-visible {
    outline: 3px solid rgba(0, 0, 0, 0.35);
    outline-offset: 2px;
}
.reveal-item,
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal-item.is-visible,
.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.section-divider {
    position: relative;
    overflow: hidden;
}
.section-divider::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 60px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 100%);
}
.sticky-mobile-cta {
    position: fixed;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    background: #111;
    color: #fff;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 700;
    z-index: 999;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}
.sticky-mobile-cta:hover {
    color: #fff;
    background: #000;
}
@media (max-width: 767.98px) {
    .hero-cta-group .btn {
        width: 100%;
    }
    .hero-trust-chips {
        font-size: 0.9rem;
    }
    .hero-copy {
        padding: 12px;
    }
    .hero-badge {
        left: 10px;
        top: 6px;
    }
    .hero-title {
        max-width: none;
        white-space: normal;
    }
}
@media (max-width: 991.98px) {
    .hero-copy {
        margin-bottom: 12px;
    }
    .hero-image-wrap {
        margin-top: 16px;
    }
}
@media (min-width: 992px) {
    .hero-section .container {
        padding-right: 0;
    }
    .hero-section .row {
        align-items: center;
        flex-wrap: nowrap;
    }
    .hero-media {
        position: relative;
        height: auto;
        align-items: center;
        justify-content: flex-end;
    }
    .hero-image-wrap {
        margin-top: 0;
    }
    .hero-service-image {
        width: 640px;
        max-width: 100%;
        height: auto;
        transform: translateX(34px);
    }
}
@keyframes heroFloat {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
@keyframes heroWave {
    0% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(8px) rotate(-2deg); }
    100% { transform: translateY(0) rotate(-2deg); }
}
@keyframes floatBlob {
    0% { transform: translateY(0); }
    50% { transform: translateY(12px); }
    100% { transform: translateY(0); }
}

.pricing-page {
    background: radial-gradient(circle at top right, rgba(17, 137, 179, 0.25), transparent 55%);
    color: #0e2a3b;
}
.pricing-page .reveal-on-scroll {
    opacity: 1;
    transform: none;
}
.pricing-hero {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 28px;
    padding: 32px;
    margin-bottom: 32px;
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 45px rgba(4, 32, 60, 0.18);
    position: relative;
    overflow: hidden;
}
.pricing-hero::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -60px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(255, 214, 107, 0.35), transparent 60%);
    animation: pricingGlow 8s ease-in-out infinite;
    pointer-events: none;
}
.pricing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0 16px;
}
.pricing-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.meta-chip {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.pricing-hero-card {
    background: #0b3b57;
    color: #fff;
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 20px 40px rgba(2, 24, 46, 0.3);
    animation: pricingFloat 6s ease-in-out infinite;
}
.pricing-hero-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.price-kes {
    background: rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 0.85rem;
}
.pricing-hero-grid {
    display: grid;
    gap: 12px;
}
.price-pill {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.price-pill:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px rgba(4, 32, 60, 0.25);
}
.price-pill-value::before {
    content: "KES ";
    font-weight: 700;
}
.pricing-hero-note {
    margin-top: 16px;
    font-size: 0.95rem;
}
.pricing-intro {
    margin-bottom: 20px;
    color: #0e2a3b;
}
.price-card {
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 16px 30px rgba(5, 45, 83, 0.15);
    color: #0e2a3b;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.price-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 38px rgba(5, 45, 83, 0.22);
}
.price-card-header {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-card-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.price-card-title i {
    font-size: 1.1rem;
    color: #ffd66b;
}
.price-card-tag {
    background: rgba(255, 214, 107, 0.2);
    color: #222;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: 700;
}
.price-badge::before {
    content: "KES ";
    font-weight: 700;
}
.price-unit {
    font-weight: 600;
    color: #15445f;
    margin-right: 6px;
}
.price-card .list-group-item {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.15);
    color: #0e2a3b;
}
.pricing-banner {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #0b3b57;
    color: #fff;
    border-radius: 20px;
    padding: 18px 20px;
    margin-bottom: 24px;
    box-shadow: 0 20px 40px rgba(2, 24, 46, 0.25);
    animation: pricingPulse 7s ease-in-out infinite;
}
.pricing-banner-icon {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-sidebar-card {
    background: linear-gradient(135deg, #ffd66b, #ffb940);
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 18px 35px rgba(255, 185, 64, 0.35);
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-sidebar-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 40px rgba(255, 185, 64, 0.45);
}
.pricing-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pricing-sidebar-tag {
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
    border-radius: 999px;
    padding: 4px 10px;
    font-weight: 700;
    font-size: 0.75rem;
}
.price-estimate-card {
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 16px 28px rgba(6, 42, 70, 0.15);
}
.price-estimate-amount::before {
    content: "KES ";
    font-weight: 700;
}
.pricing-offer-card {
    background: #0b3b57;
    color: #fff;
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 20px 35px rgba(2, 24, 46, 0.3);
    position: relative;
    overflow: hidden;
}
.pricing-offer-card::after {
    content: "";
    position: absolute;
    top: -40%;
    left: -20%;
    width: 60%;
    height: 180%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-120%);
    animation: pricingSheen 6s ease-in-out infinite;
}
.pricing-offer-card strong {
    color: #ffd66b;
}
@media (max-width: 991px) {
    .pricing-hero {
        padding: 24px;
    }
    .pricing-hero-actions {
        justify-content: flex-start;
    }
    .pricing-hero-card {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .pricing-hero {
        padding: 20px;
    }
    .pricing-hero-meta {
        gap: 8px;
    }
    .pricing-banner {
        flex-direction: column;
        text-align: center;
    }
    .pricing-hero-actions .btn {
        width: 100%;
    }
}
.pricing-page .btn {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pricing-page .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 20px rgba(3, 26, 48, 0.2);
}
.pricing-page .add-to-cart-btn {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pricing-page .add-to-cart-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 18px rgba(3, 26, 48, 0.2);
}
@keyframes pricingFloat {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
@keyframes pricingGlow {
    0% { transform: translateY(0); opacity: 0.4; }
    50% { transform: translateY(14px); opacity: 0.7; }
    100% { transform: translateY(0); opacity: 0.4; }
}
@keyframes pricingPulse {
    0% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
    100% { transform: translateY(0); }
}
@keyframes pricingSheen {
    0% { transform: translateX(-120%) skewX(-12deg); }
    55% { transform: translateX(180%) skewX(-12deg); }
    100% { transform: translateX(180%) skewX(-12deg); }
}

.commercial-hero {
    background: radial-gradient(circle at top right, rgba(255, 214, 107, 0.25), transparent 55%),
        linear-gradient(135deg, rgba(10, 76, 114, 0.18), rgba(7, 29, 45, 0));
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
.commercial-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    top: -120px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(255, 214, 107, 0.35), transparent 65%);
    animation: pricingGlow 9s ease-in-out infinite;
    pointer-events: none;
}
.commercial-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 22px 0 16px;
}
.commercial-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.commercial-hero-card {
    background: #0b3b57;
    color: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 45px rgba(2, 24, 46, 0.35);
    animation: pricingFloat 7s ease-in-out infinite;
}
.commercial-hero-card img {
    width: 100%;
    height: auto;
    display: block;
}
.commercial-hero-card-body {
    padding: 20px 22px 26px;
}
.commercial-hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
    margin-top: 32px;
}
.stat-card {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 18px;
    text-align: center;
    box-shadow: 0 12px 24px rgba(4, 32, 60, 0.15);
}
.commercial-value {
    padding: 70px 0;
}
.commercial-checklist {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.commercial-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}
.commercial-checklist i {
    color: #ffb940;
}
.commercial-highlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}
.highlight-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 14px 26px rgba(5, 45, 83, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.highlight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 34px rgba(5, 45, 83, 0.22);
}
.highlight-card i {
    font-size: 1.6rem;
    color: #0b3b57;
    margin-bottom: 12px;
}
.commercial-sectors {
    background: #f4f8fb;
    padding: 70px 0;
}
.commercial-section-head {
    margin-bottom: 32px;
}
.sector-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 30px rgba(6, 36, 62, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.sector-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 40px rgba(6, 36, 62, 0.2);
}
.sector-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.sector-card-body {
    padding: 20px 22px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.commercial-process {
    padding: 70px 0;
}
.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 28px;
}
.process-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 16px 28px rgba(5, 45, 83, 0.15);
}
.process-step {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #ffb940;
    color: #1f2b3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 14px;
}
.commercial-cta {
    padding: 60px 0 90px;
}
.commercial-cta-card {
    background: linear-gradient(135deg, #0b3b57, #0f5478);
    color: #fff;
    border-radius: 28px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 24px 45px rgba(2, 24, 46, 0.35);
}
.commercial-cta-card .cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .commercial-hero {
        padding: 60px 0 50px;
    }
    .commercial-hero-actions .btn {
        width: 100%;
    }
    .commercial-cta-card {
        text-align: center;
    }
    .commercial-cta-card .cta-actions {
        width: 100%;
        justify-content: center;
    }
}

.contact-hero {
    background: radial-gradient(circle at top right, rgba(255, 214, 107, 0.2), transparent 55%),
        linear-gradient(135deg, rgba(10, 76, 114, 0.18), rgba(7, 29, 45, 0));
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
.contact-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 22px 0 16px;
}
.contact-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.contact-hero-card {
    background: #0b3b57;
    color: #fff;
    border-radius: 26px;
    padding: 24px;
    box-shadow: 0 24px 45px rgba(2, 24, 46, 0.3);
    animation: pricingFloat 7s ease-in-out infinite;
}
.contact-hero-grid {
    display: grid;
    gap: 12px;
}
.contact-pill {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.contact-pill-label {
    font-size: 0.85rem;
    opacity: 0.8;
}
.contact-details {
    padding: 60px 0;
}
.contact-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 16px 28px rgba(5, 45, 83, 0.15);
    height: 100%;
}
.contact-card i {
    font-size: 1.6rem;
    color: #ffb940;
    margin-bottom: 12px;
}
.contact-tag {
    display: inline-block;
    margin-top: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 214, 107, 0.2);
    font-weight: 700;
    font-size: 0.75rem;
}
.contact-form-section {
    padding: 60px 0;
}
.contact-form-card {
    background: #fff;
    border-radius: 26px;
    padding: 30px;
    box-shadow: 0 24px 45px rgba(2, 24, 46, 0.18);
}
.contact-support {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}
.support-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
.support-item i {
    color: #0b3b57;
}
.contact-form .form-control {
    border-radius: 14px;
    border: 1px solid rgba(15, 80, 120, 0.2);
}
.contact-cta {
    padding: 40px 0 90px;
}
.contact-cta-card {
    background: linear-gradient(135deg, #0b3b57, #0f5478);
    color: #fff;
    border-radius: 28px;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    box-shadow: 0 24px 45px rgba(2, 24, 46, 0.35);
}
@media (max-width: 991px) {
    .contact-hero {
        padding: 60px 0 50px;
    }
    .contact-hero-actions .btn {
        width: 100%;
    }
    .contact-cta-card {
        text-align: center;
    justify-content: center;
    }
}

.booking-wizard {
    padding: 70px 0;
    background: #f4f8fb;
}
.wizard-card {
    background: #fff;
    border-radius: 26px;
    padding: 26px;
    box-shadow: 0 24px 45px rgba(2, 24, 46, 0.12);
}
.wizard-steps {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}
.wizard-step {
    border: none;
    background: rgba(10, 76, 114, 0.1);
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
}
.wizard-step.active {
    background: #0b3b57;
    color: #fff;
}
.wizard-progress {
    height: 6px;
    border-radius: 999px;
    background: rgba(10, 76, 114, 0.1);
    overflow: hidden;
    margin-bottom: 16px;
}
.wizard-progress span {
    display: block;
    height: 100%;
    width: 33%;
    background: #ffb940;
    transition: width 0.3s ease;
}
.wizard-panel {
    display: none;
}
.wizard-panel.active {
    display: block;
}
.wizard-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}
.chip-btn {
    border: 1px solid rgba(10, 76, 114, 0.2);
    background: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 600;
}
.chip-btn.active {
    background: #0b3b57;
    color: #fff;
    border-color: #0b3b57;
}
.wizard-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.wizard-benefits li {
    margin-bottom: 10px;
    font-weight: 600;
}
.wizard-benefits i {
    color: #ffb940;
    margin-right: 8px;
}
.availability-section {
    padding: 60px 0;
}
.availability-card {
    background: #0b3b57;
    color: #fff;
    border-radius: 28px;
    padding: 26px;
    box-shadow: 0 22px 40px rgba(2, 24, 46, 0.25);
    display: grid;
    gap: 20px;
}
.availability-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
}
.slot-btn {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 10px 12px;
    border-radius: 12px;
    font-weight: 600;
}
.slot-btn.active {
    background: #ffb940;
    color: #1f2b3a;
}
.availability-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.quick-estimate {
    padding: 70px 0;
    background: #f4f8fb;
}
.estimate-card {
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 20px 35px rgba(2, 24, 46, 0.12);
}
.estimate-total {
    margin: 18px 0;
    font-size: 1.2rem;
    font-weight: 700;
}
.gallery-section {
    padding: 70px 0;
}
.gallery-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 30px rgba(2, 24, 46, 0.15);
}
.gallery-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
.gallery-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    text-transform: uppercase;
}
.loyalty-section {
    padding: 70px 0;
    background: #f4f8fb;
}
.loyalty-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.loyalty-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 16px 28px rgba(2, 24, 46, 0.12);
}
.dashboard-section {
    padding: 60px 0;
}
.dashboard-card {
    background: linear-gradient(135deg, #0b3b57, #0f5478);
    color: #fff;
    border-radius: 26px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    box-shadow: 0 22px 40px rgba(2, 24, 46, 0.35);
}
.coverage-section {
    padding: 70px 0;
}
.coverage-list {
    list-style: none;
    padding: 0;
}
.coverage-list li {
    margin-bottom: 8px;
    font-weight: 600;
}
.coverage-map {
    height: 320px;
    border-radius: 24px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 214, 107, 0.3), transparent 40%),
        linear-gradient(135deg, rgba(10, 76, 114, 0.2), rgba(7, 29, 45, 0.05));
    position: relative;
    box-shadow: 0 18px 30px rgba(2, 24, 46, 0.15);
}
.map-pin {
    position: absolute;
    background: #0b3b57;
    color: #fff;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
}
.pin-1 { top: 30%; left: 20%; }
.pin-2 { top: 18%; left: 55%; }
.pin-3 { bottom: 20%; right: 18%; }
.pin-4 { bottom: 28%; left: 35%; }
.faq-search input {
    max-width: 520px;
    margin: 0 auto;
    border-radius: 999px;
}
@media (max-width: 991px) {
    .dashboard-card {
        text-align: center;
        justify-content: center;
    }
    .availability-footer {
        justify-content: center;
        text-align: center;
    }
}

.dashboard-hero {
    padding: 80px 0 60px;
    background: radial-gradient(circle at top right, rgba(255, 214, 107, 0.2), transparent 55%),
        linear-gradient(135deg, rgba(10, 76, 114, 0.18), rgba(7, 29, 45, 0));
}
.dashboard-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}
.dashboard-preview {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.dashboard-tile {
    background: #0b3b57;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 18px 30px rgba(2, 24, 46, 0.25);
}
.dashboard-features {
    padding: 60px 0;
}
.dashboard-feature-card {
    background: #fff;
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 16px 28px rgba(2, 24, 46, 0.12);
    height: 100%;
}
.dashboard-feature-card i {
    font-size: 1.5rem;
    color: #0b3b57;
    margin-bottom: 10px;
}
.dashboard-cta {
    padding: 40px 0 90px;
}
.dashboard-cta-card {
    background: linear-gradient(135deg, #0b3b57, #0f5478);
    color: #fff;
    border-radius: 26px;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    box-shadow: 0 22px 40px rgba(2, 24, 46, 0.35);
}
@media (max-width: 991px) {
    .dashboard-actions .btn {
        width: 100%;
    }
    .dashboard-cta-card {
        text-align: center;
        justify-content: center;
    }
}

.booking-hero {
    padding: 80px 0 60px;
    background: radial-gradient(circle at top right, rgba(255, 214, 107, 0.2), transparent 55%),
        linear-gradient(135deg, rgba(10, 76, 114, 0.18), rgba(7, 29, 45, 0));
}
.booking-hero-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}
.step-pill {
    background: rgba(10, 76, 114, 0.12);
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 700;
}
.booking-hero-card {
    background: #0b3b57;
    color: #fff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 22px 40px rgba(2, 24, 46, 0.3);
}
.booking-hero-contact {
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
}
.booking-form-section {
    padding: 70px 0;
    background: #f4f8fb;
}
.booking-form-card {
    background: #fff;
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 22px 40px rgba(2, 24, 46, 0.12);
}
.booking-form .form-control {
    border-radius: 14px;
    border: 1px solid rgba(15, 80, 120, 0.2);
}
.service-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}
.booking-summary-card {
    background: #0b3b57;
    color: #fff;
    border-radius: 26px;
    padding: 26px;
    box-shadow: 0 22px 40px rgba(2, 24, 46, 0.3);
    position: sticky;
    top: 120px;
}
.summary-total {
    font-size: 2rem;
    font-weight: 800;
    margin: 12px 0 16px;
}
.summary-list {
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
}
.summary-list div {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}
.summary-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
@media (max-width: 991px) {
    .booking-hero {
        padding: 60px 0 50px;
    }
    .booking-summary-card {
        position: static;
    }
    .summary-cta .btn {
        width: 100%;
    }
}
