 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family:  'proxima-nova', sans-serif;
    }

    body {
      line-height: 1.6;
      color: #333;
    }

    header.navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 40px;
      background: white;
      flex-wrap: wrap;
    }

    .nav-links a {
      margin: 0 10px;
      text-decoration: none;
      color: #333;
      font-weight: 500;
    }

    .nav-links a.active {
      color: #246BFD;
    }

    .hero {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      /* gap: 199px; */
      align-items: center;
      background: linear-gradient(180deg, #1D1D1D 50.1%, #838383 180.04%);
      color: white;
      padding: 60px 40px;
    }

    .hero-text {
      flex: 1 1 400px;
    }

    .hero-text h1 span {
      font-size: 2.5rem;
      font-weight: bold;
      background: linear-gradient(90deg, #f44, #84f);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .hero-text p {
      margin: 20px 0;
      font-size: 1rem;
      max-width: 450px;
    }

    .btn {
      background: #F66;
      color: white;
      border: none;
      padding: 12px 24px;
      border-radius: 6px;
      font-size: 1rem;
      cursor: pointer;
    }

    .hero-buttons {
      flex: 1 1 300px;
      width: 476px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-top: 30px;
      font-weight: 500;
      font-size: 32px;
    }
    .hero-buttons div {
      display: flex;
      justify-content: space-between;
    }
    .hero-buttons div span{
      width: 53px;
      
    }

    .cta-link {
      color: white;
      text-decoration: none;
      border-top: 1px solid #ccc;
      font-size: 1.1rem;
    }

    .features {
      display: flex;
      flex-wrap: wrap;
      padding: 60px 40px;
      gap: 40px;
      justify-content: space-between;
    }

    .feature {
      max-width: 400px;
    }

    .feature img {
      width: 100%;
      border-radius: 6px;
    }

    .check-link {
      text-decoration: none;
      color: #7B3F00;
      display: inline-block;
      margin-top: 10px;
    }
    .check-link {
      text-decoration: none;
      font-weight: 600;
      color: #7B3F00;
      margin-left: 6px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .check-link .arrow {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 24px;
      height: 24px;
      border: 2px solid #7B3F00;
      border-radius: 50%;
      font-size: 14px;
      line-height: 1;
      color: #7B3F00;
      transition: background 0.3s ease, color 0.3s ease;
    }

    .check-link:hover .arrow {
      background: #7B3F00;
      color: white;
    }

    .partners {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 60px 40px;
      background: linear-gradient(270deg, rgba(0, 0, 0, 0.112) 31.49%, rgba(0, 0, 0, 0.8) 91%);
      color: #FFFFFF;
      border-radius:16px;
    }

    .partners-text {
      flex: 1 1 400px;
      color:#D1D1D1;
    }

    .partners-text h2 {
      font-size: 1.8rem;
      font-weight: 600;
    }

    .btn-outline {
      background: transparent;
      border: 2px solid #FFFFFF;
      color: var(--Alabaster-white, #FAFAFA);;
      padding: 10px 20px;
      margin-top: 20px;
      border-radius: 50px;
      width: 159px;
      height: 50px;
      font-weight: 500px;
      font-size: 20px;
      cursor: pointer;
    }

    .partners-image {
      flex: 1 1 300px;
      padding: 20px;
    }

    .partners-image img {
      max-width: 100%;
    }

    .growth {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      padding: 60px 40px;
      gap: 40px;
    }

    .growth-image img {
      width: 100%;
      max-width: 500px;
    }

    .growth-text {
      max-width:617px;
    }
    .growth-text h3{
      color: #F57676;
      font-weight: 500;
      font-size: 36px;
      line-height: 40px;
      letter-spacing: 0%;
    }
    .growth-text p{
      /* width: 627px;
      height: 50px;
      font-family: Inter;
      font-weight: 400;
      font-size: 18px;
      line-height: 25px;
      letter-spacing: 0%;
      color: var(--Onyx, #353839);
      margin-top: 12px; */

    }

    .growth-text span {
      
    }

    .growth-benefits {
      list-style: none;
      margin: 20px 0;
      /* display: grid;
      grid-template-columns: 292px 292px;
      row-gap: 10px; */
    }

    .growth-benefits li {
      margin-bottom: 8px;
      position: relative;
      padding-left: 20px;
    }
    .footer {
      background: #222;
      color: white;
      padding: 40px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footer-left {
      max-width: 300px;
    }

    .footer-logo {
      width: 120px;
    }

    .footer-links ul {
      margin-top: 24px;
    }

    .footer-links ul {
      list-style: none;
    }

    .footer-links li {
      margin-bottom: 6px;
    }
    .contact a{
      color: white;
    }

  /*@media (min-width:1700px) {*/
  /*  body{*/
  /*    width: 1440px;*/
  /*    justify-content: center;*/
  /*    align-items: center;*/
  /*    align-self: center;*/
  /*    justify-self: center;*/
  /*  }*/
  @media (min-width: 1700px) {
  body {
    max-width: 1440px;
    margin: 0 auto;
  }
}

    .growth-text p{
      width: 627px;
      height: 50px;
      font-family: Inter;
      font-weight: 400;
      font-size: 18px;
      line-height: 25px;
      letter-spacing: 0%;
      color: var(--Onyx, #353839);
      margin-top: 12px;

    }

    .growth-text span {
      border-bottom: 2px solid #246BFD;

    }

    .growth-benefits {
      list-style: none;
      margin: 20px 0;
      display: grid;
      grid-template-columns: 292px 292px;
      row-gap: 10px;
    }
    .btn {
      background: #F66;
      color: white;
      border: none;
      padding: 12px 24px;
      border-radius: 6px;
      font-size: 1rem;
      margin-left: 5px;
      margin-top: 20px;
      cursor: pointer;
    }
    .hero-buttons {
      flex: 1 1 300px;
      width: 476px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-top: 30px;
      font-weight: 500;
      font-size: 32px;
    }
    .feature {
      max-width: 600px;
    }
  }
  
    @media (max-width: 768px) {
      .hero, .features, .partners, .growth, .footer {
        flex-direction: column;
        padding: 20px;
      }
      .partners{
        background:rgb(31, 27, 27);
        color: white;
      }
      header.navbar {
        flex-direction: column;
        align-items: flex-start;
      }

      .nav-links {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
      }

      .hero-buttons {
      flex: 1 1 300px;
      width:auto;
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-top: 20px;
      font-weight: 500;
      font-size: 22px;
    }
    }
    
    
    
    
    
    
    
    
    /* 1. Ensure the body takes up the full height */
body {
  line-height: 1.6;
  color: #333;
  display: flex;
  flex-direction: column;
  height: 100vh;  /* Ensure full viewport height */
}

/* 2. Make sure the footer sticks to the bottom */
.footer {
  background: #222;
  color: white;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: auto; /* Pushes the footer to the bottom */
  width: 100%;
}
