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: 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: #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::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: 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: 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);
}
.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;
    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: 11px;
    border-radius: 95px 0px;
}
.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;
}
.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: #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;
    }

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

}
@media screen and (min-device-width: 320px) and (max-device-width:767px) {
    .navbar-brand img {
        display: block;
        width: 70px;
        margin-left: 0px;
    }
    .navbar-toggler .icon-bar.top-bar{
        top: 29px;
    }
   
    .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: 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: 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: 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: 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;
} 

}
