/* --- Sections Padding Adjustment --- */
/* Adjusting padding for various sections */
.flat-section.flat-categories,
.flat-section.flat-property,
.flat-section.flat-location-v2,
.flat-section.flat-property-v2,
.flat-section-v3.flat-latest-new,
.flat-section-v3.flat-service-v2,
.flat-section-v2.flat-testimonial-v2.wow.fadeInUpSmall.animated.animated,
.flat-section-v6.flat-property-detail-v4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/* Adjusting padding for slider content */
.slider-content {
    padding-top: 50px !important; /* Reducing from 100px to 50px */
    padding-bottom: 50px !important; /* Reducing from 100px to 50px */
}

/* --- Hiding Price Section --- */
/* Hiding the price box */
.box-price.d-flex.align-items-center {
    display: none !important;
}

/* Price Section Hide করার জন্য (যদি আগেরটা কাজ না করে) */
.archive-bottom.d-flex.justify-content-between.align-items-center,
.header-property-detail .box-price {
    display: none !important;
}

/* Address এর পরের কম স্পেস করার জন্য */
.header-property-detail .content-bottom .meta-item {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* info-box এর নিচের স্পেস কমানোর জন্য */
.header-property-detail .content-bottom .info-box {
    margin-bottom: 0 !important; /* এই লাইনটি Address এর নিচের স্পেস কমাবে */
    padding-bottom: 0 !important;
}

/* header-property-detail div টির নিচের স্পেস কমানোর জন্য */
.header-property-detail {
    margin-bottom: 12px !important; /* এটি header-property-detail এর নিচের স্পেস কমাবে */
}

/* content-top div টির নিচের স্পেস কমানোর জন্য */
.header-property-detail .content-top {
    margin-bottom: 10px !important; /* এটি content-top এর নিচের স্পেস কমাবে */
}
/* Hiding the topbar */
.top-header {
    display: none !important;
}