/**
* Template Name: Arsha - v4.3.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#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(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: rgba(40, 58, 90, 0.9);
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
  display: inline-flex;
  align-items: center;
}

#header .logo img {
  max-height: 52px;
  width: auto;
  display: block;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
/*.navbar {*/
/*  padding: 0;*/
/*}*/

/*.navbar ul {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  display: flex;*/
/*  list-style: none;*/
/*  align-items: center;*/
/*}*/

/*.navbar li {*/
/*  position: relative;*/
/*}*/

/*.navbar a, .navbar a:focus {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  padding: 10px 0 10px 30px;*/
/*  font-size: 15px;*/
/*  font-weight: 500;*/
/*  color: #fff;*/
/*  white-space: nowrap;*/
/*  transition: 0.3s;*/
/*}*/

/*.navbar a i, .navbar a:focus i {*/
/*  font-size: 12px;*/
/*  line-height: 0;*/
/*  margin-left: 5px;*/
/*}*/

/*.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {*/
/*  color: #47b2e4;*/
/*}*/

/*.navbar .getstarted {*/
/*  padding: 8px 20px;*/
/*  margin-left: 30px;*/
/*  border-radius: 50px;*/
/*  color: #fff;*/
/*  font-size: 14px;*/
/*  border: 2px solid #47b2e4;*/
/*  font-weight: 600;*/
/*}*/

/*.navbar .getstarted:hover {*/
/*  color: #fff;*/
/*  background: #31a9e1;*/
/*}*/

/*.navbar .dropdown ul {*/
/*  display: block;*/
/*  position: absolute;*/
/*  left: 14px;*/
/*  top: calc(100% + 30px);*/
/*  margin: 0;*/
/*  padding: 10px 0;*/
/*  z-index: 99;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  background: #fff;*/
/*  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
/*  transition: 0.3s;*/
/*  border-radius: 4px;*/
/*}*/

/*.navbar .dropdown ul li {*/
/*  min-width: 200px;*/
/*}*/

/*.navbar .dropdown ul a {*/
/*  padding: 10px 20px;*/
/*  font-size: 14px;*/
/*  text-transform: none;*/
/*  font-weight: 500;*/
/*  color: #0c3c53;*/
/*}*/

/*.navbar .dropdown ul a i {*/
/*  font-size: 12px;*/
/*}*/

/*.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {*/
/*  color: #47b2e4;*/
/*}*/

/*.navbar .dropdown:hover > ul {*/
/*  opacity: 1;*/
/*  top: 100%;*/
/*  visibility: visible;*/
/*}*/

/*.navbar .dropdown .dropdown ul {*/
/*  top: 0;*/
/*  left: calc(100% - 30px);*/
/*  visibility: hidden;*/
/*}*/

/*.navbar .dropdown .dropdown:hover > ul {*/
/*  opacity: 1;*/
/*  top: 0;*/
/*  left: 100%;*/
/*  visibility: visible;*/
/*}*/

/*@media (max-width: 1366px) {*/
/*  .navbar .dropdown .dropdown ul {*/
/*    left: -90%;*/
/*  }*/
/*  .navbar .dropdown .dropdown:hover > ul {*/
/*    left: -100%;*/
/*  }*/
/*}*/

/**
* Mobile Navigation 
*/
/*.mobile-nav-toggle {*/
/*  color: #fff;*/
/*  font-size: 28px;*/
/*  cursor: pointer;*/
/*  display: none;*/
/*  line-height: 0;*/
/*  transition: 0.5s;*/
/*}*/

/*.mobile-nav-toggle.bi-x {*/
/*  color: #fff;*/
/*}*/

/*@media (max-width: 991px) {*/
/*  .mobile-nav-toggle {*/
/*    display: block;*/
/*  }*/
/*  .navbar ul {*/
/*    display: none;*/
/*  }*/
/*}*/

/*.navbar-mobile {*/
/*  position: fixed;*/
/*  overflow: hidden;*/
/*  top: 0;*/
/*  right: 0;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  background: rgba(40, 58, 90, 0.9);*/
/*  transition: 0.3s;*/
/*  z-index: 999;*/
/*}*/

/*.navbar-mobile .mobile-nav-toggle {*/
/*  position: absolute;*/
/*  top: 15px;*/
/*  right: 15px;*/
/*}*/

/*.navbar-mobile ul {*/
/*  display: block;*/
/*  position: absolute;*/
/*  top: 55px;*/
/*  right: 15px;*/
/*  bottom: 15px;*/
/*  left: 15px;*/
/*  padding: 10px 0;*/
/*  border-radius: 10px;*/
/*  background-color: #fff;*/
/*  overflow-y: auto;*/
/*  transition: 0.3s;*/
/*}*/

/*.navbar-mobile a {*/
/*  padding: 10px 20px;*/
/*  font-size: 15px;*/
/*  color: #37517e;*/
/*}*/

/*.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {*/
/*  color: #47b2e4;*/
/*}*/

/*.navbar-mobile .getstarted {*/
/*  margin: 15px;*/
/*  color: #37517e;*/
/*}*/

/*.navbar-mobile .dropdown ul {*/
/*  position: static;*/
/*  display: none;*/
/*  margin: 10px 20px;*/
/*  padding: 10px 0;*/
/*  z-index: 99;*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*  background: #fff;*/
/*  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
/*}*/

/*.navbar-mobile .dropdown ul li {*/
/*  min-width: 200px;*/
/*}*/

/*.navbar-mobile .dropdown ul a {*/
/*  padding: 10px 20px;*/
/*}*/

/*.navbar-mobile .dropdown ul a i {*/
/*  font-size: 12px;*/
/*}*/

/*.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {*/
/*  color: #47b2e4;*/
/*}*/

/*.navbar-mobile .dropdown > .dropdown-active {*/
/*  display: block;*/
/*}*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: #37517e;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
  padding: 12px 0;
  text-align: center;
}

.cliens img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.cliens img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .cliens img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.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;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.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: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.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: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #37517e;
}

.pricing h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured {
  border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.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 .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  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;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input, .contact .php-email-form textarea, .contact .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus, .contact .php-email-form select:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form select {
  min-height: 44px;
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #209dd8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #37517e;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  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: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#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 a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}

/*--------------------------------------------------------------
# Website Refresh
--------------------------------------------------------------*/
.navbar {
  padding: 0;
}

.navbar .nav-link {
  color: rgba(255, 255, 255, 0.88);
  padding: 10px 0 10px 24px;
  font-weight: 500;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #fff;
}

.navbar-toggler {
  border: 0;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #d5ebff;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#hero {
  min-height: 100vh;
  height: auto;
  background:
    linear-gradient(135deg, rgba(18, 41, 78, 0.98), rgba(55, 81, 126, 0.92)),
    radial-gradient(circle at top right, rgba(71, 178, 228, 0.25), transparent 35%);
}

#hero h2 {
  max-width: 640px;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions {
  margin-top: 28px;
}

.btn-outline-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px 11px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  color: #fff;
  transition: 0.3s ease;
}

.btn-outline-hero:hover {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.proof-card,
.content-panel,
.process-step,
.value-item,
.mini-cta,
.offer-item {
  border-radius: 18px;
}

.proof-card {
  height: 100%;
  padding: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

.proof-card strong,
.proof-card span {
  display: block;
}

.proof-card span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.content-panel {
  padding: 32px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(55, 81, 126, 0.08);
}

.content-panel h3,
.offer-item h3,
.linkedin-strip h3 {
  color: #37517e;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
}

.check-list li::before {
  content: "\f26e";
  font-family: bootstrap-icons, sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  color: #47b2e4;
}

.module-card,
.sector-card {
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(55, 81, 126, 0.06);
}

.module-link {
  display: inline-block;
  margin-top: 14px;
  color: #0f7db3;
  font-weight: 600;
}

.module-title-link {
  color: inherit;
  text-decoration: none;
}

.module-title-link:hover {
  color: #0f7db3;
}

.module-card .icon,
.sector-card .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
  border-radius: 18px;
  background: #e7f5fb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.module-card .icon i,
.sector-card .icon i {
  font-size: 28px;
  color: #47b2e4;
}

.value-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.value-item {
  padding: 24px;
  background: #fff;
  box-shadow: 0 16px 35px rgba(55, 81, 126, 0.08);
}

.value-item h4,
.process-step h4,
.mini-cta h4 {
  margin-bottom: 10px;
  color: #37517e;
}

.offer-stack {
  display: grid;
  gap: 18px;
}

.offer-item {
  padding: 24px;
  background: #fff;
  box-shadow: 0 16px 35px rgba(55, 81, 126, 0.08);
}

.process-step {
  padding: 28px;
  background: #fff;
  box-shadow: 0 16px 35px rgba(55, 81, 126, 0.08);
}

.process-step span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #37517e;
  color: #fff;
  font-weight: 700;
}

.linkedin-strip {
  background: linear-gradient(180deg, #fff 0%, #eef6ff 100%);
}

.module-pages .module-spotlight {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 24px;
  padding: 28px;
  height: 100%;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(55, 81, 126, 0.08);
}

.module-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-window,
.report-card,
.workflow-board,
.donut-panel {
  width: 100%;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 35px rgba(55, 81, 126, 0.08);
}

.visual-window {
  overflow: hidden;
}

.visual-header {
  display: flex;
  gap: 8px;
  padding: 14px 16px;
  background: #eef5fb;
}

.visual-header span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b0bfd1;
}

.visual-content {
  padding: 18px;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.metric-card {
  padding: 14px;
  border-radius: 14px;
  background: #f5f9fd;
}

.metric-card strong,
.metric-card span {
  display: block;
}

.metric-card strong {
  color: #37517e;
  font-size: 22px;
}

.metric-card span {
  color: #6b7a90;
  font-size: 13px;
}

.table-card {
  padding: 8px 0;
}

.table-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e6eef6;
  color: #37517e;
}

.table-line:last-child {
  border-bottom: 0;
}

.table-line em {
  font-style: normal;
  color: #0f7db3;
  font-weight: 600;
}

.workflow-board {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.workflow-board-large {
  max-width: 420px;
  margin-left: auto;
}

.workflow-step {
  position: relative;
  padding: 14px 16px;
  border-radius: 14px;
  background: #eef5fb;
  color: #37517e;
  font-weight: 600;
}

.workflow-step.active {
  background: linear-gradient(90deg, #47b2e4, #79d2f2);
  color: #fff;
}

.report-bars,
.report-mockup {
  display: grid;
  gap: 16px;
}

.report-card {
  padding: 22px;
}

.report-card h4 {
  margin-bottom: 16px;
  color: #37517e;
}

.bar-item {
  margin-bottom: 14px;
}

.bar-item span {
  display: block;
  margin-bottom: 8px;
  color: #37517e;
  font-weight: 500;
}

.bar {
  height: 10px;
  border-radius: 999px;
  background: #edf3f8;
  overflow: hidden;
}

.bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #47b2e4, #1f97d2);
}

.donut-panel {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px;
}

.donut-chart {
  position: relative;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: conic-gradient(#47b2e4 0 295deg, #dcecf7 295deg 360deg);
}

.donut-chart::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  background: #fff;
}

.donut-chart span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #37517e;
  font-size: 24px;
  font-weight: 700;
  z-index: 1;
}

.module-page {
  background: #fff;
}

.module-page .module-hero {
  padding: 140px 0 80px;
  background:
    linear-gradient(135deg, rgba(18, 41, 78, 0.98), rgba(55, 81, 126, 0.92)),
    radial-gradient(circle at top right, rgba(71, 178, 228, 0.25), transparent 35%);
  color: #fff;
}

.module-page .module-hero h1 {
  color: #fff;
  font-size: 48px;
  line-height: 1.15;
}

.module-page .module-hero p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.7;
}

.module-section {
  padding: 80px 0;
}

.hero-panel {
  background: #fff;
}

.sparkline-mock {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  align-items: end;
  min-height: 110px;
}

.sparkline-mock span {
  display: block;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(180deg, #8ad8f6, #1f97d2);
}

.sparkline-mock span:nth-child(1) { height: 34px; }
.sparkline-mock span:nth-child(2) { height: 62px; }
.sparkline-mock span:nth-child(3) { height: 48px; }
.sparkline-mock span:nth-child(4) { height: 86px; }
.sparkline-mock span:nth-child(5) { height: 72px; }

.articles {
  background: #fff;
}

.article-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 28px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(55, 81, 126, 0.08);
}

.article-card h3 {
  margin: 14px 0 10px;
  font-size: 22px;
  color: #37517e;
}

.article-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef7fd;
  color: #0f7db3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-date,
.article-meta {
  color: #6b7a90;
  font-size: 14px;
}

.article-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.article-body p {
  margin-bottom: 16px;
  line-height: 1.8;
}

.mini-cta {
  margin-top: 24px;
  padding: 22px;
  background: #f3f5fa;
}

.interest-help {
  margin-bottom: 8px;
  color: #6b7a90;
  font-size: 14px;
}

.interest-select {
  min-height: 220px;
  border: 1px solid #dce3ee;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.interest-select:focus {
  box-shadow: 0 0 0 4px rgba(71, 178, 228, 0.16);
}

.interest-select option {
  padding: 10px 12px;
  border-radius: 8px;
}

.form-status {
  display: none;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 500;
}

.form-status.loading,
.form-status.success,
.form-status.error {
  display: block;
}

.form-status.loading {
  background: #f3f5fa;
  color: #37517e;
}

.form-status.success {
  background: #e6f8ef;
  color: #146c43;
}

.form-status.error {
  background: #fdecec;
  color: #b42318;
}

.footer-inline-form + .form-status {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.chat-launcher {
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 998;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  padding: 14px 18px;
  border-radius: 999px;
  background: #0f7db3;
  color: #fff;
  box-shadow: 0 14px 35px rgba(15, 125, 179, 0.35);
}

.chatbot-panel {
  position: fixed;
  right: 18px;
  bottom: 90px;
  z-index: 998;
  width: min(360px, calc(100vw - 24px));
  padding: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(26, 38, 58, 0.2);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: 0.25s ease;
}

.chatbot-panel.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.chatbot-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  background: #37517e;
  color: #fff;
}

.chatbot-header p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.chatbot-close {
  border: 0;
  background: transparent;
  color: #fff;
}

.chatbot-body {
  max-height: 320px;
  overflow-y: auto;
  padding: 18px;
  background: #f8fbff;
}

.chat-message {
  max-width: 88%;
  margin-bottom: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.chat-message.bot {
  background: #fff;
  color: #37517e;
  box-shadow: 0 8px 18px rgba(55, 81, 126, 0.08);
}

.chat-message.user {
  margin-left: auto;
  background: #47b2e4;
  color: #fff;
}

.chat-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chat-chip {
  border: 1px solid #d8e9f7;
  background: #fff;
  color: #37517e;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
}

.chatbot-ask,
.chatbot-lead-form {
  padding: 14px 18px 18px;
  background: #fff;
}

.chatbot-ask {
  display: flex;
  gap: 10px;
  border-top: 1px solid #edf2f7;
}

.chatbot-ask input {
  flex: 1;
  border: 1px solid #d0dae7;
  border-radius: 12px;
  padding: 10px 12px;
}

.chatbot-ask button,
.chatbot-submit {
  border: 0;
  border-radius: 12px;
  background: #47b2e4;
  color: #fff;
}

.chatbot-ask button {
  min-width: 46px;
}

.chatbot-submit {
  width: 100%;
  padding: 12px;
  margin-top: 12px;
}

@media (max-width: 991px) {
  .navbar-collapse {
    margin-top: 14px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(40, 58, 90, 0.98);
  }

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

  .value-grid {
    grid-template-columns: 1fr;
  }

  .module-pages .module-spotlight {
    grid-template-columns: 1fr;
  }

  #hero {
    padding-top: 96px;
    padding-bottom: 48px;
  }

  #hero .hero-img img {
    width: min(320px, 80%);
  }
}

@media (max-width: 767px) {
  .content-panel,
  .value-item,
  .offer-item,
  .process-step {
    padding: 24px;
  }

  .metric-row,
  .donut-panel {
    grid-template-columns: 1fr;
  }

  .donut-chart,
  .workflow-board-large {
    margin-left: 0;
  }

  .module-page .module-hero h1 {
    font-size: 34px;
  }

  .chatbot-panel {
    right: 12px;
    bottom: 82px;
    width: calc(100vw - 24px);
  }

  .chat-launcher {
    right: 12px;
    bottom: 16px;
  }
}

/*--------------------------------------------------------------
# Futuristic Glass + Neural Visuals
--------------------------------------------------------------*/
:root {
  --tbt-space: #050816;
  --tbt-space-2: #0b1230;
  --tbt-glass: rgba(14, 22, 52, 0.42);
  --tbt-glass-strong: rgba(18, 27, 62, 0.62);
  --tbt-glass-border: rgba(165, 238, 255, 0.34);
  --tbt-neon-purple: #9b5cff;
  --tbt-neon-blue: #36a3ff;
  --tbt-neon-cyan: #35f4ff;
  --tbt-text-soft: rgba(232, 244, 255, 0.78);
}

html {
  background: var(--tbt-space);
}

body {
  position: relative;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 12%, rgba(155, 92, 255, 0.24), transparent 28rem),
    radial-gradient(circle at 84% 8%, rgba(53, 244, 255, 0.18), transparent 24rem),
    linear-gradient(135deg, var(--tbt-space), var(--tbt-space-2) 52%, #070b1f);
  color: var(--tbt-text-soft);
}

body.module-page {
  background:
    radial-gradient(circle at 18% 12%, rgba(155, 92, 255, 0.24), transparent 28rem),
    radial-gradient(circle at 84% 8%, rgba(53, 244, 255, 0.18), transparent 24rem),
    linear-gradient(135deg, var(--tbt-space), var(--tbt-space-2) 52%, #070b1f);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(53, 244, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(155, 92, 255, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 78%);
}

.neural-backdrop {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}

.neural-grid,
.neural-wave,
.neural-backdrop .node {
  position: absolute;
}

.neural-grid {
  inset: -20%;
  opacity: 0.48;
  background:
    radial-gradient(circle, rgba(53, 244, 255, 0.24) 0 2px, transparent 3px) 0 0 / 96px 96px,
    linear-gradient(115deg, transparent 0 48%, rgba(53, 244, 255, 0.16) 49%, transparent 50% 100%) 0 0 / 190px 190px,
    linear-gradient(65deg, transparent 0 48%, rgba(155, 92, 255, 0.14) 49%, transparent 50% 100%) 0 0 / 220px 220px;
  animation: neural-drift 26s linear infinite;
}

.neural-wave {
  width: 72vw;
  height: 72vw;
  border: 1px solid rgba(53, 244, 255, 0.16);
  border-radius: 43% 57% 48% 52%;
  filter: blur(0.2px) drop-shadow(0 0 30px rgba(53, 244, 255, 0.18));
  animation: neural-pulse 12s ease-in-out infinite alternate;
}

.neural-wave-one {
  top: 7%;
  right: -22vw;
}

.neural-wave-two {
  left: -28vw;
  bottom: -22vw;
  border-color: rgba(155, 92, 255, 0.16);
  animation-delay: -5s;
}

.neural-backdrop .node {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--tbt-neon-cyan);
  box-shadow: 0 0 14px var(--tbt-neon-cyan), 0 0 34px rgba(53, 244, 255, 0.55);
  animation: node-float 8s ease-in-out infinite alternate;
}

.node-a { top: 18%; left: 11%; }
.node-b { top: 31%; left: 78%; animation-delay: -2s; background: var(--tbt-neon-purple); box-shadow: 0 0 16px var(--tbt-neon-purple), 0 0 34px rgba(155, 92, 255, 0.5); }
.node-c { top: 54%; left: 18%; animation-delay: -4s; }
.node-d { top: 70%; left: 70%; animation-delay: -1s; background: var(--tbt-neon-blue); }
.node-e { top: 42%; left: 50%; animation-delay: -6s; }
.node-f { top: 84%; left: 34%; animation-delay: -3s; background: var(--tbt-neon-purple); box-shadow: 0 0 16px var(--tbt-neon-purple), 0 0 34px rgba(155, 92, 255, 0.5); }

#header,
#header.header-scrolled,
#header.header-inner-pages {
  border-bottom: 1px solid rgba(165, 238, 255, 0.26);
  background: rgba(5, 8, 22, 0.58);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  backdrop-filter: blur(24px) saturate(145%);
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.28), 0 0 34px rgba(53, 244, 255, 0.16), inset 0 -1px 0 rgba(155, 92, 255, 0.18);
}

section,
.module-section,
.articles {
  position: relative;
  z-index: 1;
  background: transparent;
}

.section-bg,
.linkedin-strip,
#footer .footer-newsletter {
  background:
    linear-gradient(135deg, rgba(16, 24, 56, 0.72), rgba(8, 14, 35, 0.52)),
    radial-gradient(circle at 20% 0%, rgba(155, 92, 255, 0.12), transparent 34rem);
}

#hero,
.module-page .module-hero,
.cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 18%, rgba(53, 244, 255, 0.24), transparent 26rem),
    radial-gradient(circle at 18% 28%, rgba(155, 92, 255, 0.26), transparent 30rem),
    linear-gradient(135deg, rgba(5, 8, 22, 0.96), rgba(12, 20, 51, 0.9));
}

#hero::before,
.module-page .module-hero::before,
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(53, 244, 255, 0.24) 0 2px, transparent 3px) 0 0 / 110px 110px,
    linear-gradient(120deg, transparent 0 46%, rgba(53, 244, 255, 0.13) 47%, transparent 48% 100%) 0 0 / 210px 210px;
  opacity: 0.5;
  animation: neural-drift 28s linear infinite;
}

#hero .container,
.module-page .module-hero .container,
.cta .container {
  position: relative;
  z-index: 1;
}

#hero h1,
.module-page .module-hero h1 {
  text-shadow: 0 0 28px rgba(53, 244, 255, 0.18);
}

#hero h2,
.module-page .module-hero p,
.section-title p,
.content-panel p,
.offer-item p,
.process-step p,
.value-item p,
.article-card p,
.faq .faq-list p,
#footer .footer-newsletter,
#footer .footer-top .footer-contact p,
.article-date,
.article-meta,
.metric-card span {
  color: var(--tbt-text-soft);
}

.section-title h2,
.content-panel h3,
.offer-item h3,
.linkedin-strip h3,
.value-item h4,
.process-step h4,
.mini-cta h4,
.article-card h3,
.services .icon-box h4 a,
.metric-card strong,
.table-line,
.report-card h4,
.bar-item span,
.breadcrumbs h2,
#footer .footer-newsletter h4,
#footer .footer-top .footer-contact h3,
#footer .footer-top h4 {
  color: #f7fbff;
}

.section-title h2::before {
  background: rgba(165, 238, 255, 0.18);
}

.section-title h2::after {
  width: 70px;
  left: calc(50% - 35px);
  background: linear-gradient(90deg, var(--tbt-neon-purple), var(--tbt-neon-blue), var(--tbt-neon-cyan));
  box-shadow: 0 0 18px rgba(53, 244, 255, 0.72);
}

.eyebrow,
.article-tag {
  border: 1px solid rgba(165, 238, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #baf8ff;
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  backdrop-filter: blur(20px) saturate(150%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 0 24px rgba(53, 244, 255, 0.22), 0 0 38px rgba(155, 92, 255, 0.12);
}

#hero .btn-get-started,
.module-page .btn-get-started,
.btn-primary,
.contact .php-email-form button[type="submit"],
.chat-launcher,
.chatbot-ask button,
.chatbot-submit,
#footer .footer-newsletter form input[type="submit"] {
  border: 0;
  background: linear-gradient(135deg, var(--tbt-neon-purple), var(--tbt-neon-blue) 48%, var(--tbt-neon-cyan));
  color: #fff;
  box-shadow: 0 0 22px rgba(53, 244, 255, 0.34), 0 16px 35px rgba(0, 0, 0, 0.28);
}

#hero .btn-get-started:hover,
.module-page .btn-get-started:hover,
.btn-primary:hover,
.contact .php-email-form button[type="submit"]:hover,
.chat-launcher:hover,
.chatbot-submit:hover,
#footer .footer-newsletter form input[type="submit"]:hover {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.btn-outline-hero,
.btn-outline-primary,
.cta .cta-btn {
  border-color: rgba(165, 238, 255, 0.4);
  background: rgba(255, 255, 255, 0.06);
  color: #e8fbff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 0 24px rgba(155, 92, 255, 0.12);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  backdrop-filter: blur(20px) saturate(145%);
}

.btn-outline-hero:hover,
.btn-outline-primary:hover,
.cta .cta-btn:hover {
  border-color: rgba(53, 244, 255, 0.88);
  background: rgba(53, 244, 255, 0.12);
  color: #fff;
  box-shadow: 0 0 24px rgba(53, 244, 255, 0.36);
}

.proof-card,
.content-panel,
.process-step,
.value-item,
.mini-cta,
.offer-item,
.module-card,
.sector-card,
.module-pages .module-spotlight,
.visual-window,
.report-card,
.workflow-board,
.donut-panel,
.article-card,
.contact .info,
.contact .php-email-form,
.faq .faq-list li,
.pricing .box,
.team .member,
.chatbot-panel,
.modal-content,
#footer .footer-newsletter form,
#footer .footer-top {
  border: 1px solid var(--tbt-glass-border);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.028)),
    var(--tbt-glass);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 0 30px rgba(53, 244, 255, 0.035),
    0 20px 55px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(53, 244, 255, 0.16),
    0 0 52px rgba(155, 92, 255, 0.08);
  -webkit-backdrop-filter: blur(24px) saturate(155%);
  backdrop-filter: blur(24px) saturate(155%);
}

.proof-card:hover,
.module-card:hover,
.sector-card:hover,
.content-panel:hover,
.process-step:hover,
.value-item:hover,
.offer-item:hover,
.article-card:hover {
  border-color: rgba(53, 244, 255, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 0 38px rgba(53, 244, 255, 0.055),
    0 26px 70px rgba(0, 0, 0, 0.38),
    0 0 42px rgba(53, 244, 255, 0.32),
    0 0 64px rgba(155, 92, 255, 0.2);
}

.services .icon-box {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.028)),
    var(--tbt-glass);
}

.module-card .icon,
.sector-card .icon,
.contact .info i,
.process-step span {
  background: linear-gradient(135deg, rgba(155, 92, 255, 0.35), rgba(53, 244, 255, 0.24));
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(165, 238, 255, 0.22), 0 0 24px rgba(53, 244, 255, 0.22);
}

.module-card .icon i,
.sector-card .icon i,
.contact .info i,
.check-list li::before,
.module-link,
.module-title-link:hover,
#footer .footer-top .footer-links ul i,
#footer .footer-top .footer-links ul a:hover {
  color: var(--tbt-neon-cyan);
}

.visual-header,
.chatbot-header {
  background: linear-gradient(90deg, rgba(155, 92, 255, 0.28), rgba(53, 244, 255, 0.18));
}

.visual-header span:nth-child(1) { background: var(--tbt-neon-purple); box-shadow: 0 0 10px var(--tbt-neon-purple); }
.visual-header span:nth-child(2) { background: var(--tbt-neon-blue); box-shadow: 0 0 10px var(--tbt-neon-blue); }
.visual-header span:nth-child(3) { background: var(--tbt-neon-cyan); box-shadow: 0 0 10px var(--tbt-neon-cyan); }

.metric-card,
.workflow-step,
.chat-message.bot,
.chat-chip,
.chatbot-body,
.chatbot-ask,
.chatbot-lead-form,
.interest-select,
.form-control,
.contact .php-email-form input,
.contact .php-email-form textarea,
.contact .php-email-form select {
  border-color: rgba(165, 238, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
  color: #eefaff;
}

.workflow-step.active,
.bar i,
.sparkline-mock span {
  background: linear-gradient(90deg, var(--tbt-neon-purple), var(--tbt-neon-blue), var(--tbt-neon-cyan));
  box-shadow: 0 0 18px rgba(53, 244, 255, 0.4);
}

.table-line {
  border-bottom-color: rgba(165, 238, 255, 0.16);
}

.table-line em {
  color: #7ff8ff;
}

.bar {
  background: rgba(255, 255, 255, 0.1);
}

.donut-chart {
  background: conic-gradient(var(--tbt-neon-purple) 0 120deg, var(--tbt-neon-blue) 120deg 240deg, var(--tbt-neon-cyan) 240deg 295deg, rgba(255, 255, 255, 0.12) 295deg 360deg);
  box-shadow: 0 0 32px rgba(53, 244, 255, 0.18);
}

.donut-chart::before {
  background: rgba(8, 14, 35, 0.92);
}

.donut-chart span,
.chat-message.bot {
  color: #f7fbff;
}

.chat-message.user {
  background: linear-gradient(135deg, var(--tbt-neon-purple), var(--tbt-neon-blue));
}

.form-control::placeholder,
.chatbot-ask input::placeholder,
#footer .footer-newsletter form input[type="email"]::placeholder {
  color: rgba(232, 244, 255, 0.56);
}

.form-control:focus,
.chatbot-ask input:focus,
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus,
.contact .php-email-form select:focus,
.interest-select:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(53, 244, 255, 0.72);
  box-shadow: 0 0 0 4px rgba(53, 244, 255, 0.13), 0 0 24px rgba(53, 244, 255, 0.18);
}

#footer {
  background: rgba(5, 8, 22, 0.96);
}

#footer .footer-top .footer-links ul a,
#footer .footer-top .footer-contact a,
#footer .footer-newsletter p {
  color: var(--tbt-text-soft);
}

.modal-content {
  color: var(--tbt-text-soft);
}

.modal-header,
.modal-footer {
  border-color: rgba(165, 238, 255, 0.16);
}

@keyframes neural-drift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-96px, 96px, 0);
  }
}

@keyframes neural-pulse {
  0% {
    transform: rotate(0deg) scale(0.92);
    opacity: 0.32;
  }
  100% {
    transform: rotate(14deg) scale(1.04);
    opacity: 0.72;
  }
}

@keyframes node-float {
  0% {
    transform: translate3d(0, 0, 0) scale(0.8);
    opacity: 0.48;
  }
  100% {
    transform: translate3d(18px, -24px, 0) scale(1.2);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .neural-grid,
  .neural-wave,
  .neural-backdrop .node,
  #hero::before,
  .module-page .module-hero::before,
  .cta::before {
    animation: none;
  }
}
