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

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

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #091337;
  font-family: "Poppins", 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: "Poppins", 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: 85px;
  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;
  }
}

/*# sourceMappingURL=maps/style.css.map */
/* ================================
   MOBILE RESPONSIVE FIXES
   ================================ */

/* General section spacing */
@media (max-width: 575px) {
  .section-lg {
    padding: 30px 0 !important; /* reduce large paddings */
  }
  .mb-100 {
    margin-bottom: 2rem !important; /* shrink huge gaps */
  }
}

/* Typography scaling */
@media (max-width: 575px) {
  h1, .display-4 {
    font-size: 1.8rem !important;
    line-height: 1.3;
  }
  h2 {
    font-size: 1.4rem !important;
  }
  p, .oview-lead, .oview-note {
    font-size: 0.95rem !important;
    line-height: 1.5;
  }
}

/* Responsive buttons (stack on mobile, side-by-side on desktop) */
.cta-group {
  display: flex;
  flex-direction: column;
}
.cta-group .btn {
  flex: 1;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cta-group {
    flex-direction: row;
  }
  .cta-group .btn {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .cta-group .btn:last-child {
    margin-right: 0;
  }
}

/* Tables (pricing, comparison) */
.table-responsive {
  overflow-x: auto;
}
.pricing-table, .compare-table {
  font-size: 0.85rem;
}
@media (max-width: 575px) {
  .pricing-table th, .pricing-table td,
  .compare-table th, .compare-table td {
    white-space: nowrap; /* prevent text wrapping */
  }
}

/* Images */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Service cards & grids */
@media (max-width: 575px) {
  .service-card {
    padding: 12px !important;
  }
  .service-title {
    font-size: 1rem !important;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  h2, .h2 {
    font-size: 1.6rem;
    line-height: 1.35;
  }

  .btn,
  .btn-lg {
    padding: 12px 20px;
    font-size: 16px;
  }

  .d-flex {
    flex-wrap: wrap;
  }

  .d-flex > .btn.flex-fill {
    flex: 1 1 100% !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  .d-flex > .btn.flex-fill:last-child {
    margin-bottom: 0;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
  height: auto;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: anywhere;
}

@media (max-width: 767px) {
  .navbar-brand img {
    max-width: 165px;
    height: auto;
  }
}

.compact-layout .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.compact-layout .client-logo-slider a {
  padding: 1rem !important;
}

.compact-layout .footer-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-bg-main {
  background-image: url("../images/backgrounds/footer-bg.png");
}

.btn-bottom-20 {
  margin-bottom: 20px;
}

.page-index .index-hero-area {
  background-image: url("../images/hero-area/banner-bg.png");
  margin-bottom: 40px;
}

.page-index .section-bg-soft {
  background: #f5f8fc;
}

.page-index .pricing-section-custom,
.page-index .addons-section-custom {
  padding: 60px 0;
}

.page-index .pricing-intro {
  max-width: 800px;
  margin: auto;
  font-size: 0.95rem;
  line-height: 1.6;
}

.page-index .addons-list-compact {
  font-size: 0.85rem;
  line-height: 1.5;
}

.page-index .oview-title {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.page-index .oview-lead {
  color: #6c757d;
  margin-bottom: 0.75rem;
}

.page-index .oview-note {
  color: #6c757d;
  font-size: 0.95rem;
}

.page-index .services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.page-index .service-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #f7fbff;
  border-radius: 12px;
  padding: 14px;
  transition: transform .16s ease, box-shadow .16s ease;
}

.page-index .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(13, 38, 93, 0.08);
}

.page-index .service-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(13, 38, 93, 0.04);
}

.page-index .service-title {
  margin: 0 0 6px 0;
  font-size: 1rem;
  font-weight: 600;
  color: #0b2545;
}

.page-index .service-desc {
  margin: 0;
  color: #6c757d;
  font-size: 0.95rem;
}

.page-index #why-brands-choose-us .service-list {
  list-style: none;
  padding-left: 0;
  color: #495057;
}

.page-index #why-brands-choose-us .service-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.page-index #why-brands-choose-us .service-list i {
  font-size: 18px;
  margin-top: 3px;
}

.page-index #why-brands-choose-us .lead {
  font-weight: 600;
  color: #0b2545;
}

.page-index .team-member {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  min-height: 420px;
}

.page-index .team-member img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #e0e0e0;
  margin-bottom: 15px;
}

.page-index .team-member h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.page-index .team-member h6 {
  font-size: 0.9rem;
  color: #007bff;
  margin-bottom: 10px;
}

.page-index .team-member p {
  font-size: 0.85rem;
  line-height: 1.4;
  color: #555;
  text-align: justify;
}

.page-index .addons-box {
  border: 8px solid #0d6efd;
  border-radius: 12px;
  background: #f9fbff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.page-index .addons-list li {
  margin-bottom: 6px;
  padding: 6px 0;
  font-weight: 600;
  border-bottom: 1px dashed rgba(13, 38, 93, 0.04);
}

.page-index .addons-list li:last-child {
  border-bottom: 0;
}

.page-index .oview-btn {
  background-color: #0d6efd;
  color: #fff;
  border: 2px solid #0d6efd;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.page-index .oview-btn:hover {
  background-color: #084298;
  border-color: #084298;
  color: #fff;
}

.page-index .pricing-table th,
.page-index .pricing-table td,
.page-index .compare-table th,
.page-index .compare-table td {
  font-size: 0.85rem;
  line-height: 1.4;
  padding: 0.55rem 0.75rem;
}

.page-index .pkg-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-index .pkg-btn {
  background: #f8fafc;
  border: 1px solid #eef2f7;
  padding: 14px 12px;
  border-radius: 10px;
  text-align: left;
  font-weight: 700;
  color: #0b2545;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1.3;
}

.page-index .pkg-btn .pkg-price {
  display: block;
  font-weight: 800;
  color: #0b2545;
  margin-top: 6px;
  font-size: 0.95rem;
}

.page-index .pkg-btn.active {
  background: linear-gradient(90deg, #e8f7ff, #ffffff);
  border-color: #cfe9ff;
  box-shadow: 0 8px 20px rgba(13, 38, 93, 0.04);
}

.page-index .compare-table td:hover,
.page-index .compare-table th:hover {
  background: #f8fbff;
}

.page-index .compare-table {
  width: 100%;
  max-width: 1100px;
  border-collapse: collapse;
  table-layout: fixed;
}

.page-index .compare-table thead th {
  background: #fbfdff;
  padding: 14px;
  text-align: left;
  border-bottom: 2px solid #eef2f7;
}

.page-index .compare-table th.attr-col {
  width: 22%;
  min-width: 180px;
}

.page-index .compare-table th,
.page-index .compare-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: top;
  word-wrap: break-word;
}

.page-index .compare-table td .td-list {
  margin: 0;
  padding-left: 18px;
  color: #334155;
}

.page-index .compare-table td .td-list li {
  margin-bottom: 6px;
}

.page-index .compare-table td.highlight,
.page-index .compare-table th.highlight {
  background: linear-gradient(90deg, #fff8e6, #fff);
}

.page-index .addons-table {
  width: 100%;
  max-width: 760px;
  border-collapse: collapse;
  margin: 0 auto;
}

.page-index .addons-table th,
.page-index .addons-table td {
  padding: 10px 12px;
  border: 1px solid #eef2f7;
  text-align: left;
}

.page-index .addons-table thead th {
  background: #fbfdff;
  font-weight: 700;
}

.page-index .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #07203a;
  margin-bottom: 6px;
}

.page-index .section-sub {
  color: #475569;
  font-size: 0.98rem;
  margin-bottom: 8px;
}

.page-index .enterprise-card,
.page-index .addons-card {
  background: linear-gradient(180deg, #ffffff 0, #fbfdff 100%);
  border-radius: 12px;
  padding: 14px;
}

.page-index .feature-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  color: #334155;
}

.page-index .feature-list li {
  padding: 8px 0;
  border-bottom: 1px dashed rgba(13, 38, 93, 0.04);
  font-weight: 600;
}

.page-index .feature-list li:last-child {
  border-bottom: 0;
}

.page-index .addons-card p {
  margin: 0;
  color: #334155;
}

.page-index .addons-card .small {
  color: #6b7280;
}

.page-index .table-center-wrap,
.page-index .addons-center-wrap {
  display: flex;
  justify-content: center;
}

.page-index .client-logo-slider a {
  padding: 1rem !important;
}

.page-index .footer-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-about .about-section {
  background: linear-gradient(180deg, #ffffff 0, #f4fbff 100%);
  color: #0b2545;
}

.page-about .about-wrap {
  background: linear-gradient(180deg, #ffffff 0, #fbfdff 100%);
}

.page-about .about-visual {
  min-height: 220px;
  background: linear-gradient(135deg, #e9f6ff 0, #ffffff 100%);
  border: 1px solid rgba(13, 110, 253, 0.06);
}

.page-about .visual-inner {
  padding: 22px;
}

.page-about .eye-graphic {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 10px;
}

.page-about .lead-quote {
  font-size: 1.05rem;
  color: #08304a;
  margin: 0;
}

.page-about .muted-small {
  color: #6c757d;
  font-size: 0.9rem;
}

.page-about .display-title {
  font-size: 1.45rem;
  font-weight: 700;
  color: #07203a;
  margin-bottom: 6px;
}

.page-about .about-content p {
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.5;
}

.page-about .feature-pill {
  background: #fff;
  border: 1px solid #eef6ff;
  padding: 10px 12px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(13, 38, 93, 0.03);
}

.page-about .feature-pill strong {
  display: block;
  color: #0b2545;
  font-weight: 700;
}

.page-about .feature-pill .muted {
  color: #6c757d;
  font-size: 0.85rem;
}

.page-about .short-hero-box {
  background: linear-gradient(90deg, #fff8e6, #ffffff);
  border: 1px solid rgba(255, 193, 7, 0.08);
}

.page-about .short-hero {
  margin: 0;
  color: #08304a;
  font-weight: 600;
  margin-top: 18px;
  font-style: normal;
}

.page-about .strong-cta {
  color: #07203a;
  font-size: 1rem;
  margin-top: 6px;
}

.page-about .about-content-wrap {
  color: #111;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
}

.page-about .hero {
  margin-top: 24px;
  padding: 18px;
  background: #fafafa;
  border-radius: 6px;
}

.page-about .prod-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}

.page-about .prod-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  background: #f8f9fa;
}

.page-about .prod-card h5 {
  font-size: 1rem;
  margin-bottom: 6px;
  color: #07203a;
}

.page-about .prod-card p {
  font-size: 0.9rem;
  color: #556;
}

.page-about .about-product-bg {
  background-image: url("../images/backgrounds/about-bg.png");
}

.page-about .client-logo-sm {
  max-height: 48px;
}

.page-about .process-step {
  background: #fff;
  border: 1px solid #eef6ff;
}

.page-about .process-step-flex {
  flex: 1 1 180px;
}

.page-about .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #07203a;
}

.page-about .section.no-gap {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.page-about footer.footer-section {
  margin-top: 0 !important;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .page-index .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-index .compare-table,
  .page-index .addons-table {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .page-index .compare-table thead th.attr-col {
    display: none;
  }

  .page-index .compare-table tbody tr {
    display: block;
    margin-bottom: 12px;
    border-bottom: 1px solid #eef2f7;
    padding-bottom: 12px;
  }

  .page-index .compare-table tbody tr td {
    display: block;
    width: 100%;
  }

  .page-index .enterprise-card,
  .page-index .addons-card {
    padding: 12px;
  }

  .page-index .feature-list li {
    font-size: 0.95rem;
  }

  .page-index .addons-table th,
  .page-index .addons-table td {
    font-size: 0.95rem;
    padding: 10px;
  }

  .page-about .about-visual {
    min-height: 160px;
  }

  .page-about .eye-graphic {
    font-size: 40px;
  }

  .page-about .display-title {
    font-size: 1.2rem;
  }

  .page-about .feature-grid .col-sm-6 {
    margin-bottom: 8px;
  }

  .page-about .process-grid {
    gap: 10px;
  }

  .page-about .prod-card img {
    height: auto;
  }
}

@media (max-width: 575px) {
  .page-index .row.align-items-start {
    gap: 18px;
  }

  .page-index .services-grid {
    grid-template-columns: 1fr;
  }

  .page-index .service-card {
    padding: 12px;
  }

  .page-index .service-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .page-index .oview-title {
    font-size: 1.35rem;
  }
}
/* General table responsiveness */
.compare-table {
  width: 100%;
  min-width: 600px; /* allow horizontal scroll on mobile */
}

/* Package selector buttons */
.pkg-btn {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1rem;
  padding: 12px;
  border: 1px solid #ddd;
  background: #f8f9fa;
  text-align: center;
}

.pkg-btn.active {
  background
  .hover-box {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hover-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.info-box {
  background: #fdfdfd; /* clean white card */
  border: 1px solid #eaeaea;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}