/* ============================================
   RESET & BASE
   ============================================ */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body:not(.theme-aigocy):not(.theme-premium) * {
  font-family: var(--font-family);
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

/* ============================================
   SECTION UTILITIES
   ============================================ */
.section-label {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(0, 200, 150, 0.12);
  color: var(--primary-light);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 16px;
}
.section-label.light {
  background: rgba(255, 255, 255, 0.15);
  color: var(--accent);
}
.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: var(--primary);
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.section-desc {
  color: var(--text-muted);
  font-size: 1.1rem;
  max-width: 560px;
  margin: 0 auto;
}
.section-head {
  margin-bottom: 56px;
}

.breadcrumb-main {
  padding: 120px 0 48px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--bg-dark) 100%);
  text-align: center;
}
.breadcrumb-main h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
}
.breadcrumb {
  justify-content: center;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.breadcrumb .breadcrumb-item.active {
  color: var(--accent);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4);
}

/* Blog details */
.blog-details {
  padding: 60px 0;
}
.blog-details .blog-details-image img {
  border-radius: var(--radius-lg);
}
.blog-details .blog-details-content h2 {
  color: var(--text);
  font-weight: 800;
}
.blog-details .blog-details-content p {
  color: var(--text-muted);
}
.blog-details .blog-details-content .blog-meta small {
  color: var(--accent);
}

.special-char {
  font-family: var(--sora-font);
}

.tw-footer-nav a.active {
  color: #fd3a25;
  font-weight: 600;
}

.tw-footer-nav a.active::after {
  width: 100%;
}

.navbar-brand .logo {
  width: 160px;
}

.swiper-pagination {
  position: relative;
}
.tw-swiper-dots {
  margin-top: 8px !important;
}
.tw-testimonial-wrap {
  padding-bottom: 30px;
}

.tw-dropdown-item .tw-dropdown-item-content span span {
  display: inline;
}

/* privacy css */
.policy-main {
  padding: 60px 0;
}
.policy-main .policy-content {
  margin-bottom: 30px;
}
.policy-main h2 {
  color: var(--primary);
  font-weight: 800;
  margin-bottom: 10px;
}
.policy-main p {
  color: var(--text-muted);
  margin-bottom: 4px;
}
.policy-main p strong {
  font-weight: 600;
}
.policy-main p a {
  color: var(--text);
  font-weight: 600;
  text-decoration: underline;
}
.policy-main p a:hover {
  transition: color 0.3s ease;
  color: var(--accent);
}
.policy-main ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 16px;
}
.policy-main ul li {
  color: var(--text-muted);
  margin-bottom: 4px;
}

@media (max-width: 991px) {
  .site-main {
    overflow-x: hidden;
  }
  .tw-hero-desc,
  .tw-plugin-hero-desc {
    max-width: 100%;
  }
  .tw-plugin-hero-trust {
    justify-content: center;
  }
  .tw-stats-bar-item {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .tw-stats-bar-item {
    min-width: 50%;
    text-align: center;
  }
  .tw-footer-nav {
    gap: 16px;
    justify-content: start;
  }
}

#form_container {
  padding: 10px;
}
.tw-glass-card.tw-purchase-card marquee {
  background-color: #f9f2f3;
  color: #fd3a25;
  padding: 4px;
  line-height: normal;
}
