body {
    overflow-x: hidden;
}

.navbar {
    padding: 19px 0;
    background-color: #274416;
}

.navbar-brand img {
    width: 100px;
}

.navbar .ms-auto {
    gap: 8px;
    font-family: "Montserrat", sans-serif;
    margin-top: 3px;
    color: #ffffff !important;
}

.navbar .ms-auto .nav-link.navbar {
    padding: 5px 10px;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    display: inline-block;
    width: fit-content;
}

.navbar .ms-auto .nav-link {
    padding: 0;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    display: inline-block;
    width: fit-content;
}

.navbar .ms-auto .nav-link:hover {
    color: #fbc402;
    font-weight: 500;
}

.navbar .ms-auto .nav-link.active {
    color: #fbc402;
    font-weight: 500;
}

.nav-link.navbar.active:after {
    content: "";
    pointer-events: none;
    bottom: -2px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fbc402;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: width, left;
}

.navbar .ms-auto .btn {
    background-color: #fbc402;
    color: #274416;
    transition: 0.3s;
    font-weight: 600;
    border-radius: 0;
}
.navbar .ms-auto .btn:hover {
    color: #fbc402;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid #fbc402;
}

.nav-link.navbar:focus:after,
.nav-link.navbar:hover:after {
    width: 100%;
    left: 0%;
}

.nav-link.navbar:after {
    content: "";
    pointer-events: none;
    bottom: -2px;
    left: 50%;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #fbc402;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: width, left;
}

.navbar-toggler {
    border: 1px solid #ffffff !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 1px white;
}

.navbar-toggler-icon {
    filter: brightness(100);
}

.home {
    padding: 120px 0 50px 0;
}

.home .content-home {
    display: flex;
    justify-content: space-between;
}

.home .content-home .text-left {
    width: 46%;
    padding: 40px 0;
}

.home .text-left h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 42px;
    margin: 0 0 20px 0;
    line-height: 55px;
}

.home .text-left .kebersihan {
    position: relative;
    display: inline-block;
    color: #532200;
}

.home .text-left .kebersihan::after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -1px;
    transform: rotate(-1deg);
    left: 0;
    background-image: url("/assets/elemen/Underline_05.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.home .text-left .nyamanin {
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 1 !important;
    display: inline-block;
    z-index: 1;
    padding: 0 10px;
    font-size: 39px;
}

.home .text-left .nyamanin img {
    position: absolute;
    width: 245px;
    height: 50px;
    z-index: -1 !important;
    margin-left: -15px;
    margin-top: 0;
    display: none;
}

.home .text-left .nyamanin::after {
    content: "";
    background-image: url("/assets/elemen/Union.png");
    width: 100%;
    height: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 0px;
    z-index: -1;
    margin-top: 5px;
    border-radius: 10px 7px 10px 5px;
    position: absolute;
}

.home .text-left p {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    opacity: 0.8;
}

.home .text-left .d-flex {
    font-family: "Montserrat", sans-serif;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

.home .text-left .d-flex button {
    border: none;
    background-color: transparent;
    padding: 10px 18px;
    color: #ffffff;
    background-color: #274416;
    border: 1px solid #274416;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    z-index: 1 !important;
    display: inline-block;
    transition: 0.3s;
}

.home .text-left .d-flex button:hover {
    background-color: #ffffff;
    color: #274416;
    border: 1px solid #274416;
    box-shadow: 0 2px 0px #fbc402;
}

.home .text-left .d-flex .arrow {
    font-size: 16px;
    color: rgb(0, 0, 0, 1);
    text-decoration: none;
    position: relative;
    padding-right: 40px;
    transition: 0.5s;
}

.home .text-left .d-flex .arrow::after {
    content: "→";
    font-size: 30px;
    color: rgb(0, 0, 0, 1);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    margin-top: -2px;
}

.home .text-left .d-flex .arrow:hover::after {
    opacity: 1;
}

.home .text-left .d-flex .arrow:hover {
    margin-left: 10px;
}

.home .content-home .bg-right {
    width: 50%;
    margin: -20px 0 0 0;
}

.home .content-home .bg-right {
    position: relative;
}

.home .content-home .bg-right img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.home .content-home .bg-right::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 70%;
    margin: 140px 0 0 150px;
    background-color: #274416;
    background-size: cover;
    filter: blur(60px);
    z-index: 0;
    opacity: 0.5;
}

.home .bg-right .blur-parent {
    position: absolute;
    top: 0;
    z-index: 10 !important;
}

.home .bg-right .blur-parent .blur-component {
    width: auto;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 4px rgba(196, 196, 196, 1);
    padding: 12px 15px 12px 15px;
    gap: 10px;
    position: absolute;
}

.home .bg-right .blur-parent .blur-component img {
    width: 30px;
    height: 30px;
}

.home .bg-right .blur-parent .blur-component p {
    margin: 0 0 -5px 0;
    font-family: "Source Sans 3", sans-serif;
    font-size: 13px;
}
.home .bg-right .blur-parent .blur-component b {
    margin: 0;
    font-family: "Source Sans 3", sans-serif;
    font-size: 13px;
    color: #274416;
}

.home .blur-component.leftTop {
    margin: 50px 0 0 40px;
    width: 170px !important;
}

.home .blur-component.leftBottom {
    margin: 400px 0 0 -30px;
    width: 180px !important;
}

.home .blur-component.rightBottom {
    margin: 300px 0 0 420px;
    width: 150px !important;
}

.home .waveTop img {
    position: absolute;
    width: 25%;
    top: 0;
}

.about {
    margin: 20px 0 60px 0;
    padding: 120px 0 90px 0;
}

.about .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about .content .logo-nyamanin {
    width: 45%;
}

.about .content .logo-nyamanin img {
    width: 100%;
}

.about .content .text-content {
    width: 44%;
}

.about .content .text-content h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #fbc402;
    z-index: 1 !important;
    position: relative;
    display: inline-block;
    padding: 7px 12px;
    background-color: #532200;
    margin-bottom: 10px;
}

.about .content .text-content p {
    font-family: "Source Sans 3", sans-serif;
}

.about .pot-right img {
    position: absolute;
    width: 11%;
    right: 130px;
    margin-top: -10px;
}

.service {
    margin: 30px 0 100px 0;
    padding: 140px 0 50px 0;
    text-align: center;
}

.service .title h2 {
    font-family: "Montserrat", sans-serif;
    color: #532200;
    position: relative;
    display: inline-block;
}

.service .title h2::after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -8px;
    transform: rotate(-1deg);
    left: 0;
    background-image: url("/assets/elemen/Underline_05.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.service .content-flex {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 30px 0 0 0;
}

.service .content-flex .card {
    width: 32%;
    text-align: center;
    padding: 30px 20px;
    transition: 0.5s;
    border-radius: 0;
    backdrop-filter: blur(20px);
    background-color: rgb(255, 255, 255, 0.8);
    text-decoration: none;
}

.service .content-flex .card:hover {
    background-color: #274416;
    color: white;
    box-shadow: 0 4px 4px #d2d2d2;
}

.service .content-flex .card:hover img {
    filter: invert(1) brightness(0) invert(1) drop-shadow(0.5px 0.5px 0 #ffffff);
    margin-top: -5px;
}

.service .content-flex .card:hover h3 {
    color: #fbc402;
}

.service .content-flex .card img {
    width: 100px;
    margin: 0 auto;
    padding: 10px 10px;
    filter: drop-shadow(1px 1px 0 #274416);
}

.service .content-flex .card h3 {
    font-family: "Montserrat", sans-serif;
    margin: 15px 0 0 0;
}

.service .content-flex .card p {
    font-family: "Source Sans 3", sans-serif;
    width: 80%;
    margin: 5px auto;
    opacity: 0.8;
}

.service .cipratan img {
    position: absolute;
    left: 10px;
    margin-top: -40px;
    z-index: -1 !important;
    width: 20%;
    transform: rotate(-160deg);
}

.service .wave-bottom img {
    width: 30%;
    margin: -70px 0 0 0;
    position: absolute;
    right: 0;
    z-index: -1 !important;
}

#portfolio {
    box-shadow: 0 -4px 4px #c4c4c4, 0 4px 4px #c4c4c4;
    padding-bottom: 70px !important;
    padding-top: 70px !important;
    position: relative;
}

#portfolio h2.fw-bold {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    align-self: center;
    display: inline-block;
    position: relative;
    color: #274416;
}

#portfolio h2.fw-bold span {
    align-self: center;
    display: inline-block;
    position: relative;
    color: #532200;
}

#portfolio h2.fw-bold span::after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -9px;
    transform: rotate(-1deg);
    left: 0;
    background-image: url("/assets/elemen/gelombang-garis.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#portfolio p {
    font-family: "Source Sans 3", sans-serif;
}
#portfolio a button {
    font-family: "Montserrat", sans-serif;
    border: none;
    background-color: transparent;
    padding: 10px 18px;
    color: #ffffff;
    background-color: #274416;
    border: 1px solid #274416;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    z-index: 1 !important;
    display: inline-block;
    transition: 0.3s;
}

#portfolio .img-bg-button img {
    width: 100px;
    position: absolute;
    right: 90px;
    margin-top: -10px;
}

#portfolio a button:hover {
    color: #274416;
    background-color: rgb(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 2px #fbc402;
}

#portfolio a button img {
    width: 140px;
    height: auto;
    object-fit: cover;
    position: absolute;
    z-index: -1 !important;
    margin: -11px 0 0 -25px;
}

.slider-for {
    width: 65%;
    margin: 0 auto;
    position: relative; /* Ensure that slider container is relative for absolute positioning */
}

.slider-nav {
    width: 65%;
    margin: 0 auto;
}

.slider-for h4 {
    font-family: "Be Vietnam Pro", sans-serif;
    color: white;
    font-size: 30px;
    font-weight: 600;
    text-shadow: 2px 2px 0px #000000, -1px -1px 0px #f56e12;
    position: relative;
    z-index: 100;
    padding: 10px;
}

.slider-for p {
    font-family: "Montserrat", sans-serif;
}

.slider-for button {
    padding: 10px 28px;
    border-radius: 30px;
    font-family: "Montserrat", sans-serif;
    border: none;
}

.slider-for .fw-bold.button-blur {
    backdrop-filter: blur(4px) !important;
    color: white;
    background-color: rgba(229, 231, 235, 0.2) !important;
}

.slider-for .text-white.position-absolute {
    margin: -60px 0 0 30px !important;
}

.slider-for .d-flex.gap-4 {
    margin: 40px 0 0 0;
}

.slick-prev,
.slick-next {
    z-index: 10; /* Ensure navigation buttons are above the content */
}

.slick-prev,
.slick-rtl .slick-prev {
    color: rgb(255, 255, 255) !important;
    background-color: #a1a1a1;
    width: 30px !important;
    height: 37px !important;
    border-radius: 5px;
    left: 5px !important;
    opacity: 0.9 !important;
    position: absolute; /* Ensure they are positioned absolutely */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust for vertical center */
}

.slick-next,
.slick-rtl .slick-next {
    color: rgb(255, 255, 255) !important;
    background-color: #a1a1a1;
    width: 30px !important;
    height: 37px !important;
    border-radius: 5px;
    right: 20px !important;
    opacity: 0.9 !important;
    position: absolute; /* Ensure they are positioned absolutely */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust for vertical center */
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px !important;
    font-weight: 800;
}
.sideWrap {
    right: -400px;
    top: 100px;
    transform: rotate(45deg);
    font-size: 48px;
    width: 800px;
    height: 500px;
}

#portfolio .element-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}

#portfolio .element-right-bottom img {
    width: 200px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#portfolio .element-left-bottom {
    bottom: 130px;
    position: absolute;
    left: 0;
}

#portfolio .element-left-bottom .leaf-twist {
    width: 250px;
    position: absolute;
    left: 0;
    z-index: 2;
}

#portfolio .element-left-bottom .leaf-single {
    width: 130px;
    position: absolute;
    margin: 60px 0 0 20px;
    z-index: 1;
}

.partners {
    width: 85%;
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.partners h1 {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 25px;
}

.partners .client {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center; /* Pusatkan konten dalam slide */
    gap: 80px;
    width: 100%;
}

.partners .client img {
    width: calc(20% - 80px);
    object-fit: contain;
}

.partners .wave-top img {
    position: absolute;
    width: 30%;
    left: 0;
    margin-top: -150px;
    z-index: -1;
}

.order {
    padding: 50px 0 130px 0;
    text-align: center;
}

/* From Uiverse.io by cssbuttons-io */
.order button {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    touch-action: manipulation;
    font-family: "Montserrat", sans-serif;
}

.order .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(251, 196, 2);
    will-change: transform;
    transform: translateY(6px);
    transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.order .edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    background: linear-gradient(
        to left,
        #000000 0%,
        #532200 15%,
        #532200 85%,
        #000000 100%
    );
}

.order .front {
    display: block;
    position: relative;
    padding: 12px 27px;
    font-size: 1.1rem;
    color: white;
    background: #37611f;
    will-change: transform;
    transform: translateY(-4px);
    transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.order button:hover {
    filter: brightness(130%);
}

.order button:hover .front {
    transform: translateY(-6px);
    transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.order button:active .front {
    transform: translateY(-2px);
    transition: transform 34ms;
}

.order button:hover .shadow {
    transform: translateY(10px);
    transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.order button:active .shadow {
    transform: translateY(1px);
    transition: transform 34ms;
}

.order button:focus:not(:focus-visible) {
    outline: none;
}

footer .leaf-right-bottom img {
    width: 20%;
    position: absolute;
    right: 0;
    margin-top: -120px;
}

footer {
    background-color: #532200;
    z-index: 3;
    position: relative;
}

footer .py-4 small {
    font-family: "Open Sans", sans-serif;
}

footer .py-4 .mt-3 {
    font-family: "Open Sans", sans-serif;
}

footer .text-center .text-end {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 -3px 0;
}

.service-laundry {
    position: relative;
}

.service-laundry .packet-laundry {
    padding: 110px 0 100px 0;
}

.service-laundry .packet-laundry .title h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 25px;
    margin: 10px 0 50px 0;
    width: 80%;
}

.service-laundry .packet-laundry .title h2 .sofa {
    display: inline-block;
    position: relative;
    color: #532200;
}

.service-laundry .packet-laundry .title h2 .sofa::after {
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/assets/elemen/gelombang-garis.png");
}

.service-laundry .packet-laundry .title h2 .kasur {
    display: inline-block;
    position: relative;
    color: #532200;
}

.service-laundry .packet-laundry .title h2 .kasur::after {
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/assets/elemen/Underline_05.png");
}

.service-laundry .packet-laundry .nyamanin {
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 1 !important;
    display: inline-block;
    z-index: 1;
    padding: 0 10px;
    font-size: 39px;
}

.service-laundry .packet-laundry .nyamanin::after {
    content: "";
    background-image: url("/assets/elemen/Union.png");
    width: 100%;
    height: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 0px;
    z-index: -1;
    margin-top: -10px;
    border-radius: 10px 7px 10px 5px;
    position: absolute;
}

.service-laundry .portfolio {
    padding-bottom: 70px !important;
    padding-top: 30px !important;
    position: relative;
}

.service-laundry .portfolio h2.fw-bold {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    color: #274416;
    margin: 0 0 20px 0;
}

.service-laundry .portfolio h2.fw-bold span {
    align-self: center;
    display: inline-block;
    position: relative;
    color: #532200;
}

.service-laundry .portfolio h2.fw-bold span::after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -4px;
    transform: rotate(-1deg);
    left: 0;
    background-image: url("/assets/elemen/Underline_05-green.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.service-laundry .portfolio.sofa .portfolio-img {
    margin: 0 auto;
    text-align: center;
}

.service-laundry .portfolio.sofa .portfolio-img img {
    width: 60%;
    margin: 10px auto;
}

.service-laundry .portfolio.kasur .portfolio-img {
    margin: 0 auto;
    text-align: center;
}

.service-laundry .portfolio.kasur .portfolio-img img {
    width: 60%;
    margin: 10px auto;
}

.service-laundry .portfolio .element-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-laundry .portfolio .element-right-bottom img {
    width: 200px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-laundry .portfolio .element-left-bottom {
    bottom: 130px;
    position: absolute;
    left: 0;
}

.service-laundry .portfolio .element-left-bottom .leaf-twist {
    width: 250px;
    position: absolute;
    left: 0;
    z-index: 2;
}

.service-laundry .portfolio .element-left-bottom .leaf-single {
    width: 130px;
    position: absolute;
    margin: 60px 0 0 20px;
    z-index: 1;
}

.service-laundry .packet-laundry .sofa {
    margin: 30px auto;
}

.service-laundry .packet-laundry a {
    text-decoration: none;
    color: #000000;
}

.service-laundry .wave img {
    width: 450px;
    position: absolute;
    right: 0;
    z-index: -1;
}

.service-laundry .liquid img {
    width: 180px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.service-laundry .order {
    padding: 30px 0 0 0;
}

.service-laundry .text-button {
    font-family: "Source Sans 3", sans-serif;
    text-align: center;
    font-size: 15px;
    opacity: 0.8;
    margin: 10px 0 30px 0;
}

.service-laundry .text-button span {
    color: #274416;
    font-weight: 600;
    display: inline-block;
    position: relative;
    opacity: 1 !important;
    font-size: 20px;
    margin-bottom: 10px;
}

.service-laundry .text-button span::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 10px;
    background-image: url("/assets/elemen/Underline_05.png");
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: -7px;
    transform: rotate(-1deg);
}

.service-laundry .button-order {
    text-align: center;
    margin: 40px 0 0 0;
}

.service-laundry .button-order button {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    touch-action: manipulation;
    font-family: "Montserrat", sans-serif;
}

.service-laundry .button-order .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(251, 196, 2);
    will-change: transform;
    transform: translateY(6px);
    transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.service-laundry .button-order .edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    background: linear-gradient(
        to left,
        #000000 0%,
        #532200 15%,
        #532200 85%,
        #000000 100%
    );
}

.service-laundry .button-order .front {
    display: block;
    position: relative;
    padding: 12px 27px;
    font-size: 0.95rem;
    font-weight: 500;
    color: white;
    background: #274416;
    will-change: transform;
    transform: translateY(-4px);
    transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.service-laundry .button-order button:hover {
    filter: brightness(130%);
}

.service-laundry .button-order button:hover .front {
    transform: translateY(-6px);
    transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.service-laundry .button-order button:active .front {
    transform: translateY(-2px);
    transition: transform 34ms;
}

.service-laundry .button-order button:hover .shadow {
    transform: translateY(10px);
    transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.service-laundry .button-order button:active .shadow {
    transform: translateY(1px);
    transition: transform 34ms;
}

.service-laundry .button-order button:focus:not(:focus-visible) {
    outline: none;
}

.footer-laundry img {
    width: 30%;
}

.footer-laundry .text-center .mb-0 {
    font-size: 13px;
}

/* testimoni */
.testimonial {
    padding: 78px 0 0 0;
    position: relative;
    background-image: url("/assets/elemen/texture.png");
    background-size: cover;
    background-position: 50% 50%;
}

.testimonial::before {
    content: "";
    position: absolute;
    background-image: url("/assets/elemen/green-wave.png");
    width: 200px;
    height: 127px;
    background-size: contain;
    bottom: -10px;
    left: 0;
    z-index: 0;
    transform: scaleX(-1);
    filter: drop-shadow(2px -3px 0px #fbc402);
}

.testimonial::after {
    content: "";
    position: absolute;
    background-image: url("/assets/elemen/green-wave.png");
    width: 200px;
    height: 127px;
    background-size: contain;
    top: 420px;
    right: 0;
    transform: scaleY(-1);
    filter: drop-shadow(-1px -4px 0px #fbc402);
}

.testimonial .row.top {
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 350px;
    background-image: url("/assets/bg/bg-nyamanin-top2.png");
    background-position: 80% 80%;
    background-size: cover;
    margin: 0;
    box-shadow: 0 0 7px 1px #532200;
    overflow-x: hidden;
}

.testimonial .row.top::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.1;
}

.testimonial .row.top .title {
    width: fit-content;
}

.testimonial .row.top h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #274416;
    position: relative;
    display: inline-block;
    z-index: 2;
    text-align: center;
}

.testimonial .row.top h1 span {
    position: relative;
    display: inline-block;
}

.testimonial .row.top h1::before {
    content: "";
    position: absolute;
    background-image: url("/assets/elemen/text-bg-testi.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 115%;
    height: 135px;
    top: -33px;
    left: -60px;
    z-index: -1;
    filter: drop-shadow(3px 3px 0px #ffffff);
}

.testimonial .container .row {
    padding: 80px 0;
    margin: 0 0 0 0;
    gap: 50px 0;
    z-index: 2;
    position: relative;
}

.testimonial .container .row .card-testimonial {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.testimonial .container .row .card-testimonial img {
    width: 90%;
    height: 280px;
    object-fit: cover;
    text-align: center;
    box-shadow: 0 0 5px 1px #274416;
    border: 3px solid #274416;
}

.testimonial .container .row .card-testimonial .teks {
    width: 80%;
    text-align: left;
    background-color: rgb(255, 255, 255);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 3px solid #532200;
    padding: 10px 15px;
    margin: -70px 0 0 0;
}

.testimonial .container .row .card-testimonial .teks h6 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    max-height: 50px;
    min-height: 50px;
    margin: 0 0 12px 0;
    color: #274416;
    font-weight: 600;
    line-height: 17px;
    overflow: hidden;
    position: relative;
    transition: max-height 1s ease;
}

.read-more-btn {
    cursor: pointer;
    font-size: 10px;
    float: right;
    color: #000000;
    border: none;
    background: none;
    transform: translateY(-12px);
    font-family: "Source Sans 3", sans-serif;
}

.testimonial .container .row .card-testimonial .teks b {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #532200;
}
.testimonial .container .row .card-testimonial .teks p {
    font-family: "Source Sans 3", sans-serif;
    margin: 0;
    font-size: 12px;
    color: #532200;
}

.testimonial .container .row .text-center h5 {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}

.testimonial .container .row .text-center p {
    font-size: 14px;
    font-family: "Source Sans 3", sans-serif;
}

.article {
    position: relative;
}

.article .container {
    padding: 140px 0 80px 0;
}

.article::after {
    content: "";
    position: absolute;
    background-image: url("/assets/elemen/gelombang.png");
    width: 300px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    filter: drop-shadow(0 -4px 0px #274416);
    transform: scaleY(-1);
}

.article .container .row {
    gap: 30px;
    width: 100%;
    margin: 0;
}

.article .container .row .content-top h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #532200;
}

.article .container .row .content-top h2 span {
    color: #274416;
    position: relative;
    display: inline-block;
    /* text-shadow: 1px 1px #fbc402; */
}

.article .container .row .content-top h2 span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/assets/elemen/Underline_05-green.png");
    bottom: -3px;
    z-index: -1;
    filter: drop-shadow(0px 2px 0px #fbc402);
}

.article .container .row .content-top p {
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
}

.article .container .row .content-body {
    margin: 30px 0 0 0;
}

.article .container .row .content-body .body-blog {
    gap: 25px;
}

.article .container .row .content-body .body-blog .header-category {
    width: 100%;
    padding: 0;
}

.article .container .row .content-body .body-blog .header-category form {
    display: flex;
    font-family: "Source Sans 3", sans-serif;
    justify-content: space-between;
}

.article
    .container
    .row
    .content-body
    .body-blog
    .header-category
    form
    .input-group {
    width: 65%;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #532200;
}

.article .container .row .content-body .body-blog .header-category form .side {
    width: 30%;
}

.article
    .container
    .row
    .content-body
    .body-blog
    .header-category
    form
    .side
    .form-select {
    border-radius: 0;
}

.article
    .container
    .row
    .content-body
    .body-blog
    .header-category
    form
    .side
    a {
    width: fit-content;
    border: 1px solid #274416;
    color: #274416;
    border-radius: 0;
}

.article
    .container
    .row
    .content-body
    .body-blog
    .header-category
    form
    .form-control:focus {
    box-shadow: 0 0 0 0;
}

.article
    .container
    .row
    .content-body
    .body-blog
    .header-category
    form
    .form-select:focus {
    box-shadow: 0 0 0 0;
    border: 1px solid #274416;
}

.article .container .row .content-body .body-blog .blog {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 40px;
    padding: 0;
}

.article .container .row .content-body .body-blog .blog .text-center {
    font-family: "Source Sans 3", sans-serif;
}

.article .container .row .content-body .body-blog .blog .card-blog {
    width: calc(33% - 23px);
    position: relative;
    color: #000000;
    text-decoration: none;
}

.article .container .row .content-body .body-blog .blog .card-blog img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.article .container .row .content-body .body-blog .blog .card-blog p {
    font-family: "Source Sans 3", sans-serif;
    border-left: 2px solid #532200;
    color: #532200;
    padding: 0 0 0 10px;
    font-size: 13px;
    font-weight: 600;
    margin: 5px 0 0 0;
}

.article .container .row .content-body .body-blog .blog .card-blog h5 {
    font-family: "Montserrat", sans-serif;
    margin: 15px 0 0 0;
    font-size: 18px;
    font-weight: 700;
    height: 65px;
    color: #274416;
}

.article .container .row .content-body .body-blog .blog .text-center h5 {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}

.article .container .row .content-body .body-blog .blog .text-center p {
    font-size: 14px;
    font-family: "Source Sans 3", sans-serif;
}

@media screen and (max-width: 1400px) {
    .partners {
        width: 85%;
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .partners h1 {
        font-family: "Montserrat", sans-serif;
        margin-bottom: 25px;
    }

    .partners .client {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        justify-content: center; /* Pusatkan konten dalam slide */
        gap: 60px;
        width: 100%;
    }

    .partners .client img {
        width: calc(20% - 50px);
        object-fit: contain;
    }

    .partners .wave-top img {
        position: absolute;
        width: 30%;
        left: 0;
        margin-top: -150px;
        z-index: -1;
    }
}

@media screen and (max-width: 1200px) {
    .home .text-left h1 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 34px;
        margin: 0 0 20px 0;
        line-height: 50px;
    }

    .home .text-left .kebersihan::after {
        content: "";
        width: 100%;
        height: 10px;
        position: absolute;
        bottom: -2px;
        left: 0;
        background-image: url("/assets/elemen/Underline_05.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .home .text-left .nyamanin {
        color: rgb(255, 255, 255);
        position: relative;
        z-index: 1 !important;
        margin-right: 5px;
        font-size: 34px;
    }

    .home .text-left .nyamanin::after {
        content: "";
        background-image: url("/assets/elemen/Union.png");
        width: 100%;
        height: 45px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0px;
        z-index: -1;
        border-radius: 10px 5px 5px 5px;
        position: absolute;
    }

    .home .blur-component.leftTop {
        margin: 60px 0 0 40px;
        width: 170px !important;
    }

    .home .blur-component.leftBottom {
        margin: 370px 0 0 -30px;
        width: 180px !important;
    }

    .home .blur-component.rightBottom {
        margin: 300px 0 0 300px;
        width: 150px !important;
    }

    .about .content {
        gap: 30px;
    }

    .about .content .logo-nyamanin {
        width: 40%;
    }

    .about .content .text-content {
        width: 50%;
    }

    .slider-for {
        width: 85%;
        margin: 0 auto;
    }
    .slider-nav {
        width: 85%;
        margin: 0 auto;
    }

    #portfolio .element-center-left {
        left: 0;
    }

    #portfolio .element-center-left img {
        width: 100px;
    }

    #portfolio .element-center-right img {
        width: 100px;
    }

    .home .waveTop img {
        position: absolute;
        width: 33%;
        top: 0;
    }

    .service .wave-bottom img {
        width: 30%;
        margin: -40px 0 0 0;
        position: absolute;
        right: 0;
        z-index: -1 !important;
    }

    #portfolio .element-right-bottom {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1 !important;
    }

    #portfolio .element-right-bottom img {
        width: 150px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    #portfolio .element-left-bottom {
        bottom: 70px;
        position: absolute;
        left: 0;
    }

    #portfolio .element-left-bottom .leaf-twist {
        width: 180px;
        position: absolute;
        left: 0;
        z-index: 2;
    }

    #portfolio .element-left-bottom .leaf-single {
        width: 90px;
        position: absolute;
        margin: 60px 0 0 20px;
        z-index: 1;
    }

    footer .leaf-right-bottom img {
        width: 20%;
        position: absolute;
        right: 0;
        margin-top: -100px;
    }

    .service-laundry .packet-laundry .container-nyamanin {
        margin: 30px 0 0 0;
    }

    .service-laundry .packet-laundry .nyamanin {
        color: rgb(255, 255, 255);
        position: relative;
        z-index: 1 !important;
        display: inline-block;
        z-index: 1;
        padding: 0 10px;
        font-size: 39px;
    }

    .service-laundry .packet-laundry .nyamanin::after {
        content: "";
        background-image: url("/assets/elemen/Union.png");
        width: 100%;
        height: 50px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0px;
        z-index: -1;
        margin-top: -10px;
        border-radius: 10px 7px 10px 5px;
        position: absolute;
    }

    .article .container .row .content-body .body-blog .blog {
        display: flex;
        flex-wrap: wrap;
        gap: 60px 39px;
    }

    .article .container .row .content-body .body-blog .blog .card-blog img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .testimonial .container .row .card-testimonial img {
        height: 240px;
    }
}

@media screen and (max-width: 991px) {
    .home {
        padding: 70px 0 50px 0;
    }

    .home .content-home {
        flex-direction: column;
        gap: 50px;
    }

    .home .content-home .text-left {
        width: 80%;
        padding: 40px 0;
    }

    .home .content-home .bg-right {
        width: 100%;
        margin: -20px 0 0 0;
    }

    .home .blur-component.leftTop {
        margin: 120px 0 0 70px;
        width: 170px !important;
    }

    .home .blur-component.leftBottom {
        margin: 500px 0 0 -10px;
        width: 180px !important;
    }

    .home .blur-component.rightBottom {
        margin: 400px 0 0 500px;
        width: 150px !important;
    }

    .about .content {
        flex-direction: column-reverse;
    }

    .about .content .logo-nyamanin {
        width: 60%;
    }

    .about .content .text-content {
        width: 100%;
    }

    .about .pot-right img {
        position: absolute;
        width: 15%;
        right: 50px;
        margin-top: 20px;
    }

    .service .content-flex {
        flex-wrap: wrap;
    }
    .service .content-flex .card {
        width: 46%;
        text-align: center;
        padding: 30px 20px;
        transition: 0.5s;
    }

    .service .cipratan img {
        position: absolute;
        left: 10px;
        margin-top: -10px;
        z-index: -1 !important;
        width: 30%;
        transform: rotate(-160deg);
    }

    .service .wave-bottom img {
        width: 35%;
        margin: 0px 0 0 0;
        position: absolute;
        right: 0;
        z-index: -1 !important;
    }

    .about .content .text-content h3 {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        color: #fbc402;
        z-index: 1 !important;
        position: relative;
        margin: 0 0 20px 0px;
    }

    #portfolio a button {
        padding: 10px 14px;
        font-size: 13px;
        margin-top: 10px;
    }

    .partners {
        width: 85%;
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .partners h1 {
        font-family: "Montserrat", sans-serif;
        margin-bottom: 25px;
    }

    .partners .client {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        justify-content: center; /* Pusatkan konten dalam slide */
        gap: 60px;
        width: 100%;
    }

    .partners .client img {
        width: calc(25% - 50px);
        object-fit: contain;
    }

    .partners .wave-top img {
        position: absolute;
        width: 30%;
        left: 0;
        margin-top: -150px;
        z-index: -1;
    }

    footer .leaf-right-bottom img {
        width: 20%;
        position: absolute;
        right: 0;
        margin-top: -80px;
    }

    .service-laundry .packet-laundry .title h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 35px;
        line-height: 15px;
        margin: 10px 0 50px 0;
        width: 100%;
    }

    .service-laundry .packet-laundry .title h2 .sofa {
        display: inline-block;
        position: relative;
        color: #532200;
    }

    .service-laundry .packet-laundry .title h2 .sofa::after {
        content: "";
        width: 100%;
        height: 8px;
        position: absolute;
        bottom: -15px;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("/assets/elemen/gelombang-garis.png");
    }

    .service-laundry .packet-laundry .title h2 .kasur {
        display: inline-block;
        position: relative;
        color: #532200;
    }

    .service-laundry .packet-laundry .title h2 .kasur::after {
        content: "";
        width: 100%;
        height: 6px;
        position: absolute;
        bottom: -15px;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("/assets/elemen/Underline_05.png");
    }

    .service-laundry .packet-laundry .nyamanin::after {
        content: "";
        background-image: url("/assets/elemen/Union.png");
        width: 100%;
        height: 50px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0px;
        z-index: -1;
        margin-top: -15px;
        border-radius: 10px 7px 10px 5px;
        position: absolute;
    }

    .service-laundry .portfolio.sofa .portfolio-img img {
        width: 80%;
        margin: 10px auto;
    }

    .service-laundry .portfolio.kasur .portfolio-img img {
        width: 80%;
        margin: 10px auto;
    }

    .testimonial .row.top h1::before {
        width: 113%;
        height: 135px;
        top: -33px;
        left: -50px;
    }

    .article .container .row .content-body .body-blog .blog {
        gap: 60px 40px;
    }

    .article .container .row .content-body .body-blog .blog .card-blog {
        width: calc(50% - 20px);
    }

    .article
        .container
        .row
        .content-body
        .body-blog
        .header-category
        form
        .input-group {
        width: 55%;
    }

    .article
        .container
        .row
        .content-body
        .body-blog
        .header-category
        form
        .side {
        width: 35%;
    }
}

@media screen and (max-width: 768px) {
    .home .content-home .text-left {
        width: 100%;
        padding: 40px 0;
    }

    .home .blur-component.leftTop {
        margin: 90px 0 0 20px;
        width: 170px !important;
    }

    .home .blur-component.leftBottom {
        margin: 400px 0 0 -10px;
        width: 180px !important;
    }

    .home .blur-component.rightBottom {
        margin: 250px 0 0 350px;
        width: 150px !important;
    }

    .home .waveTop img {
        position: absolute;
        width: 45%;
        top: 0;
        z-index: -1;
    }

    .about .pot-right img {
        position: absolute;
        width: 20%;
        right: 0;
        margin-top: 0px;
    }

    .service .content-flex .card {
        width: 48%;
        text-align: center;
        padding: 30px 20px;
        transition: 0.5s;
    }

    .service .content-flex .card p {
        width: 100%;
    }

    .service .cipratan img {
        position: absolute;
        left: 10px;
        margin-top: -10px;
        z-index: -1 !important;
        width: 25%;
        transform: rotate(-160deg);
    }

    .service .wave-bottom img {
        width: 40%;
        margin: 5px 0 0 0;
        position: absolute;
        right: 0;
        z-index: -1 !important;
    }

    .slider-for {
        width: 100%;
        margin: 0 auto;
        object-fit: cover;
    }
    .slider-nav {
        width: 100%;
        margin: 0 auto;
        object-fit: cover;
    }

    .slider-for .text-white.position-absolute {
        margin: -50px 0 0 30px !important;
    }

    .slider-for .d-flex.gap-4 {
        margin: 20px 0 0 0;
    }

    .partners {
        width: 85%;
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .partners h1 {
        font-family: "Montserrat", sans-serif;
        margin-bottom: 25px;
    }

    .partners .client {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        justify-content: center; /* Pusatkan konten dalam slide */
        gap: 50px;
        width: 100%;
    }

    .partners .client img {
        width: calc(33% - 40px);
        object-fit: contain;
    }

    .partners .wave-top img {
        position: absolute;
        width: 30%;
        left: 0;
        margin-top: -150px;
        z-index: -1;
    }

    #portfolio .element-right-bottom {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1 !important;
    }

    #portfolio .element-right-bottom img {
        width: 110px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    #portfolio .element-left-bottom {
        bottom: 70px;
        position: absolute;
        left: 0;
    }

    #portfolio .element-left-bottom .leaf-twist {
        width: 180px;
        position: absolute;
        left: 0;
        z-index: 2;
    }

    #portfolio .element-left-bottom .leaf-single {
        width: 90px;
        position: absolute;
        margin: 60px 0 0 20px;
        z-index: 1;
    }

    .partners .wave-top img {
        position: absolute;
        width: 40%;
        left: 0;
        margin-top: -150px;
        z-index: -1;
    }

    footer .leaf-right-bottom img {
        width: 25%;
        position: absolute;
        right: 0;
        margin-top: -80px;
    }

    .service-laundry .packet-laundry .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 30px 0 0 0;
        gap: 20px;
    }

    .service-laundry .packet-laundry .content .card {
        width: 80%;
        padding: 30px 20px;
        text-align: center;
        border-radius: 0;
        transition: 0.3s;
        height: max-content !important;
        position: relative;
    }

    .modal-dialog {
        max-width: 95% !important;
        font-family: "Montserrat", sans-serif;
    }

    .service-laundry .wave img {
        width: 400px;
        position: absolute;
        right: 0;
        z-index: -1;
        margin: -30px 0 0 0;
    }

    .service-laundry .packet-laundry .title h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 35px;
        line-height: 17px;
        margin: 10px 0 50px 0;
        width: 100%;
    }

    .service-laundry .packet-laundry .title h2 .sofa::after {
        content: "";
        width: 100%;
        height: 8px;
        position: absolute;
        bottom: -15px;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("/assets/elemen/gelombang-garis.png");
    }

    .service-laundry .portfolio h2.fw-bold {
        font-family: "Montserrat", sans-serif;
        font-size: 22px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        display: inline-block;
        position: relative;
        color: #274416;
        margin: 0 0 20px 0;
    }

    .service-laundry .packet-laundry .title h2 .kasur::after {
        content: "";
        width: 100%;
        height: 6px;
        position: absolute;
        bottom: -13px;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("/assets/elemen/Underline_05.png");
    }

    .service-laundry .packet-laundry .container-nyamanin {
        margin: 34px 0 0 0;
    }

    .service-laundry .packet-laundry .nyamanin {
        color: rgb(255, 255, 255);
        position: relative;
        z-index: 1 !important;
        display: inline-block;
        z-index: 1;
        padding: 0 10px;
        font-size: 39px;
    }

    .service-laundry .packet-laundry .nyamanin::after {
        content: "";
        background-image: url("/assets/elemen/Union.png");
        width: 100%;
        height: 50px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0px;
        z-index: -1;
        margin-top: -15px;
        border-radius: 10px 7px 10px 5px;
        position: absolute;
    }

    .service-laundry .text-button {
        font-family: "Source Sans 3", sans-serif;
        text-align: center;
        font-size: 15px;
        opacity: 0.8;
        margin: 10px 0 30px 0;
    }

    .service-laundry .portfolio.sofa .portfolio-img img {
        width: 90%;
        margin: 10px auto;
    }

    .service-laundry .portfolio.kasur .portfolio-img img {
        width: 90%;
        margin: 10px auto;
    }

    .footer-laundry img {
        width: 40%;
    }

    .footer-laundry .text-center .mb-0 {
        font-size: 13px;
    }

    .testimonial::after {
        top: 350px;
    }

    .testimonial .row.top {
        width: 100%;
        height: 280px;
    }

    .testimonial .row.top h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 26px;
        font-weight: 700;
        color: #532200;
        position: relative;
        display: inline-block;
        z-index: 2;
        text-align: center;
    }

    .testimonial .row.top h1::before {
        top: -25px;
        left: -40px;
        width: 112%;
        height: 100px;
    }

    .article::after {
        width: 313px;
        height: 200px;
    }

    .article
        .container
        .row
        .content-body
        .body-blog
        .header-category
        form
        .input-group {
        width: 50%;
    }
    .article
        .container
        .row
        .content-body
        .body-blog
        .header-category
        form
        .side {
        width: 45%;
    }

    .testimonial .container .row .card-testimonial img {
        height: 280px;
    }
}

@media screen and (max-width: 576px) {
    .home .blur-component.leftTop {
        margin: 90px 0 0 0;
        left: 0;
        width: 170px !important;
    }

    .home .blur-component.leftBottom {
        margin: 330px 0 0 0;
        width: 180px !important;
        left: 0;
    }

    .home .blur-component.rightBottom {
        margin: 250px 0 0 0;
        width: 150px !important;
        right: -400px;
    }

    .home .bg-right .blur-parent .blur-component img {
        width: 27px;
        height: 27px;
    }

    .home .bg-right .blur-parent .blur-component p {
        margin: 0 0 -5px 0;
        font-size: 12px;
    }
    .home .bg-right .blur-parent .blur-component b {
        margin: 0;
        font-size: 12px;
        color: #274416;
    }

    .home .waveTop img {
        display: none;
    }

    .about .pot-right img {
        position: absolute;
        width: 120px;
        right: 0;
        margin-top: 20px;
    }

    .service .content-flex .card {
        width: 100%;
        text-align: center;
        padding: 30px 20px;
        transition: 0.5s;
    }

    .service .cipratan img {
        position: absolute;
        left: -40px;
        margin-top: 20px;
        z-index: -1 !important;
        width: 50%;
        transform: rotate(-160deg);
    }

    .service .wave-bottom img {
        width: 70%;
        margin: 25px 0 0 0;
        position: absolute;
        right: 0;
        z-index: -1 !important;
    }

    .slider-for .text-white.position-absolute {
        margin-left: 15px !important;
    }

    .slider-for h4 {
        font-size: 20px;
    }

    .slider-for button {
        padding: 5px 14px;
        font-size: 14px;
        border-radius: 30px;
        border: none;
    }

    .slider-for .text-white.position-absolute {
        margin: -40px 0 0 30px !important;
    }

    .slider-for .d-flex.gap-4 {
        margin: 10px 0 0 0;
    }

    .slider-for button {
        padding: 5px 14px;
        font-size: 12px;
        border-radius: 30px;
        border: none;
    }

    .rounded-circle {
        display: none;
    }

    #portfolio a button {
        margin-top: 15px;
        margin-right: -5px;
        padding: 8px 15px;
        font-size: 12px;
    }

    .home .bg-right .blur-parent .blur-component {
        padding: 8px 15px;
    }

    #portfolio .img-bg-button img {
        right: 10px;
        margin-top: -10px;
    }

    #portfolio .element-right-bottom {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1 !important;
    }

    #portfolio .element-right-bottom img {
        width: 90px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    #portfolio .element-left-bottom {
        bottom: 70px;
        position: absolute;
        left: 0;
    }

    #portfolio .element-left-bottom .leaf-twist {
        width: 150px;
        position: absolute;
        left: 0;
        z-index: 2;
        margin-top: 10px;
    }

    #portfolio .element-left-bottom .leaf-single {
        width: 70px;
        position: absolute;
        margin: 50px 0 0 20px;
        z-index: 1;
    }

    .partners {
        width: 85%;
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .partners h1 {
        font-family: "Montserrat", sans-serif;
        margin-bottom: 25px;
    }

    .partners .client {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        justify-content: center; /* Pusatkan konten dalam slide */
        gap: 50px;
        width: 100%;
    }

    .partners .client img {
        width: calc(33% - 35px);
        object-fit: contain;
    }

    .partners .wave-top img {
        position: absolute;
        width: 30%;
        left: 0;
        margin-top: -150px;
        z-index: -1;
    }

    .about .content .text-content h3 {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        color: #fbc402;
        z-index: 1 !important;
        position: relative;
        margin: 0 0 20px 0;
    }

    .about .content .text-content h3 img {
        position: absolute;
        z-index: -1 !important;
        margin: -13px 0 0 -15px;
        width: 200px;
    }

    #portfolio h2.fw-bold span::after {
        content: "";
        width: 100%;
        height: 10px;
        position: absolute;
        bottom: -12px;
        transform: rotate(-1deg);
        left: 0;
        background-image: url("/assets/elemen/gelombang-garis.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    footer .leaf-right-bottom img {
        width: 35%;
        position: absolute;
        right: 0;
        margin-top: -100px;
    }

    .service-laundry .packet-laundry .title h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 28px;
        line-height: 10px;
        margin: 10px 0 50px 0;
    }

    .service-laundry .packet-laundry .title h2 .kasur::after {
        bottom: -14px;
    }

    .service-laundry .packet-laundry .title h2 .sofa::after {
        bottom: -15px;
    }

    .service-laundry .portfolio h2.fw-bold {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        display: inline-block;
        position: relative;
        color: #274416;
        margin: 0 0 20px 0;
    }

    .service-laundry .packet-laundry .nyamanin {
        color: rgb(255, 255, 255);
        position: relative;
        z-index: 1 !important;
        display: inline-block;
        z-index: 1;
        padding: 0 10px;
        font-size: 30px;
    }

    .service-laundry .packet-laundry .nyamanin::after {
        content: "";
        background-image: url("/assets/elemen/Union.png");
        width: 100%;
        height: 40px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0px;
        z-index: -1;
        margin-top: -13px;
        border-radius: 10px 7px 10px 5px;
        position: absolute;
    }

    .service-laundry .wave img {
        width: 400px;
        position: absolute;
        right: 0;
        z-index: -1;
        margin: -50px 0 0 0;
    }

    .service-laundry .portfolio.sofa .portfolio-img img {
        width: 100%;
        margin: 10px auto;
    }

    .service-laundry .portfolio.kasur .portfolio-img img {
        width: 100%;
        margin: 10px auto;
    }

    .service-laundry .text-button {
        font-family: "Source Sans 3", sans-serif;
        text-align: center;
        font-size: 14px;
        opacity: 0.8;
        margin: 10px 0 30px 0;
    }

    .service-laundry .button-order .front {
        display: block;
        position: relative;
        padding: 10px 18px;
        font-size: 0.85rem;
        font-weight: 500;
        color: white;
        background: #37611f;
        will-change: transform;
        transform: translateY(-4px);
        transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
    }

    .article::after {
        width: 151px;
        height: 95px;
        top: 50px;
    }

    .footer-laundry img {
        width: 40%;
    }

    .footer-laundry .text-center .mb-0 {
        font-size: 12px;
    }

    .footer-laundry .text-center .d-flex a {
        font-size: 14px;
    }

    .testimonial .row.top::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.2;
    }

    .testimonial .row.top h1 {
        line-height: 34px;
        color: #ffffff;
        text-shadow: 1px 1px 5px #545454;
    }

    .testimonial .row.top h1::before {
        display: none;
    }

    .testimonial .row.top h1 span {
        color: #274416;
        text-shadow: none;
        margin: 0 0 0 10px;
    }

    .testimonial .row.top h1 span::before {
        content: "";
        position: absolute;
        background-image: url("/assets/elemen/text-bg-testi-r.png");
        width: 117%;
        height: 55px;
        z-index: -1;
        top: -10px;
        left: -10px;
        background-size: contain;
        filter: drop-shadow(2px 2px 0px #ffffff);
        transform: rotate(-1deg);
    }
}

@media screen and (max-width: 480px) {
    .home .text-left h1 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 32px;
        margin: 0 0 20px 0;
        line-height: 45px;
    }

    .home .text-left .nyamanin {
        position: relative;
        display: inline-block;
        z-index: 1;
    }

    .home .text-left .nyamanin::after {
        margin-top: 2px;
    }

    .home .text-left .d-flex {
        font-family: "Montserrat", sans-serif;
        align-items: center;
        gap: 20px;
        margin-top: 50px;
    }

    .home .text-left .d-flex button {
        padding: 8px 15px;
        font-weight: 400;
        font-size: 12px;
    }

    .home .text-left .d-flex .arrow {
        font-size: 12px;
        padding-right: 32px;
        font-weight: 500;
    }

    .home .text-left .d-flex .arrow::after {
        content: "→";
        font-size: 25px;
        color: rgb(0, 0, 0, 1);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        transition: opacity 0.3s;
        margin-top: -2px;
    }

    .home .blur-component.leftTop {
        margin: 90px 0 0 0;
        left: 0;
        width: 140px !important;
    }

    .home .blur-component.leftBottom {
        margin: 330px 0 0 0;
        width: 160px !important;
        left: 0;
    }

    .home .blur-component.rightBottom {
        margin: 250px 0 0 0;
        width: 120px !important;
        right: -350px;
    }

    .home .text-left .d-flex button img {
        width: 150px;
        height: auto;
        object-fit: cover;
        position: absolute;
        z-index: -1 !important;
        margin: -14px 0 0 -16px;
    }

    .partners {
        width: 90%;
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .partners h1 {
        font-family: "Montserrat", sans-serif;
        margin-bottom: 25px;
    }

    .partners .client {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        justify-content: center; /* Pusatkan konten dalam slide */
        gap: 50px;
        width: 100%;
    }

    .partners .client img {
        width: calc(33% - 35px);
        object-fit: contain;
    }

    .partners .wave-top img {
        position: absolute;
        width: 30%;
        left: 0;
        margin-top: -150px;
        z-index: -1;
    }

    .service-laundry .packet-laundry .content .card {
        width: 90%;
        padding: 30px 20px;
        text-align: center;
        border-radius: 0;
        transition: 0.3s;
        height: max-content !important;
        position: relative;
    }

    .footer-laundry img {
        width: 55%;
    }

    .footer-laundry .text-center .mb-0 {
        font-size: 11px;
    }

    .footer-laundry .text-center .d-flex a {
        font-size: 14px;
    }

    .service-laundry .text-button span {
        font-size: 18px;
    }

    .service-laundry .text-button {
        font-family: "Source Sans 3", sans-serif;
        text-align: center;
        font-size: 12px;
        opacity: 0.8;
        margin: 10px 0 30px 0;
    }

    .service-laundry .button-order {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .service-laundry .button-order .front {
        font-size: 12px;
    }

    .article .container {
        padding: 120px 0 50px 0;
    }

    .article .container .row .content-body .body-blog .blog {
        justify-content: center;
    }

    .article .container .row .content-body .body-blog .blog .card-blog {
        width: 85%;
    }

    .article .container .row .content-body .body-blog {
        gap: 35px;
    }

    .article .container .row .content-body .body-blog .header-category form {
        flex-direction: column;
        gap: 10px;
    }

    .article
        .container
        .row
        .content-body
        .body-blog
        .header-category
        form
        .input-group {
        width: 100%;
    }

    .article
        .container
        .row
        .content-body
        .body-blog
        .header-category
        form
        .side {
        width: 250px;
        align-self: end;
    }
}

@media screen and (max-width: 380px) {
    .home .text-left h1 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 28px;
        margin: 0 0 20px 0;
        line-height: 35px;
    }

    .home .text-left .kebersihan::after {
        content: "";
        width: 100%;
        height: 10px;
        position: absolute;
        bottom: -5px;
        left: 0;
        background-image: url("/assets/elemen/Underline_05.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .home .text-left h1 .nyamanin {
        font-size: 28px;
        margin-top: 2px;
    }

    .home .text-left .nyamanin::after {
        width: 170px;
        height: 38px;
        left: 0px;
        margin: 0px 0 0 0;
    }

    .home .text-left .d-flex {
        font-family: "Montserrat", sans-serif;
        align-items: center;
        gap: 15px;
        margin-top: 50px;
        justify-content: space-between;
        align-items: center;
    }

    .home .text-left .d-flex button {
        padding: 7px 12px;
        font-weight: 400;
        font-size: 11px;
    }

    .home .text-left .d-flex .arrow {
        font-size: 11px;
        padding-right: 12px;
        font-weight: 500;
    }

    .home .text-left .d-flex .arrow::after {
        display: none;
    }

    .home .text-left .d-flex .arrow:hover {
        margin-top: -10px;
        margin-left: 0;
    }

    .home .content-home .bg-right::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 60%;
        height: 70%;
        margin: 140px 0 0 100px;
        background-color: #274416;
        background-size: cover;
        filter: blur(60px);
        z-index: 0;
        opacity: 0.5;
    }

    .home .blur-component.leftTop {
        margin: 40px 0 0 0;
        left: 0;
        width: 120px !important;
    }

    .home .blur-component.leftBottom {
        margin: 230px 0 0 0;
        width: 150px !important;
        left: 0;
    }

    .home .blur-component.rightBottom {
        margin: 160px 0 0 0;
        width: 110px !important;
        right: -260px;
    }

    .home .bg-right .blur-parent .blur-component img {
        width: 22px;
        height: 22px;
    }

    .home .bg-right .blur-parent .blur-component p {
        margin: 0 0 -5px 0;
        font-size: 10px;
    }
    .home .bg-right .blur-parent .blur-component b {
        margin: 0;
        font-size: 10px;
        color: #274416;
    }

    .home .text-left .d-flex button img {
        width: 140px;
        height: auto;
        object-fit: cover;
        position: absolute;
        z-index: -1 !important;
        margin: -14px 0 0 -16px;
    }

    .slider-for h4 {
        margin: -30px 0 0 0 !important;
    }

    .slider-for .text-white.position-absolute {
        margin: -30px 0 0 15px !important;
    }

    .slider-for .d-flex.gap-4 {
        margin-top: 5px;
        gap: 10px !important;
        height: fit-content;
    }

    .rounded-circle {
        display: none;
    }

    .partners {
        width: 90%;
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .partners h1 {
        font-family: "Montserrat", sans-serif;
        margin-bottom: 25px;
    }

    .partners .client {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        justify-content: center; /* Pusatkan konten dalam slide */
        gap: 50px;
        width: 100%;
    }

    .partners .client img {
        width: calc(50% - 35px);
        object-fit: contain;
    }

    .partners .wave-top img {
        position: absolute;
        width: 30%;
        left: 0;
        margin-top: -150px;
        z-index: -1;
    }

    footer .leaf-right-bottom img {
        width: 40%;
        position: absolute;
        right: 0;
        margin-top: -80px;
    }

    footer .text-center p {
        font-size: 12px;
    }

    .service-laundry .packet-laundry .card {
        width: 100%;
    }

    .service-laundry .packet-laundry .title h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 21px;
        line-height: 0;
        margin: 10px 0 50px 0;
        min-height: 100px;
    }

    .service-laundry .packet-laundry .title h2 span.baru {
        padding-top: 20px;
    }

    .service-laundry .portfolio h2.fw-bold {
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        display: inline-block;
        position: relative;
        color: #274416;
        margin: 0 0 20px 0;
    }

    .service-laundry .packet-laundry .nyamanin {
        color: rgb(255, 255, 255);
        position: relative;
        z-index: 1 !important;
        display: inline-block;
        z-index: 1;
        padding: 0 10px;
        font-size: 28px;
    }

    .service-laundry .packet-laundry .title h2 .kasur::after {
        bottom: -15px;
    }

    .service-laundry .packet-laundry .title h2 .sofa::after {
        bottom: -15px;
    }

    .service-laundry .packet-laundry .title-content::before {
        width: 20px;
        left: -30px;
    }

    .service-laundry .packet-laundry .title-content::after {
        width: 20px;
        right: -30px;
    }

    .service-laundry .packet-laundry .content .card {
        width: 100%;
        padding: 30px 10px;
    }

    .service-laundry .packet-laundry .content .card button {
        padding: 7px 11px;
        font-size: 13px;
    }

    .service-laundry .packet-laundry .content .card .button-card {
        display: flex;
        justify-content: space-around;
        margin: 30px 0 20px 0;
    }

    .service-laundry .packet-laundry .container-nyamanin {
        margin: 33px 0 0 0;
    }

    .service-laundry .packet-laundry .nyamanin {
        color: rgb(255, 255, 255);
        position: relative;
        z-index: 1 !important;
        display: inline-block;
        z-index: 1;
        padding: 0 10px;
        font-size: 21px;
    }

    .service-laundry .packet-laundry .nyamanin::after {
        content: "";
        background-image: url("/assets/elemen/Union.png");
        width: 100%;
        height: 35px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 0px;
        z-index: -1;
        margin-top: -16px;
        border-radius: 10px 7px 10px 5px;
        position: absolute;
    }

    .service-laundry .text-button {
        font-family: "Source Sans 3", sans-serif;
        text-align: center;
        font-size: 12px;
        opacity: 0.8;
        margin: 10px 0 30px 0;
    }

    .service-laundry .button-order {
        width: 75%;
    }

    .service-laundry .button-order .front {
        display: block;
        position: relative;
        padding: 10px 20px;
        font-size: 1.1rem;
        color: white;
        background: #37611f;
        font-size: 12px;
        will-change: transform;
        transform: translateY(-4px);
        transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
    }

    .footer-laundry img {
        width: 70%;
    }

    .footer-laundry .text-center .mb-0 {
        font-size: 11px;
        margin-top: 15px;
    }

    .footer-laundry .text-center .d-flex a {
        font-size: 12px;
    }

    .testimonial .container .row .card-testimonial img {
        height: 200px;
    }
}
