.breadcrumb__area  {
 display:none !important; 
}

/* FIX MAIN BANNER HEIGHT */
.tp-slider-area,
.tp-slider-height {
    height: 650px !important;
    min-height: 420px !important;
}

/* FIX IMAGE FIT */
.tp-slider-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* REMOVE TOP SPACE */
.tp-slider-area {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* REMOVE GAP BELOW BANNER */
.tp-slider-area {
    margin-bottom: 10px !important;
}

/* FIX CONTENT ALIGNMENT */
.tp-slider-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

/* REMOVE EXTRA SECTION GAP */
.tp-section-gap,
section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}