.top-header {
  display: none;
}

.header-lower .tf-btn.primary {
    display: none;
}
.mobile-button svg, .mobile-button:after, .mobile-button:before {
    stroke-width: 2;
    color: #ffffff;
    height: 2rem;
    transition: all .3s ease;
    width: 2rem;
}
.mobile-menu .login-box {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: none;
}
.mobile-menu .button-mobi-sell {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
    padding-bottom: 20px;
    display: none;
}
.mobile-menu .mobi-icon-box .box {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 19px;
    padding-bottom: 19px;
    display: none;
}
.property-share-social {
    align-items: center;
    display: flex;
    gap: .5rem;
    justify-content: flex-end;
    margin-top: 2rem;
    display: none;
}
h2.section-title {
    font-size: var(--h4-size);
    font-weight: 800;
    color: #001a73;
}
.container {
    max-width: 90%;
}
.homeya-box {
    border: 0px solid #e4e4e4;
	border-radius: 12px;
    display: block;
    overflow: hidden;
}
.homeya-box .content {
    border: 0px solid #e4e4e4;
    padding: 16px 0px 16px 0;
}
.homeya-box .archive-bottom {
    flex-wrap: wrap;
    gap: 5px;
      padding: 0px 0px 0px 0px;
}
.homeya-box .content .meta-list {
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    row-gap: 15px;
}
.flat-recommended .homeya-box {
    margin-bottom: 50px;
}
.flag-tag.primary, .flag-tag:hover {
    background-color: #ffffff;
}
.flag-tag {
    border-radius: 4px;
    color: #001a73;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 20px;
    padding: 8px;
    text-align: center;
    transition: all .3s ease;
}
.flag-tag.style-2 {
    background-color: #fff;
    color: #161e2d;
    font-size: 14px;
    letter-spacing: .8px;
    line-height: 24px;
    display: none;
}
.homeya-box .content .desc .icon {
    margin-top: 4px;
    display: none;
}
.section-title:nth-of-type(3){
    font-size: var(--h4-size);
    font-weight: 800;
    color: #ffffff;
}
h2 {
  color: #ffffff;
}
.flat-slider.home-3 .slider-content .heading .title {
    padding-inline-end: 10%;
}
.flat-slider.home-3 .slider-content .heading .subtitle {
    color: #ffffff;
    margin-top: 8px;
    padding-inline-end: 10%;
}
/* Mobile font size adjustments for property box */
@media (max-width: 767px) {
    .box-inner-right .content-property {
        font-size: 0.9rem; /* Base font size reduction */
    }
    
    .box-inner-right .box-tag .flag-tag {
        font-size: 0.8rem !important;
        padding: 0.2rem 0.6rem !important;
    }
    
    .box-inner-right .box-name .title {
        font-size: 1rem !important;
        line-height: 1.3 !important;
    }
    
    .box-inner-right .box-name .title a {
        font-size: inherit !important;
    }
    
    .box-inner-right .list-info .item {
        font-size: 0.85rem !important;
    }
    
    .box-inner-right .list-info .item .icon {
        font-size: 0.9rem !important;
    }
    
    .box-inner-right .pricing-property h5 {
        font-size: 1.1rem !important;
    }
    
    .box-inner-right .pricing-property .body-2 {
        font-size: 0.8rem !important;
    }
}

/* For very small mobile devices */
@media (max-width: 480px) {
    .box-inner-right .content-property {
        font-size: 0.85rem;
    }
    
    .box-inner-right .box-name .title {
        font-size: 0.95rem !important;
    }
    
    .box-inner-right .pricing-property h5 {
        font-size: 1rem !important;
    }
}