/*
 * Bina Travel — Internal Pages
 * Adapted from the previous global Elementor CSS.
 * Loaded only outside the front page.
 */

.bt-popup-open {
  overflow: hidden;
}

.bt-price-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  direction: rtl;
  font-family: Assistant, sans-serif;
}

.bt-price-popup.active {
  display: flex;
}

.bt-price-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(10px);
}

.bt-price-popup-box {
  position: relative;
  width: min(92vw, 520px);
  background: #ffffff;
  border-radius: 28px;
  padding: 34px 28px 26px;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.28);
  text-align: center;
  border: 1px solid rgba(226, 232, 240, 0.9);
  animation: btPopupIn 0.25s ease;
}

.bt-price-popup-x {
  position: absolute;
  top: 14px;
  left: 16px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #f1f5f9;
  color: #334155;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.bt-price-popup-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 16px;
  border-radius: 22px;
  background: linear-gradient(135deg, #e0f2fe, #eef2ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.bt-price-popup-box h3 {
  margin: 0 0 14px;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 900;
  color: #0f172a;
}

.bt-price-popup-box p {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.65;
  color: #475569;
  font-weight: 500;
}

.bt-price-brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 16px 0 12px;
}

.bt-price-brands span {
  padding: 9px 15px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  font-size: 15px;
  font-weight: 800;
}

.bt-price-popup-small {
  color: #1769f5 !important;
  font-weight: 800 !important;
}

.bt-price-popup-close {
  width: 100%;
  margin-top: 12px;
  border: none;
  border-radius: 16px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #1769f5, #1ab6e7);
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  font-family: Assistant, sans-serif;
}

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

@media (max-width: 600px) {
  .bt-price-popup-box {
    padding: 30px 20px 22px;
    border-radius: 24px;
  }
  .bt-price-popup-box h3 {
    font-size: 22px;
  }
  .bt-price-popup-box p {
    font-size: 16px;
  }
}

.bt-hero {
  padding-top: 120px !important;
}

@media (max-width: 991px) {
  .bt-hero {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
  }
  .bt-section {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .bt-about-wrap {
    gap: 80px !important;
  }
  .bt-about-image-box {
    margin-bottom: 20px !important;
  }
}

.bt-page a,
.bt-section a,
.bt-hero a {
  color: var(--brand, #1769f5);
  text-decoration: none;
  font-weight: 800;
}

.bt-page a:hover,
.bt-section a:hover,
.bt-hero a:hover {
  color: var(--brand-dark, #071f45);
}

.bt-section p a,
.bt-about-content p a,
.bt-faq-content p a {
  border-bottom: 1px solid rgba(61, 127, 240, 0.22);
  padding: 0 2px;
}

.bt-section p a:hover,
.bt-about-content p a:hover,
.bt-faq-content p a:hover {
  background: var(--brand-soft, #EEF5FF);
  border-bottom-color: var(--brand-dark, #071f45);
  border-radius: 4px;
}

.bt-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 4%, rgba(23, 105, 245, 0.06), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(26, 182, 231, 0.07), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 42%, #ffffff 100%);
  color: var(--text);
  text-rendering: geometricPrecision;
}
.bt-page,
.bt-page *,
.bt-page *::before,
.bt-page *::after {
  box-sizing: border-box;
}
.bt-page {
  direction: rtl;
  width: 100%;
  font-family: var(--font);
  color: var(--text);
  overflow: hidden;
}

.bt-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.bt-hero {
  font-family: 'Assistant', sans-serif !important;
  direction: rtl;
  position: relative;
  min-height: 90vh;
  padding: 100px 20px 100px;
  overflow: hidden;
  background-color: var(--bt-bg);
  background-image: radial-gradient(circle at 0% 0%, rgba(14, 165, 233, 0.12) 0%, transparent 35%),
    radial-gradient(circle at 100% 100%, rgba(37, 111, 212, 0.08) 0%, transparent 35%);
}

.bt-grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--bt-border) 1px, transparent 1px),
    linear-gradient(90deg, var(--bt-border) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(ellipse at center, black, transparent 80%);
  opacity: 0.4;
  pointer-events: none;
}

.bt-hero-inner {
  position: relative;
  z-index: 10;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.bt-brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  margin-bottom: 32px;
  border-radius: 100px;
  background: var(--bt-glass);
  border: 1px solid var(--bt-border);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(12px);
  color: var(--bt-dark);
  font-size: 14px;
  font-weight: 800;
}

.bt-brand-dot {
  width: 8px;
  height: 8px;
  background: #ff8a1f;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(255, 138, 31, 0.5);
}

.bt-beta-pill {
  padding: 3px 10px;
  border-radius: 100px;
  background: #f0f9ff;
  color: var(--bt-primary);
  font-size: 11px;
  font-weight: 900;
  border: 1px solid rgba(14, 165, 233, 0.2);
}

.bt-hero h1 {
  margin: 0 0 24px;
  color: var(--bt-dark);
  font-size: clamp(48px, 7vw, 82px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -2px;
}

.bt-hero h1 span {
  background: linear-gradient(135deg, var(--bt-primary), var(--bt-secondary));
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: inline-block;
}

.bt-subtitle {
  max-width: 740px;
  margin: 0 auto 48px;
  color: var(--bt-muted);
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.5;
  font-weight: 600;
}

.bt-ai-panel {
  max-width: 820px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--bt-border);
  box-shadow: 0 40px 100px var(--bt-glow),
    0 20px 55px rgba(15, 23, 42, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
}

.bt-ai-topline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--bt-muted);
  font-size: 13px;
  font-weight: 800;
}

.bt-ai-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 10px #10b981;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}

.bt-ai-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(203, 213, 225, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bt-ai-search:focus-within {
  border-color: rgba(37, 99, 235, 0.46);
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.09), 0 16px 34px rgba(37, 99, 235, 0.1);
}

.bt-ai-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #eef7ff, #ecfeff);
  color: #1769f5;
  font-size: 22px;
}

.bt-ai-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: var(--bt-dark);
  font-family: 'Assistant', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bt-ai-btn {
  height: 52px;
  padding: 0 28px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #071f45, #123b78);
  color: #ffffff !important;
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 14px 28px rgba(7, 31, 69, 0.18);
  transition: all 0.22s ease;
}

.bt-ai-btn:hover {
  background: linear-gradient(135deg, #123b78, #1769f5);
  transform: translateY(-2px);
}

.bt-suggestions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.bt-suggestions button {
  border: 1px solid rgba(37, 99, 235, 0.14);
  background: rgba(255, 255, 255, 0.9);
  color: #123b78;
  border-radius: 100px;
  padding: 7px 15px;
  font-family: 'Assistant', sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
  transition: all 0.2s ease;
}

.bt-suggestions button:hover {
  background: #eef7ff;
  color: #1769f5;
  transform: translateY(-2px);
}

.bt-results-card {
  max-width: 820px;
  margin: 40px auto 0;
  padding: 40px;
  border-radius: 32px;
  background: var(--bt-glass);
  border: 1px solid var(--bt-border);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.065),
    0 2px 8px rgba(37, 99, 235, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(24px);
  text-align: right;
}

.bt-result-header h3 {
  margin: 12px 0;
  color: var(--bt-dark);
  font-size: 28px;
  font-weight: 900;
}

.bt-ai-output {
  color: var(--bt-text);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}

.bt-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}

.bt-links-grid a {
  padding: 18px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 800;
  transition: all 0.2s ease;
  text-align: center;
}

.flight-link {
  background: var(--bt-primary);
  color: #fff !important;
}

.hotel-link {
  background: #ffffff;
  color: var(--bt-dark) !important;
  border: 1px solid var(--bt-border);
}

.flight-link:hover, .hotel-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.bt-mail-btn {
  width: 100%;
  margin-top: 16px;
  padding: 15px;
  border-radius: 16px;
  border: 1px dashed var(--bt-muted);
  background: transparent;
  color: var(--bt-text);
  font-weight: 700;
  cursor: pointer;
  font-family: 'Assistant', sans-serif;
}

@media (max-width: 768px) {
  .bt-hero { padding-top: 50px; }
  .bt-hero h1 { font-size: 46px; }
  .bt-ai-search { flex-direction: column; padding: 15px; }
  .bt-ai-input { width: 100%; text-align: center; padding: 15px 0; }
  .bt-ai-btn { width: 100%; justify-content: center; }
  .bt-links-grid { grid-template-columns: 1fr; }
}

.alignwide,
.alignfull {
  max-width: 100% !important;
  width: 100% !important;
}

.bt-page .entry-content,
.bt-page .wp-block-post-content {
  max-width: 100% !important;
  padding: 0 !important;
}

.bt-page .entry-content > .bt-hero,
.bt-page .wp-block-post-content > .bt-hero {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.bt-page .wp-site-blocks {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bt-inner-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 16px 95px;
  background: linear-gradient(115deg, rgba(255,255,255,0.96) 0%, rgba(244,246,250,0.92) 45%, rgba(238,245,255,0.88) 100%),
    radial-gradient(circle at 12% 18%, rgba(35,143,217,0.16), transparent 32%),
    radial-gradient(circle at 86% 14%, rgba(61,127,240,0.22), transparent 34%),
    radial-gradient(circle at 56% 74%, rgba(74,140,245,0.14), transparent 38%);
}

.bt-inner-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.24), rgba(255,255,255,0.92)),
    url("https://binatravel.com/wp-content/uploads/2026/04/bina-travel-ai-vacation-planning-hero.jpg.png");
  background-size: cover;
  background-position: center;
  opacity: 0.28;
}

.bt-inner-hero::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 38px;
  border: 1px solid rgba(61,127,240,0.13);
  background: linear-gradient(90deg, rgba(61,127,240,0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(61,127,240,0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.72;
  pointer-events: none;
}

.bt-inner-hero::after {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61,127,240,0.15), rgba(35,143,217,0.09) 45%, transparent 70%);
  top: -360px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.bt-inner-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}

.bt-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-dark);
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(61,127,240,0.16);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 16px;
  box-shadow: 0 10px 22px rgba(61,127,240,0.08);
}

.bt-inner-hero h1 {
  color: var(--brand-dark);
  font-size: 58px;
  line-height: 1.04;
  letter-spacing: -1.4px;
  font-weight: 900;
  margin: 0 0 18px;
}

.bt-inner-hero h1 span {
  color: var(--brand-mid);
}

.bt-inner-hero p {
  color: #43546a;
  font-size: 21px;
  line-height: 1.75;
  font-weight: 800;
  max-width: 760px;
  margin: 0 auto 30px;
}

.bt-inner-hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.bt-inner-hero-pills {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.bt-inner-hero-pills span {
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(37, 99, 235, 0.14);
  color: #123b78;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
  backdrop-filter: blur(14px);
}

.bt-section,
.bt-destinations-new,
.bt-about,
.bt-faq,
.bt-final-cta {
  position: relative;
}

.bt-section {
  padding: 96px 16px;
}

.bt-soft {
  background: radial-gradient(circle at 12% 8%, rgba(37, 99, 235, 0.08), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(6, 182, 212, 0.08), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.bt-intro .bt-container {
  max-width: 860px;
  text-align: center;
}

.bt-section h2 {
  color: #071f45;
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  font-weight: 900;
  margin: 0 0 16px;
}

.bt-section h3 {
  color: var(--brand-dark);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
  margin: 0 0 10px;
}

.bt-section p {
  color: #5f7088;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
  margin: 0 0 14px;
}

.bt-section-head {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.bt-section-head p {
  margin-bottom: 0;
}

.bt-section-head h2 {
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 900;
  color: #071f45;
  line-height: 1.04;
  margin-top: 12px;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.bt-section-head h2::after {
  content: "";
  display: block;
  width: 92px;
  height: 5px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #1769f5, #1ab6e7, #f59e0b);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.22);
}

.bt-section-head p,
.bt-about-content p,
.bt-expert-advice p {
  color: #5f7088;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  margin-top: 18px;
  line-height: 1.6;
  max-width: 600px;
  margin-inline: auto;
}

.bt-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.bt-split-intro {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

.bt-image-frame {
  position: relative;
  border-radius: 34px;
  padding: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(241,245,249,0.9));
  border: 1px solid rgba(203, 213, 225, 0.72);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.12), 0 8px 22px rgba(37, 99, 235, 0.08);
  transition: transform 0.3s ease;
}

.bt-image-frame:hover {
  transform: translateY(-5px);
}

.bt-image-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 25px;
  border: 1px solid rgba(0,0,0,0.05);
}

.bt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.bt-card,
.bt-card-center {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.9));
  border: 1px solid rgba(203, 213, 225, 0.72);
  border-radius: 28px;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.065),
    0 2px 8px rgba(37, 99, 235, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  transition: 0.18s ease;
}

.bt-card {
  padding: 26px;
}

.bt-card:hover,
.bt-card-center:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 28px 70px rgba(37, 99, 235, 0.12), 0 8px 24px rgba(15, 23, 42, 0.06);
}

.bt-card h3,
.bt-card-center h3 {
  color: #071f45;
}

.bt-card p,
.bt-card-center p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
  color: #64748b;
}

.bt-card-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 30px;
}

.bt-card-emoji {
  font-size: 45px;
  margin-bottom: 20px;
  line-height: 1;
}

.bt-card-center h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.bt-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.bt-step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.9));
  border-radius: 28px;
  border: 1px solid rgba(203, 213, 225, 0.72);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  transition: all 0.3s ease;
}

.bt-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 28px 70px rgba(37, 99, 235, 0.12), 0 8px 24px rgba(15, 23, 42, 0.06);
}

.bt-step-card span,
.bt-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
}

.bt-step-card span {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: linear-gradient(135deg, #1769f5, #1ab6e7);
  font-size: 16px;
  margin-bottom: 18px;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.24);
}

.bt-step-num {
  width: 60px;
  height: 60px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 20px;
  font-weight: 800;
  border-radius: 50%;
  margin-bottom: 25px;
  border: 2px solid #ffffff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.bt-step-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #071f45;
}

.bt-step-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

.bt-benefits {
  display: grid;
  gap: 14px;
}

.bt-benefit {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.9));
  border: 1px solid rgba(203, 213, 225, 0.72);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  transition: 0.18s ease;
}

.bt-benefit:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 28px 70px rgba(37, 99, 235, 0.12), 0 8px 24px rgba(15, 23, 42, 0.06);
}

.bt-benefit strong {
  display: block;
  color: #071f45;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 6px;
}

.bt-benefit span {
  display: block;
  color: #64748b;
  font-size: 15.5px;
  line-height: 1.65;
  font-weight: 700;
}

.bt-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.bt-benefit-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.9));
  padding: 35px 25px;
  border-radius: 28px;
  text-align: center;
  border: 1px solid rgba(203, 213, 225, 0.72);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  transition: all 0.3s ease;
}

.bt-benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 28px 70px rgba(37, 99, 235, 0.12), 0 8px 24px rgba(15, 23, 42, 0.06);
}

.bt-benefit-icon {
  font-size: 40px;
  margin-bottom: 20px;
}

.bt-benefit-card strong {
  display: block;
  font-size: 18px;
  margin-bottom: 12px;
  color: #071f45;
}

.bt-benefit-card span {
  font-size: 15px;
  color: #64748b;
  line-height: 1.5;
}

.bt-center-action {
  display: flex;
  justify-content: center;
  margin-top: 45px;
  width: 100%;
}

.bt-dest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
  justify-content: center;
}

.bt-dest-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 32px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 24px 65px rgba(15, 23, 42, 0.12), 0 6px 18px rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.86);
  min-height: 360px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bt-dest-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 85px rgba(37, 99, 235, 0.2), 0 12px 34px rgba(15, 23, 42, 0.12);
}

.bt-dest-image {
  position: relative;
  flex: 0 0 70%;
  height: auto;
  min-height: 252px;
  overflow: hidden;
}

.bt-dest-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.bt-dest-card:hover .bt-dest-image img {
  transform: scale(1.1);
}

.bt-dest-content {
  flex: 0 0 30%;
  padding: 18px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bt-dest-content strong,
.bt-dest-card strong {
  display: block;
  font-size: 18px;
  color: #071f45;
  margin-bottom: 6px;
  font-weight: 900;
}

.bt-dest-content span,
.bt-dest-card span {
  display: block;
  font-size: 14px;
  color: #64748b;
  line-height: 1.4;
  font-weight: 700;
}

.bt-section-extra p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.9));
  border: 1px solid rgba(203, 213, 225, 0.72);
  border-radius: 22px;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
}

.bt-section-extra p strong {
  color: var(--brand-dark);
  font-weight: 900;
}

.bt-section-extra p a {
  color: var(--brand);
  text-decoration: none;
  font-weight: 800;
  border-bottom: 1px solid rgba(61, 127, 240, 0.2);
  transition: all 0.2s ease;
  padding: 0 2px;
}

.bt-section-extra p a:hover {
  color: var(--brand-dark);
  border-bottom-color: var(--brand-dark);
  background: var(--brand-soft);
  border-radius: 4px;
}

.bt-expert-advice {
  max-width: 880px;
  margin: 60px auto 0;
  text-align: right;
  padding: 0 20px;
  direction: rtl;
}

.bt-expert-head h2 {
  color: var(--brand-dark);
  font-size: clamp(28px, 4vw, 34px);
  font-weight: 900;
  margin-bottom: 25px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-align: right;
}

.bt-expert-advice strong {
  color: var(--brand-dark);
  font-weight: 900;
}

.bt-expert-advice a {
  color: var(--brand);
  text-decoration: none;
  font-weight: 800;
  border-bottom: 1px solid rgba(61, 127, 240, 0.25);
  transition: all 0.25s ease;
}

.bt-expert-advice a:hover {
  color: var(--brand-dark);
  border-bottom-color: var(--brand-dark);
  background: var(--brand-soft);
  border-radius: 4px;
  padding: 0 5px;
}

.bt-about {
  background: #ffffff;
  direction: rtl;
}

.bt-about-wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
}

.bt-about-content {
  text-align: center;
}

.bt-about-content .bt-section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}

.bt-about-content h2 {
  margin: 0 0 26px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.12;
  font-weight: 900;
  color: #062b63;
  letter-spacing: -0.04em;
}

.bt-about-content p {
  margin: 0 0 18px;
  font-size: 19px;
  line-height: 1.95;
  font-weight: 700;
  color: #718098;
  text-align: right;
}

.bt-about-content p:last-child {
  margin-bottom: 0;
}

.bt-about-image-box {
  position: relative;
  border-radius: 34px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(241,245,249,0.9));
  border: 1px solid rgba(203, 213, 225, 0.72);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.12), 0 8px 22px rgba(37, 99, 235, 0.08);
}

.bt-about-image-box::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 36px;
  background: radial-gradient(circle at 45% 45%, rgba(37, 99, 235, 0.16), transparent 64%),
    radial-gradient(circle at 70% 20%, rgba(6, 182, 212, 0.12), transparent 48%);
  z-index: 0;
}

.bt-about-image-box img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  border-radius: 25px;
  object-fit: cover;
  aspect-ratio: 1.08 / 1;
}

.bt-section-badge,
.bt-kicker,
.bt-brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 36px;
  padding: 0 17px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(37, 99, 235, 0.13);
  color: #0f3f86;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
}

.bt-section-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 999px;
  background: #1ab6e7;
  box-shadow: 0 0 0 6px rgba(6, 182, 212, 0.12);
}

.bt-hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0 auto 22px;
}

.bt-primary-btn,
.bt-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  font-family: "Assistant", sans-serif;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  transition: all 0.22s ease;
  white-space: nowrap;
}

.bt-primary-btn {
  background: linear-gradient(135deg, #1769f5 0%, #1ab6e7 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.22);
}

.bt-primary-btn:hover {
  transform: translateY(-3px);
  color: #ffffff !important;
  box-shadow: 0 24px 56px rgba(37, 99, 235, 0.34), 0 8px 20px rgba(6, 182, 212, 0.16);
}

.bt-secondary-btn {
  background: rgba(255, 255, 255, 0.88);
  color: #071f45 !important;
  border: 1px solid rgba(37, 99, 235, 0.18);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.9);
  backdrop-filter: blur(14px);
}

.bt-secondary-btn:hover {
  background: #eef7ff;
  color: #0e6cf2 !important;
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.34);
}

.bt-btn-arrow {
  font-size: 20px;
  line-height: 1;
}

.bt-destination-pills {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 760px;
  margin: 14px auto 0;
}

.bt-destination-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 17px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(37, 99, 235, 0.14);
  color: #123b78;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
  backdrop-filter: blur(12px);
}

.bt-btn,
.bt-primary-btn,
.bt-secondary-btn,
.bt-btn-all-dest,
.bt-ai-btn,
.bt-price-popup-close {
  border-radius: 999px;
  transition: transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

.bt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 24px;
  text-decoration: none;
  font-family: var(--font);
  font-size: 17px;
  font-weight: 900;
  white-space: nowrap;
}

.bt-btn-primary,
.bt-btn-all-dest,
.bt-price-popup-close {
  background: linear-gradient(135deg, #1769f5 0%, #1ab6e7 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.22);
}

.bt-btn-primary:hover,
.bt-btn-all-dest:hover,
.bt-price-popup-close:hover {
  transform: translateY(-3px);
  color: #ffffff !important;
  box-shadow: 0 24px 56px rgba(37, 99, 235, 0.34), 0 8px 20px rgba(6, 182, 212, 0.16);
}

.bt-btn-light,
.bt-btn-outline {
  background: rgba(255, 255, 255, 0.88);
  color: #071f45 !important;
  border: 1px solid rgba(37, 99, 235, 0.18);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.9);
  backdrop-filter: blur(14px);
}

.bt-btn-light:hover,
.bt-btn-outline:hover {
  background: #eef7ff;
  color: #0e6cf2 !important;
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.34);
}

.bt-faq {
  background: transparent;
  padding: 100px 0;
  direction: rtl;
}

.bt-faq-list {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: transparent;
}

.bt-faq-item,
.bt-faq details {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.9));
  border: 1px solid rgba(203, 213, 225, 0.72);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.065),
    0 2px 8px rgba(37, 99, 235, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  overflow: hidden;
  transition: all 0.3s ease;
}

.bt-faq-item[open],
.bt-faq details[open] {
  border-color: rgba(37, 99, 235, 0.36);
  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.12), 0 6px 18px rgba(15, 23, 42, 0.05);
}

.bt-faq-item summary,
.bt-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 30px;
  font-size: 19px;
  font-weight: 900;
  color: #071f45;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  outline: none;
  transition: all 0.2s ease;
}

.bt-faq-item summary::-webkit-details-marker,
.bt-faq summary::-webkit-details-marker {
  display: none;
}

.bt-faq-item summary::after {
  content: "";
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='3'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 4.5v15m7.5-7.5h-15' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: linear-gradient(135deg, #eef7ff, #ecfeff);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.bt-faq-item[open] summary::after {
  transform: rotate(45deg);
}

.bt-faq summary::after {
  content: "+";
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #1769f5;
  font-size: 26px;
  font-weight: 400;
  font-family: Arial, sans-serif;
  line-height: 1;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eef7ff, #ecfeff);
  box-shadow: inset 0 0 0 1px rgba(37,99,235,0.1);
  border-radius: 50%;
}

.bt-faq details[open] summary::after {
  content: "\2013";
  transform: translateY(-50%) rotate(180deg);
}

.bt-faq-content {
  padding: 0 30px 24px;
}

.bt-faq-content p {
  font-size: 16px;
  color: #64748b;
  line-height: 1.7;
  font-weight: 600;
  margin: 0;
}

.bt-faq details p {
  padding: 0 22px 20px;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  color: #64748b;
}

.bt-final-cta {
  position: relative;
  overflow: hidden;
  padding: 90px 16px;
  background: radial-gradient(circle at 12% 16%, rgba(37, 99, 235, 0.1), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(6, 182, 212, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.bt-final-cta::before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 34px;
  border: 1px solid rgba(61,127,240,0.12);
  background: linear-gradient(90deg, rgba(61,127,240,0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(61,127,240,0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.bt-final-cta .bt-container {
  position: relative;
  z-index: 2;
}

.bt-cta-box {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.9));
  border: 1px solid rgba(203, 213, 225, 0.72);
  border-radius: 36px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  align-items: center;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.065),
    0 2px 8px rgba(37, 99, 235, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
}

.bt-cta-box::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,0.16), transparent 68%);
  left: -100px;
  top: -120px;
}

.bt-cta-box::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(6,182,212,0.14), transparent 68%);
  right: -90px;
  bottom: -110px;
}

.bt-cta-box > * {
  position: relative;
  z-index: 2;
}

.bt-cta-box h2 {
  font-size: 40px;
  line-height: 1.12;
  margin-bottom: 10px;
  color: #071f45;
}

.bt-cta-box p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 0;
}

.bt-cta-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.bt-destinations-new {
  font-family: "Assistant", sans-serif;
  background: radial-gradient(circle at 12% 8%, rgba(37, 99, 235, 0.08), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(6, 182, 212, 0.08), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  padding: 86px 0;
  overflow: hidden;
}

.bt-dest-scroll {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.bt-dest-card-new,
.bt-dest-card-new.bt-hotel-card {
  position: relative;
  min-height: 320px !important;
  aspect-ratio: 1 / 1.05 !important;
  overflow: hidden !important;
  border-radius: 30px !important;
  text-decoration: none;
  isolation: isolate;
  background: #0f172a !important;
  box-shadow: 0 24px 65px rgba(15, 23, 42, 0.12), 0 6px 18px rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.86);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bt-dest-card-new img,
.bt-dest-card-new.bt-hotel-card img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  z-index: 1 !important;
  transition: transform 0.55s ease;
}

.bt-dest-layer {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  background: linear-gradient(180deg, rgba(6,21,43,0.02) 0%, rgba(6,21,43,0.22) 38%, rgba(6,21,43,0.92) 100%) !important;
}

.bt-dest-info {
  position: absolute !important;
  right: 22px !important;
  left: 22px !important;
  bottom: 22px !important;
  z-index: 3 !important;
  color: #ffffff;
}

.bt-dest-info span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.22) !important;
  border: 1px solid rgba(255,255,255,0.24) !important;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 12px;
  backdrop-filter: blur(10px);
}

.bt-dest-info strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 8px;
  color: #ffffff !important;
  text-shadow: 0 8px 24px rgba(0,0,0,0.32) !important;
}

.bt-dest-info p {
  margin: 0;
  color: rgba(255,255,255,0.82) !important;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  text-shadow: 0 6px 18px rgba(0,0,0,0.28) !important;
}

.bt-dest-card-new:hover,
.bt-dest-card-new.bt-hotel-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 85px rgba(37, 99, 235, 0.2), 0 12px 34px rgba(15, 23, 42, 0.12);
}

.bt-dest-card-new:hover img {
  transform: scale(1.08);
}

.bt-mobile-swipe-hint {
  display: none;
}

.bt-btn-all-dest {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1769f5 0%, #1ab6e7 100%) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,0.18) !important;
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.bt-btn-all-dest span,
.bt-btn-all-dest svg {
  position: relative;
  z-index: 2;
  color: #ffffff !important;
  stroke: #ffffff !important;
}

.bt-btn-all-dest svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bt-btn-all-dest:hover {
  transform: translateY(-3px);
  color: #ffffff !important;
  box-shadow: 0 24px 56px rgba(37, 99, 235, 0.34), 0 8px 20px rgba(6, 182, 212, 0.16);
}

.bt-hotel-picks {
  padding: 90px 0;
  background: #f8fafc;
  direction: rtl;
  font-family: "Assistant", sans-serif;
}

.bt-hotel-picks .bt-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.bt-hotel-picks .bt-section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 28px;
}

.bt-hotel-picks .bt-section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: #eef7ff;
  color: #1769f5;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 14px;
}

.bt-hotel-picks h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.15;
}

.bt-hotel-picks .bt-section-head p {
  margin: 14px auto 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.75;
}

.bt-hotel-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto 44px;
}

.bt-tab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(226,232,240,.95);
  border-radius: 999px;
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 8px 24px rgba(15,23,42,.055);
  font-family: "Assistant", sans-serif;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: .22s ease;
}

.bt-tab-btn:hover {
  background: #f8fafc;
  border-color: #1769f5;
  color: #1769f5;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.bt-tab-btn.active {
  background: linear-gradient(135deg, #1769f5, #1ab6e7);
  color: #ffffff;
  border-color: #1769f5;
  box-shadow: 0 18px 40px rgba(37,99,255,.22);
}

.bt-tab-btn.active:hover {
  background: linear-gradient(135deg, #1769f5, #1ab6e7);
  color: #ffffff;
  transform: translateY(-2px);
}

.bt-rating-block {
  display: none;
  scroll-margin-top: 120px;
  margin-top: 54px;
  animation: btFade .28s ease;
}

.bt-rating-block.active {
  display: block;
}

@keyframes btFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.bt-rating-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.bt-rating-head span {
  display: inline-flex;
  align-items: center;
  color: #1769f5;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.bt-rating-head h3 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.2;
}

.bt-rating-head p {
  max-width: 410px;
  margin: 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.7;
}

.bt-hotels-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.bt-hotel-card {
  overflow: hidden;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(226,232,240,.9);
  box-shadow: 0 18px 42px rgba(15,23,42,.07);
  transition: .24s ease;
}

.bt-hotel-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(15,23,42,.11);
}

.bt-hotel-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.bt-hotel-content {
  padding: 20px;
}

.bt-hotel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.bt-hotel-area {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: #eef7ff;
  color: #1769f5;
  font-size: 13px;
  font-weight: 900;
}

.bt-stars {
  color: #f59e0b;
  font-size: 14px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.bt-hotel-content h4 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.bt-hotel-content p {
  margin: 0 0 14px;
  color: #64748b;
  font-size: 15.5px;
  line-height: 1.65;
}

.bt-hotel-content ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.bt-hotel-content li {
  position: relative;
  color: #334155;
  font-size: 14.5px;
  font-weight: 750;
  padding-right: 20px;
}

.bt-hotel-content li::before {
  content: "";
  position: absolute;
  right: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #1769f5;
  box-shadow: 0 0 0 4px rgba(21,94,239,.1);
}

.bt-hotel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1769f5, #1ab6e7);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(37,99,255,.18);
  transition: .22s ease;
}

.bt-hotel-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(37,99,255,.24);
  color: #ffffff !important;
}

.bt-breadcrumb-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 28px auto;
  padding: 0 24px;
}

.rank-math-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: fit-content;
  height: 34px;
  padding: 0 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(37, 99, 235, 0.14);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055),
    inset 0 1px 0 rgba(255,255,255,0.9);
  backdrop-filter: blur(12px);
  line-height: 1;
  transform: translateX(-18px);
}

.rank-math-breadcrumb p,
.rank-math-breadcrumb span,
.rank-math-breadcrumb a {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}

.rank-math-breadcrumb a {
  color: #1769f5;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: 0.18s ease;
}

.rank-math-breadcrumb a:hover {
  opacity: 0.8;
}

.rank-math-breadcrumb .separator {
  color: #9AA9BC;
  font-size: 11px;
  margin: 0 8px;
}

.rank-math-breadcrumb span.last {
  color: #071f45;
  font-size: 13px;
  font-weight: 900;
}

.bt-price-popup-overlay {
  background: rgba(7, 31, 69, 0.62);
  backdrop-filter: blur(18px);
}

.bt-price-popup-box {
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,0.82);
  background: radial-gradient(circle at 18% 0%, rgba(37,99,235,0.12), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(6,182,212,0.12), transparent 30%),
    #ffffff;
  box-shadow: 0 42px 110px rgba(15, 23, 42, 0.34),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.bt-price-popup-x {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  color: #0f172a;
  line-height: 1;
  padding: 0;
}

.bt-price-popup-x:hover {
  background: #eef7ff;
  color: #1769f5;
}

.bt-price-popup-icon {
  background: linear-gradient(135deg, #eef7ff, #ecfeff);
  box-shadow: inset 0 0 0 1px rgba(37,99,235,0.1), 0 14px 30px rgba(37,99,235,0.1);
}

@media (max-width: 991px) {
  .bt-split-intro {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .bt-intro-image {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 980px) {
  .bt-section {
    padding: 72px 14px;
  }
  .bt-grid,
  .bt-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bt-dest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bt-split,
  .bt-cta-box {
    grid-template-columns: 1fr;
  }
  .bt-cta-actions {
    grid-template-columns: repeat(3, 1fr);
  }
  .bt-cta-box {
    padding: 34px 24px;
  }
  .bt-hotels-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bt-rating-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .bt-rating-head p {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .bt-about-wrap {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .bt-about-content {
    text-align: center;
  }
  .bt-about-image-box {
    max-width: 520px;
    margin: 0 auto;
  }
  .bt-about-content p {
    font-size: 17px;
    line-height: 1.85;
  }
  .bt-mobile-swipe-hint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    margin: 2px auto 18px;
    color: #1268dc;
    font-size: 14px;
    font-weight: 900;
  }
  .bt-mobile-swipe-hint b {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1769f5, #1ab6e7);
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(36, 103, 255, 0.24);
    animation: btSwipeHint 1.4s ease-in-out infinite;
  }
  @keyframes btSwipeHint {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-6px); }
  }
  .bt-dest-scroll {
    display: flex !important;
    gap: 14px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    padding: 4px 2px 18px !important;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .bt-dest-scroll::-webkit-scrollbar {
    display: none;
  }
  .bt-dest-card-new,
  .bt-dest-card-new.bt-hotel-card {
    flex: 0 0 82% !important;
    min-height: 330px !important;
    aspect-ratio: 1 / 1.08 !important;
    scroll-snap-align: center !important;
  }
  .bt-dest-info {
    right: 18px !important;
    left: 18px !important;
    bottom: 18px !important;
  }
  .bt-dest-info strong {
    font-size: 34px !important;
  }
  .bt-dest-info p {
    font-size: 15px !important;
  }
  .bt-section-head h2 {
    font-size: 38px;
  }
  .bt-section-head p {
    font-size: 17px;
    max-width: 92%;
  }
}

@media (min-width: 901px) {
  .bt-dest-scroll {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 22px !important;
  }
  .bt-dest-card-new,
  .bt-dest-card-new.bt-hotel-card {
    min-height: 320px !important;
    aspect-ratio: 1 / 1.04 !important;
  }
}

@media (max-width: 768px) {
  .bt-hero { padding-top: 50px; }
  .bt-hero h1 { font-size: 46px; }
  .bt-ai-search { flex-direction: column; padding: 15px; }
  .bt-ai-input { width: 100%; text-align: center; padding: 15px 0; }
  .bt-ai-btn { width: 100%; justify-content: center; }
  .bt-links-grid { grid-template-columns: 1fr; }
  .bt-hero-actions {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
  }
  .bt-primary-btn,
  .bt-secondary-btn {
    width: 100%;
    max-width: 340px;
    min-height: 54px;
    font-size: 16px;
  }
  .bt-destination-pills {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 4px 6px;
    scrollbar-width: none;
  }
  .bt-destination-pills::-webkit-scrollbar {
    display: none;
  }
  .bt-destination-pills span {
    flex: 0 0 auto;
    font-size: 13px;
    padding: 8px 14px;
  }
  .bt-section-badge {
    font-size: 13px;
    padding: 8px 15px;
  }
  .bt-breadcrumb-wrap {
    padding: 0 20px;
    margin: -10px auto 26px auto;
    justify-content: flex-start;
  }
  .rank-math-breadcrumb {
    transform: none;
    max-width: 100%;
    height: auto;
    min-height: 34px;
    padding: 9px 14px;
    white-space: normal;
    flex-wrap: wrap;
    row-gap: 6px;
    line-height: 1.35;
  }
  .rank-math-breadcrumb p,
  .rank-math-breadcrumb span,
  .rank-math-breadcrumb a {
    line-height: 1.35;
  }
  .rank-math-breadcrumb a,
  .rank-math-breadcrumb span.last {
    font-size: 12px;
  }
  .rank-math-breadcrumb .separator {
    margin: 0 6px;
  }
  .bt-faq-item summary {
    display: block !important;
    position: relative !important;
    padding: 18px 20px 18px 62px !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    text-align: right !important;
  }
  .bt-faq-item summary::after {
    position: absolute !important;
    left: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .bt-faq-item[open] summary::after {
    transform: translateY(-50%) rotate(45deg) !important;
  }
  .bt-about-wrap {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    overflow: visible !important;
  }
  .bt-about-content,
  .bt-about-image,
  .bt-about-tip {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    inset: auto !important;
    margin: 0 !important;
  }
  .bt-about-content { grid-row: 1 !important; }
  .bt-about-tip { grid-row: 2 !important; }
  .bt-about-image { grid-row: 3 !important; }
  .bt-expert-advice {
    margin-top: 45px;
  }
  .bt-expert-advice p {
    font-size: 16.5px;
    line-height: 1.75;
  }
}

@media (max-width: 760px) {
  .bt-container {
    width: calc(100% - 24px);
  }
  .bt-inner-hero {
    padding: 112px 14px 58px;
  }
  .bt-inner-hero-bg {
    opacity: 0.22;
  }
  .bt-inner-hero::before {
    inset: 10px;
    border-radius: 24px;
    background-size: 34px 34px;
  }
  .bt-inner-hero::after {
    width: 520px;
    height: 520px;
    top: -270px;
  }
  .bt-inner-hero h1 {
    font-size: 38px;
    line-height: 1.08;
    letter-spacing: -0.7px;
  }
  .bt-inner-hero p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 22px;
  }
  .bt-inner-hero-actions {
    flex-direction: column;
  }
  .bt-inner-hero-pills {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .bt-inner-hero-pills::-webkit-scrollbar {
    display: none;
  }
  .bt-inner-hero-pills span {
    flex-shrink: 0;
    font-size: 13px;
  }
  .bt-section {
    padding: 56px 14px;
  }
  .bt-section h2 {
    font-size: 29px;
    line-height: 1.18;
    letter-spacing: -0.3px;
  }
  .bt-section h3 {
    font-size: 20px;
  }
  .bt-section p {
    font-size: 16px;
    line-height: 1.75;
  }
  .bt-section-head {
    margin-bottom: 28px;
  }
  .bt-section-head h2 {
    font-size: 34px;
    line-height: 1.08;
  }
  .bt-section-head p {
    font-size: 16px;
    line-height: 1.65;
  }
  .bt-grid,
  .bt-steps-grid,
  .bt-benefits-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .bt-dest-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .bt-card,
  .bt-card-center,
  .bt-step-card,
  .bt-benefit,
  .bt-benefit-card {
    border-radius: 24px;
    padding: 24px 20px;
  }
  .bt-split {
    gap: 28px;
  }
  .bt-dest-card {
    min-height: 260px;
    border-radius: 26px;
  }
  .bt-dest-image {
    flex: 0 0 70%;
    min-height: 182px;
  }
  .bt-dest-content {
    flex: 0 0 30%;
    padding: 12px 10px;
  }
  .bt-dest-content strong,
  .bt-dest-card strong {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .bt-dest-content span,
  .bt-dest-card span {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .bt-faq summary {
    font-size: 16.5px;
    padding: 18px 18px 18px 48px;
  }
  .bt-faq summary::after {
    left: 18px;
  }
  .bt-faq details p {
    padding: 0 18px 18px;
    font-size: 15.5px;
  }
  .bt-faq details,
  .bt-faq-item {
    border-radius: 20px;
  }
  .bt-faq-content {
    padding: 0 20px 20px;
  }
  .bt-faq-content p {
    font-size: 14.5px;
  }
  .bt-final-cta {
    padding: 58px 14px;
  }
  .bt-final-cta::before {
    inset: 10px;
    border-radius: 24px;
    background-size: 32px 32px;
  }
  .bt-cta-box {
    border-radius: 28px;
    padding: 28px 20px;
    gap: 22px;
  }
  .bt-cta-box h2 {
    font-size: 30px;
    line-height: 1.16;
  }
  .bt-cta-box p {
    font-size: 16px;
  }
  .bt-cta-actions {
    grid-template-columns: 1fr;
  }
  .bt-btn,
  .bt-primary-btn,
  .bt-secondary-btn,
  .bt-btn-all-dest {
    min-height: 54px;
    width: 100%;
  }
  .bt-section-extra p {
    display: block;
    padding: 16px 18px;
    border-radius: 18px;
    font-size: 16px;
    line-height: 1.7;
  }
}

@media (max-width: 620px) {
  .bt-hotel-picks {
    padding: 64px 0;
  }
  .bt-hotel-tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
    margin-bottom: 34px;
    scrollbar-width: none;
  }
  .bt-hotel-tabs::-webkit-scrollbar {
    display: none;
  }
  .bt-tab-btn {
    white-space: nowrap;
    min-height: 42px;
    padding: 0 16px;
    font-size: 14px;
  }
  .bt-hotels-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bt-rating-block {
    margin-top: 44px;
  }
  .bt-rating-head {
    margin-bottom: 16px;
  }
  .bt-hotel-card {
    border-radius: 22px;
  }
  .bt-hotel-card img {
    height: auto;
  }
  .bt-hotel-content {
    padding: 18px;
  }
  .bt-hotel-content h4 {
    font-size: 19px;
  }
  .bt-hotel-content p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .bt-breadcrumb-wrap {
    margin: -6px auto 30px auto;
    padding: 0 18px;
    justify-content: flex-start;
  }
  .bt-dest-card-new,
  .bt-dest-card-new.bt-hotel-card {
    flex-basis: 86% !important;
    min-height: 315px !important;
    aspect-ratio: 1 / 1.08 !important;
  }
  .bt-dest-info strong {
    font-size: 31px !important;
  }
}

@media (max-width: 480px) {
  .bt-section-head h2 {
    font-size: 34px;
  }
}


@media (max-width: 769px) {
  .bt-section,
  .bt-section.bt-soft,
  .bt-about.bt-section,
  .bt-intro.bt-section {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .bt-inner-hero {
    padding-top: 80px !important;
    padding-bottom: 24px !important;
  }
  .bt-destinations-new {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .bt-hotel-picks {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .bt-faq {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .bt-final-cta {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .bt-section-head {
    margin-bottom: 14px !important;
  }
  .bt-faq-list {
    gap: 8px !important;
  }
  .bt-rating-block {
    margin-top: 14px !important;
  }
}
