/* ==========================================================================
   Visa Valley - Brand Design System & Stylesheet Overrides
   Brand: Visa Valley ("Your Visa, Our Promise")
   Color Code: #6e034f
   Font: Lexend Deca
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300;400;500;600;700;800;900&display=swap');

:root {
  /* Brand Typography */
  --font-body: 'Lexend Deca', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  --font-heading: 'Lexend Deca', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  --font-inter: 'Lexend Deca', sans-serif !important;
  
  /* Brand Color Palette */
  --color-primary: #6e034f !important;
  --color-primary-2: #8c0b66 !important;
  --color-primary-3: #56023d !important;
  --color-primary-4: #6e034f !important;
  --color-secondary: #9c1b72 !important;
  --color-accent-gold: #f59e0b !important;
  --color-accent-amber: #d97706 !important;
  --color-dark: #1b131d !important;
  --color-heading: #1e1b24 !important;
  --color-heading-three: #1b131d !important;
  
  /* Gradients */
  --gradient-color-from: #6e034f !important;
  --gradient-color-to: #9c1b72 !important;
  --color-gradient: linear-gradient(135deg, #6e034f 0%, #9c1b72 100%) !important;
  --color-gradient-gold: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;

  /* Elementor overrides */
  --e-global-color-primary: #6e034f !important;
  --e-global-color-secondary: #9c1b72 !important;
  --e-global-color-accent: #f59e0b !important;
  --e-global-typography-primary-font-family: 'Lexend Deca', sans-serif !important;
  --e-global-typography-secondary-font-family: 'Lexend Deca', sans-serif !important;
  --e-global-typography-text-font-family: 'Lexend Deca', sans-serif !important;
  --e-global-typography-accent-font-family: 'Lexend Deca', sans-serif !important;
}

body, html {
  font-family: 'Lexend Deca', -apple-system, BlinkMacSystemFont, sans-serif !important;
  color: #334155;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6,
.title, .sec-title, .elementor-heading-title,
.main-menu ul li a, .xb-btn, .thm-btn {
  font-family: 'Lexend Deca', sans-serif !important;
  letter-spacing: -0.02em;
}

/* ==========================================================================
   Header & Navigation Streamlining (Single Clean Row, Compact Height)
   ========================================================================== */

.header__top {
  background: #190212 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header__top-cta, .header__top-info, .header__top-info li, .header__top-cta span {
  color: #f1f5f9 !important;
}

.header__top-cta span svg circle,
.header__top-info span svg path {
  fill: #f472b6 !important;
  stroke: #f472b6 !important;
}

.header__top-cta a, .header__top-info a {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.header__top-cta a:hover, .header__top-info a:hover {
  color: #f472b6 !important;
}

.header__wrap {
  padding: 0 !important;
  background: #ffffff !important;
  border-bottom: 1px solid #f1f5f9 !important;
  transition: all 0.3s ease;
}

.header__wrap.stricky-fixed {
  box-shadow: 0 4px 20px rgba(110, 3, 79, 0.08) !important;
}

.header__inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  min-height: 72px !important;
  height: 72px !important;
}

.header__logo {
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  margin-right: 20px !important;
}

.header__logo img, .xb-logo-mobile img {
  max-height: 44px !important;
  width: auto !important;
  object-fit: contain;
  display: block;
}

.main-menu__wrap {
  display: flex !important;
  align-items: center !important;
  flex-grow: 1 !important;
  justify-content: center !important;
}

.main-menu {
  display: flex !important;
  align-items: center !important;
}

.main-menu ul {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 2px !important;
}

.main-menu ul li {
  position: relative !important;
  margin: 0 !important;
}

.main-menu ul li:not(:last-child) {
  margin-right: 0 !important;
}

.main-menu ul li a {
  display: inline-flex !important;
  align-items: center !important;
  padding: 8px 11px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #334155 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  border-radius: 6px !important;
  transition: all 0.2s ease !important;
}

.main-menu > ul > li > a span {
  padding: 0 !important;
  border: 1px solid #CDD1D3 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.main-menu ul li.menu-item-has-children > a span::after {
  content: "+" !important;
  display: inline-block !important;
  margin-left: 4px !important;
  padding-left: 0 !important;
  font-size: 13px !important;
  color: #6e034f !important;
}

.main-menu ul li:hover > a,
.main-menu ul li.current-menu-item > a,
.main-menu ul li.active > a {
  color: #6e034f !important;
  background-color: #fdf2f8 !important;
}

.main-menu ul li .sub-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  min-width: 260px !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
  border: 1px solid #f1f5f9 !important;
  border-top: 3px solid #6e034f !important;
  padding: 10px 0 !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  z-index: 9999 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.25s ease;
}

.main-menu ul li:hover > .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
}

.main-menu ul li .sub-menu li {
  width: 100% !important;
  margin: 0 !important;
}

.main-menu ul li .sub-menu li a {
  display: block !important;
  width: 100% !important;
  padding: 9px 20px !important;
  font-size: 13.5px !important;
  color: #475569 !important;
  border-radius: 0 !important;
}

.main-menu ul li .sub-menu li a:hover {
  background: #fdf2f8 !important;
  color: #6e034f !important;
  padding-left: 24px !important;
}

.header__action {
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.header__action li {
  margin: 0 !important;
}

/* Brand Button Enhancements */
.xb-btn, .thm-btn, .btn, .elementor-button {
  background: var(--color-gradient) !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  font-family: 'Lexend Deca', sans-serif !important;
  font-weight: 600 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border: 1px solid #CDD1D3 !important;
  box-shadow: 0 4px 14px rgba(110, 3, 79, 0.25) !important;
}

.xb-btn:hover, .thm-btn:hover, .btn:hover, .elementor-button:hover {
  background: linear-gradient(135deg, #8c0b66 0%, #6e034f 100%) !important;
  box-shadow: 0 6px 20px rgba(110, 3, 79, 0.4) !important;
  transform: translateY(-2px);
  color: #ffffff !important;
}

/* Secondary Button / Outline */
.xb-btn--bordered, .btn-outline {
  background: transparent !important;
  border: 1px solid #CDD1D3 !important;
  color: #6e034f !important;
  box-shadow: none !important;
}

.xb-btn--bordered:hover, .btn-outline:hover {
  background: #6e034f !important;
  color: #ffffff !important;
}

/* ==========================================================================
   Compact, Modern Page Title / Breadcrumb Banner (Little Space & Sleek)
   ========================================================================== */
.breadcrumb, .page-banner {
  min-height: 140px !important;
  max-height: 180px !important;
  padding: 30px 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  background: linear-gradient(135deg, #fdf4f9 0%, #fff0f7 50%, #fbf4fb 100%) !important;
  border-bottom: 1px solid #fcebf5 !important;
  position: relative !important;
  overflow: hidden !important;
}

.breadcrumb__title {
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #1e1b24 !important;
  margin-bottom: 8px !important;
  line-height: 1.2 !important;
  letter-spacing: -0.5px !important;
}

.breadcrumb-container, .breadcrumb__list {
  background: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 5px 14px !important;
  border-radius: 20px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border: 1px solid #fbcfe8 !important;
  box-shadow: 0 2px 8px rgba(110,3,79,0.06) !important;
  color: #94a3b8 !important;
}

.breadcrumb-container a, .breadcrumb__list a {
  color: #6e034f !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.breadcrumb-container a:hover, .breadcrumb__list a:hover {
  color: #9c1b72 !important;
}

.breadcrumb-container .current-item, 
.breadcrumb-container .post-page,
.breadcrumb__list li {
  color: #64748b !important;
  font-weight: 600 !important;
}

.breadcrumb__circle {
  opacity: 0.3 !important;
  transform: scale(0.6) !important;
}

.breadcrumb__shape {
  opacity: 0.4 !important;
  transform: scale(0.6) !important;
}

/* Site-wide Section Compact Spacing */
.pt-120, .pt-130, .pt-140 {
  padding-top: 60px !important;
}

.pb-120, .pb-130, .pb-140 {
  padding-bottom: 60px !important;
}

.pt-100, .pt-110 {
  padding-top: 50px !important;
}

.pb-90, .pb-100 {
  padding-bottom: 50px !important;
}

/* Hero Section Badge */
.hero__badge, .sec-title--sub {
  color: #6e034f !important;
  background-color: #fdf2f8 !important;
  border-color: #fbcfe8 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Icon backgrounds and highlights */
.xb-service .xb-item--icon,
.xb-feature .xb-item--icon,
.xb-coaching .xb-item--icon {
  background-color: #fdf2f8 !important;
  color: #6e034f !important;
}

.xb-service:hover .xb-item--icon,
.xb-service.active .xb-item--icon {
  background-color: #6e034f !important;
  color: #ffffff !important;
}

/* Counter & Statistics Section */
.xb-counter .xb-item--number {
  color: #6e034f !important;
  font-weight: 800 !important;
}

/* Step Process Timeline */
.process-step-badge {
  background: #6e034f;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-right: 12px;
}

/* Job Categories Badges */
.job-tag {
  display: inline-block;
  background: #fdf2f8;
  color: #6e034f;
  border: 1px solid #fbcfe8;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin: 4px;
  transition: all 0.2s ease;
}

.job-tag:hover {
  background: #6e034f;
  color: #fff;
  border-color: #6e034f;
  transform: translateY(-2px);
}

.contact-main-area div[style*="border-radius:50%"] i {
  color: #ffffff !important;
  font-size: 22px !important;
}

/* Regulatory Notice / BMET Bar */
.bmet-notice-bar {
  background: #f8fafc;
  border-left: 4px solid #6e034f;
  padding: 14px 20px;
  border-radius: 0 8px 8px 0;
  margin: 20px 0;
  font-size: 14px;
  color: #334155;
}

.bmet-notice-bar strong {
  color: #6e034f;
}

/* Floating WhatsApp Community Widget */
.floating-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background: #25d366;
  color: #ffffff !important;
  border-radius: 50px;
  padding: 12px 22px 12px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none !important;
}

.floating-whatsapp:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.55);
  color: #ffffff !important;
}

.floating-whatsapp i {
  font-size: 24px;
}

/* Footer Section */
.footer, .xb-footer {
  background: #14020f !important;
  color: #cbd5e1 !important;
}

.footer .title, .footer h3, .footer h4 {
  color: #ffffff !important;
}

.footer a, .xb-footer a {
  color: #94a3b8 !important;
  transition: color 0.2s ease;
}

.footer a:hover, .xb-footer a:hover {
  color: #f472b6 !important;
}

.footer__social li a {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
}

.footer__social li a:hover {
  background: #6e034f !important;
  color: #ffffff !important;
  transform: translateY(-3px);
}

.footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13.5px;
  color: #64748b;
}

/* FAQ Accordion Active Header */
.accordion_item.active .accordion_button {
  color: #6e034f !important;
  border-color: #6e034f !important;
}

/* Responsive fixes */
@media (max-width: 1199px) {
  .main-menu ul li a {
    padding: 8px 8px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 991px) {
  .floating-whatsapp span {
    display: none;
  }
  .floating-whatsapp {
    padding: 14px;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
  }
}


/* ==========================================================================
   Full Width Header Top (Zero Side Gaps) & Perfect Alignment
   ========================================================================== */
.site-header {
  width: 100% !important;
  position: relative !important;
}

.header__top {
  background: #190212 !important;
  width: 100% !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  margin: 0 !important;
}

.header__top-cta, .header__top-info, .header__top-info li, .header__top-cta span {
  color: #f1f5f9 !important;
  font-size: 13px !important;
}

.header__top-cta span svg circle,
.header__top-info span svg path {
  fill: #f472b6 !important;
  stroke: #f472b6 !important;
}

.header__top-cta a, .header__top-info a {
  color: #ffffff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.header__top-cta a:hover, .header__top-info a:hover {
  color: #f472b6 !important;
}

.header__wrap {
  width: 100% !important;
  padding: 0 !important;
  background: #ffffff !important;
  border-bottom: 1px solid #f1f5f9 !important;
}

.header__inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  min-height: 72px !important;
  height: 72px !important;
}

/* ==========================================================================
   Small Round WhatsApp Floating Button
   ========================================================================== */
.floating-whatsapp {
  position: fixed !important;
  bottom: 25px !important;
  right: 25px !important;
  z-index: 99999 !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  border-radius: 50% !important;
  background: #25d366 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.5) !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  text-decoration: none !important;
  padding: 0 !important;
  border: 1px solid #CDD1D3 !important;
}

.floating-whatsapp i {
  font-size: 26px !important;
  line-height: 1 !important;
  color: #ffffff !important;
  margin: 0 !important;
}

.floating-whatsapp span {
  display: none !important;
}

.floating-whatsapp:hover {
  transform: scale(1.12) translateY(-3px) !important;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.75) !important;
  color: #ffffff !important;
  background: #20ba59 !important;
}

/* ==========================================================================
   Footer Contrast & Typography (100% High Visibility)
   ========================================================================== */
.footer, .xb-footer, .site-footer {
  background: #14020f !important;
  color: #e2e8f0 !important;
}

.footer *, .xb-footer * {
  box-sizing: border-box;
}

.footer p, .xb-footer p {
  color: #cbd5e1 !important;
  font-size: 14px !important;
  line-height: 24px !important;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
.xb-footer h1, .xb-footer h2, .xb-footer h3, .xb-footer h4, .xb-footer h5, .xb-footer h6,
.footer .title, .xb-footer .title {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.footer strong, .xb-footer strong, .footer b, .xb-footer b {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.footer em, .xb-footer em {
  color: #f472b6 !important;
  font-style: normal !important;
  font-weight: 600 !important;
}

.footer a, .xb-footer a {
  color: #cbd5e1 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.footer a:hover, .xb-footer a:hover {
  color: #f472b6 !important;
}

.footer__links li, .xb-footer .footer__links li {
  color: #cbd5e1 !important;
  margin-bottom: 6px !important;
}

.footer__links li a {
  color: #cbd5e1 !important;
  font-size: 14px !important;
}

.footer__links li a:hover {
  color: #f472b6 !important;
  padding-left: 4px;
}

.footer-info-box {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-left: 4px solid #f472b6 !important;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 22px !important;
  margin-top: 15px !important;
  margin-bottom: 20px !important;
}

.footer-info-box strong {
  color: #f472b6 !important;
}

.footer-info-box span {
  color: #ffffff !important;
}

.footer__social li a {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.footer__social li a:hover {
  background: #6e034f !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}


/* ==========================================================================
   Back-to-Top & WhatsApp Separation (ZERO OVERLAP)
   ========================================================================== */
.xb-backtotop {
  position: fixed !important;
  bottom: 88px !important;
  right: 31px !important;
  z-index: 9998 !important;
  transition: all 0.3s ease !important;
}

.floating-whatsapp {
  position: fixed !important;
  bottom: 25px !important;
  right: 25px !important;
  z-index: 99999 !important;
}

/* ==========================================================================
   Partner Airline Logos (Full Vivid Brand Colors, 100% Opacity)
   ========================================================================== */
.brand {
  padding: 60px 0 !important;
  background: #ffffff !important;
}

.brand-title span span {
  color: #1e1b24 !important;
  font-weight: 700 !important;
  font-size: 22px !important;
}

.brand-slider .xb-swiper-slide a {
  opacity: 1 !important;
  filter: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px !important;
  min-height: 60px !important;
}

.brand-slider .xb-swiper-slide a img,
.brand-slider img,
.xb-brand img {
  opacity: 1 !important;
  filter: none !important;
  max-height: 44px !important;
  width: auto !important;
  object-fit: contain !important;
  transition: all 0.25s ease !important;
}

.brand-slider .xb-swiper-slide a:hover img {
  transform: scale(1.08) !important;
}

/* Footer Social Icons - Perfect Centering & Visibility */
.footer__social li a {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
}

.footer__social li a svg {
  fill: #ffffff !important;
  width: 16px !important;
  height: 16px !important;
}

.footer__social li a:hover {
  background: #6e034f !important;
  transform: translateY(-3px) !important;
}


/* ==========================================================================
   Navigation Bar 100% Clickable, Non-Wrapping, High Z-Index
   ========================================================================== */
.site-header {
  position: relative !important;
  z-index: 99999 !important;
  width: 100% !important;
}

.header__wrap {
  position: relative !important;
  z-index: 99999 !important;
  background: #ffffff !important;
  width: 100% !important;
  min-height: 72px !important;
  height: auto !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}

.header__inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  min-height: 72px !important;
  height: auto !important;
  position: relative !important;
  z-index: 99999 !important;
}

.header__logo {
  flex-shrink: 0 !important;
  position: relative !important;
  z-index: 99999 !important;
  margin-right: 15px !important;
}

.main-menu__wrap {
  display: flex !important;
  align-items: center !important;
  flex-grow: 1 !important;
  justify-content: center !important;
  position: relative !important;
  z-index: 99999 !important;
}

.main-menu {
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  z-index: 99999 !important;
}

.main-menu ul {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 2px !important;
  position: relative !important;
  z-index: 99999 !important;
}

.main-menu ul li {
  position: relative !important;
  margin: 0 !important;
  z-index: 99999 !important;
}

.main-menu ul li a {
  display: inline-flex !important;
  align-items: center !important;
  padding: 8px 10px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #1e1b24 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  border-radius: 6px !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 99999 !important;
  transition: all 0.2s ease !important;
}

.main-menu ul li a span {
  cursor: pointer !important;
  pointer-events: auto !important;
  color: inherit !important;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
  color: #6e034f !important;
  background-color: #fdf2f8 !important;
}

.main-menu ul li.current-menu-item > a,
.main-menu ul li.active > a {
  color: #6e034f !important;
  background-color: #fdf2f8 !important;
}

.header__action {
  flex-shrink: 0 !important;
  position: relative !important;
  z-index: 99999 !important;
  margin-left: 15px !important;
}

.header__action .xb-btn {
  cursor: pointer !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 99999 !important;
}


/* ==========================================================================
   Permanent Sticky Navigation Bar (Static/Fixed At Top While Scrolling)
   ========================================================================== */
.site_wrapper, .site, #page, .evisa-main-wrap {
  overflow: visible !important;
}

.site-header {
  position: relative !important;
  z-index: 999999 !important;
  width: 100% !important;
}

.header__wrap.stricky-fixed,
.stricked-menu.stricky-fixed,
.stricky.stricked-menu.stricky-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
  background: #ffffff !important;
  box-shadow: 0 4px 20px rgba(110, 3, 79, 0.1) !important;
  border-bottom: 1px solid #fcebf5 !important;
  transform: translateY(0%) !important;
  visibility: visible !important;
  min-height: 72px !important;
  height: 72px !important;
  transition: all 0.3s ease !important;
}

.stricked-menu .header__inner,
.header__wrap.stricky-fixed .header__inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 72px !important;
  min-height: 72px !important;
}

.stricked-menu .main-menu ul,
.header__wrap.stricky-fixed .main-menu ul {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.stricked-menu .main-menu ul li a,
.header__wrap.stricky-fixed .main-menu ul li a {
  padding: 8px 10px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #1e1b24 !important;
  white-space: nowrap !important;
}

.stricked-menu .main-menu ul li a:hover,
.header__wrap.stricky-fixed .main-menu ul li a:hover {
  color: #6e034f !important;
  background: #fdf2f8 !important;
}

.stricked-menu .header__logo img,
.header__wrap.stricky-fixed .header__logo img {
  max-height: 42px !important;
}

.stricked-menu .header__action .xb-btn,
.header__wrap.stricky-fixed .header__action .xb-btn {
  padding: 10px 22px !important;
  font-size: 13.5px !important;
}


/* ==========================================================================
   Comprehensive Mobile & Tablet Responsive Design System
   ========================================================================== */

@media (max-width: 991px) {
  /* Top Hotline Bar on Mobile */
  .header__top {
    padding: 6px 0 !important;
    min-height: 36px !important;
  }
  
  .header__top-inner {
    justify-content: center !important;
    text-align: center !important;
  }
  
  .header__top-cta {
    font-size: 12px !important;
    gap: 5px !important;
    justify-content: center !important;
    width: 100% !important;
  }
  
  .header__top-info {
    display: none !important; /* Hide verbose hours and location on small screens */
  }
  
  /* Main Header on Mobile */
  .header__wrap {
    min-height: 64px !important;
    height: 64px !important;
  }
  
  .header__inner {
    height: 64px !important;
    min-height: 64px !important;
  }
  
  .header__logo img {
    max-height: 36px !important;
  }
  
  .main-menu__wrap {
    display: none !important; /* Hidden on mobile; replaced by Offcanvas Drawer */
  }
  
  .xb-hamburger-menu {
    display: flex !important;
    align-items: center !important;
    margin-left: 10px !important;
  }
  
  .xb-nav-mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    background: #fdf2f8 !important;
    border: 1px solid #fbcfe8 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    color: #6e034f !important;
    font-size: 18px !important;
    transition: all 0.2s ease !important;
  }
  
  .xb-nav-mobile:hover {
    background: #6e034f !important;
    color: #ffffff !important;
  }
  
  .header__action {
    margin-left: auto !important;
  }
  
  .header__action .xb-btn {
    padding: 8px 14px !important;
    font-size: 12px !important;
  }
}

@media (min-width: 992px) {
  .xb-hamburger-menu {
    display: none !important;
  }
}

/* Offcanvas Mobile Slide Drawer */
.xb-header-menu {
  position: fixed !important;
  height: 100vh !important;
  width: 310px !important;
  max-width: 85vw !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  z-index: 9999999 !important;
  overflow-y: auto !important;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transform: translateX(-100%) !important;
  visibility: hidden !important;
  background-color: #ffffff !important;
  box-shadow: 5px 0 25px rgba(0, 0, 0, 0.15) !important;
}

.xb-header-menu.active {
  visibility: visible !important;
  transform: translateX(0%) !important;
}

.xb-header-menu-backdrop {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 9999998 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  transition: all 0.3s ease !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.xb-header-menu.active ~ .xb-header-menu-backdrop,
.xb-header-menu.active + .xb-header-menu-backdrop {
  opacity: 1 !important;
  visibility: visible !important;
}

.mobile-menu-inner {
  padding: 25px 20px 40px !important;
}

.mobile-menu-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #f1f5f9 !important;
  margin-bottom: 20px !important;
}

.xb-menu-close {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: #f1f5f9 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  color: #334155 !important;
  font-size: 16px !important;
  border: 1px solid #CDD1D3 !important;
}

.mobile-nav-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 25px !important;
}

.mobile-nav-list li {
  border-bottom: 1px solid #f8fafc !important;
}

.mobile-nav-list li a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 12px 6px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1e1b24 !important;
  text-decoration: none !important;
}

.mobile-nav-list li a:hover {
  color: #6e034f !important;
}

/* Mobile Form Inputs & Grids */
@media (max-width: 767px) {
  form .grid-2-col,
  form div[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  
  .hero h1 {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  
  .sec-title .title {
    font-size: 26px !important;
    line-height: 34px !important;
  }
  
  .btns {
    flex-direction: column !important;
  }
  
  .btns .xb-btn {
    width: 100% !important;
    text-align: center !important;
  }
}


/* ==========================================================================
   Precision Small Screen Mobile Tuning (320px - 576px)
   ========================================================================== */
html, body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative !important;
}

@media (max-width: 576px) {
  /* Prevent horizontal scroll */
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
  }
  
  /* Top Bar */
  .header__top {
    padding: 5px 0 !important;
    font-size: 11.5px !important;
  }
  
  .header__top-cta {
    font-size: 11.5px !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  
  /* Header Row */
  .header__wrap {
    min-height: 58px !important;
    height: 58px !important;
  }
  
  .header__inner {
    height: 58px !important;
    min-height: 58px !important;
  }
  
  .header__logo img {
    max-height: 32px !important;
    width: auto !important;
  }
  
  .header__action .xb-btn {
    padding: 6px 10px !important;
    font-size: 11px !important;
    letter-spacing: 0px !important;
  }
  
  .xb-nav-mobile {
    width: 36px !important;
    height: 36px !important;
    font-size: 16px !important;
  }

  /* Floating WhatsApp on Small Screens */
  .floating-whatsapp {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    bottom: 16px !important;
    right: 16px !important;
  }
  
  .floating-whatsapp i {
    font-size: 22px !important;
  }
  
  .xb-backtotop {
    bottom: 72px !important;
    right: 20px !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 14px !important;
  }

  /* Hero Section */
  .hero {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  
  .hero h1 {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 15px !important;
  }
  
  .hero p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  
  .hero__badge {
    font-size: 11px !important;
    padding: 4px 12px !important;
  }
  
  /* Track Record Grid on Small Phones */
  .hero .col-xl-5 {
    margin-top: 30px !important;
  }
  
  .hero div[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }
  
  /* Breadcrumbs on Mobile */
  .breadcrumb, .page-banner {
    min-height: 120px !important;
    padding: 20px 0 !important;
  }
  
  .breadcrumb__title {
    font-size: 24px !important;
    margin-bottom: 6px !important;
  }
  
  .breadcrumb-container {
    font-size: 11.5px !important;
    padding: 4px 10px !important;
  }
  
  /* Partner Badges */
  .brand div[style*="display:flex"] div img {
    max-height: 32px !important;
  }
  
  /* Footer on Small Mobile */
  .xb-footer .container {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }
  
  .footer-info-box {
    padding: 10px 12px !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }
  
  .footer__social li a {
    width: 34px !important;
    height: 34px !important;
    font-size: 13px !important;
  }
  
  .footer__copyright {
    flex-direction: column !important;
    text-align: center !important;
    gap: 10px !important;
  }
}
/* ==========================================================================
   Zero Bottom Gap Footer System (Removes White Strip Below Footer)
   ========================================================================== */
html {
  background-color: #14020f !important; /* Eliminates white gap below the footer */
}

body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #ffffff;
}

#page, .site_wrapper, .site, .evisa-main-wrap, main, #elementor_page_builder {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  background-color: #ffffff;
}

/* Footer full bottom coverage with zero bottom white space */
footer, .xb-footer, .site-footer {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 50px !important;
  background-color: #14020f !important;
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 10 !important;
}

footer .container, .xb-footer .container, .site-footer .container {
  width: 100% !important;
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  box-sizing: border-box !important;
}




/* Custom override for back to top button color */
.xb-backtotop .scroll {
  background-color: #6e034f !important;
  color: #ffffff !important;
}


/* Custom override for preloader earth to show V logo instead */
.earth {
    background-image: url('../logo/v-gradient-transparent.png') !important;
    background-size: 60% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    animation: none !important;
    border: 1px solid #CDD1D3 !important; /* Optional: adds a nice plum border instead of the default grey one */
}


/* Fix double scrollbar */
html { overflow-y: auto !important; }
body { overflow-y: visible !important; }

/* AGGRESSIVE FIX FOR DOUBLE SCROLLBAR */
body, #page, .site_wrapper, .site, .evisa-main-wrap, main, #elementor_page_builder, .elementor-widget-wrap, .elementor-section {
  overflow-y: visible !important;
  height: auto !important;
  max-height: none !important;
}
html {
  overflow-y: auto !important;
}
