@font-face {
    font-family: 'Trajan Pro';
    src: url(../fonts/TrajanPro-Bold.otf) format('opentype'),
        url(../fonts/TrajanPro-Regular.ttf) format('opentype');
    font-weight: normal;
    font-style: normal;
}

footer {
  background: #373737;
  /* background:url(../Images/home/World.png); */
 /* background: linear-gradient(180deg, #2B2F16 0%, #515636 34.98%, #686E4A 57.22%, #7F865E 78.91%, #99A074 102.49%); */
 padding: 16px 8px;
 font-family: 'Noto Sans', sans-serif;
 position: relative;
 overflow: hidden;
 justify-content: center;
 align-items: center;
 /* top:-210px */
}


.footer-wrapper,
.footer-container,
.footer-section,
.footer-bottom {
  z-index: 1;
}

.footer-wrapper {
  max-width: 1443px;
  height: 30px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0 20px;
}

.footer-logo {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 189px;
  height: 148px;
  z-index: 2; text-align: center;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.footer-container {
  display: flex;
  flex: 1;
  gap: 60px;
  padding:10px;
  max-width:1200px;
  margin-left:auto; margin-right: auto;
}
.footer-left { flex:1; display: flex; }
.footer-right { flex:1; display:flex; justify-content: center; }

.footer-section {
  opacity: 1;
  background: transparent;
  transform: rotate(0deg);
  flex-shrink: 0;
}

.about-us,
.properties,
.contact-us {
  display: flex;
  flex-direction: column;
}

.about-us {
  width: 180px;
  margin-left: 60px;
}

.properties {
  width: 220px;
}

.footer-section h3 {
  /* font-family: "Alice"; */
  font-family: 'Denton Test';  
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 1px;
  color: #fff;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
    color: #fff;
}

.footer-section ul li {
  width: 300px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'DM Sans', sans-serif;
}

.footer-section a {
  color: #fff;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
}

.social-wrap {
  display: flex;
}
.social-wrap .text { 
  font-size: 14px;
  line-height: 1.6;
  font-family: 'DM Sans', sans-serif;
  color: #fff; 
  min-width: 140px;
  padding-top:2px;
  font-weight:600;
}
.social-icons {
  display: flex;
  justify-content: right;
  gap: 15px;
}

.social-icons a img {
  width: 30px;    /* or your preferred icon size */
  height: auto;
  display: block;
  filter: brightness(5);
}

.footer-bottom {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 0;
  border-top: 1px solid #fff;
  padding-top: 20px;
  position: relative; 
  bottom: 0; 
}


.divider {
  width: 1443px;
  height: 24px;
  opacity: 1;
  top: 892px;
}

.contact-us ul li {
  display: flex;             /* side by side */
  align-items: flex-start;   /* align top */
  /* gap: 10px;                 small gap after colon */
  margin-bottom: 10px;
  
}


.contact-us .key {
  min-width: 140px;   /* fixes width for all keys */
  font-weight: 600;
  display: inline-block;
}

.contact-us .value {
  flex: 1;            /* value takes remaining space */
}

/* .contact-us .key:empty {
  display: none;   

} */
.email-row .value {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.textarea-container {
  position: relative;
  width: 100%;
}

.textarea-container textarea {
  width: 100%;
  padding: 12px 10px;
  border-radius: 6px;
  border: 1px solid #888;
  font-size: 14px;
  outline: none;
  resize: none;
  font-family: 'Noto Sans', sans-serif;
  background: transparent;
}

/* Floating label */
.textarea-container label {
  position: absolute;
  top: 12px;
  left: 10px;
  color: #888;
  font-size: 14px;
  pointer-events: none;
  transition: 0.2s ease all;
}

/* Move label when focused or textarea has content */
.textarea-container textarea:focus + label,
.textarea-container textarea:not(:placeholder-shown) + label {
  top: -8px;
  left: 8px;
  font-size: 12px;
  color: #000;
  background: #FFFFFFD1;
  padding: 0 4px;
}

/* ========================================================= */
/* 📱 Tablet (≤1024px) */
/* ========================================================= */
@media (max-width: 1024px) {
  .footer-logo img { max-width:130px; }
  .contact-us { margin-left:40px; }
  .footer-wrapper {
    gap: 15px;
    padding: 10px;
  }

  .footer-logo {
    width: 150px;
    height: auto;
  }

  .about-us {
    width: 150px;
    margin-left: 30px;
  }

  .properties {
    width: 150px;
  }



  .footer-container {
    gap: 40px;
  }

  .footer-section h3 {
    font-size: 20px;
  }

  .footer-section ul li {
    font-size: 13px;
  }

  .contact-us .key {
    min-width: 110px;
  }
  
.social-icons{
  margin-right: 80px;
}
.social-wrap .text { min-width:110px; }
  
}

@media(max-width:991px){
  .footer-logo img { max-width:90px; }
}

/* ========================================================= */
/* 📱 Mobile (≤768px) */
/* ========================================================= */
@media (max-width: 768px) {
  footer {
    padding: 20px 10px;
  }

  .footer-container {
    display:flex; flex-wrap:nowrap; gap:20px; flex-direction:column;
  }
  .footer-left { flex-direction:column; gap:20px; }
  .footer-right { justify-content: flex-start; }
  .contact-us { margin-left:0px; }

  .footer-section {
    width: auto;
  }

  .about-us {
    width:100%;
    margin-left:0px;
  }

  .properties {
    width:100%;
  }


  .footer-section h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .footer-section ul li {
    font-size: 11px;
    line-height: 1.5;
  }

  .social-icons a img {
    width: 24px;
  }

  .footer-bottom {
    font-size: 11px;
    padding-top: 15px;
  }
  .social-icons{
  margin-right: 100px;
  }
  .contact-us .key { min-width:100px; }
  .social-wrap .text { min-width:100px; font-size:11px; }
}

/* ========================================================= */
/* 📱 Small Mobile (≤576px) */
/* ========================================================= */
@media (max-width: 576px) {
 
  .contact-us .key {
    min-width: 90px;
  }
  .social-icons a img {
    width: 20px;
  }
  .footer-bottom {
    font-size: 10px;
  }
}

