:root {
    --primary-gradient: linear-gradient(135deg, #4f46e5, #7c3aed);
    --secondary-gradient: linear-gradient(135deg, #3b82f6, #2563eb);
    --text-color: #005ba8;
    --bg-color: #0556a7;
}
.gall_wrap {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 430px) {
    .pric-text {
        top: 20px;
    }
    .gall_wrap .img_description {
        width: 88%;
        height: 97%;
    }
    .blog_divider .bimg, .blog_divider .bimg img {
        min-height: 165px !important;
    }
}
title, title.capital, h2{text-transform: capitalize !important;}
.content.prop_card {
    cursor: pointer;
}
.blog_divider {
    margin: 10px 0px;
    border-radius: 15px;
    background-color: #e6edf5;
}
.blog_divider .bimg {
    padding: 0px; 

}
.blog_divider .bimg img {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
/*.blog_divider .bimg, .blog_divider .bimg img {
    min-height: 256px;
}*/
.blog_divider .bside {
    padding: 15px;
}
.blog_divider:hover {
    box-shadow: 0px 5px 12px 2px #3577b775;
}
.post-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #eee;
    font-size: 13px;
}
.nav-btn {
    padding: 10px 15px;
    background: #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}
.nav-btn:hover {
    background: #e0e0e0;
}
.nav-btn.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.blog-header {
    position: relative; /* Needed for absolute positioning of the overlay */
    height: 400px !important;
    background-size: cover;
    background-position: center;
}

/* Dark overlay using pseudo-element */
.blog-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* Black with 60% opacity */
    z-index: 1;
}

/* If you have content inside .blog-header that needs to appear above the overlay */
.blog-header > * {
    position: relative;
    z-index: 2;
}
.navigation .brand {
    position: fixed;
    left: 40px;
}
ul.hamburger_link {
    list-style: none;
    display: flex;
    margin-top: 100px;
    padding-left: 80px;
}
ul.hamburger_link span {
    padding: 0 5px;
}
ul.hamburger_link li {
    /*margin-top: 50px;*/
    font-size: 12px;
}
ul.side_cats, ul.side_resent {
    list-style: none;
    margin: 0px;
}
.sidebar {
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 10px;
}
.blog_cats, .resent_blogs, .lead_form {
    margin: 15px 0px;
}
.resent_blogs .imgs {
    padding: 0;
}
.resent_blogs .imgs img {
    border-radius: 7px;
}
ul.side_cats li {
    margin: 5px 0px;
}
.side_sectits {
    width: 100%;
    background-color: cornflowerblue;
    color: #fff;
    padding: 10px;
    margin: 12px 0px;
    border-radius: 6px;
}
.resent_blogs h3, .lead_form h3 {
    width: 100%;
    background-color: cornflowerblue;
    color: #fff;
    padding: 10px;
    margin: 15px 0px;
    border-radius: 6px;
}
.prop_card .price {
    font-size: 18px;
    font-weight: 700;
}
ul.side_resent li {
    margin: 5px 0px;
}
ul.side_resent .title p {
    font-size: 12px;
    font-weight: 700;
    line-height: 13px;
}
ul.side_resent .title span {
    font-size: 10px;
    line-height: 11px;
}
#blog_pages {
    padding-top: 15px;
    padding-bottom: 130px;
}
small.img_caption {
    font-size: 10px;
    margin-top: -15px;
    color: #7c7c7c;
}
.bimg a img {
    margin-bottom: 0px;
}
.bimg img {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 20px;
}
.blog_divider h2 {
    margin-bottom: 10px;
}
.blog_divider h2 {
    margin-bottom: 25px;
    font-size: 25px;
}
#blog_display h1, #blog_display h2, #blog_display h3, #blog_display h4, #blog_display h5, #blog_display h6, #blog_display a, #blog_display small, #blog_display span, #blog_display label, #blog_display strong, #blog_display p {
    font-family: math;
}
.description ul {
    list-style: none;
}
input#searchInput {
    padding: 10px;
    font-size: 15px;
    border-radius: 10px;
}
.search-results-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.search-results-list li {
    padding: 5px 0;
    border-bottom: 1px solid #6495ed;
}
.search-results-list li:last-child {
    border-bottom: none;
}
.search-results-list a {
    color: #333;
    text-decoration: none;
}
.search-results-list a:hover {
    color: #0066cc;
    text-decoration: none;
}
h1.blog_title {
    font-size: 3em;
    text-align: center;
}
strong.meta_detail {
    font-size: 15px;
    top: -18px;
    color: #7c7c7c;
    position: relative;
}
.blog_descrip {
    text-align: justify;
    font-family: 'Roboto';
    font-size: 14px;
    color: #000000;
}
.blog_descrip ul {
    margin: 0px 15px;
}
strong.page-tite {
    font-size: 35px;
    color: #00fdff;
}
strong.adres {
    font-size: 25px;
    color: #fff;
}
.blog_descrip a.hover-effect {
    color: #574dff;
    font-weight: 800;
}
.blog_descrip h2 {
    font-size: 25px;
    margin: 30px 0px 20px 0px;
}
.blog_descrip h3 {
    font-size: 18px;
    margin: 20px 0px 10px 0px;
}
/*.sidebar {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}*/


@media only screen and (max-width: 768px) {
    ul.hamburger_link {
        display: none;
    }
    .navigation .brand {
        left: 15px;
    }
    #form-hero {
        text-align: center;
    }
    #overview, #amenities, #commercial_projects, #overview, #features, #highlights, #hot_projects, #price, #payplan, #residental_projects {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    /*#page-header .hero-section.residential {
        max-height: 300px !important;
        min-height: 300px !important;
        height: 300px !important;
    }*/
    .navbar-container input[type=checkbox] {
        height: 30px;
        width: 40px;
        top: 7px;
        right: 15px;
    }
    .navigation .brand {
        padding-top: 8px!important;
    }
    .navbar-container .hamburger-lines {
        height: 24px;
        width: 30px;
        top: 15px;
    }
    .navbar-container {
        height: 50px;
    }
    .navbar .menu-items {
        margin-top: 0px;
    }
    .bimg img {
        margin-bottom: 0px;
    }
    strong.meta_detail {
        font-size: 12px;
        top: -5px;
    }
    .blog_descrip p {
        line-height: 1.5;
    }
    h1.blog_title {
        font-size: 1.4em;
        margin-top: 100px;
        padding: 2px 10px;
    }
    .img_caption {
        display: none;
    }
    .col-lg-6.col-md-6.col-xs-12.mx-auto.btxt {
        margin-bottom: 25px;
    }
    #blog_pages {
        padding-top: 10px;
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 350px) {    
    .img_description {
        padding: 5px 15px!important;
    }
    .img_description h4 {
        font-size: 22px!important;
    }
    .img_description .txt-hed, .img_description .txt-txt {
        font-size: 20px!important;
    }
}

@media (min-width: 1200px) {
    .navigation .container {
        width: 75%;
    }
}


.disclaimer_text.block {
    padding: 100px 150px 80px 100px;
    overflow: hidden;
    position: relative;
}
.disclaimer_text h1 {
    font-size: 4em;
    margin-top: 50px;
    margin-bottom: 0px;
}
.disclaimer_text h2 {
    margin-top: 50px;
    margin-bottom: 10px;
}
.bottom {
  width: 100%;
  overflow: hidden;
  color: #fff;
  padding: 10px;
}

#popEnquiry:disabled, #saveEnquiry:disabled {
    background-color: #ff6b6b !important;
    cursor: not-allowed !important;
}