/* VGLOBALSL Brand Theme — black + yellow (PDF) */

:root {
  /* Brand yellow */
  --base-h: 46;
  --base-s: 92%;
  --base-l: 52%;

  /* Near-black */
  --base-two-h: 220;
  --base-two-s: 18%;
  --base-two-l: 6%;

  --primary-h: 220;
  --primary-s: 18%;
  --primary-l: 6%;

  --secondary-h: 215;
  --secondary-s: 12%;
  --secondary-l: 55%;

  /* Surfaces (dark site) */
  --black: 220 16% 7%;
  --black-two: 220 18% 10%;

  /* Typography */
  --body-color: 210 16% 78%;
  --heading-color: 0 0% 100%;
  --gray: 215 10% 62%;
  --gray-two: 210 12% 72%;
  --border-color: 220 14% 22%;
  --section-bg: 220 16% 7%;

  --gtrx-yellow: #F5C518;
  --gtrx-yellow-deep: #E8A317;
  --gtrx-teal: #2DD4A8;
  --gtrx-blue: #1D9BF0;
  --gtrx-black: #0B0B0B;

  --gradient: linear-gradient(135deg, #F5C518 0%, #1D9BF0 55%, #0B0B0B 100%);
  --gradient-soft: linear-gradient(135deg, rgba(245, 197, 24, 0.16) 0%, rgba(29, 155, 240, 0.1) 100%);
  --header-bg: rgba(11, 11, 11, 0.92);
  --footer-bg: #0B0B0B;
  --footer-bg-deep: #050505;
}

/* ---- Base ---- */
body {
  background-color: #ffffff;
  color: hsl(var(--body-color));
}

body.igt-premium {
  min-height: auto !important;
  display: block !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

body.igt-premium .wrapper {
  min-height: auto !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

body.igt-premium .site-footer.footer-area,
body.igt-premium .footer-area {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

p {
  color: hsl(var(--body-color));
}

.bg--black,
.bg--black-two {
  background-color: hsl(var(--black)) !important;
}

.bg--black-two {
  background-color: hsl(var(--black-two)) !important;
}

.slide-text-black,
.slide-text-stock {
  color: hsl(var(--heading-color));
}

.slide-text-stock {
  -webkit-text-stroke-color: hsl(var(--heading-color));
}

/* ---- Header / Nav ---- */
.site-header {
  position: relative;
  z-index: 120;
}

.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient);
  z-index: 121;
}

.navbar-main {
  background: var(--header-bg);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  padding: 10px 0;
}

.navbar-main.navbar-shrink {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #e8edf3;
  box-shadow: 0 10px 40px rgba(10, 37, 64, 0.08);
  padding: 6px 0;
}

.navbar-main .container {
  align-items: center;
}

.igt-nav-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.75rem;
}

.igt-navbar-brand {
  flex: 0 0 auto;
  margin-right: 0;
  padding: 0;
  line-height: 0;
  max-height: 42px;
}

.igt-nav-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.igt-nav-actions .btn {
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 8px 16px;
  font-size: 0.875rem;
  white-space: nowrap;
}

.igt-main-nav {
  flex-wrap: nowrap;
}

.igt-main-nav .nav-link {
  white-space: nowrap;
}

.igt-mobile-nav-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e8edf3;
}

/* Desktop: offcanvas becomes inline navbar */
@media (min-width: 992px) {
  #offcanvasNavbar.offcanvas-lg {
    position: static !important;
    z-index: auto !important;
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    transform: none !important;
    visibility: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transition: none !important;
    overflow: visible !important;
  }

  #offcanvasNavbar .igt-offcanvas-body {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    overflow: visible !important;
    flex-grow: 1;
  }

  .igt-main-nav {
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    gap: 0.35rem !important;
    margin: 0 auto;
  }

  .navbar-nav .nav-item .nav-link {
    padding: 0.35rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.2 !important;
  }

  .navbar-main {
    padding: 8px 0 !important;
  }

  .navbar-main.navbar-shrink {
    padding: 6px 0 !important;
  }

  body.igt-premium .logo-img,
  body.igt-premium .navbar-brand .logo-img {
    height: 42px !important;
    max-height: 42px !important;
    max-width: 150px !important;
  }
}

.navbar-main .right-nav {
  gap: 12px;
}

.navbar-nav .nav-item .nav-link {
  color: hsl(var(--heading-color) / 0.78) !important;
  font-weight: 500;
  letter-spacing: 0.02em;
  position: relative;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #e85d04, #f59e0b);
  transition: width 0.3s ease;
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
  color: hsl(var(--heading-color)) !important;
}

.navbar-nav .nav-item .nav-link.active::after,
.navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}

.navbar-nav .nav-item .dropdown-menu {
  border: 1px solid #e8edf3;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(10, 37, 64, 0.12);
  padding: 0.5rem;
  margin-top: 0.75rem !important;
}

.navbar-nav .nav-item .dropdown-item {
  border-radius: 10px;
  padding: 0.55rem 0.85rem;
  font-weight: 500;
  color: hsl(var(--heading-color));
}

.navbar-nav .nav-item .dropdown-item:hover {
  background: var(--gradient-soft);
  color: #e85d04;
}

.navbar-toggler {
  color: hsl(var(--heading-color));
  border-color: #d6dee8;
  background: #fff;
  border-radius: 10px;
}

.navbar-toggler:hover {
  background: #f8fafc;
  border-color: #e85d04;
  color: #e85d04;
}

#offcanvasNavbar {
  background-color: #ffffff;
  border-left: 1px solid #e8edf3;
}

#offcanvasNavbar .offcanvas-header {
  border-bottom: 1px solid #eef2f6;
  padding-bottom: 1rem;
}

#offcanvasNavbar .navbar-nav .nav-item .nav-link {
  color: hsl(var(--heading-color)) !important;
  border-bottom: 1px solid #f1f5f9;
  padding: 0.85rem 0.5rem !important;
}

#offcanvasNavbar .navbar-nav .nav-item .nav-link::after {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-nav .nav-item .dropdown-menu {
    background-color: #f8fafc;
    border: 1px solid #e8edf3;
    box-shadow: none;
  }
}

.btn-close {
  filter: none;
  opacity: 0.65;
}

.btn-close:hover {
  opacity: 1;
}

/* ---- Footer ---- */
.site-footer.footer-area {
  background: linear-gradient(180deg, var(--footer-bg) 0%, var(--footer-bg-deep) 100%) !important;
  color: rgba(255, 255, 255, 0.72);
  border-top: none;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

.site-footer .footer-shape {
  display: none !important;
}

.site-footer .footer-item__logo a {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 1.15rem;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer .footer-item__logo a img {
  max-width: 180px;
  max-height: 56px;
}

body.igt-premium .site-footer p,
body.igt-premium .site-footer .footer-item__desc,
body.igt-premium .site-footer .footer-contact-menu__item-content p,
body.igt-premium .site-footer .footer-contact-menu__item-content a {
  color: rgba(255, 255, 255, 0.72) !important;
}

body.igt-premium .site-footer .footer-item__desc strong {
  color: #fbbf24 !important;
  font-weight: 700;
}

body.igt-premium .site-footer .footer-item__title {
  color: #ffffff !important;
}

body.igt-premium .site-footer .footer-menu__link {
  color: rgba(255, 255, 255, 0.78) !important;
}

body.igt-premium .site-footer .footer-menu__link:hover {
  color: #fbbf24 !important;
}

.site-footer.footer-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient);
}

.site-footer .footer-item__title {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 1.35rem;
  padding-bottom: 0;
}

.site-footer .footer-item__title::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 0.65rem;
  border-radius: 3px;
  background: linear-gradient(90deg, #e85d04, #f59e0b);
}

.site-footer .footer-item__desc {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
  max-width: 360px;
}

.site-footer .footer-menu__link {
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.25s ease, transform 0.25s ease;
}

.site-footer .footer-menu__link:hover {
  color: #fbbf24;
  text-decoration: none;
  transform: translateX(3px);
}

.site-footer .footer-contact-menu__item-icon {
  color: #f59e0b;
}

.site-footer .footer-contact-menu__item-content p,
.site-footer .footer-contact-menu__item-content a {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer .footer-contact-menu__item-content p:hover,
.site-footer .footer-contact-menu__item-content a:hover {
  color: #fbbf24;
}

.site-footer .social-list__link {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.3s ease;
}

.site-footer .social-list__link:hover {
  background: linear-gradient(135deg, #e85d04, #f59e0b);
  border-color: transparent;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(232, 93, 4, 0.35);
}

.site-footer .bottom-footer {
  background: rgba(0, 0, 0, 0.22);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer .bottom-footer-text,
.site-footer .bottom-footer-text a {
  color: rgba(255, 255, 255, 0.85) !important;
}

.site-footer .bottom-footer-text a {
  color: #fbbf24 !important;
  font-weight: 600;
}

.site-footer .bottom-footer nav a {
  color: rgba(255, 255, 255, 0.72) !important;
  transition: color 0.25s ease;
}

.site-footer .bottom-footer nav a:hover {
  color: #fbbf24 !important;
}

.site-footer .footer-shape img {
  opacity: 0.15;
  filter: brightness(2);
}

/* ---- Preloader ---- */
#preloader {
  background-color: #ffffff;
}

#preloader #text p {
  color: hsl(var(--heading-color));
}

/* ---- Buttons ---- */
.btn-outline--base,
.btn-outline--base-two,
.btn-outline--black-two {
  color: hsl(var(--heading-color)) !important;
}

.btn-outline--base {
  border-color: #e85d04 !important;
  color: #c2410c !important;
  background: transparent !important;
}

.btn-outline--base:hover {
  background: #e85d04 !important;
  border-color: #e85d04 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(232, 93, 4, 0.28);
}

.btn-outline--base-two {
  border-color: #0a2540 !important;
  color: #0a2540 !important;
}

.btn--base-two {
  background: linear-gradient(135deg, #0a2540 0%, #134074 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 8px 24px rgba(10, 37, 64, 0.28);
}

.btn--base-two:hover {
  background: linear-gradient(135deg, #e85d04 0%, #f59e0b 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 28px rgba(232, 93, 4, 0.32);
}

.btn-outline--base-two {
  border-color: hsl(var(--base-two)) !important;
}

.btn-outline--black-two {
  border-color: #cbd5e1 !important;
}

.btn--black-two {
  background-color: #f1f5f9 !important;
  color: hsl(var(--heading-color)) !important;
  border: 1px solid #e2e8f0;
}

.btn-slider-next,
.btn-slider-prev {
  color: hsl(var(--heading-color));
  background: #fff;
  border-color: #e2e8f0;
}

/* ---- Cards & boxes ---- */
.info-box,
.services-box,
.pricing-content,
.testimonial-item,
.blog-item,
.team-item,
.account-item,
.enquiry-form,
.contact-info,
.call-action-box {
  border-radius: 18px;
  border-color: #e8edf3 !important;
}

.info-box {
  background: #ffffff;
  border: 1px solid #e8edf3;
  box-shadow: 0 8px 30px rgba(10, 37, 64, 0.06);
}

.services-box {
  background-color: #ffffff;
  border: 1px solid #e8edf3;
  box-shadow: 0 10px 32px rgba(10, 37, 64, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(10, 37, 64, 0.1);
}

.services-box:not(.igt-segment-card):not(.igt-premium-card):not(.igt-income-overview):hover .icon {
  background-color: #ffffff;
}

/* Legacy main.css draws orange circles via ::before — disable on IGT cards */
.services-box.igt-segment-card::before,
.services-box.igt-apart-card::before,
.services-box.igt-income-overview::before,
.services-box.igt-why-card::before,
.process-item.igt-step-card::before,
.process-item.igt-plan-card::before,
.services-box.igt-segment-card:hover::before,
.services-box.igt-apart-card:hover::before,
.services-box.igt-income-overview:hover::before,
.services-box.igt-why-card:hover::before,
.process-item.igt-step-card:hover::before,
.process-item.igt-plan-card:hover::before {
  display: none !important;
  content: none !important;
}

/* Income cards: block legacy main.css hover (near-white text + full orange overlay) */
body.igt-premium .services-box.igt-premium-card:hover p,
body.igt-premium .services-box.igt-premium-card:hover a,
body.igt-premium .services-box.igt-premium-card:hover h3,
body.igt-premium .services-box.igt-premium-card:hover h3 a {
  color: #5a6578 !important;
}

body.igt-premium .services-box.igt-premium-card:hover h3,
body.igt-premium .services-box.igt-premium-card:hover h3 a {
  color: #0a2540 !important;
}

body.igt-premium .services-box.igt-premium-card:hover .icon {
  background: linear-gradient(135deg, #e85d04, #f59e0b) !important;
  color: #ffffff !important;
}

body.igt-premium .services-box.igt-premium-card:hover .icon i {
  color: #ffffff !important;
}

.people-box {
  background-color: #ffffff;
  border-color: #e2e8f0;
}

.pricing-content {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.pricing-content h6,
.pricing-content h2 {
  color: hsl(var(--heading-color));
}

.pricing-content .pricing-body {
  background-color: #f8fafc;
}

.testimonial-item {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

.testimonial-item .start-client {
  background-color: #f1f5f9;
}

.testimonial-item .start-client::before,
.testimonial-item .start-client::after {
  background-color: #f1f5f9;
}

.blog-item {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

.blog-details-content ul li,
.team-details-content .team-add-list li span:last-child {
  color: hsl(var(--body-color));
}

.team-item {
  background-color: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

/* ---- Accordion ---- */
.custom--accordion .accordion-body,
.custom--accordion .accordion-button {
  background-color: #ffffff;
}

.custom--accordion .accordion-item {
  border-color: #e2e8f0;
  background-color: #ffffff !important;
}

/* ---- Forms ---- */
.form-control,
.form-select,
.select {
  background-color: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  color: hsl(var(--heading-color)) !important;
}

.form-control:focus,
.form-select:focus {
  background-color: #ffffff !important;
  border-color: hsl(var(--base)) !important;
  color: hsl(var(--heading-color)) !important;
  box-shadow: 0 0 0 3px rgba(243, 111, 33, 0.12);
}

.form-control::placeholder {
  color: hsl(var(--gray)) !important;
}

.select option {
  background-color: #ffffff;
  color: hsl(var(--heading-color));
}

/* ---- Tabs / misc sections ---- */
.people-trust-section .nav-link {
  color: hsl(var(--heading-color));
  background: #fff;
}

.trade-content ul li,
.trade-content ul li button {
  color: hsl(var(--body-color));
}

/* ---- Scroll to top ---- */
.progress-wrap {
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
  border: 1px solid #e2e8f0;
}

.progress-wrap::before,
.progress-wrap::after {
  color: hsl(var(--heading-color));
}

/* ---- Brand accents (keep) ---- */
.logo-img {
  height: 48px;
  max-height: 48px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
}

@media screen and (max-width: 1199px) {
  .logo-img {
    height: 40px;
    max-height: 40px;
    max-width: 180px;
  }
}

.footer-item__logo a img {
  max-width: 240px;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
}

#preloader #text p.active {
  background: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-two-section h1 strong {
  color: #e85d04 !important;
}

.banner-two-section h1 strong::before {
  background-color: #e85d04 !important;
}

.banner-two-section .sub-title {
  color: #c2410c;
  font-weight: 600;
  letter-spacing: 0.12em;
}

/* ---- Hero background decor (light theme visibility) ---- */
body.igt-premium .banner-two-section.igt-hero-banner {
  min-height: auto !important;
  height: auto !important;
  display: block !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #021428 !important;
}

body.igt-premium .banner-two-section.igt-hero-banner::after {
  display: none !important;
}

body.igt-premium .igt-hero-banner.igt-hero-premium {
  background: #021428 !important;
}

.banner-two-section::after {
  opacity: 0.35;
}

.igt-hero-premium .banner-content::before {
  display: none !important;
}

.banner-two-section .banner-content::before {
  opacity: 0.18;
  filter: contrast(1.05) saturate(1.05);
}

.banner-two-section .banner-content::after {
  mix-blend-mode: normal;
  opacity: 0.14;
  background: radial-gradient(circle, rgba(0, 51, 102, 0.22) 0%, rgba(243, 111, 33, 0.08) 55%, transparent 72%);
  filter: blur(90px);
}

.banner-two-section .shape-icon img {
  opacity: 1;
  filter: saturate(1.35) contrast(1.1) drop-shadow(0 6px 18px rgba(15, 23, 42, 0.14));
}

.progress-wrap svg.progress-circle path {
  stroke: #e85d04 !important;
}

.text-slide-section.bg--base:not(.igt-ticker-bar) {
  background: linear-gradient(90deg, #0a2540 0%, #134074 50%, #0a2540 100%) !important;
}

.text-slide-section.igt-ticker-bar {
  background: #ffffff !important;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.text-slide-section.igt-ticker-bar .slide-text-black,
.text-slide-section.igt-ticker-bar .slide-text-stock {
  color: #0a2540 !important;
}

.text-slide-section.bg--base:not(.igt-ticker-bar) .slide-text-black,
.text-slide-section.bg--base:not(.igt-ticker-bar) .slide-text-stock {
  color: #ffffff !important;
}

.text-slide-section .slide-text-black,
.text-slide-section .slide-text-stock {
  color: #0a2540 !important;
}

.text-slide-section .slide-text-stock {
  -webkit-text-stroke-color: rgba(10, 37, 64, 0.12) !important;
}

.text-slide-section.bg--base:not(.igt-ticker-bar) .slide-text-stock {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.35) !important;
}

.section-content h6 {
  color: #e85d04;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Remove legacy flaticon star/dot icons on section labels */
body.igt-premium .section-content h6::before,
body.igt-premium .section-content h6::after,
body.igt-premium .section-content span::before,
body.igt-premium .section-content span::after {
  content: none !important;
  display: none !important;
}

body.igt-premium .section-content h6 {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

body.igt-premium .section-content.text-center h6::before,
body.igt-premium .section-content.text-center h6::after {
  content: "" !important;
  display: block !important;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, #e85d04);
}

body.igt-premium .section-content.text-center h6::after {
  background: linear-gradient(90deg, #e85d04, transparent);
}

/* ---- Misc text & components ---- */
.text-muted {
  color: hsl(var(--gray)) !important;
}

.wrapper .privacy-content .text-white,
.wrapper .text-white:not(.btn):not(.badge):not(.site-footer *) {
  color: hsl(var(--heading-color)) !important;
}

.site-footer .text-white,
.site-footer .bottom-footer-text,
.site-footer .bottom-footer-text.text-white {
  color: rgba(255, 255, 255, 0.85) !important;
}

.social-list__link {
  color: hsl(var(--heading-color));
  background: #fff;
}

.account-item {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

.account-item:hover {
  border-color: hsl(var(--base));
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.account-item .account-text .opne-account {
  color: hsl(var(--body-color));
}

.enquiry-form,
.contact-info {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

.enquiry-form ul .icon,
.contact-info ul .icon {
  background: #f1f5f9;
  color: hsl(var(--heading-color));
}

.call-action-box {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.call-to-action-section::after {
  background: hsl(var(--black-two));
}

body.igt-premium .call-to-action-section.igt-cta-section {
  background: #ffffff !important;
  border-top: 1px solid #e8edf3;
  padding-bottom: 2rem !important;
}

body.igt-premium .call-to-action-section.igt-cta-section::after {
  display: none !important;
}

body.igt-premium .igt-future-banner {
  background: #ffffff !important;
  color: #0a2540;
  border-top: 1px solid #e8edf3;
  border-bottom: 1px solid #e8edf3;
}

body.igt-premium .igt-referral-banner {
  background: #ffffff !important;
  color: #0a2540;
}

body.igt-premium .igt-referral-banner h2,
body.igt-premium .igt-referral-banner h3,
body.igt-premium .igt-referral-banner p,
body.igt-premium .igt-future-banner h2 {
  color: inherit;
}

body.igt-premium .igt-referral-banner h2 {
  color: #0a2540 !important;
}

body.igt-premium .igt-referral-banner p {
  color: #5a6578 !important;
}

body.igt-premium .igt-referral-banner h6.text--base,
body.igt-premium .igt-referral-banner .igt-section-eyebrow {
  color: #e85d04 !important;
}

body.igt-premium .igt-future-banner h2 {
  color: #0a2540 !important;
}

body.igt-premium .process-item.igt-plan-card p,
body.igt-premium .process-item.igt-plan-card .process-title,
body.igt-premium .igt-plan-card:not(.process-item) p,
body.igt-premium .igt-plan-card:not(.process-item) h4 {
  color: #5a6578 !important;
}

body.igt-premium .process-item.igt-plan-card .process-title,
body.igt-premium .igt-plan-card:not(.process-item) h4 {
  color: #0a2540 !important;
}

/* ---- IGT Website Redesign components ---- */
.igt-hero-kicker {
  color: #e85d04;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.igt-tagline-banner {
  display: inline-block;
  padding: 0.65rem 1.25rem;
  background: linear-gradient(90deg, rgba(10, 37, 64, 0.08) 0%, rgba(232, 93, 4, 0.1) 100%);
  border-left: 3px solid #e85d04;
  color: #0a2540;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.igt-segment-card .igt-segment-num {
  color: #e85d04;
  font-size: 0.85em;
  margin-right: 0.25rem;
}

.igt-segment-card,
.igt-step-card,
.igt-plan-card,
.igt-why-card,
.igt-income-overview,
.igt-apart-card,
.igt-commitment-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.igt-segment-card:hover,
.igt-why-card:hover,
.igt-income-overview:hover {
  border-color: #e85d04;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

.igt-step-card .step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0a2540, #134074);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 1rem;
}

.process-item.igt-plan-card,
.igt-plan-card:not(.process-item) {
  background: #ffffff !important;
  color: hsl(var(--body-color));
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 12px 40px rgba(10, 37, 64, 0.07) !important;
}

.process-item.igt-plan-card .process-title {
  color: #0a2540 !important;
}

.process-item.igt-plan-card p {
  color: #5a6578 !important;
}

.igt-plan-card:not(.process-item) h4 {
  color: #0a2540;
}

.igt-why-card .icon {
  font-size: 2rem;
  color: #e85d04;
  margin-bottom: 1rem;
}

.igt-referral-banner {
  color: #0a2540;
}

body.igt-premium .igt-referral-banner {
  text-align: left;
}

.igt-future-banner {
  position: relative;
  overflow: hidden;
  background: #ffffff !important;
  border-top: 1px solid #e8edf3;
  border-bottom: 1px solid #e8edf3;
  color: #0a2540;
  text-align: center;
}

.igt-future-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(232, 93, 4, 0.05) 0%, transparent 40%),
    radial-gradient(circle at 92% 80%, rgba(10, 37, 64, 0.04) 0%, transparent 38%);
  z-index: 0;
  pointer-events: none;
}

.igt-future-banner .container {
  position: relative;
  z-index: 1;
}

.igt-future-banner .section-content h2 {
  color: #0a2540 !important;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.igt-future-banner .igt-future-item {
  padding: 1.5rem 1.15rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(10, 37, 64, 0.06);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.igt-future-banner .igt-future-item:hover {
  transform: none;
  border-color: rgba(232, 93, 4, 0.35);
  box-shadow: 0 12px 32px rgba(10, 37, 64, 0.09);
}

.igt-future-banner .igt-future-item i {
  width: 52px;
  height: 52px;
  line-height: 52px;
  margin: 0 auto 0.85rem;
  border-radius: 14px;
  background: var(--gradient-soft);
  color: #e85d04;
  font-size: 1.35rem;
  display: block;
}

.igt-future-banner .igt-future-item strong {
  color: #0a2540;
  font-size: 0.95rem;
  line-height: 1.4;
}

.igt-content-block h3 {
  margin-bottom: 1rem;
}

.igt-check-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.5rem;
}

.igt-check-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.65rem;
}

.igt-check-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #e85d04;
}

.igt-highlight-box {
  background: rgba(232, 93, 4, 0.08);
  border-left: 4px solid #e85d04;
  padding: 1rem 1.25rem;
  border-radius: 0 8px 8px 0;
}

.igt-commitment-card {
  background: linear-gradient(160deg, #fff 0%, #f8fafc 100%);
  border-left: 4px solid #0a2540;
}

.igt-terms-rules {
  padding-left: 1.25rem;
}

.igt-terms-rules li {
  margin-bottom: 1rem;
}

.igt-table {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
}

.igt-table thead {
  background: #0a2540;
  color: #fff;
}

.igt-table thead th {
  border: none;
  padding: 1rem;
  font-weight: 600;
}

.igt-table tbody td {
  padding: 0.85rem 1rem;
  vertical-align: middle;
  border-color: #e2e8f0;
}

.igt-table tbody tr:hover {
  background: rgba(245, 197, 24, 0.08);
}

/* ---- VGLOBALSL hero (PDF brand-first) ---- */
.gtrx-hero {
  position: relative;
  min-height: min(100vh, 920px);
  background: #0B0B0B;
}

.gtrx-hero .igt-hero-banner__media {
  position: absolute;
  inset: 0;
}

.gtrx-hero .igt-hero-banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72) contrast(1.05);
}

.gtrx-hero__copy {
  position: relative;
  z-index: 3;
  min-height: min(100vh, 920px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6rem 1rem 4rem;
  background: linear-gradient(180deg, rgba(11,11,11,0.25) 0%, rgba(11,11,11,0.55) 55%, rgba(11,11,11,0.82) 100%);
}

.gtrx-hero__logo {
  width: min(520px, 92vw);
  height: auto;
  margin-bottom: 1rem;
  filter: drop-shadow(0 8px 28px rgba(245, 197, 24, 0.25));
}

.gtrx-hero__support {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  max-width: 36rem;
  margin: 0 auto 1.75rem;
  letter-spacing: 0.02em;
}

.gtrx-hero .btn--base-two {
  background: var(--gtrx-yellow) !important;
  border-color: var(--gtrx-yellow) !important;
  color: #0B0B0B !important;
  font-weight: 700;
}

.gtrx-hero .btn-outline--base,
.gtrx-hero .btn-outline--base-two {
  border-color: rgba(245, 197, 24, 0.65) !important;
  color: #fff !important;
}

.navbar-brand .logo-img,
.footer-item__logo img,
.auth-logo {
  max-height: 56px;
  max-width: min(280px, 90vw);
  width: auto;
  object-fit: contain;
}

body.igt-premium {
  background: #0B0B0B !important;
}

.text--base {
  color: var(--gtrx-yellow) !important;
}

