/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* @font-face {
  font-family: "Instagram Sans Regular";
  src: url("fonts/InstagramSans-Regular.woff2") format("woff2"),
       url("fonts/InstagramSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Instagram Sans Regular", "Franklin Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
} */

.row {
  max-width: initial;
}

body {
  font-family: 'Poppins', sans-serif;
}


#main,
#wrapper {
  background: linear-gradient(180deg, #000, #000);
}

:root {
  --bg: #000;
  --panel: #000;
  --text: #ffffff;
  --primary: #ef4444;
  --secondary: #1e40af;
  --glass: rgba(255, 255, 255, 0.04);
  --radius: 14px;
  --primary-gradient: linear-gradient(135deg, var(--primary), var(--secondary));
  --border-color: rgba(102, 126, 234, 0.15);
  --card: #000;
  --muted: #9aa7b7;
  --white: #ffffff;
  --primary-red: #DC2626;
  --primary-blue: #2563EB;
  --primary-red-dark: #B91C1C;
  --primary-red-light: #EF4444;
  --secondary-blue: #2563EB;
  --secondary-blue-dark: #1E40AF;
  --secondary-blue-light: #3B82F6;
  --dark-bg: #000000;
  --dark-card: #0a0a0a;
  --dark-card-hover: #1a1a1a;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Header */
.site-header {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 0;
  background: rgba(11, 19, 32, 0.8);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.brand-logo {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
}

.brand-title {
  font-weight: 400;
  font-size: 17px;
  margin: 0;
}

.brand-subtitle {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}

/* .btn-primary-custom {
  background: var(--primary);
  border: none;
  color: white;
  font-weight: 700;
  border-radius: 10px;
  padding: 12px 24px;
  transition: all 0.3s ease;
  font-size: 14px;
}

.btn-primary-custom:hover {
  background: #dc2626;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(239, 68, 68, 0.4);
}

.btn-outline-custom {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
  font-weight: 700;
  border-radius: 10px;
  padding: 12px 24px;
  transition: all 0.3s ease;
  font-size: 14px;
}

.btn-outline-custom:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
} */

/* Hero Section */
.hero-section {
  /* background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(37, 99, 235, 0.15)); */
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  /* background: radial-gradient(circle, rgba(239, 68, 68, 0.2) 0%, transparent 70%); */
  border-radius: 50%;
  filter: blur(80px);
}

.hero-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.hero-section .lead {
  font-size: 1rem;
  line-height: 26px;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  font-weight: 400;
}

.hero-cta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.hero-image-container {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

.hero-main-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

/* Stats Bar */
.stats-bar {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 40px;
  margin: -40px auto 60px;
  max-width: 1000px;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.stat-item {
  text-align: center;
}

.stat-value {
  font-size: 2.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}

.stat-label {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

/* Section Styling */
.content-section {
  padding: 30px 0;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  max-width: 850px;
  margin: 0 auto 40px;
  line-height: 1.8;
  animation: fadeInUp 1s ease;
}

.section-description {
  font-size: 0.98rem;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 32px;
}

/* Benefits Cards */
.benefit-card {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 32px;
  height: 100%;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  border-color: var(--primary);
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.benefit-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.benefit-card h3 {
  font-weight: 400;
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: #fff;

}

.benefit-card p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.95rem;
  margin: 0;
}

/* How It Works */
.how-it-works-section {
  /* background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(239, 68, 68, 0.08)); */
  border-radius: 28px;
  padding: 0px 40px;
  /* margin: 40px 0; */
}

/* Section Title */
.section-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 16px;
  /* background: linear-gradient(135deg, #1e40af 0%, #a78bfa 50%, red 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  background-clip: text;
  animation: fadeInUp 0.8s ease;
}

.section-description {
  max-width: 850px;
  margin: 0 auto 60px;
  text-align: center;
  animation: fadeInUp 1.2s ease;
}

.section-description p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #fff;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

/* Flow Steps */
.flow-step {
  background: var(--card-bg);
  border-radius: 24px;
  padding: 0;
  border: 1px solid var(--border-color);
  height: 100%;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  animation: fadeInUp 0.8s ease backwards;
}

.flow-step:nth-child(1) {
  animation-delay: 0.2s;
}

.flow-step:nth-child(2) {
  animation-delay: 0.4s;
}

.flow-step:nth-child(3) {
  animation-delay: 0.6s;
}

.flow-step:nth-child(4) {
  animation-delay: 0.8s;
}

.flow-step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary-gradient);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.flow-step:hover {
  transform: translateY(-12px);
  border-color: rgba(102, 126, 234, 0.4);
  box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
  background: var(--card-hover);
}

.flow-step:hover::before {
  transform: scaleX(1);
}

/* Step Image */
.step-image-wrapper {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.step-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  filter: brightness(0.85);
}

.flow-step:hover .step-image-wrapper img {
  transform: scale(1.1);
  filter: brightness(1);
}

/* Step Number Badge */
.step-number-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
  z-index: 2;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.6);
    transform: scale(1.05);
  }
}

/* Step Content */
.step-content {
  padding: 30px;
}

.step-content h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}

.step-content h4::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--primary-gradient);
  transition: width 0.4s ease;
}

.flow-step:hover .step-content h4::after {
  width: 60px;
}

.step-content p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #fff;
  margin: 0;
}

/* Connection Lines */
.row.g-4::after {
  content: '';
  position: absolute;
  top: 140px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg,
      transparent 0%,
      var(--border-color) 20%,
      var(--border-color) 80%,
      transparent 100%);
  z-index: -1;
}

/* Campaign Types */
.campaign-grid {
  margin-top: 40px;
}

.campaign-tile {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 28px;
  transition: all 0.3s ease;
  height: 100%;
}

.campaign-tile:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(239, 68, 68, 0.2);
}

.campaign-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.campaign-tile h4 {
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #fff;
}

.campaign-tile p {
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
  font-size: 0.92rem;
}

/* Info Box */
.info-box {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  /* border-left: 4px solid var(--primary); */
  border-radius: 12px;
  padding: 24px;
  margin: 24px 0;
}

.info-box h4 {
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

/* .info-box p {
      color: var(--muted);
      line-height: 1.7;
      font-size: 0.95rem;
      margin-bottom: 8px;
    } */

.info-box>p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 35px;
}

.info-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.info-box li {
  background: rgba(102, 126, 234, 0.05);
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(102, 126, 234, 0.1);
  transition: all 0.3s ease;
  position: relative;
  color: #fff;

}

.info-box li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 16px 0 0 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.info-box li:hover {
  background: rgba(102, 126, 234, 0.08);
  border-color: rgba(102, 126, 234, 0.3);
  transform: translateY(-4px);
}

.info-box li:hover::before {
  opacity: 1;
}

.info-box li strong {
  display: block;
  font-size: 1.15rem;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 600;
}

.info-box li strong::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  margin-top: 8px;
  border-radius: 2px;
}


/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  /* border-radius: 28px; */
  padding: 70px 40px;
  text-align: center;
  /* margin: 70px 0; */
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  filter: blur(80px);
}

.cta-section h2 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.cta-section p {
  font-size: 1.1rem;
  margin-bottom: 28px;
  opacity: 0.95;
  position: relative;
  z-index: 1;
  color: #fff;
}

.btn-cta-white {
  background: white;
  color: var(--primary);
  font-weight: 600;
  padding: 16px 36px;
  border-radius: 12px;
  font-size: 1rem;
  border: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.btn-cta-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  color: var(--primary);
}



/* Responsive */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2rem;
  }

  .hero-section .lead {
    font-size: 1rem;
  }

  .stats-bar {
    padding: 28px 20px;
    margin-top: 0;
  }

  .stat-value {
    font-size: 2rem;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .content-section {
    padding: 48px 0;
  }

  .how-it-works-section {
    padding: 48px 24px;
  }

  .flow-step::after {
    display: none;
  }

  .step-image-wrapper {
    width: 140px;
    height: 140px;
  }

  .cta-section {
    padding: 48px 24px;
  }

  .cta-section h2 {
    font-size: 2rem;
  }

  .brand-subtitle {
    display: none;
  }
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

/* .btn-primary-custom-campaing:hover {
  background: #dc2626;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
} */

/****************Home page***************/
.hero-section p {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 22px;
  /* margin-bottom: 32px; */
  position: relative;
  z-index: 1;
}

/* Quick Nav Pills */
.quick-nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.nav-pill {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 10px 18px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  color: #fff;
}

.nav-pill:hover {
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
}

/* Scroll Reveal Animation */
.scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}


/* Campaign Cards */
.campaign-card {
  background: var(--panel);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.campaign-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.6);
  border-color: rgba(239, 68, 68, 0.4);
}

.campaign-cover {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.campaign-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.campaign-card:hover .campaign-cover img {
  transform: scale(1.1);
}

.campaign-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--primary);
  color: white;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.card-body-custom {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-body-custom h3 {
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: var(--text);
}

.card-body-custom>p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 16px;
  font-size: 0.95rem;
}

.card-body-custom ul {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
  color: var(--muted);
  font-size: 0.9rem;
}

.card-body-custom ul li {
  padding: 6px 0;
  line-height: 1.6;
  display: flex;
  align-items: start;
}

.card-body-custom ul li::before {
  /* content: '→'; */
  content: "→";
  color: var(--primary);
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
}

/* Category Cards */
/* .category-card {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 32px;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
} */

/* .category-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary), var(--secondary));
  opacity: 0;
  transition: opacity 0.3s ease;
} */

.category-card:hover {
  border-color: var(--primary);
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.category-card:hover::before {
  opacity: 1;
}

.category-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.category-card h3 {
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #fff;
}

.category-card p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 16px;
  font-size: 0.95rem;
}

.category-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.category-card ul li {
  padding: 6px 0;
  display: flex;
  align-items: start;
}

.category-card ul li::before {
  content: '✓';
  color: var(--primary);
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
}

/* Placement Cards */
.placement-card {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 28px;
  transition: all 0.3s ease;
  height: 100%;
}

.placement-card:hover {
  border-color: var(--secondary);
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.placement-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
}

.placement-card h4 {
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.placement-card p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
  font-size: 0.92rem;
}

/* Success Stories */
.success-story {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.success-story::before {
  content: '"';
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 100px;
  color: var(--primary);
  opacity: 0.1;
  font-family: Georgia, serif;
  line-height: 1;
}

.success-quote {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  font-style: italic;
}

.success-author {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.author-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.author-info h5 {
  font-weight: 700;
  margin: 0 0 4px;
  color: #fff;
}

.author-info p {
  color: var(--muted);
  margin: 0;
  font-size: 0.9rem;
}

.success-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.metric-item {
  text-align: center;
}

.metric-value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}

.metric-label {
  font-size: 0.85rem;
  color: var(--muted);
}

/* Info Box */
.info-box {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  /* border-left: 4px solid var(--primary); */
  border-radius: 12px;
  padding: 24px;
  margin: 32px 0;
}

.info-box h4 {
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-box p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.1rem;
  margin-bottom: 32px;
}

/* FAQ Section */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: rgba(239, 68, 68, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.faq-question {
  padding: 10px 28px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 1rem;
  transition: all 0.3s ease;
  color: #fff;
}

.faq-question:hover {
  color: var(--primary);
}

.faq-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
  color: var(--primary);
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 28px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 28px 24px;
}

.faq-answer p {
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
  font-size: 0.95rem;
}


/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    padding: 48px 0;
  }



  .hero-section p {
    font-size: 1rem;
  }

  .stats-bar {
    padding: 32px 20px;
    margin-top: 0;
  }

  .stat-value {
    font-size: 2rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .content-section {
    padding: 48px 0;
  }

  .cta-banner {
    padding: 48px 24px;
  }

  .cta-banner h2 {
    font-size: 2rem;
  }

  .brand-subtitle {
    display: none;
  }

  .success-metrics {
    grid-template-columns: 1fr;
  }

  .hero-image-container {
    transform: none;
  }
}


.btn-primary-custom,
.btn-secondary-custom {
  position: relative;
  background: #000;
  /* or transparent */
  color: #fff !important;
  font-size: 16px !important;
  border-radius: 50px !important;
  font-weight: 600;
  transition: all 0.3s !important;
  box-shadow: none;
  border: none;
  z-index: 1;
  padding: 0.75rem 1.5rem !important;
  cursor: pointer;
  overflow: hidden;
  /* keeps radius clipping */
}

.btn-primary-custom::before,
.btn-secondary-custom::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  /* border thickness */
  background: linear-gradient(135deg, var(--primary-red), var(--secondary-blue));
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  z-index: -1;
  filter: blur(0.5px);
  /* smoothens the edge */
}


.btn-secondary-custom:hover,
.btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
}


/*****************************************/

.hero-section-policy {
  padding: 80px 0px 0px 0px;
  position: relative;
}

.section-title-policy {
  font-size: 2rem;
  margin: 3rem 0 2rem 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(255, 0, 0, 0.3);
  animation: slideIn 0.6s ease-out;
  color: #fff !important;
  font-weight: 600;
}

/* Animated Background */
.animated-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--bg-dark);
}

.gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.15;
  animation: float 20s infinite ease-in-out;
}

.orb-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--primary-red), transparent);
  top: -100px;
  right: -100px;
}

.orb-2 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--primary-blue), transparent);
  bottom: -200px;
  left: -200px;
  animation-delay: 10s;
}

@keyframes float {

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

  50% {
    transform: translate(50px, -50px) scale(1.1);
  }
}

/* Gradient Text */
.gradient-text {
  background: linear-gradient(135deg, var(--primary-red), var(--primary-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


/* Content Wrapper */
.content-wrapper {
  padding: 3rem 0 5rem;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

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

/* Alert Box */
.custom-alert {
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.15), rgba(139, 0, 0, 0.15));
  border-left: 4px solid var(--primary-red);
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  animation: fadeInUp 0.6s ease-out;
}

.custom-alert .alert-title {
  font-size: 1.2rem;
  color: #ff4444;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.custom-alert p {
  color: #c0c0c0;
  margin: 0;
}

/* Info Box */
.custom-info {
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.15), rgba(0, 150, 255, 0.15));
  border-left: 4px solid var(--primary-blue);
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  animation: fadeInUp 0.6s ease-out;
}

/* .custom-info .info-title {
  font-size: 1.2rem;
  color: #4488ff;
  font-weight: 600;
  margin-bottom: 0.75rem;
} */

.custom-info ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
}

.custom-info li {
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;
  color: #c0c0c0;
}

.custom-info li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--primary-blue);
  border-radius: 50%;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

/* Cards */
.policy-card {
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.9) 0%, rgba(10, 10, 10, 0.9) 100%);
  border: 1px solid rgba(255, 0, 0, 0.2);
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
  transition: all 0.4s ease;
  animation: fadeInUp 0.6s ease-out;
  position: relative;
  overflow: hidden;
}

.policy-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-red), var(--primary-blue));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.policy-card:hover::before {
  transform: scaleX(1);
}

.policy-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 0, 0.5);
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.2);
}

.card-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary-red), var(--primary-blue));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  position: relative;
}

.card-icon i {
  font-size: 1.5rem;
  color: #fff;
}

.card-title {
  font-size: 1.3rem;
  color: #fff !important;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.card-text {
  color: #9aa7b7;
  line-height: 1.8;
}

.card-text ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.card-text li {
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;
}

.card-text li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--primary-red);
  border-radius: 50%;
}

/* Two Column Boxes */
.column-box {
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.8), rgba(10, 10, 10, 0.8));
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.column-box.allowed {
  border-left: 4px solid var(--primary-blue);
}

.column-box.prohibited {
  border-left: 4px solid var(--primary-red);
}

.column-box-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.column-box.allowed .column-box-title {
  color: #4488ff;
}

.column-box.prohibited .column-box-title {
  color: #ff4444;
}

.column-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.column-box li {
  padding: 0.5rem 0 0.5rem 1.25rem;
  position: relative;
  color: #9aa7b7;
}

.column-box.allowed li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--primary-blue);
  border-radius: 50%;
}

.column-box.prohibited li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--primary-red);
  border-radius: 50%;
}

/* Contact Card */
.contact-card {
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.1), rgba(0, 50, 100, 0.1));
  border: 1px solid rgba(0, 102, 255, 0.3);
  border-radius: 12px;
  padding: 2.5rem;
  margin: 3rem 0;
  text-align: center;
}

.contact-card-title {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1rem;
}

.contact-card p {
  color: #9aa7b7;
  margin-bottom: 1.5rem;
}

.contact-item {
  color: #9aa7b7;
}

.contact-item strong {
  color: #fff;
  display: block;
  margin-bottom: 0.25rem;
}

/* Workflow Steps */
.workflow-step {
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.9), rgba(10, 10, 10, 0.9));
  border: 1px solid rgba(255, 0, 0, 0.2);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.4s ease;
  animation: fadeInUp 0.6s ease-out;
  height: 100%;
}

.workflow-step:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 0, 0.5);
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.2);
}

.workflow-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-red), var(--primary-blue));
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
}

.workflow-title {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.workflow-desc {
  color: #9aa7b7;
  font-size: 0.95rem;
}

/* Info Box */
.custom-info {
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.15), rgba(0, 150, 255, 0.15));
  border-left: 4px solid var(--primary-blue);
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  animation: fadeInUp 0.6s ease-out;
}

.custom-info p {
  color: #9aa7b7;
}

.custom-info .info-title {
  font-size: 1.2rem;
  color: var(--primary-blue);
  font-weight: 600;
  margin-bottom: 1rem;
}

.time-grid-item {
  margin-bottom: 1rem;
}

.time-grid-item strong {
  color: #fff;
  display: block;
  margin-bottom: 0.25rem;
}

.time-grid-item span {
  color: #9aa7b7;
}

/* Status Cards */
.status-card {
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.9), rgba(10, 10, 10, 0.9));
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.25rem;
  border-left: 4px solid;
  transition: all 0.4s ease;
  animation: fadeInUp 0.6s ease-out;
}

.status-card:hover {
  transform: translateX(10px);
  box-shadow: 0 5px 20px rgba(255, 0, 0, 0.2);
}

.status-card.pending {
  border-color: #ffa500;
}

.status-card.review {
  border-color: var(--primary-blue);
}

.status-card.approved {
  border-color: var(--primary-blue);
}

.status-card.rejected {
  border-color: var(--primary-red);
}

.status-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.status-card.pending .status-title {
  color: #ffa500;
}

.status-card.review .status-title {
  color: #4488ff;
}

.status-card.approved .status-title {
  color: #4488ff;
}

.status-card.rejected .status-title {
  color: #ff4444;
}

.status-card p {
  color: #9aa7b7;
  margin: 0;
}

/* Timeline */
.timeline {
  margin: 2rem 0;
  position: relative;
  padding-left: 2.5rem;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--primary-red), var(--primary-blue));
}

.timeline-item {
  margin-bottom: 2rem;
  position: relative;
}

.timeline-dot {
  position: absolute;
  left: -2rem;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-red), var(--primary-blue));
}

.timeline-content {
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.8), rgba(10, 10, 10, 0.8));
  padding: 1.25rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 0, 0, 0.2);
}

.timeline-title {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.timeline-content p {
  color: #9aa7b7;
  margin: 0;
}

.hero-section-policy p {
  color: #c0c0c0;
}

/* Process Steps */
.process-step {
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.9), rgba(10, 10, 10, 0.9));
  border: 1px solid rgba(255, 0, 0, 0.2);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.4s ease;
  animation: fadeInUp 0.6s ease-out;
  height: 100%;
}

.process-step:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 0, 0.5);
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.2);
}

.step-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-red), var(--primary-blue));
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
}

.step-title {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.step-desc {
  color: #999;
  font-size: 0.95rem;
}

/* Appeal Form */
.appeal-form {
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.8), rgba(10, 10, 10, 0.8));
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 12px;
  padding: 2.5rem;
  margin: 2rem 0;
  animation: fadeInUp 0.6s ease-out;
}

.form-title {
  font-size: 1.8rem;
  color: var(--primary-red);
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}

.required {
  color: var(--primary-red);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.875rem;
  border: 2px solid rgba(255, 0, 0, 0.3);
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
  color: #e0e0e0;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary-red);
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.3);
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.form-note {
  font-size: 0.9rem;
  color: #888;
  margin-top: 0.313rem;
}

.submit-btn {
  background: linear-gradient(135deg, var(--primary-red), var(--primary-blue));
  color: white;
  border: none;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 0.625rem;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.4);
}

.submit-btn:active {
  transform: translateY(0);
}

/* Success Message */
.success-message {
  display: none;
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.2), rgba(0, 150, 255, 0.2));
  border: 2px solid var(--primary-blue);
  border-radius: 10px;
  padding: 1.5rem;
  margin-top: 1.25rem;
  text-align: center;
}

.success-message.show {
  display: block;
  animation: fadeInUp 0.5s ease-out;
}

.success-message h3 {
  color: #4488ff;
  margin-bottom: 0.625rem;
}

.success-message p {
  color: #999;
  margin: 0.625rem 0 0 0;
}

/* Tip Cards */
.tip-card {
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.9), rgba(10, 10, 10, 0.9));
  border: 1px solid rgba(255, 0, 0, 0.2);
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
  transition: all 0.4s ease;
  animation: fadeInUp 0.6s ease-out;
  display: flex;
  flex-direction: column;
}

.tip-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 0, 0.5);
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.2);
}

.card-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary-red), var(--primary-blue));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.card-icon i {
  font-size: 1.5rem;
  color: #fff;
}

.card-title {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1rem;
}

.card-text {
  color: #999;
  line-height: 1.8;
  flex-grow: 1;
}

/****************Help Center Styles****************/
.category-card {
  /* background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%); */
  border: 1px solid #333;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.category-card:hover {
  border-color: #dc3545;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(220, 53, 69, 0.3);
}

.category-card .icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #ffffff;
}

.category-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.category-card p {
  color: #cccccc;
  margin-bottom: 0;
}

.faq-section {
  padding: 60px 0;
  /* background-color: #0a0a0a; */
}

.faq-category {
  margin-bottom: 50px;
}

.faq-category-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  /* background: linear-gradient(135deg, #dc3545, #0d6efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #dc3545;
}

.accordion-item {
  background-color: #1a1a1a;
  border: 1px solid #333;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.accordion-button {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 20px 25px;
  border: none;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  color: #ffffff !important;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-button::after {
  filter: invert(1);
}

.accordion-body {
  background-color: #0d0d0d;
  color: #cccccc;
  padding: 25px;
  line-height: 1.8;
}

.accordion-body ul {
  margin-left: 20px;
  margin-top: 10px;
}

.accordion-body li {
  margin-bottom: 8px;
}

.still-need-help {
  background: linear-gradient(135deg, #1a0033 0%, #330000 50%, #000000 100%);
  padding: 80px 0;
  text-align: center;
}

.still-need-help h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.still-need-help p {
  font-size: 1.2rem;
  color: #cccccc;
  margin-bottom: 2rem;
}

.btn-support {
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-support:hover {
  background: linear-gradient(135deg, #c82333, #0a58ca);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(220, 53, 69, 0.4);
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2rem;
  }

  .hero-section .subtitle {
    font-size: 1.1rem;
  }

  .section-title {
    font-size: 2rem;
  }
}


/*****USER MANUAL******/
.hero-section-user-manual {
  /* background: linear-gradient(135deg, #1a0033 0%, #330000 50%, #000000 100%); */
  padding: 80px 0 60px 0;
  text-align: center;
  /* border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #dc3545, #0d6efd) 1; */
  position: relative;
  overflow: hidden;
}

.hero-section-user-manual::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1920&h=400&fit=crop') center/cover;
  opacity: 0.2;
  z-index: 0;
}

.hero-section-user-manual>* {
  position: relative;
  z-index: 1;
}

.hero-section-user-manual h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
  /* background: linear-gradient(135deg, #dc3545, #0d6efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
}

.hero-section-user-manual .subtitle {
  font-size: 1.3rem;
  color: #cccccc;
  max-width: 800px;
  margin: 0 auto 2rem auto;
}

.version-badge {
  display: inline-block;
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.sidebar {
  position: sticky;
  top: 80px;
  height: calc(100vh - 100px);
  overflow-y: auto;
  /* background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%); */
  border: 1px solid #333;
  border-radius: 15px;
  padding: 30px 20px;
}

.sidebar::-webkit-scrollbar {
  width: 8px;
}

.sidebar::-webkit-scrollbar-track {
  background: #0d0d0d;
}

.sidebar::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  border-radius: 4px;
}

.sidebar h3 {
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.3rem;
  margin-bottom: 20px;
  font-weight: 700;
}

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

.sidebar ul li {
  margin-bottom: 5px;
}

.sidebar ul li a {
  color: #cccccc;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.sidebar ul li a:hover,
.sidebar ul li a.active {
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.2), rgba(13, 110, 253, 0.2));
  color: #ffffff;
  transform: translateX(5px);
}

.sidebar ul ul {
  margin-left: 15px;
  margin-top: 5px;
}

.sidebar ul ul li a {
  font-size: 0.85rem;
  padding: 8px 12px;
}

.manual-content {
  /* background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%); */
  border: 1px solid #333;
  border-radius: 15px;
  padding: 50px;
}

.section-block {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
}

.section-block:last-child {
  border-bottom: none;
}

.section-block p {
  color: var(--muted);
}

.section-title-manual {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  /* background: linear-gradient(135deg, #dc3545, #0d6efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
  margin-bottom: 30px;
  padding-top: 20px;
}

.subsection-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  margin: 30px 0 20px 0;
}

.step-container {
  margin: 30px 0;
}

.step-item {
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(13, 110, 253, 0.1));
  border-left: 4px solid;
  border-image: linear-gradient(180deg, #dc3545, #0d6efd) 1;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
}

/* .step-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  margin-right: 15px;
  font-size: 1.2rem;
} */

.step-title {
  display: inline;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
}

.step-content-manual {
  margin-top: 15px;
  margin-left: 55px;
  color: #cccccc;
  line-height: 1.8;
}

.screenshot-placeholder {
  background: #0d0d0d;
  border: 2px solid;
  border-image: linear-gradient(135deg, #dc3545, #0d6efd) 1;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  margin: 20px 0;
  color: #666;
  font-style: italic;
}

.screenshot-placeholder img {
  max-width: 100%;
  border-radius: 8px;
}

.info-box {
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.2), rgba(220, 53, 69, 0.2));
  border: 2px solid;
  border-image: linear-gradient(135deg, #0d6efd, #dc3545) 1;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  color: #ffffff;
}

.info-box .icon {
  font-size: 1.5rem;
  margin-right: 10px;
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.info-box.tip {
  border-image: linear-gradient(135deg, #28a745, #20c997) 1;
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.2), rgba(32, 201, 151, 0.2));
}

.info-box.warning {
  border-image: linear-gradient(135deg, #ffc107, #fd7e14) 1;
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.2), rgba(253, 126, 20, 0.2));
}

.section-block ul,
.section-block ol {
  color: #ffffff !important;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.feature-card {
  background: #0d0d0d;
  border: 2px solid #333;
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s ease;
}

.feature-card:hover {
  border-image: linear-gradient(135deg, #dc3545, #0d6efd) 1;
  transform: translateY(-5px);
}

.feature-card h4 {
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.feature-card p {
  color: #cccccc;
  font-size: 0.95rem;
  margin: 0;
}

.spec-table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}

.spec-table th,
.spec-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #333;
  color: #ffffff !important;
}

.spec-table th {
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  color: #ffffff;
  font-weight: 600;
}

.spec-table tr:hover {
  background: rgba(220, 53, 69, 0.1);
}

.code-block {
  background: #0d0d0d;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  overflow-x: auto;
  font-family: 'Courier New', monospace;
  color: #00ff00;
}

.btn-download {
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  color: white;
  padding: 15px 35px;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin: 10px 5px;
  transition: all 0.3s ease;
}

.btn-download:hover {
  background: linear-gradient(135deg, #c82333, #0a58ca);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(220, 53, 69, 0.4);
}

.quick-nav {
  /* background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
  border: 2px solid;
  border-image: linear-gradient(135deg, #dc3545, #0d6efd) 1;
  border-radius: 15px;
  padding: 30px; */
  margin-bottom: 40px;
}

.quick-nav h3 {
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}

.quick-nav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  width: 100%;
}

.quick-nav-item {
  background: #0d0d0d;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #333;
  transition: all 0.3s ease;
}

.quick-nav-item:hover {
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.2), rgba(13, 110, 253, 0.2));
  transform: translateY(-3px);
  color: #ffffff;
}

.quick-nav-item i {
  font-size: 2rem;
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .sidebar {
    position: relative;
    height: auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2.5rem;
  }

  .manual-content {
    padding: 30px 20px;
  }

  .step-content-manual {
    margin-left: 0;
  }
}

/***********business-inspiration**********/
.hero-section-inspiration {
  /* background: linear-gradient(135deg, #1a0033 0%, #330000 50%, #000000 100%); */
  padding: 100px 0;
  text-align: center;
  /* border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #dc3545, #0d6efd) 1; */
  position: relative;
  overflow: hidden;
}

.support-channels {
    padding: 80px 0;
}

.hero-section-inspiration::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('https://images.unsplash.com/photo-1639762681485-074b7f938ba0?w=1920&h=600&fit=crop') center/cover;
  opacity: 0.3;
  z-index: 0;
}

.hero-section-inspiration>* {
  position: relative;
  z-index: 1;
}

.hero-section-inspiration h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #ffffff;
  /* background: linear-gradient(135deg, #dc3545, #0d6efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
}

.hero-section-inspiration .subtitle {
  font-size: 1rem;
  color: #cccccc;
  max-width: 900px;
  margin: 0 auto;
}

/* .section {
  padding: 0px 0;
} */

.section-alt {
  background-color: #000;
}

/* .section-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
} */

/* .section-subtitle {
  font-size: 1rem;
  color: #cccccc;
  margin-bottom: 3rem;
  max-width: 600px;
} */

.center-content {
  text-align: center;
}

.center-content .section-subtitle {
  margin: 0 auto 3rem auto;
}

.best-practice-card {
  /* background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%); */
  border: 1px solid #333;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 30px;
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.best-practice-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #dc3545, #0d6efd);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.best-practice-card:hover::before {
  transform: scaleX(1);
}

.best-practice-card:hover {
  border-color: transparent;
  border-image: linear-gradient(135deg, #dc3545, #0d6efd) 1;
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(220, 53, 69, 0.3);
}

.practice-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px auto;
  font-size: 2.2rem;
  color: #ffffff;
}

.best-practice-card h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

.best-practice-card p {
  color: #cccccc;
  font-size: 1.05rem;
  line-height: 1.8;
  text-align: center;
}

.best-practice-card ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: left;
}

.best-practice-card ul li {
  padding: 10px 0;
  color: #cccccc;
  border-bottom: 1px solid #222;
}

.best-practice-card ul li:last-child {
  border-bottom: none;
}

.best-practice-card ul li:before {
  content: "✓";
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
  margin-right: 10px;
}

.strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.strategy-card {
  /* background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 100%); */
  border: 1px solid #333;
  border-radius: 15px;
  padding: 35px;
  transition: all 0.3s ease;
}

.strategy-card:hover {
  border-image: linear-gradient(135deg, #dc3545, #0d6efd) 1;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
}

.strategy-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ffffff;
}

.strategy-card h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.strategy-card p {
  color: #cccccc;
  font-size: 1rem;
  line-height: 1.7;
}

.case-study {
  /* background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%); */
  border: 1px solid;
  border-image: linear-gradient(135deg, #dc3545, #0d6efd) 1;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 40px;
  overflow: hidden;
}

.case-study-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 30px;
}

.case-study-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
}

.case-study-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-right: 25px;
  color: #ffffff;
}

.case-study h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.case-study-subtitle {
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.1rem;
  margin-top: 5px;
}

.case-study-content {
  color: #cccccc;
  font-size: 1.1rem;
  line-height: 1.9;
  margin-bottom: 30px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.result-metric {
  background-color: #0d0d0d;
  border: 2px solid;
  border-image: linear-gradient(135deg, #dc3545, #0d6efd) 1;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
}

.result-metric:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(220, 53, 69, 0.3);
}

.result-number {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}

.result-label {
  color: #999;
  font-size: 1rem;
}

.tips-section {
  /* background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 100%); */
  /* border: 2px solid;
  border-image: linear-gradient(135deg, #dc3545, #0d6efd) 1; */
  border-radius: 20px;
  padding: 0px 50px 50px 50px;
  /* margin-top: 40px; */
}

.tips-section h3 {
  font-size: 2.2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 30px;
  text-align: center;
}

.tip-item {
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(13, 110, 253, 0.1));
  border-left: 4px solid;
  border-image: linear-gradient(180deg, #dc3545, #0d6efd) 1;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.tip-item h4 {
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.tip-item p {
  color: #cccccc;
  margin: 0;
  line-height: 1.7;
}

.cta-section {
  background: linear-gradient(135deg, #1a0033 0%, #330000 50%, #000000 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('https://images.unsplash.com/photo-1642104704074-907c0698cbd9?w=1920&h=400&fit=crop') center/cover;
  opacity: 0.1;
  z-index: 0;
}

.cta-section>* {
  position: relative;
  z-index: 1;
}

.cta-section h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.cta-section p {
  font-size: 1.3rem;
  color: #cccccc;
  margin-bottom: 2.5rem;
}

.gallery-section {
  padding: 80px 0;
  background-color: #0a0a0a;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  border: 2px solid #333;
  transition: all 0.3s ease;
}

.gallery-item:hover {
  border-image: linear-gradient(135deg, #dc3545, #0d6efd) 1;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(220, 53, 69, 0.3);
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  padding: 20px;
  color: white;
}

.gallery-overlay h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.gallery-overlay p {
  font-size: 0.9rem;
  color: #cccccc;
  margin: 0;
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2.5rem;
  }

  .section-title {
    font-size: 2rem;
  }

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

  .case-study-header {
    flex-direction: column;
    text-align: center;
  }

  .case-study-icon {
    margin: 0 auto 20px auto;
  }
}


/***************CONTACT SUPPORT***************/
.channel-card {
  background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
  border: 2px solid #333;
  border-radius: 20px;
  padding: 45px;
  margin-bottom: 30px;
  transition: all 0.4s ease;
  height: 100%;
  text-align: center;
}

.channel-card:hover {
  border-image: linear-gradient(135deg, #dc3545, #0d6efd) 1;
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(220, 53, 69, 0.3);
}

.channel-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px auto;
  font-size: 3rem;
  color: #ffffff;
}

.channel-card h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.channel-card .availability {
  display: inline-block;
  background: linear-gradient(135deg, #28a745, #20c997);
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.channel-card .availability.limited {
  background: linear-gradient(135deg, #ffc107, #fd7e14);
  color: #000;
}

.channel-card p {
  color: #cccccc;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 25px;
}

.channel-card .features {
  list-style: none;
  padding: 0;
  margin: 25px 0;
  text-align: left;
}

.channel-card .features li {
  padding: 12px 0;
  color: #cccccc;
  border-bottom: 1px solid #222;
}

.channel-card .features li:last-child {
  border-bottom: none;
}

.channel-card .features li:before {
  content: "✓";
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
  margin-right: 12px;
}

.btn-channel {
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.btn-channel:hover {
  background: linear-gradient(135deg, #c82333, #0a58ca);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(220, 53, 69, 0.4);
}

.contact-form-section {
  padding: 80px 0;
  background-color: #0a0a0a;
}

.form-container {
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
  border: 2px solid;
  border-image: linear-gradient(135deg, #dc3545, #0d6efd) 1;
  border-radius: 20px;
  padding: 50px;
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 15px;
  background-color: #0d0d0d;
  border: 2px solid #333;
  border-radius: 10px;
  color: #ffffff;
  font-size: 1rem;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-image: linear-gradient(135deg, #dc3545, #0d6efd) 1;
  background-color: #1a1a1a;
}

.form-group textarea {
  min-height: 150px;
  resize: vertical;
}

.btn-submit {
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  color: white;
  padding: 18px 50px;
  border: none;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.btn-submit:hover {
  background: linear-gradient(135deg, #c82333, #0a58ca);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(220, 53, 69, 0.4);
}

.response-time {
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(13, 110, 253, 0.1));
  border: 2px solid;
  border-image: linear-gradient(135deg, #dc3545, #0d6efd) 1;
  border-radius: 15px;
  padding: 30px;
  margin-top: 40px;
}

.response-time h4 {
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.response-time p {
  color: #cccccc;
  margin: 0;
  line-height: 1.7;
}

.faq-quick-links {
  padding: 80px 0;
}

.quick-link-card {
  background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 100%);
  border: 2px solid #333;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.quick-link-card:hover {
  border-image: linear-gradient(135deg, #dc3545, #0d6efd) 1;
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
}

.quick-link-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  font-size: 1.8rem;
  flex-shrink: 0;
  color: #ffffff;
}

.quick-link-card h4 {
  color: #ffffff;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.quick-link-card p {
  color: #cccccc;
  margin: 0;
  font-size: 0.95rem;
}

.quick-link-card a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  width: 100%;
}

.enterprise-support {
  background: linear-gradient(135deg, #1a0033 0%, #330000 50%, #000000 100%);
  padding: 80px 0;
  text-align: center;
}

.enterprise-support h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.enterprise-support p {
  font-size: 1.3rem;
  color: #cccccc;
  margin-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.enterprise-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 40px auto;
}

.enterprise-feature {
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(13, 110, 253, 0.1));
  border: 2px solid;
  border-image: linear-gradient(135deg, #dc3545, #0d6efd) 1;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 35px;
  height: 210px;
}

.enterprise-feature i {
  font-size: 2.5rem;
  /* background: linear-gradient(135deg, #dc3545, #0d6efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
  margin-bottom: 15px;
  color: #ffffff;
}

.enterprise-feature h4 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.enterprise-feature p {
  font-size: 1rem;
  margin: 0;
}

.chat-widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}

.chat-button {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #dc3545, #0d6efd);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(220, 53, 69, 0.5);
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

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

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.5);
  }

  50% {
    box-shadow: 0 10px 40px rgba(220, 53, 69, 0.8);
  }
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2.5rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .form-container {
    padding: 30px 20px;
  }

  .quick-link-card {
    flex-direction: column;
    text-align: center;
  }

  .quick-link-icon {
    margin: 0 auto 20px auto;
  }
}

/*************Guidelines******************/
/* ============================================
   BitoConnect Business Pages - Main Stylesheet
   Combined CSS for Privacy, Terms, and Guidelines
   ============================================ */

/* ============================================
   Keyframe Animations
   ============================================ */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}

@keyframes slideHorizontal {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
}

/* ============================================
   Animation Classes
   ============================================ */


/* ============================================
   Container & Layout
   ============================================ */
.container-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================
   Hero Section
   ============================================ */
.page-hero {
  padding: 80px 0 0px;
  animation-delay: 0.1s;
}

.hero-card {
  background: linear-gradient(135deg, var(--dark-card) 0%, var(--dark-bg) 100%);
  border: 1px solid var(--glass);
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  transition: var(--transition-base);
}

.hero-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary-gradient);
  background-size: 200% 200%;
  animation: gradientShift 3s ease infinite;
}

.hero-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 50px rgba(220, 38, 38, 0.15);
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--white);
  line-height: 1.2;
  text-align: center;
}

.hero-sub {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
}

.hero-sub strong {
  color: var(--white);
}

/* ============================================
   Table of Contents (Sidebar)
   ============================================ */
.toc-wrapper {
  /* position: sticky;
  top: 100px; */
  animation-delay: 0.2s;
  max-height: 100vh;       /* sidebar stays within viewport */
  overflow-y: auto;        /* scrolls vertically */
  position: sticky;
  top: 0;                  /* sticks to top when scrolling */
  padding-right: 4px;
}

.toc-card {
  background: var(--dark-card);
  border: 1px solid var(--glass);
  border-radius: 16px;
  padding: 24px;
  backdrop-filter: blur(12px);
  transition: var(--transition-base);
}

.toc-card:hover {
  border-color: rgba(220, 38, 38, 0.3);
  box-shadow: var(--shadow-lg);
}

.toc-title {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--muted);
  margin-bottom: 16px;
}

.toc-link {
  display: block;
  padding: 10px 16px;
  color: var(--muted);
  text-decoration: none;
  border-radius: 8px;
  margin-bottom: 4px;
  transition: var(--transition-base);
  position: relative;
  overflow: hidden;
}

.toc-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--primary-gradient);
  transform: scaleY(0);
  transition: var(--transition-base);
}

.toc-link:hover {
  color: var(--white);
  background: var(--glass);
  transform: translateX(4px);
}

.toc-link:hover::before {
  transform: scaleY(1);
}

/* ============================================
   Content Card
   ============================================ */
.content-card {
  background: var(--dark-card);
  border: 1px solid var(--glass);
  border-radius: 20px;
  padding: 40px;
  box-shadow: var(--shadow-lg);
  animation-delay: 0.3s;
  transition: var(--transition-base);
}

.content-card:hover {
  border-color: rgba(37, 99, 235, 0.3);
}

/* ============================================
   Sections & Typography
   ============================================ */
/* section {
  margin-bottom: 5px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--glass);
  transition: var(--transition-base);
} */

section:last-child {
  border-bottom: none;
}

section:hover {
  padding-left: 8px;
}

h2.section {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--white);
  position: relative;
  padding-left: 20px;
  padding: 0px 0px 0px 20px;
}

h2.section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background: var(--primary-gradient);
  border-radius: 2px;
}

.muted {
  color: var(--muted);
  line-height: 1.8;
}

ul.muted, ol.muted {
  margin-left: 1.5rem;
  margin-top: 12px;
}

ul.muted li, ol.muted li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 8px;
}

ul.muted li strong {
  color: var(--white);
  font-weight: 600;
}

/* ============================================
   Special Content Boxes
   ============================================ */

/* Example Box */
.example {
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
  border: 1px solid rgba(220, 38, 38, 0.2);
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
  transition: var(--transition-base);
}

.example:hover {
  border-color: rgba(220, 38, 38, 0.4);
  transform: translateX(4px);
}

.example strong {
  color: var(--primary-red-light);
  display: block;
  margin-bottom: 8px;
}

/* Callout Box */
.callout {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(220, 38, 38, 0.1) 100%);
  border: 1px solid rgba(37, 99, 235, 0.3);
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
  transition: var(--transition-base);
  position: relative;
  overflow: hidden;
}

.callout::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--secondary-blue-light);
}

.callout:hover {
  border-color: rgba(37, 99, 235, 0.5);
  transform: translateX(4px);
}

.callout strong {
  color: var(--secondary-blue-light);
  display: block;
  margin-bottom: 8px;
}

/* ============================================
   Code & Technical Elements
   ============================================ */
code {
  background: rgba(37, 99, 235, 0.15);
  color: var(--secondary-blue-light);
  padding: 4px 8px;
  border-radius: 6px;
  font-family: 'Consolas', 'Monaco', monospace;
  font-size: 0.9em;
  border: 1px solid rgba(37, 99, 235, 0.3);
}

/* ============================================
   Links
   ============================================ */
/* a {
  color: var(--secondary-blue-light);
  text-decoration: none;
  transition: var(--transition-base);
}

a:hover {
  color: var(--primary-red-light);
  text-decoration: underline;
} */

/* ============================================
   Contact Badge
   ============================================ */
.contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--glass);
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid rgba(220, 38, 38, 0.2);
  transition: var(--transition-base);
}

.contact-badge:hover {
  background: rgba(220, 38, 38, 0.1);
  border-color: var(--primary-red);
  transform: translateY(-2px);
}

/* ============================================
   Scroll Progress Bar
   ============================================ */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: var(--primary-gradient);
  z-index: 9999;
  transition: width 0.1s ease;
}

/* ============================================
   Horizontal Scrolling Section
   ============================================ */
.horizontal-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 30px -20px;
  padding: 20px 20px 30px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-red) var(--dark-card);
}

.horizontal-scroll-wrapper::-webkit-scrollbar {
  height: 8px;
}

.horizontal-scroll-wrapper::-webkit-scrollbar-track {
  background: var(--dark-card);
  border-radius: 10px;
}

.horizontal-scroll-wrapper::-webkit-scrollbar-thumb {
  background: var(--primary-gradient);
  border-radius: 10px;
  transition: var(--transition-base);
}

.horizontal-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-red-light);
}

.horizontal-scroll-container {
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
}

.scroll-card {
  min-width: 300px;
  max-width: 300px;
  background: linear-gradient(135deg, var(--dark-card) 0%, rgba(37, 99, 235, 0.05) 100%);
  border: 1px solid var(--glass);
  border-radius: 16px;
  padding: 24px;
  transition: var(--transition-base);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.scroll-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--primary-gradient);
  transform: scaleX(0);
  transition: var(--transition-base);
}

.scroll-card:hover {
  transform: translateY(-8px);
  border-color: rgba(220, 38, 38, 0.5);
  box-shadow: 0 15px 35px rgba(220, 38, 38, 0.2);
}

.scroll-card:hover::before {
  transform: scaleX(1);
}

.scroll-card-icon {
  width: 48px;
  height: 48px;
  background: var(--primary-gradient);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 1.5rem;
}

.scroll-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}

.scroll-card-text {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
}

.scroll-indicator {
  text-align: center;
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.scroll-indicator i {
  animation: slideHorizontal 2s ease-in-out infinite;
}

/* ============================================
   Content Section Loading Animation
   ============================================ */
.content-section {
  opacity: 0;
  animation: fadeIn 0.6s ease-out forwards;
}

.content-section:nth-child(1) { animation-delay: 0.1s; }
.content-section:nth-child(2) { animation-delay: 0.2s; }
.content-section:nth-child(3) { animation-delay: 0.3s; }
.content-section:nth-child(4) { animation-delay: 0.4s; }
.content-section:nth-child(5) { animation-delay: 0.5s; }
.content-section:nth-child(6) { animation-delay: 0.6s; }
.content-section:nth-child(7) { animation-delay: 0.7s; }
.content-section:nth-child(8) { animation-delay: 0.8s; }
.content-section:nth-child(9) { animation-delay: 0.9s; }
.content-section:nth-child(10) { animation-delay: 1.0s; }

/* ============================================
   Responsive Design - Tablet
   ============================================ */
@media (max-width: 991px) {
  .toc-wrapper {
    position: relative;
    top: auto;
    margin-bottom: 30px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-card {
    padding: 30px 24px;
  }

  .content-card {
    padding: 30px 24px;
  }
}

/* ============================================
   Responsive Design - Mobile
   ============================================ */
@media (max-width: 576px) {
  .hero-title {
    font-size: 1.75rem;
  }

  h2.section {
    font-size: 1.5rem;
  }

  .content-card {
    padding: 24px 20px;
  }

  .scroll-card {
    min-width: 280px;
    max-width: 280px;
  }
}
