@import url("https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.1.0/css/line-awesome.min.css");
@import url("https://use.fontawesome.com/releases/v7.0.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900");
html,
body {
  height: 100%;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  background: radial-gradient(circle at 55% 40%, #eef5f6, #f6f6ee, #eef5f6, #f1edf8);
}

.text-read-white {
  color: rgba(255, 255, 255, 0.58) !important;
}

.text-read {
  color: rgba(0, 0, 0, 0.38) !important;
}

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

.text-secondary {
  color: #347de9 !important;
}

.text-marvlous {
  background: -webkit-linear-gradient(0deg, rgb(17, 129, 235), rgb(15, 184, 173));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-green {
  color: #57d9a3;
}

.hide-text {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  text-overflow: ellipsis;
}

.hide-text-3 {
  -webkit-line-clamp: 3 !important;
}

.hide-text-4 {
  -webkit-line-clamp: 4 !important;
}

.hide-text-5 {
  -webkit-line-clamp: 5 !important;
}

.btn {
  display: inline-flex;
  padding: 0.5rem 3rem !important;
}

.btn-primary {
  background: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 30px;
}

.btn-outline-primary {
  background: transparent !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}

.btn-secondary {
  background: #347de9 !important;
  border: 1px solid #347de9 !important;
}

.btn-outline-secondary {
  background: transparent !important;
  border: 1px solid #347de9 !important;
  color: #347de9 !important;
}

.btn-green {
  background: #e8fdf4;
  border: 1px solid #e8fdf4;
  color: #57d9a3;
}

.bg-secondary {
  background: #347de9 !important;
}

.bg-yellow {
  background: #ffbf23 !important;
}

.bg-blue {
  background: #0095fc !important;
}

.bg-red {
  background: #ff4748 !important;
}

.bg-green-semi {
  background: #02b656 !important;
}

.social-sticky {
  position: fixed;
  left: 15px;
  top: 50%;
  display: inline-block;
  margin-bottom: 0px;
  margin-top: -20px;
  z-index: 111;
}
.social-sticky li {
  margin-bottom: 15px;
}
.social-sticky li:last-child {
  margin-bottom: 0px;
}
.social-sticky li a.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0px !important;
}
.social-sticky li a.btn-outline-dark:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

header {
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  width: 100%;
  z-index: 111;
  transition: all 0.3s ease;
  background: transparent;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: unset;
  top: 0;
}
header.scrolled {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: unset;
}
header .navbar-brand {
  display: flex;
  align-items: center;
}
header .navbar-brand img {
  width: 25px;
  height: auto;
  margin-right: 10px;
}
header .navbar {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header .navbar .navbar-nav li {
  margin-left: 15px;
  margin-right: 15px;
}
header .navbar .navbar-nav li:last-of-type {
  margin-right: 0px;
}
header .navbar .navbar-nav li:nth-child(4) {
  margin-right: 0px;
}
header .navbar .navbar-nav li .nav-link {
  padding-top: unset;
  padding-bottom: unset;
  height: 35px;
  display: inline-flex;
  align-items: center;
}
header .navbar .navbar-nav li .nav-btn-white {
  background: #0d0d0d;
  border: 0px solid #d1d5dc;
  height: 35px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3019607843);
  color: #fff;
}
header .navbar .navbar-nav li .nav-btn-white:hover {
  color: #fff;
}
header .navbar .navbar-nav li .nav-btn-blue {
  background: #fff;
  border: 0px solid #d1d5dc;
  color: #000;
  height: 35px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3019607843);
}

.hero .text-description {
  text-align: center;
}
.hero .text-description h4 {
  margin-right: auto;
  margin-left: auto;
  width: 60%;
  font-weight: normal;
  color: rgba(122, 122, 122, 0.5);
}
.hero > div {
  max-width: 1150px;
}
.hero > div.hero-first {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.hero > div {
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.hero > div:first-of-type {
  padding-top: 30vh;
}
.hero > div {
  text-align: center;
  padding-bottom: 0;
}
.hero h1 {
  font-size: 3rem;
  font-weight: bold;
}
.hero .text-animation-container {
  height: 60px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  min-width: 300px;
  margin: 20px 0;
}
.hero .text-slider {
  animation: slideUp 20s infinite;
}
.hero .animated-text {
  height: 60px;
  line-height: 60px;
  font-size: 2.5rem;
  font-weight: normal;
  padding: 0 2rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: white;
  text-shadow: unset;
}
.hero .animated-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.8s;
}
.hero .animated-text:hover::before {
  left: 100%;
}
.hero .text-1, .hero .text-1-alt {
  background: rgba(255, 71, 87, 0.15);
  box-shadow: unset;
  color: #ff4757;
}
.hero .text-2, .hero .text-2-alt {
  background: rgba(255, 192, 72, 0.15);
  box-shadow: unset;
  color: #ffc048;
}
.hero .text-3, .hero .text-3-alt {
  background: rgba(46, 213, 115, 0.15);
  box-shadow: unset;
  color: #2ed573;
}
.hero .text-4, .hero .text-4-alt {
  background: rgba(165, 94, 234, 0.15);
  box-shadow: unset;
  color: #a55eea;
}
.hero .text-5, .hero .text-5-alt {
  background: rgba(56, 103, 214, 0.15);
  box-shadow: unset;
  color: #3867d6;
}
@keyframes slideUp {
  0%, 9% {
    transform: translateY(0);
  }
  10%, 19% {
    transform: translateY(-60px);
  }
  20%, 29% {
    transform: translateY(-120px);
  }
  30%, 39% {
    transform: translateY(-180px);
  }
  40%, 49% {
    transform: translateY(-240px);
  }
  50%, 59% {
    transform: translateY(-300px);
  }
  60%, 69% {
    transform: translateY(-360px);
  }
  70%, 79% {
    transform: translateY(-420px);
  }
  80%, 89% {
    transform: translateY(-480px);
  }
  90%, 99% {
    transform: translateY(-540px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .hero .text-animation-container {
    min-width: 250px;
    height: 50px;
  }
  .hero .animated-text {
    height: 50px;
    line-height: 50px;
    font-size: 1.8rem;
    padding: 0 1.5rem;
  }
  @keyframes slideUp {
    0%, 18% {
      transform: translateY(0);
    }
    20%, 38% {
      transform: translateY(-50px);
    }
    40%, 58% {
      transform: translateY(-100px);
    }
    60%, 78% {
      transform: translateY(-150px);
    }
    80%, 98% {
      transform: translateY(-200px);
    }
    100% {
      transform: translateY(0);
    }
  }
}
.hero .buttons-container {
  margin-top: 3rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.hero .buttons-container .demo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: #000;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 43px;
  box-sizing: border-box;
}
.hero .buttons-container .demo-btn:hover {
  background: #333;
  border-color: #333;
}
.hero .buttons-container .google-signin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #3c4043;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 45px;
  box-sizing: border-box;
}
.hero .buttons-container .google-signin-btn:hover {
  background: #f8f9fa;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.hero .buttons-container .google-signin-btn svg {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .hero .buttons-container {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.hero .browser-mockup {
  margin-top: 4rem;
  max-width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 12px;
  border: 0px solid #e0e0e0;
  box-shadow: unset;
  overflow: hidden;
}
.hero .browser-mockup .browser-header {
  background: #f6f6f6;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}
.hero .browser-mockup .browser-header .browser-buttons {
  display: flex;
  gap: 8px;
  margin-right: 16px;
}
.hero .browser-mockup .browser-header .browser-buttons .browser-btn {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.hero .browser-mockup .browser-header .browser-buttons .browser-btn.red {
  background: #ff5f57;
}
.hero .browser-mockup .browser-header .browser-buttons .browser-btn.yellow {
  background: #ffbd2e;
}
.hero .browser-mockup .browser-header .browser-buttons .browser-btn.green {
  background: #28ca42;
}
.hero .browser-mockup .browser-header .browser-url {
  flex: 1;
  background: #fff;
  border-radius: 0px;
  padding: 6px 12px;
  font-size: 14px;
  color: #666;
  border: 1px solid #ddd;
  text-align: center;
}
.hero .browser-mockup .browser-content img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .hero .browser-mockup {
    margin-top: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.hero .outer-container {
  position: relative;
  margin: 40px auto;
  margin-top: 60px;
  max-width: 100%;
  padding: 0 0px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
.hero .outer-container.outer-container {
  width: 100%;
}
.hero .outer-container .outer-border-top::after {
  content: "";
  height: 1px;
  display: flex;
  height: 1px;
  width: calc((100vw - 1150px) / 2);
  background: #e0e0e0;
  display: flex;
  position: absolute;
  top: 0;
  left: calc(-1 * (100vw - 1150px) / 2);
}
.hero .outer-container .outer-border-top::before {
  content: "";
  height: 1px;
  width: calc((100vw - 1150px) / 2);
  background: #e0e0e0;
  display: flex;
  position: absolute;
  top: 0;
  right: calc(-1 * (100vw - 1150px) / 2);
}
.hero .outer-container .outer-border-bottom::after {
  content: "";
  height: 1px;
  display: flex;
  height: 1px;
  width: calc((100vw - 1150px) / 2);
  background: #e0e0e0;
  display: flex;
  position: absolute;
  bottom: 0;
  left: calc(-1 * (100vw - 1150px) / 2);
}
.hero .outer-container .outer-border-bottom::before {
  content: "";
  height: 1px;
  width: calc((100vw - 1150px) / 2);
  background: #e0e0e0;
  display: flex;
  position: absolute;
  bottom: 0;
  right: calc(-1 * (100vw - 1150px) / 2);
}
.hero .outer-container .corner-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #f1f5f9;
  border: 1px solid rgba(0, 0, 0, 0.07);
  z-index: 10;
}
.hero .outer-container .top-left {
  top: -3.5px;
  left: -4.5px;
}
.hero .outer-container .top-left-inner {
  top: -3.5px;
  left: 47px;
}
.hero .outer-container .top-right {
  top: -3.5px;
  right: -4.5px;
}
.hero .outer-container .top-right-inner {
  top: -3.5px;
  right: 47px;
}
.hero .outer-container .bottom-left {
  bottom: -3.5px;
  left: -4.5px;
}
.hero .outer-container .bottom-left-inner {
  bottom: -3.5px;
  left: 47px;
}
.hero .outer-container .bottom-right {
  bottom: -3.5px;
  right: -4.5px;
}
.hero .outer-container .bottom-right-inner {
  bottom: -3.5px;
  right: 47px;
}
.hero .outer-container .main-container {
  position: relative;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  display: flex;
  background: #fff;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.hero .outer-container .main-container.main-container-map {
  display: flex;
}
.hero .outer-container .main-container.main-container-map::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: -51px;
  background: #e0e0e0;
}
.hero .outer-container .main-container.main-container-map::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -51px;
  background: #e0e0e0;
}
.hero .outer-container .main-container.main-container-map > div {
  width: 50%;
  position: relative;
}
.hero .outer-container .main-container.main-container-map > div:first-of-type {
  border-right: 1px solid #eee;
}
.hero .outer-container .main-container img {
  width: 100%;
}
.hero .outer-container .main-container .sidebar {
  width: 192px;
  background: rgba(249, 250, 251, 0.6);
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.hero .outer-container .main-container .content {
  flex: 1;
  height: 500px;
  padding: 24px;
}
.hero .outer-container .main-container .content .image-wrapper {
  width: 100%;
  height: 400px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  position: relative;
}
.hero .outer-container .main-container .content .image-wrapper .square-dot {
  width: 8px;
  height: 8px;
  background: #3b82f6;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (max-width: 768px) {
  .hero .outer-container {
    margin: 3rem 1rem;
    padding: 0 16px;
  }
  .hero .outer-container .main-container {
    flex-direction: column;
  }
  .hero .outer-container .main-container .sidebar {
    width: 100%;
    height: 60px;
  }
  .hero .outer-container .main-container .content {
    height: 400px;
    padding: 16px;
  }
  .hero .outer-container .main-container .content .image-wrapper {
    height: 300px;
  }
}

.hero > div.pricing {
  padding-bottom: 10vh;
}
.hero > div.pricing > div.top {
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.hero > div.pricing > div.top > div {
  width: 50%;
  text-align: left;
}
.hero > div.pricing > div.top > div span {
  text-align: left;
  font-size: 1.1rem;
  color: rgba(122, 122, 122, 0.9);
}
.hero > div.pricing > div.top > div h2 {
  text-align: left;
}
.hero > div.pricing > div.bottom {
  position: relative;
  margin: 40px auto;
  max-width: 100%;
  padding: 0 0px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0px;
}
.hero > div.pricing > div.bottom .outer-border-top::after, .hero > div.pricing > div.bottom .outer-border-bottom::after {
  content: "";
  height: 1px;
  width: calc((100vw - 1150px) / 2);
  background: #e0e0e0;
  display: flex;
  position: absolute;
  left: calc(-1 * (100vw - 1150px) / 2);
}
.hero > div.pricing > div.bottom .outer-border-top::before, .hero > div.pricing > div.bottom .outer-border-bottom::before {
  content: "";
  height: 1px;
  width: calc((100vw - 1150px) / 2);
  background: #e0e0e0;
  display: flex;
  position: absolute;
  right: calc(-1 * (100vw - 1150px) / 2);
}
.hero > div.pricing > div.bottom .outer-border-top::after, .hero > div.pricing > div.bottom .outer-border-top::before {
  top: 0;
}
.hero > div.pricing > div.bottom .outer-border-bottom::after, .hero > div.pricing > div.bottom .outer-border-bottom::before {
  bottom: 0;
}
.hero > div.pricing > div.bottom .corner-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #f1f5f9;
  border: 1px solid rgba(0, 0, 0, 0.07);
  z-index: 10;
}
.hero > div.pricing > div.bottom .top-left {
  top: -3.5px;
  left: -4.5px;
}
.hero > div.pricing > div.bottom .top-left-inner {
  top: -3.5px;
  left: 47px;
}
.hero > div.pricing > div.bottom .top-right {
  top: -3.5px;
  right: -4.5px;
}
.hero > div.pricing > div.bottom .top-right-inner {
  top: -3.5px;
  right: 47px;
}
.hero > div.pricing > div.bottom .bottom-left {
  bottom: -3.5px;
  left: -4.5px;
}
.hero > div.pricing > div.bottom .bottom-left-inner {
  bottom: -3.5px;
  left: 47px;
}
.hero > div.pricing > div.bottom .bottom-right {
  bottom: -3.5px;
  right: -4.5px;
}
.hero > div.pricing > div.bottom .bottom-right-inner {
  bottom: -3.5px;
  right: 47px;
}
.hero > div.pricing > div.bottom .main-container {
  position: relative;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  display: flex;
  background: #fff;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  min-height: 200px;
  flex-direction: column;
}
.hero > div.pricing > div.bottom .main-container.main-container-pricing {
  padding: 0px;
}
.hero > div.pricing > div.bottom .main-container::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: -51px;
  background: #e0e0e0;
}
.hero > div.pricing > div.bottom .main-container::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -51px;
  background: #e0e0e0;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage {
  background: #fff;
  width: 100%;
  height: auto;
  padding: 20px 30px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage h4 {
  margin-bottom: 0px;
  font-weight: bold;
  color: #333;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage label {
  margin-bottom: 0px;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .storage-options {
  display: flex;
  align-items: center;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .storage-radio-group {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-left: 20px;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .storage-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  color: #374151;
  font-weight: 400;
  transition: all 0.2s ease;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .storage-option:hover {
  color: #0d0d0d;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .storage-option input[type=radio] {
  display: none;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  transition: all 0.2s ease;
  background: #fff;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .radio-custom::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #0d0d0d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s ease;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .storage-option input[type=radio]:checked + .radio-custom {
  border-color: #0d0d0d;
  background: #f9fafb;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .storage-option input[type=radio]:checked + .radio-custom::after {
  transform: translate(-50%, -50%) scale(1);
  background: #0d0d0d;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .storage-option:hover .radio-custom {
  border-color: #0d0d0d;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .storage-option:hover input[type=radio]:checked + .radio-custom {
  border-color: #0d0d0d;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .storage-option:hover input[type=radio]:checked + .radio-custom::after {
  background: #0d0d0d;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .billing-toggle {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .billing-toggle .billing-options {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .billing-toggle .billing-label {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
  cursor: pointer;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .billing-toggle .billing-label.active {
  color: #0d0d0d;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .billing-toggle .toggle-switch {
  width: 45px;
  height: 24px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .billing-toggle .toggle-switch.annual {
  background: #22c55e;
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .billing-toggle .toggle-switch .toggle-slider {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .billing-toggle .toggle-switch.annual .toggle-slider {
  transform: translateX(21px);
}
.hero > div.pricing > div.bottom .main-container .pricing-storage .billing-toggle .save-badge {
  background: #3b82f6;
  color: white;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 12px;
  letter-spacing: 0.5px;
  margin-left: 8px;
}
.hero > div.pricing > div.bottom .main-container .pricing-cards {
  display: flex;
  gap: 0px;
  width: 100%;
  justify-content: space-between;
}
.hero > div.pricing > div.bottom .main-container .pricing-card {
  flex: 1;
  background: #fff;
  border: 0px solid #e0e0e0;
  border-radius: 0px;
  padding: 30px;
  padding-top: 40px;
  position: relative;
  transition: all 0.3s ease;
  text-align: left;
  border-right: 1px solid #e0e0e0;
}
.hero > div.pricing > div.bottom .main-container .pricing-card:last-of-type {
  border-right: 0px;
}
.hero > div.pricing > div.bottom .main-container .pricing-card.featured {
  transform: scale(1);
  z-index: 11;
}
.hero > div.pricing > div.bottom .main-container .pricing-card.featured .popular-badge {
  position: absolute;
  top: -93px;
  right: calc(-56% - 0.5px);
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  right: 415px;
}
.hero > div.pricing > div.bottom .main-container .pricing-card.featured .popular-badge > span {
  background: #666;
  display: inline-flex;
  padding: 6px 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.hero > div.pricing > div.bottom .main-container .pricing-card.featured .popular-badge > span:first-of-type {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-right: 0.5px solid #fff;
}
.hero > div.pricing > div.bottom .main-container .pricing-card.featured .popular-badge > span:last-of-type {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-left: 0.5px solid #fff;
}
.hero > div.pricing > div.bottom .main-container .pricing-card.featured .popular-badge > span.active {
  background: #0d0d0d;
}
.hero > div.pricing > div.bottom .main-container .pricing-card.featured .popular-badge > span:hover {
  background: #0d0d0d;
}
.hero > div.pricing > div.bottom .main-container .pricing-card .plan-header {
  text-align: center;
  margin-bottom: 20px;
}
.hero > div.pricing > div.bottom .main-container .pricing-card .plan-header h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  text-align: left;
}
.hero > div.pricing > div.bottom .main-container .pricing-card .plan-header .price {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 8px;
  text-align: left;
  margin-top: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero > div.pricing > div.bottom .main-container .pricing-card .plan-header .price span {
  font-size: 1rem;
  color: rgba(122, 122, 122, 0.7);
  font-weight: normal;
}
.hero > div.pricing > div.bottom .main-container .pricing-card .plan-header .price .discount-badge {
  background: #e6f3ff;
  color: #1890ff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 12px;
  display: none;
  white-space: nowrap;
  border: 1px solid #b3d9ff;
}
.hero > div.pricing > div.bottom .main-container .pricing-card .plan-header .price .discount-badge.show {
  display: inline-block;
}
.hero > div.pricing > div.bottom .main-container .pricing-card .plan-header p {
  color: rgba(122, 122, 122, 0.7);
  font-size: 0.95rem;
  margin: 0;
  text-align: left;
}
.hero > div.pricing > div.bottom .main-container .pricing-card .features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.hero > div.pricing > div.bottom .main-container .pricing-card .features-list li {
  padding: 8px 0;
  color: rgba(122, 122, 122, 0.7);
  font-size: 1rem;
  position: relative;
  padding-left: 0px;
  display: flex;
  align-items: flex-start;
}
.hero > div.pricing > div.bottom .main-container .pricing-card .features-list li i {
  font-size: 1.65rem;
  color: #333;
  margin-right: 5px;
}
.hero > div.pricing > div.bottom .main-container .pricing-card .gradient-border {
  padding: 2px;
  background: linear-gradient(135deg, #ef4444, #facc15, #22c55e, #a855f7, #3b82f6);
  border-radius: 5px;
  width: 100%;
}
.hero > div.pricing > div.bottom .main-container .pricing-card .cta-button {
  width: 100%;
  padding: 8px 12px;
  background: #0d0d0d;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 5px;
  border: 1px solid #000;
}
.hero > div.pricing > div.bottom .main-container .pricing-card .cta-button:hover {
  background: #333;
  border-color: #333;
}
.hero > div.pricing > div.bottom .main-container .pricing-card .cta-button.cta-button-popular {
  background: #fff;
  color: #000;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  padding: 6.5px 12px;
}
.hero > div.pricing > div.bottom .main-container .pricing-card .cta-button.cta-button-popular:hover {
  background: #f8f9fa;
  color: #333;
}
.hero > div.pricing > div.bottom .main-container .pricing-card .cta-button.primary {
  background: #4a90e2;
  color: #fff;
}
.hero > div.pricing > div.bottom .main-container .pricing-card .cta-button.primary:hover {
  background: #3a80d2;
}
.hero > div.pricing > div.low-bottom {
  position: relative;
  margin: 40px auto;
  max-width: 100%;
  padding: 0 0px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 0px;
}
.hero > div.pricing > div.low-bottom .outer-border-bottom::after {
  content: "";
  height: 1px;
  width: calc((100vw - 1150px) / 2);
  background: #e0e0e0;
  display: flex;
  position: absolute;
  left: calc(-1 * (100vw - 1150px) / 2);
}
.hero > div.pricing > div.low-bottom .outer-border-bottom::before {
  content: "";
  height: 1px;
  width: calc((100vw - 1150px) / 2);
  background: #e0e0e0;
  display: flex;
  position: absolute;
  right: calc(-1 * (100vw - 1150px) / 2);
}
.hero > div.pricing > div.low-bottom .outer-border-top::after, .hero > div.pricing > div.low-bottom .outer-border-top::before {
  top: 0;
}
.hero > div.pricing > div.low-bottom .outer-border-bottom::after, .hero > div.pricing > div.low-bottom .outer-border-bottom::before {
  bottom: 0;
}
.hero > div.pricing > div.low-bottom .corner-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #f1f5f9;
  border: 1px solid rgba(0, 0, 0, 0.07);
  z-index: 10;
}
.hero > div.pricing > div.low-bottom .top-left {
  display: none;
}
.hero > div.pricing > div.low-bottom .top-left-inner {
  display: none;
}
.hero > div.pricing > div.low-bottom .top-right {
  display: none;
}
.hero > div.pricing > div.low-bottom .top-right-inner {
  display: none;
}
.hero > div.pricing > div.low-bottom .bottom-left {
  bottom: -3.5px;
  left: -4.5px;
}
.hero > div.pricing > div.low-bottom .bottom-left-inner {
  bottom: -3.5px;
  left: 47px;
}
.hero > div.pricing > div.low-bottom .bottom-right {
  bottom: -3.5px;
  right: -4.5px;
}
.hero > div.pricing > div.low-bottom .bottom-right-inner {
  bottom: -3.5px;
  right: 47px;
}
.hero > div.pricing > div.low-bottom .main-container {
  position: relative;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  display: flex;
  background: #fff;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  padding: 7px;
}
.hero > div.pricing > div.low-bottom .main-container.main-container-customs {
  padding-top: 0px;
}
.hero > div.pricing > div.low-bottom .main-container.main-container-customs > div {
  background: linear-gradient(to bottom, #0d0d0d, rgba(13, 13, 13, 0.85));
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  text-align: left;
  padding: 30px;
  position: relative;
}
.hero > div.pricing > div.low-bottom .main-container.main-container-customs > div .book-a-call {
  background: #fff;
  border: 0px solid #d1d5dc;
  height: 35px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3019607843);
  color: #0d0d0d;
  position: absolute;
  right: 45px;
  top: calc(50% - 15px);
  cursor: pointer;
}
.hero > div.pricing > div.low-bottom .main-container.main-container-customs > div > span {
  color: rgba(255, 255, 255, 0.6);
}
.hero > div.pricing > div.low-bottom .main-container.main-container-customs > div h4 {
  font-weight: bold;
}
.hero > div.pricing > div.low-bottom .main-container::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: -51px;
  background: #e0e0e0;
}
.hero > div.pricing > div.low-bottom .main-container::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -51px;
  background: #e0e0e0;
}
.hero > div.features {
  padding-top: 10vh;
  padding-bottom: 5vh;
}
.hero > div.features > .quote {
  margin-top: 3.5rem;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.hero > div.features > .quote .quote-profile {
  margin-top: 20px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hero > div.features > .quote .quote-profile > span {
  font-size: 18px;
  color: #212529;
  margin-right: 10px;
}
.hero > div.features > .quote .quote-profile img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.hero > div.features h2 {
  font-size: 2.3rem;
  font-weight: bold;
}
.hero > div.features > div {
  text-align: left;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}
.hero > div.features > div > span {
  font-size: 1.5rem;
  color: rgba(122, 122, 122, 0.9);
}
.hero > div.features .card-row {
  display: flex;
  margin-top: 10vh;
  width: 103%;
  margin-left: -1.5%;
}
.hero > div.features .card-row > div h3 {
  font-size: 1.25rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.hero > div.features .card-row > div > span:first-of-type {
  margin-top: 20px;
  display: flex;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.hero > div.features .card-row > div > span:last-of-type {
  color: rgba(122, 122, 122, 0.5);
  font-size: 14px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.hero > div.features .card-row > div i {
  font-size: 27px;
  margin-bottom: 10px;
  color: #1890ff;
}
.hero > div.features .card-row > div > div {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
}
.hero > div.features .card-row > div > div img {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  width: 80%;
  height: auto;
  border: 1px solid #eee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 175px;
  object-position: top;
  object-fit: cover;
}
.hero > div.features .card-row > div {
  width: 30%;
  height: 400px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  background: #fff;
  border-radius: 10px;
  margin-right: 1.5%;
  margin-left: 1.5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.legend {
  position: absolute;
  left: 30px;
  bottom: 35px;
}

.hover-country {
  position: absolute;
  left: 30px;
  bottom: 45px;
}

.map-component {
  padding-top: 60px;
  padding-bottom: 30px;
}
.map-component > span {
  padding-left: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #616161;
}
.map-component > span i {
  font-size: 22px;
  margin-right: 7px;
}
.map-component h3 {
  padding-left: 30px;
  margin-bottom: 0;
  padding-right: 30px;
  font-size: 20px;
}

.conversation-ai {
  padding: 30px;
  background: #f8f9fa;
  border-radius: 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 12px;
}
.conversation-ai > span {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #616161;
}
.conversation-ai > span > i {
  font-size: 22px;
  margin-right: 7px;
}
.conversation-ai h3 {
  font-size: 20px;
}
.conversation-ai .chat-container {
  max-width: 400px;
  margin: 0 auto;
}
.conversation-ai .chat-date {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 500;
}
.conversation-ai .chat-bubble {
  margin-bottom: 15px;
}
.conversation-ai .chat-bubble.client > span {
  color: #666;
  font-size: 14px;
}
.conversation-ai .chat-bubble.client .bubble-content {
  background: #ffffff;
  color: #333;
  border: 1px solid #e0e0e0;
  margin-left: 0;
  margin-right: 40px;
  border-radius: 20px;
  padding: 15px 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 1.4;
}
.conversation-ai .chat-bubble.assistant .bubble-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 8px;
  margin-right: 20px;
}
.conversation-ai .chat-bubble.assistant .bubble-header i {
  font-size: 16px;
  margin-right: 6px;
  color: #4a90e2;
}
.conversation-ai .chat-bubble.assistant .bubble-header span {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.conversation-ai .chat-bubble.assistant .bubble-content {
  background: #1890ff;
  color: white;
  margin-left: 40px;
  margin-right: 0;
  border-radius: 20px;
  padding: 15px 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  line-height: 1.4;
}

.content-section {
  position: relative;
  margin: 40px auto;
  max-width: 100%;
  padding: 0 0px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.content-section .outer-border-top::after, .content-section .outer-border-bottom::after {
  content: "";
  height: 1px;
  width: calc((100vw - 1150px) / 2);
  background: #e0e0e0;
  display: flex;
  position: absolute;
  left: calc(-1 * (100vw - 1150px) / 2);
}
.content-section .outer-border-top::before, .content-section .outer-border-bottom::before {
  content: "";
  height: 1px;
  width: calc((100vw - 1150px) / 2);
  background: #e0e0e0;
  display: flex;
  position: absolute;
  right: calc(-1 * (100vw - 1150px) / 2);
}
.content-section .outer-border-top::after, .content-section .outer-border-top::before {
  top: 0;
}
.content-section .outer-border-bottom::after, .content-section .outer-border-bottom::before {
  bottom: 0;
}
.content-section .corner-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #f1f5f9;
  border: 1px solid rgba(0, 0, 0, 0.07);
  z-index: 10;
}
.content-section .top-left {
  top: -3.5px;
  left: -4.5px;
}
.content-section .top-left-inner {
  top: -3.5px;
  left: 47px;
}
.content-section .top-right {
  top: -3.5px;
  right: -4.5px;
}
.content-section .top-right-inner {
  top: -3.5px;
  right: 47px;
}
.content-section .bottom-left {
  bottom: -3.5px;
  left: -4.5px;
}
.content-section .bottom-left-inner {
  bottom: -3.5px;
  left: 47px;
}
.content-section .bottom-right {
  bottom: -3.5px;
  right: -4.5px;
}
.content-section .bottom-right-inner {
  bottom: -3.5px;
  right: 47px;
}
.content-section .content-container {
  position: relative;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  display: flex;
  background: transparent;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  gap: 60px;
  padding-top: 0px;
}
.content-section .content-container::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: -51px;
  background: #e0e0e0;
}
.content-section .content-container::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -51px;
  background: #e0e0e0;
}
.content-section .content-container .content-left {
  flex: 1;
  padding-right: 30px;
  padding-top: 30px;
}
.content-section .content-container .content-left h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.2;
}
.content-section .content-container .content-left p {
  font-size: 1.1rem;
  color: rgba(122, 122, 122, 0.9);
  line-height: 1.6;
  margin: 0;
}
.content-section .content-container .content-right {
  flex: 1;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.content-section .content-container .content-right blockquote {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 30px;
  margin: 0;
  border-left: 4px solid #4a90e2;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  font-style: italic;
}
.content-section .content-container .content-right blockquote cite {
  display: block;
  margin-top: 15px;
  font-style: normal;
  font-weight: 500;
  color: #333;
  font-size: 0.9rem;
}
.content-section .stats-section {
  display: flex;
  justify-content: space-between;
  background: transparent;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  position: relative;
  padding-top: 0px;
  padding-bottom: 20px;
}
.content-section .stats-section::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: -51px;
  background: #e0e0e0;
}
.content-section .stats-section::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -51px;
  background: #e0e0e0;
}
.content-section .stats-section .stat-item {
  text-align: center;
  flex: 1;
  padding-top: 30px;
}
.content-section .stats-section .stat-item .stat-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  gap: 5px;
}
.content-section .stats-section .stat-item .stat-label {
  font-size: 0.9rem;
  color: #666;
}
.content-section .stats-section .stat-item .stat-value {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
}
.content-section .stats-section .stat-item .stat-icon {
  font-size: 2rem;
}

.social-media {
  padding: 60px 0;
  padding-top: 0px;
  text-align: left;
  background: transparent;
  padding-bottom: 75px !important;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.social-media h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  text-align: left;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}
.social-media .social-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto;
  margin-left: -25px;
}
.social-media .social-icons .social-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e0e0e0;
  min-width: 99px;
}
.social-media .social-icons .social-icon .fa-tiktok {
  font-size: 28px;
  margin-top: 7px;
}
.social-media .social-icons .social-icon:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: #1890ff;
}
.social-media .social-icons .social-icon i {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #666;
  transition: color 0.3s ease;
}
.social-media .social-icons .social-icon span {
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}
.social-media .social-icons .social-icon:hover:nth-child(1) i {
  color: #1877f2;
}
.social-media .social-icons .social-icon:hover:nth-child(2) i {
  color: #1da1f2;
}
.social-media .social-icons .social-icon:hover:nth-child(3) i {
  color: #e4405f;
}
.social-media .social-icons .social-icon:hover:nth-child(4) i {
  color: #0077b5;
}
.social-media .social-icons .social-icon:hover:nth-child(5) i {
  color: #ff0000;
}
.social-media .social-icons .social-icon:hover:nth-child(6) i {
  color: #000000;
}
.social-media .social-icons .social-icon:hover:nth-child(7) i {
  color: #bd081c;
}
.social-media .social-icons .social-icon:hover:nth-child(8) i {
  color: #000000;
}

.faq {
  position: relative;
  margin: 40px auto;
  max-width: 100%;
  padding: 0 0px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.faq .outer-border-top::after, .faq .outer-border-bottom::after {
  content: "";
  height: 1px;
  width: calc((100vw - 1150px) / 2);
  background: #e0e0e0;
  display: flex;
  position: absolute;
  left: calc(-1 * (100vw - 1150px) / 2);
}
.faq .outer-border-top::before, .faq .outer-border-bottom::before {
  content: "";
  height: 1px;
  width: calc((100vw - 1150px) / 2);
  background: #e0e0e0;
  display: flex;
  position: absolute;
  right: calc(-1 * (100vw - 1150px) / 2);
}
.faq .outer-border-top::after, .faq .outer-border-top::before {
  top: 0;
}
.faq .outer-border-bottom::after, .faq .outer-border-bottom::before {
  bottom: -1px;
}
.faq .corner-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #f1f5f9;
  border: 1px solid rgba(0, 0, 0, 0.07);
  z-index: 10;
}
.faq .top-left {
  top: -3.5px;
  left: -4.5px;
}
.faq .top-left-inner {
  top: -3.5px;
  left: 47px;
}
.faq .top-right {
  top: -3.5px;
  right: -4.5px;
}
.faq .top-right-inner {
  top: -3.5px;
  right: 47px;
}
.faq .bottom-left {
  bottom: -3.5px;
  left: -4.5px;
}
.faq .bottom-left-inner {
  bottom: -3.5px;
  left: 47px;
}
.faq .bottom-right {
  bottom: -3.5px;
  right: -4.5px;
}
.faq .bottom-right-inner {
  bottom: -3.5px;
  right: 47px;
}
.faq .main-container {
  position: relative;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  display: flex;
  background: transparent;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  min-height: 200px;
  padding-top: 0px;
}
.faq .main-container::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: -51px;
  background: #e0e0e0;
}
.faq .main-container::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -51px;
  background: #e0e0e0;
}
.faq .main-container.main-container-faq {
  gap: 60px;
  align-items: flex-start;
  padding-top: 0px;
  padding-bottom: 100px;
}
.faq .main-container.main-container-faq .faq-left {
  flex: 0 0 35%;
  padding-right: 15px;
  padding-top: 60px;
  text-align: left;
}
.faq .main-container.main-container-faq .faq-left h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.2;
}
.faq .main-container.main-container-faq .faq-left p {
  font-size: 1.1rem;
  color: rgba(122, 122, 122, 0.9);
  line-height: 1.6;
  margin: 0;
}
.faq .main-container.main-container-faq .faq-left p a {
  color: #1890ff;
  text-decoration: none;
  font-weight: 500;
}
.faq .main-container.main-container-faq .faq-left p a:hover {
  text-decoration: underline;
}
.faq .main-container.main-container-faq .faq-right {
  flex: 1;
  margin-top: 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.faq .main-container.main-container-faq .faq-right .faq-item {
  border: 0px solid #e0e0e0;
  margin-bottom: 0px;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq .main-container.main-container-faq .faq-right .faq-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq .main-container.main-container-faq .faq-right .faq-item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.faq .main-container.main-container-faq .faq-right .faq-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.faq .main-container.main-container-faq .faq-right .faq-item.active {
  border-color: #1890ff;
}
.faq .main-container.main-container-faq .faq-right .faq-item.active .faq-question {
  background: #f8fafc;
}
.faq .main-container.main-container-faq .faq-right .faq-item.active .faq-question i {
  transform: rotate(180deg);
  color: #1890ff;
}
.faq .main-container.main-container-faq .faq-right .faq-item .faq-question {
  padding: 12px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: #fff;
  transition: all 0.3s ease;
  border-radius: 12px;
  text-align: left;
}
.faq .main-container.main-container-faq .faq-right .faq-item .faq-question:hover {
  background: #f8fafc;
}
.faq .main-container.main-container-faq .faq-right .faq-item .faq-question span {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  flex: 1;
  margin-right: 20px;
}
.faq .main-container.main-container-faq .faq-right .faq-item .faq-question i {
  font-size: 20px;
  color: #666;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.faq .main-container.main-container-faq .faq-right .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
}
.faq .main-container.main-container-faq .faq-right .faq-item .faq-answer.active {
  max-height: 500px;
}
.faq .main-container.main-container-faq .faq-right .faq-item .faq-answer p {
  padding: 12px 18px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  text-align: left;
}

.footer {
  background: #fff;
  border-top: 0px solid #e0e0e0;
  padding: 60px 0 0 0;
}
.footer .footer-container {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  gap: 100px;
  padding: 0 0px;
}
.footer .footer-container .footer-left {
  flex: 0 0 300px;
}
.footer .footer-container .footer-left .footer-brand {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.footer .footer-container .footer-left .footer-brand img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.footer .footer-container .footer-left .footer-brand span {
  font-size: 1.5rem;
  color: #333;
}
.footer .footer-container .footer-left .footer-brand span b {
  font-weight: bold;
}
.footer .footer-container .footer-left .footer-description {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.footer .footer-container .footer-left .footer-status {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}
.footer .footer-container .footer-left .footer-status .status-indicator {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  margin-right: 8px;
}
.footer .footer-container .footer-links {
  flex: 1;
  display: flex;
  gap: 60px;
}
.footer .footer-container .footer-links .footer-column {
  flex: 1;
}
.footer .footer-container .footer-links .footer-column h4 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}
.footer .footer-container .footer-links .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-container .footer-links .footer-column ul li {
  margin-bottom: 12px;
}
.footer .footer-container .footer-links .footer-column ul li a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer .footer-container .footer-links .footer-column ul li a:hover {
  color: #333;
}
.footer .footer-bottom {
  border-top: 1px solid #e0e0e0;
  margin-top: 40px;
  padding: 20px 0;
}
.footer .footer-bottom .footer-bottom-container {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0px;
}
.footer .footer-bottom .footer-bottom-container .footer-copyright {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #666;
}
.footer .footer-bottom .footer-bottom-container .footer-copyright a {
  color: #666;
  text-decoration: none;
}
.footer .footer-bottom .footer-bottom-container .footer-copyright a:hover {
  color: #333;
}
.footer .footer-bottom .footer-bottom-container .footer-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer .footer-bottom .footer-bottom-container .footer-right .footer-social {
  display: flex;
  gap: 12px;
}
.footer .footer-bottom .footer-bottom-container .footer-right .footer-social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 16px;
  transition: color 0.2s ease;
}
.footer .footer-bottom .footer-bottom-container .footer-right .footer-social a:hover {
  color: #333;
}
.footer .footer-bottom .footer-bottom-container .footer-right .footer-language {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.footer .footer-bottom .footer-bottom-container .footer-right .footer-language:hover {
  color: #333;
}

.tagline {
  position: fixed;
  top: 80px;
  right: 20px;
  background: #f8f9fa;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  padding: 3px 9px;
  border-radius: 5px;
  font-weight: 500;
  color: #3c4043;
  cursor: pointer;
  border: 1px solid #eee;
  z-index: 111;
}

.pricing-card {
  --w: 47px;
  --h: 47px;
  --start-pos: translateZ(-8rem) rotateX(330deg) rotateY(-45deg);
  --end-pos: translateZ(-8rem) rotateY(180deg);
  --anim-duration: 350ms;
  --half-w: calc(var(--w) / 2);
  --half-h: calc(var(--h) / 2);
}
.pricing-card .item {
  position: relative;
  top: 0px;
  left: 0;
  transform: translateX(0%);
  width: var(--w);
  height: var(--h);
  z-index: 5;
}
.pricing-card .cube {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: scale(0.9) var(--start-pos);
  transition: transform var(--anim-duration);
}
.pricing-card .item:hover .cube {
  animation-play-state: paused;
}
.pricing-card .cube-face {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.pricing-card .cube-face div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pricing-card .front img {
  opacity: 0.8;
}
.pricing-card .front {
  transform: rotateY(0deg) translateZ(var(--half-w));
}
.pricing-card .right {
  transform: rotateY(90deg) translateZ(var(--half-w));
}
.pricing-card .back {
  transform: rotateY(180deg) translateZ(var(--half-w));
}
.pricing-card .left {
  transform: rotateY(-90deg) translateZ(var(--half-w));
}
.pricing-card .top {
  width: var(--w);
  height: var(--w);
  transform: rotateX(90deg) translateZ(var(--half-w));
}
.pricing-card .bottom {
  width: var(--w);
  height: var(--w);
  transform: rotateX(-90deg) translateZ(var(--half-w));
}
.pricing-card .top-content {
  transform: rotateZ(-45deg);
}
.pricing-card {
  /* Red cube colors - SocialVerse Logo Red */
}
.pricing-card .cube.red {
  background: #FF3333;
}
.pricing-card .cube.red .front {
  background: #FF3333;
}
.pricing-card .cube.red .right {
  background: #FF3333;
}
.pricing-card .cube.red .back {
  background: #FF3333;
}
.pricing-card .cube.red .left {
  background: #FF3333;
}
.pricing-card .cube.red .top {
  background: #FF3333;
}
.pricing-card .cube.red .bottom {
  background: #FF3333;
}
.pricing-card {
  /* Yellow cube colors - SocialVerse Logo Yellow */
}
.pricing-card .cube.yellow {
  background: #FFD700;
}
.pricing-card .cube.yellow .front {
  background: #FFD700;
}
.pricing-card .cube.yellow .right {
  background: #FFD700;
}
.pricing-card .cube.yellow .back {
  background: #FFD700;
}
.pricing-card .cube.yellow .left {
  background: #FFD700;
}
.pricing-card .cube.yellow .top {
  background: #FFD700;
}
.pricing-card .cube.yellow .bottom {
  background: #FFD700;
}
.pricing-card {
  /* Green cube colors - SocialVerse Logo Green */
}
.pricing-card .cube.green {
  background: #22C55E;
}
.pricing-card .cube.green .front {
  background: #22C55E;
}
.pricing-card .cube.green .right {
  background: #22C55E;
}
.pricing-card .cube.green .back {
  background: #22C55E;
}
.pricing-card .cube.green .left {
  background: #22C55E;
}
.pricing-card .cube.green .top {
  background: #22C55E;
}
.pricing-card .cube.green .bottom {
  background: #22C55E;
}
.pricing-card .plan-header {
  position: relative;
  padding-top: 30px;
}

.red .right::after {
  content: "";
  width: 87%;
  height: 87%;
  background: #fff;
  display: flex;
  border-radius: 5px;
}

.yellow .top::after {
  content: "";
  width: 85%;
  height: 85%;
  background: #fff;
  display: flex;
  border-radius: 5px;
  position: relative;
  top: 7px;
  right: -7.2px;
}

.green .front::after {
  content: "";
  width: 87%;
  height: 87%;
  background: #fff;
  display: flex;
  border-radius: 5px;
  position: relative;
  top: 0px;
  right: -6px;
}

.hero.privacy-policy {
  padding-top: 0;
}
.hero.privacy-policy > div:first-of-type {
  padding-top: 0;
}
.hero.privacy-policy .outer-container {
  margin-top: 0;
}
.hero.privacy-policy.breadcrumb-place .outer-container {
  margin-bottom: 0px;
  border-bottom: 0;
}
.hero.privacy-policy.breadcrumb-place .main-container {
  border-bottom: 0;
  background: transparent;
}
.hero.privacy-policy .main-container {
  text-align: left;
}

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