/*
Theme Name: 914Digital
Theme URI: https://914digital.com
Description: Bootstrap 25
Author: 914Digital
Author URI: https://914digital.com
Version: 1.0
License: MIT License
License URI: http://opensource.org/licenses/MIT
*/

/* ==========================================================================
   TABLE OF CONTENTS
   ==========================================================================
   1. BASE & TYPOGRAPHY
   2. BRAND VARIABLES & UTILITIES
   3. BUTTONS & FORMS
   4. TOP NAVIGATION
   5. NAVBAR & DESKTOP MENU
   6. MOBILE HEADER & ICONS
   7. MOBILE OFFCANVAS MENU
   8. SEARCH OFFCANVAS
   9. AUTH MODAL (LOGIN/REGISTER)
   10. HERO & PAGE HEADERS
   11. SERVICES SECTION
   12. COUNTRY CARDS
   13. ACCORDION
   14. TESTIMONIALS
   15. SIDEBAR & PRICING
   16. FOOTER
   17. UTILITY & MISC
   ========================================================================== */


/* ==========================================================================
   1. BASE & TYPOGRAPHY
   ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');

body {
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
}

.h1, h2, h3, h4, h5 { 
  color: #004c89; 
}

.list-tight li { 
  margin-bottom: .35rem; 
}


/* ==========================================================================
   2. BRAND VARIABLES & UTILITIES
   ========================================================================== */

:root {
  --brand: #1b7ac6;
  --brand-600: #1666a6;
  --brand-100: #e6f1fa;
  --brand-dark: #0e5ea3;
  --brand-light: #4ea1e0;
  --brand-xlight: #83c5f7;
  --bs-primary: var(--brand);
  --bs-link-color: var(--brand);
  --bs-link-hover-color: var(--brand-600);
}

/* Links */
a { color: var(--bs-link-color); }
a:hover, a:focus { color: var(--bs-link-hover-color); }

/* Badges, pills, highlights */
.badge.bg-primary { background-color: var(--brand) !important; }
.bg-brand { background: var(--brand) !important; color: #fff; }
.text-brand { color: var(--brand) !important; }
.border-brand { border-color: var(--brand) !important; }

/* Dividers & headings accent */
hr { border: 0; height: 1px; background: var(--brand); }

h5 .accent-underline, 
h4 .accent-underline {
  box-shadow: inset 0 -0.35em 0 var(--brand-100);
}

/* Tables */
.table .table-responsive,
.table-responsive > td, 
.table-responsive th {
  background-color: var(--brand-100);
  color: #0b3b60;
}

/* Optional callouts */
.callout-brand {
  background: var(--brand-100);
  border-left: 4px solid var(--brand);
  padding: 1rem 1.25rem;
  border-radius: .5rem;
}


/* ==========================================================================
   3. BUTTONS & FORMS
   ========================================================================== */

.btn-primary {
  --bs-btn-bg: var(--brand);
  --bs-btn-border-color: var(--brand);
  --bs-btn-hover-bg: var(--brand-600);
  --bs-btn-hover-border-color: var(--brand-600);
  --bs-btn-active-bg: var(--brand-600);
  --bs-btn-active-border-color: var(--brand-600);
}

/* Login Button */
.btn-login {
  background: #1b7ac6;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}

.btn-login:hover {
  background: #1666a6;
  color: #fff;
  transform: translateY(-1px);
}

/* Service Buttons */
.btn-service {
  --btn-bg: #1b7ac6;
  --btn-fg: #fff;
  background: linear-gradient(135deg, #1b7ac6 0%, #3cb8ff 100%);
  color: var(--btn-fg);
  border-radius: .75rem;
  padding: .55rem 1.1rem;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(27,122,198,.25);
  transition: transform .15s ease, box-shadow .15s ease;
  border: 0;
}

.btn-service:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(27,122,198,.35);
}

.passport .btn-service { background: var(--brand); }
.passport .btn-service:hover { background: var(--blue-dark); }
.visa .btn-service { background: var(--green); }
.visa .btn-service:hover { background: #238359; }
.pricing .btn-service { background: var(--red); }
.pricing .btn-service:hover { background: #b73232; }

/* Gravity Forms */
.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border-radius: 10px !important;
}

/* Gravity Forms Buttons */
.gform_wrapper .gform_button,
.gform_wrapper input[type="submit"],
.gform_wrapper button[type="submit"],
.gform_wrapper .gform_footer button,
.gform_wrapper .gform_page_footer button {
  background: #1b7ac6 !important;
  color: #fff !important;
  border: none !important;
}

.gform_wrapper .gform_button:hover,
.gform_wrapper input[type="submit"]:hover,
.gform_wrapper button[type="submit"]:hover {
  background: #1666a6 !important;
  color: #fff !important;
}


/* ==========================================================================
   4. TOP NAVIGATION
   ========================================================================== */

.top-nav {
  background-color: #1b7ac6;
  padding: 8px 0;
}

.top-nav .tn-btn,
.mb-nav-btns .tn-btn {
  background-color: #fff;
  padding: 3px 10px;
  border-radius: 30px;
  color: #1b7ac6;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s ease;
}

.mb-nav-btns .tn-btn {
  display: inline-block;
  font-size: 17px;
}

.top-nav .tn-btn:hover,
.top-nav .tn-btn:focus {
  opacity: .7;
}

.top-nav .tn-btn[data-bs-toggle="offcanvas"] {
  cursor: pointer;
  border: none;
  background: transparent;
  transition: all 0.3s ease;
  color: #fff;
}

.top-nav .tn-btn[data-bs-toggle="offcanvas"]:hover {
  transform: scale(1.05);
}

@media (max-width: 600px) {
  .top-nav .tn-btn {
    font-size: 14px;
  }
}


/* ==========================================================================
   5. NAVBAR & DESKTOP MENU
   ========================================================================== */

.navbar-brand {
  width: 200px;
}

.navbar-brand img.fixed-img {
  width: 120px;
}

.navbar.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 99999999;
  box-shadow: 0px 1px 2px #00000047;
}

/* Keep menu centered with flex */
.navbar-collapse {
  justify-content: space-between;
}

/* Nav Links */
.nav-link {
  text-transform: uppercase;
  font-weight: 500;
  color: #0b3171;
  letter-spacing: 1px;
  transition: all .3s ease;
  border-bottom: 2px solid transparent;
}

.nav-link:hover,
.nav-link:focus {
  color: #1b7ac6;
  border-bottom: 2px solid #1b7ac6;
}

.current_page_item .nav-link {
  color: #1b7ac6;
  border-bottom: 2px solid;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 .6rem;
  font-size: 14px;
  padding-bottom: 10px;
}

/* Navbar Icons (Desktop) */
.navbar-icons {
  gap: 8px;
}

.nav-icon {
  background: none;
  border: none;
  color: #1c7ac6;
  font-size: 18px;
  padding: 8px 12px;
  cursor: pointer;
  transition: color 0.3s ease;
  position: relative;
  text-decoration: none;
}

.nav-icon:hover {
  color: #1a2744;
}

.nav-icon.dropdown-toggle {
  text-decoration: none;
}

.navbar-icons .dropdown-toggle::after {
  margin-left: 4px;
  vertical-align: middle;
}

/* Cart Count Badge */
.cart-count {
  position: absolute;
  top: 0;
  right: 0;
  background: #dc3545;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Account Dropdown */
.navbar-icons .dropdown-menu {
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  border: 1px solid #eee;
  padding: 8px;
}

.navbar-icons .dropdown-item {
  border-radius: 8px;
  padding: 10px 16px;
}

.navbar-icons .dropdown-item:hover {
  background: #f5f5f5;
}

/* Hamburger Toggler */
.navbar-toggler {
  border: none;
  padding: 8px;
  background: transparent;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #1b7ac6;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 5px;
}

/* Animated hamburger to X */
.navbar-toggler:not(.collapsed) .top-bar {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler:not(.collapsed) .middle-bar {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .bottom-bar {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Fix dropdown z-index and display */
.navbar-icons .dropdown {
    position: relative;
}

.navbar-icons .dropdown-menu {
    z-index: 999999999;
    position: absolute;
}

.navbar-icons .dropdown-menu.show {
    display: block !important;
}


/* ==========================================================================
   6. MOBILE HEADER & ICONS
   ========================================================================== */

/* Shrink logo on mobile */
@media (max-width: 991px) {
  .navbar-brand {
    width: 140px;
  }
  
  .navbar-brand img {
    max-height: 50px;
    width: auto;
  }
}

@media (max-width: 576px) {
  .navbar-brand {
    width: 120px;
  }
}

/* Mobile Icons in Header */
.mobile-icons {
  gap: 6px;
}

.mobile-icon {
  background: none;
  border: none;
  color: #1b7ac6;
  font-size: 18px;
  padding: 8px 10px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}

.mobile-icon:hover {
  color: #0e5ea3;
}

.mobile-icon .cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #dc3545;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* ==========================================================================
   7. MOBILE OFFCANVAS MENU
   ========================================================================== */

#mobileMenu {
  width: 320px;
  max-width: 85vw;
}

#mobileMenu .offcanvas-header {
  padding: 20px 24px;
  border-bottom: 1px solid #eee;
}

#mobileMenu .offcanvas-logo img {
  max-width: 130px;
  height: auto;
}

#mobileMenu .offcanvas-body {
  padding: 24px;
}

#mobileMenu .btn-close {
  opacity: 0.5;
}

#mobileMenu .btn-close:hover {
  opacity: 1;
}

/* Mobile Menu List */
.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-list li {
  margin-bottom: 4px;
}

.mobile-menu-list li a {
  display: block;
  padding: 14px 16px;
  color: #1a2744;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.mobile-menu-list li a:hover,
.mobile-menu-list li.current-menu-item a {
  background: #f0f7ff;
  color: #1b7ac6;
}

.mobile-menu-list li.current-menu-item a {
  border-left: 3px solid #1b7ac6;
}

/* Mobile Quick Links */
.mobile-quick-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-quick-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #f8f9fa;
  border-radius: 10px;
  color: #1a2744;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}

.mobile-quick-link:hover {
  background: #1b7ac6;
  color: #fff;
}

.mobile-quick-link i {
  font-size: 18px;
  width: 24px;
  text-align: center;
  color: #1b7ac6;
}

.mobile-quick-link:hover i {
  color: #fff;
}

/* Mobile User Section */
.mobile-user-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 16px;
}

.mobile-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-user-info img {
  border-radius: 50%;
  border: 2px solid #1b7ac6;
}

.mobile-user-info strong {
  color: #1a2744;
}

.mb-nav-btns {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}


/* ==========================================================================
   8. SEARCH OFFCANVAS
   ========================================================================== */

.offcanvas-top {
  height: 100vh !important;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 9999;
}

.offcanvas-backdrop {
  z-index: 9998;
}

.offcanvas-top .offcanvas-header {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.offcanvas-top .offcanvas-body {
  padding: 2rem;
}

.offcanvas-title {
  font-size: 1.5rem;
  font-weight: 600;
}

/* Search Wrapper */
.ajax-search-wrapper {
  width: 100%;
  margin: 0 auto;
}

.ajax-search-form {
  margin-bottom: 30px;
}

.search-field-wrapper {
  display: flex;
  gap: 15px;
  width: 100%;
  align-items: stretch;
}

#ajax-search-input {
  flex: 1;
  font-size: 18px;
  border: 2px solid #ddd;
  transition: border-color 0.3s ease;
}

#ajax-search-input:focus {
  border-color: #0073aa;
  box-shadow: 0 0 0 0.25rem rgba(0, 115, 170, 0.15);
}

.search-button,
#ajax-search-button {
  padding: 12px 30px;
  font-size: 18px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}

#ajax-search-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Screen reader only text */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Search Results */
.ajax-search-results {
  margin-top: 30px;
  scroll-behavior: smooth;
}

.search-results-count {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #0073aa;
}

.search-results-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-result-item {
  padding: 25px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  transition: all 0.3s ease;
  animation: fadeIn 0.3s ease forwards;
}

.search-result-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border-color: #0073aa;
}

.search-result-item:nth-child(1) { animation-delay: 0.05s; }
.search-result-item:nth-child(2) { animation-delay: 0.1s; }
.search-result-item:nth-child(3) { animation-delay: 0.15s; }
.search-result-item:nth-child(4) { animation-delay: 0.2s; }
.search-result-item:nth-child(5) { animation-delay: 0.25s; }

.search-result-type {
  display: inline-block;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: #0073aa;
  color: white;
  border-radius: 20px;
  margin-bottom: 12px;
}

.search-result-item[data-post-type="page"] .search-result-type {
  background-color: #0073aa;
}

.search-result-item[data-post-type="countries"] .search-result-type {
  background-color: #46b450;
}

.search-result-title {
  margin: 12px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.search-result-title a {
  color: #212529;
  text-decoration: none;
  transition: color 0.3s ease;
}

.search-result-title a:hover {
  color: #0073aa;
}

.search-result-excerpt {
  margin: 12px 0 0;
  color: #6c757d;
  font-size: 15px;
  line-height: 1.6;
}

/* Search Messages */
.search-loading,
.search-error,
.search-no-results,
.search-message {
  padding: 30px;
  text-align: center;
  background-color: #f8f9fa;
  border-radius: 8px;
  color: #666;
  font-size: 16px;
}

.search-error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.search-loading {
  background-color: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
}

.search-loading::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border: 3px solid #0c5460;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spinner 0.6s linear infinite;
  vertical-align: middle;
}

/* Mobile Search */
.mobile-search .btn {
  font-size: 18px;
  padding: 15px;
}

@media (max-width: 991px) {
  .offcanvas-top .offcanvas-body {
    padding: 1.5rem 1rem;
  }
  
  .search-field-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  
  .search-button,
  #ajax-search-button {
    width: 100%;
    justify-content: center;
  }
  
  .search-result-title {
    font-size: 18px;
  }
  
  .search-result-item {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .offcanvas-top .offcanvas-header {
    padding: 1rem;
  }
  
  .offcanvas-title {
    font-size: 1.25rem;
  }
  
  #ajax-search-input {
    font-size: 16px;
  }
  
  .search-button,
  #ajax-search-button {
    font-size: 16px;
    padding: 10px 20px;
  }
  
  .search-result-item {
    padding: 15px;
  }
  
  .search-result-title {
    font-size: 16px;
  }
  
  .search-result-excerpt {
    font-size: 14px;
  }
}


/* ==========================================================================
   9. AUTH MODAL (LOGIN/REGISTER)
   ========================================================================== */

.modal {
  z-index: 999999999 !important;
}

#authModal .modal-content {
  border: none;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

#authModal .nav-pills {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 4px;
}

#authModal .nav-pills .nav-link {
  border-radius: 8px;
  color: #666;
  font-weight: 600;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

#authModal .nav-pills .nav-link.active {
  background: #1b7ac6;
  color: #fff;
}

#authModal .form-control {
  border-radius: 10px;
  border: 2px solid #e0e0e0;
  padding: 12px 16px;
}

#authModal .form-control:focus {
  border-color: #1b7ac6;
  box-shadow: 0 0 0 3px rgba(27, 122, 198, 0.15);
}

#authModal .btn-primary {
  border-radius: 10px;
  padding: 14px;
  font-weight: 600;
}

#authModal .input-group .btn {
  border-radius: 0 10px 10px 0;
  border: 2px solid #e0e0e0;
  border-left: none;
}

#authModal .form-label {
  font-weight: 500;
  color: #333;
}


/* ==========================================================================
   10. HERO & PAGE HEADERS
   ========================================================================== */

.hero-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-block: 6rem 12rem;
}

.hero-banner .hero-copy { 
  position: relative; 
  z-index: 2; 
}

.hero-banner .hero-overlay {
  content: "";
  position: absolute; 
  inset: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 27%) 0%, rgb(0 0 0 / 48%) 40%, rgb(0 0 0 / 52%) 100%);
  z-index: 1;
}

.top-header {
  font-size: 17px;
  background-color: transparent;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 5px;
  border: 2px solid;
}

.page-header {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  color: #fff;
}

.page-header h1 {
  font-size: 3.5rem;
}

.page-header .overlay {
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;
  background:#00000073;
  z-index: 1;
}

.page-header.country-header .overlay {
  background: rgb(0 0 0 / 53%);
}

@media (max-width: 600px) {
  .page-header.country-header .overlay {
    background: rgb(0 0 0 / 73%);
  }
}

.page-header .container {
  position: relative;
  z-index: 2;
}

.page-header img {
  height: 225px;
  object-fit: cover;
  max-width: 100%;
}

.page-header.country-header h1 {
  font-size: 4rem;
}

.page-content {
  background-color: #fff;
}

.page-content section {
  padding: 15px;
  border-radius: 15px;
}

.page-content.countries-content section:nth-child(odd) {
  background-color: #f9f9f9;
}

.page-content .countries-content > section:nth-of-type(odd) .container {
  background-color: #f9f9f9;
}

.page-content.countries-content .col-md-10 section:nth-of-type(odd) { 
  background: #f9f9f9; 
}


/* ==========================================================================
   11. SERVICES SECTION
   ========================================================================== */

.services-float {
  position: relative;
  z-index: 3;
  margin-top: -7.5rem;
  margin-bottom: 3rem;
}

@media (max-width: 767.98px) {
  .services-float { 
    margin-top: -6rem; 
  }
}

.services-box {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(16,24,40,.06);
  box-shadow: 0 24px 60px rgba(16,24,40,.10);
}

.service-card {
  background: transparent;
  border-radius: 14px;
  border: 1px solid rgba(16,24,40,.06);
  box-shadow: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(27,122,198,.25);
  box-shadow: 0 10px 30px rgba(27,122,198,.12);
}

.service-icon {
  width: 76px; 
  height: 76px; 
  border-radius: 999px;
  display: grid; 
  place-content: center;
  font-size: 32px; 
  color: #fff;
  background: #1b7ac6;
  box-shadow: 0 6px 16px rgba(27,122,198,.25);
}

.icon-passport { background: linear-gradient(160deg, #1b7ac6 0%, #145e98 100%); }
.icon-visa { background: linear-gradient(160deg, #2c8ddb 0%, #1b7ac6 100%); }
.icon-pricing { background: linear-gradient(160deg, #4a6d8c 0%, #2c5674 100%); }

.card-body p { 
  line-height: 1.55; 
}


/* ==========================================================================
   12. COUNTRY CARDS
   ========================================================================== */

.img-fixed {
  width: 100%;
  height: 110px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.country-card { 
  transition: transform .12s ease, box-shadow .12s ease; 
}

.country-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
}

.country-card .card-title { 
  font-weight: 700; 
  line-height: 1.25; 
}


/* ==========================================================================
   13. ACCORDION
   ========================================================================== */

.accordion.agency {
  --blue: #0e6ab8;
  --blue-600: #0c5a9a;
  --light-blue: #5bb0f0;
  --border-c: rgba(91,176,240,.65);
  --radius: 16px;
  --shadow: 0 10px 22px rgba(16,24,40,.10);
  --body-text: #1f2937;
}

.accordion.agency .accordion-item {
  background: #fff;
  border: 1px solid var(--border-c);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  margin-bottom: 16px;
}

.accordion.agency .accordion-button {
  background: #fff;
  color: var(--light-blue);
  font-weight: 700;
  padding: 14px 18px;
  border: 0;
  border-radius: 0;
}

.accordion.agency .accordion-button::after {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  transform: rotate(-90deg);
  transition: transform .25s ease, filter .2s ease, background-image .2s ease;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%235bb0f0' d='M5.22 3.97a.75.75 0 0 1 1.06 0l4 4a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 1 1-1.06-1.06L8.69 8 5.22 4.53a.75.75 0 0 1 0-1.06z'/%3E%3C/svg%3E");
}

.accordion.agency .accordion-button:not(.collapsed) {
  background: var(--blue);
  color: #fff;
  box-shadow: none;
}

.accordion.agency .accordion-button:not(.collapsed):hover { 
  background: var(--blue-600); 
}

.accordion.agency .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M5.22 3.97a.75.75 0 0 1 1.06 0l4 4a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 1 1-1.06-1.06L8.69 8 5.22 4.53a.75.75 0 0 1 0-1.06z'/%3E%3C/svg%3E");
}

.accordion.agency .accordion-button:focus {
  box-shadow: 0 0 0 .25rem rgba(14,106,184,.25);
}

.accordion.agency .accordion-collapse { 
  border-top: 1px solid var(--border-c); 
}

.accordion.agency .accordion-button:not(.collapsed) + .accordion-collapse { 
  border-top: 0; 
}

.accordion.agency .accordion-body {
  background: #fff;
  color: var(--body-text);
  padding: 18px 20px 20px;
  line-height: 1.6;
}

.accordion.agency .accordion-button:not(.collapsed) + .accordion-collapse .accordion-body {
  background: #fff;
  color: var(--body-text);
}

.accordion.agency .accordion-body a { 
  color: inherit; 
}

.accordion.agency .accordion-item:first-child .accordion-button {
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}

.accordion.agency .accordion-item:last-child .accordion-collapse .accordion-body {
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}

@media (prefers-reduced-motion: reduce) {
  .accordion.agency .accordion-button,
  .accordion.agency .accordion-button::after { 
    transition: none; 
  }
}


/* ==========================================================================
   14. TESTIMONIALS
   ========================================================================== */

.tstack-wrap {
  position: relative;
  z-index: 999;
  color: #fff;
  overflow: hidden;
  background: #f7fbff;
}

.tstack-wrap > * {
  position: relative;
  z-index: 2;
}

.tstack-wrap h3 {
  font-weight: 300;
  font-size: 2.5rem;
}

/* Testimonials Slider */
.tslider { 
  position: relative; 
  display: grid; 
  grid-template-columns: 1fr; 
}

.tslider-viewport { 
  position: relative; 
  z-index: 1; 
  overflow: hidden; 
  width: 100%; 
}

.tslider-track { 
  display: flex; 
  margin: 0; 
  padding: 0; 
  list-style: none; 
  transition: transform .45s ease; 
  will-change: transform; 
}

.tslide { 
  min-width: 100%; 
  padding: 0 .25rem; 
}

.tcard-inner {
  background: #1c7ac6;
  color: #fff;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid rgba(27,122,198,.25);
  box-shadow: 0 4px 12px rgba(0,0,0,.05);
  min-height: 250px;
}

.tcard-stars { 
  display: flex; 
  gap: 6px; 
  margin-bottom: 8px; 
  color: #e7e7e7; 
}

.tcard-title { 
  font-size: 1.25rem; 
  margin: 0 0 .5rem; 
}

.tcard-text p { 
  margin-bottom: .75rem; 
}

.tcard-name { 
  opacity: .9; 
  font-weight: 600; 
  margin-top: .25rem; 
}

/* Slider Navigation */
.tslider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  pointer-events: auto;
  width: 44px; 
  height: 44px;
  border-radius: 50%;
  border: 0;
  display: grid; 
  place-items: center;
  font-size: 28px; 
  line-height: 1;
  background: #a8b8c4;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  cursor: pointer;
}

@media (max-width: 600px) {
  .tslider-nav {
    top: 80%;
  }
}

.tslider-prev { left: -18px; }
.tslider-next { right: -18px; }

@media (max-width: 992px) {
  .tslider-prev { left: 8px; }
  .tslider-next { right: 8px; }
}

.tslider-dots button {
  width: 10px; 
  height: 12px; 
  border-radius: 50%; 
  border: 0; 
  margin: 0 6px;
  background: rgb(193 193 193 / 96%); 
  cursor: pointer;
}

.tslider-dots button[aria-current="true"] { 
  background: #ddd; 
}

/* About Slice */
.about-slice { 
  background: #f7fbff; 
}

.about-media img { 
  object-fit: cover; 
}

.about-slice .btn.btn-primary {
  background: linear-gradient(135deg, #1b7ac6 0%, #3cb8ff 100%);
  border: none;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(27,122,198,0.35);
  transition: all .25s ease;
}

.about-slice .btn.btn-primary:hover {
  background: linear-gradient(135deg, #1870b8 0%, #2ea0e6 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(27,122,198,0.45);
}

.about-slice .btn.btn-outline-primary, 
.popular-countries .btn.btn-outline-primary, 
.tstack-wrap .btn.btn-outline-primary {
  border-color: #1b7ac6;
  color: #1b7ac6;
  font-weight: 600;
  border: 2px solid;
}

.about-slice .btn.btn-outline-primary:hover,
.popular-countries .btn.btn-outline-primary:hover,
.tstack-wrap .btn.btn-outline-primary:hover {
  background: #1b7ac6;
  color: #fff;
}

/* Testimonials Timeline */
.tline.container { 
  max-width: 1100px; 
}

.tline-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 36px;
  row-gap: 28px;
}

.tline-grid::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  background: linear-gradient(180deg, rgba(27,122,198,.4), rgba(27,122,198,.7));
  border-radius: 2px;
  z-index: 0;
  pointer-events: none;
}

.titem { 
  position: relative; 
  z-index: 1; 
}

.titem--left { grid-column: 1; }
.titem--right { grid-column: 2; }

.titem::before {
  content: "";
  position: absolute; 
  top: 28px;
  width: 14px; 
  height: 14px; 
  border-radius: 50%;
  background: #fff; 
  border: 3px solid #1b7ac6;
  box-shadow: 0 2px 10px rgba(0,0,0,.15);
}

.titem--left::before { right: -25px; }
.titem--right::before { left: -25px; }

@media (max-width: 992px) {
  .tline-grid {
    grid-template-columns: 14px 1fr;
    gap: 22px 18px;
  }
  
  .tline-grid::before {
    left: 14px; 
    transform: none;
  }
  
  .tline-rail {
    grid-column: 1 / 2;
  }
  
  .titem { 
    grid-column: 2 / -1; 
  }
  
  .titem::before { 
    left: 7px; 
    right: auto; 
    transform: translateX(-50%); 
  }
}

.titem-card {
  background: linear-gradient(180deg, rgba(233,244,255,0.95), rgba(233,244,255,0.92));
  border: 1px solid rgba(27,122,198,.25);
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  color: #0c2c4a;
  backdrop-filter: blur(2px);
  transition: transform .2s ease, box-shadow .2s ease;
}

.titem-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0,0,0,.16);
}

.titem-stars { 
  display: flex; 
  gap: 6px; 
  color: #b8c7d6; 
  margin-bottom: 8px; 
}

.titem-stars .star.is-on { 
  color: #1b7ac6; 
}

.titem-title { 
  font-size: 1.15rem; 
  margin: 0 0 .35rem; 
  color: #0f3a65; 
}

.titem-text p { 
  margin-bottom: .6rem; 
}

.titem-meta {
  display: flex; 
  gap: 12px; 
  align-items: center; 
  justify-content: flex-start;
  font-size: .9rem; 
  color: #56708a; 
  margin-top: .35rem;
}

.titem-author { 
  font-weight: 600; 
}

.tline-pagination { 
  margin-top: 28px; 
}

.tline-pagination .page-numbers {
  display: inline-block; 
  padding: 8px 12px; 
  margin: 0 4px; 
  border-radius: 8px;
  background: #eef6ff; 
  color: #1b7ac6; 
  border: 1px solid rgba(27,122,198,.2);
}

.tline-pagination .page-numbers.current {
  background: #1b7ac6; 
  color: #fff; 
  border-color: #1b7ac6;
}


/* ==========================================================================
   15. SIDEBAR & PRICING
   ========================================================================== */

.ind-menu {
  border-bottom: 3px solid #1c7ac6;
  background-color: #fff;
}

.passport-form {
  background: #1c7ac6;
  color: #fff;
}

.sticky-content {
  position: sticky;
  top: 80px;
  z-index: 999999;
}

.term-section {
  scroll-margin-top: calc(var(--sticky-offset, 150px));
}

/* Agency-Style Feature Cards */
.acf-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.acf-bullets li {
  display: flex;
  align-items: flex-start;
  padding: 24px 28px;
  margin-bottom: 20px;
  border-radius: 16px;
  color: #fff;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.acf-bullets li:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Repeating gradient pattern for unlimited bullets */
.acf-bullets li:nth-child(4n+1) {
  background: linear-gradient(135deg, #1b7ac6 0%, #2d9cdb 100%);
}

.acf-bullets li:nth-child(4n+2) {
  background: linear-gradient(135deg, #2d9cdb 0%, #56b5e9 100%);
}

.acf-bullets li:nth-child(4n+3) {
  background: linear-gradient(135deg, #56b5e9 0%, #7ec8f0 100%);
}

.acf-bullets li:nth-child(4n+4) {
  background: linear-gradient(135deg, #1b7ac6 0%, #145a8c 100%);
}

/* Accent bar on left */
.acf-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 4px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0 4px 4px 0;
}

/* Icon styling */
.acf-bullets li i {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
}

/* Text content */
.acf-bullets li p,
.acf-bullets li span,
.acf-bullets li {
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
}

/* Optional: First line bold effect - if using spans */
.acf-bullets li strong {
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
}

/* Responsive */
@media (max-width: 768px) {
  .acf-bullets li {
    padding: 20px;
  }
  
  .acf-bullets li i {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 14px;
  }
}

.sidebar-card {
  position: relative;
  border: 1px solid rgba(27,122,198,.18);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(0,0,0,.12);
  overflow: hidden;
}

.pricing-sidebar.sticky-lg-top { 
  top: 0; 
}

.sidebar-head {
  background: linear-gradient(135deg, #1b7ac6, #3cb8ff);
  color: #fff;
  padding: 12px 16px;
}

.sidebar-head h2 { 
  font-weight: 700; 
  letter-spacing: .2px; 
}

.sidebar-acc .accordion-item { 
  border: 0; 
  border-bottom: 1px solid rgba(27,122,198,.12); 
}

.sidebar-acc .accordion-item:last-child { 
  border-bottom: 0; 
}

.sidebar-acc .accordion-button {
  font-weight: 700; 
  color: #0c2c4a; 
  background: #f6faff;
  box-shadow: none; 
  padding: 14px 16px;
}

.sidebar-acc .accordion-button:not(.collapsed) { 
  background: #eaf5ff; 
  color: #0c2c4a; 
}

.sidebar-acc .accordion-body { 
  padding: 14px 16px 10px; 
}

.pricing-sidebar .list-unstyled li { 
  line-height: 1.45; 
}

.alert-warning { 
  background: #fff8e6; 
  border-color: #ffe4a3; 
  color: #6a5200; 
}

.alert-info { 
  background: #eaf5ff; 
  border-color: #cde7ff; 
  color: #0b395f; 
}

.pricing-content h2, 
.pricing-content h3 { 
  color: #1b7ac6; 
  font-weight: 700; 
}

@media (min-width: 992px) {
  .page-content .row > aside { 
    margin-top: 0 !important; 
  }
  
  .pricing-sticky {
    position: sticky;
    top: 120px;
    z-index: 10;
  }
}


/* ==========================================================================
   16. FOOTER
   ========================================================================== */

.top-footer {
  background: #1a2744;
  color: #fff;
  padding: 75px 0 0;
}

.top-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
  gap: 3rem;
}

.top-footer__logo {
  max-width: 180px;
  margin-bottom: 1rem;
}

.top-footer__col p {
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  font-size: 0.95rem;
}

.top-footer__col h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1.25rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.top-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-footer__col ul li {
  margin-bottom: 0.75rem;
}

.top-footer__col ul a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.top-footer__col ul a:hover {
  color: #fff;
}

.top-footer__contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
}

.top-footer__contact-list svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #60a5fa;
}

.top-footer__contact-list a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}

.top-footer__contact-list a:hover {
  color: #fff;
}

@media (max-width: 992px) {
  .top-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
  
  .top-footer__col--about {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .top-footer__cta {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.5rem;
  }
  
  .top-footer__cta-actions {
    justify-content: center;
    width: 100%;
  }
  
  .top-footer .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .top-footer__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  
  .top-footer__col--about {
    grid-column: span 1;
  }
  
  .top-footer__logo {
    margin: 0 auto 1rem;
  }
  
  .top-footer__contact-list li {
    justify-content: center;
  }
}

/* Bottom Footer */
footer {
  background-color: rgb(28 122 198);
  padding: 20px;
  color: #fff;
}

footer .credit {
    margin-top: 10px;
}

footer .credit .site-by {
  font-size: 10px;
  position: relative;
  top: 2px;
}

.top-footer__social {
    display: flex;
    gap: 12px;
    margin-top: 1.25rem;
}

.top-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    font-size: 20px;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.top-footer__social-link:hover,
.top-footer__social-link:focus {
    background: #fff;
    color: #0a2540 !important; /* swap to your brand navy */
    transform: translateY(-2px);
}

.top-footer__social-link i {
    line-height: 1;
}


/* ==========================================================================
   17. UTILITY & MISC
   ========================================================================== */

/* Scroll to top */
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none;
  text-indent: -9999px;
  background-image: url(img/angle-up.svg);
  background-size: 19px;
  z-index: 99999999;
  background-color: #e6a442;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  padding: 20px;
}

.gform-theme--framework {
    --gf-ctrl-bg-color-error: #ffe4e6;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spinner {
  to { 
    transform: rotate(360deg); 
  }
}

.chat914-chat-header h3 {
  color:#fff;
}