:root {
  --primary-color: #3a86ff;
  --secondary-color: #8338ec;
  --dark-color: #212529;
  --light-color: #f8f9fa;
}

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

/* Header Styles */
.navbar {
  background-color: black;
  /*! box-shadow: 0 2px 15px rgba(0,0,0,0.1); */
  padding: 0 0;
  transition: all 0.3s ease;
}

.navbar.scrolled {
  padding: 10px 0;
  background-color: rgba(255,255,255,0.95);
}

.navbar-brand img {
  height: 70px;
}

.nav-link {
  font-weight: 500;
  margin: 0 5px;
  color: white;
}

.nav-link:hover {
  color: #c4943f !important;
}


/* Section Styling */
.section-title {
  position: relative;
  margin-bottom: 24px;
  font-weight: 700;
}

.section-title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #c4943f;
  left: 39px;
}

/* Amenities */
.amenity-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.amenity-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* Gallery */
.gallery-img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.gallery-img:hover {
  transform: scale(1.03);
}

/* Footer */
.footer {
  background-color: var(--dark-color);
  color: white;
  padding: 50px 0 20px;
}

.footer-logo img {
  height: 50px;
  margin-bottom: 20px;
}

.footer-links h5 {
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: white;
  padding-left: 5px;
}

.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  color: white;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: var(--primary-color);
  transform: translateY(-3px);
}

.copyright {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  margin-top: 40px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-section {
    text-align: center;
    padding: 100px 0 60px;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
}

/* banner */
.hero-section {
  background: url('../images/b1.webp') center center/cover no-repeat;
  min-height: 100vh;
  position: relative;
  top: 0;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.17); /* dark overlay */
  z-index: 0;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

#navbarNav {
  justify-content: center;
}
.hero-title {
  font-size: ;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: white;
  text-align: left;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 14px;
  /*! text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); */
  /*! color: white; */
}

.price-type{
  color: white;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 0.57) !important;
}

.form-control {
  padding:13px 10px;
}
.btn {
  background: #c4943f;
  border: #c4943f;
}
.btn:hover{
  background: #db9314;
  color: white;
}
.btn-outline-primary{
  color: white;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgb(196, 148, 63) !important;
}



#highlights .section-title::after{
  text-align: center;
  margin:  0 auto;
  left: 50%;
}
#gallery .section-title::after{
  left: 50%;
}

#highlights .card-body {
  height: 164px;
}

#availability .section-title::after{
  left: 50%;
}
#amenities .section-title::after{
  left: 50%;
}

#floor-plans .section-title::after{
  left: 50%;
}
#contact .section-title::after{
  left: 50%;
}
.footer p {
  text-align: center;
}
#contact {
  background:
url('https://trumptowersgurugram.net/images/bg-map-footer.png');
}


/* sdfgh */
/* Highlights Section Styling */
#highlights-right .highlight-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

#highlights-right .highlight-image img {
  transition: transform 0.5s ease;
}

#highlights-right .highlight-image:hover img {
  transform: scale(1.03);
}

#highlights-right .highlight-icon {
  width: 30px;
  height: 29px;
  flex-shrink: 0;
  font-size: 10px;
}

#highlights-right .highlight-item {
  transition: transform 0.3s ease;
}

#highlights-right .highlight-item:hover {
  transform: translateX(10px);
}

@media (max-width: 768px) {
  #highlights-right .highlight-icon {
      width: 50px;
      height: 50px;
  }

  #highlights-right .section-title.text-start {
      text-align: center !important;
  }
}
#highlights-right i {
  font-size: 15px !important;
}

.highlight-item h4 {
  font-size: 19px;
  font-weight: 400;
}

.fa-check-circle::before, .fa-circle-check::before {
  content: "\f058";
  color: #c4943f;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
  filter: blur(4px);
  
}


@media(max-width: 768px){
    .abot-devloper {
    padding-top: 0!important;
}
    .mobile{
        display: none!important;
    }
  #home .lead{
    text-align: left;
  }
  #home .lead {
    text-align: left;
    line-height: 28px;
  }
  .btn.btn-primary.btn-lg.px-5 {
    font-size: 16px;
  }
  .mbile {
    display: none;
  }
  .navbar{
    background: white;
  }
  .nav-link {
    color: #000;
  }
}

.footer img {
  height: 72px;
  margin-bottom: 24px;
}
.privacy-policy h2 {
  font-size: 23px;
}

.abot-devloper {
  display: ;
  padding-top: 80px;
}

.whatsapp-icon img {
  width: 60px;
  height: 60px;
}

.whatsapp-icon {
  position: fixed;
  z-index: 999999;
  bottom: 177px;
  right: 18px;
}

.call-icon{
  position: fixed;
  z-index: 999999;
  bottom: 106px;
  right: 24px;
}



.call-icon img {
  height: 50px;
  width: 50px;
}
@media (max-width: 768px) {
  .whatsapp-icon{
    display: none !important;
  }
  .call-icon{
    display: none !important;
  }
}

/*ftr*/
@media (max-width: 767px) {
  .fix-footer {
    display: block !important;
  }
}
.fix-footer {
  display: none;
}
.fix-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background:
#fff;
  padding:
5px 0;
  z-index: 999;
  width: 100%;
  border-top:
2px solid #2a55a4;
}

.fix-footer p {
  float: left;
  width: 23%;
  text-align: center;
  margin-left: 30px;
  padding:
0;
  margin-bottom: 0;
}

.fix-footer .meeting {
  position: unset;
  background:
#fff;
  animation:
unset;
  display: inline;
}
.fix-footer p a {
  float: left;
  margin:
0;
  padding:
0;
}

.fix-footer p a img {
  width: 32px;
  margin:
0 auto;
}

.fix-footer .meeting {
  position: unset;
  background:
#fff;
  animation:
unset;
  display: inline;
}
.fix-footer p a img {
  width: 32px;
  margin:
0 auto;
}

.fix-footer p {
  text-align: center;
}
@media (max-width: 767px) {
  .fix-footer p a span {
    font-weight: 500;
    font-size: 13px;
  }
}
.fix-footer p a span {
  float: left;
  width: 100%;
  color: #000;
  font-weight: 500;
  font-size: 13px;
}