* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Lato, Roboto, Arial, sans-serif;
  background-color: #fff;
  color: #000;
}

.hero-section {
  background: url(https://usawebsite.epayit.com.do/media/u2tbuseq/bg.svg);
  color: white;
  padding: 10px;
}

/* -------- HERO TEXT -------- */
.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding-top: 140px; /* pushes text below navbar */
  padding-bottom: 100px;
}

.hero-content {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-content h1 {
  color: var(--Ultramar, #283c78);
  text-align: center;
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.hero-content p {
  color: var(--Negro, #000);
  text-align: center;
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* -------- RESPONSIVE HERO STYLES -------- */
@media (max-width: 768px) {
  section h1 {
    font-size: 28px !important;
  }
  section p {
    font-size: 16px !important;
  }
  section button {
    width: 100% !important;
    max-width: 320px !important;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .hero-section {
    padding: 80px 20px 140px 20px !important;
  }
  .nav-links {
    font-size: 14px !important;
  }
}

/* ---------- Section Styles ---------- */
.who-we-are {
  padding: 90px;
  display: flex;
  justify-content: center;
}

.container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 70px;
  max-width: 1100px;
  width: 100%;
}

/* ---------- Left Side ---------- */
.left {
  flex: 0 0 35%;
}

.left h1 {
  color: #001833;
  text-align: right;
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ---------- Right Side ---------- */
.right {
  flex: 1;
  max-width: 550px;
  font-size: 14px;
}

.right p {
  color: #101b31;

  /* Body Text */
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}

/* ---------- Responsive Styles ---------- */
@media (max-width: 992px) {
  .container {
    gap: 30px;
  }

  .left h1 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .left,
  .right {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .left h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .right {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .left h1 {
    font-size: 30px;
  }

  .right {
    font-size: 13px;
  }
}

/* ---------- Mission & Vision Section ---------- */
.mission-vision {
  background-color: #25356b; /* dark blue */
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* renamed container → content-wrapper */
.content-wrapper {
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 130px;
}

/* ---------- Boxes ---------- */
.box {
  display: flex;
  flex-direction: row;
  gap: 32px;
  color: #ffffff;
}

.box h2 {
  color: var(--White, #fff);
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.box p {
  color: var(--White, #fff);
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .box h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .box {
    max-width: 90%;
  }

  .box p {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .box h2 {
    font-size: 28px;
  }

  .box p {
    font-size: 13px;
  }
}

/* ---------- values-section ---------- */
.values-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  background: var(--Capri, #0096d6);
}

/* wrapper */
.content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  gap: 40px;
  padding: 0 12px;
}

/* ---------- Left Side ---------- */
.left-side {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 260px;
}

.left-side h2 {
  color: var(--White, #fff);
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ---------- Right Side ---------- */
.right-side {
  flex: 1 1 55%;
  display: flex;
  justify-content: flex-start;
  min-width: 320px;
}

/* timeline container (no vertical line) */
.timeline-container {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  max-width: 640px;
}

/* each timeline row */
.timeline-item {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* icon wrapper  */
.icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--Capri-90, #c9e6ff);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* the actual logo inside the circle (SVGs scale well) */
.icon img {
  width: 34px;
  height: 34px;
}

/* label text */
.timeline-item p {
  color: var(--White, #fff);
  text-align: center;
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .left-side h2 {
    font-size: 38px;
  }
  .timeline-item {
    gap: 18px;
  }
  .icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
  }
  .icon img {
    width: 30px;
    height: 30px;
  }
  .timeline-item p {
    font-size: 18px;
  }
}

@media (max-width: 760px) {
  .content-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .left-side {
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-bottom: 22px;
  }

  .left-side h2 {
    font-size: 32px;
  }

  .right-side {
    width: 100%;
    justify-content: center;
  }

  .timeline-container {
    align-items: stretch;
    gap: 18px;
    padding: 0 8px;
  }

  /* compact each row on small screens */
  .timeline-item {
    gap: 14px;
    align-items: center;
  }

  .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
  .icon img {
    width: 26px;
    height: 26px;
  }
  .timeline-item p {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .left-side h2 {
    font-size: 26px;
  }
  .timeline-item p {
    font-size: 15px;
  }
  .content-wrapper {
    padding: 0 8px;
  }
}
.timeline-container {
  position: relative;  /* enable absolute line */
}

.timeline-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px; /* aligns the line through center of icons (64px icon / 2 = 32px) */
  width: 3px;
  background: rgba(255, 255, 255, 0.45); /* subtle white vertical line */
  border-radius: 2px;
}
.icon {
  position: relative;
  z-index: 2;   /* makes the icon sit on top of vertical line */
}

/* ✅ Why Choose Us Section */

#why-choose-us {
  padding: 140px 8%;
  background: var(--White, #fff);
  color: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

.wcu-title {
  flex: 1 1 250px;
  color: #001833;
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-width: 220px;
}

.wcu-grid {
  flex: 3 1 600px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px 60px;
}

.wcu-feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.wcu-feature-item img {
  width: 32px;
  height: 32px;
}

.wcu-feature-item h3 {
  margin: 0 0 8px 0;
  color: #101b31;
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.wcu-feature-item p {
  margin: 0;
  color: #101b31;
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

#why-choose-us .wcu-feature-item:last-of-type p {
  line-height: 1.5;
}

