* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: #050505;
    color: #ffffff;
    font-family: "Inter", sans-serif;
}

p {
    font-size: 17px;
    font-style: normal;
}

/* Main Container */

.dirty-container {
    width: min(100% - 32px, 1460px);
    max-width: 1460px;
}

/* Hero Section */

.dirty-hero {
    min-height: 800px;
    background: #070707;
    isolation: isolate;
}

/* Hero Background Image */

.dirty-hero-bg {
    position: absolute;
    inset: 0 0 74px 0;
    z-index: -4;

    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, 0.98) 0%,
            rgba(0, 0, 0, 0.87) 30%,
            rgba(0, 0, 0, 0.4) 56%,
            rgba(0, 0, 0, 0.18) 100%),
        url("../images/dirty-laundry-hero.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    transform: scale(1.02);
    animation: dirtyHeroZoom 15s ease-in-out infinite alternate;
}

/* Pink Light and Dark Overlay */

.dirty-hero-overlay {
    position: absolute;
    inset: 0 0 74px 0;
    z-index: -3;

    background:
        radial-gradient(circle at 72% 45%, rgb(0 217 255 / 10%), transparent 32%), linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.55));
}

/* Subtle Texture */

.dirty-noise {
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.12;

    background-image:
        repeating-linear-gradient(0deg,
            rgba(255, 255, 255, 0.04) 0,
            rgba(255, 255, 255, 0.04) 1px,
            transparent 1px,
            transparent 3px),
        repeating-linear-gradient(90deg,
            rgba(255, 255, 255, 0.02) 0,
            rgba(255, 255, 255, 0.02) 1px,
            transparent 1px,
            transparent 4px);

    mix-blend-mode: soft-light;
}

/* Header */
.mega-nav-link i {
    font-size: 16px;
}

.mega-column img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.mega-nav-link {
    display: block;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
}

.mega-nav-item {
    position: static;
}

.mega-nav-link {
    display: block;
}

.mega-dropdown {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.10);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.3s ease;
    z-index: 999;
    background: transparent;
    box-shadow: unset;
    border-top: unset;
}

.mega-nav-item:hover .mega-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-dropdown-inner .menu-title h6 {
    background: #00d9ff;
    font-size: 30px;
    font-family: "Bebas Neue", sans-serif;
    border-bottom: 1.1px solid #0000004d;
    color: #000000;
    padding: 10px 10px;
}

.mega-dropdown-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    background: #00d9ff;
    border-top: 4px solid #00d9ff;
    box-shadow: 0 0 5px 1px rgb(91 86 86 / 75%);
    padding: 20px;
    position: relative;
}

.mega-dropdown-inner::after {
    position: absolute;
    content: '';
    height: 18px;
    width: 18px;
    background-color: #00d9ff;
    transform: rotate(45deg);
    left: 33%;
    top: -12px;
}

.mega-column ul {
    padding: 0px;
    list-style: none;
}



.mega-title {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
}

.mega-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mega-list li {
    margin-bottom: 12px;
}

.mega-list li a {
    color: #666666;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.25s ease;
}

.mega-list li a:hover {
    color: #000000;
    padding-left: 5px;
}

.mega-featured {
    padding: 25px;
    background: #f5f6f8;
    border-radius: 12px;
}

.mega-badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 10px;
    background: #111111;
    color: #ffffff;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.mega-feature-title {
    margin: 0 0 10px;
    font-size: 21px;
    color: #222222;
}

.mega-feature-text {
    margin: 0 0 20px;
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
}

.mega-feature-btn {
    display: inline-block;
    color: #111111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.mega-column * {
    transition: 0.7s !important;
}

.mega-column ul li a {
    font-family: "Bebas Neue", sans-serif;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    display: block;
    border-bottom: 1.1px solid #0000004d;
    padding: 12px 0px;
    padding-left: 25px;
    position: relative;
}

.mega-column ul li a:hover {
    background-color: #00d9ff;
    transform: translateX(10px);
}

.mega-column ul li a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 17px;
    transform: rotate(-90deg);
    font-size: 13px;
    transition: 0.3s ease;
    left: 3px;
}

.mega-column ul li a:hover::after {
    left: 4px;
}

.inner-pages .mega-dropdown {
    top: 65%;
}

.dirty-header {
    position: relative;
    z-index: 20;
}

/* Logo */

.dirty-logo {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0;
}

.dirty-logo-img {
    height: clamp(38px, 10.5vw, 150px);
    width: auto;
    display: block;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* 
.dirty-logo:hover .dirty-logo-img {
    transform: scale(1.06) rotate(-1.5deg);
} */

/* Navigation */

.dirty-header .nav-link {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transition: color 0.3s ease,
        transform 0.3s ease;
}

.dirty-header .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3px;

    width: 0;
    height: 2px;

    background: #00d9ff;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.dirty-header .nav-link:hover {
    color: #00d9ff;
    transform: translateY(-2px);
}

.dirty-header .nav-link:hover::after {
    width: 70%;
}

/* Buttons */
.dirty-btn {
    border-radius: 4px;
    border-width: 2px;
    padding: 0.8rem 1.7rem 0.6rem;
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    transition: transform 0.3s ease,
        box-shadow 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.dirty-btn:hover {
    transform: translateY(-3px);
}

/* Primary Button */

.dirty-btn-primary {
    color: #000;
    background: #00d9ff;
    border-color: #00d9ff;
    box-shadow: 0 8px 28px rgb(23 255 255 / 22%);
}

.dirty-btn-primary:hover,
.dirty-btn-primary:focus {
    color: #000;
    background: #06bddd;
    border-color: #06bddd;

    box-shadow:
        0 12px 32px rgb(23 255 255 / 35%);
}

/* Secondary Button */

.dirty-btn-secondary {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.65);
}

.dirty-btn-secondary:hover,
.dirty-btn-secondary:focus {
    color: #050505;
    background: #ffffff;
    border-color: #ffffff;

    box-shadow:
        0 10px 26px rgba(255, 255, 255, 0.14);
}

/* Hero Layout */

.dirty-hero-content {
    position: relative;
    z-index: 5;
}

.dirty-hero-row {
    min-height: 640px;
}

.dirty-copy {
    padding-top: 60px;
    padding-bottom: 145px;
    animation: dirtyFadeUp 1s ease both;
}

/* Hero Heading */

.dirty-title {
    max-width: 680px;

    font-family: "Anton", sans-serif;
    line-height: 0.92;
    letter-spacing: 0.5px;
    text-transform: uppercase;

    text-shadow:
        0 5px 20px rgba(0, 0, 0, 0.5);
}

.dirty-title-white,
.dirty-title-pink {
    display: block;
}

.dirty-title-white {
    font-size: clamp(3.4rem, 5.2vw, 6.7rem);
}

.dirty-title-pink {
    width: max-content;
    margin: 0.04em 0 0.08em;
    color: #00d9ff;
    font-family: "Permanent Marker", cursive;
    font-size: clamp(4.3rem, 11vw, 13.5rem);
    line-height: 0.8;
    letter-spacing: -10px;
    transform: rotate(-2deg);
    text-shadow: 0 10px 25px rgb(23 234 255 / 22%);
}

/* Subtitle */

.dirty-subtitle {
    color: #fff;
    font-size: 17px;
    line-height: 1.7;
}

/* Hero Buttons */

.dirty-hero-btn {
    min-width: 220px;
}

/* Circular Stamp */

.dirty-stamp {
    width: 180px;
    height: auto;
    margin: 0 42px 130px 0;
    transform: rotate(-8deg);
}

/* Marquee Strip */
.dirty-marquee-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
    padding: 24px 0;
    color: #111111;
    /* background: #f2f0ec; */
    background: url(../images/marquee-bg-img1.png);
    background-size: auto 100%;
    background-repeat: repeat-x;
    transform: rotate(-0.1deg);
    /* box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.3); */
}

/* Rough Edge Effect */

/* .dirty-marquee-wrap::before,
.dirty-marquee-wrap::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;

    height: 10px;

    background:
        radial-gradient(circle at 9px -1px,
            transparent 10px,
            #f2f0ec 11px) 0 0 / 24px 12px repeat-x;
} */

.dirty-marquee-wrap::before {
    top: -8px;
}

.dirty-marquee-wrap::after {
    bottom: -8px;
    transform: rotate(180deg);
}

.dirty-marquee {
    overflow: hidden;
}

.dirty-marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    min-width: 200%;
    gap: 42px;
    animation: dirtyMarqueeMove 45s linear infinite;
}

.dirty-marquee-track span {
    color: #111111;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    white-space: nowrap;
}

.dirty-marquee-track i {
    color: #00aeff;
    font-size: 1.8rem;
    font-style: normal;
    line-height: 1;
}

/* Pause Marquee on Hover */

.dirty-marquee:hover .dirty-marquee-track {
    animation-play-state: paused;
}

/* Animations */

@keyframes dirtyHeroZoom {
    from {
        transform: scale(1.02);
    }

    to {
        transform: scale(1.07);
    }
}

@keyframes dirtyFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dirtyStampFloat {

    0%,
    100% {
        transform: rotate(-8deg) translateY(0);
    }

    50% {
        transform: rotate(-5deg) translateY(-10px);
    }
}

@keyframes dirtyMarqueeMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.common-section-space {
    padding: 85px 0;
}

.dirty-brick-page {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(rgba(6, 7, 8, 0.83),
            rgba(6, 7, 8, 0.75)),
        url("../images/brickwall-bg-image.png") center top / auto repeat;
}

.dirty-brick-page::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(circle at 50% 15%, #0dcaf008, transparent 32%), linear-gradient(90deg, rgba(0, 0, 0, 0.34), transparent 25%, transparent 75%, rgba(0, 0, 0, 0.34));
}

.dirty-brick-page::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.11;
    background-image:
        repeating-linear-gradient(0deg,
            rgba(255, 255, 255, 0.025) 0,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px,
            transparent 4px);
}

.dirty-brick-page>section {
    position: relative;
    z-index: 1;
    background: transparent;
}

/* About Section */

.dirty-about-section {
    position: relative;
    color: #ffffff;
}

.dirty-about-section .dirty-about-wrapper {
    position: relative;
}

/* Image Area */

.dirty-about-section .dirty-about-wrapper .dirty-about-visual {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
    padding: 20px 15px 35px 25px;
}

.dirty-about-section .dirty-about-wrapper .dirty-about-photo-frame {
    position: relative;
    z-index: 2;
    height: 370px;
    padding: 8px;
    overflow: hidden;
    background: #e8e4de;
    border: 2px solid rgba(255, 255, 255, 0.68);
    transform: rotate(-1.8deg);
    box-shadow:
        0 26px 55px rgba(0, 0, 0, 0.5),
        0 0 0 2px rgba(0, 0, 0, 0.38);
    animation: dirtyPhotoEntrance 0.9s ease both;
}

.dirty-about-section .dirty-about-wrapper .dirty-about-photo-frame::after {
    content: "";
    position: absolute;
    inset: 8px;
    pointer-events: none;
    background:
        linear-gradient(180deg,
            rgba(255, 23, 99, 0.08),
            rgba(0, 0, 0, 0.1));
}

.dirty-about-section .dirty-about-wrapper .dirty-about-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter:
        saturate(0.68) contrast(1.13) brightness(0.82);
    transition:
        transform 0.75s ease,
        filter 0.75s ease;
}

.dirty-about-section .dirty-about-wrapper .dirty-about-visual:hover .dirty-about-photo {
    transform: scale(1.045);
    filter:
        saturate(0.88) contrast(1.08) brightness(0.9);
}

/* Pink Tape */

.dirty-about-section .dirty-about-wrapper .dirty-about-tape {
    position: absolute;
    top: 0;
    left: 65px;
    z-index: 5;
    width: 245px;
    height: 54px;
    opacity: 0.87;
    background: linear-gradient(90deg, #00d9ff, #0dcaf0);
    transform: rotate(-5deg);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18);
}

.dirty-about-section .dirty-about-wrapper .dirty-about-tape::before,
.dirty-about-section .dirty-about-wrapper .dirty-about-tape::after {
    content: "";
    position: absolute;
    top: 0;
    width: 18px;
    height: 100%;
    background: inherit;
}

.dirty-about-section .dirty-about-wrapper .dirty-about-tape::before {
    left: -9px;
    clip-path: polygon(100% 0, 100% 100%, 0 85%, 45% 65%, 0 42%, 44% 20%, 0 5%);
}

.dirty-about-section .dirty-about-wrapper .dirty-about-tape::after {
    right: -9px;
    clip-path: polygon(0 0, 100% 12%, 55% 33%, 100% 52%, 55% 72%, 100% 91%, 0 100%);
}

/* Yellow Sticker */

.dirty-about-section .dirty-about-wrapper .dirty-about-sticker {
    position: absolute;
    left: -8px;
    bottom: 0;
    z-index: 6;
    width: 205px;
    min-height: 142px;
    padding: 22px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column-reverse;
    color: #090909;
    background-image: url(../images/sticker-bg-yellow.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(5deg);
    animation: dirtyStickerFloat 4s ease-in-out infinite;
}

.dirty-about-section .dirty-about-wrapper .dirty-about-sticker::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background:
        repeating-linear-gradient(-12deg,
            transparent 0 8px,
            rgba(0, 0, 0, 0.4) 9px);
}

.dirty-about-section .dirty-about-wrapper .dirty-about-sticker span {
    position: relative;
    z-index: 2;
    font-family: "Permanent Marker", cursive;
    font-size: 1.85rem;
    line-height: 0.9;
    text-transform: uppercase;
}

.dirty-about-section .dirty-about-wrapper .dirty-about-sticker svg {
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
}

/* Text Content */

.dirty-about-section .dirty-about-wrapper .dirty-about-content {
    max-width: 680px;
    animation: dirtyContentEntrance 0.9s 0.15s ease both;
}

.dirty-about-section .dirty-about-wrapper .dirty-about-title {
    margin-bottom: 22px;
    font-family: "Bebas Neue", sans-serif;
    line-height: 0.96;
    text-transform: uppercase;
}

.common-section-heading {
    margin-bottom: 22px;
    font-family: "Bebas Neue", sans-serif;
    line-height: 0.96;
    text-transform: uppercase;
}

.common-section-heading-white {
    color: #ffffff;
    font-size: clamp(2.25rem, 3.2vw, 3.35rem);
    letter-spacing: 1px;
    text-shadow:
        0 5px 18px rgba(0, 0, 0, 0.48);
}

.common-section-heading-pink {
    color: #00d9ff;
    font-family: "Permanent Marker", cursive;
    font-size: clamp(2.8rem, 3vw, 3.35rem);
    line-height: 0.95;
    letter-spacing: -2px;
    transform: rotate(-1deg);
    text-shadow: 0 7px 18px rgb(23 244 255 / 15%);
}

.dirty-about-section .dirty-about-wrapper .dirty-about-description {
    max-width: 610px;
    color: #fff;
    line-height: 1.52;
}


/* Animations */

@keyframes dirtyPhotoEntrance {
    from {
        opacity: 0;
        transform: translateX(-35px) rotate(-4deg);
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(-1.8deg);
    }
}

@keyframes dirtyContentEntrance {
    from {
        opacity: 0;
        transform: translateX(35px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes dirtyStickerFloat {

    0%,
    100% {
        transform: rotate(5deg) translateY(0);
    }

    50% {
        transform: rotate(3deg) translateY(-8px);
    }
}

.dirty-service-choice-section {
    position: relative;
    color: #ffffff;
}

/* Shared Cards */

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card {
    position: relative;
    /* min-height: 560px; */
    /* overflow: hidden; */
    border-radius: 20px;
    box-shadow:
        0 24px 50px rgba(0, 0, 0, 0.42),
        inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 34px 65px rgba(0, 0, 0, 0.52),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

/* Self-Service Card */

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-self {
    background:
        linear-gradient(90deg,
            rgba(7, 8, 9, 0.96) 0%,
            rgba(7, 8, 9, 0.88) 48%,
            rgba(7, 8, 9, 0.18) 100%),
        url("../images/drop-it-off-cardbg.png") top right / cover no-repeat;
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-self::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.13;
    background:
        repeating-linear-gradient(-12deg,
            transparent 0 9px,
            rgba(255, 255, 255, 0.04) 10px);
}

/* Drop-Off Card */

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-dropoff {
    background:
        url("../images/our-problem-card-bg.png") center / cover no-repeat;
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-dropoff::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.14;
    background:
        repeating-linear-gradient(-13deg,
            transparent 0 8px,
            rgba(0, 0, 0, 0.24) 9px);
}

/* Card Content */

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-content {
    position: relative;
    z-index: 4;
    width: 61%;
    padding: 50px 48px 42px;
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-self .dirty-choice-content {
    width: 58%;
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-dropoff .dirty-choice-content {
    width: 60%;
    color: #090909;
}

/* Heading */

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-heading-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-title {
    margin-bottom: 20px;
    font-family: "Anton", sans-serif;
    font-size: 35px;
    line-height: 0.88;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 45px;
}

.section-head-block p {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 35px;
    margin-top: 0px !important;
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-self .dirty-choice-title {
    color: #ffffff;
    text-shadow:
        0 6px 20px rgba(0, 0, 0, 0.55);
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-dropoff .dirty-choice-title {
    color: #000;
    text-shadow: 3px 4px 0 rgba(0, 0, 0, 0.08);
}

/* Smiley Icon */

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-smiley {
    flex: 0 0 105px;
    width: 105px;
    height: 105px;
    margin-top: 4px;
    transform: rotate(-7deg);
    animation: dirtyChoiceSmiley 4s ease-in-out infinite;
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-smiley svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #00d9ff;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter:
        drop-shadow(0 0 12px rgba(23, 209, 255, 0.24));
}

/* Subtitle */
.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-subtitle {
    margin-bottom: 26px;
    font-weight: 600;
    line-height: 1.45;
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-self .dirty-choice-subtitle {
    color: #fff;
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-dropoff .dirty-choice-subtitle {
    color: #000;
}

/* Feature List */

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-list {
    display: grid;
    gap: 12px;
    margin-bottom: 32px;
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-list li {
    position: relative;
    padding-left: 32px;
    font-weight: 600;
    line-height: 1.45;
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-self .dirty-choice-list li {
    color: #fff;
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-dropoff .dirty-choice-list li {
    color: #000;
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-list li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 2px;
    width: 16px;
    height: 9px;
    border-left: 4px solid #000000;
    border-bottom: 4px solid #000000;
    transform: rotate(-45deg);
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card.dirty-choice-card-self .dirty-choice-list li::before {
    border-left: 4px solid #00aeff;
    border-bottom: 4px solid #00aeff;
}

/* Buttons */
.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-button {
    min-width: 315px;
    border: 0;
    border-radius: 0;
    padding: 0.78rem 1.7rem;
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    transition: transform 0.3s ease,
        color 0.3s ease,
        background-color 0.3s ease,
        box-shadow 0.3s ease;
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-button:hover {
    transform: translateY(-4px);
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-button-light {
    color: #111111;
    background: #f3f0eb;
    box-shadow:
        6px 6px 0 rgba(23, 162, 255, 0.28);
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-button-light:hover {
    color: #ffffff;
    background: #00d9ff;
    box-shadow:
        8px 8px 0 rgba(255, 255, 255, 0.2);
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-button-dark {
    color: #ffd51f;
    background: #080808;
    box-shadow:
        6px 6px 0 rgba(23, 162, 255, 0.28);
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-button-dark:hover {
    color: #ffffff;
    background: #111111;
}

/* Laundry Bag */

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-bag-wrap {
    position: absolute;
    right: -90px;
    bottom: 5px;
    z-index: 3;
    width: 48%;
    height: 84%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    pointer-events: none;
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-bag {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: right bottom;
    filter:
        drop-shadow(0 24px 25px rgba(0, 0, 0, 0.34));
    transition: transform 0.55s ease;
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-dropoff:hover .dirty-choice-bag {
    transform: translateY(-8px) scale(1.025);
}

/* Popular Badge */

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-popular {
    position: absolute;
    top: 34px;
    right: 145px;
    z-index: 6;
    min-width: 145px;
    padding: 10px 18px;
    color: #ffffff;
    background: #000000;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(2deg);
    box-shadow:
        0 10px 22px rgba(0, 0, 0, 0.22);
    animation: dirtyChoiceBadge 3.3s ease-in-out infinite;
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-popular::before,
.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-popular::after {
    content: "";
    position: absolute;
    top: 0;
    width: 12px;
    height: 100%;
    background: inherit;
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-popular::before {
    left: -8px;
    clip-path: polygon(100% 0, 100% 100%, 0 82%, 45% 63%, 0 40%, 42% 18%, 0 5%);
}

.dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-popular::after {
    right: -8px;
    clip-path: polygon(0 0, 100% 10%, 50% 34%, 100% 54%, 50% 76%, 100% 93%, 0 100%);
}

/* Animations */

@keyframes dirtyChoiceSmiley {

    0%,
    100% {
        transform: rotate(-7deg) translateY(0);
    }

    50% {
        transform: rotate(-3deg) translateY(-8px);
    }
}

@keyframes dirtyChoiceBadge {

    0%,
    100% {
        transform: rotate(2deg) translateY(0);
    }

    50% {
        transform: rotate(-1deg) translateY(-6px);
    }
}

.dirty-oversized-benefits-section {
    position: relative;
    color: #ffffff;
}

/* Oversized Card */

.dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card {
    position: relative;
    overflow: hidden;
    min-height: 310px;
    background: #292d2f;
    border: 1px solid rgba(219, 211, 205, 0.5);
    border-radius: 12px;
    box-shadow:
        0 22px 48px rgba(0, 0, 0, 0.4),
        inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card {

    background-image: url(../images/dirty-oversized-wrapper-bg.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

.dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.14;
    background:
        repeating-linear-gradient(-12deg,
            transparent 0 9px,
            rgba(255, 255, 255, 0.06) 10px);
}

/* Main Text */

.dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-copy {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 310px;
    padding: 36px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    /* background: #151718; */
    padding-left: 30px;
}

.dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-title {
    margin-bottom: 20px;
    font-family: "Anton", sans-serif;
    font-size: 44px;
    line-height: 55px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
}

.dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-text {
    margin-bottom: 0;
    color: #fff;
    line-height: 1.55;
    max-width: 341px;
}

/* Details Panel */

.dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-details {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 310px;
    padding: 20px;
    color: #101010;
    /* background: #e8e5df; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-details::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.1;
    background:
        repeating-linear-gradient(12deg,
            transparent 0 8px,
            rgba(0, 0, 0, 0.28) 9px);
}

.dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-items {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
}

.dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-item {
    display: flex;
    align-items: center;
    gap: 14px;
}
.dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
}

.dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-icon svg {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: #111111;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.35s ease,
        stroke 0.35s ease;
}

.dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-item:hover .dirty-oversized-icon svg {
    transform: translateY(-4px) rotate(-3deg);
    stroke: #000000;
}

.dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-item span {
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    font-size: 17px;
}

.dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-button {
    position: relative;
    z-index: 2;
    display: block;
    width: min(100%, 290px);
    margin: 0 auto;
    border: 0;
    border-radius: 0;
    padding: 0.78rem 1.5rem;
    color: #ffffff;
    background: #212529;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    box-shadow:
        6px 6px 0 rgba(0, 0, 0, 0.18);
    transition:
        transform 0.3s ease,
        color 0.3s ease,
        background-color 0.3s ease,
        box-shadow 0.3s ease;
}

.dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-button:hover {
    color: #ffffff;
    background: #111111;
    transform: translateY(-4px);
    box-shadow:
        8px 8px 0 rgba(23, 162, 255, 0.28);
}

/* Benefits Wrapper */

.dirty-oversized-benefits-section .dirty-benefits-wrapper {
    margin-top: 65px;
}

/* Heading */

.dirty-oversized-benefits-section .common-section-heading {
    margin-bottom: 10px;
}

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 0px;
}

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-title {
    margin-bottom: 0;
    color: #ffffff;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.3rem, 3.6vw, 3.8rem);
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow:
        0 5px 18px rgba(0, 0, 0, 0.42);
}

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-title span {
    color: #00d9ff;
    font-family: "Permanent Marker", cursive;
    font-size: 0.88em;
    letter-spacing: -1px;
}

/* Heading Accent Marks */

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-heading-mark {
    width: 34px;
    display: grid;
    gap: 6px;
}

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-heading-mark i {
    display: block;
    width: 28px;
    height: 3px;
    background: #00d9ff;
    border-radius: 10px;
}

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-heading-mark-left i:nth-child(1) {
    transform: rotate(20deg);
}

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-heading-mark-left i:nth-child(3) {
    transform: rotate(-20deg);
}

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-heading-mark-right i:nth-child(1) {
    transform: rotate(-20deg);
}

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-heading-mark-right i:nth-child(3) {
    transform: rotate(20deg);
}

/* Benefits Cards */

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-grid .dirty-benefit-card {
    position: relative;
    min-height: 190px;
    padding: 25px 14px 20px;
    overflow: hidden;
    text-align: center;
    background: url(../images/dirty-benifits-card.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1.5px solid rgb(237 237 237 / 45%);
    border-radius: 12px;
    box-shadow: 0 15px 32px rgba(0, 0, 0, 0.32);
    transition: transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-grid .dirty-benefit-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.12;
    background:
        repeating-linear-gradient(-14deg,
            transparent 0 8px,
            rgba(255, 255, 255, 0.05) 9px);
}

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-grid .dirty-benefit-card:hover {
    transform: translateY(-8px);
    border-color: #f2cf00;
    box-shadow:
        0 22px 42px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(242, 207, 0, 0.12);
}

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-grid .dirty-benefit-icon {
    position: relative;
    z-index: 2;
    width: 76px;
    height: 76px;
    margin: 0 auto 12px;
    display: grid;
    place-items: center;
}

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-grid .dirty-benefit-icon svg {
    width: 68px;
    height: 68px;
    fill: none;
    stroke: #f2cf00;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter:
        drop-shadow(0 0 8px rgba(242, 207, 0, 0.16));
    transition:
        transform 0.35s ease,
        filter 0.35s ease;
}

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-grid .dirty-benefit-card:hover .dirty-benefit-icon svg {
    transform: translateY(-5px) scale(1.06);
    filter:
        drop-shadow(0 0 14px rgba(242, 207, 0, 0.35));
}

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-grid .dirty-benefit-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    color: #ffffff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.45rem;
    line-height: 1.08;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}

/* Coming Soon Cards */

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-grid .dirty-benefit-coming-soon {
    border-color: rgba(242, 207, 0, 0.5);
}

/* Coming Soon Badge */

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-grid .dirty-benefit-card .dirty-benefit-badge {
    position: absolute;
    top: 10px;
    right: -25px;
    z-index: 4;
    width: 105px;
    padding: 5px 8px;
    color: #080808;
    background: #f2cf00;
    font-family: "Bebas Neue", sans-serif;
    font-size: 0.78rem;
    line-height: 1;
    letter-spacing: 0.7px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(38deg);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.3);
}

/* Cyan Icon Hover */

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-grid .dirty-benefit-card:hover .dirty-benefit-icon svg {
    stroke: #00d9ff;
    filter: drop-shadow(0 0 14px rgba(0, 217, 255, 0.35));
}

/* Coming Soon Card Hover */

.dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-grid .dirty-benefit-coming-soon:hover {
    border-color: #f2cf00;
    box-shadow:
        0 22px 42px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(242, 207, 0, 0.18);
}

.dirty-how-it-works-section {
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.dirty-how-it-works-section .dirty-how-it-works-wrapper {
    position: relative;
}

/* Heading */

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-how-it-works-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 42px;
}

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-heading-content {
    text-align: center;
}

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-how-it-works-title {
    color: #ffffff;
    font-family: "Anton", sans-serif;
    font-size: clamp(2.8rem, 4vw, 4.35rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow:
        2px 3px 0 rgba(255, 255, 255, 0.08),
        0 8px 22px rgba(0, 0, 0, 0.55);
}

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-how-it-works-subtitle {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Heading Pink Marks */

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-heading-accent {
    width: 38px;
    display: grid;
    gap: 7px;
}

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-heading-accent i {
    display: block;
    width: 30px;
    height: 4px;
    background: #00d9ff;
    border-radius: 10px;
}

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-heading-accent-left i:nth-child(1) {
    transform: rotate(24deg);
}

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-heading-accent-left i:nth-child(2) {
    transform: translateX(-7px);
}

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-heading-accent-left i:nth-child(3) {
    transform: rotate(-24deg);
}

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-heading-accent-right i:nth-child(1) {
    transform: rotate(-24deg);
}

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-heading-accent-right i:nth-child(2) {
    transform: translateX(7px);
}

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-heading-accent-right i:nth-child(3) {
    transform: rotate(24deg);
}

/* Steps Grid */

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-wrapper {
    display: grid;
    grid-template-columns:
        minmax(185px, 1fr) 82px minmax(185px, 1fr) 82px minmax(185px, 1fr) 82px minmax(185px, 1fr);
    align-items: start;
    gap: 20px;
}

/* Single Step */

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-item {
    position: relative;
    text-align: center;
}

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-visual {
    min-height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

/* Number Styling */

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-number {
    position: relative;
    display: inline-block;
    color: #0dcaf0;
    font-family: "Anton", sans-serif;
    font-size: clamp(4.3rem, 5.5vw, 6.3rem);
    font-weight: 400;
    line-height: 0.88;
    letter-spacing: -2px;
    text-transform: uppercase;
    transform: rotate(-2deg);
    text-shadow: 2px 3px 0 rgb(0 82 90 / 55%), 0 0 18px rgb(23 212 255 / 12%);
}

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-number::before {
    content: attr(data-number);
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.12;
    transform: translate(2px, 2px);
}

/* Rough underline below number */

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-number::after {
    content: "";
    position: absolute;
    right: 4px;
    bottom: -13px;
    left: 2px;
    height: 4px;
    opacity: 0.32;
    background: linear-gradient(90deg, transparent, #0dcaf0 14%, #0dcaf0 84%, transparent);
    transform: rotate(-3deg);
}

/* Main Step Icons */

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-icon {
    flex: 0 0 100px;
    width: 100px;
    height: 110px;
    display: grid;
    place-items: center;
}

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-icon svg {
    width: 96px;
    height: 96px;
    fill: none;
    stroke: #f2efea;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter:
        drop-shadow(0 4px 2px rgba(0, 0, 0, 0.65));
    transition:
        transform 0.4s ease,
        stroke 0.35s ease,
        filter 0.35s ease;
}

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-item:hover .dirty-process-icon svg {
    stroke: #00d9ff;
    transform: translateY(-7px) rotate(-2deg);
    filter:
        drop-shadow(0 0 13px rgba(255, 23, 99, 0.25));
}

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-bag-icon svg {
    stroke: #f4f1ec;
}

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-bag-icon svg path:last-child {
    stroke: #00d9ff;
}

/* Arrow */

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-arrow {
    padding-top: 49px;
    display: flex;
    justify-content: center;
}

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-arrow svg {
    width: 76px;
    height: 38px;
    fill: none;
    stroke: #00d9ff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter:
        drop-shadow(0 0 7px rgba(255, 23, 99, 0.18));
    animation: dirtyProcessArrow 1.7s ease-in-out infinite;
}

/* Text */

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-title {
    margin: 14px 0 12px;
    color: #ffffff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-shadow:
        0 4px 12px rgba(0, 0, 0, 0.52);
}

.dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-text {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.98rem;
    line-height: 1.45;
}

/* Animation */

@keyframes dirtyProcessArrow {

    0%,
    100% {
        opacity: 0.65;
        transform: translateX(0);
    }

    50% {
        opacity: 1;
        transform: translateX(8px);
    }
}

.dirty-pricing-testimonials-section {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding-bottom: 0 !important;
}

/* Pricing Wrapper */

.dirty-pricing-testimonials-section .dirty-pricing-wrapper {
    margin-bottom: 65px;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel {
    position: relative;
    padding: 18px 48px 12px;
    background:
        linear-gradient(180deg,
            rgba(40, 40, 36, 0.92),
            rgba(18, 19, 19, 0.95));
    border: 1px solid rgba(191, 179, 166, 0.38);
    border-radius: 26px;
    box-shadow:
        0 25px 55px rgba(0, 0, 0, 0.44),
        inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

/* Heading */

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-heading {
    padding: 0 20px 22px;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-title {
    color: #ffffff;
    font-family: "Anton", sans-serif;
    font-size: clamp(2.35rem, 3.5vw, 4rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-shadow:
        0 7px 18px rgba(0, 0, 0, 0.5);
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-title span {
    color: #00d9ff;
    font-family: "Permanent Marker", cursive;
    font-size: 0.82em;
    letter-spacing: -1px;
}

/* Pricing Grid */

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: hidden;
    background: rgba(3, 4, 4, 0.94);
    border: 1px solid rgba(198, 184, 174, 0.28);
    border-radius: 16px;
    padding: 8px 0;
    margin-bottom: 8px;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-item {
    position: relative;
    /* min-height: 285px; */
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 12px;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-item:not(:last-child):not(:nth-child(2))::after {
    content: "";
    position: absolute;
    top: 27px;
    right: 0;
    width: 1px;
    height: calc(100% - 54px);
    background:
        linear-gradient(180deg,
            transparent,
            rgba(189, 176, 168, 0.58) 15%,
            rgba(189, 176, 168, 0.58) 85%,
            transparent);
}

/* Featured Item */

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-item-featured {
    color: #090909;
    background-image: url(../images/sticker-bg-yellow.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-item-featured::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.12;
    background:
        repeating-linear-gradient(-13deg,
            transparent 0 8px,
            rgba(0, 0, 0, 0.35) 9px);
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-item-featured::after {
    display: none;
}

/* Pricing Text */

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-name {
    position: relative;
    z-index: 2;
    min-height: 35px;
    margin-bottom: 2px;
    color: #ffffff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.65rem;
    line-height: 1.05;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-item-featured .dirty-pricing-name {
    color: #090909;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-unit {
    position: relative;
    z-index: 2;
    min-height: 23px;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.9rem;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-item-featured .dirty-pricing-unit {
    color: rgba(0, 0, 0, 0.7);
}

/* Pricing Icons */

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-icon {
    position: relative;
    z-index: 2;
    width: 90px;
    height: 90px;
    margin: 7px auto 9px;
    display: grid;
    place-items: center;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-icon svg {
    width: 80px;
    height: 80px;
    fill: none;
    stroke: #f4f0ea;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition:
        transform 0.35s ease,
        stroke 0.35s ease;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-item-featured .dirty-pricing-icon svg {
    stroke: #111111;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-item:hover .dirty-pricing-icon svg {
    transform: translateY(-6px) rotate(-2deg);
    stroke: #00d9ff;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-item-featured:hover .dirty-pricing-icon svg {
    stroke: #111111;
}

/* Values */

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-label {
    position: relative;
    z-index: 2;
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.88rem;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-value {
    position: relative;
    z-index: 2;
    display: block;
    color: #ffffff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.1rem;
    line-height: 1;
    letter-spacing: 0.6px;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-item-featured .dirty-pricing-value {
    color: #090909;
}

/* Pricing Button */

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-footer {
    padding-bottom: 0;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-button {
    position: relative;
    bottom: -1px;
    display: inline-flex;
    min-width: 320px;
    justify-content: center;
    padding: 0.8rem 1.8rem;
    color: #000;
    background: #00d9ff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.35rem;
    letter-spacing: 0.8px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow:
        6px 6px 0 rgba(0, 0, 0, 0.25);
    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-button:hover {
    color: #000000;
    background: #ffffff;
    transform: translateY(-4px);
}

/* Loyalty Sticker */

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-loyalty-sticker {
    position: absolute;
    top: 185px;
    right: -62px;
    z-index: 8;
    width: 188px;
    min-height: 205px;
    padding: 21px 18px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #090909;
    background-image: url(../images/sticker-bg-yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    transform: rotate(3deg);
    box-shadow:
        0 18px 30px rgba(0, 0, 0, 0.4);
    animation: dirtyLoyaltyFloat 4s ease-in-out infinite;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-loyalty-sticker::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background:
        repeating-linear-gradient(-14deg,
            transparent 0 8px,
            rgba(0, 0, 0, 0.35) 9px);
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-loyalty-icon {
    position: relative;
    z-index: 2;
    width: 42px;
    height: 42px;
    margin-bottom: 5px;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-loyalty-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #111111;
    stroke-width: 2.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-loyalty-sticker strong {
    position: relative;
    z-index: 2;
    font-family: "Permanent Marker", cursive;
    font-size: 1.7rem;
    line-height: 1;
    text-transform: uppercase;
}

.dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-loyalty-sticker span {
    position: relative;
    z-index: 2;
    margin-top: 12px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.1rem;
    line-height: 1.05;
    text-transform: uppercase;
}

/* Testimonials Heading */

.dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonials-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 24px;
}

.dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonials-title {
    color: #ffffff;
    font-family: "Anton", sans-serif;
    font-size: clamp(2.5rem, 3.8vw, 4.1rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonials-title span {
    color: #00d9ff;
    font-family: "Permanent Marker", cursive;
    font-size: 0.86em;
}

.dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonials-stars {
    color: #00d9ff;
    font-size: 2rem;
    letter-spacing: 2px;
}

/* Carousel */

.dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonials-carousel {
    position: relative;
    padding: 0 68px;
}

.dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonials-grid {
    align-items: stretch;
}

/* Testimonial Cards */

.dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonial-card {
    position: relative;
    min-height: 190px;
    padding: 20px 24px 18px;
    color: #151515;
    background-image: url(../images/marquee-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(-0.7deg);
    box-shadow:
        0 14px 25px rgba(0, 0, 0, 0.34);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.dirty-pricing-testimonials-section .dirty-testimonials-wrapper .col-xl-3:nth-child(even) .dirty-testimonial-card {
    transform: rotate(0.7deg);
}

.dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.1;
    pointer-events: none;
    background:
        repeating-linear-gradient(-12deg,
            transparent 0 8px,
            rgba(0, 0, 0, 0.25) 9px);
}

.dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonial-card:hover {
    transform: translateY(-7px) rotate(0);
    box-shadow:
        0 22px 38px rgba(0, 0, 0, 0.44);
}

.dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonial-stars {
    position: relative;
    z-index: 2;
    margin-bottom: 14px;
    color: #00d9ff;
    font-size: 1.4rem;
    letter-spacing: 3px;
}

.dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonial-card p {
    position: relative;
    z-index: 2;
    min-height: 78px;
    margin-bottom: 12px;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.45;
}

.dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonial-card strong {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 0.9rem;
    text-align: right;
}

/* Carousel Controls */

.dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonial-control {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 52px;
    height: 80px;
    padding: 0;
    display: grid;
    place-items: center;
    background: transparent;
    border: 0;
    transform: translateY(-50%);
}

.dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonial-prev {
    left: 0;
}

.dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonial-next {
    right: 0;
}

.dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonial-control svg {
    width: 38px;
    height: 65px;
    fill: none;
    stroke: #f2f0eb;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition:
        stroke 0.3s ease,
        transform 0.3s ease;
}

.dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonial-control:hover svg {
    stroke: #00d9ff;
    transform: scale(1.08);
}

/* Promotion Strip */

.dirty-pricing-testimonials-section .dirty-new-customer-strip {
    position: relative;
    margin-top: 0;
    padding: 12px 0;
    color: #ffffff;
    background: #00d9ff;
    box-shadow:
        0 -10px 25px rgba(0, 0, 0, 0.22);
}

.dirty-pricing-testimonials-section .dirty-new-customer-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.11;
    background:
        repeating-linear-gradient(-15deg,
            transparent 0 9px,
            rgba(0, 0, 0, 0.28) 10px);
}

.dirty-pricing-testimonials-section .dirty-new-customer-strip .dirty-new-customer-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 55px;
}

.dirty-pricing-testimonials-section .dirty-new-customer-strip .dirty-new-customer-copy {
    display: flex;
    align-items: center;
    gap: 14px;
}

.dirty-pricing-testimonials-section .dirty-new-customer-strip .dirty-new-customer-copy strong {
    color: #090909;
    font-family: "Anton", sans-serif;
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.dirty-pricing-testimonials-section .dirty-new-customer-strip .dirty-new-customer-copy span {
    color: #ffffff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.dirty-pricing-testimonials-section .dirty-new-customer-strip .dirty-new-customer-button {
    min-width: 245px;
    padding: 0.72rem 1.6rem;
    color: #ffffff;
    background: #111111;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.7px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow:
        5px 5px 0 rgba(0, 0, 0, 0.2);
    transition:
        transform 0.3s ease,
        color 0.3s ease,
        background-color 0.3s ease;
}

.dirty-pricing-testimonials-section .dirty-new-customer-strip .dirty-new-customer-button:hover {
    color: #090909;
    background: #ffffff;
    transform: translateY(-3px);
}

/* Animation */

@keyframes dirtyLoyaltyFloat {

    0%,
    100% {
        transform: rotate(3deg) translateY(0);
    }

    50% {
        transform: rotate(1deg) translateY(-8px);
    }
}


/* Offer Card */

.dirty-pricing-reviews-section .dirty-reviews-wrapper {
    position: relative;
    padding: 20px 16px 0;
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card {
    position: relative;
    min-height: 290px;
    padding: 40px 42px;
    display: flex;
    align-items: center;
    gap: 42px;
    overflow: hidden;
    color: #ffffff;
    background: url(../images/sticker-bg-pink.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* background:
        linear-gradient(135deg,
            #c81755,
            #f01a68); */
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background:
        repeating-linear-gradient(-15deg,
            transparent 0 8px,
            rgba(0, 0, 0, 0.35) 9px);
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border: 10px solid transparent;
    clip-path: polygon(0 4%,
            3% 0,
            8% 2%,
            13% 0,
            20% 2%,
            27% 0,
            34% 2%,
            41% 0,
            48% 2%,
            55% 0,
            62% 2%,
            70% 0,
            77% 2%,
            84% 0,
            91% 2%,
            96% 0,
            100% 4%,
            98% 12%,
            100% 20%,
            98% 28%,
            100% 36%,
            98% 44%,
            100% 52%,
            98% 60%,
            100% 68%,
            98% 76%,
            100% 84%,
            98% 92%,
            100% 100%,
            0 100%);
}

/* Offer Badge */

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card .dirty-offer-badge {
    position: relative;
    z-index: 2;
    flex: 0 0 180px;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 3px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    text-align: center;
    transform: rotate(-7deg);
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card .dirty-offer-badge::before,
.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card .dirty-offer-badge::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.72);
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card .dirty-offer-badge::before {
    inset: 10px;
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card .dirty-offer-badge::after {
    inset: 19px;
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card .dirty-offer-badge span {
    position: relative;
    z-index: 2;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1rem;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card .dirty-offer-badge strong {
    position: relative;
    z-index: 2;
    margin: 6px 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Offer Content */

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card .dirty-offer-content {
    position: relative;
    z-index: 2;
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card .dirty-offer-title {
    margin-bottom: 16px;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.5rem, 3.4vw, 3.6rem);
    line-height: 1;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card .dirty-offer-text {
    margin-bottom: 24px;
    font-size: 1.25rem;
    line-height: 1.45;
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card .dirty-offer-button {
    border-radius: 0;
    padding: 0.7rem 1.5rem;
    color: #111111;
    background: #ffc107;
    border: 2px solid #ffc107;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.28);
    transition: transform 0.3s ease,
        box-shadow 0.3s ease;
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card .dirty-offer-button:hover {
    transform: translate(-2px, -2px);
    box-shadow:
        8px 8px 0 rgba(0, 0, 0, 0.34);
}

/* Testimonials */


/* Review Arrow */

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-testimonials {
    position: relative;
    min-height: 290px;
    padding: 0;
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-testimonials .dirty-testimonials-title {
    margin-bottom: 28px;
    color: #ffffff;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.2rem, 3vw, 3rem);
    line-height: 1;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-testimonials .dirty-testimonials-slider {
    position: relative;
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-testimonials .carousel-inner {
    overflow: hidden;
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-testimonials .carousel-item {
    transition: transform 0.65s ease-in-out;
}

/* 
.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-testimonials .dirty-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
} */

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-testimonials .dirty-review-item {
    position: relative;
    min-height: 190px;
    padding: 18px;
    color: #151515;
    background-image: url(../images/marquee-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(-0.7deg);
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.34);
    transition: transform 0.35s ease,
        box-shadow 0.35s ease;
    margin: 0 16px;
}


.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-testimonials .dirty-review-item:nth-child(even) {
    transform: rotate(0.7deg);
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-testimonials .dirty-review-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 1px;
    height: 150px;
    background:
        linear-gradient(180deg,
            transparent,
            rgba(184, 170, 162, 0.48) 15%,
            rgba(184, 170, 162, 0.48) 85%,
            transparent);
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-testimonials .dirty-review-stars {
    margin-bottom: 8px;
    color: #000000;
    font-size: 1.45rem;
    letter-spacing: 2px;
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-testimonials .dirty-review-text {
    margin-bottom: 8px;
    color: #111111;
    font-size: 0.95rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-testimonials .dirty-review-author {
    display: block;
    color: rgba(0, 0, 0, 0.72);
    font-size: 0.95rem;
    text-align: right;
}

/* Slider Arrows */

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-testimonials .dirty-review-control {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 50px;
    height: 50px;
    padding: 0;
    display: grid;
    place-items: center;
    background: transparent;
    border: 0;
    transform: translateY(-50%);
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-testimonials .dirty-review-prev {
    left: -35px;
    opacity: 1;
    visibility: visible;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-testimonials:hover .dirty-review-prev {
    opacity: 0;
    visibility: visible;
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-testimonials .dirty-review-next {
    right: -35px;
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-testimonials .dirty-review-control svg {
    width: 50px;
    height: 50px;
    fill: rgba(8, 10, 11, 0.88);
    stroke: #00d9ff;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition:
        transform 0.3s ease,
        fill 0.3s ease,
        stroke 0.3s ease;
}

.dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-testimonials .dirty-review-control:hover svg {
    transform: scale(1.08);
}


/* Blog Section */

.dirty-blog-section {
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.dirty-blog-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.12;
    background-image:
        repeating-linear-gradient(0deg,
            rgba(255, 255, 255, 0.025) 0,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px,
            transparent 4px);
}

.dirty-blog-section .dirty-container {
    position: relative;
    z-index: 2;
}

/* Blog Heading */

.dirty-blog-section .dirty-blog-heading {
    margin-bottom: 28px;
}

.dirty-blog-section .dirty-blog-heading .dirty-blog-title {
    color: #ffffff;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.3rem, 3.5vw, 3.6rem);
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dirty-blog-section .dirty-blog-heading .dirty-blog-view-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #00d9ff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.45rem;
    letter-spacing: 0.8px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition:
        color 0.3s ease,
        gap 0.3s ease;
}

.dirty-blog-section .dirty-blog-heading .dirty-blog-view-link span {
    font-family: "Inter", sans-serif;
    font-size: 1.65rem;
}

.dirty-blog-section .dirty-blog-heading .dirty-blog-view-link:hover {
    gap: 18px;
    color: #00aeff;
}

/* Blog Card */

.dirty-blog-section .dirty-blog-wrapper .dirty-blog-card {
    overflow: hidden;
    background: linear-gradient(180deg,
            #171a1c 0%,
            #121416 100%);
    border: 1px solid rgb(0 217 255 / 42%);
    border-radius: 7px;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.3);
    transition: transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.dirty-blog-section .dirty-blog-wrapper .dirty-blog-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0 217 255, 0.78);
    box-shadow:
        0 24px 44px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(0 217 255, 0.1);
}

/* Blog Image */

.dirty-blog-section .dirty-blog-wrapper .dirty-blog-card .dirty-blog-image-wrap {
    position: relative;
    display: block;
    height: 215px;
    overflow: hidden;
    background: #111111;
}

.dirty-blog-section .dirty-blog-wrapper .dirty-blog-card .dirty-blog-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            transparent 55%,
            rgba(0, 0, 0, 0.25) 100%);
}

.dirty-blog-section .dirty-blog-wrapper .dirty-blog-card .dirty-blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter:
        saturate(0.65) contrast(1.03) brightness(0.88);
    transition:
        transform 0.65s ease,
        filter 0.65s ease;
}

.dirty-blog-section .dirty-blog-wrapper .dirty-blog-card:hover .dirty-blog-image {
    transform: scale(1.06);
    filter:
        saturate(0.85) contrast(1.05) brightness(0.96);
}

/* Blog Content */

.dirty-blog-section .dirty-blog-wrapper .dirty-blog-card .dirty-blog-content {
    padding: 20px 22px 18px;
}

.dirty-blog-section .dirty-blog-wrapper .dirty-blog-card .dirty-blog-card-title {
    min-height: 60px;
    margin-bottom: 12px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.65rem;
    line-height: 1.05;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.dirty-blog-section .dirty-blog-wrapper .dirty-blog-card .dirty-blog-card-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.dirty-blog-section .dirty-blog-wrapper .dirty-blog-card:hover .dirty-blog-card-title a {
    color: #00d9ff;
}

.dirty-blog-section .dirty-blog-wrapper .dirty-blog-card .dirty-blog-date {
    display: block;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.9rem;
}

/* Footer */

.dirty-footer-section {
    position: relative;
    padding-top: 48px;
    color: #ffffff;
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dirty-footer-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.1;
    background-image:
        repeating-linear-gradient(0deg,
            rgba(255, 255, 255, 0.025) 0,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px,
            transparent 4px);
}

.dirty-footer-section .dirty-container {
    position: relative;
    z-index: 2;
}

/* Footer Columns */

.dirty-footer-section .dirty-footer-wrapper>div:not(:first-child) {
    position: relative;
    padding-left: 35px;
}

.dirty-footer-section .dirty-footer-wrapper>div:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    width: 1px;
    background:
        linear-gradient(180deg,
            transparent,
            rgba(173, 158, 151, 0.42) 12%,
            rgba(173, 158, 151, 0.42) 88%,
            transparent);
}

/* Footer Logo */

.dirty-footer-section .dirty-footer-brand .dirty-footer-logo {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    margin-bottom: 26px;
    color: #ffffff;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.dirty-footer-section .dirty-footer-brand .dirty-footer-logo-small {
    position: absolute;
    top: -13px;
    left: 0;
    color: #00d9ff;
    font-family: "Permanent Marker", cursive;
    font-size: 0.9rem;
    transform: rotate(-7deg);
}

.dirty-footer-section .dirty-footer-brand .dirty-footer-logo-main {
    font-family: "Permanent Marker", cursive;
    font-size: clamp(1.8rem, 2.4vw, 2.6rem);
    letter-spacing: -2px;
    text-transform: uppercase;
}

.dirty-footer-section .dirty-footer-brand .dirty-footer-logo-co {
    margin-left: 5px;
    color: #00d9ff;
    font-family: "Permanent Marker", cursive;
    font-size: 1rem;
}

/* Footer Description */

.dirty-footer-section .dirty-footer-brand .dirty-footer-description {
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.96rem;
    line-height: 1.55;
}

/* Social Icons */

.dirty-footer-section .dirty-footer-brand .dirty-footer-socials {
    display: flex;
    gap: 12px;
}

.dirty-footer-section .dirty-footer-brand .dirty-footer-socials a {
    width: 42px;
    height: 42px;
    place-items: center;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    transition: transform 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* .dirty-footer-socials a:last-child svg {
    position: relative;
    top: -3px;
    left: 1px;
} */

.dirty-footer-map iframe {
    width: 100%;
    max-width: 100%;
}

.dirty-footer-section .dirty-footer-brand .dirty-footer-socials a:hover {
    color: #ffffff;
    background: #00d9ff;
    border-color: #00d9ff;
    transform: translateY(-4px);
}

.dirty-footer-section .dirty-footer-brand .dirty-footer-socials svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dirty-footer-section .dirty-footer-brand .dirty-footer-socials a:nth-child(2) svg,
.dirty-footer-section .dirty-footer-brand .dirty-footer-socials a:nth-child(3) svg {
    fill: currentColor;
    stroke: none;
}

/* Footer Titles */

.dirty-footer-section .dirty-footer-column .dirty-footer-title {
    margin-bottom: 17px;
    color: #ffffff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.45rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/* Footer Links */

.dirty-footer-section .dirty-footer-column .dirty-footer-links {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 9px;
    list-style: none;
}

.dirty-footer-section .dirty-footer-column .dirty-footer-links a {
    position: relative;
    color: rgba(255, 255, 255, 0.63);
    font-size: 0.92rem;
    text-decoration: none;
    transition:
        color 0.3s ease,
        padding-left 0.3s ease;
}

.dirty-footer-section .dirty-footer-column .dirty-footer-links a::before {
    content: "×";
    position: absolute;
    top: 50%;
    left: 0;
    color: #00d9ff;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
}

.dirty-footer-section .dirty-footer-column .dirty-footer-links a:hover {
    padding-left: 14px;
    color: #ffffff;
}

.dirty-footer-section .dirty-footer-column .dirty-footer-links a:hover::before {
    opacity: 1;
}

/* Contact */

.dirty-footer-section .dirty-footer-contact address {
    margin-bottom: 17px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.93rem;
    line-height: 1.55;
    font-style: normal;
}

.dirty-footer-section .dirty-footer-contact>a {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.67);
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease;
    overflow-wrap: anywhere;
}

.dirty-footer-section .dirty-footer-contact>a:hover {
    color: #00d9ff;
}

.dirty-footer-section .dirty-footer-contact strong {
    display: block;
    margin-top: 18px;
    color: #ffffff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.2rem;
    line-height: 1.15;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 500;
}

/* Map */

.dirty-footer-section .dirty-footer-map {
    position: relative;
    height: 205px;
    overflow: hidden;
    background: #111315;
    border: 1px solid rgba(199, 184, 176, 0.35);
    border-radius: 7px;
}

.dirty-footer-section .dirty-footer-map::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            rgba(0, 0, 0, 0.05),
            rgba(0, 0, 0, 0.25));
    display: none;
}

.dirty-footer-section .dirty-footer-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter:
        grayscale(1) brightness(0.55) contrast(1.2);
}

.dirty-footer-section .dirty-footer-map .dirty-map-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 48px;
    height: 60px;
    transform: translate(-50%, -50%);
    animation: dirtyMapPin 2.3s ease-in-out infinite;
    display: none !important;
}

.dirty-footer-section .dirty-footer-map .dirty-map-pin svg {
    width: 100%;
    height: 100%;
    fill: #00d9ff;
    stroke: #00d9ff;
    stroke-width: 2;
}

.dirty-footer-section .dirty-footer-map .dirty-map-pin circle {
    fill: #111111;
    stroke: none;
}

/* Footer Bottom */
.dirty-footer-section .dirty-footer-bottom {
    margin-top: 28px;
    padding: 17px 0 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center !important;
    gap: 3px !important;
}

.thank-section {
    background: #00d9ff !important;
    height: 50vh;
    display: flex;
    align-items: center;
}

.thank-section p {
    color: #000;
}

.thank-section h2 {
    color: #000;
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: "Permanent Marker", cursive;
    font-size: clamp(2.8rem, 3vw, 3.35rem);
    line-height: 0.95;
    letter-spacing: -2px;
    transform: rotate(-1deg);
    text-shadow: 0 7px 18px rgb(23 244 255 / 15%);
}

.dirty-footer-section .dirty-footer-bottom p,
.dirty-footer-section .dirty-footer-bottom a,
.dirty-footer-section .dirty-footer-bottom span {
    color: rgba(255, 255, 255, 0.52);
    text-transform: capitalize;
    font-size: 0.82rem;
}

.dirty-footer-section .dirty-footer-bottom .dirty-footer-legal {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dirty-footer-section .dirty-footer-bottom .dirty-footer-legal a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.dirty-footer-section .dirty-footer-bottom .dirty-footer-legal a:hover {
    color: #00d9ff;
}

/* Animation */

@keyframes dirtyMapPin {

    0%,
    100% {
        transform: translate(-50%, -50%);
    }

    50% {
        transform: translate(-50%, calc(-50% - 8px));
    }
}



@media (min-width: 1199.98px) {
    .inner-pages .navbar>.container {
        align-items: center !important;
    }
}











.inner-pages .dirty-header nav {
    padding: 0px !important;
    align-items: center;
}

.inner-pages .dirty-container {
    align-items: center !important;
}

.new-about-section .main-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.new-about-section .grid-col img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    padding: 10px;
    background: #f6f6f6;
    transform: rotate(2deg);
}


.new-about-section .grid-col h2 {
    margin-bottom: 12px !important;
}

.cta-section .text-block {
    text-align: center;
    width: 100%;
    max-width: 898px;
    margin-inline: auto;
    position: relative;
    padding: 18px 48px 12px;
    background: linear-gradient(180deg, rgba(40, 40, 36, 0.92), rgba(18, 19, 19, 0.95));
    border: 1px solid rgba(191, 179, 166, 0.38);
    border-radius: 26px;
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.44), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.cta-section {}

section.parallax .text-root {
    width: 100%;
    max-width: 662px;
    background: #000000db;
    padding: 18px 48px 12px;
}

section.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left;
    overflow: visible;
    min-height: 550px;
    display: flex;
    align-items: center;
    padding: 60px 0px !important;
}

.site-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.site-list li {
    position: relative;
    margin: 15px 0px;
    padding-left: 29px;
}

.site-list li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 3px;
    width: 16px;
    height: 9px;
    border-left: 4px solid #00aeff;
    border-bottom: 4px solid #00aeff;
    transform: rotate(-45deg);
}

.section-line {
    position: relative;
}

.section-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            #0dcaf0,
            #f2cf00,
            transparent);
}

/* .how-it-works-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        #0dcaf0,
        #f2cf00,
        transparent
    );
} */

.how-it-works-section::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: -220px;
    top: 80px;
    border-radius: 50%;
    background: #0dcaf0;
    opacity: 0.04;
    filter: blur(100px);
    pointer-events: none;
}

.how-it-works-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}



.how-it-works-heading-wrap {
    margin-bottom: 58px;
    text-align: center;
}


.how-it-works-intro {
    margin: 17px 0 0;
    color: #ffffff;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}


/* GRID */

.how-it-works-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}


.how-it-works-card {
    position: relative;
    min-width: 0;
}

.how-it-works-image {
    position: relative;
    height: 430px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.13);
    clip-path: polygon(0 0,
            calc(100% - 18px) 0,
            100% 18px,
            100% 100%,
            0 100%);
    transition:
        transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1),
        border-color 0.4s ease;
}

.how-it-works-image-one {
    background-image:
        linear-gradient(180deg,
            rgba(0, 0, 0, 0.05),
            rgba(0, 0, 0, 0.72)),
        url("../images/generated/process-bring-laundry.webp");
}

.how-it-works-image-two {
    background-image:
        linear-gradient(180deg,
            rgba(0, 0, 0, 0.05),
            rgba(0, 0, 0, 0.72)),
        url("../images/generated/process-choose-service.webp");
}

.how-it-works-image-three {
    background-image:
        linear-gradient(180deg,
            rgba(0, 0, 0, 0.05),
            rgba(0, 0, 0, 0.72)),
        url("../images/generated/process-wash-care.webp");
}

.how-it-works-image-four {
    background-image:
        linear-gradient(180deg,
            rgba(0, 0, 0, 0.05),
            rgba(0, 0, 0, 0.72)),
        url("../images/generated/process-clean-pickup.webp");
}


/* NUMBER */

.how-it-works-number {
    position: absolute;
    z-index: 4;
    top: 20px;
    left: 20px;
    font-size: 45px;
    font-weight: 900;
    line-height: 1;
    color: #0dcaf0;
    text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.45);
    transition: transform 0.45s ease,
        color 0.4s ease,
        opacity 0.4s ease;
}

.how-it-works-card:nth-child(even) .how-it-works-number {
    color: #f2cf00;
}


/* HOVER OVERLAY */

.how-it-works-overlay {
    position: absolute;
    z-index: 3;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    background: linear-gradient(180deg,
            rgba(13, 202, 240, 0.02) 0%,
            rgba(13, 202, 240, 0.20) 38%,
            rgba(13, 202, 240, 0.94) 100%);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.45s ease,
        transform 0.5s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.how-it-works-card:nth-child(even) .how-it-works-overlay {
    background: linear-gradient(180deg,
            rgba(242, 207, 0, 0.02) 0%,
            rgba(242, 207, 0, 0.20) 38%,
            rgba(242, 207, 0, 0.95) 100%);
}

.how-it-works-overlay-content {
    transform: translateY(18px);
    transition: transform 0.5s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.how-it-works-overlay h3 {
    margin: 0 0 10px;
    color: #050809;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
}

.how-it-works-overlay p {
    margin: 0;
    color: #050809;
}


/* CONTENT */

.how-it-works-content {
    position: relative;
    padding: 23px 5px 5px;
}

.how-it-works-content::before {
    content: "";
    display: block;
    width: 44px;
    height: 4px;
    margin-bottom: 18px;
    background: #0dcaf0;
    transform: skewX(-28deg);
    transition: width 0.4s ease;
}

.how-it-works-card:nth-child(even) .how-it-works-content::before {
    background: #f2cf00;
}

.how-it-works-content h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.35s ease;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1px;
}

.how-it-works-content p {
    margin: 0;
    color: #ffffff;
    margin-top: 15px;
}


/* HOVER */

.how-it-works-card:hover .how-it-works-image {
    transform: translateY(-8px);
    border-color: rgba(13, 202, 240, 0.6);
}

.how-it-works-card:nth-child(even):hover .how-it-works-image {
    border-color: rgba(242, 207, 0, 0.6);
}

.how-it-works-card:hover .how-it-works-overlay {
    opacity: 1;
    transform: translateY(0);
}

.how-it-works-card:hover .how-it-works-overlay-content {
    transform: translateY(0);
}

.how-it-works-card:hover .how-it-works-number {
    transform: translateY(-8px) scale(1.08);
    opacity: 0.18;
}

.how-it-works-card:hover .how-it-works-content::before {
    width: 80px;
}

.how-it-works-card:hover .how-it-works-content h3 {
    color: #0dcaf0;
}

.how-it-works-card:nth-child(even):hover .how-it-works-content h3 {
    color: #f2cf00;
}


.services-flow-section::after {
    content: "";
    position: absolute;
    right: -190px;
    bottom: 40px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: #f2cf00;
    opacity: 0.045;
    filter: blur(110px);
    pointer-events: none;
}

.services-flow-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}


/* ========================================
   HEADING
======================================== */

.services-flow-heading {
    max-width: 800px;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 40px;
}

.services-flow-intro {
    max-width: 512px;
    margin: 20px auto 0;
    color: #fff;
}

/* ========================================
   FLOW STRUCTURE
======================================== */

.services-flow-list {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 15px 0;
}

.services-flow-list::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: linear-gradient(180deg,
            transparent 0%,
            rgba(13, 202, 240, 0.5) 15%,
            rgba(255, 255, 255, 0.16) 50%,
            rgba(242, 207, 0, 0.5) 85%,
            transparent 100%);
    transform: translateX(-50%);
}


/* ========================================
   SERVICE ROW
======================================== */

.services-flow-item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 90px 1fr;
    align-items: center;
    min-height: 270px;
}

.services-flow-copy {
    position: relative;
    padding: 40px 0;
}


/* LEFT SIDE */

.services-flow-item-left .services-flow-copy {
    grid-column: 1;
    padding-right: 60px;
    text-align: right;
}

.services-flow-item-left .services-flow-point {
    grid-column: 2;
}


/* RIGHT SIDE */

.services-flow-item-right .services-flow-point {
    grid-column: 2;
}

.services-flow-item-right .services-flow-copy {
    grid-column: 3;
    padding-left: 60px;
    text-align: left;
}


/* ========================================
   TYPOGRAPHY
======================================== */

.services-flow-section {
    border-top: 1px solid #ffffff2e;
}

.services-flow-copy h3 {
    position: relative;
    margin: 0 0 20px;
    color: #ffffff;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    transition: color 0.35s ease,
        transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-family: "Bebas Neue", sans-serif;
    font-size: 45px;
}

.services-flow-copy p {
    max-width: 470px;
    margin: 0;
    color: #fff;
    transition: color 0.35s ease,
        transform 0.45s ease;
}

.services-flow-item-left .services-flow-copy p {
    margin-left: auto;
}


/* ========================================
   DECORATIVE UNDERLINE
======================================== */

.services-flow-copy::after {
    content: "";
    position: absolute;
    bottom: 21px;
    width: 70px;
    height: 4px;
    background: #0dcaf0;
    transform: skewX(-28deg);
    transition: width 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.services-flow-item-left .services-flow-copy::after {
    right: 60px;
}

.services-flow-item-right .services-flow-copy::after {
    left: 60px;
}

.services-flow-item:nth-child(2) .services-flow-copy::after {
    background: #f2cf00;
}


/* ========================================
   CENTRAL POINT
======================================== */

.services-flow-point {
    position: relative;
    z-index: 3;
    justify-self: center;
    width: 18px;
    height: 18px;
    border: 3px solid #0dcaf0;
    border-radius: 50%;
    background: #080b0d;
    box-shadow:
        0 0 0 8px #080b0d,
        0 0 0 9px rgba(13, 202, 240, 0.2);
    transition:
        transform 0.4s ease,
        background 0.4s ease,
        box-shadow 0.4s ease;
}

.services-flow-item:nth-child(2) .services-flow-point {
    border-color: #f2cf00;
    box-shadow:
        0 0 0 8px #080b0d,
        0 0 0 9px rgba(242, 207, 0, 0.2);
}


/* ========================================
   CONNECTING LINES
======================================== */

.services-flow-item-left::after,
.services-flow-item-right::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 0;
    transition: width 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.services-flow-item-left::after {
    right: 50%;
    background: linear-gradient(90deg,
            transparent,
            #0dcaf0);
}

.services-flow-item-right::after {
    left: 50%;
    background: linear-gradient(90deg,
            #f2cf00,
            transparent);
}


/* ========================================
   HOVER
======================================== */

.services-flow-item:hover .services-flow-copy::after {
    width: 125px;
}

.services-flow-item:hover .services-flow-point {
    transform: scale(1.35);
    background: #0dcaf0;
    box-shadow:
        0 0 0 8px #080b0d,
        0 0 30px rgba(13, 202, 240, 0.5);
}

.services-flow-item:nth-child(2):hover .services-flow-point {
    background: #f2cf00;
    box-shadow:
        0 0 0 8px #080b0d,
        0 0 30px rgba(242, 207, 0, 0.45);
}

.services-flow-item-left:hover::after,
.services-flow-item-right:hover::after {
    width: 43%;
}

.services-flow-item-left:hover h3 {
    color: #0dcaf0;
    transform: translateX(-10px);
}

.services-flow-item-right:hover h3 {
    color: #f2cf00;
    transform: translateX(10px);
}

.services-flow-item:nth-child(3):hover h3 {
    color: #0dcaf0;
}

.services-flow-item:hover p {
    color: rgba(255, 255, 255, 0.82);
}


/* ========================================
   ENDING TEXT
======================================== */

.services-flow-ending {
    position: relative;
    margin-top: 0px;
    text-align: center;
}


.services-flow-ending p {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    background: #f2cf00;
    width: max-content;
    padding: 8px 12px;
    margin-inline: auto;
}

.clean-service-item {
    position: relative;
    display: grid;
    grid-template-columns: 28% 1fr auto;
    gap: 41px;
    align-items: center;
    min-height: 185px;
    padding: 40px 28px 40px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: inherit;
    text-decoration: none;
    transition: padding-left 0.4s ease,
        border-color 0.35s ease,
        background-color 0.35s ease;
    padding-left: 28px;
}

/* LEFT ACCENT LINE */

.clean-service-item::before {
    content: "";
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 0;
    width: 3px;

    background: #0dcaf0;

    transform: scaleY(0.35);
    transform-origin: center;

    transition:
        transform 0.4s ease,
        top 0.4s ease,
        bottom 0.4s ease;
}

span.clean-service-number {
    display: none;
}

.clean-service-item:nth-child(2)::before {
    background: #f2cf00;
}


/* SUBTLE HOVER BACKGROUND */

.clean-service-item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;

    background: linear-gradient(90deg,
            rgba(13, 202, 240, 0.055) 0%,
            rgba(255, 255, 255, 0.018) 45%,
            transparent 100%);

    opacity: 0;
    transform: translateX(-30px);

    transition:
        opacity 0.4s ease,
        transform 0.45s ease;

    pointer-events: none;
}

.clean-service-item:nth-child(2)::after {
    background: linear-gradient(90deg,
            rgba(242, 207, 0, 0.055) 0%,
            rgba(255, 255, 255, 0.018) 45%,
            transparent 100%);
}

.clean-service-title,
.clean-service-content,
.clean-service-view-more {
    position: relative;
    z-index: 2;
}


/* =========================
   TITLE
========================= */

.clean-service-title h3 {
    margin: 0;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    transition: color 0.35s ease,
        transform 0.4s ease;
    font-family: "Bebas Neue", sans-serif;
    font-size: 35px;
    letter-spacing: 1px;
}

/* =========================
   DESCRIPTION
========================= */
.clean-service-content p {
    margin: 0;
    color: #fff;
    transition: color 0.35s ease,
        transform 0.4s ease;
}

/* =========================
   VIEW MORE
========================= */


.clean-service-arrow {
    display: inline-block;

    font-size: 17px;
    line-height: 1;

    transition: transform 0.35s ease;
}


/* =========================
   CLEAN HOVER
========================= */

.clean-service-item:hover {
    padding-left: 18px;
    border-color: rgba(255, 255, 255, 0.2);
}

.clean-service-item:hover::before {
    top: 12%;
    bottom: 12%;
    transform: scaleY(1);
}

.clean-service-item:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.clean-service-item:hover .clean-service-title h3 {
    color: #0dcaf0;
    transform: translateX(5px);
}

.clean-service-item:nth-child(2):hover .clean-service-title h3 {
    color: #f2cf00;
}

.clean-service-item:hover .clean-service-content p {
    color: rgba(255, 255, 255, 0.82);
    transform: translateX(3px);
}

.clean-service-item:hover .clean-service-view-more {
    transform: translateX(-4px);
    background: #c92121;
    border-color: #c92121;

    box-shadow:
        0 8px 22px rgba(229, 43, 43, 0.18);
}

.clean-service-item:hover .clean-service-arrow {
    transform: translateX(4px);
}


/* BUTTON DIRECT HOVER */

.clean-service-view-more:hover {
    background: #b91d1d;
    border-color: #b91d1d;

    transform: translateX(-4px) translateY(-2px);
}


/* =========================
   KEYBOARD
========================= */

.clean-service-item:focus-visible {
    outline: 2px solid #0dcaf0;
    outline-offset: -2px;
}

.clean-service-item:focus-visible .clean-service-title h3 {
    color: #0dcaf0;
}




.why-sameday-container {
    position: relative;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}


/* =====================================
   HEADING
===================================== */

.why-sameday-heading {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}



/* =====================================
   INTRO
===================================== */

.why-sameday-intro {
    max-width: 620px;
    margin: 22px auto 0;
    text-align: center;
}

.why-sameday-intro p {
    margin: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}


/* =====================================
   MAIN COMPOSITION
===================================== */

.why-sameday-layout {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr) 300px minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(230px, auto));
    column-gap: 55px;
    row-gap: 45px;
    align-items: center;
    margin-top: 90px;
}


/* =====================================
   CENTER DRUM
===================================== */
.why-sameday-center {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 339px;
    height: 300px;
    transform: translate(-50%, -50%);
}

.why-sameday-center img {
    width: 100%;
    max-width: 501px;
}

.why-sameday-center::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(13, 202, 240, 0.08);
    border-radius: 50%;
}

.why-sameday-center::after {
    content: "";
    position: absolute;
    width: 325px;
    height: 325px;
    border: 1px solid rgba(242, 207, 0, 0.07);
    border-radius: 50%;
}

.why-sameday-center-ring {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 255px;
    height: 255px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: #0b0e10;
}

.why-sameday-center-ring::before {
    content: "";
    position: absolute;
    inset: 17px;
    border: 1px solid rgba(13, 202, 240, 0.35);
    border-radius: 50%;
}

.why-sameday-center-ring::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 45px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f2cf00;
}

.why-sameday-center-inner {
    position: relative;
    width: 175px;
    height: 175px;
    overflow: hidden;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 30%,
            rgba(13, 202, 240, 0.22),
            rgba(13, 202, 240, 0.03) 38%,
            #050708 72%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.08),
        inset 0 0 35px rgba(0, 0, 0, 0.7);
}

.why-sameday-center-inner::before {
    content: "";
    position: absolute;
    top: 45px;
    left: -20px;
    width: 210px;
    height: 100px;
    border: 15px solid rgba(13, 202, 240, 0.12);
    border-radius: 50%;
    transform: rotate(-16deg);
}


/* =====================================
   REASONS
===================================== */

.why-sameday-reason {
    position: relative;
    z-index: 2;
    max-width: 440px;
    padding: 22px 0;
}

.why-sameday-reason-one {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    text-align: right;
}

.why-sameday-reason-two {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
}

.why-sameday-reason-three {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
    text-align: right;
}

.why-sameday-reason-four {
    grid-column: 3;
    grid-row: 2;
    justify-self: start;
}


/* =====================================
   NUMBERS
===================================== */

.why-sameday-number {
    display: block;
    margin-bottom: 7px;
    color: #0dcaf0;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Bebas Neue", sans-serif;
}

.why-sameday-reason-two .why-sameday-number,
.why-sameday-reason-three .why-sameday-number {
    color: #f2cf00;
}


/* =====================================
   REASON TITLE
===================================== */

.why-sameday-reason h3 {
    margin: 0 0 12px;
    color: #ffffff;
    text-transform: uppercase;
    transition: color 0.3s ease,
        transform 0.35s ease;
    font-family: "Bebas Neue", sans-serif;
    font-size: 34px;
}

/* =====================================
   REASON COPY
===================================== */

.why-sameday-reason p {
    margin: 0;
    color: #fff;
    transition: color 0.3s ease;
}


/* =====================================
   CONNECTOR LINES
===================================== */

.why-sameday-line {
    position: relative;
    display: block;
    width: 65px;
    height: 2px;
    margin-top: 22px;
    background: #0dcaf0;
    transition: width 0.4s ease;
}

.why-sameday-reason-one .why-sameday-line,
.why-sameday-reason-three .why-sameday-line {
    margin-left: auto;
}

.why-sameday-reason-two .why-sameday-line,
.why-sameday-reason-three .why-sameday-line {
    background: #f2cf00;
}

.why-sameday-line::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: inherit;
    transform: translateY(-50%);
}

.why-sameday-reason-one .why-sameday-line::after,
.why-sameday-reason-three .why-sameday-line::after {
    right: 0;
}

.why-sameday-reason-two .why-sameday-line::after,
.why-sameday-reason-four .why-sameday-line::after {
    left: 0;
}


/* =====================================
   HOVER
===================================== */

.why-sameday-reason:hover h3 {
    color: #0dcaf0;
}

.why-sameday-reason-two:hover h3,
.why-sameday-reason-three:hover h3 {
    color: #f2cf00;
}

.why-sameday-reason-one:hover h3,
.why-sameday-reason-three:hover h3 {
    transform: translateX(-6px);
}

.why-sameday-reason-two:hover h3,
.why-sameday-reason-four:hover h3 {
    transform: translateX(6px);
}

.why-sameday-reason:hover p {
    color: rgba(255, 255, 255, 0.82);
}

.why-sameday-reason:hover .why-sameday-line {
    width: 115px;
}


/* =====================================
   ENDING
===================================== */
.why-sameday-ending {
    position: relative;
    max-width: 475px;
    margin: 35px auto 0;
    text-align: center;
    background: #f2cf00;
    padding: 10px;
}

.why-sameday-ending p {
    margin: 0;
    color: #000;
}


.error {
    background: red;
    display: block;
    color: #fff !important;
    padding: 0px 5px;
    font-size: 15px;
}



.chat-section {
    height: 100dvh;
    background: #000;
    display: grid;
    place-content: center;
}

.chat-section .text-bx h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 110px;
}

.chat-section .chat-bx {
    display: flex;
    gap: 40px;
}

@keyframes waviy {

    0%,
    40%,
    100% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-20px);
    }
}

.waviy span {
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 60px;
    animation: waviy 2.5s infinite;
    animation-delay: calc(0.2s * var(--i));
}

.blog-section2 .blog-grids a {
    position: unset !important;
    inset: unset !important;
}

.choose-bx :where(ul) {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.choose-bx :where(ul > li) {
    display: flex;
    align-items: center;
    gap: 12px;
    inline-size: 87%;
    margin-inline-start: auto;
    padding-block: 6px;
    padding-inline: 57px 6px;
    color: #fff;
    font-size: 16px;
    text-align: start;
    text-transform: capitalize;
    background-color: transparent;
    border-block-end: 1px solid #ffffff1f;
    position: relative;
    z-index: 7;
}

.text-bx p {
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    margin-block: 20px;
    margin-top: 10px;
}

.d-flex-btn {
    display: flex;
    justify-content: center;
}

/* Responsive */

@media (min-width: 1199.98px) {
    .navbar>.container {
        align-items: start !important;
    }

}

@media (max-width: 1366.98px) {
    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-copy {
        padding-left: 10px;
    }


}


@media (max-width: 1399.98px) {
    .dirty-pricing-reviews-section .dirty-pricing-wrapper .dirty-pricing-box .dirty-loyalty-sticker {
        right: -20px;
        width: 150px;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-content {
        padding: 44px 36px 38px;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-self .dirty-choice-content {
        width: 65%;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-button {
        min-width: 270px;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-popular {
        right: 90px;
    }

    .dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-wrapper {
        grid-template-columns:
            minmax(165px, 1fr) 60px minmax(165px, 1fr) 60px minmax(165px, 1fr) 60px minmax(165px, 1fr);
        gap: 12px;
    }

    .dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-visual {
        gap: 14px;
    }

    .dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-icon {
        flex-basis: 88px;
        width: 88px;
    }

    .dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-icon svg {
        width: 86px;
        height: 86px;
    }

    .dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-arrow svg {
        width: 58px;
    }

    .dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-loyalty-sticker {
        right: -30px;
        width: 155px;
    }
}

@media (max-width: 1299.98px) {
    .dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card .dirty-offer-badge {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .dirty-header .navbar-nav {
        gap: 12px !important;
    }

    .dirty-stamp {
        margin-right: 0;
        margin-bottom: 90px;
    }

    .dirty-footer-section .dirty-footer-wrapper>div:not(:first-child) {
        padding-left: 20px;
    }

    .dirty-footer-section .dirty-footer-wrapper>div:not(:first-child)::before {
        left: 0;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-photo-frame {
        height: 330px;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-sticker {
        left: 0;
        width: 180px;
        min-height: 128px;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-sticker span {
        font-size: 1.6rem;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-feature {
        padding-right: 8px;
        padding-left: 8px;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card {
        min-height: 535px;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-content {
        width: 68%;
        padding: 38px 28px 34px;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-smiley {
        flex-basis: 80px;
        width: 80px;
        height: 80px;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-button {
        min-width: 230px;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-bag-wrap {
        right: -40px;
        width: 49%;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-details {
        padding-right: 28px;
        padding-left: 28px;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-item span {
        font-size: 1.15rem;
    }

    .dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel {
        padding-right: 24px;
        padding-left: 24px;
    }

    .dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-item {
        min-height: 260px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-name {
        font-size: 1.35rem;
    }

    .dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-loyalty-sticker {
        display: none;
    }

    .dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonial-card {
        margin-bottom: 4px;
    }

    .common-section-space {
        padding: 65px 0;
    }
}

@media (max-width: 991.98px) {
    .why-sameday-section .common-section-heading {
        text-align: center;
    }

    .why-sameday-reason-two .why-sameday-line,
    .why-sameday-reason-three .why-sameday-line {
        margin-inline: auto;
    }

    .why-sameday-reason,
    .why-sameday-reason-one,
    .why-sameday-reason-two,
    .why-sameday-reason-three,
    .why-sameday-reason-four {
        width: 100%;
        text-align: center;
    }

    .why-sameday-line {
        margin-inline: auto;
    }

    .why-sameday-reason-one .why-sameday-line,
    .why-sameday-reason-three .why-sameday-line {
        margin-inline: auto;
    }

    .why-sameday-center {
        display: none !important;
    }

    .why-sameday-intro {
        max-width: 100%;
        text-align: center !important;
    }

    .dirty-hero {
        min-height: 760px;
    }

    .page-id-191 .dirty-footer-section .dirty-footer-bottom {

        width: 100%;
        max-width: 84%;
    }

    .dirty-hero-bg {
        background-position: 64% center;
    }

    .dirty-header .navbar-collapse {
        margin-top: 18px;
        padding: 22px;

        background: rgba(5, 5, 5, 0.97);
        border: 1px solid rgba(255, 255, 255, 0.12);

        backdrop-filter: blur(12px);
    }

    .dirty-header .nav-link {
        padding: 0.5rem 0;
    }

    .dirty-copy {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .dirty-title {
        max-width: 580px;
    }

    .dirty-footer-section .dirty-footer-wrapper>div:not(:first-child) {
        padding-left: 12px;
    }

    .dirty-footer-section .dirty-footer-wrapper>div:not(:first-child)::before {
        display: none;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-visual {
        margin-bottom: 0px;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-photo-frame {
        height: 400px;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-content {
        max-width: none;
        text-align: center;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-description,
    .dirty-about-section .dirty-about-wrapper .dirty-about-features {
        margin-right: auto;
        margin-left: auto;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card {
        min-height: auto;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-content {
        position: relative;
        height: 100%;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-smiley {
        position: absolute;
        top: auto;
        bottom: 10px;
        left: 5px;
        width: 80px;
        height: 80px;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-content,
    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-self .dirty-choice-content {
        width: 60%;
        padding: 48px 42px 40px;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-bag-wrap {
        right: 0;
        width: 45%;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-popular {
        right: 120px;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-image {
        min-height: 360px;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-copy {
        min-height: auto;
        padding: 45px 38px;
        text-align: center;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-details {
        min-height: auto;
        padding: 45px 38px 35px;
    }

    .dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 60px 35px;
    }

    .dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-arrow {
        display: none;
    }

    .dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-item {
        padding: 25px 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(8, 9, 10, 0.35);
    }

    .dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-item-featured {
        grid-column: span 2;
    }

    .dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-item::after {
        display: none;
    }

    .dirty-pricing-testimonials-section .dirty-new-customer-strip .dirty-new-customer-wrapper {
        gap: 25px;
    }

    .common-section-space {
        padding: 40px 0;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-title {
        color: #070707;
        text-shadow: none;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-text {
        max-width: 80%;
        margin: 0 auto;
        color: #000;
    }

    .dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel {
        padding: 0;
        background: none;
        border: 0;
        box-shadow: none;
    }

    .dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card {
        background-position: center;
        justify-content: center;
        text-align: center;
    }

    .services-flow-item-left .services-flow-copy p {
        margin-left: unset;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .services-flow-item {
        display: unset;
    }

    .services-flow-copy p {
        max-width: 100%;
    }

    .services-flow-item-left:hover::after,
    .services-flow-item-right:hover::after {
        display: none;
    }

    .services-flow-copy {
        padding: 15px !important;
        border: 1px solid #eeeeee33;
        margin-bottom: 15px;
    }
}

@media (max-width: 767.98px) {
    .dirty-hero-bg {
        background-position: 68% center;
    }

    .dirty-hero-overlay {
        background:
            linear-gradient(90deg,
                rgba(0, 0, 0, 0.94),
                rgba(0, 0, 0, 0.58));
    }

    .dirty-footer-section {
        padding-top: 55px;
    }

    .dirty-footer-section .dirty-footer-bottom {
        text-align: center;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-photo-frame {
        height: 330px;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-tape {
        left: 50px;
        width: 190px;
        height: 45px;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-sticker {
        width: 165px;
        min-height: 115px;
        padding: 18px 15px;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-sticker span {
        font-size: 1.4rem;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-feature::after {
        display: none;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-feature {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card {
        min-height: auto;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-content,
    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-self .dirty-choice-content {
        width: 100%;
        padding: 38px 28px 32px;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-dropoff {
        background-position: left;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-dropoff .dirty-choice-content {
        padding-bottom: 255px;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-bag-wrap {
        right: 0;
        bottom: -15px;
        width: 58%;
        height: 48%;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-popular {
        top: 28px;
        right: 25px;
    }

    .dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-heading {
        gap: 12px;
    }

    .dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-heading-mark {
        display: none;
    }

    .dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-title {
        font-size: 2.65rem;
    }

    .dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonials-heading {
        flex-direction: column;
        gap: 7px;
    }

    .dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonials-carousel {
        padding: 0 48px;
    }

    .dirty-pricing-testimonials-section .dirty-new-customer-strip .dirty-new-customer-wrapper {
        flex-direction: column;
        gap: 14px;
        text-align: center;
    }

    .dirty-pricing-testimonials-section .dirty-new-customer-strip .dirty-new-customer-copy {
        flex-direction: column;
        gap: 5px;
    }

    footer.dirty-footer-section .dirty-logo-img {
        height: 100px;
    }
}

@media (max-width: 575.98px) {
    .dirty-container {
        width: min(100% - 22px, 1460px);
    }

    .dirty-logo-img {
        height: 75px;
    }

    .dirty-title-white {
        font-size: clamp(2.75rem, 15vw, 4.1rem);
    }

    .dirty-title-pink {
        font-size: clamp(3.7rem, 19vw, 5.6rem);
        letter-spacing: -3px;
    }

    .dirty-stamp {
        width: 120px;
    }

    .dirty-subtitle {
        max-width: 300px;
    }

    .dirty-hero-btn {
        width: 100%;
        min-width: auto;
    }

    .dirty-marquee-track {
        gap: 24px;
    }

    .dirty-marquee-track span {
        font-size: 1.15rem;
    }

    .dirty-marquee-track i {
        font-size: 1.4rem;
    }

    .dirty-footer-section .dirty-footer-brand .dirty-footer-logo-main {
        font-size: 2rem;
    }

    .dirty-footer-section .dirty-footer-map {
        height: 230px;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-visual {
        padding: 18px 0 45px;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-photo-frame {
        height: 255px;
        padding: 5px;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-photo-frame::after {
        inset: 5px;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-tape {
        top: 0;
        left: 28px;
        width: 145px;
        height: 38px;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-sticker {
        left: -5px;
        bottom: 4px;
        width: 140px;
        min-height: 98px;
        padding: 15px 12px;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-sticker span {
        font-size: 1.18rem;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-sticker svg {
        width: 28px;
        height: 28px;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-title .dirty-about-title-white {
        font-size: 2.65rem;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-title .dirty-about-title-pink {
        font-size: 2.6rem;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-description {
        font-size: 0.9rem;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-feature {
        min-height: 120px;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card {
        min-height: auto;
        border-radius: 14px;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-content,
    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-self .dirty-choice-content {
        padding: 32px 22px 28px;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-title {
        font-size: 3.35rem;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-smiley {
        flex-basis: 67px;
        width: 67px;
        height: 67px;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-subtitle {
        font-size: 1rem;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-list li {
        padding-left: 27px;
        font-size: 0.92rem;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-button {
        width: 100%;
        min-width: 0;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-dropoff .dirty-choice-content {
        padding-bottom: 235px;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-bag-wrap {
        width: 65%;
        height: 40%;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-popular {
        top: 2px;
        right: 8px;
        min-width: 100px;
        font-size: 1rem;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card {
        border-radius: 8px;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-image {
        min-height: 255px;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-copy {
        padding: 35px 25px;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-title {
        font-size: 3.35rem;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-details {
        padding: 0 22px 28px;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-item {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-icon {
        width: 38px;
        height: 38px;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-icon svg {
        width: 36px;
        height: 36px;
    }

    .dirty-oversized-benefits-section .dirty-benefits-wrapper {
        margin-top: 38px;
    }

    .dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-grid .dirty-benefit-card {
        min-height: 170px;
        padding: 22px 10px 18px;
    }

    .dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-grid .dirty-benefit-icon {
        width: 62px;
        height: 62px;
    }

    .dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-grid .dirty-benefit-icon svg {
        width: 58px;
        height: 58px;
    }

    .dirty-oversized-benefits-section .dirty-benefits-wrapper .dirty-benefits-grid .dirty-benefit-card h3 {
        font-size: 1.2rem;
    }

    .dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-how-it-works-heading {
        gap: 12px;
        margin-bottom: 35px;
    }

    .dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-heading-accent {
        display: none;
    }

    .dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-how-it-works-title {
        font-size: 3rem;
    }

    .dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-wrapper {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-item {
        padding: 28px 18px;
    }

    .dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-visual {
        min-height: auto;
    }

    .dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-number {
        font-size: 4.7rem;
    }

    .dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-icon {
        flex-basis: 90px;
        width: 90px;
        height: 95px;
    }

    .dirty-how-it-works-section .dirty-how-it-works-wrapper .dirty-process-icon svg {
        width: 84px;
        height: 84px;
    }

    .dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel {
        padding: 16px 10px 0;
        border-radius: 14px;
    }

    .dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-grid {
        grid-template-columns: 1fr 1fr;
    }

    .dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-item-featured {
        grid-column: auto;
    }

    .dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-button {
        width: 100%;
        min-width: 0;
    }

    .dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonials-title {
        font-size: 2.65rem;
    }

    .dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonials-carousel {
        padding: 0 35px;
    }

    .dirty-pricing-testimonials-section .dirty-testimonials-wrapper .dirty-testimonial-control {
        width: 30px;
    }

    .dirty-pricing-testimonials-section .dirty-new-customer-strip .dirty-new-customer-copy strong {
        font-size: 2rem;
    }

    .dirty-pricing-testimonials-section .dirty-new-customer-strip .dirty-new-customer-copy span {
        font-size: 1.25rem;
    }

    .dirty-pricing-testimonials-section .dirty-new-customer-strip .dirty-new-customer-button {
        width: 100%;
        min-width: 0;
    }

    .dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card {
        background-size: cover;
    }
}

/* Accessibility */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }
}



.why-sameday-container {
    position: relative;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}


/* =====================================
   HEADING
===================================== */

.why-sameday-heading {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}



/* =====================================
   INTRO
===================================== */

.why-sameday-intro {
    max-width: 620px;
    margin: 22px auto 0;
    text-align: center;
}

.why-sameday-intro p {
    margin: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}


/* =====================================
   MAIN COMPOSITION
===================================== */

.why-sameday-layout {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr) 300px minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(230px, auto));
    column-gap: 55px;
    row-gap: 45px;
    align-items: center;
    margin-top: 90px;
}


/* =====================================
   CENTER DRUM
===================================== */
.why-sameday-center {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 339px;
    height: 300px;
    transform: translate(-50%, -50%);
}

.why-sameday-center img {
    width: 100%;
    max-width: 501px;
}

.why-sameday-center::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(13, 202, 240, 0.08);
    border-radius: 50%;
}

.why-sameday-center::after {
    content: "";
    position: absolute;
    width: 325px;
    height: 325px;
    border: 1px solid rgba(242, 207, 0, 0.07);
    border-radius: 50%;
}

.why-sameday-center-ring {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 255px;
    height: 255px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: #0b0e10;
}

.why-sameday-center-ring::before {
    content: "";
    position: absolute;
    inset: 17px;
    border: 1px solid rgba(13, 202, 240, 0.35);
    border-radius: 50%;
}

.why-sameday-center-ring::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 45px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f2cf00;
}

.why-sameday-center-inner {
    position: relative;
    width: 175px;
    height: 175px;
    overflow: hidden;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 30%,
            rgba(13, 202, 240, 0.22),
            rgba(13, 202, 240, 0.03) 38%,
            #050708 72%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.08),
        inset 0 0 35px rgba(0, 0, 0, 0.7);
}

.why-sameday-center-inner::before {
    content: "";
    position: absolute;
    top: 45px;
    left: -20px;
    width: 210px;
    height: 100px;
    border: 15px solid rgba(13, 202, 240, 0.12);
    border-radius: 50%;
    transform: rotate(-16deg);
}


/* =====================================
   REASONS
===================================== */

.why-sameday-reason {
    position: relative;
    z-index: 2;
    max-width: 440px;
    padding: 22px 0;
}

.why-sameday-reason-one {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    text-align: right;
}

.why-sameday-reason-two {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
}

.why-sameday-reason-three {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
    text-align: right;
}

.why-sameday-reason-four {
    grid-column: 3;
    grid-row: 2;
    justify-self: start;
}


/* =====================================
   NUMBERS
===================================== */

.why-sameday-number {
    display: block;
    margin-bottom: 7px;
    color: #0dcaf0;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Bebas Neue", sans-serif;
}

.why-sameday-reason-two .why-sameday-number,
.why-sameday-reason-three .why-sameday-number {
    color: #f2cf00;
}


/* =====================================
   REASON TITLE
===================================== */

.why-sameday-reason h3 {
    margin: 0 0 12px;
    color: #ffffff;
    text-transform: uppercase;
    transition: color 0.3s ease,
        transform 0.35s ease;
    font-family: "Bebas Neue", sans-serif;
    font-size: 34px;
}

/* =====================================
   REASON COPY
===================================== */

.why-sameday-reason p {
    margin: 0;
    color: #fff;
    transition: color 0.3s ease;
}


/* =====================================
   CONNECTOR LINES
===================================== */

.why-sameday-line {
    position: relative;
    display: block;
    width: 65px;
    height: 2px;
    margin-top: 22px;
    background: #0dcaf0;
    transition: width 0.4s ease;
}

.why-sameday-reason-one .why-sameday-line,
.why-sameday-reason-three .why-sameday-line {
    margin-left: auto;
}

.why-sameday-reason-two .why-sameday-line,
.why-sameday-reason-three .why-sameday-line {
    background: #f2cf00;
}

.why-sameday-line::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: inherit;
    transform: translateY(-50%);
}

.why-sameday-reason-one .why-sameday-line::after,
.why-sameday-reason-three .why-sameday-line::after {
    right: 0;
}

.why-sameday-reason-two .why-sameday-line::after,
.why-sameday-reason-four .why-sameday-line::after {
    left: 0;
}


/* =====================================
   HOVER
===================================== */

.why-sameday-reason:hover h3 {
    color: #0dcaf0;
}

.why-sameday-reason-two:hover h3,
.why-sameday-reason-three:hover h3 {
    color: #f2cf00;
}

.why-sameday-reason-one:hover h3,
.why-sameday-reason-three:hover h3 {
    transform: translateX(-6px);
}

.why-sameday-reason-two:hover h3,
.why-sameday-reason-four:hover h3 {
    transform: translateX(6px);
}

.why-sameday-reason:hover p {
    color: rgba(255, 255, 255, 0.82);
}

.why-sameday-reason:hover .why-sameday-line {
    width: 115px;
}


/* =====================================
   ENDING
===================================== */
.why-sameday-ending {
    position: relative;
    max-width: 475px;
    margin: 35px auto 0;
    text-align: center;
    background: #f2cf00;
    padding: 10px;
}

.why-sameday-ending p {
    margin: 0;
    color: #000;
}


.header-slick {
    padding: 55px 0px;
    background: #00d9ff !important;
    text-align: center;
}

.header-slick h2 span {
    color: #000;
}

.dirty-faq {
    --faq-bg: #080a0a;
    --faq-card: #101313;
    --faq-card-hover: #141818;
    --faq-cyan: #00ccef;
    --faq-yellow: #f4da00;
    --faq-white: #f4f4f0;
    --faq-muted: #959b9b;
    --faq-border: #292d2d;

    width: 100%;
    padding: 70px 20px;
    background: var(--faq-bg);
    color: var(--faq-white);
    font-family: Arial, Helvetica, sans-serif;
}

.dirty-faq,
.dirty-faq * {
    box-sizing: border-box;
}

.dirty-faq__container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

/* =========================================
   FAQ ITEM
========================================= */

.dirty-faq__item {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    background: var(--faq-card);
    border: 1px solid var(--faq-border);

    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.dirty-faq__item:last-child {
    margin-bottom: 0;
}

.dirty-faq__item::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: var(--faq-cyan);

    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.dirty-faq__item:hover {
    background: var(--faq-card-hover);
    border-color: #3c4242;
}

.dirty-faq__item.is-active {
    border-color: #236b77;
}

.dirty-faq__item.is-active::before {
    transform: scaleY(1);
}

/* =========================================
   QUESTION
========================================= */

.dirty-faq__question {
    position: relative;
    display: grid;
    grid-template-columns: 55px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 18px;
    width: 100%;
    min-height: 70px;
    margin: 0;
    padding: 10px 24px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--faq-white);
    text-align: left;
    cursor: pointer;
}

.dirty-faq__question:focus-visible {
    outline: 2px solid var(--faq-cyan);
    outline-offset: -4px;
}

/* Number */
.dirty-faq__number {
    color: var(--faq-cyan);
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.dirty-faq__item.is-active .dirty-faq__number {
    opacity: 1;
    transform: translateX(4px);
}

.dirty-faq__question-text {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: capitalize;
}


.dirty-faq__icon {
    position: relative;

    display: block;
    width: 40px;
    height: 40px;

    border: 1px solid #3b4141;
    border-radius: 50%;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.3s ease;
}

.dirty-faq__icon::before,
.dirty-faq__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    width: 13px;
    height: 2px;

    background: var(--faq-cyan);

    transform: translate(-50%, -50%);

    transition:
        transform 0.3s ease,
        background-color 0.25s ease;
}

.dirty-faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.dirty-faq__item.is-active .dirty-faq__icon {
    background: var(--faq-cyan);
    border-color: var(--faq-cyan);
    transform: rotate(180deg);
}

.dirty-faq__item.is-active .dirty-faq__icon::before,
.dirty-faq__item.is-active .dirty-faq__icon::after {
    background: #071012;
}

.dirty-faq__item.is-active .dirty-faq__icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

/* =========================================
   ANSWER
========================================= */

.dirty-faq__answer {
    display: grid;
    grid-template-rows: 0fr;

    transition: grid-template-rows 0.35s ease;
}

.dirty-faq__item.is-active .dirty-faq__answer {
    grid-template-rows: 1fr;
}

.dirty-faq__answer-inner {
    overflow: hidden;
}

.dirty-faq__answer p {
    position: relative;
    margin: 0 68px 0 97px;
    padding: 20px 0 28px;
    color: #fff;
    border-top: 1px solid #252929;
}

.dirty-faq__answer p::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;

    width: 60px;
    height: 2px;

    background: var(--faq-yellow);
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 1050px) {

    .why-sameday-section {
        padding: 90px 20px;
    }

    .why-sameday-layout {
        grid-template-columns: 1fr 220px 1fr;
        column-gap: 30px;
    }

    .why-sameday-center {
        width: 210px;
        height: 210px;
    }

    .why-sameday-center::before {
        width: 260px;
        height: 260px;
    }

    .why-sameday-center::after {
        width: 235px;
        height: 235px;
    }

    .why-sameday-center-ring {
        width: 195px;
        height: 195px;
    }

    .why-sameday-center-inner {
        width: 130px;
        height: 130px;
    }

}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 991px) {


    .why-sameday-section {
        padding: 70px 15px;
    }

    .why-sameday-heading {
        text-align: left;
    }

    .common-section-heading {
        font-size: 47px;
    }

    .why-sameday-intro {
        margin-left: 0;
        text-align: left;
    }

    .why-sameday-layout {
        display: block;
        margin-top: 55px;
    }

    .why-sameday-center {
        position: relative;
        top: auto;
        left: auto;
        width: 190px;
        height: 190px;
        margin: 0 auto 60px;
        transform: none;
    }

    .why-sameday-center::before {
        width: 235px;
        height: 235px;
    }

    .why-sameday-center::after {
        width: 210px;
        height: 210px;
    }

    .why-sameday-center-ring {
        width: 180px;
        height: 180px;
    }

    .why-sameday-center-inner {
        width: 120px;
        height: 120px;
    }

    .why-sameday-reason,
    .why-sameday-reason-one,
    .why-sameday-reason-two,
    .why-sameday-reason-three,
    .why-sameday-reason-four {
        max-width: none;
        padding: 28px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-align: center;
    }

    .dirty-footer-section .dirty-footer-column .dirty-footer-links a::before {
        display: none !important;
    }

    .why-sameday-intro {
        max-width: 100% !important;
        text-align: center !important;
    }

    .why-sameday-reason-one .why-sameday-line,
    .why-sameday-reason-three .why-sameday-line {
        margin-inline: auto !important;
    }

    .why-sameday-reason h3 {
        font-size: 27px;
    }

    .why-sameday-reason p {
        font-size: 14px;
    }

    .why-sameday-reason-one .why-sameday-line,
    .why-sameday-reason-three .why-sameday-line {
        margin-left: 0;
    }

    .why-sameday-reason-one .why-sameday-line::after,
    .why-sameday-reason-three .why-sameday-line::after {
        right: auto;
        left: 0;
    }

    .why-sameday-reason-one:hover h3,
    .why-sameday-reason-two:hover h3,
    .why-sameday-reason-three:hover h3,
    .why-sameday-reason-four:hover h3 {
        transform: translateX(5px);
    }

    .why-sameday-ending {
        margin-top: 55px;
        text-align: left;
    }

    .why-sameday-ending::before {
        left: 0;
        transform: none;
    }

    .why-sameday-ending p {
        font-size: 15px;
    }

}

.dl-timeline {
    --dl-bg: #070909;
    --dl-card: #101313;
    --dl-card-active: #121818;
    --dl-white: #f5f5f1;
    --dl-muted: #939999;
    --dl-cyan: #00ccef;
    --dl-yellow: #f4d900;
    --dl-border: #292e2e;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #070909;
    color: var(--dl-white);
}

/* subtle industrial background */

.dl-timeline::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(90deg,
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.012) 1px,
            transparent 1px);

    background-size: 42px 42px;

    pointer-events: none;
}

.dl-timeline::after {
    content: "";

    position: absolute;

    top: 5%;
    left: 50%;

    width: 650px;
    height: 650px;

    background: #00ccef;

    border-radius: 50%;

    opacity: 0.035;

    filter: blur(140px);

    transform: translateX(-50%);

    pointer-events: none;
}

.dl-timeline__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0px 15px;
}

/* ============================================
   INTRO
============================================ */

.dl-timeline__intro {
    max-width: 760px;

    margin: 0 auto 75px;

    text-align: center;
}


.dl-timeline__title {
    margin: 0;

    color: var(--dl-white);

    font-family:
        Impact,
        "Arial Narrow",
        Arial,
        sans-serif;

    font-size: clamp(44px, 7vw, 76px);
    font-weight: 900;

    line-height: 0.9;

    letter-spacing: -1.5px;

    text-transform: uppercase;
}

.dl-timeline__title span {
    display: block;

    margin-top: 7px;

    color: var(--dl-cyan);

    font-style: italic;

    transform: rotate(-1deg);
}

.dl-timeline__description {
    max-width: 680px;
    margin: 25px auto 0;
    color: #fff;
}

/* ============================================
   TIMELINE
============================================ */
.dl-timeline__wrapper {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}

/* background line */

.dl-timeline__line {
    position: absolute;

    top: 0;
    bottom: 0;

    left: 50%;

    width: 3px;

    background: #262b2b;

    transform: translateX(-50%);
}

/* animated cyan line */

.dl-timeline__progress {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 0;

    background: var(--dl-cyan);

    box-shadow:
        0 0 8px rgba(0, 204, 239, 0.7),
        0 0 22px rgba(0, 204, 239, 0.3);

    transition: height 0.1s linear;
}

/* ============================================
   STEP
============================================ */
.dl-timeline__step {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 100px minmax(0, 1fr);
    align-items: center;
    min-height: 300px;
    gap: 17px;
}

/* alternate cards */

.dl-timeline__step:nth-child(odd) .dl-timeline__card {
    grid-column: 1;
}

.dl-timeline__step:nth-child(even) .dl-timeline__card {
    grid-column: 3;
}

.dl-timeline__marker {
    position: absolute;

    z-index: 5;

    top: 50%;
    left: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 68px;
    height: 68px;

    background: #0c0f0f;

    border: 3px solid #343a3a;
    border-radius: 50%;

    transform:
        translate(-50%, -50%) scale(0.8);

    transition:
        border-color 0.45s ease,
        background-color 0.45s ease,
        box-shadow 0.45s ease,
        transform 0.45s ease;
}

.dl-timeline__number {
    font-size: 26px;
    transition: color 0.4s ease,
        transform 0.4s ease;
    font-family: "Anton", sans-serif;
    -webkit-text-stroke: 2px #000;
    color: transparent !important;
    letter-spacing: 2px;
}

/* ============================================
   STEP CARD
============================================ */

.dl-timeline__card {
    position: relative;

    display: flex;

    gap: 22px;

    padding: 28px;

    overflow: hidden;

    background: var(--dl-card);

    border: 1px solid var(--dl-border);

    opacity: 0;

    transform: translateY(45px);

    transition:
        opacity 0.65s ease,
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s ease,
        background-color 0.35s ease;
}

/* left side entry */

.dl-timeline__step:nth-child(odd) .dl-timeline__card {
    transform: translateX(-55px);
}

/* right side entry */

.dl-timeline__step:nth-child(even) .dl-timeline__card {
    transform: translateX(55px);
}

.dl-timeline__card::after {
    content: "";

    position: absolute;

    bottom: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: var(--dl-cyan);

    transform: scaleX(0);

    transform-origin: left;

    transition: transform 0.6s ease;
}

/* ============================================
   ACTIVE STEP
============================================ */

.dl-timeline__step.is-visible .dl-timeline__card {
    opacity: 1;

    transform: translateX(0);
}

.dl-timeline__step.is-visible .dl-timeline__card::after {
    transform: scaleX(1);
}

.dl-timeline__step.is-visible .dl-timeline__marker {
    background: var(--dl-cyan);

    border-color: var(--dl-cyan);

    transform:
        translate(-50%, -50%) scale(1);

    box-shadow:
        0 0 0 8px rgba(0, 204, 239, 0.08),
        0 0 22px rgba(0, 204, 239, 0.4);
}

.dl-timeline__step.is-visible .dl-timeline__number {
    color: #061012;

    transform: scale(1.08);
}

.dl-timeline__step.is-visible .dl-timeline__card {
    background: var(--dl-card-active);

    border-color: rgba(0, 204, 239, 0.35);
}

/* ============================================
   ICON
============================================ */

.dl-timeline__icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid #3a4141;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.4) rotate(-30deg);
    transition: opacity 0.6s ease 0.2s,
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.2s,
        border-color 0.3s ease;
    background: var(--dl-yellow);
}

.dl-timeline__icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: #000000;
    stroke-width: 2.8px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dl-timeline__step.is-visible .dl-timeline__icon {
    opacity: 1;

    transform:
        scale(1) rotate(0deg);

    border-color: var(--dl-yellow);
}

/* ============================================
   CONTENT
============================================ */

.dl-timeline__content {
    min-width: 0;
}

.dl-timeline__label {
    display: block;
    margin-bottom: 8px;
    color: var(--dl-cyan);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.7px;
}

.dl-timeline__content h3 {
    margin: 0 0 13px;
    color: var(--dl-white);
    font-size: 20px;
    line-height: 27px;
    font-weight: 900;
    text-transform: uppercase;
}

.dl-timeline__content h3 span {
    color: var(--dl-cyan);
}

.dl-timeline__content p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

/* ============================================
   CTA
============================================ */

.dl-timeline__cta {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 45px;

    margin-top: 75px;

    padding: 38px 42px;

    overflow: hidden;

    background: var(--dl-yellow);

    color: #080a0a;

    opacity: 0;

    transform: translateY(40px);

    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
}

.dl-timeline__cta.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.dl-timeline__cta::before {
    content: "CLEAN";

    position: absolute;

    top: 50%;
    right: 20%;

    color: rgba(0, 0, 0, 0.045);

    font-family:
        Impact,
        "Arial Narrow",
        Arial,
        sans-serif;

    font-size: 135px;

    transform:
        translateY(-50%) rotate(-7deg);

    pointer-events: none;
}

.dl-timeline__cta>div {
    position: relative;
    z-index: 2;

    max-width: 680px;
}

.dl-timeline__cta-label {
    display: block;

    margin-bottom: 8px;

    font-size: 10px;
    font-weight: 900;

    letter-spacing: 2px;
}

.dl-timeline__cta h3 {
    margin: 0 0 13px;

    font-family:
        Impact,
        "Arial Narrow",
        Arial,
        sans-serif;

    font-size: clamp(32px, 5vw, 50px);

    line-height: 0.95;

    text-transform: uppercase;
}

.dl-timeline__cta h3 strong {
    display: inline-block;

    padding: 3px 8px;

    background: #080a0a;

    color: var(--dl-cyan);

    font-weight: inherit;

    font-style: italic;

    transform: rotate(-2deg);
}

.dl-timeline__cta p {
    margin: 0;

    color: rgba(0, 0, 0, 0.7);

    font-size: 12.5px;
    font-weight: 600;

    line-height: 1.7;
}

/* ============================================
   CTA BUTTON
============================================ */

.dl-timeline__button {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    flex: 0 0 auto;

    gap: 30px;

    min-width: 230px;
    min-height: 58px;

    padding: 0 20px;

    background: #080a0a;

    color: #fff;

    border: 2px solid #080a0a;

    text-decoration: none;

    font-size: 11px;
    font-weight: 900;

    letter-spacing: 0.7px;

    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.dl-timeline__button span {
    color: var(--dl-cyan);

    font-size: 22px;
}

.dl-timeline__button:hover {
    background: transparent;

    color: #080a0a;

    transform: translateX(4px);
}

.dl-timeline__button:hover span {
    color: #080a0a;
}

.dl-review--featured {
    grid-column: span 2;
    background: linear-gradient(135deg,
            rgba(0, 204, 239, 0.08),
            transparent 60%),
        #101313;
}

.Reviews-section .container {
    display: grid;
    grid-template-rows: auto;
    gap: 40px;
}



.dl-review__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.dl-review--featured blockquote {
    max-width: 100%;
}

.dl-review__author {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-top: 20px;
    border-top: 1px solid #292e2e;
}

.dl-review__avatar {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(0, 204, 239, 0.45);
    border-radius: 50%;
    color: #00ccef;
    background: rgba(0, 204, 239, 0.04);
    font-family: Impact,
        "Arial Narrow",
        Arial,
        sans-serif;
    display: none;
    font-size: 13px;
}

.dl-review__quote {
    height: 55px;
    color: rgba(0, 204, 239, 0.15);
    font-family: Georgia, serif;
}

.Reviews-section .rating {
    display: flex;
    gap: 10px;
    color: orange;
}

.dl-review__author strong {
    display: block;
    color: inherit;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.dl-review {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px;
    overflow: hidden;
    background: #101313;
    border: 1px solid #292e2e;
    transition: transform 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease;
}

.dl-review__quote img {
    width: 100%;
    max-width: 40px;
}

.header-slick-block {
    margin-top: 20px;
}

.pricing-section {
    width: 100%;
}

.pricing-table-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow-x: auto;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    background: #101313;
    color: #f5f5f1;
}

.pricing-table th,
.pricing-table td {
    padding: 22px 24px;
    border: 1px solid #292e2e;
    text-align: left;
}

.pricing-table th {
    background: #f4d800;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.pricing-table td:first-child {
    color: #f5f5f1;
    font-weight: 600;
}

.pricing-table td:first-child {
    color: #f5f5f1;
    font-weight: 700;
}

.pricing-table td:last-child {
    color: #f4d800;
    font-weight: 600;
    white-space: nowrap;
}

.pricing-table tbody tr {
    transition: background-color 0.2s ease;
}

.pricing-table tbody tr:hover {
    background: #151919;
}

.header-slick p {
    color: #000;
    width: 100%;
    max-width: 687px;
    margin-inline: auto;
}

strong.blog-link {
    margin-top: 15px;
    display: block;
    border-bottom: 2px solid #00d9ff;
    text-transform: capitalize;
    padding-bottom: 3px;
    width: max-content;
    cursor: pointer;
    color: #00d9ff;
}

.blog-post .blog-post img {
    float: right;
    height: 350px;
    width: 550px;
    object-fit: cover;
    padding: 10px;
    background: #fff;
    margin-left: 55px;
    margin-bottom: 6px;
}

.blog-post h1,
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5,
.blog-post h6 {
    background-color: #00d9ff00;
    padding: 11px;
    border-left: 3px solid #00d9ff !important;
    font-size: 30px;
    display: flex;
    border: 1px solid #eeeeee1a;
    margin-bottom: 16px;
    margin-top: 25px;
}

.body-grid .common-section-heading-pink {
    color: #000;
    margin-bottom: 40px;
    font-size: 50px;
}

.contact-body .body-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
}

.contact-body .sidebar {
    position: relative;
    overflow: hidden;
}

.contact-body .line-one::before {
    height: 1px;
    width: 100%;
    background-color: #050505;
    position: absolute;
    content: '';
    bottom: -18px;
}

.contact-body .sidebar {
    padding: 3.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 2.3rem;
    animation: fadeUp 0.7s 0.25s ease both;
    padding-bottom: 40px;
    background: #00d9ff;
}

.contact-body .line-one {
    position: relative;
}

.contact-body .dirty-btn-primary {
    color: #000;
    background: #00d9ff;
    border-color: #00d9ff;
    box-shadow: 0 8px 28px rgb(23 255 255 / 22%);
    border-radius: 4px;
    border-width: 2px;
    padding: 0.8rem 1.7rem 0.6rem;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.08rem;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    width: 100%;
    max-width: 150px;
}

.contact-detail a {
    text-decoration: none;
}

.contact-body .contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    position: relative;
}

.contact-body .cd-icon svg {
    width: 30px;
    height: 24px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-body .cd-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--cream);
    background: #050505;
}

.contact-body .cd-label {
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 1px;
    font-size: 18px;
}

.contact-body .cd-value {
    color: #000;
    font-weight: 400;
    line-height: 1.5;
}

.contact-body .form-panel {
    padding: 3.5rem 4rem;
    animation: fadeUp 0.7s 0.35s ease both;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding-bottom: 15px;
}

.contact-body .section-title {
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.contact-body .contact-body .dirty-hero-btn {
    min-width: auto;
    padding: 9px 28px;
}

.contact-body .sidebar-head {
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    width: 100%;
    max-width: 770px;
    white-space: normal;
}

.contact-body .franchise-note {
    background: #fff;
    border-left: 3px solid #ed1c24 !important;
    color: #000;
    line-height: 1.65;
    margin-bottom: 2rem;
    border: 1px solid #c4c4c4;
    padding: 16px;
}

.contact-body .field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.contact-body label.fl {
    display: block;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 7px;
}

.contact-body input[type="text"],
.contact-body input[type="email"],
.contact-body input[type="tel"],
.contact-body textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #bebebe;
    padding: 0.75rem 1rem;
    font-family: 'Outfit', sans-serif;
    color: var(--ink);
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
    -webkit-appearance: none;
}

.contact-body .char-row {
    display: flex;
    justify-content: space-between;
    color: #000;
    margin-top: 6px;
}

.contact-body .form-actions {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #d9d6d6;
    justify-content: end;
}

.privacy_policy_main :is(h1, h2, h3, h4, h5, h6) {
    background-color: #ffffff1a;
    padding: 11px;
    border-left: 3px solid #00d9ff !important;
    font-size: 30px;
    display: flex;
    border: 1px solid #eeeeee1a;
    margin-bottom: 16px;
}

.privacy_policy_main p a {
    color: rebeccapurple;
}

.privacy_policy_main p a {
    color: #00d9ff;
    font-weight: 600;
    text-decoration: none;
}

.right-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.right-section-head a.dirty-blog-view-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #00d9ff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.45rem;
    letter-spacing: 0.8px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 0.3s ease, gap 0.3s ease;
}

.mobile-banner-imgae {
    display: none;
}

.phone-link {
    display: none;
}

.dirty-footer-socials a:nth-child(2),
.dirty-footer-socials a:nth-child(3) {
    display: none;
}


@media (max-width: 1260.98px) {
    .navbar-nav {
        display: none;
    }

    .phone-link {
        display: grid;
    }


    /* .mobile-banner-imgae {
        display: block;
    } */

    #dirtyNavbar {
        display: none !important;
    }

    .dirty-hero-overlay {
        position: unset;
    }

    .dirty-hero-row {
        min-height: auto;
    }

    .dirty-stamp {
        display: none;
    }

    .navbar {
        padding: 10px 0px !important;
        background: #000;
        border-bottom: 2px solid #00d9ff;
    }

    .dirty-logo-img {
        height: 100px;
    }

    .dirty-hero-bg {
        overflow: visible;
    }

    .dirty-copy {
        padding: 50px 0px !important;
    }



    /* .dirty-hero-bg {
        background: #000;
    } */
    /* 
    .mobile-banner-imgae img {
        width: 100%;
        height: 100%;
    } */
    .dirty-title-white {
        font-size: 30px;
    }

    .dirty-title-pink {
        font-size: 100px;
        margin: 10px 0px;
    }

    .dirty-copy {
        padding-top: 150px !important;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-bag-wrap {
        display: none;
    }

    .phone-link {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .phone-link a {
        border-radius: 0px;
        border-width: 0px;
        padding: 10px 0px;
        font-family: "Bebas Neue", sans-serif;
        font-size: 1.08rem;
        letter-spacing: 0.9px;
        text-transform: uppercase;
        transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
        color: #000;
        background: #00d9ff;
        border-color: #00d9ff;
        box-shadow: 0 8px 28px rgb(23 255 255 / 22%);
        text-decoration: none;
    }



    .phone-link a+a {
        background-color: #f0c419;
    }
}

@media (max-width: 1200.98px) {
    .dirty-hero-bg {
        background: #121416;
    }

    .dirty-copy {
        padding-top: 0px !important;
    }

    .dirty-hero-content .col-lg-6 {
        width: 100%;
        max-width: 100%;
        padding: 0px !important;
        text-align: center;
    }

    .dirty-title {
        max-width: 100%;
    }

    .dirty-title-pink {
        font-size: 80px;
        margin: 20px 0px;
        display: block;
        text-align: center;
        margin-inline: auto;
    }

    .dirty-copy .d-flex {
        justify-content: center;
    }

    .dirty-hero {
        min-height: auto;
    }

    .dirty-copy {
        padding: 45px 0px !important;
    }

    .dirty-marquee-wrap {
        display: block;
        position: unset;
    }

    .dirty-hero {
        background: #121416;
    }

    .dirty-brick-page>section {
        background: transparent;
        /* text-align: center; */
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-visual {
        max-width: 100%;
        padding: 0px;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-tape {
        display: none;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-sticker::before {
        display: none;
    }

    .dirty-about-section .row {
        flex-direction: column;
    }

    .dirty-about-section .dirty-about-wrapper .dirty-about-sticker {
        display: none !important;
    }

    .common-section-heading-pink {
        font-size: 30px;
    }

    .common-section-heading-white {
        font-size: 35px;
    }

    .dirty-service-choice-section .row .col-lg-6 {
        width: 100%;
        max-width: 100%;
    }

    .dirty-service-choice-section .row {
        flex-direction: column;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card {

        width: 100%;
        max-width: 100%;
        margin-inline: auto;
        text-align: left;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-popular {
        display: none;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-smiley svg {
        display: none;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card {
        min-height: auto;
        flex-direction: column;
        background: #000 !important;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .col-lg-3,
    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .col-lg-4,
    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .col-lg-5 {
        width: 100%;
        max-width: 100%;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-text {

        max-width: 100%;
        text-align: center;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-title {
        font-size: 30px;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-title br {
        display: none;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-item {
        color: #fff;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-icon svg {
        stroke: #fff;

    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-copy {
        min-height: auto;

    }

    .dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-loyalty-sticker::before {
        display: none !important;
    }

    .dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-loyalty-sticker {
        display: none;
    }

    .dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-grid {
        grid-template-columns: 1fr 1fr;

    }

    .dirty-reviews-wrapper .col-xl-5,
    .dirty-reviews-wrapper .col-xl-7 {
        width: 100%;
        max-width: 100%;
    }

    .dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card {

        background: #00d9ff;
    }

    .dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card {
        width: 100%;
        justify-content: center;
    }

    .dirty-footer-section .row {
        gap: 40px;
        text-align: center;
    }

    .dirty-footer-wrapper>[class*="col-"] {
        width: 100%;
        flex: 100%;
        max-width: none;
    }

    .dirty-footer-section .dirty-footer-wrapper>div:not(:first-child)::before {
        display: none;
    }

    .dirty-footer-section .dirty-footer-wrapper>div:not(:first-child) {
        position: relative;
        padding-left: 0px;
    }

    .dirty-footer-section .dirty-footer-brand .dirty-footer-socials {

        justify-content: center;
    }

    .dirty-footer-map iframe {
        width: 100%;
        max-width: 100%;
    }

    .dirty-pricing-reviews-section .dirty-reviews-wrapper .dirty-offer-card {
        background: #0e0e0e;
    }

    .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 {
        padding: 7px 10px;
        width: 100%;
        background: transparent !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        font-family: "Inter", sans-serif !important;
        color: #000 !important;
        letter-spacing: 0px !important;
        border-bottom: 1px solid #00000036 !important;
        text-transform: uppercase !important;
    }

    .menu-item-872 {
        position: relative;
    }


    .mobmenu-left-panel .mobmenu-left-bt,
    .mobmenu-right-panel .mobmenu-right-bt {
        text-decoration: none !important;
    }

    .mobmenu-right-panel .mob-cancel-button {
        color: #ffffff !important;
        height: 35px;
        width: 35px;
        background: #000000;
        font-size: 25px !important;
        display: grid !important;
        place-content: center;
        text-transform: none;
    }

    .mobmenu-right-panel {
        background-color: #f0c419 !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;
    }

    .mobmenu-content #mobmenuright .sub-menu {
        background-color: #3a3a3a;
        margin: 0;
        color: #fff;
        position: initial;
        width: 100%;
    }

    .mobmenu-content #mobmenuright .sub-menu {
        background-color: #ffffff !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: #000000 !important;
        border-radius: 50%;
        z-index: 777 !important;
        left: auto !important;
    }

    .mobmenu-content #mobmenuright li:hover {
        background-color: #cfac22 !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: 84px !important;
        background: #00d9ff;
        height: 38px;
        width: 38px;
        display: grid;
        place-items: center;
        margin-right: 2% !important;
        font-size: 10px !important;
    }

    .mobmenur-container i {
        color: #000000 !important;
    }

    .mobmenu-content li {
        border: 0px !important;
    }
}



@media (max-width: 991.98px) {
    .chat-section {
        height: 50vh;
    }

    .chat-section .chat-bx {
        margin-bottom: 20px;
    }

    .waviy span {
        font-size: 35px;
    }

    .navbar-toggler {
        display: none;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-dropoff {
        background: #e3be1c;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-content,
    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card-self .dirty-choice-content {
        width: 100%;
        padding: 30px;
        height: auto;
        min-height: auto;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-title {
        color: #fff;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-text {
        color: #fff;
    }

    .new-about-section .main-about-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .cta-section .text-block {
        padding: 15px;
    }

    section.parallax .text-root {
        background: #000;
        text-align: left;
        padding: 15px;
    }

    .how-it-works-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        text-align: left;
    }

    .services-flow-item {
        grid-template-columns: 1fr;
        align-items: center;
    }

    .services-flow-item-left .services-flow-copy {
        padding: 10px;
        text-align: center;
    }

    .services-flow-copy h3 {
        margin: 0 0 10px;
        font-size: 30px;
    }

    .services-flow-point {
        display: none;
    }

    .services-flow-copy::after {
        display: none;
    }

    .services-flow {
        display: none;
    }

    .services-flow-copy {
        padding: 10px !important;
        text-align: center !important;
    }

    .services-flow-item {
        min-height: 169px;
    }

    .services-flow-ending p {
        width: auto;
        padding: 8px 1px;
    }

    .services-flow-list::before {
        display: none;
    }

    .header-slick {
        padding: 40px 0px;
    }

    .dirty-blog-section .dirty-blog-wrapper .dirty-blog-card .dirty-blog-card-title {
        font-size: 24px;
    }

    .blog-post .blog-post img {
        height: 250px;
        width: 100%;
        float: unset;
        margin-left: 0px;
    }

    .blog-post h1,
    .blog-post h2,
    .blog-post h3,
    .blog-post h4,
    .blog-post h5,
    .blog-post h6 {
        font-size: 25px;
    }

    .contact-body .body-grid {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
        margin-inline: auto;
        padding: 0px 15px;
    }

    .contact-body .sidebar {
        padding: 10px;
        gap: 35px;
    }

    .contact-body .form-panel {
        padding: 20px;
        order: -1;
        margin-bottom: 31px;
    }

    .body-grid .common-section-heading-pink {
        font-size: 30px;
    }

    .contact-body .field-row {
        grid-template-columns: 1fr;
    }

    button#contact_submit {
        padding: 10px 0px;
    }

    .contact-body .char-row {
        flex-direction: column;
    }

    .dirty-faq__answer p {
        width: 100%;
        max-width: 100%;
    }

    .dirty-faq__number {
        display: none;
    }

    .dirty-faq__question {
        grid-template-columns: 1fr 26px;

    }

    .dirty-faq__icon {
        width: 30px;
        height: 30px;
    }

    .dirty-faq__question-text {
        font-size: 16px;
    }

    .dirty-faq__question {

        padding: 10px 14px;
    }

    .dirty-faq__answer p {

        margin-left: unset;
        padding: 15px;
    }

    .dl-timeline__step {
        grid-template-columns: 1fr;
        align-items: start;
        min-height: auto;
        justify-content: start;
        display: flex;
        padding: 15px;
        margin-bottom: 15px;
    }

    .dl-timeline__marker {
        display: none;
    }

    .dl-timeline__icon {
        display: none;
    }

    .dl-timeline__line {
        display: none;
    }

    .dl-timeline__intro {
        margin: 0 auto 25px;
    }

    .clean-service-item {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .clean-service-title h3 {
        font-size: 25px;
    }

    .pricing-table {
        width: 100%;
        min-width: 600px;
    }

    .pricing-table-responsive {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .pricing-table th,
    .pricing-table td {
        padding: 12px 10px;
        font-size: 15px;

    }

    .pricing-table-wrap {
        max-width: 94%;
    }

    .privacy_policy_main :is(h1, h2, h3, h4, h5, h6) {
        font-size: 25px;
    }

    .dl-review {
        padding: 10px;
    }

    .dirty-footer-section .dirty-footer-wrapper>div:not(:first-child) {
        padding: 0px;
    }
}

@media (max-width: 767.98px) {


    .dirty-title-white {
        font-size: 25px;
    }

    .dirty-title-pink {
        font-size: 55px;
    }

    .dirty-subtitle {
        max-width: 100%;
    }

    .dirty-copy .d-flex {
        justify-content: center;
        width: 100%;
        max-width: 300px;
        margin-inline: auto;
    }

    .dirty-header .dirty-container {
        width: 100%;
        max-width: 100%;
        padding: 0px;
    }

    .common-section-heading-white {
        font-size: 30px;
    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-content {
        background: #000;
        padding: 15px;

    }

    .dirty-service-choice-section .dirty-service-choice-wrapper .dirty-choice-card .dirty-choice-title {
        font-size: 30px;
    }

    .dirty-choice-card-dropoff .dirty-choice-content {
        background: #e3be1c !important;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-items {
        flex-direction: column;
        text-align: center;
        align-items: center;
        text-align: center;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-icon {
        margin-inline: auto;
    }

    .dirty-oversized-benefits-section .dirty-oversized-wrapper .dirty-oversized-card .dirty-oversized-item span {
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .dirty-pricing-testimonials-section .dirty-pricing-wrapper .dirty-pricing-panel .dirty-pricing-grid {
        grid-template-columns: 1fr 1fr;
    }

    .right-section-head {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 18px;
    }

    .dirty-blog-section .dirty-blog-heading {
        flex-direction: column;
    }

    .thank-section h2 {
        font-size: 30px;
    }
}