/* UAE & Country destination page — focused visa information layout */
.uae-country-page, body.uae-country-page {background:#ffffff !important;color:#102538}
.uae-country-page .discover-header{position:relative;z-index:40;background:#ffffff !important}
.uae-country-page .home-footer{position:relative;z-index:2}
/* ==========================================================================
   TRAVELLER PICKER MODAL (Exact match to User Reference Screenshot Model)
   ========================================================================== */
body.traveller-picker-open {
  overflow: hidden !important;
}

.traveller-picker[hidden],
.traveller-picker-count[hidden],
.traveller-picker-dates[hidden] {
  display: none !important;
}

.traveller-picker {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
}

.traveller-picker-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(14, 30, 39, 0.55) !important;
  backdrop-filter: blur(7px) !important;
  -webkit-backdrop-filter: blur(7px) !important;
  cursor: pointer;
}

.traveller-picker-dialog {
  position: relative !important;
  z-index: 2 !important;
  width: min(100%, 720px) !important;
  max-height: calc(100vh - 40px) !important;
  overflow-y: auto !important;
  display: grid !important;
  grid-template-columns: 240px minmax(0, 1fr) !important;
  column-gap: 36px !important;
  row-gap: 0 !important;
  padding: 42px 42px 34px !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  border: 1px solid rgba(201, 214, 221, 0.85) !important;
  box-shadow: 0 28px 80px rgba(10, 28, 39, 0.24) !important;
  color: #101820 !important;
}

.traveller-picker-close {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid #e1e8eb !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #29424f !important;
  font-size: 19px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: all 0.16s ease !important;
}

.traveller-picker-close:hover {
  border-color: #b9c8cf !important;
  background: #f6f8f9 !important;
}

.traveller-picker-left-col {
  grid-column: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

.traveller-picker-kicker {
  display: block !important;
  color: #087d3f !important;
  font-size: 9px !important;
  font-weight: 850 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
  margin-bottom: 8px !important;
}

.traveller-picker-dialog h2 {
  margin: 0 !important;
  color: #111111 !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 35px !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
}

.traveller-picker-visa {
  margin: 12px 0 0 0 !important;
  color: #6c7d86 !important;
  font-size: 10px !important;
  font-weight: 500 !important;
}

.traveller-picker-right-col {
  grid-column: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.traveller-picker-options {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.traveller-picker-options button {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 14px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid #d7e0e5 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #142b38 !important;
  text-align: left !important;
  cursor: pointer !important;
  transition: all 0.16s ease !important;
  width: 100% !important;
}

.traveller-picker-options button:hover {
  border-color: #087d3f !important;
  background: #f8fbf9 !important;
}

.traveller-picker-options button.selected {
  border-color: #087d3f !important;
  background: #f3faf6 !important;
}

.traveller-picker-options i {
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  border: 1px solid #dce7e1 !important;
  background: #f5f9f7 !important;
  color: #087d3f !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  flex: none !important;
  transition: all 0.16s ease !important;
}

.traveller-picker-options button.selected i {
  border-color: #087d3f !important;
  background: #087d3f !important;
  color: #ffffff !important;
}

.traveller-picker-options span {
  display: flex !important;
  flex-direction: column !important;
}

.traveller-picker-options b {
  display: block !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #142b38 !important;
}

.traveller-picker-options small {
  display: block !important;
  margin-top: 3px !important;
  color: #778a95 !important;
  font-size: 9px !important;
  font-weight: 500 !important;
}

.traveller-picker-count {
  grid-column: 1 / -1 !important;
  margin-top: 24px !important;
  padding: 0 0 16px !important;
  border: 0 !important;
  border-bottom: 1px solid #e1e7ea !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.traveller-picker-count label {
  display: block !important;
  margin-bottom: 4px !important;
  color: #142b38 !important;
  font-size: 8.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
}

.traveller-picker-count select {
  width: 100% !important;
  height: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #c8d4da !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #101820 !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
}

.traveller-picker-dates {
  grid-column: 1 / -1 !important;
  margin-top: 16px !important;
}

.traveller-date-field label {
  display: block !important;
  margin-bottom: 4px !important;
  color: #142b38 !important;
  font-size: 8.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.065em !important;
  text-transform: uppercase !important;
}

.traveller-date-field input[type="date"] {
  width: 100% !important;
  height: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #c8d4da !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #101820 !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
}

.traveller-picker-details {
  grid-column: 1 / -1 !important;
  display: grid !important;
  gap: 16px !important;
  margin-top: 20px !important;
}

.traveller-person-row {
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) minmax(0, 0.72fr) !important;
  gap: 16px !important;
  align-items: end !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.traveller-person-row.traveller-person-self {
  grid-template-columns: 28px minmax(0, 1fr) !important;
}

.traveller-person-row > span {
  width: 26px !important;
  height: 26px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  border: 1px solid #d5e2dc !important;
  background: #f5faf7 !important;
  color: #087d3f !important;
  font-size: 8.5px !important;
  font-weight: 850 !important;
  align-self: center !important;
}

.traveller-person-fields label {
  display: block !important;
  margin-bottom: 4px !important;
  color: #142b38 !important;
  font-size: 8.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.065em !important;
  text-transform: uppercase !important;
}

.traveller-person-fields input,
.traveller-person-fields select {
  width: 100% !important;
  height: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #c8d4da !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #101820 !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
}

.traveller-picker-continue {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  padding: 14px 28px !important;
  height: auto !important;
  min-height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 28px !important;
  border: none !important;
  border-radius: 999px !important;
  background: #2563eb !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2) !important;
  transition: all 0.16s ease !important;
  line-height: 1 !important;
}

.traveller-picker-continue:hover:not(:disabled) {
  background: #1d4ed8 !important;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.3) !important;
  transform: translateY(-1px) !important;
}

.traveller-picker-continue:disabled {
  background: #cbd5e1 !important;
  color: #94a3b8 !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
}

@media (max-width: 700px) {
  .traveller-picker-dialog {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 34px 22px 24px !important;
    border-radius: 18px !important;
  }
  .traveller-picker-left-col,
  .traveller-picker-right-col {
    grid-column: 1 !important;
  }
  .traveller-picker-dialog h2 {
    max-width: none !important;
    padding-right: 34px !important;
    font-size: 29px !important;
  }
}
.uae-country-page .uae-v2-radio-hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}
.country-page .site-language-header-selector {
  position: relative;
  display: inline-block;
}

.country-page .site-language-source {
  display: none !important;
}


.country-page .site-draft-resume-btn,
.site-draft-resume-btn {
  display: none !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18);
  position: relative;
  flex-shrink: 0;
  vertical-align: middle;
  line-height: 1;
}
.country-page .site-draft-resume-btn.is-active,
.site-draft-resume-btn.is-active,
.country-page .site-draft-resume-btn[data-has-draft="true"],
.site-draft-resume-btn[data-has-draft="true"] {
  display: inline-flex !important;
}
.country-page .site-draft-resume-btn:hover,
.site-draft-resume-btn:hover {
  background: #1e293b;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.28);
  color: #ffffff !important;
}
.country-page .site-draft-resume-btn:active,
.site-draft-resume-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.15);
}
.country-page .site-draft-resume-btn svg,
.site-draft-resume-btn svg {
  display: block;
  stroke: #ffffff;
  color: #ffffff;
  flex-shrink: 0;
}
.country-page .site-draft-resume-btn span,
.site-draft-resume-btn span {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .country-page .site-draft-resume-btn,
  .site-draft-resume-btn {
    height: 32px;
    padding: 0 12px;
    font-size: 11.5px;
    gap: 5px;
  }
  .country-page .site-draft-resume-btn svg,
  .site-draft-resume-btn svg {
    width: 14px;
    height: 14px;
  }
}

.country-page .site-new-visa-btn,
.site-new-visa-btn {
  display: none !important;
}
.country-page .site-new-visa-btn:hover,
.site-new-visa-btn:hover {
  background: #1e293b;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.28);
  color: #ffffff !important;
}
.country-page .site-new-visa-btn:active,
.site-new-visa-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.15);
}
.country-page .site-new-visa-btn svg,
.site-new-visa-btn svg {
  display: block;
  stroke: #ffffff;
  color: #ffffff;
  flex-shrink: 0;
}
.country-page .site-new-visa-btn span,
.site-new-visa-btn span {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .country-page .site-new-visa-btn,
  .site-new-visa-btn {
    height: 32px;
    padding: 0 12px;
    font-size: 11.5px;
    gap: 5px;
  }
  .country-page .site-new-visa-btn svg,
  .site-new-visa-btn svg {
    width: 14px;
    height: 14px;
  }
}

.country-page .site-language-trigger::after {
  content: "";
  flex: none;
  width: 5px;
  height: 5px;
  margin-left: 4px;
  border-right: 1.5px solid #18324d;
  border-bottom: 1.5px solid #18324d;
  transform: rotate(45deg);
  transition: transform .18s ease;
  margin-top: -2px;
}

.country-page .site-language-trigger[aria-expanded="true"]::after {
  transform: rotate(225deg);
  margin-top: 2px;
}

.country-page .site-language-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 175px;
  display: none;
  flex-direction: column;
  gap: 3px;
  padding: 8px 6px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.22), 0 8px 16px rgba(15, 23, 42, 0.06);
  z-index: 1000;
}

.country-page .site-language-menu button {
  width: 100%;
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border: 0;
  border-radius: 10px;
  background: #ffffff;
  color: #1e293b;
  text-align: left;
  cursor: pointer;
  transition: all 0.15s ease;
}

.country-page .site-language-menu button:hover {
  background: #f1f5f9;
  transform: translateX(2px);
}

.country-page .site-language-menu button img {
  width: 22px;
  height: 16px;
  display: block;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  flex: none;
}

.country-page .site-language-menu button span {
  font-size: 13.5px;
  font-weight: 650;
  color: #1e293b;
}

.country-page .site-language-menu button i {
  display: none;
  margin-left: auto;
  color: #2563eb;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.country-page .site-language-menu button[aria-selected="true"] i {
  display: block;
}

[dir="rtl"].country-page .site-language-menu,
[dir="rtl"] .country-page .site-language-menu,
html.visadoo-rtl .country-page .site-language-menu,
html.translated-rtl .country-page .site-language-menu,
html.visadoo-rtl .site-language-menu,
html.translated-rtl .site-language-menu {
  right: auto;
  left: 0;
}
[dir="rtl"].country-page .site-language-menu button,
[dir="rtl"] .country-page .site-language-menu button,
html.visadoo-rtl .country-page .site-language-menu button,
html.translated-rtl .country-page .site-language-menu button {
  text-align: right;
}
[dir="rtl"].country-page .site-language-menu button i,
[dir="rtl"] .country-page .site-language-menu button i,
html.visadoo-rtl .country-page .site-language-menu button i,
html.translated-rtl .country-page .site-language-menu button i {
  margin-left: 0;
  margin-right: auto;
}

.uae-fresh-hero{
  position:relative;
  min-height:570px;
  overflow:hidden;
  background:#082b40 var(--uae-fresh-hero) center 42%/cover no-repeat;
  color:#fff;
}
.uae-fresh-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(4,36,54,.97) 0%,rgba(4,36,54,.9) 38%,rgba(4,36,54,.48) 68%,rgba(4,36,54,.64) 100%);
}
.uae-fresh-hero>.container{position:relative;z-index:1;padding-top:52px;padding-bottom:74px}
.uae-fresh-hero.uae-fresh-hero--plain{
  min-height:clamp(10px,52vw,76px);
  background:#0a3550 url('/assets/uae-dubai-2040-hero.png') center center/cover no-repeat;
}
.uae-fresh-hero.uae-fresh-hero--plain::before{display:none}
.uae-fresh-back{display:inline-flex;align-items:center;gap:9px;color:#d7e8ee;font-size:12px;font-weight:750}
.uae-fresh-back:hover{color:#fff}
.uae-fresh-hero-copy{max-width:760px;margin:56px auto 0;text-align:center}
.uae-fresh-kicker{
  display:inline-flex;
  align-items:center;
  min-height:35px;
  padding:0 16px;
  border:1px solid rgba(130,238,229,.42);
  border-radius:999px;
  background:rgba(5,38,55,.48);
  color:#86e6de;
  font-size:11px;
  font-weight:850;
  letter-spacing:.075em;
  text-transform:uppercase;
}
.uae-fresh-hero h1{margin-top:20px;font-size:clamp(49px,5.7vw,78px);line-height:.98;letter-spacing:-.065em}
.uae-fresh-hero h1 em{color:#7de5df;font-style:normal}
.uae-fresh-hero-copy>p{max-width:620px;margin:23px auto 0;color:#d4e3e9;font-size:17px;line-height:1.65}
.uae-fresh-hero-copy>div{display:flex;justify-content:center;gap:12px;margin-top:30px}
.uae-fresh-hero-copy>div a{min-height:53px;display:inline-flex;align-items:center;justify-content:center;gap:16px;padding:0 24px;border:1px solid rgba(255,255,255,.52);border-radius:10px;color:#fff;font-size:13px;font-weight:800;transition:.18s ease}
.uae-fresh-hero-copy>div a:first-child{border-color:#fff;background:#fff;color:#082b40}
.uae-fresh-hero-copy>div a:hover{transform:translateY(-2px)}
.uae-fresh-hero-copy>ul{display:flex;justify-content:center;gap:26px;margin:24px 0 0;padding:0;list-style:none;color:#c3d7df;font-size:10px;font-weight:750}
.uae-fresh-hero-copy>ul li{display:flex;align-items:center;gap:7px}
.uae-fresh-hero-copy>ul svg{width:14px;height:14px;color:#70e3da}

.uae-fresh-nav{position:sticky;top:0;z-index:30;border-bottom:1px solid #dfe8ec;background:rgba(255,255,255,.96);backdrop-filter:blur(16px)}
.uae-fresh-nav .container{height:70px;display:flex;align-items:stretch;gap:40px}
.uae-fresh-nav a{position:relative;display:flex;align-items:center;color:#617481;font-size:12px;font-weight:750}
.uae-fresh-nav a.active{color:#0d5f9b}
.uae-fresh-nav a.active::after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;border-radius:3px 3px 0 0;background:#1678bd}
.uae-fresh-nav a:hover{color:#0c639d}

.uae-fresh-section{padding:48px 0;scroll-margin-top:70px}
.uae-fresh-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,430px);gap:52px;align-items:end}
.uae-fresh-section-head span,.uae-fresh-faq-intro>span{display:block;color:#0b76b8;font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.uae-fresh-section-head h2{margin-top:10px;color:#0d2538;font-size:clamp(38px,4vw,56px);line-height:1;letter-spacing:-.052em}
.uae-fresh-section-head>p{color:#637783;font-size:14px;line-height:1.7}

.uae-fresh-visas{background:#ffffff !important}
.uae-fresh-visa-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:42px}
.uae-fresh-visa-card{position:relative;display:flex;flex-direction:column;min-height:410px;padding:25px;border:1.5px solid #c8d7e1;border-radius:16px;background:#fff;box-shadow:0 14px 36px rgba(24,53,70,.07);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.uae-fresh-visa-card:hover{transform:translateY(-4px);border-color:#1678bd;box-shadow:0 20px 46px rgba(24,53,70,.13)}
.uae-fresh-visa-card.is-featured{border:2px solid #ff963e}
.uae-fresh-popular{position:absolute;top:-13px;right:18px;padding:7px 11px;border-radius:999px;background:#ff8636;color:#fff;font-size:9px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
.uae-fresh-card-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;background:#edf4ff;color:#1c6fc1}
.uae-fresh-card-icon svg{width:21px;height:21px}
.uae-fresh-card-heading{display:flex;justify-content:space-between;gap:16px;margin-top:20px}
.uae-fresh-card-heading>div{min-width:0}
.uae-fresh-card-heading span{display:block;color:#7a8d98;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.uae-fresh-card-heading h3{margin-top:5px;color:#102538;font-size:18px;line-height:1.3}
.uae-fresh-card-heading strong{flex:none;color:#0a4b75;font-size:17px;text-align:right}
.uae-fresh-card-heading strong small{display:block;margin-top:3px;color:#8b9aa3;font-size:7px;font-weight:650}
.uae-fresh-visa-card dl{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:22px 0 0}
.uae-fresh-visa-card dl div{min-width:0;padding:10px 8px;border-radius:8px;background:#f5f8fa}
.uae-fresh-visa-card dt{color:#8999a3;font-size:7px;font-weight:750;text-transform:uppercase}
.uae-fresh-visa-card dd{overflow:hidden;margin:4px 0 0;color:#263e4f;font-size:8.5px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}
.uae-fresh-visa-card ul{display:grid;gap:9px;margin:20px 0 22px;padding:0;list-style:none;color:#5f747f;font-size:10px;line-height:1.4}
.uae-fresh-visa-card li{display:flex;gap:8px;align-items:center}
.uae-fresh-visa-card li i{width:17px;height:17px;display:grid;flex:none;place-items:center;border-radius:50%;background:#e5f7f4;color:#158f82;font-size:8px;font-style:normal;font-weight:900}
.uae-fresh-visa-card>a{min-height:48px;display:flex;align-items:center;justify-content:center;gap:12px;margin-top:auto;border-radius:999px;background:#ff8736;color:#fff;font-size:13px;font-weight:850}
.uae-fresh-visa-card>a:hover{background:#ed7020;color:#fff}
.uae-fresh-empty{margin-top:42px;padding:50px;border:1px dashed #b9cad5;border-radius:16px;background:#fff;text-align:center}
.uae-fresh-empty h3{font-size:24px}.uae-fresh-empty p{margin-top:8px;color:#6d7f89}
.uae-fresh-empty button{margin-top:18px;padding:13px 19px;border:0;border-radius:8px;background:#0a6fae;color:#fff;font-weight:800;cursor:pointer}

.uae-fresh-requirements{background:#fff}

.uae-hero-giant .country-detail-grid{
  min-height: 520px;
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
}
.uae-giant-copy{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
.uae-giant-title{
  font-size: clamp(120px, 32vw, 420px);
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.95);
  text-transform: uppercase;
  margin: 0 0 10px 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  text-shadow: 0 16px 60px rgba(0,0,0,0.45);
}
.uae-giant-back{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  opacity: 0.92;
  transition: opacity 0.2s ease;
  margin-top: 8px;
}
.uae-giant-back:hover{
  opacity: 1;
  color: #ffffff;
}

/* ==========================================================================
   GETYOURGUIDE / Visadoo STYLE DESTINATION SHOWCASE (Matches media_1788958801565.png)
   ========================================================================== */
.country-exp-showcase-section {
  width: 100% !important;
  background-color: #ffffff !important;
  padding: 24px 0 16px !important;
  box-sizing: border-box !important;
  border-bottom: 1px solid #f1f5f9 !important;
}

.country-exp-container {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
}

.country-exp-top-bar {
  margin-bottom: 6px !important;
}

.country-exp-back {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  color: #64748b !important;
  text-decoration: none !important;
  transition: color 0.15s ease !important;
  margin-bottom: 10px !important;
}

.country-exp-back:hover {
  color: #0f172a !important;
}

.country-exp-title {
  font-family: 'Plus Jakarta Sans', var(--font), sans-serif !important;
  font-size: clamp(26px, 3.4vw, 38px) !important;
  font-weight: 850 !important;
  color: #0f172a !important;
  line-height: 1.2 !important;
  letter-spacing: -0.03em !important;
  margin: 0 0 10px 0 !important;
}

.country-exp-meta-bar {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px 14px !important;
  font-size: 13.5px !important;
  color: #475569 !important;
  margin-bottom: 20px !important;
}

.country-exp-badge {
  display: inline-flex !important;
  align-items: center !important;
  background-color: #0f2744 !important;
  color: #ffffff !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  padding: 4px 10px !important;
  border-radius: 6px !important;
  letter-spacing: -0.01em !important;
}

.country-exp-rating {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.country-exp-star {
  color: #eab308 !important;
  font-size: 14px !important;
}

.country-exp-rev-link {
  color: #0f172a !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}

.country-exp-dot {
  color: #94a3b8 !important;
  font-size: 14px !important;
}

.country-exp-feature {
  color: #475569 !important;
  font-size: 13.5px !important;
}

/* 5-Photo Mosaic Gallery Grid (Exact match to media_1788958801565.png) */
.country-exp-gallery-grid {
  display: grid !important;
  grid-template-columns: 1.25fr 1fr !important;
  gap: 10px !important;
  width: 100% !important;
  height: 440px !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  margin-bottom: 22px !important;
}

.gallery-main-col {
  height: 100% !important;
  width: 100% !important;
}

.gallery-mosaic-2x2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  grid-template-rows: 1fr 1fr !important;
  gap: 10px !important;
  height: 100% !important;
  width: 100% !important;
}

.mosaic-photo-card {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #1e293b !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  transition: transform 0.24s ease, filter 0.24s ease !important;
}

.gallery-main-col .mosaic-photo-card {
  border-radius: 14px !important;
}

.mosaic-photo-card:hover {
  filter: brightness(0.96) !important;
}

.mosaic-hover-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.04) !important;
  transition: background 0.2s ease !important;
}

.mosaic-photo-card:hover .mosaic-hover-overlay {
  background: rgba(0, 0, 0, 0.14) !important;
}

/* View all photos floating button */
.mosaic-view-all-btn {
  position: absolute !important;
  bottom: 14px !important;
  right: 14px !important;
  z-index: 5 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  background: #ffffff !important;
  color: #0f172a !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 9999px !important;
  padding: 8px 18px !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14) !important;
  transition: all 0.2s ease !important;
}

.mosaic-view-all-btn:hover {
  background: #f8fafc !important;
  border-color: #94a3b8 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2) !important;
}

/* Description Text Under Gallery */
.country-exp-desc-box {
  max-width: 960px !important;
  margin-bottom: 24px !important;
}

.country-exp-desc-text {
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #334155 !important;
  margin: 0 !important;
}

/* Lightbox Gallery Modal */
.country-lightbox-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(10, 15, 29, 0.96);
  backdrop-filter: blur(12px);
  padding: 30px 20px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.country-lightbox-modal.show {
  display: flex !important;
}

.lightbox-content-box {
  position: relative;
  max-width: 960px;
  width: 100%;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lightbox-img {
  max-width: 100%;
  max-height: 65vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.lightbox-caption {
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 600;
  margin-top: 14px;
  text-align: center;
}

.lightbox-close-btn {
  position: absolute;
  top: 20px;
  right: 24px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}

.lightbox-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}

.lightbox-arrow:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: translateY(-50%) scale(1.06);
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

/* Responsive adjustments */
@media (max-width: 860px) {
  .country-exp-gallery-grid {
    grid-template-columns: 1fr !important;
    height: auto !important;
  }
  .gallery-main-col {
    height: 260px !important;
  }
  .gallery-mosaic-2x2 {
    height: 220px !important;
  }
}

/* 1. DESTINATION BANNER (Legacy Fallback) */
.uae-country-page .uae-travel-banner {
  position: relative;
  background-color: #0f172a;
  background-position: center 40%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 60px 0;
  display: flex;
  align-items: center;
}

.uae-country-page .uae-travel-banner-content {
  max-width: 650px;
}

.uae-country-page .uae-banner-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 40px 0 24px;
}

.uae-country-page .uae-banner-bottom-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.98) 0%, rgba(15, 23, 42, 0.8) 60%, rgba(15, 23, 42, 0) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.uae-country-page .uae-banner-bottom-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* Accordion attractions toggle button */
.uae-country-page .uae-attractions-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
  margin-top: 14px;
  transition: background 0.2s, border-color 0.2s;
}

.uae-country-page .uae-attractions-toggle:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.4);
}

.uae-country-page .uae-toggle-chevron {
  transition: transform 0.2s ease;
}

.uae-country-page .uae-attractions-toggle.active .uae-toggle-chevron {
  transform: rotate(180deg);
}

/* Horizontal scrolling attractions container */
.uae-country-page .uae-attractions-dropdown {
  position: relative;
  z-index: 2;
  overflow: visible;
  margin-top: 16px;
  margin-bottom: 24px;
  background: transparent;
  border: none;
  border-radius: 0;
}

.uae-country-page .uae-horizontal-scroll-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 24px 20px;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(15, 23, 42, 0.15) transparent;
}

.uae-country-page .uae-horizontal-scroll-container::-webkit-scrollbar {
  height: 6px;
}
.uae-country-page .uae-horizontal-scroll-container::-webkit-scrollbar-thumb {
  background: rgba(15, 23, 42, 0.15);
  border-radius: 10px;
}
.uae-country-page .uae-horizontal-scroll-container::-webkit-scrollbar-track {
  background: transparent;
}

/* Horizontal Attraction Cards */
.uae-country-page .uae-horizontal-card {
  flex: 0 0 290px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  white-space: normal;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.uae-country-page .uae-horizontal-card:hover {
  transform: translateY(-2px);
  border-color: #cbd5e1;
  box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.05), 0 4px 6px -2px rgba(15, 23, 42, 0.03);
}

.uae-country-page .uae-horizontal-card-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
  background-color: #f1f5f9;
}

.uae-country-page .uae-horizontal-card-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}

.uae-country-page .uae-horizontal-card-title {
  font-size: 17px;
  font-weight: 750;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.01em;
}

.uae-country-page .uae-horizontal-card-desc {
  font-size: 13.5px;
  color: #475569;
  line-height: 1.55;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}
/* Navigation wrapper and absolute arrows */
.uae-country-page .uae-attractions-wrapper {
  position: relative;
  width: 100%;
}

.uae-country-page .uae-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  color: #0b70a9;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px -1px rgba(15, 23, 42, 0.08), 0 2px 4px -1px rgba(15, 23, 42, 0.04);
  transition: background 0.2s, transform 0.2s, opacity 0.2s, border-color 0.2s;
  opacity: 0;
  pointer-events: none;
  line-height: 1;
  padding: 0;
}

.uae-country-page .uae-carousel-arrow-left {
  left: -22px;
  padding-right: 2px; /* slight visual balance adjustment */
}

.uae-country-page .uae-carousel-arrow-right {
  right: -22px;
  padding-left: 2px; /* slight visual balance adjustment */
}

.uae-country-page .uae-carousel-arrow:hover {
  background: #f8fafc;
  border-color: #94a3b8;
  transform: translateY(-50%) scale(1.05);
}

.uae-country-page .uae-carousel-arrow:active {
  transform: translateY(-50%) scale(0.96);
}

@media (max-width: 768px) {
  .uae-country-page .uae-carousel-arrow {
    display: none !important;
  }
}

.uae-country-page .uae-banner-bottom-bar h1 {
  font-size: clamp(28px, 4.2vw, 44px);
  font-weight: 850;
  color: #ffffff;
  margin: 0 0 6px 0;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.uae-country-page .uae-banner-bottom-bar p {
  font-size: clamp(13.5px, 1.6vw, 15.5px);
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.1px;
}

.uae-country-page .uae-travel-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #e2e8f0;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 40px;
  margin-bottom: 16px;
  transition: color 0.15s ease;
}

.uae-country-page .uae-travel-back:hover {
  color: #ffffff;
}
.uae-country-page .uae-banner-bottom-content .uae-travel-back {
  margin-top: 0;
  margin-bottom: 6px;
}

.uae-country-page .uae-travel-banner h1 {
  font-size: clamp(32px, 4.2vw, 42px);
  font-weight: 850;
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 8px 0;
  letter-spacing: -0.02em;
}

.uae-country-page .uae-travel-banner-sub {
  font-size: 15px;
  color: #cbd5e1;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.2px;
}

.uae-country-page .uae-banner-meta-glass {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  margin-top: 18px;
}

.uae-country-page .uae-meta-glass-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13.5px;
  font-weight: 500;
}

.uae-country-page .uae-meta-glass-item svg {
  color: #7de5df;
  flex: none;
  opacity: 0.95;
}

.uae-country-page .uae-meta-glass-item b {
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 480px) {
  .uae-country-page .uae-banner-meta-glass {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    width: 100%;
  }
}

/* 2. COUNTRY INFORMATION STRIP */
.uae-country-page .uae-travel-info-strip {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding: 18px 0;
}

.uae-country-page .uae-travel-strip-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.uae-country-page .uae-travel-strip-title h3 {
  font-size: 20px;
  font-weight: 850;
  color: #0f172a;
  margin: 0 0 2px 0;
}

.uae-country-page .uae-travel-strip-title span {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
}

.uae-country-page .uae-travel-strip-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.uae-country-page .uae-strip-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #475569;
}

.uae-country-page .uae-strip-item svg {
  color: #0b67c2;
  flex: none;
}

.uae-country-page .uae-strip-item b {
  color: #0f172a;
  font-weight: 750;
}

/* 3. MAIN CONTENT SECTION & 2-COLUMN GRID (70% Left / 30% Right) */
.uae-country-page .uae-travel-body-section {
  padding: 40px 0 68px;
}

.uae-country-page .uae-travel-picker-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 36px;
  align-items: start;
}

/* LEFT COLUMN (70%) - SLEEK COMPACT DESIGN */
.uae-country-page .uae-travel-column-left {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.uae-country-page .uae-travel-section-header {
  margin-bottom: 24px;
}

.uae-country-page .uae-travel-section-header span {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fdf0ee;
  color: #ef6f61;
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.uae-country-page .uae-travel-section-header h2 {
  color: #142f39;
  font-size: clamp(27px, 3.6vw, 40px);
  font-weight: 850;
  letter-spacing: -.04em;
  margin: 0;
  line-height: 1.1;
}

.uae-country-page .uae-travel-section-header p {
  font-size: 14px;
  color: #5b6b85;
  line-height: 1.6;
  margin: 12px 0 0 0;
}

/* VISA OPTION CARDS - COMPACT */
.uae-country-page .uae-travel-options-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.uae-country-page .uae-travel-option-card {
  display: block;
  background: #ffffff;
  border: 1px solid #e1e8e7;
  border-radius: 16px;
  padding: 24px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.01);
}

.uae-country-page .uae-travel-option-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.uae-country-page .uae-travel-option-card.selected {
  border: 2px solid #0b67c2;
  padding: 23px; /* account for 2px border thickness */
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(11, 103, 194, 0.06);
}

.uae-travel-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.uae-travel-card-title-group h3 {
  font-size: 17px;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 4px 0;
}

.uae-travel-card-cat {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 600;
  color: #64748b;
  text-transform: capitalize;
}

.uae-travel-card-price-group {
  text-align: right;
}

.uae-travel-card-price-group strong {
  display: block;
  font-size: 21px;
  font-weight: 850;
  color: #0f172a;
  line-height: 1.1;
}

.uae-travel-card-price-group small {
  font-size: 10px;
  color: #64748b;
  font-weight: 500;
}

.uae-travel-card-specs-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  background: #f8fafc;
  border-radius: 11px;
  padding: 12px 16px;
  margin-top: 16px;
}

.uae-travel-spec-item {
  display: flex;
  flex-direction: column;
}

.uae-travel-spec-item small {
  font-size: 9px;
  font-weight: 750;
  color: #83929e;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.uae-travel-spec-item b {
  font-size: 13px;
  font-weight: 800;
  color: #1e293b;
  margin-top: 4px;
}

.uae-travel-card-details-expand {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.uae-travel-option-card.selected .uae-travel-card-details-expand {
  max-height: 250px;
  opacity: 1;
  margin-top: 20px;
}

.uae-travel-card-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.uae-travel-card-benefits li {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #334155;
  font-weight: 500;
}

.uae-benefit-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #d1fae5;
  color: #059669;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
}

.uae-travel-card-action-bar {
  display: flex;
  justify-content: flex-end;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
}

.uae-travel-choose-btn {
  color: #0b67c2;
  font-size: 13.5px;
  font-weight: 750;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.uae-choose-check-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0b67c2;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .uae-country-page .uae-travel-option-card {
    padding: 16px;
  }
  .uae-country-page .uae-travel-option-card.selected {
    padding: 15px;
  }
  .uae-travel-card-title-group h3 {
    font-size: 15px;
  }
  .uae-travel-card-price-group strong {
    font-size: 18px;
  }
  .uae-travel-card-specs-panel {
    padding: 10px 12px;
    gap: 8px;
  }
  .uae-travel-spec-item b {
    font-size: 12px;
  }
}

/* UAE REQUIREMENTS SPACER & EMBEDDED CARD STATS */
#requirements {
  margin-top: 56px;
}

#requirements .uae-travel-section-header {
  margin-bottom: 48px;
}

/* Timeline heading font size reduction */
#visa-process .uae-travel-section-header h2 {
  font-size: clamp(16px, 1.8vw, 20px);
}

.uae-req-box-stat {
  display: inline-flex;
  flex-direction: column;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 12px;
  margin-top: 14px;
}

.uae-req-box-stat strong {
  font-size: 13px;
  font-weight: 850;
  color: #142f39;
  line-height: 1.2;
}

.uae-req-box-stat span {
  font-size: 9px;
  font-weight: 750;
  color: #64748b;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 2px;
}

/* UAE BENEFITS LIST */
#visa-benefits {
  margin-top: 36px;
}

.uae-benefits-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}

.uae-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.uae-benefit-check {
  font-size: 18px;
  font-weight: 900;
  color: #22c55e; /* Green checkmark matching screenshot */
  line-height: 1;
  padding-top: 2px;
}

.uae-benefit-item strong {
  display: block;
  font-size: 15.5px;
  font-weight: 800;
  color: #142f39;
  line-height: 1.2;
}

.uae-benefit-item p {
  font-size: 13px;
  color: #64748b;
  margin: 4px 0 0 0;
  line-height: 1.4;
}

/* UAE REQUIREMENTS EXPANDED DETAILS IMAGE */
.uae-req-details-content {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.uae-req-details-text {
  flex: 1;
}

.uae-req-details-image {
  width: 110px;
  height: 110px;
  border-radius: 12px;
  overflow: hidden;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  flex: none;
}

.uae-req-details-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 640px) {
  .uae-req-details-content {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 12px;
  }
  .uae-req-details-image {
    width: 100%;
    height: 160px;
  }
}


/* FAQ STACKED SECTION - COMPACT */
.uae-country-page .uae-faq-stacked-section {
  background: #ffffff;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
}

.uae-country-page .uae-faq-header {
  margin-bottom: 16px;
}

.uae-country-page .uae-faq-header h2 {
  font-size: 22px;
  font-weight: 850;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 4px 0;
}

.uae-country-page .uae-faq-header p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.45;
  margin: 0;
}

.uae-country-page .uae-travel-accordions-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.uae-country-page .uae-travel-accordion {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.uae-country-page .uae-travel-accordion:hover {
  border-color: #cbd5e1;
}

.uae-country-page .uae-travel-accordion[open] {
  border-color: #cbd5e1;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.uae-country-page .uae-travel-accordion-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-size: 13.5px;
  font-weight: 750;
  color: #0f172a;
  cursor: pointer;
  list-style: none;
  gap: 12px;
}

.uae-country-page .uae-travel-accordion-summary::-webkit-details-marker {
  display: none;
}

.uae-country-page .uae-accordion-icon,
.uae-accordion-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #0f172a;
  font-style: normal;
  font-size: 0;
  flex: none;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.uae-country-page .uae-accordion-icon::after,
.uae-accordion-icon::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center / contain;
  pointer-events: none;
}

.uae-country-page .uae-accordion-icon svg,
.uae-accordion-icon svg {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.uae-country-page .uae-accordion-icon:has(svg)::after,
.uae-accordion-icon:has(svg)::after {
  display: none;
}

.uae-country-page .uae-travel-accordion[open] .uae-accordion-icon,
.uae-country-page details[open] .uae-accordion-icon,
.uae-travel-accordion[open] .uae-accordion-icon,
details[open] .uae-accordion-icon {
  transform: rotate(180deg);
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #0f172a;
}

.uae-country-page .uae-travel-accordion-summary:hover .uae-accordion-icon,
.uae-travel-accordion-summary:hover .uae-accordion-icon {
  border-color: #94a3b8;
  background: #f8fafc;
}

.uae-country-page .uae-travel-accordion[open] .uae-travel-accordion-summary:hover .uae-accordion-icon,
.uae-travel-accordion[open] .uae-travel-accordion-summary:hover .uae-accordion-icon {
  background: #e2e8f0;
}

.uae-country-page .uae-travel-accordion-body {
  padding: 0 16px 12px 16px;
  font-size: 13px;
  color: #64748b;
  line-height: 1.55;
}

.uae-country-page .uae-travel-accordion-body p {
  margin: 0;
}
/* PROCESS STEP TIMELINE - VERTICAL TIMELINE */
.uae-timeline-process {
  position: relative;
  padding-left: 44px;
  margin-top: 32px;
}

/* Vertical fading top line on the timeline container */
.uae-timeline-process::before {
  content: '';
  position: absolute;
  left: 21px;
  top: -20px;
  height: 34px;
  width: 2px;
  background: linear-gradient(to bottom, rgba(11, 103, 194, 0) 0%, #0b67c2 100%);
  z-index: 1;
}

.uae-timeline-item {
  position: relative;
  margin-bottom: 32px;
  text-align: left;
}

/* Timeline segment lines between badges */
.uae-timeline-item::before {
  content: '';
  position: absolute;
  left: -23px;
  top: 14px;
  bottom: -46px;
  width: 2px;
  background: #0b67c2;
  z-index: 1;
}

.uae-timeline-item:last-child {
  margin-bottom: 0;
}

/* Disable the segment below the last item */
.uae-timeline-item:last-child::before {
  display: none;
}

.uae-timeline-badge {
  position: absolute;
  left: -35px;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0b67c2;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
  box-shadow: 0 0 0 6px #ffffff;
}

.uae-timeline-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.uae-timeline-content strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #142f39;
  line-height: 1.2;
}

.uae-timeline-content p {
  font-size: 13px;
  color: #64748b;
  margin: 0;
  line-height: 1.45;
}

.uae-timeline-content p strong {
  color: #0b67c2;
  font-weight: 850;
}
/* RIGHT COLUMN — VISA INFO CARD (ONE SINGLE CLEAN CARD) */
.uae-country-page .uae-travel-column-right,
.uae-country-page .uae-picker-summary {
  position: sticky;
  top: 90px;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.uae-country-page .uae-travel-info-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.uae-country-page .uae-travel-info-header {
  display: none !important;
}

.uae-country-page .uae-travel-card-kicker {
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 1.5px;
  color: #38bdf8;
  text-transform: uppercase;
}

.uae-country-page .uae-travel-info-body {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.uae-country-page .uae-travel-info-body h3 {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 2px 0;
  line-height: 1.25;
}

.uae-country-page .uae-travel-info-sub {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  margin: 0;
}

.uae-country-page .uae-travel-info-table {
  display: none !important;
}

.uae-country-page .uae-travel-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.uae-country-page .uae-travel-info-row span {
  color: #64748b;
  font-weight: 500;
}

.uae-country-page .uae-travel-info-row b {
  color: #0f172a;
  font-weight: 700;
}

.uae-country-page .uae-stepper-card-section {
  border-top: 1px solid #f1f5f9;
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.uae-country-page .uae-entry-type-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}

.uae-country-page .uae-entry-type-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
}

.uae-country-page .uae-entry-type-toggle {
  display: flex;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 2px;
  gap: 2px;
}

.uae-country-page .uae-entry-btn {
  border: none;
  background: transparent;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 750;
  color: #64748b;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.uae-country-page .uae-entry-btn:hover {
  color: #0f172a;
}

.uae-country-page .uae-entry-btn.active {
  background: #0b67c2;
  color: #ffffff;
  box-shadow: 0 1px 4px rgba(11, 103, 194, 0.2);
}

.uae-country-page .uae-stepper-row {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
}

.uae-country-page .uae-stepper-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
}

.uae-country-page .uae-stepper-label svg {
  color: #334155;
}

.uae-country-page .uae-stepper-controls {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 999px !important;
  padding: 3px 8px !important;
  flex: none !important;
}

.uae-country-page .uae-stepper-btn {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.uae-country-page .uae-stepper-btn:hover:not(:disabled) {
  background: #0b67c2;
  color: #ffffff;
  border-color: #0b67c2;
}

.uae-country-page .uae-stepper-btn:disabled {
  background: #f1f5f9;
  color: #cbd5e1;
  border-color: #e2e8f0;
  cursor: not-allowed;
  box-shadow: none;
}

.uae-country-page .uae-stepper-count {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  min-width: 16px;
  text-align: center;
}

.uae-country-page .uae-price-hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 0 2px;
}

.uae-country-page .uae-hero-price {
  font-size: 36px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1;
  letter-spacing: -0.02em;
}

.uae-country-page .uae-hero-subtitle {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #64748b;
  margin-top: 6px;
  text-transform: uppercase;
}

.uae-country-page .uae-fee-breakdown {
  font-size: 12px;
  color: #2563eb;
  font-weight: 600;
  margin-top: 4px;
}

.uae-country-page .uae-travel-apply-btn {
  width: 100%;
  padding: 14px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  border: none;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.uae-country-page .uae-travel-apply-btn:hover {
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45);
  transform: translateY(-1px);
}

.uae-country-page .uae-travel-apply-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

.uae-country-page .uae-pay-now-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
}

.uae-country-page .uae-pay-now-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
}

.uae-country-page .uae-pay-now-title svg {
  color: #64748b;
}

.uae-country-page .uae-pay-now-amount {
  font-size: 16px;
  font-weight: 850;
  color: #0f172a;
}

/* Sticky Bottom Apply Bar for Mobile - Removed as requested */
.uae-mobile-sticky-bar,
.uae-mobile-sticky-bar.is-visible {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.uae-sticky-bar-content {
  width: 100% !important;
  max-width: 480px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px !important;
}

.uae-sticky-bar-text {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #2563eb !important;
  text-align: center !important;
}

.uae-sticky-bar-btn {
  width: 100% !important;
  padding: 14px 20px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35) !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  text-align: center !important;
}

.uae-sticky-bar-btn:hover {
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%) !important;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45) !important;
}

.uae-sticky-bar-btn:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
}

@media (min-width: 1025px) {
  .uae-mobile-sticky-bar {
    display: none !important;
  }
}

/* RESPONSIVE DESIGN */
@media (max-width: 1024px) {
  .uae-country-page .uae-travel-picker-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
  }
  .uae-country-page .uae-travel-column-left {
    display: contents !important;
  }
  .uae-country-page .uae-travel-types-section {
    order: 1 !important;
  }
  .uae-country-page .uae-travel-column-right,
  .uae-country-page .uae-picker-summary {
    order: 2 !important;
    position: static !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 4px 0 12px !important;
  }
  .uae-country-page .uae-travel-section:not(.uae-travel-types-section) {
    order: 3 !important;
  }
}

@media (max-width: 640px) {
  .uae-country-page .uae-travel-strip-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .uae-country-page .uae-travel-strip-meta {
    gap: 14px;
    font-size: 13px;
  }
  .uae-country-page .uae-travel-card-main {
    flex-direction: column;
    gap: 12px;
  }
  .uae-country-page .uae-travel-card-right {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #f1f5f9;
    padding-top: 10px;
    margin-top: 6px;
  }
}

/* UAE REVIEWS SECTION STYLING */
.uae-reviews-list-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  position: relative;
  transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.uae-review-item-card {
  background: #ffffff;
  border: 1px solid #e1e8e7;
  border-radius: 13px;
  padding: 20px 21px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  will-change: margin-top, opacity, transform;
  transform: translate3d(0, 0, 0);
}

.uae-review-item-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
}

.uae-review-item-stars {
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.uae-review-item-body {
  color: #657a86;
  font-size: 11.5px;
  line-height: 1.7;
  margin: 0 0 12px 0;
}

.uae-review-item-author {
  color: #183246;
  font-size: 12px;
  font-weight: 800;
}

.uae-review-item-author span {
  color: #657a86;
  font-weight: 500;
}

@media (max-width: 640px) {
  .uae-review-item-card {
    padding: 16px;
  }
  .uae-review-item-body {
    font-size: 11px;
    line-height: 1.65;
  }
}

/* SPACING BETWEEN CONSECUTIVE FAQ/REVIEWS GRID SECTIONS */
.uae-public-travel-guide.uae-information-faq-only .uae-account-faq + .uae-account-faq {
  margin-top: 80px;
  padding-top: 48px;
  border-top: 1px solid #dbe3e2;
}

@media (max-width: 640px) {
  .uae-public-travel-guide.uae-information-faq-only .uae-account-faq + .uae-account-faq {
    margin-top: 48px;
    padding-top: 32px;
  }
}

/* =========================================================
   DESTINATIONS SHOWCASE (5 Compact Cards + Classic Clean Font)
   ========================================================= */
.dest-editorial-section,
.uae-explore-section {
  display: block !important;
  width: 100% !important;
  grid-template-columns: none !important;
  margin-top: 72px !important;
  padding-top: 44px !important;
  border-top: 1px solid #e2e8f0 !important;
  box-sizing: border-box !important;
}

.dest-editorial-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 22px !important;
  width: 100% !important;
  gap: 16px !important;
}

.dest-editorial-title {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: clamp(24px, 2.6vw, 32px) !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  letter-spacing: -0.03em !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

.dest-editorial-see-all {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  color: #475569 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
}

.dest-editorial-see-all .see-all-chevron {
  font-size: 18px !important;
  line-height: 1 !important;
  margin-top: -1px !important;
  transition: transform 0.2s ease !important;
}

.dest-editorial-see-all:hover {
  color: #0f172a !important;
}

.dest-editorial-see-all:hover .see-all-chevron {
  transform: translateX(3px);
}

.dest-editorial-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 16px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.dest-editorial-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  aspect-ratio: 3 / 3.7 !important;
  min-height: 220px !important;
  max-height: 270px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  text-decoration: none !important;
  background-color: #1e293b !important;
  box-shadow: 0 8px 20px -3px rgba(15, 23, 42, 0.1), 0 3px 6px -2px rgba(15, 23, 42, 0.05) !important;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
  isolation: isolate !important;
}

.dest-editorial-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 30px -4px rgba(15, 23, 42, 0.18), 0 6px 12px -2px rgba(15, 23, 42, 0.08) !important;
}

.dest-editorial-bg {
  position: absolute !important;
  inset: 0 !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  z-index: 1 !important;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.dest-editorial-card:hover .dest-editorial-bg {
  transform: scale(1.06) !important;
}

.dest-editorial-gradient {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 38%, rgba(15, 23, 42, 0.3) 64%, rgba(15, 23, 42, 0.88) 100%) !important;
  pointer-events: none !important;
}

.dest-editorial-content {
  position: relative !important;
  z-index: 3 !important;
  padding: 16px 14px !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

.dest-editorial-name {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  color: #ffffff !important;
  margin: 0 0 2px 0 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.015em !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5) !important;
  word-break: break-word !important;
}

.dest-editorial-tagline {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  margin: 0 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.005em !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45) !important;
}

@media (max-width: 1080px) {
  .dest-editorial-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 14px !important;
  }
}

@media (max-width: 768px) {
  .dest-editorial-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  .dest-editorial-section,
  .uae-explore-section {
    margin-top: 48px !important;
    padding-top: 32px !important;
  }
}

@media (max-width: 480px) {
  .dest-editorial-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .dest-editorial-grid > .dest-editorial-card:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
  }
  .dest-editorial-card {
    border-radius: 13px !important;
    min-height: 180px !important;
    max-height: 220px !important;
  }
  .dest-editorial-content {
    padding: 12px 10px !important;
  }
  .dest-editorial-name {
    font-size: 14px !important;
  }
  .dest-editorial-tagline {
    font-size: 10.5px !important;
  }
}

/* MODAL INTAKE MULTI-STEP WIZARD */
.modal-steps-indicator {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #edf2f4;
  grid-column: 1 / -1;
}

.modal-indicator-step {
  font-size: 11px;
  font-weight: 750;
  color: #7b8b92;
  position: relative;
  padding-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.modal-indicator-step.active {
  color: #2563eb;
}

.modal-indicator-step.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  height: 2px;
  background: #2563eb;
  z-index: 2;
}

.modal-form-step {
  grid-column: 1 / -1;
  width: 100%;
}

.modal-calendar-wrapper {
  background: #ffffff;
  border: 1px solid #c8d7e1;
  border-radius: 16px;
  padding: 22px;
  margin-bottom: 22px;
  box-shadow: 0 4px 18px rgba(24,53,70,0.02);
}

.modal-calendar-title {
  display: block;
  font-size: 14px;
  font-weight: 750;
  color: #0d2538;
  margin-bottom: 18px;
  text-align: left;
}

/* MODAL CALENDAR WIDGET */
.modal-calendar-widget {
  width: 100%;
}

.modal-cal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.modal-cal-header strong {
  font-size: 15px;
  font-weight: 750;
  color: #0d2538;
}

.modal-cal-nav-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #c8d7e1;
  background: #ffffff;
  color: #2563eb;
  font-size: 14px;
  font-weight: bold;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.18s ease;
}

.modal-cal-nav-btn:hover {
  border-color: #2563eb;
  background: #f0f5ff;
}

.modal-cal-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 8px;
  text-align: center;
}

.modal-cal-weekdays span {
  font-size: 11.5px;
  font-weight: 700;
  color: #7b8b92;
}

.modal-cal-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  text-align: center;
}

.modal-cal-day {
  height: 38px;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 650;
  color: #1e293b;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.18s ease;
}

.modal-cal-day.empty {
  cursor: default;
}

.modal-cal-day.disabled {
  color: #cbd5e1;
  cursor: not-allowed;
}

.modal-cal-day:not(.empty):not(.disabled):hover {
  background: #f0f5ff;
  border-color: #93c5fd;
}

.modal-cal-day.selected {
  border-color: #2563eb;
  color: #2563eb;
  background: #eff6ff;
  font-weight: 800;
  box-shadow: 0 0 0 1px #2563eb;
}

.modal-cal-day.today {
  color: #2563eb;
  font-weight: 800;
  text-decoration: underline;
}

/* BUTTONS */
.modal-picker-back-btn {
  height: 48px;
  padding: 0 24px;
  border: 1px solid #c8d7e1;
  border-radius: 999px;
  background: #ffffff;
  color: #475569;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  transition: all 0.18s ease;
  align-self: flex-start;
}

.modal-picker-back-btn:hover {
  border-color: #475569;
  background: #f8fafc;
}

/* SINGLE COLUMN PICKER DIALOG OVERRIDES */
.traveller-picker-dialog {
  display: flex !important;
  flex-direction: column !important;
  width: min(100%, 540px) !important;
  max-width: 92vw !important;
  padding: 36px 30px !important;
  gap: 16px !important;
  box-sizing: border-box !important;
}

.traveller-picker-dialog h2 {
  font-family: 'Inter', sans-serif !important;
  font-size: 24px !important;
  text-align: left !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 4px 0 !important;
}

.modal-calendar-section {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.modal-calendar-title,
.modal-travellers-title {
  display: block !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  color: #7b8b92 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  margin-bottom: 8px !important;
}

.modal-calendar-wrapper {
  border: 1px solid #c8d7e1 !important;
  border-radius: 16px !important;
  padding: 16px !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
}

.modal-travellers-section {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.traveller-picker-options {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.traveller-picker-options button {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 14px 16px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #142b38 !important;
  text-align: left !important;
  cursor: pointer !important;
  transition: all 0.16s ease !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.traveller-picker-options button:hover {
  border-color: #2563eb !important;
  background: #f8faff !important;
}

.traveller-picker-options button.selected {
  border-color: #2563eb !important;
  background: #f3f7ff !important;
  box-shadow: 0 0 0 1px #2563eb !important;
}

.traveller-picker-options button.selected i {
  border-color: #2563eb !important;
  background: #2563eb !important;
  color: #ffffff !important;
}

.traveller-picker-count {
  grid-column: auto !important;
  margin-top: 16px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 0 !important;
}

.traveller-picker-details {
  grid-column: auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  margin-top: 16px !important;
  box-sizing: border-box !important;
}

.traveller-person-fields input,
.traveller-person-fields select {
  box-sizing: border-box !important;
}

.traveller-picker-options button * {
  pointer-events: none !important;
}

/* Premium style overrides for the Landing Page Intake Form (Traveller details section) */
.traveller-person-row {
  display: grid !important;
  grid-template-columns: 32px 1fr 1fr !important;
  gap: 16px !important;
  align-items: center !important;
  padding: 16px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e1e7ea !important;
  border-radius: 0 !important;
  background: transparent !important;
  margin-bottom: 14px !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
}

.traveller-person-row.traveller-person-self {
  grid-template-columns: 32px 1fr !important;
}

.traveller-person-row > span {
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  border: 1px solid #bfdbfe !important;
  background: #eff6ff !important;
  color: #2563eb !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  align-self: center !important;
}

.traveller-person-fields label {
  display: block !important;
  margin-bottom: 6px !important;
  color: #475569 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

.traveller-person-fields input {
  width: 100% !important;
  height: 40px !important;
  padding: 7px 0 8px !important;
  border: 0 !important;
  border-bottom: 1px solid #cbd5e1 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #1e293b !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
  box-shadow: none !important;
}

.traveller-person-fields select {
  width: 100% !important;
  height: 40px !important;
  padding: 7px 16px 8px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #cbd5e1 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-position: right 0 center !important;
  color: #1e293b !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
  box-shadow: none !important;
}

.traveller-person-fields input::placeholder {
  color: #94a3b8 !important;
  font-weight: 400 !important;
}

.traveller-person-fields input:focus,
.traveller-person-fields select:focus {
  outline: none !important;
  border-bottom-color: #2563eb !important;
  box-shadow: none !important;
}

@media (max-width: 520px) {
  .traveller-person-row,
  .traveller-person-row.traveller-person-self {
    grid-template-columns: 28px 1fr !important;
    gap: 12px !important;
    padding: 12px 0 !important;
  }
  .traveller-person-row .traveller-person-fields:last-child {
    grid-column: 2 !important;
  }
}

/* Denmark / Spain Schengen Requirements & Details Styling */
.denmark-processing-note {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin: 12px 0 24px;
  padding: 14px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
}
.denmark-processing-note strong {
  font-size: 14px;
  color: #334155;
}
.denmark-processing-note span {
  font-weight: 800;
  color: #0f172a;
}
.denmark-required-details-note {
  margin: 0 20px 14px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8fafc;
  color: #475569;
  font-size: 13px;
}
@media(max-width:640px) {
  .denmark-processing-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

.schengen-details-note {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #f8fafc;
}
.schengen-details-note h3 {
  font-size: 15px;
  font-weight: 850;
  color: #0f172a;
  margin: 0 0 16px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.schengen-details-note ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}
.schengen-details-note li {
  font-size: 13.5px;
  color: #475569;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.schengen-details-note li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3b82f6;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .schengen-details-note {
    padding: 18px;
  }
  .schengen-details-note ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.morocco-supporting-card {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #f8fafc;
}
.morocco-supporting-card h3 {
  font-size: 15px;
  font-weight: 850;
  color: #0f172a;
  margin: 0 0 18px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.morocco-supporting-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}
.morocco-supporting-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}
.morocco-supporting-item h4 {
  font-size: 14px;
  font-weight: 750;
  color: #0f172a;
  margin: 0 0 10px 0;
}
.morocco-supporting-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.morocco-supporting-item li {
  font-size: 13px;
  color: #475569;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-left: 14px;
}
.morocco-supporting-item li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3b82f6;
  position: absolute;
  left: 0;
  top: 7px;
}
.morocco-supporting-item .morocco-sub-list {
  margin: 6px 0 0 4px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.morocco-supporting-item .morocco-sub-list li {
  padding-left: 12px;
  font-size: 12.5px;
  color: #64748b;
}
.morocco-supporting-item .morocco-sub-list li::before {
  background-color: #94a3b8;
  width: 5px;
  height: 5px;
  top: 6px;
}
@media (max-width: 768px) {
  .morocco-supporting-card {
    padding: 18px;
  }
  .morocco-supporting-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* ==========================================================================
   JAPAN REQUIREMENTS TABS
   ========================================================================== */
.japan-req-tabs-nav {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.japan-req-tab-btn {
  display: inline-flex;
  align-items: center;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  border: 1.5px solid #cbd5e1;
  background: #ffffff;
  color: #334155;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.japan-req-tab-btn:hover {
  border-color: #0b67c2;
  color: #0b67c2;
  background: #f0f7ff;
}

.japan-req-tab-btn.active {
  border-color: #0b67c2;
  background: #0b67c2;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(11, 103, 194, 0.25);
}

.japan-req-tab-btn svg {
  margin-right: 7px;
  transition: transform 0.2s ease;
}

.japan-req-tab-btn:hover svg {
  transform: scale(1.1);
}

/* ==========================================================================
   SMOOTH COMPONENT TRANSITIONS & ACCELERATED RENDERING
   ========================================================================== */
.uae-travel-tab,
.uae-sticky-bottom-bar,
.uae-sticky-bar-btn,
.vcard,
.vcard .btn,
.uae-document-card,
.uae-fresh-process-grid article,
.uae-benefit-item {
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1),
              background-color 0.2s ease,
              border-color 0.2s ease,
              opacity 0.2s ease !important;
  will-change: transform;
}

.uae-sticky-bottom-bar {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease !important;
  will-change: transform, opacity;
}

/* Fixed Rock-solid Position for Mobile AI Assistant */
@media (max-width: 768px), (pointer: coarse) {
  .ai-assistant {
    position: fixed !important;
    right: 16px !important;
    bottom: 16px !important;
    z-index: 99999 !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .ai-assistant-trigger,
  .ai-assistant-trigger:hover,
  .ai-assistant-trigger:active,
  .ai-assistant-trigger:focus {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
    gap: 0 !important;
    transform: none !important;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.4) !important;
  }
  .ai-assistant-trigger span,
  .ai-assistant-trigger:hover span,
  .ai-assistant-trigger:active span,
  .ai-assistant-trigger:focus span {
    display: none !important;
    max-width: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
  }
  .ai-assistant-trigger svg {
    width: 22px !important;
    height: 22px !important;
    margin: auto !important;
  }
}

/* ==========================================================================
   ARRIVAL / TRAVEL DATE SELECTOR MODAL (Exact match to Reference Model)
   ========================================================================== */
body.travel-date-modal-open {
  overflow: hidden !important;
}

.travel-date-modal[hidden] {
  display: none !important;
}

.travel-date-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
}

.travel-date-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(15, 23, 42, 0.52) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
  cursor: pointer;
  animation: travelFadeIn 0.2s ease forwards;
}

.travel-date-dialog {
  position: relative !important;
  z-index: 2 !important;
  width: min(100%, 460px) !important;
  max-height: calc(100vh - 32px) !important;
  overflow-y: auto !important;
  padding: 24px 24px 22px !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22) !important;
  color: #0f172a !important;
  font-family: inherit !important;
  animation: travelPopIn 0.22s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes travelFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes travelPopIn {
  from { opacity: 0; transform: scale(0.95) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.travel-date-close {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 50% !important;
  background: #f8fafc !important;
  color: #64748b !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: all 0.15s ease !important;
  padding: 0 !important;
}

.travel-date-close:hover {
  background: #f1f5f9 !important;
  color: #0f172a !important;
  border-color: #cbd5e1 !important;
}

/* Heading */
.travel-date-heading {
  margin: 0 0 16px 0 !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  letter-spacing: -0.02em !important;
  padding-right: 32px !important;
}

/* Calendar Box */
.travel-date-cal-card {
  border: 1px solid #e2e8f0 !important;
  border-radius: 18px !important;
  padding: 18px 16px 16px !important;
  background: #ffffff !important;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03) !important;
  margin-bottom: 16px !important;
}

.travel-date-cal-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 4px 10px !important;
}

.travel-date-cal-month-title {
  font-size: 16px !important;
  font-weight: 750 !important;
  color: #0f172a !important;
  letter-spacing: -0.01em !important;
}

.travel-date-cal-arrow {
  width: 34px !important;
  height: 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #334155 !important;
  cursor: pointer !important;
  transition: all 0.15s ease !important;
  padding: 0 !important;
  outline: none !important;
}

.travel-date-cal-arrow:hover:not(:disabled) {
  background: #f1f5f9 !important;
  border-color: #cbd5e1 !important;
  color: #0f172a !important;
  transform: scale(1.04) !important;
}

.travel-date-cal-arrow:disabled,
.travel-date-cal-arrow.disabled {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.travel-date-weekdays {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  text-align: center !important;
  margin: 6px 0 10px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #64748b !important;
  letter-spacing: 0.02em !important;
}

.travel-date-days-grid {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  row-gap: 6px !important;
  column-gap: 2px !important;
}

/* Individual Calendar Day Cells */
.travel-cal-day {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  margin: 0 auto !important;
  border-radius: 50% !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  font-family: inherit !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  color: #0f172a !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  cursor: default !important;
  transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  user-select: none !important;
}

.travel-cal-day.cal-day-selectable {
  cursor: pointer !important;
  color: #0f172a !important;
  background: transparent !important;
}

.travel-cal-day.cal-day-selectable:hover {
  background: #eff6ff !important;
  color: #1d4ed8 !important;
  transform: scale(1.08) !important;
}

.travel-cal-day.cal-day-today:not(.cal-day-selected) {
  border: 1.5px solid #93c5fd !important;
  color: #1d4ed8 !important;
  font-weight: 750 !important;
}

.travel-cal-day.cal-day-selected {
  background: #1d4ed8 !important;
  color: #ffffff !important;
  font-weight: 750 !important;
  box-shadow: 0 4px 14px rgba(29, 78, 216, 0.4) !important;
  transform: scale(1.06) !important;
}

.travel-cal-day.cal-day-selected:hover {
  background: #1e40af !important;
  color: #ffffff !important;
}

.travel-cal-day.cal-day-dimmed,
.travel-cal-day.cal-day-past {
  color: #cbd5e1 !important;
  opacity: 0.55 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  background: transparent !important;
}

/* Recommended Dates Quick-Select (Collapsible / Hidden until tapped) */
.travel-date-rec-section {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.travel-date-rec-header {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  padding: 10px 14px !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
  border: 1.5px solid #e2e8f0 !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  color: #475569 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  cursor: pointer !important;
  transition: all 0.18s ease !important;
  margin-bottom: 0 !important;
  user-select: none !important;
  outline: none !important;
  box-sizing: border-box !important;
}

.travel-date-rec-header:hover {
  background: #f1f5f9 !important;
  border-color: #cbd5e1 !important;
  color: #1e293b !important;
}

.travel-date-rec-header-title {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
}

.travel-date-rec-icon {
  flex: none !important;
  color: #2563eb !important;
}

.travel-date-rec-chevron {
  flex: none !important;
  width: 15px !important;
  height: 15px !important;
  color: #64748b !important;
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1), color 0.18s ease !important;
}

.travel-date-rec-header[aria-expanded="true"],
.travel-date-rec-header.active {
  background: #eff6ff !important;
  border-color: #93c5fd !important;
  color: #1d4ed8 !important;
}

.travel-date-rec-header[aria-expanded="true"] .travel-date-rec-chevron,
.travel-date-rec-header.active .travel-date-rec-chevron {
  transform: rotate(180deg) !important;
  color: #1d4ed8 !important;
}

.travel-date-rec-pills {
  display: none;
  flex-direction: column !important;
  gap: 7px !important;
  margin-top: 10px !important;
}

.travel-date-rec-pills.is-open {
  display: flex !important;
  animation: travelFadeIn 0.2s ease forwards !important;
}

/* Vertical List Item (thazhe thazhe) */
.travel-rec-pill {
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 10px 14px !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  cursor: pointer !important;
  transition: all 0.16s ease !important;
  text-align: left !important;
  min-height: 44px !important;
  box-sizing: border-box !important;
  user-select: none !important;
  outline: none !important;
}

.travel-rec-pill:hover {
  border-color: #93c5fd !important;
  background: #f8fafc !important;
  transform: translateY(-1px) !important;
}

.travel-rec-pill.active {
  border-color: #2563eb !important;
  background: #eff6ff !important;
  box-shadow: 0 2px 10px rgba(37, 99, 235, 0.12) !important;
}

.travel-rec-pill-left {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.travel-rec-radio {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  border: 1.5px solid #cbd5e1 !important;
  background: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.15s ease !important;
  flex: none !important;
  box-sizing: border-box !important;
}

.travel-rec-radio::after {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  opacity: 0 !important;
  transform: scale(0.5) !important;
  transition: all 0.15s ease !important;
}

.travel-rec-pill.active .travel-rec-radio {
  border-color: #2563eb !important;
  background: #2563eb !important;
}

.travel-rec-pill.active .travel-rec-radio::after {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.travel-rec-pill-date {
  font-size: 13.5px !important;
  font-weight: 750 !important;
  color: #0f172a !important;
  line-height: 1.2 !important;
}

.travel-rec-pill.active .travel-rec-pill-date {
  color: #1d4ed8 !important;
}

.travel-rec-pill-weekday {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #64748b !important;
}

.travel-rec-pill.active .travel-rec-pill-weekday {
  color: #3b82f6 !important;
}

.travel-rec-pill-tag {
  font-size: 10px !important;
  font-weight: 700 !important;
  color: #475569 !important;
  background: #f1f5f9 !important;
  padding: 3px 8px !important;
  border-radius: 6px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
  transition: all 0.15s ease !important;
  flex: none !important;
}

.travel-rec-pill.active .travel-rec-pill-tag {
  color: #1d4ed8 !important;
  background: #dbeafe !important;
}

/* Footer / Action */
.travel-date-footer {
  margin-top: 20px !important;
}

.travel-date-continue-btn {
  width: 100% !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border-radius: 14px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  background: #1d4ed8 !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(29, 78, 216, 0.28) !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.travel-date-continue-btn:hover:not(:disabled):not(.is-disabled) {
  background: #1e40af !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 20px rgba(29, 78, 216, 0.36) !important;
}

/* Disabled & Blurred state when no date is selected */
.travel-date-continue-btn:disabled,
.travel-date-continue-btn.disabled,
.travel-date-continue-btn.is-disabled {
  opacity: 0.42 !important;
  filter: blur(0.6px) !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  box-shadow: none !important;
  transform: none !important;
  user-select: none !important;
}

/* ============================================================ */
/*  France Enquiry Modal                                        */
/* ============================================================ */
body.france-enquiry-modal-open {
  overflow: hidden !important;
}

.france-enquiry-modal[hidden] {
  display: none !important;
}

.france-enquiry-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
  overflow: hidden !important;
  overscroll-behavior: contain !important;
  pointer-events: auto !important;
}

.france-enquiry-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(15, 23, 42, 0.55) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  cursor: pointer;
  animation: travelFadeIn 0.2s ease forwards;
}

.france-enquiry-dialog {
  position: relative !important;
  z-index: 2 !important;
  width: min(100%, 740px) !important;
  max-height: min(92vh, 880px) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
  pointer-events: auto !important;
  padding: 30px 32px 28px !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  box-shadow: 0 25px 65px -10px rgba(15, 23, 42, 0.28) !important;
  color: #0f172a !important;
  font-family: inherit !important;
  animation: travelPopIn 0.22s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  scrollbar-width: thin !important;
  scrollbar-color: #cbd5e1 #f8fafc !important;
}

.france-enquiry-dialog::-webkit-scrollbar {
  width: 7px !important;
}

.france-enquiry-dialog::-webkit-scrollbar-track {
  background: #f8fafc !important;
  border-radius: 8px !important;
}

.france-enquiry-dialog::-webkit-scrollbar-thumb {
  background: #cbd5e1 !important;
  border-radius: 8px !important;
}

.france-enquiry-dialog::-webkit-scrollbar-thumb:hover {
  background: #94a3b8 !important;
}

@media (max-width: 640px) {
  .france-enquiry-dialog {
    padding: 22px 18px 20px !important;
    max-height: calc(100vh - 24px) !important;
  }
}

.france-enquiry-close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  width: 34px !important;
  height: 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 50% !important;
  background: #f8fafc !important;
  color: #64748b !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: all 0.15s ease !important;
  padding: 0 !important;
}

.france-enquiry-close:hover {
  background: #f1f5f9 !important;
  color: #0f172a !important;
}

.france-enquiry-title {
  margin: 0 0 6px !important;
  font-size: 26px !important;
  font-weight: 850 !important;
  color: #0f172a !important;
  letter-spacing: -0.02em !important;
  padding-right: 40px !important;
  line-height: 1.25 !important;
}

.france-enquiry-sub {
  margin: 0 0 20px !important;
  font-size: 14.5px !important;
  line-height: 1.45 !important;
  color: #64748b !important;
}

/* Destination / Visa Type / Visa Fee Strip */
.france-enquiry-meta-card {
  display: flex !important;
  gap: 16px !important;
  padding: 12px 18px !important;
  background: #f8fafc !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 12px !important;
  margin-bottom: 22px !important;
  flex-wrap: wrap !important;
}

.france-enquiry-meta-item {
  flex: 1 1 auto !important;
  min-width: 90px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

.france-meta-label {
  font-size: 10.5px !important;
  font-weight: 750 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #64748b !important;
}

.france-meta-val {
  font-size: 14.5px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
}

/* Form View & Container */
.france-enquiry-form-view {
  width: 100% !important;
}

.france-enquiry-form {
  display: flex;
  flex-direction: column !important;
  width: 100% !important;
  gap: 16px !important;
}

/* The White Section Card (like Image 2 review-section-card) */
.france-card-wrapper {
  width: 100% !important;
  background: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04) !important;
  box-sizing: border-box !important;
  margin-bottom: 0 !important;
}

.france-card-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 16px 24px !important;
  border-bottom: 1px solid #e2e8f0 !important;
  background: #ffffff !important;
}

.france-card-header h3 {
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  color: #0f172a !important;
  letter-spacing: -0.01em !important;
}

.france-card-body {
  padding: 24px 24px 22px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 26px !important;
  box-sizing: border-box !important;
}

@media (max-width: 640px) {
  .france-card-body {
    padding: 18px 16px 16px !important;
    gap: 22px !important;
  }
}

.france-section {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}

.france-section .denmark-subheading {
  font-size: 15px !important;
  font-weight: 850 !important;
  color: #0f172a !important;
  margin: 0 0 14px 0 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  display: block !important;
}

.france-sec-desc {
  margin: -6px 0 16px 0 !important;
  font-size: 13.5px !important;
  color: #64748b !important;
  line-height: 1.45 !important;
}

/* 2-Column Grid matching Image 2 */
.france-grid2 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px 20px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

@media (max-width: 600px) {
  .france-grid2 {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
}

.france-field {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  min-width: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.france-field-full {
  grid-column: 1 / -1 !important;
}

.france-field label {
  display: block !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #334155 !important;
  margin: 0 0 4px 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.france-field-label-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  margin: 0 0 4px 0 !important;
}

.france-field-label-row label {
  margin: 0 !important;
}

.france-req {
  color: #ef4444 !important;
  font-weight: 700 !important;
  margin-left: 2px !important;
}

.france-same-phone-btn {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  color: #2563eb !important;
  cursor: pointer !important;
  text-decoration: underline !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  white-space: nowrap !important;
}

.france-same-phone-btn:hover {
  color: #1d4ed8 !important;
}

.france-field input:not([type="radio"]):not([type="checkbox"]),
.france-field select,
.france-field textarea {
  width: 100% !important;
  height: 44px !important;
  padding: 10px 14px !important;
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #0f172a !important;
  background-color: #ffffff !important;
  box-sizing: border-box !important;
  outline: none !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
  font-family: inherit !important;
}

.france-field textarea {
  height: auto !important;
  min-height: 72px !important;
  resize: vertical !important;
  line-height: 1.45 !important;
}

.france-field select {
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  padding-right: 36px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-position: right 14px center !important;
  background-repeat: no-repeat !important;
}

.france-field input:focus,
.france-field select:focus,
.france-field textarea:focus {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15) !important;
}

/* intl-tel-input styling inside .france-field */
.france-field .iti {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.france-field .iti--separate-dial-code .iti__selected-flag {
  position: absolute !important;
  top: 1.5px !important;
  bottom: 1.5px !important;
  left: 1.5px !important;
  height: calc(100% - 3px) !important;
  background-color: #f8fafc !important;
  border-radius: 8.5px 0 0 8.5px !important;
  border-right: 1.5px solid #cbd5e1 !important;
  padding: 0 8px 0 10px !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  z-index: 4 !important;
  outline: none !important;
}

.france-field .iti--separate-dial-code .iti__selected-dial-code {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.france-field .iti--separate-dial-code input[type="tel"] {
  padding-left: 94px !important;
  width: 100% !important;
}

.france-field .iti__country-list {
  z-index: 9999999 !important;
  max-height: 220px !important;
  overflow-y: auto !important;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.2) !important;
  border-radius: 12px !important;
  border: 1px solid #cbd5e1 !important;
  background: #ffffff !important;
}

/* Radio buttons for preferred contact */
.france-radio-group {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
  padding: 4px 0 !important;
}

.france-radio-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #334155 !important;
  cursor: pointer !important;
  user-select: none !important;
}

.france-radio-label input[type="radio"] {
  width: 17px !important;
  height: 17px !important;
  accent-color: #2563eb !important;
  cursor: pointer !important;
  margin: 0 !important;
}

/* Error message */
.france-enquiry-error {
  padding: 12px 16px !important;
  border-radius: 10px !important;
  background: #fef2f2 !important;
  border: 1px solid #fecaca !important;
  color: #b91c1c !important;
  font-size: 13.5px !important;
  line-height: 1.4 !important;
  margin-bottom: 0 !important;
}

/* Submit button */
.france-enquiry-submit {
  width: 100% !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-size: 15.5px !important;
  font-weight: 750 !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  background: #2563eb !important;
  border: none !important;
  color: #ffffff !important;
  transition: all 0.15s ease !important;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.28) !important;
}

.france-enquiry-submit:hover {
  background: #1d4ed8 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.38) !important;
}

.france-enquiry-submit:active {
  transform: translateY(0) scale(0.99) !important;
}

.france-enquiry-hint {
  margin: 12px 0 0 !important;
  font-size: 12.5px !important;
  color: #64748b !important;
  text-align: center !important;
  line-height: 1.45 !important;
}

/* Dialog has-submitted: Multi-stage animation (Spinner -> Big Centered Tick -> Shrink & Reveal into Image 2) */
.france-enquiry-dialog.has-submitted {
  width: min(94vw, 590px) !important;
  max-width: 590px !important;
  min-height: 290px !important;
  padding: 32px 34px 28px !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  box-shadow: 0 25px 65px -12px rgba(15, 23, 42, 0.22), 0 0 1px rgba(0, 0, 0, 0.08) !important;
  animation: successCardPop 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
}

.france-enquiry-dialog.has-submitted .france-enquiry-close,
.france-enquiry-dialog.has-submitted .france-enquiry-form-view {
  display: none !important;
}

.france-enquiry-success {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  min-height: 250px !important;
}

.france-enquiry-success[style*="display:none"],
.france-enquiry-success[style*="display: none"] {
  display: none !important;
}

/* Close button - matches top-right of Image 2 */
.france-success-close-btn {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  color: #64748b !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
  line-height: 1 !important;
  padding: 0 !important;
  z-index: 30 !important;
  transition: background 0.15s ease, color 0.15s ease, opacity 0.3s ease !important;
}

.france-enquiry-success.is-anim-loading .france-success-close-btn,
.france-enquiry-success.is-anim-tick .france-success-close-btn {
  opacity: 0 !important;
  pointer-events: none !important;
}

.france-enquiry-success.is-anim-revealing .france-success-close-btn,
.france-enquiry-success.is-anim-done .france-success-close-btn {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.france-success-close-btn:hover {
  background: #f1f5f9 !important;
  color: #0f172a !important;
}

/* Multi-stage animation: Center Stage (Stage 1 Spinner & Stage 2 Big Centered Tick) */
.france-submit-center-stage {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 25 !important;
  pointer-events: none !important;
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.france-enquiry-success.is-anim-loading .france-submit-center-stage {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
  visibility: visible !important;
}

.france-enquiry-success.is-anim-tick .france-submit-center-stage {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1.18) !important;
  visibility: visible !important;
}

.france-enquiry-success.is-anim-revealing .france-submit-center-stage,
.france-enquiry-success.is-anim-done .france-submit-center-stage {
  opacity: 0 !important;
  transform: translate(-50%, -50%) scale(0.65) !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Spinner Loader (Stage 1) */
.france-submit-loader {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.2s ease, transform 0.2s ease !important;
}

.france-enquiry-success.is-anim-tick .france-submit-loader,
.france-enquiry-success.is-anim-revealing .france-submit-loader,
.france-enquiry-success.is-anim-done .france-submit-loader {
  opacity: 0 !important;
  visibility: hidden !important;
  display: none !important;
}

.france-submit-spinner {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  border: 4px solid #dcfce7 !important;
  border-top-color: #16a34a !important;
  border-right-color: #22c55e !important;
  animation: appSubmitSpin 0.75s linear infinite !important;
}

.france-submit-loader-text {
  font-size: 14.5px !important;
  font-weight: 700 !important;
  color: #334155 !important;
  letter-spacing: -0.01em !important;
  margin: 0 !important;
  text-align: center !important;
}

/* Tick Hero in Center Stage (Stage 2) */
.france-submit-tick-hero {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: scale(0.3) !important;
  transition: opacity 0.25s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.france-enquiry-success.is-anim-tick .france-submit-tick-hero {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1) !important;
}

.france-enquiry-success.is-anim-revealing .france-submit-tick-hero,
.france-enquiry-success.is-anim-done .france-submit-tick-hero {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: scale(0.6) !important;
}

/* SVGs (Center Stage burst & Final card burst) */
.france-submit-burst-svg {
  width: 76px !important;
  height: 76px !important;
  display: block !important;
  overflow: visible !important;
  filter: drop-shadow(0 4px 14px rgba(34, 197, 94, 0.38)) !important;
}

.france-final-burst-svg {
  width: 52px !important;
  height: 52px !important;
  display: block !important;
  overflow: visible !important;
  transform-origin: center center !important;
  filter: drop-shadow(0 3px 10px rgba(34, 197, 94, 0.32)) !important;
}

.burst-circle {
  transform-origin: 36px 36px !important;
}

.france-submit-tick-hero.play-tick .burst-circle {
  animation: appSubmitBurstCircle 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards !important;
}

/* GUARANTEED VISIBLE WHITE CHECKMARK & LIVE ANIMATION */
.burst-check {
  stroke: #ffffff;
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 40;
  stroke-dashoffset: 0;
}

.france-submit-tick-hero .burst-check {
  stroke-dashoffset: 40;
  opacity: 0;
}

.france-submit-tick-hero.play-tick .burst-check {
  animation: appSubmitCheckDraw 0.45s 0.1s cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

/* RADIANT BURST RAYS & LIVE ANIMATION */
.burst-ray {
  stroke: #22c55e;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-dasharray: 20;
  stroke-dashoffset: 0;
}

.france-submit-tick-hero .burst-ray {
  stroke-dashoffset: 20;
  opacity: 0;
}

.france-submit-tick-hero.play-tick .burst-ray {
  animation: appSubmitBurstRay 0.38s 0.14s cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

/* Stage 3 & 4: Final Revealed Card - Centered Tick & Text matching Image 2 */
.france-submit-final-card {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  width: 100% !important;
  text-align: center !important;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.france-enquiry-success.is-anim-loading .france-submit-final-card,
.france-enquiry-success.is-anim-tick .france-submit-final-card {
  opacity: 0 !important;
  transform: translateY(22px) scale(0.96) !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.france-enquiry-success.is-anim-revealing .france-submit-final-card,
.france-enquiry-success.is-anim-done .france-submit-final-card {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

/* Left Column: Woman Specialist Illustration */
.france-submit-avatar-col {
  flex: 0 0 150px !important;
  max-width: 150px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.france-submit-avatar-img {
  width: 100% !important;
  height: auto !important;
  max-height: 175px !important;
  object-fit: contain !important;
  display: block !important;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.08)) !important;
}

/* Right Column: Tick badge, Title, Subtitle, Reassurance - Centered */
.france-submit-info-col {
  flex: 1 !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  justify-content: center !important;
  gap: 6px !important;
}

.france-final-tick-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0 auto 4px !important;
}

.france-enquiry-success.is-anim-revealing .france-final-burst-svg,
.france-enquiry-success.is-anim-done .france-final-burst-svg {
  animation: finalTickPop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) forwards !important;
}

@keyframes finalTickPop {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  65% {
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.france-submit-title {
  margin: 0 !important;
  color: #0f172a !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.2 !important;
  text-align: center !important;
  width: 100% !important;
}

.france-submit-sub {
  margin: 0 0 8px 0 !important;
  color: #334155 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  text-align: center !important;
  width: 100% !important;
}

.france-submit-user-name {
  font-weight: 800 !important;
  color: #16a34a !important;
  text-transform: uppercase !important;
}

.france-submit-notice {
  margin: 0 !important;
  color: #475569 !important;
  font-size: 13.5px !important;
  line-height: 1.5 !important;
  text-align: center !important;
  width: 100% !important;
}

.france-submit-notice strong {
  color: #0f172a !important;
  font-weight: 800 !important;
}

/* Keyframes */
@keyframes appSubmitSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes appSubmitBurstCircle {
  0% { transform: scale(0.15); opacity: 0; }
  60% { transform: scale(1.16); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes appSubmitCheckDraw {
  0% { stroke-dashoffset: 40; opacity: 0; }
  25% { opacity: 1; }
  100% { stroke-dashoffset: 0; opacity: 1; }
}

@keyframes appSubmitBurstRay {
  0% { stroke-dashoffset: 20; opacity: 0; }
  25% { opacity: 1; }
  100% { stroke-dashoffset: 0; opacity: 1; }
}

@keyframes successCardPop {
  0% {
    opacity: 0.5;
    transform: scale(0.94);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 580px) {
  .france-enquiry-dialog.has-submitted {
    padding: 24px 18px 20px !important;
    min-height: 280px !important;
  }
  .france-submit-final-card {
    gap: 14px !important;
    text-align: center !important;
  }
  .france-submit-avatar-col {
    flex: 0 0 95px !important;
    max-width: 95px !important;
  }
  .france-submit-avatar-img {
    max-height: 130px !important;
  }
  .france-submit-info-col {
    align-items: center !important;
    text-align: center !important;
  }
  .france-submit-title {
    font-size: 20px !important;
    text-align: center !important;
  }
  .france-submit-sub {
    font-size: 12.5px !important;
    text-align: center !important;
  }
  .france-submit-notice {
    font-size: 12px !important;
    text-align: center !important;
  }
  .france-final-burst-svg {
    width: 42px !important;
    height: 42px !important;
  }
}
