:root {
  --primary-color: #282828;
  --secondary-color: #6c757d;
  --background-color: #f8f9fa;
  --text-color: #140e13;
  --text-secondary-color: #6c757d;
  --border-radius: 8px;
  --text-white: #ffffff;
  --box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
  --primary-hover-color: #555059;
  --primary-blue: #004a9f;
  --text-muted: #999999;
  --primary-blue-shaded: #002b5b;
  --primary-blue-back: #002b5b;
}

.main-banner {
  min-height: 500px;
  background: linear-gradient(
    90deg,
    var(--primary-blue-back) 0,
    var(--primary-blue-back) 100%
  );
}

.main-banner p.text-size-large {
  font-size: 15px;
  color: var(--text-white);
  font-weight: 500;
}

body {
  color: var(--text-color);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-color);
}

.g-bg {
  background: #369392;
}

.c-bg {
  background: #f4ece8;
}

.o-bg {
  background: var(--primary-blue);
}

.button-group {
  display: inline-block;
}

.main-footer {
  background-color: var(--text-color);
}

.main-body.login-page + .main-footer {
  background: var(--text-color);
  border-top-color: var(--text-color);
}

.main-section {
  padding: 100px 0;
}

.lagom-layout-banner .main-header h1 {
  color: var(--text-color);
  font-size: 30px;
  font-weight: 400;
}

.navbar-main .navbar-nav > li.active > a:focus > b,
.navbar-main .navbar-nav > li.active > a:focus > i,
.navbar-main .navbar-nav > li.active > a:hover > b,
.navbar-main .navbar-nav > li.active > a:hover > i,
.navbar-main .navbar-nav > li.active > a > b,
.navbar-main .navbar-nav > li.active > a > i,
.navbar-main .navbar-nav > li.open > a:focus > b,
.navbar-main .navbar-nav > li.open > a:focus > i,
.navbar-main .navbar-nav > li.open > a:hover > b,
.navbar-main .navbar-nav > li.open > a:hover > i,
.navbar-main .navbar-nav > li.open > a > b,
.navbar-main .navbar-nav > li.open > a > i,
.navbar-main .navbar-nav > li > a:focus > b,
.navbar-main .navbar-nav > li > a:focus > i,
.navbar-main .navbar-nav > li > a:hover > b,
.navbar-main .navbar-nav > li > a:hover > i {
  color: var(--primary-blue);
}

ul.top-nav > li.open > a,
ul.top-nav > li.open > a > i,
ul.top-nav > li:active > a,
ul.top-nav > li:active > a > b,
ul.top-nav > li:active > a > i,
ul.top-nav > li:focus > a,
ul.top-nav > li:focus > a > b,
ul.top-nav > li:focus > a > i,
ul.top-nav > li:hover > a,
ul.top-nav > li:hover > a > b,
ul.top-nav > li:hover > a > i,
ul.top-nav > li > a:focus,
ul.top-nav > li > a:focus > b,
ul.top-nav > li > a:focus > i {
  color: var(--primary-blue);
}

.navbar-main .navbar-nav > li.active > a,
.navbar-main .navbar-nav > li.active > a:focus,
.navbar-main .navbar-nav > li.active > a:hover,
.navbar-main .navbar-nav > li.open > a,
.navbar-main .navbar-nav > li.open > a:focus,
.navbar-main .navbar-nav > li.open > a:hover,
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > li > a:hover {
  color: var(--primary-blue);
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover {
  background-color: var(--primary-hover-color);
  border-color: var(--primary-hover-color);
}

.package-featured {
  border-color: var(--primary-blue);
}

.label-answered,
.label-collections,
.label-customer-reply,
.label-draft,
.label-primary,
.label-refunded {
  background-color: var(--primary-blue);
}

.package-price + .package-content:after,
.package-price + .package-features:after {
  background: var(--primary-blue);
}

.panel-sidebar .list-group > a.list-group-item {
  color: var(--text-color);
}

.panel-sidebar .list-group > a.list-group-item.active:focus > i,
.panel-sidebar .list-group > a.list-group-item.active:hover > i,
.panel-sidebar .list-group > a.list-group-item.active > i {
  color: var(--text-white);
}

.panel-sidebar .list-group > a.list-group-item.active,
.panel-sidebar .list-group > a.list-group-item.active:focus,
.panel-sidebar .list-group > a.list-group-item.active:hover {
  background-color: var(--primary-blue-shaded);
  color: var(--text-white);
}

.dropdown-menu-item a:focus,
.dropdown-menu-item a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: var(--text-white);
  background-color: var(--primary-blue-shaded);
}

.panel-sidebar .list-group > a.list-group-item > i {
  color: var(--text-color);
}

.panel-sidebar .list-group > a.list-group-item:hover {
  background-color: var(--primary-blue-shaded);
  color: var(--text-white);
}

.panel-sidebar .list-group > a.list-group-item:hover i {
  color: var(--text-white);
}

.main-header .breadcrumb > .active {
  color: var(--text-color);
}

.main-header .breadcrumb li a {
  color: var(--text-color);
}

.breadcrumb > li + li:before {
  color: var(--text-white);
}

.navbar-main .navbar-nav > li > a > i {
  color: var(--text-color);
}

.navbar-main .navbar-nav > li > a > .ls-caret {
  color: var(--text-color);
}

ul.top-nav > li > a > i {
  color: var(--text-color);
}

.app-header .text-lighter {
  color: var(--text-color);
}

.svg-icon .prime {
  fill: var(--primary-blue);
  stroke: var(--primary-blue);
}

.main-footer .footer-content p {
  color: var(--text-white);
}

.footer-links a {
  color: var(--text-white);
}

.main-footer .back-to-top {
  color: var(--text-white);
}

.package-content > p {
  color: var(--text-color);
  font-size: 15px;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: var(--primary-hover-color);
  border-color: var(--primary-hover-color);
}

.order-summary {
  background: var(--primary-blue);
}

.btn-icon:active,
.btn-icon:focus,
.btn-icon:hover {
  color: var(--primary-blue);
}

.btn-info {
  color: var(--text-white);
  background-color: var(--primary-blue-shaded);
  border-color: var(--primary-blue-shaded);
}

.btn-info:hover {
  color: var(--text-white);
  background-color: var(--primary-blue-shaded);
  border-color: var(--primary-blue-shaded);
}

.btn-info.focus,
.btn-info:focus {
  color: var(--text-white);
  background-color: var(--primary-blue-shaded);
  border-color: var(--primary-blue-shaded);
}

.panel.checked {
  border-color: var(--primary-blue) !important;
}

.checkbox-styled.checked,
.radio-styled.checked {
  border-color: var(--primary-blue);
  background: var(--primary-blue);
}

.panel-group-condensed > .panel.checked .check-content > span {
  color: var(--primary-blue);
}

.spinner > div {
  background: var(--primary-blue);
}

.o-services h3 {
  font-size: 36px;
  line-height: 40px;
}

.o-services p,
.button-group span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

ul.top-nav > li > a .label.label-info {
  background-color: var(--primary-blue);
}

.panel-group {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

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

.tab-pane .panel-title a {
  display: block;
  width: 100%;
}

.svg-icon .prime-l {
  fill: var(--primary-blue);
  stroke: var(--primary-blue);
}

.svg-icon .prime {
  fill: var(--primary-blue);
  stroke: var(--primary-blue);
}

.kb-search .kb-search-wrapper {
  background: linear-gradient(
    90deg,
    var(--primary-blue-back) 0,
    var(--primary-blue-back) 100%
  );
}

#header {
  height: 100px;
}

a.tile:hover {
  border-color: var(--primary-blue);
}

@media (min-width: 768px) {
  .main-banner .banner-title {
    font-weight: 500;
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .lagom-layout-condensed #main-menu {
    margin-top: -86px;
  }
}

.mr-10 {
  margin-right: 10px;
}

.hs_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-content h5 {
  color: var(--text-white);
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
}

.hero-content h1 {
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 60px;
}

.hero-content p {
  color: var(--text-white);
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
}

.hero-section {
  background-color: transparent;
  background-image: linear-gradient(
    67deg,
    var(--primary-blue-back) 0%,
    #01064a 100%
  );
  color: var(--text-white);
  text-align: left;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

.pricing-section {
  background-image: url("https://themelooks.net/demo/dvpn/wp-content/uploads/2020/09/banner_elements.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.pricing-card {
  position: relative;
  background: var(--text-white);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 15px;
  text-align: center;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid #eee;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.pricing-card .ribbon {
  position: absolute;
  top: 10px;
  right: -30px;
  background: var(--primary-blue);
  color: var(--text-white);
  padding: 5px 30px;
  transform: rotate(45deg);
  font-size: 14px;
  font-weight: bold;
  width: 120px;
}

.pricing-card h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--text-color);
}

.pricing-card .price {
  margin-bottom: 20px;
}

.pricing-card .price .currency {
  font-size: 24px;
  vertical-align: top;
  color: var(--primary-blue);
}

.pricing-card .price .value {
  font-size: 48px;
  font-weight: bold;
  color: var(--primary-blue);
}

.pricing-card .price .duration {
  font-size: 16px;
  color: var(--text-secondary-color);
}

.pricing-card .saving {
  display: block;
  background: #f8f9fa;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  color: var(--primary-blue);
  font-weight: bold;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.pricing-card ul li {
  margin-bottom: 10px;
  color: var(--text-secondary-color);
}

.pricing-card ul li del {
  color: var(--text-muted);
}

.pricing-card ul li strong {
  color: var(--text-color);
}

.popular-card {
  border: 2px solid var(--primary-blue);
}

.features-section {
  background-image: linear-gradient(
    70deg,
    var(--primary-blue-back) 0%,
    #01064a 100%
  );
  background-color: transparent;
  color: var(--text-white);
}

.features-section h4,
.features-section h3 {
  color: var(--text-white);
  line-height: 40px;
}
.features-section .img-block {
  margin-right: 40px;
}

.feature-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.feature-icon i {
  font-size:30px;
}

.services-section {
  background: url("https://themelooks.net/demo/dvpn/wp-content/uploads/2020/07/blog_bg_img.png")
    no-repeat center center;
  background-size: cover;
  position: relative;
}

.service-card {
  background: var(--text-white);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: calc(calc(100% / 3) - 30px);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.service-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 30px;
}

.service-icon img {
  width: 40px;
  height: auto;
}

.app-section {
  background-image: url("https://themelooks.net/demo/dvpn/wp-content/uploads/2020/09/app_download_bg_elements_img.png");
  background-color: #f9f9ff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 100px 0;
}

.map-img {
  position: relative;
}

.location-info {
  position: absolute;
  width: 30px;
  height: 30px;
}

.location-info .circle-ball {
  display: block;
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.location-info .info-box {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--text-white);
  padding: 15px 0 0 0;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  width: 120px;
  text-align: center;
  margin-bottom: 15px;
}

.location-info .info-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: var(--text-white) transparent transparent transparent;
}

.location-info:hover .info-box {
  opacity: 1;
  visibility: visible;
  margin-bottom: 5px;
  z-index: 5;
}

.location-info.l_usa {
  top: 48%;
  left: 22%;
}

.location-info.l_canada {
  top: 30%;
  left: 20%;
}

.location-info.l_uk {
  top: 35%;
  left: 43%;
}

.location-info.l_france {
  top: 40%;
  left: 44%;
}

.location-info.l_germany {
  top: 38%;
  left: 46%;
}

.location-info.l_austria {
  top: 40%;
  left: 47%;
}

.location-info.l_belgium {
  top: 38%;
  left: 44%;
}

.location-info.l_netherlands {
  top: 37%;
  left: 45%;
}

.location-info.l_switzerland {
  top: 42%;
  left: 46%;
}

.location-info.l_italy {
  top: 45%;
  left: 47%;
}

.location-info.l_spain {
  top: 47%;
  left: 43%;
}

.location-info.l_portugal {
  top: 48%;
  left: 42%;
}

.location-info.l_norway {
  top: 28%;
  left: 46%;
}

.location-info.l_sweden {
  top: 27%;
  left: 47%;
}

.location-info.l_finland {
  top: 26%;
  left: 49%;
}

.location-info.l_latvia {
  top: 30%;
  left: 50%;
}

.location-info.l_czech {
  top: 39%;
  left: 48%;
}

.location-info.l_poland {
  top: 36%;
  left: 49%;
}

.location-info.l_romania {
  top: 42%;
  left: 51%;
}

.location-info.l_bulgaria {
  top: 44%;
  left: 52%;
}

.location-info.l_ukraine {
  top: 38%;
  left: 53%;
}

.location-info.l_russia {
  top: 28%;
  left: 63%;
}

.location-info.l_turkey {
  top: 46%;
  left: 54%;
}

.location-info.l_japan {
  top: 42%;
  left: 83%;
}

.location-info.l_southkorea {
  top: 40%;
  left: 80%;
}

.location-info.l_hongkong {
  top: 53%;
  left: 77%;
}

.location-info.l_malaysia {
  top: 61%;
  left: 76%;
}

.location-info.l_singapore {
  top: 64%;
  left: 76%;
}

.location-info.l_philippines {
  top: 56%;
  left: 79%;
}

.location-info.l_australia {
  top: 77%;
  left: 84%;
}

.testimonials-section {
  background: url("https://themelooks.net/demo/dvpn/wp-content/uploads/2020/07/404_bg_img.png")
    no-repeat center center;
  background-size: cover;
  position: relative;
}

.testimonial-card {
  background: var(--text-white);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  margin: 15px;
  position: relative;
  z-index: 1;
}

.testimonial-quote {
  color: var(--primary-blue);
  font-size: 34px;
  margin-bottom: 20px;
  position: absolute;
  top: -10px;
  left: -10px;
}

.testimonial-content {
  color: var(--text-secondary-color);
  font-size: 16px;
  margin-bottom: 20px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.author-info {
  display: flex;
  align-items: center;
}

.author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-name h4 {
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 5px;
}

.author-name span {
  color: var(--text-secondary-color);
  font-size: 14px;
}

.testimonial-rating {
  color: var(--primary-yellow);
}

.hs_footer {
  background-image: linear-gradient(
    255deg,
    #01064a 0%,
    var(--primary-blue-back) 100%
  );
  padding: 100px 0 0;
  color: var(--text-white);
  position: relative;
  z-index: 1;
}

.hs_footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://themelooks.net/demo/dvpn/wp-content/uploads/2020/07/footer_bg_elements_img-1.png")
    no-repeat center center;
  background-size: cover;
  z-index: 0;
}

.footer-widget {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.footer-widget h3 {
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.footer-widget h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--text-white);
}

.footer-links,
.footer-contact {
  padding: 0;
}

.footer-widget p {
  margin-bottom: 20px;
  opacity: 0.8;
}

.footer-contact li,
.footer-links li {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.footer-contact i {
  margin-right: 15px;
  font-size: 18px;
  margin-top: 3px;
}

.footer-contact a {
  color: var(--text-white);
  opacity: 0.8;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-contact a:hover {
  opacity: 1;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: var(--text-white);
  opacity: 0.8;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-links a:hover {
  opacity: 1;
  padding-left: 5px;
}

.footer-post {
  margin-bottom: 20px;
}

.footer-post-date {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.footer-post-date i {
  margin-right: 10px;
  font-size: 14px;
}

.footer-post-date a {
  color: var(--text-white);
  opacity: 0.8;
  font-size: 14px;
  text-decoration: none;
}

.footer-post-title h4 {
  font-size: 16px;
  font-weight: 600;
}

.footer-post-title a {
  color: var(--text-white);
  text-decoration: none;
}

.social-icons {
  display: flex;
  margin-top: 20px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: var(--text-white);
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: var(--text-white);
  color: var(--primary-color);
}

.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 60px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  opacity: 0.8;
}

.footer-bottom a {
  color: var(--text-white);
  text-decoration: none;
  font-weight: 600;
}

.hs_footer * {
  color: var(--text-white) !important;
}

/* body * {
    font-family: Arial, Helvetica, sans-serif !important;
} */

h4.feature-list-head {
  margin: 0;
}

/* ======= DOWNLOAD CARDS ======= */
.download-platforms {
  background: var(--background-color);
  border-radius: 12px;
  padding: 35px;
  box-shadow: var(--box-shadow);
  transition: all 0.3s ease;
}

.download-platforms:hover {
  box-shadow: var(--box-shadow);
}

/* Tabs */
.download-platforms .tab-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.download-platforms .tab-button {
  background: var(--background-color);
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 12px 18px;
  text-align: center;
  color: var(--text-color);
  font-weight: 600;
  transition: all 0.3s ease;
}

.download-platforms .tab-button i {
  font-size: 18px;
  margin-right: 6px;
}

.download-platforms .tab-button.active {
  background: var(--primary-color);
  color: var(--text-white);
  border-color: var(--primary-color);
  box-shadow: var(--box-shadow);
}

/* Tab Contents */
.download-platforms .tab-content {
  display: none;
  animation: fadeIn 0.3s ease;
}

.download-platforms .tab-content.active {
  display: block;
}

/* App Cards */
.download-platforms .app-card {
  background: var(--background-color);
  border-left: 4px solid var(--primary-color);
  border-radius: var(--border-radius);
  padding: 20px 25px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.download-platforms .app-card:hover {
  background: var(--background-color);
}

.download-platforms .app-card h5 {
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 10px;
}

.download-platforms .app-card p {
  color: var(--secondary-color);
  margin-bottom: 5px;
  font-size: 14px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .download-platforms .how-it-works-steps .step-item {
    flex-direction: column;
    text-align: center;
  }

  .download-platforms .step-number {
    margin: 0 auto 15px;
  }

  .download-platforms .tab-button {
    flex: 100%;
  }
}

.how-it-works-section {
  text-align: center;
  padding: 80px 0;
}

/* Steps Layout */
.steps-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 40px;
}

/* Step Card */
.step {
  flex: 1;
  min-width: 240px;
  max-width: 280px;
  position: relative;
  transition: transform 0.3s ease;
}

.step:hover {
  transform: translateY(-8px);
}

/* Icon Circle */
.icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 36px;
  color: #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-circle:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* Step Colors */
.step1 {
  background: #00c2a8;
}

.step2 {
  background: #3081f7;
}

.step3 {
  background: #ffa726;
}

/* Connector Line */
.connector {
  position: relative;
  width: 60px;
  height: 2px;
  background: #d0d0d0;
  align-self: center;
}

/* Step Text */
.step h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.step p {
  color: var(--text-muted, #6c757d);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 250px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .steps-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .connector {
    display: none;
  }
}

a {
  color: var(--primary-blue);
}

.kb-search .kb-search-wrapper,
.lagom-layout-banner .main-header {
  background-image: linear-gradient(
    255deg,
    #01064a 0%,
    var(--primary-blue-back) 100%
  );
}

.text-primary {
  color: var(--primary-blue) !important;
}

.last-btn-sec {
  margin-bottom: 60px !important;
}

.services-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.country-lists.row ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.country-lists.row ul li {
  width: calc(100% / 3);
  text-align: left;
}

@media (max-width: 767px) {
  .hs_flex {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .service-card {
    width: calc(calc(100% / 2) - 30px) !important;
  }

  .country-lists.row ul li {
    width: 40%;
    margin-left: 50px;
  }

  .features-section .img-block {
    margin-right: 0px;
  }
}

@media (max-width: 480px) {
  .service-card {
    width: 100% !important;
  }

  .how-it-works-section {
    padding: 0;
  }

  .country-lists.row ul li {
    margin-left: 20px;
  }
}

.package-content ul {
  list-style-type: none;
}

.btn.btn-secondary {
  background: #009dcc;
  color: var(--text-white);
  font-weight: 600;
  padding: 14px 32px;
  border: none;
  border-radius: var(--border-radius);
  transition: all 0.3s ease;
}

.btn.btn-secondary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .lagom .navbar-main .navbar-nav > li > a {
    color: var(--text-white);
  }
}
/* --- Custom FAQ design (Lagom-friendly) --- */
.section-faq {
  padding: 90px 0;
}

.section-faq .section-title {
  font-weight: 700;
}

.panel-faq-group .faq-item {
  border: 1px solid var(--text-color);
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.panel-faq-group .faq-item:hover {
  border-color: var(--primary-blue);
  box-shadow: 0 0 12px rgba(0, 196, 255, 0.25);
}

.faq-item-top {
  cursor: pointer;
  justify-content: space-between;
}

.faq-item-top h3 {
  font-weight: 600;
  margin: 0;
}

.faq-item-bottom {
  padding: 15px 24px;
  border-top: 1px solid var(--text-color);
  animation: fadeIn 0.3s ease;
}

.faq-item-bottom p {
  margin: 0;
  line-height: 1.7;
}

.faq-toggle-icon {
  font-size: 1.4rem;
  color: var(--primary-blue);
  transition: transform 0.3s ease;
}

.faq-item .panel-collapse.show + .faq-toggle-icon,
.faq-item[aria-expanded="true"] .faq-toggle-icon {
  transform: rotate(45deg);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media(max-width: 480px){
.kb-search .kb-search-wrapper .input-group.search-group {
    display: flex;
}
}


ul.hs-article-list {
  list-style: none;
  /* padding-left: 0; */
}

ul.hs-article-list li {
  position: relative;
  padding-left: 1.5em;
}

ul.hs-article-list li::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: var(--primary-blue);
  left: 0;
}
.tab-content>.tab-pane.active {
    display: block;
}