@font-face {
  font-family: "Futura-Bk-BT-Book";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Futura-Bk-BT-Book/Futura-Bk-BT-Book.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Futura-Md-BT-Medium";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Futura-Md-BT-Medium/Futura-Md-BT-Medium.woff2") format("woff2");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: clamp(9px, 1.5vw, 10px);
}

.common::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
}

body {
  background-color: #FEF8F4;
  color: #1C283E;
  font-family: "Futura-Bk-BT-Book", sans-serif;
  overscroll-behavior: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #000000;
  font-weight: normal;
  font-family: "Futura-Md-BT-Medium", sans-serif;
}

h1 {
  font-size: 4rem;
}
h1:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 5.2rem;
  }
}

h2 {
  font-size: 3.6rem;
}
h2:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 4.4rem;
  }
}

h3 {
  font-size: 3.2rem;
}
h3:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 3.6rem;
  }
}

h4 {
  font-size: 2.8rem;
}
h4:last-child {
  margin-bottom: 0;
}

h5 {
  font-size: 2.4rem;
}
h5:last-child {
  margin-bottom: 0;
}

h6 {
  font-size: 2rem;
}
h6:last-child {
  margin-bottom: 0;
}

p {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #1C283E;
  text-align: center;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1.8rem;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  p {
   font-size: 1.8rem;
  }
}
@media screen and (min-width: 1500px) {
  p {
   font-size: 1.8rem;
  }
}
p:last-of-type {
  margin-bottom: 0;
}

.small {
  font-size: 1.6rem;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1.2;
  color: inherit;
  font-family: inherit;
  font-size: 1.8rem;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background: unset;
}

span {
  display: inline-block;
}

.container {
  max-width: 95%;
  padding: 0 1.2rem;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}
@media screen and (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

.section-heading {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .section-heading {
    margin-bottom: 5rem;
  }
}
.section-heading h3 {
  color: #94764F;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .section-heading h3 {
    text-align: left;
  }
}

/* ========== GLOBAL ========== */
.rof-container {
    width: 100%;
    max-width: 450px;
    margin: auto;
    padding: 20px;
}

/* ========== HOME BANNER ========== */
.rof-home-banner {
    background: #fff;
    padding: 40px 0 20px;
    text-align: center;
}

.rof-home-banner-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rof-image-box img {
    width: 140px;
    height: auto;
    border-radius: 10px;
}

.rof-content-box h2 {
    font-size: 26px;
    margin-top: 15px;
}

.rof-content-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
    opacity: 0.7;
}

.rof-content-box p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Icons */
.rof-icon-list {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.rof-icon img {
    width: 28px;
    height: 28px;
}

/* CTA Button */
.rof-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s ease;
}

.rof-btn:hover {
    background: #333;
}

/* ========== PROPERTIES ========== */
.rof-properties {
    padding: 20px 0;
}

.rof-section-heading h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}

/* Grid layout */
.rof-boxes-desktop {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
}

/* Property box */
.rof-property-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    padding-bottom: 10px;
}

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

.rof-bottom-part {
    padding: 10px 12px;
}

.rof-bottom-part h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

/* Property info list */
.rof-info-part {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.rof-left-info {
    width: 60%;
}

.rof-info-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    margin-bottom: 6px;
}

.rof-info-item img {
    width: 16px;
}

/* WhatsApp Button */
.rof-whatsapp-btn {
    background: #25D366;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
}

.rof-whatsapp-btn img {
    width: 18px;
}

/* ========== CLIENTS ========== */
.rof-clients {
    padding: 30px 0;
}

.rof-client-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    justify-items: center;
}

.rof-client-logo-box img {
    width: 80px;
    height: auto;
}

/* CTA Clients */
.rof-contact-team-btn {
    display: block;
    margin: 25px auto 0;
    text-align: center;
    width: 90%;
    background: #000;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
}


.rof-client-slider {
    width: 100%;
    padding: 10px 0;
}

.rof-client-logo-box {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.rof-client-logo-box img {
    width: 80px;
    height: auto;
    object-fit: contain;
}
