/*
Theme Name: Freightcamp
Theme URI: https://www.freightcamp.com
Author: PANCO Group
Author URI: https://www.pancoworld.com
Description: Custom theme for freightcamp.com
Version: 1.0
Text Domain: freightcamp
*/

* {
  font-family: "Roboto", sans-serif;
}

body.admin-bar header#site-header {
  top: 32px;
}

/* === Header scroll state === */
header#site-header {
  background-color: transparent;
  transition: background-color 300ms, backdrop-filter 300ms, box-shadow 300ms, max-height 300ms;
}
header#site-header.scrolled {
  background-color: rgba(0, 0, 0, 0.70);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
  max-height: 100px;
}

/* Inner wrapper padding */
header#site-header .fc-nav-inner {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition: padding 300ms;
}
@media (min-width: 1024px) {
  header#site-header .fc-nav-inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
header#site-header.scrolled .fc-nav-inner {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* Logo height */
header#site-header #logo {
  height: 80px;
  transition: height 300ms;
}
header#site-header.scrolled #logo {
  height: 60px;
}

@media (max-width: 768px) {
  header#site-header #logo {
    height: 60px;
  }
}

/* Nav link spacing (replaces Tailwind space-x-14 / space-x-6) */
header#site-header nav > * + * { margin-left: 2.5em; }
header#site-header.scrolled nav > * + * { margin-left: 1.5rem; }

/* Active nav link: persistent underline */
nav a.is-active::after { left: 0; width: 100%; }

/* === Mobile menu === */
#mobile-menu {
  transform: translateX(100%);
  transition: transform 300ms ease-in-out;
}
#mobile-menu.is-open {
  transform: translateX(0);
}


@media (max-width: 1140px) {

  #img{
    width: 500px;
  }

  #agendabtn {
    padding: 12px 20px;
  }

  #bookyourroom{
    padding: 15px 20px;

  }

  /* #programimg {
    width: 500px;
  } */

  #agendabox{
    width: 335px;
  }

  #agenda-main{
    padding-left: 30px;
  }

  #meeting-img {
    width: 750px;
  }

  #conference-meeting-img{
    width: 340px;
  }
}

.wpcf7 input:not(footer .wpcf7 input),
.wpcf7 textarea:not(footer .wpcf7 textarea),
.wpcf7 select:not(footer .wpcf7 select) {
  border: 1px solid #0B2379;
  border-radius: 6px;
  padding: 10px;
}

footer .wpcf7 input:focus,
footer .wpcf7 textarea:focus,
footer .wpcf7 select:focus {
  outline: none;
  border-color: #FFCB39;
}

/* === Checkout: Solid black header === */
body.woocommerce-checkout header#site-header {
  background-color: #000 !important;
  backdrop-filter: none !important;
}

/* === Checkout: Blue title bar === */
.checkout-blue-bar {
  background: #0498d4;
  padding: 40px 40px 40px 80px;
  height: 32px;
  display: flex;
  align-items: center;
}

.checkout-blue-bar-inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
}

.checkout-blue-bar em {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
}

/* === WooCommerce Checkout === */

/* Title row — heading + top Place Order button side by side */
#order_review .qodef-st-title-wrapper {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap;
  gap: 30px;
}

#order_review .checkout-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin: 0 50px 0 0;
  display: inline-block;
}

#order_review .button.top-right {
  position: static;
}

/* Order ID subtitle */
#order_review .order_review_subtitle {
  display: block;
  color: #0498d4;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 25px;
  margin-top: 10px;
}

/* Labels & payment method labels */
#order_review label.title,
#order_review ul.wc_payment_methods label {
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  color: #282828;
}

/* Field labels (Company, Address, Country, etc.) */
#order_review .woocommerce-billing-fields label {
  font-size: 14px !important;
  line-height: 25px;
  font-weight: 400;
  color: #282828;
}

#order_review label .required {
  color: #ef4444;
}

/* Billing fields wrapper */
#order_review .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  margin-top: 0.5rem;
}

/* Stripe field wrappers in billing — reset borders */
#order_review .woocommerce-billing-fields .wc-stripe-elements-field {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Inputs — matching old checkout.scss exactly */
#order_review .woocommerce-billing-fields .wc-stripe-elements-field input,
#order_review .woocommerce-billing-fields .wc-stripe-elements-field select,
.woocommerce input[type="email"],
.woocommerce .form-row .input-text {
  height: 30px !important;
  color: #31325F !important;
  font-size: 15px !important;
  margin: 5px 0 !important;
  padding: 5px !important;
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

#order_review .woocommerce-billing-fields .wc-stripe-elements-field input:focus,
#order_review .woocommerce-billing-fields .wc-stripe-elements-field select:focus,
.woocommerce input:focus,
.woocommerce .form-row .input-text:focus {
  border: 1px solid #ddd !important;
  outline: none !important;
}

#order_review .woocommerce-billing-fields .wc-stripe-elements-field input::placeholder,
#order_review .woocommerce-billing-fields .wc-stripe-elements-field select::placeholder {
  color: #cfd7df;
}

/* Billing error messages */
#order_review .woocommerce-billing-fields .error {
  color: red;
  font-size: 12px;
  position: relative;
  bottom: 5px;
  display: none;
}

/* Billing fields — full width, let vc_row handle columns */
#order_review .woocommerce-billing-fields__field-wrapper,
#order_review .woocommerce-billing-fields__field-wrapper > div {
  display: block !important;
  width: 100% !important;
}

/* vc_row column gaps — matching old WPBakery grid */
#order_review .vc_row {
  display: block !important;
  margin: 0 -15px !important;
  padding: 0 !important;
}

#order_review .vc_row::after {
  content: "";
  display: table;
  clear: both;
}

#order_review .vc_col-sm-4 {
  float: left;
  width: 33.333%;
  padding: 0 15px;
  box-sizing: border-box;
}

#order_review .vc_col-sm-6 {
  float: left;
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Form-rows inside vc_row columns */
#order_review .woocommerce-billing-fields .vc_row .form-row {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #order_review .vc_col-sm-4,
  #order_review .vc_col-sm-6 {
    float: none;
    width: 100%;
  }
  #order_review .checkout-title {
    display: block;
    margin-right: 0;
  }
  #order_review .button.top-right {
    bottom: 0;
    margin: 1rem 0;
  }
}

/* Order table */
#order_review .shop_table {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0 0 35px;
  border: none !important;
}

#order_review .shop_table tr {
  border: 0 !important;
  border-bottom: 1px solid #edeff2 !important;
}

#order_review .shop_table th,
#order_review .shop_table td {
  padding: 14px 0;
  text-align: left;
  vertical-align: middle;
  border: none !important;
  font-size: 14px;
  color: #282828;
}

#order_review .shop_table th {
  border: 0 !important;
}

/* Payment section — matching old design */
.woocommerce #payment {
  display: block;
  margin: 20px 0 70px;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.woocommerce #payment .payment_methods {
  list-style: none !important;
  margin: 0 0 35px !important;
  padding: 0 !important;
  border: none !important;
}

.woocommerce #payment .payment_methods li {
  padding: 14px 0;
  border-bottom: 1px solid #edeff2 !important;
  background: transparent !important;
}

.woocommerce #payment .payment_methods li input,
.woocommerce #payment .payment_methods li label {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce #payment .payment_methods li label {
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  color: #282828;
}

.woocommerce #payment .payment_methods li input {
  margin-left: 0;
}

.woocommerce #payment .payment_box {
  background: transparent !important;
  padding: 0.5rem 0 0 1.75rem !important;
}

.woocommerce #payment .payment_box::before {
  display: none !important;
}

/* Bottom place order — left aligned */
.woocommerce #payment .place-order,
.woocommerce #payment > .form-row {
  text-align: left !important;
  padding: 0 !important;
}

.woocommerce #payment #place_order {
  float: none !important;
}

/* Radio & checkbox */
#order_review input[type="radio"],
#order_review input[type="checkbox"] {
  width: auto;
  height: auto;
}

/* All WooCommerce buttons */
#order_review .button,
#order_review button.button,
#order_review #place_order,
.woocommerce button[type="submit"] {
  display: inline-block !important;
  vertical-align: middle;
  background: #0498d4 !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 26px !important;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  padding: 11px 33px !important;
  border: none !important;
  border-radius: 65px !important;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

#order_review .button:hover,
#order_review button.button:hover,
#order_review #place_order:hover,
.woocommerce button[type="submit"]:hover {
  background: #0389bf !important;
}

#order_review button[type="submit"][disabled] {
  background: #d3d3d3 !important;
  border-color: #d3d3d3 !important;
  cursor: not-allowed;
}

/* Stripe card fields — constrain width */
#order_review .payment_method_stripe .wc-stripe-elements-field,
#order_review .payment_method_stripe .stripe-card-group:not(.full-width) {
  max-width: 350px;
  box-sizing: border-box;
}

/* Bank transfer / BACS details */
#order_review p {
  font-size: 1rem;
  font-weight: 300;
}

#order_review .wc-bacs-bank-details-heading {
  font-size: 1rem;
  font-weight: 300;
  text-transform: capitalize;
}

#order_review .wc-bacs-bank-details-account-name {
  font-size: 1.1rem;
  margin-bottom: 0;
}

#order_review .wc-bacs-bank-details.order_details.bacs_details li {
  padding: 0 !important;
  border-bottom: none !important;
}

#order_review .wc-bacs-bank-details.order_details.bacs_details li strong {
  font-weight: 300;
}

/* BACS payment method — no bottom border */
#order_review .payment_method_bacs {
  border-bottom: 0 !important;
}

/* Info/notice boxes */
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border-left-color: #0498d4;
  color: #282828;
}

.woocommerce .woocommerce-error {
  border-left-color: #ef4444;
  color: #282828;
}

/* Validation messages */
.woocommerce .woocommerce-invalid-required-field .input-text {
  border-color: #ef4444 !important;
}

.woocommerce #payment .payment_methods li {
    /* padding: 14px 0; */
    /* border-bottom: 1px solid #edeff2 !important; */
    border-bottom: none !important;

}

.woocommerce #payment .payment_methods {
    list-style: none !important;
    margin: 0 0 0px !important;
    padding: 0 !important;
    border: none !important;
}

.woocommerce  .wc-bacs-bank-details-heading {
  padding: 10px 0;
}

.woocommerce ul.order_details {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}

.woocommerce .bank_name {
  display: flex;
  align-items: center;
  gap: 5px;
}

.woocommerce .account_number {
  display: flex;
  align-items: center;
  gap: 5px;
}

.woocommerce .sort_code {
  display: flex;
  align-items: center;
  gap: 5px;
}

.woocommerce .iban {
  display: flex;
  align-items: center;
  gap: 5px;
}

.woocommerce .bic {
  display: flex;
  align-items: center;
  gap: 5px;
}

.vue-tel-input {
  border: none !important;
  border-bottom: 2px solid #002C6C !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.vue-tel-input input {
  border: none !important;
  box-shadow: none !important;
}

.vue-tel-input input {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #002C6C !important; /* blue text */
}

.woocommerce ul.order_details li {
  font-size: 14px;
}

.woocommerce ul.order_details li strong {
  font-size: 14px;
}

.woocommerce ul.order_details {
  margin: 0;
}

.woocommerce ul.order_details li {
  border-right: none;
}

.faq-page a {
  text-decoration: underline;
}
