/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/* 1.1 typography */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700");
body {
  line-height: 31px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
}
.rounded-2 {
  border-radius: 8px;
}

p, .paragraph {
  font-weight: 300;
  color: #4d546f;
  font-size: 17px;
  line-height: 31px;
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #091337;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}

h1, .h1 {
  font-size: 56px;
}

h2, .h2 {
  font-size: 43px;
}

h3, .h3 {
  font-size: 37px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 13px;
}

.btn {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  padding: 15px 60px;
  font-weight: 400;
  border: 0;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: .2s ease;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn-primary {
  background-image: linear-gradient(25deg, #17ffd3 0%, #d3fc71 95%);
  color: #091337;
  transition: background 1s ease-out;
}

.btn-primary:active {
  background: linear-gradient(25deg, #17ffd3 0%, #d3fc71 95%) !important;
}

.btn-primary:hover {
  background: linear-gradient(205deg, #17ffd3 0%, #d3fc71 95%);
  color: #091337;
}

.btn-secondary {
  background-image: linear-gradient(6deg, #17ffd3 0%, #23e3ee 100%);
  background-color: transparent;
  color: #091337;
}

.btn-secondary:active {
  background: linear-gradient(6deg, #17ffd3 0%, #23e3ee 100%) !important;
}

.btn-secondary:hover {
  background: linear-gradient(186deg, #17ffd3 0%, #23e3ee 100%);
  color: #091337;
}

.btn-lg {
  padding: 15px 85px;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #20a5ff;
  color: #fff;
}

::selection {
  background: #20a5ff;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: .2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #008dec;
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 130px;
  padding-bottom: 130px;
}

.section-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-lg {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media (max-width: 575px) {
  .section-lg {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.section-title {
  margin-bottom: 30px;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.page-title {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-primary {
  background: #008dec !important;
}

.bg-gray {
  background: #f2f3f5;
}

.text-primary {
  color: #008dec !important;
}

.text-dark {
  color: #091337 !important;
}

.text-purple {
  color: #9491ff !important;
}

.text-color {
  color: #4d546f;
}

.primary-shadow {
  box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
}

.border-blue {
  border-color: #dcebf4 !important;
}

.shadow-primary {
  box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
}

.facebook {
  color: #334bff;
}

.twitter {
  color: #45d9f0;
}

.linkedin {
  color: #1b91ff;
}

.black {
  color: #000;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.translate-y-150 {
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}

@media (max-width: 575px) {
  .translate-y-150 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.left-right-animation {
  animation: left_right 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes left_right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

@keyframes left_right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

.up-down-animation {
  animation: up_down 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes up_down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes up_down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.zindex-1 {
  z-index: 1;
}

.navbar-light .navbar-nav .nav-link {
  color: #091337;
}

.navigation {
  transition: .3s ease;
}

.navbar {
  transition: .3s ease;
}

@media (max-width: 991px) {
  .navbar-collapse {
    padding-bottom: 20px;
  }
}

.nav-bg {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 141, 236, 0.1);
}

.nav-bg .navbar {
  padding: 10px 0;
}

.nav-item {
  padding: 20px 10px;
}

@media (max-width: 991px) {
  .nav-item {
    padding: 0;
  }
}

.hero-section {
  padding-top: 250px;
  padding-bottom: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  margin-bottom: 300px;
}

.banner-image {
  position: absolute;
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero-bg-1 {
  position: absolute;
  left: 30px;
  top: 200px;
}

@media (max-width: 767px) {
  .hero-bg-1 {
    display: none;
  }
}

.hero-bg-2 {
  position: absolute;
  top: 50%;
  left: 20%;
}

@media (max-width: 767px) {
  .hero-bg-2 {
    display: none;
  }
}

.hero-bg-3 {
  position: absolute;
  bottom: 0%;
  left: 10%;
}

@media (max-width: 767px) {
  .hero-bg-3 {
    display: none;
  }
}

.hero-bg-4 {
  top: 210px;
  right: 40%;
  position: absolute;
}

@media (max-width: 767px) {
  .hero-bg-4 {
    display: none;
  }
}

.hero-bg-5 {
  position: absolute;
  top: 250px;
  right: 17%;
}

@media (max-width: 767px) {
  .hero-bg-5 {
    display: none;
  }
}

.hero-bg-6 {
  position: absolute;
  right: 10%;
  bottom: 20%;
}

@media (max-width: 767px) {
  .hero-bg-6 {
    display: none;
  }
}

.hero-bg-7 {
  position: absolute;
  left: 20%;
  bottom: -17%;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero-bg-7 {
    display: none;
  }
}

.hero-bg-8 {
  position: absolute;
  bottom: -30%;
  right: 50%;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero-bg-8 {
    display: none;
  }
}

.hero-bg-9 {
  position: absolute;
  right: 20%;
  bottom: -10%;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero-bg-9 {
    display: none;
  }
}

.feature {
  position: relative;
}

.feature-item h4 {
  line-height: 1;
}

.feature-item p {
  line-height: 25px;
}

.feature-item:hover .feature-icon {
  box-shadow: 0px 18px 43px 0px rgba(0, 141, 236, 0.21);
}

.feature-bg-1 {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}

@media (max-width: 767px) {
  .feature-bg-1 {
    display: none;
  }
}

.feature-bg-2 {
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .feature-bg-2 {
    display: none;
  }
}

.feature-icon {
  display: inline-block;
  height: 90px;
  width: 90px;
  border-radius: 5px;
  color: #fff;
  font-size: 45px;
  line-height: 90px;
  background: #008dec;
  box-shadow: 0px 18px 25px 0px rgba(0, 141, 236, 0.1);
  text-align: center;
  transition: .2s ease;
}

.seo {
  position: relative;
  overflow: visible;
}

.seo-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 1200px) {
  .seo-bg {
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .seo-bg {
    max-width: 400px;
  }
}

.seo-bg-shape-1 {
  position: absolute;
  left: 25%;
  top: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .seo-bg-shape-1 {
    display: none;
  }
}

.seo-bg-shape-2 {
  position: absolute;
  right: 2%;
  top: 40%;
  z-index: -1;
}

@media (max-width: 767px) {
  .seo-bg-shape-2 {
    display: none;
  }
}

.seo-bg-shape-3 {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 767px) {
  .seo-bg-shape-3 {
    display: none;
  }
}

.service {
  position: relative;
  overflow: visible;
}

.service-list li {
  margin-bottom: 30px;
  color: #4d546f;
}

.service-list li i {
  margin-right: 20px;
  color: #4d546f;
}

.service-bg {
  position: absolute;
  right: 0;
  top: -10%;
  z-index: -1;
}

@media (max-width: 1200px) {
  .service-bg {
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .service-bg {
    max-width: 400px;
    top: 0;
  }
}

.service-bg-shape-1 {
  position: absolute;
  left: 0;
  top: 150px;
  z-index: -1;
}

@media (max-width: 767px) {
  .service-bg-shape-1 {
    display: none;
  }
}

.service-bg-shape-2 {
  position: absolute;
  left: 40%;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .service-bg-shape-2 {
    display: none;
  }
}

.team {
  overflow: visible;
  position: relative;
}

.team-slider {
  overflow: hidden;
  padding-bottom: 100px;
}

.team-slider .slick-list {
  overflow: visible;
}

.team-slider .slick-arrow {
  border: 0;
  background: transparent;
  color: #008dec;
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-size: 25px;
}

.team-slider .slick-arrow.slick-disabled {
  color: #86ceff;
}

.team-slider .prevArrow {
  left: 10px;
}

.team-slider .nextArrow {
  left: 50px;
}

.team-member {
  padding: 30px 45px;
  background: #fff;
  box-shadow: 0px 23px 43px 0px rgba(172, 189, 199, 0.49);
  margin: 0 20px;
}

@media (max-width: 1200px) {
  .team-member {
    padding: 30px;
  }
}

.team-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.team-bg-shape-1 {
  position: absolute;
  top: 100px;
  left: 20px;
  z-index: -1;
}

@media (max-width: 767px) {
  .team-bg-shape-1 {
    display: none;
  }
}

.team-bg-shape-2 {
  position: absolute;
  top: 100px;
  right: -5px;
  z-index: -1;
}

@media (max-width: 767px) {
  .team-bg-shape-2 {
    display: none;
  }
}

.team-bg-shape-3 {
  position: absolute;
  bottom: 20%;
  right: 40%;
  z-index: -1;
}

@media (max-width: 767px) {
  .team-bg-shape-3 {
    display: none;
  }
}

.team-bg-shape-4 {
  position: absolute;
  bottom: 20%;
  right: 180px;
  z-index: -1;
}

@media (max-width: 767px) {
  .team-bg-shape-4 {
    display: none;
  }
}

.pricing {
  position: relative;
  overflow: visible;
}

.pricing-table {
  padding: 50px 35px 30px;
  transition: .2s ease;
}

@media (max-width: 1200px) {
  .pricing-table {
    padding: 30px 20px;
  }
}

.pricing-table h1 {
  font-size: 65px;
}

.pricing-table h1 span {
  font-size: 20px;
  vertical-align: top;
  line-height: 65px;
  margin-right: 5px;
}

.pricing-table:hover {
  box-shadow: 0px 59px 43px 0px rgba(216, 233, 243, 0.3);
}

.pricing-table.table-1 {
  background-image: linear-gradient(59deg, #d5fc71 0%, #64feab 95%);
}

.pricing-table.table-2 {
  background-image: linear-gradient(59deg, #06ffdf 0%, #42dbef 95%);
}

.pricing-table.table-3 {
  background-image: linear-gradient(59deg, #0bfce0 0%, #c5fd78 95%);
}

.pricing-btn {
  font-size: 25px;
  font-weight: 700;
  color: #091337;
}

@media (max-width: 1200px) {
  .pricing-btn {
    padding: 5px;
  }
}

.pricing-btn:hover {
  color: #008dec;
}

.pricing-bg-shape-1 {
  position: absolute;
  left: 30%;
  top: 100px;
  z-index: -1;
}

@media (max-width: 767px) {
  .pricing-bg-shape-1 {
    display: none;
  }
}

.pricing-bg-shape-2 {
  position: absolute;
  right: 10%;
  top: 110px;
  z-index: -1;
}

@media (max-width: 767px) {
  .pricing-bg-shape-2 {
    display: none;
  }
}

.pricing-bg-shape-3 {
  position: absolute;
  bottom: 20%;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .pricing-bg-shape-3 {
    display: none;
  }
}

.newsletter {
  position: relative;
}

.newsletter-form {
  height: 60px;
  width: 100%;
  padding: 0 40px;
  border: 0;
  background: #fff;
  box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
  border-radius: 5px;
}

.newsletter-form:focus {
  outline: 0;
  box-shadow: 0;
}

.newsletter-btn {
  position: absolute;
  height: 100%;
  background: #8986ff;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .newsletter-btn {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.newsletter-bg-shape {
  position: absolute;
  top: 0;
  right: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .newsletter-bg-shape {
    display: none;
  }
}

.footer {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.footer-section {
  padding-top: 500px;
  padding-bottom: 100px;
}

.footer-menu a {
  color: #091337;
  display: block;
  padding: 15px;
  font-weight: 400;
}

.social-icon li {
  margin: 0 12px;
}

.social-icon li a {
  height: 45px;
  width: 45px;
  background: #fff;
  border-radius: 5px;
  line-height: 45px;
  display: block;
  text-align: center;
}

.client-logo-slider img {
  transition: .2s ease;
}

.client-logo-slider a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* service page */
.service-bg-image {
  background-size: containe;
  background-repeat: no-repeat;
  background-position: center 400px;
}

.service-bg-1 {
  position: absolute;
  left: 50px;
  top: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .service-bg-1 {
    display: none;
  }
}

.service-bg-2 {
  position: absolute;
  right: 50px;
  top: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .service-bg-2 {
    display: none;
  }
}

.service-bg-3 {
  position: absolute;
  right: 50px;
  top: 50%;
  z-index: -1;
}

@media (max-width: 767px) {
  .service-bg-3 {
    display: none;
  }
}

.service-bg-4 {
  position: absolute;
  left: 50px;
  bottom: 30%;
  z-index: -1;
}

@media (max-width: 767px) {
  .service-bg-4 {
    display: none;
  }
}

.service-bg-5 {
  position: absolute;
  left: 10%;
  bottom: 5%;
  z-index: -1;
}

@media (max-width: 767px) {
  .service-bg-5 {
    display: none;
  }
}

.about {
  position: relative;
  overflow: visible;
}

.about-video {
  position: relative;
}

.about-video .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-bg-1 {
  position: absolute;
  left: 30%;
  top: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-bg-1 {
    display: none;
  }
}

.about-bg-2 {
  position: absolute;
  top: 30%;
  right: 40px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-bg-2 {
    display: none;
  }
}

.about-bg-3 {
  position: absolute;
  bottom: 20%;
  left: 30px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-bg-3 {
    display: none;
  }
}

.about-bg-4 {
  position: absolute;
  top: 20%;
  left: 40px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-bg-4 {
    display: none;
  }
}

.about-bg-5 {
  position: absolute;
  bottom: 10%;
  right: 40px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-bg-5 {
    display: none;
  }
}

.about-bg-6 {
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-bg-6 {
    display: none;
  }
}

.play-btn {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  color: #fff;
  line-height: 70px;
  font-size: 20px;
  text-align: center;
  background: #7aff91;
  display: inline-block;
  transition: .2s ease;
  box-shadow: 0px 23px 43px 0px rgba(94, 254, 198, 0.3);
}

.play-btn:hover {
  color: #fff;
  font-size: 30px;
}

.product {
  position: relative;
  overflow: visible;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.about-bg {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1;
}

.form-control {
  height: 65px;
  width: 100%;
  background: #f7fafc;
}

.form-control:focus {
  border-color: #008dec;
  box-shadow: none;
}

textarea.form-control {
  height: 157px;
}

.contact-bg {
  background-color: #f3f7fb;
}

.round-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.round-icon.green {
  background: #e0fef4;
  color: #00f7a7;
}

.round-icon.blue {
  background: #e0f1ff;
  color: #008cff;
}

.round-icon.orange {
  background: #fff1e0;
  color: #ff8b00;
}

.contact {
  position: relative;
}

.contact-bg-1 {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .contact-bg-1 {
    display: none;
  }
}

.contact-bg-2 {
  position: absolute;
  top: 20%;
  right: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .contact-bg-2 {
    display: none;
  }
}

.contact-bg-3 {
  position: absolute;
  top: 10%;
  left: 40%;
  z-index: -1;
}

@media (max-width: 767px) {
  .contact-bg-3 {
    display: none;
  }
}

.contact-bg-4 {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .contact-bg-4 {
    display: none;
  }
}

.contact-bg-5 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .contact-bg-5 {
    display: none;
  }
  .hero-section {
    padding-top: 75px;
    margin-bottom: 0;
}
  .hero-section h1{
    font-size: 26px;
}
h2 {
    font-size: 22px;
}
    .section-lg {
        padding-top: 100px;
    }
    .section {
    padding: 30px 0;
}
.seo {
    padding-top: 0 !important;
            padding-bottom: 0 !important;
}
.service {
  padding-bottom: 0 !important;
}
}

/*# sourceMappingURL=maps/style.css.map */


/* GoClick retail landing extensions */
.hero-points{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.hero-points span{display:inline-block;padding:7px 12px;background:rgba(255,255,255,.92);border-radius:30px;font-size:13px;font-weight:600;box-shadow:0 5px 18px rgba(0,0,0,.06)}
.solution-intro{max-width:900px;margin-left:auto;margin-right:auto}.solution-card{transition:all .25s ease}.solution-card:hover{transform:translateY(-4px)}
.operation-box{height:100%;padding:28px;border:1px solid rgba(30,55,90,.08);border-radius:14px;background:#fff;box-shadow:0 10px 30px rgba(30,55,90,.06);display:flex;gap:18px}.operation-number{width:42px;height:42px;min-width:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;background:#f0f4ff;color:#3451c6}.flow-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.flow-tags span{font-size:12px;background:#f5f7fb;border-radius:20px;padding:5px 9px;color:#566174}.data-flow-visual{background:#fff;border-radius:18px;padding:24px;box-shadow:0 14px 35px rgba(30,55,90,.08)}.flow-row{display:grid;grid-template-columns:1fr 30px 1fr 30px 1fr;align-items:center;gap:6px;margin-bottom:12px}.flow-row span{background:#f7f9fc;padding:12px 8px;border-radius:9px;text-align:center;font-size:12px;font-weight:700}.flow-row b{text-align:center}.flow-center{margin-top:18px;border-radius:10px;background:#3451c6;color:#fff;padding:14px;text-align:center;font-weight:700;letter-spacing:.4px}
.dashboard-section{background:#f7f9fc}.kpi-card{height:100%;background:#fff;border-radius:12px;padding:22px;box-shadow:0 8px 24px rgba(30,55,90,.06)}.kpi-card strong{display:block;font-size:18px;margin-bottom:7px}.kpi-card span{display:block;font-size:13px;line-height:1.6;color:#697386}.operation-story{background:#fff}.timeline{position:relative;max-width:920px;margin:0 auto}.timeline:before{content:"";position:absolute;left:91px;top:0;bottom:0;width:2px;background:#e9edf5}.timeline-item{position:relative;display:flex;gap:30px;padding:0 0 26px}.timeline-item b{width:62px;min-width:62px;text-align:right;font-size:13px;color:#3451c6}.timeline-item span{position:relative;background:#f7f9fc;border-radius:10px;padding:13px 16px;flex:1;font-size:14px}.timeline-item span:before{content:"";position:absolute;left:-35px;top:17px;width:10px;height:10px;background:#3451c6;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 2px #d9e0f4}.models-section{background:#f7f9fc}.model-card{background:#fff;border-radius:10px;padding:20px;text-align:center;font-weight:600;box-shadow:0 8px 20px rgba(30,55,90,.05);height:100%}.faq-list details{background:#fff;border:1px solid #e9edf5;border-radius:10px;padding:17px 20px;margin-bottom:12px}.faq-list summary{cursor:pointer;font-weight:600;outline:none}.faq-list p{padding-top:12px;margin:0;color:#697386;line-height:1.7}
@media (max-width:767px){.operation-box{display:block}.operation-number{margin-bottom:15px}.flow-row{grid-template-columns:1fr}.flow-row b{display:none}.timeline:before{left:69px}.timeline-item{gap:18px}.timeline-item b{width:52px;min-width:52px}.timeline-item span:before{left:-24px}.hero-points{gap:6px}.hero-points span{font-size:11px;padding:6px 9px}}

/* Data architecture redesign */
.data-architecture{background:#fff;border-radius:18px;padding:26px;box-shadow:0 14px 35px rgba(30,55,90,.08);position:relative}
.architecture-title{text-align:center;font-size:11px;font-weight:800;letter-spacing:.8px;color:#667085;margin:0 0 10px}
.architecture-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.architecture-grid span,.architecture-bottom span{display:flex;align-items:center;justify-content:center;min-height:46px;padding:10px 8px;background:#f7f9fc;border:1px solid #edf0f5;border-radius:10px;text-align:center;font-size:11px;font-weight:700;color:#27334b}
.architecture-arrow{text-align:center;font-size:24px;line-height:1;color:#3451c6;margin:12px 0}
.transaction-grid span{background:#eef4ff;color:#2949b7;border-color:#dfe7ff}
.architecture-links{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}
.architecture-links div{border:1px solid #edf0f5;border-radius:10px;padding:12px;background:#fff}
.architecture-links b{display:block;font-size:10px;color:#374151;margin-bottom:5px}
.architecture-links em{font-style:normal;font-size:11px;line-height:1.5;color:#7a8495}
.architecture-bottom{display:grid;grid-template-columns:1fr 1fr 1.35fr;gap:10px}
.architecture-bottom span:last-child{background:#3451c6;color:#fff;border-color:#3451c6}
.cross-cutting{margin-top:14px;border-radius:10px;padding:12px;text-align:center;font-size:10px;font-weight:800;letter-spacing:.5px;background:#f6f0ff;color:#6341a7}
.timeline-data .timeline-item span{padding:15px 18px}
.timeline-data .timeline-item span strong{display:block;color:#18233f;font-size:14px;margin-bottom:3px}
.timeline-data .timeline-item span small{display:block;color:#6c7688;font-size:12px;line-height:1.6}
@media (max-width:767px){.architecture-grid,.architecture-links,.architecture-bottom{grid-template-columns:1fr}.data-architecture{padding:18px}.architecture-arrow{margin:8px 0}.timeline-data .timeline-item span strong{font-size:13px}.timeline-data .timeline-item span small{font-size:11px}}

/* Mobile App section - workforce execution */
.mobile-app-section{background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);position:relative;overflow:hidden}.mobile-app-section:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;right:-150px;top:80px;background:rgba(24,210,219,.11)}.eyebrow{display:inline-block;margin-bottom:14px;color:#3451c6;font-size:12px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase}.lead-copy{font-size:16px;line-height:1.8;color:#697386;margin-bottom:26px}.mobile-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.mobile-feature{display:flex;gap:11px;align-items:flex-start;background:#fff;border:1px solid #e7ecf4;border-radius:14px;padding:14px;box-shadow:0 8px 22px rgba(30,55,90,.045)}.mobile-feature-icon{width:38px;height:38px;min-width:38px;border-radius:10px;background:#edf5ff;color:#3451c6;display:flex;align-items:center;justify-content:center;font-size:17px}.mobile-feature strong{display:block;color:#18233f;font-size:14px;margin-bottom:4px}.mobile-feature small{display:block;color:#6c7688;font-size:12px;line-height:1.55}.mobile-device-showcase{position:relative;background:#fff;border:1px solid rgba(31,57,105,.08);border-radius:24px;padding:20px;box-shadow:0 24px 60px rgba(31,57,105,.14)}.mobile-device-caption{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin:2px 3px 14px}.mobile-device-caption span{display:block;color:#3451c6;font-size:11px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}.mobile-device-caption strong{display:block;color:#18233f;font-size:16px;margin-top:3px}.mobile-device-caption em{font-style:normal;color:#7a8494;font-size:11px;white-space:nowrap}.mobile-app-image{display:block;width:100%;max-width:520px;margin:0 auto;border-radius:20px}.mobile-role-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;background:#fff;border:1px solid #e7ecf4;border-radius:16px;padding:14px;box-shadow:0 10px 30px rgba(30,55,90,.05)}.mobile-role-strip>div{background:#f7f9fc;border-radius:12px;padding:13px 15px}.mobile-role-strip span{display:block;color:#697386;font-size:12px;margin-bottom:5px}.mobile-role-strip strong{display:block;color:#18233f;font-size:13px;line-height:1.55}.architecture-channel{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:14px 0 4px}.architecture-channel span{background:#eef5ff;color:#3451c6;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800;letter-spacing:.3px}@media(max-width:767px){.mobile-feature-grid{grid-template-columns:1fr}.mobile-role-strip{grid-template-columns:1fr}.mobile-device-caption{display:block}.mobile-device-caption em{display:block;margin-top:6px}.mobile-app-section:before{width:260px;height:260px;right:-110px;top:35px}}

/* Contextual retail imagery */
.banner-image{object-fit:cover; max-height:520px;}
.operation-box{position:relative; overflow:hidden;}
.operation-media{margin:-24px -24px 22px; height:185px; overflow:hidden; background:#f4f7fb;}
.operation-media img{width:100%; height:100%; object-fit:cover; display:block;}
.dashboard-visuals img{width:100%; height:300px; object-fit:cover;}
.retail-visual-highlights{background:#f7fbff;}
.retail-visual-highlights img{width:100%; max-height:460px; object-fit:cover;}
.visual-highlight-list{display:flex; flex-wrap:wrap; gap:10px; margin-top:22px;}
.visual-highlight-list span{display:inline-flex; padding:9px 14px; border-radius:999px; background:#fff; border:1px solid #e7eef8; color:#24345d; font-size:14px;}
@media (max-width:767px){
  .operation-media{height:150px; margin:-18px -18px 18px;}
  .dashboard-visuals img{height:230px;}
}
/* HD retail imagery: consistent responsive ratios and clean rendering */
.retail-visual, .operation-media, .dashboard-visuals img, .seo-image img { image-rendering: auto; }
.banner-image { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; max-height: none; }
.operation-media { aspect-ratio: 16 / 9; height: auto; }
.operation-media img { aspect-ratio: 16 / 9; object-fit: cover; }
.dashboard-visuals img { aspect-ratio: 16 / 9; height: auto; object-fit: cover; }
.retail-visual-highlights img { aspect-ratio: 16 / 9; max-height: none; object-fit: cover; }
.mobile-app-image { image-rendering: auto; }


/* Professional interaction + scroll reveal */
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }

/* AOS fallback: keep content visible if the library is blocked or disabled. */
[data-aos] { transition-property: transform, opacity, filter; }
[data-aos][data-aos-duration="1000"] { transition-duration: 1s !important; }

.navigation { transition: background-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease; }
.navigation.nav-bg { backdrop-filter: blur(14px); box-shadow: 0 8px 28px rgba(18, 38, 75, .10); }
.navbar-nav .nav-link { position: relative; transition: color .3s ease, transform .3s ease; }
.navbar-nav .nav-link::after { content:""; position:absolute; left:50%; bottom:3px; width:0; height:2px; border-radius:2px; background:#3451c6; transform:translateX(-50%); transition:width .3s ease; }
.navbar-nav .nav-link:hover { transform: translateY(-1px); }
.navbar-nav .nav-link:hover::after { width:65%; }

.btn { transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease, background-color .35s ease, border-color .35s ease; }
.btn:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(28, 61, 139, .18); }

.solution-card,
.operation-box,
.mobile-feature,
.kpi-card,
.model-card,
.faq-list details,
.mobile-role-strip > div,
.architecture-links > div {
  transition: transform .5s cubic-bezier(.22,.61,.36,1), box-shadow .5s ease, border-color .5s ease;
  will-change: transform;
}
.solution-card:hover,
.operation-box:hover,
.mobile-feature:hover,
.kpi-card:hover,
.model-card:hover,
.mobile-role-strip > div:hover,
.architecture-links > div:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(27, 55, 110, .12);
  border-color: rgba(52, 81, 198, .16);
}
.solution-card:hover .round-icon,
.mobile-feature:hover .mobile-feature-icon { transform: scale(1.08) rotate(-2deg); }
.round-icon,
.mobile-feature-icon { transition: transform .4s ease, box-shadow .4s ease; }

.operation-media img,
.dashboard-visuals img,
.retail-visual-highlights img,
.banner-image,
.mobile-app-image { transition: transform .9s cubic-bezier(.22,.61,.36,1), filter .6s ease; }
.operation-box:hover .operation-media img,
.dashboard-visuals > div:hover img,
.retail-visual-highlights:hover img,
.mobile-device-showcase:hover .mobile-app-image { transform: scale(1.035); filter: saturate(1.03) contrast(1.02); }

.mobile-device-showcase { transition: transform .6s cubic-bezier(.22,.61,.36,1), box-shadow .6s ease; }
.mobile-device-showcase:hover { transform: translateY(-6px); box-shadow: 0 28px 65px rgba(31,57,105,.18); }

.flow-tags span,
.architecture-channel span,
.hero-points span,
.visual-highlight-list span { transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease; }
.flow-tags span:hover,
.architecture-channel span:hover,
.hero-points span:hover,
.visual-highlight-list span:hover { transform: translateY(-2px); box-shadow: 0 7px 18px rgba(30,55,90,.08); }

.timeline-item span { transition: transform .45s ease, box-shadow .45s ease, background-color .45s ease; }
.timeline-item:hover span { transform: translateX(6px); box-shadow: 0 12px 28px rgba(30,55,90,.08); background:#fff; }
.timeline-item span::before { transition: transform .35s ease, box-shadow .35s ease; }
.timeline-item:hover span::before { transform: scale(1.2); box-shadow: 0 0 0 4px rgba(52,81,198,.10); }

.faq-list details { overflow:hidden; }
.faq-list details[open] { box-shadow:0 14px 32px rgba(30,55,90,.08); }
.faq-list summary { transition: color .3s ease; }
.faq-list details:hover summary { color:#3451c6; }

/* Gentle section entry rhythm */
.section-lg > .container,
.section > .container { transform: translateZ(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Consultation / lead form */
.consultation-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f4f8fc;
  overflow: hidden;
}
.consultation-grid {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(520px, 1.35fr);
  gap: 48px;
  align-items: stretch;
}
.consultation-info,
.consultation-card {
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(25, 62, 112, .08);
}
.consultation-info {
  padding: 54px 48px;
  color: #fff;
  background: linear-gradient(145deg, #0d7cf4 0%, #218cf7 100%);
}
.consultation-kicker {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .9;
}
.consultation-info h2,
.consultation-card h2 {
  margin: 0 0 12px;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
}
.consultation-intro,
.consultation-card-intro {
  margin: 0;
  line-height: 1.8;
}
.consultation-intro { color: rgba(255,255,255,.9); }
.consultation-card-intro { color: #71809a; margin-bottom: 30px; }
.contact-list {
  margin-top: 38px;
  display: grid;
  gap: 26px;
}
.contact-item {
  display: flex;
  gap: 18px;
  align-items: center;
}
.contact-icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  font-size: 26px;
  line-height: 1;
}
.contact-item strong,
.contact-item span {
  display: block;
}
.contact-item strong {
  margin-bottom: 5px;
  font-size: 18px;
}
.contact-item span {
  color: rgba(255,255,255,.9);
  font-size: 15px;
}
.consultation-card {
  padding: 48px;
  background: #fff;
}
.consultation-card h2 { color: #14264a; }
.consultation-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
}
.consultation-form-grid .newsletter-form,
.consultation-select {
  height: 54px;
  min-height: 54px;
  margin: 0;
  padding: 0 20px;
  border: 1px solid #dce4ee;
  border-radius: 10px;
  box-shadow: none;
  color: #2f3b55;
  font-size: 15px;
}
.consultation-select {
  appearance: auto;
  background: #fff;
  cursor: pointer;
}
.consultation-select:invalid { color: #97a2b4; }
.consultation-form-grid .newsletter-form:focus,
.consultation-textarea:focus,
.consultation-select:focus {
  outline: none;
  border-color: #218cf7;
  box-shadow: 0 0 0 3px rgba(33,140,247,.10);
}
.consultation-textarea {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 122px;
  padding: 18px 20px;
  border: 1px solid #dce4ee;
  border-radius: 10px;
  resize: vertical;
  font-size: 15px;
  line-height: 1.6;
}
.consultation-submit {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding-top: 4px;
}
.consultation-btn {
  min-width: 220px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 30px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(33,140,247,.20);
  transition: transform .25s ease, box-shadow .25s ease;
}
.consultation-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(33,140,247,.26);
}
@media (max-width: 991px) {
  .consultation-grid { grid-template-columns: 1fr; gap: 28px; }
  .consultation-info,
  .consultation-card { padding: 38px 30px; }
}
@media (max-width: 767px) {
  .consultation-section { padding-top: 60px; padding-bottom: 60px; }
  .consultation-info h2,
  .consultation-card h2 { font-size: 32px; }
  .consultation-form-grid { grid-template-columns: 1fr; gap: 14px; }
  .consultation-textarea,
  .consultation-submit { grid-column: auto; }
  .consultation-submit { justify-content: stretch; }
  .consultation-btn { width: 100%; }
}

/* PHP Email Form Messages - synchronized with Landingpage Dịch Vụ */
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: transparent;
  text-align: center;
  padding: 0;
  margin: 0;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color, #0d6efd);
  border-top-color: var(--surface-color, #ffffff);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
