button.cky-btn.cky-btn-accept {
    background: #0263E0;
    border-radius: 30px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    border: solid 1px #1164D4;
    transition: all .5s ease;
    padding: 8px 20px;
}



button.cky-btn.cky-btn-customize {
    background: #d9d9d9 !important;
    border-radius: 30px;
    padding: 8px 20px;
    margin-right: 10px;
    color: rgb(255 255 255);
}


button.cky-btn.cky-btn-reject {
    margin-right: 10px;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    padding: 8px 20px;
    background: rgb(217, 217, 217) !important;
}

/* .home-testimonial-text  {
    display: -webkit-box;
    -webkit-line-clamp: 6; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
   */

   @media (max-width: 980px) {
    .inner-white-background .mobile-hide .nav {
        position: relative;
        width: auto;
        background-color: inherit ;
        overflow: hidden;
    }
}


/* Search suggestion */

.tsmb-suggestions {
    position: absolute;
    top: calc(60% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    z-index: 9999;
    overflow-y: auto;
    max-height: 400px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    transform: translateY(-5px);
    pointer-events: none;
    padding: 8px 0;
}

.tsmb-suggestions.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.tsmb-suggestion_group {
    font-weight: 600;
    font-size: 13px;
    color: #212529;
    padding: 8px 16px 4px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}

.tsmb-option {
    padding: 10px 16px;
    transition: background 0.2s;
}

.tsmb-option:hover {
    background: #f8f9fa;
}

.tsmb-option a {
    display: block;
    text-decoration: none;
    color: #333;
}

.tsmb-suggestion_title {
    font-size: 15px;
    line-height: 1.4;
}

.tsmb-no-results {
    padding: 10px 16px;
    color: #999;
    text-align: center;
    font-style: italic;
}

.tsmb-foot {
    display: block;
    text-align: right;
    font-size: 11px;
    color: #bbb;
    text-decoration: none;
    border-top: 1px solid #eee;
    padding: 6px 12px;
}
.tsmb-foot:hover {
    color: #999;
}
.tsmb-option a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 8px 14px;
}

.tsmb-suggestion_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.tsmb-suggestion_title {
    font-size: 15px;
    line-height: 1.4;
    flex-grow: 1;
    color: #333;
}

.tsmb-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 3px;
    min-width: 24px;
    min-height: 24px;
    transition: all 0.2s ease;
}

.tsmb-link-icon:hover {
    background: #f0f0f0;
    border-color: #ccc;
}

.search-suggestions .external-link-icon {
    width: 14px;
    height: 14px;
    color: #777;
}
.highlight {
    color: #007bff; /* blue */
    font-weight: 600;
  }
  