/* ===============================
   Trustpilot Mobile Top Bar
   =============================== */

.trustpilot-wrapper {
    position: relative;
    z-index: 1100;
}

.trustpilot-topbar {
    background: #324025;
    padding: 6px 0;
    text-align: center;
}

.trustpilot-topbar .trustpilot-widget {
    display: inline-block;
    line-height: 1;
}

.trustpilot-rainbow {
    height: 3px;
    width: 100%;
    background: linear-gradient(
        90deg,
        #ff004c,
        #ff7a00,
        #ffd500,
        #00d084,
        #00b67a,
        #0099ff,
        #7a00ff
    );
}


#scheduleModal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}
#scheduleModal .modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}
#scheduleModal .modal-content {
    position: relative;
    background: #fff;
    width: 400px;
    max-width: 90%;
    margin: 10% auto;
    padding: 20px;
    border-radius: 6px;
}
#scheduleModal .modal-content input {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}

/* ===============================
   Mobile Layout Fixes
   =============================== */

@media (max-width: 767px) {

    /* Lock Trustpilot to viewport width */
    .trustpilot-wrapper,
    .trustpilot-topbar,
    .trustpilot-rainbow {
        width: 100%;
        max-width: 100vw;
        overflow: hidden;
    }

    /* Prevent gradient bleed */
    .trustpilot-rainbow {
        display: block;
        margin: 0;
    }

    /* Let header flow normally under Trustpilot */
    .header {
        /* position: relative; */
        top: auto;
        z-index: 900;
        max-width: 100vw;
    }

    .header.scrolled {
        position: fixed;
        top: 0 !important;
        left: 0;
        width: 100vw;
        z-index: 1000;
    }

    .header.scrolled .navbar-toggle {
        top: 0 !important;
    }

    /* Prevent hero/banner overlap */
    .hero,
    .banner,
    .page-hero {
        margin-top: 0;
    }
    #tp-widget-logo{
        display: none!important;
    }
    .navbar-toggle {
        display: block;
        top: 50px;
        right: 15px;
    }
    .trustpilot-widget{
      padding-top: 6px;
    }
}

/* ===============================
   Hide on Desktop
   =============================== */

@media (min-width: 768px) {
    .trustpilot-wrapper {
        display: none;
    }
}
#CookiebotWidget{
    display:none !important;
}
