.top-cleaners-section {
    padding: 50px 0 10px;
}


.top-cleaners-p {
    color: #312f2a;
    max-width: 600px;
    margin: 6px auto 20px;
}

.cleaner-feature-card {
    background: #ffffff;
    padding: 25px 25px;
    border-radius: 12px;
    text-align: center;
    background-color: rgba(89, 151, 183, 0.24);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.cleaner-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 40px;
    color: #2E8B57;
    margin-bottom: 20px;
}

.cleaner-feature-card h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.cleaner-feature-card p {
    font-size: 15px;
    color: #312f2a;
}

.review-image {
    background-color: white;
    padding: 4px;
    width: 146px;
    margin: auto;
    border-radius: 16px;
}

@media (max-width: 767px) {

    .quick-links-grid {
        display: flex;
        flex-wrap: wrap;
    }

    .quick-links-grid li {
        width: 50%;
    }

    .gallery-container {
        grid-template-columns: 1fr !important;
    }

    .gallery {
        padding: 40px 30px !important;
    }

    #lightbox-img {
        max-height: 70vh;
    }

    .prev,
    .next {
        font-size: 28px;
        padding: 8px 12px;
    }

    .lightbox-close {
        font-size: 30px;
        top: 15px;
        right: 15px;
    }
}

.gallery {
    padding: 60px 30px;
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gallery-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* Make images clickable */
.gallery-container img {
    cursor: pointer;
    border-radius: 8px;
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Lightbox content wrapper */
.lightbox-content {
    position: relative;
    width: 100%;
    max-width: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image */
#lightbox-img {
    width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
}

/* Close button */
.lightbox-close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}

/* Arrows */
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 50%;
    transition: 0.3s ease;
}

.prev:hover,
.next:hover {
    background: rgba(255, 255, 255, 0.35);
}

/* Keep arrows inside screen */
.prev {
    left: 10px;
}

.next {
    right: 10px;
}


.nice-select .list::-webkit-scrollbar {
    width: 6px;
}

.nice-select .list::-webkit-scrollbar-thumb {
    background-color: #16a34a;
    /* match your green theme */
    border-radius: 10px;
}

.nice-select .list {
    max-height: 250px;
    /* adjust height */
    overflow-y: auto;
}

/* Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    background: #111827;
    padding: 20px;
    border-radius: 12px;
    z-index: 10000;
    display: none;
}

.cookie-container {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cookie-text h3 {
    margin-bottom: 6px;
    font-size: 18px;
    color: #d1d5db
}

.cookie-text p {
    font-size: 14px;
    color: #d1d5db;
}

.cookie-text a {
    color: #60a5fa;
    text-decoration: underline;
}

/* Buttons */
.cookie-actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.btn {
    padding: 10px 16px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.primary {
    background: #2563eb;
    color: white;
}

.secondary {
    background: transparent;
    border: 1px solid #9ca3af;
    color: white;
}

.link {
    background: none;
    color: #9ca3af;
    text-decoration: underline;
}

/* Floating container */
.floating-contact {
    position: fixed;
    left: 20px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
    animation: slideIn 0.5s ease;
}

.contact-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
}

.contact-btn img {
    width: 28px;
    height: 28px;
    transition: 0.3s ease;
}

.contact-btn:hover {
    transform: translateX(6px) scale(1.08);
}

.call-btn {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.whatsapp-btn img {
    width: 46px;
    height: 46px;
    transition: 0.3s ease;
}

.whatsapp-btn:hover {
    transform: translateX(6px) scale(1.08);
}

.call-btn::before,
.call-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid rgba(37, 99, 235, 0.6);
    animation: callRing 2s linear infinite;
    z-index: -1;
}

.call-btn::after {
    animation-delay: 1s;
}

@keyframes callRing {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(1.8);
        opacity: 0;
    }

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

.whatsapp-btn {
    position: relative;
    overflow: visible;
}

.whatsapp-btn::before,
.whatsapp-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid rgba(37, 211, 102, 0.6);
    animation: whatsappRing 2s linear infinite;
    z-index: -1;
}

.whatsapp-btn::after {
    animation-delay: 1s;
}

@keyframes whatsappRing {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(1.8);
        opacity: 0;
    }

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

.scan-action {
    position: fixed;
    right: 2px;
    bottom: 74px;
    z-index: 9999;
    animation: slideIn 0.5s ease;
}

.scan-item {
    width: 100px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    animation: floatUpDown 2s ease-in-out infinite;
    transition: transform 0.3s ease;
    position: relative;
    overflow: visible;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }

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

    100% {
        transform: translateY(0px);
    }
}

/* ===== AI SECTION CLEAN DESIGN ===== */

.ai-section {
    padding: 60px 20px;
    background: #f9fafb;
}

.ai-container {
    max-width: 1200px;
    margin: auto;
}

.ai-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 60px;
    align-items: center;
}

/* Mobile Layout */
@media (max-width: 900px) {
    .ai-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ai-section {
        padding: 50px 20px;
    }
}

/* ===== FORM BOX ===== */
.ai-upload-box {
    border: none;
    border-radius: 20px;
    padding: 35px 30px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
    cursor: default;
    transition: 0.3s ease;
}

/* FORM FIELDS */
.ai-upload-box input,
.ai-upload-box textarea {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 18px;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    transition: 0.3s;
    background: #fff;
}

.ai-upload-box input:focus,
.ai-upload-box textarea:focus {
    border-color: #008c5a;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 140, 90, 0.1);
}

/* ===== Camera Card Design ===== */

.camera-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    background: #ffffff;
    border: 2px dashed #dcdcdc;
    border-radius: 16px;
    cursor: pointer;
    transition: 0.3s ease;
    margin-bottom: 10px;
}

.camera-card:hover {
    border-color: #008c5a;
    background: #f8fffb;
    transform: translateY(-2px);
}

/* Icon Circle */
.camera-icon {
    width: 55px;
    height: 55px;
    background: #008c5a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

/* Text */
.camera-text h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.camera-text p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #777;
}

/* Preview Image */
.camera-preview {
    width: 100%;
    margin-top: 15px;
    border-radius: 16px;
    display: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Generate Button */
.ai-generate-btn {
    margin-top: 10px;
    padding: 14px;
    background: linear-gradient(135deg, #008c5a, #006b45);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.ai-generate-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 140, 90, 0.3);
}

iframe {
    aspect-ratio: 16/9;
}


img {
    display: block;
    max-width: 100%;
}

main {
    width: 100%;
}

.new-container {
    width: 100%;
    max-width: 850px;
    margin: auto;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    --position: 50%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}


.image-container {
    width: 100%;
    max-height: 400px;
    /* controlled height */
    position: relative;
}

.new-slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
}

.new-slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    /* for Firefox */
    width: 100%;
    height: 100%;
}

.new-slider:focus-visible~.new-slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.new-slider-line {
    position: absolute;
    inset: 0;
    width: .2rem;
    height: 100%;
    background-color: #fff;
    /* z-index: 10; */
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
}

.new-slider-button {
    position: absolute;
    background-color: #fff;
    color: black;
    padding: .5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* z-index: 100; */
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}

#rejectAll:hover {
    color: unset !important;
}

/* Mobile Sticky Bottom Bar */
.mobile-action-bar {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    background: #00b075;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    overflow: hidden;
}

.action-item {
    flex: 1;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 7px 5px;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Icon */
.action-item i {
    font-size: 19px;
    margin-bottom: 0;
}

/* Divider Line */
.action-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/* Hide on Desktop */
@media(min-width: 768px) {
    .mobile-action-bar {
        display: none;
    }
}

@media(max-width:768px) {
    .site-footer__bottom-inner {
        padding: 28px 0 94px !important;
    }

    .floating-contact {
        display: none;
    }

    .scan-action {
        display: none;
    }

    .scroll-to-top {
        bottom: 82px !important;
    }
}

/* Section */
.ai-cta-modern {
    padding: 0 15px 60px;
    background: #f5f7f9;
}

/* Box Layout - Desktop Default */
.ai-cta-modern__box {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* Left Content */
.ai-cta-modern__content {
    max-width: 65%;
}

.ai-cta-modern__content h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

.ai-cta-modern__content p {
    color: #666;
    margin-bottom: 15px;
}

/* Contact inline on desktop */
.ai-cta-modern__contact {
    display: flex;
    gap: 25px;
}

.ai-cta-modern__contact a {
    text-decoration: none;
    font-weight: 600;
    color: #222;
}

/* Button */
.ai-cta-modern__action {
    flex-shrink: 0;
}


.ai-cta-modern__btn:hover {
    background: #111;
}

/* ========================= */
/* 📱 Tablet */
/* ========================= */

@media (max-width: 991px) {

    .ai-cta-modern__box {
        padding: 30px;
        gap: 25px;
    }

    .ai-cta-modern__content {
        max-width: 100%;
    }
}

/* ========================= */
/* 📱 Mobile */
/* ========================= */

@media (max-width: 767px) {

    .ai-cta-modern__box {
        flex-direction: column;
        text-align: center;
    }

    .ai-cta-modern__contact {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .ai-cta-modern__action {
        width: 100%;
    }

    .ai-cta-modern__btn {
        width: 100%;
        text-align: center;
    }
}

.services-section {
    position: relative;
    display: block;
    padding: 60px 0 50px;
    z-index: 1;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.service-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    border: 1px solid #00b4b5;
    background: #00b4b50d;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 0.25s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.service-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eef2f7;
    color: #00517b;
    font-size: 20px;
}

.service-title {
    font-size: 15px;
    font-weight: 600;
    color: #2d3e50;
}

@media (max-width: 600px) {
    .service-card {
        padding: 14px 16px;
    }

    .service-title {
        font-size: 14px;
    }
}

.background-colour {
    background-color: #0967972e;
}

.white-color {
    color: white !important;
}
