 .floating-contact {
     position: fixed !important;
     right: 18px;
     bottom: 24px;
     z-index: 2147483647;
     display: flex !important;
     flex-direction: column;
     gap: 12px;
     visibility: visible !important;
     opacity: 1 !important;
     pointer-events: auto;
 }

 .floating-contact__btn {
     width: 52px;
     height: 52px;
     border-radius: 50%;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     color: #ffffff;
     font-size: 22px;
     box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
     transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
 }

 .floating-contact__btn:hover {
     transform: translateY(-2px);
     box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
     opacity: 0.95;
 }

 .floating-contact__btn--whatsapp {
     background-color: #25d366;
 }

.floating-contact__btn--call {
    background-color: #1e68d7;
}

/* Improve banner text readability on page headers */
.page-header.page-header-modern {
    position: relative;
}

.page-header.page-header-modern::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
}

.page-header.page-header-modern .container {
    position: relative;
    z-index: 1;
}

.page-header.page-header-modern .breadcrumb,
.page-header.page-header-modern .breadcrumb a,
.page-header.page-header-modern h1 {
    color: #ffffff !important;
}

.page-header.page-header-modern .breadcrumb .text-default,
.page-header.page-header-modern .breadcrumb a.text-default,
.page-header.page-header-modern .breadcrumb li,
.page-header.page-header-modern .breadcrumb li a {
    color: #ffffff !important;
}

.page-header.page-header-modern .breadcrumb a {
    opacity: 0.9;
}

.footer-copyright .footer-powered-link {
    color: inherit !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-copyright .footer-powered-link:hover,
.footer-copyright .footer-powered-link:focus,
.footer-copyright .footer-powered-link:active {
    color: inherit !important;
    text-decoration: underline;
    opacity: 1 !important;
}

.testimonial-card {
    border-radius: 14px;
    background: #ffffff !important;
    border: 1px solid #e6e6e6 !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.testimonial-card .card-body {
    padding: 1.5rem;
}

.testimonial-stars {
    color: #f5a623;
    letter-spacing: 2px;
}

@media (max-width: 575px) {
    .floating-contact {
        right: 14px;
        bottom: 18px;
    }

    .floating-contact__btn {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .page-header-products .container {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .page-header-products .banner-text {
        position: absolute;
        right: 16px;
        bottom: 18px;
        text-align: right;
    }
}

@media (max-width: 991px) {
    .desktop-only {
        display: none !important;
    }
}
