body {
    font-family: 'Poppins', Arial, sans-serif;
    background: #F7F8FA;
    color: #222;
    margin: 0;
    padding: 0;
}
.text-black {color: #000 !important;}
.radius10 {border-radius: 10px;}
.bg-black {background-color: #000 !important;}
.rem2{font-size: 2rem;}
.fw500{font-weight: 500 !important;}
.circle{margin-right: 5px; border: 1px solid #000 !important; border-radius: 50% !important; width: 50px !important; height: 50px !important; display: flex !important; align-items: center !important; justify-content: center !important;}
.btn-primary{background-color:#FC2C25  !important; color:#fff !important; border:none !important; box-shadow:0 4px 16px rgba(30,144,255,0.13) !important; transition:background 0.2s !important;}
.btn-primary:hover {background: #1769aa !important;}
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: transparent !important;
}
.navbar-brand img {height: 125px;}
.navbar-nav .nav-link {
    color: #fff !important;
    font-size: 1rem;
    margin-left: 5px;
    font-weight: 500;
    transition: color 0.2s;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    color: #FC2C25;
}
.navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
.hero-section {
    position: relative;
    min-height: 700px;
    padding-top: 0;
    margin-top: 0;
}
.page-banner{min-height: 350px; max-height: 350px;}
.page-banner .content{padding-top: 150px !important;}
.hero-section .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}
.hero-section .content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 350px;
    padding-bottom: 80px;
    text-align: center;
}
.hero-section h1 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 18px;
}
.hero-section p.lead {
    font-size: 1.35rem;
    font-weight: 400;
    margin-bottom: 32px;
}
.hero-section .btn-primary {
    border-radius: 30px;
    padding: 12px 36px;
    font-size: 1.1rem;
    font-weight: 500;
    box-shadow: 0 4px 16px rgba(30,144,255,0.13);
}
.card{background-color: #f8f9fa;}
.build-img{width:150px !important;border-radius:50% !important; border:1px solid #FC2C25;}
.top-developers .card-img {height: 150px;}
.top-developers .card{border:none !important}
.featured-gurugram{
    background: linear-gradient(180deg, #fff 40%, #f44336 125%) !important;
}
.featured-gurugram .card {
    transition: box-shadow 0.2s;
    border-radius: 18px;
    background: #fff;
}
.featured-gurugram .card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}

.btn-light{
    background-color: #FC2C25 !important;
    color: #FFF !important;
    border: 2px solid #FFF !important;
    height: 4rem !important;
    font-size: 2rem;
    width: 4rem !important;
    border-radius:50%;
}
#gurugram-carousel .rounded{border-radius: 5% !important;}
#gurugram-carousel .card{background-color: #FC2C25;}
#gurugram-carousel img {height:350px; object-fit:cover;}
.startfrom{
    bottom:20px; 
    background-color: rgba(0,0,0,0.5);
    border-radius: 5%;
}
.owl-dots {
  text-align: center;
  margin-top: 15px;
}
.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ccc !important;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.owl-dot.active {
  background: #FFF !important;
}
.owl-carousel .owl-item img.property-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
.owl-carousel .owl-item img.calling-icon {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
}
.expert-realestate-section{
    background-color: #000;
    color: #fff;
}
.stats-section{background-color: #FC2C25;color:#fff}
.stat-block{background: #FC2C25;color: #FFF;height: 150px;}
.testimonials-section{background: linear-gradient(180deg, #fff 40%, #f44336 125%) !important;}
.our-team-section{background-color: #000;color:#fff}
.contact-gradient-section {
    background: linear-gradient(180deg, #fff 40%, #f44336 125%) !important;
    border: #f44336 1px solid !important;
    border-radius: 5%;
}
.contact-gradient-section label {
    color: #222;
    font-size: 1rem;
}
.contact-gradient-section .form-control {
    border-radius: 8px;
    border: 1px solid #eee;
    background: #fafafa;
    font-size: 1rem;
}
.contact-gradient-section .form-control:focus {
    border-color: #f44336;
    box-shadow: 0 0 0 0.1rem rgba(244,67,54,.15);
}
.contact-button{
    background: linear-gradient(90deg, #f44336 0%, #ff7961 100%); color: #fff; font-weight: bold; border-radius: 8px; font-size: 1.1rem;
}
.successCard {background: #31ac4e;}
.footer {
    background: #1A2236;
    color: #fff;
    padding: 22px 0;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.2px;
}
.search-button{padding-top: 3px;padding-bottom: 3px;}
@media (max-width: 767.98px) {
    .featured-gurugram .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-gradient-section .card {
        padding: 1.5rem 0.5rem;
    }
}