.elementor-4701 .elementor-element.elementor-element-2f57b75 > .elementor-widget-container{margin:-40px 0px 0px 0px;}.elementor-4701 .elementor-element.elementor-element-96ec9c8{--grid-columns:3;width:100%;max-width:100%;--load-more-message-color:#EDF2F8;--load-more-spinner-color:#EDF2F8;--load-more—spacing:30px;}:root{--page-title-display:none;}@media(max-width:1200px){.elementor-4701 .elementor-element.elementor-element-2f57b75 > .elementor-widget-container{margin:-30px 0px 0px 0px;}}@media(max-width:1024px){.elementor-4701 .elementor-element.elementor-element-96ec9c8{--grid-columns:2;}}@media(max-width:767px){.elementor-4701 .elementor-element.elementor-element-2f57b75{width:var( --container-widget-width, 90% );max-width:90%;--container-widget-width:90%;--container-widget-flex-grow:0;}.elementor-4701 .elementor-element.elementor-element-96ec9c8{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-2f57b75 */.mfb-search {
  background: #132e52;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 28px 32px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Manrope', sans-serif;
}

.mfb-search-header {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 20px;
}

.mfb-search-header h3 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}

.mfb-search-header span {
  color: #cfdce9;
  font-size: 0.8rem;
  font-weight: 400;
}

.mfb-search-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
}

.mfb-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.mfb-field label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mfb-field input,
.mfb-field select {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  padding: 11px 14px;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  height: 46px;
}

.mfb-field input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1) opacity(0.4);
  cursor: pointer;
}

.mfb-field input:focus,
.mfb-field select:focus {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.11);
}

.mfb-select-wrap {
  position: relative;
}

.mfb-select-wrap::after {
  content: '';
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='rgba(255,255,255,0.45)'/%3E%3C/svg%3E") no-repeat center;
  pointer-events: none;
}

.mfb-field select {
  padding-right: 36px;
}

.mfb-field select option {
  background: #0a1f3d;
  color: #fff;
}

.mfb-search-btn {
  flex-shrink: 0;
  background: #c4943a !important;
  color: #0a1f3d;
  border: none;
  border-radius: 8px;
  font-family: 'Manrope', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0 28px;
  height: 46px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  box-shadow: none !important;
}

.mfb-search-btn:hover {
  background: #c4943a;
}

@media (max-width: 768px) {
  .mfb-search-row {
    flex-wrap: wrap;
  }
  .mfb-field {
    flex: 1 1 calc(50% - 8px);
    min-width: 140px;
  }
  .mfb-search-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .mfb-search {
    padding: 20px 16px;
  }
  .mfb-field {
    flex: 1 1 100%;
  }
}/* End custom CSS */
/* Start custom CSS */.service-image-top::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, var(--bg-card) 0%, transparent 20%);
}/* End custom CSS */