@charset "utf-8";
/* CSS Document */
* {
	box-sizing:border-box;
}

@font-face {
  font-family: 'Anton';
  src:url(../assets/fonts/Anton-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block; /* Prevents flash of fallback font */
}

@font-face {
  font-family: 'Urbanist';
  src:url(../assets/fonts/Urbanist-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block; /* Body text loads fast */
}

    body {
        margin: 0;
        padding: 0;

        /* Fallback solid color */
        background-color: #000000;

        /* Layer 1: tiled transparent logos */
        /* Layer 2: vertical gradient */
        background-image: 
             linear-gradient(to bottom, 
				rgba(0,0,0,0.95),
				rgba(0,0,0,0.75)
				),
			 url("assets/images/sitewide/VB-brand-tall-background-1-ghost.png");

        /* Logos repeat to fill page; gradient covers full height */
        background-repeat: no-repeat, repeat;
        background-attachment: fixed, scroll; 
        background-position: top, top left;
        background-size: cover, auto;

		font: 20px/1.5 Urbanist; 
		font-size:24px;
        color: #fff;
    }

html {
	scroll-behavior: smooth;
	overflow-x:hidden !important;
}

h1 {font: Anton; font-size: 55px; font-weight:900; line-height: 1.1; margin: 0 0 12px; }
h2 {font: Anton; font-size:32px; font-weight:900; color:#439af5; margin:10px 0; text-align:left;}
h3 {font: Urbanist; font-size:24px; font-weight:900; color:#439af5; margin:10px 0; text-align:left;}
h4 {font: Urbanist; font-size:22px; font-weight:normal; margin:10px 0; color:#ffffff; margin:10px 0; text-align:left;} 
p {font: Urbanist; font-size:22px; font-weight:normal; line-height: 1.3; margin:30px 0; color:#ffffff; text-align:left;}

    /* --------------
       Hero Section
    -----------------*/
    .hero { color:#fff; padding:70px 0 20px; position:relative; overflow:hidden; }
    .hero h1 { font-family:Anton; font-size:40px; line-height:1.15; margin:0 0 12px; }
    .hero p { font-size:18px; color:#eaf3ff; max-width:860px; }
    .hero .actions { margin-top:18px; }


	
/* Full height image header */
.bgimg-1 {
  background-position: center;
  background-size: cover;
  background-image:url(assets/images/sitewide/VB-logo-background-black1.png);
  min-height: 100%;
}

.w3-bar .w3-button {
  padding: 16px;
}

.bar1, .bar2, .bar3 {
  width: 19px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}
.container-w {
  position: relative;
}

/* ============
   UTILITIES
   ============ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}
    /* ==== Layout Utilities ==== */
    .containerf { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 5px; }
    .grid { display: grid; gap: 24px; }
    .grid-2 { grid-template-columns: 1fr 1fr; }
    .grid-3 { grid-template-columns: 1fr 1fr 1fr; }
    @media (max-width: 900px) {
      .grid-2, .grid-3 { grid-template-columns: 1fr; }
    }
    .section { padding: 72px 0; }
    .muted { color: #3c98f8; }
    .eyebrow { text-transform: uppercase; letter-spacing: 1px; font-size: 14px; color: #439af5; font-weight: 700; }
	
.text-center {
  text-align: center;
}

/* SECTION BASE (your static blue background) */
.sdms-striped-section{
  /* Blue-1: your main background */
  background-color:#101010; /* change to your exact blue-1 */
  position:relative;
  overflow:hidden;
  padding-top:40px;
  padding-bottom:4px;
  
}



/*3-column grid */
.three-col {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
}

.three-col .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.three-col .cell {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-top-left-radius:10px;
  font-size: 16px;
  font-weight: 600;
  color:#ffffff;
}

@media (max-width:1200px) {
  .three-col .grid {
    grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
}

@media (max-width: 600px) {
  .three-col {padding:28px 14px;}
  .three-col .grid {grid-template-columns: 1fr; gap: 12px;}
  .three-col .cell {min-height:54px; font-size:15px; }
}

a { text-decoration:none;}

.states {
	float:left; 
	margin-right:10px; 
	display:inline-block;	
}

.even {
    background:#92400e;
    background:-webkit-linear-gradient(135deg,#92400e,#f59e0b);
    background:linear-gradient(135deg,#92400e,#f59e0b);
    border-top-left-radius:10px;

  }

.odd {
    background:#166534;
    background:-webkit-linear-gradient(135deg,#166534,#22c55e);
    background:linear-gradient(135deg,#166534,#22c55e);
	border-top-left-radius:10px;

  }


/* STRIPES OVERLAY */
.sdms-striped-section:before{
  content:"";
  position:absolute;
  top:0; left:0; right:0; bottom:0;

  /* alternating: 10px transparent (shows blue-1), 10px blue-2 */
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0px,
    rgba(0,0,0,0) 10px,
    rgba(80,80,80,0.35) 10px,  /* blue-2 w/ opacity */
    rgba(80,80,80,0.35) 20px
  );

  pointer-events:none; /* overlay doesn't block clicks */
  z-index:0;
}

/* CONTENT ABOVE STRIPES */
.sdms-striped-inner{
  position:relative;
  z-index:1;
  max-width:1200px;
  margin:0 auto;
  color:#fff;
}

.btn {
  display: inline-block;
  background-color: #007bff;
  font-family: Urbanist;
  font-size:16px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #0056b3;
}

/*stats button*/
.btn-stat {
  display: inline-block;
  font-family: Urbanist;
  font-size:16px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-stat:hover {
  background-color:rgba(0,0,0, 0.0);
}


/*button tests*/
.beam-btn {
  position: relative;
  padding: 14px 36px;
  border: 2px solid transparent;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
  background: #0c4985;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}

/* moving beam around the rim */
.beam-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(90deg, #439af5, #0c4985, #439af5);
  background-size: 300% 300%;
  animation: beamMove 5s linear infinite;
  -webkit-mask: 
     linear-gradient(#a7ff31 0 0) content-box, 
     linear-gradient(#a7ff31 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

@keyframes beamMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}

.beam-btn1-orig {
  position: relative;
  padding: 14px 36px;
  border: 2px solid transparent;
  border-radius: 50px;
  font-size: 18px;
  color: #2d2d2d;
  background: #fbbf24;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}

.beam-btn1 {
  position: relative;
  padding: 6px 20px;
  border: 2px solid transparent;
  border-radius: 50px;
  font-size: 18px;
  color: #ffffff;
	background:#92400e;
    background:-webkit-linear-gradient(135deg,#92400e,#f59e0b);
    background:linear-gradient(135deg,#92400e,#f59e0b);
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}



/* moving beam around the rim */
.beam-btn1::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(90deg, #693f16, #fbbf24, #693f16);
  background-size: 300% 300%;
  animation: beamMove 5s linear infinite;
  -webkit-mask: 
     linear-gradient(#a7ff31 0 0) content-box, 
     linear-gradient(#a7ff31 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

@keyframes beamMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}


.glow-btn {
  position: relative;
  color: #fff;
  background: #0c4985;
  border: none;
  border-radius: 50px;
  padding: 14px 36px;
  font-size: 18px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.glow-btn::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: inherit;
  background: conic-gradient(from 0deg, #439af5, #0c4985, #439af5);
  animation: rotateBeam 10s linear infinite;
  z-index: -1;
}

@keyframes rotateBeam {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.pulse-btn {
  border: 2px solid #439af5;
  background: #0c4985;
  color: #fff;
  border-radius: 50px;
  padding: 14px 36px;
  font-size: 18px;
  cursor: pointer;
  animation: pulse 2s infinite;
}

.pulse-btn1 {
  border: 2px solid #439af5;
  background: #0c4985;
  color: #fff;
  border-radius: 50px;
  padding: 5px 1px;
  font-size: 18px;
  animation: pulse 2s infinite;
}

.pulse-btn2 {
  border: 2px solid #439af5;
  background: rgba(0,0,0, 0.1);
  color: #fff;
  border-radius: 50px;
  padding: 5px 1px;
  font-size: 18px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(67,154,245, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(67,154,245, 0); }
  100% { box-shadow: 0 0 0 0 rgba(67,154,245, 0); }
}


/* --- Accordion Container --- */
.accordion-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 800px;
  margin: 0 auto;
}

/* --- Individual Items --- */
.accordion-item {
  background: #000;
  border: 2px solid #333;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Gradient glow on hover or open */
.accordion-item:hover,
.accordion-item.open {
  border: 2px solid transparent;
  background-image: linear-gradient(#000, #000),
                    linear-gradient(to right, #0c4985, #439af5);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

/* --- Header Button --- */
.accordion-header {
  display: -ms-flexbox; /* IE10 fallback */
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: #ffffff;
  background-color: rgba(0,0,0,0.2);
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px 20px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  transition: background-color 0.3s ease;
}

.accordion-header:hover {
  background-color: rgba(255,255,255,0.05);
}

/* --- Left Side: Number + Text --- */
.accordion-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* Number badge */
.accordion-number {
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  border-radius: 8px;
  padding: 4px 12px;
  margin-right: 15px; /* fallback for gap */
  min-width: 32px;
  text-align: center;
}

/* Question text */
.accordion-question {
  color: #fff;
  text-align: left;
}

/* --- Plus Icon --- */
.accordion-icon {
  font-size: 24px;
  color: #fbbf24;
  font-weight: bold;
  transition: transform 0.3s ease;
}

/* Rotate to × when open */
.accordion-item.open .accordion-icon {
  transform: rotate(45deg);
}

/* --- Answer Area --- */
.accordion-content {
  background: #0b0b0b;
  color: #e6e6e6;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 60px 0 67px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

/* When open */
.accordion-item.open .accordion-content {
  max-height: 400px;
  padding: 15px 60px 20px 67px;
  opacity: 1;
}

/* --- Learn More Badge --- */
.badge {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #0c4985;
  border: 1px solid #439af5;
  color: #aab3c6;
  font-size: .82rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.badge:hover {
  color: #439af5;
  border-color: #0c4985;
}

/* --- Responsive Adjustments --- */
@media (max-width: 600px) {
  .accordion-question {
    font-size: 16px;
  }
  .accordion-number {
    font-size: 16px;
    padding: 4px 10px;
  }
}
/* --- text over image --- */
.hero-box {
	width:100%;
	max-width:1600px;
	margin:0 auto;
}
.image-wrap1 {
	position:relative;
	width:100%;
	overflow:hidden;
}
.image-wrap1 img {
	width:100%;
	height:auto;
	display:block;
}
.text-overlay {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align: center;
  padding:20px;
  box-sizing:border-box;
}
.text-overlay h1 {
  font-family:Anton;
  color: #ffffff;
  font-size:78px;
  font-weight:700;
  line-height:1.1;
  background-color: rgba(0, 0, 0, 0.0); /* Optional semi-transparent background */
  border-radius:6px;
  padding:8px 16px;
  margin:0 0 10px 0;
  text-transform:uppercase;
}
.text-overlay h2 {
  font-family:Urbanist;
  color: #ffffff;
  font-size:42px;
  font-weight:500;
  line-height:1.3;
  background-color: rgba(0, 0, 0, 0.0); /* Optional semi-transparent background */
  border-radius:6px;
  padding:6px 14px;
  margin:0;
}

@media screen and (max-width:1024px) {
	.text-overlay h1 {font-size:56px; }
	.text-overlay h2 {font-size:32px; }	
}
@media screen and (max-width:768px) {
	.text-overlay h1 {font-size:44px; }
	.text-overlay h2 {font-size:26px; }		}
}
@media screen and (max-width:480px) {
	.text-overlay h1 {font-size:34px; }
	.text-overlay h2 {font-size:28px; }		}
}

/* ======== UNIVERSAL TICKER STYLES ======== */
.ticker {
  position: relative;
  width: 100%;
  max-width:100%;
  overflow: hidden;
  background-color:#0c4985;
  border-top: 1px solid #439af5;
  border-bottom: 1px solid #439af5;
  box-sizing:border-box;
  margin: 0;
  z-index:10;
}

.ticker__track {
  position: relative;
  white-space: nowrap;
  display:inline-block;
  will-change: transform;
  box-sizing:border-box;
}

.ticker__items {
  display: inline-block;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  font-family: Urbanist, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  box-sizing:border-box;
}

.ticker__items > li {
  display: inline-block;
  margin: 0 60px;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}

/* Core animation — duration set dynamically per instance */
@keyframes tickerScroll {
  from { transform: translateX(0);}
  to   { transform: translateX(-50%);}
}

.ticker:hover .ticker__track {
  animation-play-state: paused;
}
/* Slide-in */
  section.scroll-section {
    position: relative;
    display: flex;
    overflow: hidden;
  }

  .slide-in {
    opacity: 0;
    transform: translateX(-150px);
    transition: all 0.8s ease-out;
    max-width: 1200px;
	width:100%;
  }

  .slide-in.visible {
    opacity: 1;
    transform: translateX(0);
  }

 .sd-back-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(12, 73, 133, 0.9); /* matches your blue tone */
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    display: none; /* shown via JS */
    z-index: 10001;
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
  }

  .sd-back-top:hover {
    background: rgba(67, 154, 245, 1);
  }
  

/* ====== POPUPS ====== */  
  .wrapper {
  max-width: 1024px;
  margin: 0 auto;
  padding: 10px 10px 10px 10px;
}
  .section-p { padding: 5px 0; }

/* ====== SECTION THAT TRIGGERS POPUP ====== */
.sd-section {
  position: relative;
  border-radius: 12px;
  color: #ffffff;
}

/* ====== POPUP WRAPPER – BELOW SECTION CONTENT ====== */
.random-bubble-wrapper {
  margin-top: 24px;
  text-align: center;
  max-height: 0;
  overflow: hidden;

  opacity: 0;

  /* MUCH more dramatic shrink (0.60 = 60%) */
  transform: translateY(10px) scale(0.60);

  transition:
    max-height 0.40s ease,
    opacity 0.35s ease,
    transform 0.40s ease;
}

/* Visible state */
.random-bubble-wrapper.bubble-visible {
  max-height: 1000px;
  opacity: 1;

  /* Full size when open */
  transform: translateY(0) scale(1);
}

/* ====== POPUP CARD WITH PULSE ====== */
.random-bubble-card {
  display: inline-block;
  width: 280px;
  max-width: 90vw;

  background: linear-gradient(135deg, #0c4985, #439af5);
  color: #111822;
  border-radius: 12px;
  padding: 14px 16px;
  text-align: left;

  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
  
    animation: cardPulse 2s ease-in-out infinite;
}

/* Pulse animation */
@keyframes cardPulse {
  0% {
    box-shadow:
      0 10px 25px rgba(0,0,0,0.35),
      0 0 0 0 rgba(67,154,245,0.5);
  }
  50% {
    box-shadow:
      0 10px 25px rgba(0,0,0,0.35),
      0 0 22px 16px rgba(67,154,245,0);
  }
  100% {
    box-shadow:
      0 10px 25px rgba(0,0,0,0.35),
      0 0 0 0 rgba(67,154,245,0);
  }
}

.random-bubble-card h4 {
  margin: 0 0 4px 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.random-bubble-card p {
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 1.4;
}

.random-bubble-cta {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  padding: 6px 12px;
  border-radius: 20px;
  background-color: #0c4985;
  color: #ffffff;
}

.random-bubble-cta:hover {
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .sd-section {
    padding: 10px 6px;
  }
}
/* ====== End POPUPS ====== */  


/* === Smart-Data interlocking gears (optimized) === */
.gear-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

/* base gear size + motion */
.gear-svg {
  width: 60px;
  height: 60px;
  animation: spin 10s linear infinite;
  transform-origin: 50% 50%;
}

/* gold gear: raised for tilt */
.gear-gold {
  margin-bottom: 15px; /* scaled tilt for 60px size */
}

/* color via inheritance */
.gear-gold .gear-body {
  fill: #fbbf24;
}

.gear-white {
  animation-direction: reverse;
  margin-left: -29px;   /* scaled overlap for 60px size */
  animation-delay: -0.50s; /* phase shift for perfect meshing at 10s */
}

.gear-white .gear-body {
  fill: #ffffff;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
} 
  
/* ====== FL Business Counter ====== */
.container-counter{
  max-width:900px;
  margin:0 auto;
}

.card-counter2{
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.12));
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  padding:28px;
  text-align:center;
}

.card-counter1{
  background:rgba(36,36,36,.7);
  border-top-left-radius:30px;
  padding-top:28px;
  text-align:center;
}

.card-counter{
  background:rgba(36,36,36,.7);
  border-top-left-radius:30px;
  padding:28px;
  text-align:center;
}

.card-counter-blue{
  background:rgba(28,62,97,.7);
  border-top-left-radius:30px;
  padding:28px;
  text-align:center;
}


.h-counter{
  font-family:Urbanist;
  font-weight:800;
  margin:0 0 8px 0;
  font-size:38px;
  letter-spacing:.3px;
}

.sub-counter{
  font-size:18px;
  color:#fbbf24;
  line-height:1.45;
  max-width:720px;
  margin:0 auto;
}

.counterWrap{
  margin-top:28px;
  padding:28px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(0,0,0,.18);
}

.counter{
  font-family: Arial, Helvetica, sans-serif;
  font-size:56px;
  font-weight:800;
  letter-spacing:.8px;
  line-height:1.05;
  
    /* Prevent jitter */
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  display:inline-block;
  min-width: 10ch; /* fits 3,499,000 */
  text-align:center;
  white-space:nowrap;
}

.secondary{
  margin-top:22px;
}

.label-counter{
  margin-top:14px;
  font-size:13px;
  color:#fbbf24;
}

.label{
  margin-top:14px;
  font-size:15px;
  color:#fbbf24;
}

.disclaimer-counter{
  margin-top:18px;
  padding:28px;
  font-size:13px;
  color:rgba(233,238,252,.60);
}

.cta-counter{
  margin-top:24px;
  display:inline-block;
  padding:14px 22px;
  background:rgba(67,154,245,.14);
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  color:#e9eefc;
  text-decoration:none;
  font-weight:800;
}
.cta-counter:hover{background:rgba(67,154,245,.20);}
/* ====== End FL Business Counter ====== */

.stat {
  padding-left:28px;
  padding-right:28px;
  font-size:15px;
  color:#fbbf24;
}
.source {
  padding-left:28px;
  padding-right:28px;
  font-size:13px;
  color:rgba(233,238,252,.60);
}

.ghost-title {
  position: relative;
  z-index: 1;
}

.ghost-title::before {
  content: attr(data-text);
  position: absolute;
  top: -25%;
  left: 0;
  width: 100%;
  font-size: inherit;
  font-weight: inherit;
  line-height:: inherit;
  color: rgba(67, 154, 245, 1); /* adjust glow */
  z-index: -1;
  pointer-events: none;
  transform: scale(1.00); /* subtle depth */
}  
  
/* ========
   HEADER
   ======== */
header {
  background-color: #283546;
  color: #fff;
  text-align: center;
}

header h1 {
  font-size: 32px;
}

/* ============
   NAVIGATION
   ============ */

/* =============
   MAIN CONTENT
   ============= */
main {
  margin: 30px auto;
  padding: 30px;
}


p.small {
	line-height:0.7;
}

/*--Lists--*/
ul {
	padding-left:15px;
}

li {
	font-family: Urbanist;
	margin-left:5px;
	padding-left:5px;
}
.chklst {
	padding:15px;
}

/*--Checkmark List--*/
.checked-list {
	list-style:none;
	padding:0;
}

.checked-list li {
	text-indent:-33px;
	margin-left:35px;
	position: relative;
	padding-left:20px;
}

.checked-list li::before {
	content:"";
	color:#52ef59;
	font-size:24px;
	position:absolute;
	left:0;
	top:0;
}

	    /* ========== Cards / Panels ========== */
    .card { border: 1px solid #e6edf5; border-radius: 16px; padding: 20px;}
    .card-b { border: 1px solid #e6edf5; border-radius: 16px; padding: 20px;}

    .shadow { box-shadow: 0 8px 30px rgba(12,73,133,0.08); }
    .icon { width: 28px; height: 28px; margin-right: 10px; vertical-align: middle; }

    /* ========== Sections ========== */
    .section-title { font-size: 30px; margin: 0 0 12px; }
    .section-sub { font-size: 16px; color: #ffffff; margin: 0 0 28px; }

    /* Pain vs Solution */
    .before { border-left: 4px solid #df3236; background: #9d2727; }
    .after  { border-left: 4px solid #24994c; background: #496922; }

/* --- FAQ Styles --- */
.faq-item { 
  border-bottom: 1px solid #e6edf5;
  overflow: hidden;
}

/* Question bar */
.faq-q {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: #ffffff;
  background-color: rgba(0,0,0,0.2);
  border: 0;
  padding: 16px 5px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-q:hover {
  background-color: rgba(255,255,255,0.05);
}

/* Left side (logo + text) */
.faq-left {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.faq-left img {
  width: 26px;
  height: auto;
  margin-right: 10px; /* fallback for gap */
}

.faq-text {
  text-align: left;
}

/* Plus sign on right */
.faq-plus {
  color: #a7ff31;
  font-size: 22px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

/* Rotate plus to X */
.faq-item.open .faq-plus {
  transform: rotate(45deg);
}

/* Answer wrapper (for animation) */
.faq-a {
  color: #ffffff;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 0 0 42px;
  transition: all 0.4s ease;
}

/* Smooth open */
.faq-item.open .faq-a {
  max-height: 500px; /* sufficient for longest answer */
  opacity: 1;
  padding: 10px 0 16px 42px;
}

/* Badge styling */
.badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #101427;
  border: 1px solid #1d2440;
  color: #aab3c6; /* fallback instead of var(--muted) */
  font-size: .82rem;
}

/* Optional subtle animation easing for older browsers */

/* Charts-Begin */
    .wrap{
      width:980px;
      margin:0 auto;
      padding:18px 10px 30px 10px;
    }

    .pageTitle{
      font-size:18px;
      font-weight:bold;
      margin:0 0 6px 0;
    }

    .pageSub{
      font-size:14px;
      color:#cfd7df;
      margin:0 0 14px 0;
      line-height:17px;
    }

    .chartTable{
      width:100%;
      border-collapse:separate;
      border-spacing:16px 16px;
    }
    .chartTable td{
      width:100%;
      vertical-align:top;
    }

    /* Chart panel that mimics the screenshot style */
    .chartPanel{
      position:relative;
      width:100%;
      height:560px;
      border:1px solid rgba(255,255,255,0.12);
      border-top-left-radius:30px;
      overflow:hidden;

      /* REPLACE THIS WITH YOUR OWN BACKGROUND IMAGE */
      background-color:#091521;
      background-image:url('YOUR-BACKGROUND.jpg');
      background-repeat:no-repeat;
      background-position:center center;
      background-size:cover;
    }

    /* Dark overlay to improve readability on photos */
    .overlay{
      position:absolute;
      left:0; top:0;
      width:100%; height:100%;
      background:#00121e;
      opacity:0.70; /* adjust to taste */
      filter:alpha(opacity=70); /* IE fallback */
    }

    /* Header text like the sample image */
    .chartHeader{
      position:absolute;
      left:0;
      top:14px;
      width:100%;
      text-align:center;
      z-index:5;
    }
    .chartHeader .big{
      font-size:25px;
      font-weight:bold;
      line-height:30px;
      margin:0;
      padding:0;
      color:#ffffff;
    }
    .chartHeader .accent{
      color:#1f7bb6; /* blue accent like sample */
    }
    .chartHeader .small{
      font-size:16px;
      color:#fbbf24;
      margin-top:6px;
    }

    /* SVG positioned under header */
    .svgHolder{
      position:absolute;
      left:0; top:0;
      width:100%; height:100%;
      z-index:4;
    }

    /* Footer label strip (optional) */
    .footNote{
      position:absolute;
      left:0;
      bottom:12px;
      width:100%;
      text-align:center;
      z-index:5;
      font-size:12px;
      color:#fbbf24;
      opacity:0.9;
      filter:alpha(opacity=90);
    }

    /* Simple responsive fallback */
    @media screen and (max-width: 1200px){
      .wrap{ width:95%; }
      .chartTable td{ display:block; width:auto; }
      .chartPanel{ height:560px; }
    }
	
	/* Use this ONLY for Pie/Donut panels */
.chartContent{
  position:absolute;
  left:0;
  right:0;
  top:112px;     /* space for title/subtitle */
  bottom:44px;   /* space for footnote */
  z-index:5;
  text-align:center;
}

.chartSVG{
  display:block;
  margin:0 auto;
}

/* Legend: square + 10px + text, aligned, wraps cleanly */
.legendUnder{
  width: 90%;
  margin: 10px auto 0 auto;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  color: #ffffff;
  table-layout: fixed; /* makes single-cell rows predictable */
}

.legendUnder td{
  padding: 4px 0;
  vertical-align: top;
}

/* Each legend item is one line block */
.legendItem{
  display: block;
  padding: 0;
  margin: 0;
}

/* Square */
.legendSwatch{
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(255,255,255,0.35);
  vertical-align: top;
  margin-right: 10px; /* EXACT 10px gap */
}

/* Text sits in its own inline-block so wrapping aligns under text start */
.legendText{
  display:inline-block;
  width: 85%;     /* old-school fallback */
  text-align:left;
  line-height:1.35;
  vertical-align:top;
}
/* Charts-End */
.charts{
	width:85%;
}

/* ==========
   FOOTER
   ========== */
footer {
  display: flex;
  background-color: #000000;
  font-family: Urbanist;
  width:100%;
  color: #ffffff;
  text-align: center;
  padding: 0 20px;
  font-size: 14px;
  margin-top: 60px;
}

.fixed-footer{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	background-color:#0c4985;
	color:white;
	text-align:center;
	line-height:3;
    z-index:1000;
}

/* =============================
   MEDIA QUERIES (MOBILE-FIRST)
   ============================= */
@media (min-width: 600px) {
  header h1 {
	font-family: Anton;
    font-size: 32px;
    text-align:center;
  }
  header h2 {
	font-family: Anton;
    font-size: 26px;
	line-height:1.1;
    text-align:center;
  }

  nav ul {
    gap: 25px;
  }

  main {
    padding: 40px;
  }
  .charts{
	width:65%;
}

}

@media (min-width: 992px) {
  .btn {
    padding: 5px 10px;
    font-size: 14px;
  }

  header h1 {
	font-family: Anton;
    font-size: 72px;
  }
  
    .charts{
	width:75%;
}
}

