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

html,
body {
  font-family: "Open Sans", sans-serif;
} 
p {
    color: black;
}
/* Navbar section start */
 
.ml-auto {
    margin-left: auto !important;
}
.nav-link {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: rgb(4 4 4);
    line-height: 68px;
    position: relative;
    padding: 0 19px !important;
    margin-left: 0px;
}
.nav-link:hover{
  color: rgb(200 127 54);
}
    .nav-link:before {
        content: "";
        position: absolute;
        top: 17px;
        height: 37px;
        left: 0;
        display: inline-block;
        border: 1px solid #ececec !important;
    } 
.navbar-nav .nav-link.active:before {
    content: ""; 
    border: 0px solid #ececec !important;
}
.nav-link .fa {
    font-size: 13px;
    margin-left: 0px;
}
.offer-card p {
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
}
.offer-card span {
   font-size: 21px;
    display: table;
    font-weight: 700;
    color: #222;
}
.offer-card {
    padding: 15px 30px 21px;
    background: white;
    text-align: center;
    border-bottom: 4px solid #d59875;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}
.offer-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
 .offer-card a {
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    display: table;
    margin-bottom: 8px;
}
.offer-card img {
    display: inline-block;
}
li.nav-item.dropdown1 ul {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 67px;
    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;
}
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: #fb5849;
        color: #ffffff !important;
        padding-left: 25px;
    }
.navbar-section {
    background: white;
    box-shadow: 0 3px 6px rgb(0 0 0 / 4%), 0 3px 6px rgb(0 0 0 / 5%);
    padding: 0;
}
.dropdown {
    display: none;
}

dropdown-menu {
    display:none;
}
.dropdown1{
    display:block;
}
.dropdown-menu1{
    display:block;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(200 126 62);
    box-shadow: 0 3px 6px rgb(0 0 0 / 4%), 0 3px 6px rgb(0 0 0 / 5%); 
    position: relative;
}
.lorem {
    height: 800px;
    width: 80%;
    text-align: center;
    margin: 50px auto;
}
.navbar-toggler.collapsed .icon-bar.top-bar {
    width: 30px;
    height: 2px;
    background: black;
    position: absolute;
    right: 13px;
    top: 22px;
    transform: rotate(0deg);
}
.navbar-toggler.collapsed .icon-bar.middle-bar {
    width: 30px;
    height: 2px;
    background: black;
    position: absolute;
    right: 13px;
    top: 30px;
    transform: rotate(0deg);
}
.navbar-toggler.collapsed .icon-bar.bottom-bar {
    width: 30px;
    height: 2px;
    background: black;
    position: absolute;
    right: 13px;
    top: 38px;
    transform: rotate(0deg);
    opacity: 1;
}
.navbar-toggler .icon-bar.top-bar {
    width: 30px;
    height: 2px;
    background: black;
    position: absolute;
    right: 13px;
    top: 32px;
    transform: rotate(137deg);
}
.navbar-toggler .icon-bar.middle-bar {
    width: 30px;
    height: 2px;
    background: black;
    position: absolute;
    right: 13px;
    transform: rotate(227deg);
    top: 33px;
}
.navbar-toggler .icon-bar.bottom-bar {
    width: 30px;
    height: 2px;
    background: black;
    position: absolute;
    right: 13px;
    transform: rotate(227deg);
    opacity: 0;
}
ul.header-right li {
    float: left;
    margin: 0 9px;
    list-style: none;
    line-height: 64px;
}
    ul.header-right li a {
       font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    padding: 9px;
    color: white;
    border-radius: 3px;
    background-color: #25d366;
    }
 
 
/* hero-section start */

.hero-section {
  background: url("../images/homeflix-realestate-gurgaon.webp") no-repeat center center/cover;
  position: relative;
  height: 682px;
  display: flex;
  align-items: center;
  background-attachment: fixed;
  padding: 0 150px;
} 
.hero-section.Oberoi-second{
   background: url("../images/gallery-2.jpg") no-repeat center center/cover; 
   position: relative;
   height: 660px;
}
.hero-section.Oberoi-second::before {
    content: "";
    position: absolute;
    inset: 0;
     background: #0000008f;
    z-index: 0;
}
.Why-Choose{
   background: url("../images/homeflix-realestate-gurgaon.webp") no-repeat center center/cover; 
   position: relative;
   padding: 50px;
    z-index: 0;
}
.Why-Choose .center-heading{
 color: white;
}
.Why-Choose .center-heading:before {
  background: #ffffff7a;
}
.Why-Choose .center-heading:after {
  background: #ffffff7a;
}
.Why-Choose::before {
    content: "";
    position: absolute;
    inset: 0;
     background: #0000008f;
     z-index: -1;
    
}
.ltn__car-dealer-form-tab .tab-content {
    padding: 40px;
    background-color: #f2f6f7;
    margin-top: 27px;
}
.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
}
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
} 
.nice-select {
    margin: 0;
    height: 60px;
    line-height: 58px;
    padding-right: 40px;
    padding-left: 20px;
    border-radius: 0;
    min-width: 200px;
    font-size: 16px;
    font-weight: 500; 
    width: 100%;
}

 .btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer; 
    min-width: 150px;
}
 
.btn.hover-border-2::before {
    bottom: 0;
    left: 0;
    border-left: 1px solid rgb(28, 31, 30);
    border-bottom: 1px solid rgb(28, 31, 30);
}
.btn.hover-border-2::before, .btn.hover-border-2::after {
    width: 10%;
    height: 25%;
    transition: 0.35s;
}
.btn-3::before, .btn-3::after {
    background: transparent;
    z-index: 2;
}
.btn-3::before, .btn-3::after {
    position: absolute;
    content: "";
}
.btn.hover-border-2::after {
    top: 0;
    right: 0;
    border-right: 1px solid rgb(28, 31, 30);
    border-top: 1px solid rgb(28, 31, 30);
}
.btn.hover-border-2::before, .btn.hover-border-2::after {
    width: 10%;
    height: 25%;
    transition: 0.35s;
}
.btn-3::before, .btn-3::after {
    background: transparent;
    z-index: 2;
}
.btn-3 span {
    color: rgb(255, 255, 255);
    background-color: rgb(54, 56, 55);
}
.btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold; 
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
}
.explore .btn.hover-border-2::after { 
    border-right: 1px solid rgb(255 255 255);
    border-top: 1px solid rgb(255 255 255);
}
.explore .btn.hover-border-2::before { 
    border-left: 1px solid rgb(255 255 255);
    border-bottom: 1px solid rgb(253 253 253);
}
.btn.hover-border-2:hover::before, .btn.hover-border-2:hover::after {
    width: 99%;
    height: 99%;
}
.btn.hover-border-2::before {
    bottom: 0;
    left: 0;
    border-left: 1px solid rgb(28, 31, 30);
    border-bottom: 1px solid rgb(28, 31, 30);
}
.btn.hover-border-2::before, .btn.hover-border-2::after {
    width: 10%;
    height: 25%;
    transition: 0.35s;
}
.btn-3::before, .btn-3::after {
    background: transparent;
    z-index: 2;
}
.btn.hover-border-2:hover::before, .btn.hover-border-2:hover::after {
    width: 99%;
    height: 99%;
}
.btn.hover-border-2::after {
    top: 0;
    right: 0;
    border-right: 1px solid rgb(28, 31, 30);
    border-top: 1px solid rgb(28, 31, 30);
}
.btn.hover-border-2::before, .btn.hover-border-2::after {
    width: 10%;
    height: 25%;
    transition: 0.35s;
}
.btn-3.btn1 span{
  background-color: #d59875;
}
.prop-title {
  font-size: 28px;
  font-weight: 700;
}
.project-eqr .btn span{
  letter-spacing: 0px;
    text-transform: capitalize;
}
.project-eqr a:last-child {
    float: right;
}
.prop-location {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

/* Details Grid */
.prop-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* Box Style */
.detail-box {
  background: #fafafa;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  text-align: center;
}

.detail-box h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}

.detail-box p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .prop-details {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px) {
  .property-banner img {
    height: 200px;
  }
  .prop-title {
    font-size: 22px;
  }
  .prop-details {
    grid-template-columns: 1fr;
  }
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0; 
  background-image: linear-gradient(180deg, rgb(0 0 0 / 1%) 0%, #00000070 100%);
  z-index: 0;
}

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

.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: #c58140;
  border: navajowhite;
  margin: 0 auto;
  display: table;
}
 
.btn-number a {
  text-align: center;  
    color: #c58140; 
    font-weight: 700; 
    transition: background 0.3s ease;
    font-size: 17px;
} 

/* Contact Button */
.contact-btnright {
 position: fixed;
    top: 40%;
    right: -26px;
    background: #c7813c;
    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: #c58140;
}

/* Contact Panel */
.contact-panel {
  position: fixed;
  top: 255px;
  right: -100%;
  width: 350px;
  height: 100%;
  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;
}

 
.contact-panel.active {
  right: 0;
}
.contact-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #c7813c;
    color: white;
    padding: 15px 20px;
}
.contact-formright {
    padding: 20px;
    display: flex ;
    flex-direction: column;
}
.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: #c7813c;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
}
.contact-header span {
    font-size: 24px;
    cursor: pointer;
}
.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%;
}

/* Contact Panel close */

.oberoi-section {
  background: #f9f9f9;
    padding-bottom: 62px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.oberoi-title {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
}

.oberoi-text {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-top: 10px;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  background: #fff;
    width: 30%;
    padding: 14px 18px;
    margin-bottom: 12px;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    float: left;
    margin-right: 40px;
}

.feature-list li i {
  font-size: 18px;
  color: #c58140;
}

.feature-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}
.center-heading {
  position: relative;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #222;
  margin: 30px 0;
  padding: 0 20px;
  display: inline-block;
  text-transform: uppercase;
}
.text-muted {
    --bs-text-opacity: 1;
    color: rgb(2 2 2) !important;
}
/* Wrap center heading for full center alignment */
.center-heading {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin: 45px auto;
}

.center-heading:before,
.center-heading:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 70px;
  height: 2px;
  background: #795b46;
}

.center-heading:before {
  right: 100%;
  margin-right: 15px;
}

.center-heading:after {
  left: 100%;
  margin-left: 15px;
}
.about-box {
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08); 
  margin: auto;
  line-height: 1.8;
  font-size: 16px;
  color: #444;
}
.about-box.creatin {
    box-shadow: none;
    border: none;
    padding-top: 0px;
    padding-bottom: 10px;
}
.Ober-realty li{
  list-style: none; 
}
.Ober-realty li a {
    background: #c58140;
    padding: 13px 25px;
    text-decoration: none;
    color: white;
    margin: 0 auto;
    display: table;
    font-size: 21px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 6px;
}
/* Paragraph spacing */
.about-box p {
  margin-bottom: 15px;
}
.nav-tabs .nav-link {
    position: relative;
    font-weight: 600;
    color: #444;
    border: none;
    padding: 12px 20px;
    background: #ebebeb;
    margin: 0 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0);
}
.property-card p {
    border-bottom: 1px solid #0000002e;
    padding-bottom: 4px;
    font-size: 14px;
}
.property-card h2 {
   font-size: 17px;
    margin-bottom: 10px;
    padding: 11px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 9%), 0 3px 6px rgb(0 0 0 / 6%);
    border-left: 1px solid black;
}
.property-card a {
    color: black;
    text-decoration: none; 
    padding: 5px 15px;
    display: inline-block;
    color: white;
}
.bg-primary{
  background-color: #c58140 !important;
  color: white;
}
.nav-tabs .nav-link.active {
    color: #fff !important;
    background: #c58140 !important;
    border-radius: 6px;
}
    .property-card {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0,0,0,0.12);
        background: #fff;
        transition: all 0.3s ease;
        margin-bottom: 23px;
    }
    .property-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 24px rgba(0,0,0,0.18);
    }
    .property-card img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }
    .tag {
        position: absolute;
        top: 12px;
        left: 12px;
        background: #d59875e8;
        color: #fff;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 10px;
    }
    .nav-tabs {
    border-bottom: none;
}



/* ▼ CSS ARROW UNDER ACTIVE TAB */
.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top:10px solid #c58140 !important;
}
.Oberoi-Tower .nav-link:before{
  border: none !important;;
}
.full-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.full-slider-wrapper {
  display: flex;
  transition: transform 0.6s ease;
  width: 100%;
}

.full-slide {
  min-width: 100%;
  height: 80vh;
  position: relative;
}
.Why-Choose .offer-card{
text-align: left;
padding: 30px;
border-bottom: 0px solid #d59875;
box-shadow: 0 4px 20px rgb(0 0 0 / 5%);
border-radius: 27px;
border-right: 6px solid #c58140;
}

.Why-Choose .offer-card:first-child{
box-shadow: 0 4px 12px rgb(0 0 0 / 17%);
}
.Why-Choose .offer-card a{
text-align: left;
}
.Why-Choose .offer-card span{
  font-size: 18px;
  border-bottom: 1px solid #cdcdcd;
    padding: 7px 0;
}
.Why-Choose .offer-card p{
  text-align: left;
}
.Why-Choose .offer-card i {
    font-size: 40px;
    color: #c58140;
    margin-bottom: 16px; 
}
.Why-Choose .offer-card p{
  line-height: 26px;
}
 img {
    max-width: 100%;
}

.full-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.explore img {
    position: relative;
    z-index: 0;
    height: 335px;
    object-fit: cover;
    width: 100%;
    box-shadow: rgb(0, 0, 0) 0px 0px 3px;
    border-radius: 10px;
    border: 1px solid white;
    padding: 3px;
    outline: 1px dotted #fff;
    outline-offset: -12px;
}
.explore {
    position: relative;
    z-index: 0;
}
.project-deta {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 44vh;

    display: flex;
    flex-direction: column;   
    justify-content: center;   
    align-items: center;      

    text-align: center;
}
.project-deta h3 {
   font-size: 25px;
    background: linear-gradient(45deg, #ffffff, transparent);
    color: #000000;
    padding: 10px;
    display: block;
    width: 43%;
    font-weight: 700;
    text-transform: uppercase;
}
.explore:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(180deg, rgb(0 0 0 / 1%) 0%, #00000070 100%);
    z-index: 1;
    border-radius: 10px;
}
.explore .btn-3.btn1 span {
    background-color: #363635;
}
.oberoi-sec {
   position: relative;
    background: #f9f9f9;
    padding-bottom: 34px;
    box-shadow: 0 16px 32px 0 rgb(7 28 31 / 22%);
    margin: 45px 140px 31px;
}
.oberoi-sec::before {
    content: "";
    position: absolute;
    top: 51px;
    left: -29px;
    width: 50%;
    height: 90%;
    background: #000;
    border-radius: 10px;
    z-index: -1;
}
 
.explore .btn span{
  text-transform: capitalize;
}
/* Arrows */
.full-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  font-size: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.full-slider-btn:hover {
  background: rgba(0,0,0,0.8);
  transform: translateY(-50%) scale(1.1);
}

.prev { left: 15px; }
.next { right: 15px; }

.footer-section {
  background: #000000;
  padding: 40px 0;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
  border-top: 1px solid #e2e2e2;
  padding-bottom: 7px;
}
.footer-disclaimer p {
    color: white;
}
.footer-copy p {
    color: white;
    float: left;
}
.footer-disclaimer p {
  margin: 0;
  text-align: justify;
}

.footer-copy {
  margin-top: 61px;
    font-weight: 600;
    color: #444;
    background: #121212;
    padding-top: 15px;
    border-top: 1px solid #ffffff61;
}

.footer-section hr {
  margin: 25px 0;
  border-color: #dcdcdc;
}
 

ul.social-media-footer-last {
    float: right;
}
.social-media-footer-last {
    float: right;
}
.social-media-footer-last li {
    list-style: none;
    float: left;
    margin: 0 5px;
}
.social-media-footer-last li a {
    color: white;
    padding-right: 14px;
    text-decoration: none;
}





/* GRID */
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* BOX */
.highlight-box {
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
}

.highlight-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* ICON */
.highlight-box .icon {
  background: #c58140;
  color: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  flex-shrink: 0;
}

/* TEXT */
.highlight-box p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}
.price-table {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.price-row {
  background: #fff;
  padding: 18px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
}

.price-row:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

/* Columns */
.price-row div {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

/* Button */
.btn-price {
  background: #c58140;
  color: #fff;
  padding: 8px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-price:hover {
  background: #c58140;
}
.floorplan-section {
    padding: 50px 20px;
    text-align: center;
    background: #f9fafb;
} 

.floorplan-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 1000px;
    margin: auto;
}

.floor-card {
    background: #fff;
    padding: 0px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
    transition: 0.3s ease;
}

.floor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgb(0 0 0 / 15%);
}

.img-box {
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
}

.img-box img {
    width: 100%;
    display: block;
    border-radius: 14px;
    transition: transform 0.5s ease;
}

.img-box:hover img {
    transform: scale(1.12); /* Zoom in */
} 
/* Container */
.amenities-area {
    max-width: 1200px;
    margin: auto;
    padding: 50px 20px;
}
 

/* Description */
.amenities-desc {
    font-size: 16px;
    color: #444;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

/* Icon List */
.amenities-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

/* Item */
.amenity-item {
    background: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    font-size: 17px;
    font-weight: 500;
}

/* Icons */
.amenity-item i {
    font-size: 24px;
    color: #c58140;
}


.location-section {
    padding: 50px 20px;
    background: #f9f9f9;
}

.location-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    gap: 30px;
    align-items: stretch;
}

/* MAP */
.location-map {
    flex: 1;
    min-height: 450px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* CONTENT */
.location-content {
    flex: 1;
    background: #fff;
    padding: 25px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
} 

.loc-block {
    margin-bottom: 18px;
}

.loc-block h3 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #c58140;
}

.loc-block ul {
    padding-left: 18px;
}

.loc-block ul li {
    margin-bottom: 6px;
    font-size: 15px;
}

/* Faq section start */

.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;
}
 .contact-panel{
      height: auto;
    }

.Oberoihero h1{
 font-size: 44px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
.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: #c58140;
    position: absolute;
    top: -25px;
    left: 0;
    content: "";
}
.Explore-manesar:after {
    width: 100px;
    height: 2px;
    background: #c58140;
    position: absolute;
    bottom: -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: #c58140 !important;
    position: absolute;
    left: 0;
    top: 6px;
    font-size: .9em;
}
.hero-left {
    font-size: 19px;
    margin: 5px 10px;
    border: 1px solid white;
    padding: 6px;
    background: #00000047;
    display: inline-block;
    font-weight: 600;
}
.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; }
}
@-moz-keyframes blink {
                0% { opacity: 1; }
                50% { opacity: 1; }
                50.01% { opacity: 0; }
                100% { opacity: 0; }
}
@-ms-keyframes blink {
                0% { opacity: 1; }
                50% { opacity: 1; }
                50.01% { opacity: 0; }
                100% { opacity: 0; }
}
@-o-keyframes blink {
                0% { opacity: 1; }
                50% { opacity: 1; }
                50.01% { opacity: 0; }
                100% { opacity: 0; }
}
@keyframes blink {
                0% { opacity: 1; }
                50% { opacity: 1; }
                50.01% { opacity: 0; }
                100% { opacity: 0; }
}
.navbar-phone1.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);
  }
}
 
.bg-offset-hero::after {
	position: absolute;
	content: '';
	width: 75%;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	background-color: #d59875;
}
.oberoi-sec1 {
    background: url(../images/commercial-projects.webp) no-repeat center center / cover;
    position: relative; 
    display: flex;
    align-items: center;
    background-attachment: fixed; 
    margin-bottom: 100px;
    padding-bottom: 80px;
}
.oberoi-sec1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000a1;
    z-index: 0;
}
.oberoi-sec1 .center-heading{
  color: #ffffff;
}
.social-media-homf {
    padding: 24px;
    background-color: white;
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    position: absolute;
    top: 203px;
    width: 71%;
    left: 15%;
    right: 15%;
}
.social-media-homf.btn{
  margin-top: 29px;
}
.oberoi-sec1 .center-heading:before, .center-heading:after{
  background: #795b46;
}
.oberoi-sec1 p{
  color: #ffffff;
    position: relative;
    line-height: 29px;
    width: 84%;
    margin: 0 auto;
    display: table;
}
.quote_ {
	opacity: 0.1;
}
p.lead1 {
    color: white;
}
.btn-3.btn1.instag span{
 background: linear-gradient(
  45deg,
  #F58529,
  #DD2A7B,
  #8134AF,
  #515BD4
);
}
.btn-3.btn1.faceb span{
 background-color: #1877F2;
}
.btn-3.btn1.twitt span{
background-color: #000000
}
.btn-3.btn1.yout span{
 background-color: #FF0000;
}
.left-fots-sec a {
    text-decoration: none;
    margin-top: 8px;
    display: inline-block;
}
.left-fots-sec img {
    display: block;
}
.footer-serv-links {
    text-transform: uppercase;
    padding: 3px 0;
    color: white;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 8px;
}
 .footer-sec-project a {
    padding: 8px 12px;
    display: block;
    background: #121212cf;
    text-decoration: none;
    color: #a8a7a7;
    transition: 0.3s all ease-in-out;
    border-bottom: 1px solid #363535; 
    text-transform: capitalize;
    font-size: 14px;
}
.footer-sec-project a:hover{
   color: #ffffff;
}
.list1 li {
    list-style: none;
}
.footer-sec-project.list li {
   color: white;
    margin-right: -7px;
}
.footerLinks .bord-right {
    border-right: 1px solid #797878;
    padding: 0 14px;
}
.footer-sec-project1 li {
    color: white;
    margin-left: 2px;
}
.footer-sec-project1 a {
    color: white;
    text-decoration: none;
    padding: 4px 6px;
    display: inline-block;
}
.footer-sec-project2 {
    margin-top: 21px;
}
.footer-sec-project2 span {
    color: white;
}
.footer-sec-project2 {
    background: #181818;
    padding: 12px;
    border: 1px dashed #ffffff59;
}
.footer-sec-project3 ul li a {
    color: #c58140;
}
.footer-sec-project3 ul li {
    list-style: none;
    float: left;
    margin: 0 5px;
    background: white;
    padding: 3px 9px;
}
.footer-sec-project3 {
    margin-top: 28px;
    padding-left: 11px;
}
section.hero-section-mobile {
    display: none;
}



@media (max-width: 767.98px) {
	.bg-offset-hero::after {
		width: 100%;
	}
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .location-container {
        flex-direction: column;
    }

    .location-map {
        height: 300px;
    }
}



/* Responsive */
@media (max-width: 600px) {
    
    .amenity-item {
        padding: 14px 16px;
    }
}



/* Responsive */
@media (max-width: 768px) {
    .floorplan-container {
        grid-template-columns: 1fr;
    } 
}



/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
  .price-row {
    grid-template-columns: 1fr 1fr;
    text-align: left;
    padding: 15px;
  }

  .col-btn {
    grid-column: span 2;
    text-align: center;
    margin-top: 10px;
  }
}
/* RESPONSIVE */
@media(max-width: 992px) {
  .highlights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px) {
  .highlights-grid {
    grid-template-columns: 1fr;
  }
  .section-title {
    font-size: 22px;
  }
}


/* Mobile responsive */
@media(max-width: 600px) {
  .footer-section {
    padding: 25px 10px;
  }
  .footer-disclaimer p {
    font-size: 14px;
  }
  .footer-copy {
    font-size: 14px;
  }
}



/* Mobile height */
@media (max-width: 768px) {
  .full-slide { height: 50vh; }
}


/* Responsive */
@media (max-width: 576px) {
  .center-heading {
    font-size: 18px;
  }
  .center-heading:before,
  .center-heading:after {
    width: 35px;
  }
}


/* Mobile responsive */
@media (max-width: 576px) {
  .feature-list li {
    font-size: 14px;
    padding: 12px 15px;
  }
  .feature-list li i {
    font-size: 16px;
  }
}


/* Mobile Adjustments */
@media (max-width: 576px) {
  .oberoi-title {
    font-size: 20px;
    text-align: left;
  }

  .oberoi-text {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (min-device-width: 1360px) and (max-device-width:1366px){
.feature-list li{
  width: 29%;
}
.property-card a{
  padding: 11px 10px; 
  font-size: 11px;
}
}

@media screen and (min-device-width: 1280px) and (max-device-width:1300px){
.property-card a{
  padding: 11px 10px;
  font-size: 12px;
}
.feature-list li{
  width: 29%;
}
.hero-section{
  padding: 0 60px;
}



}

@media screen and (min-device-width: 992px) and (max-device-width:1024px){
.project-deta{
  height: 28vh;
}
.project-deta h3{
  width: 72%;
}
.btn span{
  font-size: 12px;
}
.btn{
  min-width: 118px;
}
.property-card a{
  padding: 1px 2px;
}
.hero-section{
  padding: 0 0px;
}
ul.header-right {
    display: none;
}
.nav-link{
  padding: 0 14px !important;
}
.oberoi-sec1 .center-heading:before, .center-heading:after {
    background: #0a0909;
}
}


@media screen and (min-device-width: 768px) and (max-device-width:991px){
.center-heading:before, .center-heading:after{
  display: none;
}
.navbar-toggler{
  color: rgb(255 255 255 / 65%); 
  border: 0px;
}
.feature-list li{
  width: 100%;
}
.hero-section{
  padding: 0 10px;
}
.property-card{
  padding: 0 !important;
}
.property-card a { 
    padding: 11px 8px; 
    font-size: 12px;
}
.hero-section.Oberoi-second{
  height: 875px;
}
.accordion button .accordion-title{
  padding-right: 35px;
}
.navbar-phone1.btn-number {
    display: block;
}
ul.header-right{
  display: none;
}
.btn{
  min-width: 130px;
}
.property-card a{
  padding: 3px 3px;
}
.Why-Choose .offer-card{
  padding: 9px;
}
.project-deta h3{
  font-size: 18px;
  width: 93%;
}
.oberoi-sec{
  margin: 45px 60px 31px;
}
.social-media-homf{
  top: 241px;
    width: 86%;
    left: 7%;
    right: 7%;
}




}
    

@media screen and (min-device-width: 320px) and (max-device-width:767px) {
  .nice-select{
    margin-bottom: 12px;
  }
  .hero-section::before {
        background: black;
    }
    section.hero-section-mobile {
    display: block;
}
  .navbar-brand img {
    width: 114px;
    margin-right: 73px; 
}
.navbar-brand {
    margin: 0;
    padding: 0px;
}
ul.header-right {
    display: none;
}
.btn-number a{
  text-decoration: none;
}
.center-heading{
  margin: 18px auto;
}
.btn{
  min-width: 122px;
}

    button:focus:not(:focus-visible) { 
        box-shadow: none;
    }
        .navbar-phone1.btn-number {
        display: block;
    }
    .navbar-phone1.btn-number {
       margin: 0 auto; 
       position: relative;
        right: 71px;
    }
    .location-map{
      min-height: 260px;
    }
        .center-heading {
        font-size: 23px;
        line-height: 39px;
    }
    .Why-Choose{
      padding: 18px;
    }

   .offer-card a{
    margin: inherit;
   }
  .Why-Choose .offer-card{
    margin-bottom: 10px;
  }
  .project-deta h3{
    width: 89%;
    font-size: 19px;
 }
 .social-media-homf a {
    margin-bottom: 16px;
}
.social-media-footer-last li{
  margin: 0 2px;
}
.social-media-footer-last li a{
  padding-right: 2px;
}
.social-media-footer-last { 
    text-align: center;
    margin: 0 auto;
    display: table;
}
ul.social-media-footer-last {
    float: none;
}
.navbar-section{
  padding: 9px 0;
}
 .social-media-homf{
  top: 280px;
    width: 94%;
    left: 3%;
    right: 3%;
    padding: 21px 0;
 }
 .right-fots-sec {
    text-align: left;
    margin-top: 20px;
}
.footer-sec-project.list li{
  list-style: none;
}
.footer-serv-links{
  margin-top: 25px;
}
.footer-sec-project1 li{
  list-style: none;
}
.footer-copy p { 
    float: none;
    text-align: center;
}
 .oberoi-sec1{
  margin-bottom: 114px;
    padding-bottom: 139px;
 }
  .oberoi-sec{
    margin: 20px 10px 31px;
  }
.oberoi-sec1 p{
  line-height: 27px;
  width: 100%;
}
    .location-map iframe {
    height: 260px;
}
    .hero-section h1{
      font-size: 17px;
        margin: 0px !important;
        background: #00000096;
        padding: 11px 0;
        font-weight: 600;
        text-transform: capitalize;
    }
    .ltn__car-dealer-form-tab .tab-content {
    padding: 5px; 
    margin-top: 16px;
}
    .detail-box{
      padding: 7px;
    }
    .right-form-home span{
      font-size: 21px;
    }
    .hero-section.Oberoi-second{
      height: 1000px;
    }
    .accordion button .accordion-title{
          padding-right: 35px;
    }
    .accordion button[aria-expanded='true']+.accordion-content{
      max-height: initial;
    }
    .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;
    }
    li.nav-item.dropdown1:hover ul {
        margin-left: 5%;
        width: 95%;
    }
    .navbar-nav {
        margin-top: 22px;
    }
    .nav-link {
        margin: 0px;
        line-height: 42px;
        font-size: 15px;
    }
    li.nav-item {
        border-bottom: 1px solid #00000012;
    }
    .hero-section{
        padding: 0px;
        height: 354px;
        padding: 0px !important;
        padding-bottom: 18px !important;
    }
    .center-heading:before, .center-heading:after{
      display: none;
    }
    .hero-section .p-5{
     padding: 0px!important;
    }
    .hero-section .p-5 {
        padding: 0 11px !important;
    } 
.Explore-manesar{
  margin: 39px 0;
}
.hero-left span{
  font-size: 17px;
}
.hero-section::before{
  background-image: linear-gradient(180deg, rgb(0 0 0 / 65%) 0%, #00000070 100%);
}
.navbar-toggler.collapsed .icon-bar.top-bar{
  top: 10px;
}
.navbar-toggler.collapsed .icon-bar.middle-bar{
  top: 28px;
}
.navbar-toggler.collapsed .icon-bar.bottom-bar{
  top: 19px;
}
.navbar-toggler .icon-bar.top-bar{
      top: 20px;
}
.navbar-toggler .icon-bar.middle-bar{
   top: 20px;
}
.feature-list li{
  width: 100%;
}
.contact-panel{
  right: -103%;
}
.about-box{
  padding: 12px 12px;
}
.Oberoi-Tower li.nav-item {
    margin-bottom: 12px;
}
.property-card a{
  padding:0px;
}

}
