.heroSection {
    min-height: 50vh;
    padding-top: 100px;
    text-align: center;
}

.heroSection h1 {
    font-family: var(--font-heading);
    text-transform: uppercase;
    font-size: 150px;
    line-height: 120px;
    font-weight: 700;
    color: var(--light);
}

.heroSection p {
    font-size: 20px;
    line-height: 44px;
    color: var(--lighter-light);
    max-width: 950px;
    margin: 0 auto;
}

.termsContent {
    background-color: var(--card-background);
    padding: 50px 0;
}

.termsSection {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1920px;
    margin: 0 auto;
}

.termCard {
    background-color: var(--base-background);
    border: 1px solid var(--lighter-light);
    border-radius: 15px;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.termCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.termHeader {
    display: flex;
    align-items: center;
    gap: 20px;
}

.iconWrapper {
    width: 50px;
    height: 50px;
    background-color: var(--base-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconWrapper i {
    color: var(--light);
    font-size: 20px;
}

.termHeader h2 {
    font-family: var(--font-heading);
    color: var(--light);
    font-size: 28px;
    margin: 0;
}

.termCard p {
    color: var(--lighter-light);
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

.termsAction {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    padding: 50px 0;
}

.termsAction h2 {
    font-family: var(--font-heading);
    color: var(--light);
    font-size: 80px;
    line-height: 72px;
    margin: 0;
}

.termsAction p {
    color: var(--lighter-light);
    font-size: 18px;
    line-height: 32px;
}

.contact-btn {
    display: inline-block;
    background-color: var(--base-color);
    color: var(--light);
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 500px;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.contact-btn:hover {
    background-color: var(--hover-color);
}

/* --------------------------------- */
/* Responsive Design */
@media (max-width: 1350px) {
    .heroSection h1 {
      font-size: 145px !important;
      line-height: 135px !important;
    }
  }
  @media (max-width: 1205px) {
      .termsAction h2 {
        font-size: 68px !important;
        line-height: 63px !important;
      }
    }
  @media (max-width: 1200px) {
    .heroSection h1 {
      font-size: 130px !important;
      line-height: 120px !important;
    }
  }
  @media (max-width: 1100px) {
    .heroSection h1 {
      font-size: 110px !important;
      line-height: 100px !important;
    }
  }
  
    @media (max-width: 1024px) {
      .termsAction h2 {
        font-size: 63px !important;
      }
      .termsContent
      {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
      }
    }
    @media (max-width: 1024px) {
      .termsAction h2,
      .termsAction p {
        width: calc(100% - 40px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }
    }
  @media (max-width: 1024px) {
    .heroSection h1 {
      font-size: 80px !important;
      line-height: 70px !important;
    }
    .termsSection {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    .heroSection p {
        padding: 0 20px;
    }
  }
  
  @media (max-width: 1024px) {
  
    .heroSection p {
      font-size: 16px !important;
      line-height: 32px !important;
    }
    .heroSection .spacer-30 {
      height: 15px !important;
    }
    .termsAction
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
  }
  
  @media (max-width: 768px) {
    .heroSection p {
      width: calc(100% - 20px) !important;
    }
    .termsAction p, .contact-btn
    {
      font-size: 16px !important;
    }
    .termHeader h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
        .termsAction .spacer-100
        {
            height: 70px !important;
        }
      .termsAction h2,
      .termsAction p {
        width: calc(100% - 20px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }
    }
    @media (max-width: 767px) {
      .termsAction h2 {
        font-size: 58px !important;
        line-height: 58px !important;
      }
    }
  @media (max-width: 767px) {
    .heroSection h1 {
      font-size: 70px !important;
      line-height: 60px !important;
    }
  }
  @media (max-width: 767px) {
    .heroSection h1 {
      width: calc(100% - 20px) !important;
    }
    .termsContent
    {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .termsSection
    {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .termCard
    {
        padding: 20px !important;
    }
  }
  @media (max-width: 610px) {
    .heroSection {
      padding-top: 80px !important;
    }
  }
  @media (max-width: 510px) {
    .termsAction h2 {
      font-size: 53px !important;
      line-height: 53px !important;
    }
  }
  @media (max-width: 500px) {
    .heroSection h1 {
      font-size: 60px !important;
      line-height: 60px !important;
      width: calc(100% - 20px) !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }
  }
/* --------------------------------- */