body {
  font-family: "Montserrat", sans-serif;
  color: #0B1826;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #0B1826;
}

h1 {
  font-size: 56px;
  line-height: 120%;
}

h2 {
  font-size: 36px;
  line-height: 120%;
}

h3 {
  font-size: 40px;
  line-height: 120%;
}

h4 {
  font-size: 32px;
  line-height: 130%;
}

h5 {
  font-size: 24px;
  line-height: 140%;
}

h6 {
  font-size: 20px;
  line-height: 140%;
}

p {
  font-weight: 400;
}
.blue-highlight {color: #04E0E0;}

img {
  max-width: 100%;
}

.hide-desktop {
  display: none !important;
}

.icon-phone {height: 20px; margin-right: 10px;}

.sub-heading {
  color: #5686F7;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.heading-area {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.hero-badges {margin: 30px 0;}
.hero-badges .clutch {height: 130px; margin-right: 20px;}
.hero-badges .ycombinator {height: 100px;}

.container {
  max-width: 1300px;
}

.form-control,
input {
  border: 1px solid #0B1826;
  border-radius: 100px;
  padding: 11px;
}

label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

.btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 18px 45px;
}
.btn.btn-primary {
  display: inline-block;
  background: linear-gradient(270deg, #C4383A 0%, #D75D40 50%, #F99C43 100%);
  box-shadow: 0px 4px 6px -2px #00000008, 0px 12px 16px -4px #00000014;
  border: none;
  color: white;
  opacity: 1;
  gap: 8px;
  transition: background 0.3s, box-shadow 0.3s;
  text-align: center;
}
.btn.btn-primary.small {
  padding: 8px 20px;
  font-size: 14px;
}
.btn.btn-primary:hover {
  background: linear-gradient(270deg, #D75D40 0%, #F99C43 50%, #C4383A 100%);
  box-shadow: 0px 6px 8px -2px #00000008, 0px 14px 18px -4px #00000014;
}
.btn.btn-outline-primary {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn.btn-outline-primary.small {
  padding: 7px 20px;
  font-size: 14px;
}
.btn.with-icon {
  padding: 0 30px 0 0;
  position: relative;
  font-weight: 500;
  color: #0B1826;
}
.btn.with-icon span {
  background: url(../images/chevron_right.svg);
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
}
.btn.with-icon.white span {
  background: url(../images/chevron_right_white.png);
}
.btn:focus-visible, .btn.btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, .btn:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: none !important;
  border: 0 !important;
}

.slick-slider .slick-arrow.slick-prev {
  left: -70px;
}
.slick-slider .slick-arrow.slick-next {
  right: -70px;
}
.slick-slider .slick-dots li button {
  background-color: #fff;
  width: 8px;
  height: 8px;
  opacity: 0.2;
  border-radius: 100%;
}
.slick-slider .slick-dots li button:before {
  content: none;
}
.slick-slider .slick-dots li.slick-active button {
  opacity: 1;
}

header {
  background-color: transparent;
  transition: all 0.3s;
}
header.fixed-top {
  padding: 5px 0;
  top: 15px;
  height: 72px;
}
header.fixed-top.scrolled {
  background-color: #0B1826;
  top: 0;
  display: flex;
  align-items: center;
}
header.fixed-top.scrolled .logo {
  max-width: 136px;
}
@media (max-width: 768px) {
  header.fixed-top {
    top: 40px;
    height: auto;
  }
  header.fixed-top .logo {
    margin-bottom: 12px;
  }
  header.fixed-top.scrolled {
    height: 72px;
  }
  header.fixed-top.scrolled .logo {
    margin-bottom: 0;
  }
  header.fixed-top.scrolled .d-flex {
    justify-content: space-between !important;
  }
  header.fixed-top.scrolled .d-flex a.btn.btn-outline-primary.small.me-2 {
    display: none !important;
  }
}

.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../images/hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 80px;
}
.hero .hero-content {
  max-width: 600px;
  color: #fff;
}
.hero .hero-content h1 {
  color: #04E0E0;
  margin-bottom: 25px;
}
.hero .hero-content p {
  font-size: 18px;
  margin-bottom: 30px;
}
.hero .hide-desktop {
  display: none;
}
.hero .hero-form {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding: 32px 40px;
}
.hero .hero-form .disclaimer {
  color: #0B1826;
  font-size: 11px;
  line-height: 130%;
}
.hero .hero-form .btn-primary {
  display: block;
  margin: 0 auto;
}
.hero .hero-form::placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  font-weight: 300;
  font-size: 16px;
}
.hero .hero-form input::placeholder,
.hero .hero-form textarea::placeholder {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}

.trusted-by {
  background-color: #F2F2F2;
  padding: 40px 0;
}
.trusted-by .heading {
  color: #5686F7;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
}
.trusted-by .trusted-slider {
	margin-top: 40px;
}

/* Trusted Logos Slider Alignment */
.trusted-by .trusted-slider .slick-track {
  display: flex !important;
  align-items: center;
}

.trusted-by .trusted-slider .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: auto;
}

.trusted-by .trusted-slider .slick-slide > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trusted-by .trusted-slider img {
  max-height: 60px; /* adjust if needed */
  width: auto;
  margin: 0 auto;
}
.trusted-by .slick-slide {
  padding: 0 20px;
}
/* END Trusted Logos Slider Alignment */

@media (max-width: 768px) {
  .trusted-by img {
    margin: 0 auto;
  }
}

.features {
  padding: 80px 0;
}
.features .heading {
  margin-bottom: 24px;
  margin-top: 14px;
}
.features p {
  margin-bottom: 24px;
}
.features .row:last-child .col-md-3 > * {
  padding: 0 20px;
}
.features .count-area {
  font-weight: 700;
  color: #fff;
  font-size: 64px;
  text-transform: uppercase;
}
.features .count-area span.count {
  font-weight: 700;
}
.features .count-area span {
  font-weight: 300;
}
.features .description {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.features .info {
  color: #fff;
  font-size: 12px;
  font-weight: 200;
  font-style: italic;
}

.features.bkg-blue {
	background-color: #1AA8C4;
	color: #fff;
}

@media (max-width: 768px) {
  .features .row .col-md-3.col-sm-6 {
    width: 50%;
  }
  .features .row .col-md-3.col-sm-6 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .features .row .col-md-3.col-sm-6 .count-area {
    font-size: 40px;
  }
  .features .row:last-child {
    margin-top: 40px;
  }
  .features .description {
    font-size: 15px;
  }
}

.solution .sub-heading {
  color: #5686F7;
}
.solution .heading {
  margin: 14px 0 24px;
}
.solution p {
  margin-bottom: 30px;
}
.solution ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 40px;
}
.solution ul li {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}
.solution ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/check_circle.svg);
  border-radius: 50%;
}
.solution ul li + li {
  margin-top: 12px;
}

.solution .btn + .btn {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .solution ul li::before {
    top: 4px;
    transform: none;
  }
}

.testimonials {
  background: #050417;
  color: #fff;
  padding: 80px 0;
}
.testimonials .heading-area {
  margin-bottom: 40px;
}
.testimonials .heading-area p {
  font-size: 18px;
}
.testimonials .heading {
  color: #fff;
}
.testimonials .item {
  padding: 50px 24px 0 24px;
  position: relative;
}
.testimonials .item:before {
  content: "";
  background: url(../images/quote.png);
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  width: 23px;
  height: 16px;
  position: absolute;
}
.testimonials .item > p {
  color: #04E0E0;
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
  max-width: 300px;
}
.the-quote {min-height: 140px}

.testimonials .item .info {
  margin-top: 20px;
	margin-bottom: 20px;
}
.testimonials .item .info .author {
  width: 55px;
  height: 55px;
  margin: 0 auto;
}
.testimonials .item .stars {
  width: 137px;
  height: 25px;
  margin: 0 auto 20px;
}
.testimonials .item .info .author-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 15px;
}
.testimonials .item .info .author-des {
  color: #5686F7;
  font-size: 14px;
  font-weight: 500;
}
.testimonials .slick-arrow {
  width: 48px;
  height: 48px;
}
.testimonials .slick-arrow:before {
  content: none;
}
.testimonials .slick-arrow.slick-prev {
  background: url(../images/arrow-left.svg);
}
.testimonials .slick-arrow.slick-next {
  background: url(../images/arrow-right.svg);
}
.testimonials .slick-track {
  display: flex !important;
}
.testimonials .slick-slide {
  height: auto !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.testimonials .slick-slide > div {
  height: 100%;
}
@media (max-width: 768px) {
  .testimonials .slick-arrow {
    top: auto;
    bottom: -55px;
  }
  .testimonials .slick-arrow.slick-next {
    right: 0;
  }
  .testimonials .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (max-width: 1440px) {
  .testimonials .slick-arrow.slick-next {
    right: 0;
  }
  .testimonials .slick-arrow.slick-prev {
    left: 0;
  }
}

.process {
  background-color: #fff;
  padding: 80px 0;
}
.process .heading-area .heading {
  margin: 15px 0 15px;
}
.process .gap {
  gap: 32px;
}
.process .col {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
  transition: all 0.3s;
}
.process .col .item span {
  display: block;
  font-weight: 700;
  line-height: 140%;
  color: #5686F7;
  font-size: 24px;
  text-decoration: underline;
}
.process .col .item img {
  margin-top: 15px;
  margin-bottom: 20px;
}
.process .col .item .heading {
  font-size: 30px;
  line-height: 118%;
  color: #0B1826;
  margin-bottom: 20px;
  text-align: center;
}
.process .col .item p {
  text-align: center;
  font-size: 14px;
  color: #0B1826;
}
.process .col:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
.process .buttons {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
@media (max-width: 1299px) {
  .process .row.gap {
    padding: 0 20px;
  }
}

.premium {
  background: #050418;
  padding: 80px 0;
}
.premium .heading-area {
  max-width: 1080px;
}
.premium .heading-area .heading {
  color: #04E0E0;
  margin-bottom: 20px;
}
.premium .video-block {
  position: relative;
}
.premium .video-block .button-area {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 150px;
}
.premium .video-area {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2)), url(../images/bg-vi.jpg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 640px;
  border-radius: 20px;
}
.premium .video-area .btn {
  padding: 4px 30px 4px 5px;
  background: linear-gradient(270deg, #F99C43 0%, #D75D40 50%, #C4383A 100%);
}
.premium .video-area .button-area {
  max-width: 800px;
  width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.premium .video-area .button-area .btn.play {
  background: transparent;
  box-shadow: none;
  padding: 0;
  width: 196px;
  height: 196px;
  padding: 0;
  box-shadow: none;
}
.premium .video-area .button-area .btn.play img {
  width: 100%;
}

.dashboard {
  padding: 80px 0;
}
.dashboard .heading {
  margin-top: 20px;
}
.dashboard p {
  color: #0B1826;
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}

.faq {
  padding: 80px 0;
}
.faq .heading-area {
  max-width: 312px;
}
.faq .heading-area p {
  margin: 30px 0;
  font-size: 18px;
}
.faq .heading-area img {
  max-width: 132px;
}
.faq .accordion .accordion-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-color: #AAAAAA;
}
.faq .accordion .accordion-item .accordion-header .accordion-button {
  color: #0B1826;
  font-weight: 700;
  font-size: 18px;
  box-shadow: none;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.faq .accordion .accordion-item .accordion-collapse .accordion-body {
  color: #0B1826;
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 30px;
}

.cta-area {
  background: linear-gradient(270deg, #3A5AF5 0%, #3389F6 50%, #3FC2F9 100%);
  padding: 80px 0;
}
.cta-area .heading-area .heading {
  color: #fff;
  margin-bottom: 25px;
}
.cta-area form {
  background: #fff;
  padding: 40px 32px;
  border-radius: 20px;
}
.cta-area form .disclaimer {
  color: #0B1826;
  font-size: 11px;
  line-height: 130%;
}
.cta-area form .btn-primary {
  display: block;
  margin: 0 auto;
}
.cta-area form::placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  font-weight: 300;
  font-size: 16px;
}
.cta-area form input::placeholder,
.cta-area form textarea::placeholder {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}
.cta-area .narrow {
  max-width: 1040px;
  margin: 0 auto;
}

footer {
  background-color: #000000;
  padding: 50px 0;
}
footer .logo-f {
  max-width: 130px;
}
footer .clutch {
  max-width: 188px;
	margin-left: 40px;
	margin-right: 40px;
}
footer ul.t-links {
  list-style: none;
  margin: 30px 0;
}
footer ul.t-links li {
  display: inline-block;
}
footer ul.t-links li a {
  font-weight: 600;
  color: #04E0E0;
  font-size: 14px;
  text-decoration: none;
}
footer ul.t-links li:last-child {
  margin-left: 30px;
}
footer ul.t-links li:last-child a {
  color: #fff;
}
footer .f-bottom-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
footer .f-bottom-items a {
  text-decoration: none;
}
footer .f-bottom-items > * {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 150%;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .row > * {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hide-mobile {
    display: none !important;
  }

  .hide-desktop {
    display: block !important;
  }
  .hide-desktop.btn {
    width: fit-content;
  }

  section {
    padding: 50px 0 !important;
  }

  h2 {
    font-size: 30px;
  }

  .heading-area {
    margin-bottom: 20px;
  }

  .hero {
    padding-top: 210px !important;
  }
  .hero h1 {
    font-size: 30px;
    line-height: 120%;
  }
  .hero .hide-desktop {
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .solution .btn {
    display: block;
    margin-top: 20px;
    width: fit-content;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .premium .video-block .video-area {
    height: 180px;
  }
  .premium a.btn.btn-primary.popup-youtube.hide-desktop {
    display: flex !important;
    align-items: center;
    padding: 5px;
    width: 350px;
    margin-top: 20px;
  }
  .premium a.btn.btn-primary.popup-youtube.hide-desktop .btn-text span {
    display: block;
    text-align: left;
    font-weight: 300;
    margin-top: -5px;
  }

  .faq {
    padding-top: 0 !important;
  }
  .faq .heading-area {
    margin-left: 0;
    margin-bottom: 40px;
  }

  .cta-area img {
    margin-bottom: 20px;
  }

  footer .f-bottom-items {
    gap: 10px;
    margin-top: 30px;
    flex-direction: column;
  }
}