.section2_service_img{
    height:200px !important;
}

.slick-next-btn {
    font-family: 'Oswald', sans-serif;
}
html {
    scroll-behavior: smooth;
}
.bolder{
    font-weight:700 !important;
}
.font20{
    font-size:20px !important;
}
.font21{
    font-size:21px !important;
}

/* For banner video */
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7; /* behind content */
    overflow: hidden;
    border-radius: 0 0 9% 9%;
}

.video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2; /* 🔹 transparency control */
    filter: blur(0.5px); /* optional: soft cinematic look */
}

#bt_bb_section659a75913fcbf::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.25)
    );
    z-index: -2;
}

@media (max-width: 620px) {
    
}


.border_1 {
    border:1px solid black;
}

.border_2 {
    border:2px solid black;
}


.banner_relative{
    z-index: 8;
    position:relative;
}