.hero {
    background-image: linear-gradient(to bottom, rgb(245 246 252 / 40%), rgb(255 255 255 / 80%)), url(../static_images/hero.jpg);
    background-size: cover;
    background-position: center;
}
.vh-100 {
    height: 100vh;
}
.v-h-center {
    align-items: center;
    justify-content: center;
}
.full{
    width: 100%;
}
.hero-text {
    padding: 5rem;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.tagline-1 {
    position: relative;
    font-size: 4.5rem;
    font-weight: 500;
    margin-bottom: 40px;
}
.tagline-1 .letters {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0.3em;
    right: 0;
    opacity: 0;
}
.tagline-2 {
    display: inline-block;
    opacity: 0;
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 40px;
    background: #dc0d05;
    background: -webkit-linear-gradient(to right, #dc0d05, #ff3c14);
    background: linear-gradient(to right, #dc0d05, #ff3c14);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.tagline-2 .letters {
    display: inline-block;
}
.hero p {
    color: #000;
}
.hero .btn {
    margin-top: 1rem;
}
.hero .btn:hover {
    background: #dc0d05;
    background: -webkit-linear-gradient(to right, #dc0d05, #ff3c14);
    background: linear-gradient(to right, #dc0d05, #ff3c14);
    border-color: transparent;
  }
  .cta-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/static_images/cta-1.jpg);
    background-size: cover;
}
.cta {
    text-align: center;
} 
.cta .title {
    font-size: 3rem;
    color: #ffffff;
} 
.cta .subtitle {
    font-size: 1.125rem;
    color: #ffffff;
    margin: 2rem 0;
}
.cta .btn-light {
    margin: 1rem 0;
}
.benefits .section-title {
    margin-bottom: 5rem;
    font-size: 3rem;
    font-weight: 300;
    text-align: center;
}
.feature-item {
    position: relative;
    padding: 0.75rem;
}
.slnumber::before {
    display: block;
    position: absolute;
    z-index: 4;
    top: -5px;
    left: 5px;
    content: "";
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #dedede;
    background: -webkit-linear-gradient(235deg, #f5f5f5, #c5c5c5);
    background: linear-gradient(235deg, #f5f5f5, #c5c5c5);
}
.slnumber p {
    position: relative;
    z-index: 5;
    font-size: 4rem;
    font-weight: 300;
    line-height: 4rem;
    color: #333;
    margin-bottom: 1rem;
    padding-left: 1rem;
}

.feature-item p {
    text-align: justify;
}
.feature-item .title {
    font-size: 1.5rem;
    font-weight: 500;
}

.red1 {
    color: #dc0d05;
}
section.assistance{
    padding-top: 0;
    padding-bottom: 0;
    
}
section.testimonials {
    padding-top: 0;
    padding-bottom: 0;
}
.testimonials .title {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 2.5rem;
}
.tns-nav {
    text-align: right;
}
.tns-nav > .tns-nav-active {
    background: #333333;
}
.tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
    border: 0;
}
.tns-nav > .tns-nav-active {
    background: #333333;
}
.testimonials .quote {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 2rem;
    text-align: justify;
    margin-bottom: 2.25rem;
}
.testimonials .meta-wrap {
    align-items: center;
    gap: 12px;
}
.testimonials .meta .name {
    color: #333333;
    margin-bottom: 0.25rem;
}
.testimonials .meta .description {
    font-size: 0.875rem;
    color: #828282;
    margin-bottom: 0.1rem;
}
@media screen and (max-width: 768px) {
    nav {
      padding: 0 1rem;
    }
    .title-style-1,
    .title-style-2 {
      font-size: 2rem;
    }
    .is-half,
    .is-one-third {
      width: 100%;
    }
  
    .order-sm-1 {
      order: -1;
    }
  
    .tagline-1 {
      font-size: 4rem;
    }
    .tagline-2 {
      font-size: 3rem;
    }
  }
  /* Mobile view styles */
  
  @media screen and (max-width: 960px) {
    .container {
      max-width: 540px;
      padding: 1.5rem;
    }
  
    .hero-text {
      padding: 1.5rem;
    }
    .reverse-columns {
        flex-direction: column-reverse;
      }
  
    .is-half,
    .is-one-third {
      width: 100%;
    }
  
    .hero-text h1 {
      margin-bottom: 3rem;
    }
  
    .pad {
      padding: 2rem;
    }
  
    .form-field {
      margin-bottom: 3rem;
    }
  }
