:root {
  --accent-color: #ccb08c;
  --accent-color-dark: #b89a71;
  --text-dark: #232323;
  --text-medium: #444;
  --text-light: #777;
  --bg-light: #f5f5f5;
  --bg-white: #fff;
  --font-main: 'Montserrat', Arial, sans-serif;
}

body {
  background-color: #fff;
  font-family: var(--font-main);
  margin: 0;
  padding: 0;
}

.main-wrapper,
.amenities-bar,
.contact-section,
.enquire,
.journey-heading {
  padding-left: 38px;
  padding-right: 38px;
  box-sizing: border-box;
}

.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}

/* Background Slider */
.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slider .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero-slider .slide.active {
  opacity: 1;
}

/* Overlay Content */
.overlay {
  position: relative;
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}

/* Header */
.header {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: 10%;
}

.logo {
  height: 120px;
  width: auto;
  margin: 5%;
}

.headline {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.3;
  max-width: 800px;
  text-align: left;
}

/* Footer Bar */
.bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 1%;
  font-weight: 700;
}

.bottom-text {
  flex: 1;
  color: #f8f5f5;
  text-align: center;
}

.contact-now {
  display: flex;
  color: #f8f5f5;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

.contact-now a {
  display: flex;
  align-items: center;
  color: #f8f5f5;
  gap: 0.5rem;
  text-decoration: none;
}

.whatsapp-icon {
  width: 24px;
  height: 24px;
}

/* Social Icons */
.social-icons {
  position: absolute;
  bottom: 3rem;
  left: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 2;
}

.social-icons img {
  width: 20px;
  height: 20px;
}

/* Slider Dots */
.slider-dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 2;
}

.slider-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.slider-dots .active {
  background: white;
}

.about-project {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  padding-left: 100px;
  padding-top: 38px;
}

.about-text {
  flex: 1.1;
  min-width: 340px;
  max-width: 540px;
  padding-left: 100px;
}

.about-image {
  flex: 1.2;
  display: flex;
}

.about-image img {
  width: 800px;
  height: 500px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}

.about-text h2 {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0 0 18px 0;
  line-height: 1.1;
  color: var(--text-dark);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.about-text p {
  color: var(--text-medium);
  font-size: 1.5em;
  margin-bottom: 22px;
  line-height: 1.2;
}

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

.about-text li {
  color: var(--text-dark);
  font-size: 1.05em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.about-text .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--accent-color);
  border-radius: 50%;
  margin-right: 12px;
}

.amenities-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-white);
  border-radius: 14px;
  margin: 36px auto 0;
  max-width: 1200px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  padding: 2px;
  text-decoration: none;
}

.amenities-bar a {
  text-decoration: none;
  color: inherit;
}

.amenities-bar ul {
  display: flex;
  gap: 100px;
  list-style: none;
  padding: 0 100px;
  align-items: center;
  margin: 0;
}

.amenities-bar li {
  font-size: 1.25em;
  color: #050505;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.7;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.2s;
}

.amenities-bar li.active {
  opacity: 1;
  cursor: default;
}

.amenities-bar li img {
  width: 28px;
  height: 28px;
}

.enquire-btn {
  background: var(--accent-color);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1.15em;
  font-weight: 600;
  padding: 12px 38px;
  margin-left: 30px;
  box-shadow: 0 4px 12px rgba(204,176,140,0.13);
  cursor: pointer;
  transition: background 0.2s;
}

.enquire-btn a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}


.enquire-btn:hover {
  background: var(--accent-color-dark);
}

.section-heading {
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--text-dark);
  margin: 60px 0 32px 0;
}

.section-heading span {
  color: var(--accent-color);
  font-weight: 700;
  letter-spacing: 0.13em;
}

/* amenities */
.amenities-section {
  margin: 0 auto;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.amenities-collage img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.amenities-images {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  background-color: #fff;
}

.amenity-img {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.amenity-img:last-child {
  border-right: none;
}

.amenity-title {
  background-color: #c6a679;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 1px;
}

.amenity-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.amenity-caption {
  text-align: center;
  border-right: 1px solid #eddab3;
  padding: 16px 0;
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1;
  background-color: #ffffff;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* anniversary banner */
.anniversary-banner {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px; /* Keep only one `gap` declaration */
  padding-top: 20px;
}

.anniv-75-img {
  height: 300px;
  justify-content: right;
  box-shadow: 5px 5px 5px 5px rgba(8, 8, 8, 0.06);
  padding-left: 180px; /* Remove excessive left padding */
  width: auto;
  display: block;
}

.anniv-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.anniv-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.anniv-years {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--accent-color-dark);
}

.anniv-of {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--text-dark);
}

.anniv-off{
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-dark);
}


.enquire {
  background: url('bg-2.png') no-repeat center center/cover;
  margin: 36px auto 0 auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding: 2rem;
}

.e-content {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 180px;
}

.location-section {
  padding: 60px 0 0 0;
  position: relative;
  z-index: 1;
}

.location-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.6;
  z-index: 0;
}

.location-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  gap: 100px;
  position: relative;
  background: transparent;
}

.location-map {
  flex: 1.1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  background: #f5f5f5;
}

.location-info {
  flex: 1.2;
  min-width: 200px;
  padding-top: 1px;
}

.location-info h2 {
  font-size: 2.7rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 12px;
  line-height: 1.1;
}

.location-info p {
  color: #444;
  font-size: 1.1rem;
  margin-bottom: 22px;
  padding-right: 100px;
}

.location-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.location-features li {
  display: flex;
  align-items: center;
  font-size: 1.08rem;
  color: #232323;
  margin-bottom: 10px;
  font-weight: 500;
}

.location-features .dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #ccb08c;
  border-radius: 50%;
  margin-right: 12px;
}
.journey-heading {
    width: 100%; 
    margin: 60px auto; 
    padding: 48px 38px; 
    border: 1px solid #e0e0e0;
    border-radius: 12px; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); 
    text-align: center; 
    box-sizing: border-box;
}
  
  .journey-heading h2 {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    white-space: nowrap;
  }
  
  .journey-heading .dark-text {
    color: #232323;
  }
  
  .journey-heading .highlight-text {
    color: #ccb08c;
    margin-left: 12px;
  }  

.contact-section {
    text-align: center;
    margin-bottom: 36px;
  }
  
  .contact-heading p {
    font-size: 1.08rem;
    color: #232323;
    margin-bottom: 28px;
  }
  
  .contact-form {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  
  .form-row {
    display: flex;
    gap: 18px;
  }
  
  .message-submit-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    height: 100%;
  }
  
  .contact-form input[type="text"],
  .contact-form input[type="email"] {
    flex: 1;
    padding: 14px 18px;
    border: 1.5px solid #060505;
    border-radius: 7px;
    font-size: 1.08rem;
    outline: none;
    background: transparent;
    transition: border 0.2s;
  }
  
  .contact-form input[type="text"]:focus,
  .contact-form input[type="email"]:focus {
    border-color: #0e0d0d;
  }
  
  .message-submit-wrapper input[type="text"] {
    padding-right: 100px;
  }
  
  .submit-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    padding: 0 32px;
    background: #ccb08c;
    color: #fff;
    border: none;
    border-radius: 7px;
    font-size: 1.08rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .submit-btn:hover {
    background: #b89a71;
  }
  .main-footer {
    display: flex;
    background: #1a1a1a;
    color: #fff;
    min-height: 220px;
    width: 100%;
    align-items: stretch;
    margin-top: 0;
    position: relative;
    z-index: 2;
  }
  
  .footer-left {
    position: relative;
    flex: 1.2;
    min-width: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .footer-logos {
    display: flex;
    align-items: center;
    gap: 400px;
  }
  
  .footer-logo {
    height: 90px;
    width: auto;
    display: block;
  }
  
  .footer-logo-small {
    height: 44px;
    width: auto;
    display: block;
  }
  
  .footer-by {
    font-size: 1.15rem;
    color: #fff;
    margin: 0 8px;
    opacity: 0.7;
    letter-spacing: 0.08em;
  }
  
  .footer-right {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0 36px 18px 0;
    font-size: 0.98rem;
    color: #ccc;
  }
  
  .footer-copy {
    opacity: 0.85;
    font-size: 0.97rem;
    font-family: 'Montserrat', Arial, sans-serif;
  }

@media (max-width: 991px) {

  html, body {
  overflow-x: hidden;
}
  
  .about-project,.active,
  .amenities-section,.about-image
  .enquire,.location-info{
      padding-left: 10px;
      padding-right: 10px;
  }

  .headline {
    font-size: 2.4rem;
    max-width: 90%;
  }

  .logo {
    height: 90px;
    margin: 2%;
  }

  .header {
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
  }

  .bottom-bar {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding-top: 15vh;
  }

  .social-icons {
    position: static;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 60px;
  }


  .about-project {
    flex-direction: column; 
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 24px;
  }
  .about-text {
    padding-left: 0 !important;
    min-width: 0 !important;
    font-size: 0.7rem;
    flex: 1 1 0;
  }
  .about-image {
    max-width: 100%;
    flex: 1 1 0;
    justify-content: center;
  }
  .about-image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .amenities-bar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    padding: 16px 8px 8px 8px;
    width: 100%;
  }
  .amenities-bar ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    margin: 0;
  }
  .amenities-bar li {
    width: 100%;
    text-align: left;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 1.1em;
  }
  .amenities-bar .enquire-btn {
    width: 100%;
    margin: 0;
    font-size: 1.1em;
  }
  
  .amenities-images,
  .amenities-captions {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .amenity-title{
    font-size: 1.5rem;
    color: #333;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  }
  .amenity-img,
  .amenities-collage {
    width: 100%;
    display: block;
  }
  .amenity-img img{    
    width: 100%;
    height: 400px;
  }
  .amenity-caption {
    width: 100%;
    font-size: 1rem;
    color: #333;
    background: #fff6ef;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  }
 

  .anniv-off,
  .anniv-of,
  .anniv-years {
    font-size: 1.2rem !important; /* Adjust as needed for best fit */
    font-weight: 600;
  }
  .anniv-text {
    font-size: 0.65rem !important;
    line-height: 1.1;
  }
  .anniversary-banner {
    margin: 15px 0 0 0;
    gap: 6px;
  }
  .anniv-75-img {
    height: 90px;
    border-width: 3px;
    padding-left: 70px;
  }


  .enquire {
    height: auto;
    min-height: 220px;
    padding: 1rem 0.5rem;
    margin: 24px 0 0 0;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  }
  .e-content {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .enquire-btn {
    width: 15%;
    padding: 12px 0;
    font-size: 0.4rem;
    border-radius: 8px;
  }
  .location-section {
    padding: 24px 0 0 0;
  }
  .location-container {
    flex-direction: column-reverse;
    gap: 24px;
    padding: 0 8px;
    max-width: 100%;
    align-items: stretch;
  }
  .location-map {
    min-width: 0;
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 16px;
  }
  .location-map iframe {
    width: 100% !important;
    height: 220px !important;
    min-width: 0 !important;
    border-radius: 10px;
  }
  .location-info h2 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .location-info p {
    font-size: 1rem;
    padding-right: 0;
    margin-bottom: 16px;
  }
  .location-features {
    font-size: 0.98rem;
  }
  .location-features li {
    font-size: 0.98rem;
    margin-bottom: 8px;
  }


  .journey-heading {
    margin: 24px 0 16px 0;
    padding: 22px 10px;
    border-radius: 9px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }
  .journey-heading h2 {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    white-space: normal;
    word-break: break-word;
    display: block;
  }
  .journey-heading .highlight-text {
    margin-left: 4px;
    display: block;
  }


  .contact-section {
    margin-bottom: 20px;
  }
  .contact-heading p {
    font-size: 0.7rem;
    margin-bottom: 18px;
    padding: 0 6px;
  }
  .contact-form {
    max-width: 90%;
    gap: 10px;
    padding: 0 6px;
  }
  .form-row {
    flex-direction: column;
    gap: 10px;
  }
  .contact-form input[type="text"],
  .contact-form input[type="email"] {
    font-size: 1rem;
    padding: 10px 12px;
    width: 100%;
    min-width: 0;
  }
  .message-submit-wrapper {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }
  .message-submit-wrapper input[type="text"] {
    padding-right: 0;
    width: 103%;
    margin-bottom: 10px;
  }
  .submit-btn {
    position: static;
    transform: none;
    width: 107%;
    height: 40px;
    font-size: 1.05rem;
    padding: 0;
    border-radius: 7px;
    margin-top: 0;
  }


  .main-footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 0 8px 0;
    min-height: 120px;
    text-align: center;
    gap: 50px;
  }
  .footer-left, .footer-right {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .footer-logos {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    display: flex;
  }
  .footer-logo, .footer-logo-small {
    max-width: 120px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .footer-copy {
    font-size: 0.85rem;
    padding: 0 6px;
    text-align: center;
  }
}