* {
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
a {
  color: #33C3F3;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #00A0D0;
  text-decoration: none;
}
a.linkTitle {
  color: #fff;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}
section {
  padding: 60px 0;
  overflow: hidden;
}
section.section-bg {
  background: #f3f5fa;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #33C3F3;
  bottom: 0;
  left: calc(25%);
}
.section-title p {
  margin-bottom: 0;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #00D0A0;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.3s ease;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-to-top:hover {
  background: #33F3C3;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
.btn-primary {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: all 0.3s ease;
  background: #33C3F3;
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.btn-primary:hover {
  background: #0eb0e5;
  color: #fff;
  transform: translateY(-2px);
}
.btn-secondary {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: all 0.3s ease;
  background: #33F3C3;
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.btn-secondary:hover {
  background: #0ee5b0;
  color: #fff;
  transform: translateY(-2px);
}
.btn-outline {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: all 0.3s ease;
  background: transparent;
  color: #33C3F3;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border: 2px solid #33C3F3;
}
.btn-outline:hover {
  background: rgba(0, 0, 0, 0);
  color: #33C3F3;
  transform: translateY(-2px);
}
.btn-outline:hover {
  background: #33C3F3;
  color: #fff;
}
.header#header {
  transition: all 0.5s ease;
  z-index: 997;
  padding: 15px 0;
}
.header#header.header-scrolled,
.header#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}
.header#header .logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 250px;
}
.header#header .logo a {
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header#header .logo a:hover {
  color: #fff;
}
.header#header .logo img {
  height: 35px;
  width: auto;
  max-width: 40px;
  margin-right: 8px;
  object-fit: contain;
  flex-shrink: 0;
}
.header#header .logo span {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header#header .navbar-nav {
  margin-left: auto;
}
.header#header .navbar-nav .nav-item {
  margin: 0 8px;
}
.header#header .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.header#header .navbar-nav .nav-item .nav-link:hover,
.header#header .navbar-nav .nav-item .nav-link.active {
  color: #33C3F3;
  background: rgba(255, 255, 255, 0.1);
}
.header#header .navbar-nav .btn-whatsapp {
  background: #25D366;
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.header#header .navbar-nav .btn-whatsapp:hover {
  background: #1DA851;
  color: #fff;
  transform: translateY(-2px);
}
.header#header .navbar-nav .btn-whatsapp i {
  font-size: 16px;
}
.header#header .navbar-toggler {
  border: none;
  padding: 4px 8px;
}
.header#header .navbar-toggler .navbar-toggler-icon {
  background-image: none;
  width: 22px;
  height: 2px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease;
}
.header#header .navbar-toggler .navbar-toggler-icon::before,
.header#header .navbar-toggler .navbar-toggler-icon::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}
.header#header .navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}
.header#header .navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}
@media (max-width: 768px) {
  .header#header {
    padding: 10px 0;
  }
  .header#header .logo {
    font-size: 18px;
    max-width: 200px;
  }
  .header#header .logo img {
    height: 30px;
    max-width: 35px;
  }
  .header#header .logo span {
    font-size: 16px;
  }
  .header#header .navbar-nav .nav-item {
    margin: 0 4px;
  }
  .header#header .navbar-nav .nav-item .nav-link {
    padding: 8px 12px;
    font-size: 14px;
  }
  .header#header .navbar-nav .btn-whatsapp {
    padding: 6px 15px;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .header#header {
    padding: 8px 0;
  }
  .header#header .logo {
    font-size: 16px;
    max-width: 180px;
  }
  .header#header .logo img {
    height: 28px;
    max-width: 32px;
    margin-right: 6px;
  }
  .header#header .logo span {
    font-size: 14px;
  }
  .header#header .navbar-collapse {
    background: rgba(40, 58, 90, 0.98);
    margin-top: 10px;
    border-radius: 8px;
    padding: 15px;
  }
  .header#header .navbar-collapse .navbar-nav .nav-item {
    margin: 5px 0;
    text-align: center;
  }
  .header#header .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 10px 15px;
    border-radius: 6px;
  }
  .header#header .navbar-collapse .navbar-nav .btn-whatsapp {
    margin-top: 10px;
    justify-content: center;
  }
}
.service-card,
.icon-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  padding: 50px 30px;
  height: 100%;
  text-align: center;
}
.service-card:hover,
.icon-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 35px 0 rgba(0, 0, 0, 0.15);
}
.service-card .icon,
.icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
}
.service-card .icon i,
.icon-box .icon i {
  font-size: 36px;
  color: #37517e;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  position: relative;
}
.service-card h4,
.icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 18px;
}
.service-card h4 a,
.icon-box h4 a {
  color: #37517e;
  transition: all 0.3s ease;
}
.service-card p,
.icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.service-card:hover,
.icon-box:hover {
  transform: translateY(-10px);
}
.service-card:hover .icon,
.icon-box:hover .icon {
  background: #33C3F3;
}
.service-card:hover .icon i,
.icon-box:hover .icon i {
  color: #fff;
}
.service-card:hover h4 a,
.icon-box:hover h4 a {
  color: #33C3F3;
}
.product-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 35px 0 rgba(0, 0, 0, 0.15);
}
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.15);
}
.product-card .product-img {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.product-card .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.product-card .product-img:hover img {
  transform: scale(1.1);
}
.product-card .product-info {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-card .product-info .product-category {
  color: #33C3F3;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.product-card .product-info h4 {
  color: #37517e;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}
.product-card .product-info p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}
.product-card .product-info .product-features {
  margin-bottom: 20px;
}
.product-card .product-info .product-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-card .product-info .product-features ul li {
  padding: 5px 0;
  font-size: 14px;
  color: #666;
}
.product-card .product-info .product-features ul li i {
  margin-right: 8px;
}
.product-card .product-info .product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.product-card .product-info .product-footer .product-price {
  font-size: 16px;
  color: #37517e;
}
.product-card .product-info .product-footer .product-price strong {
  color: #33C3F3;
  font-size: 18px;
}
.product-card .product-info .product-footer .btn-product {
  background: #33C3F3;
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}
.product-card .product-info .product-footer .btn-product:hover {
  background: #00A0D0;
  color: #fff;
  transform: translateY(-2px);
}
.feature-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  padding: 30px;
  height: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 35px 0 rgba(0, 0, 0, 0.15);
}
.feature-box i {
  font-size: 48px;
  color: #33C3F3;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.feature-box h3 {
  font-size: 18px;
  color: #37517e;
  font-weight: 600;
  margin-bottom: 15px;
}
.feature-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.template-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  padding: 0;
  height: 100%;
  margin-bottom: 30px;
}
.template-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 35px 0 rgba(0, 0, 0, 0.15);
}
.template-item .template-img img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.template-item .template-info {
  padding: 30px;
}
.template-item .template-info h4 {
  font-size: 18px;
  color: #37517e;
  font-weight: 600;
  margin-bottom: 15px;
}
.template-item .template-info p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #777;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(20%);
  left: calc(20%);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#footer {
  background: #37517e;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
  color: #444444;
}
#footer .footer-top .container {
  border-top: 3px solid #33C3F3;
}
#footer .footer-top h3 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 15px;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #37517e;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #37517e;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 15px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul li i {
  padding-right: 2px;
  color: #33C3F3;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li a {
  color: #777777;
  transition: all 0.3s ease;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul li a:hover {
  text-decoration: none;
  color: #33C3F3;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #33C3F3;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: all 0.3s ease;
}
#footer .footer-top .social-links a:hover {
  background: #00A0D0;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  padding-top: 30px;
  border-top: 1px solid #8894a6;
}
#footer .footer-bottom .copyright {
  text-align: center;
  color: #fff;
}
.blog-slider-container .swiper {
  width: 100%;
  padding: 20px 0 50px;
}
.blog-slider-container .swiper .swiper-slide {
  height: auto;
}
.blog-slider-container .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #33C3F3;
  opacity: 0.3;
}
.blog-slider-container .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #33C3F3;
}
.blog-entry {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}
.blog-entry:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 35px 0 rgba(0, 0, 0, 0.15);
}
.blog-entry:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.blog-entry .entry-img {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.blog-entry .entry-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.blog-entry .entry-img:hover img {
  transform: scale(1.05);
}
.blog-entry .entry-meta {
  padding: 15px 20px 0;
}
.blog-entry .entry-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-entry .entry-meta ul li {
  font-size: 12px;
  color: #666;
}
.blog-entry .entry-meta ul li i {
  margin-right: 5px;
  color: #33C3F3;
}
.blog-entry .entry-meta ul li a {
  color: #666;
  text-decoration: none;
}
.blog-entry .entry-meta ul li a:hover {
  color: #33C3F3;
}
.blog-entry .entry-title {
  padding: 10px 20px;
  margin: 0;
}
.blog-entry .entry-title a {
  color: #37517e;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.3;
  display: block;
}
.blog-entry .entry-title a:hover {
  color: #33C3F3;
}
.blog-entry .entry-content {
  padding: 0 20px 20px;
}
.blog-entry .entry-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}
.blog-entry .entry-content .read-more a {
  color: #33C3F3;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
.blog-entry .entry-content .read-more a:hover {
  color: #00A0D0;
}
.blog-entry .entry-content .read-more a::after {
  content: " →";
  margin-left: 5px;
}
.value-item {
  text-align: center;
  padding: 15px;
}
.value-item i {
  font-size: 24px;
  margin-bottom: 8px;
  display: block;
}
.value-item strong {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #37517e;
}
.value-item .small {
  font-size: 12px;
  color: #666;
  margin: 0;
}
.contact .info {
  width: 100%;
}
.contact .info .address,
.contact .info .email,
.contact .info .phone,
.contact .info .whatsapp {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.contact .info .address i,
.contact .info .email i,
.contact .info .phone i,
.contact .info .whatsapp i {
  font-size: 20px;
  color: #33C3F3;
  margin-right: 15px;
  margin-top: 5px;
  min-width: 20px;
}
.contact .info .address h4,
.contact .info .email h4,
.contact .info .phone h4,
.contact .info .whatsapp h4 {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}
.contact .info .address p,
.contact .info .email p,
.contact .info .phone p,
.contact .info .whatsapp p {
  margin: 0;
  color: #666;
}
.contact .info .address p a,
.contact .info .email p a,
.contact .info .phone p a,
.contact .info .whatsapp p a {
  color: #33C3F3;
  text-decoration: none;
}
.contact .info .address p a:hover,
.contact .info .email p a:hover,
.contact .info .phone p a:hover,
.contact .info .whatsapp p a:hover {
  color: #00A0D0;
}
.contact .info .whatsapp i {
  color: #25D366;
}
.contact .info .whatsapp a {
  color: #25D366 !important;
}
.contact .info .whatsapp a:hover {
  color: #1DA851 !important;
}
#hero {
  width: 100%;
  height: 100vh;
  background: #37517e;
  padding-top: 80px;
}
#hero .container {
  padding-top: 72px;
}
#hero h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}
#hero .hero-img {
  text-align: right;
}
#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: all 0.3s ease;
  background: #33C3F3;
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer;
  margin: 10px 0 0 0;
}
#hero .btn-get-started:hover {
  background: #0eb0e5;
  color: #fff;
  transform: translateY(-2px);
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
  margin-top: 10px;
}
.about .content ul li:first-child {
  margin-top: 0;
}
.about .content ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #33C3F3;
  line-height: 1;
}
.why-us .content {
  padding: 60px 100px 0 100px;
}
.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}
.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.why-us .content p {
  font-size: 15px;
  color: #848484;
}
@media (max-width: 1024px) {
  .why-us .content {
    padding: 60px 50px 0 50px;
  }
}
@media (max-width: 768px) {
  .why-us .content {
    padding: 30px 15px 0 15px;
  }
}
.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}
.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}
.why-us .accordion-list li + li {
  margin-top: 15px;
}
.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
  color: #37517e;
  text-decoration: none;
}
.why-us .accordion-list a:hover {
  color: #33C3F3;
}
.why-us .accordion-list a .icon-show,
.why-us .accordion-list a .icon-close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  font-weight: 400;
  color: #33C3F3;
}
.why-us .accordion-list a .icon-show {
  display: inline-block;
}
.why-us .accordion-list a .icon-close {
  display: none;
}
.why-us .accordion-list a.collapsed {
  color: #343a40;
}
.why-us .accordion-list a.collapsed:hover {
  color: #33C3F3;
}
.why-us .accordion-list a.collapsed .icon-show {
  display: none;
}
.why-us .accordion-list a.collapsed .icon-close {
  display: inline-block;
}
.why-us .accordion-list .collapse {
  padding-top: 20px;
}
.why-us .accordion-list .collapse p {
  color: #848484;
  font-size: 15px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .why-us .accordion-list {
    padding: 0 50px 60px 50px;
  }
}
@media (max-width: 768px) {
  .why-us .accordion-list {
    padding: 0 15px 30px 15px;
  }
}
.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.services {
  padding: 60px 0;
}
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: all 0.3s ease;
  margin: 10px 0 0 0;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}
.cta .cta-btn:hover {
  background: #fff;
  color: #37517e;
}
@media (max-width: 768px) {
  .cta {
    padding: 80px 0;
    text-align: center;
  }
  .cta .cta-btn-container {
    margin-top: 30px;
  }
}
.contact .info {
  border-top: 3px solid #33C3F3;
  border-bottom: 3px solid #33C3F3;
  padding: 30px;
  background: #f3f5fa;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.contact .info i {
  font-size: 20px;
  color: #33C3F3;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}
.contact .info p a {
  color: #33C3F3;
  text-decoration: none;
}
.contact .info p a:hover {
  color: #00A0D0;
}
.contact .info .email,
.contact .info .address,
.contact .info .phone,
.contact .info .whatsapp {
  margin-top: 40px;
}
.contact .info .whatsapp i {
  background: #25D366;
  color: #fff;
}
.contact .info .whatsapp p a {
  color: #25D366;
}
.contact .info .whatsapp p a:hover {
  color: #1DA851;
}
.contact .info:hover i {
  background: #33C3F3;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #33C3F3;
  border-bottom: 3px solid #33C3F3;
  padding: 30px;
  background: #f3f5fa;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #33C3F3;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type="submit"] {
  background: #33C3F3;
  border: 0;
  padding: 12px 24px;
  color: #fff;
  transition: all 0.3s ease;
  border-radius: 50px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #00A0D0;
}
@media (max-width: 768px) {
  .contact .info,
  .contact .php-email-form {
    padding: 20px;
  }
  .contact .info h4 {
    padding: 0 0 0 50px;
    font-size: 18px;
  }
  .contact .info p {
    padding: 0 0 10px 50px;
    font-size: 13px;
  }
  .contact .info i {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.product-details {
  padding: 60px 0;
}
.product-details .content ul {
  list-style: none;
  padding: 0;
}
.product-details .content ul li {
  padding-left: 28px;
  position: relative;
  margin-top: 10px;
}
.product-details .content ul li:first-child {
  margin-top: 0;
}
.product-details .content ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #33C3F3;
  line-height: 1;
}
.features .feature-box {
  border: 1px solid #f0f0f0;
}
.templates {
  padding: 60px 0;
}
.pricing {
  padding: 60px 0;
}
.pricing .box {
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}
.pricing .box h3 {
  font-weight: 400;
  margin: -20px 0 20px 0;
  font-size: 48px;
  color: #37517e;
}
.pricing .box h4 {
  font-size: 36px;
  color: #33C3F3;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing .box ul li {
  padding-bottom: 16px;
}
.pricing .box ul li.na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .box ul i {
  color: #33C3F3;
  font-size: 18px;
  padding-right: 4px;
}
.pricing .box .buy-btn {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  color: #33C3F3;
  font-size: 16px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  transition: all 0.3s ease;
  border: 2px solid #33C3F3;
}
.pricing .box .buy-btn:hover {
  background: #33C3F3;
  color: #fff;
}
.pricing .box.featured {
  background: #33C3F3;
}
.pricing .box.featured h3,
.pricing .box.featured h4,
.pricing .box.featured h4 span,
.pricing .box.featured ul,
.pricing .box.featured ul .na {
  color: #fff;
}
.pricing .box.featured .buy-btn {
  color: #33C3F3;
  background: #fff;
}
.pricing .box.featured .buy-btn:hover {
  background: #00A0D0;
  color: #fff;
}
.privacy-section {
  padding: 120px 0 60px 0 60px 0;
  background: #f3f5fa;
}
.privacy-section .logoValkhanTech {
  text-align: center;
  margin-bottom: 40px;
}
.privacy-section .logoValkhanTech .logo {
  width: 128px;
  height: 128px;
  margin-bottom: 20px;
}
.privacy-section .logoValkhanTech h2 {
  color: #37517e;
  font-weight: 600;
  margin-bottom: 30px;
}
.privacy-section h1 {
  color: #37517e;
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
}
.privacy-section h2 {
  color: #33C3F3;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}
.privacy-section p {
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}
.privacy-section ul {
  margin-bottom: 20px;
  padding-left: 30px;
}
.privacy-section ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.privacy-section a {
  color: #33C3F3;
  font-weight: 600;
}
.privacy-section a:hover {
  color: #00A0D0;
}
.error-404 {
  padding: 120px 0 60px 0;
  background: #f3f5fa;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.error-404 .error-content {
  text-align: center;
}
.error-404 .error-content h1 {
  font-size: 120px;
  font-weight: 700;
  color: #33C3F3;
  margin-bottom: 20px;
}
.error-404 .error-content h2 {
  font-size: 32px;
  font-weight: 600;
  color: #37517e;
  margin-bottom: 20px;
}
.error-404 .error-content p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #666;
}
.error-404 .error-content .btn-home {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
  background: #33C3F3;
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.error-404 .error-content .btn-home:hover {
  background: #0eb0e5;
  color: #fff;
  transform: translateY(-2px);
}
