/* Start custom CSS for html, class: .elementor-element-cf9ad27 *//* WordPress / Elementor Full Width Fix */
html,
body {
  overflow-x: hidden !important;
}

body:has(#barbarees-booking-page) .entry-content,
body:has(#barbarees-booking-page) .wp-block-post-content,
body:has(#barbarees-booking-page) .elementor-widget-container,
body:has(#barbarees-booking-page) .elementor-widget-html,
body:has(#barbarees-booking-page) .elementor-section,
body:has(#barbarees-booking-page) .elementor-container,
body:has(#barbarees-booking-page) .elementor-column,
body:has(#barbarees-booking-page) .elementor-widget-wrap {
  max-width: none !important;
}

/* Main Page */
#barbarees-booking-page {
  --bb-green: #006b43;
  --bb-green-dark: #005837;
  --bb-green-soft: #dceee8;
  --bb-mint: #f3faf7;
  --bb-burgundy: #8b1e2d;
  --bb-text: #1d2327;
  --bb-muted: #5d6865;
  --bb-border: rgba(0, 107, 67, 0.14);
  --bb-shadow: 0 22px 60px rgba(0, 0, 0, 0.09);
  --bb-container: 980px;

  width: 100vw !important;
  max-width: 100vw !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 0 0 96px !important;
  overflow-x: hidden !important;

  font-family: "Cairo", sans-serif !important;
  direction: rtl;
  color: var(--bb-text);
  background: #fbfdfc;
  line-height: 1.8;
}

#barbarees-booking-page *,
#barbarees-booking-page *::before,
#barbarees-booking-page *::after {
  box-sizing: border-box;
}

#barbarees-booking-page a {
  text-decoration: none;
}

#barbarees-booking-page img {
  max-width: 100%;
  display: block;
}

.bb-booking-container {
  width: min(var(--bb-container), calc(100% - 32px));
  margin-inline: auto;
}

/* Logo */
.bb-booking-logo-section {
  padding: 28px 0 16px;
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.bb-booking-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bb-booking-logo-img {
  width: 260px;
  max-height: 95px;
  object-fit: contain;
}

/* Hero */
.bb-booking-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 46px 0 54px;
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 107, 67, 0.16), transparent 30%),
    linear-gradient(135deg, #fbfdfc 0%, #f3faf7 100%);
}

.bb-booking-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--bb-booking-hero-bg);
  background-size: cover;
  background-position: center;
  opacity: 0.12;
}

.bb-booking-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    radial-gradient(circle at 8px 8px, rgba(0, 107, 67, 0.06) 0 3px, transparent 3px);
  background-size: 52px 46px;
  opacity: 0.28;
  pointer-events: none;
}

.bb-booking-hero-card {
  width: min(760px, 100%);
  margin-inline: auto;
  text-align: center;
  padding: 42px 34px;
  border-radius: 36px;

  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px) saturate(1.12);
  -webkit-backdrop-filter: blur(16px) saturate(1.12);

  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow:
    0 24px 65px rgba(0, 0, 0, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.bb-booking-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(0, 107, 67, 0.10);
  color: var(--bb-green);
  font-weight: 900;
  font-size: 14px;
}

.bb-booking-hero-card h1 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -0.8px;
  color: var(--bb-text);
}

.bb-booking-hero-card h1 span {
  display: block;
  color: var(--bb-green);
}

.bb-booking-hero-card p {
  width: min(660px, 100%);
  margin: 0 auto 24px;
  color: var(--bb-muted);
  font-size: 18px;
  line-height: 2;
}

.bb-booking-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}

.bb-booking-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border-radius: 999px;
  color: #26312e;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 900;
  font-size: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.035);
}

.bb-booking-main-btn,
.bb-booking-floating-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 34px;
  border-radius: 999px;
  background: var(--bb-green);
  color: #fff !important;
  font-family: inherit;
  font-weight: 900;
  font-size: 17px;
  border: 0;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(0, 107, 67, 0.25);
  transition: 0.25s ease;
}

.bb-booking-main-btn:hover,
.bb-booking-floating-btn:hover {
  background: var(--bb-green-dark);
  transform: translateY(-3px);
  color: #fff !important;
}

/* Form Section */
.bb-booking-form-section {
  padding: 64px 0;
  background: #fbfdfc;
}

.bb-booking-form-card {
  width: min(760px, 100%);
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 107, 67, 0.10);
  border-radius: 34px;
  padding: 36px;
  box-shadow: var(--bb-shadow);
}

.bb-booking-form-head {
  text-align: center;
  margin-bottom: 28px;
}

.bb-booking-form-head span {
  display: inline-flex;
  padding: 8px 16px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(0, 107, 67, 0.10);
  color: var(--bb-green);
  font-weight: 900;
  font-size: 14px;
}

.bb-booking-form-head h2 {
  margin: 0 0 8px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.25;
  font-weight: 900;
  color: var(--bb-text);
}

.bb-booking-form-head p {
  margin: 0;
  color: var(--bb-muted);
  font-size: 16px;
}

/* Fluent Form Styling */
.bb-fluent-form-shell {
  margin-top: 8px;
}

.bb-fluent-form-shell form {
  margin: 0 !important;
}

.bb-fluent-form-shell .ff-el-group {
  margin-bottom: 16px !important;
}

.bb-fluent-form-shell label,
.bb-fluent-form-shell .ff-el-input--label label {
  color: var(--bb-text) !important;
  font-family: "Cairo", sans-serif !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  margin-bottom: 7px !important;
}

.bb-fluent-form-shell .ff-el-form-control,
.bb-fluent-form-shell input,
.bb-fluent-form-shell select,
.bb-fluent-form-shell textarea {
  width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.10) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  padding: 14px 15px !important;
  font-family: "Cairo", sans-serif !important;
  font-size: 15px !important;
  color: var(--bb-text) !important;
  outline: none !important;
  transition: 0.22s ease !important;
  box-shadow: none !important;
}

.bb-fluent-form-shell textarea {
  resize: vertical !important;
  min-height: 88px !important;
}

.bb-fluent-form-shell .ff-el-form-control:focus,
.bb-fluent-form-shell input:focus,
.bb-fluent-form-shell select:focus,
.bb-fluent-form-shell textarea:focus {
  border-color: rgba(0, 107, 67, 0.45) !important;
  box-shadow: 0 0 0 4px rgba(0, 107, 67, 0.08) !important;
}

.bb-fluent-form-shell .ff-btn-submit,
.bb-fluent-form-shell button[type="submit"],
.bb-fluent-form-shell input[type="submit"] {
  width: 100% !important;
  min-height: 58px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--bb-green) !important;
  color: #fff !important;
  font-family: "Cairo", sans-serif !important;
  font-weight: 900 !important;
  font-size: 17px !important;
  cursor: pointer !important;
  box-shadow: 0 16px 34px rgba(0, 107, 67, 0.25) !important;
  transition: 0.25s ease !important;
}

.bb-fluent-form-shell .ff-btn-submit:hover,
.bb-fluent-form-shell button[type="submit"]:hover,
.bb-fluent-form-shell input[type="submit"]:hover {
  background: var(--bb-green-dark) !important;
  transform: translateY(-3px);
}

.bb-fluent-form-shell .ff-el-is-error .ff-el-form-control,
.bb-fluent-form-shell .ff-el-is-error input,
.bb-fluent-form-shell .ff-el-is-error select,
.bb-fluent-form-shell .ff-el-is-error textarea,
.bb-fluent-form-shell .bb-phone-invalid {
  border-color: rgba(139, 30, 45, 0.7) !important;
  box-shadow: 0 0 0 4px rgba(139, 30, 45, 0.08) !important;
}

.bb-fluent-form-shell .text-danger,
.bb-fluent-form-shell .error,
.bb-fluent-form-shell .ff-el-help-message,
.bb-saudi-phone-error {
  color: var(--bb-burgundy) !important;
  font-family: "Cairo", sans-serif !important;
  font-weight: 800 !important;
  font-size: 12.5px !important;
  margin-top: 6px !important;
}

.bb-saudi-phone-error {
  display: none;
}

.bb-saudi-phone-error.active {
  display: block;
}

.bb-fluent-form-shell .ff-message-success {
  padding: 14px !important;
  border-radius: 16px !important;
  background: rgba(0, 107, 67, 0.09) !important;
  color: var(--bb-green) !important;
  border: 1px solid rgba(0, 107, 67, 0.14) !important;
  font-family: "Cairo", sans-serif !important;
  font-weight: 900 !important;
  text-align: center !important;
}

.bb-form-note {
  margin-top: 18px;
  text-align: center;
  color: var(--bb-muted);
  font-size: 13px;
  font-weight: 700;
}

/* FAQ */
.bb-booking-faq-section {
  padding: 64px 0 80px;
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 107, 67, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f3faf7 100%);
}

.bb-booking-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 34px;
}

.bb-booking-section-head span {
  display: inline-flex;
  padding: 8px 16px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(0, 107, 67, 0.10);
  color: var(--bb-green);
  font-weight: 900;
  font-size: 14px;
}

.bb-booking-section-head h2 {
  margin: 0 0 8px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.25;
  font-weight: 900;
  color: var(--bb-text);
}

.bb-booking-section-head p {
  margin: 0;
  color: var(--bb-muted);
  font-size: 16px;
}

.bb-booking-faq {
  width: min(820px, 100%);
  margin-inline: auto;
  display: grid;
  gap: 14px;
}

.bb-booking-faq-item {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.035);
}

.bb-booking-faq-item button,
.bb-booking-faq-item button span {
  color: var(--bb-text) !important;
}

.bb-booking-faq-item button {
  width: 100%;
  border: 0 !important;
  background: transparent !important;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-family: "Cairo", sans-serif !important;
  font-size: 18px;
  font-weight: 900;
  text-align: right;
  cursor: pointer;
  outline: none;
}

.bb-booking-faq-item button b {
  color: var(--bb-green) !important;
  font-size: 24px;
  line-height: 1;
  transition: 0.25s ease;
}

.bb-booking-faq-item.active button b {
  transform: rotate(180deg);
}

.bb-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.bb-faq-answer p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--bb-muted);
  font-size: 16px;
}

/* Floating Button */
.bb-booking-floating-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99999;
  min-width: 170px;
  min-height: 58px;
}

/* Responsive */
@media (max-width: 680px) {
  #barbarees-booking-page {
    padding-bottom: 92px !important;
  }

  .bb-booking-container {
    width: min(100% - 24px, var(--bb-container));
  }

  .bb-booking-logo-section {
    padding: 22px 0 12px;
  }

  .bb-booking-logo-img {
    width: 220px;
    max-height: 84px;
  }

  .bb-booking-hero {
    padding: 32px 0 42px;
  }

  .bb-booking-hero::before {
    opacity: 0.10;
    background-position: center;
  }

  .bb-booking-hero-card {
    padding: 30px 18px;
    border-radius: 28px;
  }

  .bb-booking-hero-card h1 {
    font-size: 32px;
    letter-spacing: -0.4px;
  }

  .bb-booking-hero-card p {
    font-size: 15.5px;
    line-height: 1.9;
  }

  .bb-booking-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .bb-booking-pills span {
    font-size: 12.5px;
    padding: 9px 10px;
  }

  .bb-booking-main-btn {
    width: 100%;
  }

  .bb-booking-form-section {
    padding: 48px 0;
  }

  .bb-booking-form-card {
    padding: 22px;
    border-radius: 26px;
  }

  .bb-fluent-form-shell .ff-el-group {
    margin-bottom: 14px !important;
  }

  .bb-booking-faq-section {
    padding: 52px 0 70px;
  }

  .bb-booking-faq-item button {
    font-size: 16px;
    padding: 18px;
  }

  .bb-faq-answer p {
    padding: 0 18px 18px;
    font-size: 15px;
  }

  .bb-booking-floating-btn {
    right: 14px;
    left: 14px;
    bottom: 14px;
    width: auto;
  }
}/* End custom CSS */