/* =========================================
   Home style block 1
========================================= */
.blh *,
.blh *::before,
.blh *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.blh {
  --blh-ink: #0a2342;
  --blh-text: #42556e;
  --blh-muted: #7d8ea4;
  --blh-blue: #0e6cf2;
  --blh-cyan: #00b0d8;
  --blh-warm: #ff9d4d;
  --blh-line: rgba(198, 214, 231, 0.8);
  position: relative;
  width: 100%;
  min-height: 100svh;
  padding: clamp(132px, 12vw, 172px) 22px 52px;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  background: #f2f8fe;
  color: var(--blh-ink);
  font-family: "Assistant", sans-serif;
}



.blh-background {
  position: absolute;
  inset: 0;
  z-index: -5;
  background:
    linear-gradient(
      180deg,
      rgba(245, 250, 255, 0.74) 0%,
      rgba(240, 249, 255, 0.68) 36%,
      rgba(250, 252, 255, 0.92) 78%,
      #ffffff 100%
    ),
    url("https://binatravel.com/wp-content/uploads/2026/05/bina-wallpaper.png")
      center 48% / cover no-repeat;
  transform: scale(1.025);
}

.blh-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 50% 4%,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.62) 24%,
      transparent 54%
    ),
    radial-gradient(
      ellipse at 50% 96%,
      rgba(255, 224, 189, 0.28),
      transparent 55%
    ),
    linear-gradient(
      90deg,
      rgba(214, 240, 255, 0.24),
      rgba(255, 255, 255, 0.04),
      rgba(214, 240, 255, 0.24)
    );
}

.blh-background::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 36%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(255, 250, 244, 0.6) 46%,
    rgba(255, 255, 255, 0.92) 78%,
    #ffffff 100%
  );
}



.blh-noise {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.05;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(14, 108, 242, 0.55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 108, 242, 0.55) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(
    ellipse at 50% 32%,
    #000 0%,
    transparent 74%
  );
  mask-image: radial-gradient(
    ellipse at 50% 32%,
    #000 0%,
    transparent 74%
  );
}

.blh-glow {
  position: absolute;
  z-index: -3;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(16px);
}

.blh-glow-one {
  top: -260px;
  left: 50%;
  width: 720px;
  height: 720px;
  transform: translateX(-50%);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.92),
    rgba(255, 255, 255, 0.16) 48%,
    transparent 70%
  );
}

.blh-glow-two {
  right: 50%;
  bottom: 10px;
  width: 880px;
  height: 280px;
  transform: translateX(50%);
  background: radial-gradient(
    ellipse,
    rgba(255, 157, 77, 0.14),
    rgba(14, 108, 242, 0.07) 55%,
    transparent 72%
  );
}

.blh-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
}



.blh-shell::before,
.blh-shell::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.blh-shell::before {
  top: -60px;
  left: -180px;
  width: 620px;
  height: 620px;
  border: 2px dashed rgba(14, 108, 242, 0.18);
  transform: rotate(12deg);
  -webkit-mask-image: linear-gradient(150deg, #000 34%, transparent 62%);
  mask-image: linear-gradient(150deg, #000 34%, transparent 62%);
}

.blh-shell::after {
  right: -150px;
  bottom: -110px;
  width: 460px;
  height: 460px;
  border: 2px dashed rgba(255, 157, 77, 0.3);
  transform: rotate(-10deg);
  -webkit-mask-image: linear-gradient(320deg, #000 30%, transparent 60%);
  mask-image: linear-gradient(320deg, #000 30%, transparent 60%);
}

.blh-content {
  width: min(960px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}



.blh-eyebrow {
  min-height: 38px;
  padding: 7px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(14, 108, 242, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: #4f6885;
  font-size: 13px;
  font-weight: 800;
  box-shadow:
    0 12px 32px rgba(24, 74, 124, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.blh-eyebrow i {
  width: 24px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(14, 108, 242, 0.35),
    rgba(255, 157, 77, 0.45)
  );
}

.blh-eyebrow-icon {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  color: var(--blh-warm);
}

.blh-eyebrow-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}



.blh h1 {
  max-width: 920px;
  margin-top: 22px;
  font-family: "Assistant", sans-serif;
  font-size: clamp(52px, 6.6vw, 92px);
  font-weight: 800; 
  
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
  text-shadow: 0 3px 24px rgba(255, 255, 255, 0.72);
}
.blh h1 em {
  display: block;
  margin-top: 7px;
  font-style: normal;
  color: transparent;
  background: linear-gradient(
    105deg,
    #0e6cf2 0%,
    #0a93e4 45%,
    #00bfc4 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blh-subtitle {
  width: min(690px, 100%);
  margin-top: 22px;
  color: #3e536d;
  font-size: clamp(17px, 1.55vw, 21px);
  font-weight: 500;
  line-height: 1.7;
  text-wrap: balance;
}



.blh-form {
  position: relative;
  width: min(940px, 100%);
  margin-top: 36px;
  padding: 17px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 27px;
  background: rgba(250, 253, 255, 0.9);
  box-shadow:
    0 38px 90px rgba(16, 62, 108, 0.15),
    0 10px 30px rgba(19, 72, 124, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.blh-form::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 12%;
  width: 460px;
  height: 170px;
  transform: rotate(-8deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  pointer-events: none;
}


.blh-form::after {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  left: 26px;
  height: 3px;
  z-index: 3;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(
    90deg,
    var(--blh-blue) 0%,
    var(--blh-cyan) 55%,
    var(--blh-warm) 100%
  );
  opacity: 0.85;
  pointer-events: none;
}

.blh-form:focus-within {
  border-color: rgba(14, 108, 242, 0.3);
  box-shadow:
    0 0 0 5px rgba(14, 108, 242, 0.06),
    0 42px 96px rgba(16, 62, 108, 0.18),
    inset 0 1px 0 #ffffff;
}

.blh-form-top {
  position: relative;
  z-index: 2;
  padding: 4px 5px 13px;
  display: flex;
  align-items: center;
  gap: 11px;
  text-align: right;
}



.blh-ai {
  position: relative;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  display: grid;
  place-items: center;
}

.blh-ai-core {
  position: relative;
  z-index: 3;
  width: 34px;
  height: 34px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 35% 25%,
      rgba(255, 255, 255, 0.95),
      transparent 14%
    ),
    linear-gradient(145deg, #2fc6ec 0%, #0b78f0 55%, #1547cf 100%);
  box-shadow:
    inset 0 2px 6px rgba(255, 255, 255, 0.6),
    inset 0 -4px 9px rgba(0, 44, 155, 0.2),
    0 7px 18px rgba(14, 108, 242, 0.3);
}

.blh-ai-core i {
  width: 4px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.9);
  animation: blh-blink 4.7s infinite;
}

.blh-ai-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(14, 108, 242, 0.28);
  pointer-events: none;
}

.blh-ai-ring-one {
  inset: 1px;
  animation: blh-spin 5s linear infinite;
}

.blh-ai-ring-two {
  inset: -4px;
  border: 1px dashed rgba(0, 176, 216, 0.4);
  animation: blh-spin 9s linear infinite reverse;
}

.blh-form-heading {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.blh-form-heading strong {
  color: #1c334f;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.blh-form-heading small {
  color: #8697aa;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.3;
}

.blh-form textarea {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  min-height: 91px;
  max-height: 160px;
  padding: 20px 21px;
  resize: none;
  overflow-y: auto;
  border: 1px solid rgba(193, 212, 230, 0.8);
  border-radius: 18px;
  outline: none;
  background: rgba(255, 255, 255, 0.97);
  color: var(--blh-ink);
  direction: rtl;
  text-align: right;
  font: 700 18px/1.55 "Assistant", sans-serif;
  box-shadow:
    inset 0 1px 0 #ffffff,
    0 8px 22px rgba(24, 72, 118, 0.04);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.blh-form textarea:focus {
  border-color: rgba(14, 108, 242, 0.4);
  background: #ffffff;
  box-shadow:
    0 0 0 4px rgba(0, 176, 216, 0.07),
    inset 0 1px 0 #ffffff;
}

.blh-form textarea::placeholder {
  color: #97a8bb;
  font-weight: 500;
  opacity: 1;
}

.blh-form-footer {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}



.blh-party {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.blh-party-label {
  margin-left: 3px;
  color: #8192a5;
  font-size: 12.5px;
  font-weight: 700;
}

.blh-party-button {
  min-height: 40px;
  padding: 8px 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: #5f7189;
  cursor: pointer;
  white-space: nowrap;
  font: 700 12.5px "Assistant", sans-serif;
  transition:
    color 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.blh-party-button:hover {
  color: var(--blh-blue);
  background: #eef6fd;
}

.blh-party-button.is-active {
  color: #0d5fd6;
  border-color: rgba(14, 108, 242, 0.18);
  background: linear-gradient(180deg, #f0f8ff, #e5f2ff);
  box-shadow: inset 0 1px 0 #ffffff;
}

.blh-party-button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blh-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.blh-voice {
  width: 49px;
  height: 49px;
  flex: 0 0 49px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(193, 211, 228, 0.8);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.85);
  color: #5d7089;
  cursor: pointer;
  box-shadow: inset 0 1px 0 #ffffff;
  transition:
    color 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.blh-voice:hover,
.blh-voice.is-listening {
  color: var(--blh-blue);
  border-color: rgba(14, 108, 242, 0.26);
  background: #eaf5ff;
  transform: translateY(-1px);
}

.blh-voice.is-listening {
  animation: blh-listening 1.1s infinite;
}

.blh-voice svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}



.blh-submit {
  min-height: 51px;
  padding: 13px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(118deg, #0e6cf2 0%, #0a8fe0 62%, #00b0d8 100%);
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  font: 800 15.5px "Assistant", sans-serif;
  box-shadow:
    0 15px 28px rgba(12, 92, 205, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition:
    filter 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.blh-submit:hover {
  filter: brightness(1.07) saturate(1.05);
  transform: translateY(-2px);
  box-shadow:
    0 19px 36px rgba(12, 92, 205, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.blh-submit:active {
  transform: translateY(0);
}

.blh-submit svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.blh-examples {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
}

.blh-examples > span {
  color: #8595a8;
  font-size: 12.5px;
  font-weight: 700;
}

.blh-examples button {
  min-height: 35px;
  padding: 7px 13px;
  border: 1px solid rgba(193, 211, 227, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #61738a;
  cursor: pointer;
  font: 600 12.5px "Assistant", sans-serif;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    color 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    transform 0.18s ease;
}

.blh-examples button:hover {
  color: var(--blh-blue);
  border-color: rgba(14, 108, 242, 0.26);
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-1px);
}



.blh-trust {
  margin-top: 34px;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  border: 1px solid rgba(201, 217, 231, 0.7);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow:
    0 14px 35px rgba(23, 70, 114, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.blh-trust > i {
  width: 1px;
  height: 32px;
  background: linear-gradient(
    180deg,
    transparent,
    #d5e2ee 30%,
    #d5e2ee 70%,
    transparent
  );
}

.blh-trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
  text-align: right;
}

.blh-trust-item > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.blh-trust-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(160deg, #eef6fe, #e3f1fd);
  color: #1e73e0;
  box-shadow: inset 0 1px 0 #ffffff;
}

.blh-trust-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blh-trust-item strong {
  color: #29405a;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.2;
}

.blh-trust-item small {
  color: #8292a6;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.2;
}

.blh-form.is-shaking {
  animation: blh-shake 0.38s ease;
}

.blh-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}


.blh-direct {
  width: min(900px, 100%);
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.blh-direct-label {
  color: #8393a7;
  font-size: 12px;
  font-weight: 700;
}

.blh-services {
  width: 100%;
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 5px;
  border: 1px solid rgba(201, 217, 231, 0.74);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.65);
  box-shadow:
    0 15px 38px rgba(21, 64, 107, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.blh-services a {
  min-width: 0;
  min-height: 50px;
  padding: 8px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 13px;
  color: #566a82;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 800;
  transition:
    color 0.18s ease,
    background 0.18s ease,
    transform 0.18s ease;
}

.blh-services a:hover {
  color: var(--blh-blue);
  background: linear-gradient(180deg, #f0f8ff, #e8f3ff);
  transform: translateY(-1px);
}

.blh-services svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}



@keyframes blh-blink {
  0%,
  44%,
  49%,
  100% {
    transform: scaleY(1);
  }

  47% {
    transform: scaleY(0.15);
  }
}

@keyframes blh-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes blh-listening {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(14, 108, 242, 0.16);
  }

  55% {
    box-shadow: 0 0 0 9px rgba(14, 108, 242, 0);
  }
}

@keyframes blh-shake {
  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(7px);
  }

  50% {
    transform: translateX(-7px);
  }

  75% {
    transform: translateX(4px);
  }
}



@media (max-width: 900px) {
  .blh {
    min-height: auto;
    padding-top: 116px;
    padding-bottom: 42px;
  }

  .blh h1 {
    font-size: clamp(50px, 10vw, 76px);
  }

  .blh-shell::before,
  .blh-shell::after {
    display: none;
  }

  .blh-form-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .blh-party {
    justify-content: center;
  }

  .blh-actions {
    width: 100%;
  }

  .blh-submit {
    flex: 1;
  }
}

@media (max-width: 760px) {
  .blh-direct {
    margin-top: 22px;
  }

  .blh-services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 6px;
    gap: 4px;
    border-radius: 17px;
  }

  .blh-services a {
    min-height: 55px;
    padding: 7px 4px;
    flex-direction: column;
    gap: 3px;
    font-size: 10.5px;
  }

  .blh-services svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 640px) {
  .blh {
    padding: 101px 13px 30px;
  }

  .blh-background {
    background-position: 56% top;
  }

  .blh-noise {
    background-size: 38px 38px;
    opacity: 0.04;
  }

  .blh-eyebrow {
    min-height: 34px;
    padding: 6px 12px;
    gap: 7px;
    font-size: 11.5px;
  }

  .blh-eyebrow i {
    width: 17px;
  }

  .blh h1 {
    margin-top: 18px;
    font-size: clamp(43px, 12.5vw, 59px);
    line-height: 1.02;
    letter-spacing: -0.035em;
  }

  .blh h1 em {
    margin-top: 5px;
  }

  .blh-subtitle {
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.62;
  }

  .blh-form {
    margin-top: 25px;
    padding: 11px;
    border-radius: 22px;
  }

  .blh-form::after {
    right: 18px;
    left: 18px;
  }

  .blh-form-top {
    padding: 4px 3px 10px;
    gap: 9px;
  }

  .blh-ai {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
  }

  .blh-ai-core {
    width: 31px;
    height: 31px;
  }

  .blh-form-heading strong {
    font-size: 13.5px;
  }

  .blh-form-heading small {
    font-size: 10.5px;
  }

  .blh-form textarea {
    min-height: 100px;
    padding: 16px;
    border-radius: 16px;
    font-size: 15px;
  }

  .blh-form-footer {
    margin-top: 10px;
    gap: 11px;
  }

  .blh-party {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
  }

  .blh-party-label {
    grid-column: 1 / -1;
    margin: 0 2px 1px;
    text-align: right;
  }

  .blh-party-button {
    min-width: 0;
    min-height: 49px;
    padding: 6px 3px;
    flex-direction: column;
    gap: 3px;
    font-size: 11px;
  }

  .blh-party-button svg {
    width: 18px;
    height: 18px;
  }

  .blh-voice {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .blh-submit {
    min-height: 50px;
    padding-inline: 17px;
    font-size: 15px;
  }

  .blh-examples {
    margin-top: 13px;
    gap: 6px;
  }

  .blh-examples > span {
    width: 100%;
  }

  .blh-examples button {
    flex: 1 1 calc(50% - 6px);
    padding-inline: 9px;
    font-size: 11.5px;
  }

  .blh-examples button:last-child {
    flex-basis: 100%;
  }

  .blh-trust {
    width: 100%;
    margin-top: 25px;
    padding: 11px 8px;
    gap: 7px;
    justify-content: space-between;
  }

  .blh-trust > i {
    height: 39px;
  }

  .blh-trust-item {
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }

  .blh-trust-icon {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
  }

  .blh-trust-item strong {
    font-size: 10.5px;
  }

  .blh-trust-item small {
    display: none;
  }
}

@media (max-width: 390px) {
  .blh {
    padding-right: 9px;
    padding-left: 9px;
  }

  .blh-form-heading small {
    display: none;
  }

  .blh-examples button {
    flex-basis: 100%;
  }

  .blh-submit {
    gap: 7px;
    padding-inline: 13px;
    font-size: 14px;
  }
}

body.admin-bar .blh {
  padding-top: clamp(164px, 14vw, 204px);
}

@media (max-width: 782px) {
  body.admin-bar .blh {
    padding-top: 146px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blh *,
  .blh *::before,
  .blh *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}



@media (min-width: 901px) {
  .blh {
    min-height: auto;
    padding: clamp(108px, 8.5vw, 132px) 22px 38px;
    align-items: flex-start;
  }

  .blh h1 {
    margin-top: 16px;
  }

  .blh h1 em {
    margin-top: 4px;
  }

  .blh-subtitle {
    margin-top: 15px;
    line-height: 1.58;
  }

  .blh-form {
    margin-top: 26px;
    padding: 14px;
  }

  .blh-form-top {
    padding: 3px 5px 10px;
  }

  .blh-form textarea {
    min-height: 82px;
    padding: 17px 19px;
  }

  .blh-form-footer {
    margin-top: 9px;
  }

  .blh-examples {
    margin-top: 11px;
  }

  .blh-trust {
    margin-top: 22px;
    padding: 11px 17px;
  }

  .blh-direct {
    margin-top: 18px;
    gap: 8px;
  }
}

@media (max-width: 900px) {
  .blh {
    padding-top: 96px;
    padding-bottom: 30px;
  }

  .blh h1 {
    margin-top: 15px;
  }

  .blh h1 em {
    margin-top: 4px;
  }

  .blh-subtitle {
    margin-top: 13px;
    line-height: 1.56;
  }

  .blh-form {
    margin-top: 20px;
  }

  .blh-examples {
    margin-top: 10px;
  }

  .blh-trust {
    margin-top: 19px;
  }

  .blh-direct {
    margin-top: 16px;
  }
}

@media (max-width: 640px) {
  .blh {
    padding: 84px 11px 21px;
  }

  .blh-eyebrow {
    min-height: 32px;
    padding: 5px 11px;
  }

  .blh h1 {
    margin-top: 12px;
  }

  .blh h1 em {
    margin-top: 3px;
  }

  .blh-subtitle {
    margin-top: 10px;
    line-height: 1.5;
  }

  .blh-form {
    margin-top: 17px;
    padding: 9px;
  }

  .blh-form-top {
    padding: 3px 3px 8px;
  }

  .blh-form textarea {
    min-height: 82px;
    padding: 14px;
  }

  .blh-form-footer {
    margin-top: 8px;
    gap: 8px;
  }

  .blh-party-button {
    min-height: 44px;
    padding: 5px 3px;
  }

  .blh-voice {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .blh-submit {
    min-height: 46px;
  }

  .blh-examples {
    margin-top: 9px;
    gap: 5px;
  }

  .blh-examples button {
    min-height: 32px;
    padding: 5px 8px;
  }

  .blh-trust {
    margin-top: 16px;
    padding: 9px 7px;
  }

  .blh-direct {
    margin-top: 14px;
    gap: 7px;
  }

  .blh-services {
    padding: 5px;
  }

  .blh-services a {
    min-height: 50px;
    padding: 5px 3px;
  }
}

@media (max-width: 390px) {
  .blh {
    padding-top: 80px;
    padding-bottom: 18px;
  }

  .blh-form {
    margin-top: 15px;
  }

  .blh-examples button {
    min-height: 30px;
  }

  .blh-trust {
    margin-top: 14px;
  }

  .blh-direct {
    margin-top: 12px;
  }
}

@media (min-width: 783px) {
  body.admin-bar .blh {
    padding-top: clamp(126px, 10vw, 150px);
  }
}

@media (max-width: 782px) {
  body.admin-bar .blh {
    padding-top: 130px;
  }
}

/* =========================================
   Home style block 2
========================================= */
.bt-destinations-new,
.bt-destinations-new *,
.bt-destinations-new *::before,
.bt-destinations-new *::after{
  box-sizing:border-box;
  margin:0;
  padding:0
}

.bt-destinations-new{
  --bt-dest-navy:#071f45;
  --bt-dest-blue:#1769f5;
  --bt-dest-cyan:#18b8e7;
  position:relative;
  width:100%;
  padding:90px 22px 100px;
  overflow:hidden;
  direction:rtl;
  font-family:"Assistant",sans-serif;
  background:
    radial-gradient(circle at 50% 0%,rgba(39,168,238,.1),transparent 35%),
    linear-gradient(180deg,#fff 0%,#f8fcff 52%,#fff 100%)
}

.bt-destinations-new::before{
  content:"";
  position:absolute;
  top:110px;
  right:-170px;
  width:390px;
  height:390px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(23,105,245,.07),transparent 70%);
  pointer-events:none
}

.bt-destinations-new::after{
  content:"";
  position:absolute;
  left:-160px;
  bottom:0;
  width:380px;
  height:380px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(24,184,231,.08),transparent 70%);
  pointer-events:none
}

.bt-destinations-new .bt-container{
  position:relative;
  z-index:2;
  width:min(1380px,100%);
  margin:0 auto
}

.bt-section-head{
  width:min(760px,100%);
  margin:0 auto 38px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center
}

.bt-section-badge{
  min-height:37px;
  padding:7px 15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid rgba(23,105,245,.14);
  border-radius:999px;
  background:#eef7ff;
  color:#1769f5;
  font-size:13px;
  font-weight:900
}

.bt-section-badge svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-section-head h2{
  margin-top:15px;
  color:var(--bt-dest-navy);
  font-size:clamp(34px,4vw,56px);
  font-weight:900;
  line-height:1.08;
  letter-spacing:-1.6px
}

.bt-section-head p{
  width:min(640px,100%);
  margin-top:13px;
  color:#65758a;
  font-size:18px;
  font-weight:600;
  line-height:1.65
}

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

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

.bt-dest-card-new{
  position:relative;
  min-height:390px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  border:1px solid rgba(209,224,237,.8);
  border-radius:28px;
  color:#fff;
  text-decoration:none;
  isolation:isolate;
  background:#dbeafe;
  box-shadow:
    0 20px 48px rgba(21,65,105,.11),
    inset 0 1px 0 rgba(255,255,255,.35);
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease
}

.bt-dest-card-new img{
  position:absolute;
  inset:0;
  z-index:-3;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .4s ease
}

.bt-dest-layer{
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(180deg,rgba(2,12,30,.02) 10%,rgba(3,14,31,.1) 42%,rgba(3,12,28,.9) 100%),
    linear-gradient(100deg,rgba(4,15,34,.18),transparent 58%)
}

.bt-dest-card-new::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:0;
  background:linear-gradient(180deg,transparent 40%,rgba(23,105,245,.28) 100%);
  transition:opacity .3s ease
}

.bt-dest-card-new:hover{
  transform:translateY(-8px);
  border-color:rgba(23,105,245,.22);
  box-shadow:
    0 30px 65px rgba(21,65,105,.2),
    inset 0 1px 0 rgba(255,255,255,.38)
}

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

.bt-dest-card-new:hover::after{
  opacity:1
}

.bt-dest-top{
  position:absolute;
  top:17px;
  right:17px;
  left:17px;
  display:flex;
  align-items:center;
  justify-content:space-between
}

.bt-dest-tag{
  min-height:31px;
  padding:5px 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.34);
  border-radius:999px;
  background:rgba(7,31,69,.34);
  color:#fff;
  font-size:12px;
  font-weight:900;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.2);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px)
}

.bt-dest-arrow{
  width:39px;
  height:39px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.35);
  border-radius:50%;
  background:rgba(255,255,255,.16);
  color:#fff;
  opacity:0;
  transform:translateX(8px);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:opacity .3s ease,transform .3s ease,background .3s ease
}

.bt-dest-arrow svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-dest-card-new:hover .bt-dest-arrow{
  opacity:1;
  transform:translateX(0)
}

.bt-dest-info{
  width:100%;
  padding:27px 25px 25px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:right
}

.bt-dest-info > span{
  color:rgba(255,255,255,.74);
  font-size:12.5px;
  font-weight:800
}

.bt-dest-info strong{
  margin-top:5px;
  color:#fff;
  font-size:32px;
  font-weight:900;
  line-height:1.05;
  letter-spacing:-.6px
}

.bt-dest-info p{
  max-width:370px;
  margin-top:9px;
  color:rgba(255,255,255,.82);
  font-size:14px;
  font-weight:600;
  line-height:1.5
}

.bt-center-action{
  margin-top:34px;
  display:flex;
  justify-content:center
}

.bt-btn-all-dest{
  min-height:56px;
  padding:0 25px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid rgba(23,105,245,.14);
  border-radius:18px;
  background:linear-gradient(135deg,#1769f5,#18b8e7);
  color:#fff;
  text-decoration:none;
  font-size:16px;
  font-weight:900;
  box-shadow:
    0 15px 32px rgba(23,105,245,.24),
    inset 0 1px 0 rgba(255,255,255,.28);
  transition:transform .2s ease,box-shadow .2s ease
}

.bt-btn-all-dest svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .2s ease
}

.bt-btn-all-dest:hover{
  transform:translateY(-3px);
  box-shadow:
    0 21px 42px rgba(23,105,245,.31),
    inset 0 1px 0 rgba(255,255,255,.3)
}

.bt-btn-all-dest:hover svg{
  transform:translateX(-3px)
}

@media(max-width:1050px){
  .bt-dest-scroll{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .bt-dest-card-new{
    min-height:360px
  }
}

@media(max-width:700px){
  .bt-destinations-new{
    padding:64px 0 72px
  }

  .bt-destinations-new .bt-container{
    width:100%
  }

  .bt-section-head{
    margin-bottom:20px;
    padding:0 20px
  }

  .bt-section-badge{
    min-height:34px;
    padding:6px 13px;
    font-size:12px
  }

  .bt-section-head h2{
    margin-top:13px;
    font-size:34px;
    line-height:1.1;
    letter-spacing:-.8px
  }

  .bt-section-head p{
    margin-top:11px;
    font-size:15px;
    line-height:1.55
  }

  .bt-mobile-swipe-hint{
    margin:0 20px 12px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:7px;
    color:#718398;
    font-size:12px;
    font-weight:700
  }

  .bt-mobile-swipe-hint svg{
    width:17px;
    height:17px;
    fill:none;
    stroke:#1769f5;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
    animation:bt-dest-hint 1.7s ease-in-out infinite
  }

  .bt-dest-scroll{
    padding:0 20px 18px;
    display:flex;
    gap:13px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:20px;
    overscroll-behavior-inline:contain;
    scrollbar-width:none
  }

  .bt-dest-scroll::-webkit-scrollbar{
    display:none
  }

  .bt-dest-card-new{
    width:78vw;
    min-width:78vw;
    max-width:335px;
    min-height:400px;
    flex:0 0 auto;
    border-radius:25px;
    scroll-snap-align:start
  }

  .bt-dest-top{
    top:14px;
    right:14px;
    left:14px
  }

  .bt-dest-arrow{
    opacity:1;
    transform:none
  }

  .bt-dest-info{
    padding:24px 20px 21px
  }

  .bt-dest-info strong{
    font-size:29px
  }

  .bt-dest-info p{
    font-size:13px;
    line-height:1.45
  }

  .bt-center-action{
    margin-top:12px;
    padding:0 20px
  }

  .bt-btn-all-dest{
    width:100%;
    max-width:360px;
    min-height:54px;
    border-radius:17px
  }
}

@media(max-width:430px){
  .bt-dest-card-new{
    width:82vw;
    min-width:82vw;
    min-height:375px
  }

  .bt-section-head h2{
    font-size:31px
  }
}

@keyframes bt-dest-hint{
  0%,100%{
    transform:translateX(0)
  }

  50%{
    transform:translateX(-5px)
  }
}

@media(prefers-reduced-motion:reduce){
  .bt-destinations-new *,
  .bt-destinations-new *::before,
  .bt-destinations-new *::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important
  }
}

/* =========================================
   Home style block 3
========================================= */
.bt-how,
.bt-how *,
.bt-how *::before,
.bt-how *::after{
  box-sizing:border-box;
  margin:0;
  padding:0
}

.bt-how{
  --bt-how-navy:#071f45;
  --bt-how-blue:#1769f5;
  --bt-how-cyan:#20b9e7;
  position:relative;
  width:100%;
  padding:100px 22px;
  overflow:hidden;
  direction:rtl;
  font-family:"Assistant",sans-serif;
  background:
    radial-gradient(circle at 8% 18%,rgba(23,105,245,.08),transparent 28%),
    radial-gradient(circle at 92% 82%,rgba(32,185,231,.09),transparent 28%),
    linear-gradient(180deg,#f8fcff 0%,#fff 52%,#f7fbff 100%)
}

.bt-how::before{
  content:"";
  position:absolute;
  top:45px;
  right:50%;
  width:620px;
  height:620px;
  border:1px solid rgba(23,105,245,.05);
  border-radius:50%;
  transform:translateX(50%);
  pointer-events:none
}

.bt-how-container{
  position:relative;
  z-index:2;
  width:min(1280px,100%);
  margin:0 auto
}

.bt-how-head{
  width:min(760px,100%);
  margin:0 auto 46px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center
}

.bt-how-badge{
  min-height:38px;
  padding:7px 15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid rgba(23,105,245,.14);
  border-radius:999px;
  background:rgba(237,247,255,.92);
  color:#1769f5;
  font-size:13px;
  font-weight:900;
  box-shadow:inset 0 1px 0 #fff
}

.bt-how-badge svg{
  width:18px;
  height:18px;
  fill:currentColor
}

.bt-how-head h2{
  margin-top:16px;
  color:var(--bt-how-navy);
  font-size:clamp(36px,4.2vw,58px);
  font-weight:900;
  line-height:1.06;
  letter-spacing:-1.7px
}

.bt-how-head p{
  width:min(650px,100%);
  margin-top:14px;
  color:#63758b;
  font-size:18px;
  font-weight:600;
  line-height:1.65
}

.bt-how-layout{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  align-items:center;
  gap:66px
}

.bt-how-visual{
  min-width:0
}

.bt-how-image-wrap{
  position:relative;
  min-height:590px;
  overflow:hidden;
  isolation:isolate;
  border:1px solid rgba(199,219,237,.82);
  border-radius:38px;
  background:#dceeff;
  box-shadow:
    0 34px 80px rgba(23,67,106,.15),
    inset 0 1px 0 rgba(255,255,255,.75)
}

.bt-how-image-wrap > img{
  position:absolute;
  inset:0;
  z-index:-3;
  width:100%;
  height:100%;
  object-fit:cover
}

.bt-how-image-overlay{
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(180deg,rgba(7,31,69,.02) 30%,rgba(7,31,69,.3) 100%),
    radial-gradient(circle at 80% 10%,rgba(255,255,255,.34),transparent 30%)
}

.bt-how-ai-card{
  position:absolute;
  right:24px;
  bottom:24px;
  left:24px;
  min-height:84px;
  padding:13px 16px;
  display:grid;
  grid-template-columns:54px minmax(0,1fr) auto;
  align-items:center;
  gap:13px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:23px;
  background:rgba(255,255,255,.88);
  box-shadow:
    0 20px 46px rgba(7,31,69,.18),
    inset 0 1px 0 #fff;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px)
}

.bt-how-ai-icon{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  border:5px solid rgba(255,255,255,.72);
  border-radius:50%;
  background:
    radial-gradient(circle at 34% 25%,rgba(255,255,255,.95) 0 3%,transparent 13%),
    linear-gradient(145deg,#38c8ef,#0878f2 55%,#1643c8);
  box-shadow:
    0 0 0 1px rgba(23,105,245,.16),
    0 8px 22px rgba(23,105,245,.28),
    inset 0 2px 5px rgba(255,255,255,.55)
}

.bt-how-ai-icon span{
  width:5px;
  height:7px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 7px rgba(255,255,255,.9)
}

.bt-how-ai-copy{
  display:flex;
  flex-direction:column;
  gap:3px
}

.bt-how-ai-copy strong{
  color:var(--bt-how-navy);
  font-size:17px;
  font-weight:900
}

.bt-how-ai-copy small{
  color:#6a7c91;
  font-size:12.5px;
  font-weight:700
}

.bt-how-ai-status{
  min-height:28px;
  padding:5px 10px;
  display:flex;
  align-items:center;
  gap:6px;
  border-radius:999px;
  background:#e8faf5;
  color:#11936f;
  font-size:11px;
  font-weight:900
}

.bt-how-ai-status::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:#1fc99a;
  box-shadow:0 0 0 4px rgba(31,201,154,.13)
}

.bt-how-floating-card{
  position:absolute;
  min-height:72px;
  padding:11px 14px;
  display:flex;
  align-items:center;
  gap:11px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:20px;
  background:rgba(255,255,255,.9);
  box-shadow:
    0 18px 42px rgba(7,31,69,.16),
    inset 0 1px 0 #fff;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px)
}

.bt-how-floating-top{
  top:30px;
  right:28px
}

.bt-how-floating-bottom{
  left:25px;
  bottom:132px
}

.bt-how-floating-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:linear-gradient(145deg,#eef7ff,#e2f3ff);
  color:#1769f5
}

.bt-how-floating-icon svg{
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-how-floating-card > span:last-child{
  display:flex;
  flex-direction:column;
  gap:3px
}

.bt-how-floating-card strong{
  color:var(--bt-how-navy);
  font-size:14px;
  font-weight:900
}

.bt-how-floating-card small{
  color:#73859a;
  font-size:10.5px;
  font-weight:700
}

.bt-how-content{
  display:flex;
  flex-direction:column
}

.bt-how-step{
  position:relative;
  min-height:138px;
  padding:22px 22px 22px 76px;
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  align-items:center;
  gap:18px;
  border-bottom:1px solid rgba(207,222,235,.82)
}

.bt-how-step:first-child{
  border-top:1px solid rgba(207,222,235,.82)
}

.bt-how-step-number{
  position:absolute;
  top:20px;
  left:0;
  color:rgba(23,105,245,.16);
  font-size:34px;
  font-weight:900;
  line-height:1
}

.bt-how-step-icon{
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(23,105,245,.12);
  border-radius:18px;
  background:linear-gradient(145deg,#eef7ff,#e4f4ff);
  color:#1769f5;
  box-shadow:
    inset 0 1px 0 #fff,
    0 9px 22px rgba(23,105,245,.07)
}

.bt-how-step-icon svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-how-step-copy{
  display:flex;
  flex-direction:column;
  gap:7px
}

.bt-how-step-copy strong{
  color:var(--bt-how-navy);
  font-size:22px;
  font-weight:900;
  line-height:1.15
}

.bt-how-step-copy p{
  max-width:480px;
  color:#66788d;
  font-size:15px;
  font-weight:600;
  line-height:1.55
}

.bt-how-action{
  margin-top:28px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:17px
}

.bt-how-button{
  min-height:58px;
  padding:0 25px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  border-radius:19px;
  background:linear-gradient(110deg,#1769f5,#0788ee 58%,#27bfdc);
  color:#fff;
  text-decoration:none;
  font-size:16px;
  font-weight:900;
  box-shadow:
    0 16px 34px rgba(23,105,245,.26),
    inset 0 1px 0 rgba(255,255,255,.29);
  transition:transform .2s ease,box-shadow .2s ease
}

.bt-how-button svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .2s ease
}

.bt-how-button:hover{
  transform:translateY(-3px);
  box-shadow:
    0 22px 42px rgba(23,105,245,.34),
    inset 0 1px 0 rgba(255,255,255,.3)
}

.bt-how-button:hover svg{
  transform:translateX(-3px)
}

.bt-how-benefits{
  display:flex;
  flex-wrap:wrap;
  gap:9px 16px
}

.bt-how-benefits span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#62758a;
  font-size:12.5px;
  font-weight:800
}

.bt-how-benefits svg{
  width:17px;
  height:17px;
  padding:3px;
  border-radius:50%;
  background:#e7f8f3;
  fill:none;
  stroke:#159b77;
  stroke-width:2.5;
  stroke-linecap:round;
  stroke-linejoin:round
}

@media(max-width:1020px){
  .bt-how-layout{
    grid-template-columns:1fr;
    gap:42px
  }

  .bt-how-visual{
    width:min(720px,100%);
    margin:0 auto
  }

  .bt-how-image-wrap{
    min-height:540px
  }

  .bt-how-content{
    width:min(720px,100%);
    margin:0 auto
  }
}

@media(max-width:700px){
  .bt-how{
    padding:70px 16px
  }

  .bt-how-head{
    margin-bottom:29px
  }

  .bt-how-badge{
    min-height:34px;
    padding:6px 13px;
    font-size:12px
  }

  .bt-how-head h2{
    margin-top:13px;
    font-size:34px;
    letter-spacing:-.8px
  }

  .bt-how-head p{
    margin-top:11px;
    font-size:15px;
    line-height:1.55
  }

  .bt-how-layout{
    gap:30px
  }

  .bt-how-image-wrap{
    min-height:410px;
    border-radius:28px
  }

  .bt-how-floating-card{
    min-height:61px;
    padding:9px 11px;
    border-radius:17px
  }

  .bt-how-floating-top{
    top:16px;
    right:14px
  }

  .bt-how-floating-bottom{
    left:14px;
    bottom:105px
  }

  .bt-how-floating-icon{
    width:36px;
    height:36px;
    flex-basis:36px;
    border-radius:12px
  }

  .bt-how-floating-icon svg{
    width:20px;
    height:20px
  }

  .bt-how-floating-card strong{
    font-size:12.5px
  }

  .bt-how-floating-card small{
    display:none
  }

  .bt-how-ai-card{
    right:14px;
    bottom:14px;
    left:14px;
    min-height:72px;
    padding:10px 12px;
    grid-template-columns:46px minmax(0,1fr) auto;
    gap:10px;
    border-radius:19px
  }

  .bt-how-ai-icon{
    width:44px;
    height:44px
  }

  .bt-how-ai-copy strong{
    font-size:15px
  }

  .bt-how-ai-copy small{
    font-size:11px
  }

  .bt-how-ai-status{
    padding-inline:8px;
    font-size:10px
  }

  .bt-how-step{
    min-height:118px;
    padding:18px 16px 18px 48px;
    grid-template-columns:49px minmax(0,1fr);
    gap:14px
  }

  .bt-how-step-number{
    top:18px;
    font-size:24px
  }

  .bt-how-step-icon{
    width:48px;
    height:48px;
    border-radius:16px
  }

  .bt-how-step-icon svg{
    width:24px;
    height:24px
  }

  .bt-how-step-copy strong{
    font-size:18px
  }

  .bt-how-step-copy p{
    font-size:13.5px;
    line-height:1.5
  }

  .bt-how-action{
    margin-top:23px;
    align-items:stretch
  }

  .bt-how-button{
    width:100%;
    min-height:55px;
    padding-inline:16px;
    border-radius:17px;
    font-size:15px
  }

  .bt-how-benefits{
    justify-content:center;
    gap:8px 12px
  }

  .bt-how-benefits span{
    font-size:11.5px
  }
}

@media(max-width:430px){
  .bt-how{
    padding-inline:12px
  }

  .bt-how-head h2{
    font-size:31px
  }

  .bt-how-image-wrap{
    min-height:370px
  }

  .bt-how-floating-bottom{
    bottom:98px
  }

  .bt-how-ai-status{
    display:none
  }

  .bt-how-ai-card{
    grid-template-columns:44px minmax(0,1fr)
  }

  .bt-how-step{
    padding-left:38px
  }
}

@media(prefers-reduced-motion:reduce){
  .bt-how *,
  .bt-how *::before,
  .bt-how *::after{
    transition-duration:.01ms !important;
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important
  }
}
.bt-how .bt-how-button,
.bt-how .bt-how-button:hover,
.bt-how .bt-how-button:focus,
.bt-how .bt-how-button:active,
.bt-how .bt-how-button:visited {
  color: #fff !important;
}

/* =========================================
   Home style block 4
========================================= */
.bt-essentials,
.bt-essentials *,
.bt-essentials *::before,
.bt-essentials *::after{
  box-sizing:border-box;
  margin:0;
  padding:0
}

.bt-essentials{
  --bt-essential-navy:#071f45;
  --bt-essential-blue:#1769f5;
  --bt-essential-cyan:#1ab6e7;
  position:relative;
  width:100%;
  padding:100px 22px;
  overflow:hidden;
  direction:rtl;
  font-family:"Assistant",sans-serif;
  background:
    radial-gradient(circle at 8% 5%,rgba(23,105,245,.08),transparent 27%),
    radial-gradient(circle at 94% 90%,rgba(26,182,231,.08),transparent 28%),
    linear-gradient(180deg,#fff 0%,#f7fbff 50%,#fff 100%)
}

.bt-essentials::before{
  content:"";
  position:absolute;
  top:155px;
  right:-190px;
  width:430px;
  height:430px;
  border:1px solid rgba(23,105,245,.055);
  border-radius:50%;
  pointer-events:none
}

.bt-essentials::after{
  content:"";
  position:absolute;
  bottom:40px;
  left:-150px;
  width:340px;
  height:340px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(26,182,231,.08),transparent 70%);
  pointer-events:none
}

.bt-essentials-container{
  position:relative;
  z-index:2;
  width:min(1280px,100%);
  margin:0 auto
}

.bt-essentials-head{
  width:min(760px,100%);
  margin:0 auto 42px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center
}

.bt-essentials-badge{
  min-height:38px;
  padding:7px 15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid rgba(23,105,245,.14);
  border-radius:999px;
  background:#eef7ff;
  color:#1769f5;
  font-size:13px;
  font-weight:900;
  box-shadow:inset 0 1px 0 #fff
}

.bt-essentials-badge svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-essentials-head h2{
  margin-top:16px;
  color:var(--bt-essential-navy);
  font-size:clamp(38px,4.2vw,58px);
  font-weight:900;
  line-height:1.05;
  letter-spacing:-1.7px
}

.bt-essentials-head p{
  width:min(660px,100%);
  margin-top:14px;
  color:#64768b;
  font-size:18px;
  font-weight:600;
  line-height:1.65
}

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

.bt-essential-card{
  --bt-card-accent:#1769f5;
  --bt-card-soft:#edf7ff;
  position:relative;
  min-height:500px;
  padding:26px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(205,221,235,.85);
  border-radius:30px;
  background:
    radial-gradient(circle at 100% 0%,var(--bt-card-soft),transparent 42%),
    linear-gradient(180deg,#fff,#fbfdff);
  color:var(--bt-essential-navy);
  text-decoration:none;
  box-shadow:
    0 18px 44px rgba(19,61,99,.075),
    inset 0 1px 0 #fff;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease
}

.bt-essential-card::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:5px;
  background:linear-gradient(90deg,var(--bt-card-accent),transparent 86%);
  opacity:.85
}

.bt-essential-card::after{
  content:"";
  position:absolute;
  top:-110px;
  left:-90px;
  width:240px;
  height:240px;
  border:1px solid color-mix(in srgb,var(--bt-card-accent) 12%,transparent);
  border-radius:50%;
  pointer-events:none
}

.bt-essential-esim{
  --bt-card-accent:#1689e9;
  --bt-card-soft:#e7f5ff
}

.bt-essential-insurance{
  --bt-card-accent:#15a589;
  --bt-card-soft:#e4faf4
}

.bt-essential-card-payment{
  --bt-card-accent:#6f63e8;
  --bt-card-soft:#f0edff
}

.bt-essential-card:hover{
  transform:translateY(-8px);
  border-color:color-mix(in srgb,var(--bt-card-accent) 32%,#d3e1ed);
  box-shadow:
    0 30px 65px rgba(19,61,99,.15),
    inset 0 1px 0 #fff
}

.bt-essential-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px
}

.bt-essential-icon{
  width:62px;
  height:62px;
  flex:0 0 62px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid color-mix(in srgb,var(--bt-card-accent) 16%,transparent);
  border-radius:20px;
  background:var(--bt-card-soft);
  color:var(--bt-card-accent);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    0 10px 24px color-mix(in srgb,var(--bt-card-accent) 9%,transparent)
}

.bt-essential-icon svg{
  width:31px;
  height:31px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-essential-label{
  min-height:31px;
  padding:5px 11px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid color-mix(in srgb,var(--bt-card-accent) 15%,transparent);
  border-radius:999px;
  background:var(--bt-card-soft);
  color:var(--bt-card-accent);
  font-size:11.5px;
  font-weight:900
}

.bt-essential-recommended{
  position:absolute;
  top:0;
  left:25px;
  min-height:27px;
  padding:5px 11px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:0 0 11px 11px;
  background:var(--bt-card-accent);
  color:#fff;
  font-size:10.5px;
  font-weight:900;
  box-shadow:0 7px 16px color-mix(in srgb,var(--bt-card-accent) 22%,transparent)
}

.bt-essential-content{
  margin-top:31px;
  display:flex;
  flex-direction:column;
  flex:1
}

.bt-essential-kicker{
  color:var(--bt-card-accent);
  font-size:12.5px;
  font-weight:900
}

.bt-essential-content h3{
  margin-top:7px;
  color:var(--bt-essential-navy);
  font-size:27px;
  font-weight:900;
  line-height:1.12;
  letter-spacing:-.5px
}

.bt-essential-content > p{
  margin-top:13px;
  color:#65778c;
  font-size:14.5px;
  font-weight:600;
  line-height:1.6
}

.bt-essential-content ul{
  margin-top:23px;
  display:flex;
  flex-direction:column;
  gap:12px;
  list-style:none
}

.bt-essential-content li{
  display:flex;
  align-items:center;
  gap:9px;
  color:#334962;
  font-size:13.5px;
  font-weight:800;
  line-height:1.35
}

.bt-essential-content li svg{
  width:20px;
  height:20px;
  flex:0 0 20px;
  padding:4px;
  border-radius:50%;
  background:var(--bt-card-soft);
  fill:none;
  stroke:var(--bt-card-accent);
  stroke-width:2.7;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-essential-action{
  min-height:57px;
  margin-top:28px;
  padding:0 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border:1px solid color-mix(in srgb,var(--bt-card-accent) 14%,#d6e3ee);
  border-radius:18px;
  background:rgba(247,251,255,.85);
  color:var(--bt-card-accent);
  font-size:14px;
  font-weight:900;
  transition:background .22s ease,color .22s ease,border-color .22s ease
}

.bt-essential-arrow{
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--bt-card-soft);
  transition:transform .22s ease,background .22s ease
}

.bt-essential-arrow svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-essential-card:hover .bt-essential-action{
  border-color:var(--bt-card-accent);
  background:var(--bt-card-accent);
  color:#fff
}

.bt-essential-card:hover .bt-essential-arrow{
  background:rgba(255,255,255,.17);
  transform:translateX(-3px)
}

.bt-essentials-footer{
  min-height:100px;
  margin-top:22px;
  padding:20px 23px;
  display:grid;
  grid-template-columns:54px minmax(0,1fr) auto;
  align-items:center;
  gap:17px;
  border:1px solid rgba(207,223,237,.83);
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0%,rgba(23,105,245,.07),transparent 35%),
    rgba(250,253,255,.9);
  box-shadow:
    0 15px 35px rgba(20,65,103,.055),
    inset 0 1px 0 #fff
}

.bt-essentials-footer-icon{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:17px;
  background:linear-gradient(145deg,#eaf5ff,#ddf1ff);
  color:#1769f5
}

.bt-essentials-footer-icon svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-essentials-footer-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px
}

.bt-essentials-footer-copy strong{
  color:var(--bt-essential-navy);
  font-size:17px;
  font-weight:900
}

.bt-essentials-footer-copy span{
  color:#708197;
  font-size:13px;
  font-weight:600;
  line-height:1.4
}

.bt-essentials-footer-link{
  min-height:48px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:1px solid rgba(23,105,245,.14);
  border-radius:16px;
  background:linear-gradient(120deg,#1769f5,#16afe5);
  color:#fff;
  text-decoration:none;
  white-space:nowrap;
  font-size:13.5px;
  font-weight:900;
  box-shadow:
    0 12px 25px rgba(23,105,245,.2),
    inset 0 1px 0 rgba(255,255,255,.28);
  transition:transform .2s ease,box-shadow .2s ease
}

.bt-essentials-footer-link svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .2s ease
}

.bt-essentials-footer-link:hover{
  transform:translateY(-2px);
  box-shadow:
    0 17px 32px rgba(23,105,245,.27),
    inset 0 1px 0 rgba(255,255,255,.3)
}

.bt-essentials-footer-link:hover svg{
  transform:translateX(-3px)
}

@media(max-width:1050px){
  .bt-essentials-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .bt-essential-card:last-child{
    grid-column:1/-1;
    width:calc(50% - 9px);
    justify-self:center
  }
}

@media(max-width:760px){
  .bt-essentials{
    padding:72px 16px
  }

  .bt-essentials-head{
    margin-bottom:29px
  }

  .bt-essentials-badge{
    min-height:34px;
    padding:6px 13px;
    font-size:12px
  }

  .bt-essentials-head h2{
    margin-top:13px;
    font-size:34px;
    letter-spacing:-.8px
  }

  .bt-essentials-head p{
    margin-top:11px;
    font-size:15px;
    line-height:1.55
  }

  .bt-essentials-grid{
    grid-template-columns:1fr;
    gap:14px
  }

  .bt-essential-card,
  .bt-essential-card:last-child{
    width:100%;
    min-height:auto;
    padding:21px;
    grid-column:auto;
    border-radius:25px
  }

  .bt-essential-card-top{
    justify-content:flex-start
  }

  .bt-essential-icon{
    width:54px;
    height:54px;
    flex-basis:54px;
    border-radius:17px
  }

  .bt-essential-icon svg{
    width:28px;
    height:28px
  }

  .bt-essential-label{
    margin-right:auto
  }

  .bt-essential-content{
    margin-top:23px
  }

  .bt-essential-content h3{
    font-size:23px
  }

  .bt-essential-content > p{
    font-size:13.5px
  }

  .bt-essential-content ul{
    margin-top:19px;
    gap:10px
  }

  .bt-essential-content li{
    font-size:12.5px
  }

  .bt-essential-action{
    min-height:53px;
    margin-top:22px;
    border-radius:16px
  }

  .bt-essentials-footer{
    margin-top:15px;
    padding:17px;
    grid-template-columns:46px minmax(0,1fr);
    gap:12px;
    border-radius:21px
  }

  .bt-essentials-footer-icon{
    width:45px;
    height:45px;
    border-radius:15px
  }

  .bt-essentials-footer-copy strong{
    font-size:15px
  }

  .bt-essentials-footer-copy span{
    font-size:11.5px
  }

  .bt-essentials-footer-link{
    grid-column:1/-1;
    width:100%;
    min-height:50px;
    border-radius:16px
  }
}

@media(max-width:430px){
  .bt-essentials{
    padding-inline:12px
  }

  .bt-essentials-head h2{
    font-size:31px
  }

  .bt-essential-card{
    padding:18px
  }

  .bt-essential-recommended{
    left:18px
  }

  .bt-essential-content h3{
    font-size:21px
  }
}

@media(prefers-reduced-motion:reduce){
  .bt-essentials *,
  .bt-essentials *::before,
  .bt-essentials *::after{
    transition-duration:.01ms !important;
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important
  }
}

.bt-essentials .bt-essentials-footer-link,
.bt-essentials .bt-essentials-footer-link:link,
.bt-essentials .bt-essentials-footer-link:visited,
.bt-essentials .bt-essentials-footer-link:hover,
.bt-essentials .bt-essentials-footer-link:focus,
.bt-essentials .bt-essentials-footer-link:active{
  color:#ffffff !important;
  text-decoration:none !important
}

.bt-essentials .bt-essentials-footer-link span,
.bt-essentials .bt-essentials-footer-link:hover span,
.bt-essentials .bt-essentials-footer-link:focus span,
.bt-essentials .bt-essentials-footer-link:active span{
  color:#ffffff !important
}

.bt-essentials .bt-essentials-footer-link svg,
.bt-essentials .bt-essentials-footer-link:hover svg,
.bt-essentials .bt-essentials-footer-link:focus svg,
.bt-essentials .bt-essentials-footer-link:active svg{
  color:#ffffff !important;
  stroke:#ffffff !important;
  fill:none !important
}

.bt-essentials .bt-essentials-footer-link:hover,
.bt-essentials .bt-essentials-footer-link:focus{
  background:linear-gradient(120deg,#1769f5,#16afe5) !important;
  border-color:rgba(23,105,245,.14) !important
}

/* =========================================
   Home style block 5
========================================= */
.bt-visas,
.bt-visas *,
.bt-visas *::before,
.bt-visas *::after{
  box-sizing:border-box;
  margin:0;
  padding:0
}

.bt-visas{
  --bt-visa-navy:#071f45;
  --bt-visa-blue:#1769f5;
  --bt-visa-cyan:#1ab6e7;
  position:relative;
  width:100%;
  padding:100px 22px;
  overflow:hidden;
  direction:rtl;
  font-family:"Assistant",sans-serif;
  background:
    radial-gradient(circle at 5% 10%,rgba(23,105,245,.08),transparent 28%),
    radial-gradient(circle at 96% 90%,rgba(26,182,231,.08),transparent 28%),
    linear-gradient(180deg,#f8fcff 0%,#fff 50%,#f8fcff 100%)
}

.bt-visas::before{
  content:"";
  position:absolute;
  top:170px;
  right:-170px;
  width:390px;
  height:390px;
  border:1px solid rgba(23,105,245,.055);
  border-radius:50%;
  pointer-events:none
}

.bt-visas::after{
  content:"";
  position:absolute;
  left:-160px;
  bottom:20px;
  width:350px;
  height:350px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(26,182,231,.08),transparent 70%);
  pointer-events:none
}

.bt-visas-container{
  position:relative;
  z-index:2;
  width:min(1280px,100%);
  margin:0 auto
}

.bt-visas-head{
  width:min(750px,100%);
  margin:0 auto 38px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center
}

.bt-visas-badge{
  min-height:38px;
  padding:7px 15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid rgba(23,105,245,.14);
  border-radius:999px;
  background:#eef7ff;
  color:#1769f5;
  font-size:13px;
  font-weight:900;
  box-shadow:inset 0 1px 0 #fff
}

.bt-visas-badge svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-visas-head h2{
  margin-top:16px;
  color:var(--bt-visa-navy);
  font-size:clamp(38px,4.2vw,58px);
  font-weight:900;
  line-height:1.05;
  letter-spacing:-1.7px
}

.bt-visas-head p{
  width:min(640px,100%);
  margin-top:14px;
  color:#64768b;
  font-size:18px;
  font-weight:600;
  line-height:1.65
}

.bt-visa-finder{
  min-height:130px;
  margin-bottom:22px;
  padding:23px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);
  align-items:center;
  gap:26px;
  border:1px solid rgba(198,219,237,.82);
  border-radius:28px;
  background:
    radial-gradient(circle at 100% 0%,rgba(23,105,245,.1),transparent 38%),
    linear-gradient(120deg,#f2f9ff,#fbfdff);
  box-shadow:
    0 18px 44px rgba(21,65,103,.075),
    inset 0 1px 0 #fff
}

.bt-visa-finder-copy{
  min-width:0;
  display:flex;
  align-items:center;
  gap:15px
}

.bt-visa-finder-icon{
  width:58px;
  height:58px;
  flex:0 0 58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(23,105,245,.13);
  border-radius:19px;
  background:linear-gradient(145deg,#e9f5ff,#dff1ff);
  color:#1769f5
}

.bt-visa-finder-icon svg{
  width:29px;
  height:29px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-visa-finder-copy > span:last-child{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:5px
}

.bt-visa-finder-copy strong{
  color:var(--bt-visa-navy);
  font-size:20px;
  font-weight:900
}

.bt-visa-finder-copy small{
  color:#6d7f94;
  font-size:13.5px;
  font-weight:600;
  line-height:1.4
}

.bt-visa-search{
  min-width:0;
  padding:6px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:7px;
  border:1px solid rgba(190,212,231,.82);
  border-radius:20px;
  background:#fff;
  box-shadow:
    0 10px 25px rgba(21,65,103,.06),
    inset 0 1px 0 #fff
}

.bt-visa-input-wrap{
  min-width:0;
  min-height:54px;
  padding:0 14px;
  display:flex;
  align-items:center;
  gap:10px
}

.bt-visa-input-wrap svg{
  width:21px;
  height:21px;
  flex:0 0 21px;
  fill:none;
  stroke:#7a8da3;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-visa-input-wrap input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:var(--bt-visa-navy);
  direction:rtl;
  font:700 15px "Assistant",sans-serif
}

.bt-visa-input-wrap input::placeholder{
  color:#97a6b8;
  opacity:1
}

.bt-visa-search button{
  min-height:54px;
  padding:0 21px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:0;
  border-radius:15px;
  background:linear-gradient(110deg,#1769f5,#0789ee 58%,#25bddc);
  color:#fff;
  cursor:pointer;
  white-space:nowrap;
  font:900 14px "Assistant",sans-serif;
  box-shadow:
    0 12px 25px rgba(23,105,245,.22),
    inset 0 1px 0 rgba(255,255,255,.28);
  transition:transform .2s ease,box-shadow .2s ease
}

.bt-visa-search button svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-visa-search button:hover{
  transform:translateY(-2px);
  box-shadow:
    0 17px 32px rgba(23,105,245,.29),
    inset 0 1px 0 rgba(255,255,255,.3)
}

.bt-visas-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px
}

.bt-visa-card{
  --bt-visa-accent:#1769f5;
  --bt-visa-soft:#eaf5ff;
  position:relative;
  min-height:355px;
  padding:21px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(204,220,234,.84);
  border-radius:26px;
  background:
    radial-gradient(circle at 100% 0%,var(--bt-visa-soft),transparent 40%),
    linear-gradient(180deg,#fff,#fbfdff);
  color:var(--bt-visa-navy);
  text-decoration:none;
  box-shadow:
    0 16px 38px rgba(20,61,99,.065),
    inset 0 1px 0 #fff;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease
}

.bt-visa-card::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:4px;
  background:linear-gradient(90deg,var(--bt-visa-accent),transparent 88%)
}

.bt-visa-thailand{
  --bt-visa-accent:#1688e8;
  --bt-visa-soft:#e6f4ff
}

.bt-visa-vietnam{
  --bt-visa-accent:#16a087;
  --bt-visa-soft:#e5f9f4
}

.bt-visa-india{
  --bt-visa-accent:#e58a2e;
  --bt-visa-soft:#fff3e5
}

.bt-visa-china{
  --bt-visa-accent:#d85555;
  --bt-visa-soft:#ffeded
}

.bt-visa-card:hover{
  transform:translateY(-7px);
  border-color:color-mix(in srgb,var(--bt-visa-accent) 30%,#d3e1ed);
  box-shadow:
    0 27px 55px rgba(20,61,99,.14),
    inset 0 1px 0 #fff
}

.bt-visa-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px
}

.bt-visa-flag{
  width:58px;
  height:58px;
  flex:0 0 58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid color-mix(in srgb,var(--bt-visa-accent) 13%,transparent);
  border-radius:19px;
  background:#fff;
  font-size:31px;
  box-shadow:
    0 9px 20px rgba(24,67,104,.07),
    inset 0 1px 0 #fff
}

.bt-visa-region{
  min-height:29px;
  padding:5px 10px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  background:var(--bt-visa-soft);
  color:var(--bt-visa-accent);
  font-size:10.5px;
  font-weight:900
}

.bt-visa-card-content{
  margin-top:25px;
  display:flex;
  flex-direction:column;
  flex:1
}

.bt-visa-kicker{
  color:var(--bt-visa-accent);
  font-size:11.5px;
  font-weight:900
}

.bt-visa-card h3{
  margin-top:6px;
  color:var(--bt-visa-navy);
  font-size:24px;
  font-weight:900;
  line-height:1.1;
  letter-spacing:-.4px
}

.bt-visa-card p{
  margin-top:11px;
  color:#68798e;
  font-size:13.5px;
  font-weight:600;
  line-height:1.55
}

.bt-visa-card-bottom{
  margin-top:23px;
  padding-top:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  border-top:1px solid rgba(216,228,239,.85)
}

.bt-visa-info-chip{
  display:flex;
  align-items:center;
  gap:6px;
  color:#708197;
  font-size:10.5px;
  font-weight:800
}

.bt-visa-info-chip svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:var(--bt-visa-accent);
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-visa-arrow{
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--bt-visa-soft);
  color:var(--bt-visa-accent);
  transition:transform .22s ease,background .22s ease,color .22s ease
}

.bt-visa-arrow svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-visa-card:hover .bt-visa-arrow{
  transform:translateX(-3px);
  background:var(--bt-visa-accent);
  color:#fff
}

.bt-visas-footer{
  min-height:94px;
  margin-top:22px;
  padding:19px 22px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:20px;
  border:1px solid rgba(205,222,236,.82);
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0%,rgba(23,105,245,.07),transparent 38%),
    rgba(250,253,255,.92);
  box-shadow:
    0 14px 34px rgba(20,61,99,.05),
    inset 0 1px 0 #fff
}

.bt-visas-notice{
  min-width:0;
  display:flex;
  align-items:center;
  gap:14px
}

.bt-visas-notice-icon{
  width:50px;
  height:50px;
  flex:0 0 50px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:17px;
  background:linear-gradient(145deg,#eaf5ff,#dff1ff);
  color:#1769f5
}

.bt-visas-notice-icon svg{
  width:26px;
  height:26px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-visas-notice > span:last-child{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px
}

.bt-visas-notice strong{
  color:var(--bt-visa-navy);
  font-size:16px;
  font-weight:900
}

.bt-visas-notice small{
  color:#708197;
  font-size:12px;
  font-weight:600;
  line-height:1.4
}

.bt-visas-main-button{
  min-height:50px;
  padding:0 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:1px solid rgba(23,105,245,.14);
  border-radius:16px;
  background:linear-gradient(110deg,#1769f5,#0789ee 58%,#24bcdc);
  color:#fff !important;
  text-decoration:none;
  white-space:nowrap;
  font-size:14px;
  font-weight:900;
  box-shadow:
    0 13px 27px rgba(23,105,245,.22),
    inset 0 1px 0 rgba(255,255,255,.28);
  transition:transform .2s ease,box-shadow .2s ease
}

.bt-visas-main-button span{
  color:#fff !important
}

.bt-visas-main-button svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:#fff !important;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .2s ease
}

.bt-visas-main-button:hover,
.bt-visas-main-button:focus,
.bt-visas-main-button:active{
  color:#fff !important;
  background:linear-gradient(110deg,#1769f5,#0789ee 58%,#24bcdc) !important;
  transform:translateY(-2px);
  box-shadow:
    0 18px 34px rgba(23,105,245,.29),
    inset 0 1px 0 rgba(255,255,255,.3)
}

.bt-visas-main-button:hover svg{
  transform:translateX(-3px)
}

@media(max-width:1080px){
  .bt-visas-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .bt-visa-finder{
    grid-template-columns:1fr
  }
}

@media(max-width:700px){
  .bt-visas{
    padding:72px 16px
  }

  .bt-visas-head{
    margin-bottom:28px
  }

  .bt-visas-badge{
    min-height:34px;
    padding:6px 13px;
    font-size:12px
  }

  .bt-visas-head h2{
    margin-top:13px;
    font-size:34px;
    letter-spacing:-.8px
  }

  .bt-visas-head p{
    margin-top:11px;
    font-size:15px;
    line-height:1.55
  }

  .bt-visa-finder{
    min-height:auto;
    margin-bottom:15px;
    padding:17px;
    gap:17px;
    border-radius:23px
  }

  .bt-visa-finder-icon{
    width:49px;
    height:49px;
    flex-basis:49px;
    border-radius:16px
  }

  .bt-visa-finder-copy strong{
    font-size:16px
  }

  .bt-visa-finder-copy small{
    font-size:11.5px
  }

  .bt-visa-search{
    grid-template-columns:1fr;
    padding:5px;
    border-radius:18px
  }

  .bt-visa-search button{
    width:100%;
    min-height:50px
  }

  .bt-visas-grid{
    grid-template-columns:1fr;
    gap:13px
  }

  .bt-visa-card{
    min-height:auto;
    padding:20px;
    border-radius:23px
  }

  .bt-visa-flag{
    width:53px;
    height:53px;
    flex-basis:53px;
    font-size:28px;
    border-radius:17px
  }

  .bt-visa-card-content{
    margin-top:20px
  }

  .bt-visa-card h3{
    font-size:22px
  }

  .bt-visa-card p{
    font-size:13px
  }

  .bt-visas-footer{
    margin-top:15px;
    padding:17px;
    grid-template-columns:1fr;
    gap:15px;
    border-radius:21px
  }

  .bt-visas-notice-icon{
    width:45px;
    height:45px;
    flex-basis:45px;
    border-radius:15px
  }

  .bt-visas-notice strong{
    font-size:14px
  }

  .bt-visas-notice small{
    font-size:10.5px
  }

  .bt-visas-main-button{
    width:100%
  }
}

@media(max-width:430px){
  .bt-visas{
    padding-inline:12px
  }

  .bt-visas-head h2{
    font-size:31px
  }

  .bt-visa-finder-copy small{
    display:none
  }

  .bt-visa-card{
    padding:18px
  }
}

@media(prefers-reduced-motion:reduce){
  .bt-visas *,
  .bt-visas *::before,
  .bt-visas *::after{
    transition-duration:.01ms !important;
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important
  }
}

/* =========================================
   Home style block 6
========================================= */
.bt-community,
.bt-community *,
.bt-community *::before,
.bt-community *::after{
  box-sizing:border-box;
  margin:0;
  padding:0
}

.bt-community{
  --bt-community-navy:#071f45;
  --bt-community-blue:#1769f5;
  --bt-community-cyan:#1ab6e7;
  position:relative;
  width:100%;
  padding:100px 22px;
  overflow:hidden;
  direction:rtl;
  font-family:"Assistant",sans-serif;
  background:
    radial-gradient(circle at 5% 5%,rgba(23,105,245,.1),transparent 27%),
    radial-gradient(circle at 96% 92%,rgba(26,182,231,.1),transparent 28%),
    linear-gradient(180deg,#eef7ff 0%,#f8fbff 52%,#eef7ff 100%)
}

.bt-community::before{
  content:"";
  position:absolute;
  top:120px;
  right:-170px;
  width:410px;
  height:410px;
  border:1px solid rgba(23,105,245,.07);
  border-radius:50%;
  pointer-events:none
}

.bt-community::after{
  content:"";
  position:absolute;
  bottom:-140px;
  left:-100px;
  width:390px;
  height:390px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(26,182,231,.1),transparent 70%);
  pointer-events:none
}

.bt-community-container{
  position:relative;
  z-index:2;
  width:min(1280px,100%);
  margin:0 auto
}

.bt-community-head{
  width:min(760px,100%);
  margin:0 auto 42px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center
}

.bt-community-badge{
  min-height:38px;
  padding:7px 15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid rgba(23,105,245,.14);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  color:#1769f5;
  font-size:13px;
  font-weight:900;
  box-shadow:
    0 8px 22px rgba(23,75,122,.04),
    inset 0 1px 0 #fff
}

.bt-community-badge svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-community-head h2{
  margin-top:16px;
  color:var(--bt-community-navy);
  font-size:clamp(38px,4.2vw,58px);
  font-weight:900;
  line-height:1.05;
  letter-spacing:-1.7px
}

.bt-community-head p{
  width:min(650px,100%);
  margin-top:14px;
  color:#64768b;
  font-size:18px;
  font-weight:600;
  line-height:1.65
}

.bt-community-mobile-hint{
  display:none
}

.bt-community-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px
}

.bt-community-card{
  --bt-community-accent:#1769f5;
  --bt-community-soft:#e9f5ff;
  position:relative;
  min-height:405px;
  padding:23px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(199,218,235,.84);
  border-radius:28px;
  background:
    radial-gradient(circle at 100% 0%,var(--bt-community-soft),transparent 42%),
    linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,252,255,.98));
  color:var(--bt-community-navy);
  text-decoration:none;
  box-shadow:
    0 18px 44px rgba(18,61,101,.075),
    inset 0 1px 0 rgba(255,255,255,.98);
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease
}

.bt-community-card::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:4px;
  background:linear-gradient(90deg,var(--bt-community-accent),transparent 86%);
  opacity:.9
}

.bt-community-thailand{
  --bt-community-accent:#1688e8;
  --bt-community-soft:#e6f4ff
}

.bt-community-vietnam{
  --bt-community-accent:#18a68b;
  --bt-community-soft:#e4faf4
}

.bt-community-japan{
  --bt-community-accent:#df5c73;
  --bt-community-soft:#fff0f3
}

.bt-community-visa{
  --bt-community-accent:#7063e8;
  --bt-community-soft:#f0edff
}

.bt-community-card-glow{
  position:absolute;
  top:-100px;
  left:-100px;
  width:220px;
  height:220px;
  border:1px solid color-mix(in srgb,var(--bt-community-accent) 13%,transparent);
  border-radius:50%;
  pointer-events:none
}

.bt-community-card:hover{
  transform:translateY(-8px);
  border-color:color-mix(in srgb,var(--bt-community-accent) 34%,#d1e0ec);
  box-shadow:
    0 30px 62px rgba(18,61,101,.15),
    inset 0 1px 0 #fff
}

.bt-community-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px
}

.bt-community-flag{
  width:62px;
  height:62px;
  flex:0 0 62px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid color-mix(in srgb,var(--bt-community-accent) 14%,transparent);
  border-radius:20px;
  background:#fff;
  color:var(--bt-community-accent);
  font-size:31px;
  box-shadow:
    0 10px 24px rgba(21,68,108,.075),
    inset 0 1px 0 #fff
}

.bt-community-flag svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-community-platform{
  min-height:31px;
  padding:5px 10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  border:1px solid rgba(24,119,242,.12);
  border-radius:999px;
  background:#edf5ff;
  color:#1877f2;
  font-size:10.5px;
  font-weight:900
}

.bt-community-platform svg{
  width:15px;
  height:15px;
  fill:currentColor
}

.bt-community-card-content{
  margin-top:27px;
  display:flex;
  flex-direction:column;
  flex:1
}

.bt-community-status{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  gap:7px;
  color:var(--bt-community-accent);
  font-size:11.5px;
  font-weight:900
}

.bt-community-status i{
  width:8px;
  height:8px;
  display:block;
  border-radius:50%;
  background:#20c892;
  box-shadow:0 0 0 5px rgba(32,200,146,.12)
}

.bt-community-card h3{
  margin-top:10px;
  color:var(--bt-community-navy);
  font-size:25px;
  font-weight:900;
  line-height:1.1;
  letter-spacing:-.5px
}

.bt-community-card p{
  margin-top:13px;
  color:#66788d;
  font-size:13.5px;
  font-weight:600;
  line-height:1.58
}

.bt-community-card-bottom{
  min-height:58px;
  margin-top:25px;
  padding:0 8px 0 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border-top:1px solid rgba(212,226,238,.84)
}

.bt-community-card-action{
  padding-top:15px;
  color:var(--bt-community-accent);
  font-size:13px;
  font-weight:900
}

.bt-community-arrow{
  width:38px;
  height:38px;
  margin-top:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--bt-community-soft);
  color:var(--bt-community-accent);
  transition:transform .22s ease,background .22s ease,color .22s ease
}

.bt-community-arrow svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-community-card:hover .bt-community-arrow{
  transform:translateX(-3px);
  background:var(--bt-community-accent);
  color:#fff
}

.bt-community-footer{
  min-height:102px;
  margin-top:22px;
  padding:20px 23px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:17px;
  border:1px solid rgba(199,218,235,.84);
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0%,rgba(23,105,245,.08),transparent 35%),
    rgba(255,255,255,.82);
  box-shadow:
    0 15px 36px rgba(20,65,103,.06),
    inset 0 1px 0 #fff;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px)
}

.bt-community-footer-users{
  display:flex;
  direction:ltr
}

.bt-community-avatar{
  width:44px;
  height:44px;
  margin-right:-10px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:3px solid #fff;
  border-radius:50%;
  background:#eef6ff;
  color:#1769f5;
  font-size:20px;
  box-shadow:0 6px 16px rgba(21,68,108,.09)
}

.bt-community-avatar:first-child{
  margin-right:0
}

.bt-community-avatar svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-community-footer-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px
}

.bt-community-footer-copy strong{
  color:var(--bt-community-navy);
  font-size:17px;
  font-weight:900
}

.bt-community-footer-copy span{
  color:#6d8095;
  font-size:13px;
  font-weight:600;
  line-height:1.4
}

.bt-community-main-button{
  min-height:50px;
  padding:0 19px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:1px solid rgba(24,119,242,.12);
  border-radius:16px;
  background:linear-gradient(120deg,#1877f2,#1769d9);
  color:#fff !important;
  text-decoration:none;
  white-space:nowrap;
  font-size:13.5px;
  font-weight:900;
  box-shadow:
    0 13px 28px rgba(24,119,242,.23),
    inset 0 1px 0 rgba(255,255,255,.25);
  transition:transform .2s ease,box-shadow .2s ease
}

.bt-community-main-button svg{
  width:18px;
  height:18px;
  fill:#fff
}

.bt-community-main-button span{
  color:#fff !important
}

.bt-community-main-button:hover,
.bt-community-main-button:focus,
.bt-community-main-button:active{
  color:#fff !important;
  background:linear-gradient(120deg,#1877f2,#1769d9) !important;
  transform:translateY(-2px);
  box-shadow:
    0 18px 35px rgba(24,119,242,.3),
    inset 0 1px 0 rgba(255,255,255,.28)
}

@media(max-width:1080px){
  .bt-community-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
}

@media(max-width:700px){
  .bt-community{
    padding:72px 0
  }

  .bt-community-container{
    width:100%
  }

  .bt-community-head{
    margin-bottom:20px;
    padding:0 18px
  }

  .bt-community-badge{
    min-height:34px;
    padding:6px 13px;
    font-size:12px
  }

  .bt-community-head h2{
    margin-top:13px;
    font-size:34px;
    letter-spacing:-.8px
  }

  .bt-community-head p{
    margin-top:11px;
    font-size:15px;
    line-height:1.55
  }

  .bt-community-mobile-hint{
    margin:0 18px 12px;
    display:flex;
    align-items:center;
    gap:7px;
    color:#728499;
    font-size:12px;
    font-weight:700
  }

  .bt-community-mobile-hint svg{
    width:17px;
    height:17px;
    fill:none;
    stroke:#1769f5;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
    animation:bt-community-hint 1.7s ease-in-out infinite
  }

  .bt-community-grid{
    padding:2px 18px 18px;
    display:flex;
    gap:13px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:18px;
    scrollbar-width:none;
    overscroll-behavior-inline:contain
  }

  .bt-community-grid::-webkit-scrollbar{
    display:none
  }

  .bt-community-card{
    width:82vw;
    min-width:82vw;
    max-width:345px;
    min-height:390px;
    flex:0 0 auto;
    padding:21px;
    border-radius:25px;
    scroll-snap-align:start
  }

  .bt-community-flag{
    width:56px;
    height:56px;
    flex-basis:56px;
    border-radius:18px;
    font-size:29px
  }

  .bt-community-card-content{
    margin-top:23px
  }

  .bt-community-card h3{
    font-size:23px
  }

  .bt-community-card p{
    font-size:13px
  }

  .bt-community-footer{
    margin:5px 16px 0;
    padding:17px;
    grid-template-columns:auto minmax(0,1fr);
    gap:13px;
    border-radius:21px
  }

  .bt-community-avatar{
    width:38px;
    height:38px;
    font-size:17px
  }

  .bt-community-footer-copy strong{
    font-size:15px
  }

  .bt-community-footer-copy span{
    font-size:11.5px
  }

  .bt-community-main-button{
    grid-column:1/-1;
    width:100%;
    min-height:50px
  }
}

@media(max-width:430px){
  .bt-community-head h2{
    font-size:31px
  }

  .bt-community-card{
    width:86vw;
    min-width:86vw;
    min-height:380px
  }

  .bt-community-platform{
    font-size:9.5px
  }
}

@keyframes bt-community-hint{
  0%,100%{
    transform:translateX(0)
  }

  50%{
    transform:translateX(-5px)
  }
}

@media(prefers-reduced-motion:reduce){
  .bt-community *,
  .bt-community *::before,
  .bt-community *::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important
  }
}

/* =========================================
   Home style block 7
========================================= */
.bt-guides,
.bt-guides *,
.bt-guides *::before,
.bt-guides *::after{
  box-sizing:border-box;
  margin:0;
  padding:0
}

.bt-guides{
  --bt-guides-navy:#071f45;
  --bt-guides-blue:#1769f5;
  --bt-guides-cyan:#1ab6e7;
  position:relative;
  width:100%;
  padding:100px 22px;
  overflow:hidden;
  direction:rtl;
  font-family:"Assistant",sans-serif;
  background:
    radial-gradient(circle at 5% 10%,rgba(23,105,245,.07),transparent 28%),
    radial-gradient(circle at 96% 90%,rgba(26,182,231,.08),transparent 28%),
    linear-gradient(180deg,#fff 0%,#f7fbff 52%,#fff 100%)
}

.bt-guides::before{
  content:"";
  position:absolute;
  top:120px;
  right:-180px;
  width:420px;
  height:420px;
  border:1px solid rgba(23,105,245,.055);
  border-radius:50%;
  pointer-events:none
}

.bt-guides::after{
  content:"";
  position:absolute;
  bottom:-150px;
  left:-130px;
  width:390px;
  height:390px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(26,182,231,.08),transparent 70%);
  pointer-events:none
}

.bt-guides-container{
  position:relative;
  z-index:2;
  width:min(1280px,100%);
  margin:0 auto
}

.bt-guides-head{
  width:min(760px,100%);
  margin:0 auto 42px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center
}

.bt-guides-badge{
  min-height:38px;
  padding:7px 15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid rgba(23,105,245,.14);
  border-radius:999px;
  background:#eef7ff;
  color:#1769f5;
  font-size:13px;
  font-weight:900;
  box-shadow:inset 0 1px 0 #fff
}

.bt-guides-badge svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-guides-head h2{
  margin-top:16px;
  color:var(--bt-guides-navy);
  font-size:clamp(38px,4.2vw,58px);
  font-weight:900;
  line-height:1.05;
  letter-spacing:-1.7px
}

.bt-guides-head p{
  width:min(660px,100%);
  margin-top:14px;
  color:#64768b;
  font-size:18px;
  font-weight:600;
  line-height:1.65
}

.bt-guides-mobile-hint{
  display:none
}

.bt-guides-layout{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:18px
}

.bt-guide-card{
  color:var(--bt-guides-navy);
  text-decoration:none
}

.bt-guide-featured{
  min-width:0
}

.bt-guide-featured .bt-guide-image{
  position:relative;
  min-height:596px;
  overflow:hidden;
  isolation:isolate;
  display:flex;
  align-items:flex-end;
  border:1px solid rgba(204,220,234,.82);
  border-radius:32px;
  background:#d9eaff;
  box-shadow:
    0 24px 58px rgba(20,61,99,.12),
    inset 0 1px 0 rgba(255,255,255,.4);
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease
}

.bt-guide-featured .bt-guide-image > img{
  position:absolute;
  inset:0;
  z-index:-3;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .4s ease
}

.bt-guide-overlay{
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(180deg,rgba(2,12,29,.03) 12%,rgba(3,13,29,.13) 45%,rgba(3,12,28,.92) 100%),
    linear-gradient(100deg,rgba(4,16,35,.22),transparent 60%)
}

.bt-guide-featured:hover .bt-guide-image{
  transform:translateY(-7px);
  border-color:rgba(23,105,245,.23);
  box-shadow:
    0 34px 72px rgba(20,61,99,.2),
    inset 0 1px 0 rgba(255,255,255,.45)
}

.bt-guide-featured:hover .bt-guide-image > img{
  transform:scale(1.06);
  filter:saturate(1.08)
}

.bt-guide-image-top{
  position:absolute;
  top:20px;
  right:20px;
  left:20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px
}

.bt-guide-category,
.bt-guide-time{
  min-height:33px;
  padding:6px 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:999px;
  background:rgba(7,31,69,.34);
  color:#fff;
  font-size:11.5px;
  font-weight:900;
  backdrop-filter:blur(13px);
  -webkit-backdrop-filter:blur(13px)
}

.bt-guide-time svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-guide-featured-content{
  width:100%;
  padding:32px 30px 29px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:right
}

.bt-guide-country{
  color:#8bdcff;
  font-size:13px;
  font-weight:900
}

.bt-guide-featured h3{
  max-width:650px;
  margin-top:7px;
  color:#fff;
  font-size:clamp(30px,3vw,43px);
  font-weight:900;
  line-height:1.06;
  letter-spacing:-1px
}

.bt-guide-featured p{
  max-width:580px;
  margin-top:13px;
  color:rgba(255,255,255,.82);
  font-size:15px;
  font-weight:600;
  line-height:1.58
}

.bt-guide-featured-action{
  margin-top:22px;
  display:flex;
  align-items:center;
  gap:11px;
  color:#fff;
  font-size:14px;
  font-weight:900
}

.bt-guide-arrow{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(255,255,255,.16);
  color:inherit;
  transition:transform .22s ease,background .22s ease,color .22s ease
}

.bt-guide-arrow svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-guide-featured:hover .bt-guide-arrow{
  transform:translateX(-3px);
  background:#fff;
  color:#1769f5
}

.bt-guides-side{
  display:grid;
  grid-template-rows:repeat(2,minmax(0,1fr));
  gap:18px
}

.bt-guide-compact{
  min-height:289px;
  padding:14px;
  display:grid;
  grid-template-columns:minmax(155px,.42fr) minmax(0,.58fr);
  gap:18px;
  overflow:hidden;
  border:1px solid rgba(204,220,234,.84);
  border-radius:27px;
  background:
    radial-gradient(circle at 100% 0%,rgba(23,105,245,.06),transparent 38%),
    linear-gradient(180deg,#fff,#fbfdff);
  box-shadow:
    0 17px 40px rgba(20,61,99,.07),
    inset 0 1px 0 #fff;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease
}

.bt-guide-compact:hover{
  transform:translateY(-6px);
  border-color:rgba(23,105,245,.24);
  box-shadow:
    0 27px 54px rgba(20,61,99,.14),
    inset 0 1px 0 #fff
}

.bt-guide-compact-image{
  position:relative;
  min-height:100%;
  overflow:hidden;
  border-radius:19px;
  background:#dcecff
}

.bt-guide-compact-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 48%,rgba(4,15,34,.38) 100%)
}

.bt-guide-compact-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s ease
}

.bt-guide-compact:hover .bt-guide-compact-image img{
  transform:scale(1.06)
}

.bt-guide-country-chip{
  position:absolute;
  right:12px;
  bottom:12px;
  z-index:2;
  min-height:29px;
  padding:5px 10px;
  display:flex;
  align-items:center;
  border:1px solid rgba(255,255,255,.34);
  border-radius:999px;
  background:rgba(7,31,69,.42);
  color:#fff;
  font-size:10.5px;
  font-weight:900;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px)
}

.bt-guide-compact-content{
  min-width:0;
  padding:8px 4px 5px 0;
  display:flex;
  flex-direction:column
}

.bt-guide-compact-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:9px;
  color:#1769f5;
  font-size:10.5px;
  font-weight:900
}

.bt-guide-compact-meta > span:last-child{
  display:flex;
  align-items:center;
  gap:5px;
  color:#8292a5;
  font-weight:700
}

.bt-guide-compact-meta svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-guide-compact h3{
  margin-top:12px;
  color:var(--bt-guides-navy);
  font-size:21px;
  font-weight:900;
  line-height:1.14;
  letter-spacing:-.4px
}

.bt-guide-compact p{
  margin-top:10px;
  color:#687a8e;
  font-size:12.5px;
  font-weight:600;
  line-height:1.52
}

.bt-guide-compact-action{
  margin-top:auto;
  padding-top:15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#1769f5;
  font-size:12.5px;
  font-weight:900
}

.bt-guide-compact .bt-guide-arrow{
  width:34px;
  height:34px;
  flex-basis:34px;
  background:#eaf5ff
}

.bt-guide-compact:hover .bt-guide-arrow{
  transform:translateX(-3px);
  background:#1769f5;
  color:#fff
}

.bt-guides-footer{
  min-height:100px;
  margin-top:22px;
  padding:20px 23px;
  display:grid;
  grid-template-columns:54px minmax(0,1fr) auto;
  align-items:center;
  gap:17px;
  border:1px solid rgba(205,222,236,.82);
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0%,rgba(23,105,245,.07),transparent 36%),
    rgba(250,253,255,.92);
  box-shadow:
    0 14px 34px rgba(20,61,99,.055),
    inset 0 1px 0 #fff
}

.bt-guides-footer-icon{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:17px;
  background:linear-gradient(145deg,#eaf5ff,#dff1ff);
  color:#1769f5
}

.bt-guides-footer-icon svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-guides-footer-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px
}

.bt-guides-footer-copy strong{
  color:var(--bt-guides-navy);
  font-size:17px;
  font-weight:900
}

.bt-guides-footer-copy span{
  color:#708197;
  font-size:13px;
  font-weight:600;
  line-height:1.4
}

.bt-guides-main-button{
  min-height:50px;
  padding:0 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:1px solid rgba(23,105,245,.14);
  border-radius:16px;
  background:linear-gradient(110deg,#1769f5,#0789ee 58%,#24bcdc);
  color:#fff !important;
  text-decoration:none;
  white-space:nowrap;
  font-size:14px;
  font-weight:900;
  box-shadow:
    0 13px 27px rgba(23,105,245,.22),
    inset 0 1px 0 rgba(255,255,255,.28);
  transition:transform .2s ease,box-shadow .2s ease
}

.bt-guides-main-button span{
  color:#fff !important
}

.bt-guides-main-button svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:#fff !important;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .2s ease
}

.bt-guides-main-button:hover,
.bt-guides-main-button:focus,
.bt-guides-main-button:active{
  color:#fff !important;
  background:linear-gradient(110deg,#1769f5,#0789ee 58%,#24bcdc) !important;
  transform:translateY(-2px);
  box-shadow:
    0 18px 34px rgba(23,105,245,.29),
    inset 0 1px 0 rgba(255,255,255,.3)
}

.bt-guides-main-button:hover svg{
  transform:translateX(-3px)
}

@media(max-width:1060px){
  .bt-guides-layout{
    grid-template-columns:1fr
  }

  .bt-guide-featured .bt-guide-image{
    min-height:520px
  }

  .bt-guides-side{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:auto
  }

  .bt-guide-compact{
    min-height:360px;
    grid-template-columns:1fr;
    grid-template-rows:170px minmax(0,1fr)
  }

  .bt-guide-compact-content{
    padding:8px 5px 4px
  }
}

@media(max-width:700px){
  .bt-guides{
    padding:72px 0
  }

  .bt-guides-container{
    width:100%
  }

  .bt-guides-head{
    margin-bottom:20px;
    padding:0 18px
  }

  .bt-guides-badge{
    min-height:34px;
    padding:6px 13px;
    font-size:12px
  }

  .bt-guides-head h2{
    margin-top:13px;
    font-size:34px;
    letter-spacing:-.8px
  }

  .bt-guides-head p{
    margin-top:11px;
    font-size:15px;
    line-height:1.55
  }

  .bt-guides-mobile-hint{
    margin:0 18px 12px;
    display:flex;
    align-items:center;
    gap:7px;
    color:#728499;
    font-size:12px;
    font-weight:700
  }

  .bt-guides-mobile-hint svg{
    width:17px;
    height:17px;
    fill:none;
    stroke:#1769f5;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
    animation:bt-guides-hint 1.7s ease-in-out infinite
  }

  .bt-guides-layout{
    padding:2px 18px 18px;
    display:flex;
    gap:13px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:18px;
    scrollbar-width:none;
    overscroll-behavior-inline:contain
  }

  .bt-guides-layout::-webkit-scrollbar{
    display:none
  }

  .bt-guide-featured{
    width:84vw;
    min-width:84vw;
    max-width:350px;
    flex:0 0 auto;
    scroll-snap-align:start
  }

  .bt-guide-featured .bt-guide-image{
    min-height:430px;
    border-radius:26px
  }

  .bt-guide-image-top{
    top:15px;
    right:15px;
    left:15px
  }

  .bt-guide-time{
    display:none
  }

  .bt-guide-featured-content{
    padding:25px 21px 22px
  }

  .bt-guide-featured h3{
    font-size:29px
  }

  .bt-guide-featured p{
    font-size:13px
  }

  .bt-guides-side{
    display:contents
  }

  .bt-guide-compact{
    width:84vw;
    min-width:84vw;
    max-width:350px;
    min-height:430px;
    flex:0 0 auto;
    padding:13px;
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows:190px minmax(0,1fr);
    border-radius:25px;
    scroll-snap-align:start
  }

  .bt-guide-compact-image{
    border-radius:18px
  }

  .bt-guide-compact-content{
    padding:9px 6px 4px
  }

  .bt-guide-compact h3{
    font-size:21px
  }

  .bt-guide-compact p{
    font-size:12.5px
  }

  .bt-guides-footer{
    margin:4px 16px 0;
    padding:17px;
    grid-template-columns:46px minmax(0,1fr);
    gap:12px;
    border-radius:21px
  }

  .bt-guides-footer-icon{
    width:45px;
    height:45px;
    border-radius:15px
  }

  .bt-guides-footer-copy strong{
    font-size:15px
  }

  .bt-guides-footer-copy span{
    font-size:11.5px
  }

  .bt-guides-main-button{
    grid-column:1/-1;
    width:100%;
    min-height:50px
  }
}

@media(max-width:430px){
  .bt-guides-head h2{
    font-size:31px
  }

  .bt-guide-featured,
  .bt-guide-compact{
    width:87vw;
    min-width:87vw
  }

  .bt-guide-featured .bt-guide-image,
  .bt-guide-compact{
    min-height:410px
  }
}

@keyframes bt-guides-hint{
  0%,100%{
    transform:translateX(0)
  }

  50%{
    transform:translateX(-5px)
  }
}

@media(prefers-reduced-motion:reduce){
  .bt-guides *,
  .bt-guides *::before,
  .bt-guides *::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important
  }
}

/* =========================================
   Home style block 8
========================================= */
.bt-faq,
.bt-faq *,
.bt-faq *::before,
.bt-faq *::after{
  box-sizing:border-box;
  margin:0;
  padding:0
}

.bt-faq{
  --bt-faq-navy:#071f45;
  --bt-faq-blue:#1769f5;
  --bt-faq-cyan:#1ab6e7;
  position:relative;
  width:100%;
  padding:100px 22px;
  overflow:hidden;
  direction:rtl;
  font-family:"Assistant",sans-serif;
  background:
    radial-gradient(circle at 6% 10%,rgba(23,105,245,.08),transparent 28%),
    radial-gradient(circle at 96% 90%,rgba(26,182,231,.08),transparent 29%),
    linear-gradient(180deg,#f8fcff 0%,#fff 54%,#f7fbff 100%)
}

.bt-faq::before{
  content:"";
  position:absolute;
  top:145px;
  right:-180px;
  width:420px;
  height:420px;
  border:1px solid rgba(23,105,245,.055);
  border-radius:50%;
  pointer-events:none
}

.bt-faq::after{
  content:"";
  position:absolute;
  bottom:-140px;
  left:-110px;
  width:370px;
  height:370px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(26,182,231,.09),transparent 70%);
  pointer-events:none
}

.bt-faq-container{
  position:relative;
  z-index:2;
  width:min(1240px,100%);
  margin:0 auto
}

.bt-faq-head{
  width:min(760px,100%);
  margin:0 auto 44px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center
}

.bt-faq-badge{
  min-height:38px;
  padding:7px 15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid rgba(23,105,245,.14);
  border-radius:999px;
  background:#eef7ff;
  color:#1769f5;
  font-size:13px;
  font-weight:900;
  box-shadow:inset 0 1px 0 #fff
}

.bt-faq-badge svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-faq-head h2{
  margin-top:16px;
  color:var(--bt-faq-navy);
  font-size:clamp(38px,4.2vw,58px);
  font-weight:900;
  line-height:1.05;
  letter-spacing:-1.7px
}

.bt-faq-head p{
  width:min(670px,100%);
  margin-top:14px;
  color:#64768b;
  font-size:18px;
  font-weight:600;
  line-height:1.65
}

.bt-faq-layout{
  display:grid;
  grid-template-columns:340px minmax(0,1fr);
  align-items:start;
  gap:22px
}

.bt-faq-side{
  position:sticky;
  top:110px
}

.bt-faq-side-card{
  position:relative;
  min-height:470px;
  padding:30px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  border:1px solid rgba(195,217,236,.84);
  border-radius:30px;
  background:
    radial-gradient(circle at 100% 0%,rgba(26,182,231,.2),transparent 38%),
    linear-gradient(145deg,#0b3977 0%,#1769f5 58%,#17b9e6 100%);
  color:#fff;
  box-shadow:
    0 25px 60px rgba(23,105,245,.22),
    inset 0 1px 0 rgba(255,255,255,.22)
}

.bt-faq-side-card::before{
  content:"";
  position:absolute;
  width:270px;
  height:270px;
  top:-135px;
  left:-110px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%
}

.bt-faq-side-card::after{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-100px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.13),transparent 68%)
}

.bt-faq-side-icon{
  position:relative;
  z-index:2;
  width:64px;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.24);
  border-radius:21px;
  background:rgba(255,255,255,.13);
  color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.25);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px)
}

.bt-faq-side-icon svg{
  width:32px;
  height:32px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-faq-side-label{
  position:relative;
  z-index:2;
  margin-top:29px;
  color:#b8edff;
  font-size:12.5px;
  font-weight:900
}

.bt-faq-side h3{
  position:relative;
  z-index:2;
  margin-top:8px;
  color:#fff;
  font-size:31px;
  font-weight:900;
  line-height:1.08;
  letter-spacing:-.7px
}

.bt-faq-side p{
  position:relative;
  z-index:2;
  margin-top:14px;
  color:rgba(255,255,255,.8);
  font-size:14px;
  font-weight:600;
  line-height:1.6
}

.bt-faq-contact{
  position:relative;
  z-index:2;
  width:100%;
  min-height:55px;
  margin-top:25px;
  padding:0 17px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:18px;
  background:#fff;
  color:#1769f5 !important;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  box-shadow:0 14px 30px rgba(7,31,69,.16);
  transition:transform .2s ease,box-shadow .2s ease
}

.bt-faq-contact span{
  color:#1769f5 !important
}

.bt-faq-contact svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:#1769f5 !important;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .2s ease
}

.bt-faq-contact:hover{
  color:#1769f5 !important;
  background:#fff !important;
  transform:translateY(-2px);
  box-shadow:0 19px 37px rgba(7,31,69,.23)
}

.bt-faq-contact:hover svg{
  transform:translateX(-3px)
}

.bt-faq-side-points{
  position:relative;
  z-index:2;
  margin-top:auto;
  padding-top:28px;
  display:flex;
  flex-direction:column;
  gap:10px
}

.bt-faq-side-points span{
  display:flex;
  align-items:center;
  gap:8px;
  color:rgba(255,255,255,.82);
  font-size:12px;
  font-weight:800
}

.bt-faq-side-points svg{
  width:18px;
  height:18px;
  padding:3px;
  border-radius:50%;
  background:rgba(255,255,255,.14);
  fill:none;
  stroke:#fff;
  stroke-width:2.5;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-faq-list{
  display:flex;
  flex-direction:column;
  gap:11px
}

.bt-faq-item{
  overflow:hidden;
  border:1px solid rgba(204,221,235,.85);
  border-radius:22px;
  background:
    radial-gradient(circle at 100% 0%,rgba(23,105,245,.045),transparent 38%),
    rgba(255,255,255,.94);
  box-shadow:
    0 12px 30px rgba(20,61,99,.045),
    inset 0 1px 0 #fff;
  transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease
}

.bt-faq-item:hover{
  border-color:rgba(23,105,245,.22);
  box-shadow:
    0 17px 38px rgba(20,61,99,.075),
    inset 0 1px 0 #fff
}

.bt-faq-item[open]{
  border-color:rgba(23,105,245,.24);
  box-shadow:
    0 20px 44px rgba(23,105,245,.09),
    inset 0 1px 0 #fff
}

.bt-faq-item summary{
  min-height:84px;
  padding:16px 19px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  cursor:pointer;
  list-style:none;
  color:var(--bt-faq-navy);
  -webkit-tap-highlight-color:transparent
}

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

.bt-faq-question{
  min-width:0;
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--bt-faq-navy);
  font-size:17px;
  font-weight:900;
  line-height:1.3
}

.bt-faq-question-icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(23,105,245,.11);
  border-radius:15px;
  background:linear-gradient(145deg,#edf7ff,#e2f3ff);
  color:#1769f5;
  box-shadow:inset 0 1px 0 #fff
}

.bt-faq-question-icon svg{
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-faq-question-icon svg path:first-child:last-child{
  fill:currentColor;
  stroke:none
}

.bt-faq-toggle{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#edf6ff;
  color:#1769f5;
  transition:transform .25s ease,background .2s ease,color .2s ease
}

.bt-faq-toggle svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round
}

.bt-faq-item[open] .bt-faq-toggle{
  transform:rotate(180deg);
  background:#1769f5;
  color:#fff
}

.bt-faq-answer{
  display:grid;
  grid-template-rows:0fr;
  transition:grid-template-rows .3s ease
}

.bt-faq-item[open] .bt-faq-answer{
  grid-template-rows:1fr
}

.bt-faq-answer p{
  min-height:0;
  overflow:hidden;
  padding:0 79px 0 24px;
  color:#65778c;
  font-size:14.5px;
  font-weight:600;
  line-height:1.65;
  transition:padding .3s ease
}

.bt-faq-item[open] .bt-faq-answer p{
  padding-top:0;
  padding-bottom:22px
}

@media(max-width:980px){
  .bt-faq-layout{
    grid-template-columns:1fr
  }

  .bt-faq-side{
    position:static
  }

  .bt-faq-side-card{
    min-height:auto;
    padding:24px;
    display:grid;
    grid-template-columns:64px minmax(0,1fr) auto;
    align-items:center;
    gap:18px
  }

  .bt-faq-side-label,
  .bt-faq-side-points{
    display:none
  }

  .bt-faq-side h3{
    margin-top:0;
    font-size:24px
  }

  .bt-faq-side p{
    margin-top:6px
  }

  .bt-faq-contact{
    width:auto;
    min-width:190px;
    margin-top:0
  }
}

@media(max-width:700px){
  .bt-faq{
    padding:72px 15px
  }

  .bt-faq-head{
    margin-bottom:29px
  }

  .bt-faq-badge{
    min-height:34px;
    padding:6px 13px;
    font-size:12px
  }

  .bt-faq-head h2{
    margin-top:13px;
    font-size:34px;
    letter-spacing:-.8px
  }

  .bt-faq-head p{
    margin-top:11px;
    font-size:15px;
    line-height:1.55
  }

  .bt-faq-layout{
    gap:15px
  }

  .bt-faq-side-card{
    padding:19px;
    grid-template-columns:50px minmax(0,1fr);
    gap:13px;
    border-radius:23px
  }

  .bt-faq-side-icon{
    width:49px;
    height:49px;
    border-radius:16px
  }

  .bt-faq-side-icon svg{
    width:25px;
    height:25px
  }

  .bt-faq-side h3{
    font-size:18px
  }

  .bt-faq-side p{
    font-size:12px;
    line-height:1.45
  }

  .bt-faq-contact{
    grid-column:1/-1;
    width:100%;
    min-height:50px;
    min-width:0;
    margin-top:2px;
    border-radius:16px
  }

  .bt-faq-list{
    gap:9px
  }

  .bt-faq-item{
    border-radius:19px
  }

  .bt-faq-item summary{
    min-height:73px;
    padding:13px 14px;
    gap:12px
  }

  .bt-faq-question{
    gap:11px;
    font-size:15px
  }

  .bt-faq-question-icon{
    width:41px;
    height:41px;
    flex-basis:41px;
    border-radius:14px
  }

  .bt-faq-question-icon svg{
    width:21px;
    height:21px
  }

  .bt-faq-toggle{
    width:34px;
    height:34px;
    flex-basis:34px
  }

  .bt-faq-answer p{
    padding-right:66px;
    padding-left:17px;
    font-size:13px;
    line-height:1.58
  }

  .bt-faq-item[open] .bt-faq-answer p{
    padding-bottom:18px
  }
}

@media(max-width:430px){
  .bt-faq{
    padding-inline:11px
  }

  .bt-faq-head h2{
    font-size:31px
  }

  .bt-faq-question{
    font-size:14px
  }

  .bt-faq-question-icon{
    width:38px;
    height:38px;
    flex-basis:38px
  }

  .bt-faq-answer p{
    padding-right:59px;
    font-size:12.5px
  }
}

@media(prefers-reduced-motion:reduce){
  .bt-faq *,
  .bt-faq *::before,
  .bt-faq *::after{
    transition-duration:.01ms !important;
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important
  }
}


@media (max-width: 700px) {
  .bt-faq .bt-faq-toggle {
    display: none !important;
  }
}


/* =========================================
   Mobile horizontal overflow fix
========================================= */

@media (max-width: 1080px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .bt-home {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }

  .bt-home > section {
    width: 100%;
    max-width: 100%;
  }

  .blh,
  .bt-how,
  .bt-essentials,
  .bt-visas,
  .bt-community,
  .bt-guides,
  .bt-faq {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }

  .bt-destinations-new {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .bt-dest-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .blh-shell,
  .blh-content,
  .bt-how-container,
  .bt-essentials-container,
  .bt-visas-container,
  .bt-community-container,
  .bt-guides-container,
  .bt-faq-container {
    width: 100%;
    max-width: 100%;
  }

  img,
  svg,
  video,
  iframe {
    max-width: 100%;
  }
}








@media (max-width: 640px) {
.blh-form {
  margin-top: 25px;
  padding: 11px;
  border-radius: 22px;
  width: calc(100% - 16px);
  margin-left: auto;
  margin-right: auto;
}


/* =========================================
   Final mobile hero centering fix
========================================= */

@media (max-width: 640px) {
  .blh {
    width: 100% !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .blh-shell,
  .blh-content {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  .blh-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .blh-form,
  .blh-examples,
  .blh-trust,
  .blh-direct {
    width: 100% !important;
    max-width: 390px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-inline: auto !important;
    align-self: center !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  .blh-eyebrow,
  .blh h1,
  .blh-subtitle {
    margin-right: auto !important;
    margin-left: auto !important;
    margin-inline: auto !important;
    align-self: center !important;
    text-align: center !important;
  }

  .blh-form {
    margin-top: 17px !important;
  }

  .blh-examples {
    margin-top: 9px !important;
  }

  .blh-trust {
    margin-top: 16px !important;
  }

  .blh-direct {
    margin-top: 14px !important;
  }
}

}

/* =========================================
   Exact mobile hero centering
========================================= */

@media (max-width: 640px) {
  .blh {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  .blh-shell {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 1 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
    position: relative !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  .blh-content {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    position: relative !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  .blh-content > * {
    margin-right: auto !important;
    margin-left: auto !important;
    align-self: center !important;
    box-sizing: border-box !important;
  }

  .blh-form,
  .blh-examples,
  .blh-trust,
  .blh-direct {
    width: 100% !important;
    max-width: 390px !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
  }

  .blh-eyebrow,
  .blh h1,
  .blh-subtitle {
    text-align: center !important;
  }
}
