body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #f9f7f0;
  color: #000000;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1460px;
    }
}

nav#mainNav .container {
    align-items: baseline;
}
p {
    font-size: 14px;
}
ul.navbar-nav {
    padding-bottom: 20px;
        align-items: center;
}

/* Navbar styles */
.navbar {
  transition: background-color 0.3s ease;
}
.navbar-dark .nav-link {
    position: relative;
    font-size: 13px;
    color: #000000;
    font-weight: 500;
    padding: 5px !important;
    margin: 0;
}
.navbar-dark .nav-link::after {
    content: "|";
    position: absolute;
    right: -3px;
    top: 3px;
    color: #ba8702;
}

a.nav-link:hover {
    text-decoration: underline;
}
nav#mainNav {
    background-color: rgb(255 255 255 / 82%);
    box-shadow: rgb(122 122 122 / 31%) 0px 20px 30px -10px;
}
#mainNav.scrolled {
  background-color: #f9f7f0;
}

/* Hero section */
.hero-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.hero-section video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 74px;
    /*background-color: rgb(255 255 255 / 82%);*/
}

/* Amenities section */
.amenities-section {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 60px;
  text-align: center;
}
.amenities-section h1 {
  color: #FFD700;
  font-weight: bold;
}
.amenities-section p {
  max-width: 900px;
  margin: 0 auto;
}
.amenity-icon {
  width: 50px;
  margin-bottom: 10px;
}

/* Fixed form */
.enquire-form {
    background-color: #f2bb2f;
}
.enquire-form input {
  width: 150px;
}

a.navbar-brand.fw-bold {
    width: 200px;
}
a.navbar-brand.fw-bold img {
    width: 100%;
}


.modal-img {
  background: url('images/pop-img.png') center/cover no-repeat;
  min-height: 100%;
}

.best-service h2 {
    font-size: 23px;
}
p.border-btm-grey {
    border-bottom: 1px solid #80808078;
    padding-bottom: 12px;
    margin-bottom: 24px;
}
.best-service h2 {
    margin-bottom: 11px !important;
    font-size: 23px;
}
.best-service h4 {
    font-size: 20px;
    margin-bottom: 14px !important;
}
span.check-icon {
    color: #dfb751;
}
.bg-dark {
    background-color: rgb(249 247 240) !important;
}
.bg-dark .navbar-dark .nav-link {
   
    color: #000000;
}
/* .fixed-top.bg-dark ul.navbar-nav li a {
   
    color: #000000;
} */

ul.list-unstyled li {
    font-size: 14px;
}

.pricing-section {
  background-color: #f2e6cd;
}

.section-subtitle {
  color: #d4a017;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.pricing-card {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.pricing-card-header {
  background-color: #3a3a3a;
  color: #d4a017;
  padding: 20px 10px;
  font-weight: bold;
  position: relative;
}

.pricing-card-header p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #d4a017;
}

.pricing-card-header h3 {
  font-size: 24px;
  margin: 0;
  font-weight: bold;
}

.pricing-card-body {
  padding: 20px;
}

.pricing-card-body p {
  margin: 0;
  font-size: 15px;
}

.pricing-card-body hr {
  margin: 10px 0;
}

.btn-warning {
    background-color: #d5a628;
    border: none;
    border-radius: 25px;
    padding: 8px 90px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 20px;
}

.floorplan-section {
  background-color: #fdf8ee;
}

.section-subtitle {
  color: #d4a017;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.floorplan-card {
  position: relative;
  border: 1px solid #ddd;
  overflow: hidden;
}

.floorplan-card img {
  width: 100%;
  display: block;
}

.blurred {
  filter: blur(4px);
}

.download-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #d5a628;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    border-radius: 9px;
}

.download-btn:hover {
  background-color: #b88f14;
}

.floorplan-label {
  background-color: #2b1e1e;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  font-size: 16px;
}


.mob-img{display: none;}

section.amenities-sec.py-5.text-center {
    background: #f2e6cd;
}
section.amenities-sec.py-5.text-center img {
    border-radius: 10px;
}
.row.center-v {
    align-items: center;
}
img.w-100.flex-g {
    margin-bottom: 30px;
}
.amenities-sec .container {
    padding: 0 6%;
}

.location-section {
  background-color: #fff;
  background-image: url('https://www.trustifyrealty.co.in/smart-world-one-dxp/img/bg-map-footer.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.location-section .section-subtitle {
  color: #d4a017;
  font-weight: bold;
  font-size: 18px;
}

.location-section h2 {
  font-size: 28px;
  font-weight: 700;
}

.location-list li {
  font-size: 16px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.location-list i {
  color: #d4a017;
  font-size: 20px;
  margin-right: 10px;
}
.location-section .container {
    padding: 0 7%;
}
ul.location-list.list-unstyled li {
    margin-bottom: 17px;
    font-size: 18px;
}


h3.fw-bold.orange {
    color: #d4a017;
}

section.disclaimer.text-center.container.py-5 p {
    font-size: 13px;
    margin-bottom: 8px;
    color: #000000;
}
section.sticky-btn button {
    position: fixed;
    width: 100%;
    border: none;
    padding: 10px;
    bottom: 0;
    background: #c9f3ff;
}

.enquire-btn-top {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.call-btn-top {
  top: 30px;
  right: 182px;
}
a.enquire-btn {
  text-decoration: none;
  display: block;
}
a.enquire-btn:hover {
  text-decoration: underline;
}
.enquire-btn {
    position: relative;
    padding: 12px 40px;
    font-size: 15px;
    color: #ffffff;
    /* background: #fff; */
    border: 0px solid transparent;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    /* text-transform: uppercase; */
    font-weight: bold;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
}

.enquire-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ffc107, #b28b34, #f9c861);
    background-size: 200%;
    z-index: -1;
    animation: borderMove 3s linear }

.enquire-btn::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  /* background: #f9f1dc; */
  z-index: -1;
  border-radius: 20px;
}

@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

.enquire-btn:hover {
  text-decoration: underline;
}
.enquire-btn.head-btn{
    
    padding: 7px 21px;
    border-radius: 23px;
}
li.space-side {
    margin: 0 10px;
}
a.enquire-btn.head-btn {
    font-size: 15px;
}
li.nav-item {
    margin-right: 10px;
}

.modal-content strong {
    color: #c2962a;
    margin-left: 7px;
    border-bottom: 1px solid #c2962a;
}
.form-group input  ,.form-group textarea {
    margin-bottom: 10px;
    font-size: 13px;
    padding: 6px;
}
button.form-btn {
    border-radius: 39px;
    padding: 8px;
    font-size: 16px;
    margin-top: 8px;
}
.form-section h2 {
    font-size: 20px;
    font-weight: 600;
}
p.form-para {
    color: #474747;
}

/* whatsapp form css Start */
.whatsapp-form {
  width: 190px;
  border-radius: 20px;
  position: fixed;
  bottom: 24px;
  left: 22px;
  z-index: 9999;
  background: #25d366;
  padding: 10px;
  display: none;
  z-index: 99999;
}

.whatsapp-form input {
  margin: 8px 0 6px;
  padding: 3px 6px;
  font-size: 14px;
}

.wht-submit {
  margin-bottom: 0 !important;
  background: #25d366 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  padding: 1px !important;
  font-size: 14px !important;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pos-re button {
  width: 100%;
  border-radius: 50px;
}

.wht-submit i {
  margin-right: 1px;
  padding: 4px;
  color: #ffffff;
  font-size: 15px;
  border-radius: 50%;
}

button#hd-modal {
  position: absolute;
  top: -16px;
  right: 39%;
  border: 3px solid #25d366;
  color: #343434;
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-btn {
  position: fixed;
  bottom: 28px;
  left: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 9999;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 600;
  width: 60px;
  height: 60px;
}

.whatsapp-btn i {
  font-size: 37px;

}
.pdf-btn {
    display: inline-block;
    background-color: #d32f2f; 
    color: #fff;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.pdf-btn:hover {
    background-color: #b71c1c;
}

/* thankyoupage css Start */
.dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0056b83b;
}

.thankyou-content {
  position: absolute;
  width: 650px;
  margin: auto;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 32px;
}

.thankyou-content img {
  margin-bottom: 17px;
}

.thankyou-content h1 {
  font-size: 30px;
}

.thankyou-content p {
  text-align: center;
  font-size: 17px;
}

.thankyou-content p a {
  color: #0056b7;
  font-weight: 600;
}

p.bottom-heading {
  margin-bottom: 6px;
  color: #000000;
  font-style: italic;
  text-decoration: underline;
  font-size: 15px;
}

a.logo-target {
  text-decoration: none;
  background: #0056b7;
  color: #ffffff;
  padding: 10px;
  margin-top: 9px;
  display: block;
  border-radius: 30px;
  transition: 0.5s;
}

a.logo-target:hover {
  background: #0e2e50;
}

/* thankyoupage css End */
.desk-none {
  display: none;
}
a.logo-thankyou img {
    width: 262px;
}
/* whatsapp form css End */
.mt-set-tp h2 {
    margin-top: 30px;
}

@media (max-width: 767px) {
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
  .hero-section .overlay {
   
    background-color: rgb(0 0 0);
    display: none;
}
nav#mainNav {
  padding-bottom: 0;
    background: #000000;
    
}
.navbar-dark .nav-link {
   
    color: #ffffff;
    
}
ul.navbar-nav {
    align-items: start;
}
li.space-side {
    margin: 10px 0;
}
.bg-dark {
    background-color: rgb(0 0 0) !important;
}
li .enquire-btn.head-btn {
    width: 200px;
    text-align: center;
}
a.navbar-brand.fw-bold {
    width: 170px;
}
.hero-section video {
  
    height: 70vh;
   
}
.hero-section {
    height: auto;
}

section#aboutus .col-md-8 {
    margin-top: 20px;
    text-align: center;
}

.btn-warning {
    width: 100%;
}
.amenities-sec .container {
    padding: 0 20px;
}
section#amenities img {
    margin-bottom: 20px;
}
section.disclaimer.text-center.container.py-5 {
    padding-bottom: 55px !important;
}
ul.location-list.list-unstyled li {
    margin-bottom: 13px;
    font-size: 15px;
}
.modal-img {
    display: none !important;
}

.thankyou-content {
   
    width: 90%;
  
}
.thankyou-content h1 {
    font-size: 22px;
    margin-bottom: 19px;
}
.thankyou-content p {

    font-size: 15px;
}
.pdf-btn {
    margin-top: 20px;
    padding: 12px 18px;
    font-size: 18px;
    width: 100%;
    border-radius: 50px;
}
.mt-set-tp {
    margin-top: 20px;
}

.mt-set-tp h2 {
    margin-top: 0;
}



}
