/*-------------------------------------------*/
/*------ To Banner Area Styles -------*/
/*-------------------------------------------*/
form label,.form-label{
  color: #212529!important;
}
.form-label{
  font-size: 16px;
}

/*-------------------------------------------*/
/*------ To Banner Area Styles -------*/
/*-------------------------------------------*/
.banner-area {
  width: 100%;
  height: 40vh;
  padding: 370px 0 350px;
  background-color: #b0b0b0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative
}

@media (min-width:768px) and (max-width:991.98px) {
  .banner-area {
    padding: 280px 0
  }
}
@media (min-width:576px) and (max-width:767.98px) {
  .banner-area {
    padding: 250px 0
  }
}
@media (max-width:575.98px) {
  .banner-area {
    padding: 200px 0
  }
}

.template-btn {
  color: #fff;
  background: linear-gradient(to right, #244cfd, #15e4fd);
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  padding: 12px 30px!important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.template-btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: .8
}

.banner-area.other-page{
  padding: 220px 0 170px;
}
.banner-area.other-page a{
  color: #777;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/*-------------------------------------------*/
/*------ Welcome Area Section Styles -------*/
/*-------------------------------------------*/
.section-top {
  margin-bottom: 80px;
}
.section-padding {
  padding: 130px 0;
}
.section-padding3 {
  padding-top: 60px;
  padding-bottom: 0px;
}

.welcome-img iframe {
  width: 120%;
  position: relative;
  z-index: 1;
}
@media (min-width:768px) and (max-width:991.98px) {
  .welcome-img img {
    width: 100%
  }
}
@media (min-width:576px) and (max-width:767.98px) {
  .welcome-img img {
    width: 100%
  }
}
@media (max-width:575.98px) {
  .welcome-img img {
    width: 100%
  }
}

.welcome-text {
  padding: 60px;
  border: 10px solid #f9f9f9
}
@media (min-width:576px) and (max-width:767.98px) {
  .welcome-text {
    padding: 50px
  }
}
@media (max-width:575.98px) {
  .welcome-text {
    padding: 40px 20px
  }
}

/*-------------------------------------------*/
/*------ Conatct Form Styles -------*/
/*-------------------------------------------*/

.info-text h3 {
    text-transform: inherit;
    color: #222;
    font-family: Ubuntu, sans-serif;
    font-size: 18px!important;
    font-weight: 700;
}

.into-icon i {
    font-size: 20px;
    color: #244cfd;
    margin-right: 20px
}

.contact-form form .left {
  width: 48%;
  float: left;
  overflow: hidden;
  margin-right: 4%
}

@media (max-width:575.98px) {
  .contact-form form .left {
    width: 100%;
    float: none
  }
}

.contact-form form .left input {
  width: 100%;
  border: 1.8px solid #f9f9f9;
  padding: 12px 20px;
  margin-bottom: 20px
}

.contact-form form .right {
  width: 48%;
  overflow: hidden
}

@media (max-width:575.98px) {
  .contact-form form .right {
    width: 100%;
    float: none
  }
}

.contact-form form .right textarea {
  width: 100%;
  border: 1px solid #f9f9f9;
  padding: 12px 20px
}

.contact-form form button {
  margin-top: 20px;
  float: right;
  border: none
}

@media (max-width:575.98px) {
  .contact-form form button {
    float: left
  }
}

/* =========================
   FSA FOOTER (global)
   Moved from home.php so all pages share the same footer styling
========================= */
.fsa-footer{
    padding: 56px 0;
    background: #0b1220;
    color: rgba(226,232,240,.86);
  }
  .fsa-footer-grid{
    display:grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 20px;
    align-items:center;
  }
  .fsa-footer b{
    color:#fff;
    font-weight: 980;
  }
  .fsa-footer a{
    color: rgba(226,232,240,.86);
    text-decoration:none;
    font-weight: 850;
  }
  .fsa-footer a:hover{ text-decoration: underline; }
  .fsa-footer-links{
    display:flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    justify-content:flex-end;
  }

  /* Responsive */
  @media (max-width: 992px){
    .fsa-grid-2,
    .fsa-cta-grid,
    .fsa-faq-grid{
      grid-template-columns: 1fr;
    }

    .fsa-title{ font-size: 2.45rem; }
    .fsa-hero{ padding-top: 140px; padding-bottom: 100px; }

    .fsa-trust-grid{ grid-template-columns: 1fr; }
    .fsa-flow-grid{ grid-template-columns: 1fr; }

    .fsa-feature-grid{ grid-template-columns: repeat(2, 1fr); }
    .fsa-audience-grid{ grid-template-columns: 1fr; }

    .fsa-footer-links{ justify-content:flex-start; }
  }

  @media (max-width: 560px){
    .fsa-title{ font-size: 2.05rem; }
    .fsa-feature-grid{ grid-template-columns: 1fr; }
    .fsa-metrics{ grid-template-columns: 1fr; }
    .fsa-section{ padding: 92px 0; }
  }
