/* NAVBAR SESSION START  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    overflow-x: hidden;
}

.clean-navbar {
    width: 100%;
    background: #ffffff;
    padding: 18px 0;
    position: relative;
    z-index: 100;
}

.clean-navbar .navbar-brand {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

.brand-dot {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50% 50% 50% 10%;
    background: linear-gradient(135deg, #7468ff, #312bdc);
    transform: rotate(-25deg);
    vertical-align: middle;
}

.navbar-nav {
    align-items: center;
    gap: 28px;
}

.clean-navbar .nav-link {
    position: relative;
    color: #171717;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0 !important;
    transition: color 0.3s ease;
    display: inline-flex;
    justify-content: center;
}

.clean-navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: 0;
    height: 2px;
    background: #111827;
    border-radius: 50px;
    transform: translateX(-50%);
    transition: width 0.35s ease;
}

.clean-navbar .nav-link:hover::after,
.clean-navbar .nav-link.active::after {
    width: 36px;
}

.clean-navbar .nav-link:hover,
.clean-navbar .nav-link.active {
    color: #000000;
}

.contact-btn {
    border: 1.5px solid #111827;
    color: #111827;
    background: #ffffff;
    padding: 9px 22px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease !important;
    white-space: nowrap;
}

.contact-btn:hover {
    background: #111827;
    color: #ffffff;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 25px rgba(17, 24, 39, 0.18);
}

.navbar-toggler {
    width: 42px;
    height: 42px;
    border: 1px solid #e5e7eb;
    border-radius: 50px;
    padding: 0;
    box-shadow: none !important;
    background: #ffffff;
    display: none;
    align-items: center;
    justify-content: center;
}

.navbar-toggler i {
    color: #111827;
    font-size: 18px;
}

.navbar-toggler[aria-expanded="true"] i::before {
    content: "\f00d";
}

@media (min-width: 992px) {
    .navbar-collapse {
        display: grid !important;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
    }

    .navbar-nav {
        grid-column: 2;
    }

    .navbar-action {
        grid-column: 3;
        justify-self: end;
    }
}

/* NAVBAR SESSION END   */

/* HERO SESSION START */
.clean-hero {
    position: relative;
    min-height: calc(100vh - 76px);
    background: #ffffff;
    overflow: hidden;
    padding: 58px 0 110px;
}

.hero-content {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.hero-title {
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.08;
    font-weight: 400;
    color: #2a2b2f;
    letter-spacing: -2.5px;
    margin-bottom: 30px;
}

.hero-title .title-line {
    display: block;
    overflow: hidden;
}

.hero-title .title-inner {
    display: inline-block;
}

.hero-title .title-line:nth-child(2) .title-inner {
    font-weight: 800;
    color: #24252a;
}

.hero-text {
    max-width: 430px;
    margin: 0 auto 28px;
    font-size: 14px;
    line-height: 1.6;
    color: #1f2937;
    font-weight: 500;
}

.hero-btn {
    background: #ff9f32;
    color: #ffffff;
    border: none;
    padding: 13px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease !important;
    box-shadow: 0 10px 24px rgba(255, 159, 50, 0.28);
}

.hero-btn:hover {
    background: #111827;
    color: #ffffff;
    transform: translateY(-4px) !important;
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.22);
}

.hero-visual {
    position: relative;
    z-index: 4;
    max-width: 650px;
    margin: 32px auto 0;
    text-align: center;
}

.hero-visual img {
    width: 100%;
    max-width: 650px;
    height: auto;
    display: inline-block;
    position: relative;
    z-index: 4;
    filter: drop-shadow(0 20px 28px rgba(31, 41, 55, 0.08));
    transform-origin: center bottom;
}

.shape-area {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 75px;
    height: 520px;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.shape-top-left,
.shape-top-right {
    position: absolute;
    width: 63%;
    height: 83px;
    background: #8d86ff;
    top: 19px;
    z-index: 1;
    border-radius: 2px;
}

.shape-top-left {
    left: -10%;
    transform: rotate(33deg);
    transform-origin: left center;
}

.shape-top-right {
    right: -10%;
    transform: rotate(-33deg);
    transform-origin: right center;
}

.shape-left,
.shape-right {
    position: absolute;
    bottom: 0;
    width: 44%;
    height: 100%;
    background: #514ce4;
    z-index: 2;
}

.shape-left {
    left: -8%;
    clip-path: polygon(0 24%, 100% 100%, 0 100%);
}

.shape-right {
    right: -8%;
    clip-path: polygon(100% 24%, 100% 100%, 0 100%);
}

.service-search-box {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    z-index: 10;
    width: min(100% - 40px, 1040px);
    background: #ffffff;
    border-radius: 10px;
    padding: 32px;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.12);
}

.service-box-anim {
    width: 100%;
}

.service-box-title {
    font-size: 20px;
    font-weight: 800;
    color: #2d2f36;
    margin: 0;
    white-space: nowrap;
}

.service-field {
    width: 100%;
    height: 46px;
    border: 1px solid #edf0f4;
    background: #f8f9fb;
    border-radius: 50px;
    padding: 0 18px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
    outline: none;
    transition: all 0.3s ease;
}

select.service-field {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f8f9fb;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 12px 8px;
    padding-right: 50px;
}

.service-field:focus {
    border-color: #ff9f32;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 159, 50, 0.12);
}

select.service-field:focus {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 12px 8px;
}

.date-field {
    position: relative;
}

.date-field i {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    font-size: 13px;
    color: #9ca3af;
    pointer-events: none;
}

.search-btn {
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 50px;
    background: #ff9f32;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    transition: all 0.35s ease;
    box-shadow: 0 10px 22px rgba(255, 159, 50, 0.22);
}

.search-btn:hover {
    background: #111827;
    transform: translateY(-3px) !important;
    box-shadow: 0 14px 26px rgba(17, 24, 39, 0.2);
}

@media (max-width: 991.98px) {
    .clean-navbar {
        padding: 13px 0;
    }

    .navbar-toggler {
        display: inline-flex;
    }

    .navbar-collapse {
        margin-top: 14px;
        background: #ffffff;
        border: 1px solid #eef0f5;
        border-radius: 20px;
        padding: 18px;
        box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
    }

    .navbar-nav {
        align-items: flex-start;
        gap: 8px;
    }

    .clean-navbar .nav-link {
        font-size: 14px;
        padding: 10px 0 !important;
    }

    .clean-navbar .nav-link::after {
        bottom: 3px;
    }

    .clean-navbar .nav-link:hover::after,
    .clean-navbar .nav-link.active::after {
        width: 42px;
    }

    .navbar-action {
        width: 100%;
        margin-top: 12px;
    }

    .contact-btn {
        width: 100%;
        padding: 13px 20px;
    }

    .clean-hero {
        min-height: auto;
        padding: 48px 0 58px;
    }

    .hero-content {
        max-width: 620px;
        padding: 0 12px;
    }

    .hero-title {
        font-size: clamp(40px, 8vw, 58px);
        letter-spacing: -1.6px;
        margin-bottom: 22px;
    }

    .hero-text {
        max-width: 420px;
    }

    .hero-visual {
        max-width: 500px;
        margin-top: 32px;
    }

    .hero-visual img {
        max-width: 500px;
    }

    .shape-area {
        bottom: auto;
        top: 305px;
        height: 340px;
    }

    .shape-top-left,
    .shape-top-right {
        width: 72%;
        height: 55px;
        top: 36px;
    }

    .shape-top-left {
        left: -22%;
        transform: rotate(35deg);
    }

    .shape-top-right {
        right: -22%;
        transform: rotate(-35deg);
    }

    .shape-left,
    .shape-right {
        width: 68%;
        height: 100%;
    }

    .shape-left {
        left: -30%;
        clip-path: polygon(0 28%, 100% 100%, 0 100%);
    }

    .shape-right {
        right: -30%;
        clip-path: polygon(100% 28%, 100% 100%, 0 100%);
    }

    .service-search-box {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        width: calc(100% - 30px);
        margin: 36px auto 0;
        border-radius: 18px;
        padding: 22px;
    }

    .service-search-box .row {
        row-gap: 14px;
    }

    .service-box-title {
        text-align: center;
        white-space: normal;
        margin-bottom: 4px;
    }
}

@media (max-width: 767.98px) {
    .clean-hero {
        padding: 40px 0 50px;
    }

    .hero-title {
        font-size: 42px;
        line-height: 1.12;
        letter-spacing: -1px;
        margin-bottom: 18px;
    }

    .hero-text {
        font-size: 13px;
        padding: 0 8px;
    }

    .hero-btn {
        padding: 12px 23px;
        font-size: 12px;
    }

    .hero-visual {
        max-width: 390px;
        margin-top: 34px;
    }

    .hero-visual img {
        max-width: 390px;
    }

    .shape-area {
        top: 298px;
        height: 265px;
    }

    .shape-top-left,
    .shape-top-right {
        width: 88%;
        height: 43px;
        top: 30px;
    }

    .shape-top-left {
        left: -40%;
        transform: rotate(36deg);
    }

    .shape-top-right {
        right: -40%;
        transform: rotate(-36deg);
    }

    .shape-left,
    .shape-right {
        width: 90%;
    }

    .shape-left {
        left: -50%;
        clip-path: polygon(0 27%, 100% 100%, 0 100%);
    }

    .shape-right {
        right: -50%;
        clip-path: polygon(100% 27%, 100% 100%);
    }

    .service-search-box {
        width: calc(100% - 26px);
        padding: 20px;
        margin-top: 30px;
    }

    .service-box-title {
        font-size: 19px;
    }

    .service-field,
    .search-btn {
        height: 44px;
    }

    select.service-field {
        background-position: right 18px center;
        padding-right: 46px;
    }
}

@media (max-width: 575.98px) {
    .clean-navbar .navbar-brand {
        font-size: 14px;
    }

    .clean-hero {
        padding: 34px 0 44px;
    }

    .hero-title {
        font-size: 36px;
        letter-spacing: -0.8px;
    }

    .hero-text {
        font-size: 12.5px;
        line-height: 1.65;
    }

    .hero-visual {
        max-width: 330px;
        margin-top: 30px;
    }

    .hero-visual img {
        max-width: 330px;
    }

    .shape-area {
        top: 282px;
        height: 225px;
    }

    .shape-top-left,
    .shape-top-right {
        width: 98%;
        height: 35px;
        top: 27px;
    }

    .shape-top-left {
        left: -52%;
        transform: rotate(37deg);
    }

    .shape-top-right {
        right: -52%;
        transform: rotate(-37deg);
    }

    .shape-left,
    .shape-right {
        width: 100%;
    }

    .shape-left {
        left: -62%;
        clip-path: polygon(0 29%, 100% 100%, 0 100%);
    }

    .shape-right {
        right: -62%;
        clip-path: polygon(100% 29%, 100% 100%, 0 100%);
    }

    .service-search-box {
        margin-top: 28px;
        padding: 18px;
        border-radius: 16px;
    }

    .service-box-title {
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-visual {
        max-width: 292px;
    }

    .hero-visual img {
        max-width: 292px;
    }

    .shape-area {
        top: 270px;
        height: 198px;
    }

    .shape-top-left,
    .shape-top-right {
        width: 105%;
        height: 30px;
        top: 24px;
    }

    .shape-top-left {
        left: -62%;
    }

    .shape-top-right {
        right: -62%;
    }

    .shape-left,
    .shape-right {
        width: 110%;
    }

    .shape-left {
        left: -72%;
    }

    .shape-right {
        right: -72%;
    }

    .service-search-box {
        width: calc(100% - 22px);
        padding: 16px;
    }
}

@media (max-width: 360px) {
    .hero-title {
        font-size: 30px;
    }

    .hero-visual {
        max-width: 270px;
    }

    .hero-visual img {
        max-width: 270px;
    }

    .shape-area {
        top: 262px;
        height: 185px;
    }

    .shape-top-left,
    .shape-top-right {
        height: 27px;
        top: 22px;
    }
}

/* HERO SESSION END */

/* ===== WHAT WE DO SESSION START ===== */
.what-we-do-section {
    position: relative;
    padding: 95px 0 90px;
    background: #ffffff;
    overflow: hidden;
    min-height: 620px;
}

.what-we-do-section::before {
    content: "";
    position: absolute;
    left: -12%;
    right: -12%;
    bottom: -120px;
    height: 260px;
    background: #5A57EA;
    transform: rotate(-10deg);
    transform-origin: center;
    z-index: 0;
}

.what-we-do-section::after {
    content: "";
    position: absolute;
    left: -12%;
    right: -12%;
    bottom: 142px;
    /* -120 + 260 + 2px gap */
    height: 78px;
    background: #6965EB;
    transform: rotate(-10deg);
    transform-origin: center;
    z-index: 1;
    opacity: 0.95;
}

.what-we-do-section .container {
    position: relative;
    z-index: 4;
}

.wwd-left {
    max-width: 360px;
    padding-top: 18px;
}

.wwd-left h2 {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    color: #24252a;
    margin-bottom: 18px;
    letter-spacing: -1px;
}

.wwd-left p {
    max-width: 330px;
    font-size: 14px;
    line-height: 1.75;
    color: #6f7280;
    font-weight: 500;
    margin-bottom: 14px;
}

.wwd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 124px;
    height: 42px;
    padding: 0 18px;
    border-radius: 50px;
    background: #ff9f32;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.35s ease;
    box-shadow: 0 10px 22px rgba(255, 159, 50, 0.25);
}

.wwd-btn:hover {
    background: #111827;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 14px 26px rgba(17, 24, 39, 0.20);
}

.team-cleaning {
    margin-top: 65px;
}

.team-cleaning h6 {
    font-size: 14px;
    font-weight: 700;
    color: #2d2f36;
    margin-bottom: 13px;
}

.team-members {
    display: flex;
    align-items: center;
}

.team-members img,
.team-count {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    object-fit: cover;
    margin-left: -9px;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
    margin-bottom: 20px;
}

.team-members img:first-child {
    margin-left: 0;
}

.team-count {
    background: #6f68ff;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wwd-cards-wrap {
    position: relative;
    max-width: 520px;
    margin-left: auto;
    padding-top: 4px;
}

.wwd-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
    background: #ffffff;
    border-radius: 12px;
    padding: 18px 22px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.11);
    margin-bottom: 18px;
    z-index: 5;
}

.wwd-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    border: 1px solid #dcd8ff;
    background: #fbfaff;
    color: #6f68ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.wwd-card-text h5 {
    font-size: 14px;
    line-height: 1.3;
    color: #292b31;
    font-weight: 800;
    margin-bottom: 6px;
}

.wwd-card-text p {
    max-width: 290px;
    font-size: 11px;
    line-height: 1.55;
    color: #9ca3af;
    font-weight: 500;
    margin: 0;
}

@media (max-width: 1199.98px) {
    .what-we-do-section {
        padding: 80px 0 85px;
        min-height: 560px;
    }

    .wwd-left h2 {
        font-size: 40px;
    }

    .wwd-left p {
        max-width: 310px;
        font-size: 13px;
    }

    .wwd-cards-wrap {
        max-width: 500px;
    }

    .wwd-card {
        padding: 16px 20px;
    }

    .wwd-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
    }

    .what-we-do-section::before {
        bottom: -115px;
        height: 240px;
    }

    .what-we-do-section::after {
        bottom: 127px;
        /* -115 + 240 + 2px gap */
        height: 66px;
    }
}

@media (max-width: 991.98px) {
    .what-we-do-section {
        padding: 70px 0 80px;
        min-height: auto;
    }

    .what-we-do-section::before {
        left: -18%;
        right: -18%;
        bottom: -115px;
        height: 230px;
        transform: rotate(-9deg);
    }

    .what-we-do-section::after {
        left: -18%;
        right: -18%;
        bottom: 117px;
        height: 60px;
        transform: rotate(-9deg);
    }

    .wwd-left {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
        padding-top: 0;
    }

    .wwd-left h2 {
        font-size: 38px;
    }

    .wwd-left p {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
        font-size: 13.5px;
    }

    .team-cleaning {
        margin-top: 32px;
    }

    .team-members {
        justify-content: center;
    }

    .wwd-cards-wrap {
        max-width: 620px;
        margin: 34px auto 0;
    }

    .wwd-card {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .what-we-do-section {
        padding: 58px 0 72px;
    }

    .what-we-do-section::before {
        left: -28%;
        right: -28%;
        bottom: -100px;
        height: 200px;
        transform: rotate(-8deg);
    }

    .what-we-do-section::after {
        left: -28%;
        right: -28%;
        bottom: 102px;
        /* -100 + 200 + 2px gap */
        height: 50px;
        transform: rotate(-8deg);
    }

    .wwd-left h2 {
        font-size: 33px;
        line-height: 1.15;
    }

    .wwd-left p {
        font-size: 13px;
        line-height: 1.7;
    }

    .wwd-btn {
        min-width: 110px;
        height: 38px;
    }

    .team-cleaning {
        margin-top: 28px;
    }

    .team-cleaning h6 {
        font-size: 13px;
    }

    .team-members img,
    .team-count {
        width: 34px;
        height: 34px;
        margin-bottom: 10px;
    }

    .wwd-cards-wrap {
        max-width: 100%;
        margin-top: 30px;
    }

    .wwd-card {
        padding: 15px 16px;
        gap: 13px;
        border-radius: 11px;
        margin-bottom: 15px;
    }

    .wwd-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 17px;
    }

    .wwd-card-text h5 {
        font-size: 13px;
    }

    .wwd-card-text p {
        max-width: 100%;
        font-size: 10.5px;
    }
}

@media (max-width: 575.98px) {
    .what-we-do-section {
        padding: 50px 0 68px;
    }

    .what-we-do-section::before {
        left: -38%;
        right: -38%;
        bottom: -88px;
        height: 175px;
        transform: rotate(-8deg);
    }

    .what-we-do-section::after {
        left: -38%;
        right: -38%;
        bottom: 89px;
        /* -88 + 175 + 2px gap */
        height: 42px;
        transform: rotate(-8deg);
    }

    .wwd-left h2 {
        font-size: 29px;
    }

    .wwd-left p {
        max-width: 100%;
        font-size: 12.5px;
    }

    .wwd-btn {
        min-width: 100px;
        height: 36px;
        font-size: 11px;
    }

    .team-cleaning {
        margin-top: 25px;
    }

    .team-members img,
    .team-count {
        width: 32px;
        height: 32px;
    }

    .wwd-card {
        align-items: flex-start;
        padding: 14px;
        gap: 12px;
    }

    .wwd-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 16px;
    }

    .wwd-card-text h5 {
        font-size: 12.5px;
    }

    .wwd-card-text p {
        font-size: 10px;
    }
}

@media (max-width: 420px) {
    .what-we-do-section {
        padding: 46px 0 62px;
    }

    .what-we-do-section::before {
        left: -45%;
        right: -45%;
        bottom: -82px;
        height: 160px;
    }

    .what-we-do-section::after {
        left: -45%;
        right: -45%;
        bottom: 80px;
        /* -82 + 160 + 2px gap */
        height: 36px;
    }

    .wwd-left h2 {
        font-size: 27px;
    }

    .wwd-left p {
        font-size: 12px;
    }

    .wwd-card {
        padding: 13px;
        gap: 10px;
    }

    .wwd-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 15px;
    }

    .wwd-card-text h5 {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .wwd-card-text p {
        font-size: 9.8px;
        line-height: 1.45;
    }
}

@media (max-width: 360px) {
    .wwd-left h2 {
        font-size: 25px;
    }

    .what-we-do-section::before {
        bottom: -78px;
        height: 150px;
    }

    .what-we-do-section::after {
        bottom: 74px;
        /* -78 + 150 + 2px gap */
        height: 32px;
    }

    .wwd-card {
        padding: 12px;
    }

    .wwd-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }
}

/* ===== WHAT WE DO SESSION END===== */

/* EQUIPMENT SESSION STRT */
.equipment-section {
    position: relative;
    padding: 82px 0 95px;
    background: #5857E9;
    overflow: hidden;
}

.equipment-section .container {
    position: relative;
    z-index: 2;
}

.equipment-top {
    display: grid;
    grid-template-columns: 1fr 1.15fr auto;
    align-items: center;
    gap: 28px;
    margin-bottom: 34px;
}

.equipment-title {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.7px;
    margin: 0;
    max-width: 330px;
}

.equipment-text {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
    max-width: 380px;
}

.equipment-btn {
    width: 92px;
    height: 38px;
    border-radius: 50px;
    background: #ff9f32;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    transition: all 0.35s ease;
    box-shadow: 0 12px 24px rgba(255, 159, 50, 0.24);
    white-space: nowrap;
}

.equipment-btn:hover {
    background: #ffffff;
    color: #5a57ea;
    transform: translateY(-3px);
}

.equipment-slider-wrap {
    position: relative;
    padding: 0;
    cursor: none;
}

.equipment-swiper {
    overflow: visible;
    padding: 4px 0 8px;
}

.equipment-card {
    min-height: 320px;
    background: #D7D7D7;
    border-radius: 7px;
    border: 5px solid #ffffff;
    box-shadow: 0 18px 34px rgba(31, 35, 70, 0.16);
    padding: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.equipment-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: inherit;
    pointer-events: none;
}

.equipment-img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    display: block;
}

.equipment-content {
    position: relative;
    z-index: 2;
    padding-left: 4px;
}

.equipment-card h3 {
    font-size: 33px;
    line-height: 1.05;
    font-weight: 400;
    color: #202027;
    letter-spacing: -0.8px;
    margin-bottom: 20px;
}

.equipment-link {
    font-size: 15px;
    font-weight: 700;
    color: #5a57ea;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all 0.3s ease;
}

.equipment-link i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.equipment-link:hover {
    color: #ff9f32;
}

.equipment-link:hover i {
    transform: translateX(4px);
}

.equipment-card.card-reverse {
    grid-template-columns: 1.05fr 0.95fr;
}

.equipment-card.card-reverse .equipment-img {
    order: 2;
}

.equipment-card.card-reverse .equipment-content {
    order: 1;
}

.equipment-cursor-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffffff;
    color: #5a57ea;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    box-shadow: 0 12px 30px rgba(31, 35, 70, 0.22);
    pointer-events: none;
    z-index: 99;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg) scale(0.85);
    transition:
        opacity 0.12s ease,
        background 0.15s ease,
        color 0.15s ease;
    will-change: left, top, transform;
}

.equipment-cursor-arrow.is-visible {
    opacity: 1;
}

.equipment-cursor-arrow.is-left {
    transform: translate(-50%, -50%) rotate(180deg) scale(1);
}

.equipment-cursor-arrow.is-right {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

.equipment-slider-wrap:hover .equipment-cursor-arrow {
    background: #ff9f32;
    color: #ffffff;
}

.equipment-pagination {
    position: relative;
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

.equipment-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, 0.55);
    opacity: 1;
    transition: all 0.3s ease;
}

.equipment-pagination .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 50px;
    background: #ffffff;
}

@media (max-width: 1199.98px) {
    .equipment-section {
        padding: 75px 0 88px;
    }

    .equipment-title {
        font-size: 32px;
    }

    .equipment-card h3 {
        font-size: 24px;
    }

    .equipment-card {
        min-height: 250px;
    }

    .equipment-img {
        height: 170px;
    }
}

@media (max-width: 991.98px) {
    .equipment-section {
        padding: 68px 0 80px;
    }

    .equipment-top {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 14px;
        margin-bottom: 32px;
    }

    .equipment-title,
    .equipment-text {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .equipment-title {
        font-size: 34px;
    }

    .equipment-btn {
        margin: 4px auto 0;
    }
}

@media (max-width: 767.98px) {
    .equipment-section {
        padding: 56px 0 68px;
    }

    .equipment-title {
        font-size: 30px;
    }

    .equipment-text {
        font-size: 12.5px;
    }

    .equipment-slider-wrap {
        cursor: auto;
    }

    .equipment-swiper {
        overflow: hidden;
    }

    .equipment-cursor-arrow {
        display: none;
    }

    .equipment-card,
    .equipment-card.card-reverse {
        width: 100%;
        min-height: 430px;
        height: 100%;
        padding: 22px 18px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .equipment-card.card-reverse .equipment-img,
    .equipment-card.card-reverse .equipment-content {
        order: initial;
    }

    .equipment-img {
        width: 100%;
        height: 190px;
        object-fit: contain;
        margin-bottom: 18px;
    }

    .equipment-content {
        padding-left: 0;
    }

    .equipment-card h3 {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .equipment-link {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .equipment-section {
        padding: 50px 0 62px;
    }

    .equipment-title {
        font-size: 27px;
    }

    .equipment-card,
    .equipment-card.card-reverse {
        min-height: 410px;
        padding: 22px 16px;
    }

    .equipment-img {
        height: 175px;
    }

    .equipment-card h3 {
        font-size: 24px;
    }
}

@media (max-width: 380px) {

    .equipment-card,
    .equipment-card.card-reverse {
        min-height: 390px;
    }

    .equipment-img {
        height: 160px;
    }

    .equipment-card h3 {
        font-size: 22px;
    }
}

/* EQUIPMENT SESSION END */

/* CLEANING CONTACT SESSION START */
.cleaning-contact-section {
    position: relative;
    padding: 70px 0;
    background: #ffffff;

    overflow: hidden;
}

.cleaning-contact-section::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(90, 87, 234, 0.08);
    top: -150px;
    right: -130px;
    z-index: 0;
}

.cleaning-contact-section::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(90, 87, 234, 0.08);

    left: -120px;
    bottom: -130px;
    z-index: 0;
}

.cleaning-contact-section .container {
    position: relative;
    z-index: 2;
}

.clean-contact-content {
    max-width: 450px;
}

.clean-contact-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 50px;
    background: #f0efff;
    color: #5a57ea;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 16px;
}

.clean-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    background-color: #f8f9fb !important;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 12px 8px !important;

    padding-left: 40px !important;
    padding-right: 48px !important;
    cursor: pointer;
}

.clean-contact-label span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff9f32;
    display: inline-block;
    font-weight: 500;
}

.clean-contact-title {
    font-size: 42px;
    line-height: 1.08;
    font-weight: 700;
    color: #24252a;
    letter-spacing: -1.2px;
    margin-bottom: 14px;
}

.clean-contact-title span {
    color: #5a57ea;
}

.clean-contact-text {
    max-width: 400px;
    font-size: 13px;
    line-height: 1.75;
    color: #6f7280;
    font-weight: 500;
    margin-bottom: 24px;
}

.clean-contact-points {
    display: grid;
    gap: 12px;
    max-width: 410px;
}

.contact-point-card {
    display: flex;
    align-items: center;
    gap: 13px;
    background: #ffffff;
    border: 1px solid #f0f0f5;
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    transition: all 0.3s ease;
}

.contact-point-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.10);
}

.contact-point-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #5a57ea;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    box-shadow: 0 10px 22px rgba(90, 87, 234, 0.20);
}

.contact-point-text h6 {
    font-size: 13px;
    font-weight: 800;
    color: #24252a;
    margin-bottom: 3px;
}

.contact-point-text p {
    font-size: 11.5px;
    line-height: 1.45;
    color: #7b7f8d;
    font-weight: 500;
    margin: 0;
}

.clean-contact-form-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #eeeef5;
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.clean-contact-form-card::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -65px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(90, 87, 234, 0.08);
    z-index: 0;
}

.clean-form-head,
.clean-contact-form {
    position: relative;
    z-index: 2;
}

.clean-form-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 12px;
    border-radius: 50px;
    background: #fff3e6;
    color: #ff9f32;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 12px;
}

.clean-form-head h3 {
    font-size: 26px;
    line-height: 1.15;
    font-weight: 800;
    color: #24252a;
    letter-spacing: -0.6px;
    margin-bottom: 6px;
}

.clean-form-head p {
    font-size: 12.5px;
    line-height: 1.6;
    color: #7b7f8d;
    font-weight: 500;
    margin-bottom: 20px;
}

.clean-form-field {
    position: relative;
    margin-bottom: 13px;
}

.clean-form-field i {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 12px;
    z-index: 2;
    pointer-events: none;
}

.clean-form-field.textarea-field i {
    top: 18px;
    transform: none;
}

.clean-input,
.clean-select,
.clean-textarea {
    width: 100%;
    border: 1px solid #eceef4;
    background: #f8f9fb;
    color: #24252a;
    outline: none;
    border-radius: 50px;
    padding: 0 16px 0 40px;
    font-size: 12.5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.clean-input,
.clean-select {
    height: 46px;
}

.clean-textarea {
    min-height: 105px;
    resize: none;
    border-radius: 16px;
    padding: 14px 16px 14px 40px;
}

.clean-input::placeholder,
.clean-textarea::placeholder {
    color: #a0a5b2;
}

.clean-input:focus,
.clean-select:focus,
.clean-textarea:focus {
    background: #ffffff;
    border-color: #5a57ea;
    box-shadow: 0 0 0 4px rgba(90, 87, 234, 0.10);
}

.clean-submit-btn {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 50px;
    background: #ff9f32;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.35s ease;
    box-shadow: 0 12px 25px rgba(255, 159, 50, 0.22);
}

.clean-submit-btn:hover {
    background: #111827;
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(17, 24, 39, 0.20);
}

.clean-form-note {
    text-align: center;
    font-size: 11px;
    color: #9ca3af;
    margin-top: 12px;
    margin-bottom: 0;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .cleaning-contact-section {
        padding: 60px 0;
    }

    .clean-contact-content {
        max-width: 100%;
        text-align: center;
        margin-bottom: 35px;
    }

    .clean-contact-title {
        font-size: 36px;
    }

    .clean-contact-text {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

    .clean-contact-points {
        max-width: 620px;
        margin: 0 auto;
        grid-template-columns: repeat(3, 1fr);
    }

    .contact-point-card {
        flex-direction: column;
        text-align: center;
    }

    .clean-contact-form-card {
        max-width: 720px;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .cleaning-contact-section {
        padding: 52px 0;
    }

    .clean-contact-title {
        font-size: 31px;
    }

    .clean-contact-points {
        grid-template-columns: 1fr;
        max-width: 430px;
    }

    .contact-point-card {
        flex-direction: row;
        text-align: left;
    }

    .clean-contact-form-card {
        padding: 25px 20px;
        border-radius: 18px;
    }
}

@media (max-width: 575.98px) {
    .clean-contact-title {
        font-size: 28px;
    }

    .clean-contact-text {
        font-size: 12.5px;
    }

    .contact-point-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .clean-input,
    .clean-select {
        height: 44px;
    }

    .clean-submit-btn {
        height: 46px;
    }
}

/* CLEANING CONTACT SESSION END */

/*  TESTIMONIAL SECTION START */
.testimonial-section {
    position: relative;
    padding: 95px 0;
    background: #ffffff;
    overflow: hidden;
}

.testimonial-section .container {
    position: relative;
    z-index: 2;
}

.testimonial-left {
    max-width: 440px;
}

.testimonial-title {
    font-size: 42px;
    line-height: 1.13;
    font-weight: 700;
    color: #25262b;
    letter-spacing: -1px;
    margin-bottom: 32px;
}

.testimonial-img-box {
    position: relative;
    width: 250px;
    background: #ffffff;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.12);
    margin-left: 18px;
    transition: all 0.35s ease;
}

.testimonial-img-box::before {
    content: "";
    position: absolute;
    inset: -10px;
    border: 1px solid #e9e9ef;
    z-index: -1;
    border-radius: 2px;
}

.testimonial-img-box img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    border-radius: 1px;
    transition: opacity 0.25s ease;
}

.testimonial-right {
    position: relative;
    max-width: 610px;
    margin-left: auto;
    padding-top: 10px;
}

.testimonial-small-text {
    max-width: 430px;
    margin-left: auto;
    font-size: 13px;
    line-height: 1.75;
    color: #6d7280;
    font-weight: 500;
    margin-bottom: 45px;
}

.review-card {
    position: relative;
    max-width: 530px;
    margin-left: auto;
    padding: 8px 0 0;
}

.quote-icon {
    color: #6864eb;
    font-size: 26px;
    margin-bottom: 10px;
    display: inline-block;
    opacity: 0.9;
}

.review-text {
    font-size: 20px;
    line-height: 1.6;
    color: #3d3f46;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin-bottom: 24px;
    min-height: 96px;
    transition: opacity 0.25s ease;
}

.review-user {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: opacity 0.25s ease;
}

.review-user img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffffff;
    box-shadow: 0 7px 18px rgba(15, 23, 42, 0.13);
}

.review-user-info h6 {
    font-size: 13px;
    font-weight: 800;
    color: #24252a;
    margin-bottom: 3px;
}

.review-user-info span {
    font-size: 11px;
    color: #9ca3af;
    font-weight: 500;
}

.review-nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-30%);
    display: flex;
    align-items: center;
    gap: 14px;
}

.review-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #f4f4f7;
    color: #8a8d98;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.review-arrow:hover {
    background: #6864eb;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(104, 100, 235, 0.28);
}

.review-arrow.active {
    background: #6864eb;
    color: #ffffff;
}

.fade-change {
    opacity: 0;
}


@media (max-width: 991.98px) {
    .testimonial-section {
        padding: 75px 0;
    }

    .testimonial-left {
        max-width: 100%;
        text-align: center;
    }

    .testimonial-title {
        font-size: 36px;
        margin-bottom: 28px;
    }

    .testimonial-img-box {
        margin: 0 auto;
    }

    .testimonial-right {
        max-width: 100%;
        margin: 45px auto 0;
        text-align: center;
    }

    .testimonial-small-text {
        max-width: 560px;
        margin: 0 auto 35px;
    }

    .review-card {
        max-width: 620px;
        margin: 0 auto;
    }

    .review-user {
        justify-content: center;
    }

    .review-nav {
        position: static;
        transform: none;
        justify-content: center;
        margin-top: 28px;
    }
}

@media (max-width: 767.98px) {
    .testimonial-section {
        padding: 60px 0;
    }

    .testimonial-title {
        font-size: 32px;
    }

    .testimonial-img-box {
        width: 230px;
    }

    .testimonial-img-box img {
        height: 145px;
    }

    .review-text {
        font-size: 17px;
        line-height: 1.65;
        min-height: auto;
    }

    .testimonial-small-text {
        font-size: 12.5px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-section {
        padding: 52px 0;
    }

    .testimonial-title {
        font-size: 29px;
    }

    .testimonial-img-box {
        width: 215px;
    }

    .testimonial-img-box img {
        height: 135px;
    }

    .review-text {
        font-size: 15.5px;
    }

    .quote-icon {
        font-size: 22px;
    }

    .review-arrow {
        width: 32px;
        height: 32px;
    }
}

/*  TESTIMONIAL SECTION END  */

main {
    flex: 1;
}

/*  FOOTER SECTION START  */

.clean-footer {
    background: #ffffff;
    padding: 70px 0 35px;
    position: relative;
    overflow: hidden;
    margin-top: auto;
    border-top: 1px solid #f1f1f5;
}

.clean-footer .container {
    position: relative;
    z-index: 2;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    font-weight: 800;
    color: #24252a;
    text-decoration: none;
    margin-bottom: 18px;
}

.footer-brand-icon {
    width: 15px;
    height: 15px;
    border-radius: 50% 50% 50% 10%;
    background: linear-gradient(135deg, #7468ff, #312bdc);
    transform: rotate(-25deg);
    display: inline-block;
}

.footer-text {
    max-width: 330px;
    font-size: 13px;
    line-height: 1.8;
    color: #7b7f8d;
    font-weight: 500;
    margin-bottom: 24px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 36px;
}

.footer-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f1f0ff;
    color: #5a57ea;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #5a57ea;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(90, 87, 234, 0.24);
}

.footer-language {
    display: flex;
    align-items: center;
    gap: 34px;
    flex-wrap: wrap;
}

.footer-language a {
    font-size: 12px;
    font-weight: 700;
    color: #24252a;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-language a:not(.active) {
    color: #9ca3af;
    font-weight: 600;
}

.footer-language a:hover {
    color: #5a57ea;
}


.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
}

.footer-newsletter {
    width: 100%;
    max-width: 360px;
    height: 48px;
    background: #f7f7fb;
    border: 1px solid #eceef4;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 5px;
    padding-left: 18px;
    margin-bottom: 35px;
    overflow: hidden;
}

.footer-newsletter .mail-icon {
    color: #5a57ea;
    font-size: 13px;
    margin-right: 9px;
    flex: 0 0 auto;
}

.footer-newsletter input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 12px;
    font-weight: 600;
    color: #24252a;
    min-width: 0;
    height: 100%;
}

.footer-newsletter input::placeholder {
    color: #9ca3af;
}

.footer-newsletter button {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    border: none;
    background: #5a57ea;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s ease;
    flex: 0 0 38px;
    padding: 0;
    line-height: 1;
}

.footer-newsletter button i {
    display: block;
    line-height: 1;
}

.footer-newsletter button:hover {
    background: #ff9f32;
    transform: rotate(-12deg);
}

.footer-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.footer-menu a {
    font-size: 12px;
    font-weight: 700;
    color: #24252a;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-menu a:hover {
    color: #5a57ea;
}

.footer-copy {
    font-size: 12px;
    color: #9ca3af;
    font-weight: 600;
    text-align: right;
    margin-top: auto;
    margin-bottom: 0;
}


@media (max-width: 991.98px) {
    .clean-footer {
        padding: 60px 0 32px;
    }

    .footer-left {
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-text {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-social,
    .footer-language {
        justify-content: center;
    }

    .footer-right {
        align-items: center;
    }

    .footer-menu {
        justify-content: center;
        gap: 24px;
        margin-bottom: 28px;
    }

    .footer-copy {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .clean-footer {
        padding: 52px 0 28px;
    }

    .footer-newsletter {
        max-width: 100%;
        height: 46px;
    }

    .footer-newsletter button {
        width: 36px;
        height: 36px;
        min-width: 36px;
        flex-basis: 36px;
    }

    .footer-menu {
        gap: 18px;
    }

    .footer-language {
        gap: 22px;
    }

    .footer-text {
        font-size: 12.5px;
    }
}

@media (max-width: 380px) {
    .footer-menu {
        gap: 14px;
    }

    .footer-menu a,
    .footer-language a {
        font-size: 11px;
    }

    .footer-newsletter {
        padding-left: 14px;
    }
}

/*  FOOTER SECTION END  */