.ft-services-page{ padding: 20px 0 50px; }
.container{ max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.ft-service-block{ margin-bottom: 32px; }
.ft-empty{ text-align:center; opacity:.7; padding: 10px 0; }

/* ===== Title Bar (مثل الفيجما) ===== */
.ft-service-head{
  width: 100%;
  height: 86px;
  border-radius: 20px;
  background: linear-gradient(269.82deg, #40aba7, #1076b4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 10px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.ft-service-head__title{ font-size: 24px; line-height: 24px; font-weight: 700; }
.ft-service-head__icon{
  width:36px; height:36px;
  display:inline-flex; align-items:center; justify-content:center;
  color:#fff;
}
.ft-service-head__icon svg{ width:36px; height:36px; display:block; }

/* Accordion button reset */
.ft-acc-btn{ border:0; cursor:pointer; }

/* ===== Card with bg image + overlay ===== */
.ft-acc-panel{ margin-top: 16px; }

.ft-service-card{
  position: relative;
  border-radius: 20px;
  min-height: 699px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.ft-service-card__overlay{
  position:absolute; inset:0;
  background: rgba(0,0,0,.5);
  pointer-events:none;
}

/* ===== White form box centered (مثل الفيجما) ===== */
.ft-service-formbox{
  position: relative;
  z-index: 5;
  border-radius: 20px;
 background: rgb(238 240 248 / 63%);
  width: 762px;
  max-width: calc(100% - 32px);
  min-height: 647px;
  margin: 26px auto;
  padding: 27px 29px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.ft-service-note{
  text-align: center;
  color: #07334e;
  font-weight: 600;
  margin-bottom: 12px;
}

/* ===== Form ===== */
.ft-html-form{ direction: rtl; text-align:right; font-family:"Cairo",sans-serif; }
.ft-html-form label{
  display:block;
  margin: 0 0 8px;
  font-weight: 600;
  color: #07334e;
  font-size: 20px;
}
.ft-html-form input{
  width:100%;
  height:56px;
  border-radius:10px;
  border:1px solid rgba(100,100,100,.5);
  padding:10px 12px;
  background:#fff;
  color:#07334e;
  margin-bottom:12px;
  box-sizing:border-box;
}

/* rows */
.ft-form-row{ display:flex; gap:20px; }
.ft-form-row > div{ flex:1; }

/* submit centered */
.ft-html-form button{
  width: 419px;
  max-width: 100%;
  height:56px;
  border:0;
  border-radius:20px;
  background: linear-gradient(269.82deg,#40aba7,#1076b4);
  color:#fff;
  font-size:24px;
  font-weight:700;
  cursor:pointer;
  margin: 14px auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* ===== Mobile ===== */
@media (max-width: 768px){
  .ft-service-head{ height: 66px; }
  .ft-service-head__title{ font-size: 18px; }
  .ft-service-card{ min-height: 520px; }
  .ft-service-formbox{
    min-height: auto;
    padding: 16px;
    margin: 16px auto;
  }
  .ft-form-row{ flex-direction: column; gap: 12px; }
  .ft-html-form label{ font-size: 16px; }
  .ft-html-form button{ width: 100%; font-size: 20px; }
  
  
  input[type="date"] {
    width: 92%!important;
}


.ft-trip-search .ft-trip-search__field {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    max-height: 80px!important;
}

.ft-trip-search__btn {
    order: 999 !important;
    max-height: 59px!important;
}


}


/* ===== تصغير عام للديسكتوب ===== */

/* 1) عنوان الخدمة */
.ft-service-head{
  height: 68px;          /* كان 86 */
  padding: 14px 10px;    /* أقل */
  border-radius: 18px;
}
.ft-service-head__title{
  font-size: 20px;       /* كان 24 */
}
.ft-service-head__icon,
.ft-service-head__icon svg{
  width: 28px;
  height: 28px;
}

/* 2) الكارت/الصورة */
.ft-service-card{
  min-height: 510px;     /* كان 699 */
  border-radius: 18px;
}

/* 3) بوكس الفورم في النص */
.ft-service-formbox{
  width: 640px;                  /* كان 762 */
  min-height: auto;              /* بدل 647 */
  margin: 18px auto;             /* كان 26 */
  padding: 18px 18px;            /* كان 27 29 */
  border-radius: 18px;
}

/* النص والحقول */
.ft-html-form label{
  font-size: 16px;       /* كان 20 */
  margin: 0 0 6px;
}
.ft-html-form input{
  height: 40px;          /* كان 56 */
  margin-bottom: 10px;
}

/* زر الإرسال */
.ft-html-form button{
  width: 320px;          /* كان 419 */
  height: 50px;          /* كان 56 */
  font-size: 20px;       /* كان 24 */
  margin-top: 10px;
}

/* ===== موبايل أصغر كمان ===== */
@media (max-width: 768px){
  .ft-service-head{ height: 56px; }
  .ft-service-head__title{ font-size: 16px; }
  .ft-service-card{ min-height: 440px; }

  .ft-service-formbox{
    max-width: calc(100% - 24px);
    padding: 14px;
  }

  .ft-html-form input{ height: 46px; }
  .ft-html-form button{ width: 100%; height: 48px; font-size: 18px; }
}
