.lb_slider{
    width: 100%;
    overflow: hidden;
    background: url('../images/betsdirectory.webp') no-repeat center center;
    background-size: cover;
    padding: 0;
    position: relative;
}
.lb_slider .mainslider .item .lb_sld_cont .lb{
    background: #7b0011 !important;
}
.lb_slider .mainslider .item .lb_sld_cont h2, .lb_walb .lb_walb_con h2{
    text-shadow: 0 0 18px #7b0011 !important;
}
.lb_walb{
    background: transparent url(../images/bg2.jpg) no-repeat center center !important;
}
.lb_walb .lb_walb_con .lb_walb_btn .a_wa, .lb_footer .ftr_wa .ftr_walink .a_wa{
    border: 1px solid #7b0011 !important;
    background: #7b0011 !important;
}
.lb_walb .lb_walb_con span, .lb_parnter h2 span, .lb_why h2 span, .lb_footer .ftr_title span, .lb_footer .ftr_wa h2 span{
    color: #7b0011 !important;
    font-weight: bold;
}
/*.lb_parnter{*/
/*    background: transparent url(../images/bg3.jpg) no-repeat center center !important;*/
/*}*/
.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .flip-box-front{
    background: #424242 !important;
}
.lb_footer .ftr_social a::before{
    box-shadow:  0 0 30px 3px #7b0011;
}
.lb_footer{
    background: #000000 !important;
}
.lb_slider .main{
    background: #0000009e;
}
.top-image{
    padding: 0;
    background: linear-gradient(90deg, rgb(13 21 21) 0%, rgb(2 4 3) 100%);
}
.lb_header{
    padding: 35px 15px;
}
.social-icons{
    gap: 20px;
}
.social-icons img{
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.live-support-wrapper {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}

.live-support-btn {
    width: 65px;
    height: 65px;
    background: #1bd741;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: white;
    cursor: pointer;
    position: relative;
}

/* Ripple Circles */
.live-support-btn::before,
.live-support-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #1bd741;
    border-radius: 50%;
    animation: ripple 2s linear infinite;
    opacity: 0;
}

/* Second ripple delay */
.live-support-btn::after {
    animation-delay: 1s;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    70% {
        transform: scale(1.6);
        opacity: 0.4;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
.live-supprt-img{
    width: 50px;
    height: 100%;
    object-fit: contain;
}
/* Social Icons Container */
.support-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: all 0.3s ease;
    height: 0px;
}

/* Show State */
.support-options.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    height: 100%;
}

/* Individual Icons */
.support-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    text-decoration: none;
    color: black;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.whatsapp {
    color: #25D366;
}

.imo {
    font-weight: bold;
    color: #0077ff;
}

.top-buttons-div{
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 30px 20px;
}
.top-buttons-heading{
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.top-buttons{
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.top-buttons-div .buttons{
    padding: 10px 15px;
    background: #7b0011;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 12px;
    width: 48%;
    text-align: center;
}
@media screen and (max-width: 767px){
    .lb_header, .lb_header nav{
        background: #000000a3 !important;
        backdrop-filter: blur(5px) !important;
    }
    .top-image{
        padding: 90px 0 5px;
    }
    .lb_slider .mainslider .item .lb_sld_img .sicard{
        bottom: 0px !important;
    }
    .lb_header {
        padding: 10px 15px;
    }
}