#ast-scroll-top {
    display: none !important;
}
.menu-item > a[href="#"] {
    pointer-events: none;
    cursor: default;
}
.terms-wrapper {
    position: relative;
}

.terms-tooltip {
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 340px;
    background: #ffd54f;
    padding: 15px;
    font-size: 13px;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    display: none;
    z-index: 99;
}

.terms-tooltip:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 25px;
    border-width: 10px;
    border-style: solid;
    border-color: #ffd54f transparent transparent transparent;
}


.terms-link {
    color: #f5b400;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 500;
}

.terms-tooltip {
    display: none;
    margin-top: 10px;
    padding: 12px;
    font-size: 13px;
    background: #f8f8f8;
    border-left: 3px solid #f5b400;
    border-radius: 4px;
}

.custom-tooltip .tooltip-inner {
    background-color: #000;   /* Change background color */
    color: #ffffff;              /* Text color */
    max-width: 400px;            /* Change width */
    width: 400px;
    padding: 12px 15px;
    font-size: 14px;
    text-align: left;
    margin-left:20px
}

.custom-tooltip .tooltip-arrow::before {
    border-top-color: #000 !important;  /* Arrow color */
}

/* //contact form 7 css by dipa 08-04-2026 */
/* .wpcf7-not-valid-tip {
    display: none !important; 
}

.wpcf7-response-output {
    display: block !important; 
} */