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: #0d58a5;
    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: #0056b3;
}

/* 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: 14px; 
    color: rgb(255 255 255);
}
.nav-link .fa {
    font-size: 13px;
    margin-left: 6px;
}
li.nav-item.dropdown1 ul {
    position: absolute;
    width: auto;
    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: #ededed;
}
.navbar-nav .nav-link.active:hover {
    color: #95a5a6;
}
a.nav-link {
    padding: 15px 25px !important;
}
.nav-link:hover {
    background: #bb852e;
    padding: 15px 25px !important;
}
.navbar-section {
    border: 1px solid #ffffff5c;
    border-left: 0;
    border-right: 0;
    background: #00000033;
}
.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(255 255 255);
    position: relative;
    padding: 0;
}
.navbar-nav .nav-link.active {
    background: #b98533;
    padding: 20px;
}
    .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;
} 
.sticky {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background: black;
}
.hero-section {
  background: url("../images/JMS-Majestic-Manesar-banner.webp") no-repeat center center/cover;
  position: relative;
    height: 730px;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    padding: 0 150px;
    padding-top: 113px !important;
}  
.hero-section.Majestic{
    background: url("../images/jms-hero.webp") no-repeat center center/cover;
}
.hero-section.plots{
    background: url("../images/jms-plots-banner.webp") no-repeat center center/cover;
}
.hero-section.jms-sector-71{
    background: url("../images/jms-sector-71-gurgaon-banner-image.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%, #000000 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;
}

.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 #5ac106;
}

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

.right-form-home span {
  font-size: 27px;
  color: #0e58a5;
  font-weight: 600;
  margin: 0 auto;
  display: table;
}

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

.btn-number a { 
  font-weight: 700;
    font-size: 36px;
    margin-left: 4px;
}
.lead {
    font-size: 22px;
    font-weight: 500;
}
.Explore-manesar {
    display: block;
    list-style: none;
    position: relative;
    margin: 50px 0;
    padding: 0;
}
.Explore-manesar:before {
    width: 100px;
    height: 2px;
    background: #5bc008;
    position: absolute;
    top: -25px;
    left: 0;
    content: "";
}
.Explore-manesar li {
    display: block;
    list-style: none;
    position: relative;
    color: #fff;
    padding: 3px 0 3px 25px;
}
.Explore-manesar li i {
    color: #5bc008 !important;
    position: absolute;
    left: 0;
    top: 6px;
    font-size: .9em;
}
.Explore-manesar:after {
    width: 100px;
    height: 2px;
    background: #5bc008;
    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: 8px;
        -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: 86px;
}


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

.navbar-toggler .icon-bar.top-bar {
    width: 30px;
    height: 2px;
    background: white;
    position: absolute;
    right: 13px;
    top: 47px; 
    transform: rotate(131deg);
}
.navbar-toggler .icon-bar.middle-bar {
    width: 30px;
    height: 2px;
    background: white;
    position: absolute;
    right: 13px; 
    transform: rotate(227deg);
    top: 29px;
}
.navbar-toggler .icon-bar.bottom-bar {
    width: 30px;
    height: 2px;
    background: white;
    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: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    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; 
    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: 11px;
    border-radius: 95px 0px;
}
.img-wrap.imgwrap2 img{
    border-radius: 0px;
}
.Highlig-plot h2 {
    margin-bottom: 37px;
}
.Highlig-plot p {
    margin-bottom: 3px;
}



   .location-section{
      padding: 35px 0;
    }

    .location-card{
      background: #ffffff;
      border-radius: 20px;
      padding: 21px;
      box-shadow: 0 10px 35px rgba(0,0,0,0.08);
      overflow: hidden;
      position: relative;
    }

    .location-card::before{
      content: "";
      position: absolute;
      top: -80px;
      right: -80px;
      width: 220px;
      height: 220px;
      background: linear-gradient(135deg, #b78538, #b78538);
      border-radius: 50%;
      opacity: 0.08;
    }

    .main-title{
      font-size: 38px;
      font-weight: 700;
      color: #0d1b2a;
      margin-bottom: 15px;
    }

    .sub-title{
      font-size: 26px;
      font-weight: 600;
      color: #b78538;
      margin-bottom: 20px;
    }

    .content-text{
      color: #555;
      font-size: 17px;
      line-height: 1.8;
      margin-bottom: 30px;
    }

    .connectivity-box{
      background: linear-gradient(135deg,#f8fbff,#eef5ff);
      border-radius: 15px;
      padding: 30px;
      border: 1px solid #dce8ff;
    }

    .connectivity-title{
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 25px;
      color: #0d1b2a;
    }

  .connectivity-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.connectivity-list li{
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #444;
    font-weight: 500;
}

.connectivity-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.connectivity-list li{
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #444;
    font-weight: 500;
}

    .connectivity-list i{
      width: 38px;
      height: 38px;
      background: #b78538;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      flex-shrink: 0;
      box-shadow: 0 5px 12px rgb(183 133 56);
    }
.Highlig-plot h3 {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #b78538;
}
    .bottom-text{
      margin-top: 15px;
    padding: 4px 20px;
    border-left: 5px solid #5ab4f7;
    background: #f8fbff;
    border-radius: 10px;
    line-height: 1.8;
    font-size: 16px;
    }





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

.styled-heading {
    position: relative;
    display: inline-block;
    margin-bottom: 60px; 
    text-align: center;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    color: #1f57a3;
    text-transform: uppercase;
}

/* First line */
.styled-heading::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: #1f57a3;
}

/* 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: #1f57a3;
}
#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);
}
.amenity-name {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
} 

.feature-box {
    transition: .25s ease;
    background: #fff;
}
.feature-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.feature-icon {
    font-size: 40px;
    color: #c19a44; /* Premium gold color */
    margin-right: 15px;
}


.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-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 h5 {
    letter-spacing: 1px;
    color: #c19a44; /* Premium Gold */
    font-size: 18px;
}

.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: #0a0a0a;
    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 #c19a44; /* Premium Gold */
}

.contact-link {
    color: #c19a44;
    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;
}
.disclaimer-section strong {
    letter-spacing: 1px;
    color: #c19a44;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    display: table;
}
.project-infor img {
    width: 100%; 
    width: 100%;
    height: 251px;
    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: #bb852e;
    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;
    }

    .price-section{
  padding: 80px 0;
}

.price-card{
  background: #fff;
  border-radius: 25px;
  padding: 45px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}

.price-card::before{
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background: linear-gradient(135deg,#b78538,#6ea8fe);
  border-radius: 50%;
  top: -120px;
  right: -120px;
  opacity: 0.08;
}

.price-tag{
  background: #000000;
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 18px;
}

.price-title{
 font-size: 25px;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 20px;
}

.price-desc{ 
  line-height: 1.8; 
}

.offer-box{
  background: linear-gradient(135deg, #3a3a3a, #b78538);
  color: #fff;
  padding: 18px 22px;
  border-radius: 14px;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 20px rgba(13,110,253,0.25);
}

.table-wrapper{
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e8eef7;
}

.custom-table thead{
  background: linear-gradient(135deg,#b78538,#0056d6);
}

.custom-table thead th{ 
  padding: 20px; 
}
.table-wrapper th {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    background: #f0f5ff;
}
.custom-table tbody tr{
  transition: 0.3s;
}

.custom-table tbody tr:hover{
  background: #f8fbff;
}

.custom-table tbody td{
  padding:14px 15px;
  border-color: #edf2f7;
  font-size: 16px;
  font-weight: 500;
  color: #444;
}

.table-item{
  display: flex;
  align-items: center;
  gap: 12px;
}

.table-item i{
  width: 40px;
  height: 40px;
  background: #b5853c;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-highlight{
  color: #b78538;
  font-weight: 700 !important;
  font-size: 20px !important;
}

.offer-price{
  color: #198754;
  font-weight: 700 !important;
  font-size: 20px !important;
}

.size-text{
  color: #111;
  font-weight: 700 !important;
}

.active-row{
  background: #f4fff7;
}

.bottom-note{
  margin-top: 10px;
  background: #fff8e7;
  border-left: 5px solid #ffb703;
  padding: 20px;
  border-radius: 12px;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.bottom-note i{
  color: #ff9800;
  margin-top: 5px;
}
.price-section1 {
    background: #d1d1d1;
}
.jms-master-section{
    padding: 80px 0;
}

.custom-info-card{
    background: #fff;
    border-radius: 25px;
    padding: 26px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: 0.4s;
}

.custom-info-card:hover{
    transform: translateY(-8px);
}

.card-top-shape{
    position: absolute;
    top: -70px;
    right: -70px;
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg,#b78538,#6ea8fe);
    border-radius: 50%;
    opacity: 0.08;
}

.second-shape{
    background: linear-gradient(135deg,#198754,#63d39b);
}

.section-badge{
    background: #e9f2ff;
    color: #b78538;
    padding: 8px 18px;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.secondary-badge{
    background: #eafaf1;
    color: #198754;
}

.section-title{
    font-size: 27px;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 3px;
}

.section-subtitle{
    font-size: 21px;
    font-weight: 600;
    color: #b78538;
    margin-bottom: 20px;
    line-height: 1.5;
}

.secondary-card .section-subtitle{
    color: #198754;
}

.section-description{ 
    line-height: 27px; 
}

.feature-box{
    background: #f8fbff;
    border: 1px solid #dbe8ff;
    border-radius: 18px;
    padding: 28px;
}

.secondary-feature-box{
    background: #f4fff8;
    border-color: #d7f5e4;
}

.feature-title{
    font-size: 22px;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 25px;
}

.feature-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.feature-list li{
    width: calc(50% - 9px);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #444;
}

.feature-list li i{
    width: 38px;
    height: 38px;
    background: #b78538;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.secondary-card .feature-list li i{
    background: #198754;
}

.bottom-info{
    margin-top: 30px;
    background: #eef5ff;
    border-left: 5px solid #b78538;
    padding: 20px;
    border-radius: 14px;
    color: #555;
    line-height: 1.8;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.secondary-bottom{
    background: #effcf5;
    border-left-color: #198754;
}

.bottom-info i{
    color: #b78538;
    margin-top: 5px;
}

.secondary-bottom i{
    color: #198754;
}

@media(max-width:768px){

    .custom-info-card{
        padding: 28px 20px;
    }

    .section-title{
        font-size: 28px;
    }

    .section-subtitle{
        font-size: 20px;
    }

    .feature-list li{
        width: 100%;
    }

}

@media(max-width:768px){

  .price-card{
    padding: 30px 20px;
  }

  .price-title{
    font-size: 28px;
  }

  .custom-table thead th{
    font-size: 15px;
    padding: 16px;
  }

  .custom-table tbody td{
    padding: 16px;
    font-size: 14px;
  }

  .offer-price,
  .price-highlight{
    font-size: 18px !important;
  }

}

.investment-section{
    padding: 90px 0;
}

/* Left Card */

.investment-card{
    background: #fff;
    border-radius: 28px;
    padding: 30px 30px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    height: 100%;
    position: relative;
}

.small-badge{
    background: #000000;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 14px;
}

.main-heading{
   font-size: 26px;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 12px;
}

.heading-text{
    color: #666;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 35px;
}

/* Timeline */

.investment-timeline{
    position: relative;
}

.investment-timeline::before{
    content: "";
    position: absolute;
    left: 22px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #d7e6ff;
}

.timeline-item{
    display: flex;
    gap: 20px;
    position: relative;
    margin-bottom: 28px;
}

.timeline-icon{
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #1f57a3, #b78538);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(13,110,253,0.25);
}

.timeline-content{
    background: #f8fbff;
    padding: 18px 22px;
    border-radius: 16px;
    width: 100%;
    border: 1px solid #e1ecff;
}

.timeline-content h4{
    font-size: 19px;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 8px;
}

.timeline-content p{ 
    margin: 0; 
    font-size: 15px;
}
.timeline-content strong {
    margin-bottom: 6px;
    display: inline-block;
    font-size: 18px;
}
/* Right Card */

.amenities-card{
    background: linear-gradient(135deg,#0f172a,#132238);
    border-radius: 28px;
    padding: 45px;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.amenities-overlay{
    position: absolute;
    top: -120px;
    right: -100px;
    width: 280px;
    height: 280px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}

.light-badge{
    background: rgba(255,255,255,0.12);
    color: #fff;
}

.white-text{
    position: relative;
    z-index: 2;
}

.amenities-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
    position: relative;
    z-index: 2;
}

.amenity-box{
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 25px 20px;
    text-align: center;
    transition: 0.4s;
    backdrop-filter: blur(5px);
}

.amenity-box:hover{
    transform: translateY(-6px);
    background: rgba(255,255,255,0.12);
}

.amenity-box i{
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ffffff, #ffffff);
    color: #b78538;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 16px;
    font-size: 22px;
}

.amenity-box span{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.bottom-quote{
    margin-top: 35px;
    background: rgba(255,255,255,0.08);
    padding: 20px;
    border-radius: 16px;
    color: #e2e8f0;
    line-height: 1.8;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.bottom-quote i{
    color: #4ade80;
    margin-top: 4px;
}

/* Responsive */

.location-wrapper{
    background: #fff;
    border-radius: 30px;
    padding: 60px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    overflow: hidden;
    position: relative;
}

.location-wrapper::before{
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: linear-gradient(135deg,#0d6efd,#6ea8fe);
    border-radius: 50%;
    top: -160px;
    right: -120px;
    opacity: 0.08;
}

.location-badge{
    background: #e9f2ff;
    color: #0d6efd;
    padding: 8px 18px;
    border-radius: 40px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}
.floor-plan2 strong {
    text-align: center;
    align-items: center;
    margin: 0 auto;
    display: table;
    padding: 10px;
    background: #b78538;
    width: 100%;
    color: white;
}
.floor-plan2 img { 
    border-radius: 0px;
}
.location-title{
    font-size: 30px;
    font-weight: 700;
    color: #0d1b2a;
    line-height: 1.4;
    margin-bottom: 18px;
}
ul.highlight.Higacre li {
    float: left;
    width: 31%;
    margin: 6px 11px;
    padding: 12px;
}

.location-subtitle{
    font-size: 24px;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 20px;
}

.location-description{
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 35px;
}

/* Features */

.feature-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
}

.feature-item{
    background: #f8fbff;
    border: 1px solid #dce9ff;
    border-radius: 18px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: 0.4s;
}

.feature-item:hover{
    transform: translateY(-5px);
    background: #eef5ff;
}

.feature-item i{
    width: 46px;
    height: 46px;
    background: #b78538;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 17px;
}

.feature-item span{
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

/* Bottom Box */

.bottom-highlight{
   margin-top: 19px;
    background: #b78538;
    border-radius: 18px;
    padding: 15px;
    color: #fff;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 12px 25px rgba(13, 110, 253, 0.25);
}

.bottom-highlight i{
    font-size: 24px;
    margin-top: 5px;
}

.bottom-highlight p{
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(181 133 60) !important;
}
.btn-primary{
     background-color: rgb(181 133 60) !important;
     border: none;
}

/* Image */

.image-section{
    position: relative;
}

.main-location-img{
    width: 100%;
    border-radius: 28px;
    object-fit: cover;
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
    position: relative;
    z-index: 2;
}

.image-shape{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 28px;
    background: linear-gradient(135deg, #b78538, #b78538);
    top: 20px;
    left: 20px;
    z-index: 1; 
}

/* Floating Card */

.floating-info-card{
    position: absolute;
    bottom: 10px;
    left: -20px;
    background: #fff;
    border-radius: 18px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    z-index: 5;
}

.floating-icon{
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg,#198754,#4ade80);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.floating-info-card h5{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.floating-info-card span{
    color: #666;
    font-size: 14px;
}

.growth-section{
    padding: 40px 0;
}

/* Growth Layout */

.growth-wrapper{
    background: #fff;
    border-radius: 35px;
    padding: 25px;
    margin-bottom: 50px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
}

.top-label{
    background: #111827;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.growth-title{
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
}

.growth-subtitle{
    font-size: 22px;
    color: #b78538;
    font-weight: 600;
    margin-bottom: 20px;
}

.growth-text{
    color: #666;
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 35px;
}

/* Circle */

.growth-circle{
   width: 193px;
    height: 193px;
    border-radius: 50%;
    background: linear-gradient(135deg, #b78538, #b78538);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-inner{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.circle-inner h3{
    font-size: 42px;
    font-weight: 800;
    color: #0e0e0e;
    margin: 0;
}

.circle-inner span{ 
    font-size: 15px;
}

/* Right Cards */

.growth-right{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 22px;
}

.reason-card{
    background: linear-gradient(135deg, #ffffff, #f7fbff);
    border: 1px dashed #b78538;
    border-radius: 3px;
    padding: 18px 2px;
    text-align: center;
    transition: 0.4s;
}

.reason-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(13,110,253,0.12);
}

.reason-card i{
    width: 60px;
    height: 39px;
    background: linear-gradient(135deg, #0d6efd, #b78538);
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 6px;
    font-size: 19px;
}

.reason-card h5{
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    line-height: 1.6;
}

/* Expert Box */

.expert-box{
    margin-top: 14px;
    background: #111827;
    color: #fff;
    border-radius: 22px;
    padding: 28px 30px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.expert-box i{
    font-size: 26px;
    color: #facc15;
    margin-top: 3px;
}

.expert-box p{
    margin: 0;
    line-height: 1.9;
    font-size: 16px;
}

/* Conclusion Layout */

.conclusion-wrapper{
    background: linear-gradient(135deg, #b78538, #b78538);
    border-radius: 15px;
    padding: 17px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.conclusion-badge{
    background: rgba(255,255,255,0.12);
    padding: 8px 18px;
    border-radius: 40px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
}

.conclusion-title{
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.conclusion-content p{
    line-height: 27px;
    margin-bottom: 15px;
    font-size: 16px;
}

/* Booking Card */

.booking-card{
    background: #fff;
    border-radius: 28px;
    padding: 40px 30px;
    text-align: center;
    color: #111827;
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.booking-icon{
    width: 85px;
    height: 85px;
    background: linear-gradient(135deg,#16a34a,#4ade80);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 25px;
    font-size: 34px;
}

.booking-card h3{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
}

.call-btn{
   background: #121827;
    color: #fff;
    text-decoration: none;
    padding: 16px 28px;
    border-radius: 4px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    transition: 0.3s;
    margin-top: 15px;
}

.call-btn:hover{
    color: #fff;
    transform: scale(1.05);
}

.booking-card p{
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

.site-btn{
    margin-top: 18px;
    background: #111827;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 4px;
    font-weight: 600;
    transition: 0.3s;
}

.site-btn:hover{
    background: #0d6efd;
}

/* Responsive */

@media(max-width:991px){

    .growth-wrapper,
    .conclusion-wrapper{
        padding: 35px 25px;
    }

    .growth-title,
    .conclusion-title{
        font-size: 32px;
    }

    .growth-circle{
        margin-bottom: 40px;
    }

}

@media(max-width:768px){

    .growth-right{
        grid-template-columns: 1fr;
    }

    .growth-title,
    .conclusion-title{
        font-size: 28px;
    }

    .expert-box{
        flex-direction: column;
    }

}
/* Responsive */

@media(max-width:991px){

    .location-wrapper{
        padding: 35px 25px;
    }

    .location-title{
        font-size: 30px;
    }

    .location-subtitle{
        font-size: 22px;
    }

    .floating-info-card{
        left: 10px;
        bottom: 10px;
    }

}

@media(max-width:768px){

    .feature-grid{
        grid-template-columns: 1fr;
    }

    .location-title{
        font-size: 28px;
    }

}

@media(max-width:768px){

    .investment-card,
    .amenities-card{
        padding: 30px 20px;
    }

    .main-heading{
        font-size: 28px;
    }

    .amenities-grid{
        grid-template-columns: 1fr;
    }

    .timeline-item{
        gap: 14px;
    }

}

@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;
 }
}

@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;
}
.highlight2 .col-lg-7 {
    padding-left: 18px;
}
.owl-carousel .owl-item img { 
    width: 100%!important; 
}
.navbar-collapse{
    background: black;
}
 .hero-section.Majestic{
        height: 1069px;
    }
    .navbar-toggler .icon-bar.top-bar{
     right: 45px;
    top: 44px;
    }
    .navbar-toggler .icon-bar.middle-bar{
        right: 45px;
        top: 45px;
    }
    .navbar-phone.phone-mob{
        display: none;
    }
    ul.highlight.Higacre li{
    margin: 3px 0px;
    padding: 12px;
    width: 100%;
}

}
@media screen and (min-device-width: 320px) and (max-device-width:767px) {
    .navbar-phone.phone-mob {
        display: none;
    }
    .navbar-brand img {
        display: block;
        width: 70px;
        margin-left: 0px;
    }
    .navbar-toggler .icon-bar.top-bar{
        top: 28px;
    }
   
    .btn-number1{
        display:block;
    }
    .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: 36px;
    }
    .nav-link.dd-icon-right.show:before {
        opacity: 0;
    }
    .navbar .collapse ul li:hover > .nav-link.dd-icon-right.show::before {
        opacity: 0;
        right: 36px;
    }
    .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: black;
        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: 25px;
    }
    .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;
    }
    .dd-icon-right:before {
        right: 36px;
    }
    .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: 22px;
}
.form-control{
    line-height: 0.5;
}
 
a.navbar-brand img {
    width: 83px;
}
 .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;
} 
.location-wrapper::before{
    display: none;
}
.location-card::before{
    display: none;
}
.nav-link:hover { 
    width: 98%;
}
.connectivity-box{
    padding: 30px 7px;
}
.connectivity-list li{
    width: 100%;
    margin-top: 12px;
}
.connectivity-list{
    display: flow;
    flex-wrap: wrap; 
}
.jms-master-section {
    padding: 23px 0;
}
.floating-info-card{
    display: none;
}
.growth-text{
    margin-bottom: 13px;
}
.booking-card{
    padding: 23px 10px;
}
ul.highlight.Higacre li{
    margin: 3px 0px;
    padding: 12px;
    width: 100%;
}
.floor-plan2 strong{
    margin-bottom: 25px;
}
}
