:root{
    --navy:#0A2647; --navy-deep:#050D1C; --gold:#C99644; --gold-light:#E4B15B; --gold-dark:#8B6914; --cream:#FBF6EC;
  }
  html{ scroll-behavior:smooth; }
  body{ font-family:'Inter', sans-serif; background:#fff; overflow-x:hidden; }
  h1,h2,h3,.font-display{ font-family:'Fraunces', serif; }
  .skyline-bar path, .skyline-bar rect{ transform-origin:bottom; }
  .split-line{ overflow:hidden; }
  .service-card:hover .service-icon{ background:var(--navy); color:var(--gold-light); }
  .prop-card .prop-img{ transition:transform .7s cubic-bezier(.2,.7,.2,1); }
  .prop-card:hover .prop-img{ transform:scale(1.08); }
  .filter-btn.active{ background:var(--navy); color:#fff; }
  .gold-underline{ position:relative; }
  .gold-underline::after{ content:''; position:absolute; left:0; bottom:-10px; width:56px; height:3px; background:linear-gradient(90deg,var(--gold-light),var(--gold-dark)); border-radius:2px; }
  .input-field{ border:1px solid #E3D9C4; background:#fff; transition:border-color .2s, box-shadow .2s; }
  .input-field:focus{ outline:none; border-color:var(--gold); box-shadow:0 0 0 3px rgba(201,150,68,.18); }
  @media (prefers-reduced-motion: reduce){ *{ animation-duration:.01ms !important; transition-duration:.01ms !important; scroll-behavior:auto !important; } }
  
.info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    max-width: 300px;
    width: 82%;
    padding: 25px;
}

  .navbar-glass {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all .35s ease;
  }
  .thumb-active { border-color:#FF7A1A !important; transform: translateY(-4px); }
  .slider-track { transition: transform .6s cubic-bezier(.65,0,.35,1); }
  ::-webkit-scrollbar{ display:none; }

  /* Swiper Slide Center Focus Effect */
  .project-swiper .swiper-slide {
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: scale(0.92);
    opacity: 0.7;
  }
  .project-swiper .swiper-slide-active {
    transform: scale(1) translateY(-24px);
    opacity: 1;
    z-index: 10;
  }

  .gold-text{
   background: linear-gradient(135deg, #7a5a00 0%, #ab8935 15%, #c38b31 35%, #ae721c 50%, #e1b057 65%, #b8860b 85%, #7a5a00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

  /* FAQ Accordion Styles */
  .faq-item {
    transition: border-color 0.35s ease, box-shadow 0.35s ease;
  }
  .faq-item.active {
    border-color: var(--navy);
    box-shadow: 0 12px 30px -10px rgba(10, 38, 71, 0.15);
  }
  .faq-item.active .faq-toggle {
    background-color: #184825;
  }
  .faq-item.active .faq-num {
    color: var(--gold-light) !important;
  }
  .faq-item.active .faq-quest {
    color: #ffffff !important;
  }
  .faq-item.active .faq-icon {
    color: var(--gold-light) !important;
  }
  .faq-icon i {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .faq-item.active .faq-icon i {
    transform: rotate(45deg);
  }
 
/*** 
====================================================================
    FAQ's Section
====================================================================
***/
.faq-section {
  position: relative;
}
.faq-section .sec-title {
  max-width: 370px;
}

.faq-block-one {
  background-color: transparent;
  border: 1px solid #fbf6ec;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
 
.faq-image-block-one {
  position: relative;
  width: 100%;
  height: 100%;
}

.faq-image-block-one .image-block-1 {
    position: relative;
    margin-left: auto;
    width: 90%;
    right: 14%;
    height: 60%;
    overflow: hidden;
    border: 20px solid #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.faq-image-block-one .image-block-1 img {
  width: 100%;
  height: 100%;
}

.faq-image-block-one .image-block-2 {
    position: absolute;
    left: -51px;
    bottom: -12%;
    width: 76%;
    height: 80%;
    z-index: 20;
  pointer-events: none;
}

.faq-image-block-one .image-block-2 img {
  width: 100%;
  height: 100%;
}

.faq-image-block-one .image-block-3 {
  position: absolute;
  right: -5%;
  bottom: -5%;
  width: 80%;
  height: 60%;
  z-index: -1;
  overflow: hidden; 
  
}

.faq-image-block-one .image-block-3 img {
  width: 100%;
  height: 100%;
}

@media (max-width: 639.98px) {
  .faq-image-block-one .image-block-2 {
    left: 2%;
    bottom: -6%;
  }
  .faq-image-block-one .image-block-3 {
    right: 0;
    bottom: -2%;
    border-top: 8px solid #fff;
    border-left: 8px solid #fff;
  }
}


.parallax-container{
    overflow:hidden;
    position:relative;
    height:600px;
}

.parallax-img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Swiper Testimonial Pagination Customization */
.testimonial-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.testimonial-swiper .swiper-pagination-bullet {
  background: #224D12;
  opacity: 0.2;
  width: 10px;
  height: 10px;
  margin: 0 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonial-swiper .swiper-pagination-bullet-active {
  background: #C99644 !important;
  opacity: 1;
  width: 28px;
  border-radius: 5px;
}