/* ============================================================
   AL AMIN TOURS — DESIGN SYSTEM TOKENS
   Primary: Royal Blue #022283 | Accent: Gold #BE9A4C
   Fonts: Poppins (display/body) + Playfair Display (subheadings)
   ============================================================ */
:root {
  /* --- Color primitives --- */
  --blue-950: #04102E;
  --blue-900: #06164A;
  --blue-800: #0B205B;
  --blue-700: #022283;
  --blue-600: #1C3CA8;
  --blue-500: #335FE1;
  --blue-400: #6E8FF0;
  --blue-300: #A6BCF7;
  --blue-200: #C9D7FB;
  --blue-100: #E7EEFE;
  --blue-50:  #F2F6FF;

  --gold-800: #7C5A14;
  --gold-700: #9A7320;
  --gold-600: #BE9A4C;
  --gold-500: #D4AF5A;
  --gold-400: #E0C277;
  --gold-300: #E9D49B;
  --gold-200: #F2E6C4;
  --gold-100: #F8F0DC;
  --gold-50:  #FCF8ED;

  /* Arafiq green — secondary colour */
  --green-900: #0A2E20;
  --green-800: #0D3A29;
  --green-700: #104632;  /* Arafiq signature green */
  --green-600: #1A5D43;
  --green-500: #237755;
  --green-400: #3E9772;
  --green-300: #74B99A;
  --green-200: #AED7C5;
  --green-100: #DCEDE5;
  --green-50:  #EEF6F2;

  --sand-50:  #FBFAF6;
  --sand-100: #F4F2EB;
  --sand-200: #E9E5DA;
  --sand-300: #D8D2C3;

  --ink-50:   #F6F7F9;
  --ink-100:  #ECEEF2;
  --ink-200:  #DBDEE6;
  --ink-300:  #C2C7D2;
  --ink-400:  #9AA1B1;
  --ink-500:  #6B7385;
  --ink-600:  #4C5363;
  --ink-700:  #353B49;
  --ink-800:  #20242E;
  --ink-900:  #14161D;
  --white:    #FFFFFF;

  /* --- Semantic aliases (Arafiq: green primary, blue minor accent, gold accent) --- */
  --brand:              var(--green-700);   /* #104632 Arafiq green — primary */
  --brand-strong:       var(--green-800);
  --brand-deep:         var(--green-900);
  --brand-bright:       var(--green-600);
  --accent:             var(--gold-600);
  --accent-strong:      var(--gold-700);
  --accent-soft:        var(--gold-100);
  --secondary:          var(--blue-700);    /* Royal Blue — minor secondary accent */
  --secondary-strong:   var(--blue-800);
  --secondary-bright:   var(--blue-500);
  --secondary-soft:     var(--blue-50);
  --surface-page:       var(--sand-50);
  --surface-card:       var(--white);
  --surface-brand:      var(--green-700);
  --surface-tint:       var(--green-50);
  --surface-accent:     var(--gold-50);
  --text-strong:        var(--ink-900);
  --text-body:          var(--ink-800);
  --text-muted:         var(--ink-700);
  --text-faint:         var(--ink-500);
  --text-on-brand:      var(--white);
  --text-link:          var(--blue-600);    /* links carry the minor blue accent */
  --text-accent:        var(--gold-700);
  --border-subtle:      var(--ink-100);
  --border-default:     var(--ink-200);
  --border-strong:      var(--ink-300);
  --border-brand:       var(--green-200);
  --border-accent:      var(--gold-300);

  /* --- Elevation (cool-blue-tinted) --- */
  --shadow-xs:    0 1px 2px rgba(6, 22, 74, 0.06);
  --shadow-sm:    0 2px 6px rgba(6, 22, 74, 0.07);
  --shadow-md:    0 8px 22px rgba(6, 22, 74, 0.09);
  --shadow-lg:    0 18px 44px rgba(6, 22, 74, 0.12);
  --shadow-xl:    0 30px 70px rgba(6, 22, 74, 0.16);
  --shadow-gold:  0 12px 30px rgba(190, 154, 76, 0.32);
  --shadow-brand: 0 12px 30px rgba(16, 70, 50, 0.28);
  --ring-focus:   0 0 0 3px rgba(16, 70, 50, 0.35);

  /* --- Spacing (4px base) --- */
  --space-1: 0.25rem; --space-2: 0.5rem;  --space-3: 0.75rem;
  --space-4: 1rem;    --space-5: 1.5rem;  --space-6: 2rem;
  --space-7: 2.5rem;  --space-8: 3rem;    --space-9: 4rem;
  --space-10: 5rem;   --space-12: 7rem;

  /* --- Radii --- */
  --radius-xs: 4px; --radius-sm: 8px; --radius-md: 12px;
  --radius-lg: 18px; --radius-xl: 26px; --radius-2xl: 36px;
  --radius-pill: 999px;

  /* --- Typography (Arafiq mix: Poppins + Playfair Display + Roboto accent) --- */
  --font-display: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-serif:   'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body:    'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-accent:  'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* --- Backward-compat: old alamin-* names map to new tokens --- */
  --alamin-green:      var(--green-700);
  --alamin-green-dark: var(--green-800);
  --alamin-gold:       var(--gold-600);
  --alamin-gold-dark:  var(--gold-700);
  --alamin-ink:        var(--ink-900);
  --alamin-muted:      var(--ink-500);
  --alamin-surface:    var(--sand-50);
  --alamin-white:      var(--white);
  --alamin-border:     var(--border-default);
}

.alamin-section-eyebrow {
  color: var(--alamin-gold);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  margin-bottom: 10px;
}

.alamin-section-title {
  color: var(--alamin-ink);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
}

.alamin-section-copy {
  color: var(--alamin-muted);
  line-height: 1.75;
}

.alamin-card {
  background: var(--alamin-white);
  border: 1px solid var(--alamin-border);
  border-radius: 10px;
  box-shadow: 0 16px 45px rgba(18, 59, 42, 0.08);
}

.alamin-icon-badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(214, 168, 79, 0.16);
  color: var(--alamin-green);
  font-size: 24px;
}

/* Copy Animation */
.base-color {
  color: hsl(var(--main)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #ff7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1e2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all 0.5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}

.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 90%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

.show-filter {
  display: none;
}

@media (max-width: 767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

/* ////////////////// select 2 css //////////////// */
.select2-dropdown {
  border: 0 !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05),
    6px 4px 19px rgb(115 103 240 / 20%);
}

.select2 .dropdown-wrapper {
  display: none;
}

.select2-search--dropdown {
  padding: 10px 10px !important;
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ced4da !important;
  padding: 7px 16px;
  border-radius: 4px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 12px 14px !important;
  border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: 0.3s;
}

.select2-container--default .select2-selection--single {
  border-color: #ced4da !important;
  border-width: 2px !important;
  border-radius: 0.375rem !important;
  padding: 0.375rem 0.75rem !important;
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #f77c5a !important;
  box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
  outline: 0 !important;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  border-color: #F57C00 !important;
  border-radius: 4px !important;
}

.select2-container:has(.select2-selection--single) {
  width: 100% !important;
}

.gateway-card {
  padding: 15px;
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: #f77c5a;
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: #f77c5a;
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
}

.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: #f77c5a;
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border: 1px solid #f5f0fc;
  border-top-color: #fff;
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid var(--hover-border-color);
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid #f77c5a;
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width));
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid #f77c5a;
  display: inline-block;
  border-radius: 100%;
}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}

.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.deposit-info__input {
  max-width: 50%;
  text-align: right;
  width: 100%;
}

.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid var(--border-color);
  border-radius: 5px;

  .deposit-info__input-group-text {
    align-self: center;
    padding-left: 5px;
  }
}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  height: 35px;
  text-align: right;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
  font-size: 14px;
}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  border: 0;
  border-block: 1px solid var(--border-color);
  border-bottom: 0;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
}

.payment-item:hover+.payment-item__btn {
  border-top-color: #fff;
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: rgb(110, 101, 101) !important;
  outline: 0 !important;
}

.select2-container--default .select2-selection--single {
  border-color: rgb(110, 101, 101) !important;
  border-width: 1px !important;
  border-radius: 5px !important;
}

.search-inner-form {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
}

.input-group .input-group-text {
  border: 0;
  border-radius: 3px;
}

label.required:after {
  content: "*";
  color: #dc3545 !important;
  margin-left: 2px;
}

/* ================================
   MODERN UI ENHANCEMENTS
   Al Amin Aesthetics & Glowy Effects
   ================================ */

/* Smooth Shine Effect for Buttons */
.btn {
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left 0.6s ease;
  z-index: 1;
}

.btn:hover::before {
  left: 100%;
}

/* Solid Orange Buttons with Enhanced Animations */
.btn--base {
  background: #F57C00;
  border: 1px solid #F57C00;
  box-shadow:
    0 4px 12px rgba(245, 124, 0, 0.3),
    0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn--base:hover {
  background: #E67300;
  border-color: #E67300;
  box-shadow:
    0 6px 20px rgba(245, 124, 0, 0.45),
    0 0 25px rgba(245, 124, 0, 0.3),
    0 4px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px) scale(1.02);
}

.btn--base:active {
  background: #D66A00;
  box-shadow:
    0 2px 8px rgba(245, 124, 0, 0.3),
    inset 0 2px 4px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px) scale(1);
}

/* Glowy Orange Edge for Cards */
.trip-card,
.card,
.shadow--card {
  border: 1px solid rgba(255, 107, 53, 0.2);
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.08),
    0 0 20px rgba(255, 107, 53, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.trip-card:hover,
.card:hover,
.shadow--card:hover {
  border-color: rgba(255, 107, 53, 0.4);
  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.12),
    0 0 30px rgba(255, 107, 53, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
}

/* Glass Effect for Containers */
.section {
  position: relative;
}

.section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: transparent;
  pointer-events: none;
}

/* Smooth Form Transitions */
.form-control,
.form--control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
input[type="tel"],
textarea,
select {
  border: 1px solid #ddd !important;
  background: #ffffff !important;
  backdrop-filter: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  color: #333 !important;
  font-size: 16px;
  border-radius: 8px;
}

.form-control:focus,
.form--control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #F57C00 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(245, 124, 0, 0.1), 0 0 8px rgba(245, 124, 0, 0.25) !important;
  outline: none;
  color: #333 !important;
}

/* Ensure inputs remain white and visible when not focused */
.form-control:not(:focus),
.form--control:not(:focus),
input[type="text"]:not(:focus),
input[type="email"]:not(:focus),
input[type="password"]:not(:focus),
input[type="date"]:not(:focus),
input[type="number"]:not(:focus),
input[type="tel"]:not(:focus),
textarea:not(:focus),
select:not(:focus) {
  background: #ffffff !important;
  backdrop-filter: none !important;
  opacity: 1 !important;
}

/* Remove number input spinners for cleaner look */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* Intelligent Placeholder Styling */
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #757575 !important;
  opacity: 1 !important;
  font-size: 15px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #757575 !important;
  opacity: 1 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #757575 !important;
  opacity: 1 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #757575 !important;
  opacity: 1 !important;
}

/* Focused placeholder becomes lighter */
input:focus::placeholder,
textarea:focus::placeholder {
  color: #999 !important;
  opacity: 0.7 !important;
}

/* Ensure input text is always dark and readable */
input,
textarea,
select {
  color: #333 !important;
}

/* Improve select dropdown visibility */
select option {
  background: #ffffff;
  color: #333;
  padding: 8px;
}

/* Filter Buttons - Friendly & Modern */
.filter-btn,
.filter-tag,
.badge {
  position: relative;
  padding: 10px 20px;
  border: 1px solid rgba(255, 107, 53, 0.3);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.filter-btn:hover,
.filter-tag:hover,
.badge:hover {
  border-color: rgba(255, 107, 53, 0.6);
  background: rgba(255, 255, 255, 1);
  box-shadow:
    0 4px 20px rgba(255, 107, 53, 0.15),
    0 0 15px rgba(255, 107, 53, 0.1);
  transform: translateY(-2px);
}

.filter-btn.active,
.filter-tag.active {
  background: var(--brand);
  color: white;
  border-color: var(--brand);
  box-shadow: var(--shadow-md);
}

/* Section Title — static ink, no shimmer */
.section-title {
  position: relative;
  color: var(--text-strong);
  font-weight: 700;
  letter-spacing: -0.02em;
}

@keyframes shimmer {
  0% {
    background-position: 0% center;
  }

  50% {
    background-position: 100% center;
  }

  100% {
    background-position: 0% center;
  }
}

/* Gradient Text — use solid accent instead */
.section-title-gradient {
  color: var(--accent);
  font-weight: 700;
  letter-spacing: -0.5px;
}

@keyframes gradientShift {
  0% {
    background-position: 0% center;
  }

  50% {
    background-position: 100% center;
  }

  100% {
    background-position: 0% center;
  }
}

/* Smooth Hover Effect for Links */
a {
  position: relative;
  transition: color 0.3s ease;
}

a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width 0.3s ease;
}

a:hover::after {
  width: 100%;
}

/* Glow effect for icons */
i,
.icon {
  transition: all 0.3s ease;
}

.btn:hover i,
.btn:hover .icon {
  text-shadow: 0 0 10px rgba(255, 107, 53, 0.5);
}

/* Badge */
.badge {
  background: rgba(190, 154, 76, 0.12);
  border: 1px solid rgba(190, 154, 76, 0.3);
  color: var(--accent);
  font-weight: 600;
}

/* Smooth Loading Spinner */
.spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Accessibility - Focus States */
*:focus-visible {
  outline: 2px solid rgba(255, 107, 53, 0.6);
  outline-offset: 2px;
  border-radius: 4px;
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {

  .form-control,
  .form--control,
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="date"],
  input[type="number"],
  input[type="tel"],
  textarea,
  select {
    background: #ffffff !important;
    color: #333 !important;
    border-color: #ddd !important;
    backdrop-filter: none !important;
  }

  .form-control:focus,
  .form--control:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  textarea:focus,
  select:focus {
    background: #ffffff !important;
    border-color: #F57C00 !important;
  }
}

/* Smooth Transitions for All Elements */
* {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

button,
.btn,
a,
input,
select,
textarea {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ================================
   RESPONSIVE PRELOADER SIZING
   ================================ */

.preloader-logo {
  max-width: 60px !important;
  max-height: 60px !important;
  transition: all 0.5s ease;
}

@media (min-width: 768px) {
  .preloader-logo {
    max-width: 90px !important;
    max-height: 90px !important;
  }
}

@media (min-width: 1024px) {
  .preloader-logo {
    max-width: 120px !important;
    max-height: 120px !important;
  }
}

@media (min-width: 1200px) {
  .preloader-logo {
    max-width: 150px !important;
    max-height: 150px !important;
  }
}

/* ================================
   ROAVIO-INSPIRED STYLING
   ================================ */

/* Enhanced Button Styling with Roavio effect */
.btn--base {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 14px 30px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Circular expansion hover effect (Roavio style) */
.btn--base::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  transform: translate(-50%, -50%);
  transition: width 0.35s ease-out, height 0.35s ease-out;
  z-index: 0;
  pointer-events: none;
}

.btn--base:hover::after {
  width: 300px;
  height: 300px;
}

/* Card Border Radius Enhancement */
.trip-card,
.card,
.shadow--card {
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Heading Font Stack — Arafiq style */
h1,
h2 {
  font-family: var(--font-display); /* Poppins */
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1em;
}
h3,
h4,
h5 {
  font-family: var(--font-serif); /* Playfair Display */
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3em;
}
h6 {
  font-family: var(--font-display); /* Poppins */
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 1.2em;
}
h2 { letter-spacing: -0.02em; }

/* Section Title Styling — Playfair Display (Arafiq subheading style) */
.section-title {
  font-family: var(--font-display); /* Poppins base (Arafiq); highlight span is Playfair */
  font-weight: 700;
  position: relative;
  display: inline-block;
  letter-spacing: -0.01em;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 4px;
  background: var(--accent);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.section-title:hover::after {
  width: 100%;
}

/* Smooth Image Hover Transform */
img {
  transition: transform 0.4s ease-out;
}

.trip-card:hover img {
  transform: scale3d(1.08, 1.08, 1);
}

/* Body Font Consistency */
body,
p,
span,
a {
  font-family: var(--font-body);
}

/* Button Text Styling */
.btn {
  font-family: var(--font-body);
  font-weight: 600;
}

/* Enhanced Badge Styling */
.badge {
  font-family: var(--font-body);
  font-weight: 700;
  border-radius: var(--radius-pill);
  transition: all 0.3s ease;
}

/* ================================
   FILTER WIDGET ENHANCEMENTS
   ================================ */

/* Plain action-widget styling removed - using default from main.css */

/* Style filter widgets with proper spacing and rounded edges */
.action-sidebar .action-widget {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px !important;
  margin-bottom: 20px !important;
}

.action-sidebar .widget--shadow {
  box-shadow: none !important;
}

/* Simple checkbox styling with visible checkmark */
.form-check {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.form-check-input {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  position: relative;
  flex-shrink: 0;
}

.form-check-input:checked {
  background-color: #F57C00 !important;
  border-color: #F57C00 !important;
}

.form-check-input:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.form-check-input:focus {
  outline: 2px solid #F57C00;
  outline-offset: 2px;
  box-shadow: none !important;
}

.form-check-label {
  cursor: pointer;
  margin: 0;
  flex: 1;
}

/* Plain filter styling - minimal custom overrides */

/* Action Sidebar - Desktop: static, Mobile: modal */
.action-sidebar {
  position: static;
  width: 100%;
  height: auto;
  background: transparent;
  display: block;
}

.action-sidebar.active {
  display: block;
}

@media (max-width: 991px) {
  .action-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
  }
  
  .action-sidebar.active {
    display: block;
  }
}

/* Filter button - Mobile only */
.action-sidebar-open {
  display: none !important;
}

@media (max-width: 991px) {
  .action-sidebar-open {
    display: inline-flex !important;
    width: 100%;
    margin-bottom: 1rem;
  }
}

.action-sidebar-open i {
  margin-right: 8px;
}

.action-sidebar > * {
  background: white;
  padding: 0;
}

@media (max-width: 991px) {
  .action-sidebar > * {
    max-width: 400px;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
  }
}

.action-sidebar-close {
  display: none;
}

@media (max-width: 991px) {
  .action-sidebar-close {
    display: block;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    margin-bottom: 20px;
  }
}

/* Journey steps hover glow */
.step-card .step-card__content {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  border: 1px solid transparent;
}

.step-card:hover .step-card__content {
  box-shadow: 0 12px 30px rgba(255, 107, 53, 0.25), 0 0 20px rgba(255, 107, 53, 0.2);
  border-color: rgba(255, 107, 53, 0.25);
}

/* Testimonial Section - Enhanced Dark Scrollable Style */
.testimonial-section-enhanced {
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.testimonial-section-enhanced::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(245, 124, 0, 0.08);
  pointer-events: none;
}

.testimonial-section-enhanced::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(245, 124, 0, 0.06);
  pointer-events: none;
}

.testimonial-section-enhanced .section-header {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.testimonial-scroll-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px 0;
}

.testimonial-scroll-wrapper {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding: 20px 30px;
  scrollbar-width: thin;
  scrollbar-color: #F57C00 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.testimonial-scroll-wrapper::-webkit-scrollbar {
  height: 8px;
}

.testimonial-scroll-wrapper::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.testimonial-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #F57C00;
  border-radius: 10px;
}

.testimonial-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #E67300;
}

.testimonial-card-enhanced {
  background: #0f0f0f;
  border-radius: 16px;
  padding: 35px 30px 30px;
  min-width: 380px;
  max-width: 380px;
  flex-shrink: 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid rgba(245, 124, 0, 0.15);
  position: relative;
  animation: cardPulse 3s ease-in-out infinite;
}

@keyframes cardPulse {

  0%,
  100% {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
  }

  50% {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6), 0 0 20px rgba(245, 124, 0, 0.2);
  }
}

.testimonial-card-enhanced:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 50px rgba(245, 124, 0, 0.3);
  border-color: #F57C00;
  background: #141414;
  animation: none;
}

.testimonial-card-enhanced__quote-wrapper {
  position: absolute;
  top: -15px;
  left: 30px;
}

.testimonial-card-enhanced__quote-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #F57C00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 8px 20px rgba(245, 124, 0, 0.3);
  transform: rotate(-5deg);
  transition: transform 0.3s ease;
  animation: iconShine 4s ease-in-out infinite;
}

@keyframes iconShine {

  0%,
  100% {
    box-shadow: 0 8px 20px rgba(245, 124, 0, 0.3);
  }

  50% {
    box-shadow: 0 8px 25px rgba(245, 124, 0, 0.5);
  }
}

.testimonial-card-enhanced:hover .testimonial-card-enhanced__quote-icon {
  transform: rotate(0deg) scale(1.05);
}

.testimonial-card-enhanced__content {
  margin-top: 20px;
}

.testimonial-card-enhanced__text {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 25px;
  font-style: italic;
  font-family: var(--font-body);
  letter-spacing: -0.3px;
}

.testimonial-card-enhanced__footer {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(245, 124, 0, 0.2);
}

.testimonial-card-enhanced__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F57C00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(245, 124, 0, 0.25);
  font-family: var(--font-body);
}

.testimonial-card-enhanced__client {
  flex: 1;
}

.testimonial-card-enhanced__name {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 5px 0;
  font-family: var(--font-body);
  letter-spacing: -0.3px;
}

.testimonial-card-enhanced__ratings {
  display: flex;
  gap: 2px;
}

.testimonial-card-enhanced__ratings i {
  color: #ffa500;
  font-size: 14px;
}

/* Scroll hint */
.testimonial-scroll-hint {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-family: var(--font-body);
  animation: fadeInOut 2s infinite;
}

.testimonial-scroll-hint i {
  color: #F57C00;
}

@keyframes fadeInOut {

  0%,
  100% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }
}

/* Mobile responsive */
@media (max-width: 992px) {
  .testimonial-scroll-wrapper {
    padding: 20px 20px;
  }
}

@media (max-width: 768px) {
  .testimonial-card-enhanced {
    padding: 30px 20px 25px;
    min-width: 320px;
    max-width: 320px;
  }

  .testimonial-scroll-wrapper {
    padding: 15px;
    gap: 15px;
  }

  .testimonial-card-enhanced__quote-wrapper {
    left: 20px;
  }

  .testimonial-card-enhanced__quote-icon {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }

  .testimonial-card-enhanced__text {
    font-size: 14px;
  }

  .testimonial-card-enhanced__avatar {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .testimonial-card-enhanced__name {
    font-size: 15px;
  }

  .testimonial-scroll-hint {
    font-size: 12px;
  }
}

/* Destinations slider arrows — removed (slider replaced by grid) */

/* How It Works - Simplified Roavio Style */
.how-it-works-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.how-it-works-section::before {
  content: '';
  position: absolute;
  top: 10%;
  left: -5%;
  width: 300px;
  height: 300px;
  background: rgba(245, 124, 0, 0.08);
  border-radius: 50%;
  animation: floatBubble 8s ease-in-out infinite;
}

.how-it-works-section::after {
  content: '';
  position: absolute;
  bottom: 10%;
  right: -5%;
  width: 350px;
  height: 350px;
  background: rgba(245, 124, 0, 0.06);
  border-radius: 50%;
  animation: floatBubble 10s ease-in-out infinite reverse;
}

@keyframes floatBubble {

  0%,
  100% {
    transform: translateY(0px) translateX(0px);
  }

  50% {
    transform: translateY(-30px) translateX(20px);
  }
}

.how-it-works-card {
  position: relative;
  text-align: center;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
  border-radius: 20px;
  border: 2px solid #f0f0f0;
}

.how-it-works-card:hover {
  transform: translateY(-12px) scale(1.03);
  background: #ffffff;
  border-color: #F57C00;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(245, 124, 0, 0.1);
}

.how-it-works-card__step {
  position: relative;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.how-it-works-card__step::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(245, 124, 0, 0.1);
  animation: pulsateGlow 3s ease-in-out infinite;
}

@keyframes pulsateGlow {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}

.step-number {
  font-size: 54px;
  font-weight: 700;
  color: #F57C00;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.how-it-works-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.how-it-works-card__icon {
  font-size: 50px;
  color: #F57C00;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  animation: floatIcon 3s ease-in-out infinite;
  transition: all 0.3s ease;
}

.how-it-works-card:hover .how-it-works-card__icon {
  transform: scale(1.15) rotate(5deg);
  color: #E67300;
}

@keyframes floatIcon {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.how-it-works-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 12px;
  line-height: 1.4;
  font-family: var(--font-body);
}

.how-it-works-card__text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-family: var(--font-body);
}

.how-it-works-card__divider {
  position: absolute;
  top: 45px;
  right: -15%;
  width: 30%;
  height: 2px;
  background: var(--brand);
  opacity: 0.25;
}

/* Mobile adjustments */
@media (max-width: 992px) {
  .how-it-works-card__step {
    width: 80px;
    height: 80px;
  }

  .step-number {
    font-size: 48px;
  }

  .how-it-works-card__divider {
    display: none;
  }
}

@media (max-width: 768px) {
  .how-it-works-card {
    margin-bottom: 30px;
  }

  .how-it-works-card__step {
    width: 70px;
    height: 70px;
  }

  .step-number {
    font-size: 42px;
  }

  .how-it-works-card__icon {
    font-size: 42px;
  }

  .how-it-works-card__title {
    font-size: 16px;
  }

  .how-it-works-card__text {
    font-size: 13px;
  }
}

/* Language Switcher Enhancement */
.custom--dropdown {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 8px 35px 8px 12px !important;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.custom--dropdown:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 107, 53, 0.5);
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.2);
}

.custom--dropdown:after {
  color: #fff !important;
  font-size: 14px;
  right: 12px !important;
}

.custom--dropdown>.custom--dropdown__selected {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.custom--dropdown>.custom--dropdown__selected .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom--dropdown>.custom--dropdown__selected .thumb img {
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: 24px !important;
  height: 24px !important;
  object-fit: cover;
}

.custom--dropdown>.custom--dropdown__selected .text {
  font-weight: 600;
  font-size: 14px;
  color: #fff !important;
  font-family: var(--font-body);
  letter-spacing: -0.3px;
}

.custom--dropdown>.dropdown-list {
  min-width: 180px;
  border-radius: 12px;
  border: 1px solid rgba(255, 107, 53, 0.2);
  overflow: hidden;
  margin-top: 8px !important;
}

.dropdown-list>.dropdown-list__item {
  padding: 10px 12px !important;
  transition: all 0.25s ease;
  border-bottom: 1px solid #f0f0f0;
}

.dropdown-list>.dropdown-list__item:last-child {
  border-bottom: none;
}

.dropdown-list>.dropdown-list__item:hover {
  background: var(--brand) !important;
  color: #fff !important;
}

.dropdown-list>.dropdown-list__item .thumb img {
  border: 2px solid transparent;
  width: 22px !important;
  height: 22px !important;
  transition: border-color 0.25s ease;
}

.dropdown-list>.dropdown-list__item:hover .thumb img {
  border-color: rgba(255, 255, 255, 0.6);
}

.dropdown-list>.dropdown-list__item .text {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  font-family: var(--font-body);
}

.dropdown-list>.dropdown-list__item:hover .text {
  color: #fff !important;
}

/* Mobile Language Switcher */
@media (max-width: 991px) {
  .custom--dropdown {
    margin-bottom: 10px;
  }
}

/* Button Text Enhancement */
.btn--base {
  position: relative;
  z-index: 1;
}

.btn--base span,
.btn--base i {
  position: relative;
  z-index: 2;
}

/* Ripple effect on click */
@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(4);
    opacity: 0;
  }
}

/* Focus state for accessibility */
.btn--base:focus {
  outline: 3px solid rgba(245, 124, 0, 0.4);
  outline-offset: 2px;
}

/* Disabled state */
.btn--base:disabled,
.btn--base.disabled {
  background: #ccc !important;
  border-color: #ccc !important;
  box-shadow: none !important;
  transform: none !important;
  cursor: not-allowed;
  opacity: 0.6;
}

/* ================================
   UTILITY FAB - SPLIT BUTTONS
   ================================ */

.utility-fab-container {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.utility-fab-whatsapp,
.utility-fab-top {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #fff;
}

.utility-fab-whatsapp {
  background: #25D366;
  color: #fff;
}

.utility-fab-whatsapp:hover {
  background: #20ba58;
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
  transform: scale(1.1);
}

.utility-fab-whatsapp:active {
  transform: scale(0.95);
}

.utility-fab-top {
  background: #F57C00;
  color: #fff;
  display: none;
}

.utility-fab-top:hover {
  background: #E67300;
  box-shadow: 0 6px 25px rgba(245, 124, 0, 0.4);
  transform: scale(1.1);
}

.utility-fab-top:active {
  transform: scale(0.95);
}

.utility-fab-top.show {
  display: flex;
  animation: slideInUp 0.3s ease-out;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .utility-fab-container {
    right: 20px;
    bottom: 20px;
    gap: 10px;
  }

  .utility-fab-whatsapp,
  .utility-fab-top {
    width: 50px;
    height: 50px;
    font-size: 22px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
  }
}

/* ================================
   FINAL POLISH & TOUCHES
   ================================ */

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Enhanced link hover transitions */
a {
  transition: all 0.25s ease;
}

/* Image loading optimization */
img {
  max-width: 100%;
  height: auto;
}

/* Honeypot field: visually hidden but present for bots */
.honeypot-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

/* Selection color */
::selection {
  background: #F57C00;
  color: #fff;
}

::-moz-selection {
  background: #F57C00;
  color: #fff;
}

/* Scroll-top button styling removed (replaced by utility FAB). */

/* Enhanced card transitions */
.card,
.shadow--card,
.trip-card {
  will-change: transform;
}

/* Input focus styling */
.form-control:focus,
.form--control:focus,
.select2-container--focus {
  border-color: #F57C00;
  box-shadow: 0 0 0 0.2rem rgba(245, 124, 0, 0.15);
}

/* Link color consistency */
a:not(.btn):not(.dropdown-item):hover {
  color: #F57C00;
}

/* Active menu item */
.main-menu li a.active,
.nav-link.active {
  color: var(--accent) !important;   /* gold — was legacy orange #F57C00 */
}

/* Star ratings consistency */
.ratings i,
.rating-stars i {
  color: #FFA500;
}

/* Badge enhancements */
.badge {
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 6px;
}

/* Loading spinner color */
.spinner-border,
.spinner-grow {
  color: #F57C00;
}

/* Toast/notification colors */
.toast,
.alert-success {
  border-left: 4px solid #F57C00;
}

/* Checkbox and radio custom styling */
.form-check-input:checked {
  background-color: #F57C00;
  border-color: #F57C00;
}

/* Progress bars */
.progress-bar {
  background-color: #F57C00;
}

/* Pagination active */
.pagination .page-item.active .page-link {
  background-color: #F57C00;
  border-color: #F57C00;
}

/* Table hover */
.table-hover tbody tr:hover {
  background-color: rgba(245, 124, 0, 0.05);
}

/* Dropdown active item */
.dropdown-item:active,
.dropdown-item.active {
  background-color: #F57C00;
}

/* ================================
   MICRO-INTERACTIONS & ANIMATIONS
   ================================ */

/* Hover lift for interactive cards */
.location-card,
.tour-card,
.blog-card {
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
}

.location-card:hover,
.tour-card:hover,
.blog-card:hover {
  transform: translateY(-8px);
  border-color: #F57C00;
}

/* Button press effect */
.btn:active {
  transform: scale(0.97);
}

/* Icon spin on hover */
.icon-hover-spin:hover i {
  animation: iconSpin 0.6s ease-in-out;
}

@keyframes iconSpin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Fade-in animation for sections */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

/* Smooth image hover zoom */
.image-wrapper {
  overflow: hidden;
  border-radius: 12px;
}

.image-wrapper img {
  transition: transform 0.5s ease;
}

.image-wrapper:hover img {
  transform: scale(1.08);
}

/* Subtle pulse for important elements */
@keyframes subtlePulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }
}

.pulse-hover:hover {
  animation: subtlePulse 1s ease-in-out infinite;
}

/* Enhanced box shadow on focus */
*:focus-visible {
  outline: 2px solid #F57C00;
  outline-offset: 3px;
  border-radius: 4px;
}

/* Gradient text — solid accent */
.gradient-text {
  color: var(--accent);
}

/* Social media icon hover effects */
.social-icons a {
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-icons a:hover {
  transform: translateY(-3px);
  color: #F57C00 !important;
}

/* Enhanced tooltip */
[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 12px;
  background: #333;
  color: #fff;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  z-index: 999;
  animation: fadeInUp 0.3s ease;
}

/* Loading skeleton */
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 1000px 100%;
  animation: shimmer 2s infinite;
}

/* Notification badge pulse */
.notification-badge {
  animation: subtlePulse 2s ease-in-out infinite;
}

/* ================================
   ACCESSIBILITY IMPROVEMENTS
   ================================ */

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .btn--base {
    border: 2px solid #000;
  }
}

/* ================================
   PERFORMANCE OPTIMIZATIONS
   ================================ */

/* GPU acceleration for animations */
.btn--base,
.whatsapp-float,
.scroll-top,
.card,
.trip-card,
.shadow--card {
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* Optimize image rendering */
img {
  image-rendering: -webkit-optimize-contrast;
}

/* Content visibility for performance */
.section {
  content-visibility: auto;
}

/* ================================
   FINAL TOUCHES
   ================================ */

/* Professional footer styling */
.footer-section {
  background: #1a1a1a;
}

/* Enhanced card depth */
.card-depth {
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.05),
    0 4px 8px rgba(0, 0, 0, 0.05),
    0 8px 16px rgba(0, 0, 0, 0.05);
}

/* Smooth page transitions */
.page-transition {
  animation: pageLoad 0.4s ease-out;
}

@keyframes pageLoad {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================
   AL AMIN SMOOTH SCROLL ANIMATIONS
   ======================================== */

/* Echo Pulse Effect - Subtle radiating glow */
@keyframes echoPulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(245, 124, 0, 0.3);
  }

  50% {
    box-shadow: 0 0 0 20px rgba(245, 124, 0, 0);
  }
}

/* Drum Beat Effect - Gentle bounce */
@keyframes drumBeat {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

/* Smooth fade-in on scroll */
.fade-in-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Card hover lift - Smooth elevation */
.card-hover-lift {
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.card-hover-lift:hover {
  transform: translateY(-8px);
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }
}

/* Print styles */
@media print {

  .whatsapp-float,
  .scroll-top,
  .header,
  .footer {
    display: none !important;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
    color: #000;
    background: #fff;
  }
}

/* 
================================
   Ad Banners - Modern & Fitting
================================ 
*/

.ad-banner-728 {
  width: 100%;
  max-width: 728px;
  height: 90px;
  background: var(--brand);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  margin: 20px auto;
  color: white;
  box-shadow: 0 4px 15px rgba(30, 42, 120, 0.2);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.ad-banner-728:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(30, 42, 120, 0.25);
}

.ad-banner-728::before {
  display: none;
}

.ad-banner-728-content {
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.ad-banner-728 h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  line-height: 1.2;
}

.ad-banner-728 p {
  font-size: 13px;
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.9);
}

.ad-banner-btn {
  background: #fff;
  color: #ff2e63;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 1;
  white-space: nowrap;
  border: 2px solid transparent;
}

.ad-banner-btn:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

/* 970x250 Billboard Ad */
.ad-banner-970 {
  width: 100%;
  max-width: 970px;
  min-height: 250px;
  background: var(--brand);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 40px auto;
  color: white;
  box-shadow: 0 10px 30px rgba(0, 176, 155, 0.2);
  position: relative;
  overflow: hidden;
  padding: 20px;
  transition: transform 0.3s ease;
}

.ad-banner-970:hover {
  transform: scale(1.01);
}

.ad-banner-970::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: -50px;
  left: -50px;
}

.ad-banner-970::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  bottom: -100px;
  right: -50px;
}

.ad-banner-970 h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
  color: white;
  z-index: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ad-banner-970 p {
  font-size: 18px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.95);
  z-index: 1;
  max-width: 600px;
  line-height: 1.5;
}

.ad-banner-large-btn {
  background: #fff;
  color: #00b09b;
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ad-banner-large-btn:hover {
  background: #f0f0f0;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Response for smaller screens */
@media (max-width: 768px) {
  .ad-banner-728 {
    flex-direction: column;
    height: auto;
    padding: 20px;
    text-align: center;
    gap: 15px;
  }

  .ad-banner-728-content {
    align-items: center;
  }

  .ad-banner-970 h2 {
    font-size: 24px;
  }

  .ad-banner-970 p {
    font-size: 15px;
  }
}

/* Contact page button styling */
.contact-form .btn--base {
  background: #F57C00;
  border-color: #F57C00;
  color: #fff;
}

.contact-form .btn--base:hover,
.contact-form .btn--base:focus {
  background: #E67300;
  border-color: #E67300;
  color: #fff;
}

/* Contact details containers + animations */
.contact-item {
  border-radius: 12px;
  border: 1px solid rgba(245, 124, 0, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  animation: contactCardFadeUp 0.6s ease both;
}

.contact-item:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 124, 0, 0.5);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

.contact-item .icon {
  background: #F57C00;
}

.contact-item:nth-child(1) { animation-delay: 0.05s; }
.contact-item:nth-child(2) { animation-delay: 0.12s; }
.contact-item:nth-child(3) { animation-delay: 0.18s; }

@keyframes contactCardFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Tour/Seminar tab hover contrast fix */
.custom--nav-tabs .nav-item .nav-link {
  color: #2e3945;
}

.custom--nav-tabs .nav-item .nav-link:hover,
.custom--nav-tabs .nav-item .nav-link:focus {
  background: #fff;
  color: #F57C00;
  border: 1px solid rgba(245, 124, 0, 0.35);
}

.custom--nav-tabs .nav-item .nav-link.active {
  background-color: #D35F00 !important;
  color: #ffffff !important;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(211, 95, 0, 0.3);
}

/* Share buttons update (WhatsApp) */
.blog-details-footer .share-post-links li a.whatsapp {
  background-color: #25D366;
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Packages section - smooth scroll transitions */
.trip-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
  will-change: transform, box-shadow;
}

.trip-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.trip-card__thumb {
  position: relative;
  transition: all 0.4s ease;
}

.trip-card__thumb a {
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

.trip-card__thumb img {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.trip-card:hover .trip-card__thumb img {
  transform: scale(1.1);
}

.trip-card__content {
  transition: all 0.3s ease;
}

.trip-card__title a {
  transition: color 0.3s ease;
}

.trip-card:hover .trip-card__title a {
  color: #F57C00;
}

/* Package price badge smooth transition */
.trip-card__price {
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: 10;
  transition: all 0.3s ease;
}

.trip-card:hover .trip-card__price {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(245, 124, 0, 0.4);
}

/* Seminar/Location cards - smooth transitions */
.location-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

.location-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
}

.location-card img {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.location-card:hover img {
  transform: scale(1.08);
}

.location-card .overlay-content {
  transition: all 0.3s ease;
}

.location-card:hover .overlay-content {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
}

/* ================================
   REVIEW EXPANSION STYLES
   ================================ */

.review-content .review-text {
  margin: 0;
  transition: all 0.3s ease;
  line-height: 1.6;
}

.review-content .review-text.expanded {
  max-height: none;
}

.review-content .btn-expand {
  transition: color 0.3s ease;
}

.review-content .btn-expand:hover {
  color: #E67300 !important;
}

.review-content .btn-collapse {
  background: none;
  border: none;
  color: #F57C00;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  margin-left: 5px;
  font-size: 13px;
  transition: color 0.3s ease;
}

.review-content .btn-collapse:hover {
  color: #E67300;
}

/* ===== Task 5: Hero ===== */
.hero {
  min-height: 720px;
}

.hero__title {
  font-family: var(--font-body);
  font-weight: 800;
  letter-spacing: 0;
}

.find-tabs .nav-link.active {
  background: var(--alamin-green);
  color: var(--alamin-white);
}

.find-form {
  border: 1px solid var(--alamin-border);
  box-shadow: 0 18px 55px rgba(18, 59, 42, 0.16);
}

/* ===== Task 6: About & Process ===== */
.about-item.alamin-card {
  padding: 22px;
  height: 100%;
}

.about-item.alamin-card .about-item__icon {
  color: var(--alamin-gold);
}

.step-card__content {
  border-color: var(--alamin-border);
}

/* ===== Task 7: Package Cards ===== */
.alamin-package-inclusions {
  display: grid;
  gap: 8px;
  margin: 16px 0;
  list-style: none;
  padding: 0;
}

.alamin-package-inclusions li {
  color: var(--alamin-muted);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.alamin-package-inclusions i {
  color: var(--alamin-gold);
  font-size: 18px;
}

.trip-card {
  border: 1px solid var(--alamin-border);
}

.trip-card:hover {
  box-shadow: 0 20px 55px rgba(18, 59, 42, 0.14);
}

/* ===== Task 8: FAQ & Contact ===== */
.alamin-faq-section {
  background: var(--alamin-surface);
}

.alamin-faq-section .accordion-item {
  border: 1px solid var(--alamin-border);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}

.alamin-faq-section .accordion-button {
  color: var(--alamin-ink);
  font-weight: 700;
}

.alamin-faq-section .accordion-button:not(.collapsed) {
  background: rgba(214, 168, 79, 0.16);
  color: var(--alamin-green);
}

.alamin-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.alamin-service-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(18, 59, 42, 0.07);
  color: var(--alamin-green);
  border: 1px solid var(--alamin-border);
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 600;
}

.alamin-service-tag i {
  color: var(--alamin-gold);
}

/* ===== Task 9: Subpages ===== */
.inner-hero,
.breadcrumb-section {
  background-size: cover;
  background-position: center;
}

.page-breadcrumb li a,
.page-breadcrumb li {
  color: var(--alamin-white);
}

.location-card,
.post-card {
  border: 1px solid var(--alamin-border);
}

/* ============================================================
   AL AMIN — BRAND OVERRIDES
   Replaces all legacy #F57C00 orange + safari greens with
   Royal Blue #022283 (--brand) and Gold #BE9A4C (--accent).
   Applied at end of file for cascade priority.
   ============================================================ */

/* ---- Google Fonts (body-level fallback via CSS) ----------- */
body {
  font-family: var(--font-body);
  background-color: var(--surface-page);
  color: var(--text-body);
}

/* ---- Primary Buttons ------------------------------------- */
.btn--base,
.btn-base,
a.btn--base,
button.btn--base {
  background: var(--brand) !important;
  border-color: var(--brand) !important;
  color: var(--text-on-brand) !important;
  border-radius: var(--radius-pill) !important;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.15s ease;
}
.btn--base:hover,
.btn-base:hover {
  background: var(--brand-strong) !important;
  border-color: var(--brand-strong) !important;
  box-shadow: var(--shadow-md) !important;
  transform: translateY(-2px);
}
.btn--base:focus,
.btn-base:focus {
  outline: 3px solid rgba(16, 70, 50, 0.35) !important;
  outline-offset: 2px !important;
}

/* Outline/secondary button accent */
.btn-outline-base,
.btn--outline {
  border-color: var(--brand) !important;
  color: var(--brand) !important;
  border-radius: var(--radius-pill) !important;
}
.btn-outline-base:hover,
.btn--outline:hover {
  background: var(--brand) !important;
  color: var(--text-on-brand) !important;
}

/* Gold accent button variant */
.btn--accent,
.btn-accent {
  background: var(--accent) !important;
  border-color: var(--accent) !important;
  color: #fff !important;
  border-radius: var(--radius-pill) !important;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  transition: background 0.22s ease, transform 0.15s ease;
}
.btn--accent:hover,
.btn-accent:hover {
  background: var(--accent-strong) !important;
  border-color: var(--accent-strong) !important;
  transform: translateY(-2px);
}

/* Green secondary button variant (Arafiq green) */
.btn--secondary,
.btn-secondary {
  background: var(--secondary) !important;
  border-color: var(--secondary) !important;
  color: #fff !important;
  border-radius: var(--radius-pill) !important;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  transition: background 0.22s ease, transform 0.15s ease;
}
.btn--secondary:hover,
.btn-secondary:hover {
  background: var(--secondary-strong) !important;
  border-color: var(--secondary-strong) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

/* Outline secondary (green) */
.btn--outline-secondary {
  background: transparent !important;
  border: 1px solid var(--secondary) !important;
  color: var(--secondary) !important;
  border-radius: var(--radius-pill) !important;
  font-family: var(--font-body);
  font-weight: 600;
  transition: all 0.22s ease;
}
.btn--outline-secondary:hover {
  background: var(--secondary) !important;
  color: #fff !important;
}

/* ---- Links ---------------------------------------------- */
a:not(.btn):not(.nav-link):not(.page-link):not(.dropdown-item):hover {
  color: var(--brand) !important;
}

/* ---- Focus-visible global outline ----------------------- */
*:focus-visible {
  outline: 2px solid var(--brand) !important;
  outline-offset: 3px !important;
}

/* ---- Navbar active state -------------------------------- */
.navbar .nav-link.active,
.navbar .nav-link:focus,
header .nav-link.active {
  color: var(--accent) !important;
}

/* ---- Cards: radius + hover border ----------------------- */
.trip-card,
.card,
.shadow--card,
.alamin-card,
.package-card,
.tour-card,
.blog-card,
.post-card,
.location-card,
.testimonial-card,
.testimonial-card-enhanced {
  border-radius: var(--radius-lg) !important;
  overflow: hidden;
}
.trip-card:hover,
.card:hover {
  border-color: var(--brand) !important;
  box-shadow: var(--shadow-md) !important;
}

/* ---- Section title underline: solid accent ---- */
.section-title::after,
.section__title::after {
  background: var(--accent) !important;
}

/* ---- Eyebrow label (Roboto accent font, Arafiq) -------- */
.eyebrow,
.section-eyebrow,
[class*="eyebrow"] {
  font-family: var(--font-accent);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
  color: var(--accent);
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* ---- How-it-works step numbers / icons ------------------ */
.how-it-works-card__number,
.step-card__number,
.step-number,
[class*="step-card"] .number {
  background: var(--brand) !important;
  color: var(--text-on-brand) !important;
  border-color: var(--brand) !important;
}
.how-it-works-card__icon,
.step-card__icon {
  color: var(--accent) !important;
}
/* Fix corrupt value from line ~1852 */
.how-it-works-card__divider {
  opacity: 0.25;
  background: var(--brand) !important;
}

/* ---- Testimonial cards ---------------------------------- */
.testimonial-card:hover,
.testimonial-card-enhanced:hover {
  border-color: var(--accent) !important;
  box-shadow: var(--shadow-md) !important;
}
.testimonial-card__quote-icon,
.testimonial-card .quote-icon {
  color: var(--accent) !important;
}

/* ---- FAB scroll-to-top ---------------------------------- */
#scrollTop,
.scroll-to-top,
[id*="scroll-top"],
[class*="scroll-top"] {
  background: var(--brand) !important;
  border-color: var(--brand) !important;
  color: #fff !important;
}
#scrollTop:hover,
.scroll-to-top:hover {
  background: var(--brand-strong) !important;
}

/* ---- Form inputs: focus border -------------------------- */
.form-control:focus,
.form-select:focus,
input:focus,
textarea:focus,
select:focus {
  border-color: var(--brand) !important;
  box-shadow: 0 0 0 3px rgba(16, 70, 50, 0.15) !important;
  outline: none !important;
}

/* ---- Custom checkboxes / radios ------------------------- */
.form-check-input:checked {
  background-color: var(--brand) !important;
  border-color: var(--brand) !important;
}

/* ---- Select2 open-state border -------------------------- */
.select2-container--open .select2-selection,
.select2-container--focus .select2-selection {
  border-color: var(--brand) !important;
  box-shadow: 0 0 0 3px rgba(16, 70, 50, 0.15) !important;
}
.select2-results__option--highlighted {
  background-color: var(--brand) !important;
  color: #fff !important;
}

/* ---- Filter / tab buttons ------------------------------- */
.find-tabs .nav-link.active,
.filter-tab.active,
[class*="filter-btn"].active {
  background: var(--brand) !important;
  color: #fff !important;
  border-color: var(--brand) !important;
}

/* ---- Contact item icon ---------------------------------- */
.contact-item .icon,
.contact-icon,
.contact-item i {
  color: var(--accent) !important;
}

/* ---- Slider / carousel arrows --------------------------- */
.slick-prev::before,
.slick-next::before,
.slider-arrow,
[class*="slider-btn"],
[class*="carousel-btn"] {
  color: var(--brand) !important;
}
.slick-prev,
.slick-next {
  background: var(--brand) !important;
}

/* ---- Progress bars ------------------------------------- */
.progress-bar {
  background-color: var(--brand) !important;
}

/* ---- Spinners ------------------------------------------ */
.spinner-border {
  border-color: var(--brand) !important;
  border-right-color: transparent !important;
}

/* ---- Pagination active ---------------------------------- */
.page-item.active .page-link {
  background-color: var(--brand) !important;
  border-color: var(--brand) !important;
}
.page-link:hover {
  color: var(--brand) !important;
}

/* ---- Dropdown active item ------------------------------- */
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--brand) !important;
}

/* ---- Badge variants ------------------------------------ */
.badge-primary,
.badge.bg-primary {
  background-color: var(--brand) !important;
  color: #fff !important;
}
.badge-accent,
.badge.bg-accent {
  background-color: var(--accent) !important;
  color: #fff !important;
}
/* Inclusion/exclusion badges in package cards */
.inclusion-badge {
  background: rgba(16, 70, 50, 0.08) !important;
  color: var(--brand) !important;
  border: 1px solid rgba(16, 70, 50, 0.18) !important;
  border-radius: var(--radius-pill) !important;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
}

/* ---- Service tags (contact page) ----------------------- */
.alamin-service-tag {
  background: rgba(16, 70, 50, 0.07) !important;
  color: var(--brand) !important;
  border-color: rgba(16, 70, 50, 0.2) !important;
  border-radius: var(--radius-pill) !important;
}
.alamin-service-tag i {
  color: var(--accent) !important;
}

/* ---- FAQ accordion open state -------------------------- */
.alamin-faq-section .accordion-button:not(.collapsed) {
  background: rgba(16, 70, 50, 0.07) !important;
  color: var(--brand) !important;
  box-shadow: none !important;
}
.alamin-faq-section .accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(16, 70, 50, 0.15) !important;
}

/* ---- Find-form / banner search widget ------------------- */
.find-form {
  box-shadow: 0 18px 55px rgba(16, 70, 50, 0.14) !important;
}

/* ---- Hero banner overlay (neutral dark scrim, no green tint) ---- */
.banner-content-wrap::before,
[class*="banner-overlay"] {
  background: rgba(0, 0, 0, 0.48) !important;
}
/* .hero-overlay styling is owned by the banner section's own gradient */

/* ---- Footer background --------------------------------- */
.footer-section,
footer.footer {
  background: var(--blue-900) !important;
}

/* ---- Arafiq Islamic Background Patterns (real PNGs) ----- */
/* bg-islamic-2-2.png: fine repeat tile used on the whole body */
/* bg-islamic-1.png: larger motif used on feature sections    */

body {
  background-image: url("../images/bg-islamic-soft.png");
  background-position: center center;
  background-repeat: repeat;
  background-size: 480px auto;
}

.section--patterned,
.alamin-faq-section,
.how-it-works-section,
[class*="section--pattern"] {
  background-image: url("../images/bg-islamic-soft.png") !important;
  background-position: center center !important;
  background-repeat: repeat !important;
  background-size: 480px auto !important;
}

/* Feature sections use the larger islamic motif */
.about-section,
.testimonial-section,
[class*="section--feature"] {
  background-image: url("../images/bg-islamic-1.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* ---- TripAdvisor section -------------------------------- */
.tripadvisor-section {
  border-top: 3px solid var(--accent);
}

/* ---- Responsive font adjustments ----------------------- */
@media (max-width: 768px) {
  h1, h2 { letter-spacing: -0.015em; }
  .section-title { font-size: clamp(1.6rem, 5vw, 2.4rem); }
}

/* ============================================================
   ARAFIQ SECTION LAYOUTS — One white+pattern canvas, green cards
   ============================================================ */

/* ---- Former dark sections → transparent light canvas ----
   The body already carries the white + Islamic pattern, so these
   sections simply let it show through; visual weight moves to green cards. */
.section-dark {
  background-color: transparent !important;
  position: relative;
}
/* Only the section header title turns dark on the light canvas;
   card-internal headings/text keep their own (white) colours. */
.section-dark .section-title {
  color: var(--text-strong);
}
.section-dark .section-eyebrow {
  color: var(--accent) !important;
}
.text--accent { color: var(--accent) !important; }

/* ---- Arafiq heading highlight span -----------------------
   Base heading = Poppins; the marked phrase switches to Playfair
   Display italic in the accent colour for a clear style difference. */
.hl-accent {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  color: var(--brand);            /* green on the light canvas */
  letter-spacing: 0;
}
/* On dark/green surfaces the highlight uses gold so it stays visible */
.green-surface .hl-accent,
.subscribe-arafiq .hl-accent,
.contact-aside .hl-accent,
.section-dark .green-surface .hl-accent,
.hero__title .hl-accent {
  color: var(--gold-400) !important;
}

/* ============================================================
   REUSABLE GREEN SURFACE — green #104632 + gold-masked pattern
   Applied to solid/content cards (white text). Image areas opt out.
   ============================================================ */
.green-surface {
  background-color: var(--brand);
  color: #fff;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.green-surface::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--gold-300);
  -webkit-mask: url("../images/bg-islamic-mask.png") center / 360px auto repeat;
          mask: url("../images/bg-islamic-mask.png") center / 360px auto repeat;
  -webkit-mask-size: 360px auto; mask-size: 360px auto;
  -webkit-mask-repeat: repeat; mask-repeat: repeat;
  opacity: 0.20;
  pointer-events: none;
  z-index: 0;
}
.green-surface > * { position: relative; z-index: 1; }
.green-surface h1, .green-surface h2, .green-surface h3,
.green-surface h4, .green-surface h5, .green-surface h6 { color: #fff; }
.green-surface p { color: rgba(255, 255, 255, 0.85); }

/* ---- How-it-works: light bg + Islamic pattern (subtle) ---- */
.how-it-works-section {
  background-color: #fff !important;
  background-image: url("../images/bg-islamic-soft.png") !important;
  background-repeat: repeat !important;
  background-size: 480px auto !important;
}

/* ---- Section eyebrow (Arafiq star-and-crescent label style) */
.section-eyebrow {
  display: block;            /* own line, above the heading (not inline) */
  font-family: var(--font-accent);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.6rem;
}
.section-eyebrow::before {
  content: '☽';
  font-size: 1em;
  margin-right: 8px;
  vertical-align: middle;
}

/* ---- About section layout -------------------------------- */
.about-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: visible;
}
.about-visual__img {
  width: 100%;
  border-radius: var(--radius-lg);
  object-fit: cover;
  display: block;
  box-shadow: var(--shadow-xl);
}
/* ---- Reinvented stats band (replaces the cramped overlay) --- */
.about-stats {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 64px;
  background-color: var(--brand);
  border-radius: var(--radius-xl, 24px);
  box-shadow: var(--shadow-lg);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 42px 24px;
}
.about-stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--gold-300);
  -webkit-mask: url("../images/bg-islamic-mask.png") center / 360px auto repeat;
          mask: url("../images/bg-islamic-mask.png") center / 360px auto repeat;
  opacity: 0.16;
  z-index: -1;
}
.about-stat {
  position: relative;
  text-align: center;
  padding: 4px 18px;
}
.about-stat + .about-stat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 58px;
  background: rgba(255, 255, 255, 0.16);
}
.about-stat__number {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.4vw, 2.85rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--gold-400);
}
.about-stat__label {
  display: block;
  margin-top: 10px;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 767px) {
  .about-stats { grid-template-columns: 1fr 1fr; gap: 30px 0; padding: 34px 16px; margin-top: 48px; }
  .about-stat + .about-stat::before { display: none; }
}
@media (max-width: 420px) {
  .about-stats { grid-template-columns: 1fr; }
}

/* ---- About image floating trust badge ------------------- */
.about-visual__badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 210px;
  background-color: var(--brand);
  color: #fff;
  border-radius: var(--radius-pill);
  padding: 10px 18px 10px 14px;
  box-shadow: var(--shadow-lg);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.25;
}
.about-visual__badge i {
  font-size: 1.5rem;
  color: var(--accent);
  flex-shrink: 0;
}

/* ---- About "why choose us" feature cards ---------------- */
.about-features-label {
  display: inline-block;
  font-family: var(--font-accent);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 28px;
}
.about-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.about-features-list__item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  color: var(--text-strong);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: var(--shadow-xs);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.about-features-list__item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.about-features-list__icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--gold-400);
  background-color: var(--brand);
  position: relative;
  isolation: isolate;
  clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
}
.about-features-list__icon::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--gold-300);
  -webkit-mask: url("../images/bg-islamic-mask.png") center / 90px auto repeat;
          mask: url("../images/bg-islamic-mask.png") center / 90px auto repeat;
  opacity: 0.18;
  z-index: -1;
}
.about-features-list__icon i { color: var(--gold-400); line-height: 1; }
@media (max-width: 575px) {
  .about-features-list { grid-template-columns: 1fr; }
}

/* ---- How-it-works Arafiq step cards --------------------- */
.how-step-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  border: 1px solid var(--border-subtle);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.how-step-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--accent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.how-step-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--brand);
}
.how-step-card:hover::before {
  opacity: 1;
}
.how-step-card__number {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--border-subtle);
  line-height: 1;
  margin-bottom: 12px;
  display: block;
  transition: color 0.3s ease;
}
.how-step-card:hover .how-step-card__number {
  color: rgba(16, 70, 50, 0.12);
}
.how-step-card__icon {
  font-size: 2rem;
  color: var(--accent);
  margin-bottom: 16px;
  display: block;
}
.how-step-card__title {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-strong);
  margin-bottom: 12px;
  line-height: 1.3;
}
.how-step-card__text {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

/* ---- Testimonial Arafiq-style cards --------------------- */
.testimonial-card-arafiq {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.testimonial-card-arafiq:hover {
  background: rgba(255,255,255,0.16);
  border-color: var(--accent);
  transform: translateY(-4px);
}
.testimonial-card-arafiq__quote {
  color: var(--accent);
  font-size: 2rem;
  margin-bottom: 16px;
  line-height: 1;
}
.testimonial-card-arafiq__text {
  color: rgba(255,255,255,0.88);
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.7;
  flex: 1;
  margin-bottom: 24px;
}
.testimonial-card-arafiq__footer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-card-arafiq__avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.testimonial-card-arafiq__avatar span {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.testimonial-card-arafiq__name {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 4px;
}
.testimonial-card-arafiq__stars {
  font-size: 0.75rem;
  color: var(--accent);
}

/* ---- Section spacing utility ----------------------------- */
.mb-60 { margin-bottom: 60px; }

/* ---- Tour plans section — white bg over dark surroundings */
.bg_img.white--overlay {
  position: relative;
}
.bg_img.white--overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.92);
  z-index: 0;
}
.bg_img.white--overlay > * {
  position: relative;
  z-index: 1;
}

/* ---- Section title underline style ----------------------- */
.section-title {
  position: relative;
  display: inline-block;
}
.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
  margin-top: 10px;
}
.text-center .section-title::after {
  margin-left: auto;
  margin-right: auto;
}

/* ---- Responsive adjustments ----------------------------- */
@media (max-width: 991px) {
  .about-counters {
    position: static;
    margin-top: 16px;
    justify-content: center;
  }
  .about-visual {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .how-step-card { padding: 24px 18px; }
  .testimonial-card-arafiq { padding: 24px 20px; }
  .about-counter-card { min-width: 90px; padding: 12px 16px; }
  .about-counter-card__number { font-size: 1.4rem; }
}

/* ============================================================
   PHASE 1 — ARAFIQ PACKAGE CARDS
   Gold = primary visual; Blue = dark base
   ============================================================ */

/* ---- Tour Plans section ---------------------------------- */
.tour-plans-section {
  background: var(--surface-page);
}

/* ---- Package card shell ---------------------------------- */
.pkg-card {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  position: relative;
}
.pkg-card:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}

/* ---- Featured ribbon (diagonal top-right) ---------------- */
.pkg-card__ribbon {
  position: absolute;
  top: 20px;
  right: -30px;
  background: var(--accent);
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 40px;
  transform: rotate(45deg);
  z-index: 10;
  pointer-events: none;
}

/* ---- Card image ------------------------------------------ */
.pkg-card__img-wrap {
  position: relative;
  height: 185px;
  overflow: hidden;
  flex-shrink: 0;
}
.pkg-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.pkg-card:hover .pkg-card__img-wrap img {
  transform: scale(1.06);
}

/* ---- Card body ------------------------------------------- */
.pkg-card__body {
  padding: 20px 22px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Duration badge — gold, small caps */
.pkg-card__duration {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 8px;
}
.pkg-card__duration i { font-size: 0.85rem; }

/* Package title — Playfair Display */
.pkg-card__title {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-strong);
  margin-bottom: 12px;
  line-height: 1.3;
}
.pkg-card__title a {
  color: inherit;
  text-decoration: none;
}
.pkg-card__title a:hover { color: var(--accent); }

/* Feature tags (category / location pills) */
.pkg-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 14px;
}
.pkg-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--secondary);
  background: rgba(16, 70, 50, 0.08);
  border: 1px solid rgba(16, 70, 50, 0.20);
  border-radius: 999px;
  padding: 3px 9px;
}
.pkg-card__tag i { font-size: 0.75rem; }

/* Included checklist */
.pkg-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pkg-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.45;
}
.pkg-card__list li i {
  color: var(--accent);
  font-size: 0.9rem;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ---- Divider between body and footer --------------------- */
.pkg-card__divider {
  height: 1px;
  background: var(--border-subtle);
  margin: 16px 0 0;
}

/* ---- Card footer: price + CTA ---------------------------- */
.pkg-card__footer {
  padding: 16px 22px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.pkg-card__price-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.pkg-card__price-label {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-bottom: 3px;
}
.pkg-card__price {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}
.pkg-card__price-unit {
  font-family: var(--font-body);
  font-size: 0.68rem;
  color: var(--text-muted);
  margin-top: 2px;
}

/* CTA on pkg-card — primary blue pill button (gold reserved for accents) */
.pkg-card .pkg-card__cta {
  flex-shrink: 0;
  background: var(--brand) !important;
  border-color: var(--brand) !important;
  color: #fff !important;
  font-size: 0.78rem;
  padding: 9px 16px;
  border-radius: var(--radius-pill) !important;
  font-family: var(--font-body);
  font-weight: 600;
  transition: background 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
}
.pkg-card .pkg-card__cta:hover {
  background: var(--brand-strong) !important;
  border-color: var(--brand-strong) !important;
  transform: none;
}

/* ---- Responsive ------------------------------------------ */
@media (max-width: 576px) {
  .pkg-card__img-wrap { height: 160px; }
  .pkg-card__body { padding: 16px 16px 0; }
  .pkg-card__footer { padding: 14px 16px 18px; flex-wrap: wrap; }
  .pkg-card .pkg-card__cta { width: 100%; text-align: center; justify-content: center; }
}

/* ============================================================
   PHASE 2 — ARAFIQ DESTINATION CARDS
   Dark section (section-dark) · Gold as primary UI colour
   ============================================================ */

.dest-card {
  position: relative;
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  text-decoration: none;
}
.dest-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.dest-card:hover .dest-card__img {
  transform: scale(1.07);
}

/* Functional overlay: ensures name/count are legible over any image */
.dest-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.80) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px 20px;
  transition: background 0.3s ease;
}
.dest-card:hover .dest-card__overlay {
  background: linear-gradient(180deg, transparent 20%, rgba(16, 70, 50, 0.72) 100%);
}

/* Gold border ring on hover */
.dest-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  border: 2px solid transparent;
  transition: border-color 0.25s ease;
  pointer-events: none;
}
.dest-card:hover::after {
  border-color: var(--accent);
}

.dest-card__name {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 9px;
  line-height: 1.25;
}
.dest-card__count {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  color: #fff;
  background: var(--accent);
  border-radius: 999px;
  padding: 4px 12px;
  align-self: flex-start;
}
.dest-card__count i { font-size: 0.8rem; }

/* ============================================================
   PHASE 3 — ARAFIQ FOOTER (4-column, dark + pattern)
   ============================================================ */

.footer-arafiq {
  background-color: var(--green-900);
  position: relative;
  isolation: isolate;
  color: rgba(255, 255, 255, 0.72);
}
.footer-arafiq::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--gold-300);
  -webkit-mask: url("../images/bg-islamic-mask.png") center / 480px auto repeat;
          mask: url("../images/bg-islamic-mask.png") center / 480px auto repeat;
  -webkit-mask-size: 480px auto; mask-size: 480px auto;
  -webkit-mask-repeat: repeat; mask-repeat: repeat;
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}
.footer-arafiq > * { position: relative; z-index: 1; }

/* ---- Top band: 4 columns -------------------------------- */
.footer-arafiq__top {
  padding: 80px 0 50px;
}

/* Brand column */
.footer-arafiq__brand-logo img {
  max-height: 54px;
  width: auto;
  margin-bottom: 20px;
}
.footer-arafiq__tagline {
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 22px;
  max-width: 320px;
}

/* Social icons row */
.footer-arafiq__social {
  display: flex;
  gap: 10px;
}
.footer-arafiq__social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1rem;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}
.footer-arafiq__social a:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-3px);
  color: #fff;
}

/* Column heading */
.footer-arafiq__heading {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 12px;
}
.footer-arafiq__heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: var(--accent);
}

/* Link list */
.footer-arafiq__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer-arafiq__links a {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.70);
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.footer-arafiq__links a::before {
  content: "\f105"; /* line-awesome angle-right */
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 0.85rem;
  color: var(--accent);
  transition: transform 0.2s ease;
}
.footer-arafiq__links a:hover {
  color: var(--accent) !important;
  padding-left: 4px;
}

/* Contact list (icon + text, no arrow) */
.footer-arafiq__contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-arafiq__contact li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}
.footer-arafiq__contact li i {
  color: var(--accent);
  font-size: 1.05rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.footer-arafiq__contact a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-arafiq__contact a:hover { color: var(--accent) !important; }

/* Newsletter */
.footer-arafiq__news-text {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  margin-bottom: 16px;
}
.footer-arafiq__news-form {
  position: relative;
  display: flex;
  align-items: center;
}
.footer-arafiq__news-form input {
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 13px 56px 13px 20px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.88rem;
  outline: none;
  transition: border-color 0.2s ease;
}
.footer-arafiq__news-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-arafiq__news-form input:focus {
  border-color: var(--accent);
}
.footer-arafiq__news-form button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: var(--accent);
  color: #fff;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.footer-arafiq__news-form button:hover {
  background: var(--accent-strong);
}
.footer-arafiq__payment {
  margin-top: 20px;
  max-height: 36px;
  width: auto;
  opacity: 0.9;
}

/* ---- Bottom bar ----------------------------------------- */
.footer-arafiq__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 22px 0;
}
.footer-arafiq__bottom p {
  font-family: var(--font-body);
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
}
.footer-arafiq__bottom a { color: var(--accent); text-decoration: none; }
.footer-arafiq__bottom a:hover { color: var(--accent-strong) !important; }
.footer-arafiq__credit {
  font-size: 0.76rem !important;
  color: rgba(255, 255, 255, 0.42) !important;
  margin-top: 4px !important;
}

@media (max-width: 767px) {
  .footer-arafiq__top { padding: 56px 0 36px; text-align: center; }
  .footer-arafiq__heading::after { left: 50%; transform: translateX(-50%); }
  .footer-arafiq__social { justify-content: center; }
  .footer-arafiq__tagline { margin-left: auto; margin-right: auto; }
  .footer-arafiq__links a,
  .footer-arafiq__contact li { justify-content: center; }
}

/* ============================================================
   PHASE 4 — ARAFIQ SUBSCRIBE / CTA BANNER (dark + pattern)
   ============================================================ */

.subscribe-arafiq {
  border-radius: var(--radius-xl, 24px);
  background-color: var(--brand);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 64px 56px;
}
.subscribe-arafiq::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--gold-300);
  -webkit-mask: url("../images/bg-islamic-mask.png") center / 480px auto repeat;
          mask: url("../images/bg-islamic-mask.png") center / 480px auto repeat;
  -webkit-mask-size: 480px auto; mask-size: 480px auto;
  -webkit-mask-repeat: repeat; mask-repeat: repeat;
  opacity: 0.20;
  pointer-events: none;
  z-index: 0;
}
.subscribe-arafiq > * { position: relative; z-index: 1; }

.subscribe-arafiq__eyebrow {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
  color: var(--accent);
  display: inline-block;
  margin-bottom: 0.6rem;
}
.subscribe-arafiq__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin: 0;
}
.subscribe-arafiq__text {
  font-family: var(--font-body);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 12px 0 0;
}

/* Pill input form */
.subscribe-arafiq__form {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 999px;
  padding: 6px;
  box-shadow: var(--shadow-lg);
}
.subscribe-arafiq__form input {
  flex: 1;
  min-width: 0;          /* allow the input to shrink so the button stays inside the pill */
  border: none;
  background: transparent;
  padding: 12px 20px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--text-strong);
  outline: none;
}
.subscribe-arafiq__form input::placeholder { color: var(--text-muted); }
.subscribe-arafiq__form button {
  flex-shrink: 0;
  border: none;
  background: var(--accent);
  color: #fff;
  font-size: 1.2rem;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.subscribe-arafiq__form button:hover { background: var(--accent-strong); transform: scale(1.05); }

@media (max-width: 991px) {
  .subscribe-arafiq { padding: 48px 28px; text-align: center; }
  .subscribe-arafiq__form { margin-top: 24px; }
}
@media (max-width: 575px) {
  .subscribe-arafiq__form {
    flex-direction: column;
    border-radius: var(--radius-lg);
    padding: 14px;
    gap: 10px;
  }
  .subscribe-arafiq__form input { width: 100%; text-align: center; }
  .subscribe-arafiq__form button { width: 100%; justify-content: center; }
}

/* ============================================================
   PHASE 5 — ARAFIQ BLOG CARDS (light bg + pattern)
   ============================================================ */

.blog-arafiq-section {
  background-color: #fff;
  background-image: url("../images/bg-islamic-soft.png");
  background-position: center center;
  background-repeat: repeat;
  background-size: 480px auto;
  position: relative;
}
.blog-arafiq-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.92);
  pointer-events: none;
}
.blog-arafiq-section > * { position: relative; z-index: 1; }

.blog-card-arafiq {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.blog-card-arafiq:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}

.blog-card-arafiq__thumb {
  position: relative;
  height: 210px;
  overflow: hidden;
  flex-shrink: 0;
}
.blog-card-arafiq__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.blog-card-arafiq:hover .blog-card-arafiq__thumb img {
  transform: scale(1.06);
}

/* Date chip — gold pill, top-left over image */
.blog-card-arafiq__date {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--accent);
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 5px 13px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.blog-card-arafiq__date i { font-size: 0.82rem; }

.blog-card-arafiq__body {
  padding: 22px 22px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card-arafiq__title {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 12px;
}
.blog-card-arafiq__title a {
  color: var(--text-strong);
  text-decoration: none;
  transition: color 0.2s ease;
}
.blog-card-arafiq__title a:hover { color: var(--accent) !important; }
.blog-card-arafiq__excerpt {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 18px;
  flex: 1;
}
.blog-card-arafiq__more {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  transition: gap 0.2s ease;
}
.blog-card-arafiq__more:hover {
  color: var(--accent-strong) !important;
  gap: 11px;
}

@media (max-width: 575px) {
  .blog-card-arafiq__thumb { height: 185px; }
}

/* ============================================================
   PHASE 6 — ARAFIQ FAQ (split: intro + accordion, light pattern)
   ============================================================ */

.faq-arafiq-section {
  background-color: #fff;
  background-image: url("../images/bg-islamic-soft.png");
  background-position: center center;
  background-repeat: repeat;
  background-size: 480px auto;
  position: relative;
}
.faq-arafiq-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.92);
  pointer-events: none;
}
.faq-arafiq-section > * { position: relative; z-index: 1; }

/* Left intro column */
.faq-arafiq__intro-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--text-strong);
  line-height: 1.25;
  margin-bottom: 16px;
}
.faq-arafiq__intro-text {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 26px;
}

/* Accordion — Arafiq cards */
.faq-arafiq .accordion-item {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md) !important;
  overflow: hidden;
  margin-bottom: 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.faq-arafiq .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: var(--accent);
  box-shadow: var(--shadow-sm);
}
.faq-arafiq .accordion-button {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-strong);
  background: #fff;
  padding: 18px 22px;
  box-shadow: none !important;
}
.faq-arafiq .accordion-button:not(.collapsed) {
  background: #fff;
  color: var(--accent);
}
.faq-arafiq .accordion-button::after {
  width: 1.1rem;
  height: 1.1rem;
  background-size: 1.1rem;
}
.faq-arafiq .accordion-button:focus {
  border-color: transparent;
  box-shadow: none !important;
}
.faq-arafiq .accordion-body {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
  padding: 0 22px 20px;
}

/* ============================================================
   PHASE 7 — ARAFIQ SEMINARS / SERVICES CARD GRID
   ============================================================ */

/* Price tag over the image (top-right) */
.pkg-card__price-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--brand);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  border-radius: 999px;
  padding: 6px 14px;
  z-index: 5;
}

/* Rating row inside card body */
.pkg-card__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 0.8rem;
}
.pkg-card__rating .rating-stars,
.pkg-card__rating i {
  color: var(--accent);
}
.pkg-card__rating .rating-count {
  color: var(--text-muted);
  font-family: var(--font-body);
}

/* ============================================================
   PHASE 8 — ARAFIQ HEADER (transparent over hero → white glass)
   ============================================================ */

/* Default (over hero): white links, gold hover */
.header .main-menu li a {
  font-family: var(--font-body);
  transition: color 0.2s ease;
}
.header .main-menu li a:hover,
.header .main-menu li a:focus,
.header .main-menu li a.active {
  color: var(--accent) !important;
}

/* Smooth the transition into the scrolled state */
.header__bottom {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Scrolled state: solid dark Arafiq-green bar + light links
   (matches the over-hero treatment so the whole nav reads as one piece) */
.header.menu-fixed .header__bottom {
  background-color: var(--brand) !important;   /* #104632 */
  -webkit-backdrop-filter: blur(10px);
          -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 24px rgba(10, 46, 32, 0.28);
}
.header.menu-fixed .main-menu li a {
  color: #fff !important;
}
.header.menu-fixed .main-menu li a:hover,
.header.menu-fixed .main-menu li a:focus,
.header.menu-fixed .main-menu li a.active {
  color: var(--accent) !important;   /* gold */
}

/* Nav-right buttons switch with the bar so they stay legible on green */
.header.menu-fixed .custom--dropdown {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}
.header.menu-fixed .custom--dropdown > .custom--dropdown__selected .text,
.header.menu-fixed .custom--dropdown:after {
  color: #fff !important;
}
.header.menu-fixed .nav-right .btn--base {
  box-shadow: 0 6px 18px rgba(190, 154, 76, 0.35);
}
/* Submenu links always dark (light dropdown panel) */
.header .main-menu li .sub-menu li a,
.header.menu-fixed .main-menu li .sub-menu li a {
  color: var(--text-strong) !important;
}
.header .main-menu li .sub-menu li a:hover {
  color: var(--brand) !important;
}

/* Mobile: give the expanded menu a solid panel for readability */
@media (max-width: 1199px) {
  .header .navbar-collapse {
    background: rgba(255, 255, 255, 0.98);
    border-radius: var(--radius-md);
    padding: 12px 16px;
    margin-top: 10px;
    box-shadow: var(--shadow-md);
  }
  .header .main-menu li a,
  .header.menu-fixed .main-menu li a {
    color: var(--text-strong) !important;
  }
}

/* ============================================================
   FULL ARAFIQ — GREEN CARDS (green #104632 + gold-masked pattern)
   White text on green; image areas stay opaque (no pattern).
   ============================================================ */

/* Shared green background + pattern overlay for all card roots/bodies */
.how-step-card,
.testimonial-card-arafiq,
.about-counter-card,
.pkg-card,
.blog-card-arafiq,
.faq-arafiq .accordion-item {
  background-color: var(--brand) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.how-step-card::after,
.testimonial-card-arafiq::after,
.about-counter-card::after,
.pkg-card::after,
.blog-card-arafiq::after,
.faq-arafiq .accordion-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--gold-300);
  -webkit-mask: url("../images/bg-islamic-mask.png") center / 360px auto repeat;
          mask: url("../images/bg-islamic-mask.png") center / 360px auto repeat;
  -webkit-mask-size: 360px auto; mask-size: 360px auto;
  -webkit-mask-repeat: repeat; mask-repeat: repeat;
  opacity: 0.20;
  pointer-events: none;
  z-index: 0;
}
/* keep all card content above the pattern */
.how-step-card > *,
.testimonial-card-arafiq > *,
.about-counter-card > *,
.pkg-card > *,
.blog-card-arafiq > *,
.faq-arafiq .accordion-item > * {
  position: relative;
  z-index: 1;
}

/* ---- How-it-works step cards ---------------------------- */
.how-step-card__number { color: rgba(255, 255, 255, 0.14) !important; }
.how-step-card__icon { color: var(--accent) !important; }
.how-step-card__title { color: #fff !important; }
.how-step-card__text { color: rgba(255, 255, 255, 0.82) !important; }
.how-step-card:hover {
  border-color: var(--accent) !important;
  transform: translateY(-6px);
}
.how-step-card::before { display: none; } /* drop old top-bar */

/* ---- Testimonial cards (now solid green) ---------------- */
.testimonial-card-arafiq {
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: none;
}
.testimonial-card-arafiq:hover { border-color: var(--accent) !important; }

/* ---- About counter cards (green, gold number) ----------- */
.about-counter-card { border: 1px solid rgba(255,255,255,0.14) !important; }
.about-counter-card__number { color: var(--accent) !important; }
.about-counter-card__label { color: rgba(255,255,255,0.9) !important; }

/* ---- Package / Seminar cards ---------------------------- */
.pkg-card__img-wrap { z-index: 2; }            /* image covers pattern */
.pkg-card__title a { color: #fff !important; }
.pkg-card__title a:hover { color: var(--accent) !important; }
.pkg-card__duration { color: var(--accent) !important; }
.pkg-card__list li { color: rgba(255,255,255,0.85) !important; }
.pkg-card__list li i { color: var(--accent) !important; }
.pkg-card__tag {
  color: #fff !important;
  background: rgba(255,255,255,0.12) !important;
  border-color: rgba(255,255,255,0.22) !important;
}
.pkg-card__divider { background: rgba(255,255,255,0.14) !important; }
.pkg-card__price-label { color: var(--accent) !important; }
.pkg-card__price { color: #fff !important; }
.pkg-card__price-unit { color: rgba(255,255,255,0.7) !important; }
.pkg-card .pkg-card__cta {
  background: var(--accent) !important;
  border-color: var(--accent) !important;
  color: #fff !important;
}
.pkg-card .pkg-card__cta:hover {
  background: var(--accent-strong) !important;
  border-color: var(--accent-strong) !important;
}
.pkg-card:hover { border-color: var(--accent) !important; }
.pkg-card__rating .rating-count { color: rgba(255,255,255,0.75) !important; }

/* ---- Blog cards ----------------------------------------- */
.blog-card-arafiq__thumb { z-index: 2; }       /* image covers pattern */
.blog-card-arafiq__title a { color: #fff !important; }
.blog-card-arafiq__title a:hover { color: var(--accent) !important; }
.blog-card-arafiq__excerpt { color: rgba(255,255,255,0.82) !important; }
.blog-card-arafiq:hover { border-color: var(--accent) !important; }

/* ---- FAQ accordion (green cards) ------------------------ */
.faq-arafiq .accordion-item { margin-bottom: 14px; border-radius: var(--radius-md) !important; }
.faq-arafiq .accordion-button {
  background: transparent !important;
  color: #fff !important;
}
.faq-arafiq .accordion-button:not(.collapsed) { color: var(--accent) !important; }
.faq-arafiq .accordion-button::after {
  filter: brightness(0) invert(1);            /* white chevron on green */
}
.faq-arafiq .accordion-body { color: rgba(255,255,255,0.85) !important; }
.faq-arafiq .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: var(--accent) !important;
}

/* ============================================================
   PACKAGES / SEMINARS — WHITE Arafiq card (overrides green)
   ============================================================ */
.pkg-card {
  background-color: #fff !important;
  border: 1px solid var(--border-subtle) !important;
}
.pkg-card::after { display: none !important; }   /* drop green pattern overlay */
.pkg-card:hover {
  border-color: var(--accent) !important;
  box-shadow: var(--shadow-md) !important;
}
.pkg-card__title a { color: var(--text-strong) !important; }
.pkg-card__title a:hover { color: var(--accent) !important; }
.pkg-card__duration { color: var(--accent) !important; }
.pkg-card__list li { color: var(--text-muted) !important; }
.pkg-card__list li i { color: var(--accent) !important; }
.pkg-card__tag {
  color: var(--brand) !important;
  background: rgba(16, 70, 50, 0.07) !important;
  border-color: rgba(16, 70, 50, 0.20) !important;
}
.pkg-card__divider { background: var(--border-subtle) !important; }
.pkg-card__price-label { color: var(--text-muted) !important; }
.pkg-card__price { color: var(--accent) !important; }
.pkg-card__price-unit { color: var(--text-muted) !important; }
.pkg-card .pkg-card__cta {
  background: var(--brand) !important;
  border-color: var(--brand) !important;
  color: #fff !important;
}
.pkg-card .pkg-card__cta:hover {
  background: var(--brand-strong) !important;
  border-color: var(--brand-strong) !important;
}
.pkg-card__rating .rating-count { color: var(--text-muted) !important; }
.pkg-card__price-tag { background: var(--brand) !important; color: #fff !important; }

/* ============================================================
   ARAFIQ TESTIMONIALS — video block + carousel of white cards
   ============================================================ */
.testimonial-arafiq { background-color: var(--surface-page); }

/* ---- Video testimonial block (embedded YouTube iframe) -- */
.testi-video-card {
  border-radius: var(--radius-xl, 24px);
  padding: 18px 18px 8px;
  height: 100%;
}
.testi-video__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;            /* 16:9 responsive ratio */
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #000;
  box-shadow: var(--shadow-md);
  z-index: 1;
}
.testi-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.testi-video__meta { padding: 22px 10px 14px; width: 100%; position: relative; z-index: 1; }
.testi-video__rating { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.testi-video__score {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.testi-video__stars { color: var(--accent); font-size: 0.95rem; }
.testi-video__rating-label {
  font-family: var(--font-accent);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 2px;
}
.testi-video__quote {
  font-family: var(--font-serif);
  font-style: italic;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
  line-height: 1.55;
  margin: 0;
}

/* ---- Testimonial cards (white, Arafiq) ------------------ */
.testi-card {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.testi-card:hover { border-color: var(--accent); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.testi-card__quote { color: var(--accent); font-size: 2.1rem; line-height: 1; margin-bottom: 14px; }
.testi-card__text {
  font-family: var(--font-body);
  color: var(--text-body);
  font-size: 0.95rem;
  line-height: 1.7;
  flex: 1;
  margin-bottom: 18px;
}
.testi-card__stars { color: var(--accent); font-size: 0.85rem; margin-bottom: 16px; }
.testi-card__footer { display: flex; align-items: center; gap: 12px; }
.testi-card__avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--brand);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.testi-card__avatar span { font-family: var(--font-display); font-weight: 700; color: #fff; font-size: 1.05rem; line-height: 1; }
.testi-card__name { font-family: var(--font-serif); font-size: 1rem; font-weight: 600; color: var(--text-strong); margin: 0 0 2px; }
.testi-card__role { font-family: var(--font-accent); font-size: 0.72rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; color: var(--accent); }

/* ---- Slick dots for the testimonial carousel ------------ */
.testi-slider .slick-dots { display: flex; justify-content: center; gap: 8px; list-style: none; padding: 0; margin: 26px 0 0; }
.testi-slider .slick-dots li button { font-size: 0; width: 9px; height: 9px; padding: 0; border: none; border-radius: 999px; background: rgba(16,70,50,0.25); cursor: pointer; transition: all 0.25s ease; }
.testi-slider .slick-dots li.slick-active button { width: 26px; background: var(--accent); }
.testi-slider .slick-slide { height: auto; }
.testi-slider .slick-track { display: flex; }
.testi-slider .slick-track .slick-slide { display: flex; height: auto; }

@media (max-width: 575px) {
  .testi-video { min-height: 320px; }
}

/* ============================================================
   PACKAGES — green band ("Choose a package" Arafiq styling)
   Green section + gold pattern, white header text, white cards.
   ============================================================ */
.packages-green-section {
  background-color: var(--brand) !important;
  position: relative;
  isolation: isolate;
}
.packages-green-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--gold-300);
  -webkit-mask: url("../images/bg-islamic-mask.png") center / 480px auto repeat;
          mask: url("../images/bg-islamic-mask.png") center / 480px auto repeat;
  -webkit-mask-size: 480px auto; mask-size: 480px auto;
  -webkit-mask-repeat: repeat; mask-repeat: repeat;
  opacity: 0.20;
  pointer-events: none;
  z-index: 0;
}
.packages-green-section > * { position: relative; z-index: 1; }
.packages-green-section .section-title { color: #fff !important; }
.packages-green-section .section-title .hl-accent { color: var(--gold-400) !important; }
.packages-green-section .section-eyebrow { color: var(--gold-400) !important; }
.packages-green-section .text--muted { color: rgba(255, 255, 255, 0.82) !important; }

/* ============================================================
   PHASE 9 — PACKAGE / TOUR DETAILS PAGE (ARAFIQ)
   Restyles plan/details.blade.php (single-package) from the old
   navy + orange ViserLab theme to the Arafiq green/gold system:
   gold-accented hero, green sticky booking card with gold pattern
   + gold CTA, gold check / red cross lists, gold tab + step badges.
   ============================================================ */

/* ---- Hero header --------------------------------------- */
.single-package-header::before {
  background: linear-gradient(
    to top,
    rgba(7, 18, 13, 0.88) 0%,
    rgba(10, 46, 32, 0.55) 45%,
    rgba(7, 18, 13, 0.25) 100%
  ) !important;
}
.single-package-eyebrow {
  display: inline-block;
  font-family: var(--font-accent);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  color: var(--gold-400);
  margin-bottom: 12px;
}
.single-package-content .title {
  font-family: var(--font-serif) !important;
  letter-spacing: -0.01em;
}
.single-package-header .ratings .rating-stars i,
.single-package-header .ratings .rating-stars {
  color: var(--accent);
}

/* ---- Tabs: green active, gold hover (was orange) -------- */
.custom--nav-tabs {
  border: none;
  gap: 10px;
}
.custom--nav-tabs .nav-item .nav-link {
  border-radius: var(--radius-pill) !important;
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--text-body) !important;
  border: 1px solid var(--border-default) !important;
  padding: 0.55rem 1.4rem;
}
.custom--nav-tabs .nav-item .nav-link:hover,
.custom--nav-tabs .nav-item .nav-link:focus {
  background: var(--surface-accent) !important;
  color: var(--accent-strong) !important;
  border-color: var(--border-accent) !important;
}
.custom--nav-tabs .nav-item .nav-link.active {
  background-color: var(--brand) !important;
  color: #fff !important;
  border-color: var(--brand) !important;
  box-shadow: var(--shadow-brand);
}

/* ---- Tab content headings + gold underline ------------- */
.package-tab-content h3,
.package-tab-content h4 {
  font-family: var(--font-serif);
  color: var(--text-strong);
}
/* Plain "Tour Details" heading — gold underline bar */
.package-tab-content > .tab-pane > h3:first-of-type {
  position: relative;
  padding-bottom: 12px;
}
.package-tab-content > .tab-pane > h3:first-of-type::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  border-radius: 2px;
  background: var(--accent);
}
/* Section sub-headings: recolor the inline flex bar orange -> gold */
.package-tab-content .action-widget__title.no-icon::after {
  background: var(--accent) !important;
  max-width: 36px;
}
.tour-plan-img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

/* ---- Included / Excluded lists ------------------------- */
.package-tab-content .cmn-list li {
  position: relative;
  color: var(--text-body);
}
.package-tab-content .cmn-list li::before {
  content: "\f058" !important;      /* check-circle */
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: var(--accent) !important;
  left: 0;
}
.package-tab-content .cmn-list.cmn-list-excluded li::before {
  content: "\f057" !important;      /* times-circle */
  color: #c0392b !important;
}

/* ---- Tour plan (itinerary) blocks ---------------------- */
.tour-plan-block + .tour-plan-block {
  border-top: 1px solid var(--border-subtle) !important;
}
.tour-plan-block .title {
  font-family: var(--font-serif);
  color: var(--text-strong);
}
.tour-plan-block .title span {
  font-family: var(--font-display);
  background: var(--brand) !important;
  color: #fff !important;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-brand);
}

/* ---- Gallery cards ------------------------------------- */
.gallery-card {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm) !important;
}
.gallery-card img { object-fit: cover; }
.gallery-card::before {
  background-color: var(--brand) !important;
}
.gallery-card:hover::before { opacity: 0.55; }
.gallery-card .view-thumb { color: var(--gold-300); }

/* ============================================================
   Booking sidebar — green Arafiq surface + gold pattern + CTA
   ============================================================ */
.package-sidebar-widget {
  background-color: var(--brand) !important;
  border-radius: var(--radius-lg) !important;
  box-shadow: var(--shadow-lg);
  position: sticky;
  isolation: isolate;
  overflow: hidden;
}
.package-sidebar-widget::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--gold-300);
  -webkit-mask: url("../images/bg-islamic-mask.png") center / 360px auto repeat;
          mask: url("../images/bg-islamic-mask.png") center / 360px auto repeat;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}
.package-sidebar-widget > * { position: relative; z-index: 1; }
.package-sidebar-widget .thumb { z-index: 2; }

.package-sidebar-widget .thumb .price {
  background: var(--accent) !important;
  color: #fff !important;
  font-family: var(--font-display);
  box-shadow: var(--shadow-gold);
}

/* Inner stat tiles */
.package-sidebar-list {
  background-color: rgba(7, 18, 13, 0.28) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md) !important;
}
.package-sidebar-list li i { color: var(--gold-400) !important; }
.package-sidebar-list li span { color: rgba(255, 255, 255, 0.92) !important; }

/* Caption rows (departure / return / capacity) */
.package-sidebar-widget .caption-list li .caption { color: rgba(255, 255, 255, 0.78) !important; }
.package-sidebar-widget .caption-list li .value,
.package-sidebar-widget .caption-list li .value.text--base { color: var(--gold-400) !important; }
.package-sidebar-widget .caption-list li { border-color: rgba(255, 255, 255, 0.12) !important; }

/* Gold CTA on the green card (Arafiq: gold pill on green) */
.package-sidebar-widget .btn--base {
  background: var(--accent) !important;
  border-color: var(--accent) !important;
  color: #fff !important;
}
.package-sidebar-widget .btn--base:hover {
  background: var(--accent-strong) !important;
  border-color: var(--accent-strong) !important;
}

/* Share block */
.package-sidebar-widget .blog-details-footer .share-caption { color: rgba(255, 255, 255, 0.82); }
.package-sidebar-widget .blog-details-footer { border-top: 1px solid rgba(255, 255, 255, 0.12); padding-top: 18px; }

/* ---- Review area --------------------------------------- */
.course-details-review {
  background: var(--surface-card) !important;
  border: 1px solid var(--border-subtle) !important;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.course-details-review .rating-area .rating { color: var(--accent); font-family: var(--font-display); }
.course-details-review .ratings .rating-stars,
.course-details-review .ratings .rating-stars i { color: var(--accent); }
.course-details-review .text-white { color: var(--text-muted) !important; }

/* Booking modal accents */
#bookingModal .modal-content { border-radius: var(--radius-lg); border: none; box-shadow: var(--shadow-xl); }
#bookingModal .modal-title { font-family: var(--font-serif); color: var(--text-strong); }
#bookingModal .input-group-text.bg--base { background: var(--brand) !important; }

@media (max-width: 991px) {
  .package-sidebar-widget { margin-top: 24px; position: static; }
}

/* ============================================================
   Buttons — tighten, de-glow, bold & aligned (details page)
   Kill the global shine sweep / circular-expansion / glow shadows
   and lift-on-hover; keep solid, flat, confident buttons.
   ============================================================ */
.package-details-page .btn {
  text-shadow: none !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.package-details-page .btn::before,
.package-details-page .btn::after {
  display: none !important;
  content: none !important;
}
.package-details-page .btn:hover,
.package-details-page .btn:active,
.package-details-page .btn:focus {
  transform: none !important;
  box-shadow: none !important;
}
.package-details-page .btn:focus-visible {
  outline: 3px solid rgba(16, 70, 50, 0.45) !important;
  outline-offset: 2px;
}

/* Bold, evenly-sized CTAs */
.package-details-page .btn--base,
.package-details-page .btn--warning {
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.9rem 1.5rem;
  border-radius: var(--radius-md) !important;
  line-height: 1.2;
}

/* Sidebar primary CTA — full-width gold block, flat */
.package-sidebar-widget .btn--base,
.package-sidebar-widget .btn--warning {
  width: 100%;
  margin-top: 1.75rem !important;
}

/* Price pill — flat, no gold glow */
.package-sidebar-widget .thumb .price {
  box-shadow: none !important;
  font-weight: 700;
}

/* Itinerary step badge + tab — drop colored glow, keep solid */
.tour-plan-block .title span { box-shadow: none !important; }
.custom--nav-tabs .nav-item .nav-link.active { box-shadow: none !important; }

/* Review submit — align right, bold, consistent with CTAs */
.course-details-review form .d-flex.justify-content-end .btn--base {
  min-width: 160px;
  font-weight: 700;
  padding: 0.8rem 1.6rem;
  border-radius: var(--radius-md) !important;
}

/* Modal action — full-width bold button, flush footer */
#bookingModal .modal-footer {
  justify-content: stretch;
  border-top: 1px solid var(--border-subtle);
  padding: 1rem 1.25rem 1.25rem;
}
#bookingModal .modal-footer .btn--base {
  width: 100%;
  font-weight: 700;
  padding: 0.85rem 1.5rem !important;
  border-radius: var(--radius-md) !important;
}

/* ============================================================
   PHASE 10 — HOW IT WORKS + FEEDBACK (Arafiq parity)
   How It Works = Arafiq "Registration Process": borderless light
   columns, each led by a green Islamic-octagon icon badge (gold
   line-icon), a "0N. Title" heading and muted copy.
   Feedback = Arafiq big single testimonial: borderless, large quote,
   gold stars, avatar + name/role, large faint green quote mark.
   ============================================================ */

/* ---- How It Works: drop green card, go borderless ------- */
.how-it-works-section .how-step-card {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 14px !important;
  overflow: visible !important;
  text-align: center;
}
.how-it-works-section .how-step-card::after { display: none !important; }
.how-it-works-section .how-step-card::before { display: none !important; }
.how-it-works-section .how-step-card:hover {
  transform: translateY(-6px);
  box-shadow: none !important;
  border-color: transparent !important;
}

/* Green Islamic-octagon icon badge with gold line-icon */
.how-it-works-section .how-step-card__icon {
  width: 118px;
  height: 118px;
  margin: 0 auto 26px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: var(--brand) !important;
  color: var(--gold-400) !important;
  font-size: 2.9rem !important;
  position: relative;
  isolation: isolate;
  clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
  transition: transform 0.35s ease;
}
.how-it-works-section .how-step-card__icon::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--gold-300);
  -webkit-mask: url("../images/bg-islamic-mask.png") center / 150px auto repeat;
          mask: url("../images/bg-islamic-mask.png") center / 150px auto repeat;
  opacity: 0.16;
  z-index: -1;
}
.how-it-works-section .how-step-card__icon i { line-height: 1; }
.how-it-works-section .how-step-card:hover .how-step-card__icon { transform: scale(1.05); }

/* Number-prefixed dark heading + muted copy */
.how-it-works-section .how-step-card__title {
  color: var(--text-strong) !important;
  font-family: var(--font-serif) !important;
  font-size: 1.18rem !important;
  font-weight: 600;
  margin-bottom: 12px;
}
.how-it-works-section .how-step-card__num {
  color: var(--accent) !important;
  font-family: var(--font-display);
  font-weight: 700;
}
.how-it-works-section .how-step-card__text { color: var(--text-muted) !important; }

/* ---- Feedback: Arafiq big single testimonial ----------- */
.testimonial-arafiq .testi-card {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 4px 0 10px !important;
  position: relative;
}
.testimonial-arafiq .testi-card:hover { transform: none !important; box-shadow: none !important; }
.testimonial-arafiq .testi-card::after { display: none !important; }

/* Large faint green quote mark, bottom-right */
.testimonial-arafiq .testi-card__quote {
  position: absolute;
  right: 6px;
  bottom: 10px;
  margin: 0;
  font-size: 4.6rem;
  line-height: 1;
  color: var(--brand);
  opacity: 0.92;
}
.testimonial-arafiq .testi-card__text {
  font-family: var(--font-display) !important;
  font-size: 1.5rem !important;
  line-height: 1.6 !important;
  color: var(--text-strong) !important;
  margin-bottom: 26px !important;
  max-width: 90%;
}
.testimonial-arafiq .testi-card__stars { font-size: 1rem !important; margin-bottom: 22px !important; }
.testimonial-arafiq .testi-card__footer { gap: 16px; }
.testimonial-arafiq .testi-card__avatar { width: 56px !important; height: 56px !important; }
.testimonial-arafiq .testi-card__avatar span { font-size: 1.25rem !important; }
.testimonial-arafiq .testi-card__name { font-size: 1.1rem !important; }

@media (max-width: 767px) {
  .testimonial-arafiq .testi-card__text { font-size: 1.2rem !important; max-width: 100%; }
  .testimonial-arafiq .testi-card__quote { font-size: 3.2rem; }
}

/* ============================================================
   PHASE 11 — ARAFIQ CONTACT PAGE
   Green info panel (gold-masked pattern) + clean white form card.
   ============================================================ */

.contact-arafiq .row { --bs-gutter-x: 1.5rem; }

/* ---- Left: green info panel ----------------------------- */
.contact-aside {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 100%;
  background-color: var(--brand);
  border-radius: var(--radius-xl, 24px);
  padding: 48px 40px;
  color: #fff;
}
.contact-aside::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--gold-300);
  -webkit-mask: url("../images/bg-islamic-mask.png") center / 480px auto repeat;
          mask: url("../images/bg-islamic-mask.png") center / 480px auto repeat;
  opacity: 0.18;
  pointer-events: none;
  z-index: -1;
}

.contact-aside__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-accent);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.contact-aside__eyebrow i { font-size: 1rem; }

.contact-aside__title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  line-height: 1.22;
  color: #fff;
  margin: 0 0 14px;
}
.contact-aside__text {
  font-family: var(--font-body);
  font-size: 0.96rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 28px;
}

.contact-aside__list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contact-aside__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.contact-aside__icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--accent);
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.contact-aside__cont h6 {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 4px;
}
.contact-aside__cont p,
.contact-aside__cont a {
  font-family: var(--font-body);
  font-size: 0.96rem;
  line-height: 1.55;
  color: #fff;
  margin: 0;
  text-decoration: none;
  word-break: break-word;
}
.contact-aside__cont a:hover { color: var(--accent); }

.contact-aside__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.contact-aside__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: var(--radius-pill);
  padding: 6px 14px;
}
.contact-aside__tag i { color: var(--accent); font-size: 0.95rem; }

/* ---- Right: white form card ----------------------------- */
.contact-form-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl, 24px);
  box-shadow: var(--shadow-lg);
  padding: 44px 40px;
}
.contact-form-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
  font-weight: 700;
  color: var(--text-strong);
  margin: 6px 0 8px;
}
.contact-form-card__text {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0 0 26px;
}

/* Iconed field wrapper */
.contact-field { position: relative; }
.contact-field label {
  display: block;
  font-family: var(--font-accent);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 7px;
}
.contact-field__icon {
  position: absolute;
  left: 14px;
  top: 39px;
  font-size: 1.05rem;
  color: var(--accent);
  pointer-events: none;
}
.contact-field--area .contact-field__icon { top: 39px; }
.contact-form-card .contact-field .form--control {
  padding-left: 42px !important;
}
.contact-form-card .contact-field textarea.form--control {
  padding-top: 12px !important;
  min-height: 130px;
  resize: vertical;
}

/* Green submit (overrides the legacy orange contact button) */
.contact-form .btn--base {
  background: var(--brand) !important;
  border-color: var(--brand) !important;
  color: #fff !important;
  border-radius: var(--radius-pill) !important;
  font-weight: 600;
}
.contact-form .btn--base:hover,
.contact-form .btn--base:focus {
  background: var(--brand-strong) !important;
  border-color: var(--brand-strong) !important;
  color: #fff !important;
}

@media (max-width: 575px) {
  .contact-aside { padding: 36px 26px; }
  .contact-form-card { padding: 32px 24px; }
}

/* ============================================================
   PHASE 12 — WOW FACTOR
   Mihrab arches · card glow · ornaments · preloader · scroll
   progress · hero cue · trust strip · mobile CTA bar
   ============================================================ */

/* ---- A. Mihrab (pointed-arch) image frames -------------- */
/* About image: true pointed arch via scalable SVG mask. Mask kills
   box-shadow, so re-create depth with a shape-following drop-shadow. */
.about-visual__img {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 120' preserveAspectRatio='none'%3E%3Cpath d='M0,120 L0,52 Q0,8 50,2 Q100,8 100,52 L100,120 Z' fill='%23000'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 120' preserveAspectRatio='none'%3E%3Cpath d='M0,120 L0,52 Q0,8 50,2 Q100,8 100,52 L100,120 Z' fill='%23000'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 20px 32px rgba(10, 46, 32, 0.24));
}

/* Destination cards: arched dome top (ring + overlay follow the radius) */
.dest-card,
.dest-card::after {
  border-radius: 50% 50% var(--radius-lg) var(--radius-lg)
               / 26% 26% var(--radius-lg) var(--radius-lg);
}

/* ---- B1. Card hover glow (zoom already exists) ---------- */
.pkg-card,
.blog-card-arafiq {
  transition: border-color 0.25s ease, box-shadow 0.3s ease, transform 0.25s ease;
}
.pkg-card:hover,
.blog-card-arafiq:hover {
  box-shadow: 0 22px 48px rgba(16, 70, 50, 0.16),
              0 0 0 1px rgba(190, 154, 76, 0.30) !important;
}
.dest-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.dest-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 44px rgba(16, 70, 50, 0.20);
}

/* ---- B2. Ornamented centred section divider ------------- */
.text-center .section-title::after,
.section-header.text-center .section-title::after {
  width: 132px;
  height: 12px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Crect x='2.5' y='2.5' width='7' height='7' transform='rotate(45 6 6)' fill='%23BE9A4C'/%3E%3C/svg%3E") center / 12px 12px no-repeat,
    linear-gradient(90deg, transparent, var(--accent) 26%, var(--accent) 74%, transparent) center / 100% 2px no-repeat;
}

/* ---- B3. Gold corner flourishes on green panels --------- */
.subscribe-arafiq::after,
.contact-aside::after {
  content: '';
  position: absolute;
  inset: 16px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cpath d='M3,16 L3,3 L16,3 M3,3 L20,20' stroke='%23BE9A4C' stroke-width='1.4' fill='none'/%3E%3Ccircle cx='3' cy='3' r='1.7' fill='%23BE9A4C'/%3E%3C/svg%3E") top left / 44px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cpath d='M41,28 L41,41 L28,41 M41,41 L24,24' stroke='%23BE9A4C' stroke-width='1.4' fill='none'/%3E%3Ccircle cx='41' cy='41' r='1.7' fill='%23BE9A4C'/%3E%3C/svg%3E") bottom right / 44px no-repeat;
}
.subscribe-arafiq > *,
.contact-aside > * { position: relative; z-index: 1; }

/* ---- C. Top scroll-progress bar ------------------------- */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent;
  z-index: 99999;
  pointer-events: none;
}
.scroll-progress__bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--accent), var(--gold-400, #d6b25f));
  box-shadow: 0 0 10px rgba(190, 154, 76, 0.6);
  transition: width 0.08s linear;
}

/* ---- C. Branded preloader (logo + spinner) -------------- */
.preloader::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 46, 32, 0.82);
  z-index: 0;
}
.preloader__inner { position: relative; z-index: 1; }
.preloader-logo {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto 22px;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
  animation: preloaderPulse 1.8s ease-in-out infinite;
}
.preloader__spinner {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  border: 3px solid rgba(255, 255, 255, 0.38);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: preloaderSpin 0.9s linear infinite;
}
@keyframes preloaderSpin { to { transform: rotate(360deg); } }
@keyframes preloaderPulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.12); opacity: 1; }
}

/* ---- C. Hero scroll cue --------------------------------- */
.hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  z-index: 4;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-accent);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
}
.hero-scroll-cue i { font-size: 1.3rem; animation: heroCueBounce 1.8s ease-in-out infinite; }
@keyframes heroCueBounce {
  0%, 100% { transform: translateY(0); opacity: 0.7; }
  50% { transform: translateY(6px); opacity: 1; }
}
@media (max-width: 991px) { .hero-scroll-cue { display: none; } }

/* ---- D. Trust / credentials strip ----------------------- */
.trust-strip {
  background: var(--surface-card);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  padding: 26px 0;
}
.trust-strip__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 34px;
}
.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-strong);
}
.trust-item i {
  font-size: 1.5rem;
  color: var(--accent);
  transition: transform 0.25s ease;
}
.trust-item {
  position: relative;
  transition: color 0.25s ease;
}
.trust-item:hover { color: var(--brand); }
.trust-item:hover i { transform: scale(1.14) rotate(-4deg); }
/* faint gold separator between items (hidden once the row wraps) */
.trust-item + .trust-item::before {
  content: '';
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: var(--border-accent, rgba(190, 154, 76, 0.4));
}
@media (max-width: 767px) {
  .trust-item + .trust-item::before { display: none; }
}
@media (max-width: 575px) {
  .trust-strip__row { gap: 14px 20px; }
  .trust-item { font-size: 0.82rem; }
  .trust-item i { font-size: 1.3rem; }
}

/* ---- D. Sticky mobile CTA bar --------------------------- */
.mobile-cta-bar { display: none; }
@media (max-width: 767px) {
  .mobile-cta-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9990;
    background: var(--brand);
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.18);
  }
  .mobile-cta-bar a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 10px 6px;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
  }
  .mobile-cta-bar a i { font-size: 1.25rem; color: var(--accent); }
  .mobile-cta-bar a + a { border-left: 1px solid rgba(255, 255, 255, 0.14); }
  .mobile-cta-bar a:active { background: var(--brand-strong); }
  /* lift the floating buttons above the bar, and avoid double WhatsApp */
  .utility-fab-container { bottom: 76px !important; }
  .utility-fab-whatsapp { display: none !important; }
  body { padding-bottom: 58px; }
}

/* ============================================================
   PHASE 13 — BIGGER BETS
   Sacred Moments gallery · page transitions
   ============================================================ */

/* ---- Sacred Moments gallery (masonry + lightbox) -------- */
.moments-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 178px;
  grid-auto-flow: dense;
  gap: 14px;
}
.moment-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius-lg);
  text-decoration: none;
  background: var(--brand);
}
.moment-card--wide { grid-column: span 2; }
.moment-card--tall { grid-row: span 2; }
.moment-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.moment-card:hover img { transform: scale(1.07); }
.moment-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px;
  text-align: center;
  background: linear-gradient(180deg, rgba(16, 70, 50, 0) 35%, rgba(7, 18, 13, 0.80) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.moment-card:hover .moment-card__overlay { opacity: 1; }
.moment-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transform: translateY(8px);
  transition: transform 0.3s ease;
}
.moment-card:hover .moment-card__icon { transform: translateY(0); }
.moment-card__cap {
  color: #fff;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .moments-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
}
@media (max-width: 575px) {
  .moments-grid { grid-auto-rows: 130px; gap: 10px; }
  .moment-card--wide { grid-column: span 2; }
}

/* ---- Page transitions (curtain + load reveal) ----------- */
.main-wrapper { animation: pageReveal 0.5s ease both; }
@keyframes pageReveal { from { opacity: 0; } to { opacity: 1; } }

.page-transition {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: transform 0.45s cubic-bezier(0.76, 0, 0.24, 1);
  pointer-events: none;
}
.page-transition.is-active {
  transform: translateY(0);
  pointer-events: all;
}
.page-transition__mark {
  color: var(--accent);
  font-size: 2.6rem;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.25s ease 0.12s;
}
.page-transition.is-active .page-transition__mark {
  opacity: 1;
  animation: preloaderPulse 1.4s ease-in-out infinite;
}

/* ============================================================
   PHASE 9 RETOUCH — package-details hero parity + gallery polish
   ============================================================ */

/* Breadcrumb above the eyebrow */
.single-package-crumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  font-family: var(--font-accent);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 14px;
}
.single-package-crumb a { color: rgba(255, 255, 255, 0.82); text-decoration: none; transition: color 0.2s ease; }
.single-package-crumb a:hover { color: var(--accent); }
.single-package-crumb i { font-size: 0.68rem; color: var(--accent); }
.single-package-crumb span { color: #fff; }

/* Eyebrow gets the star-and-crescent mark */
.single-package-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.single-package-eyebrow i { font-size: 0.95rem; color: var(--accent); }

/* Key-fact glass pills */
.single-package-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.pkg-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.20);
  padding: 9px 18px;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
}
.pkg-hero-pill i { font-size: 1.05rem; color: var(--accent); }
.pkg-hero-pill--price {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: var(--shadow-gold);
}
.pkg-hero-pill--price i { color: #fff; }

/* Gallery cards: zoom + gold-glow lift to match the rest of the site */
.gallery-card {
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.gallery-card img { transition: transform 0.5s ease; }
.gallery-card:hover img { transform: scale(1.08); }
.gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(16, 70, 50, 0.18) !important;
}

/* ============================================================
   END AL AMIN BRAND OVERRIDES
   ============================================================ */
