/* ===== SIDEBAR RESET (important for demo2 theme) ===== */

.clean-sidebar,
.clean-sidebar * {
    box-sizing: border-box;
}

/* Container */
.col-lg-3 > .clean-sidebar {
    background: #ffffff !important;
    padding: 25px !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06) !important;
}

/* Title */
.clean-sidebar .sidebar-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 22px !important;
    color: #111 !important;
    letter-spacing: 0.5px !important;
}

/* Remove any theme UL styling */
.clean-sidebar .category-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
}

/* List items */
.clean-sidebar .category-list li {
    margin: 0 0 8px 0 !important;
}

/* Links */
.clean-sidebar .category-list li a {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 14px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    background: #f8f9fb !important;
    color: #333 !important;
    font-weight: 500 !important;
    transition: all 0.25s ease !important;
}

/* Icons */
.clean-sidebar .category-list li a i {
    font-size: 16px !important;
    color: #1e73be !important;
}

/* Hover effect */
.clean-sidebar .category-list li a:hover {
    background: #1e73be !important;
    color: #ffffff !important;
    transform: translateX(6px) !important;
}

.clean-sidebar .category-list li a:hover i {
    color: #ffffff !important;
}

/* Promo Box */
.clean-sidebar .promo-box {
    background: linear-gradient(135deg, #1e73be, #1558a6) !important;
    padding: 22px !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    text-align: left !important;
}

.clean-sidebar .promo-box small {
    font-size: 12px !important;
    text-transform: uppercase !important;
    opacity: 0.85 !important;
}

.clean-sidebar .promo-box h4 {
    font-size: 24px !important;
    margin: 8px 0 14px !important;
    font-weight: 700 !important;
}

.clean-sidebar .promo-box a {
    display: inline-block !important;
    background: #ffffff !important;
    color: #1e73be !important;
    padding: 8px 16px !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: 0.3s ease !important;
}

.clean-sidebar .promo-box a:hover {
    background: #111 !important;
    color: #fff !important;
}





/* Make row flex */
.equal-row {
    display: flex !important;
    align-items: stretch !important;
}

/* Make columns equal height */
.equal-row > [class*='col-'] {
    display: flex !important;
}

/* Make sidebar fill full height */
.clean-sidebar {
    width: 100% !important;
    height: 100% !important;
}

/* Make banner fill full height */
.equal-banner {
    height: 100% !important;
}



/* ===== FORCE PERFECT ALIGNMENT WITH SLIDER ===== */

@media (min-width: 992px) {

    /* Force row stretch */
    .equal-row {
        display: flex !important;
        align-items: stretch !important;
    }

    /* Make both columns flex */
    .equal-row > .col-lg-3,
    .equal-row > .col-lg-9 {
        display: flex !important;
    }

    /* Make sidebar match slider height */
    .clean-sidebar {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        min-height: 600px !important;
    }

    /* Make owl wrapper full height */
    .col-lg-9 .home-slider,
    .col-lg-9 .owl-carousel,
    .col-lg-9 .owl-stage-outer,
    .col-lg-9 .owl-stage,
    .col-lg-9 .owl-item,
    .col-lg-9 .home-slide {
        height: 100% !important;
    }
}



@media (min-width: 992px) {

    .home-slider,
    .home-slider .home-slide {
        height: 600px !important;
    }

    .home-slider .slide-bg {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
    }

}