@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap');

/* ==================== GLOBAL STYLES ==================== */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #f2f2f7;
  font-family: "Raleway", sans-serif;
}

a {
  text-decoration: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.bg-FFF2EA {
  background-color: #FFF2EA;
}

.text_color {
  color: #A1022F;
  font-weight: 700 !important;
  font-family: Domine, serif;
}

/* ==================== NAVBAR ==================== */
.navbar-brand {
  width: 25%;
}
.nav-link:focus, .nav-link:hover {
    background: #dfdfdf73;
    color: #a1012f;
}
.navbar {
  padding: 0.5rem 0;
}
.navbar-expand-lg .navbar-nav .nav-link{
  padding:0.5 0.8rem;
}
.logo {
  width: 40%;
}

.logo2 {
  margin-left: 8rem;
  width: 40%;
}

.nav-item a {
  color: #a1022f;
  font-family: "Playfair Display", serif;
  font-weight: 500;
}

/* ==================== STICKY FORM ==================== */
.sticky-form {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #a1012f;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  z-index: 99;
}

.success_msg,
.error_msg {
  display: none;
}

.form-check-input {
  background-color: transparent;
  color: white;
  border: 1px solid rgb(255 255 255 / 25%);
}

.form-check-input:checked {
  background-color: transparent;
  border: 2px solid #fff;
  outline: none;
  box-shadow: none;
}

.enquireNow_btn {
  padding: 0.4rem 4rem;
  color: #fff;
  background-color: #470014 !important;
}

.position-relative {
  position: relative;
}

.form_icon {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  color: #470014;
  pointer-events: none;
  z-index: 10;
}

.sidenav_form input {
  -webkit-text-fill-color: #470014;
  font-weight: 500;
}

/* ==================== CANVAS VIDEO SECTION ==================== */
.canvas-section {
  position: relative;
  background-color: #e8e6e1;
  padding: 40px 0;
}

.canvas-section > .container-fluid > div:first-child {
  margin-bottom: -280px;
  position: relative;
  z-index: 1;
}

.video-container {
position: relative;
width: 98%;
margin: 0 auto;
border-radius: 1.5rem;
margin-top: 19%;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
z-index: 2;
}

.video-container video {
width: 100%;
height: auto;
display: block;
}

.play-button-overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80px;
height: 80px;
background: linear-gradient(135deg, #ff6b9d, #c9466f);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 5px 20px rgba(201, 70, 111, 0.4);
z-index: 10;
}

.play-button-overlay:hover {
transform: translate(-50%, -50%) scale(1.1);
box-shadow: 0 8px 30px rgba(201, 70, 111, 0.6);
}

.play-button-overlay i {
color: white;
font-size: 28px;
transition: all 0.3s ease;
}

/* Adjust play icon margin */
.play-button-overlay .fa-play {
margin-left: 5px;
}

/* Center pause icon */
.play-button-overlay .fa-pause {
margin-left: 0;
}

/* Mobile responsive */
@media (max-width: 768px) {
  #gallery .slick-next {
        left: 15rem !important;
        top: 15rem !important;
    }
    #gallery .slick-prev {
        left: 9rem !important;
        top: 15rem !important;
    }
.play-button-overlay {
width: 60px;
height: 60px;
}

.play-button-overlay i {
font-size: 20px;
}
}
.video-subtitle {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-top: 20px;
  position: absolute;
  bottom: 7rem;
  left: 2rem;
}

/* ==================== BUTTONS ==================== */
.button-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-family: "Domine", serif;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-bottom: 20px;
}

.custom-btn {
  background-color: #A1022F;
  color: white;
  border: none;
  padding: 6px 30px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(139, 26, 61, 0.3);
}

.custom-btn:hover {
  background-color: #6d1530;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(139, 26, 61, 0.4);
  color: white;
}

.custom-btn i {
  font-size: 18px;
}

.btn-icon-circle {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #A1022F;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge_sec {
  background-color: #8E8E93;
  width: fit-content;
  border-radius: 2rem;
  padding: 0.5rem 7rem 0.6rem 3rem;
  font-weight: 600;
  font-size: 1.2rem;
  color: #fff;
}

.mt_10 {
  margin-top: 3rem;
}

/* ==================== OVERVIEW SECTION ==================== */
.unitplan p {
  top: 14rem;
  position: absolute;
  left: 0;
  right: 0;
  color: gray;
}

.overview {
  padding-left: 22rem;
  font-family: "Domine", serif;
}

.overview h5 {
  color: #A1022F;
}

.overview h3 {
  color: #A1022F;
  font-weight: 600;
}

.overview p {
  color: #58464B;
  font-size: 1.3rem;
  padding-right: 2rem;
  font-family: "Raleway", sans-serif;
  line-height: 2rem;
}

/* ==================== INFO SECTION ==================== */
.info-section {
  width: 90%;
  margin: 40px auto;
  background-image: url("https://magicpage-dev.propstory.com/ImageUploads/Image_Upload/1nnx5eapkmhumc2qe.webp");
  background-size: cover;
  background-position: center;
  font-family: Domine, serif;
  border-radius: 30px;
  padding: 20px 30px;
  color: #000;
}

.overlay {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 30px;
  padding: 15px 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.info-item h2,
.info-item h3 {
  margin: 0;
  font-weight: 600;
}

.info-item p {
  margin: 5px 0 0;
  font-size: 0.9rem;
  color: #333;
}

.divider {
  width: 2px;
  height: 40px;
  opacity: 0.8;
}

.pink { background-color: #f6a; }
.purple { background-color: #9b7af0; }
.blue { background-color: #6fa8ff; }
.green { background-color: #80d88c; }

/* ==================== MASTERPIECE SECTION ==================== */
.masterpiece-text h2 {
  font-size: 5rem;
  font-family: Raleway, sans-serif;
}

.thriving-wrapper img {
  width: 76%;
}

.thriving-wrapper {
  text-align: right;
}



/* ==================== HIGHLIGHTS SECTION ==================== */
.highlights-section {
  position: relative;
  padding: 8rem 4rem;
  background-color: #fff;
  overflow: hidden;
}

.pattern {
  position: absolute;
  width: 25%;
  height: auto;
  z-index: 0;
}

.pattern-top {
  top: -73px;
  left: 0;
}

.pattern-bottom {
  bottom: -75px;
  right: 0;
  transform: rotate(180deg);
}

.pattern-top2 {
  top: -73px;
  right: 0;
}

.pattern-bottom2 {
  bottom: -75px;
  left: 0;
  transform: rotate(180deg);
}

.highlight-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.highlight-text {
  flex: 1;
}

.highlight-text h2 {
  font-size: 2rem;
  color: #a11a2f;
  margin-bottom: 20px;
}

.highlight-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.highlight-text li {
  font-size: 1rem;
  color: #333;
  margin-bottom: 12px;
  padding-left: 22px;
  position: relative;
}

.highlight-text li::before {
  content: "★";
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}

.highlight-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.highlight-image img {
  width: 65%;
  border-radius: 1.8rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ==================== AMENITIES SECTION ==================== */
.amenities-section {
background-color: #fff;
padding: 60px 20px;
overflow: hidden;
}

.amenities-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 20px;
margin-bottom: 20px;
}

/* First row - 5 items centered */
.amenity-card:nth-child(1) { grid-column: 2 / span 2; }
.amenity-card:nth-child(2) { grid-column: 4 / span 2; }
.amenity-card:nth-child(3) { grid-column: 6 / span 2; }
.amenity-card:nth-child(4) { grid-column: 8 / span 2; }
.amenity-card:nth-child(5) { grid-column: 10 / span 2; }

/* Second row - 6 items */
.amenity-card:nth-child(6) { grid-column: 1 / span 2; grid-row: 2; }
.amenity-card:nth-child(7) { grid-column: 3 / span 2; grid-row: 2; }
.amenity-card:nth-child(8) { grid-column: 5 / span 2; grid-row: 2; }
.amenity-card:nth-child(9) { grid-column: 7 / span 2; grid-row: 2; }
.amenity-card:nth-child(10) { grid-column: 9 / span 2; grid-row: 2; }
.amenity-card:nth-child(11) { grid-column: 11 / span 2; grid-row: 2; }

/* Third row - 4 items centered */
.amenity-card:nth-child(12) { grid-column: 3 / span 2; grid-row: 3; }
.amenity-card:nth-child(13) { grid-column: 5 / span 2; grid-row: 3; }
.amenity-card:nth-child(14) { grid-column: 7 / span 2; grid-row: 3; }
.amenity-card:nth-child(15) { grid-column: 9 / span 2; grid-row: 3; }

/* --- Second Slide Grid --- */

/* First row - 4 items (centered) */
.amenities-grid-2 .amenity-card:nth-child(1)  { grid-column: 3 / span 2; grid-row: 1; }
.amenities-grid-2 .amenity-card:nth-child(2)  { grid-column: 5 / span 2; grid-row: 1; }
.amenities-grid-2 .amenity-card:nth-child(3)  { grid-column: 7 / span 2; grid-row: 1; }
.amenities-grid-2 .amenity-card:nth-child(4)  { grid-column: 9 / span 2; grid-row: 1; }

/* Second row - 5 items */
.amenities-grid-2 .amenity-card:nth-child(5)  { grid-column: 2 / span 2; grid-row: 2; }
.amenities-grid-2 .amenity-card:nth-child(6)  { grid-column: 4 / span 2; grid-row: 2; }
.amenities-grid-2 .amenity-card:nth-child(7)  { grid-column: 6 / span 2; grid-row: 2; }
.amenities-grid-2 .amenity-card:nth-child(8)  { grid-column: 8 / span 2; grid-row: 2; }
.amenities-grid-2 .amenity-card:nth-child(9)  { grid-column: 10 / span 2; grid-row: 2; }

/* Third row - 4 items (centered again) */
.amenities-grid-2 .amenity-card:nth-child(10) { grid-column: 3 / span 2; grid-row: 3; }
.amenities-grid-2 .amenity-card:nth-child(11) { grid-column: 5 / span 2; grid-row: 3; }
.amenities-grid-2 .amenity-card:nth-child(12) { grid-column: 7 / span 2; grid-row: 3; }
.amenities-grid-2 .amenity-card:nth-child(13) { grid-column: 9 / span 2; grid-row: 3; }


.amenity-card {
    background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);
    border-radius: 1rem;
    padding: 1rem 0;
    margin-bottom: 0.8erm;
    width: 70%;
    height: auto;
}

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

.amenity-icon {
width: 50px;
height: 50px;
background-color: #a1022f;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 8px;
}

.amenity-icon img {
width: 52px; 
}

.amenity-icon i {
color: white;
font-size: 24px;
}

.amenity-title {
color: #a1022f;
font-size: 15px;
text-align:center;
font-weight: 600;
margin: 0;
line-height: 1.2;
}

.navigation-arrows {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 30px;
}

.arrow-btn {
width: 50px;
height: 50px;
border: none;
background-color: transparent;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
}

.arrow-btn:hover {
background-color: #a1022f;
}

.arrow-btn:hover i {
color: white;
}

.arrow-btn i {
color: #a1022f;
font-size: 20px;
transition: color 0.3s ease;
}

/* Mobile - 3 items per row */
@media (max-width: 768px) {
.amenities-section {
padding: 40px 10px;
}

.amenities-grid {
grid-template-columns: repeat(3, 1fr);
gap: 15px;
}

/* Reset all positioning for mobile - auto flow */
.amenity-card:nth-child(n) {
grid-column: auto !important;
grid-row: auto !important;
}

.amenity-card {
width: 90px;
height: 90px;
padding: 10px;
}

.amenity-icon {
width: 40px;
height: 40px;
margin-bottom: 6px;
}

.amenity-icon img {
width: 22px;
height: 22px;
}

.amenity-icon i {
font-size: 18px;
}

.amenity-title {
font-size: 9px;
line-height: 1.1;
}

.arrow-btn {
width: 40px;
height: 40px;
}

.arrow-btn i {
font-size: 16px;
}
}

@media (max-width: 576px) {
.amenity-card {
width: 80px;
height: 80px;
padding: 8px;
}

.amenity-icon {
width: 35px;
height: 35px;
margin-bottom: 4px;
}

.amenity-icon img {
width: 18px;
height: 18px;
}

.amenity-icon i {
font-size: 16px;
}

.amenity-title {
font-size: 8px;
}
}

/* ==================== SLICK SLIDER (GALLERY) ==================== */
.slick-slider .element {
  height:100%;
  width:100%;
  border-radius:5px;
  display:inline-block;
  margin:0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-prev:before,
.slick-next:before {
  color: #470014 !important;
  font-size: 30px !important;
  border-radius: 0 !important;
}

.slick-prev {
  left: -40px;
  z-index: 10;
}

.slick-next {
  right: -40px;
  z-index: 10;
}

.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  background-color: #818182;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(255, 255, 255, 1);
}

/* ==================== CANVAS SLIDER SECTION ==================== */
.canvas-slider-section {
  background-color: #FFF2EA;
  padding: 60px 0 120px !important;
  position: relative;
}

.canvas-title {
  text-align: center;
  margin-bottom: 50px;
}

.canvas-slider {
  position: relative;
  margin: 0 auto;
  padding: 0 60px;
  top: -7rem;
}

.slide-item {
  position: relative;
  margin: 0 1rem;
  overflow: hidden;
}

.slide-content {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* 50% Image - 50% Text Layout (All Devices) */
.slide-image-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0;
}

.slide-image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}

.slide-text-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 40px;
  background-color: #fff;
}

.overlay-title {
  color: #D4A574;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.overlay-heading {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}

.overlay-description {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.overlay-description strong {
  color: #000000;
}
  
#gallery .slick-next {
    right: 0% !important;
    left: auto !important;
    top: auto !important;
    bottom: 41% !important;
    transform: none !important;
}
#gallery .slick-prev {
    left: 1% !important;
    top: auto !important;
    bottom: 41% !important;
    transform: none !important;
}
.brochure-btn-wrapper {
  display: flex;
  justify-content: center; /* centers horizontally */
  align-items: center;     /* centers vertically (optional) */
  margin-top: 20px;        /* optional spacing */
  text-align: center;
}

/* Mobile - Keep 50/50 Layout */
@media (max-width: 768px) {
  #gallery .slick-next {
            right: 34% !important;
        left: auto !important;
        top: auto !important;
        bottom: -23% !important;
    transform: none !important;
}
#gallery .slick-prev {
           right: 56% !important;
        left: auto !important;
        top: auto !important;
        bottom: -23% !important;
    transform: none !important;
}

  .blue, .green, .pink, .purple {
    margin: 0 1.5rem;
}
.pink{
  margin-left: 5px;
}
.divider{
  width:4px;
}
.purple{
  margin-left: 43px;
}
  .canvas-slider {
    padding: 0px;
    top: -2.5rem;
  }
  
  /* Maintain side-by-side layout on mobile */
  .slide-content {
    display: flex;
    align-items: center;
  }
  
  .slide-image-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .slide-image-wrapper img {
    height: 300px;
  }
  
  .slide-text-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px 15px;
  }
  
  .overlay-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .overlay-heading {
    font-size: 16px;
    margin-bottom: 6px;
  }
  
  .overlay-description {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (max-width: 576px) {
  .canvas-slider {
    padding: 0px;
  }
  
  .slide-image-wrapper img {
    height: 220px;
  }
  
  .slide-text-wrapper {
    padding: 15px 10px;
  }
  
  .overlay-title {
    font-size: 11px;
    margin-bottom: 6px;
  }
  
  .overlay-heading {
    font-size: 13px;
    margin-bottom: 4px;
  }
  
  .overlay-description {
    font-size: 10px;
    line-height: 1.4;
  }
}

/* Canvas Slider Arrows */
.canvas-slider-section .slick-prev,
.canvas-slider-section .slick-next {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  z-index: 10 !important;
  position: absolute !important;
}

.canvas-slider-section .slick-prev:hover,
.canvas-slider-section .slick-next:hover {
  background-color: rgba(255, 255, 255, 1) !important;
}

.canvas-slider-section .slick-prev:before,
.canvas-slider-section .slick-next:before {
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  color: #470014 !important;
  opacity: 1 !important;
}

.canvas-slider-section .slick-prev:before {
  content: '\f053' !important;
}

.canvas-slider-section .slick-next:before {
  content: '\f054' !important;
}

.canvas-slider-section .slick-prev {
  left: 45% !important;
  right: auto !important;
  top: auto !important;
  bottom: -100px !important;
  transform: none !important;
}

.canvas-slider-section .slick-next {
  right: 44% !important;
  left: auto !important;
  top: auto !important;
  bottom: -100px !important;
  transform: none !important;
}

/* ==================== PLANS SECTION ==================== */
#plans .nav-tabs .nav-item.show .nav-link,
#plans .nav-tabs .nav-link.active {
  color: #A1022F;
  border-color: transparent;
  border-bottom: 2px solid #A1022F;
  font-weight: 600;
}

#plans .nav-tabs .nav-item.show .nav-link,
#plans .nav-tabs .nav-link {
  color: #7D7D7D;
  font-weight: 600;
}

#plans .nav-tabs,
#plans .nav-tabs .nav-link:focus,
#plans .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.paddingx {
  padding: 0 20rem;
}

.d_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==================== CONNECTIVITY SECTION ==================== */
.connectivity-section {
  padding: 60px 0;
}

.connectivity-map {
  width: 100%;
  height: 100%;
}

.connectivity-map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.connectivity-list {
  padding-left: 20px;
}

.connectivity-item {
  display: flex;
  align-items: flex-start;
  align-items: center;
  margin-bottom: 25px;
}

.connectivity-icon {
  font-size: 14px;
  margin-right: 15px;
  flex-shrink: 0;
}

.connectivity-content {
  flex: 1;
}

.connectivity-time {
  color: #877A7F;
  font-size: 1.1rem;
}

.connectivity-time .highlight {
  font-weight: 600;
  color: #000;
}

.connectivity-description {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

.schedule-btn {
  background-color: #A1022F;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.schedule-btn:hover {
  background-color: #6d1530;
  color: white;
  transform: translateY(-2px);
}

.schedule-btn i {
  font-size: 18px;
}

/* ==================== ENQUIRY MODAL ==================== */
.enquiry-form-section {
  flex: 1;
  background: #ffffff2e;
  backdrop-filter: blur(10px);
  padding: 40px;
  position: relative;
}

.enquiry-close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  background: transparent;
  border: none;
  color: white;
  font-size: 32px;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.3s ease;
  line-height: 1;
  padding: 0;
}

.enquiry-close-btn:hover {
  transform: rotate(90deg);
}

.enquiry-form-title {
  color: white;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 35px;
  text-align: left;
}

.enquiry-form-group {
  margin-bottom: 18px;
  position: relative;
}

.enquiry-form-control {
  width: 100%;
  padding: 14px 50px 14px 18px;
  border: none;
  border-radius: 8px;
  background-color: white;
  font-size: 15px;
  color: #333;
}

.enquiry-form-control::placeholder {
  color: #333;
  font-weight: 500;
}

.enquiry-form-control:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(139, 26, 61, 0.2);
}

.enquiry-input-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #8B1A3D;
  font-size: 20px;
  pointer-events: none;
}

.enquiry-phone-wrapper {
  display: flex;
  gap: 12px;
  position: relative;
}

.enquiry-country-dropdown {
  width: 100px;
  padding: 14px 12px;
  border: none;
  border-radius: 8px;
  background-color: white;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}

.enquiry-country-dropdown img {
  width: 24px;
  height: auto;
  margin-right: 5px;
}

.enquiry-phone-input {
  flex: 1;
  position: relative;
}

.enquiry-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
  margin-top: 20px;
}

.enquiry-checkbox-item {
  display: flex;
  align-items: center;
}

.enquiry-checkbox-item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
  accent-color: white;
}

.enquiry-checkbox-item label {
  color: white;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  margin: 0;
}

.enquiry-submit-btn {
  padding: 0.5rem 5rem;
  background-color: #8B1A3D;
  border: 1px solid #fff;
  color: white;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.enquiry-submit-btn:hover {
  background-color: #6d1530;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(139, 26, 61, 0.4);
}

.success_msg {
  color: white;
}

.error_msg {
  background-color: rgba(244, 67, 54, 0.9);
  color: white;
}

/* ==================== TERMS MODAL ==================== */
#termsModal .form-check-input:disabled {
  opacity: 1;
  pointer-events: none;
}

#termsModal .form-check-input:checked {
  background-color: #A1022F;
  border-color: #A1022F;
}

#termsModal .form-check-label {
  color: #010101;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 5px;
}

#termsModal .terms-content {
  padding: 10px 0;
}

#disclaimerModal .modal-body p strong,
#disclaimerModal .modal-body a {
  color: #A1022F;
}

#disclaimerModal .modal-body a:hover {
  color: #6d1530;
  text-decoration: underline;
}

/* ==================== CONTACT SECTION ==================== */
.contact {
  background-image: url('https://magicpage-dev.propstory.com/ImageUploads/Image_Upload/1nnx5eapkmhvpc3kx.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  padding: 5rem 0;
}

/* ==================== FOOTER ==================== */
footer {
  padding: 3rem 15rem 5rem;
}

.footer-logo {
  width: 22%;
}

.footer-logo1 {
  width: 25%;
  margin: 4rem 0;
}

.footer_txt a {
  font-size: 20px;
  font-family: Domine, serif;
  color: #000;
}

.footer_txt p {
  color: #666;
  line-height: 1.8rem;
}

/* ==================== MOBILE STICKY BUTTONS ==================== */
.mobile-sticky-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  background: white;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  z-index: 999;
  padding: 0;
}

.sticky-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: none;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
  gap: 5px;
}

.call-btn {
  background: linear-gradient(135deg, #A1022F, #A1022F);
  color: white;
}

.call-btn:hover {
  background: linear-gradient(135deg, #A1022F, #A1022F);
  color: white;
}

.enquiry-btn {
  background: #A1022F;
  color: white;
  border-left:2px solid #fff;
}

.enquiry-btn:hover {
  background: #A1022F;
}

.sticky-btn i {
  font-size: 15px;
}

.sticky-btn span {
  font-size: 12px;
}

.mobile-sticky-buttons.hide {
  transform: translateY(100%);
}

.mobile-sticky-buttons {
  transform: translateY(0);
  transition: transform 0.3s ease;
}

/* ==================== RESPONSIVE STYLES ==================== */
@media (max-width: 900px) {
  .highlight-container {
    flex-direction: column;
    gap: 25px;
  }

  .highlight-text {
    order: 2;
  }

  .highlight-image {
    order: 1;
  }

  .highlight-text h2 {
    text-align: center;
  }

  .highlight-text li {
    font-size: 0.95rem;
  }
}

@media (max-width: 992px) {
  .enquiry-modal-body {
    flex-direction: column;
  }

  .enquiry-map-section {
    min-height: 300px;
    order: 2;
  }

  .enquiry-form-section {
    order: 1;
    padding: 35px 30px;
  }

  .enquiry-form-title {
    font-size: 1.9rem;
  }
}

@media (max-width: 991px) {
  .connectivity-section {
    padding: 40px 0;
  }

  .connectivity-list-wrapper {
    order: 1;
    margin-bottom: 30px;
  }

  .connectivity-map-wrapper {
    order: 2;
  }

  .connectivity-map {
    min-height: 400px;
  }

  .connectivity-item {
    margin-bottom: 20px;
  }

  .schedule-btn {
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
  }
}

@media (max-width: 768px) {
  /* General */
  .mt_10 {
    margin-top: 4rem;
  }
 

  .button-container a {
    margin-top: 1rem;
  }

  .d_flex {
    display: block;
  }

  .paddingx {
    padding: 0rem;
  }

  /* Navbar */
  .navbar {
    padding: 0.5rem 0;
  }

  .navbar-brand {
    width: 40%;
  }

  .logo {
    width: 60%;
  }

  .logo2 {
    margin-left: 6rem;
    width: 28%;
    position: absolute;
    top: 6px;
  }

  /* Canvas Section */
  .canvas-section > .container-fluid > div:first-child {
    margin-bottom: -50px;
  }

  .video-container {
    width: 100%;
    margin-top: 40px;
  }

  .play-button-overlay {
    width: 60px;
    height: 60px;
  }

  .play-button-overlay i {
    font-size: 20px;
  }

  .button-container {
    gap: 10px;
    margin-top: 20px;
    flex-wrap: nowrap;
    padding: 0 15px;
  }

  .custom-btn {
    padding: 7px 22px;
    font-size: 14px;
    gap: 6px;
    flex: 1;
  }

  .btn-icon-circle {
    width: 22px;
    height: 22px;
  }

  .custom-btn i {
    font-size: 14px;
  }

  /* Overview */
  .overview {
    padding-left: 0;
  }

  .overview p {
    color: #58464B;
    font-size: 1.1rem;
    padding-right: 0;
  }

  /* Masterpiece */
  .masterpiece-text h2 {
    font-size: 2rem;
    text-align: center;
  }

  .thriving-wrapper {
    text-align: center;
  }

  /* Info Section */
  .overlay {
    flex-direction: column;
    text-align: left;
  }

 
.info-section {
    padding: 44px 0px;
}
  /* Badge */
  .badge_sec {
    background-color: #8E8E93;
    width: fit-content;
    border-radius: 2rem;
    padding: 0.5rem 3rem 0.5rem 0rem;
    font-weight: 500;
    margin-top: 4rem;
    font-size: 12px;
    color: #fff;
  }

  .badge_sec i {
    font-size: 5px !important;
    padding-left: 10px;
  }

  #gallery .custom-btn,
  #amenities .custom-btn,
  #plans .custom-btn {
    padding: 0.4rem 1rem 0.3rem 1rem;
    gap: 4px;
    font-size: 10px;
  }

 #plans .badge_sec {
        background-color: #8E8E93;
        width: fit-content;
        border-radius: 2rem;
        padding: 0.5rem 4rem 0.6rem 0rem;
        font-weight: 500;
        margin-top: 4rem;
        font-size: 13px;
        color: #fff;
    }

  /* Gallery Slick Slider */
  .slick-prev {
    left: 5rem !important;
    top: 10rem !important;
  }

  .slick-next {
    left: 9rem !important;
    top: 10rem !important;
  }

  /* Unit Plan */
  .unitplan p {
    top: 8rem;
  }

  /* Canvas Slider Section - MOBILE */
  .canvas-slider-section {
    padding: 40px 0 120px !important;
  }

  .canvas-title {
    margin-bottom: 30px;
  }

  .canvas-slider {
    padding: 0px;
    top: -2.5rem;
  }

  .slide-content img {
    height: 280px;
  }

  .overlay-title {
    font-size: 14px;
  }

  .overlay-heading {
    font-size: 16px;
  }

  .overlay-description {
    font-size: 13px;
  }

  .canvas-slider-section .slick-prev,
  .canvas-slider-section .slick-next {
    width: 40px !important;
    height: 40px !important;
    bottom: -80px !important;
    top: auto !important;
  }

  .canvas-slider-section .slick-prev {
    left: calc(50% - 50px) !important;
    right: auto !important;
  }

  .canvas-slider-section .slick-next {
    right: calc(50% - 50px) !important;
    left: auto !important;
  }

  .canvas-slider-section .slick-prev:before,
  .canvas-slider-section .slick-next:before {
    font-size: 20px !important;
  }

  /* Highlights */
  .highlights-section {
    padding: 40px 20px;
  }

  .highlight-text h2 {
    font-size: 1.6rem;
  }

  .highlight-image img {
    border-radius: 12px;
  }

  /* Amenities */
  footer {
    padding: 0 !important;
  }

  .amenities-section {
    padding: 40px 0px;
  }

  .amenities-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .amenity-card:nth-child(n) {
    grid-column: auto !important;
    grid-row: auto !important;
  }

     .amenity-card {
        height: auto;
        width: 100%;
    }


  .amenity-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .amenity-icon img {
    width: 28px;
    height: 28px;
  }

  .amenity-title {
    font-size: 12px;
  }

  .arrow-btn {
    width: 45px;
    height: 45px;
  }

  .arrow-btn i {
    font-size: 18px;
  }

  /* Connectivity */
  .connectivity-title {
    font-size: 1.75rem;
  }

  .connectivity-map {
    min-height: 350px;
  }

  .connectivity-time {
    font-size: 1rem;
  }

  .connectivity-description {
    font-size: 0.9rem;
  }

  .connectivity-icon {
    font-size: 20px;
  }

  /* Enquiry Modal */
  .enquiry-modal .modal-dialog {
    margin: 10px;
    max-width: calc(100% - 20px);
  }

  .enquiry-form-section {
    padding: 30px 25px;
  }

  .enquiry-form-title {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }

  .enquiry-form-control {
    padding: 12px 45px 12px 15px;
    font-size: 14px;
  }

  .enquiry-checkbox-group {
    flex-direction: column;
    gap: 12px;
  }

  #termsModal .form-check-label {
    font-size: 13px;
  }

  /* Footer */
  .footer-logo {
    width: 48% !important;
  }

  .footer-logo1 {
    width: 59% !important;
  }
}

@media (max-width: 576px) {
  /* Canvas Slider */
  .canvas-slider-section {
    padding: 30px 0 100px !important;
  }

  .canvas-slider {
    padding: 0px;
  }

  .overlay-title {
    font-size: 12px;
  }

  .overlay-heading {
    font-size: 14px;
  }

  .overlay-description {
    font-size: 10px;
  }

  .canvas-slider-section .slick-prev,
  .canvas-slider-section .slick-next {
    width: 35px !important;
    height: 35px !important;
    bottom: -70px !important;
  }

  .canvas-slider-section .slick-prev {
    left: calc(50% - 45px) !important;
  }

  .canvas-slider-section .slick-next {
    right: calc(50% - 45px) !important;
  }

  .canvas-slider-section .slick-prev:before,
  .canvas-slider-section .slick-next:before {
    font-size: 18px !important;
  }

  /* Amenities */
  .amenity-card {
    height: 110px;
    padding: 12px 8px;
  }

  .amenity-icon {
    width: 45px;
    height: 45px;
  }

  .amenity-icon img {
            width: 50px;
        height: 50px;
  }

  .amenity-icon i {
    font-size: 22px;
  }

  .amenity-title {
    font-size: 11px;
  }

  /* Connectivity */
  .connectivity-section {
    padding: 30px 0;
  }

  .connectivity-list {
    padding-left: 10px;
  }

  .connectivity-map {
    min-height: 300px;
  }

  .schedule-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  /* Enquiry Modal */
  .enquiry-map-section {
    min-height: 250px;
  }

  .enquiry-phone-wrapper {
    flex-direction: column;
  }

  .enquiry-country-dropdown {
    width: 100%;
  }

  .enquiry-close-btn {
    font-size: 28px;
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 500px) {
  .highlights-section {
    padding: 40px 20px;
  }

  .highlight-text h2 {
    font-size: 1.6rem;
  }

  .highlight-image img {
    border-radius: 12px;
  }

  .qr-mob{
    width: 75%;
  }

 body .qr_code{
    gap: 0 !important;
  }
}


@media (max-width: 490px) {
      #gallery .custom-btn, #amenities .custom-btn, #plans .custom-btn {
        padding: 0.3rem 0.5rem 0.3rem 0.5rem !important;
        gap: 4px;
        font-size: 9px !important;
    }
        #plans .badge_sec {
        background-color: #8E8E93;
        width: fit-content;
        border-radius: 2rem;
        padding: 0.5rem 3rem 0.6rem 0rem !important;
        font-weight: 500;
        margin-top: 4rem;
        font-size: 10px !important;
        color: #fff;
    }
}