.elementor-74 .elementor-element.elementor-element-18f93c3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8954503 */.fsrel-property-page {
  font-family: 'Inter', 'Poppins', Arial, sans-serif;
  color: #1f2933;
  background: #ffffff;
}

/* Hero Section */
.fsrel-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding: 80px 7%;
  background-image: url('https://fsrel.com/wp-content/uploads/2026/04/Bashat-Kunjo-1-scaled.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.fsrel-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(10, 18, 32, 0.78) 0%,
    rgba(10, 18, 32, 0.58) 42%,
    rgba(10, 18, 32, 0.20) 100%
  );
}

.fsrel-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  color: #ffffff;
}

.fsrel-tag,
.fsrel-small-title {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #FE7668;
}

.fsrel-hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  font-size: clamp(46px, 7vw, 88px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -2.8px;
  color: #ffffff !important;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
}

.fsrel-hero p {
  max-width: 620px;
  margin: 0 0 36px;
  font-size: 20px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.fsrel-hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.fsrel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.fsrel-btn.primary {
  background: #FE7668;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(254, 118, 104, 0.32);
}

.fsrel-btn.primary:hover {
  background: #e95f52;
  color: #ffffff !important;
  transform: translateY(-3px);
}

.fsrel-btn.secondary {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(10px);
}

.fsrel-btn.secondary:hover {
  background: #ffffff;
  color: #17202a !important;
  transform: translateY(-3px);
}

/* Info Strip */
.fsrel-info-strip {
  width: min(1180px, 86%);
  margin: -58px auto 0;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.fsrel-info-card {
  padding: 26px 24px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(254, 118, 104, 0.18);
}

.fsrel-info-card span,
.fsrel-detail-box span {
  display: block;
  margin-bottom: 9px;
  font-size: 13px;
  color: #7b8794;
}

.fsrel-info-card strong,
.fsrel-detail-box strong {
  font-size: 18px;
  color: #1f2933;
}

/* Common Section */
.fsrel-section {
  padding: 110px 7%;
}

.fsrel-container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.fsrel-two-col {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 64px;
  align-items: center;
}

.fsrel-section h2,
.fsrel-location h2,
.fsrel-contact h2 {
  margin: 0 0 22px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -1.5px;
  color: #17202a;
}

.fsrel-section p,
.fsrel-location p,
.fsrel-contact p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.85;
  color: #596575;
}

/* Image Card */
.fsrel-image-card {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.16);
}

.fsrel-image-card img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.fsrel-image-card:hover img {
  transform: scale(1.04);
}

/* Light Section */
.fsrel-light {
  background: #fff6f4;
}

.fsrel-center {
  max-width: 720px;
  margin: 0 auto 52px;
  text-align: center;
}

/* Details */
.fsrel-details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.fsrel-detail-box {
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(23, 32, 42, 0.06);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

/* Features */
.fsrel-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.fsrel-feature-card {
  padding: 30px 26px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(23, 32, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: all 0.3s ease;
}

.fsrel-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
}

.fsrel-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(254, 118, 104, 0.12);
  color: #FE7668;
  font-weight: 800;
}

.fsrel-feature-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #17202a;
}

.fsrel-feature-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #667085;
}

/* Location */
.fsrel-location {
  padding: 80px 7%;
  background: #17202a;
}

.fsrel-location-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.fsrel-location h2,
.fsrel-location p {
  color: #ffffff;
}

.fsrel-location p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
}

/* Contact */
.fsrel-contact {
  background: #ffffff;
}

.fsrel-contact-box {
  max-width: 820px;
  text-align: center;
  padding: 70px 40px;
  border-radius: 34px;
  background: linear-gradient(135deg, #fff6f4, #ffffff);
  border: 1px solid rgba(254, 118, 104, 0.22);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.08);
}

.fsrel-contact .fsrel-hero-buttons {
  justify-content: center;
}

.fsrel-contact .fsrel-btn.secondary {
  background: #17202a;
  color: #ffffff !important;
  border: none;
}

.fsrel-contact .fsrel-btn.secondary:hover {
  background: #000000;
  color: #ffffff !important;
}

/* Responsive Tablet */
@media (max-width: 1024px) {
  .fsrel-info-strip,
  .fsrel-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fsrel-two-col {
    grid-template-columns: 1fr;
  }

  .fsrel-location-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Responsive Mobile */
@media (max-width: 767px) {
  .fsrel-hero {
    min-height: 78vh;
    padding: 70px 6%;
    background-position: center top;
  }

  .fsrel-hero h1 {
    font-size: 44px;
    letter-spacing: -1.6px;
  }

  .fsrel-hero p {
    font-size: 16px;
  }

  .fsrel-info-strip {
    width: 90%;
    grid-template-columns: 1fr;
    margin-top: -42px;
  }

  .fsrel-section {
    padding: 78px 6%;
  }

  .fsrel-details-grid,
  .fsrel-feature-grid {
    grid-template-columns: 1fr;
  }

  .fsrel-detail-box,
  .fsrel-feature-card {
    padding: 24px;
  }

  .fsrel-location {
    padding: 64px 6%;
  }

  .fsrel-contact-box {
    padding: 48px 22px;
  }

  .fsrel-btn {
    width: 100%;
  }

  .fsrel-hero-buttons {
    width: 100%;
  }
}/* End custom CSS */