#map{
  width: 100%;
  border-radius: 25px;
  height: 500px;
}

.map-container {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 80%;
  height: auto;
}

.map-container img {
  pointer-events: none;
  position: relative;
  z-index: 1;
  min-width: auto;
  height: 70vh;
  border-radius: 25px;
  display: block;
}

.area-overlay {
  position: absolute;
  transition: opacity 0.2s ease;
  pointer-events: auto;
  z-index: 2;
  border-radius: 0;
  display: flex;          
  justify-content: center;
  align-items: center;    
  color: black;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  background: rgba(173, 124, 70, 0.4);
  border: 3px solid rgba(173, 124, 70, 0.9);
}

.area-overlay:hover {
  background: rgba(173, 124, 70, 0.6);
}


.area-tooltip {
  position: absolute;
  display: none;
  z-index: 9999999;
  background: white;
  padding: 8px;
  border-radius: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  text-align: center;
  width: 250px;
  overflow: visible;
}

.area-tooltip h4 {
  font-size: 26px;
  color: #ad7c46;
  font-weight: 900;
}

.area-tooltip img {
  max-width: 100%;
  height: auto;
  border-radius: 5px 5px 20px 20px;
  display: block;
}

.area-tooltip p {
  margin: 0 0 8px 0;
  font-size: 12px;
  color: #555;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .map-container {
    height: 33vh;
  }
  .map-container img{
    height: 33vh;
  }
  .area-tooltip {
    width: 150px;
    padding: 6px;
  }
  .area-tooltip h4 {
    font-size: 20px;
  }
  .area-tooltip img {
    max-width: 100%;
    height: auto;
    border-radius: 5px 5px 20px 20px;
  }
  .area-tooltip p {
    font-size: 10px;
    font-wight: 400;
    margin-bottom: 5px;
  }
  #map{
    height: 350px;
  }
}
.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    color: #fff;
}

.hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.2)
    );
}

.hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  text-align: center;
  padding: 0 20px;
}

.hero__title {
  font-size: 48px;
  font-weight: 700;
  color: white;
}

.hero__subtitle {
  margin-top: 10px;
  opacity: 0.9;
  font-size: 18px;
}

.hero__meta {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  font-size: 16px;
  opacity: 0.9;
}

.hero__actions {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.btn {
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
}

.btn-primary {
  background: #ffffff;
  color: #000;
}

.btn-primary:hover {
  transform: translateY(-2px);
}

.btn-outline {
  border: 1px solid #fff;
  color: #fff;
}

.btn-outline:hover {
  background: #fff;
  color: #000;
}

.hero__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ff3b3b;
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.hero__id {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0,0,0,0.4);
  padding: 6px 10px;
  border-radius: 25px;
  font-size: 12px;
}

.hero__logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.hero__logo img {
  height: 40px;
}
.hero__meta {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hero__actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.hero__title,
.hero__subtitle,
.hero__meta,
.hero__actions {
    text-align: center;
}
.hero .icon{
  font-size: 20px;
  background-color: #eee;
  padding: 5px;
  border-radius: 50%;
  color: #2a2a2a;
}
.card {
    z-index: 9;
    box-shadow: none !important;
    border: 1px solid #d9d9d966 !important;
}
#cardsRow{
    width: 80% !important;
}

#stickyDiv {
    background: #ffffff;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15);
    color: #272727;
    padding: 10px;
    text-align: left;
    width: 100%;
    transition: all 0.3s ease;
}

.sticky-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
}

.detached {
    position: relative;
}

.card-link .card {
    transition: all 0.3s ease;
}

.card-link:hover .card {
    background-color: #ad7c46;
    transform: translateY(-5px);
}

.card-link:hover h5,
.card-link:hover p,
.card-link:hover span {
    color: #fff !important;
}
.stat-card {
  background: #fff;
  border-radius: 25px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #eee;
  transition: 0.3s;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-card img {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  opacity: 0.8;
}

.stat-number {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 14px;
  color: #777;
}
.stat-card img {
    width: 60px;
    height: 80px;
    margin-bottom: 12px;
    display: block;
    opacity: 0.85;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}

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

.faq-grid {
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 56px;
  align-items: start;
}

.faq-grid-two {
  display: grid;
  grid-template-columns: 65% 35%;
  gap: 56px;
  align-items: start;
}

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

.faq-row {
  border-top: 1px solid #eceff3;
}

.faq-row:last-child {
  border-bottom: 1px solid #eceff3;
}

.faq-q {
  display: flex;
  align-items: center;

  padding: 22px 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #0f172a;
  text-decoration: none;

  transition: all 0.2s ease;
}

.faq-q:hover {
  color: #000;
}

.faq-icon {
  font-size: 25px !important;
  color: #0f172a;
  opacity: 0.75;
  margin-right: 10px !important;
  width: 40px;
  height: 40px;
}

.faq-q::after {
  display: none !important;
}

.faq-q:not(.collapsed) {
  color: #000;
}

.faq-a {
  margin: 0;
  padding: 0 0 22px 36px;

  font-size: 15.5px;
  line-height: 1.7;
  color: #475569;
}

.faq-right {
  top: 40px;
}

#faqCarousel {
  border-radius: 25px 0 0 25px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

#faqCarouselTwo {
  border-radius: 0 25px 25px 0;
  overflow: hidden;
  background: #000;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

#faqCarousel img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .faq-right {
    position: relative;
    top: 0;
  }

  #faqCarousel img {
    height: 280px;
  }
}
.nearby-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nearby-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 6px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.nearby-item:hover {
  background: #f9f9f9;
  padding-left: 10px;
}

.arrow {
  color: #999;
  font-size: 14px;
  width: 18px;
}

.name {
  font-weight: 500;
}

.distance {
  color: #888;
  font-size: 13px;
}
.feature-row {
    position: relative;
}

.feature-bg {
    position: absolute;
    inset: 0;
    background-image: url('/user/images/investor-bg2.png');
    background-size: 50%;
    background-position: 80% center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: .6;
}

.feature-row::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(237, 247, 250, 0.75);
    z-index: 1;
}

.feature-row .container {
    z-index: 2;
    position: relative;
}
.form-contact .form-control {
    background-color: #f8fcfd;
    border: 1px solid #d6e9ef;
    color: #333;
}
.form-contact .form-control::placeholder {
   color: #333;
}
.form-contact .form-control:focus {
    background-color: #f8fcfd;
    border-color: #9fd3e0 !important;
    box-shadow: none;
    outline: none;
}
.tf-btn.primary.size-1 {
    background-color: #7cbdcd;
    color: white;
    font-weight: bold;
    border: none;
    transition: 0.3s ease;
}

.tf-btn.primary.size-1:hover {
    background-color: rgb(92, 171, 190);
}
.custom-list .icon {
    color: #fff !important;
}
.features-list {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.feature-icon-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-check {
    color: #0000002a;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

.feature-text {
    font-size: 14px;
    color: white;
}
.purchase-terms {
  padding: 40px 0;
}

.section-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.section-subtitle {
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.purchase-card {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  border: 1px solid #eee;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
  height: 100%;
}

.purchase-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

.card-title {
  font-weight: 700;
  margin-bottom: 14px;
}

.card-content p {
  margin: 0 0 8px 0;
  color: #444;
  font-size: 14px;
  position: relative;
  padding-left: 14px;
}

.card-content p::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #999;
}

.card-footer-text {
  margin-top: 15px;
  font-size: 13px;
  color: #777;
  font-style: italic;
}
#faqCarousel2 {
  border-radius: 0 25px 25px 0;
  overflow: hidden;
  background: #000;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

#faqCarousel2 img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  #faqCarousel2 img {
    height: 280px;
  }
}
.faq-section:nth-of-type(5) .faq-grid {
  grid-template-columns: 65% 35%;
  gap: 10px;
}
.tab-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #ddd;

  cursor: pointer;
  user-select: none;

  font-weight: 500;
  color: #444;

  box-shadow: 0 2px 8px rgba(0,0,0,0.04);

  transition: all 0.25s ease;
}

.tab-pill:hover {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: #e6e8f0;
}

.tab-pill.active-tab {
  background: #ad7c46;
  color: #fff !important;
}
.tab-pill.active-tab img {
  filter: brightness(0) invert(1);
}

.icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.25s ease;
}

.icon-wrapper img {
  width: 30px;
  height: 30px;
}

.tab-pill.active-tab .icon-wrapper {
  background: rgba(255, 255, 255, 0.25);
}

#section-content,
#section-build {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.hidden {
  display: none !important;
  opacity: 0;
  transform: translateY(10px);
}

.timeline-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.timeline-track-wrapper {
  overflow: hidden;
  max-width: 930px;
  position: relative;
}

.timeline-track {
  display: flex;
  gap: 44px;
  transition: transform 0.4s ease;
  position: relative;
}

.timeline-item-h {
  min-width: 200px;
  text-align: center;
  position: relative;
}

.timeline-dot-h {
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  top: -4px;
  z-index: 2;
}

.timeline-content {
  background: #fff;
  padding: 14px;
  border-radius: 12px;
  margin-top: 15px;
  transition: 0.25s;
}

.timeline-content:hover {
  transform: translateY(-6px);
}

.video-box {
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}

.video-box img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 50%;
}

.nav {
  background: #fff;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;

}
.timeline-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 8px;
}

.timeline-dots span {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s ease;
}

.timeline-dots span.active {
  background: #ad7c46;
  width: 18px;
  border-radius: 10px;
}
.timeline-container .nav {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(173, 124, 70, 0.25);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  margin: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ad7c46;
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 10;
}

.timeline-container .nav:hover {
  background: #ad7c46;
  color: #fff;
  transform: translateY(-2px) scale(1.05);
}

.timeline-container .nav:active {
  transform: scale(0.95);
}
.timeline-container {
  position: relative;
}

.timeline-track-wrapper {
  position: relative;
}

.timeline-track-wrapper {
  position: relative;
}

.timeline-line-horizontal {
  position: absolute;
  top: 45px;
  height: 2px;
  background: #ad7c46;
  z-index: 1;
  transition: width 0.3s ease, left 0.3s ease;
}

.timeline-dot-h {
  width: 12px;
  height: 12px;
  background: #ad7c46;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.timeline-content {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  margin-top: 30px;
  border: 1px solid rgba(173, 124, 70, 0.15);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.timeline-content:hover {
  transform: translateY(-8px);
  border-color: rgba(173, 124, 70, 0.35);
}
.timeline-item-h h5 {
  font-size: 11px;
  font-weight: 500;
  color: #ad7c46;
  margin-bottom: 10px;
  display: inline-block;
  padding: 2px 10px;
  background: rgba(173, 124, 70, 0.08);
  border-radius: 999px;
}

.timeline-content p {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  margin-top: 10px;
}

.video-box {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 12px;
  cursor: pointer;
  background: #000;
}

.video-box img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  transition: transform 0.4s ease;
  opacity: 0.9;
}

.video-box:hover img {
  transform: scale(1.05);
  opacity: 1;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);

  color: #fff;
  font-size: 14px;

  border: 1px solid rgba(255,255,255,0.3);
  transition: all 0.25s ease;
}

.video-box:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(173, 124, 70, 0.9);
}

.timeline-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(100deg, #e9c59e, #e9c59e);
  opacity: 0.6;
}
@media (max-width: 768px) {

  .timeline-container .nav {
    width: 34px;
    height: 34px;
    font-size: 20px;
    margin: 10px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .timeline-track-wrapper {
    max-width: 100%;
  }

  .timeline-item-h {
    min-width: 100% !important;
  }

  .timeline-track {
    gap: 12px;
  }

  .timeline-content {
    margin-top: 40px;
    padding: 22px;
    border-radius: 16px;
  }

  .timeline-content h5 {
    font-size: 14px;
  }

  .timeline-content p {
    font-size: 15px;
    line-height: 1.6;
  }

  .video-box img {
    height: 180px;
  }

  .timeline-line-horizontal {
    top: 35px;
  }
}
    .modal-overlay {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.9);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
}
.modal-content {
    max-width:90%;
    max-height:90%;
    border-radius:10px;
}
.modal-close {
    position:absolute;
    top:20px;
    right:35px;
    color:#fff;
    font-size:40px;
    font-weight:bold;
    cursor:pointer;
    transition:0.3s;
}
.modal-close:hover { color:#bbb; }
.tab-pill{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:15px 10px;
    border-radius:16px;
    cursor:pointer;
    height:100%;
}

.tab-pill span{
    font-size:14px;
    margin-top:8px;
}

.icon-wrapper img{
    width:32px;
    height:32px;
    object-fit:contain;
}

@media (max-width: 767px){

    .tab-pill{
        padding:12px 8px;
    }

    .tab-pill span{
        font-size:12px;
    }

    .icon-wrapper img{
        width:24px;
        height:24px;
    }
}