body {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    height: 100%;
}

.column {
    display: flex;
    flex-direction: column;
}

.webchat {
    position: absolute;
    position: fixed;
    bottom: 0px; /* Adjust spacing from bottom */
    height: 460px;
    width: 320px;
    z-index: 1000; /* Ensures it stays above other content */
    transform: translateX(-50%);
    left: 50%;
}

.btn-chat-with-us {
    display: flex;
    align-items: center;
    gap: 10px;
    position: fixed;
    top: 10px;
    left: 50%; /* Center horizontally */
    transform: translateX(-50%);
    color: #ffffff;
    cursor: pointer;
    background-color: #FF2052;
    padding: 7px 15px;
    border-radius: 20px;
    z-index: 999999;
    font-weight: 900;
}

.sm-logo {
    max-width: 100%;
}

.btn-display-video {
    display: none;
}

.hero-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Semi-transparent dark overlay */
    z-index: 10;
    transition: opacity 0.3s ease;
}

/* .cont-video-home {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
} */

.cont-video-home {
    margin-bottom: 30px;
    width: 100%; /* Ensure the container takes up the full width of its parent */
    max-width: 510px; /* Optional: limit the maximum width for larger screens */
    margin: 0 auto; /* Center the video on the page */
    padding: 20px; /* Add some padding for aesthetics */
    box-sizing: border-box; /* Include padding in the width calculation */
}

.cont-video-media {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    width: 100%; /* Ensure the container takes up the full width of its parent */
    margin: 0 auto; /* Center the video on the page */
    padding: 20px; /* Add some padding for aesthetics */
    box-sizing: border-box; /* Include padding in the width calculation */
}

.reveal {
    display: block!important;
}

.cont-video-home video {
    width: 100%; /* Make the video take up the full width of the container */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove any inline spacing issues */
}

.cont-video-media video {
    width: 100%; /* Make the video take up the full width of the container */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove any inline spacing issues */
}

/* .sm-logo-mobile {
    max-width: 100%;
    display: block;
} */

.col-reverse-mobile {
    flex-direction: column-reverse !important;
}

.cont-width {
    max-width: 1400px;
    display: flex;
    width: 100%;
    margin: 0 auto 0 auto;
    flex-direction: column;
    position: relative;
}

.cont-width-row {
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
}

.roundel-metric {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #ffffff; /* optional background */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.roundel-metric img {
    max-width: 100%;
    height: auto;
    width: 40px;
}

.cont-text-metric {
    color: #ffffff;
}

.cont-step {
    display: flex;
    align-items: center;
    gap: 80px;
}

.hdr-faqs {
    font-size: 90px;
    padding-left: 20px;
}

.hdr-pricing {
    font-size: 45px;
    text-align: center;
}

.hdr-media {
    font-size: 90px;
}

.cont-step img {
    max-width: 100%;
    height: auto;
    height: 80px;
}

.hdr-sub-faqs {
    font-size: 18px;
}

.text-step {
    font-size: 18px;
    font-weight: 400;
}

.steps-hdr {
    font-size: 90px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 70px;
}

.steps-tagline {
    font-size: 25px;
}

.cont-video-text {
    width: 50%;
    text-align: center;
    min-width: 300px;
    padding: 20px;
}

.cont-video {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.cont-steps-text {
    padding: 0px 0px 50px 0px;
}

.hdr-text-metric-sm {
    font-size: 30px;
    font-weight: 900;
}

.hdr-text-metric {
    font-size: 50px;
    font-weight: 900;
}

.text-metric {
    font-size: 18px;
    font-weight: 200;
}

.cont-landing {
    display: flex;
    width: 100%;
    height: 100vh;
    background-color: #FFF5EC;
    align-items: center;
    justify-content: center;
}

.full-width {
    display: flex;
    width: 100%;
    gap: 20px;
    flex-direction: column;
}

.half-width {
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: column;
}

.min-height {
    min-height: 220px;
}

.one-third-width {
    display: flex;
    width: 100%;
    padding: 20px 20px 0px 20px;
}

.two-third-width {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0px 20px 20px 20px;
}

.pricing-block {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
    color: #ffffff;
    margin: 0px 20px 20px 20px;
}

.how-infographic {
    display: none;
}

.how-infographic-sm {
    display: block;
    max-width: 347px;
    margin: 0px auto;
}

.bar-menu-item {
    color: #ffffff;
    text-decoration: none;
}

.crown-icon {
    position: absolute;
    left: 30px;
    top: -60px;
}

.pricing-subscribe-block {
    display: flex;
    flex-direction: column;
    background-color: #6b8b99;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    color: #ffffff;
}

.cta-join {
    background-color: #2D3037;
    color: #ffffff;
    width: 100%;
}

.menu-text {
    display: none;
}

.white-block {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 15px;
    color: #000000;
}

.dark-fade {
    background-color: transparent;
}

.cont-slogan {
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
    padding: 20px 20px 0px 20px;
    letter-spacing: -1px;
}

.cont-coupon-home {
    padding: 20px;
    background-color: #a4c3c7;
    margin: 0px 20px 20px 20px;
    width: auto !important;
}



.icons-eco-time {
    position: absolute;
    left: 20px;
    top: 20px;
}

.interstitial-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure it's above other elements */
  }

.top-bar {
    display: flex;
    align-items: center;
    width: 100%;
}

/* .hdr-home > .top-bar {
    align-items: flex-start;
} */

.float-menu-link {
    text-decoration: none;
    color: #000000;
}

.hdr {
    display: flex;
    margin: 15px 15px 0px 15px;
    padding: 10px 0px;
    height: 60px;
    display: flex;
    align-items: center;
}

.hdr-btns img {
    width: auto!important;
}

.hdr > a > img {
    max-width: 120%;
}

/* .hdr > .top-bar img {
    width: 180px;
    height: auto;
} */

.cont-video {
    width: 100%; /* Ensure the container takes up the full width of its parent */
    margin: 0 auto; /* Center the video on the page */
    padding: 10px; /* Add some padding for aesthetics */
    box-sizing: border-box; /* Include padding in the width calculation */
}

.cont-video video {
    width: 100%; /* Make the video take up the full width of the container */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove any inline spacing issues */
}

.pos-right-delivery-msg {
    text-align: right;
    font-size: 9px!important;
    color: #7d7d7d;
}

.min-width-60 {
    min-width: 60px;
}

.min-width-100 {
    min-width: 100px;
}

.hdr-btns {
    margin-left: auto;
    display: flex;
}

.content {
    display: flex;
    flex-direction: column;
    margin: 15px 15px 0px 15px;
    flex: 1;
}

.full-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

#form {
    display: flex;
    flex: 1;
}

.text-heavy {
    font-weight: 900;
    font-size: 20px;
}

.cont-landing-dog {
    background-image: url(./../imgs/hero-dog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
}

.cont-hero {
    min-height: 760px;
    display: flex;
    background-image: url(./../imgs/hero-dog.jpg);
    background-repeat: no-repeat;
    /* background-position: center bottom 20px;
    background-size: 75%; */
    background-size: cover;
    background-position: left bottom;
    background-color: #132529;
}

.cont-airbnb-promo {
    display: flex;
    flex-direction: column;
    padding: 15px;
    width: auto;
    color: #000000;
    margin: 0px 20px;
}

.promo-yellow {
    background-color: #f3cc3d;
}



.cont-metrics {
    min-height: 220px;
    display: flex;
    align-items: center;
    background-color: #0A1416;
    gap: 30px;
}

.cont-metric {
    display: flex;
    gap: 20px;
    margin: 20px;
}

.hero-pink-lady {
    justify-content: center;
}

.heading-2-dark {
    text-align: center;
    color: #000000;
    font-size: 38px;
    margin-bottom: 30px;
}

.heading-2-light {
    text-align: center;
    color: #ffffff;
    font-size: 38px;
    margin-bottom: 30px;
}

.heading-2-light-thin {
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    font-weight: 200;
}

.heading-2-thin-dark {
    text-align: center;
    color: #000000;
    font-size: 26px;
    font-weight: 200;
}

.heading-3-light {
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 30px;
}

.heading-3-dark {
    text-align: center;
    color: #000000;
    font-size: 26px;
    margin-bottom: 30px;
}

.price-para {
    display: flex;
    gap: 20px;
    font-size: 18px;
    font-weight: 300;
}

.text-underline {
    text-decoration: underline;
    cursor: pointer;
}

.cont-prices {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
}

.lrg-price {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -1px;
}

.about-green-lady {
    justify-content: center;
}

.txt-about {
    color: #000000;
    padding: 0px 60px 60px 60px
}

.cont-about {
    background-image: url(./../imgs/hero-dog.jpg);
    background-position: center right 75%;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 20px;
}

.txt-join {
    color: #ffffff;
    cursor: pointer;
    background-color: #FF2052;
    padding: 15px;
    border-radius: 20px;
}

.delivery-time-datepicker {
    width: 100%;
}

.close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999999;
}

.content-dashboard-order {
    padding: 20px;
}

.scroll-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.interstitial-content {
    position: fixed; /* Fix the interstitial at the top of the screen */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent background */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* Ensure it sits above all other content */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding-top: 50px;
}

.iframe-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 46.25%; /* 16:9 Aspect Ratio */
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.cont-faq {
    min-height: 100vh;
    background-color: #db824d;
    display: flex;
    align-items: center;
    padding: 20px;
}

.cont-student-offer {
    min-height: 100vh;
    background-color: #000000;
    display: flex;
    align-items: center;
    color: #000000;
}

.full-height {
    min-height: 100vh;
}

.max-width {
    max-width: 100%!important;
}

.cont-imported-message {
    display: flex;
    flex-direction: column;
    background-color: #d9f146;
    padding: 15px;
}

.cont-easy-steps {
    min-height: 100vh;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #000000;
}

.cont-window {
    min-height: 100vh;
    background-color: #2D3037;
    background-image: url(./../imgs/bkgrd-window.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 20px;
    background-repeat: no-repeat;
}

.cont-txt-operate {
    padding: 20px;
}

.text-hdr-availability {
    font-size: 45px;
    font-weight: 900;
}

.text-tagline-availability {
    font-size: 25px;
    font-weight: 200;
}

.cont-media {
    min-height: 100vh;
    background-color: #D1F6FF;
    display: flex;
    align-items: center;
    padding: 20px;
}

.cont-how {
    min-height: 100vh;
    background-color: #D1F6FF;
    display: flex;
    align-items: center;
    padding: 20px;
}

.cont-how-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
}

.cont-how-pic > p {
    color: #ffffff;
    margin-left: 40px;
}

.cont-how-pic > p > span {
    font-size: 35px;
    font-weight: 200;
}

.cont-stickers {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.sticker, .student-offer-img {
    max-width: 100%;
    height: auto;
}

.text-light {
    color: #ffffff;
}

.cont-price-block {
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    border: 1px solid #999999;
    max-width: 350px;
    align-self: flex-end;
}

.cont-price-block-subscription {
    background-color: #0066FF;
    color: #ffffff;
    border: 1px solid transparent!important;
}

.hero-about {
    max-width: 100%;
    height: auto;
    width: 300px;
    margin: 0px auto;
}

.how-infographic {
    max-width: 100%;
    height: auto;
}

.cont-pricing {
    min-height: 100vh;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

.content-hero {
    
    margin-bottom: 0px!important;
}

.hero-laundry-basket {
    max-width: 100%;
    height: auto;
}

.promo {
    margin-bottom: 20px;
}

.pink-promo {
    background-color: #FFC3EE;
    border-radius: 35px;
    padding: 25px;
}

.beige-promo {
    background-color: #ECDECE;
    border-radius: 35px;
    padding: 25px;
}

.col {
    display: flex;
    flex-direction: column;
}

.promo-text {
    font-size: 28px;
    font-weight: 300;
}

.text-thick {
    font-weight: 700;
}

.greyscale-100 {
    filter: grayscale(100%);
}

.capital-text {
    text-transform: capitalize;
}

.reset-margin-horz {
    margin-left: 0px;
    margin-right: 0px;
}

.reset-padding {
    padding: 0px!important;
}

.cont-overview-menu {
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.btn-overview-menu {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 10px;
    align-items: center;
    flex: 1;
}

.cont-light-grey {
    background-color: #f7f7f7;
    padding: 25px;
}

.cont-light-grey {
    background-color: #F7F7F7;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.label-price {
    font-size: 28px;
    color: #999999;
    font-weight: 600;
}

.text-medium-body {
    font-size: 15px;
    font-weight: bold;
    min-width: 80px;
}

.cont-delivery-img {
    display: flex;
    gap: 30px;
    align-items: center;
}

.price-label {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.cont-onboard-price {
    display: flex;
    align-items: center;
    max-width: 250px;
    margin: 15px auto;
}

.cont-onboard-radios {
    display: flex;
    margin: 15px auto;
    flex-direction: column;
}

.cta {
    display: flex;
    background-color: #000000;
    padding: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    place-self: flex-start;
    align-items: center;
    letter-spacing: 0px;
    cursor: pointer;
    text-decoration: none;
}



.promo-dark-green {
    background-color: #000000;
}

.cta-cyan {
    background-color: #008A9C!important;
    letter-spacing: 0px;
}

.cta-teal {
    background-color: #61a693;
}

.item-discounted {
    margin-right: 10px;
}

.margin-left-auto {
    margin-left: auto;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-left-15 {
    margin-left: 15px;
}

.desktop-left-15 {
    margin-left: 15px!important;
}

.textfield-border-light {
    border: 1px solid #ffffff!important;
}

.discount-message {
    font-size: 14px;
    text-align: center;
    color: #4fa945;
}

.cta-schedule-booking, .cta-book-now, .cta-join-today, .cta-book-clean, .cta-available-nearby, .cta-book-today, .cta-waitlist, .cta-students {
    width: auto;
}

.half-width-max {
    max-width: 660px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.cta-selected {
    background-color: rgb(86, 196, 86)!important;
    color: white;
}

.cta-inline {
    display: inline-flex;
}

.cta-home {
    padding: 20px 50px;
    font-weight: bold;
    color: #ffffff;
    background-color: #000000;
}

.cta-home-book {
    padding: 20px 30px;
    font-weight: bold;
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
}

.cta-pastel-blue {
    width: 100%;
    justify-content: center;
    max-width: 320px;
    background-color: #7a8891;
}

.cta-pastel-green {
    width: 100%;
    justify-content: center;
    max-width: 400px;
    background-color: #DFEDA9;
    color: #000000;
    font-weight: bold;
}

.cta-block {
    width: 100%;
    justify-content: center;
    max-width: 400px;
}

.cta-pink {
    margin-top: 20px;
}

.cta-grey {
    margin-top: 20px;
}

.cta-orange {
    background-color: #eb9704;
    color: #000000;
}

.cta-home-light {
    background-color: #FFF5EC;
    color: #000000;
    font-weight: bold;
}

.cta-learn-more {
    text-decoration: underline;
    background-color: transparent;
    font-weight: 700;
    color: #ffffff;
    padding: 20px 20px;
    width: auto;
}

.icon-white {
    stroke: #ffffff;
}

.cont-tick {
    display: flex;
}

.arrow-pink {
    margin-left: 20px;
    stroke: #FFC3EE;
    border: 1px solid #FFC3EE;
    border-radius: 50%;
}

.arrow-white {
    margin-left: 20px;
    stroke: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.arrow-beige {
    margin-left: 20px;
    stroke: #ECDECE;
    border: 1px solid #ECDECE;
    border-radius: 50%;
}

.arrow-dark {
    margin-left: 20px;
    stroke: #000000;
    border: 1px solid #000000;
    border-radius: 50%;
}

.arrow-grey {
    margin-left: 20px;
    stroke: #666666;
    border: 1px solid #666666;
    border-radius: 50%;
}

.arrow-blue {
    margin-left: 20px;
    stroke: #CBE8FB;
    border: 1px solid #CBE8FB;
    border-radius: 50%;
}

.btn-rounded {
    background-color: #000000;
    border-radius: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    cursor: pointer;
}

.btn-small {
    font-size: 12px;
    padding: 10px 15px;
}

.table-scroll-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    overflow-x: auto;
    padding: 10px;
}

.cont-sub-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px 0px;
    cursor: pointer;
}

.cta-sub-nav.active {
    border-bottom: 2px solid #000;
}

.pamper-promo {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(./../imgs/pic-pamper.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    /* border-radius: 20px; */
    padding: 25px;
}

.pamper-graphic, .img-expand {
    max-width: 100%;
    height: auto;
}

.cont-priority-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.how-promo {
    display: flex;
    flex-direction: column;
    background-color: #DFEDA9;
    padding: 20px;
    /* border-radius: 20px; */
}

.cta-title {
    font-size: 16px;
    font-weight: 700;
}

.cta-subtitle {
    color: #939393;
    font-size: 12px;
}

.txt-light {
    color: #ffffff;
}

.promo-title {
    font-size: 28px;
    font-weight: 300;
    margin: 10px auto;
}

.onboard-title {
    font-size: 28px;
    font-weight: 300;
    margin: 50px auto;
}

.how-promo > ul {
    list-style: disc;
}

.how-promo > ul > li {
    margin: 10px 0px 20px 30px;
}

.center-elem {
    text-align: center;
    justify-content: center;
}

.service-promo {
    background-color: #ECDECE;
    padding: 60px 20px;
    /* border-radius: 20px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.laundry-promo {
    /* background-image: url(./../imgs/promo-bkgrd-laundry.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
}

.ironing-promo {
    /* background-image: url(./../imgs/promo-bkgrd-ironing.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
}

.home-promo {
    /* background-image: url(./../imgs/promo-bkgrd-home.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
}

.service-heading {
    text-transform: uppercase;
    font-size: 28px;
}

.service-text {
    font-size: 22px;
    font-weight: 300;
}

.bkgrd-grey {
    background-color: #D3D3D3;
    padding: 25px;
}

.promo-grey {
    padding: 25px;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
    background-color: #ababab;
}

.promo-dark-grey {
    background-color: #939393;
    color: #ffffff;
    padding: 25px;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
}

.promo-white {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
}

.size-icons {
    width: 30px;
}

.promo-white-outline {
    border: 3px solid #CCCCCC;
}

.promo-white-outline-selected {
    border: 3px solid #000000;
}

.btn-priority-delivery, .btn-standard-delivery {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon-zap {
    display: flex;
    width: 40px;
    text-align: center;
    margin-right: 20px;
}

.promo-join {
    background-color: #666666;
    color: #ffffff;
    padding: 25px;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
}

.promo-hero-home {
    margin: 20px 0px 00px 0px;
}

.cta-light {
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
}

.cta-white {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 35px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 15px;
    color: #000000;
}

.cont-service-img {
    min-height: 150px;
}

.form-address {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.cont-service-img img {
    max-width: 100%;
    height: auto;
    width: 200px;
}

.cont-laundrette-img {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 80px;
}

.cont-laundrette-img img {
    max-width: 100%;
    height: auto;
    width: 80px;
}

.cont-delivery-img img {
    max-width: 100%;
    height: auto;
    width: 80px;
}

.alert-icon {
    max-width: 100%;
    height: auto;
}

.alert-bar {
    border-radius: 15px;
    padding: 10px 15px;
    align-items: center;
}

.alert-bar-green {
    background-color: #b2df88;
}

.alert-bar-blue {
    background-color: #88d2df;
}

.bkgrd-light-grey {
    background-color: #f7f7f7;
    min-height: 400px;
    padding: 25px;
}

.theme-green {
    background-color: #132529;
}

.bkgrd-theme-green {
    background-color: #132529;
    min-height: 400px;
    min-height: 100vh;
}

.bkgrd-light-beige {
    background-color: #fbf6e0;
    min-height: 400px;
    padding: 25px;
}

#google-reviews {
    max-height: 400px;
    overflow-y: scroll;
}

.text-sm-body {
    font-size: 16px;
}

.alert-text {
    color: #ff0000;
}

.list-locations > li {
    margin-top: 15px;
}

.text-xsm-body {
    font-size: 11px;
}

.form-postcode {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.txt-pink {
    color: #FF2052;
}

.cont-student-email {
    background-color: #000000;
    padding-bottom: 40px;
}

.cont-txt-postcode {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mdc-text-field--textarea {
    width: 100%!important;
}

.form-locate, .form-student {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.form-student {
    min-width: 100%;
    margin: 0px auto;
}

.btn {
    font-size: 12px;
    font-weight: 300;
    display: flex;
}

.menu-btn {
    cursor: pointer;
}

.btn-black {
    padding: 10px 15px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.inline-elems {
    display: flex;
    align-items: center;
}

.btn-check-postcode, .btn-check-student-email {
    background-color: #000000;
    color: #ffffff;
    padding: 10px 15px;
    align-self: stretch;
    text-transform: uppercase;
    align-items: center;
    cursor: pointer;
}

.btn-light {
    background-color: #f7f0e8;
    padding: 10px 15px;
    align-self: stretch;
    align-items: center;
}

.mdc-text-field, .mdc-select {
    width: 100%;
    margin-bottom: 15px;
}

.single-text-field {
    margin-bottom: 0px;
}

.cont-upload {
    display: flex;
    flex-direction: column;
    border: 3px dashed #666666;
    border-radius: 15px;
    padding: 15px;
    height: 150px;
    width: 150px;
    flex-flow: column-reverse;
    background-size: cover;
    margin-bottom: 15px;
}

.btn-upload {
    background-color: #000000;
    color: #ffffff;
    padding: 5px 15px;
    margin: 0px 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.btn-submit {
    margin-top: 15px;
    display: none;
}

#imageInput, #imageInput2 {
    display: none;
}

.row {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.padding-left-15 {
    padding-left: 15px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-15 {
    margin-top: 15px!important;
}

.margin-top-20 {
    margin-top: 20px!important;
}

.margin-top-30 {
    margin-top: 30px!important;
}

.margin-top-60 {
    margin-top: 60px!important;
}

.margin-top-0 {
    margin-top: 0px!important;
}

.cta-next {
    justify-content: center;
    min-width: 160px;
    margin: 30px auto 0px auto;
}

.promo-beige {
    background-color: #ECDECE;
    padding: 25px;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
}

.promo-home-beige {
    background-color: #ECDECE;
    padding: 25px;
    font-size: 20px;
    font-weight: 300;
    height: 200px;
    overflow: visible;
    position: relative;
    margin-bottom: 55px;
}

.hero-schedule-img {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}

.icon {
    max-width: 100%;
    height: auto;
    margin-right: 15px;
}

.icon-costings {
    height: 30px;
}

.icon-category {
    height: 20px;
    margin: 0px auto;
}

.align-center {
    display: flex;
    align-items: center;
}

.form-laundry {
    display: flex;
    align-items: center;
}

#laundry-quantity {
    align-self: stretch;
    border: 1px solid #666666;
}

.btn-border {
    border: 1px solid #666666;
}

.cta-green {
    background-color: #596a4c;
}

.bkgrd-green {
    background-color: #c6e3a8;
}

.promo-green {
    background-color: #c6e3a8;
    padding: 25px;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
}

.promo-blue {
    background-color: #CBE8FB;
    padding: 25px;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
}

.mdc-tab-bar {
    margin-bottom: 20px;
}

.content-signup, .content-login {
    display: none;
}

.content-signup.show, .content-login.show {
    display: block;
}

.btn-login, .btn-signup {
    justify-content: center;
}

.cont-add-laundry, .cont-add-detergent, .cont-add-ironing, .cont-add-home {
    background-color: #f7f0e8;
    margin-top: 10px;
}

.instance-add-laundry {
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed #2c2c2d;
    padding: 15px 0px;
}

.cont-instance-add-laundry {
    display: flex;
    align-items: center;
}

.cont-instance-add-laundry > img {
    margin-right: 15px;
}

#cookie-banner a {
    color: #4caf50;
    text-decoration: underline;
}

.cta-connect-payment {
    width: auto;
}

.cta-connect {
    margin: 0px 60px 0px 60px;
    width: auto;
}

.cont-categories {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 15px;
}

.cta-category {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
}

.logo-grey {
    filter: grayscale(100%);
}

.img-logo {
    max-width: 100%;
    height: auto;
    height: 50px;
}

.img-logo-past-orders {
    max-width: 100%;
    height: auto;
    height: 35px;
}

.cont-result {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    cursor: pointer;
}

.img-round {
    border-radius: 50%;
}

.text-tiny-body {
    font-size: 12px;
    font-weight: 700;
}

.text-tiny {
    font-size: 12px;
}

.cont-cta-result {
    display: flex;
    align-items: center;
    justify-content: center;
}

.result-content {
    display: flex;
    align-items: baseline;
    gap: 10px;
}


.cont-result-loc {
    display: flex;
    align-items: center;
}

.cont-result-loc > .pin-icon {
    margin-right: 5px;
    max-width: 100%;
    height: 20px;
}

.cont-laundrette-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont-icon-services {
    display: flex;
    align-items: center;
}

.cont-icon-services > img {
    max-width: 100%;
    height: 20px;
    margin-right: 10px;
}

.cont-service-result {
    display: flex;
    justify-content: space-between;
}

.cont-service-btns {
    display: flex;
    align-items: center;
}

.service-btn:nth-child(1) {
    display: flex;
    background-color: #f7f0e8;
    padding: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0px 0px 10px;
    border-right: 1px solid #bbb;
}

.service-btn:nth-child(2) {
    display: flex;
    background-color: #f7f0e8;
    padding: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 0px 10px 10px 0px;
}

.roundel {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    border-radius: 50%;
    min-width:20px;
    min-height: 20px;
    margin-left: 15px;
}

.roundel-upcoming, .roundel-undelivered {
    margin-left: 5px;
    background-color: #e1a58d;
    color: #000000;
}

.underline {
    text-decoration: underline;
}

.btn-accordion {
    display: flex;
    background-color: #000000;
    padding: 10px 15px;
    border-radius: 15px;
    cursor: pointer;
    min-height: 50px;
}

.space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont-laundrette-bio {
    width: 300px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px auto;
    text-wrap: auto;
}

.cont-laundrette-bio.expand-truncate {
    height: auto;
    white-space: normal;
    overflow: auto;
}

.cont-order-instance, .cont-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-roundel {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    border-radius: 50%;
    min-width: 20px;
    min-height: 20px;
}

.slots {
    display: flex;
    flex-direction: column;
}

#slot-collection, #slot-standard-collection, #date-collection, #date-standard-collection, #time-collection, #time-standard-collection, #cancel-reason, #payment-reason, #time-return, #date-standard-return, #time-standard-return, #time-delivery, #time-standard-delivery {
    margin: 0px auto;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
}

.cont-slots {
    display: flex;
    gap: 10px;
    align-items: center;
}

.cta-full-width {
    justify-content: space-between;
    width: 100%;
}

.link-txt {
    font-weight: bold;
    text-decoration: underline;
}

.cta-outline-dark {
    background-color: transparent;
    border: 2px solid #000000;
    color: #000000;
    font-weight: bold;
}

.cta-outline-light {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
}

.cta-arrow {
    padding: 15px 20px;
}

.delivery-result {
    display: flex;
    flex-direction: column;
}

.delivery-instance {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subtotal-price {
    font-size: 40px;
    text-align: center;
}

.cont-feedback {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.low-opacity {
    opacity: 0.2;
}

.welcome-txt, .dialog-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.light-txt {
    font-weight: 300;
}

.notification-bar {
    display: flex;
    background-color: #cf3131;
    color: #ffffff;
    padding: 10px;
    justify-content: space-between;
    border-radius: 10px;
}

.notification-expired {
    background-color: #e1a58d;
}

.notification-cta {
    font-weight: 700;
    text-decoration: underline;
}

.notification-pickup {
    background-color: #e1a58d;
    color: #000000;
}

.cta-submit, .center-content {
    display: flex;
    justify-content: center;
}

.dashboard-top-nav {
    display: flex;
}

.nav-item {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    padding: 10px 20px;
    align-items: center;
    min-width: 83px;
}

.nav-item > img {
    max-width: 100%;
    height: auto;
    width: 25px;
}

.nav-selected {
    background-color: #f7f7f7;
}

.cont-jobs-nav {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    overflow-x: visible;
    padding-bottom: 15px;
}

.same-day-delivery-icon {
    margin-left: 20px;
}

.same-day-delivery-text {
    font-size: 10px;
    margin-left: 20px;
}

.btn-learn-more-airbnb {
    border: 2px solid transparent;
}

.result-logo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cont-job-state, .cont-payments-state {
    display: flex;
}

.cont-job-state.cont-additional-services {
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 15px;
}

.nav-job-state, .nav-payments-state, .nav-services-state {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
    display: flex;
    align-items: center;
}

.nav-services-state.btn-service {
    background-color: #e9e9e9;
    border-radius: 15px;
}

.nav-job-state.selected {
    background-color: #ffffff;
    border-radius: 20px;
}

.nav-payments-state.selected {
    background-color: #000000;
    color: #ffffff;
    border-radius: 20px;
}

.nav-services-state .icon-accept {
    display: none;
  }

.nav-services-state.selected {
    background-color: #000000;
    color: #ffffff;
    border-radius: 15px;
}

.nav-services-state.selected .icon-accept {
    max-width: 100%;
    height: auto;
    display: inline;
    margin-left: 8px;
    width: 15px;
  }

.cont-jobs {
    display: flex;
    flex-direction: column;
}

.cont-job-instance {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(192, 192, 192, 0.75);
}

.job-top-detail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.job-number {
    font-size: 22px;
    font-weight: 700;
}

.job-cta, .job-cta-adjust, .job-cta-labels {
    font-weight: 700;
    text-decoration: underline;
}

.job-telephone {
    display: flex;
    align-items: center;
}

.job-telephone > img {
    margin-right: 5px;
}

.cont-job-order {
    display: flex;
    border: 1px solid #cccccc;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
}

.job-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job-status > img {
    margin-right: 10px;
}

.cont-search-icon {
    margin-right: 10px;
}

.job-synopsis {
    font-size: 15px;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-full {
    font-size: 15px;
}

#zoomedImage {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
    border: 2px solid #fff; /* Optional: Add a border for better visibility */
}

.orders-list-item {
    padding-bottom: 12px!important;
}

.cont-orders-list-item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.cont-orders-list-item > img {
    margin-top: 12px;
}

.certificate {
    max-width: 100%;
    height: auto;
}

.btn-green {
    padding: 10px 15px;
    color: #000000;
    border-radius: 5px;
    background-color: #c6e3a8
}

.menu-dashboard > a, .menu-join-us > a, .menu-logout > a {
    text-decoration: none;
    color: #000;
}

.btn-finished {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
}
.btn-finished.done {
    background-color: #c6e3a8;
    color: #000000;
}

.no-results {
    margin-top: 60px;
    text-align: center;
}

.status-bar {
    background-color: #000000;
    border-radius: 10px 10px 0px 0px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
}

.status-bar-scheduled {
    background-color: #7fb14b;
}

.tick-green {
    stroke: #7fb14b;
}


/* Interstitial */

.interstitial {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #7fb14b;
    color: #fff;
    z-index: 999;
    
}

.banner {
    display: flex;
    flex-direction: column;
    background-color: #000000;
    color: #fff;
    padding: 25px 20px;
    font-size: 20px;
    position: relative;
}

.banner-dismiss {
    position: absolute;
    right: 30px;
    top: 25px;
}

.int-content {  
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
    margin-bottom: 170px;
    padding: 0px 30px;
}

.int-subheading {
    margin: 30px 0px;
}

.int-heading {
    color: #fff;
    font-size: 40px;
    margin-top: 30px;
}

.int-ul {
    list-style: circle;
    text-align: left;
    padding: 15px;
}

.int-ul > li {
    margin-bottom: 10px;
}

.int-close {
    width: calc(100% - 60px);
    justify-content: center;
    position: absolute;
    bottom: 100px;
}

.int-join-btn {
    width: calc(100% - 60px);
    justify-content: center;
    position: absolute;
    bottom: 30px;
}

.banner-join-btn {
    background-color: #555555;
    color: #fff;
    padding: 15px 30px;
    display: flex;
    width: max-content;
    font-size: 12px;
    border-radius: 12px;
}

.int-join-btn:hover {
    background-color: #fff;
    color: #000000;
}

.int-subheading {
    color: #fff;
    margin: 30px 0px;
}

/* Interstitial end */

.survey {
    display: flex;
    flex-direction: column;
    width: 100vw;
    background-color: #7fb14b;
    color: #fff;
    min-height: 100vh;
}

.survey-heading {
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    color: #000000;
}

.survey-subheading {
    margin: 30px 0px;
    color: #000000;
}

.survey-content {  
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
    color: #000000;
}

.survey-question {
    margin-bottom: 15px;
}

.button-container {
    display: flex;
    justify-content: center;
}

.question-container {
    margin-bottom: 20px;
    border: 1px solid #fff;
    padding: 15px;
  }

  .answer-container {
    display: none;
    margin-top: 10px;
  }

  .button-reveal {
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
  }

  .yes-button {
    background-color: #4CAF50;
    color: white;
    border-radius: 5px 0px 0px 5px;
    min-width: 70px;
  }

  .no-button {
    background-color: #f46236;
    color: white;
    border-radius: 0px 5px 5px 0px;
    min-width: 70px;
  }

  .survey-join-btn {
    margin-bottom: 30px;
  }

  .survey-agreement {
    color: #000000;
    font-size: 14px;
  }

  #my-dialog-content {
    text-align: center;
  }


  .promo-hero {
      position: relative;
      background-image: url('./../imgs/hero-laundry-fire.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      height: 518px;
      background-position: center center;
      margin-bottom: 0px!important;
      filter: grayscale(40%);
  }

  .text-letters {
      font-size: 78px;
      color: #FFFFFF;
      font-weight: 900;
  }

  .text-dark {
      color: #000000;
  }

  .letters-la {
      position: absolute;
      left: 36px;
      top: 45px;
      display: none;
  }

  .letters-un {
    position: absolute;
    right: 36px;
    top: 170px;
    display: none;
  }

  .letters-dry {
    position: absolute;
    left: 36px;
    top: 325px;
    LINE-HEIGHT: .4;
  }

  .btm-hero-tagline {
      position: absolute;
      width: calc(100% - 72px);
      padding: 20px;
      background-color: #000000;
      color: #fff;
      bottom: 36px;
      left: 36px;
      right: 36px;
      font-size: 20px;
      display: none;
  }

  .promo-offering {
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 300px;
      padding: 30px;
      background-color: #000000;
      color: #ffffff;
  }

  .promo-coverage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}

  .promo-get-started {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
    padding: 30px;
    background-color: #000000;
    color: #999999;
  }

  .text-upper-heading {
      text-transform: uppercase;
      color: #ffffff;
      font-size: 24px;
  }

  .cont-row {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .promo-icons {
    display: flex;  
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    padding: 30px;
    width: 100%;
  }

  .promo-join-us {
      display: flex;
      min-height: 300px;
      background-color: #000000;
      background-image: url('./../imgs/img-join-now.png');
      background-repeat: no-repeat;
      background-position: center center;
  }

  .cont-footer {
    background-color: #0A1416;
    display: flex;
    min-height: 30vh;
    align-items: center;
  }

  .cont-secure-payment {
    display: flex;
    background-color: #ababab;
    min-height: 50vh;
    align-items: center;
  }

  .promo-safe {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ababab;
      min-height: 300px;
      padding: 30px;
  }

  .hero-small-text {
    font-size: 20px;
    margin-left: 5px;
  }

  .txt-thin {
      font-weight: 100;
  }

  .txt-300 {
    font-weight: 300;
}

  .cont-safe-details {
      text-align: center;
  }

  .txt-dark {
      color: #000000;
  }

  .txt-light {
      color: #ffffff;
  }

  .txt-safe {
      font-size: 36px;
  }

  .promo-cont {
    border-radius: 25px 25px 0px 0px;
    margin-bottom: 0px;
    flex: 1;
  }

  .cont-operating {
      display: flex;
      align-items: center;
      gap: 40px;
      min-height: 150px;
  }

  .weight-bold {
      font-weight: 700;
  }

  .cont-letters {
      position: relative;
      width: 100%;
  }

  .cont-activity-instance, .cont-opening-instance, .cont-opening-dates {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .cont-dates {
    flex-direction: column;
    width: 100%;
  }

  .cont-opening-day {
    width: 60px;
  }

  .cont-column {
    flex-direction: column;
  }

  .border-btm-dashed {
    border-bottom: 1px dashed #ccc;
    padding: 0px 0px 10px 0px;
  }

  .activity-heading {
      font-size: 20px;
      font-weight: 100;
  }

  .date-activity {
      text-align: right;
  }

  .payment-details {
      display: flex;
      flex-direction: column;
      text-align: center;
  }

  .txt-job-no {
      font-size: 24px;
  }

  .cont-member, .member-status, .member-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: space-between;
  }

  .member-content {
    display: flex;
    flex-direction: column;
  }

  .cont-job-order.border-delivered {
    border: 2px solid #7fb14b!important;
  }

  .cont-job-order.border-delivering {
    border: 2px solid #2a2a2a!important;
  }

  .cont-job-order.border-canceled, .cont-job-order.border-returned {
    border: 2px solid #ff0000!important;
  }

  .payment-amount {
    margin-top: 20px;
  }

  .cont-month-balance, .cont-completed-dates {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .btn-view-services {
    margin-left: 20px;
  }

  .slider-container {
    width: 100%;
}

.slider {
    width: 100%;
    margin: 20px 0;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: -10px;
}

.slider-labels span {
    width: 10%;
    text-align: center;
}

/* Override styles */

.promo-hero-home > img {
    max-width: 100%;
    height: auto;
}

.hide {
    display: none!important;
}

.cont-all {
    display: flex;
    flex-direction: column;
    position: relative;
}

.cont-overlay {
    position: fixed; /* Overlay is positioned relative to .cont-all */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: rgba(255, 255, 255, 0.95); /* Slight transparency */
    z-index: 7; /* High so it sits above other elements */
    overflow-y: auto; /* Scroll if content is tall */
    transition: opacity 0.3s ease;
}

.cont-all-home {
    background-color: #FFF5EC;
}

.hdr-home {
    height: 100px;
    display: flex;
    align-items: center;
}

.faq-heading {
    cursor: pointer;
}

.promo-explain {
    background-color: #DCFF73;
    padding: 40px;
    text-align: center;
}

.text-explain {
    font-size: 22px;
    font-weight: 300;
}

.promo-availability {
    padding: 80px 40px;
    text-align: center;
    min-height: 360px;
}

.text-home-availability {
    font-size: 16px;
    font-weight: 300;
}

.promo-wordle {
    background-image: url('./../imgs/img-wordle.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 40px;
}

.cont-wordle-text {
    background-color: #4DFFFF;
    padding: 20px 40px;
    color: #000000;
    font-weight: 900;
    font-size: 18px;
}

.promo-locate, .promo-choose {
    display: flex;
    flex-direction: column;
    min-height: 260px;
    align-items: center;
    justify-content: center;
}

.promo-select {
    display: flex;
    flex-direction: column;
    min-height: 260px;
    align-items: center;
    justify-content: center;
    background-color: #FFB66C;
}

.promo-job-done {
    display: flex;
    flex-direction: column;
    min-height: 360px;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    color: #FFF5EC;
}

.promo-footer {
    display: flex;
    flex-direction: column;
    padding: 20px 60px 20px 20px;
    color: #FFF5EC;
}

.cta-privacy {
    font-size: 25px;
    font-weight: 500;
}

.promo-footer > ul > li > a {
    color: #FFF5EC;
    text-decoration: none;
}

.promo-footer > ul > li {
    margin-bottom: 10px;
}

.text-how-body {
    font-size: 22px;
    font-weight: 300;
}

.content-privacy > h1, .content-privacy > p, .content-privacy > h2 {
    margin-bottom: 15px;
}

.order-vert {
    display: flex;
    flex-direction: column;
}

.order-horz {
    display: flex;
    flex-direction: row;
}

/* Onboarding */

.progress-container {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.progress {
    background-color: #4dffff;
    height: 5px;
    width: 0%;
    transition: width 0.4s;
}

.progress-step {
    width: 50px;
    height: 5px;
    background-color: #dfdfdf;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0px 2px;
}

.progress-step::before {
    content: attr(data-title);
    position: absolute;
    top: 35px;
    font-size: 12px;
    text-align: center;
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.progress-step-active {
    border-color: #2e492f;
    background-color: #80c983;
}

.form-step {
    display: none;
}

.form-step-active {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
}

.cont-multi-buttons{
    text-align: center;
}

.row-gap {
    gap: 10px;
}

.form-cancel {
    display: flex;
    flex-direction: column;
    text-align: center;
}

/* Order on payment form */

.container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 30px 0px 30px 0px;
}

.item {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.item-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.item-header:hover {
    background-color: #f0f0f0;
}

.item-details {
    display: none;
    padding: 10px 0;
    color: #555;
}

.cont-prev-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.step-figure {
    font-size: 120px;
    font-weight: 700;
    color: #000000;
}

.cont-feature {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.cont-icon-feature {
    width: 50px;
    margin-right: 20px;
}

.cont-icon-feature.truck {
    width: 30px;
    margin-right: 20px;
}

.cont-icon-feature > img {
    max-width: 100%;
    height: auto;
    width: 50px;
}

.cont-icon-feature > img.truck {
    max-width: 100%;
    height: auto;
    width: 30px;
}

.font-strong {
    font-weight: 900;
}

.welcome-title {
    font-size: 30px;
}

.landing-hero {
    background-image: url(./../imgs/hero-dog-cover.jpg);
    background-position: center;
    background-size: cover;
    min-height: 140px;
}

.cont-hero-services {
    display: flex;
    padding: 30px 0px;
    flex-direction: row;
}

.cont-service-type {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
}

.border-left {
    border-left: 1px solid transparent;
    border-color: #151e1e;
    padding-left: 20px;
}

.border-right {
    border-right: 1px solid transparent;
    border-color: #415b5b;
}

/* Media queries */

@media only screen and (min-width: 600px) {

    

    .step-figure {
        font-size: 250px;
    }

    .cont-operating {
        justify-content: center;
    }

    .btm-hero-tagline {
        bottom: auto;
        top: 62px;
        left: auto;
        width: 40%;
        min-height: 180px;
        font-size: 40px;
    }

    .cont-letters {
        width: 50%;
    }

    .pamper-promo, .promo-get-started {
        width: 50%;
    }

    .promo-offering {
        text-align: center;
        padding: 30px 20%;
        justify-content: unset;
    }

    .promo-get-started {
        text-align: center;
    }

    .int-hdr {
        max-width: 500px;
        margin: 15px auto;
        width: 100%;
    }

    .int-content { 
        position: relative;
        min-height: 650px;
        overflow-y: auto;
    }

    .cont-row {
        display: flex;
        gap: 20px;
        flex-direction: row;
    }

    .cont-row.block {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }

    .cont-row.block.pair {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .cont-row.block.pair > .promo-coverage, .cont-row.block.pair > .promo-safe {
        min-height: 400px;
    }

    .cont-row > .promo {
        width: 50%;
    }

    .how-promo {
        margin-left: 12.5px;
    }

    .pamper-promo {
        height: auto;
    }

    .cont-service {
        display: flex;
    }

    .service-promo {
        flex: 1;
    }

    .ironing-promo {
        margin: 0px 25px 20px 25px;
    }

    .how-promo > ul {
        max-width: 500px;
        margin: 0px auto;
    }

    .cta-green {
        margin: auto;
        max-width: 350px;
    }

    .promo-text {
        font-size: 40px;
    }

    .cont-all {
        max-width: 800px;
        margin: auto;
    }

    .hdr {
        padding: 10px 15px;
        margin: 15px 0px;
        height: 100px;
    }

    .promo-home-beige {
        height: 400px;
    }

    .hero-schedule-img {
        height: 300px;
    }

}

@media only screen and (min-width: 1000px) {

    .cont-airbnb-promo {
        padding: 25px 50px;
        background-color: #f3cc3de3;
    }

    
    .hdr-pricing {
        font-size: 90px;
    }

    .cont-multi-buttons {
        flex-direction: row;
    }

    .cont-video-media {
        flex-direction: row;
    }

    .cont-footer-content {
        flex-direction: row;
    }

    .cont-detail {
        padding: 25px 200px;
    }

    .hdr-faqs {
        padding-left: 0px;
    }

    .text-hdr-availability {
        font-size: 90px;
        line-height: 70px;
    }

    .cont-txt-operate {
        padding: 80px;
    }

    .cont-steps-text {
        padding: 100px;
    }

    .col-reverse-mobile {
        flex-direction: unset!important;
    }

    .roundel-metric {
        width: 125px;
        height: 125px;
    }

    .roundel-metric img {
        width: 60px;
    }

    .cont-metric {
        width: 33%;
        margin: 0px;
    }

    .cont-step {
        padding-left: 200px;
    }

    .cont-width-row {
        flex-direction: row;
    }

    .webchat {
        bottom: 20px; /* Adjust spacing from bottom */
        right: 20px; /* Adjust spacing from right */
        left: auto;
        transform: none;
    }

    .btn-chat-with-us {
        position: fixed;
        transform: none;
        top: 15px;
        left : 20px;
        color: #ffffff;
        cursor: pointer;
        background-color: #000000;
        padding: 10px 15px;
        border-radius: 20px;
        z-index: 999999;
    }

    .form-student {
        min-width: 80%;
    }

    .student-offer-img {
        width: 500px; 
        margin: 0px auto;
    }

    .cont-stickers {
        flex-direction: row;
        gap: 80px;
    }

    .cont-window {
        background-size: 300%;
    }

    .border-left {
        padding-left: 60px;
    }

    .cont-video-home {
        z-index: 20;
        display: none;
    }

    .btn-display-video {
        background-color: #FF2052;
        padding: 15px;
        color: #ffffff;
        position: absolute;
        bottom: 20px;
        right: 20px;
        display: flex;
        font-weight: 700;
        align-items: center;
        z-index: 20;
        border-radius: 20px;
        cursor: pointer;
    }

    .cta-learn-more {
        font-size: 16px;
    }

    .cta-home-book {
        font-size: 16px;
    }

    .landing-hero {
        min-height: 180px;
        background-position: center top 60%;
    }

    .cont-icon-feature.truck {
        width: 50px;
    }
    
    .cont-icon-feature > img.truck {
        width: 50px;
    }

    .hdr > a > img {
        max-width: 100%;
    }

    .hdr > .top-bar img {
        width: auto;
        height: auto;
    }

    .hero-about {
        max-width: auto;
        width: 80%;
        height: auto;
    }

    .hdr {
        padding: 10px 15px;
        margin-bottom: 0px;
        height: 60px;
    }

    .how-infographic {
        display: block;
    }
    
    .how-infographic-sm {
        display: none;
    }

    .menu-text {
        margin-left: 50px;
        display: block;
    }

    .menu-text > span {
        padding: 0px 40px;
        font-weight: 700;
    }

    .dark-fade {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .hdr-home {
        height: 150px;
    }

    .cont-pricing {
        background-position: center;
    }

    .pricing-block {
        margin: 60px 20px 20px 20px;
        width: 100%;
    }

    .cont-prices {
        flex-direction: row;
    }

    .one-third-width {
        width: 33%;
        padding: 0px;
    }
    
    .two-third-width {
        width: 66%;
        padding: 0px;
    }

    .cont-hero {
        background-image: url(./../imgs/hero-dog.jpg);
        background-position: center right 25%;
        background-size: cover;
        min-height: 100vh;
    }

    .cont-about {
        background-image: url(./../imgs/hero-dog.jpg);
        background-position: top right 60%;
        background-size: 190%;
        min-height: 100vh;
    }

    .crown-icon {
        left: 460px;
    }

    .icons-eco-time {
        position: absolute;
        right: 0px;
        top: 0px;
        left: auto;
    }

    .cont-slogan-subline {
        font-size: 30px;
    }

    .cont-slogan {
        font-size: 70px;
        padding: 40px 0px 10px 60px;
        line-height: 1;
    }

    .cont-coupon-home {
        padding: 50px 50px;
        background-color: #a4c3c7;
    }

    .full-width {
        display: flex;
        width: 100%;
        gap: 20px;
        flex-direction: row;
    }

    .half-width {
        display: flex;
        width: 50%;
        position: relative;
        flex-direction: column;
    }

    .quarter-width {
        display: flex;
        width: 25%;
        position: relative;
        flex-direction: column;
    }

    .beige-promo {
        height: 400px;
        background-image: url(./../imgs/hero-beige.jpg);
        background-repeat: no-repeat;
        background-position: center right;
    }

    .beige-promo > .col {
        width: 700px;
    }

    .promo-text {
        font-size: 70px;
    }

    .cont-join {
        text-align: center;
    }

    .promo-join {
        max-width: 600px;
        margin: auto;
        background-color: transparent;
        color: #000000;
    }

    .cta-join {
        margin: 15px auto 0px auto;
    }

}