 @font-face {
    font-family: 'ClashDisplay';
    src: url('../fonts/ClashDisplay-Extralight.otf') format('opentype');
    font-weight: 200;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('../fonts/ClashDisplay-Light.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('../fonts/ClashDisplay-Regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('../fonts/ClashDisplay-Bold.otf') format('opentype');
    font-weight: 700;
}
 html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
 
 body {
      /* font-family: 'Urbanist', sans-serif; */
      font-family: 'ClashDisplay', sans-serif;
      background: #f3ede0;
    margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
    }


    
    .hero-section {
      position: relative;
      min-height: 100vh;
      background: url('../images/banner.webp') center center / cover no-repeat;
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    .hero-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(to right, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.28) 35%, rgba(0, 0, 0, 0.12) 60%, rgba(0, 0, 0, 0.20) 100%);
      z-index: 1;
    }

    .hero-navbar {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 3;
      padding: 22px 0;
      font-family: "Inter Tight", sans-serif;
    }

    .brand-logo {
      color: #f5e7c6;
      text-decoration: none;
      font-size: 1.25rem;
      font-weight: 400;
      letter-spacing: 0.3px;
      font-family: 'ClashDisplay', sans-serif;
    }

    .brand-logo:hover {
      color: #fff;
    }
 .brand-logo img{
     width: 200px;
 }
    .navbar-nav .nav-link {
      color: #faf3e1;
      font-size: 0.78rem;
      font-weight: 400;
      text-transform: uppercase;
      margin: 0 12px;
      position: relative;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
      color: #ff8c1a;
    }

    .contact-btn {
      background: #ff8c1a;
      color: #fff;
      border: none;
      border-radius: 0;
      padding: 10px 18px;
      font-size: 0.78rem;
      font-weight: 400;
      text-transform: capitalize;
      text-decoration: none;
      transition: 0.3s ease;
      font-family: "Inter Tight", sans-serif;
    }

    .contact-btn:hover {
      background: #e67400;
      color: #fff;
    }

    .hero-content-wrap {
      position: relative;
      z-index: 2;
      width: 100%;
      padding-top: 90px;
    }

    .hero-content {
      max-width: 100%;
      color: #fff;
    }

    .hero-title {
      font-size: clamp(2rem, 4vw, 3.4rem);
      font-weight: 300;
      line-height: 1.05;
      margin-bottom: 18px;
      letter-spacing: -0.5px;
    }

    .hero-title strong {
      font-weight: 600;
    }

    .hero-text {
      font-size: 0.95rem;
      font-weight: 300;
      line-height: 1.7;
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 26px;
      max-width: 420px;
      font-family: "Inter Tight", sans-serif;
    }

    .register-btn {
      background: #ff8c1a;
      color: #fff;
      border: none;
      border-radius: 0;
      padding: 12px 22px;
      font-size: 0.9rem;
      font-weight: 400;
      text-decoration: none;
      display: inline-block;
      transition: 0.3s ease;
      box-shadow: 0 8px 24px rgba(255, 140, 26, 0.25);
      font-family: "Inter Tight", sans-serif;
    }

    .register-btn:hover {
      background: #e67400;
      color: #fff;
      transform: translateY(-1px);
    }

    .navbar-toggler {
      border: 1px solid rgba(255,255,255,0.35);
      padding: 0.35rem 0.55rem;
    }

    .navbar-toggler:focus {
      box-shadow: none;
    }

    .navbar-toggler-icon {
      filter: brightness(0) invert(1);
    }

    @media (max-width: 991.98px) {
      .hero-section {
        min-height: 760px;
      }

      .hero-navbar .navbar-collapse {
        background: rgba(0, 0, 0, 0.88);
        margin-top: 15px;
        padding: 18px;
        border-radius: 6px;
      }

      .navbar-nav .nav-link {
        margin: 8px 0;
      }

      .hero-content {
        max-width: 100%;
        padding-top: 60px;
      }
    }

    @media (max-width: 575.98px) {
      .hero-section {
        min-height: 680px;
      }

      .hero-navbar {
        padding: 16px 0;
      }

      .brand-logo {
        font-size: 1rem;
      }

      .hero-title {
        font-size: 2rem;
      }

      .hero-text {
        font-size: 0.88rem;
      }

      .register-btn,
      .contact-btn {
        font-size: 0.82rem;
        padding: 10px 16px;
      }
    }


    /* overview section */
.overview-section {
      background: #f3ede2;
      padding: 80px 0 70px;
      overflow: hidden;
    }

    .section-label {
      text-align: center;
      font-size: 11px;
      letter-spacing: 8px;
      color: #a68e6b;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .overview-title {
      text-align: center;
      font-size: 48px;
      line-height: 1.15;
      font-weight: 300;
      color: #222;
      margin-bottom: 28px;
    }

    .overview-description {
      max-width: 1100px;
      margin: 0 auto 55px;
      text-align: center;
      color: #444;
      font-size: 14px;
      line-height: 1.9;
      font-weight: 400;
      font-family: "Inter Tight", sans-serif;
    }

    .highlights-row {
      align-items: center;
      row-gap: 30px;
    }

    .project-heading {
      font-size: 32px;
      line-height: 0.95;
      font-weight: 300;
      color: #222;
      text-transform: uppercase;
      margin: 0;
    }

    .counter-box {
      text-align: center;
    }

    .counter-number {
      font-size: 20px;
      line-height: 1;
      font-weight: 400;
      color: #222;
      margin-bottom: 12px;
      display: flex;
      align-items: baseline;
      justify-content: center;
      gap: 2px;
      flex-wrap: wrap;
    }

    .counter-number .suffix {
      font-size: 20px;
      font-weight: 400;
      line-height: 1;
    }

    .counter-label {
      font-size: 10px;
      font-weight: 400;
      line-height: 1.5;
      color: #444;
      margin: 0;
      font-family: "Inter Tight", sans-serif;
    }

    @media (max-width: 1199.98px) {
      .overview-title {
        font-size: 40px;
      }

      .project-heading {
        font-size: 44px;
      }

      .counter-number,
      .counter-number .suffix {
        font-size: 42px;
      }
    }

    @media (max-width: 991.98px) {
      .overview-section {
        padding: 70px 0 60px;
      }

      .overview-title {
        font-size: 34px;
      }

      .overview-description {
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 45px;
        padding: 0 10px;
      }

      .project-heading {
        text-align: center;
        font-size: 38px;
      }
    }

    @media (max-width: 767.98px) {
      .overview-section {
        padding: 60px 0 50px;
      }

      .section-label {
        letter-spacing: 5px;
        font-size: 10px;
      }

      .overview-title {
        font-size: 28px;
      }

      .overview-description {
        font-size: 13px;
        margin-bottom: 35px;
      }

      .project-heading {
        font-size: 34px;
        line-height: 1.05;
        margin-bottom: 10px;
      }

      .counter-number,
      .counter-number .suffix {
        font-size: 34px;
      }

      .counter-label {
        font-size: 12px;
      }
    }

    /* end */

    /* amnities */
.amenities-section {
    background: #1f1f1f;
    padding: 80px 0;
    color: #ffffff;
    overflow: hidden;
  }

  .amenities-content {
    max-width: 460px;
  }

  .section-tag {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #cfcfcf;
    margin-bottom: 18px;
  }

  .amenities-title {
    font-size: 50px;
    line-height: 1.08;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 28px;
    letter-spacing: -0.5px;
  }

  .amenities-content p {
    font-size: 15px;
    line-height: 2;
    color: #e2e2e2;
    margin-bottom: 5px;
    font-weight: 300;
    font-family: "Inter Tight", sans-serif;
  }

  .amenities-right {
    width: 100%;
  }

  .amenities-image-wrap {
    width: 100%;
    margin-bottom: 28px;
  }

  .amenities-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
  }

  .amenities-icons-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
    align-items: start;
    text-align: center;
  }

  .amenity-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .amenity-item img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    margin-bottom: 10px;
    filter: brightness(0) invert(1);
  }

  .amenity-item span {
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
    font-weight: 300;
    font-family: "Inter Tight", sans-serif;
  }

  @media (max-width: 1199.98px) {
    .amenities-title {
      font-size: 42px;
    }

    .amenities-image {
      height: 360px;
    }

    .amenities-icons-row {
      gap: 16px;
    }
  }

  @media (max-width: 991.98px) {
    .amenities-section {
      padding: 70px 0;
    }

    .amenities-content {
      max-width: 100%;
    }

    .amenities-title {
      font-size: 34px;
    }

    .amenities-content p {
      font-size: 14px;
      line-height: 1.9;
    }

    .amenities-image {
      height: 320px;
    }

    .amenities-icons-row {
      grid-template-columns: repeat(3, 1fr);
      gap: 22px 14px;
    }
  }

  @media (max-width: 767.98px) {
    .amenities-section {
      padding: 55px 0;
    }

    .section-tag {
      font-size: 10px;
      letter-spacing: 4px;
      margin-bottom: 14px;
    }

    .amenities-title {
      font-size: 28px;
      margin-bottom: 20px;
    }

    .amenities-content p {
      font-size: 13px;
      line-height: 1.8;
      margin-bottom: 18px;
    }

    .amenities-image {
      height: 240px;
    }

    .amenities-icons-row {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 10px;
    }

    .amenity-item img {
      width: 30px;
      height: 30px;
    }

    .amenity-item span {
      font-size: 13px;
    }
  }

    /* end */


    /* location */

 .location-section {
    background: #f2ebde;
    padding: 90px 0 80px;
    overflow: hidden;
  }

  .location-tag {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: #9e8d6d;
    margin-bottom: 14px;
  }

  .location-title {
    font-size: 54px;
    line-height: 1.1;
    font-weight: 300;
    color: #222;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
  }

  .location-text {
    font-size: 15px;
    line-height: 1.95;
    color: #333;
    margin-bottom: 14px;
    font-weight: 300;
    font-family: "Inter Tight", sans-serif;
  }

  .location-note {
    margin-top: 28px;
    margin-bottom: 26px;
    font-size: 16px;
    font-style: italic;
    color: #222;
    font-weight: 400;
    font-family: "Inter Tight", sans-serif;
  }

  .connectivity-heading {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 45px;
    font-family: "Inter Tight", sans-serif;
  }

  .connectivity-row {
    margin-top: 10px;
  }

  .connect-item {
    text-align: center;
    height: 100%;
  }

  .connect-icon {
    margin-bottom: 16px;
  }

  .connect-icon img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    display: inline-block;
  }

.connect-line{
width:42px;
height:1px;
margin:0 auto;
}


.connectivity-row{
margin-top:40px;
justify-content:center;
}

.connect-item{
max-width:210px;
}

.connect-icon{
width:55px;
margin-bottom:15px;
}

.connect-item p{
font-size:14px;
line-height:1.6;
color:#222;
font-family: "Inter Tight", sans-serif;
}

.connect-line{
height:1px;
width:70px;
background:#000;
margin:auto;
opacity:0.6;
}
  .connect-text {
    font-size: 15px;
    line-height: 1.8;
    color: #2b2b2b;
    margin: 0;
    font-weight: 300;
  }

  @media (max-width: 1199.98px) {
    .location-title {
      font-size: 44px;
    }
  }

  @media (max-width: 991.98px) {
    .location-section {
      padding: 75px 0 65px;
    }

    .location-title {
      font-size: 36px;
    }

    .location-text {
      font-size: 14px;
      line-height: 1.85;
    }

    .location-note {
      font-size: 15px;
    }

    .connectivity-heading {
      font-size: 18px;
      margin-bottom: 35px;
    }
  }

  @media (max-width: 767.98px) {
    .location-section {
      padding: 60px 0 50px;
    }

    .location-tag {
      font-size: 10px;
      letter-spacing: 5px;
    }

    .location-title {
      font-size: 28px;
      margin-bottom: 20px;
    }

    .location-text {
      font-size: 13px;
      line-height: 1.75;
    }

    .location-note {
      font-size: 14px;
      margin-top: 22px;
      margin-bottom: 22px;
    }

    .connectivity-heading {
      font-size: 17px;
      margin-bottom: 28px;
    }

    .connect-icon img {
      width: 46px;
      height: 46px;
    }

    .connect-text {
      font-size: 14px;
      line-height: 1.7;
    }
  }


    /* end */


    /* gallery */

 .gallery-section {
    background: #f3ede0;
    overflow: hidden;
  }

  .gallery-tag {
    font-size: 11px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #a68f6b;
  }

  .gallery-title {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 300;
    color: #222;
    margin-bottom: 22px;
    letter-spacing: -0.5px;
  }

  .gallery-text {
    max-width: 900px;
    font-size: 15px;
    line-height: 1.9;
    color: #333;
    font-weight: 300;
    font-family: "Inter Tight", sans-serif;
  }

  .gallery-carousel {
    position: relative;
    padding: 0 50px;
  }

  .gallery-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #f7931a;
    line-height: 18px;
  }
  .gallery-location{
      text-align: center;
      padding-top: 15px;
      font-size: 15px;
      color: #fff;
  }
  .gallery-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
  }

  /*.gallery-card:hover .gallery-img {*/
  /*  transform: scale(1.08);*/
  /*}*/

  /*.gallery-card::after {*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  inset: 0;*/
  /*  background: rgba(0, 0, 0, 0.08);*/
  /*  opacity: 0;*/
  /*  transition: 0.4s ease;*/
  /*}*/

  /*.gallery-card:hover::after {*/
  /*  opacity: 1;*/
  /*}*/

  .custom-gallery-control {
    width: 42px;
    height: 42px;
    background: rgba(0, 0, 0, 0.75);
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    border-radius: 50%;
  }

  .carousel-control-prev.custom-gallery-control {
    left: -5px;
  }

  .carousel-control-next.custom-gallery-control {
    right: -5px;
  }

  .custom-gallery-control .carousel-control-prev-icon,
  .custom-gallery-control .carousel-control-next-icon {
    width: 18px;
    height: 18px;
  }

  .gallery-modal .modal-dialog {
    max-width: 1200px;
  }

  .gallery-modal-wrap {
    overflow: auto;
    max-height: 88vh;
    background: #000;
    padding: 10px;
  }

  .modal-gallery-img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    transform-origin: center center;
    cursor: zoom-in;
  }

  .gallery-close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    background: rgba(0,0,0,0.55);
    border-radius: 50%;
    padding: 10px;
  }

  @media (max-width: 1199.98px) {
    .gallery-title {
      font-size: 42px;
    }

    .gallery-img {
      height: 340px;
    }
  }

  @media (max-width: 991.98px) {
    .gallery-title {
      font-size: 34px;
    }

    .gallery-text {
      font-size: 14px;
      line-height: 1.8;
    }

    .gallery-carousel {
      padding: 0 35px;
    }

    .gallery-img {
      height: 300px;
    }
  }

  @media (max-width: 767.98px) {
    .gallery-section {
      padding-top: 55px !important;
      padding-bottom: 55px !important;
    }

    .gallery-tag {
      font-size: 10px;
      letter-spacing: 4px;
    }

    .gallery-title {
      font-size: 28px;
    }

    .gallery-text {
      font-size: 13px;
      line-height: 1.75;
    }

    .gallery-carousel {
      padding: 0 28px;
    }

    .gallery-img {
      height: 240px;
    }

    .custom-gallery-control {
      width: 36px;
      height: 36px;
    }
  }
    /* end */

    /* master plan */

.masterplan-section {
    background: #f3ede0;
    padding: 40px 0 30px;
  }

  .masterplan-container {
    max-width: 1220px;
  }

  .masterplan-top-row {
    position: relative;
    z-index: 1;
  }

  .masterplan-image-card {
    position: relative;
    background: #f7f7f7;
    padding: 6px;
    cursor: pointer;
    min-height: 100%;
  }

  .masterplan-image {
    width: 100%;
    height: 100%;
    min-height: 320px;
    max-height: 470px;
    object-fit: cover;
    display: block;
    transition: all 0.4s ease;
  }

  .masterplan-image.is-blurred {
    filter: blur(8px);
    transform: scale(1.01);
  }

  .masterplan-image-overlay {
    position: absolute;
    inset: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.06);
  }

  .masterplan-overlay-box {
    background: rgba(0, 0, 0, 0.48);
    color: #fff;
    padding: 16px 22px;
    text-align: center;
    min-width: 220px;
  }

  .masterplan-overlay-box h4 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 400;
  }

  .masterplan-overlay-box p {
    margin: 0;
    font-size: 13px;
    opacity: 0.95;
  }

  .masterplan-content {
    padding: 40px 28px 0 48px;
    text-align: center;
  }

  .masterplan-tag {
    display: block;
    font-size: 11px;
    letter-spacing: 6px;
    color: #a48f67;
    margin-bottom: 10px;text-align: right;
  }

  .masterplan-title {
    font-size: 54px;
    line-height: 1.08;
    font-weight: 300;
    color: #222;
    margin-bottom: 16px;
    letter-spacing: -0.5px;

    text-align: right;
  }

  .masterplan-subtitle {
    font-size: 18px;
    line-height: 1.7;
    color: #3b3126;
    margin-bottom: 18px;
    font-weight: 400;text-align: right;
    font-family: "Inter Tight", sans-serif;
  }

  .masterplan-text {
    font-size: 15px;
    line-height: 1.5;
    color: #3c332b;
    margin: 0 auto 26px;
    font-weight: 300;text-align: right;
    font-family: "Inter Tight", sans-serif;
  }

  .masterplan-btn {
    display: inline-block;
    background: #f7931a;
    color: #fff;
    padding: 11px 26px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    float: right;
    font-family: "Inter Tight", sans-serif;
  }

  .masterplan-btn:hover {
    background: #e67f00;
    color: #fff;
  }
.about-candeur-box {
  background: #1e1e1e;
  color: #fff;
  text-align: center;
  padding: 34px 30px 28px;
  margin: 0 auto;
  width: 100%;
  /*margin-top: 5%;*/
}

.about-candeur-box h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.about-candeur-box p {
  max-width: 1050px;
  margin: 0 auto 12px;
  font-size: 14px;
  line-height: 1.9;
  color: #ededed;
  font-weight: 300;
  font-family: "Inter Tight", sans-serif;
}

.brochure-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
}

.masterplan-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f7931a;
  color: #fff;
  padding: 12px 28px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease;
  min-width: 190px;
  font-family: "Inter Tight", sans-serif;
}

.masterplan-btn:hover {
  background: #e67f00;
  color: #fff;
}

.brochure-modal-content {
  border: none;
  border-radius: 0;
}

.modal-content
{
    border-radius: 0!important;
}
.modal-title-custom {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 8px;
  color: #222;
}

.modal-desc-custom {
  font-size: 14px;
  color: #666;
  margin-bottom: 18px;
}

.masterplan-input {
  min-height: 50px;
  border-radius: 0;
  border: 1px solid #d7d7d7;
  box-shadow: none !important;
  font-size: 14px;
}

.masterplan-textarea {
  min-height: 120px;
  resize: none;
  padding-top: 14px;
}

  @media (max-width: 1199.98px) {
    .masterplan-title {
      font-size: 44px;
    }

    .masterplan-content {
      padding-left: 30px;
    }
  }

  @media (max-width: 991.98px) {
    .masterplan-content {
      padding: 30px 15px 0;
    }

    .masterplan-title {
      font-size: 36px;
    }

    .masterplan-text {
      max-width: 100%;
    }

    .about-candeur-box {
      width: 100%;
      margin-top: 25px;
    }
  }

  @media (max-width: 767.98px) {
    .masterplan-section {
      padding: 28px 0 24px;
    }

    .masterplan-title {
      font-size: 28px;
    }

    .masterplan-subtitle {
      font-size: 16px;
    }

    .masterplan-text {
      font-size: 13px;
      line-height: 1.8;
    }

    .about-candeur-box {
      padding: 26px 18px 18px;
    }

    .about-candeur-box h3 {
      font-size: 22px;
    }

    .about-candeur-box p {
      font-size: 13px;
      line-height: 1.75;
    }
  }

    /* end */


    /* contact us */
.enquiry-section {
  background: #f3ede0;
  padding: 60px 0;
}

.enquiry-content {
  max-width: 100%;
  margin: 0 auto;
}

.enquiry-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #a48f67;
  margin-bottom: 8px;
}

.enquiry-title {
  font-size: 50px;
  line-height: 1.08;
  font-weight: 300;
  color: #222;
  margin-bottom: 28px;
  letter-spacing: -0.5px;
}

.enquiry-content p {
  font-size: 15px;
  line-height: 1.5;
  color: #3b3126;
  font-weight: 300;
  margin-bottom: 18px;
  font-family: "Inter Tight", sans-serif;
}

.enquiry-form-wrap {
  max-width: 420px;
  margin: 0 auto;
}

.enquiry-input {
  min-height: 40px;
  border-radius: 0;
  border: 1px solid rgba(34, 34, 34, 0.35);
  background: transparent;
  font-size: 13px;
  color: #222;
  box-shadow: none !important;
  padding: 10px 16px;
}

.enquiry-input::placeholder {
  color: #5e5549;
  opacity: 1;
}

.enquiry-textarea {
  min-height: 72px;
  resize: none;
  padding-top: 12px;
}

.enquiry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f7931a;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.enquiry-btn:hover {
  background: #e67f00;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .enquiry-title {
    font-size: 42px;
  }
}

@media (max-width: 991.98px) {
  .enquiry-section {
    padding: 65px 0;
  }

  .enquiry-content {
    max-width: 100%;
    text-align: center;
  }

  .enquiry-title {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .enquiry-content p {
    font-size: 14px;
    line-height: 1.8;
  }
}

@media (max-width: 767.98px) {
  .enquiry-section {
    padding: 55px 0;
  }

  .enquiry-tag {
    font-size: 10px;
    letter-spacing: 4px;
  }

  .enquiry-title {
    font-size: 28px;
  }

  .enquiry-content p {
    font-size: 13px;
    line-height: 1.75;
  }

  .enquiry-form-wrap {
    max-width: 100%;
  }

  .enquiry-input {
    font-size: 12px;
    padding: 10px 14px;
  }

  .enquiry-btn {
    font-size: 13px;
    padding: 10px 22px;
  }
}

    /* end */


    /* footer */

.site-footer {
  background: linear-gradient(90deg, #1b1b1b 0%, #232323 100%);
  padding: 34px 0 34px 0px !important;
  margin: 0 !important;
  color: #fff;
}

.site-footer .container,
.site-footer .row,
.site-footer .col-lg-4,
.site-footer .col-lg-3,
.site-footer .col-lg-5,
.site-footer .footer-brand,
.site-footer .footer-links-wrap,
.site-footer .footer-contact {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.site-footer h3,
.site-footer h5,
.site-footer p,
.site-footer ul,
.site-footer li,
.site-footer a {
  margin-bottom: 0;
  font-size: 15px;
}

.site-footer .row {
  align-items: center;
}
.site-footer {
  transform: none !important;
}

@media(max-width:991px){
  body{
    padding-bottom:60px;
  }
}

footer.site-footer {
  display: block;
  width: 100%;
}

.footer-brand h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 8px;
  color: #ffffff;
}

.footer-brand p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #f1f1f1;
  font-weight: 300;
  font-family: "Inter Tight", sans-serif;
}

.footer-links-wrap h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Inter Tight", sans-serif;
}

.footer-links-grid {
  display: flex;
  gap: 22px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  text-decoration: none;
  color: #d9d9d9;
  font-size: 14px;
  line-height: 1.4;
  transition: 0.3s ease;
  font-family: "Inter Tight", sans-serif;
}

.footer-links a:hover {
  color: #f7931a;
}

.footer-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social a {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  transition: 0.3s ease;
}

.footer-social a:hover {
  background: #f7931a;
  border-color: #f7931a;
  color: #fff;
}

.footer-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #f1f1f1;
  font-size: 12px;
  transition: 0.3s ease;
  font-family: "Inter Tight", sans-serif;
}

.footer-contact-item:hover {
  color: #f7931a;
  font-family: "Inter Tight", sans-serif;
}

.footer-icon {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  flex-shrink: 0;
}

@media (max-width: 991.98px) {
  .site-footer {
    padding: 30px 0 24px;
  }

  .footer-brand {
    text-align: center;
  }

  .footer-links-wrap {
    text-align: center;
  }

  .footer-links-grid {
    justify-content: center;
  }

  .footer-contact {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .site-footer {
    padding: 26px 0 20px;
    text-align: center;
  }

  .footer-brand h3 {
    font-size: 22px;
  }

  .footer-brand p {
    font-size: 13px;
  }

  .footer-links-wrap h5 {
    font-size: 12px;
  }

  .footer-links-grid {
    gap: 16px;
  }

  .footer-contact {
    flex-direction: column;
    gap: 14px;
  }

  .footer-social {
    justify-content: center;
  }
}
    /* end */




    .hero-content {
  overflow: hidden;
}

.hero-animate {
  opacity: 0;
  transform: translateY(40px);
  animation: heroFadeUp 1s ease forwards;
}

.hero-animate-delay-1 {
  animation-delay: 0.2s;
}

.hero-animate-delay-2 {
  animation-delay: 0.6s;
}

.hero-animate-delay-3 {
  animation-delay: 1s;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   PARALLAX EFFECT
========================= */
.parallax-section {
  position: relative;
  transform: translateY(0);
  transition: transform 0.15s linear;
  will-change: transform;
}

/* =========================
   MENU ACTIVE + HOVER
========================= */
.navbar-nav .nav-link {
  position: relative;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 1px;
  background: #ff8c1a;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 70%;
}

.navbar-nav .nav-link.active {
  color: #ff8c1a !important;
}

/* =========================
   HERO PARALLAX BG LOOK
========================= */
.hero-section {
  background-attachment: fixed;
}

@media (max-width: 991.98px) {
  .hero-section {
    background-attachment: scroll;
  }
}

/* =========================
   GALLERY MODAL ZOOM
========================= */
.gallery-modal-wrap {
  overflow: auto;
  max-height: 88vh;
  background: #000;
  padding: 10px;
}

.modal-gallery-img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  transform-origin: center center;
  cursor: zoom-in;
}

.gallery-close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
}

/* =========================
   SECTION REVEAL ANIMATION
========================= */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(45px);
  transition: all 0.8s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ENQUIRE NOW */
.custom-enquiry-modal-content {
  border: none;
  border-radius: 0;
  background: #eee6d6;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.modal-mini-tag {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #a48f67;
  margin-bottom: 8px;
}

.custom-modal-title {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 300;
  color: #222;
  margin-bottom: 10px;
}

.custom-modal-desc {
  font-size: 14px;
  line-height: 1.8;
  color: #4a4035;
  margin-bottom: 20px;
  font-weight: 300;
}

.custom-enquiry-input {
  min-height: 50px;
  border-radius: 0;
  border: 1px solid rgba(34, 34, 34, 0.3);
  background: transparent;
  color: #222;
  box-shadow: none !important;
  font-size: 14px;
  padding: 12px 16px;
}

.custom-enquiry-input::placeholder {
  color: #5e5549;
  opacity: 1;
}

.custom-enquiry-textarea {
  min-height: 110px;
  resize: none;
  padding-top: 14px;
}

.custom-enquiry-submit {
  background: #f7931a;
  color: #fff;
  border: none;
  border-radius: 0;
  min-height: 48px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease;
}

.custom-enquiry-submit:hover {
  background: #e67f00;
  color: #fff;
}

.custom-enquiry-modal .btn-close {
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .custom-modal-title {
    font-size: 28px;
  }

  .custom-modal-desc {
    font-size: 13px;
    line-height: 1.7;
  }

  .custom-enquiry-input {
    min-height: 46px;
    font-size: 13px;
  }

  .custom-enquiry-textarea {
    min-height: 95px;
  }
}

/* END */

/* ===============================
   MOBILE FIXED FOOTER
================================ */

.mobile-fixed-footer{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9999;
  box-shadow: 0 -3px 15px rgba(0,0,0,0.15);
}

.mobile-call-btn,
.mobile-enquiry-btn{
  flex: 1;
  text-align: center;
  padding: 14px 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mobile-call-btn{
  background: #111;
  color: #fff;
}

.mobile-enquiry-btn{
  background: #f7931a;
  color: #fff;
}

.mobile-call-btn i,
.mobile-enquiry-btn i{
  font-size: 16px;
}

/* hide on desktop */

@media(min-width:992px){
  .mobile-fixed-footer{
    display:none;
  }
}

/* prevent content hiding behind footer */

@media(max-width:991px){
  body{
    padding-bottom:60px;
  }
}


/* desktop */


/* ===============================
   DESKTOP FLOATING CONTACT
================================ */

.desktop-floating-contact{
  position: fixed;
  right: 18px;
  bottom: 120px;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.desktop-floating-contact a{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  transition: all .3s ease;
}

/* WhatsApp */

.floating-whatsapp{
  background:#25D366;
}

.floating-whatsapp:hover{
  transform:scale(1.1);
}

/* Call */

.floating-call{
  background:#f7931a;
}

.floating-call:hover{
  transform:scale(1.1);
}

/* Fix for the arrows: Making them visible and positioned correctly */
.custom-slider-arrow {
    width: 50px;
    height: 50px;
    background-color: #000; /* Dark background so it's visible */
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8 !important; /* Force visibility */
}

.carousel-control-prev.custom-slider-arrow {
    left: -60px; /* Move arrow outside the image container */
}

.carousel-control-next.custom-slider-arrow {
    right: -60px; /* Move arrow outside the image container */
}

/* Container spacing for arrows */
#lowerMasterplanCarousel {
    padding: 0 70px; /* Give space for the arrows sitting on the sides */
}



/* Desktop vs Mobile adjustments */

/* MOBILE MASTERPLAN SLIDER */
@media (max-width: 767px){

    #lowerMasterplanCarousel .row{
        display:block;
    }
    .carousel-control-next.custom-slider-arrow{
        right: 0;
        width: 20px;
        height: 20px;
    }
    .carousel-control-prev.custom-slider-arrow{
        left: 0;
        width: 20px;
        height: 20px;
    }
    .carousel-control-next-icon {
        width: 15px;
    }
    #lowerMasterplanCarousel .col-12{
        display:none;
    }

    #lowerMasterplanCarousel .carousel-item .col-12:first-child{
        display:block;
    }

    #lowerMasterplanCarousel .carousel-item:nth-child(2) .col-12:nth-child(2),
    #lowerMasterplanCarousel .carousel-item:nth-child(3) .col-12:nth-child(3){
        display:block;
    }

     #projectGalleryCarousel .row{
        display:block;
    }

    #projectGalleryCarousel .col-12{
        margin-bottom:20px;
    }
}
/* Desktop slider */
.desktop-masterplan-slider{
display:block;
}

/* Mobile slider */
.mobile-masterplan-slider{
display:none;
}

@media(max-width:768px){

.desktop-masterplan-slider{
display:none;
}

.mobile-masterplan-slider{
display:block;
}

}
/* Desktop visible */
.desktop-masterplan-slider,
.desktop-gallery-slider{
display:block;
}

/* Mobile hidden */
.mobile-masterplan-slider,
.mobile-gallery-slider{
display:none;
}

@media(max-width:768px){

.desktop-masterplan-slider,
.desktop-gallery-slider{
display:none;
}

.mobile-masterplan-slider,
.mobile-gallery-slider{
display:block;
}

}

/* Overlay center alignment */

.masterplan-image-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
background:rgba(0,0,0,0.5);
}

.masterplan-overlay-box h4{
color:#fff;
font-size:20px;
font-weight:600;
}

/* arrows */

.location-div {
    padding: 60px 20px;
   font-family: "Inter Tight", sans-serif;

}

.location-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.location-column {
    flex: 1;
    padding: 0 30px;
}

.column-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.column-header img {
    width: 40px;
    height: auto;
}

.column-header h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    padding-top: 10px;
}

.location-list {
    list-style: none;
    padding: 0;
}

.location-list li {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 12px;
    white-space: nowrap;
}

.location-list li span:first-child {
    min-width: 50px; /* Aligns the distances perfectly */
}

.divider {
    margin: 0 15px;
    color: #000;
}

/* The vertical lines between columns */
.vertical-line {
    width: 1px;
    height: 150px; /* Adjusted to match list length */
    background-color: #000;
    margin-top: 40px;
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .location-container {
        flex-direction: column;
        gap: 40px;
    }
    
    .vertical-line {
        display: none; /* Remove lines on mobile */
    }
    
    .location-column {
        padding: 0;
        width: 100%;
    }
}

/* --- Common Headings --- */
.section-heading-red {
    text-align: center;
    font-family: ClashDisplay;
    font-size: 2.2rem;
    margin-bottom: 50px;
}

/* --- FAQ Section --- */
.faq-section {
    padding: 10px 10% 60px;
    color: #333;
    font-family: "Inter Tight", sans-serif;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr)); /* Standard 2-column grid */
    gap: 20px;
    align-items: flex-start; /* Prevents columns from expanding on uneven content */
}

.faq-col {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Spacing between boxed items in a single column */
}

/* Base style for the boxed item */
.faq-item {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    transition: var(--transition);
}

/* Highlight box when open */
.faq-item[open] {
    background-color: #f9f9f9;
    border-color: #f0f0f0;
}

/* Question Header Styling */
.faq-question {
    font-size: 1rem;
    font-weight: 500;
    color: #222;
    padding: 20px 50px 20px 20px; /* Right padding for arrow room */
    cursor: pointer;
    position: relative;
    list-style: none; /* Hide default summary arrow */
}

/* Hide the default marker for Webkit/Safari */
.faq-item summary::-webkit-details-marker {
    display: none;
}

/* The arrow icon - we use CSS pseudo-elements for clean code */
.faq-question::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #444; /* Upward facing triangle when closed */
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}

/* Rotate the arrow when open */
.faq-item[open] .faq-question::after {
    transform: translateY(-50%) rotate(180deg);
}

/* Answer Container styling */
.faq-answer {
    padding: 0 20px 20px 20px; /* Content padding inside the box */
}

.faq-answer p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}
.faq-answer ul{
    font-size: 14px;
    color: #555;
}

/* Responsive adjustment */
@media (max-width: 900px) {
    .faq-grid {
        grid-template-columns: 1fr; /* Stack into 1 column on mobile */
    }
}



