.navigation-menu-footer li a:hover {
    color: #00DAC5;
}

/* Hide only testimonial avatars, not global avatars */
.box-tes-item .avatar {
    display: none !important;
}

.flat-title-page .breadcrumb {
    position: relative;
    z-index: 2; /* keep text above overlay */
}

.flat-title-page {
    position: relative;
}

.flat-title-page::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgb(255 255 255 / 76%); /* white overlay with 40% opacity */
    z-index: 1;
}

/* Make sure text stays above overlay */
.flat-title-page .container {
    position: relative;
    z-index: 2;
}

.single-detail.ck-content a {
    color: var(--primary-color);
}

.ck-content a {
    color: var(--primary-color);
}

.hero-banner__tabs a {
color: white;
}

.main-header .header-lower {
    position: relative;
    transition: all .5s 
ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s 
ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    padding: 10px 0px 10px 0px !important;
}

.flat-title-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 76%);
    z-index: -1;
}

@media (max-width: 767px) {
  /* Your mobile styles here */
.main-header .logo-box .logo img {

    max-height: 44px !important;
}
}

.homeya-box .images-group .box-icon{
	z-index: 1 !important;
}




/* Create Post Floating Button */
.floating-create-btn {
    position: fixed;
    bottom: 20px;
    right: 25px;
    background: #ff5722;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    z-index: 999;
    transition: 0.2s;
    display:none;
}

.floating-create-btn:hover {
    background: #e64a19;
}




@media (max-width: 600px) {
  .listing-no-map .flat-title-page{
  	padding: 30px 0 30px;
  }
  
  .floating-create-btn{
  	display: block;
  }
  
  .progress-wrap {
  	display:none;
  }
}

.ck-content p:first-of-type {
	 white-space: normal;
}