.steps-block .owl-stage-outer{
    padding-top: 35px;
}
.steps-block ul {
    list-style: georgian;
}
.steps-block ul li{
    list-style: disc;
    margin-bottom: 10px;
    text-align: left;
}
.process-block .inner-box{
    max-width: 260px;
}

.banner-section-two .form-column .contact-form-three{
    background-image: none!important;
}

@media (max-width: 991px) {
    .hidden-sm{ display: none}
}

@media (max-width: 1199.98px) {
    .process-block .inner-box{
        max-width: 340px;
    }
}

@media (max-width: 768.98px) {
    .process-block .inner-box{
        max-width: calc(100% - 50px);
    }
    .hidden-sm{ display: none}
    .why-us-tabs .tab-btns .tab-btn{
        width: 100%!important;
        margin-top: 10px;
    }
}

@media (min-width: 1199.98px) {
    .hidden-lg{
        display:none!important
    }
    .why-us-tabs .tab-btns .tab-btn{
        width: 19%!important;
    }
}

/* Fix play button white circle after click */
.play-now-two:focus,
.play-now-two:active {
    background-color: rgba(21, 21, 21, 0.5) !important;
    color: #ffffff !important;
    outline: none;
}

/* Desktop video alignment */
@media (min-width: 769px) {
    .video-container {
        justify-content: flex-start !important;
        padding: 0 !important;
        max-width: none !important;
        margin: 0 !important;
    }

    .hero-video-frame {
        width: 100% !important;
        max-width: 570px !important;
        margin: 0 !important;
    }
}

/* Mobile video centering */
@media (max-width: 768px) {
    .video-container {
        padding: 0 !important;
        margin: 0 auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .hero-video-frame {
        width: 85% !important;
        height: 200px !important;
        margin: 0 auto !important;
        display: block !important;
    }
}


.process-block {
    transition: transform 0.3s ease;
}

.process-block:hover {
    transform: scale(1.1);
    z-index: 10;
}

/* Navigation arrows */
.steps-block {
    position: relative;
}

.process-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    cursor: pointer;
}

.process-nav:hover {
    background: #f8f9fa;
}

.process-nav-prev {
    left: -20px;
}

.process-nav-next {
    right: -20px;
}

/* Active state for current slide */
.process-block.active {
    transform: scale(1.1);
    z-index: 5;
}

.steps-ownership-block .text{
    max-height: 200px;
    overflow-y: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.steps-ownership-block.active-block .text, .steps-ownership-block .text:hover{
    max-height: 1000px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.features-section-two .inner-box{
    cursor: pointer;
}
.features-section-two .image-column .inner-column {
    position: relative;
    padding: 10px 0 10px 10px;
}
.features-section-two .image-column .inner-column .image-box{
    padding: 20px 20px;
    background: white;
    color: var(--text-color)
}

.steps-ownership-block .icon-box img{
    width: 91px;
    height: 91px;
    margin: 0 auto;
}
.process-block .inner-box .icon-box .icon{
    background-color: none!important
}
.news-block .image-box .image{
    max-height: 200px;
}
strong{
    color: #121212;
    font-weight: 500
}

.banner-section-two .bg-image:before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(135deg, rgba(0, 50, 150, 0.85) 0%, rgba(0, 20, 80, 0.85) 100%) !important;
    opacity: 1 !important;
    z-index: 1 !important;
}

.banner-section-two {
    min-height: 100vh !important;
    padding: 80px 0 120px !important;
}

.banner-section-two .auto-container {
    position: relative !important;
    z-index: 2 !important;
}

.video-container {
    margin-top: 40px;
    max-width: 85%;
    position: static !important;
    display: block;
}

.video-box {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 25px;
    padding: 2px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    position: static !important;
    overflow: hidden;
}

.video-box iframe {
    border-radius: 23px;
    display: block;
    width: 100%;
    height: 320px;
}

/* Ensure video stays in normal document flow */
.content-column .video-container {
    clear: both;
    position: static !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

section.banner-section-two .content-column .inner-column {
    margin-top: 30px !important;
    padding-top: 30px !important;
    transform: translateY(30px) !important;
}

.banner-section-two .inner-column .sub-title {
    margin-bottom: 5px !important;
    margin-top: 0 !important;
}

.banner-section-two .inner-column .title {
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}

.banner-section-two .inner-column .text {
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}

.banner-section-two .btn-box {
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}

.banner-section-two .video-container {
    margin-top: 20px !important;
}

