:root {
    --teal: #0871B3;
    --teal-dark: #0871B3;
    --teal-soft: #d6f1ee;
    --orange: linear-gradient(45deg, #EB5E52, #F78B5C);
    --orange-dark: linear-gradient(45deg, #EB5E52, #F78B5C);
    --light-bg: #f4f6f6;
    --text: #272727;
    --muted: #5f676c;
    --card-shadow: 0 10px 18px rgba(0, 0, 0, .08);
    --radius-xl: 24px;
    --radius-lg: 18px;
    --radius-md: 14px;
    --display: flex;
    --border-radius: 25px;

    --margin-top: 0px;
    --margin-bottom: -15px;
    --margin-left: 0px;
    --margin-right: 0px;

    --padding-top: 20px;
    --padding-bottom: 20px;
    --padding-left: 20px;
    --padding-right: 20px;
}

html {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: var(--text);
    background: #fff;
}

p {
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    letter-spacing: -.02em;
}

.section-title h1,
.section-title h2 {
    color: var(--teal-dark);
    text-transform: uppercase;
    font-size: clamp(1.9rem, 3vw, 2.5rem);
    text-align: center;
    margin-bottom: 35px;
}

.btn-brand,
.btn-brand-outline,
.pill-btn {
    border-radius: 999px;
    padding: 12px 22px;
    transition: all .2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    position: relative;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
}

.btn-brand:hover,
.btn-brand-outline:hover,
.pill-btn:hover {
    background: #065a8f;
    color: #fff;
}

.btn-brand {
    background: var(--orange);
    color: #fff;
    border: none;
    transition: 0.7s !important;
}

.btn-brand:hover {
    background: #0871b3 !important;
    color: #fff;
}

.btn-brand-outline {
    border: 2px solid #ec6353;
    color: var(--orange-dark);
    background: #fff;
    padding: 13px 33px;
}

section {
    padding: 50px 0;
}

.topbar {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 11px #3c3b3b3d;
}

.topbar nav {
    padding: 0;
}

.navbar-brand img {
    width: 100%;
    max-width: 160px;
}

.navbar-brand span {
    display: block;
    font-size: .78rem;
    font-weight: 500;
    letter-spacing: .02em;
    opacity: .95;
}

.topbar #mainNav {
    justify-content: end;
    gap: 55px;
}

.topbar .navbar-nav {
    gap: 55px;
}

.navbar-nav .nav-link {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    padding: 0 !important;
    position: relative;
    margin: 0px !important;
}

.navbar-nav .nav-link::before {
    height: calc(100% - 7px);
    width: 2px;
    background-color: #000;
    position: absolute;
    content: '';
    right: -20px;
    top: 4px;
}

.header-end {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-end a:first-child {
    color: #0871b3;
    padding: 0 !important;
    position: relative;
    margin: 0px !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: 18px;
}

.header-end a:first-child i {
    color: #0871b3;
}

.inner-icon {
    display: flex;
    gap: 20px;
}

.inner-icon div {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    color: #000;
}

.inner-icon div i {
    background: #0871b3;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
}

.hero {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
    background-position: right;
    padding: 0px;
    background-image: url(https://papaslaundromat.com/wp-content/uploads/2026/05/banner-3.jpg) !important;
}

.hero .container {
    position: relative;
    z-index: 12;
}

.hero::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    background: #fff;
    background: linear-gradient(278deg, #fff0 53%, rgb(255 255 255) 100%);
}

.hero h1 {
    color: #0871B3;
    text-transform: uppercase;
    line-height: 74px;
    font-size: 65px;
    margin-bottom: 10px;
}

.hero-sub {
    margin-bottom: 1.6rem;
    max-width: 558px;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.rating-pill,
.delivery-pill,
.mini-badge {
    border-radius: 999px;
    padding: 15px 33px;
    gap: .55rem;
    font-weight: 700;
    background: #0871b3;
    display: flex;
    align-items: center;
}

.hero h1 span {
    position: relative;
    display: inline-block;
    background: linear-gradient(45deg, #EB5E52, #F78B5C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    animation: shineMove 4s linear infinite;
}

.hero h1 span::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent 40%, rgb(248 240 224 / .8) 50%, transparent 60%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    color: #fff0;
    opacity: 1;
    animation: shineMove 4s linear infinite;
}

@keyframes shineMove {
    0% {
        background-position: 200% center;
    }

    100% {
        background-position: -200% center;
    }
}

.stars i {
    color: #fff;
}

.hero-figure {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.person-card {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 520px;
    min-height: 430px;
    border-radius: 28px;
    background: linear-gradient(135deg, #eef8f7 0%, #d9efec 100%);
    box-shadow: var(--card-shadow);
    overflow: hidden;
    padding: 1.5rem;
}

.person-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
}

.floating-dropoff {
    position: absolute;
    right: -10px;
    bottom: 36px;
    z-index: 2;
    background: #7bd2b2;
    color: #fff;
    padding: .95rem 1.4rem;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 14px 28px rgb(123 210 178 / .34);
}

.icon-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    margin-top: 1.25rem;
    color: #274b4f;
    font-weight: 600;
}

.story,
.solutions,
.process,
.pricing,
.why-us,
.testimonials {
    background: #fff;
}

.story-card,
.service-card,
.perk-card,
.process-card,
.reason-card,
.testimonial-card {
    background: #fff;
    height: 100%;
}

.story-photo {
    min-height: 100%;
    overflow: hidden;
}

.Container-Milestones h2 {
    font-size: 18px;
    color: #000;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 25px;
}

.Container-Milestones ul {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
    margin-bottom: 30px;
    column-gap: 9px;
}

.Container-Milestones ul li {
    padding-left: 25px;
    color: #000;
    position: relative;
    font-size: 17px;
    font-weight: 700;
}

.Container-Milestones ul li::before {
    height: 12px;
    width: 12px;
    background-color: #0871b3;
    position: absolute;
    border-radius: 999px;
    content: '';
    outline: 2px solid #0871b3;
    outline-offset: 2px;
    left: 6px;
    top: 6px;
}
ul#mobmenuright li.menu-item.current-menu-item{
    background: var(--orange);
}
.Container-Milestones ul br {
    display: none;
}

.story-copy {
    padding: 0 18px;
}

.story-copy p {
    color: #000;
    font-weight: 500;
}

.story-photo img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.milestones {
    margin-top: 1.3rem;
    text-align: center;
}

.timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    padding-top: 1.15rem;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 5%;
    right: 5%;
    top: 15px;
    height: 8px;
    background: linear-gradient(90deg, #ee7f5c 0%, #d1ddd7 34%, #91d2c7 68%, #7fd7c7 100%);
    border-radius: 999px;
}

.timeline-item {
    position: relative;
    width: 33.33%;
    font-size: .88rem;
    font-weight: 700;
    color: #33474c;
    padding-inline: .4rem;
}

.timeline-item::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #fff;
    border: 5px solid var(--teal);
    border-radius: 50%;
    z-index: 1;
}

.solutions {
    background: #EDEDEB;
}

.service-card,
.perk-card {
    padding: 40px 30px;
    box-shadow: rgb(0 0 0 / 11%) 0 5px 15px;
    border-radius: 18px;
    text-align: center;
    padding-bottom: 25px;
}

.service-icon img,
.process-icon img,
.reason-icon img {
    filter: brightness(0) saturate(100%) invert(31%) sepia(67%) saturate(1576%) hue-rotate(179deg) brightness(90%) contrast(94%);
    width: 100%;
    max-width: 125px;
}

section.solutions .service-card .service-icon img.big-image {
    filter: none;
}

.perk-card {
    background-color: #C9EADF;
    padding-bottom: 25px;
    padding-top: 25px;
}

.main-bx {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    margin-bottom: 30px;
}

.main-bx .service-icon {
    margin: unset;
}

.service-card h3 {
    margin: 0;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
}

.image-fil {
    filter: brightness(0) saturate(100%) invert(68%) sepia(60%) saturate(6090%) hue-rotate(331deg) brightness(100%) contrast(85%) !important;
}

.big-image {
    max-width: 190px !important;
    margin-bottom: 15px;
}

.perk-card .list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.perk-card .list-unstyled li {
    font-size: 17px;
    color: #000;
    position: relative;
    font-weight: 700;
    padding-left: 30px;
    margin: 10px 0;
}

.perk-card .list-unstyled li:last-child {
    margin-bottom: 0;
}

.perk-card .list-unstyled li::before {
    height: 10px;
    width: 10px;
    background-color: #0871b3;
    position: absolute;
    border-radius: 999px;
    content: '';
    outline: 2px solid #0871b3;
    outline-offset: 2px;
    left: 5px;
    top: 8px;
}

.perk-icon {
    text-align: center;
}

.solutions .perk-icon {
    background: #fff0;
    color: #68b89b;
    margin-bottom: 15px;
}

.perk-card h3 {
    margin: 0;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
}

.perk-icon img {
    filter: brightness(0) saturate(100%) invert(89%) sepia(9%) saturate(1550%) hue-rotate(96deg) brightness(87%) contrast(81%);
}

.reason-icon.orange {
    background: #ffe4db;
    color: var(--orange-dark);
}

.reason-icon.teal {
    background: #daf3f2;
    color: var(--teal-dark);
}

.reason-icon.green {
    background: #e6f8ef;
    color: #3b9b7e;
}

.reason-icon.gray {
    background: #ebf1f2;
    color: #54727c;
}

.inner-block h2 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 0;
}

.end-footer h5 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 2px;
}

.express-box,
.standard-box {
    padding: 1rem;
    background: #ECECEC;
    border-radius: 15px;
    height: 100%;
    min-height: 128px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.process {
    overflow: hidden;
    background-image: url(../images/259.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    min-height: 550px;
    display: flex;
    align-items: center;
}

.process .section-title h2 {
    color: #fff;
}

.center-icon-block {
    padding: 0;
}

.process .row {
    display: grid;
    grid-template-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    gap: 0;
    align-items: center;
    margin-top: 45px;
}

.center-icon-block img {
    max-width: 22px;
    filter: brightness(0) saturate(100%) invert(46%) sepia(75%) saturate(2956%) hue-rotate(334deg) brightness(112%) contrast(85%);
    position: relative;
    top: -48px;
}

.process::before {
    height: 100%;
    width: 100%;
    background: #000000c7;
    position: absolute;
    content: '';
    inset: 0;
    z-index: 1;
}

.process .process-icon img {
    filter: unset;
}

.process .container {
    position: relative;
    z-index: 12;
}

.process .arrow {
    font-size: 2rem;
    color: #db876a;
    align-self: center;
    opacity: .8;
}

.process-card {
    text-align: center;
    background: #fff0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bx-center-arrow img {
    width: 100%;
    max-width: 35px;
    filter: brightness(0) saturate(100%) invert(26%) sepia(88%) saturate(3435%) hue-rotate(187deg) brightness(88%) contrast(94%);
}

.process-label {
    font-weight: 700;
    min-height: 54px;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

.pricing-table-wrap {
    background: #fff;
    overflow: hidden;
}

.table-brand {
    margin-bottom: 35px;
    overflow: visible;
    border-radius: 20px;
}

td.flex-bx {
    display: flex;
    gap: 20px;
    border-top: 0px !important;
    border-right: 0px !important;
    flex-wrap: wrap;
}
section.error-sec {
    padding: 150px 0;
}
.table-brand thead th {
    color: #fff;
    text-align: center;
    padding: 16px;
    background: #0871b3;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    border: 3px solid #055182;
}

.text-left {
    text-align: left !important;
}

.bg {
    color: #fff !important;
}

.right-text-block h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
    text-align: left;
    text-transform: capitalize;
}

.right-text-block p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: left;
}

.table-brand thead th:first-child {
    text-align: left;
    padding-left: 20px;
}

.table-brand td img {
    width: 100%;
    max-width: 50px;
    transform: scale(1.4);
}

.table-brand th:nth-child(2) {
    background: linear-gradient(45deg, #EB5E52, #F78B5C);
}

.bg {
    background: linear-gradient(45deg, #EB5E52, #F78B5C) !important;
}

.table-brand tbody td {
    text-align: center;
    font-size: 17px;
    padding: 20px 22px;
    vertical-align: middle;
    border-color: #acd7d4;
    font-weight: 600;
    border: 0px solid #055182;
}

.table-brand .text-secondary {
    color: #fff !important;
}

.table-brand th:nth-child(3) {
    background: linear-gradient(45deg, #EB5E52, #F78B5C);
}

.table-brand tbody tr:nth-child(odd) td {
    background: #f4fbfb;
}

.table-brand tbody tr:nth-child(even) td {
    background: #fff;
}

.why-us {
    background: #ededeb;
}

.why-grid .reason-card {
    padding: 1.2rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 12px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cta-band {
    background-image: url('https://papaslaundromat.com/wp-content/uploads/2026/05/bg-4-1.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 550px;
    display: flex;
    align-items: center;
    background-position: left;
}

.stack-image {
    min-height: 240px;
    border-radius: 26px;
    background: linear-gradient(135deg, rgb(255 255 255 / .28), rgb(255 255 255 / .08));
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / .18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 6rem;
}

.cta-band h2 {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 3.2rem;
}

.cta-band p {
    color: #000;
    font-size: 22px;
    max-width: 523px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}


.cta-band .btn-brand span {
    position: absolute;
    bottom: 6px;
    font-size: 16px;
}

.btn-light-pill {
    border-radius: 100px;
    padding: 12px 22px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
}

.btn-call {
    background: var(--orange);
}

.btn-map {
    background: #0871b3;
    color: #fff;
}

.testimonials {
    background: #f7f8f8;
}

.testimonial-card {
    padding: 30px 50px;
    text-align: center;
    box-shadow: rgb(0 0 0 / 11%) 0 5px 15px;
    border-radius: 14px;
}

.testimonials .row {
    margin-bottom: 35px;
}

.avatar {
    overflow: hidden;
}

.avatar img {
    width: 175px;
    height: 175px;
    border-radius: 999px;
    object-fit: cover;
    object-position: top;
}

.testimonial-card .stars i {
    color: orange;
}

.testimonial-card span.stars {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 17px;
}

.testimonial-card h3 {
    margin-top: 19px;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 17px;
}

.testimonial-card p {
    color: #000;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    margin-bottom: 0px;
}

.footer-topline {
    text-align: center;
    font-size: 1.65rem;
    font-weight: 500;
    margin-bottom: 1.3rem;
}

.footer-nav a,
footer a {
    color: rgb(255 255 255 / .94);
    text-decoration: none;
}

.payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem 1.15rem;
    font-size: 2rem;
    align-items: center;
}

.map-card {
    min-height: 170px;
    border-radius: 20px;
    background: linear-gradient(135deg, #aee8bf, #d8fbde);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #408b5c;
    font-size: 4rem;
    font-weight: 700;
}

.why-us .reason-icon img {
    filter: unset;
    width: 100%;
    max-width: 115px;
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 950px;
    margin-inline: auto;
    gap: 20px;
}

.why-grid .reason-text {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}

.why-grid .reason-card:nth-child(1) {
    background-color: #5fb4b7;
}

.why-grid .reason-card:nth-child(2) {
    color: #fff;
    background: var(--orange);
}

.why-grid .reason-card:nth-child(3) {
    background-color: #0871b3;
    color: #fff;
}

.why-grid .reason-card:nth-child(4) {
    background-color: #fff;
}

.why-grid .reason-card:nth-child(4) * {
    color: #000;
}

.timing-list li {
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
}

.timing-list li:last-child {
    background: var(--orange);
    width: max-content;
    padding: 0px 5px;
    display: block;
    margin-inline: auto;
}

.footer-container>.footer-col:nth-child(2) {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    position: relative;
}

.footer-container>.footer-col:nth-child(2)::before {
    height: 100%;
    width: 1px;
    background-color: #ffffff21;
    position: absolute;
    content: '';
    left: -15%;
}

.footer-container>.footer-col:nth-child(2)::after {
    height: 100%;
    width: 1px;
    background-color: #ffffff21;
    position: absolute;
    content: '';
    right: -19%;
    top: 0;
}

.footer-container>.footer-col:nth-child(1) {
    max-width: 60%;
}

.footer-container>.footer-col:nth-child(3) {
    width: 100%;
    max-width: 70%;
    position: relative;
    margin-left: auto;
}

.footer-container>.footer-col:nth-child(4) {
    width: 100%;
    max-width: 60%;
    margin-left: auto;
    position: relative;
}

footer .address-block {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}

.footer-col p {
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer {
    background: #141414;
}

.footer .footer-bottom .container {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.footer .footer-bottom .container p {
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.footer-logo img {
    width: 100%;
    max-width: 166px;
    margin-bottom: 24px;
    margin-inline: auto;
    display: block;
}

.footer-logo {
    background: #fff;
    width: fit-content;
    margin-inline: auto;
    padding: 0 15px;
}

.footer-container {
    padding: 50px 0 50px 0;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}

.footer-col h4 {
    margin-bottom: 15px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
    margin-bottom: 0;
}

.footer-col ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
}

.footer-col ul li a:hover {
    color: #fff;
}

.footer-col ul li {
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 17px;
}

.small-text {
    font-size: 13px;
    margin-bottom: 15px;
    color: #555;
}

.footer-col i {
    color: #fff;
    margin-top: 5px;
    margin-right: 7px;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
    font-size: 17px;
    font-weight: 600;
}

.text-footer a {
    margin-inline: auto;
    display: block;
    width: max-content;
}

.address-block a {
    display: flex;
}

.footer-col .address-block li {
    display: unset;
    gap: 6px;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    align-items: start;
}

.footer-bottom * {
    color: #fff;
}

.footer-bottom {
    background: #0c6fb0;
    padding: 13px 0;
}

.bottom-links {
    align-items: center;
    justify-content: end;
}

.scrolled {
    position: fixed;
    width: 100%;
    z-index: 111;
    top: 0;
    left: 0;
    right: 0;
}

.icon-bx-wraper {
    border: 0px;
    position: relative;
    padding: 15px;
    transition: all 0.2s;
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 14px;
    align-items: center;
    background: #ffffff;
    height: 100%;
}

.icon-bx-wraper .icon-bx {
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #000;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    flex: 0 0 70px;
    background: #0473b3;
}

.top-banner-section .section-title {
    margin-bottom: 35px !important;
}

.icon-bx-wraper a {
    color: #0473b3;
    font-weight: 600;
    text-decoration: none;
}

.top-banner-section h1 {
    margin-inline: auto;
    margin-bottom: 0px;
    border-bottom: 2px solid #0473b3;
    padding-bottom: 10px;
    width: max-content;
}

.icon-bx-wraper .icon-bx .icon-cell i {
    color: #fff;
}

.contact-form-section {
    position: relative;
}

.cater_form h2 {
    margin-bottom: 0;
    border-color: #fff;
    color: #fff;
    text-align: left;
}

.cater_form .row {
    row-gap: 22px;
    margin-top: 35px;
    justify-content: end;
}

.cater_form .form-group input,
.cater_form .form-group select {
    border-radius: 0;
    height: 50px;
    appearance: auto;
    background: transparent;
    box-shadow: none;
    border: 1px solid #fff;
    color: #fff;
}

.cater_form .form-group textarea {
    border-radius: 0;
    height: auto;
    appearance: auto;
    background: transparent;
    color: #fff;
    box-shadow: none;
    border: 1px solid #fff;
}

/* Input & Select placeholder */

.cater_form .form-group input::placeholder,
.cater_form .form-group textarea::placeholder {
    color: #fff;
    opacity: 1;
    /* full visible */
}

.limit-box i {
    font-size: 15px;
    font-style: normal;
    color: #fff;
    font-weight: 500;
}


/* Cross browser support */

.cater_form .form-group input::-webkit-input-placeholder,
.cater_form .form-group textarea::-webkit-input-placeholder {
    color: #fff;

}

.cater_form .form-group input:-ms-input-placeholder,
.cater_form .form-group textarea:-ms-input-placeholder {
    color: #fff;

}

.cater_form .form-group input::-ms-input-placeholder,
.cater_form .form-group textarea::-ms-input-placeholder {
    color: #fff;

}

.limit-box {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 15px;
}

.cater_form {
    padding: 40px;
    background: #0672b4;
    border: 5px solid #d4efff9c;
    border-radius: 0px;
}

.icon-bx-wraper h5 {
    margin-top: 0;
    color: #000000;
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 2px;
    font-weight: 600;
}

.icon-bx-wraper p {
    color: #000 !important;
    margin: 0;
}

section.top-banner-section.bg-gold {
    background: #eef7ff;
}

.contact-form-section .btn-brand:hover {
    background-color: #000 !important;
}

.pill-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #7c3aed;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.4;
        transform: scale(0.7);
    }
}

.title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(40px, 7vw, 72px);
    font-weight: 900;
    line-height: 1.08;
    color: #f1f5f9;
    margin-bottom: 16px;
    opacity: 0;
    transform: translateY(-20px);
    animation: slideIn 0.75s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.2s;
}

.title .highlight {
    position: relative;
    display: inline-block;
}

.title .highlight::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #7c3aed, #0ea5e9);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left;
    animation: underlineIn 0.6s ease forwards 1s;
}

@keyframes underlineIn {
    to {
        transform: scaleX(1);
    }
}

.subtitle {
    font-size: 16px;
    font-weight: 300;
    color: #64748b;
    line-height: 1.7;
    max-width: 520px;
    opacity: 0;
    transform: translateY(-16px);
    animation: slideIn 0.75s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.3s;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* â”€â”€ STATS ROW â”€â”€ */
.stats-row {
    display: flex;
    gap: 24px;
    margin-bottom: 56px;
    flex-wrap: wrap;
    opacity: 0;
    animation: slideIn 0.7s ease forwards 0.5s;
}

.stat {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 16px 24px;
    flex: 1;
    min-width: 120px;
    text-align: center;
    transition: border-color 0.3s, background 0.3s;
}

.stat:hover {
    border-color: rgba(109, 40, 217, 0.4);
    background: rgba(109, 40, 217, 0.07);
}

.stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(135deg, #a78bfa, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 6px;
}

.stat-label {
    font-size: 12px;
    color: #475569;
    letter-spacing: 0.5px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100ch;
    max-width: 100ch;
    background: #fff;
    border: 1rem solid #fff;
    margin-inline: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.faq-item {
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 0px;
    overflow: hidden;
    transition: border-color 0.35s, background 0.35s, box-shadow 0.35s, transform 0.25s;
    opacity: 0;
    transform: translateX(-32px);
    border: 1px solid #fff;
}

.faq-item.visible {
    animation: itemReveal 0.65s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes itemReveal {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.policy_text .wp-block-heading {
    background-color: rgb(6 113 181 / 11%);
    display: flex;
    font-size: 20px;
    padding: 15px 15px 15px 20px;
    border-left: 5px solid #0671b5;
    margin: 25px 0px 10px 0px !important;
    color: #000000;
}

.faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    cursor: pointer;
    gap: 16px;
    -webkit-user-select: none;
    user-select: none;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border: 1px solid #cc9f4633;
}

.q-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.q-badge {
    font-weight: 500;
    letter-spacing: 1px;
    padding: 4px 10px;
    min-width: 36px;
    text-align: center;
    flex-shrink: 0;
    font-variant-numeric: tabular-nums;
    border-radius: 0px;
    color: #fff;
    font-size: 12px;
    background: #0671b5;
}

.q-text {
    color: #000;
    transition: color 0.3s;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.faq-item.open .q-text {
    color: #000;
}

.q-toggle {
    width: 34px;
    height: 34px;
    border-radius: 0%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.faq-item.open .q-toggle {
    background: transparent;
    border-color: transparent;
    transform: rotate(45deg);
}

.q-toggle svg {
    width: 20px;
    height: 20px;
    stroke: #000;
    transition: stroke 0.3s;
}

.faq-item.open .q-toggle svg {
    stroke: #000;
}

/* separator */
.sep {
    height: 1px;
    margin: 0 24px;
    background: linear-gradient(90deg, transparent, rgba(109, 40, 217, 0.5), rgba(14, 165, 233, 0.5), transparent);
    opacity: 0;
    transform: scaleX(0.5);
    transition: opacity 0.4s, transform 0.4s;
}

.faq-item.open .sep {
    opacity: 1;
    transform: scaleX(1);
}

/* answer */
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item.open .faq-a {
    max-height: 500px;
}

.a-inner {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease 0.12s, transform 0.4s ease 0.12s;
    background: #0671b5;
    padding: 20px;
}

.faq-item.open .a-inner {
    opacity: 1;
    transform: translateY(0);
}

.a-inner p {
    font-weight: 300;
    color: #fff;
    margin-bottom: 14px;
}

.a-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 100px;
    letter-spacing: 0.3px;
}

.a-tag.blue {
    background: rgba(14, 165, 233, 0.12);
    color: #38bdf8;
    border: 1px solid rgba(14, 165, 233, 0.25);
    display: none;
}

.a-tag.green {
    background: rgba(16, 185, 129, 0.12);
    color: #34d399;
    border: 1px solid rgba(16, 185, 129, 0.25);
}

.a-tag.amber {
    background: rgba(245, 158, 11, 0.12);
    color: #fbbf24;
    border: 1px solid rgba(245, 158, 11, 0.25);
}

.a-tag.purple {
    background: rgba(139, 92, 246, 0.12);
    color: #a78bfa;
    border: 1px solid rgba(139, 92, 246, 0.25);
}

/* â”€â”€ FOOTER â”€â”€ */
.faq-footer {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    opacity: 0;
    animation: slideIn 0.8s ease forwards 1.2s;
}

.footer-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 32px 40px;
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.footer-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(109, 40, 217, 0.12), transparent 70%);
    pointer-events: none;
}

.footer-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 10px;
}

.footer-card p {
    font-size: 14px;
    color: #64748b;
    font-weight: 300;
    margin-bottom: 24px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #6d28d9, #0284c7);
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 32px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: opacity 0.25s, transform 0.25s, box-shadow 0.25s;
    box-shadow: 0 8px 30px rgba(109, 40, 217, 0.35);
    text-decoration: none;
}

.cta-btn:hover {
    opacity: 0.88;
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(109, 40, 217, 0.5);
}

.cta-btn:active {
    transform: scale(0.97);
}



@keyframes shimmerPulse {

    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }
}

/* â”€â”€ SCROLL HINT â”€â”€ */
.scroll-hint {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 42px;
    height: 42px;
    background: rgba(109, 40, 217, 0.2);
    border: 1px solid rgba(109, 40, 217, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    animation: fadeInBtn 0.5s ease forwards 2s;
    z-index: 10;
}

.scroll-hint:hover {
    transform: translateY(-3px);
    background: rgba(109, 40, 217, 0.35);
}

.scroll-hint svg {
    width: 16px;
    height: 16px;
    stroke: #a78bfa;
}

.header-slick h1 {
    margin-bottom: 0px;
}

.header-slick {
    background: #0671b5;
}

.header-slick h1 {
    color: #fff;
}

.client-review-sliderr .review-box {
    box-shadow: 0 0px 10px 0 #ccc;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 35px;
}

.client-review-section .head-bx {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.review-box .icon {
    display: flex;
    align-items: center;
    gap: 10px;
    color: orange;
}

.client-review-section .bottom-bx p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

.client-review-section .bottom-bx h5 {
    color: #0770bb;
    margin: 0px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
}

.page-id-78 .inner-page-hero-section {
    background: #eef7ff;
	padding:100px 0;
}
.main-root {
    flex: 0 0 70px;
}
.inner-page-hero-section {
    background: #eef7ff;
}

.inner-page-hero-section .section-title h1 {
    margin-bottom: 15px;
}

.parallax-section2 {
    background-image: url('https://papaslaundromat.com/wp-content/uploads/2026/04/Our-Services.jpg');
    background-attachment: unset;
    background-repeat: repeat;
    background-size: cover;
    /* animation: 30s linear 0s infinite normal none running bg-marquee; */
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    background-position: left;
    background-attachment: fixed;
}

.parallax-section2 .section-title h2 {
    text-align: left;
    margin-bottom: 15px;
}

.parallax-section2 .text-block {
    margin-left: auto;
    width: 100%;
    max-width: 600px;
    background: #fff;
    padding: 25px;
}

.catering-block-new .catering-block-new-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}

.catering-block-new .section-title h2 {
    margin-bottom: 15px;
    text-align: left;
}

.catering-block-new .right-grid img {
    width: 100%;
    max-width: 420px;
    display: block;
    transform: scaleX(-1);
}

.catering-block-new .right-grid {
    order: 2;
}

.catering-block-new {
    padding-bottom: 0px;
    background: #eef7ff;
}

.section-cta .section-title h2 {
    margin-bottom: 15px;
}













.contact-form-section {
    position: relative;
    overflow: hidden;
    min-height: auto;
}


.iframe-wrapper {
    position: absolute;
    inset: 0;
    z-index: 0;
}


.iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: auto;

}



.contact-form-section .container {
    position: relative;
    z-index: 2;
    height: 100%;
    align-items: center;
    margin: unset;
    margin-left: auto;
    max-width: 900px;
}

.cater_form {
    max-width: 600px;
    margin-left: unset;
    background: #0672b4e6;
    padding: 40px;
    border: 5px solid #d4efff9c;
}



.privacy_policy_main p strong {
    padding-right: 4px;

}

.privacy_policy_main h2 {
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 34px;
    line-height: 42px;
    background: #0671b524;
    color: #000;
    padding: 6px 10px;
    margin: 15px 0px;
    border-left: 5px solid #0671b5;
}

.client-review-section .bottom-bx h2 {
    color: #0770bb;
    margin: 0px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 10px;
}








.contact-form-section {
    position: relative;
    overflow: hidden;

}


.iframe-wrapper {
    position: absolute;
    inset: 0;
    z-index: 0;
}


.iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}



.site-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 17px;
}

.site-list li strong {
    padding-right: 4px;
}

.site-list li {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    padding-left: 28px;
    margin: 15px 0px;
    position: relative;
}

.site-list li::before {
    height: 12px;
    width: 12px;
    border-radius: 1000px;
    position: absolute;
    content: '';
    background: var(--teal-dark);
    outline: 2px solid var(--teal-dark);
    outline-offset: 2px;
    left: 0;
    top: 7px;
}

.Comfort-section .Comfort-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: start;
    gap: 30px;
}


.Comfort-block {
    border: 1px solid #0000001C;
    border-radius: 22px;
    padding: 20px;
    background: #fff;
}

.Comfort-img img {
    width: 100%;
    object-fit: cover;
    object-position: center right;
    height: 100%;
    transform: scaleX(-1);
    display: none;
}

.Comfort-img {
    height: 100%;
    width: 100%;
    order: -1;
    border-radius: 22px;
    overflow: hidden;
}

.Comfort-section {
    background-image: url(https://papaslaundromat.com/wp-content/uploads/2026/04/bg-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    /* padding-bottom: 0px; */
}

.Comfort-section .container {
    position: relative;
    z-index: 12;
}

.Comfort-section::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    background-color: #0571b8c4;
    inset: 0;
}

.Comfort-section .section-title h2 {
    text-align: left;
    margin-bottom: 10px;
}

ul.Comfort-list {
    border-radius: 25px 25px 25px 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    list-style: none;
    background: #edf1fa;
    margin: 20px 0px;
    background: var(--orange);
}

.Comfort-list li {
    font-weight: 600;
    border-bottom: 1px solid #dadee6;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    color: #fff;
}

.parallax-section3 .section-title h2 {
    margin-bottom: 15px;
    text-align: left;
}


.parallax-section3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 650px;
    display: flex;
    align-items: center;
}

.parallax-section3 .text-block {
    background: #fff;
    padding: 25px;
    width: 100%;
    margin-left: unset;
    max-width: 600px;
}

.wash-section .Wash-grid::before {
    height: 100%;
    background: var(--teal-dark);
    width: 1px;
    position: absolute;
    left: 50%;
    content: '';
}

.wash-section .Wash-grid {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

.wash-section .section-title h2 {
    text-align: left;
    margin-bottom: 15px;
}


.header-bar-content {
    display: none;
}


.time-line .section-title {
    text-align: center;
    margin-bottom: 45px;
}

.time-line .wrapper {
    max-width: 970px;
    margin-inline: auto;
}

.time-line .eyebrow {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.5rem;
    text-align: center;
}

.time-line .headline {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 3rem;
    text-align: center;
}

.time-line .steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.time-line .steps::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 5px;
    transform: translateX(-50%);
    background: var(--orange);
}

.time-line .step {
    display: grid;
    grid-template-columns: 1fr 56px 1fr;
    align-items: start;
    gap: 0 1.25rem;
    margin-bottom: 3rem;
}

.time-line .step:last-child {
    margin-bottom: 0;
}

.time-line .step-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    background: var(--orange);
    font-size: 35px;
    font-weight: 300;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    font-family: monospace;
}

.time-line .step-circle svg {
    width: 30px;
    height: 30px;
    stroke: #fff;
    fill: none;
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.time-line .content {
    padding: 25px;
    border-radius: 0;
    position: relative;
    text-align: left;
    box-shadow: rgb(149 157 165 / 51%) 0px 8px 24px;
    transition: 0.3s;
    background: #ffffff;
    padding-bottom: 15px;
    border-left: 5px solid var(--orange);
}

.time-line .content.right::after {
    content: '';
    position: absolute;
    right: -9px;
    top: 20px;
    width: 25px;
    height: 20px;
    background: #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.time-line .content.left::after {
    content: '';
    position: absolute;
    left: -8px;
    top: 18px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(45deg);
}

.empty img {
    width: 100%;
    display: none;
}

.time-line .empty {
    animation: floatUpDown 2s ease-in-out infinite;
}

.time-line .step-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.time-line .step-num {
    font-size: 50px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 2px #0670bc;
    font-family: monospace;
    display: none;
}

.time-line p {
    color: #000;
    margin-bottom: 10px;
}

.time-line .step-badge {
    color: #fff;
    border-radius: 0;
    padding: 2px 15px;
    font-weight: 600;
    font-size: 20px;
    border: 0;
    position: absolute;
    left: 0px;
    top: -34px;
    background: var(--orange);
}

.time-line .step-divider {
    width: 24px;
    height: 1px;
    display: none;
    background: #d0d0d0;
    margin: 10px 0 12px;
}

.time-line .step-body {
    font-size: 14px;
    line-height: 1.75;
    color: #555;
}

.section-footer-text p {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    margin-top: 45px;
    color: #fff;
    text-align: center;
    padding: 10px 16px;
    background: var(--orange);
    outline: 2px solid #fff;
    outline-offset: -6px;
    margin-bottom: 0px;
}

.time-line .step-body .hl {
    color: #1a1a1a;
    font-weight: 500;
}

.time-line {
    background: #0670bc;
    background-image: url(https://papaslaundromat.com/wp-content/uploads/2026/04/collage.png);
    position: relative;
    animation: 30s linear 0s infinite normal none running bg-marquee;
    overflow: hidden;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
}

.time-line .hero-text-block h1 {
    color: #fff;
    margin-bottom: 15px
}

.time-line .section-title {
    margin-bottom: 0
}

.time-line .hero-text-block p {
    color: #fff
}

.time-line .hero-text-block {
    width: 100%;
    max-width: 850px;
    margin-inline: auto;
    text-align: center;
    margin-bottom: 50px
}

.catering-block-new2 img {
    max-width: 100% !important;
    transform: unset !important;
}

.catering-block-new2 {
    padding-bottom: 0px !important;
}

@keyframes bg-marquee {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1190px;
    }
}

.time-line .container {
    position: relative;
    z-index: 12;
}

.time-line::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    inset: 0;
    z-index: 1;
    background: hsl(0deg 0% 0% / 70%);
}

.time-line .section-title h2 {
    color: #fff;
}


/* FAQ */
.faq .accordion {
    max-width: 100ch;
    background: #fff;
    border: 1rem solid #fff;
    box-shadow: 0 2px 0.725rem hsl(0, 0%, 0%, 10%);
    margin-inline: auto;
}

.faq .accordion-item {
    border-radius: 0;
    border: 1px solid #ccc;
}

.faq .accordion-item:not(:last-child) {
    margin-block-end: 1rem;
}

.faq .accordion-button {
    font-size: 18px;
    box-shadow: none;
    color: #000;
    border-radius: 0 !important;
    font-weight: 600;
}

.faq .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #0771b5;
}

.faq .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert();
}

.hero .btn-block {
    display: flex;
    gap: 14px;
}

.parallax-section-3 {
    animation: unset !important;
}

.parallax-section-3 .text-block {
    margin-left: unset;
}




.location-list ul li a {
    position: relative;
}

.location-list ul li a {
    padding: 20px 20px 20px 45px;
    background: #fff;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    filter: drop-shadow(10px 7px 10px rgba(0, 0, 0, .25));
    box-shadow: inset 2px 2px 2px #fff, inset -1px -1px 1px rgb(0 0 0 / 0%);
    background-image: linear-gradient(to bottom right, #e9eaec, #fff);
    transition: .2s;
    display: block;
    position: relative;
    color: #000;
    overflow: hidden;
    text-decoration: none;
}

.location-list ul li a::before {
    position: absolute;
    content: '';
    height: 50px;
    width: 50px;
    background: #0072b2;
    z-index: -6;
    transform: rotate(49deg);
    right: -27px;
    top: -25px;
    transition: .3s;
}

.location-list ul li a:hover::before {
    background: var(--orange);
    right: 0;
    width: 100%;
    height: 100%;
    transform: scale(2.5);
}
.location-list ul li a:hover {
    color: #fff;
}

.location-list ul li a:hover::after {
    outline: 2px solid #fff;
    background-color: #fff;
}

.location-list ul li a:after {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #0072b2;
    position: absolute;
    left: 23px;
    border-radius: 50%;
    outline: 2px solid #0072b2;
    outline-offset: 2px;
    top: 27px;
}

.location-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
    width: calc(100% - 100px);
    margin: auto;
    list-style: none;
    padding: 0px;
}

.location-list .grouped {
    grid-column: 1/5;
}

.location-list .grouped ul {
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
    padding: 0;
}
span.error {
    background: red;
    color: #fff;
    padding: 0 8px;
    font-size: 14px;
    display: block;
}

.notice-opting {
    padding: 10px 0;
    text-align: center;
    background-color: #c41616;
    animation: bgPulse 6s infinite alternate ease-in-out;
}

.notice-content p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
}

@keyframes bgPulse {
    0%   { background: #c41616; }   
    50%  { background: #0871b3; }   
    100% { background: #000; }  
}



@media (max-width: 1366.98px) {

    header .container,
    .hero .container,
    .cta-band .container {
        width: 100%;
        max-width: 100%;
    }

    .cta-band .col-lg-6 {
        padding-left: 80px;
    }

    .topbar .navbar-nav {
        gap: 65px;
    }

    .header-end {
        gap: 40px;
    }

    .topbar #mainNav {
        gap: 55px;
    }


}

@media (max-width: 1280.98px) {
    .hero h1 {
        font-size: 53px;
        line-height: 65px;
    }

}

@media (max-width: 1260.98px) {
    .topbar #mainNav {
        display: none !important;
    }

    .header-bar-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .header-bar-content a {
        padding: 10px 0px;
        transition: all .2s ease;
        text-decoration: none;
        position: relative;
        justify-content: center;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 17px;
        background: var(--orange);
        color: #fff;
        display: flex;
        gap: 10px;
        align-items: center;
        border-radius: 0px;
    }


    .header-bar-content a+a {
        background: #0871B3;
    }

    .mob-expand-submenu i {
        left: 1px !important;
        top: 0px !important;
    }

    .mobmenur-container {
        position: absolute;
        right: 0px;
        top: 4em !important;
        background: #fcc95a;
        height: 45px;
        width: 45px;
        display: grid;
        place-items: center;
        margin-right: 4% !important;
        font-size: 10px !important;
    }

	#mobmenuright a {
		width: 100%;
		color: #fff !important;
		font-size: 17px !important;
		font-weight: 600 !important;
		font-family: 'Montserrat', sans-serif !important;
		padding: 10px 10px !important;
		border-bottom: 1px solid #eeeeee47;
	}

    .menu-item-872 {
        position: relative;
    }

    .mobmenu-right-panel .mob-cancel-button {
        color: #0871b3 !important;
        height: 35px;
        width: 35px;
        background: #fff;
        font-size: 25px !important;
        display: grid !important;
        place-content: center;
    }

    .mobmenu-left-panel .mobmenu-left-bt,
    .mobmenu-right-panel .mobmenu-right-bt {
        text-decoration: none !important;
    }

    .mobmenu-right-panel {
        background-color: #0871B3 !important;
    }

    .mob-icon-menu:before {
        margin: 0 !important;
    }

    .mobmenu r-container i {
        color: #ffffff !important;
    }

    .mobmenu-content li {
        padding: 0 !important;
    }

    ul#mobmenuright {
        margin-top: 35px !important;
    }

    .mob-menu-logo-holder {
        display: none !important;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
        position: absolute;
    }

    .mobmenu .headertext {
        display: none;
    }

    body.mob-menu-slideout-over {
        padding: 0px !important;
    }

    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: transparent !important;
    }

    .mobmenu-content #mobmenuright .sub-menu {
        background-color: #9b090e !important;
    }

    .mob-expand-submenu {
        position: relative !important;
        right: 0px !important;
        float: right !important;
        height: 25px;
        width: 25px;
        display: grid;
        place-content: center;
        top: 1px !important;
        background: #ec1c23 !important;
        border-radius: 50%;
        z-index: 777 !important;
        left: auto !important;
    }
	.mobmenu-content #mobmenuright li:hover {
		background-color: #0871b3 !important;
	}

    .mob-expand-submenu i {
        font-size: 18px !important;
        color: #ffffff !important;
        margin-top: 1px !important;
    }

    .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
        /* z-index: 99999999 !important; */
        position: absolute !important;
        inset: 0 auto auto auto !important;
        height: 0px;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        position: absolute;
        right: 0px;
        top: 190px !important;
        height: 40px;
        width: 40px;
        display: grid;
        place-items: center;
        margin-right: 2% !important;
        font-size: 10px !important;
        background: var(--orange);
    }

    .mobmenu-content li {
        border: 0px !important;
    }

    .navbar-brand img {
        width: 100%;
        max-width: 165px;
    }

    .scrolled {
        position: unset;
    }

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

    .story .row .col-lg-6 {
        width: 100%;
        max-width: 100%;

    }

    .hero .col-lg-7 {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .hero-sub {

        margin-inline: auto;
    }

    .hero::before {
        background: rgb(255 255 255 / 70%);
    }

    .hero h1 br {
        display: none;
    }

    .hero-sub {
        margin-inline: auto;
        max-width: 100%;
    }

    .hero-sub br {
        display: none;
    }

    .hero .btn-block {
        justify-content: center;
    }

    .icon-row {
        justify-content: center;
    }

    .iframe-wrapper {
        position: unset;
    }

    .contact-form-section {
        display: grid;
        padding: 0px;
    }

    .contact-form-section .container {
        max-width: unset;
        order: -2;
    }



    .cater_form {
        margin-inline: auto;
        margin: 50px auto;
    }

    .iframe-wrapper iframe {
        height: 350px;
    }


}


@media (max-width: 1200.98px) {
    .navbar-toggler {
        display: none;
    }

    .story-photo img {
        height: 500px;
    }

    .story-copy {
        padding: 0 0px;
    }

    .main-bx {
        flex-direction: column;
    }

    .service-card h3 {
        font-size: 22px;
    }

    .service-card h3 br {
        display: none;
    }

    .table-brand thead th {
        white-space: pre;
    }

    .table-brand tbody td {
        white-space: pre;
    }

    .table-brand thead th {
        font-size: 18px;
    }

    .why-grid {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
        margin-inline: auto;
        gap: 20px;
    }

    .cta-band .col-lg-6 {
        background: #fff;
        padding: 25px;
        width: 100%;
        max-width: 900px;
        margin-inline: auto;
    }

    .btn-block {
        justify-content: start;
    }

    .cta-band h2 {
        font-size: 30px;
    }

    .cta-band p {
        font-size: 17px;
        max-width: 100%;
        line-height: 30px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-container>.footer-col:nth-child(1) {
        display: none;
    }

    .footer-container>.footer-col:nth-child(2)::before {
        display: none;
    }

    .footer-container>.footer-col:nth-child(3) {
        border-top: 1px dashed #eeeeee96;
        padding-top: 30px;
    }

    .footer .footer-bottom .container {
        grid-template-columns: 1fr;
    }

    .footer .footer-bottom .container p {
        text-align: center;
    }

    .bottom-links {
        justify-content: center;
        margin-top: 10px;
    }

    .footer-container>.footer-col:nth-child(3) {

        border-top: 1px solid #ffffff4d;
        padding-top: 50px;
    }

    .solutions .row>div:first-child .service-card {
        position: relative;
    }

    .solutions .row>div:first-child .service-card::before {
        height: 176px;
        width: 195px;
        position: absolute;
        content: '';
        background-image: url(https://papaslaundromat.com/wp-content/uploads/2026/04/logo.jpg);
        background-size: contain;
        bottom: 0;
        left: 50%;
        top: 57%;
        animation: floatUpDown 3s ease-in-out infinite;
    }

    @keyframes floatUpDown {

        0%,
        100% {
            transform: translate(-50%, 0);
        }

        50% {
            transform: translate(-50%, -10px);
        }
    }

    .hero h1 {
        font-size: 50px;
        line-height: 60px;
        max-width: 600px;
        margin-inline: auto;
    }

    .hero-sub {
        margin-inline: auto;
        max-width: 500px;
    }

    .footer-container>.footer-col:nth-child(3) {
        max-width: 100%;
    }


    .parallax-section2 .text-block {
        max-width: 100%;
    }

    .catering-block-new .catering-block-new-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .Comfort-section .Comfort-grid {
        grid-template-columns: 1fr;
    }

    .parallax-section3 .text-block {
        max-width: 100%;
    }

    .wash-section .Wash-grid {
        grid-template-columns: 1fr;
        gap: 100px;
    }

    .wash-section .Wash-grid::before {
        display: none;
    }

    .wash-section .Wash-grid {
        gap: 65px;
    }

    .time-line .step {
        grid-template-columns: 1fr;
    }

    .time-line .step-circle {
        order: -1;
        border-radius: 0px;
    }

    .time-line .step-badge {
        padding: 2px 15px;
        font-size: 18px;
        position: unset;


    }

    .time-line .steps::before {
        display: none;
    }

    .time-line .content.right::after {
        display: none;
    }

    .time-line .content.left::after {
        display: none;
    }

    .catering-block-new2 img {
        max-width: 50% !important;
        margin-inline: auto;
    }
}


@media (max-width: 1024px) {
	.parallax-section2, .parallax-section3, .Comfort-section, .cta-band, .time-line{
		background-attachment: inherit;
	}
	.cta-band{
		height:auto;
		    min-height: 100%;
	}
	.table-brand tbody td {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}
}
@media (max-width: 991.98px) {
	.service-card, .perk-card {
		padding: 40px 20px;
	}
	.perk-card .list-unstyled li {
		font-size: 17px;
		color: #000;
		position: relative;
		font-weight: 700;
		padding-left: 30px;
		margin: 10px 0;
	}
    .cta-band {
        min-height: auto;
    }

    .cta-band .col-lg-6 {
        max-width: 90%;
    }

    .top-banner-head .row {
        gap: 20px;
    }

    .icon-bx-wraper {

        height: 100%;
        flex-direction: column;
        text-align: center;
    }

    .icon-bx-wraper .icon-bx {
        height: 50px;
        width: 50px;

        flex: 0 0 50px;
        font-size: 24px;
    }

    .icon-bx-wraper h5 {
        font-size: 22px;
    }

    .cater_form {
        padding: 20px;
    }

    .location-list ul {
        display: flex !important;
        padding: 0px !important;
        width: 100% !important;
        flex-direction: column !important;
    }

}

@media (max-width: 768.98px) {
    .hero h1 {
        font-size: 40px;
        line-height: normal;
    }

    .hero-sub {
        margin-bottom: 16px;
        max-width: 350px;
    }

    .hero {
        height: auto;
        padding: 65px 0px;
    }

    .navbar-brand img {
        width: 100%;
        max-width: 140px;
    }

    .hero-sub {
        margin-bottom: 16px;
        max-width: 355px;
        font-size: 17px;
        line-height: 30px;
    }
}

@media (max-width: 767.98px) {
    .solutions .row>div:first-child .service-card::before {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand img {
        width: 100%;
        max-width: 120px;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        top: 190px !important;
    }

    .hero h1 {
        font-size: 30px;
    }

    .hero-sub {
        margin-bottom: 16px;
    }

    .btn-brand-outline {
        padding: 10px 33px;
    }

    .story-photo img {
        height: 350px;
    }

    .Container-Milestones ul {
        grid-template-columns: 1fr;
    }

    .section-title h1,
    .section-title h2 {
        font-size: 25px;
        padding-bottom: 0px;
        margin-bottom: 20px;
        line-height: 35px;
    }

    .why-grid .reason-card {
        padding: 1rem;
        gap: 1rem;
        flex-direction: column;
        text-align: center;
    }

    .why-grid .reason-text {
        font-size: 20px;
        line-height: 28px;
    }

    .cta-band .btn-block {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        max-width: 100%;
    }

    .cta-band .btn-brand {
        font-size: 17px;
    }

    .cta-band .btn-brand span {
        font-size: 15px;
    }

    .testimonials .row {
        margin-bottom: 25px;
    }

    .catering-block-new .right-grid img {
        max-width: 300px;
        margin-inline: auto;
    }

    .wash-section .Wash-grid::before {
        top: 48%;
    }

    .catering-block-new2 img {
        max-width: 89% !important;
    }

    .header-slick {
        padding: 30px 0px;
    }

    .header-slick h1 {
        margin-bottom: 0px;
    }

    .faq .accordion-button {
        font-size: 17px;
        padding: 11px;
    }

    .client-review-section .bottom-bx h2 {
        font-size: 17px;
    }

    .section-cta br {
        display: none;
    }
}