:root {
    --primary-color: #0e66ac;
    --secondary-color: #000000;
}
html { scroll-behavior: smooth; }
* {
    /* Firefox scroll bar styles */
    scrollbar-color: #888888 #f1f1f1;
    scrollbar-width: thin;
}
a {
    text-decoration: none;
    color: var(--primary-color);
}
a:hover { color: var(--secondary-color); }
/* Scroll bar */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover { background: #555; }
.navbar {
    background-color: #823a4a;
    padding: 0px !important;
}
.navbar-brand {
    padding: 0px !important;
    position: relative;
    width: 200px;
}
.navbar-brand img {
    max-height: 58px;
    background: #fff;
    padding: 11px;
}
.navbar .nav-link { color: #ffffff !important; }
.navbar-light .navbar-toggler {
    padding: 6px 16px 4px 16px;
    color: #fff;
    border-color: #fff;
}
.navbar-toggler:focus { box-shadow: none; }
.navbar-placeholder { height: 56px; }
.col-md-9.carousel-wrapper { padding: 0 !important; }
.banner-form-wrapper {
    background-color: #f4f6f8;
    padding: 0 !important;
}
.banner-form-scroll { padding: 0 15px !important; }
.banner-form-heading {
    color: #823a4a;
    margin: 12px 0 !important;
}
.card.banner-form-card {
    border: 0;
    background: #093028;  /* fallback for old browsers */
    background: -webkit-linear-gradient(var(--primary-color), var(--secondary-color));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(var(--primary-color), var(--secondary-color)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
    margin: 18px 0px 24px !important;
    animation: zoominoutsinglefeatured 2s infinite;
}
.input-group-text {
    background: #823a4a;
    color: #ffffff;
    border-color: #823a4a;
}
.btn { border-radius: 20px; }
.btn:focus { box-shadow: none; }
.btn-outline-light:hover { color: var(--primary-color); }
.btn-primary {
    background-color: #823a4a;
    border-color: #823a4a;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
img.about-hero { width: 100%; }
section .heading::after {
    content: "";
    display: block;
    width: 100px;
    border-top: 2px dashed #823a4a;
    margin: 15px auto;
}
#config {
    background: #000428;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #004e92, #000428);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #af5b62, #55415a) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}
#config h2 { color: #fff; }
#config .table {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 40px;
    border-top: 0px;
}
#config .table th, #config .table td {
    text-align: center;
    border-top: 0px;
}
#config .table td { border-bottom: 0; }
.alt-bg { background-color: #f4f6f8; }
#map {
    padding-left: 0px;
    padding-right: 0px;
}
#gmap_canvas {
    width: 100%;
    height: 400px;
}
.godrej-logo { max-height: 60px; }
footer {
    background-color: #333;
    color: #eee;
    padding: 20px 0 40px;
}
.modal-content { border-radius: 20px; }
.modal-header {
    padding: 10px 16px;
    border: 0;
}
/* Mobile view fixed bottom section */
.contact-section {
    background-color: var(--primary-color);
    box-shadow: 7px 5px 30px #0e66ac15;
}
.contact-section .w-50p {
    width: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.contact-section .w-50p:last-child { border: 0; }
.contact-section a {
    display: block;
    padding: 8px 12px;
    color: #ffffff;
}
.highlights .item {
    background-color: #823a4a;
    color: #ffffff;
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
}
.form-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (min-width: 1024px) {
    .navbar-brand img {
        max-height: 60px;
        position: absolute;
        top: -30px;
    }
    .navbar .nav-link {
        padding: 16px 10px !important;
        transition: background-color 0.6s;
    }
    .navbar .nav-link:hover { background-color: deepskyblue; }
    .banner-form-scroll {
        /* overflow-y: auto; */
        max-height: 550px;
    }
    footer { padding: 20px 0; }
    img.about-hero {
        width: 70%;
        max-height: 400px;
    }
    
}
@media screen and (max-width: 576px){
    .logos{
        display: none !important;
    }
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.8, 0.8);
    }
    50% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(0.8, 0.8);
    }
}

#floor_plans_imgs{
     -webkit-filter: blur(3px);
    filter: blur(3px);
}

.logos{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #0e66ac0f;
    justify-content: space-around;
    border-radius: 20px;

}
.info{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: white;
    border-radius: 5px;    
    background: linear-gradient(to bottom, #0e66ac 0%, #000000 100%);
    animation: zoominoutsinglefeatured 2s infinite;
}
.navbar-nav a{
    font-size: 20px;
}