@import 'bootstrap.min.css';
@import 'normalize.css';

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: "Futura Demic";
  src: url("../fonts/FuturaDemiC.woff") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Futura Demic", sans-serif;
}


/* header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
} */
 body  {
  font-family: "Poppins", sans-serif;
 }
 header {
  /* top: calc(var(--spacing) * 0); */
  right: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 40;
  width: 100%;
  position: absolute;
  margin-top: 20px;
 }
 .navbar-nav {
  gap: 24px;
 }
.nav-link {
  color:#FFFFFF;
  font-size: 16px;
  font-weight: 300;

}

.hero {
  width: 100%;
  /* height: 100vh; */
  background: url('../images/home_slide.jpg') center/cover no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding-left: 60px; */
  padding-top: 13vw;
    padding-bottom: 13vw;
}
.langs {
  border: 0.5px solid #AEAEAE;
  border-radius: 40px;
  padding: 10px 21px;
  font-size: 16px;
  font-weight: 350;
  background: #ffffff00;
  color: #fff;
}
.live {
  background: #FFFFFF;
  border-radius: 10px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 350;
}
.langs svg{

}

.btn-live {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* space between text and dot */
  padding: 6px 12px;
  background-color: #fff;
  color: #111;
  font-weight: 500;
  font-size: 14px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #ddd;
  transition: transform 0.2s;
  margin-left: 10px;
}

.btn-live:hover {
  transform: scale(1.05);
}

.live-dot {
  width: 8px;
  height: 8px;
  background-color: #3be635; /* green */
  border-radius: 50%;
  display: inline-block;
}
.dropdown-toggle::after {
  display: none;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1A3140CC;
}

.hero-content {
  position: relative;
  max-width: 700px;
}

.hero-content h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

h1 span.orange {
  color: #AD5E42;
}

h1 span.white {
  color: #fff;
}
.hero-content h1 {
  color: #fff;
}

p.hero-desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
  color:#F9F5F0;
  max-width: 540px;
}

.btn-hero {
  position: relative;
  margin-top: 25px;
  background: #AD5E42;
  padding: 10px 22px;
  border-radius: 16px;
  color: #F9F5F0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 350;
  letter-spacing: .3px;
  overflow: hidden;

  box-shadow:
    inset 0 0 0 rgba(255,255,255,0),
    0 8px 20px rgba(0,0,0,.25);

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

/* inner moving layer */
.btn-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.12);
  transform: translateY(100%);
  transition: transform .35s ease;
}

/* hover */
.btn-hero:hover {
  background: #b66a4f;
  transform: translateY(-2px);
  box-shadow:
    inset 0 -6px 14px rgba(255,255,255,.18),
    0 16px 30px rgba(0,0,0,.35);
    color: #fff;
    opacity: 0.8;
}

.btn-hero:hover::before {
  transform: translateY(0);
}

/* active (press) */
.btn-hero:active {
  transform: translateY(0);
  box-shadow:
    inset 0 6px 14px rgba(0,0,0,.25);
}
.explore-btn {
  transition:
  transform .25s ease,
  box-shadow .25s ease,
  background .25s ease;
}
.explore-btn:hover {
  background: #b66a4f;
  transform: translateY(-2px);
  
    color: #fff;
    opacity: 0.8;
    transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}
.invest-btn:hover {
  background: #b66a4f;
  transform: translateY(-2px);
  
    color: #fff;
    opacity: 0.8;
    transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}
.btn-submit {
  transition:
  transform .25s ease,
  box-shadow .25s ease,
  background .25s ease;
}
.btn-submit:hover {
  background: #b66a4f;
  transform: translateY(-2px);
  
    color: #fff;
    opacity: 0.8;
    transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}
.btn-360 {
  transition:
  transform .25s ease,
  box-shadow .25s ease,
  background .25s ease;
}
.btn-360:hover {
  background: #b66a4f;
  transform: translateY(-2px);
  
    color: #fff;
    opacity: 0.8;
    transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}
.info-boxes {
  /* position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%); */
  /* width: 90%; */
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
}

.ibox {
 

  flex: 1;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(2px);

  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px solid #ffffff24;

}

.ibox h2 {
  font-size: 24px;
  margin-bottom: 2px;
  color:rgba(249, 245, 240, 1);
  font-weight: 350;
}
.ibox p {
  color:rgba(249, 245, 240, 1);
  font-size: 16px;
  font-weight: 350;
  margin-bottom: 0px;
}

.progress-box {
  flex: 1;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border: 1px solid #ffffff24;
}

.progress {
  height: 8px;
  width: 100%;
  background: #333;
  border-radius: 6px;
  margin-top: 10px;
}


.no-pads {
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.hero-bottom-desc {
  color:#F9F5F0;
  font-size: 16px;
  font-weight: 350;
  margin-top: 20px;
}
.hero-content-h2 {
  text-align: right;
  font-size: 16px;
  font-weight: 350;
  color: #fff;
  z-index: 100000;
  display: block;
  position: relative;
  margin-right: 48px;
  text-transform: uppercase;
}
.hero-content-h2 span {
  color: #AD5E42;
}



.progress-bar-wrapper {
  height: 8px;
  background-color: rgb(255 255 255 / 0%);
  /* border-radius: 4px; */
  margin-bottom: 10px;
  overflow: hidden;
  width: 85%;
  margin-top: 6px;
}

.progress-bar {
  height: 100%;
  
  background: linear-gradient(90deg, #AD5E42 0%, rgba(173, 94, 66, 0) 34.62%);


  transition: width 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); /* Smooth transition */
}


.percentage {
  text-align: right;
  font-size: 1.5em;
  font-weight: 600;
  margin-top: -25px;
  /* margin-bottom: 25px; */
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 350;
}


.cta-section {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 1px;
}

.youtube-icon {
  width: 25px;
  height: 25px;
  fill: #ffffff; 
  margin-right: 10px;
  margin-top: 10px;
}

.highlight {
  color: #d77953; /* Orange color for 'PROGRESS' */
  font-weight: 600;
  margin-left: 5px; /* Small space after 'OUR' */
}
.cta-text {
  font-size: 16px;
    font-weight: 350;
    color: #fff;
    margin-top: 11px;
}

.request-call-section {
background: rgba(26, 49, 64, 1);
padding-top: 100px;
padding-bottom: 100px;
border-top-left-radius: 105px;
margin-top: -100px;
z-index: 1000000;
position: relative;
}
.section-title h4 {
  color:rgba(249, 245, 240, 1);
  font-size: 40px;
  font-weight: 350;
}
.section-title h4 span {
  color: rgba(173, 94, 66, 1);
  font-weight: 700;
}
.section-title h5 {
  color: rgba(249, 245, 240, 1);
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 350;
}

.request-call-section svg {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}


/* animation */
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp .6s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* input animation */
.animated-form .form-control {
 
    height: 48px;
    border-radius: 16px;
    transition: .3s;
    border: 0.3px solid rgba(249, 245, 240, 1);
    background: #00000000;
    font-size: 16px;
    padding-top: 32px;
    padding-right: 128px;
    padding-bottom: 32px;
    padding-left: 24px;
    color:rgba(249, 245, 240, 1);
}

.animated-form .form-control:focus {
  border-color: #0050ff;
  box-shadow: 0 0 8px rgba(0, 80, 255, 0.3);
}

/* button animation */
.btn-submit {
  width: 100%;
  padding: 14px;
  background: rgba(173, 94, 66, 1);
  color: #fff;
  border: none;
  border-radius: 8px;
  transition: .3s;
  cursor: pointer;
  border-radius: 16px;
  padding-top: 20px;
font-size: 16px;
  padding-bottom: 20px;

}

.btn-submit:hover {
  /* background: #003ad4;
  transform: translateY(-3px); */

}



.gallery {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: center;
  overflow: hidden;
}

.gallery .item {
  flex: 0.6;
  transition: 0.4s ease;
  overflow: hidden;
  border-radius: 10px;
  filter: brightness(60%);
  opacity: 0.5;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 32px;
}

.gallery .item.active {
  flex: 2;
  filter: brightness(100%);
  opacity: 1;
}

.gallery:hover .item {
  flex: 0.6;
  opacity: 0.5;
  filter: brightness(60%);
}

.gallery .item:hover {
  flex: 2;
  opacity: 1;
  filter: brightness(100%);
}

.gallery .item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: 0.4s ease;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 32px;
}

.gallery .item.active img,
.gallery .item:hover img {
  transform: scale(1.1);
}


.home-about-section {
  padding-top: 70px;
  padding-bottom: 256px;
  
  background-color: rgba(249, 245, 240, 1);
}

.feature-list {
  max-width: 550px;
  
}

.feature-item {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.39);
  padding: 14px 18px;
  border-radius: 12px;
  margin-bottom: 14px;
  transition: 0.3s;
  border: 1px solid rgba(26, 49, 64, 0.2);
}

.feature-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.feature-item .icon {
  width: 32px;
  height: 32px;
  background: #9b4f37; /* your brown color */
  border-radius: 8px;
  margin-right: 16px;
  flex-shrink: 0;
}

.feature-item p {
  margin: 0;
  font-size: 16px;
  color: rgba(26, 49, 64, 1);
  line-height: 1.4;
  margin-bottom: 0px!important;

}


.info-card-wrapper {
  position: relative;
  width: 420px; /* adjust */
  margin: 40px auto;
  font-family: "Inter", sans-serif;
}

/* Main Image */
.image-box img {
  width: 100%;
  height: 540px;
  border-radius: 32px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  display: block;
}

/* Floating Card */
.floating-card {
  position: absolute;
  bottom: -25px;
  left: -34px;
  background: rgba(249, 245, 240, 1);
  padding: 25px 30px;
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  width: 220px;
}

/* Text inside floating block */
.floating-card .item {
  margin-bottom: 10px;
}

.floating-card .item:last-child {
  margin-bottom: 0;
}

.floating-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: rgba(26, 49, 64, 1);
  
}

.floating-card p {

  font-size: 14px;
  color: rgba(26, 49, 64, 1);
  margin-bottom: 0px!important;
}

.home-about-section h5 {
  font-size: 24px;
  font-weight: 350;
  text-transform: uppercase;
  color: rgba(26, 49, 64, 1);
  margin-bottom: 40px;
}


.home-about-section h4 {
  font-weight: 350;
  font-size: 40px;
  text-transform: uppercase;
  color:rgba(26, 49, 64, 1);
  margin-bottom: 40px;

}

.home-about-section h4 span {
  font-weight: bold;
 color: rgba(173, 94, 66, 1)
}
.home-about-section p {
  font-weight: 350;
  font-size: 16px;
  margin-bottom: 40px;
}


.swiper-home-section {
padding-top: 100px;
padding-bottom: 100px;
margin-top: -200px;
}

.customSwiper {
  width: 100%;
  padding: 60px 0;
}

.customSwiper .swiper-slide {
  width: 55%;                  /* show left + right */
  display: flex;
  justify-content: center;
  transition: transform .5s ease;
}

.customSwiper .swiper-slide img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  transition: transform 0.5s ease, opacity 0.4s ease;
}

/* ACTIVE (CENTER) IMAGE — BIGGER */
.customSwiper .swiper-slide-active img {
  transform: scale(1.15);
}

/* LEFT + RIGHT SLIDES — slightly smaller */
.customSwiper .swiper-slide-prev img,
.customSwiper .swiper-slide-next img {
  transform: scale(0.92);
  opacity: 0.9;
}


.swiper {
  overflow: visible!important;
}

.apartments-home-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.apartments-home-section h4 {
  color: rgba(26, 49, 64, 1);
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.apartments-home-section h4 span {
  color:rgba(173, 94, 66, 1)
}

.apartments-home-section img {
  width: 453px;
  height: 424px;
  display: block;
 margin-left: auto;
}

.apartment-info {

  color: #0b233f;
}

.apartment-info .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 14px;
  color:rgba(26, 49, 64, 1);
}

.apartment-info .desc {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(26, 49, 64, 1);
  margin-bottom: 22px;
  
}

/* Buttons container */
.info-buttons {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* 360 View Button */
.btn-360 {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #A45232;   /* brown color */
  color: rgba(255, 255, 255, 1);
  padding: 15px 23px;
  border-radius: 12px;
  font-size: 14px;
  text-decoration: none;
}

.btn-360 img {
  width: 24px;
  height: 24px;
}

/* Total Area Box */
.area-box {
  background: #ffffff;
  border: 0.5px solid rgba(173, 94, 66, 1);
  padding: 12px 20px;
  border-radius: 12px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.area-box strong {
  font-size: 18px;
  color: #0b233f;
  font-weight: 700;
}

.area-box span {
  font-size: 13px;
  color: #7d8998;
}
.apartment-info-col {
  display: flex;
  align-items: center;   /* vertical center */
}
.apartment-row {
  display: flex;
  align-items: center;   /* vertical center both columns */
  margin-bottom: 100px;
}

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

.text-right .desc {
  text-align: right;
margin-right:auto;
}
.img-right {
  margin: 0!important;
}

.rights {
  justify-content: flex-end;
}

.engineering-section {
  background-color: rgba(26, 49, 64, 1);
}

/* Background Box */
.engineering-box {
  background: rgba(26, 49, 64, 1);
  padding: 60px;
  border-radius: 40px;
  color: #ffffff;
  box-shadow: 0px 16px 104px 0px rgba(0, 0, 0, 0.2);

  margin-top: -450px;
  z-index: 1000;
  position: relative;

}

/* Small brown label */
.section-label {
  font-size: 24px;
  letter-spacing: 1.5px;
  color:  rgba(173, 94, 66, 1);

  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 350;
}

/* Main Title */
.main-title {
  font-size: 32px;
  font-weight: 350;
  line-height: 1.3;
  margin-bottom: 18px;
  color:rgba(249, 245, 240, 1);
  margin-bottom: 50px;
}

.main-title span {
  color: rgba(173, 94, 66, 1);
  font-weight: 800;
}

/* Paragraph */
.sub-desc {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(249, 245, 240, 1);
  max-width: 420px;
  margin-bottom: 50px;
}

/* Right side benefit list */
.benefits-list {
  padding-left: 0;
  margin-top: 10px;
}

.benefit-item {
  padding: 14px 18px;
  border: 1px solid rgba(249, 245, 240, 0.2);
  margin-bottom: 12px;
  border-radius: 12px;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
font-weight: 350;
  transition: 0.3s;
  
}

.benefit-item:hover {
  background: rgba(255,255,255,0.08);
  transform: translateX(3px);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .engineering-box {
      padding: 40px 25px;
  }
}


.engineering-box img {
  height: 264px;
  width: 100%;
  border-radius: 40px;
}


/* Background */
.invest-section {
  background: rgba(26, 49, 64, 1);
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Title */
.invest-title {
  font-size: 40px;
  font-weight: 700;
  color: rgba(249, 245, 240, 1);
  margin-top: 40px;
}

.invest-title span {
  color: rgba(173, 94, 66, 1); /* orange highlight */
}

/* Form Inputs */
.invest-input,
.invest-phone,
.invest-select {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  padding: 16px 16px;
  border-radius: 10px;
  color: #fff;
}

.invest-select {
  width: 90px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.invest-phone {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Placeholder color */
.invest-input::placeholder,
.invest-phone::placeholder {
  color: rgba(255,255,255,0.5);
}

/* Confirm Button */
.invest-btn {
  background: #C5643B;
  color: #fff;
  padding: 14px 0;
  border-radius: 10px;
  font-weight: 600;
  border: none;
  transition: 0.3s;
}

.invest-btn:hover {
  background: #a6502c;
}

/* Paragraphs */
.invest-paragraph {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(249, 245, 240, 1);
  margin-top: 30px;
}

.invest-ps {
  color:rgba(249, 245, 240, 1);
  font-size: 16px;
  font-weight: 350;
  max-width: 480px;
  text-align: right;
  display: block;
  margin-left: auto;
  margin-bottom: 50px;
}



.infrastructure-section {
  background: rgba(249, 245, 240, 1);


  color: #1A3140;
  padding-top: 150px;
  padding-bottom: 90px;
}

/* Title */
.infra-title {
  font-size: 40px;
  font-weight: 700;
  color: rgba(26, 49, 64, 1);
  margin-bottom: 50px;
}

/* Subtitle */
.infra-subtext {
  max-width: 600px;
  color:  rgba(26, 49, 64, 1);
  font-size: 16px;
}

/* Icon row */
.icon-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgba(26, 49, 64, 1);
  gap: 8px;
}

.icon-dot {
  width: 32px;
  height: 32px;
  background: rgba(173, 94, 66, 1);
  border-radius: 4px;
}

/* Center text */
.infra-center-text {
  color: rgba(26, 49, 64, 1);
  font-size: 16px;
  max-width: 600px;
  margin-left: auto;
  margin-top: 20px;

}
.infra-center-left {
  color: rgba(26, 49, 64, 1);
  font-size: 16px;
  max-width: 600px;
  margin-right: auto;
  margin-top: 40px;

}
/* Images */
.infra-img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

/* Bottom paragraph */
.infra-bottom {
  font-size: 15px;
  color: #5D6A72;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}


.tourism-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Title */
.tourism-title {
  font-size: 40px;
  font-weight: 350;
  color: rgba(26, 49, 64, 1);
}

.tourism-title span {
  color: rgba(173, 94, 66, 1); /* Brown highlight */
font-size: 40px;
font-weight: 700;

}

/* Card placeholder */
.tourism-card {
  width: 100%;
  height: 280px;
  background: #0F2433; /* Dark blue placeholder */
  border-radius: 20px;
}

/* Description */
.tourism-desc {
  font-size: 16px;
  color:  rgba(26, 49, 64, 1);
font-weight: 350;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

/* Explore button */
.explore-btn {
  background: #A45232;
  color: #fff;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 16px;
  transition: 0.3s;
}

.explore-btn:hover {
  background: #8c3c27;
}
.tourism-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}

.tourism-desc {
  margin: 0;
  text-align: left;
}


.go-top-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  background: rgba(26, 49, 64, 1);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99990000; /* Always on top */
}
.go-top-btn:hover {
  background: #AD5E42;
  transform: translateY(-3px) scale(1.05);
}
.go-top-btn.show {
  opacity: 1;
  visibility: visible;
}

.visit-section {
  background:rgba(26, 49, 64, 1);
  color: #ffffff;
  padding-top: 150px;
  padding-bottom: 150px;
  
}

.visit-title span {
  color: rgba(173, 94, 66, 1);

}

/* LEFT SIDE TITLE */
.visit-title {
  font-size: 32px;
  font-weight: 350;
  color: rgba(249, 245, 240, 1);
  line-height: 1.4;
   margin-bottom: 40px;
}

/* Location list */
.location-list .loc-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.loc-left {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}

.loc-icon {
  width: 20px;
}

.dot {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
}

/* Contact info */
.contact-heading {
  font-size: 40px;
  font-weight: 350;
  color: rgba(249, 245, 240, 1);
  margin-top: 60px;

}

.contact-label {

  margin-bottom: 2px;
  margin-top: 14px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 350;
  color: rgba(173, 94, 66, 1);

}

.contact-value {
  font-size: 16px;
  margin: 0;
  font-weight: 350;
  color: rgba(249, 245, 240, 1);

}


.contact-form-box {
  padding: 40px 40px 20px 40px;
  border-radius: 32px;
  max-width: 550px;
  display: block;
  background: rgba(30, 57, 74, 1);
  margin: 0 auto;
  border: 0.5px solid rgb(249 245 240 / 46%);
}

.form-label-custom {
  color: rgba(173, 94, 66, 1);

  font-size: 16px;
  margin-bottom: 10px;
}

.contact-input,
.contact-phone,
.contact-select {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  color: #ffffff;
  padding: 12px 14px;
  border-radius: 8px;
}

.contact-select {
  width: 100px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.contact-phone {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.send-btn {
  background: rgba(173, 94, 66, 1);

  color: rgba(249, 245, 240, 1);
font-weight: 350;
  padding: 12px;
  font-weight: 600;
  border-radius: 8px;
}

.send-btn:hover {
  background: #8a3d29;
}


.response-note {
  text-align: right;
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  margin-top: 15px;
}


.map-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.map-title h4{
  font-size: 40px;
  font-weight: 350;
  color:  rgba(26, 49, 64, 1);
}
.map-title h4 span {
  display: block;
  font-weight: 350;
  color: rgba(173, 94, 66, 1);
}

.map-section img {
  width: 100%;
  height: 525px;
  border-radius: 32px;
  margin-top: 40px;
  object-fit: cover;
}

.footer {
  background: #F5F0EA; /* beige tone */
  color: #1A3140;      /* dark blue */
  padding-top: 60px;
  /* padding-bottom: 100px; */
  /* border-bottom: 40px solid rgba(26, 49, 64, 1); */
}


.footer-slogan {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 350;
}

.footer-slogan span {
  color:  rgba(173, 94, 66, 1);
  font-weight: 700;
}



/* Copyright */
.footer-copy {
  font-size: 16px;

  opacity: 0.8;
  color: rgba(26, 49, 64, 1);

}

/* Menu */
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 12px;
}

.footer-menu a {
  text-decoration: none;
  color: rgba(26, 49, 64, 1);

  font-size: 16px;
  font-weight: 350;
  transition: 0.3s;
}

.footer-menu a:hover {
  color: #A45232;
}

/* Social Icons */
.footer-social .social-icon img {
  width: 32px;
  height: 32px;
  transition: 0.3s;
}

.footer-social .social-icon:hover img {
  transform: translateY(-3px);
}

.footer-logo {
  /* margin-top: 60px; */
  margin-bottom: 60px;
}
.social-icon svg {
  background: rgba(26, 49, 64, 1);
    padding: 10px;
    border-radius: 10px;
}


header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  padding: 18px 0;
  transition: all 0.35s ease;
}


header.reveal {
  background: transparent;
}


header.sticky {
  background: rgba(13, 37, 51, 0.92);
  backdrop-filter: blur(10px);
  padding: 8px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.35);
  animation: headerSlideDown 0.45s ease forwards;
  margin-top: -2px;
}


@keyframes headerSlideDown {
  from { transform: translateY(-25px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}


header svg {
  transition: 0.35s ease;
}

header.sticky svg {
  transform: scale(0.75);
  opacity: 0.9;
}


.nav-link {
  color: white !important;
  opacity: 0;
  animation: menuFade 0.6s ease forwards;
}

@keyframes menuFade {
  to { opacity: 1; transform: translateY(0); }
}

.nav-link:nth-child(1) { animation-delay: 0.15s; }
.nav-link:nth-child(2) { animation-delay: 0.25s; }
.nav-link:nth-child(3) { animation-delay: 0.35s; }
.nav-link:nth-child(4) { animation-delay: 0.45s; }
.nav-link:nth-child(5) { animation-delay: 0.55s; }


header.sticky .nav-link {
  color: #E4E7EB !important;
}


.langs,
.btn-live {
  transition: 0.35s ease;
}

header.sticky .btn-live {
  transform: scale(0.88);
}


#scrollProgress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: #A54B32;
  width: 0%;
  z-index: 999999000;
  transition: width 0.1s linear;
}



#preloader {
  position: fixed;
  inset: 0;
  background: rgba(26, 49, 64, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999990000;
}

#logoSVG path {
  stroke: white;
  stroke-width: 2;
  fill: transparent;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
}



/* ===== Header Reveal ===== */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;

  opacity: 0;
  transform: translateY(-40px) scale(0.98);
  transition:
    opacity .8s ease,
    transform .8s ease,
    background .4s ease,
    backdrop-filter .4s ease,
    padding .4s ease;
}

/* Visible */
.site-header.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Scrolled state */
.site-header.scrolled {
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(10px);
  padding: 6px 0;
}

/* Default padding */
.site-header nav {
  padding: 18px 0;
  transition: padding .4s ease;
}

.site-header.scrolled nav {
  padding: 8px 0;
}

/* ===== Nav links ===== */
.nav-link {
  position: relative;
  color: #fff;
  transition: opacity .3s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width .3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

/* ===== Live button pulse ===== */
.live-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #3be635;
  border-radius: 50%;
  animation: pulse 1.4s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  70% { transform: scale(1.6); opacity: 0; }
  100% { opacity: 0; }
}


