.cbs-slider{
    width:100%;
    height:760px;
    position:relative;
}

.cbs-slide{
    position:relative;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    display:flex;
    align-items:center;
}

.cbs-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.65);
}

.cbs-content{

    position:relative;

    z-index:5;

    margin-left:9%;

    color:#fff;

    width:100%;

    max-width:1300px;

    margin:auto;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:0 80px;

}

.cbs-left{

    max-width:770px;

}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px !important;
}

.cbs-right{

    width:260px;

}

.cbs-title-line{

    width:420px;

    height:3px;

    background:#f4c430;

    margin:20px 0 40px;

}

.cbs-nav{

    list-style:none;

    margin:0;

    padding:0;

}

.cbs-nav-wrapper{
    position:absolute;
    top:50%;
    right:16%;
    transform:translateY(-50%);
    z-index:20;
}

.cbs-nav li{

    color:rgba(255,255,255,.55);

    font-size:16px;

    margin:10px 0;

    cursor:pointer;

    transition:.3s;

    list-style-type: none;

}

.cbs-nav li:hover{

    color:#fff;

}

.cbs-nav li.active{

    color: #ffffff;

    font-weight:700;

}

.cbs-content h2{

    font-size:60px;

    line-height:1.1;

    font-weight:700;

    margin-bottom:25px;

    color: white;

}

.cbs-content p{

    font-size:26px;

    line-height:34px;

    margin-bottom:40px;

    color:#f2f2f2;

}

.cbs-btn{
    display:inline-block;
    padding:18px 40px;
    background:#f4c430;
    color:#000;
    text-decoration:none;
    border-radius:4px;
    font-weight:700;
    transition:none;
}

.cbs-btn:hover,
.cbs-btn:focus,
.cbs-btn:active{
    background:#f4c430;
    color:#000;
    text-decoration:none;
    box-shadow:none;
    transform:none;
}

.swiper-button-next,
.swiper-button-prev{

    color:#fff;

}

.swiper-pagination-bullet{

    background:#fff;

}

@media (max-width: 991px) {

    .cbs-slider {
        height: 650px;
    }

    .cbs-content {
        width: 100%;
        padding: 0 40px;
        justify-content: center;
        text-align: center;
    }

    .cbs-left {
        max-width: 700px;
        margin: 0 auto;
    }

    .cbs-content h2 {
        font-size: 46px;
        line-height: 1.2;
    }

    .cbs-title-line {
        width: 180px;
        margin: 20px auto 30px;
    }

    .cbs-content p {
        font-size: 22px;
        line-height: 1.7;
    }

    .cbs-nav-wrapper {
        display: none;
    }
}

@media (max-width: 767px) {

    .cbs-slider {
        height: 620px;
    }

    .cbs-content {
        padding: 0 25px;
        text-align: center;
    }

    .cbs-left {
        width: 100%;
        max-width: 100%;
    }

    .cbs-content h2 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .cbs-title-line {
        width: 120px;
        height: 3px;
        margin: 15px auto 25px;
    }

    .cbs-content p {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .cbs-btn {
        padding: 14px 30px;
        font-size: 16px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
        color: #fff;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 26px;
    }

    .cbs-nav-wrapper {
        display: none;
    }

    .cbs-nav-wrapper{
        display:none;
    }

    .cbs-mobile-nav{

        display:flex;

        justify-content:center;

        align-items:center;

        gap:12px;

        margin-top:30px;

    }

    .cbs-mobile-dot{

        width:12px;

        height:12px;

        border-radius:50%;

        background:rgba(255,255,255,.45);

        cursor:pointer;

        transition:.3s;

    }

    .cbs-mobile-dot.active{

        background:#ffffff;

        transform:scale(1.2);

    }
    
    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
}

@media (max-width: 480px) {

    .cbs-slider {
        height: 560px;
    }

    .cbs-content {
        padding: 0 18px;
    }

    .cbs-content h2 {
        font-size: 28px;
    }

    .cbs-content p {
        font-size: 16px;
        line-height: 1.5;
    }

    .cbs-btn {
        padding: 12px 26px;
        font-size: 15px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 34px;
        height: 34px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 20px;
    }
}

