/**
* Template Name: OnePage - v4.10.0
* Template URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

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

a {
  color: #2487ce;
  text-decoration: none;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

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

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

.back-to-top:hover {
  background: #3e9bdd;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2487ce;
  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);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background: #fff;
  z-index: 997;
  padding: 15px 0;
  border-bottom: 1px solid #e6f2fb;
}

#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #16507b;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# 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: 14px;
  color: #16507b;
  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: #2487ce;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #2487ce;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #3194db;
}

.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;
  text-transform: none;
}

.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: #2487ce;
}

.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: #124265;
  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(10, 38, 58, 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;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #124265;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #2487ce;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.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: #2487ce;
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

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

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  color: #124265;
  font-family: "Poppins", sans-serif;
}

#hero h2 {
  color: #5e5e5e;
  margin: 10px 0 0 0;
  font-size: 22px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #2487ce;
}

#hero .btn-get-started:hover {
  background: #3194db;
}

#hero .icon-boxes {
  margin-top: 100px;
}

#hero .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

#hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#hero .icon-box .title a {
  color: #124265;
  transition: 0.3s;
}

#hero .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

#hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #2487ce;
}

#hero .icon-box:hover {
  transform: scale(1.08);
}

#hero .icon-box:hover .title a {
  color: #2487ce;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-height: 800px) {
  #hero {
    height: auto;
  }
}

@media (max-width: 992px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

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

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

.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: 0;
  color: #124265;
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.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: #2487ce;
  line-height: 1;
}

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

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

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

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 60px 0;
}

.counts .count-box {
  width: 100%;
  text-align: center;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 48px;
  display: block;
  font-weight: 700;
  color: #124265;
  margin-left: 80px;
  margin: auto;
}

.counts .count-box p {
  padding: 8px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1e6ca6;
}

/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/
.about-video .content {
  font-size: 15px;
}

.about-video .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #124265;
}

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

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

.about-video .content ul i {
  font-size: 24px;
  color: #2487ce;
  position: absolute;
  left: 0;
  top: -2px;
}

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

.about-video .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#2487ce 50%, rgba(36, 135, 206, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about-video .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about-video .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(36, 135, 206, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about-video .play-btn:hover::after {
  border-left: 15px solid #2487ce;
  transform: scale(20);
}

.about-video .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

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

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

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


/*--------------------------------------------------------------
# okeco
--------------------------------------------------------------*/
.okeco .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.okeco .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.okeco .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.okeco .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.okeco .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.okeco .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.okeco .icon-box h4 a {
  color: #124265;
  transition: ease-in-out 0.3s;
}

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

.okeco .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.okeco .iconbox-blue i {
  color: #47aeff;
}

.okeco .iconbox-blue:hover .icon i {
  color: #fff;
}

.okeco .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.okeco .iconbox-orange i {
  color: #ffa76e;
}

.okeco .iconbox-orange:hover .icon i {
  color: #fff;
}

.okeco .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.okeco .iconbox-pink i {
  color: #e80368;
}

.okeco .iconbox-pink:hover .icon i {
  color: #fff;
}

.okeco .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.okeco .iconbox-yellow i {
  color: #ffbb2c;
}

.okeco .iconbox-yellow:hover .icon i {
  color: #fff;
}

.okeco .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.okeco .iconbox-red i {
  color: #ff5828;
}

.okeco .iconbox-red:hover .icon i {
  color: #fff;
}

.okeco .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.okeco .iconbox-teal i {
  color: #11dbcf;
}

.okeco .iconbox-teal:hover .icon i {
  color: #fff;
}

.okeco .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

.okeco .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #2487ce;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 16px;
  border: 2px solid #2487ce;
}

.okeco .btn-learn-more:hover {
  background: #2487ce;
  color: #fff;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Cross
--------------------------------------------------------------*/
.cross .content h3 {
  font-weight: 600;
  font-size: 26px;
}

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

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

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

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

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

.cross .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #2487ce;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #2487ce;
}

.cross .content .btn-learn-more:hover {
  background: #2487ce;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# solutions
--------------------------------------------------------------*/
.solutions .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.solutions .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.solutions .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.solutions .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.solutions .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.solutions .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.solutions .icon-box h4 a {
  color: #124265;
  transition: ease-in-out 0.3s;
}

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

.solutions .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.solutions .iconbox-blue i {
  color: #47aeff;
}

.solutions .iconbox-blue:hover .icon i {
  color: #fff;
}

.solutions .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.solutions .iconbox-orange i {
  color: #ffa76e;
}

.solutions .iconbox-orange:hover .icon i {
  color: #fff;
}

.solutions .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.solutions .iconbox-pink i {
  color: #e80368;
}

.solutions .iconbox-pink:hover .icon i {
  color: #fff;
}

.solutions .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.solutions .iconbox-yellow i {
  color: #ffbb2c;
}

.solutions .iconbox-yellow:hover .icon i {
  color: #fff;
}

.solutions .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.solutions .iconbox-red i {
  color: #ff5828;
}

.solutions .iconbox-red:hover .icon i {
  color: #fff;
}

.solutions .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.solutions .iconbox-teal i {
  color: #11dbcf;
}

.solutions .iconbox-teal:hover .icon i {
  color: #fff;
}

.solutions .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #2487ce;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #2487ce;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #2487ce;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(36, 135, 206, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

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

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# 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 #2487ce;
}

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

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(18, 66, 101, 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 {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #124265;
  margin: 0 10px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #2487ce;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #124265;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #124265;
}

.pricing .box h4 {
  font-size: 42px;
  color: #2487ce;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #124265;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  color: #2487ce;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #2487ce;
}

.pricing .box .btn-buy:hover {
  background: #2487ce;
  color: #fff;
}

.pricing .featured {
  background: #2487ce;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  color: #fff;
  border: 2px solid #fff;
}

.pricing .featured .btn-buy:hover {
  background: #fff;
  color: #2487ce;
}

/*--------------------------------------------------------------
# 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: #87c1ea;
}

.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: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #2487ce;
}

.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;
  }
}

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

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

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 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: #1a5e90;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #f8fbfe;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#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: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #124265;
  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: #2487ce;
  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: #2487ce;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #cde5f6;
}

#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: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #2487ce;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #3194db;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

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

#footer .social-links a:hover {
  background: #3194db;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# TPS Homepage Styles
--------------------------------------------------------------*/
:root {
  --tps-primary: #0d3b66;
  --tps-primary-light: #1a5490;
  --tps-accent: #3a86ff;
  --tps-dark: #061a2e;
  --tps-light: #f4f7fb;
  --tps-text: #2c3e50;
  --tps-muted: #6c757d;
  --tps-border: #e6ecf3;
}

.tps-header {
  background: #ffffff !important;
  box-shadow: 0 2px 8px rgba(13, 59, 102, 0.08);
}

.tps-header .logo a {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: var(--tps-primary);
}

.tps-logo-mark {
  font-weight: 700;
  font-size: 24px;
  color: var(--tps-primary);
  letter-spacing: 0.5px;
}

.tps-logo-text {
  font-weight: 500;
  font-size: 16px;
  color: var(--tps-primary);
  letter-spacing: 1px;
  text-transform: uppercase;
}

#navbar ul li a {
  color: var(--tps-text) !important;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 10px !important;
  transition: color 0.2s ease;
}

#navbar ul li a:hover,
#navbar ul li a.active {
  color: var(--tps-accent) !important;
}

.btn-request-demo {
  background: var(--tps-accent) !important;
  color: #fff !important;
  padding: 9px 22px !important;
  border-radius: 6px;
  font-weight: 600 !important;
  font-size: 14px !important;
  margin-left: 10px !important;
  margin-right: 0 !important;
  transition: all 0.25s ease;
  text-decoration: none !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1.2 !important;
  float: none !important;
}

.btn-request-demo:hover {
  background: var(--tps-primary);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(58, 134, 255, 0.25);
}

.navbar-inner {
  display: flex;
  align-items: center;
  gap: 4px;
}

@media (max-width: 991px) {
  .navbar-inner {
    display: none;
  }
}

/* ====== Hero Section ====== */
.tps-hero {
  padding: 140px 0 80px;
  background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}
.tps-hero .row.align-items-center {
  align-items: flex-start !important;
}

.tps-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(58, 134, 255, 0.1);
  color: var(--tps-accent);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 24px;
}

.tps-tag-icon i {
  font-size: 14px;
}

.tps-hero-title {
  font-family: "Raleway", sans-serif;
  font-size: 46px;
  font-weight: 800;
  color: var(--tps-primary);
  line-height: 1.15;
  margin-bottom: 18px;
}

.tps-hero-highlight {
  font-size: 18px;
  font-weight: 600;
  color: var(--tps-accent);
  margin-bottom: 14px;
}

.tps-hero-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--tps-muted);
  margin-bottom: 28px;
  max-width: 540px;
}

.tps-hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-tps-primary {
  background: var(--tps-accent);
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease;
  border: 2px solid var(--tps-accent);
}

.btn-tps-primary:hover {
  background: var(--tps-primary);
  border-color: var(--tps-primary);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(13, 59, 102, 0.2);
}

.btn-tps-outline {
  background: transparent;
  color: var(--tps-accent);
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease;
  border: 2px solid var(--tps-accent);
}

.btn-tps-outline:hover {
  background: var(--tps-accent);
  color: #fff;
  transform: translateY(-2px);
}

.btn-tps-light {
  background: #fff;
  color: var(--tps-primary);
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #fff;
  transition: all 0.25s ease;
}

.btn-tps-light:hover {
  background: transparent;
  color: #fff;
  transform: translateY(-2px);
}

.btn-tps-outline-white {
  background: transparent;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #fff;
  transition: all 0.25s ease;
}

.btn-tps-outline-white:hover {
  background: #fff;
  color: var(--tps-primary);
  transform: translateY(-2px);
}

/* ====== Platform Visual (Orbit) ====== */
.tps-platform-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tps-platform-center {
  position: relative;
  z-index: 2;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #3a86ff, #0d3b66);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 60px rgba(58, 134, 255, 0.4);
  animation: tps-core-pulse 3s ease-in-out infinite;
}

@keyframes tps-core-pulse {
  0%, 100% { box-shadow: 0 0 60px rgba(58, 134, 255, 0.4); }
  50% { box-shadow: 0 0 90px rgba(58, 134, 255, 0.65); }
}

.tps-platform-core {
  text-align: center;
  color: #fff;
}

.tps-core-title {
  display: block;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 1px;
}

.tps-core-subtitle {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.tps-orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px dashed rgba(58, 134, 255, 0.25);
}

.tps-orbit-1::before {
  content: "";
  position: absolute;
  inset: 30px;
  border-radius: 50%;
  border: 1px dashed rgba(58, 134, 255, 0.18);
}

.tps-orbit-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(var(--angle)) translate(0, -250px) rotate(calc(-1 * var(--angle)));
  background: #fff;
  padding: 8px 12px;
  border-radius: 30px;
  box-shadow: 0 6px 18px rgba(13, 59, 102, 0.12);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 500;
  color: var(--tps-primary);
  white-space: nowrap;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.tps-orbit-item:hover {
  box-shadow: 0 10px 24px rgba(58, 134, 255, 0.25);
  z-index: 5;
}

.tps-orbit-item i {
  color: var(--tps-accent);
  font-size: 14px;
}

@media (max-width: 991px) {
  .tps-platform-visual {
    max-width: 380px;
    margin-top: 40px;
    margin-left: 0 !important;
  }
  .tps-platform-center {
    width: 140px;
    height: 140px;
  }
  .tps-platform-core .tps-core-title {
    font-size: 24px;
  }
  .tps-platform-core .tps-core-subtitle {
    font-size: 12px;
  }
  .tps-orbit-item {
    transform: translate(-50%, -50%) rotate(var(--angle)) translate(0, -150px) rotate(calc(-1 * var(--angle)));
    font-size: 10px;
    padding: 5px 8px;
    gap: 4px;
  }
  .tps-orbit-item i {
    font-size: 12px;
  }
}

/* Tablet / small screens */
@media (max-width: 767px) {
  .tps-platform-visual {
    max-width: 320px;
  }
  .tps-platform-center {
    width: 110px;
    height: 110px;
  }
  .tps-platform-core .tps-core-title {
    font-size: 20px;
  }
  .tps-platform-core .tps-core-subtitle {
    font-size: 10px;
  }
  .tps-orbit-item {
    transform: translate(-50%, -50%) rotate(var(--angle)) translate(0, -125px) rotate(calc(-1 * var(--angle)));
    font-size: 9px;
    padding: 4px 7px;
    max-width: 110px;
    text-align: center;
    line-height: 1.2;
  }
  .tps-orbit-item i {
    font-size: 11px;
  }
}

/* Mobile phones */
@media (max-width: 575px) {
  .tps-platform-visual {
    max-width: 280px;
  }
  .tps-platform-center {
    width: 90px;
    height: 90px;
  }
  .tps-platform-core .tps-core-title {
    font-size: 18px;
  }
  .tps-platform-core .tps-core-subtitle {
    font-size: 9px;
  }
  .tps-orbit-item {
    transform: translate(-50%, -50%) rotate(var(--angle)) translate(0, -110px) rotate(calc(-1 * var(--angle)));
    font-size: 8.5px;
    padding: 4px 6px;
    max-width: 95px;
    text-align: center;
    line-height: 1.15;
  }
  .tps-orbit-item i {
    font-size: 10px;
  }
}

/* ====== Enhanced Orbit Item Hover (Enlarge) ====== */
.tps-orbit-item {
  cursor: pointer;
}

.tps-orbit-item:hover {
  box-shadow: 0 10px 24px rgba(58, 134, 255, 0.25);
  z-index: 5;
}

.tps-orbit-item.active {
  box-shadow: 0 10px 24px rgba(58, 134, 255, 0.25);
  z-index: 5;
}

/* ====== Hero Section Two-Column Layout ====== */
.tps-hero-ecosystem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
}

.tps-hero-info {
  flex: 1 1 360px;
}

.tps-hero-orbit {
  flex: 1 1 460px;
  position: relative;
}

/* ====== Hint Text Under Orbit ====== */
.tps-orbit-hint {
  text-align: center;
  font-size: 12px;
  color: var(--tps-muted);
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.tps-orbit-hint i {
  color: var(--tps-accent);
}

/* ====== Hover Experience Panel ====== */
.tps-orbit-with-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  justify-items: center;
  min-height: 0;
}

.tps-orbit-with-panel .tps-platform-visual {
  width: 100%;
  max-width: 360px;
  grid-column: 2;
  justify-self: start;
  margin-top: 60px;
  margin-left: -120px;
}

.tps-hover-panel {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 16px 48px rgba(13, 59, 102, 0.18);
  border: 1px solid var(--tps-border);
  padding: 14px;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  width: 280px;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
}

.tps-hover-panel::-webkit-scrollbar {
  width: 4px;
}
.tps-hover-panel::-webkit-scrollbar-thumb {
  background: var(--tps-border);
  border-radius: 2px;
}

.tps-hover-panel.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.tps-hover-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--tps-border);
  margin-bottom: 14px;
}

.tps-hover-panel-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tps-hover-panel-title-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #3a86ff, #0d3b66);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.tps-hover-panel-title h4 {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--tps-text);
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.tps-hover-panel-title .ai-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  background: #e6efff;
  color: var(--tps-primary);
  padding: 3px 8px;
  border-radius: 4px;
  margin-top: 4px;
  letter-spacing: 1px;
}

.tps-hover-panel-close {
  background: transparent;
  border: none;
  color: var(--tps-muted);
  font-size: 18px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  transition: color 0.2s ease;
}

.tps-hover-panel-close:hover {
  color: var(--tps-text);
}

.tps-hover-panel-desc {
  font-size: 12px;
  color: var(--tps-muted);
  line-height: 1.55;
  margin-bottom: 16px;
}

/* ====== Products Inside Hover Panel ====== */
.tps-hover-panel-section {
  margin-bottom: 16px;
}

.tps-hover-panel-label {
  font-size: 10px;
  font-weight: 700;
  color: var(--tps-primary);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tps-hover-panel-label::before {
  content: "";
  width: 12px;
  height: 2px;
  background: var(--tps-primary);
  border-radius: 1px;
}

.tps-hover-panel-products {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tps-hover-product-card {
  background: #f8fafc;
  border: 1px solid var(--tps-border);
  border-radius: 10px;
  padding: 10px 12px;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
  position: relative;
  min-width: 0;
}

.tps-hover-product-card:hover {
  background: #eef4ff;
  border-color: var(--tps-primary);
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(58, 134, 255, 0.12);
  color: inherit;
  text-decoration: none;
}

.tps-hover-product-icon {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  flex-shrink: 0;
}

.tps-hover-product-info {
  flex: 1;
  min-width: 0;
}

.tps-hover-product-info strong {
  font-size: 12px;
  font-weight: 700;
  color: var(--tps-text);
  display: block;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tps-hover-product-info small {
  font-size: 10.5px;
  color: var(--tps-muted);
  display: block;
  line-height: 1.3;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tps-hover-product-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 8px;
  font-weight: 700;
  background: #fbbf24;
  color: #1e3a8a;
  padding: 2px 5px;
  border-radius: 3px;
  letter-spacing: 0.3px;
}

.tps-hover-product-badge.popular {
  background: #22c55e;
  color: #fff;
}

/* ====== Key Capabilities Grid ====== */
.tps-hover-panel-capgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 12px;
}

.tps-hover-panel-capitem {
  font-size: 11px;
  color: var(--tps-muted);
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.3;
}

.tps-hover-panel-capitem::before {
  content: "\F26E";
  font-family: "bootstrap-icons";
  color: var(--tps-primary);
  font-size: 10px;
  flex-shrink: 0;
}

/* ====== Hover Panel Action Buttons ====== */
.tps-hover-panel-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
  margin-top: 8px;
}

.tps-hover-panel-btn {
  font-size: 11px;
  font-weight: 600;
  padding: 8px 6px;
  border-radius: 6px;
  border: 1px solid var(--tps-border);
  background: #fff;
  color: var(--tps-text);
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  line-height: 1.2;
}

.tps-hover-panel-btn i {
  font-size: 16px;
  color: var(--tps-primary);
  transition: color 0.2s ease;
}

.tps-hover-panel-btn:hover {
  background: var(--tps-primary);
  color: #fff;
  border-color: var(--tps-primary);
  text-decoration: none;
}

.tps-hover-panel-btn:hover i {
  color: #fff;
}

.tps-hover-panel-btn.btn-primary-tps {
  background: var(--tps-primary);
  color: #fff;
  border-color: var(--tps-primary);
}

.tps-hover-panel-btn.btn-primary-tps i {
  color: #fff;
}

.tps-hover-panel-btn.btn-primary-tps:hover {
  background: #0d3b66;
  border-color: #0d3b66;
}

/* ====== How It Works Section ====== */
.tps-how-section {
  padding: 70px 0;
  background: #f8fafc;
}

.tps-how-head {
  text-align: center;
  margin-bottom: 40px;
}

.tps-how-head h2 {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--tps-primary);
  margin-bottom: 8px;
}

.tps-how-head p {
  font-size: 14px;
  color: var(--tps-muted);
  margin: 0;
}

.tps-how-flow {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: nowrap;
}

.tps-how-step {
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--tps-border);
  border-radius: 14px;
  padding: 22px 16px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.tps-how-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(13, 59, 102, 0.1);
  border-color: var(--tps-primary);
}

.tps-how-step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3a86ff, #0d3b66);
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.tps-how-step-icon {
  font-size: 28px;
  color: var(--tps-primary);
  margin-bottom: 8px;
  display: block;
}

.tps-how-step h5 {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--tps-text);
  margin-bottom: 6px;
}

.tps-how-step p {
  font-size: 11px;
  color: var(--tps-muted);
  line-height: 1.45;
  margin: 0;
}

.tps-how-arrow {
  align-self: center;
  color: var(--tps-accent);
  font-size: 24px;
  flex: 0 0 auto;
  line-height: 1;
  opacity: 0.85;
}

@media (max-width: 991px) {
  .tps-hero-ecosystem {
    flex-direction: column;
  }
  .tps-orbit-with-panel {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: auto;
  }
  .tps-orbit-with-panel .tps-platform-visual {
    width: 100%;
    max-width: 360px;
    grid-column: 1;
    justify-self: center;
  }
  .tps-hover-panel {
    position: relative;
    grid-column: 1;
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
    transform: none;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    max-height: none;
    display: none;
  }
  .tps-hover-panel.active {
    display: block;
  }
  .tps-how-flow {
    flex-wrap: wrap;
  }
  .tps-how-arrow {
    display: none;
  }
  .tps-how-step {
    flex: 1 1 45%;
  }
}

@media (max-width: 575px) {
  .tps-how-step {
    flex: 1 1 100%;
  }
}

/* ====== Section Heading ====== */
.tps-section-title {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--tps-primary);
  margin-bottom: 14px;
  line-height: 1.2;
}

.tps-section-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--tps-muted);
  margin-bottom: 20px;
}

.tps-section-head {
  margin-bottom: 40px;
}

.tps-section-head h2 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--tps-primary);
  margin-bottom: 8px;
}

.tps-section-head p {
  color: var(--tps-muted);
  font-size: 15px;
  margin: 0;
}

.tps-text-white {
  color: #fff !important;
}

/* ====== Business Challenges ====== */
.tps-challenges {
  padding: 70px 0;
}

.tps-challenges-grid .tps-challenge-item {
  text-align: center;
  padding: 18px 8px;
  transition: all 0.25s ease;
  border-radius: 8px;
}

.tps-challenges-grid .tps-challenge-item:hover {
  background: #fff;
  box-shadow: 0 8px 20px rgba(13, 59, 102, 0.08);
  transform: translateY(-3px);
}

.tps-challenge-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  background: linear-gradient(135deg, #3a86ff, #0d3b66);
  color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 6px 14px rgba(58, 134, 255, 0.25);
}

.tps-challenge-item p {
  font-size: 13px;
  color: var(--tps-text);
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

/* ====== TPS Enterprise Digital Platform ====== */
.tps-platform-section {
  padding: 70px 0;
  background: #fff;
}

.tps-platform-features .tps-feature-card {
  background: #fff;
  border: 1px solid var(--tps-border);
  border-radius: 10px;
  padding: 24px 22px;
  margin-bottom: 0;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  height: 100%;
  min-height: 100px;
}

.row.tps-platform-features {
  row-gap: 5px;
}

.row.tps-platform-features > [class*="col-"] {
  margin-bottom: 5px;
}

.row.tps-platform-features > [class*="col-"]:last-child {
  margin-bottom: 0;
}

.tps-platform-section .col-lg-4 {
  padding-top: 10px;
  padding-right: 20px;
}

.tps-platform-features .tps-feature-card:hover {
  border-color: var(--tps-accent);
  box-shadow: 0 10px 24px rgba(58, 134, 255, 0.12);
  transform: translateY(-3px);
}

.tps-feature-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  background: rgba(58, 134, 255, 0.1);
  color: var(--tps-accent);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.tps-feature-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--tps-primary);
  margin-bottom: 4px;
  font-family: "Raleway", sans-serif;
}

.tps-feature-card p {
  font-size: 13px;
  color: var(--tps-muted);
  margin: 0;
  line-height: 1.5;
}

.tps-feature-wide {
  justify-content: flex-start;
}

/* ====== Products Section ====== */
.tps-products {
  padding: 70px 0;
}

.tps-products .row {
  row-gap: 24px;
}

.tps-product-card {
  background: #fff;
  border: 1px solid var(--tps-border);
  border-radius: 10px;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.25s ease;
  height: 100%;
  margin-bottom: 0;
}

.tps-product-card:hover {
  border-color: var(--tps-accent);
  box-shadow: 0 12px 24px rgba(58, 134, 255, 0.12);
  transform: translateY(-4px);
}

.tps-product-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  background: var(--icon-bg, #3a86ff);
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.tps-product-card h5 {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--tps-primary);
  margin-bottom: 6px;
}

.tps-product-card p {
  font-size: 12px;
  color: var(--tps-muted);
  margin-bottom: 14px;
  min-height: 32px;
  line-height: 1.4;
}

.tps-product-link {
  font-size: 12px;
  font-weight: 600;
  color: var(--tps-accent);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.2s ease;
}

.tps-product-link:hover {
  color: var(--tps-primary);
  gap: 8px;
}

/* ====== Industries Section ====== */
.tps-industries {
  padding: 70px 0;
  background: #fff;
}

.tps-industry-card {
  background: #f4f7fb;
  border-radius: 10px;
  padding: 22px 18px;
  height: 100%;
  transition: all 0.25s ease;
  margin-bottom: 16px;
}

.tps-industry-card:hover {
  background: #fff;
  box-shadow: 0 10px 24px rgba(13, 59, 102, 0.1);
  transform: translateY(-3px);
}

.tps-industry-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #3a86ff, #0d3b66);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 14px;
}

.tps-industry-card h5 {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--tps-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.tps-industry-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tps-industry-card ul li {
  position: relative;
  font-size: 12px;
  color: var(--tps-muted);
  padding-left: 14px;
  margin-bottom: 4px;
  line-height: 1.5;
}

.tps-industry-card ul li::before {
  content: "\F285";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--tps-accent);
  font-size: 10px;
}

/* ====== How It Works Together ====== */
.tps-how-it-works {
  padding: 70px 0;
}

.tps-workflow {
  margin-top: 30px;
}

.tps-workflow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.tps-workflow-bottom {
  justify-content: center;
  gap: 30px;
  margin-bottom: 0;
}

.tps-workflow-step {
  background: #fff;
  border: 1px solid var(--tps-border);
  border-radius: 10px;
  padding: 16px 12px;
  text-align: center;
  min-width: 110px;
  flex: 0 1 110px;
  transition: all 0.25s ease;
}

.tps-workflow-step:hover {
  border-color: var(--tps-accent);
  box-shadow: 0 8px 18px rgba(58, 134, 255, 0.12);
  transform: translateY(-3px);
}

.tps-workflow-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 8px;
  background: rgba(58, 134, 255, 0.1);
  color: var(--tps-accent);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.tps-workflow-step h6 {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--tps-primary);
  margin: 0;
  line-height: 1.3;
}

.tps-workflow-arrow {
  color: var(--tps-accent);
  font-size: 20px;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .tps-workflow-arrow {
    display: none;
  }
  .tps-workflow-row {
    justify-content: center;
  }
}

/* ====== Success Story ====== */
.tps-success {
  padding: 70px 0;
  background: #fff;
}

.tps-stats {
  margin-top: 20px;
}

.tps-stat-item {
  padding: 18px 12px;
  text-align: center;
  border-right: 1px solid var(--tps-border);
  border-bottom: 1px solid var(--tps-border);
}

.tps-stat-item:nth-child(2n) {
  border-right: none;
}

.tps-stat-item:nth-last-child(-n+2) {
  border-bottom: none;
}

.tps-stat-item h3 {
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--tps-accent);
  margin-bottom: 6px;
}

.tps-stat-item p {
  font-size: 12px;
  color: var(--tps-muted);
  margin: 0;
  line-height: 1.4;
}

.tps-case-study {
  background: #f4f7fb;
  border-radius: 12px;
  padding: 30px;
  position: relative;
}

.tps-case-tag {
  display: inline-block;
  background: var(--tps-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}

.tps-case-study h3 {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--tps-primary);
  margin-bottom: 12px;
}

.tps-case-study p {
  font-size: 14px;
  color: var(--tps-muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.tps-case-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 8px;
}

.tps-case-nav button {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid var(--tps-border);
  border-radius: 50%;
  color: var(--tps-accent);
  cursor: pointer;
  transition: all 0.2s ease;
}

.tps-case-nav button:hover {
  background: var(--tps-accent);
  color: #fff;
  border-color: var(--tps-accent);
}

/* ====== Technology & Security ====== */
.tps-technology {
  padding: 70px 0;
}

.tps-tech-card {
  text-align: center;
  padding: 20px 12px;
  border-radius: 10px;
  transition: all 0.25s ease;
  background: #fff;
  border: 1px solid transparent;
  height: 100%;
  margin-bottom: 16px;
}

.tps-tech-card:hover {
  background: #fff;
  border-color: var(--tps-accent);
  box-shadow: 0 8px 20px rgba(58, 134, 255, 0.1);
  transform: translateY(-3px);
}

.tps-tech-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  background: linear-gradient(135deg, #3a86ff, #0d3b66);
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.tps-tech-card h6 {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--tps-primary);
  margin-bottom: 6px;
}

.tps-tech-card p {
  font-size: 12px;
  color: var(--tps-muted);
  margin: 0;
  line-height: 1.5;
}

/* ====== Why TPS Section ====== */
.tps-why {
  padding: 70px 0;
  background: #fff;
}

.tps-why-card {
  text-align: center;
  padding: 24px 14px;
  border-radius: 10px;
  transition: all 0.25s ease;
  height: 100%;
  margin-bottom: 16px;
}

.tps-why-card:hover {
  background: #f4f7fb;
  transform: translateY(-3px);
}

.tps-why-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  background: linear-gradient(135deg, #3a86ff, #0d3b66);
  color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 6px 14px rgba(58, 134, 255, 0.2);
}

.tps-why-card h5 {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--tps-primary);
  margin-bottom: 8px;
}

.tps-why-card p {
  font-size: 12px;
  color: var(--tps-muted);
  margin: 0;
  line-height: 1.5;
}

/* ====== About TPS Section ====== */
.tps-about {
  padding: 70px 0;
}

.tps-about-stat {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 24px 12px;
  border: 1px solid var(--tps-border);
  transition: all 0.25s ease;
  height: 100%;
  margin-bottom: 16px;
}

.tps-about-stat:hover {
  border-color: var(--tps-accent);
  box-shadow: 0 8px 18px rgba(58, 134, 255, 0.1);
  transform: translateY(-3px);
}

.tps-about-stat h3 {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--tps-accent);
  margin-bottom: 4px;
}

.tps-about-stat p {
  font-size: 13px;
  color: var(--tps-muted);
  margin: 0;
  font-weight: 500;
}

/* ====== Contact / CTA Section ====== */
.tps-contact {
  padding: 70px 0 30px;
  background: linear-gradient(135deg, #0d3b66 0%, #061a2e 100%);
  color: #fff;
}

.tps-contact .tps-section-title {
  color: #fff;
}

.tps-contact-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 460px;
}

.tps-contact-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.tps-contact-info h5,
.tps-contact-social h5 {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}

.tps-contact-info p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 10px;
  line-height: 1.6;
}

.tps-contact-info p i {
  color: var(--tps-accent);
  margin-right: 8px;
  font-size: 16px;
}

.tps-social-icons {
  display: flex;
  gap: 10px;
}

.tps-social-icons a {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.25s ease;
  text-decoration: none;
}

.tps-social-icons a:hover {
  background: var(--tps-accent);
  transform: translateY(-2px);
}

.tps-footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.tps-footer-bottom p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* ====== Section Background Helper ====== */
.section-bg {
  background-color: #f4f7fb;
}

section {
  scroll-margin-top: 90px;
}

/* ====== Responsive Adjustments ====== */
@media (max-width: 768px) {
  .tps-hero-title {
    font-size: 32px;
  }
  .tps-section-title {
    font-size: 26px;
  }
  .tps-section-head h2 {
    font-size: 24px;
  }
  .tps-platform-visual {
    max-width: 340px;
  }
  .tps-orbit-item {
    font-size: 9px;
    padding: 4px 6px;
  }
  .tps-orbit-item {
    transform: translate(-50%, -50%) rotate(var(--angle)) translate(0, -150px) rotate(calc(-1 * var(--angle)));
  }
}

/*--------------------------------------------------------------
# ADV Detail Page Styles
--------------------------------------------------------------*/
:root {
  --adv-red: #c0392b;
  --adv-red-bg: #fdecea;
  --adv-yellow: #d4a017;
  --adv-yellow-bg: #fef5e7;
  --adv-orange: #d35400;
  --adv-orange-bg: #fdf2e9;
  --adv-purple: #7d3c98;
  --adv-purple-bg: #f4ecf7;
  --adv-green: #1e8449;
  --adv-green-bg: #e9f7ef;
  --adv-blue: #2874a6;
  --adv-blue-bg: #ebf5fb;
  --adv-pink: #be185d;
  --adv-pink-bg: #fce7f3;
  --adv-cyan: #0891b2;
  --adv-cyan-bg: #cffafe;
}

.adv-hero {
  padding: 130px 0 40px;
  background: #fff;
}

.adv-hero-icon {
  display: inline-block;
  position: relative;
  width: 130px;
  height: 130px;
  background: linear-gradient(135deg, #1e3a8a, #3a86ff);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 60px;
  box-shadow: 0 12px 30px rgba(30, 58, 138, 0.3);
}

.adv-check-badge {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 36px;
  height: 36px;
  background: #22c55e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 3px solid #fff;
}

.adv-hero-title {
  font-family: "Raleway", sans-serif;
  font-size: 64px;
  font-weight: 800;
  color: var(--tps-primary);
  margin-bottom: 4px;
  line-height: 1;
}

.adv-hero-subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--tps-primary);
  line-height: 1.3;
  margin-bottom: 16px;
}

.adv-hero-tagline {
  display: inline-block;
  background: var(--tps-primary);
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.adv-summary-box {
  background: #fff;
  border: 1px solid var(--tps-border);
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 16px;
}

.adv-section-title {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--tps-primary);
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.adv-summary-box p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--tps-text);
  margin: 0;
}

.adv-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.adv-highlight-item {
  text-align: center;
  padding: 8px 4px;
  background: #f4f7fb;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.adv-highlight-item:hover {
  background: var(--tps-accent);
  color: #fff;
  transform: translateY(-2px);
}

.adv-highlight-item i {
  font-size: 22px;
  color: var(--tps-accent);
  display: block;
  margin-bottom: 4px;
}

.adv-highlight-item:hover i {
  color: #fff;
}

.adv-highlight-item span {
  font-size: 11px;
  font-weight: 500;
  color: var(--tps-text);
}

.adv-highlight-item:hover span {
  color: #fff;
}

/* ====== Tantangan & Apa itu ADV ====== */
.adv-tantangan {
  padding: 30px 0 50px;
  background: #f4f7fb;
}

.adv-section-heading {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--tps-primary);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.adv-section-heading i {
  color: var(--tps-accent);
}

.adv-tantangan-card {
  border-radius: 10px;
  padding: 18px 16px;
  height: 100%;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}

.adv-card-red {
  background: var(--adv-red-bg);
  border-color: rgba(192, 57, 43, 0.2);
}

.adv-card-yellow {
  background: var(--adv-yellow-bg);
  border-color: rgba(212, 160, 23, 0.2);
}

.adv-card-orange {
  background: var(--adv-orange-bg);
  border-color: rgba(211, 84, 0, 0.2);
}

.adv-card-purple {
  background: var(--adv-purple-bg);
  border-color: rgba(125, 60, 152, 0.2);
}

.adv-tantangan-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.adv-tantangan-icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.adv-card-red .adv-tantangan-icon {
  color: var(--adv-red);
}

.adv-card-yellow .adv-tantangan-icon {
  color: var(--adv-yellow);
}

.adv-card-orange .adv-tantangan-icon {
  color: var(--adv-orange);
}

.adv-card-purple .adv-tantangan-icon {
  color: var(--adv-purple);
}

.adv-tantangan-card h5 {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

.adv-card-red h5 { color: var(--adv-red); }
.adv-card-yellow h5 { color: var(--adv-yellow); }
.adv-card-orange h5 { color: var(--adv-orange); }
.adv-card-purple h5 { color: var(--adv-purple); }

.adv-tantangan-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.adv-tantangan-card ul li {
  position: relative;
  font-size: 11px;
  color: var(--tps-text);
  padding-left: 12px;
  margin-bottom: 4px;
  line-height: 1.4;
}

.adv-tantangan-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.adv-card-red ul li::before { color: var(--adv-red); }
.adv-card-yellow ul li::before { color: var(--adv-yellow); }
.adv-card-orange ul li::before { color: var(--adv-orange); }
.adv-card-purple ul li::before { color: var(--adv-purple); }

.adv-apa-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid var(--tps-border);
}

.adv-apa-box > p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--tps-text);
  margin-bottom: 16px;
}

.adv-tujuan-title {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--tps-primary);
  margin-bottom: 10px;
}

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

.adv-tujuan-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--tps-text);
  margin-bottom: 6px;
  line-height: 1.4;
}

.adv-tujuan-list li i {
  color: #22c55e;
  font-size: 14px;
  flex-shrink: 0;
}

/* ====== Cara Kerja ADV (6 Tahap) ====== */
.adv-carakerja {
  padding: 50px 0;
  background: #fff;
}

.adv-steps-flow {
  display: flex;
  align-items: stretch;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 10px 0;
}

.adv-step {
  flex: 1 1 0;
  min-width: 150px;
  background: #fff;
  border: 1px solid var(--tps-border);
  border-radius: 10px;
  padding: 16px 12px;
  position: relative;
  text-align: center;
  transition: all 0.25s ease;
}

.adv-step:hover {
  border-color: var(--tps-accent);
  box-shadow: 0 8px 18px rgba(58, 134, 255, 0.1);
  transform: translateY(-3px);
}

.adv-step-number {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: var(--tps-accent);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.adv-step h5 {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--tps-primary);
  margin: 8px 0 10px;
  line-height: 1.3;
  min-height: 32px;
}

.adv-step p {
  font-size: 10px;
  color: var(--tps-text);
  line-height: 1.4;
  margin-bottom: 6px;
  text-align: left;
}

.adv-step-label {
  font-weight: 700;
  color: var(--tps-primary);
  font-size: 10px;
  text-align: left;
  margin-top: 6px;
  margin-bottom: 4px;
}

.adv-step-list,
.adv-format-list,
.adv-result-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.adv-step-list li {
  position: relative;
  font-size: 10px;
  color: var(--tps-text);
  padding-left: 10px;
  margin-bottom: 2px;
  line-height: 1.4;
}

.adv-step-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--tps-accent);
  font-weight: 700;
}

.adv-format-list li {
  font-size: 10px;
  color: var(--tps-text);
  padding: 2px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.adv-format-list li i {
  color: var(--tps-accent);
  font-size: 12px;
}

.adv-result-list li {
  font-size: 10px;
  padding: 3px 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.adv-result-pass { color: #22c55e; }
.adv-result-fail { color: #ef4444; }
.adv-result-warn { color: #f59e0b; }
.adv-result-info { color: var(--tps-accent); }

.adv-step-note {
  font-size: 9px;
  font-style: italic;
  color: var(--tps-muted);
  margin-top: 6px;
  text-align: left;
  line-height: 1.4;
}

.adv-step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tps-accent);
  font-size: 20px;
  flex: 0 0 auto;
}

@media (max-width: 1200px) {
  .adv-steps-flow {
    flex-wrap: wrap;
  }
  .adv-step {
    flex: 1 1 calc(33.333% - 16px);
  }
  .adv-step-arrow {
    display: none;
  }
}

@media (max-width: 768px) {
  .adv-step {
    flex: 1 1 calc(50% - 16px);
  }
}

/* ====== Kapabilitas Utama, Keamanan, Manfaat ====== */
.adv-kapabilitas {
  padding: 50px 0;
  background: #f4f7fb;
}

.adv-kap-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
  padding: 14px;
  border-radius: 10px;
  margin-bottom: 12px;
  border: 1px solid var(--tps-border);
  transition: all 0.25s ease;
}

.adv-kap-item:hover {
  border-color: var(--tps-accent);
  transform: translateX(3px);
  box-shadow: 0 6px 14px rgba(58, 134, 255, 0.1);
}

.adv-kap-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.adv-icon-green { background: var(--adv-green); }
.adv-icon-blue { background: var(--adv-blue); }
.adv-icon-orange { background: var(--adv-orange); }
.adv-icon-purple { background: var(--adv-purple); }
.adv-icon-red { background: var(--adv-red); }
.adv-icon-pink { background: var(--adv-pink); }
.adv-icon-cyan { background: var(--adv-cyan); }

.adv-kap-content h5 {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--tps-primary);
  margin-bottom: 3px;
}

.adv-kap-content p {
  font-size: 11px;
  color: var(--tps-muted);
  line-height: 1.4;
  margin: 0;
}

.adv-keamanan-box {
  background: #fff;
  border: 1px solid var(--tps-border);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 12px;
}

.adv-keamanan-box h5 {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--tps-primary);
  margin-bottom: 8px;
}

.adv-keamanan-box > p {
  font-size: 11px;
  color: var(--tps-text);
  margin-bottom: 8px;
  line-height: 1.4;
}

.adv-small-label {
  font-size: 10px;
  font-weight: 600;
  color: var(--tps-muted);
  margin-bottom: 6px;
}

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

.adv-role-list li,
.adv-check-list li {
  font-size: 11px;
  color: var(--tps-text);
  padding: 3px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.adv-role-list li i {
  color: var(--tps-accent);
  font-size: 12px;
}

.adv-check-list li i {
  color: #22c55e;
  font-weight: 700;
  font-size: 12px;
}

.adv-manfaat-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
  padding: 12px 14px;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid var(--tps-border);
  transition: all 0.25s ease;
}

.adv-manfaat-item:hover {
  border-color: var(--tps-accent);
  transform: translateX(3px);
  box-shadow: 0 6px 14px rgba(58, 134, 255, 0.1);
}

.adv-manfaat-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  background: rgba(58, 134, 255, 0.1);
  color: var(--tps-accent);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.adv-manfaat-item h5 {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--tps-primary);
  margin-bottom: 2px;
}

.adv-manfaat-item p {
  font-size: 11px;
  color: var(--tps-muted);
  line-height: 1.4;
  margin: 0;
}

.adv-kepatuhan-box {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: var(--adv-green-bg);
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 10px;
  padding: 14px;
  margin-top: 6px;
}

.adv-kepatuhan-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  background: #22c55e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.adv-kepatuhan-box h5 {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--tps-primary);
  margin-bottom: 4px;
}

.adv-kepatuhan-box p {
  font-size: 11px;
  color: var(--tps-text);
  line-height: 1.4;
  margin: 0;
}

/* ====== Contoh Penggunaan di Berbagai Industri ====== */
.adv-industri {
  padding: 50px 0;
  background: #fff;
}

.adv-industri-item {
  text-align: center;
  padding: 24px 14px;
  background: #f4f7fb;
  border-radius: 10px;
  height: 100%;
  margin-bottom: 16px;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

.adv-industri-item:hover {
  background: #fff;
  border-color: var(--tps-accent);
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(58, 134, 255, 0.1);
}

.adv-industri-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #3a86ff, #0d3b66);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 0 auto 12px;
}

.adv-industri-item h5 {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--tps-primary);
  margin-bottom: 10px;
}

.adv-industri-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.adv-industri-item ul li {
  position: relative;
  font-size: 11px;
  color: var(--tps-text);
  padding-left: 12px;
  margin-bottom: 4px;
  line-height: 1.4;
}

.adv-industri-item ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--tps-accent);
  font-weight: 700;
}

/* ====== Capability & Engagement Section ====== */
.tps-cap-engagement {
  padding: 60px 0;
  background: #fff;
}

.tps-engagement-card {
  background: #fff;
  border: 1px solid var(--tps-border);
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tps-engagement-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.tps-engagement-card .card-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: var(--tps-primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  background: #e6efff;
  padding: 4px 10px;
  border-radius: 4px;
}

.tps-engagement-card h4 {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--tps-text);
  margin-bottom: 10px;
}

.tps-engagement-card p {
  font-size: 13px;
  color: var(--tps-muted);
  line-height: 1.5;
  margin-bottom: 12px;
}

.tps-engagement-card a {
  font-size: 12px;
  font-weight: 600;
  color: var(--tps-primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.tps-engagement-card a:hover {
  text-decoration: underline;
}

/* Capability Card */
.tps-cap-card {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  border-radius: 12px;
  padding: 24px;
  color: #fff;
  text-align: center;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tps-cap-card .cap-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  background: #fbbf24;
  color: #1e3a8a;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.tps-cap-card h4 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.tps-cap-card p {
  font-size: 12px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 16px;
}

.tps-cap-card .tps-cap-btn {
  background: #fff;
  color: var(--tps-primary);
  font-weight: 600;
  font-size: 12px;
  padding: 10px 18px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.tps-cap-card .tps-cap-btn:hover {
  transform: scale(1.05);
}

/* Video Demo Card */
.tps-video-card {
  position: relative;
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  border-radius: 12px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  margin-top: 16px;
}

.tps-video-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
}

.tps-video-card .video-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.tps-video-card .video-content i {
  font-size: 48px;
  color: #fff;
  margin-bottom: 8px;
  display: block;
}

.tps-video-card .video-content span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Related Products Card */
.tps-related-card {
  background: #fff;
  border: 1px solid var(--tps-border);
  border-radius: 12px;
  padding: 24px;
  height: 100%;
}

.tps-related-card h4 {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--tps-text);
  margin-bottom: 14px;
}

.tps-related-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

.tps-related-card ul li {
  padding: 8px 0;
  border-bottom: 1px solid var(--tps-border);
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tps-related-card ul li:last-child {
  border-bottom: none;
}

.tps-related-card ul li i {
  color: var(--tps-primary);
  font-size: 14px;
}

.tps-related-card ul li strong {
  color: var(--tps-text);
  font-weight: 700;
  display: block;
  font-size: 13px;
}

.tps-related-card ul li small {
  color: var(--tps-muted);
  font-size: 11px;
}

.tps-related-card a {
  font-size: 12px;
  font-weight: 600;
  color: var(--tps-primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Chatbot Modal */
.chatbot-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.chatbot-modal.active {
  display: flex;
}

.chatbot-content {
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  animation: chatbotSlideUp 0.3s ease;
}

@keyframes chatbotSlideUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.chatbot-header {
  background: linear-gradient(135deg, var(--tps-primary) 0%, #3b82f6 100%);
  color: #fff;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatbot-header h5 {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.chatbot-header button {
  background: rgba(255,255,255,0.2);
  border: none;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.chatbot-body {
  padding: 24px;
}

.chatbot-body p {
  font-size: 13px;
  color: var(--tps-muted);
  margin-bottom: 16px;
}

.chatbot-body textarea {
  width: 100%;
  min-height: 100px;
  padding: 12px;
  border: 1px solid var(--tps-border);
  border-radius: 8px;
  font-size: 13px;
  resize: vertical;
  font-family: inherit;
  margin-bottom: 12px;
}

.chatbot-body textarea:focus {
  outline: none;
  border-color: var(--tps-primary);
}

.chatbot-body .chatbot-submit {
  width: 100%;
  background: var(--tps-primary);
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: opacity 0.2s ease;
}

.chatbot-body .chatbot-submit:hover {
  opacity: 0.9;
}

/* Floating Chat Trigger */
.tps-floating-chat {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: var(--tps-primary);
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 9998;
  border: none;
  font-size: 24px;
  transition: transform 0.2s ease;
}

.tps-floating-chat:hover {
  transform: scale(1.1);
}

/* ====== Kesimpulan ====== */
.adv-kesimpulan {
  padding: 50px 0;
  background: #f4f7fb;
  color: #fff;
}

.adv-kesimpulan-title {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--tps-text);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.adv-kesimpulan-title i {
  color: #22c55e;
}

.adv-kesimpulan p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--tps-text);
  margin-bottom: 12px;
}

.adv-kesimpulan-tagline {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fbbf24;
  margin: 0;
  letter-spacing: 0.5px;
}

.adv-kesimpulan-icon {
  position: relative;
  display: inline-block;
  color: var(--tps-text);
  font-size: 80px;
}

.adv-check-overlay {
  position: absolute;
  bottom: -10px;
  right: -25px;
  width: 40px;
  height: 40px;
  background: #22c55e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 3px solid var(--tps-primary);
}

@media (max-width: 768px) {
  .adv-hero-title {
    font-size: 48px;
  }
  .adv-hero-subtitle {
    font-size: 16px;
  }
  .adv-highlights {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*--------------------------------------------------------------
# Generic Product Detail Page Styles
--------------------------------------------------------------*/
:root {
  --product-accent: #3a86ff;
  --product-primary: #0d3b66;
  --product-bg: #f4f7fb;
  --product-border: #e5ecf4;
  --product-text: #1f3a5f;
  --product-muted: #6b7c93;
  --product-success: #22c55e;
}

.product-hero {
  padding: 130px 0 50px;
  background: #fff;
}

.product-hero-icon {
  width: 110px;
  height: 110px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
  box-shadow: 0 12px 30px rgba(13, 59, 102, 0.2);
}

.product-hero-title {
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: var(--product-primary);
  margin-bottom: 8px;
  line-height: 1;
}

.product-hero-subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--product-accent);
  line-height: 1.4;
  margin-bottom: 16px;
}

.product-hero-category {
  margin: 0;
}

.product-category-badge {
  display: inline-block;
  background: rgba(58, 134, 255, 0.1);
  color: var(--product-accent);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

.product-overview-box {
  background: linear-gradient(135deg, #f4f7fb, #fff);
  border: 1px solid var(--product-border);
  border-radius: 14px;
  padding: 24px;
  position: relative;
}

.product-overview-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--product-accent);
  border-radius: 14px 0 0 14px;
}

.product-section-title {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--product-accent);
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.product-overview-box p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--product-text);
  margin: 0;
}

.product-details {
  padding: 60px 0;
  background: var(--product-bg);
}

.product-features-box,
.product-benefits-box {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 4px 12px rgba(13, 59, 102, 0.05);
  height: 100%;
  border: 1px solid var(--product-border);
}

.product-section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--product-bg);
}

.product-section-header i {
  font-size: 24px;
  color: var(--product-accent);
}

.product-section-header h2 {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--product-primary);
  margin: 0;
}

.product-features-list,
.product-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-features-list li,
.product-benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--product-border);
  transition: all 0.2s ease;
}

.product-features-list li:last-child,
.product-benefits-list li:last-child {
  border-bottom: none;
}

.product-features-list li:hover,
.product-benefits-list li:hover {
  transform: translateX(4px);
}

.product-features-list li i {
  color: var(--product-success);
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.product-benefits-list li i {
  color: var(--product-accent);
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.product-features-list li span,
.product-benefits-list li span {
  font-size: 14px;
  line-height: 1.5;
  color: var(--product-text);
}

.product-summary {
  padding: 60px 0;
  background: #fff;
}

.product-summary-icon-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(34, 197, 94, 0.1);
  color: var(--product-success);
  border-radius: 50%;
  font-size: 24px;
  margin-bottom: 16px;
}

.product-summary h2 {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--product-primary);
  margin-bottom: 16px;
}

.product-summary p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--product-text);
  margin: 0;
}

.product-summary-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background: linear-gradient(135deg, #f4f7fb, #fff);
  border: 1px solid var(--product-border);
  border-radius: 14px;
}

.product-summary-cta i {
  font-size: 50px;
  color: var(--product-accent);
}

.btn-request-quote {
  display: inline-block;
  background: var(--product-accent);
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.btn-request-quote:hover {
  background: var(--product-primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(13, 59, 102, 0.2);
  color: #fff;
}

@media (max-width: 768px) {
  .product-hero-title {
    font-size: 40px;
  }
  .product-hero-subtitle {
    font-size: 16px;
  }
  .product-overview-box {
    margin-top: 24px;
  }
}