/* =============================
   GLOBAL STYLES
============================= */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
p {
  font-family: "Barlow-Regular";
}
/*menu top bar*/
/* =============================
   MOBILE DROPDOWN NAV STYLING
============================= */

/* Keep the full nav on desktop */
.nav-pill-wrapper .nav {
  background: #ef6623;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

/* Button style for nav links */
.nav-pill-wrapper .nav-link {
  color: #fff !important;
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: 50px;
  padding: 10px 18px;
  transition: all 0.3s ease;
  position: relative;
}

/* Hover effect */
.nav-pill-wrapper .nav-link:hover {
  background: #fff;
  color: #ef6623 !important;
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

/* Active link */
/* .nav-pill-wrapper .nav-link.active {
  background: #fff;
  color: #ef6623 !important;
  font-weight: 600;
} */
.nav-pill-wrapper .nav {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Color Palette */
.text-orange {
  color: #ef6623;
}
.bg-orange {
  background: #ef6623;
}
.btn-orange {
  background: #ef6623;
  color: #fff;
  font-weight: 600;
  border: none;
}
.btn-orange:hover {
  background: #e85b00;
  color: #fff;
}

/* =============================
   HEADER / HERO SECTION
============================= */
.hero-header {
  position: relative;
  height: 100vh;
  min-height: 680px;
  color: white;
  overflow: hidden;
}

/* Background image */
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background-image: url("https://www.cwc.com/staging/assets/images/shutterstock_2500022341.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

/* Navbar */
.navbar {
  position: relative;
  z-index: 3;
}

.nav-pill-wrapper {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}

.nav {
  padding: 8px 20px;
}

.nav-link {
  font-weight: 500;
  font-size: 0.95rem;
  padding: 10px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: color 0.3s ease;
}

.nav-link:last-child {
  border-right: none;
}

.nav-link:hover {
  color: #ffe0cc;
}

/* =============================
   HERO CONTENT
============================= */
.hero-content {
  position: relative;
  z-index: 2;
  margin-top: 10%;
}

.hero-title {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.95);
  max-width: 600px;
}

/* Arrow inside buttons */
.arrow {
  display: inline-block;
  margin-left: 8px;
  background: #fff;
  color: #ef6623;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}

/* =============================
   ANIMATIONS
============================= */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideFade {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleUp {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animate-fade {
  animation: fadeIn 1s ease-out forwards;
}

.animate-slide {
  opacity: 0;
  animation: slideUp 1s ease-out 0.3s forwards;
}

.animate-scale {
  opacity: 0;
  animation: scaleIn 1s ease-out 0.6s forwards;
}

/* =============================
   WHO WE ARE SECTION
============================= */
.who-we-are {
  background-color: #f7f9fa;
}

.section-label {
  color: #ef6623;
  font-weight: 600;
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.section-label .dot {
  width: 10px;
  height: 10px;
  background: #ef6623;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.section-title {
  font-size: 2rem;
  margin-top: 10px;
  color: #1b1b1b;
  font-weight: 800;
}

.section-text {
  font-size: 1.05rem;
  color: #333;
  max-width: 700px;
  margin-top: 10px;
}

.about-btn {
  background: #ef6623;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.about-btn:hover {
  background: #e85b00;
  color: #fff;
}

.about-btn .arrow {
  background: #fff;
  color: #ef6623;
  border-radius: 50%;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-weight: 700;
}

/* Info Cards */
.info-card {
  border-radius: 20px;
  padding: 24px;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  min-height: 230px;
}

.info-card h5 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 16px;
}

.info-card p {
  margin-top: 6px;
  font-size: 0.95rem;
  opacity: 0.95;
}

.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.icon-circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle img {
  width: 50%;
}

.orange-card {
  background-color: #ef6623;
}
.red-card {
  background-color: #b3132a;
}
.grey-card {
  background-color: #4b4b4b;
}

.learn-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 0.95rem;
}

.learn-link .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  color: #ef6623;
  font-weight: 700;
  margin-left: 4px;
  font-size: 15px;
  line-height: 1;
  transition: all 0.3s ease;
}

.learn-link:hover .arrow {
  transform: translateX(3px);
  background: #fff;
  color: #d94c00;
}

/* =============================
   INTRODUCING LIBERTY SECTION
============================= */
.introducing-liberty {
  background-color: #ef6623;
  color: white;
  overflow: hidden;
}

.introducing-liberty .section-label {
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
}

.introducing-liberty .section-label .dot {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.intro-title {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.05;
  color: #fff;
}

.intro-text {
  font-size: 1rem;
  margin-top: 18px;
  max-width: 500px;
  color: #fff;
  opacity: 0.9;
}

/* === GLOSSY INFO CARDS === */
.intro-card {
  display: flex;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 18px;
  padding: 24px 28px;
  margin-bottom: 22px;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
}

.intro-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  border-radius: inherit;
  z-index: 0;
}

.intro-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  transform: skewX(-25deg);
  transition: all 0.7s;
}

.intro-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.intro-card:hover::after {
  left: 125%;
  transition: all 0.7s ease;
}

.intro-number {
  font-size: 2.3rem;
  font-weight: 700;
  flex-shrink: 0;
  padding-right: 20px;
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  margin-right: 20px;
  line-height: 1;
  position: relative;
  z-index: 1;
  height: 90px;
}

.intro-content {
  position: relative;
  z-index: 1;
}

.intro-content h5 {
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 6px;
}

.intro-content p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0;
}

/* =============================
   LATEST STORIES SECTION
============================= */
.latest-stories {
  background: #f7f9fa;
  color: #1b1b1b;
}

.latest-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1b1b1b;
  margin-bottom: 0;
}

.btn-view {
  font-weight: 600;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.btn-view:hover {
  background: #e85b00;
  color: #fff;
  transform: translateY(-2px);
}

.btn-view .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: #ef6623;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s ease;
}

.btn-view:hover .arrow {
  background: #fff;
  color: #d94c00;
  transform: translateX(3px);
}

/* =============================
   STORY TIMELINE SECTION
============================= */
.story-timeline {
  background: #f7f9fa;
  position: relative;
  overflow: hidden;
}

.timeline-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 0;
}

.timeline-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  background: linear-gradient(
    180deg,
    rgba(204, 0, 0, 0) 0%,
    rgba(204, 0, 0, 0.2) 10%,
    rgba(204, 0, 0, 0.5) 40%,
    rgba(204, 0, 0, 0.5) 60%,
    rgba(204, 0, 0, 0.2) 90%,
    rgba(204, 0, 0, 0) 100%
  );
  z-index: 1;
}

.timeline-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3.5rem 0;
  position: relative;
}

.timeline-item::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #b3132a;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 4px #f7f9fa;
  z-index: 3;
}

.timeline-item:nth-child(1)::before {
  content: "01";
  left: calc(50% - 19px);
}
.timeline-item:nth-child(2)::before {
  content: "02";
  left: calc(50% - 19px);
}
.timeline-item:nth-child(3)::before {
  content: "03";
  left: calc(50% - 19px);
}

.timeline-content,
.timeline-text {
  width: 46%;
  position: relative;
  z-index: 2;
}

.timeline-item:nth-child(odd) .timeline-content {
  order: 1;
  text-align: right;
}
.timeline-item:nth-child(odd) .timeline-text {
  order: 2;
  text-align: left;
}

.timeline-item:nth-child(even) .timeline-content {
  order: 2;
  text-align: left;
}
.timeline-item:nth-child(even) .timeline-text {
  order: 1;
  text-align: right;
}

.timeline-text h5 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.timeline-text p {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
}

.discover-link {
  color: #ef6623;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.discover-link .arrow {
  background: #ef6623;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: all 0.3s ease;
}

.discover-link:hover {
  color: #d94c00;
}

.discover-link:hover .arrow {
  transform: translateX(3px);
  background: #d94c00;
}

.timeline-content img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.timeline-content img:hover {
  transform: scale(1.03);
}

/* =============================
   ONE BRAND ONE MISSION SECTION
============================= */
.one-brand {
  background: #f7f9fa;
  color: #1b1b1b;
}

.onebrand-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.2;
}

.main-logo img {
  max-width: 250px;
  height: auto;
}

.brand-logo {
  max-width: 150px;
  height: auto;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.brand-logo:hover {
  transform: scale(1.05);
  opacity: 1;
}

.one-brand .border-top,
.one-brand .border-bottom {
  border-color: #ef6623 !important;
}

/* =============================
   WHAT WE DO SECTION
============================= */
.what-we-do {
  background: #f7f9fa;
  color: #1b1b1b;
}

.what-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #1b1b1b;
  line-height: 1.3;
}

.what-title span {
  display: block;
  font-weight: 700;
  color: #1b1b1b;
  opacity: 0.9;
  font-size: 1.9rem;
}

.service-card {
  background: transparent;
  border: none;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-icon {
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.service-card img {
  width: 40% !important;
}

.service-card:hover .service-icon {
  transform: scale(1.05);
}

.service-card h5 {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: #1a1a1a;
}

.service-card p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

/* =============================
   FOOTER SECTION
============================= */
.footer-section {
  position: relative;
  background: #000;
  color: #fff;
  font-family: "Barlow-Regular";
  overflow: hidden;
}

.footer-section h6 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #ddd;
  font-size: 0.92rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ef6623;
}

.follow-us .social-icons a {
  color: #fff;
  font-size: 1rem;
  margin-right: 10px;
  transition: color 0.3s ease;
}

.follow-us .social-icons a:hover {
  color: #ef6623;
}

.liberty-text {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10rem;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  background: linear-gradient(to top, #444, #aaa);
  -webkit-background-clip: text;
  text-transform: capitalize;
  opacity: 0.2;
  pointer-events: none;
  text-align: center;
  line-height: 0.8;
}

.footer-bottom {
  background: #333;
  color: #bbb;
  font-size: 0.8rem;
  margin-top: 2rem;
  padding: 10px 0;
  line-height: 1.4;
}

.footer-bottom p {
  margin: 0;
}

/* =============================
   HEADER NAV HOVER EFFECTS
============================= */
.top-nav {
  background: #ef6623;
  display: flex;
  justify-content: center;
  padding: 8px 0;
  font-family: "Poppins", sans-serif;
}

.top-nav ul {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-nav ul li {
  position: relative;
}

.top-nav ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  padding: 6px 8px;
}

.top-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}

.top-nav ul li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

.top-nav ul li a:hover::after {
  width: 100%;
}

.top-nav ul li.active a {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
}

.top-nav ul li.active a::after {
  width: 100%;
}
/* =============================
   ONE BRAND SECTION FIXES
============================= */

/* General alignment and sizing */
.one-brand .brand-logo {
  max-height: 55px; /* uniform height for all logos */
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Slight hover animation (optional) */
.one-brand .brand-logo:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

/* Center logos in row */
.one-brand .row {
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Add spacing and consistency */
.one-brand .col-6,
.one-brand .col-md-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.one-brand img[alt="Flow Logo"] {
  max-height: 50px;
}

.one-brand img[alt="BTC Logo"],
.one-brand img[alt="Liberty Business Logo"] {
  max-height: 55px;
}

/* =============================
   MOBILE VIEW (BETTER STACKING)
============================= */
@media (max-width: 768px) {
  .one-brand .row {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
  }

  .one-brand .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }

  .one-brand .brand-logo {
    max-height: 45px; /* slightly smaller for mobile */
  }
}

/* =============================
   SMALL MOBILE VIEW (STACK NICELY)
============================= */
@media (max-width: 480px) {
  .one-brand .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .one-brand .brand-logo {
    max-height: 40px;
    margin: 10px auto;
  }
}

/* =============================
   RESPONSIVE STYLES - CONSOLIDATED
============================= */

/* Desktop specific (1080px+) */
@media (min-width: 1080px) {
  .about-us {
    margin-top: 100px !important;
  }
}

/* Tablet and below (1024px and down) */
@media (max-width: 1024px) {
  .timeline-wrapper::before {
    left: 25px;
    width: 2px;
    background: linear-gradient(
      180deg,
      rgba(179, 19, 42, 0) 0%,
      rgba(179, 19, 42, 0.25) 10%,
      rgba(179, 19, 42, 0.5) 40%,
      rgba(179, 19, 42, 0.5) 60%,
      rgba(179, 19, 42, 0.25) 90%,
      rgba(179, 19, 42, 0) 100%
    );
  }

  .timeline-item {
    flex-direction: column;
    align-items: flex-start;
    margin: 3rem 0;
    padding-left: 50px;
    position: relative;
  }

  .timeline-item::before {
    left: 12px !important;
    top: 5px;
    transform: none;
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
    background: #b3132a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 3px #f7f9fa;
    z-index: 2;
  }

  .timeline-content,
  .timeline-text {
    width: 100%;
    text-align: left !important;
  }

  .timeline-content img {
    margin-bottom: 1rem;
    width: 100%;
    border-radius: 10px;
  }

  .timeline-text h5 {
    font-size: 1.1rem;
    margin-top: 0.5rem;
  }
}

/* Laptop and below (992px and down) */
@media (max-width: 992px) {
  .hero-title {
    font-size: 3.2rem;
  }

  .nav-pill-wrapper {
    position: static;
    transform: none;
    top: auto;
    margin-top: 10px;
  }

  .nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .intro-title {
    font-size: 2.4rem;
    text-align: center;
  }

  .intro-text {
    text-align: center;
    margin: 0 auto;
  }

  .intro-card {
    flex-direction: column;
    text-align: center;
  }

  .intro-number {
    border-right: none;
    margin: 0 0 12px 0;
    padding: 0;
    height: 10px;
    font-size: 2rem;
  }

  .footer-section {
    text-align: center;
  }

  .liberty-text {
    font-size: 6rem;
    bottom: 20px;
  }

  .follow-us .social-icons a {
    margin: 0 6px;
  }

  .onebrand-title {
    font-size: 1.9rem;
    margin-top: 10px;
  }

  .brand-logo {
    max-width: 120px;
  }

  .what-title {
    font-size: 1.9rem;
  }

  .what-title span {
    font-size: 1.5rem;
  }

  .service-card {
    text-align: center;
  }

  .service-icon {
    margin: 0 auto 15px;
  }
}

/* Tablet and below (768px and down) */
@media (max-width: 768px) {
  .hero-content {
    text-align: center;
    margin-top: 30%;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin: 0 auto;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .about-btn {
    margin-top: 16px;
  }

  .latest-title {
    font-size: 1.8rem;
    padding: 0 1rem;
  }

  .btn-view {
    width: auto;
    font-size: 0.95rem;
  }

  .top-nav ul {
    flex-wrap: wrap;
    gap: 15px;
  }

  .top-nav ul li a {
    font-size: 0.9rem;
  }
  .timeline-item.right:nth-child(2) {
    flex-direction: column;
  }

  .timeline-item.right:nth-child(2) .timeline-content {
    order: 1;
  }

  .timeline-item.right:nth-child(2) .timeline-text {
    order: 2;
  }
}

/* Mobile (576px and down) */
@media (max-width: 576px) {
  .footer-section h6 {
    font-size: 0.95rem;
  }

  .footer-links a {
    font-size: 0.85rem;
  }

  .liberty-text {
    font-size: 4rem;
    bottom: 100px;
  }

  .footer-bottom {
    font-size: 0.75rem;
  }

  .timeline-wrapper::before {
    left: 20px;
  }

  .timeline-item {
    padding-left: 45px;
  }
}

@font-face {
  font-family: "Riddim";
  src: url("https://www.cwc.com/staging/fonts/Riddim-UltraBlack-Bold.woff2")
    format("woff2");
  font-weight: 900;
}

@font-face {
  font-family: "Riddim-UltraBlack";
  src: url("https://www.cwc.com/staging/fonts/Riddim-UltraBlack.woff")
      format("woff"),
    url("https://www.cwc.com/staging/fonts/Riddim-UltraBlack.ttf")
      format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "Barlow-Regular";
  src: url("https://www.cwc.com/staging/fonts/Barlow-Regular.ttf")
    format("truetype");
  font-weight: 900;
}
