/* ============================================================
   FGA HOME — MODERN PREMIUM THEME
   Purple/Violet — Glassmorphism — Logistics
   ============================================================ */

:root {
  --fga-purple:       #5f0a4b;
  --fga-purple-dark:  #3d0530;
  --fga-purple-mid:   #7c1d6f;
  --fga-purple-light: #a855f7;
  --fga-purple-pale:  #f8f4ff;
  --fga-accent:       #c084fc;
  --fga-white:        #ffffff;
  --fga-dark:         #1a0028;
  --fga-gray:         #6b7280;
  --fga-light-gray:   #f3f4f6;
  --fga-glass:        rgba(255,255,255,0.08);
  --fga-glass-mid:    rgba(255,255,255,0.12);
  --fga-glass-strong: rgba(255,255,255,0.18);
  --fga-border:       rgba(255,255,255,0.15);
  --fga-shadow:       0 20px 60px rgba(95,10,75,0.25);
  --fga-shadow-sm:    0 4px 20px rgba(0,0,0,0.08);
  --fga-transition:   all 0.35s cubic-bezier(0.4,0,0.2,1);
  --fga-radius:       16px;
  --fga-radius-sm:    10px;
  --fga-radius-xs:    8px;
  /* Shorthand aliases used throughout */
  --fga-primary:      #5f0a4b;
  --fga-secondary:    #7c1d6f;
}

/* ============================================================
   SECTION UTILITIES
   ============================================================ */
.fga-section { padding: 80px 0; }

.fga-section-header { text-align: center; margin-bottom: 50px; }

.fga-section-title {
  font-size: 2rem;
  font-weight: 800 !important;
  color: var(--fga-dark);
  margin-bottom: 12px !important;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.fga-section-title.light { color: var(--fga-white); }

.fga-section-subtitle {
  font-size: 1rem;
  color: var(--fga-gray);
  margin-bottom: 0 !important;
  max-width: 560px;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.7;
}
.fga-section-subtitle.light { color: rgba(255,255,255,0.65); }

.fga-divider {
  width: 56px;
  height: 4px;
  background: linear-gradient(90deg, var(--fga-purple), var(--fga-purple-light));
  border-radius: 2px;
  margin: 0 auto 18px;
}
.fga-divider.light {
  background: linear-gradient(90deg, var(--fga-accent), rgba(255,255,255,0.45));
}

/* ============================================================
   STICKY HEADER — NAV OVERRIDES (home page only via .fga-home)
   ============================================================ */
body.fga-home .headerO {
  background: transparent !important;
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 1050;
  transition: var(--fga-transition);
  padding: 0 !important;
}
body.fga-home .headerO.fga-scrolled {
  background: linear-gradient(135deg, var(--fga-purple-dark) 0%, var(--fga-purple) 100%) !important;
  box-shadow: 0 4px 30px rgba(95,10,75,0.45);
}
body.fga-home .headerfirst { display: none !important; }

body.fga-home .navbar {
  background: transparent !important;
  border: none !important;
  box-shadow: none;
  margin-bottom: 0;
  min-height: 72px;
}
body.fga-home .navbar .container { padding: 0 20px; }
body.fga-home .navbar-brand {
  padding: 10px 0;
}
body.fga-home .navbar-brand img {
  max-height: 48px;
  width: auto !important;
  /* filter set in NAVBAR FIX block below */
}

body.fga-home .navbar-nav > li > a {
  color: rgba(255,255,255,0.9) !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 0.4px;
  padding: 20px 10px !important;
  transition: var(--fga-transition);
  text-transform: uppercase;
  white-space: nowrap;
}
body.fga-home .navbar-nav > li > a:hover,
body.fga-home .navbar-nav > li.active > a {
  color: var(--fga-accent) !important;
  background: transparent !important;
}
body.fga-home .caret { border-top-color: rgba(255,255,255,0.7) !important; }

/* Dropdown menus */
body.fga-home .dropdown-menu {
  background: rgba(45,5,35,0.97) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: var(--fga-radius-sm) !important;
  box-shadow: 0 15px 40px rgba(0,0,0,0.4) !important;
  margin-top: 0 !important;
  padding: 6px 0 !important;
  min-width: 200px;
}
body.fga-home .dropdown-menu > li > a {
  color: rgb(43 35 35 / 80%) !important
  font-size: 12.5px !important;
  padding: 9px 20px !important;
  transition: var(--fga-transition);
}
body.fga-home .dropdown-menu > li > a:hover {
  background: rgba(168,85,247,0.25) !important;
  color: white !important;
}

/* REQUEST A QUOTE button */
body.fga-home .listreqq {
  background: linear-gradient(135deg, #a855f7, #7c1d6f) !important;
  color: white !important;
  border-radius: 22px !important;
  padding: 7px 18px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 14px rgba(168,85,247,0.45);
  transition: var(--fga-transition);
  display: inline-block;
}
body.fga-home .listreqq:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(168,85,247,0.65) !important;
  color: white !important;
  background: linear-gradient(135deg, #b96bff, #8b2fc9) !important;
}

/* JOIN / LOGIN */
body.fga-home .paddreg a,
body.fga-home .paddlog a {
  background: rgba(255,255,255,0.12) !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  color: white !important;
  border-radius: 18px;
  padding: 5px 15px !important;
  font-size: 11.5px !important;
  font-weight: 600;
  transition: var(--fga-transition);
  display: inline-block;
}
body.fga-home .paddreg a:hover,
body.fga-home .paddlog a:hover {
  background: rgba(255,255,255,0.25) !important;
}

/* PAY ONLINE button */
body.fga-home .listclr1 a {
  color: white !important;
  font-size: 12px !important;
  border-radius: 4px;
  padding: 5px 10px !important;
}

/* Mobile toggle */
body.fga-home .navbar-toggle {
  border-color: rgba(255,255,255,0.3) !important;
  margin-top: 18px;
}
body.fga-home .navbar-toggle .icon-bar {
  background-color: white !important;
}

@media(max-width:992px) {
  body.fga-home .navbar-collapse {
    background: rgba(35,2,26,0.97);
    backdrop-filter: blur(20px);
    border-radius: var(--fga-radius-sm);
    padding: 8px 0;
    margin-top: 4px;
    border: 1px solid rgba(255,255,255,0.08) !important;
  }
  body.fga-home .navbar-nav > li > a {
    padding: 12px 18px !important;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  body.fga-home .navbar-nav > .listclr { padding: 10px 18px; }
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.fga-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #1a0028 0%, #3d0530 30%, #5f0a4b 65%, #7c1d6f 100%);
}
.fga-hero-bg {
  position: absolute;
  inset: 0;
  background: url('../images/bannertop.jpg') center center / cover no-repeat;
  opacity: 0.22;
  transform: scale(1.05);
  transition: transform 8s ease;
}
.fga-hero:hover .fga-hero-bg { transform: scale(1.0); }

.fga-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 15% 60%, rgba(168,85,247,0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 25%, rgba(95,10,75,0.3) 0%, transparent 50%),
    linear-gradient(180deg, rgba(26,0,40,0.5) 0%, rgba(95,10,75,0.15) 60%, rgba(26,0,40,0.6) 100%);
}

.fga-hero-content {
  position: relative;
  z-index: 2;
  padding: 130px 0 90px;
  width: 100%;
}

.fga-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(168,85,247,0.18);
  border: 1px solid rgba(168,85,247,0.35);
  border-radius: 30px;
  padding: 7px 20px;
  color: var(--fga-accent);
  font-size: 12.5px;
  font-weight: 600;
  margin-bottom: 22px;
  backdrop-filter: blur(10px);
  letter-spacing: 0.3px;
}
.fga-hero-badge i { font-size: 13px; }

.fga-hero h1 {
  font-size: clamp(2.4rem, 5.5vw, 4.2rem) !important;
  font-weight: 900 !important;
  color: white !important;
  line-height: 1.1 !important;
  margin-bottom: 18px !important;
  font-family: 'Poppins', sans-serif !important;
  letter-spacing: -1px;
}
.fga-hero h1 .fga-hero-highlight {
  background: linear-gradient(135deg, #e879f9, #c084fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fga-hero-sub {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.78);
  margin-bottom: 36px;
  line-height: 1.7;
  max-width: 520px;
}

.fga-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.fga-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  background: linear-gradient(135deg, #a855f7, #7c1d6f);
  color: white !important;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(168,85,247,0.45);
  transition: var(--fga-transition);
  border: none;
  cursor: pointer;
  letter-spacing: 0.2px;
}
.fga-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(168,85,247,0.6);
  color: white !important;
}
.fga-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  background: rgba(255,255,255,0.1);
  color: white !important;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,0.3);
  backdrop-filter: blur(10px);
  transition: var(--fga-transition);
}
.fga-btn-outline:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-3px);
  color: white !important;
}

.fga-hero-stats {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.fga-hero-stat { text-align: center; }
.fga-hero-stat-num {
  font-size: 1.5rem;
  font-weight: 800;
  color: white;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  margin-bottom: 4px;
}
.fga-hero-stat-label {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Search glass box */
.fga-search-wrap {
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 22px;
  padding: 32px 28px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.05);
}
.fga-search-wrap .search {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  position: static !important;
  width: 100% !important;
}
.fga-search-wrap .stitle {
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: var(--fga-accent) !important;
  margin-bottom: 18px !important;
  font-family: 'Poppins', sans-serif;
}
.fga-search-wrap .search ul {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 0 !important;
}
.fga-search-wrap .search ul li {
  flex: 1;
  min-width: 130px;
  list-style: none;
}
.fga-search-wrap .search ul li.lisearch { flex: 0 0 auto; }
.fga-search-wrap .form-control {
  background: rgba(255,255,255,0.1) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: var(--fga-radius-xs) !important;
  color: white !important;
  height: 46px !important;
  padding: 10px 14px !important;
  font-size: 13.5px;
  transition: var(--fga-transition);
  box-shadow: none !important;
}
.fga-search-wrap .form-control:focus {
  background: rgba(255,255,255,0.16) !important;
  border-color: var(--fga-accent) !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(192,132,252,0.2) !important;
}
.fga-search-wrap .form-control option {
  background: #3d0530;
  color: white;
}
.fga-search-wrap select.form-control {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgba(255,255,255,0.55)' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
  background-position: right 12px center !important;
  background-repeat: no-repeat !important;
  padding-right: 36px !important;
}
.fga-search-wrap .searchbtn {
  background: linear-gradient(135deg, #a855f7, #7c1d6f) !important;
  border: none !important;
  border-radius: var(--fga-radius-xs) !important;
  color: white !important;
  height: 46px;
  padding: 0 24px !important;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(168,85,247,0.45);
  transition: var(--fga-transition);
  white-space: nowrap;
  cursor: pointer;
}
.fga-search-wrap .searchbtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(168,85,247,0.65);
}

.fga-hero-image-float {
  position: relative;
  text-align: center;
}
.fga-hero-ship-circle {
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.fga-hero-ship-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  opacity: 0.7;
}
.fga-hero-ship-circle::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle, transparent 50%, rgba(26,0,40,0.8) 100%);
}
@keyframes fga-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-16px); }
}
.fga-float { animation: fga-float 5s ease-in-out infinite; }

/* ============================================================
   NETWORKS SECTION
   ============================================================ */
.fga-networks {
  padding: 80px 0;
  background: var(--fga-purple-pale);
}
.fga-network-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.fga-network-card {
  background: white;
  border-radius: var(--fga-radius);
  padding: 28px 24px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  box-shadow: var(--fga-shadow-sm);
  border: 1px solid rgba(95,10,75,0.06);
  transition: var(--fga-transition);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none !important;
  color: inherit !important;
}
/* Anchor-wrapped card — remove default link styling */
a.fga-network-card--link,
a.fga-network-card--link:hover,
a.fga-network-card--link:focus,
a.fga-network-card--link:visited {
  text-decoration: none !important;
  color: inherit !important;
  display: flex;
}
.fga-network-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--fga-purple) 0%, #a855f7 100%);
  opacity: 0;
  transition: var(--fga-transition);
}
.fga-network-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(95,10,75,0.2);
  border-color: transparent;
}
.fga-network-card:hover::before { opacity: 1; }
.fga-network-card:hover .fga-network-icon {
  background: rgba(255,255,255,0.2) !important;
  color: white !important;
}
.fga-network-card:hover .fga-network-title { color: white !important; }
.fga-network-card:hover .fga-network-desc  { color: rgba(255,255,255,0.8) !important; }

.fga-network-icon {
  position: relative; z-index: 1;
  width: 54px; height: 54px; min-width: 54px;
  background: linear-gradient(135deg, rgba(95,10,75,0.1), rgba(168,85,247,0.14));
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  color: var(--fga-purple);
  transition: var(--fga-transition);
}
.fga-network-body { position: relative; z-index: 1; flex: 1; }
.fga-network-title {
  font-size: 0.95rem;
  font-weight: 700 !important;
  color: var(--fga-dark) !important;
  margin-bottom: 7px !important;
  font-family: 'Poppins', sans-serif;
  transition: var(--fga-transition);
}
.fga-network-desc {
  font-size: 0.83rem;
  color: var(--fga-gray);
  line-height: 1.65;
  margin: 0 0 8px !important;
  transition: var(--fga-transition);
}
.fga-network-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--fga-purple);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.22s ease, transform 0.22s ease, color 0.22s ease;
}
.fga-network-more .fa { font-size: 0.7rem; }
.fga-network-card:hover .fga-network-more {
  opacity: 1;
  transform: translateX(0);
  color: rgba(255,255,255,0.9);
}

/* ============================================================
   RECOMMENDED ALLIANCE PARTNERS
   ============================================================ */
.fga-partners { padding: 80px 0; background: white; }

.fga-swiper-outer { position: relative; padding: 10px 0 50px; }

.fga-partner-card {
  background: #fff;
  border-radius: 10px;
  border-top: 3px solid var(--fga-purple);
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
  height: 100%;
}
.fga-partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(95,10,75,0.15);
}

/* Rectangular logo container */
.fga-partner-logo-area {
  height: 100px;
  background: #f8f9fa;
  border-bottom: 1px solid #eaecef;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  overflow: hidden;
}
.fga-partner-logo-img {
  max-height: 68px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  filter: none !important;
}
.fga-partner-logo-fallback {
  font-size: 30px;
  font-weight: 900;
  color: var(--fga-purple);
  opacity: 0.5;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
}

/* Card body */
.fga-partner-body {
  padding: 14px 18px 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.fga-partner-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--fga-purple);
  background: rgba(95,10,75,0.08);
  padding: 3px 9px;
  border-radius: 20px;
  align-self: flex-start;
}
.fga-partner-name {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 4px 0 0 !important;
  line-height: 1.3;
  font-family: 'Poppins', sans-serif;
}
.fga-partner-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}
.fga-partner-meta span {
  font-size: 12px;
  color: #777;
  display: flex;
  align-items: center;
  gap: 5px;
}
.fga-partner-meta span i {
  color: var(--fga-purple);
  opacity: 0.7;
  width: 13px;
  flex-shrink: 0;
}

/* Card footer CTA */
.fga-partner-footer {
  border-top: 1px solid #f0f0f0;
  padding: 10px 18px;
}
.fga-partner-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  color: var(--fga-purple) !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: color 0.2s;
}
.fga-partner-btn:hover { color: var(--fga-secondary) !important; }
.fga-partner-btn-arrow {
  font-size: 17px;
  font-weight: 400;
  transition: transform 0.2s;
  display: inline-block;
}
.fga-partner-btn:hover .fga-partner-btn-arrow { transform: translateX(4px); }

/* Swiper navigation */
.fga-swiper-nav {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; margin-top: 32px;
}
.fga-nav-btn {
  width: 42px; height: 42px;
  background: white;
  border: 2px solid rgba(95,10,75,0.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: var(--fga-purple); font-size: 16px;
  transition: var(--fga-transition);
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
  user-select: none;
}
.fga-nav-btn:hover {
  background: var(--fga-purple); color: white;
  border-color: var(--fga-purple);
  transform: scale(1.08);
}
.swiper-pagination-bullet {
  width: 8px; height: 8px;
  background: rgba(95,10,75,0.25) !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: var(--fga-purple) !important;
  width: 24px !important; border-radius: 4px !important;
}

/* ============================================================
   MEMBERS UPDATES
   ============================================================ */
.fga-updates { padding: 80px 0; background: var(--fga-purple-pale); }

.fga-update-card {
  background: white;
  border-radius: var(--fga-radius);
  overflow: hidden;
  box-shadow: var(--fga-shadow-sm);
  transition: var(--fga-transition);
  display: flex; flex-direction: column;
  height: 100%;
  border: 1px solid rgba(95,10,75,0.06);
  color: inherit !important;
  text-decoration: none !important;
}
/* Anchor-wrapped update card — strip all link chrome */
a.fga-update-card--link,
a.fga-update-card--link:hover,
a.fga-update-card--link:focus,
a.fga-update-card--link:visited {
  text-decoration: none !important;
  color: inherit !important;
}
.fga-update-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(95,10,75,0.15);
}
.fga-update-thumb {
  height: 175px;
  background: linear-gradient(135deg, var(--fga-purple) 0%, #a855f7 100%);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
}
.fga-update-thumb img {
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0.85;
}
.fga-update-thumb-icon {
  font-size: 3.2rem;
  color: rgba(255,255,255,0.5);
}
.fga-update-thumb-initial {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; font-weight: 800;
  color: white; font-family: 'Poppins', sans-serif;
}
.fga-update-tag-wrap {
  position: absolute; top: 14px; left: 14px;
}
.fga-update-tag {
  background: rgba(255,255,255,0.25);
  backdrop-filter: blur(10px);
  color: white; font-size: 0.68rem; font-weight: 700;
  padding: 3px 10px; border-radius: 12px;
  text-transform: uppercase; letter-spacing: 0.5px;
}
.fga-update-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.fga-update-title {
  font-size: 0.95rem; font-weight: 700;
  color: var(--fga-dark); margin-bottom: 8px !important;
  line-height: 1.4; font-family: 'Poppins', sans-serif;
}
.fga-update-desc {
  font-size: 0.83rem; color: var(--fga-gray);
  line-height: 1.65; margin-bottom: 16px !important;
  flex: 1;
}
.fga-update-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 20px;
  border-top: 1px solid rgba(0,0,0,0.055);
  background: rgba(248,244,255,0.5);
}
.fga-update-author {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.8rem; color: var(--fga-gray); font-weight: 500;
}
.fga-update-author i { color: var(--fga-purple); font-size: 12px; }
.fga-update-read {
  font-size: 0.8rem; color: var(--fga-purple); font-weight: 700;
  text-decoration: none !important; transition: var(--fga-transition);
  display: flex; align-items: center; gap: 4px;
}
.fga-update-read:hover { color: var(--fga-purple-light); }

/* ============================================================
   GLOBAL COVERAGE / STATS
   ============================================================ */
.fga-coverage {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a0028 0%, var(--fga-purple) 50%, var(--fga-purple-mid) 100%);
  position: relative; overflow: hidden;
}
.fga-coverage::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.fga-coverage-inner { position: relative; z-index: 1; }

.fga-stat-card {
  text-align: center; padding: 36px 20px;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.fga-stat-card:last-child { border-right: none; }
.fga-stat-icon {
  width: 68px; height: 68px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
  font-size: 1.9rem; color: var(--fga-accent);
  backdrop-filter: blur(10px);
}
.fga-stat-num {
  font-size: 3.2rem; font-weight: 900;
  color: white; line-height: 1;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 8px;
}
.fga-stat-num sup { font-size: 1.4rem; font-weight: 700; vertical-align: super; }
.fga-stat-label {
  font-size: 0.82rem; color: rgba(255,255,255,0.62);
  font-weight: 500; text-transform: uppercase; letter-spacing: 1.2px;
}

@media(max-width:768px) {
  .fga-stat-card { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .fga-stat-card:last-child { border-bottom: none; }
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.fga-testimonials {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--fga-purple-dark) 0%, #52085e 50%, var(--fga-purple) 100%);
  position: relative; overflow: hidden;
}
.fga-testimonials::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(168,85,247,0.15) 0%, transparent 55%),
              radial-gradient(ellipse at 10% 80%, rgba(95,10,75,0.2) 0%, transparent 50%);
}
.fga-testimonials .fga-swiper-outer { position: relative; z-index: 1; }

.fga-testi-card {
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--fga-radius);
  padding: 32px 28px;
  transition: var(--fga-transition);
  height: 100%;
  display: flex; flex-direction: column;
}
.fga-testi-card:hover {
  background: rgba(255,255,255,0.11);
  transform: translateY(-4px);
}
.fga-testi-quote-icon {
  font-size: 2.4rem; color: var(--fga-accent);
  line-height: 1; margin-bottom: 14px;
  font-family: Georgia, serif;
}
.fga-testi-stars {
  color: #fbbf24; font-size: 13px;
  letter-spacing: 3px; margin-bottom: 14px;
}
.fga-testi-text {
  color: rgba(255,255,255,0.82); font-size: 0.93rem;
  line-height: 1.82; font-style: italic;
  margin-bottom: 24px !important;
  flex: 1;
}
.fga-testi-author {
  display: flex; align-items: center; gap: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 18px; margin-top: auto;
}
.fga-testi-avatar {
  width: 50px; height: 50px; border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(192,132,252,0.5);
  flex-shrink: 0;
}
.fga-testi-avatar img { width: 100%; height: 100%; object-fit: cover; }
.fga-testi-avatar-placeholder {
  width: 50px; height: 50px; border-radius: 50%;
  background: linear-gradient(135deg, var(--fga-purple-light), var(--fga-accent));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; font-weight: 800; color: white;
  font-family: 'Poppins', sans-serif; flex-shrink: 0;
}
.fga-testi-name {
  font-size: 0.9rem; font-weight: 700;
  color: white; margin-bottom: 3px !important;
  font-family: 'Poppins', sans-serif;
}
.fga-testi-role {
  font-size: 0.78rem; color: var(--fga-accent); font-weight: 500;
}

/* ============================================================
   FREIGHT RATE SECTION
   ============================================================ */
.fga-freight-rate { padding: 80px 0; background: white; }
/* .frt-widget is fully self-styled; home page just needs size/spacing tweaks */
.fga-freight-rate .frt-widget {
  box-shadow: 0 4px 20px rgba(95,10,75,0.12) !important;
}
.fga-freight-rate .frt-item {
  padding: 13px 18px !important;
}
.fga-freight-rate .frt-logo {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
}
.fga-freight-rate .frt-port { font-size: 12px !important; max-width: 110px !important; }
.fga-freight-rate .frt-co,
.fga-freight-rate .frt-contact { font-size: 12px !important; }
.fga-freight-rate .frt-hd-title { font-size: 14px !important; }
.fga-freight-rate .frt-btn { width: 36px !important; height: 36px !important; min-width: 36px !important; }

/* ============================================================
   MODERN FOOTER
   ============================================================ */
.fga-footer {
  background: linear-gradient(180deg, #130022 0%, #0a0015 100%);
  padding: 70px 0 0;
  position: relative;
}
.fga-footer::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--fga-purple), var(--fga-purple-light), var(--fga-accent), var(--fga-purple-light), var(--fga-purple));
  background-size: 200% 100%;
  animation: fga-gradient-shift 4s linear infinite;
}
@keyframes fga-gradient-shift {
  0%   { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}

.fga-footer-logo img {
  height: 46px; width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 18px; display: block;
}
.fga-footer-about {
  font-size: 0.855rem; color: rgba(255,255,255,0.48);
  line-height: 1.82; margin-bottom: 22px !important;
}
.fga-footer-social { display: flex; gap: 9px; }
.fga-footer-social a {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.55) !important;
  font-size: 14px; text-decoration: none;
  transition: var(--fga-transition);
}
.fga-footer-social a:hover {
  background: var(--fga-purple);
  border-color: var(--fga-purple);
  color: white !important;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(95,10,75,0.5);
}

.fga-footer-heading {
  font-size: 0.72rem; font-weight: 700;
  color: var(--fga-accent) !important;
  text-transform: uppercase; letter-spacing: 2.5px;
  margin-bottom: 20px !important; display: block;
}
.fga-footer-links { list-style: none; padding: 0; margin: 0; }
.fga-footer-links li { margin-bottom: 9px; }
.fga-footer-links a {
  color: rgba(255,255,255,0.5) !important;
  font-size: 0.865rem; text-decoration: none !important;
  transition: var(--fga-transition);
  display: flex; align-items: center; gap: 8px;
}
.fga-footer-links a::before {
  content: '›'; color: var(--fga-purple-light);
  font-size: 1.1rem; line-height: 1; flex-shrink: 0;
}
.fga-footer-links a:hover { color: white !important; padding-left: 4px; }

.fga-footer-contact-item {
  display: flex; gap: 12px; align-items: flex-start;
  margin-bottom: 14px;
}
.fga-footer-contact-item i {
  color: var(--fga-accent); font-size: 1rem;
  margin-top: 2px; flex-shrink: 0;
}
.fga-footer-contact-item span,
.fga-footer-contact-item a {
  color: rgba(255,255,255,0.52) !important;
  font-size: 0.865rem; line-height: 1.6;
  text-decoration: none !important;
}
.fga-footer-contact-item a:hover { color: white !important; }

.fga-footer-newsletter-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--fga-radius-sm);
  padding: 22px;
}
.fga-footer-newsletter-box p {
  color: rgba(255,255,255,0.52); font-size: 0.85rem;
  margin-bottom: 14px !important; line-height: 1.6;
}
.fga-newsletter-form { display: flex; gap: 8px; }
.fga-newsletter-form input {
  flex: 1;
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.13) !important;
  border-radius: var(--fga-radius-xs) !important;
  color: white !important; font-size: 13px;
  padding: 9px 14px !important; height: 40px;
}
.fga-newsletter-form input::placeholder { color: rgba(255,255,255,0.35) !important; }
.fga-newsletter-form input:focus {
  outline: none; border-color: var(--fga-accent) !important;
}
.fga-newsletter-form button {
  background: linear-gradient(135deg, var(--fga-purple-light), var(--fga-purple-mid));
  border: none; border-radius: var(--fga-radius-xs);
  color: white; padding: 0 16px; height: 40px;
  font-size: 13px; font-weight: 600; cursor: pointer;
  transition: var(--fga-transition); white-space: nowrap;
}
.fga-newsletter-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(168,85,247,0.45);
}

.fga-footer-member-item {
  display: flex; gap: 12px; align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.fga-footer-member-item:last-child { border-bottom: none; }
.fga-footer-member-logo {
  width: 42px; height: 42px; border-radius: var(--fga-radius-xs);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; flex-shrink: 0;
}
.fga-footer-member-logo img { width: 100%; height: 100%; object-fit: contain; }
.fga-footer-member-logo-ph {
  font-size: 1rem; font-weight: 800;
  color: var(--fga-accent); font-family: 'Poppins', sans-serif;
}
.fga-footer-member-info h6 {
  color: rgba(255,255,255,0.78); font-size: 0.83rem;
  font-weight: 600; margin: 0 0 3px !important;
}
.fga-footer-member-info span { color: rgba(255,255,255,0.4); font-size: 0.75rem; }

.fga-footer-sep {
  border: none; border-top: 1px solid rgba(255,255,255,0.06);
  margin: 44px 0 0;
}
.fga-footer-bottom {
  background: rgba(0,0,0,0.25);
  padding: 20px 0;
}
.fga-footer-bottom-row {
  display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap; gap: 14px;
}
.fga-footer-copy {
  color: rgba(255,255,255,0.38); font-size: 0.8rem;
}
.fga-footer-legal {
  display: flex; gap: 18px; flex-wrap: wrap;
}
.fga-footer-legal a {
  color: rgba(255,255,255,0.42) !important;
  font-size: 0.78rem; text-decoration: none !important;
  transition: var(--fga-transition);
}
.fga-footer-legal a:hover { color: var(--fga-accent) !important; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width: 992px) {
  .fga-network-grid { grid-template-columns: repeat(2, 1fr); }
  .fga-hero-ship-circle { width: 340px; height: 340px; }
}
@media(max-width: 768px) {
  .fga-section { padding: 60px 0; }
  .fga-networks, .fga-partners, .fga-updates, .fga-coverage,
  .fga-testimonials, .fga-freight-rate, .fga-footer { padding-top: 60px; }
  .fga-hero h1 { font-size: 2.2rem !important; }
  .fga-hero-sub { font-size: 1.05rem; }
  .fga-hero-stats { gap: 18px; }
  .fga-network-grid { grid-template-columns: 1fr; gap: 14px; }
  .fga-section-title { font-size: 1.85rem !important; }
  .fga-stat-num { font-size: 2.6rem; }
  .fga-search-wrap .search ul { flex-direction: column; gap: 8px; }
  .fga-search-wrap .search ul li { min-width: 100% !important; }
  .fga-footer-bottom-row { flex-direction: column; text-align: center; }
  .fga-footer-legal { justify-content: center; }
  .fga-newsletter-form { flex-direction: column; }
  .fga-hero-ctas { flex-direction: column; }
  .fga-hero-ship-circle { width: 240px; height: 240px; }
}
@media(max-width: 480px) {
  .fga-testi-card { padding: 24px 18px; }
}

/* ============================================================
   FONT SIZE BOOST — Readable sizes throughout
   ============================================================ */

/* -- Navigation -- */
body.fga-home .navbar-nav > li > a          { font-size: 15px !important; }
body.fga-home .dropdown-menu > li > a       { font-size: 14px !important; }
body.fga-home .listreqq                     { font-size: 13px !important; }
body.fga-home .paddreg a,
body.fga-home .paddlog a                    { font-size: 13px !important; }
body.fga-home .listclr1 a                   { font-size: 13px !important; }

/* -- Section headings -- */
.fga-section-title    { font-size: 2.4rem !important; }
.fga-section-subtitle { font-size: 1.1rem !important; }

/* -- Hero -- */
.fga-hero-badge                        { font-size: 14px !important; }
.fga-hero-badge i                      { font-size: 15px !important; }
.fga-hero-sub                          { font-size: 1.25rem !important; }
.fga-hero-stat-num                     { font-size: 1.8rem !important; }
.fga-hero-stat-label                   { font-size: 0.88rem !important; }
.fga-search-wrap .stitle               { font-size: 0.85rem !important; }
.fga-search-wrap .form-control         { font-size: 15px !important; }
.fga-search-wrap .searchbtn            { font-size: 15px !important; }
.fga-btn-primary                       { font-size: 15px !important; }
.fga-btn-outline                       { font-size: 15px !important; }

/* -- Networks -- */
.fga-network-title { font-size: 1.05rem !important; }
.fga-network-desc  { font-size: 0.95rem !important; }

/* -- Members Updates -- */
.fga-update-tag    { font-size: 0.8rem  !important; }
.fga-update-title  { font-size: 1.05rem !important; }
.fga-update-desc   { font-size: 0.95rem !important; }
.fga-update-author { font-size: 0.9rem  !important; }
.fga-update-author i { font-size: 14px !important; }
.fga-update-read   { font-size: 0.9rem  !important; }

/* -- Global Coverage -- */
.fga-stat-num   { font-size: 3.6rem !important; }
.fga-stat-label { font-size: 0.95rem !important; }

/* -- Testimonials -- */
.fga-testi-stars { font-size: 15px   !important; }
.fga-testi-text  { font-size: 1.05rem !important; }
.fga-testi-name  { font-size: 1rem    !important; }
.fga-testi-role  { font-size: 0.9rem  !important; }

/* -- Freight Rate -- */
.fga-freight-rate .searate   { font-size: 1.05rem !important; }
.fga-freight-rate .sec4subt  { font-size: 0.95rem !important; }
.fga-freight-rate .sec4subt1 { font-size: 0.9rem  !important; }

/* -- Footer -- */
.fga-footer-about                               { font-size: 0.95rem !important; }
.fga-footer-heading                             { font-size: 0.82rem !important; }
.fga-footer-links a                             { font-size: 0.95rem !important; }
.fga-footer-contact-item span,
.fga-footer-contact-item a                      { font-size: 0.95rem !important; }
.fga-footer-newsletter-box p                    { font-size: 0.95rem !important; }
.fga-newsletter-form input                      { font-size: 15px    !important; }
.fga-newsletter-form button                     { font-size: 14px    !important; }
.fga-footer-member-info h6                      { font-size: 0.95rem !important; }
.fga-footer-member-info span                    { font-size: 0.85rem !important; }
.fga-footer-copy                                { font-size: 0.9rem  !important; }
.fga-footer-legal a                             { font-size: 0.88rem !important; }
.fga-footer-social a                            { font-size: 15px    !important; }

/* -- Responsive overrides at boosted sizes -- */
@media(max-width: 768px) {
  .fga-section-title     { font-size: 1.9rem  !important; }
  .fga-hero h1           { font-size: 2.2rem  !important; }
  .fga-hero-sub          { font-size: 1.05rem !important; }
  .fga-stat-num          { font-size: 2.6rem  !important; }
}

/* ============================================================
   NAVBAR FIX — Logo · Single row · Dropdown · Font v2
   ============================================================ */

/* 1. LOGO — remove the all-white filter; show the original JPG */
body.fga-home .navbar-brand img {
  max-height: 48px  !important;
  width: auto       !important;
  filter: none      !important;   /* was brightness(0)invert(1) → solid white */
  background: rgba(255,255,255,0.92);
  border-radius: 6px;
  padding: 4px 10px;
  display: block;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* 2. SINGLE-ROW NAV — use flexbox instead of Bootstrap 3 floats */
@media (min-width: 768px) {

  body.fga-home .navbar > .container {
    display: flex        !important;
    align-items: center  !important;
    flex-wrap: nowrap    !important;
  }
  body.fga-home .navbar-header {
    float: none   !important;
    flex-shrink: 0;
    margin-right: 12px;
  }
  body.fga-home .navbar-collapse {
    flex: 1 1 auto    !important;
    width: auto       !important;
    border: none      !important;
    box-shadow: none  !important;
    padding: 0        !important;
    overflow: visible !important;
  }
  /* Turn the ul into a flex row that won't wrap */
  body.fga-home .navbar-collapse .navbar-nav {
    display: flex      !important;
    flex-direction: row !important;
    flex-wrap: nowrap  !important;
    align-items: center !important;
    float: right       !important;
    margin: 0          !important;
  }
  body.fga-home .navbar-nav > li {
    float: none     !important;
    flex-shrink: 0  !important;
  }
  /* Tight but readable nav link padding */
  body.fga-home .navbar-nav > li > a {
    font-size: 13.5px !important;
    padding: 20px 10px !important;
    white-space: nowrap;
  }
  /* Override inline width:149px on listclr1 li */
  body.fga-home .navbar-nav > li.listclr1 {
    width: auto !important;
  }
  body.fga-home .navbar-nav > li.listclr1 > a {
    white-space: nowrap;
  }
  /* JOIN US / LOGIN / REQUEST QUOTE — lay them out inline */
  body.fga-home .navbar-nav > li.listclr {
    display: flex      !important;
    align-items: center !important;
    flex-wrap: nowrap   !important;
    gap: 6px;
    padding: 0 4px     !important;
  }
  body.fga-home .navbar-nav > li.listclr > .paddreg,
  body.fga-home .navbar-nav > li.listclr > .paddlog {
    width: auto   !important;
    padding: 0    !important;
    float: none   !important;
    flex-shrink: 0;
  }
  body.fga-home .navbar-nav > li.listclr > .paddreg a,
  body.fga-home .navbar-nav > li.listclr > .paddlog a {
    display: inline-block !important;
  }
  body.fga-home .listreqq {
    white-space: nowrap !important;
    font-size: 12.5px   !important;
    padding: 7px 16px   !important;
    margin-top: 2px;
  }
}

/* 3. DROPDOWN MENUS — correct z-index + display */
body.fga-home .navbar-nav .dropdown-menu {
  z-index: 9999    !important;
  border-radius: var(--fga-radius-sm) !important;
}
/* Sub-menus (used by VIEW FREIGHT ENQUIRY etc.) */
body.fga-home .dropdown-submenu { position: relative !important; }
body.fga-home .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100% !important;
  margin-top: -6px;
}
body.fga-home .dropdown-submenu:hover > .dropdown-menu,
body.fga-home .dropdown-submenu.open  > .dropdown-menu {
  display: block !important;
}

/* 4. FONT SIZE v2 — standardised, readable sizes */

/* Section */
.fga-section-title    { font-size: 2.6rem  !important; }
.fga-section-subtitle { font-size: 1.15rem !important; }

/* Hero */
.fga-hero-badge     { font-size: 15px      !important; }
.fga-hero-sub       { font-size: 1.3rem    !important; }
.fga-hero-stat-num  { font-size: 1.9rem    !important; }
.fga-hero-stat-label { font-size: 0.92rem  !important; }
.fga-search-wrap .stitle { font-size: 0.88rem !important; letter-spacing: 2px !important; }
.fga-search-wrap .form-control { font-size: 15px !important; }
.fga-btn-primary,
.fga-btn-outline    { font-size: 15px      !important; }

/* Networks */
.fga-network-title  { font-size: 1.1rem    !important; }
.fga-network-desc   { font-size: 1rem      !important; }

/* Updates */
.fga-update-title   { font-size: 1.1rem    !important; }
.fga-update-desc    { font-size: 1rem      !important; }
.fga-update-author  { font-size: 0.92rem   !important; }
.fga-update-read    { font-size: 0.92rem   !important; }

/* Coverage */
.fga-stat-num   { font-size: 3.8rem        !important; }
.fga-stat-label { font-size: 1rem          !important; }

/* Testimonials */
.fga-testi-stars { font-size: 16px         !important; }
.fga-testi-text  { font-size: 1.08rem      !important; }
.fga-testi-name  { font-size: 1.05rem      !important; }
.fga-testi-role  { font-size: 0.93rem      !important; }

/* Freight rate */
.fga-freight-rate .searate   { font-size: 1.1rem  !important; }
.fga-freight-rate .sec4subt  { font-size: 1rem    !important; }
.fga-freight-rate .sec4subt1 { font-size: 0.95rem !important; }

/* Footer */
.fga-footer-about          { font-size: 1rem      !important; }
.fga-footer-heading        { font-size: 0.85rem   !important; }
.fga-footer-links a        { font-size: 1rem      !important; }
.fga-footer-contact-item span,
.fga-footer-contact-item a { font-size: 1rem      !important; }
.fga-footer-newsletter-box p { font-size: 1rem    !important; }
.fga-newsletter-form input { font-size: 15px      !important; }
.fga-newsletter-form button { font-size: 14px     !important; }
.fga-footer-member-info h6 { font-size: 1rem      !important; }
.fga-footer-member-info span { font-size: 0.9rem  !important; }
.fga-footer-copy           { font-size: 0.92rem   !important; }
.fga-footer-legal a        { font-size: 0.9rem    !important; }

/* Mobile responsive font update */
@media(max-width: 768px) {
  .fga-section-title  { font-size: 2rem    !important; }
  .fga-hero h1        { font-size: 2.3rem  !important; }
  .fga-hero-sub       { font-size: 1.1rem  !important; }
  .fga-stat-num       { font-size: 2.8rem  !important; }
  .fga-network-title  { font-size: 1.05rem !important; }
  .fga-network-desc   { font-size: 0.97rem !important; }
}

/* ====================================================================
   OVERFLOW FIX — prevent double/horizontal scrollbar
   ==================================================================== */
html { overflow-x: hidden; }
body { overflow-x: hidden; }
body.fga-home .container-fluid.headerO { overflow: visible !important; }

/* ====================================================================
   BANNER SEARCH OVERLAY  (search positioned inside banner, bottom-centre)
   ==================================================================== */

/* The banner section itself must allow the search card to bleed below */
body.fga-home .fga-banner {
  overflow: visible !important;
  position: relative;
}

/* Absolute overlay: search card floats at bottom-centre of banner */
.fga-banner-search {
  position: absolute;
  bottom: -54px;    /* half-in / half-out the banner edge */
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 0 15px;
}

.fga-banner-search-wrap {
  /*background: rgba(255,255,255,0.80);*/
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 14px;
  padding: 22px 30px;
 /* box-shadow: 0 16px 52px rgba(0,0,0,0.22), 0 0 0 1px rgba(124,58,237,0.07);*/
  max-width: 980px;
  margin: 0 auto;
}
/* Make the inner search form match (titles, labels, controls) */
.fga-banner-search-wrap .stitle {
  color: #fff !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
  margin-bottom: 12px;
  font-weight: 600 !important;
}
.fga-banner-search-wrap .form-control {
  border-color: #e5e7eb !important;
  color: var(--fga-dark) !important;
  background: #fff !important;
}
.fga-banner-search-wrap .btn {
  background: var(--fga-primary) !important;
  border-color: var(--fga-primary) !important;
  color: #fff !important;
  font-weight: 600;
}
.fga-banner-search-wrap .btn:hover {
  background: var(--fga-secondary) !important;
  border-color: var(--fga-secondary) !important;
}

/* Move pagination bullets above the search card */
body.fga-home .fga-banner .swiper-pagination {
  bottom: 80px !important;
}

/* Networks section: top padding clears the search card overlap */
body.fga-home .fga-networks {
  padding-top: 72px !important;
}

/* Default banner top-margin for fixed 2-row header (JS refines this) */
body.fga-home .fga-banner {
  margin-top: 128px;
}

@media (max-width: 991px) {
  .fga-banner-search { bottom: -36px; padding: 0 10px; }
  .fga-banner-search-wrap { padding: 14px 16px; }
  body.fga-home .fga-networks { padding-top: 60px !important; }
  body.fga-home .fga-banner .swiper-pagination { bottom: 70px !important; }
}
@media (max-width: 576px) {
  .fga-banner-search { bottom: -24px; }
  .fga-banner-search-wrap { padding: 12px 14px; border-radius: 10px; }
  body.fga-home .fga-networks { padding-top: 50px !important; }
}

/* ====================================================================
   HOME HEADER — 2-row layout  (top-bar grey + purple nav row)
   Only applies to the home page via the fga-home-header element.
   ==================================================================== */

.fga-home-header {
  position: fixed;
  top: 0; left: 0; width: 100%;
  z-index: 1050;
  font-family: 'Poppins', sans-serif;
}

/* ---- TOP BAR ---- */
.fga-top-bar { background: #e5e5e5; }

.fga-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  min-height: 84px;
  gap: 16px;
}

/* Logo + brand wrapper */
.fga-topbar-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  min-width: 0;
}
.fga-topbar-logo { display: flex; align-items: center; text-decoration: none !important; }
.fga-topbar-logo img { height: 85px; width: auto; display: block; }

/* Brand name + tagline */
.fga-brand-text {
  display: flex;
  flex-direction: column;
  padding-left: 14px;
  border-left: 2px solid rgba(95,10,75,0.22);
  line-height: 1.25;
}
.fga-brand-name {
  font-size: 21px;
  font-weight: 800;
  color: var(--fga-purple);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  white-space: nowrap;
}
.fga-brand-sub {
  font-size: 11px;
  font-weight: 500;
  color: #888;
  letter-spacing: 0.2px;
  white-space: nowrap;
  margin-top: 2px;
}

/* Action buttons stacked */
.fga-topbar-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
}
.fga-topbar-row1 { display: flex; align-items: center; gap: 8px; }
.fga-topbar-row2 { display: flex; align-items: center; position: relative; }
.fga-topbar-row1 .dropdown,
.fga-topbar-row2 .dropdown { position: relative; }

/* ---- Header action buttons ---- */
.fga-hbtn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 16px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
}
.fga-hbtn-pay   { background: #22c55e; color: #fff !important; border-color: #22c55e; }
.fga-hbtn-pay:hover   { background: #16a34a; border-color: #16a34a; color: #fff !important; }
.fga-hbtn-join  { background: var(--fga-purple); color: #fff !important; border-color: var(--fga-purple); }
.fga-hbtn-join:hover  { background: var(--fga-purple-dark); border-color: var(--fga-purple-dark); color: #fff !important; }
.fga-hbtn-login { background: transparent; color: var(--fga-purple) !important; border-color: var(--fga-purple); }
.fga-hbtn-login:hover { background: var(--fga-purple); color: #fff !important; }
.fga-hbtn-quote { background: var(--fga-purple-mid); color: #fff !important; border-color: var(--fga-purple-mid); }
.fga-hbtn-quote:hover { background: var(--fga-purple-dark); border-color: var(--fga-purple-dark); color: #fff !important; }
.fga-hbtn-user  { background: var(--fga-purple); color: #fff !important; border-color: var(--fga-purple); }

/* Notification dot (logged-in user indicator) */
.fga-notif-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #22c55e;
  border-radius: 50%;
  margin-left: 4px;
  vertical-align: middle;
  box-shadow: 0 0 0 2px rgba(34,197,94,0.3);
}

/* Notification badge */
.fga-notif-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #22c55e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  min-width: 19px;
  height: 19px;
  padding: 0 3px;
  line-height: 1;
}

/* Dropdowns from top-bar */
.fga-topbar-row1 .dropdown-menu,
.fga-topbar-row2 .dropdown-menu {
  right: 0; left: auto;
  top: calc(100% + 6px);
  z-index: 9999;
  border: none;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.14);
  padding: 6px 0;
  min-width: 190px;
}
.fga-topbar-row1 .dropdown-menu > li > a,
.fga-topbar-row2 .dropdown-menu > li > a {
  color: var(--fga-dark) !important;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 500;
}
.fga-topbar-row1 .dropdown-menu > li > a:hover,
.fga-topbar-row2 .dropdown-menu > li > a:hover {
  background: rgba(95,10,75,0.07);
  color: var(--fga-purple) !important;
}
.fga-topbar-row1 .dropdown-menu .divider { border-top: 1px solid #f0f0f0; margin: 4px 0; }

/* Hamburger button */
.fga-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid var(--fga-purple);
  border-radius: 5px;
  cursor: pointer;
  padding: 7px 8px;
}
.fga-hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--fga-purple);
  border-radius: 2px;
  transition: all 0.28s;
}

/* ---- NAV ROW (purple) ---- */
.fga-navrow {
  background: var(--fga-purple);
  border-top: 1px solid rgba(255,255,255,0.08);
}
.fga-navlist {
  list-style: none;
  margin: 0;
  padding: 0 16px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.fga-navlist > li { position: relative; }
.fga-navlist > li > a {
  display: block;
  padding: 13px 13px;
  color: rgba(255,255,255,0.92) !important;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none !important;
  white-space: nowrap;
  text-transform: uppercase;
  transition: background 0.2s;
}
.fga-navlist > li > a:hover,
.fga-navlist > li.open > a,
.fga-navlist > li.fga-active > a {
  background: rgba(255,255,255,0.15);
  color: #fff !important;
}
.fga-navlist .caret { border-top-color: rgba(255,255,255,0.75) !important; }

/* Nav dropdowns */
.fga-navlist .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.14);
  padding: 6px 0;
  min-width: 200px;
  z-index: 9999;
  top: 100%;
}
.fga-navlist .dropdown-menu > li > a {
  color: var(--fga-dark) !important;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.fga-navlist .dropdown-menu > li > a:hover {
  background: rgba(95,10,75,0.07);
  color: var(--fga-purple) !important;
}
.fga-navlist .dropdown-menu .divider { border-top: 1px solid #f0f0f0; margin: 4px 0; }

/* NAV spacer — pushes PAY ONLINE to far right */
.fga-navlist-spacer { flex: 1; pointer-events: none; }

/* PAY ONLINE accent button in nav */
.fga-navlist-pay > a.fga-nav-pay-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  background: #22c55e;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s;
  margin: 7px 0;
}
.fga-navlist-pay > a.fga-nav-pay-btn:hover {
  background: #16a34a;
  color: #fff !important;
}

/* ====================================================================
   BANNER SLIDER
   ==================================================================== */

.fga-banner {
  width: 100%;
  overflow: visible;   /* must be visible so search card can extend below */
  position: relative;
}
.fga-banner-swiper {
  width: 100%;
  height: 520px;
  overflow: hidden;    /* Swiper also sets this; explicit here for clarity */
}
.fga-banner-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1a0a3c;
}

/* Pagination — raised above search card */
.fga-banner .swiper-pagination          { bottom: 90px; }
.fga-banner .swiper-pagination-bullet   { background: rgba(255,255,255,0.55); opacity: 1; width: 10px; height: 10px; transition: all 0.3s; }
.fga-banner .swiper-pagination-bullet-active { background: #fff; width: 30px; border-radius: 5px; }

/* Arrows */
.fga-banner .swiper-button-prev,
.fga-banner .swiper-button-next {
  color: #fff;
  background: rgba(0,0,0,0.28);
  width: 46px; height: 46px;
  border-radius: 50%;
  transition: background 0.2s;
  top: 42%;
}
.fga-banner .swiper-button-prev:hover,
.fga-banner .swiper-button-next:hover  { background: rgba(0,0,0,0.52); }
.fga-banner .swiper-button-prev::after,
.fga-banner .swiper-button-next::after { font-size: 17px; font-weight: 900; }

/* ====================================================================
   RESPONSIVE — HOME HEADER + BANNER
   ==================================================================== */

@media (max-width: 1199px) {
  .fga-navlist > li > a { padding: 13px 10px; font-size: 12px; }
  .fga-topbar-inner { padding: 0 16px; }
  .fga-topbar-logo img { height: 85px; }
  .fga-brand-name { font-size: 13px; }
  .fga-brand-sub  { font-size: 10.5px; }
}
@media (max-width: 1024px) {
  .fga-brand-text { display: none; }
}

@media (max-width: 991px) {
  .fga-hamburger { display: flex; }
  .fga-topbar-actions { display: none; }
  .fga-topbar-logo img { height: 52px; }
  .fga-topbar-inner { min-height: 64px; padding: 0 14px; }

  /* Nav hidden on mobile; toggled by JS (no Bootstrap collapse) */
  .fga-navrow { display: none; }
  .fga-navrow.fga-nav-open { display: block !important; }

  .fga-navlist { flex-direction: column; align-items: stretch; padding: 0; }
  .fga-navlist > li > a { padding: 12px 18px; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .fga-navlist-spacer { display: none; }
  .fga-navlist-pay > a.fga-nav-pay-btn { margin: 0; border-radius: 0; padding: 12px 18px; font-size: 13px; }
  .fga-navlist .dropdown-menu {
    position: static !important;
    float: none;
    box-shadow: none !important;
    background: rgba(0,0,0,0.18) !important;
    border-radius: 0 !important;
    padding: 0;
    width: 100%;
  }
  .fga-navlist .dropdown-menu > li > a {
    color: rgba(255,255,255,0.82) !important;
    padding: 10px 28px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .fga-navlist .dropdown-menu > li > a:hover {
    background: rgba(255,255,255,0.1) !important;
    color: #fff !important;
  }
  .fga-banner-swiper { height: 320px; }
}

@media (max-width: 576px) {
  .fga-topbar-logo img { height: 42px; }
  .fga-topbar-inner    { padding: 0 12px; }
  .fga-banner-swiper   { height: 220px; }
}

/* ============================================================
   NAV SUBMENU — HOVER ON DESKTOP
   Bootstrap 3 only opens dropdowns on click; this adds hover
   for ≥992 px so submenus appear on mouse-over.
   Mobile (≤991px) keeps Bootstrap click behavior unchanged.
   ============================================================ */
@media (min-width: 992px) {
  .fga-navlist > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .fga-navlist .dropdown-menu {
    animation: fga-dd-in 0.15s ease;
  }
}
@keyframes fga-dd-in {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   FREIGHT RATE SECTION — frt-widget home-page overrides
   .frt-widget self-styles; these rules only adjust size/spacing
   for the wider 6-col home page columns.
   ============================================================ */
.fga-freight-rate {
  background: #f5f0f8 !important;
}

/* ============================================================
   SELECT2 — HOME PAGE SEARCH FORM THEME
   Scoped to .fga-banner-search-wrap for the trigger widget;
   global selectors for the dropdown panel (appended to <body>).
   ============================================================ */
.fga-banner-search-wrap .select2-container {
  width: 100% !important;
}
.fga-banner-search-wrap .select2-container .select2-selection--single {
  height: 44px !important;
  background: #fff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 4px !important;
}
.fga-banner-search-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  color: #374151 !important;
  font-size: 13px !important;
  line-height: 44px !important;
  padding-left: 10px !important;
  padding-right: 28px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fga-banner-search-wrap .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #9ca3af !important;
}
.fga-banner-search-wrap .select2-container .select2-selection__arrow {
  height: 44px !important;
  top: 0 !important;
  right: 6px !important;
}
.fga-banner-search-wrap .select2-container--open .select2-selection--single {
  border-color: #5f0a4b !important;
  box-shadow: 0 0 0 3px rgba(95,10,75,0.12) !important;
}
/* Dropdown panel — appended to body by Select2, needs global scope */
.select2-dropdown {
  border: 1px solid #5f0a4b !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(95,10,75,0.15) !important;
  font-size: 13px !important;
  z-index: 99999 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e7eb !important;
  border-radius: 6px !important;
  padding: 6px 10px !important;
  font-size: 13px !important;
  outline: none !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #5f0a4b !important;
}
.select2-container--default .select2-results__option {
  padding: 8px 12px !important;
  font-size: 13px !important;
  color: #374151 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5f0a4b !important;
  color: #fff !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #f3ecf1 !important;
  color: #5f0a4b !important;
  font-weight: 600;
}
/* Clear button */
.fga-banner-search-wrap .select2-selection__clear {
  color: #9ca3af !important;
  font-size: 16px !important;
  line-height: 1 !important;
  margin-right: 4px !important;
}
.fga-banner-search-wrap .select2-selection__clear:hover {
  color: #5f0a4b !important;
}
