.elementor-725 .elementor-element.elementor-element-2a648ff{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-2a648ff */.btf-wrap {
  font-family: "Mulish", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #1b2a2b;
}


.btf-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 16px;
}
.btf-rating-num {
  font-family: "Marcellus", serif;
  font-size: 34px;
  color: #0c343a;
  line-height: 1;
}
.btf-rating-lbl {
  font-size: 14px;
  color: #5b6b6c;
}
.btf-disclaimer {
  max-width: 70ch;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 13.5px;
  line-height: 1.6;
  color: #5b6b6c;
}

.btf-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 980px) {
  .btf-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .btf-grid {
    grid-template-columns: 1fr;
  }
}

.btf-card {
  background: #ffffff;
  border: 1px solid #e2ded6;
  border-radius: 14px;
  padding: 24px;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.btf-card:hover {
  box-shadow: 0 14px 30px rgba(20, 25, 60, 0.08);
  transform: translateY(-3px);
  border-color: #d9d3c8;
}
.btf-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.btf-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  background: #38838e;
  color: #ffffff;
  font-weight: 800;
  font-size: 15px;
}
.btf-name {
  font-weight: 700;
  color: #0c343a;
}
.btf-body {
  font-size: 15px;
  line-height: 1.65;
  color: #5b6b6c;
  margin: 0;
}
.btf-more {
  margin-top: 14px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #af1a00;
  font-weight: 800;
  font-size: 14px;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.btf-more::after {
  content: "\2192";
  transition: transform 0.2s ease;
}
.btf-more:hover::after {
  transform: translateX(3px);
}

.btf-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(6, 33, 37, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  padding: 24px;
  font-family: "Mulish", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
.btf-modal-backdrop.is-open {
  display: flex;
}
.btf-modal {
  background: #ffffff;
  max-width: 600px;
  width: 100%;
  max-height: 85vh;
  border-radius: 16px;
  padding: 34px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 60px rgba(6, 33, 37, 0.35);
  position: relative;
  box-sizing: border-box;
}
.btf-modal * {
  box-sizing: border-box;
}
.btf-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: #f0ece5;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  color: #5a6378;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
}
.btf-modal-close:hover {
  background: #38838e;
  color: #ffffff;
}
.btf-modal-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-right: 36px;
}
.btf-modal-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  background: #38838e;
  color: #ffffff;
  font-weight: 800;
  font-size: 16px;
}
.btf-modal-name {
  font-weight: 700;
  color: #0c343a;
  font-size: 18px;
}
.btf-modal-body {
  overflow-y: auto;
  font-size: 15.5px;
  line-height: 1.75;
  color: #1b2a2b;
}
.btf-modal-body p {
  margin: 0 0 12px;
}

@media (prefers-reduced-motion: reduce) {
  .btf-card,
  .btf-more::after,
  .btf-modal-close {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS */.inner-banner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.inner-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(6,33,37,0)    0%,
      rgba(6,33,37,.55)  35%,
      rgba(6,33,37,.88)  75%,
      rgba(6,33,37,1)    100%),
    linear-gradient(to top right,
      rgba(6,33,37,1)    0%,
      rgba(6,33,37,.80)  40%,
      rgba(6,33,37,.45)  70%,
      rgba(6,33,37,0)    100%) !important;
}/* End custom CSS */