.elementor-5747 .elementor-element.elementor-element-5f73211c{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-5747 .elementor-element.elementor-element-5f73211c:not(.elementor-motion-effects-element-type-background), .elementor-5747 .elementor-element.elementor-element-5f73211c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F3F3;}.elementor-5747 .elementor-element.elementor-element-b16e5d2{--display:flex;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5747 .elementor-element.elementor-element-c7ffd14{font-family:"Arial", Sans-serif;font-weight:400;color:#141414;}@media(max-width:767px){.elementor-5747 .elementor-element.elementor-element-5f73211c{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-488dd996 */.bf-hosting-section {
  padding: 40px 20px;
  background: #f6f6f6;
  text-align: center;
}

.bf-hosting-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.bf-subtitle {
  color: #555;
  max-width: 720px;
  margin: 0 auto 30px;
}

.bf-hosting-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: auto;
}

.bf-card {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  position: relative;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.bf-card.highlight {
  border: 2px solid #2fa36b;
  transform: scale(1.03);
}

.bf-card img {
  max-width: 160px;
  margin: 20px auto;
  display: block;
}

.bf-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.bf-card p {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}

.bf-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 24px;
  background: #2fa36b;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
}

.bf-btn:hover {
  background: #248558;
}

.bf-badge {
  position: absolute;
  top: -12px;
  left: 20px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
}

.bf-badge.yellow {
  background: #ffeb3b;
  color: #000;
}

.bf-badge.gray {
  background: #dcdcdc;
  color: #333;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5f73211c */.bf-hosting-wrap {
  width: 100%;
}

.bf-hosting-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.bf-card {
  flex: 1 1 280px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 22px;
  position: relative;
  text-align: center;
}

.bf-card.featured {
  border: 2px solid #2fa36b;
}

.bf-card h3 {
  margin: 10px 0;
  font-size: 20px;
}

.bf-card img {
  max-width: 160px;
  height: auto;
  margin: 16px auto;
  display: block;
}

.bf-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

.bf-btn {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 22px;
  background: #2fa36b;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
}

.bf-btn:hover {
  background: #238a5a;
}

.bf-badge {
  position: absolute;
  top: -12px;
  left: 16px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
}

.bf-badge.yellow {
  background: #ffeb3b;
  color: #000;
}

.bf-badge.gray {
  background: #e0e0e0;
  color: #333;
}

/* Mobile */
@media (max-width: 767px) {
  .bf-hosting-grid {
    gap: 16px;
  }
}/* End custom CSS */