:root {
  --pt-ink: #102235;
  --pt-blue: #0b66d8;
  --pt-cyan: #12b6cb;
  --pt-green: #25d366;
  --pt-soft: #f3f8fb;
}

body {
  color: #314156;
}

.main-header__top {
  background: #0f2032;
}

.main-header__address-list li .content p,
.main-header__address-list li .content p a {
  color: rgba(255, 255, 255, 0.88);
}

.main-menu__wrapper-inner {
  min-height: 86px;
}

.main-menu__logo img {
  max-height: 58px;
}

.main-menu__list > li > a {
  font-weight: 800;
}

.main-menu__btn,
.main-slider-two__btn-1,
.contact-form__btn,
.cta-two__btn {
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.24);
}

.main-menu__btn i,
.main-slider-two__btn-1 i,
.cta-two__btn i {
  margin-right: 8px;
}

.main-slider-two {
  background: #071a2d;
  min-height: 620px;
  overflow: hidden;
}

.main-slider-two .image-layer-two:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 18, 32, 0.9) 0%, rgba(5, 18, 32, 0.72) 44%, rgba(5, 18, 32, 0.24) 100%),
    radial-gradient(circle at 18% 35%, rgba(18, 182, 203, 0.22), transparent 32%);
  z-index: 1;
}

.main-slider-two__content {
  max-width: 780px;
  position: relative;
  z-index: 4;
  padding-top: 0;
}

.pt-hero-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 9px 15px;
  color: #d7f9ff;
  background: rgba(18, 182, 203, 0.16);
  border: 1px solid rgba(18, 182, 203, 0.35);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
}

.main-slider-two .main-slider-two__title {
  max-width: 720px;
  font-size: 58px;
  line-height: 1.08;
  color: #ffffff;
  text-transform: none !important;
  text-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

.main-slider-two__sub-title {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.55;
}

.main-slider-two__sub-title-box-shape-1,
.main-slider-two__sub-title-box-shape-2 {
  display: none;
}

.pt-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.pt-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 8px 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 14px;
  backdrop-filter: blur(10px);
}

.pt-hero-proof strong {
  color: #80f0ff;
}

.services-one.services-two {
  background: linear-gradient(180deg, #ffffff 0%, var(--pt-soft) 100%);
}

.section-title-two__title,
.section-title__title {
  color: var(--pt-ink);
}

.section-title-two__text {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #5f7082;
}

.services-four__single {
  height: 100%;
}

.services-four__single-inner {
  height: 100%;
  border: 1px solid rgba(16, 34, 53, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(16, 34, 53, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.services-four__single-inner:hover {
  transform: translateY(-6px);
  border-color: rgba(18, 182, 203, 0.32);
  box-shadow: 0 26px 58px rgba(16, 34, 53, 0.14);
}

.services-four__title {
  color: var(--pt-ink);
}

.services-four__text {
  color: #5f7082;
}

.business-status-two__right-overly {
  background: linear-gradient(90deg, rgba(7, 26, 45, 0.92), rgba(11, 102, 216, 0.84));
}

.cta-two__inner {
  border-radius: 18px;
  background: linear-gradient(135deg, var(--pt-blue), var(--pt-cyan));
  box-shadow: 0 26px 58px rgba(11, 102, 216, 0.26);
}

.counter-two {
  background: #ffffff;
  padding-top: 64px;
  padding-bottom: 34px;
}

.counter-two .section-title-two {
  margin-bottom: 28px;
}

.counter-two__single {
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(16, 34, 53, 0.08);
}

.counter-two__list {
  align-items: stretch;
  gap: 26px;
  justify-content: center;
  margin-top: 28px !important;
}

.counter-two__single {
  min-width: 220px;
  min-height: 142px;
  padding: 26px 22px;
  background: #ffffff;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--pt-ink) !important;
}

.counter-two__icon-and-count-box {
  width: auto !important;
  height: auto !important;
  display: block !important;
  text-align: center;
}

.counter-two__icon {
  display: none !important;
}

.counter-two__count-box {
  width: auto !important;
  height: auto !important;
  display: flex !important;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
  color: var(--pt-blue) !important;
}

.counter-two__count-box h3,
.counter-two__count-plus {
  color: var(--pt-blue) !important;
  font-size: 46px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  background: transparent !important;
}

.counter-two__text {
  margin-top: 12px !important;
  color: var(--pt-ink) !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  text-align: center;
  background: transparent !important;
}

.brand-one {
  margin-top: 0 !important;
  padding: 18px 0 42px;
  background: #ffffff;
}

.brand-one .swiper-container {
  overflow: visible;
}

.brand-one .swiper-wrapper {
  justify-content: center;
  gap: 22px;
  transform: none !important;
  transition-duration: 0ms !important;
}

.brand-one .swiper-slide {
  width: 172px !important;
  height: auto !important;
  margin-right: 0 !important;
  flex: 0 0 172px;
}

.box-cliente {
  width: 172px !important;
  min-height: 104px;
  height: 104px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 18px 20px;
  border: 1px solid rgba(16, 34, 53, 0.08);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(16, 34, 53, 0.07);
}

.box-cliente img {
  max-width: 118px;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.testimonial-one {
  padding-top: 34px;
}

.testimonial-one__top {
  margin-bottom: 36px;
}

.testimonial-one__title {
  max-width: 760px;
  font-size: 46px;
  line-height: 1.18;
  letter-spacing: 0;
  color: var(--pt-ink);
}

.testimonial-one__single,
.contact-one__inner {
  border-radius: 22px;
  box-shadow: 0 20px 54px rgba(16, 34, 53, 0.10);
}

.contact-one__title {
  color: var(--pt-ink);
}

.site-footer {
  background: #071a2d;
}

.pt-whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 99;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 18px;
  color: #ffffff;
  background: var(--pt-green);
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(37, 211, 102, 0.38);
  font-weight: 900;
}

.pt-whatsapp-float:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.pt-whatsapp-float i {
  font-size: 22px;
}

@media (max-width: 991px) {
  .main-slider-two__title {
    font-size: 44px;
  }

  .main-slider-two__sub-title {
    font-size: 18px;
  }

  .counter-two {
    padding-top: 44px;
  }

  .counter-two__list,
  .brand-one .swiper-wrapper {
    flex-wrap: wrap;
  }

  .testimonial-one__title {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .main-slider-two__content {
    padding-top: 0;
  }

  .main-slider-two__title {
    font-size: 34px;
    line-height: 1.05;
  }

  .main-slider-two__sub-title {
    font-size: 16px;
  }

  .pt-hero-proof {
    display: none;
  }

  .counter-two__single {
    min-width: 100%;
  }

  .brand-one .swiper-wrapper {
    gap: 14px;
  }

  .brand-one .swiper-slide,
  .box-cliente {
    width: 145px !important;
    flex-basis: 145px;
  }

  .testimonial-one__title {
    font-size: 30px;
  }

  .pt-whatsapp-float {
    left: 16px;
    right: 16px;
    bottom: 16px;
    justify-content: center;
  }
}
