body {
    padding-top: 50px; /* Adjust based on bar height */
}

.flat-slider.home-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust darkness by changing 0.5 */
    z-index: 1;
}

.mb-20
{
    line-height: 30px;
}


@media (min-width: 1200px) {
    .flat-wrapper-privacy .container {
        max-width: 1320px;
    }
}
.flat-wrapper-privacy .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 86% !important; /* Optional: allow full width */
}


.flat-contact .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 86% !important; /* Optional: Full width */
}

.flat-section .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 86% !important; /* Optional: Full width */
}

.blog-image {
    width: 100%;
    height: 200px !important; /* Adjust height as needed */
    object-fit: cover;
    border-radius: 10px; /* Optional for rounded corners */
}


/****************Top Red Strip******************/
.top-bar {
    background-color: #dc1620;
    padding: 6px 0;
    width: 100%;
}

.top-bar a {
    text-decoration: none;
}

.contact-link {
    color: #fff;
    font-size: 16px;
}

.contact-link i {
    color: #fff;
}

.top-right i {
    color: #fff;
    font-size: 16px;
    transition: transform 0.2s ease;
}

.top-right i:hover {
    transform: scale(1.2);
    color: #f0f0f0;
}

.top-left-mobile a {
    margin-right: 10px;
}

/*******************End of Red Strip******************/

/*******************Enquire Now Button******************/

.enquire-now-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #dc1620;
    color: white;
    padding: 16px 14px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1050;
    transition: background-color 0.3s;
}

.enquire-now-btn:hover {
    background-color: #b0121a;
}



/*****************Whatsapp Icon**********************/

 /* for desktop */
 .whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 10000;
}

.whatsapp-icon {
    margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }

    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
}


/*************CSS for Services Section************************/

.service-boxes-section {
    border: 1px solid #EC8494;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.homelengo-categories {
    height: 280px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}

.homelengo-categories:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.homelengo-categories .icon-box i {
    font-size: 42px;
    color: #FD3535;
}

.homelengo-categories h6 {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 8px;
}

.homelengo-categories p {
    font-size: 14px;
    color: #666;
}

.featured-property
{
    font-size: 25px;
    font-weight: bold;
}

/* Make the red top bar fixed */
.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 777;
    background-color: #FF0000;
}

/* Make the main header fixed just below the red bar */
#header.header-fixed {
    position: fixed;
    top: 40px; /* Adjust height based on red bar height */
    left: 0;
    right: 0;
    z-index: 7777;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Prevent content from hiding behind fixed headers */
body {
    padding-top: 120px; /* Adjust based on total header height (red bar + menu) */
}

.modal-dialog {
  margin-top: 120px !important; /* Adjust this value as needed */
}

.top-right a i {
    margin-right: 8px;
}


.mobile-menu
{
    z-index:99999 !important;
}

#budget_dropdown {
    padding: 10px 15px;
    height: 48px;
    border-radius: 8px;
    border: 0px solid #ccc;
    font-size: 15px;
    color: #333;
    width: 100%;
    background-color: #fff;
    appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;
}

#budget_dropdown:focus {
    border-color: #FF0000;
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
    outline: none;
}

.nice-select {
    padding: 10px 15px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #333;
    width: 100%;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;
}

.nice-select:focus,
.nice-select.open {
    border-color: #FF0000;
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
    outline: none;
}

.nice-select .list {
    border-radius: 8px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-top: 5px;
    z-index: 1000;
}

.nice-select .option {
    padding: 10px 15px;
    font-size: 15px;
}

.nice-select .option:hover,
.nice-select .option.selected {
    background-color: #f3f3f3;
}

/* Wrapper container positioning */
.group-ip {
    position: relative;
  }
  
  /* Dropdown container */
  #location-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin-top: 5px;
    max-height: 220px;
    overflow-y: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
  }
  
  /* Each suggestion item */
  #location-suggestions a.dropdown-item {
    padding: 10px 20px;
    padding-right: 25px; /* space for scrollbar */
    color: #333;
    text-decoration: none;
    display: block;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
  }
  
  #location-suggestions a.dropdown-item:hover {
    background-color: #f5f5f5;
    color: #000;
  }
  
  /* Disabled message (like "No results found") */
  #location-suggestions a.disabled {
    color: #999;
    pointer-events: none;
  }
  
  /* Scrollbar for WebKit (Chrome, Edge, Safari) */
  #location-suggestions::-webkit-scrollbar {
    width: 2px;
  }
  
  #location-suggestions::-webkit-scrollbar-track {
    background: #ffffff; /* matches dropdown background */
    border-radius: 12px;
  }
  
  #location-suggestions::-webkit-scrollbar-thumb {
    background-color: #ff0000; /* red to match Search button */
    border-radius: 12px;
  }
  
  #location-suggestions::-webkit-scrollbar-thumb:hover {
    background-color: #cc0000;
  }
  
  /* For Firefox scrollbar (optional fallback) */
  #location-suggestions {
    scrollbar-width: thin;
    scrollbar-color: #ff0000 #ffffff;
  }
  
  .textred
  {
   color:#ff0000;
  }
  

/* Normal icon color */
.single-property-overview .box-icon i {
    color: #ff0000 !important;
    transition: color 0.3s ease !important;
}

/* On hover - icon becomes white, background red */
.single-property-overview .box-icon:hover {
    background-color: #ff0000 !important;
    color: #fff !important;
}

.single-property-overview .box-icon:hover i {
    color: #fff !important;
}



.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .custom-modal-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
  }
  
  .custom-modal-content h5 {
    margin-bottom: 20px;
  }
  
  .close-modal {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
  }
  
  .share-icons a,
  .share-icons button {
    display: block;
    margin: 10px auto;
    font-size: 16px;
    padding: 10px 15px;
    background: #f8f9fa;
    border: none;
    border-radius: 5px;
    color: #333;
    width: 90%;
    text-align: left;
    text-decoration: none;
  }
  
  .share-icons a i,
  .share-icons button i {
    margin-right: 10px;
  }
  
  .share-icons a:hover,
  .share-icons button:hover {
    background-color: #e0e0e0;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
  }

  

  .wrapper-privacy {
    font-family: "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    padding: 20px;
    text-align: justify;
}

.wrapper-privacy p {
    margin-bottom: 15px;
}

.wrapper-privacy strong {
    color: #ff0000; /* Red for emphasis */
    font-weight: 600;
}

.wrapper-privacy h1,
.wrapper-privacy h2,
.wrapper-privacy h3,
.wrapper-privacy h4,
.wrapper-privacy h5,
.wrapper-privacy h6 {
    color: #ff0000;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.wrapper-privacy ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.wrapper-privacy li {
    margin-bottom: 8px;
}



/******************CSS for Testimnial************************/

/* Add to your stylesheet */
.box-tes-item {
    min-height: 340px; /* Adjust as needed */
    max-height: 340px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-tes-item .note {
    flex-grow: 1;
    overflow: auto;
    text-align: justify;
    margin-bottom: 20px;
}

.box-tes-item .box-avt {
    margin-top: auto;
}

/* Optional: Smooth scrollbar for overflow text */
.box-tes-item .note::-webkit-scrollbar {
    width: 4px;
}
.box-tes-item .note::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .box-tes-item {
        min-height: auto;
        max-height: none;
    }
}



  