/* Add your custom css in this file */

@media (min-width: 768px) and (orientation: landscape) {
    .site-header {
        margin-top: 18px;
    }
    
    .menu-prefix {
        display: block; /* Show the menu-prefix div on landscape tablets and desktops */
    }
}

.site-header .site-logo {
    margin-bottom: 0;
}

.phone-nav {
    background-color: #0dbae8;
}

.button-menu-reveal {
    display: block;
    background-color: #0dbae8;
}

.header-variation-one .site-main-nav {
    background-color: #fff; /* Background color for main navigation */
}

/* Hide the menu-prefix div by default */
.menu-prefix {
    display: none;
}

.banner-image {
    height: 900px !important;
    width: 100% !important; /* Corrected from 100%px to 100% */
    position: relative; /* Allows positioning of child elements */
}

.banner-link {
    position: relative; /* Ensures absolute positioning of children */
    display: block; /* Makes the link fill the parent */
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px; /* Space around text and button */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    border-radius: 25px; /* Rounded corners */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5); /* Shadow effect */
    text-align: center; /* Center text and button */
    backdrop-filter: blur(1px); /* Fuzzy background effect (choose based on design) */
}

.banner-title {
    color: white; /* Adjust as needed */
    font-size: 3em; /* Adjust size as needed */
    margin: 0; /* Remove default margin */
}

.transparent-button {
    margin-top: 10px; /* Space between title and button */
    padding: 10px 20px;
    border: 2px solid yellow; /* Yellow border */
    background-color: transparent; /* Transparent background */
    color: yellow; /* Text color */
    cursor: pointer;
}

.red {
   color:red;
}

.front-page-prop-thumb {
    height : 214px;
    width : 285px;
}

.footer-logo {
     margin-bottom: 1px;
}

.image-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
}

.icon-container {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        background-color: rgba(229, 229, 229, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
}

.icon-container img {
        max-width: 100%;
        max-height: 100%;
}
    
.property-image-thumbnail {
    height : 327px !important; /* Adjusted height for consistency */
    width : 360px !important;    
}

.page-head {
   height: 300px;
}

.page-title {
   margin-top: 60px;
   margin-left: 400px;
}

.site-content {
   margin-top:80px;
}

.slider_image {
   height : 570px !important;
   width : 760px !important;  
}

.gallery-image {
   height : 372px !important;
   width : 555px !important;  
}


/* Whatsapp floating icon */

.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:100;
}

.my-float{
    margin-top:16px;
}
