
.promotion-content .swiper-controls {
    margin-top: 5px;
    position: relative;
    bottom: 10px;
    padding-bottom: 20px;
}

.promotion-content .swiper-button-prev,
.promotion-content .swiper-button-next {
    background-color: transparent !important;
    color: white !important; /* Change arrow color to white */
    font-size: 22px !important;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promotion-content .swiper-button-prev::after,
.promotion-content .swiper-button-next::after {
    font-size: 24px !important;
    font-weight: bold !important;
    color: white !important;
}

.promotion-wrapper {
    position: fixed;
    left: -300px;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1000;
    background-color: #000;
    transition: all 0.8s ease-in-out;
    max-width: 400px;
    width: 100%;
}

.promotion-wrapper.open .toggle-tab {
    display: none;
}

.promotion-wrapper.closed .toggle-tab {
    display: block;
}

.promotion-wrapper.open {
    left: 0;
}

.promotion-wrapper.closed {
    left: 30px;
}

.promotion-wrapper .nav-link {
    color: white !important;
    padding: 0px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.promotion-wrapper .nav-text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    line-height: 16px;
    letter-spacing: 5px;
    transform: rotate(180deg);
    
    
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 19px;*/
}
.nav-text span {
    display: block;
}
.promotion-content {
    width: 100%;
    height: 100%;
    padding: 12px;
    background-color: #000;
    color: white;
    position: relative;
    border-left: 4px solid gold;
}

.toggle-tab {
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    padding: 0px 10px;
    cursor: pointer;
    z-index: 1001;
    border-radius: 0 5px 5px 0;
}

.toggle-tab i {
    font-size: 16px;
    color: white;
}

.promotion-content .swiper-slide {
    padding: 8px;
    color: white;
}

.promotion-content h4 {
    color: white;
    font-size: 24px;
}

.promotion-content p {
    color: white;
    font-size: 16px;
}

.promotion-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    font-size: 22px;
    cursor: pointer;
    color: white;
    z-index: 9999;
}

@media only screen and (max-width: 768px) {
    .promotion-content .swiper-controls {
        justify-content: center;
    }
    .promotion-content {
        display: none;
        padding: 12px;
        background-color: #000;
        width: 100%;
        height: auto;
        border-left: none;
        border-bottom: 4px solid gold;
        
    }

    .promotion-wrapper.open .promotion-content {
        display: block;
    }

    .promotion-wrapper {
        max-width: 100%;
        width: 100%;
        height: auto;
        z-index: 9;
    }

    .toggle-tab {
        left: -35px;
    }
}

.site-footer .about-widget .logo {
    max-width: 180px;
}
.site-footer .widget-title {
    margin-bottom: 30px;
}

.cs_accordian_head .cs_accordian_title {
    color: #000;
    font-size: 22px!important;
    font-weight: 600;
}
.partners_logo {
    width: 160px;
}
.cs_dark_bg .cs_accordian_head .cs_accordian_title {
    color: #fff;
    font-size: 22px!important;
    font-weight: 600;
}
@media only screen and (max-width: 768px) {
   .cs_accordian_head .cs_accordian_title {
        font-size: 22px!important;
    }
    .partners_logo {
        width: 100%;
    }
    
}
.iconCard__icon img {
    width: 50px;
    margin: auto;
}


.name_initial {
    background: #000;
    color: #fff;
    padding: 10px;
    width: 55px;
    height: 55px;
    border-radius: 100px;
    line-height: 37px;
    text-align: center;
    font-size: 24px;
}







