html,
body {
  font-family: "Open Sans", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul{
    margin:0px;
    padding:0px;
}
 

/* Contact Button */
.contact-btnright {
 position: fixed;
    top: 40%;
    right: -26px;
    background: #27a2ca;
    color: #fff;
    padding: 12px 20px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 600;
    z-index: 999;
    transition: background 0.3s;
    transform: rotate(270deg);
}
.contact-btnright:hover {
  background: #995a71c7;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #99516c;
    border-color: var(--bs-btn-hover-border-color);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background: #c04773c7;
}
/* Contact Panel */
.contact-panel {
  position: fixed;
  top: 255px;
  right: -100%;
  width: 350px;
  height: auto;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0,0,0,0.1);
  transition: right 0.4s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

/* Active State */
.contact-panel.active {
  right: 0;
}

/* Header */
.contact-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0d58a5;
  color: white;
  padding: 15px 20px;
}
.contact-header span {
  font-size: 24px;
  cursor: pointer;
}

/* Form */
.contact-formright {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.contact-formright label {
  margin-top: 10px;
  font-weight: bold;
}
.contact-formright input,
.contact-formright textarea {
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
}
.contact-formright button {
  margin-top: 20px;
  padding: 10px;
  background: #0d58a5;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}
.contact-formright button:hover {
  background: #0b5ed7;
}

.whatsapp {
    border-radius: 50%;
    bottom: 111px;
    box-shadow: 0 3px 6px #00000029, 0 3px 6px #0000003b;
    cursor: pointer;
    position: fixed;
    right: 10px;
    width: 60px;
    z-index: 9;
}
.whatsapp img {
    max-width: 100%;
}
.custom-big-modal {
    max-width: 95% !important;
}


/* Navbar section start */
 
.ml-auto {
    margin-left: auto !important;
}
.nav-link {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px; 
    color: rgb(0, 0, 0);
}
.nav-link .fa {
    font-size: 13px;
    margin-left: 6px;
}
li.nav-item.dropdown1 ul {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 64px;
    opacity: 0;
    transform: translateY(2em);
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    padding: 0;
    border: none;
    border-radius: 0;
    z-index: 3 !important;
}
ul li::marker { content: ''; }
li.nav-item.dropdown1:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
ul.dropdown-menu1 li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.dropdown-menu1 li a {
    opacity: 1;
    display: block;
    background: #ffffff;
    color: #454545 !important;
    padding-left: 20px;
    height: 46px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}
    .dropdown-menu1 li a:hover {
        background: #bb852e;
        color: #ffffff !important;
        padding-left: 25px;
    }
.nav-link:focus, .nav-link:hover {
    color: rgb(255, 255, 255);
}
.navbar-nav .nav-link.active:hover {
    color: rgb(243 243 243);
}

.godrej-hero {
    background: #269fd2b5;
    padding: 42px 70px;
    width: fit-content;
    border: 1px dashed white;
    border-radius: 22px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 71%);
}
 .fi {
      width:62px;
      height:62px;
      border-radius: 12px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-size:1.35rem;
      flex-shrink:0;
      color:#fff;
    }
    .fi.geo { background: linear-gradient(135deg, #0d6efd, #3b82f6); }
    .fi.home { background: linear-gradient(135deg, #f97316, #fb923c); }
    .fi.brand { background: linear-gradient(135deg,#06b6d4,#14b8a6); }
    .fi.layout { background: linear-gradient(135deg,#7c3aed,#a78bfa); }
    .fi.green { background: linear-gradient(135deg,#10b981,#34d399); }
    .fi.club { background: linear-gradient(135deg,#0ea5e9,#60a5fa); }
    .fi.sec { background: linear-gradient(135deg,#64748b,#94a3b8); }
    .fi.plan { background: linear-gradient(135deg,#f97316,#fda4af); }
a.nav-link {
    padding: 15px 20px !important;
    position: relative;
}
.nav-link:before {
    content: "";
    position: absolute;
    border: 1px solid #dddddd;
    height: 26px;
    right: -3px;
    top: 13px;
}
.m3m-mansion-section.about-us1 {
    box-shadow: 0 2px 6px rgb(0 0 0 / 45%); 
}
.nav-link:hover {
    background: #25a0ce;
    padding: 15px 20px !important;
} 
    .navbar-expand-lg { 
        padding: 4px 0;
    border-bottom: 2px solid #26a3cf;
    }
.dropdown {
    display: none;
}

dropdown-menu {
    display:none;
}
.dropdown1 {
    display: block;
    margin-right: 14px;
}
.dropdown-menu1{
    display:block;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(3, 3, 3);
    position: relative;
    padding: 0;
} 
    .lorem {
        height: 800px;
        width: 80%;
        text-align: center;
        margin: 50px auto;
    }
  
.header {
    position: absolute; 
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #ffffff;
} 
.sticky {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background: black;
}
.hero-section {
  background: url("../images/Aipl-103-gurgaon-banner-image.webp") no-repeat center center/cover;
  position: relative;
    height: 760px;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    padding: 0 150px;
    padding-top: 165px !important;
}  
 .hero-section.riviera{
  background: url("../images/aipl-riviera-banner.webp") no-repeat center center/cover;
 }

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.55);   */
  background-image:linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, #00000030 100%);
  z-index: 0;
}
.owl-carousel .owl-item img {
    display: block;
    width: 84%!important;
    margin: 0 auto;
}
.hero-section .container-fluid {
  position: relative;
  z-index: 1;
}
.Coming-Soon.Featured {
    background: #ffb300;
    color: black;
}
.hero-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-section p {
  font-size: 1.1rem;
  max-width: 700px;
}

.form-box {
  border-top: 4px solid #25a2d1;
}

.form-control {
  border: 1px solid #c9c9c9;
  padding: 13px;
}

.right-form-home span {
  font-size: 21px;
    color: #3685bc;
    font-weight: 600;
    margin: 0 auto;
    display: table;
    text-transform: uppercase;
}

.btnhd {
  padding: 9px 50px;
  background: #222021;
  border: navajowhite;
  margin: 0 auto;
  display: table;
}

.btn-number a { 
  font-weight: 700;
    font-size: 36px;
    margin-left: 4px;
}
.lead {
    font-size: 20px;
    font-weight: 500;
}
.features-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
i.fa-regular.fa-circle-check {
    color: #25a2cd;
    font-size: 16px;
}
.feature-box {
    flex: 1 1 calc(30% - 25px);
    min-width: 220px;
    max-width: 426px;
    background: #fff;
    border-radius: 12px;
    padding: 8px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.feature-box p {
    margin: 0;
    text-transform: capitalize;
}
.feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}


.feature-box1 {
    flex: 1 1 calc(13% - 15px);
    min-width: 210px;
    max-width: 196px;
    background: #fff;
    border-radius: 12px;
    padding: 8px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.feature-box1 p {
    margin: 0;
    text-transform: capitalize;
}
.feature-box1:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.feature-box2 {
    flex: 1 1 calc(13% - 15px);
    min-width: 285px;
    max-width: 378px;
    background: #fff;
    border-radius: 12px;
    padding: 8px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.amenity-icon1 {
    width: 100px;
    height: 54px;
    margin: 0 auto;
    border-radius: 50%;
    background: #0f1010;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 23px;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.feature-box2 p {
    margin: 0;
    text-transform: capitalize;
}
.feature-box2:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.location-list1 li i {
    width: 30px;
    height: 30px;
    background: #27a1cd;
    padding: 2px 10px;
    color: white;
    margin-right: 14px;
}

.Explore-manesar {
    display: block;
    list-style: none;
    position: relative;
    margin: 50px 0;
    padding: 0;
}
.Explore-manesar:before {
    width: 100px;
    height: 2px;
    background: #58aed7 !important;
    position: absolute;
    top: -25px;
    left: 0;
    content: "";
}
.Explore-manesar li {
    display: block;
    list-style: none;
    position: relative;
    background: white;
    margin: 9px;
    padding: 6px 24px;
    color: black;
    border-right: 10px solid black;
}
.Explore-manesar li i {
    color: #58aed7 !important;
    position: absolute;
    left: 0;
    top: 6px;
    font-size: .9em;
    padding-left: 5px;
}
.Explore-manesar:after {
    width: 100px;
    height: 2px;
    background: #58aed7 !important;
    position: absolute;
    bottom: -25px;
    left: 0;
    content: "";
}
.dd-icon-right {
    position: relative;
}
.dd-icon-right:before {
    position: absolute;
    content: "";
}
.dd-icon-right:before {
    width: 2px;
    height: 10px;
    -webkit-transform: translateX(-4px) translateY(-50%);
    -ms-transform: translateX(-4px) translateY(-50%);
    transform: translateX(-4px) translateY(-50%);
}
    .dd-icon-right:before, .dd-icon-right::after {
        background: #ffffff;
        top: 50%;
        right: 0px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .dd-icon-right::after {
        position: absolute;
        content: "";
    }
    .dd-icon-right:after {
        width: 10px;
        height: 2px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
.navbar .collapse ul li:hover > a::before {
    opacity: 0;
    -webkit-transform: translateX(-4px) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-4px) translateY(-50%) rotate(90deg);
    transform: translateX(-4px) translateY(-50%) rotate(90deg);
}
a.navbar-brand img {
    width: 125px;
}


.navbar-toggler.collapsed .icon-bar.top-bar {
    width: 30px;
    height: 2px;
    background: rgb(0, 0, 0);
    position: absolute;
    right: 13px;
    top: 20px; 
    transform: rotate(0deg);
}
.navbar-toggler.collapsed .icon-bar.middle-bar {
    width: 30px;
    height: 2px;
    background: rgb(0, 0, 0);
    position: absolute;
    right: 13px;
    top: 10px; 
    transform: rotate(0deg);
}
.navbar-toggler.collapsed .icon-bar.bottom-bar {
    width: 30px;
    height: 2px;
    background: rgb(0, 0, 0);
    position: absolute;
    right: 13px;
    top: 30px; 
    transform: rotate(0deg);
    opacity: 1;
}

.navbar-toggler .icon-bar.top-bar {
    width: 30px;
    height: 2px;
    background: rgb(0, 0, 0);
    position: absolute;
    right: 13px;
    top: 47px; 
    transform: rotate(131deg);
}
.navbar-toggler .icon-bar.middle-bar {
    width: 30px;
    height: 2px;
    background: rgb(0, 0, 0);
    position: absolute;
    right: 13px; 
    transform: rotate(227deg);
}
.navbar-toggler .icon-bar.bottom-bar {
    width: 30px;
    height: 2px;
    background: rgb(0, 0, 0);
    position: absolute;
    right: 13px; 
    transform: rotate(227deg);
    opacity: 0;
}
.navbar-phone a {
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    padding: 10px;
    color: white;
    border-radius: 3px;
    background-color: #25d366;
    margin-top: 2px;
    display: inline-block; 
}
a.header-whatsap i {
    font-size: 21px;
    color: white;
    margin: 0;
}

/* About Us section start */

.location-title {
    font-size: 22px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.section-text {
    line-height: 1.8;
}
/* Top-Bottom Animation */
@keyframes bounceTopBottom  {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.animate-bounce i {
  animation: bounceTopBottom 1.5s infinite ease-in-out;
}
.m3m-mansion-section img {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 11px;
    border-radius: 0px 95px;
    transition: all 0.6s ease;
}
.m3m-mansion-section img:hover{
   transform: scale(1.05); 
}
.img-wrap img {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 5px; 
}
a {
    color: rgb(42 161 208);
    text-decoration: underline;
}
.highlight li {
    list-style: decimal;
    margin-bottom: 5px;
    padding: 7px;
    padding-left: 11px;
    border-left: 3px solid #1f57a3;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    background: #ffffff;
    font-size: 15px;
    transition: all 0.3s ease;
}
.highlight li:hover{
  transform: translateY(-8px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.highlight2 {
    background: #f5f5f5;
    padding: 22px;
}
.highlight2 .col-lg-7{
  padding-left: 66px;
}
.img-wrap img{
  transition: all 0.6s ease;
}
.img-wrap img:hover {
    transform: scale(1.05); 
    border-radius: 95px 0px;
}
.price-section .nav-link {
    color: #1f57a3;
    font-size: 17px;
    padding: 10px 20px !important;
    border: 1px solid #1f57a3;
    border-radius: 0;
}
.price-section .nav-link:hover {
    padding: 10px 20px !important;
    color: white;
}
.price-section .nav-link.active {
    background: #0a0a0a !important;
    color: white !important;
    padding: 10px 20px !important;
}
 

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc!important;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000!important;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
} 
.owl-nav button:focus {
    outline: none;
}
.owl-item {
  height: 300px !important; /* Adjust this value as needed */
  display: flex;
} 
#more {display: none;}
.styled-heading {
    position: relative;
    text-align: center;
    width: auto;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    background: #3dabcc;
    padding: 11px 40px;
    margin: 0 auto;
    display: table;
    margin-bottom: 32px;
}
.consecte {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #2d6daf;
    padding: 16px;
}
.Japnees{   
    border-left: 3px solid #1f57a3;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    background: #ffffff;
    font-size: 14px; 
    padding: 7px!important;
}
/* First line */
.styled-heading::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: #26a1cf;
}

/* Second line */
.styled-heading::after {
    content: "";
    position: absolute;
    bottom: -18px;  /* little gap */
    left: 50%;
    transform: translateX(-50%);
    width: 70px;      /* shorter for nice effect */
    height: 2px;
    background: #25a0cd;
}
#priceTabContent {
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}
.amenities-section {
    background: #f7f6f3;
}
.amenity-card {
    background: #fff;
    border-radius: 20px;
    padding: 17px 17px;
    text-align: center;
    transition: all 0.4s 
ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.amenity-card {
    background: #fff;
    border-radius: 20px;
    padding: 17px 17px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.amenity-icon {
    width: 55px;
    height: 54px;
    margin: 0 auto;
    border-radius: 50%;
    background: #b08b57;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    transition: background 0.3s 
ease, transform 0.3s 
ease;
    margin-bottom: 10px;
}
.amenity-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}
.amenity-card:hover .amenity-icon {
    background: #8c6d3d;
    transform: rotateY(180deg);
}
.amenitie i{
    font-size: 20px;
    line-height: 26px;
    margin-right: 8px;
}
.amenity-name {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: inline-block;
} 
.Enquirybtn2{
    border: 1px solid #d1cdcd;
    background: #4287b4;
    color: white;
}
.feature-box {
    transition: .25s ease;
    background: #fff;
    border: 1px dashed #31618666;
}
.feature-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
ul.highlight {
    margin-bottom: 28px;
}
.feature-icon {
    font-size: 23px;
    color: #397eb7;
}

.location1 {
    background: linear-gradient(135deg, #f3f1e8, #ffffff);
    border-radius: 15px;
}
.location-list1 li {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.5;
    position: relative;
    background: white;
    padding: 4px 10px;
    font-size: 14px;
}
.location {
    background: linear-gradient(135deg, #f3f1e8, #ffffff);
    border-radius: 15px;
}


.location h2 {
    position: relative;
    padding-bottom: 12px;
}

.location h2::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #c19a44;
    position: absolute;
    left: 0;
    bottom: 0;
}

.location-list {
    padding-left: 20px;
}

.location-list li {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.5;
    position: relative;
}

.location-list li::before {
    content: "✔";
    color: #c19a44;
    font-weight: bold;
    margin-right: 8px;
}

.location-list1 {
    padding-left: 20px;
}

.location-list1 li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 32px;
    position: relative;
}
.location1 img {
    border: 1px solid #259fca;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    background: white;
    padding: 15px;
    border-radius: 34px;
}
.project-infor1 img:hover {
    transition: 1s;
    transform: scale(1.5);
}
.project-heading1 {
    margin-bottom: 22px;
}
.project-heading1 h3 {
    font-size: 16px;
    text-decoration: none;
    background: #1f2122;
    display: inline-block;
    width: 100%;
    padding: 13px 0px;
    color: white;
    text-align: center;
}
.project-infor1 {
    position: relative;
    transition: 1s;
    overflow: hidden;
}

.location-list1 li::before {
    content: "✔";
    color: #c19a44;
    font-weight: bold;
    margin-right: 8px;
}

.location-img {
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: 0.3s ease;
}

.location-img:hover {
    transform: scale(1.03);
}
.disclaimer-section {
    background: #f8f8f8;
    border-top: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
    padding: 30px 0;
    border-radius: 8px 8px 0 0;
}

.disclaimer-section strong { 
    color: #343434; /* Premium Gold */
    font-size: 25px;
    margin: 0 auto;
    display: table;
}

.disclaimer-text {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    text-align: center; 
    margin: 0 auto;
}

.copy-text {
    font-size: 14px;
    color: #777;
}
img, svg {
    vertical-align: middle;
    max-width: 100%;
}
.header.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(49, 47, 47, 0.2);
}

.contact-map-section {
    background: #f7f7f7;
    border-radius: 10px;
}

.contact-box {
    background: #faf9f5;
    border-left: 4px solid #28a0cb;
}

.contact-link {
    color: #259fca;
    text-decoration: none;
    font-weight: 500;
}

.contact-link:hover {
    text-decoration: underline;
}

.map-box iframe {
    min-height: 330px;
}
.hero-left span {
        margin: 8px auto;
        width: fit-content;
        color: #ffc107;
        font-size: 20px;
        font-weight: 700;
    }
    .blink {
                -webkit-animation: blink .75s linear infinite;
                -moz-animation: blink .75s linear infinite;
                -ms-animation: blink .75s linear infinite;
                -o-animation: blink .75s linear infinite;
                 animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
                0% { opacity: 1; }
                50% { opacity: 1; }
                50.01% { opacity: 0; }
                100% { opacity: 0; }
}
.hero-left {
    font-size: 19px;
    margin: 5px 10px;
    border: 1px solid white;
    padding: 6px;
    background: #00000047;
    display: inline-block;
    font-weight: 600;
}
.project-infor {
    position: relative;
}
.project-infor img {
    width: 100%;
    height: 253px;
    object-fit: cover;
}
.Coming-Soon {
    position: absolute;
    top: 6px;
    left: 14px;
    font-size: 13px;
    background: #0e58a5d9;
    padding: 3px 6px;
    color: white;
    border-radius: 3px;
}
.project-heading {
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #2d6daf;
}
.project-heading h3 {
    font-size: 20px;
    text-decoration: none;
    background: #366cad;
    display: inline-block;
    width: 100%;
    padding: 7px;
    color: white;
}
.project-heading span {
    font-size: 14px;
    border: 1px solid #26262642;
    padding: 3px 14px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
}
.project-heading p {
    border-bottom: 1px solid #00000059;
    padding-bottom: 11px;
    margin: 4px;
    font-weight: 500;
}
.project-eqr {
    margin-bottom: 17px;
}
a.Enquire-Now {
    background: #2d6daf;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    color: white;
    border-radius: 3px;
}
a.View-Dts {
    background: #2d6daf;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    color: white;
    border-radius: 3px;
}
.accordion .accordion-item {
  border-bottom: 1px solid #ababab;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

.accordion {
  border: 1px solid #dfdfdf;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 20px;
  color: #0e58a5;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  color: black;
  font-size: 1.15rem;
  font-weight: 600;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 37px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #0e58a5;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 21px;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  margin: 23px 0;
  padding: 0em 20px;
  font-size: 17px;
  color: black;
  line-height: 31px;
}


@media (max-width: 768px) {
    .map-box iframe {
        height: 300px;
    }
}

.btn-number{
    display: none;
}

.btn-number i {
    margin-right: 8px;
    animation: ring 1.2s infinite  ease-in-out;
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-15deg);
  }

  30% {
    transform: rotate(10deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(5deg);
  }

  60% {
    transform: rotate(-5deg);
  }

  70% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
.btn-number {
    position: fixed;
    right: 10px;
    width: 60px;
    z-index: 9;
    bottom: 37px;
    display: block;
}
.btn-number1 {
        text-align: center;
        text-decoration: none;
        margin-top: 0px;
        border: 1px solid #d5d5d5;
        display: inherit;
        color: #5bc008;
        padding: 6px 6px;
        font-weight: 700;
        border-radius: 6px;
        transition: background 0.3s ease;
    }
        .btn-number1 i {
        margin-right: 3px;
    }
    .btn-number1 i {
    margin-right: 8px;
    animation: ring 1.2s infinite  ease-in-out;
    margin-top: 5px;
   }
    .btn-number1{
        display: none;
    }
.nav-link:focus  {
    color: rgb(71 171 203);
}

@media screen and (min-device-width: 1280px) and (max-device-width:1366px){
  
 .hero-section{
    padding: 0 60px;
 }
 .owl-carousel .owl-item img{
        width: 72% !important;
 }
 .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 0rem !important;
}
}

@media screen and (min-device-width: 1024px) and (max-device-width:1120px){
  .hero-section{
    padding: 0 18px;
  }
  
  .nav-link{
    font-size: 12px;
  }
  .btn-number1{
    display: none;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width:1020px){
.hero-section{
    height: 931px;
    padding: 0 12px;
}
.hero-section h1{
    font-size: 26px;
}
 .amenitie .feature-box {
        min-width: 180px;
        padding: 13px 2px !important;
    }
.highlight2 .col-lg-7 {
    padding-left: 18px;
}
.accordion button .accordion-title{
    padding-right: 40px;
}
.godrej-hero{
    padding: 18px 26px;
}
.owl-carousel .owl-item img { 
    width: 100%!important; 
}
 

.navbar-collapse{
    background: black;
}
 .hero-section.Majestic{
        height: 1069px;
    }
    .navbar-toggler .icon-bar.top-bar{
        top: 35px;
    }
    .nav-link{
        color: rgb(255 255 255);
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
        color: rgb(255 255 255);
    }
    .btn-number1 {
    display: block;
   }
   .navbar-toggler:focus { 
    box-shadow: none;
}
    .navbar-toggler{
        border: 1px solid white;
    }
    .navbar-phone.phone-mob{
        display: none;
    }

}




@media screen and (min-device-width: 320px) and (max-device-width:767px) {
    .navbar-brand img {
        display: block;
        width: 70px;
        margin-left: 0px;
    }
    .feature-box{
        max-width: 309px;
    }
    .card.shadow-lg h2 {
    font-size: 23px;
}
.contact-panel{
    right: -102%;
}
    thead.table-dark th {
    min-width: 173px;
}
    .navbar-toggler .icon-bar.top-bar{
        top: 23px;
    }
   
    .btn-number1{
        display:block;
    }
    .navbar-phone a{
        display: none;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
        color: rgb(255 255 255);
    }
    .nav-link{
        color: rgb(255 255 255);
    }
    .owl-carousel .owl-item img { 
    width: 65% !important; 
}
.Floorspl {
    margin-top: 54px;
}
    a.navbar-brand.mobilelogosnd{
        display: none;
    }
    .dd-icon-right:after {
        top: 20px;
        right: 0;
    }
    .nav-link.dd-icon-right.show:before {
        opacity: 0;
    }
    .navbar .collapse ul li:hover > .nav-link.dd-icon-right.show::before {
        opacity: 0;
    }
    .dd-icon-right:before {
        top: 20px;
        height: 10px;
    }
    .navbar .collapse ul li:hover > a::before {
        opacity: 3;
        -webkit-transform: translateX(-4px) translateY(-50%) rotate(90deg);
        -ms-transform: translateX(-4px) translateY(-50%) rotate(90deg);
        transform: translateX(-4px) translateY(-43%) rotate(182deg); 
    }
    li.nav-item.dropdown1 ul {
        width: 93%;
        margin-left: 5%;    
    }
    button:focus:not(:focus-visible) {
        box-shadow: none;
    }
    .collapsed .menu2{
        display:none;
    }
    .dropdown-menu1 {
        display: none;
    }
    .dropdown1{
        display:none;
    }
    dropdown-menu{
        display:block;
    }
    .dropdown {
        display: block;
    }

    dropdown-menu {
        display: block;
    }
    .navbar-nav .dropdown-menu { 
        position: static !important;
    }
    .lorem{
        width:auto;
    }
    .navbar-toggler {
        cursor: pointer;
        border: none;
        font-size: 31px;
    }

    .navbar {
        background: #ffffff;
        padding: 0px 5px;
    }
    .toogle-menu .fa{
        color:white;
    }
    li.nav-item { 
        border-bottom: 1px solid #ffffff4d;
    } 
    .nav-link {
        width: max-content;
        font-size: 14px;
    }
    .navbar-collapse {
        background: black;
        margin-top: 15px;
    }
    .navbar-nav .nav-link.active:before{
        display:none;
    }
    .text-center img {
        display:none;
    }
    a.nav-link {
        padding: 10px 22px !important;
        width: 94%;
    }
    .nav-link:hover {
        padding: 10px 22px !important; 
    }
    .navbar-section {
        border: none;
        margin: 4px 0;
    }
    .dd-icon-right:before {
        right: 0;
    }
    .hero-section{
        padding: 0px;
        height: 860px;
        padding-top: 70px !important;
    }
    .hero-section .p-5{
     padding: 1rem !important;
    }
    .hero-section h1{
       font-size: 19px;
        line-height: 30px;
    }
    .Explore-manesar{
        margin: 22px 0;
    }
    .Explore-manesar:before{
        top: -7px;
    }
    .Explore-manesar:after{
        bottom: -10px;
    }
    .hero-left{
        font-size: 13px;
    }
    .hero-left span{
        font-size: 16px;
    }
    .lead {
    font-size: 14px; 
}
.right-form-home span{
    font-size: 19px;
}
.form-control{
    line-height: 0.5;
}
 
a.navbar-brand img {
    width: 70px;
}
 .m3m-mansion-section.py-5 {
    padding-bottom: 0rem !important;
}
.highlight2 .col-lg-7 {
    padding-left: 0px;
}
.styled-heading{
    font-size: 18px;
    margin-bottom: 40px;
}
 .highlight2 .pb-5 {
    padding-bottom: 0rem !important;
}
.accordion button .accordion-title{
    padding-right: 43px;
    margin: 0px;
    font-size: 14px;
}
.location-title{
    font-size: 20px;
}
.accordion button[aria-expanded='true']+.accordion-content{
    max-height: fit-content;
}
.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 0rem !important;
} 
.godrej-hero{
    padding: 9px 10px;
}
i.fa-solid.fa-location-dot {
    margin-right: 7px;
}
}
