@font-face {
  font-family: 'Gotham Book';
  src: url('./fonts/gotham-book.woff2') format('woff2'),
      url('./fonts/gotham-book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothamblack';
  src: url('./fonts/gotham-black.woff2') format('woff2'),
      url('./fonts/gotham-black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Gotham Book';
  color: #005F83;
  max-width: 1920px;
  margin: auto;
}
.bg-white-transparency{
  background-color: #ffffffbd !important;
}
.info {
  padding: 70px 0;
}
.info .container{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.info-fw-bold {
  font-family: 'gothamblack';
}
.info-bg-brand{
  background-color: #005F83 !important;
}
.info-bg-light{
  background-color: #F8FDFF !important;
}
.text-brand {
  color: #005F83 !important;
}
.text-brand-light {
  color: #41B6E9 !important;
}
.text-brand-yellow {
  color: #FFE102 !important;
}
.text-light{
  color: #D9D9D9 !important;
}
.text-gradient {
  background: linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%);
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;
}
.info-gradient-btn {
  background: linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%);
  color: #fff !important;
  border: 0;
  transition: .3s ease-in-out;
}
.info-gradient-bg {
  background: linear-gradient(99.4deg, #00BFFF 7.17%, #45DB33 89.85%);
}
.info-btn-brand{
  background: #005F83;
  color: #fff !important;
  border: 1px solid #005F83 !important;
  transition: 0.3s ease;
}
.info-btn-brand:hover{
  background: #fff;
  color: #005F83 !important;
  border: 1px solid #005F83 !important;
}
.info-btn-outline{
  background: #ffffff00;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.info-btn-outline:hover{
  background: #fff;
  color: #005F83 !important;
  border: 1px solid #005F83 !important;
}
.info-btn-white{
  background: #fff;
  color: #005F83 !important;
  border: 1px solid #005F83 !important;
}
.info-btn-white:hover{
  background: #005F83;
  color: #fff !important;
  border: 1px solid #005F83 !important;
}
.info-tab-bg .info-btn-white:hover{
  border: 1px solid #ffffff !important;
}
.info-btn-quote {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  z-index: 1;
}
.info-btn-quote:hover {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 50px;
  color: #005373;
  background: #fff;
  z-index: 1;
}

.info-btn-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* Border thickness */
  border-radius: 50px;
  background: linear-gradient(180deg, #00BFFF 0%, #45DB33 100%);
  -webkit-mask:
    linear-gradient(white 0 0) content-box,
    linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.info-btn-quote:hover::before{
  padding: 0px;
}


.hero-bg{
  position: relative;
  background: url("../img/hero-banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.info-bg-overlay{
  position: relative;
}
.info-bg-overlay::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url("../img/banner-overlay.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
}


.info-glass-card{
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #60bfe3;
  backdrop-filter: blur(10px);
}

.info-brand-gradient{
  background: url('../img/result-bg.webp');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.info-brand-overlay{
  position: relative;
}
.info-brand-overlay::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #005F83 14.34%, rgba(0, 95, 131, 0.6) 100%);
}
.info-bg-brand .info-card{
  border-bottom: 1px solid #fff;
}

.info-white-card{
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 15%) !important;
}



.ul-nav{
  width: 100%;
  display: block;
}
.info-nav-card{
  width: 100%;
  position: relative;
}
.ul-nav li:not(:last-child){
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #2898C04D;

}
@media (max-width: 768px) {
  .ul-nav li{
    margin-right: 0;
  }
  .nav-pills-mobile-slider .slick-list{
    padding-right: 0;
  }
  .info-nav-card .info-list-content {
    position: relative;
  }
}
.info-tab-body-content{
  width: 400px;
}
.justify-self-end {
  justify-self: end;
}
.info-nav-card h4{
  color: #FFFFFF80 !important;
}
.info-nav-card.active h4{
    color: #FFE102 !important;
}
.info-nav-card.active::after{
  position: absolute;
  content: '';
  background: url('../img/arrow-right.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  .info-nav-card.active::after{
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .nav-card-bg{
    background-color: #C8E6F0;
  }
  .info-nav-card .info-list-content{
    text-align: center;
  }
  .ul-nav li:not(:last-child){
    margin-bottom: 0;
  }
}

.info-tab-content{
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.info-li-content-card{
  background: #FFE102;
  padding: 30px;
  border-radius: 15px;
}
.info-ul-content li:not(:last-child){
  margin-bottom: 20px;
}

.info-ul-list li{
  position: relative;
  padding-left: 35px;
}
.info-ul-list li::before{
  position: absolute;
  content: '';
  background: url('../img/check-mark.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  left: 0;
  top: 2px;
}
.info-ul-list li:not(:last-child){
  margin-bottom: 10px;
}

.info-testmonial-card{
  padding: 15px 20px;
  border-radius: 15px;
  border: 1px solid #E7E9EF
}

.info-icon-card{
  padding: 10px;
}

.info-lap-bg .container-fluid{
  padding: 0 60px;
}

.info-lap-bg{
  display: flex;
  align-items: center;
  height: 680px;
}


.laptop-bg{
  position: absolute;
  left: -10%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.info-list-bg li{
  background: #ffffff;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 15%) !important;
  font-size: 18px;
}

.info-list-bg li:not(:last-child){
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .info-lap-bg{
    height: auto;
  }
  .info-lap-bg .container-fluid{
    padding: 0 15px;
  }
}

.info-campaign-bg{
  background: url('../img/campaign-banner.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.info-gradient-overlay{
  position: relative;
}
.info-gradient-overlay::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(6, 193, 255, 0.7) 0%, rgba(67, 218, 55, 0.7) 100%);
}

.info-footer-bg{
  background: #014661;
}
.info-form-bg{
  background: #005f83;
  padding: 30px;
  border-radius: 20px;
}

.info-footer {
  background-color: #035970 !important;
}
.info-footer .info-content{
  text-align: end;
}
.info-footer * {
  font-size: .8rem;
}

@media (max-width: 767px) {
    .info{
    padding: 30px 15px;
  }
  .hero-bg {
    align-items: center;
  }
  .navbar-brand{
    width: 100px;
  }
  .info-tab-body-content {
    width: auto;
  }
  .info-icon-card{
    padding: 10px;
    background: #ffffff;
    padding: 15px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 15%) !important;
  }
  .info-list-bg li {
    font-size: 16px;
  }
  .info-gradient-btn {
    font-size: 14px;
  }
  .info-footer * {
    font-size: .8rem;
    text-align: center !important;
  }
}








/* Form Color */
.hbspt-form input::placeholder,.hbspt-form textarea::placeholder {
  color: #2898C0;
}
.hbspt-form input[type="text"], .hbspt-form input[type="email"], .hbspt-form input[type="tel"], .hbspt-form select{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2898C0 !important;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #2898C0;
  width: 100% !important;
  height: 40px !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
textarea {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2898C0;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #2898C0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.hbspt-form fieldset, .hbspt-form .hs-input {
  margin: 0 !important;
  width: 100% !important;
}
.hbspt-form .hs-button {
  padding: 0.5rem 1.5rem;
  border-radius: 2.5rem;
  background: linear-gradient(to right, #02C0FA, #43DA38) !important;
  border: 0 !important;
  min-width: 175px;
  color: #fff;
  font-family: 'Gotham Book';
  font-size: 1rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.hs_submit {
  margin-top: 25px !important;
  display: flex;
  justify-content: center;
}
.hbspt-form .inputs-list label p, .hbspt-form .inputs-list label a {
  color: #2898C0;
  font-size: 0.8rem;
}
.hbspt-form .inputs-list label {
  color: #ff4444;
  font-size: 0.8rem;
}
.inputs-list{
  padding: 0;
  list-style: none;
}
.hs-form-booleancheckbox-display{
  position: relative;
  padding: 0.375rem 0.75rem;
  margin-top: 10px;
}
.hs-form-booleancheckbox-display .hs-input{
  position: absolute;
  content: '';
  left: 0 !important;
  width: auto !important;
}
.hbspt-form fieldset {
  max-width: 100% !important;
}



/* SLICK CSS */
.slick-dots{
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 20px;
  list-style: none;
  text-align: center !important;
}
.slick-dots li{
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50rem;
  background-color: #c9c9c9;
  text-indent: -999999px;
}
.slick-dots li.slick-active button{
  background-color:  #02C0FA;
}
.slick-list{
  padding-right: 30px;
}


.nav-pills-mobile-slider .slick-list{
  padding-right: 0;
}
.nav-pills-mobile-slider .slick-arrow {
    background: transparent;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    color: #ffffff;
    z-index: 1;
    border: 0;
    font-size: 0;
    outline: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    font-family: "Font Awesome 6 Free";
}
.nav-tabs-mobile-slider .slick-arrow, .nav-pills-mobile-slider .slick-arrow {
  color: #000;
  background: #adadad69;
}
.nav-tabs-mobile-slider .slick-arrow:hover, .nav-pills-mobile-slider .slick-arrow:hover {
  background: linear-gradient(to right, #02C0FA, #43DA38) !important;
  color: #fff;
}
.nav-pills-mobile-slider .slick-prev::before{
  content: '\f053';
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 14px;
}
.nav-pills-mobile-slider .slick-next::before {
  content: '\f054';
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 14px;
}
.nav-pills-mobile-slider .slick-arrow{
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.nav-pills-mobile-slider .slick-arrow.slick-prev{
    left: -40px;
}
.nav-pills-mobile-slider .slick-arrow.slick-next{
    right: -40px;
}
@media (max-width: 600px) {
    .nav-pills-mobile-slider .slick-arrow.slick-prev {
        left: -20px;
    }
    .nav-pills-mobile-slider .slick-arrow.slick-next {
        right: -20px;
    }
}