h1 {
    font-size: 56px;
}
h2 {
    font-size: 44px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}
.ck-content ul {
	margin-bottom: 1rem;
}
.ck-content.single-detail {
	padding: 100px 0;
}





.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  background-color: #25d366;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: block;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23ffffff'%3E%3Cpath d='M16 0C7.163 0 0 7.163 0 16c0 2.822.736 5.472 2.027 7.77L0 32l8.438-2.01A15.93 15.93 0 0 0 16 32c8.837 0 16-7.163 16-16S24.837 0 16 0zm0 29.333a13.27 13.27 0 0 1-6.748-1.838l-.484-.287-5.01 1.194 1.234-4.88-.317-.502A13.24 13.24 0 0 1 2.667 16C2.667 8.636 8.636 2.667 16 2.667S29.333 8.636 29.333 16 23.364 29.333 16 29.333zm7.27-9.862c-.398-.199-2.354-1.162-2.719-1.294-.365-.133-.631-.199-.897.199-.265.398-1.029 1.294-1.261 1.56-.232.265-.465.298-.863.1-.398-.2-1.681-.62-3.203-1.977-1.184-1.056-1.983-2.36-2.216-2.758-.232-.398-.025-.613.175-.811.179-.178.398-.465.597-.697.199-.232.265-.398.398-.664.133-.265.066-.497-.033-.697-.1-.199-.897-2.162-1.228-2.96-.323-.777-.651-.672-.897-.684l-.764-.013c-.265 0-.697.1-1.062.497-.365.398-1.394 1.362-1.394 3.32 0 1.959 1.427 3.852 1.626 4.117.199.265 2.808 4.287 6.805 6.014.951.41 1.693.655 2.271.838.954.303 1.823.26 2.51.158.765-.114 2.354-.963 2.687-1.892.332-.93.332-1.727.232-1.892-.1-.166-.365-.265-.763-.464z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;
}

.wa-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
}









.flat-pagination {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 767px) {
  .flat-pagination {
    gap: 4px;
  }
  .flat-pagination .page-numbers {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    width: 36px;
  }
  .flat-pagination .page-numbers svg {
    height: 1.25rem;
    width: 1.25rem;
  }
}
@media (max-width: 480px) {
  .flat-pagination {
    gap: 3px;
  }
  .flat-pagination .page-numbers {
    border-radius: 6px;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    width: 32px;
  }
  .flat-pagination .page-numbers svg {
    height: 1rem;
    width: 1rem;
  }
}

.tf-btn.primary,
.tf-btn:hover {
  color: #fff !important;
}

h1.animationtext {
    font-size: 70px;
}

@media only screen and (max-width: 575px) {
    h1.animationtext {
        font-size: 30px;
    }
}








.ayh-sc {
  font-family: 'Nunito', 'Segoe UI', sans-serif;
  padding: 48px 0 60px;
}
.ayh-sc *,
.ayh-sc *::before,
.ayh-sc *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.ayh-sc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
.ayh-sc-card {
  background: #ffffff;
  border: 1px solid #ecd8d8;
  border-top: 3px solid #db1d23;
  border-radius: 4px;
  padding: 28px 24px 24px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.ayh-sc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(219, 29, 35, 0.12);
}
.ayh-sc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #db1d23;
  border-radius: 50%;
  margin-bottom: 16px;
}
.ayh-sc-icon svg {
  width: 20px;
  height: 20px;
}
.ayh-sc-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.35;
}
.ayh-sc-text {
  font-size: 13.5px;
  color: #5a6475;
  line-height: 1.65;
  margin-bottom: 10px;
}
.ayh-sc-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.ayh-sc-list li {
  font-size: 13.5px;
  color: #5a6475;
  line-height: 1.65;
  padding: 3px 0 3px 18px;
  position: relative;
}
.ayh-sc-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  background: #db1d23;
  border-radius: 50%;
}
.ayh-sc-note {
  font-size: 13px;
  font-style: italic;
  color: #8a909b;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #ecd8d8;
}
.ayh-sc-result {
  background: #db1d23;
  border-radius: 4px;
  padding: 44px 36px 36px;
}
.ayh-sc-result-heading {
  text-align: center;
  margin-bottom: 32px;
}
.ayh-sc-result-heading h3 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65) !important;
  margin-bottom: 8px;
}
.ayh-sc-result-heading p {
  font-size: 22px !important;
  font-weight: 700;
  color: #ffffff !important;
  line-height: 1.25;
}
.ayh-sc-result-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.ayh-sc-result-card {
  background: rgba(0,0,0,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 4px;
  padding: 28px 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}
.ayh-sc-result-card:hover {
  background: rgba(0,0,0,0.25);
  border-color: rgba(255,255,255,0.55);
  transform: translateY(-4px);
}
.ayh-sc-result-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ayh-sc-result-card-icon svg {
  width: 22px;
  height: 22px;
}
.ayh-sc-result-card p {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff !important;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .ayh-sc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ayh-sc-result-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 560px) {
  .ayh-sc-grid {
    grid-template-columns: 1fr;
  }
  .ayh-sc {
    padding: 32px 0 40px;
  }
  .ayh-sc-result {
    padding: 28px 16px 24px;
  }
  .ayh-sc-result-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}










.ayh-steps {
  font-family: 'Nunito', 'Segoe UI', sans-serif;
  padding: 48px 0 60px;
}
.ayh-steps *,
.ayh-steps *::before,
.ayh-steps *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.ayh-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.ayh-steps-grid::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(12.5% + 14px);
  right: calc(12.5% + 14px);
  height: 2px;
  background: #ecd8d8;
  z-index: 0;
}
.ayh-steps-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}
.ayh-steps-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #db1d23;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #db1d23;
  margin-bottom: 20px;
  flex-shrink: 0;
  transition: background 0.22s ease, color 0.22s ease;
}
.ayh-steps-item:hover .ayh-steps-num {
  background: #db1d23;
  color: #ffffff;
}
.ayh-steps-body {
  background: #ffffff;
  border: 1px solid #ecd8d8;
  border-top: 3px solid #db1d23;
  border-radius: 4px;
  padding: 20px 18px;
  width: 100%;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.ayh-steps-item:hover .ayh-steps-body {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(219, 29, 35, 0.12);
}
.ayh-steps-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #db1d23;
  margin-bottom: 8px;
}
.ayh-steps-text {
  font-size: 13.5px;
  color: #5a6475;
  line-height: 1.65;
}
@media (max-width: 900px) {
  .ayh-steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .ayh-steps-grid::before {
    display: none;
  }
  .ayh-steps-item {
    padding: 0;
  }
}
@media (max-width: 560px) {
  .ayh-steps-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .ayh-steps {
    padding: 32px 0 40px;
  }
  .ayh-steps-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 20px;
  }
  .ayh-steps-item:last-child {
    padding-bottom: 0;
  }
  .ayh-steps-num {
    margin-bottom: 0;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
  .ayh-steps-body {
    flex: 1;
  }
}






.flat-banner-blog img {
    max-height: 30rem;
    object-fit: cover;
    border-radius: 12px;
}





.single-property-feature .box-feature ul {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 16px;
    row-gap: 8px;
    align-items: start;
}

@media (max-width: 991px) {
    .single-property-feature .box-feature ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575px) {
    .single-property-feature .box-feature ul {
        grid-template-columns: repeat(2, 1fr);
    }
}