/* === HEADER: increase height & allow wrapping (Transportex-safe) === */
#masthead,
header#masthead,
.site-header,
.main-header,
.header-top,
.header-top-area,
.header-middle,
.header-bottom,
.top-header,
.middle-header,
.bottom-header {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  height: auto !important;
}

#masthead *,
.site-header *,
.main-header * {
  white-space: normal !important;
}

/* Space between header items/widgets */
#masthead .widget,
.site-header .widget,
.header-top .widget,
.header-middle .widget {
  margin-bottom: 6px !important;
}
/* Make site tagline bold (Transportex) */
.site-description,
.site-tagline,
.header-area .site-description {
  font-weight: 700 !important;
}
/* === HEADER TEXT BOLD (Transportex safe) === */

/* Tagline */
.site-description,
.site-tagline,
.header-area .site-description {
  font-weight: 700 !important;
}

/* Phone & Email text */
.header-area,
.header-area p,
.header-area span,
.header-area a {
  font-weight: 600 !important;
}

/* === FORCE BOLD HEADER CONTACT INFO (Transportex) === */

/* Tagline */
.site-description,
.site-tagline {
  font-weight: 700 !important;
}

/* Header contact widgets (phone & email) */
.header-area .widget,
.header-area .widget p,
.header-area .widget span,
.header-area .widget a,
.header-area .header-widget,
.header-area .header-widget a {
  font-weight: 700 !important;
}
/* === FORCE BOLD PHONE & EMAIL (Transportex header-top) === */

/* Phone & email text inside header top */
.header-top a,
.header-top span,
.header-top p,
.header-top .textwidget,
.header-top .widget_text {
  font-weight: 700 !important;
}

/* Make sure icons don't change */
.header-top i,
.header-top svg {
  font-weight: normal !important;
}

/* =====================================================
   FASTER EXPRESS - CHECK IN / CHECK OUT FORM DESIGN
   ===================================================== */

.fluentform {
    max-width: 1100px !important;
    margin: 35px auto !important;
    padding: 28px !important;
    background: #f3f7fb !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08) !important;
}

/* Tarjetas por cada campo */
.fluentform .ff-el-group {
    background: #ffffff !important;
    border: 1px solid #dce7f1 !important;
    border-radius: 14px !important;
    padding: 18px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04) !important;
}

/* Labels */
.fluentform .ff-el-input--label,
.fluentform .ff-el-form-control-label {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #003b66 !important;
    margin-bottom: 8px !important;
}

/* Campos */
.fluentform input,
.fluentform textarea,
.fluentform select {
    font-size: 17px !important;
    min-height: 54px !important;
    border-radius: 10px !important;
    border: 1px solid #c9d6e2 !important;
    background: #ffffff !important;
    color: #222 !important;
    padding: 12px 14px !important;
}

/* Focus */
.fluentform input:focus,
.fluentform textarea:focus,
.fluentform select:focus {
    border-color: #003b66 !important;
    box-shadow: 0 0 0 3px rgba(0,59,102,0.15) !important;
    outline: none !important;
}

/* Placeholder */
.fluentform input::placeholder,
.fluentform textarea::placeholder {
    color: #8c98a4 !important;
    font-size: 16px !important;
}

/* Botones verdes */
.fluentform .ff-btn,
.fluentform .ff-btn-submit,
.fluentform .ff_upload_btn {
    background: #22a447 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    border-radius: 10px !important;
    padding: 14px 28px !important;
    border: none !important;
    cursor: pointer !important;
}

.fluentform .ff-btn:hover,
.fluentform .ff-btn-submit:hover,
.fluentform .ff_upload_btn:hover {
    background: #188a38 !important;
}

/* Área de subir archivos */
.fluentform input[type="file"],
.fluentform .ff_upload_btn {
    min-height: auto !important;
}

.fluentform .ff_upload_btn {
    display: inline-block !important;
    margin-top: 8px !important;
}

/* Mensajes de ayuda */
.fluentform .ff-el-help-message {
    font-size: 14px !important;
    color: #5f6f7d !important;
    font-style: italic !important;
    margin-top: 8px !important;
}

/* Títulos o secciones */
.fluentform .ff-el-section-break,
.fluentform .ff-el-section-title,
.fluentform h3 {
    background: #003b66 !important;
    color: white !important;
    padding: 14px 18px !important;
    border-radius: 12px !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    margin-bottom: 18px !important;
}

/* Checkboxes */
.fluentform input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
}

/* Submit centrado */
.fluentform .ff_submit_btn_wrapper {
    text-align: center !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Mobile */
@media (max-width: 768px) {
    .fluentform {
        margin: 15px auto !important;
        padding: 16px !important;
        border-radius: 14px !important;
    }

    .fluentform .ff-el-group {
        padding: 14px !important;
        margin-bottom: 16px !important;
    }

    .fluentform .ff-el-input--label,
    .fluentform .ff-el-form-control-label {
        font-size: 16px !important;
    }

    .fluentform input,
    .fluentform textarea,
    .fluentform select {
        font-size: 16px !important;
        min-height: 50px !important;
    }

    .fluentform .ff-btn,
    .fluentform .ff-btn-submit,
    .fluentform .ff_upload_btn {
        width: 100% !important;
        font-size: 17px !important;
    }
}
