body {
  font-family: 'Inter', sans-serif;
  font-weight: 400; /* Inter Regular */
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 600; /* Inter SemiBold */
}


/* =========================
   HEADER STYLES
========================= */

.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.navbar {
  padding: 28px 0;
  background: transparent;
}

/* Logo */
.logo-icon {
  width: 26px;
  height: 26px;
}

.logo-text {
  font-size: 20px;
  font-weight: 700;
  color: #0b2b44;
  letter-spacing: -0.2px;
}

/* Nav Links */
.nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #0b2b44 !important;
  padding: 0 !important;
}

.nav-link:hover {
  color: #0aa39a !important;
}

/* Active Link */
.nav-link.active {
  font-weight: 600;
}

/* CTA Button */
.btn-header-cta {
  background-color: #f28c4b;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  padding: 8px 8px;
  border-radius: 10px;
  transition: all 0.25s ease;
}

.btn-header-cta:hover {
  background-color: #e07d3e;
  color: #ffffff;
  transform: translateY(-1px);
}


/* =========================
   MOBILE NAV FIX
========================= */

@media (max-width: 991px) {
  .navbar-collapse {
    background: #ffffff;
    margin-top: 16px;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  }

  .navbar-nav {
    align-items: flex-start !important;
    gap: 20px !important;
  }

  .nav-link {
    font-size: 18px;
    font-weight: 600;
  }

  .btn-header-cta {
    margin-top: 16px;
    width: 100%;
    text-align: center;
  }
}


/* =========================
   FOOTER
========================= */

.site-footer {
  background-color: #062a44;
  padding: 90px 0 40px;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
}

/* Brand */
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.footer-brand-link {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-brand-link:hover,
.footer-brand-link:focus,
.footer-brand-link:active {
  text-decoration: none;
  color: inherit;
}

.footer-logo {
  width:100px ;
  height: auto;
}

.footer-brand h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

/* Text */
.footer-text {
  color: #c7d5e0;
  font-size: 16px;
  line-height: 1.7;
  max-width: 320px;
}

/* Titles */
.footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Lists */
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  font-size: 16px;
  color: #c7d5e0;
  margin-bottom: 14px;
}

.footer-list a {
  color: #c7d5e0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-list a:hover {
  color: #ffffff;
}

/* Divider */
.footer-divider {
  border-color: rgba(255, 255, 255, 0.15);
  margin: 60px 0 30px;
}

/* Bottom */
.footer-bottom {
  font-size: 14px;
  color: #c7d5e0;
}

.footer-bottom a {
  color: #ffffff;
  text-decoration: underline;
}

.heart {
  color: #f28c4b;
}


/* =========================
   HERO SECTION
========================= */

/* .hero-section {
  min-height: 100vh;
  padding-top: 180px;
  padding-bottom: 50px;
} */

/* .hero-section {
  padding-top: 140px; 
  padding-bottom: 120px;
  
} */

.hero-section {
  padding-top: 140px;
  padding-bottom: 120px;
  background-color: #ffffff;
  background-image: url("/assets/generated/bg-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}



/* Headline */
.hero-title {
  font-size: 64px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 32px;
  letter-spacing: -1px;
}

.text-dark-blue {
  color: #0b2b44;
}

.text-teal {
  color: #0aa39a;
}

/* Subheading */
.hero-subtitle {
  font-size: 20px;
  line-height: 1.7;
  color: #6b7b88;
  max-width: 720px;
  margin: 0 auto 44px;
}

/* CTA */
.hero-cta {
  margin-bottom: 22px;
}

.btn-hero-primary {
  background-color: #f28c4b;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  padding: 18px 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  transition: all 0.25s ease;
}

.btn-hero-primary:hover {
  background-color: #e07d3e;
  transform: translateY(-2px);
  color: #ffffff;
}

.btn-hero-primary .arrow {
  font-size: 20px;
}

/* Note */
.hero-note {
  font-size: 14px;
  color: #9aa7b2;
}

/* =========================
   PROBLEM SECTION
========================= */

.problem-section {
  padding: 50px 0;
  background-color: #ffffff;
}

/* Headings */
.problem-title {
  font-size: 42px;
  font-weight: 800;
  color: #0b2b44;
  margin-bottom: 18px;
  line-height: 1.25;
}

.problem-subtitle {
  font-size: 18px;
  color: #6b7b88;
  max-width: 640px;
  margin: 0 auto;
}

/* Cards */
.problem-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 44px 32px;
  text-align: center;
  height: 100%;
  border: 1px solid #e6ebef;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.problem-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Icon Circle */
.problem-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(10, 163, 154, 0.12);
  color: #0aa39a;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

/* Card Text */
.problem-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0b2b44;
  margin-bottom: 14px;
}

.problem-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #6b7b88;
  margin: 0;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .problem-section {
    padding: 80px 0;
  }

  .problem-title {
    font-size: 32px;
  }
}

/* =========================
   APPROACH – SEGMENTED LINES
========================= */

.approach-section {
  /* padding: 50px 0; */
  background: #ffffff;
}

.approach-title {
  font-size: 42px;
  font-weight: 800;
  color: #0b2b44;
}

.approach-subtitle {
  font-size: 18px;
  color: #6b7b88;
}

/* Step wrapper */
.approach-step {
  position: relative;
}

/* Header (number + line) */
.step-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 32px; */
}

/* Number circle */
.step-number {
  width: 56px;
  height: 56px;
  background: #009c96;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* Short connector line */
.step-line {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 98% ;
  background: rgba(0, 156, 150, 0.35);
  transform: translateY(-50%);
  z-index: 1;
}

/* Remove line on last step */
.no-line .step-line {
  display: none;
}

/* Icon */
.step-icon {
  /* margin: 24px 0; */
}

.step-icon img {
  width: 80px;
  opacity: 0.7;
}

/* Text */
.approach-section h4 {
  font-size: 22px;
  font-weight: 700;
  color: #0b2b44;
  margin-bottom: 12px;
}

.approach-section p {
  font-size: 16px;
  line-height: 1.7;
  color: #6b7b88;
  max-width: 300px;
  margin: 0 auto;
}

/* Mobile */
@media (max-width: 768px) {
  .step-line {
    display: none;
  }

  .approach-section {
    padding: 80px 0;
  }
}


/* =========================
   SERVICES SECTION
========================= */

.services-section {
  padding: 50px 0;
  background-color: #ffffff;
}

/* Heading */
.services-title {
  font-size: 42px;
  font-weight: 800;
  color: #0b2b44;
  line-height: 1.25;
  margin-bottom: 16px;
}

.services-subtitle {
  font-size: 18px;
  color: #6b7b88;
}

/* Card */
.service-card {
  background: #ffffff;
  border: 1px solid #e6ebef;
  border-radius: 16px;
  padding: 44px 32px;
  text-align: center;
  height: 100%;
  transition: all 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Icon */
.service-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(10, 163, 154, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 26px;
}

.service-icon img {
  width: 28px;
  opacity: 0.9;
}

/* Text */
.service-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0b2b44;
  margin-bottom: 14px;
}

.service-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #6b7b88;
  margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .services-section {
    padding: 80px 0;
  }

  .services-title {
    font-size: 32px;
  }
}


/* =========================
   WHO IT'S FOR
========================= */

.who-section {
  padding: 50px 0;
  background-color: #ffffff;
}

/* Headings */
.who-title {
  font-size: 42px;
  font-weight: 800;
  color: #0b2b44;
  margin-bottom: 14px;
}

.who-subtitle {
  font-size: 18px;
  color: #6b7b88;
  max-width: 720px;
  margin: 0 auto;
}

/* Cards */
.who-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 48px 36px;
  text-align: center;
  height: 100%;
  transition: all 0.25s ease;
}

/* Icon */
.who-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(10, 163, 154, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 26px;
}

.who-icon img {
  width: 32px;
  opacity: 0.9;
}

/* Text */
.who-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0b2b44;
  margin-bottom: 14px;
}

.who-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #6b7b88;
  margin: 0;
}



/* Mobile */
@media (max-width: 768px) {
  .who-section {
    padding: 80px 0;
  }

  .who-title {
    font-size: 32px;
  }
}


/* =========================
   WHY SAILGO
========================= */

.why-section {
  padding: 50px 0;
  background-color: #ffffff;
}

/* Heading */
.why-title {
  font-size: 42px;
  font-weight: 800;
  color: #0b2b44;
  margin-bottom: 14px;
}

.why-subtitle {
  font-size: 18px;
  color: #6b7b88;
  max-width: 720px;
  margin: 0 auto;
}

/* Card */
.why-card {
  background: #ffffff;
  border: 1px solid #e6ebef;
  border-radius: 16px;
  padding: 28px 32px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  height: 100%;
}

/* Icon */
.why-icon {
  width: 28px;
  height: 28px;
  /* border-radius: 50%; */
  /* border: 2px solid #009c96; */
  color: #009c96;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why-icon img{
   width: 22px;
  /* filter: brightness(0) invert(1); */
}
/* Text */
.why-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0b2b44;
  margin-bottom: 6px;
}

.why-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #6b7b88;
  margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .why-section {
    padding: 80px 0;
  }

  .why-title {
    font-size: 32px;
  }
}


/* =========================
   PROCESS / TIMELINE
========================= */

.process-section {
  padding: 50px 0;
  background: #ffffff;
}

/* Headings */
.process-title {
  font-size: 42px;
  font-weight: 800;
  color: #0b2b44;
  margin-bottom: 12px;
}

.process-subtitle {
  font-size: 18px;
  color: #6b7b88;
}

/* Timeline Wrapper */
.process-timeline {
  position: relative;
  max-width: 900px;
  margin: 80px auto 0;
}

/* Vertical Line */
.timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(0, 156, 150, 0.3);
  transform: translateX(-50%);
}

/* Timeline Item */
.timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  /* margin-bottom: 80px; */
}

/* Left & Right */
.timeline-item.left {
  justify-content: flex-start;
}

.timeline-item.right {
  justify-content: flex-end;
}

/* Card */
.timeline-card {
  width: 360px;
  background: #ffffff;
  border: 1px solid #e6ebef;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.timeline-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0b2b44;
  margin-bottom: 8px;
}

.timeline-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #6b7b88;
  margin: 0;
}

/* Icon */
.timeline-icon {
  width: 52px;
  height: 52px;
  background: #009c96;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.timeline-icon img {
  width: 22px;
  filter: brightness(0) invert(1);
}

/* Mobile */
@media (max-width: 768px) {
  .timeline-line {
    left: 24px;
  }

  .timeline-item {
    justify-content: flex-start !important;
    padding-left: 60px;
  }

  .timeline-card {
    width: 100%;
  }

  .timeline-icon {
    left: 24px;
    transform: none;
  }
}

/* Light section background */
.section-light {
  background-color: #f7f9fb; /* soft grey, not dirty */
}
