/* Property Details Bar Styles */
.property-details-header {
  /* position: fixed;
  top: 70px;
  left: 0;
  right: 0; */
  background: transparent;
  z-index: 1000 !important;
  padding: 15px 0;
}

.property-details-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5DCC9;
}

.property-back-link {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.property-back-link:hover {
  color: #007bff;
  text-decoration: none;
}

.property-back-link svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.property-actions {
  display: flex;
  gap: 15px;
  align-items: center;
}

.property-actions a {
  /* background: #007bff; */
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}

.property-actions a:hover {
  background: #0056b3;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Waterfront Heaven Section */
.waterfront-section {
  background: #F8F2EB;
  padding: 100px 0;
  text-align: center;
  /* margin-top: 140px; */
}

.waterfront-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.waterfront-title {
  font-size: 2.5rem;
  font-weight: 300;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.waterfront-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
  font-weight: 300;
  margin: 0;
}

/* Construction Timeline Section */
.construction-timeline-section {
  padding: 100px 0;
  background-color: #F8F2EB;
}

.timeline-layout {
  display: flex;
  align-items: center;
  min-height: 600px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  gap: 80px;
}

.timeline-text-content {
  flex: 1;
  max-width: 500px;
  padding-right: 40px;
}

.timeline-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 40px;
  color: #2c3e50;
  line-height: 1.1;
  text-transform: uppercase;
}

.timeline-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 0;
  font-weight: 300;
}

.timeline-image-content {
  flex: 1;
  position: relative;
}

.timeline-main-image {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 0;
  overflow: hidden;
}

.timeline-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.timeline-main-image:hover img {
  transform: scale(1.02);
}

/* Responsive Design for Construction Timeline */
@media (max-width: 1200px) {
  .timeline-layout {
    gap: 60px;
    padding: 0 30px;
  }
  
  .timeline-title {
    font-size: 3rem;
  }
  
  .timeline-main-image {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .construction-timeline-section {
    padding: 80px 0;
  }
  
  .timeline-layout {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
    text-align: center;
  }
  
  .timeline-text-content {
    padding-right: 0;
    max-width: 100%;
  }
  
  .timeline-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  
  .timeline-main-image {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .construction-timeline-section {
    padding: 60px 0;
  }
  
  .timeline-title {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  
  .timeline-description {
    font-size: 1rem;
  }
  
  .timeline-main-image {
    height: 300px;
  }
}

/* Ascend to the Sublime Section */
.ascend-section {
  padding: 120px 0 0px;
  background-color: #F8F2EB;
}

.ascend-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ascend-text {
  text-align: center;
  padding: 0 40px 60px;
}

.ascend-title {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 3px;
  margin-bottom: 30px;
  color: #2c3e50;
  text-transform: uppercase;
}

.ascend-description {
  font-family: santoshi, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
}

.ascend-slider-container {
  position: relative;
  height: 80vh;
  width: 100%;
  margin: 0;
}

.ascend-swiper {
  width: 100%;
  height: 100%;
}

.ascend-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.ascend-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.ascend-slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 60px 40px 40px;
  color: white;
  transform: translateY(0);
  transition: transform 0.6s ease;
}

.ascend-swiper .swiper-slide:hover .ascend-slide-image {
  transform: scale(1.05);
}

.ascend-slide-title {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #fff;
}

.ascend-slide-text {
  font-family: santoshi, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  width: 50%;
}

/* Navigation buttons positioned at bottom right */
.ascend-navigation {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  gap: 15px;
  z-index: 10;
}

.ascend-prev,
.ascend-next {
  position: relative;
  width: 60px;
  height: 60px;
  /* background: rgba(255, 255, 255, 0.9); */
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  /* backdrop-filter: blur(10px); */
  /* border: 2px solid rgba(255, 255, 255, 0.3); */
}

/* .ascend-prev:hover,
.ascend-next:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
} */

.ascend-prev svg,
.ascend-next svg {
  width: 32px;
  height: 32px;
  color: #ffffff;
}

/* Pagination positioned near navigation */
.ascend-pagination {
  position: absolute;
  bottom: 110px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}

.ascend-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.ascend-pagination .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Design for Ascend Section */
@media (max-width: 1024px) {
  .ascend-text {
    padding: 50px 30px;
  }
  
  .ascend-title {
    font-size: 2.5rem;
  }
  
  .ascend-slider-container {
    height: 450px;
  }
}

@media (max-width: 768px) {
  .ascend-section {
    padding: 60px 0;
  }
  
  .ascend-text {
    padding: 40px 20px;
  }
  
  .ascend-title {
    font-size: 2rem;
  }
  
  .ascend-slider-container {
    height: 350px;
  }
  
  .ascend-navigation {
    bottom: 20px;
    right: 20px;
  }
  
  .ascend-prev,
  .ascend-next {
    width: 50px;
    height: 50px;
  }
  
  .ascend-prev svg,
  .ascend-next svg {
    width: 20px;
    height: 20px;
  }
  
  .ascend-pagination {
    bottom: 90px;
    right: 20px;
  }
}

/* Location Section */
.location-section {
  padding: 100px 0;
  background-color: #f7f7f7;
  position: relative;
  
  
}

.location-header {
  text-align: center;
  margin-bottom: 80px;
}

.location-subtitle {
  font-family: santoshi, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 3px;
  color: #666;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.location-title {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 2px;
  color: #2c3e50;
  margin-bottom: 0;
  text-transform: uppercase;
}

.location-content {
  display: flex;
  align-items: stretch;
  gap: 0;
  height: 600px;
}

.location-map {
  width: 40%;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%);
}

.map-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.map-navigation {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 3;
  width: 80%;
  margin: 0 auto;
}

.map-nav-btn {
  width: 50%;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(45, 45, 45, 0.3);
  
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.map-nav-btn:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.map-nav-btn svg {
  color: #2c3e50;
}

.location-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  
}

.location-card {
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  
}

.location-card:hover {
  /* transform: scale(1.02); */
  z-index: 2;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.location-card-image {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.location-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.location-card:hover .location-card-image img {
  transform: scale(1.1);
}

.location-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 60px 40px 40px;
  color: #fff;
}

.location-card-time {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #fff;
}

.location-card-place {
  font-family: santoshi, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  text-transform: uppercase;
}

/* Location Section Responsive Design */
@media (max-width: 1024px) {
  .location-content {
    height: 500px;
  }
  
  .location-title {
    font-size: 2.5rem;
  }
  
  .location-card-time {
    font-size: 2rem;
  }
  
  .location-card-content {
    padding: 40px 30px 30px;
  }
}

@media (max-width: 768px) {
  .location-section {
    padding: 60px 0;
  }
  
  .location-header {
    margin-bottom: 50px;
  }
  
  .location-title {
    font-size: 2rem;
  }
  
  .location-content {
    flex-direction: column;
    height: auto;
  }
  
  .location-map {
    width: 100%;
    height: 300px;
  }
  
  .location-cards {
    height: 200px;
  }
  
  .location-card-time {
    font-size: 1.5rem;
  }
  
  .location-card-content {
    padding: 30px 20px 20px;
  }
  
  .location-card-place {
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  .ascend-text {
    padding: 40px 30px;
    margin-bottom: 40px;
  }
  
  .ascend-title {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  
  .ascend-description {
    font-size: 1.1rem;
  }
  
  .ascend-slider-container {
    height: 400px;
  }
  
  .ascend-navigation {
    bottom: 20px;
    right: 20px;
    gap: 10px;
  }
  
  .ascend-prev,
  .ascend-next {
    width: 50px;
    height: 50px;
  }
  
  .ascend-prev svg,
  .ascend-next svg {
    width: 20px;
    height: 20px;
  }
  
  .ascend-pagination {
    bottom: 90px;
    right: 20px;
    gap: 8px;
  }
  
  .ascend-slide-overlay {
    padding: 40px 20px 20px;
  }
  
  .ascend-slide-title {
    font-size: 1.4rem;
  }
  
  .ascend-slide-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .ascend-section {
    padding: 40px 0;
  }
  
  .ascend-text {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  
  .ascend-title {
    font-size: 1.8rem;
  }
  
  .ascend-slider-container {
    height: 350px;
  }
  
  .ascend-navigation {
    bottom: 15px;
    right: 15px;
  }
  
  .ascend-prev,
  .ascend-next {
    width: 45px;
    height: 45px;
  }
  
  .ascend-pagination {
    bottom: 75px;
    right: 15px;
  }
}

/* Hero Section Styles */
.hero-section {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/home/mantra-azure-seafront.png");
  background-size: cover;
  background-position: center;
 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
}

.hero-content {
  max-width: 800px;
  padding: 0 20px;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
  opacity: 0.9;
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .property-actions {
    gap: 8px;
  }

  .property-actions a {
    padding: 8px 12px;
    font-size: 10px;
  }

  .property-back-link {
    font-size: 14px;
  }

  .waterfront-section {
    padding: 60px 0;
    
  }

  .waterfront-title {
    font-size: 2rem;
  }

  .waterfront-description {
    font-size: 1rem;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-section {
    background-attachment: scroll;
  }
}

@media (max-width: 480px) {
  .property-details-bar {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .property-actions {
    width: 100%;
    justify-content: space-between;
  }

  .property-actions a {
    flex: 1;
    text-align: center;
    padding: 8px 10px;
    font-size: 9px;
  }

  .waterfront-title {
    font-size: 1.8rem;
  }

  .hero-title {
    font-size: 2rem;
  }
}



 .cards-container {
            display: flex;
            height: 100vh;
            position: relative;
            gap: 0;
            width: 100%;
        }

        .card-item {
            position: relative;
            transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            cursor: pointer;
            overflow: hidden;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            flex: 1;
        }

        .card-item:hover {
            flex: 6;
        }

        .cards-container:hover .card-item:not(:hover) {
            width: 10%; /* Non-hover width */
        }

        .cards-container:hover .card-item:not(:hover) .card-subtitle {
            display: none;
        }

        .card-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 40px;
            color: white;
        }

        .card-title {
            font-size: 1.8rem;
            font-weight: 300;
            letter-spacing: 3px;
            text-transform: uppercase;
            text-orientation: mixed;
            align-self: flex-end;
            margin-bottom: 20px;
        }
        /*
        .card-item:first-child .card-title {
            writing-mode: horizontal-tb;
            text-orientation: initial;
            align-self: flex-start;
            font-size: 2.5rem;
            margin-bottom: 10px;
        } */

        .card-subtitle {
            font-size: 1rem;
            opacity: 0.9;
            margin-bottom: 20px;
        }

        .slider-container {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .card-item:hover .slider-container {
            opacity: 1;
        }

        .slider-wrapper {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .slider-track {
            display: flex;
            width: 500%;
            height: 100%;
            transition: transform 0.5s ease;
        }

        .slide {
            width: 20%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .slider-nav {
            position: absolute;
            bottom: 30px;
            right: 20px;
           
            display: flex;
            gap: 15px;
            z-index: 10;
        }

        .nav-btn {
            /* background: rgba(255,255,255,0.2); */
            /* border: 1px solid rgba(255,255,255,0.3); */
            color: rgb(210, 210, 210);
            width: 30px;
            height: 30px;
            /* border-radius: 50%; */
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            /* backdrop-filter: blur(10px); */
        }

        .nav-btn:hover {
            background: rgba(255,255,255,0.3);
            transform: scale(1.1);
        }

        .slide-counter {
            position: absolute;
            bottom: 30px;
            left: 40px;
            color: white;
            font-size: 1.1rem;
            font-weight: 300;
            z-index: 10;
        }

        @media (max-width: 768px) {
            .cards-container {
                flex-direction: column;
            }
            
            .card-item {
                height: 25vh;
                width: 100% !important; /* Fixed width for mobile */
            }
            
            .card-item:hover {
                height: 60vh;
                width: 100% !important; /* Keep full width on mobile hover */
            }
            
            .card-title {
                writing-mode: horizontal-tb;
                text-orientation: initial;
                font-size: 1.5rem;
            }
        }

/* Hear From You Section */
.hear-from-you-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  background-image: url('../images/india/hear-from-you.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.hear-from-you-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); 
  z-index: 0; 
}

.hear-from-you-section > * {
  position: relative;
  z-index: 1; 
}


.hear-from-you-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hear-from-you-content {
  text-align: center;
  color: white;
}

.hear-from-you-title {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 40px;
  color: white;
  text-transform: uppercase;
}

.enquiry-btn {
  background: transparent;
  border: 2px solid white;
  color: white;
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.enquiry-btn:hover {
  background: white;
  color: #2c3e50;
  transform: translateY(-2px);
}

.enquiry-btn svg {
  transition: transform 0.3s ease;
}

.enquiry-btn:hover svg {
  transform: translateX(5px);
}

/* Contact Modal */
.contact-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.contact-modal.active {
  display: flex;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.modal-content {
  position: relative;
  background: white;
  border-radius: 0;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 10000;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 40px 20px;
  border-bottom: 1px solid #eee;
}

.modal-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 3px;
  margin: 0;
  color: #2c3e50;
  text-transform: uppercase;
}

.modal-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  color: #666;
  transition: color 0.3s ease;
}

.modal-close:hover {
  color: #2c3e50;
}

.modal-body {
  padding: 40px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.form-group {
  flex: 1;
  min-width: 200px;
  position: relative;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
  font-size: 1rem;
  color: #2c3e50;
  outline: none;
  transition: border-color 0.3s ease;
}

.form-group input::placeholder {
  color: #999;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-group input:focus,
.form-group select:focus {
  border-bottom-color: #2c3e50;
}

.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  padding-right: 20px;
  color: #999;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.phone-group {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.country-code {
  font-size: 1rem;
  color: #2c3e50;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  min-width: 50px;
}

.phone-group input {
  flex: 1;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.submit-btn {
  background: #8B4513;
  border: none;
  color: white;
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.submit-btn:hover {
  background: #6B3410;
  transform: translateY(-2px);
}

.submit-btn svg {
  transition: transform 0.3s ease;
}

.submit-btn:hover svg {
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hear-from-you-title {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
  
  .enquiry-btn {
    padding: 12px 25px;
    font-size: 0.9rem;
  }
  
  .modal-content {
    margin: 10px;
    max-height: 95vh;
  }
  
  .modal-header {
    padding: 30px 30px 15px;
  }
  
  .modal-title {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  
  .modal-body {
    padding: 30px;
  }
  
  .form-row {
    flex-direction: column;
    gap: 15px;
  }
  
  .form-group {
    min-width: auto;
  }
}

@media (max-width: 480px) {
  .hear-from-you-title {
    font-size: 2rem;
  }
  
  .modal-header {
    padding: 20px 20px 10px;
  }
  
  .modal-title {
    font-size: 1.5rem;
  }
  
  .modal-body {
    padding: 20px;
  }
  
  .submit-btn {
    width: 100%;
    justify-content: center;
  }
}





        .construction-timeline-section {
            background-color: #f8f9fa;
            padding: 80px 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        .timeline-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .timeline-header {
            display: grid;
            grid-template-columns: 1fr 1.2fr;
            gap: 60px;
            margin-bottom: 50px;
            align-items: start;
        }
        
        .timeline-title {
            font-size: 3.5rem;
            font-weight: 300;
            letter-spacing: -0.02em;
            line-height: 1.1;
            color: #2c3e50;
            margin: 0;
            text-transform: uppercase;
        }
        
        .timeline-description {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #6c757d;
            margin: 0;
            padding-top: 10px;
        }
        
        .timeline-image-container {
            position: relative;
            width: 100%;
            height: 600px;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }
        
        .timeline-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        
        .timeline-image:hover {
            transform: scale(1.05);
        }
        
        .image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.05) 100%);
            pointer-events: none;
        }
        
        /* Timeline Navigation Buttons - Bottom Left Position */
        .timeline-navigation {
            position: absolute;
            bottom: 20px;
            left: 20px;
            display: flex;
            gap: 10px;
            z-index: 10;
        }
        
        .timeline-slider-container .swiper-button-prev,
        .timeline-slider-container .swiper-button-next {
            position: static;
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            color: #333;
            border: 2px solid #ddd;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            margin: 0;
        }
        
        .timeline-slider-container .swiper-button-prev:hover,
        .timeline-slider-container .swiper-button-next:hover {
            background: rgba(255, 255, 255, 1);
            border-color: #007bff;
            color: #007bff;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }
        
        .timeline-slider-container .swiper-button-prev svg,
        .timeline-slider-container .swiper-button-next svg {
            width: 20px;
            height: 20px;
        }
        
        /* Timeline Pagination */
        .timeline-pagination {
            position: absolute;
            bottom: 20px;
            right: 20px;
            left: auto;
            width: auto;
            text-align: right;
        }
        
        .timeline-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: rgba(255, 255, 255, 0.5);
            border: 2px solid rgba(255, 255, 255, 0.8);
            opacity: 1;
            margin: 0 4px;
        }
        
        .timeline-pagination .swiper-pagination-bullet-active {
            background: #007bff;
            border-color: #007bff;
        }
        
        /* Ensure timeline swiper container has proper positioning */
        .timeline-slider {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        
        .timeline-slider .swiper-wrapper {
            display: flex;
            align-items: center;
        }
        
        .timeline-slider .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
        }
        
        .timeline-slide-image {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
        }
        
        .timeline-slide-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .construction-timeline-section {
                padding: 60px 0;
            }
            
            .timeline-header {
                grid-template-columns: 1fr;
                gap: 40px;
                text-align: center;
            }
            
            .timeline-title {
                font-size: 2.8rem;
            }
            
            .timeline-image-container {
                height: 400px;
            }
        }
        
        @media (max-width: 768px) {
            .construction-timeline-section {
                padding: 40px 0;
            }
            
            .timeline-content {
                padding: 0 15px;
            }
            
            .timeline-title {
                font-size: 2.2rem;
            }
            
            .timeline-description {
                font-size: 1rem;
            }
            
            .timeline-image-container {
                height: 300px;
            }
            
            /* Responsive adjustments for timeline navigation */
            .timeline-slider-container .swiper-button-prev,
            .timeline-slider-container .swiper-button-next {
                width: 40px;
                height: 40px;
                bottom: 15px;
                left: 15px;
            }
            
            .timeline-slider-container .swiper-button-next {
                left: 65px;
            }
            
            .timeline-slider-container .swiper-button-prev svg,
            .timeline-slider-container .swiper-button-next svg {
                width: 16px;
                height: 16px;
            }
            
            .timeline-pagination {
                bottom: 15px;
                right: 15px;
            }
            
            .timeline-pagination .swiper-pagination-bullet {
                width: 10px;
                height: 10px;
                margin: 0 3px;
            }
        }
        
        @media (max-width: 576px) {
            .timeline-title {
                font-size: 1.8rem;
            }
            
            .timeline-header {
                gap: 30px;
            }
        }
  


.construction-timeline-section {
  /* min-height: 100vh; */
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  padding: 5rem 0;
}

.construction-timeline-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

/* Left Content Styles */
.construction-timeline-content {
  padding-right: 2rem;
}

.construction-timeline-title {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #2c2c2c;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}

.construction-timeline-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
  font-weight: 300;
}

/* Swiper Container */
.construction-timeline-swiper-container {
  position: relative;
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.construction-timeline-swiper {
  width: 100%;
  height: 100%;
}

.construction-timeline-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.construction-timeline-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.construction-timeline-swiper .swiper-slide:hover img {
  transform: scale(1.05);
}

/* Navigation Overlay */
.construction-timeline-swiper-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  padding: 3rem 2rem 2rem;
  z-index: 10;
  pointer-events: none;
}

.construction-timeline-swiper-navigation {
  display: flex;
  gap: 0.4rem;
  pointer-events: all;
}

.construction-timeline-swiper-button-prev,
.construction-timeline-swiper-button-next {
  width: 48px;
  height: 48px;
  /* background: rgba(255, 255, 255, 0.9); */
  border: none;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #ffffff;
  /* backdrop-filter: blur(10px); */
  background: transparent;
}

/* .construction-timeline-swiper-button-prev:hover,
.construction-timeline-swiper-button-next:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
} */

.construction-timeline-swiper-button-prev:active,
.construction-timeline-swiper-button-next:active {
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .construction-timeline-container {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }

  .construction-timeline-content {
    padding-right: 0;
  }

  .construction-timeline-title {
    font-size: 2.5rem;
  }

  .construction-timeline-swiper-container {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .construction-timeline-container {
    padding: 4rem 1rem;
    gap: 2rem;
  }

  .construction-timeline-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .construction-timeline-description {
    font-size: 1rem;
  }

  .construction-timeline-swiper-container {
    height: 400px;
  }

  .construction-timeline-swiper-overlay {
    padding: 2rem 1rem 1.5rem;
  }

  .construction-timeline-swiper-button-prev,
  .construction-timeline-swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .construction-timeline-section {
    padding: 1rem 0;
  }

  .construction-timeline-title {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }

  .construction-timeline-swiper-container {
    height: 350px;
  }
}



.ascend-section {
            padding: 80px 0;
            background: #f8f9fa;
        }

        

        

        .ascend-content {
            /* display: grid;
            grid-template-columns: 1fr 1fr; */
            gap: 60px;
            align-items: center;
            /* padding: 0 20px; */
        }

        .ascend-text {
            opacity: 0;
            transform: translateY(30px);
            transition: all 1s ease;
        }

        .ascend-text.animate-in {
            opacity: 1;
            transform: translateY(0);
        }

        /* .ascend-title {
            font-size: 3rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 24px;
            color: #1a1a1a;
        }

        .ascend-description {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #666;
        } */

        .ascend-slider-container {
            position: relative;
            opacity: 0;
            transform: scale(0.95);
            transition: all 1.2s ease;
            width: 100%;
            /* height: 80vh; */
        }

        .ascend-slider-container.animate-in {
            opacity: 1;
            transform: scale(1);
        }

        .ascend-swiper {
            width: 100%;
            height: 100%;
            /* border-radius: 12px; */
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }

        .ascend-slide-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .ascend-slide-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            color: white;
            padding: 40px;
            transform: translateY(100%);
            transition: transform 0.6s ease;
        }

        .swiper-slide-active .ascend-slide-overlay {
            transform: translateY(0);
        }

        .ascend-slide-title {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .ascend-slide-text {
            font-size: 0.95rem;
            line-height: 1.6;
            opacity: 0.9;
        }

        .ascend-navigation {
            position: absolute;
            bottom: 20px;
            right: 20px;
            display: flex;
            gap: 12px;
            z-index: 10;
        }

        .ascend-prev,
        .ascend-next {
            width: 44px;
            height: 44px;
            /* background: rgba(255, 255, 255, 0.9); */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: #ffffff;
        }

        .ascend-prev:hover,
        .ascend-next:hover {
            background: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .ascend-prev svg,
        .ascend-next svg {
            width: 20px;
            height: 20px;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .ascend-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .ascend-title {
                font-size: 2.2rem;
            }

            .ascend-swiper {
                height: 400px;
            }

            .ascend-slide-overlay {
                padding: 24px;
            }

            .ascend-slide-title {
                font-size: 1.2rem;
            }

            .ascend-slide-text {
                font-size: 0.9rem;
            }
        }

        /* Animation classes */
        .animate-in {
            opacity: 1 !important;
            transform: translateY(0) !important;
        }





