.cookie-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99999;
        padding: 10px 15px;
        background: rgba(32, 32, 32, 0.95);
        color: #ffffff;
        font-size: 14px;
    }

    .cookie-bar p {
        margin: 0 10px 8px 0;
        display: inline-block;
    }

    .cookie-bar a {
        color: #ffffff;
        text-decoration: underline;
    }

    .cookie-bar .btn {
        margin-right: 8px;
        text-decoration: none;
    }
    .hatton-garden-trust-footer {
        width: 100%;
        background: #f8f1e6;
        border-top: 1px solid #e5d8c4;
        border-bottom: 1px solid #e5d8c4;
        padding: 18px 0;
    }

    .hatton-garden-trust-footer .hatton-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 18px;
        text-align: left;
    }

    .hatton-garden-trust-footer .hatton-icon {
        font-size: 28px;
        line-height: 1;
    }

    .hatton-garden-trust-footer h3 {
        margin: 0 0 4px;
        font-size: 22px;
        line-height: 1.2;
        font-weight: 500;
        color: #111;
    }

    .hatton-garden-trust-footer p {
        margin: 0;
        font-size: 13px;
        color: #111;
        line-height: 1.5;
    }

    @media (max-width: 767px) {
        .hatton-garden-trust-footer {
            padding: 12px 15px;
        }

        .hatton-garden-trust-footer .hatton-inner {
            justify-content: center;
            text-align: center;
            gap: 10px;
        }

        .hatton-garden-trust-footer h3 {
            font-size: 18px;
        }

        .hatton-garden-trust-footer p {
            font-size: 11px;
            line-height: 1.5;
        }
    }


    /* New Sunshine Diamonds newsletter popup - smaller + mobile responsive */
    .sd-newsletter-modal {
        z-index: 999999 !important;
    }

    .sd-newsletter-modal .modal-dialog {
        max-width: 760px !important;
        width: calc(100% - 32px) !important;
        margin: 20px auto !important;
    }

    .sd-newsletter-modal .modal-content {
        border: 0 !important;
    }

    .sd-popup-content {
        position: relative;
        overflow: hidden;
        border-radius: 16px !important;
        background: #fff7f0;
        box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    }

    .sd-popup-close {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 36px;
        height: 36px;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.96);
        color: #111;
        font-size: 28px;
        line-height: 32px;
        font-weight: 300;
        z-index: 20;
        cursor: pointer;
    }

    .sd-popup-grid {
        display: grid !important;
        grid-template-columns: 52% 48%;
        width: 100%;
        min-height: 0 !important;
        height: auto !important;
        align-items: stretch !important;
    }

    .sd-popup-left {
        padding: 26px 26px 18px;
        background: linear-gradient(135deg, #fffaf5 0%, #fff1e8 100%);
        position: relative;
        z-index: 2;
    }

    .sd-popup-brand {
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: 2px;
        color: #111;
        margin-bottom: 14px;
        white-space: nowrap;
    }

    .sd-popup-heading {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
        margin-bottom: 8px !important;
        clear: both;
    }

    .sd-small-title {
        display: block !important;
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 28px;
        line-height: 1.15 !important;
        color: #16110f;
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
    }

    .sd-discount {
        display: block !important;
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 46px;
        line-height: 1 !important;
        color: #d97050;
        letter-spacing: 1px;
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        white-space: nowrap;
    }

    .sd-just-title {
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 22px;
        line-height: 1.25;
        color: #111;
        margin: 8px 0 10px;
        clear: both;
    }

    .sd-popup-text {
        font-size: 13px;
        line-height: 1.45;
        color: #2b2b2b;
        margin: 0 0 12px;
        max-width: 360px;
    }

    .sd-popup-icons {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        border-top: 1px solid #ead8ce;
        border-bottom: 1px solid #ead8ce;
        padding: 10px 0;
        margin-bottom: 14px;
        text-align: center;
    }

    .sd-icon-item {
        width: 33.333%;
        padding: 0 6px;
        border-right: 1px solid #ead8ce;
    }

    .sd-icon-item:last-child {
        border-right: 0;
    }

    .sd-icon-item span {
        display: block;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .sd-icon-item strong {
        display: block;
        font-size: 10px;
        line-height: 1.15;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #111;
    }

    .sd-code-box {
        border: 1px dashed #e3b7a8;
        border-radius: 8px;
        padding: 10px 14px;
        margin-bottom: 12px;
        background: rgba(255, 255, 255, 0.5);
    }

    .sd-code-box span {
        display: block;
        font-size: 10px;
        line-height: 1;
        letter-spacing: 1.2px;
        font-weight: 700;
        color: #111;
        margin-bottom: 5px;
    }

    .sd-code-box strong {
        display: block;
        font-size: 24px;
        line-height: 1;
        letter-spacing: 3px;
        color: #d97050;
    }

    .sd-newsletter-form input[type="text"],
    .sd-newsletter-form input[type="email"],
    .sd-newsletter-form input[type="tel"] {
        width: 100%;
        height: 40px;
        padding: 0 13px;
        border: 1px solid #d7d7d7;
        border-radius: 5px;
        background: #fff;
        font-size: 16px !important;
        color: #111;
        margin-bottom: 9px;
        box-shadow: none;
        -webkit-text-size-adjust: 100%;
    }

    .sd-consent {
        display: flex;
        align-items: flex-start;
        gap: 7px;
        font-size: 11px;
        line-height: 1.35;
        color: #1d1d1d;
        margin-bottom: 10px;
    }

    .sd-consent input {
        margin-top: 2px;
        flex: 0 0 auto;
    }

    .sd-consent a {
        color: #d97050;
        text-decoration: none;
    }

    .sd-newsletter-form button[type="submit"] {
        width: 100%;
        min-height: 42px;
        border: 0;
        border-radius: 8px;
        background: linear-gradient(180deg, #f09b74 0%, #dc6742 100%);
        color: #fff;
        font-size: 13px;
        line-height: 1.2;
        font-weight: 800;
        letter-spacing: 0.7px;
        box-shadow: 0 5px 12px rgba(190, 83, 50, 0.28);
        cursor: pointer;
    }

    .sd-popup-trust {
        display: none;
    }

    .sd-popup-right {
        position: relative;
        min-height: 0 !important;
        height: auto !important;
        background: #f8e8de;
        overflow: hidden;
    }

    .sd-popup-right img {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        display: block !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    /* Tablet */
    @media (max-width: 991px) {
        .sd-newsletter-modal .modal-dialog {
            max-width: 620px !important;
        }

        .sd-popup-grid {
            grid-template-columns: 1fr;
            min-height: auto;
        }

        .sd-popup-right {
            order: -1;
            min-height: 190px;
            max-height: 210px;
        }

        .sd-popup-right img {
            min-height: 190px;
            max-height: 210px;
        }

        .sd-popup-left {
            padding: 24px 24px 20px;
        }

        .sd-popup-brand {
            font-size: 17px;
            white-space: normal;
        }

        .sd-small-title {
            font-size: 26px;
        }

        .sd-discount {
            font-size: 42px;
        }
    }

    /* Mobile */
    @media (max-width: 575px) {
        .sd-newsletter-modal .modal-dialog {
            width: 90vw !important;
            max-width: 360px !important;
            display: block !important;
            min-height: unset !important;
        }

        .sd-newsletter-modal .modal-content.sd-popup-content,
        .sd-popup-content {
            width: 100% !important;
            min-height: 0 !important;
            max-height: 88vh !important;
            border-radius: 16px !important;
            overflow-y: auto !important;
            background: #fff7f0 !important;
        }

        .sd-popup-right {
            display: none !important;
        }

        .sd-popup-grid {
            display: block !important;
            width: 100% !important;
            overflow: visible !important;
        }

        .sd-popup-left {
            position: relative !important;
            width: 100% !important;
            height: auto !important;
            padding: 20px 16px 16px !important;
            background: #fff7f0 !important;
            overflow: visible !important;
            box-sizing: border-box !important;
            display: block !important;
        }

        .sd-popup-close {
            position: absolute !important;
            top: 8px !important;
            right: 8px !important;
            width: 32px !important;
            height: 32px !important;
            font-size: 24px !important;
            line-height: 28px !important;
            z-index: 30 !important;
        }

        .sd-popup-brand {
            font-size: 12px !important;
            letter-spacing: 1.5px !important;
            margin-bottom: 8px !important;
            padding-right: 34px !important;
            white-space: normal !important;
        }

        .sd-popup-heading {
            gap: 2px !important;
            margin-bottom: 4px !important;
        }

        .sd-small-title {
            font-size: 20px !important;
            line-height: 1.2 !important;
        }

        .sd-discount {
            font-size: 34px !important;
            line-height: 1.05 !important;
            white-space: nowrap !important;
        }

        .sd-just-title {
            font-size: 17px !important;
            line-height: 1.2 !important;
            margin: 5px 0 8px !important;
        }

        .sd-popup-text {
            font-size: 12px !important;
            line-height: 1.4 !important;
            margin: 0 0 10px !important;
            max-width: none !important;
        }

        .sd-popup-icons {
            display: none !important;
        }

        .sd-code-box {
            padding: 8px 12px !important;
            margin-bottom: 10px !important;
            border-radius: 8px !important;
        }

        .sd-code-box span {
            font-size: 10px !important;
            margin-bottom: 4px !important;
        }

        .sd-code-box strong {
            font-size: 20px !important;
            letter-spacing: 3px !important;
        }

        .sd-newsletter-form input[type="text"],
    .sd-newsletter-form input[type="email"],
    .sd-newsletter-form input[type="tel"] {
            height: 40px !important;
            font-size: 16px !important;
            margin-bottom: 8px !important;
            padding: 0 12px !important;
            border-radius: 6px !important;
        }

        .sd-consent {
            font-size: 10.5px !important;
            line-height: 1.35 !important;
            margin-bottom: 10px !important;
            gap: 6px !important;
        }

        .sd-newsletter-form button[type="submit"] {
            min-height: 42px !important;
            height: 42px !important;
            font-size: 12.5px !important;
            letter-spacing: 0.3px !important;
            border-radius: 9px !important;
        }

        .sd-newsletter-modal {
        padding: 0 !important;
        }

        .sd-newsletter-modal.show {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }

        .sd-newsletter-modal .modal-dialog {
            margin: 0 auto !important;
            width: 90vw !important;
            max-width: 360px !important;
        }
    }

    /* Small phones */
    @media (max-width: 390px) {
        .sd-newsletter-modal .modal-dialog {
            width: 92vw !important;
            max-width: 340px !important;
        }

        .sd-popup-left {
            padding: 17px 14px 14px !important;
        }

        .sd-popup-brand {
            font-size: 11px !important;
            margin-bottom: 6px !important;
        }

        .sd-small-title {
            font-size: 18px !important;
        }

        .sd-discount {
            font-size: 30px !important;
        }

        .sd-just-title {
            font-size: 15px !important;
        }

        .sd-popup-text {
            font-size: 11px !important;
        }

        .sd-code-box strong {
            font-size: 18px !important;
        }

        .sd-newsletter-form input[type="text"],
        .sd-newsletter-form input[type="email"],
        .sd-newsletter-form input[type="tel"],
        .sd-newsletter-form button[type="submit"] {
            height: 39px !important;
            min-height: 39px !important;
            font-size: 16px !important;
        }
    }

    .sd-popup-message {
        padding: 10px 12px;
        margin-bottom: 10px;
        border-radius: 6px;
        font-size: 12px;
        line-height: 1.4;
        font-weight: 600;
    }

    .sd-popup-message.success {
        display: block !important;
        background: #eef8ef;
        color: #1f6b35;
        border: 1px solid #bfe5c7;
    }

    .sd-popup-message.error {
        display: block !important;
        background: #fff0f0;
        color: #9f2d2d;
        border: 1px solid #efb8b8;
    }

    .footer-newsletter-wrap {
        background: #212121;
        padding: 20px 0;
        text-align: center;
    }   

    .newsletter-box {
        max-width: 100%;
        margin: 0;
        text-align: right;
    }

    .newsletter-title {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #fff;
    }

    .newsletter-subtitle {
        font-size: 14px;
        color: #fff;
        margin-bottom: 20px;
    }

    .newsletter-form {
        display: flex;
        justify-content: flex-end !important;
        align-items: center;
        gap: 10px;
    }

    .newsletter-form input {
        width: 300px;
        max-width: 100%;
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
        outline: none;
    }

    .newsletter-form button {
        padding: 12px 20px;
        background: #ec8951;
        color: #fff;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        transition: 0.3s;
    }



    #newsletter-footer-message {
        margin-top: 10px;
        font-size: 14px;
    }

    #newsletter-footer-message.success {
        color: green;
    }

    #newsletter-footer-message.error {
        color: red;
    }

    /* MOBILE */
    @media(max-width:768px) {
        .newsletter-form {
            flex-direction: column;
        }

        .newsletter-form input {
            width: 100%;
        }

        .newsletter-form button {
            width: 100%;
        }
    }

    section,
    .section-t-space {
        padding-top: 0 !important;
    }

    .footer-newsletter-wrap {
        background: #212121;
        padding: 28px 0 26px !important;
        text-align: center !important;
    }

    .newsletter-box {
        max-width: 720px !important;
        margin: 0 auto !important;
        display: block !important;
        text-align: center !important;
    }

    .newsletter-title {
        font-size: 24px !important;
        margin-bottom: 6px !important;
        color: #fff !important;
    }

    .newsletter-subtitle {
        font-size: 14px !important;
        margin-bottom: 18px !important;
        color: #fff !important;
    }

    .newsletter-form {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 12px !important;
        flex-wrap: nowrap !important;
    }

    .newsletter-form input {
        width: 360px !important;
    }

    @media (max-width: 768px) {
        .newsletter-form {
            flex-direction: column !important;
        }

        .newsletter-form input,
        .newsletter-form button {
            width: 100% !important;
        }
    }

    /* ===== Footer newsletter – Abelini style (heading left, form right) ===== */
.footer-newsletter-wrap {
    background: #212121;
    padding: 30px 0 !important;
    text-align: left !important;
}

.newsletter-box {
    max-width: 100% !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px !important;
    flex-wrap: wrap !important;
    text-align: left !important;
}

.newsletter-text {
    flex: 1 1 auto;
    min-width: 240px;
}

.newsletter-title {
    font-size: 26px !important;
    font-weight: 600 !important;
    margin-bottom: 4px !important;
    color: #fff !important;
    text-transform: none !important;
}

.newsletter-subtitle {
    font-size: 12px !important;
    margin-bottom: 0 !important;
    color: #fff !important;
}

.newsletter-form {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
    flex: 0 0 auto;
}

.newsletter-form input {
    width: 320px !important;
    max-width: 100%;
    height: 50px;
    padding: 12px 16px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    outline: none;
}

.newsletter-form button {
    height: 50px;
    padding: 12px 32px !important;
    background: #ec8951 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.3s;
}

#newsletter-footer-message {
    margin-top: 12px;
    font-size: 14px;
    color: #fff;
}

/* Tablet – stack heading above form, centred */
@media (max-width: 991px) {
    .newsletter-box {
        flex-direction: column !important;
        align-items: stretch !important;
        text-align: center !important;
        gap: 18px !important;
    }
    .newsletter-text { text-align: center; }
    .newsletter-form { justify-content: center !important; }
}

/* Mobile – full-width input + button */
@media (max-width: 575px) {
    .newsletter-form { flex-direction: column !important; }
    .newsletter-form input,
    .newsletter-form button { width: 100% !important; }
}


    
/* Footer newsletter double opt-in message */
#newsletter-footer-message.footer-newsletter-message {
    display: none;
    margin: 14px 0 0 !important;
    padding: 12px 14px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
    text-align: center !important;
}

#newsletter-footer-message.footer-newsletter-message.success {
    display: block !important;
    background: #eef8ef !important;
    color: #1f6b35 !important;
    border: 1px solid #bfe5c7 !important;
}

#newsletter-footer-message.footer-newsletter-message.error {
    display: block !important;
    background: #fff0f0 !important;
    color: #9f2d2d !important;
    border: 1px solid #efb8b8 !important;
}

/* Footer social icons bigger */
.footer-style-1 .footer-content ul.d-flex {
    gap: 12px !important;
    align-items: center !important;
}

.footer-style-1 .footer-content ul.d-flex li {
    margin: 0 !important;
}

.footer-style-1 .footer-content ul.d-flex li a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
}

.footer-style-1 .footer-content ul.d-flex li a img {
    width: 38px !important;
    height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
    object-fit: contain !important;
}
@media (max-width: 575px) {
    .footer-style-1 .footer-content ul.d-flex li a {
        width: 40px !important;
        height: 40px !important;
    }

    .footer-style-1 .footer-content ul.d-flex li a img {
        width: 36px !important;
        height: 36px !important;
        max-width: 36px !important;
        max-height: 36px !important;
    }
}

/* Footer Follow Us spacing */
.footer-style-1 .footer-follow-title {
    padding-top: 12px !important;
    margin-bottom: 6px !important;
}

.footer-style-1 .footer-follow-title h4 {
    margin-bottom: 4px !important;
}

.footer-style-1 .footer-social-icons ul {
    padding-top: 0 !important;
    margin-top: 0 !important;
    gap: 14px !important;
}

.footer-style-1 .footer-social-icons li {
    padding: 0 !important;
    margin: 0 !important;
}




/* =========================================================
   FLOATING CHAT CLEANUP
   - Hide any remaining WhatsApp floating launcher
   - Move Tidio into the old WhatsApp button position
   ========================================================= */

a.whatsapp-button,
.whatsapp-button,
.icon-whatsapp {
    display: none !important;
}

/* Desktop: place Tidio where the old WhatsApp bubble was */
#tidio-chat,
#tidio-chat-iframe {
    right: 24px !important;
    bottom: 110px !important;
    max-width: calc(100vw - 48px) !important;
}

/* Tablet */
@media (max-width: 991px) {
    #tidio-chat,
    #tidio-chat-iframe {
        right: 18px !important;
        bottom: 95px !important;
        max-width: calc(100vw - 36px) !important;
    }
}

/* Standard mobile */
@media (max-width: 767px) {
    #tidio-chat,
    #tidio-chat-iframe {
        right: 12px !important;
        bottom: 78px !important;
        max-width: calc(100vw - 24px) !important;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    #tidio-chat,
    #tidio-chat-iframe {
        right: 10px !important;
        bottom: 72px !important;
        max-width: calc(100vw - 20px) !important;
    }
}

/* Very small phones */
@media (max-width: 360px) {
    #tidio-chat,
    #tidio-chat-iframe {
        right: 8px !important;
        bottom: 68px !important;
        max-width: calc(100vw - 16px) !important;
    }
}




/* =========================================================
   FAST MOBILE TIDIO LAUNCHER
   Shows immediately while the remote Tidio widget is loading.
   Automatically disappears when the real Tidio iframe is ready.
   ========================================================= */

#sd-tidio-fast-launcher {
    display: none;
}

@media (max-width: 767px) {
    #sd-tidio-fast-launcher {
        position: fixed !important;
        right: 12px !important;
        bottom: 78px !important;
        width: 56px !important;
        height: 56px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 50% !important;
        background: #f5864f !important;
        color: #ffffff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.22) !important;
        cursor: pointer !important;
        z-index: 2147482999 !important;
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-tap-highlight-color: transparent !important;
    }

    #sd-tidio-fast-launcher i {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 27px !important;
        line-height: 1 !important;
        color: #ffffff !important;
        pointer-events: none !important;
    }
}

@media (max-width: 480px) {
    #sd-tidio-fast-launcher {
        right: 10px !important;
        bottom: 72px !important;
        width: 54px !important;
        height: 54px !important;
    }

    #sd-tidio-fast-launcher i {
        font-size: 26px !important;
    }
}

@media (max-width: 360px) {
    #sd-tidio-fast-launcher {
        right: 8px !important;
        bottom: 68px !important;
        width: 52px !important;
        height: 52px !important;
    }

    #sd-tidio-fast-launcher i {
        font-size: 25px !important;
    }
}
