@font-face {
    font-family: 'coconlight';
    src: url('/frontend/font/cocon_light_regular-webfont-v3.woff2') format('woff2'),
         url('/frontend/font/cocon_light_regular-webfont-v3.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "coconlight", sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.nav-link {
    font-family: coconlight;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #23b6c8 !important;
    text-transform: uppercase !important;
}

.primary {
    background-color: #19c6db;
    padding: 11px 37px;
    font-family: coconlight;
    font-size: 13.73px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.mt-10 {
    margin-top: 5rem;
}
.primary:hover {
    color: #23b6c8;
    background-color: #fff;
    border: 1px solid #23b6c8;
}

.secondary {
    padding: 11px 37px;
    border: 1px solid #23b6c8;
    font-family: coconlight;
    font-size: 13.73px;
    line-height: 100%;
    color: #23b6c8;
    text-decoration: none;
    cursor: pointer;
}

.secondary:hover {
    color: #fff;
    background-color: #23b6c8;
}

.third-btn {
    padding: 11px 37px;
    border: 1px solid #23b6c8;
    font-family: coconlight;
    font-size: 20px;
    line-height: 100%;
    color: #23b6c8;
    text-decoration: none;
    cursor: pointer;
}

.third-btn:hover {
    color: #fff;
    background-color: #23b6c8;
}

.s-1-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2em;
}

.secondary-heading {
    color: #23b6c8 !important;
    font-weight: 600 !important;
    font-size: 40px;
    line-height: 1.4em;
}

.global-p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6em;
    width: 565px;
}

.mt-51 {
    margin-top: 51px;
}

.custom-search-container {
    max-width: 502px;
}

.custom-input-group {
    background-color: #d2f9ff;
    border-radius: 61px;
    overflow: hidden;
    align-items: center;
    padding: 10px;
}

.input-group-text {
    color: #929292 !important;
}

.custom-input {
    background-color: #d2f9ff !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
    color: #929292 !important;
    font-weight: 400;
    font-size: 20px !important;
}

.contact-img {
    width: 635px;
}

.custom-input:focus {
    box-shadow: none;
    background-color: transparent;
}

.custom-btn {
    background-color: white !important;
    border: none;
    border-radius: 61px !important;
    margin-right: 10px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 400 !important;
    color: #5e5e5e !important;
}

.custom-btn i {
    color: #444;
}
.s-h-4-shadow {
    box-shadow: 5px 5px 0 #23b6c8;
    border-radius: 19px;
}
.cat-name {
    font-weight: 500 !important;
    font-size: 24px;
    line-height: 1.3em;
    color: #23b6c8 !important;
    font-family: coconlight;
}

.img-container {
    background: url("/media/full-img.png");
    position: relative;
    width: 100%;
    height: 545px;
}

.s-4-heading {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.6em;
    font-family: coconlight;
}
.s-4-ul li {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6em;
    font-family: coconlight;
}

.s-5-bg {
    background-color: #e1fcff;
    overflow: visible !important;
}
.slick-slide {
    overflow: visible; /* allow pop-out images */
}

.testimonial-card {
    position: relative;
    margin: 60px 15px 20px;
    padding: 84px 32px;
    background: white;
    border-radius: 45px;
    text-align: center;
}

.testimonial-card img {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 8px solid white;
    background: white;
    z-index: 2;
}

.testimonial-card p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 136%;
    padding-left: 25px;
    padding-right: 25px;
    height: 110px;
}

.testimonial-card h4 {
    font-family: coconlight;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    padding-top: 24px;
    height: 24px !important;
}

.star-rating {
    color: gold;
    margin-top: 10px;
    letter-spacing: 2px;
    font-size: 24px;
}

/* Smaller black arrows */
.slick-prev,
.slick-next {
    background-color: transparent !important;
    border: 1px solid #23b6c8 !important;
    border-radius: 50%;
    width: 82px !important;
    height: 82px !important;
    z-index: 10;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slick-prev i,
.slick-next i {
    color: #000 !important;
    font-size: 28.28px !important;
}

.slick-prev:before,
.slick-next:before {
    content: none !important;
}

/* services styles */
.half-image-wrapper {
    position: relative;
    width: 100%;
    height: auto; /* or remove if not needed */
    overflow: visible;
}

.half-image-wrapper img {
    width: auto;
    height: auto;
    position: relative;
    top: 52px;
    left: -80px;
    z-index: 2;
    display: block;
}

.wrap2 {
    position: relative;
    width: 100%;
    height: auto; /* or remove if not needed */
    overflow: visible;
}

.wrap2 img {
    width: auto;
    height: auto;
    position: relative;
    top: 52px;
    left: -182px;
    z-index: 2;
    display: block;
}

.s-abt-4-heading {
    font-family: coconlight;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.6em;
}

.s-abt-4-p {
    font-family: "Inter";
    font-weight: 400;
    font-size: 18px;
    line-height: 136%;
    text-align: justify;
}

.accordion-item {
    background-color: #d1faff !important;
    border-radius: 14px !important;
}

.accordion-item button {
    background-color: #d1faff !important;
    border-radius: 14px !important;
}

.accordion-button::after {
    border-radius: 50% !important;
    background-color: #23b6c8 !important;
    width: 32px !important;
    height: 32px !important;
    background-size: 12px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* About Us  */
.abt-s-1 {
    background: radial-gradient(ellipse at center, #b5e3fd 0%, #19a4f2 100%);
}

.bottom-image {
    position: absolute;
    bottom: -1px;
    left: -2px;
    width: 61%;
}

.bg-img-section {
    position: relative;
    background-image: url("/media/431.png");
    background-size: cover;
    background-position: center;
    height: 260px;
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center; /* vertical center */
    overflow: hidden;
}

.position-relative {
    position: relative;
}

.main-image {
    width: 505px;
    height: 505px;
}

.overlay-image {
    position: absolute;
    bottom: 25px;
    right: 99px;
    width: 100px;
    height: auto;
    z-index: 3;
}

.bg-img-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3); /* light black overlay */
    z-index: 1;
}

.bg-img-section .content-center {
    position: relative;
    z-index: 2;
}

.bg-img-section h2 {
    font-family: K2D;
    font-weight: 400;
    font-size: 64px;
    line-height: 136%;
}

.c-s-heading {
    font-family: coconlight;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 1%;
}

.c-s-p {
    font-family: coconlight;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1%;
    margin: 0 auto;
    max-width: 500px; /* optional: control the text width */
}

.primary-btn {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.notify {
    padding: 1rem !important;
    background-color: #fff !important;
    border: 1px solid #000 !important;
}

.notifytxt {
    font-weight: 700;
    font-family: coconlight;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1%;
}

.mb-10 {
    margin-bottom: 5rem;
}

.nav-item .foot {
    font-weight: 400;
    font-family: coconlight;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.2px;
    font-style: normal !important;
    text-transform: none !important;
    color: #ffffff !important;
}

.newsletter1 {
    padding: 12px !important;
    border-radius: 8px !important;
    border: 1px solid #cbcbe8 !important;
    background-color: transparent !important;
}

.newsletter1::placeholder {
    color: #bbbbbb !important;
}

.subscribe-btn {
    padding: 12px 24px !important;
    border-radius: 8px !important;
    border: 1px solid #cbcbe8 !important;
    background-color: transparent !important;
}

.newsletter-text {
    font-weight: 400;
    font-family: coconlight;
    font-size: 12px;
    line-height: 150%;
}

.newsletter-text span {
    text-decoration: underline;
}
.community {
    font-weight: 600;
    font-family: coconlight;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.slick-prev {
    margin-left: -61px;
}
.slick-next {
    margin-right: -61px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .main-image {
        width: 450px !important;
    }
    .overlay-image {
        bottom: 12px;
        right: 90px;
    }
    img:not(.img-fixed):not(.right-icon):not(.overlay-image):not(
            .s-h-4-shadow
        ) {
        width: 100% !important;
    }
    .bottom-image {
        bottom: -152px;
    }
    .s-h-4-shadow {
        width: 93% !important;
    }
    .slick-prev,
    .slick-next {
        display: none !important;
    }
    .bg-img-section h2 {
        font-size: 50px;
    }
}
@media (min-width: 300px) and (max-width: 768px) {
    .s-1-title {
        font-size: 32px;
    }
    .s-4-heading {
        font-size: 28px;
    }
    .s-4-ul li {
        font-size: 18px;
    }
    .laundry {
        height: 240px !important;
    }
    .c-s-heading {
        font-size: 30px;
    }
    .half-image {
        width: 100% !important;
        transform: translateX(0);
    }
    .bg-img-section h2 {
        font-size: 27px;
    }
    .slick-prev,
    .slick-next {
        display: none !important;
    }
    .com-soon-img {
        width: 100%;
    }
    .custom-btn {
        padding: 8px;
        font-size: 12px;
    }
    .testimonial-card h4 {
        padding-top: 48px;
    }
    .half-image-wrapper img {
        top: 20px;
        left: 0px;
        width: 100%;
    }

    .wrap2 img {
        top: 20px;
        left: 0px;
        width: 100%;
    }
    .bottom-image {
        position: absolute;
        bottom: -1px;
        left: -2px;
        width: 100%;
    }
    .main-image {
        width: 100%;
    }
    .overlay-image {
        right: 51px;
        bottom: 22px;
    }
    .global-p {
        width: 100%;
    }
    .right-icon {
        width: 50px !important;
        height: 50px !important;
        position: relative !important;
        top: -30px !important;
        margin-top: 52px;
    }
    .next-btn {
        padding: 20px 35px !important;
    }
    .mobile-gap {
        margin-bottom: 20px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    img:not(.img-fixed):not(.right-icon):not(.overlay-image):not(
            .sub-cat-img
        ):not(.pr-image) {
        width: 100% !important;
    }
    .testimonial-card .img-fixed {
        width: 120px !important;
        max-width: none !important;
        height: auto !important;
        flex-shrink: 0; /* If inside flexbox */
    }
    .global-p {
        font-size: 18px;
    }
    .s-abt-4-heading {
        font-size: 28px;
    }
    .sub-cat-img {
        width: 164px;
        height: 164px;
    }
    .order-cat {
        font-size: 14px !important;
    }
    .btn-search i {
        font-size: 16px !important;
        width: 40px !important;
        height: 40px !important;
    }
    .card-heading {
        font-size: 26px !important;
    }
    .main-cat-title {
        font-size: 20px !important;
    }
    .pr-image {
        width: 100%;
        height: 129px;
    }
    .time-label{
        font-size: 14px !important;
    }
}
.pr-image {
    width: 172px;
    height: 129px;
}
.right-icon {
    max-width: 100%;
    height: 80px !important;
    position: relative;
    top: 0; /* or adjust if needed */
}

.btn-search i {
    font-size: 24px; /* Adjust icon size */
    width: 48px;
    height: 48px;
    border: 2px solid #d8d8d8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hide-scrollbar {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.order-cat {
    font-family: Inter !important;
    font-size: 18px !important;
    line-height: 130% !important;
    padding: 10px 24px;
    border-radius: 58px;
    color: #7a7a7a !important;
}
.order-cat.active {
    border: none;
    background-color: #23b6c8 !important;
    color: #fff !important;
}
.order-cat:hover {
    color: #fff !important;
    background-color: #23b6c8 !important;
}

.order-cat:active {
    color: #fff !important;
    background-color: #23b6c8 !important;
}

.order-h {
    font-family: coconlight;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    text-decoration: none;
    font-style: normal;
    color: #000;
}

.category-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.category-scroll-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.arrow-btn {
    z-index: 2;
    background-color: transparent !important;
    border: 2px solid #f5f5f5 !important;
}

.order-cat {
    white-space: nowrap;
}

.card-heading {
    font-family: Inter;
    font-weight: 400;
    font-size: 30px;
    line-height: 130%;
}

.main-cat-title {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #000000;
}

.main-cat-ul li {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}

.sub-cat-title {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #000000;
}

.sub-cat-title span {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
}

.sub-cat-p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #555555;
}

.icon-button {
    border: none;
    background: transparent;
    padding: 0;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.btn-cat {
    padding: 7px 16px !important;
    background-color: #23b6c8 !important;
    border-radius: 34px !important;
}

.quantity {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #23b6c8;
}

@media (max-width: 576px) {
    .slick-prev,
    .slick-next {
        display: none !important;
    }
}

.c-p {
    font-family: coconlight;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    width: 672px;
    color: #6b6b6b;
}

.next-btn {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    background-color: #23b6c8;
    color: #fff;
    border-radius: 44px;
    padding-top: 11px;
    padding-right: 200px;
    padding-bottom: 11px;
    padding-left: 200px;
    gap: 10px;
    border: none;
}
.like-slider {
    padding: 0 20px;
}
.like-card {
    background-color: #fff;
    margin: 0 10px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 207px !important;
}
.transparent-input {
    background-color: transparent !important;
    color: #000; /* optional: set text color for visibility */
    border: 1px solid #ccc; /* optional: border for clarity */
}
.time-label {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
}
a {
    text-decoration: none !important;
    color: inherit !important;
}
.no-border {
    border: none !important;
    border-radius: 44px !important;
}
.b-k-text {
    font-family: coconlight;
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.address {
    font-family: coconlight;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #777777;
}

.b-d p {
    font-family: coconlight;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    width: 210px !important;
}

.like-card .card-img {
    padding: 0 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 124px !important;
}
.like-card .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px;
}
.like-card .card-body h4 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: start;
    color: #000;
}

.like-card .card-body p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: start;
    color: #000;
}
.add-btn-cart {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    background-color: #23b6c8;
    opacity: 1;
    border-radius: 34px;
    padding-top: 7px;
    padding-right: 16px;
    padding-bottom: 7px;
    padding-left: 16px;
    gap: 4px;
    color: #fff;
    border: none;
}

.money {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}

.card-link {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: start;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #23b6c8 !important;
}

.slider-2-prev {
    background-color: transparent !important;
    border-radius: 50%;
    width: 24px !important;
    height: 24px !important;
    z-index: 10;
    display: flex !important;
    margin-left: 0px !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #9a9595 !important;
    left: -15px !important;
}

.slider-2-next {
    background-color: transparent !important;
    border-radius: 50%;
    width: 24px !important;
    height: 24px !important;
    z-index: 10;
    display: flex !important;
    margin-left: 0px !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #9a9595 !important;
    right: 45px !important;
}
.slider-2-prev i {
    font-size: 14px !important;
}
.slider-2-next i {
    font-size: 14px !important;
}

.slick-slide {
    height: auto !important;
}
.advert-text {
    font-family: coconlight;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.contact-input {
    background-color: #f9f9f9 !important;
    border-radius: 7px !important;
    height: 64px !important;
}

.contact-textarea {
    background-color: #f9f9f9 !important;
    border-radius: 7px !important;
}
.contact-textarea:focus {
    box-shadow: 0 0 0 0.25rem #6c757d !important;
    border: none !important;
}
.contact-input:focus {
    box-shadow: 0 0 0 0.25rem #6c757d !important;
    border: none !important;
}

/* img {
    width: 100%;
} */

.floating-label-wrapper {
    position: relative;
}

.floating-label-wrapper .form-label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    transition: all 0.2s ease;
    background: white;
    padding: 0 5px;
    opacity: 0;
    pointer-events: none;
    font-size: 14px;
    color: #6c757d;
}

.floating-label-wrapper input:focus + .form-label,
.floating-label-wrapper input:not(:placeholder-shown) + .form-label {
    top: -10px;
    left: 10px;
    font-size: 12px;
    opacity: 1;
    pointer-events: auto;
}

.floating-label-wrapper input {
    padding-left: 2.5rem;
}

.floating-label-wrapper textarea:focus + .form-label,
.floating-label-wrapper textarea:not(:placeholder-shown) + .form-label {
    top: -10px;
    left: 10px;
    font-size: 12px;
    opacity: 1;
    pointer-events: auto;
}

.floating-label-wrapper textarea {
    padding-top: 1.5rem;
}

.btn-contact {
    background-color: #18a7b9;
    color: #fff;
    padding: 20px 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 5px;
    border: #18a7b9;
    font-family: "coconlight";
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    box-shadow: 0 4px 10px rgba(24, 167, 185, 0.4);
}

.btn-contact:hover {
    background-color: #fff;
    color: #18a7b9;
}

.nav-link.active {
    color: #5e5e5e !important;
    text-decoration: underline;
}

.info-items {
    font-family: "coconlight";
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

.btn-social {
    padding: 16px 24px;
    border: 1px solid #23b6c8;
    border-radius: 4px;
    background-color: transparent;
}

.btn-login {
    background-color: #23b6c8;
    padding: 8px 16px;
    border-radius: 4px;
    height: 48px;
    color: #fff;
}
