:root {
  --primary-text: #E0E0E0;
  --secondary-text: #A0A0A0;
  --background: #121212;
  --accent: #00B894;
  --light-bg: #1E1E1E;
  --code-bg: #2D2D2D;
}
body {
  color: #E0E0E0;
  background: linear-gradient(135deg, #121212 0%, #1a1a1a 30%, #0f0f0f 70%, #121212 100%);
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 15% 25%, rgba(0, 184, 148, 0.12) 0%, transparent 50%), radial-gradient(circle at 85% 75%, rgba(255, 144, 0, 0.08) 0%, transparent 60%), radial-gradient(ellipse at 50% 50%, rgba(15, 82, 186, 0.06) 0%, transparent 70%), radial-gradient(circle at 70% 30%, rgba(0, 184, 148, 0.04) 0%, transparent 80%);
  z-index: -2;
  animation: blog-bg-flow 45s ease-in-out infinite;
}
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(0, 184, 148, 0.03) 50%, transparent 70%), linear-gradient(-45deg, transparent 40%, rgba(255, 144, 0, 0.02) 60%, transparent 80%), linear-gradient(90deg, transparent 25%, rgba(15, 82, 186, 0.02) 50%, transparent 75%);
  z-index: -1;
  animation: blog-overlay-drift 60s linear infinite;
}
.blog-header {
  position: relative;
  padding: 120px 0 80px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 184, 148, 0.1) 50%, rgba(0, 0, 0, 0.4) 100%);
}
.blog-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 40%, rgba(0, 184, 148, 0.15) 0%, transparent 45%), radial-gradient(circle at 70% 60%, rgba(255, 144, 0, 0.12) 0%, transparent 50%);
  z-index: 0;
  animation: header-bg-pulse 35s ease-in-out infinite;
}
.blog-header .container {
  position: relative;
  z-index: 1;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.container-fluid {
  min-height: 100%;
  padding: 0;
}
.foreground-content {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-bottom: 100px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.foreground-content .container-fluid {
  flex: 1 0 auto;
}
.foreground-content::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  background: linear-gradient(to bottom, #5D4037 0%, #795548 25%, #8D6E63 50%, #795548 75%, #5D4037 100%);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.foreground-content::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 8px;
  background: linear-gradient(to bottom, #5D4037 0%, #795548 25%, #8D6E63 50%, #795548 75%, #5D4037 100%);
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.foreground-content .pagination-footer {
  flex-shrink: 0;
  position: sticky;
  bottom: 30px;
  width: 100%;
  padding: 2rem 1rem;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  backdrop-filter: blur(10px);
  z-index: 15;
}
.foreground-content .pagination-footer .pagination {
  display: inline-flex;
  margin: 0;
  padding: 1rem;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.7);
}
.foreground-content .pagination-footer .pagination .page-item {
  margin: 0 0.5rem;
}
.foreground-content .pagination-footer .pagination .page-item .page-link {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 27px;
  text-align: center;
  background: transparent;
  border: 1px solid #00B894;
  color: #00B894;
  transition: all 0.3s ease;
  font-weight: 500;
}
.foreground-content .pagination-footer .pagination .page-item .page-link:hover {
  background: rgba(0, 184, 148, 0.25);
  color: #1fffd3;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 184, 148, 0.3);
}
.foreground-content .pagination-footer .pagination .page-item.active .page-link {
  background: #00B894;
  color: #121212;
  border-color: #00B894;
  box-shadow: 0 5px 15px rgba(0, 184, 148, 0.4);
}
.foreground-content .pagination-footer .pagination .page-item.disabled .page-link {
  background: transparent;
  color: rgba(0, 184, 148, 0.4);
  border-color: rgba(0, 184, 148, 0.2);
}
.blog-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  overflow: hidden;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 2.5rem;
  position: relative;
}
.blog-card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, rgba(0, 184, 148, 0.3), rgba(255, 144, 0, 0.2), rgba(15, 82, 186, 0.3));
  border-radius: 18px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}
.blog-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.blog-card:hover::before {
  opacity: 1;
}
.blog-card:hover .blog-image img {
  transform: scale(1.08);
}
.blog-card .blog-image {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.blog-card .blog-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  z-index: 2;
}
.blog-card .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-card .blog-content {
  padding: 2rem;
}
.blog-card .blog-content .blog-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  color: #A0A0A0;
}
.blog-card .blog-content .blog-meta span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog-card .blog-content .blog-meta span:before {
  content: '•';
  color: #00B894;
}
.blog-card .blog-content .blog-meta span:first-child:before {
  display: none;
}
.blog-card .blog-content .blog-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  color: #E0E0E0;
  transition: color 0.3s ease;
}
.blog-card .blog-content .blog-excerpt {
  color: #A0A0A0;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.blog-card .blog-content .blog-tags {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.blog-card .blog-content .blog-tags .badge {
  padding: 0.5rem 1rem;
  margin-right: 0.75rem;
  border-radius: 20px;
  background: rgba(0, 184, 148, 0.15);
  color: #00B894;
  font-weight: 500;
  transition: all 0.3s ease;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}
.blog-card .blog-content .blog-tags .badge:hover {
  background: rgba(0, 184, 148, 0.25);
  transform: translateY(-2px);
}
.blog-card .blog-content .blog-author {
  margin-bottom: 1.5rem;
}
.blog-card .blog-content .blog-author a {
  color: #00B894;
  font-weight: 500;
  transition: color 0.3s ease;
}
.blog-card .blog-content .blog-author a:hover {
  color: #05ffce;
}
.blog-card .blog-content .btn {
  padding: 0.75rem 2rem;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.blog-card .blog-content .btn.btn-outline-primary {
  border-color: #00B894;
  color: #00B894;
}
.blog-card .blog-content .btn.btn-outline-primary:hover {
  background: #00B894;
  color: #121212;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 184, 148, 0.3);
}
.featured-post {
  margin-bottom: 4rem;
}
.featured-post .card {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.4s ease;
}
.featured-post .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}
.featured-post .card .card-body {
  padding: 3rem;
}
.featured-post .badge {
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
}
.featured-post .featured-post-image {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@keyframes blog-bg-flow {
  0%,
  100% {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 1;
  }
  33% {
    transform: translateX(-20px) translateY(-10px) scale(1.02);
    opacity: 0.9;
  }
  66% {
    transform: translateX(15px) translateY(12px) scale(0.98);
    opacity: 0.95;
  }
}
@keyframes blog-overlay-drift {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(50%) rotate(360deg);
  }
}
@keyframes header-bg-pulse {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: scale(1.03) rotate(1deg);
    opacity: 0.85;
  }
}
.object-cover {
  object-fit: cover;
}
.card.bg-dark {
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.pagination .page-link {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #adb5bd;
}
.pagination .page-link:hover {
  background-color: rgba(0, 184, 148, 0.2);
  border-color: #00B894;
  color: #1fffd3;
}
.pagination .page-item.active .page-link {
  background-color: #00B894;
  border-color: #00B894;
  color: #fff;
}
.article-content {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #e9ecef;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.article-content h2 {
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 2px solid #00B894;
  padding-bottom: 0.5rem;
}
.article-content h3 {
  font-size: 1.5rem;
  color: #00B894;
}
.article-content p {
  margin-bottom: 1.5rem;
}
.article-content ul,
.article-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.article-content ul li,
.article-content ol li {
  margin-bottom: 0.5rem;
}
.article-content blockquote {
  border-left: 4px solid #00B894;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #adb5bd;
}
.article-content code {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  color: #1fffd3;
}
.article-content pre {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1.5rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin: 1.5rem 0;
}
.article-content pre code {
  background-color: transparent;
  padding: 0;
  color: #e9ecef;
}
.article-content a {
  color: #00B894;
  text-decoration: none;
}
.article-content a:hover {
  color: #1fffd3;
  text-decoration: underline;
}
.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 1.5rem 0;
}
.article-content table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
}
.article-content table th,
.article-content table td {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.75rem;
  text-align: left;
}
.article-content table th {
  background-color: rgba(0, 184, 148, 0.2);
  font-weight: 600;
}
.comments-list .card {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.comments-list .card:hover {
  border-color: rgba(0, 184, 148, 0.3) !important;
}
.avatar-initials {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00B894, #1fffd3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.avatar-initials.small {
  width: 40px;
  height: 40px;
  font-size: 1rem;
}
.default-image {
  background: linear-gradient(135deg, rgba(0, 184, 148, 0.1) 0%, rgba(0, 184, 148, 0.3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00B894;
  font-size: 3rem;
}
.default-image.featured {
  min-height: 300px;
}
.default-image.blog-card {
  height: 200px;
  font-size: 2rem;
}
.form-control {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.form-control:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #00B894;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(0, 184, 148, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
}
.badge.bg-primary {
  background-color: #00B894 !important;
}
.badge.bg-primary:hover {
  background-color: #1fffd3 !important;
  color: #000 !important;
}
.btn-outline-secondary {
  border-color: rgba(255, 255, 255, 0.2);
  color: #adb5bd;
}
.btn-outline-secondary:hover {
  background-color: rgba(0, 184, 148, 0.2);
  border-color: #00B894;
  color: #1fffd3;
}
.card.bg-dark.border-secondary {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.card.bg-dark.border-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 184, 148, 0.3) !important;
}
.alert {
  border: none;
  border-radius: 0.5rem;
}
.alert.alert-success {
  background-color: rgba(0, 184, 148, 0.2);
  color: #1fffd3;
}
.alert.alert-danger {
  background-color: rgba(220, 53, 69, 0.2);
  color: #ff6b88;
}
.blog-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}
.blog-content article {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.2s ease;
}
.blog-content article:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 184, 148, 0.3);
}
.blog-content article h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background: linear-gradient(45deg, #00B894, #1fffd3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-content article .post-metadata {
  color: #A0A0A0;
  margin-bottom: 2rem;
  font-size: 0.9rem;
}
.blog-content article .post-metadata .post-date {
  margin-right: 1rem;
}
.blog-content article .post-metadata .tags .tag {
  background: rgba(124, 77, 255, 0.2);
  padding: 0.2rem 0.8rem;
  border-radius: 20px;
  margin-right: 0.5rem;
  color: #1fffd3;
}
.post-metadata {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  color: #A0A0A0;
  font-size: 0.95rem;
}
.post-card .card-body {
  margin-left: 3rem;
}
.post-date {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border: 1px solid #A0A0A0;
  border-radius: 0.25rem;
  font-family: sans-serif;
  margin-right: 1rem;
}
.post-date::before {
  content: "🗓️";
  margin-right: 0.5rem;
}
html {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #E0E0E0;
  background: #121212;
}
pre {
  background: #2D2D2D;
  border-radius: 8px;
  padding: 1rem;
  margin: 1.5rem 0;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
a {
  color: #00B894;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: #1fffd3;
}
.tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  background-color: #1E1E1E;
  border-radius: 999rem;
  font-size: 0.875rem;
  color: #00B894;
}
.profile-img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  box-shadow: inset 0 0.05rem 0.15rem rgba(0, 0, 0, 0.5);
  border: 0.05rem solid rgba(255, 255, 255, 0.1);
}
.about-page {
  max-width: 45rem;
  margin: 0 auto;
  padding: 2rem 0;
}
.about-page h1 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.about-page h2 {
  font-size: 1.8rem;
  margin: 2.5rem 0 1.5rem;
  color: #00B894;
}
.about-page h3 {
  font-size: 1.3rem;
  margin: 1.5rem 0 0.5rem;
}
.about-page .lead {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #A0A0A0;
  margin-bottom: 2rem;
}
.about-page section {
  margin: 3rem 0;
}
.about-page .meta {
  color: #A0A0A0;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.about-page .skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}
.about-page .skills-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-page .skills-grid ul li {
  margin: 0.5rem 0;
  color: #A0A0A0;
}
.about-page .contact-links {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.about-page .contact-links .contact-link {
  padding: 0.5rem 1rem;
  background: #1E1E1E;
  border-radius: 4px;
  color: #00B894;
  text-decoration: none;
  transition: all 0.2s ease;
}
.about-page .contact-links .contact-link:hover {
  background: #111111;
  transform: translateY(-1px);
}
.about-page .experience-item,
.about-page .project-item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #1E1E1E;
}
.about-page .experience-item:last-child,
.about-page .project-item:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .about-page {
    padding: 1rem;
  }
  .about-page .contact-links {
    flex-direction: column;
    gap: 1rem;
  }
  .about-page .skills-grid {
    grid-template-columns: 1fr;
  }
}
.posts-container {
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 2rem;
}
.content-wrapper {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
}
.content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  background: linear-gradient(to bottom, #5D4037 0%, #795548 25%, #8D6E63 50%, #795548 75%, #5D4037 100%);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2);
}
.content-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 8px;
  background: linear-gradient(to bottom, #5D4037 0%, #795548 25%, #8D6E63 50%, #795548 75%, #5D4037 100%);
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2);
}
.pagination-container {
  position: sticky;
  bottom: 20px;
  margin-top: auto;
  width: 100%;
  text-align: center;
  padding: 1rem;
  z-index: 1000;
}
.pagination-container .pagination {
  display: inline-flex;
  gap: 0.5rem;
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
}
.pagination-container .pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #00B894;
  color: #00B894;
  transition: all 0.2s ease;
  padding: 0;
  font-size: 1rem;
}
.pagination-container .pagination .page-item .page-link:hover {
  background: rgba(0, 184, 148, 0.2);
  color: #1fffd3;
}
.pagination-container .pagination .page-item.active .page-link {
  background: #00B894;
  color: white;
  border-color: #00B894;
}
.pagination-container .pagination .page-item.disabled .page-link {
  opacity: 0.5;
  pointer-events: none;
}
.pdf-container {
  width: 100%;
  margin: 2rem 0;
  border-radius: 12px;
  overflow: hidden;
  background: #1E1E1E;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  position: relative;
}
.pdf-container .pdf-embed {
  width: 100%;
  height: 80vh;
  min-height: 600px;
  border: none;
  background: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .pdf-container .pdf-embed {
    height: 70vh;
    min-height: 500px;
  }
}
@media (max-width: 480px) {
  .pdf-container .pdf-embed {
    height: 60vh;
    min-height: 400px;
  }
}
.pdf-container .pdf-fallback {
  padding: 2rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  display: none;
}
.pdf-container .pdf-fallback p {
  color: #A0A0A0;
  margin-bottom: 1rem;
}
.pdf-container .pdf-fallback a {
  color: #00B894;
  font-weight: 600;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  background: rgba(0, 184, 148, 0.15);
  border-radius: 25px;
  display: inline-block;
  transition: all 0.3s ease;
}
.pdf-container .pdf-fallback a:hover {
  background: rgba(0, 184, 148, 0.25);
  transform: translateY(-2px);
  text-decoration: none;
}
.pdf-container.pdf-failed .pdf-fallback {
  display: block;
}
.pdf-container.pdf-failed .pdf-embed {
  display: none;
}
.article-content .pdf-container + p,
.article-content .pdf-container + h1,
.article-content .pdf-container + h2,
.article-content .pdf-container + h3,
.article-content .pdf-container + h4,
.article-content .pdf-container + h5,
.article-content .pdf-container + h6 {
  margin-top: 3rem;
}
.talk-carousel-container {
  width: 100%;
  margin: 3rem 0;
  position: relative;
}
.talk-carousel-container .talk-carousel {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.talk-carousel-container .talk-carousel .carousel-slides {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .talk-carousel-container .talk-carousel .carousel-slides {
    height: 350px;
  }
}
@media (max-width: 480px) {
  .talk-carousel-container .talk-carousel .carousel-slides {
    height: 300px;
  }
}
.talk-carousel-container .talk-carousel .carousel-slides .carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.talk-carousel-container .talk-carousel .carousel-slides .carousel-slide.active {
  opacity: 1;
  transform: translateX(0);
}
.talk-carousel-container .talk-carousel .carousel-slides .carousel-slide.prev {
  transform: translateX(-100%);
}
.talk-carousel-container .talk-carousel .carousel-slides .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.talk-carousel-container .talk-carousel .carousel-slides .carousel-slide .carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
  padding: 2rem 1.5rem 1.5rem;
  color: #E0E0E0;
}
.talk-carousel-container .talk-carousel .carousel-slides .carousel-slide .carousel-caption p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .talk-carousel-container .talk-carousel .carousel-slides .carousel-slide .carousel-caption p {
    font-size: 0.9rem;
  }
}
.talk-carousel-container .talk-carousel .carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #00B894;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00B894;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  z-index: 10;
}
@media (max-width: 768px) {
  .talk-carousel-container .talk-carousel .carousel-nav {
    width: 40px;
    height: 40px;
  }
  .talk-carousel-container .talk-carousel .carousel-nav svg {
    width: 18px;
    height: 18px;
  }
}
.talk-carousel-container .talk-carousel .carousel-nav:hover {
  background: rgba(0, 184, 148, 0.2);
  border-color: #1fffd3;
  color: #1fffd3;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 184, 148, 0.3);
}
.talk-carousel-container .talk-carousel .carousel-nav:active {
  transform: translateY(-50%) scale(0.95);
}
.talk-carousel-container .talk-carousel .carousel-nav.carousel-prev {
  left: 1rem;
}
.talk-carousel-container .talk-carousel .carousel-nav.carousel-next {
  right: 1rem;
}
.talk-carousel-container .talk-carousel .carousel-indicators {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.75rem;
  z-index: 10;
}
.talk-carousel-container .talk-carousel .carousel-indicators .carousel-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.talk-carousel-container .talk-carousel .carousel-indicators .carousel-indicator:hover {
  border-color: #00B894;
  background: rgba(0, 184, 148, 0.3);
  transform: scale(1.2);
}
.talk-carousel-container .talk-carousel .carousel-indicators .carousel-indicator.active {
  background: #00B894;
  border-color: #00B894;
  box-shadow: 0 0 10px rgba(0, 184, 148, 0.5);
}
.talk-carousel-container .talk-carousel.paused::before {
  content: '⏸';
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #00B894;
  font-size: 1.5rem;
  z-index: 15;
  opacity: 0.7;
}
.talk-carousel-container .carousel-slide.swiping-left {
  transform: translateX(-20px);
}
.talk-carousel-container .carousel-slide.swiping-right {
  transform: translateX(20px);
}
.talk-carousel:hover .carousel-slide.active img {
  transform: scale(1.02);
}
.talk-carousel:hover .carousel-nav {
  opacity: 1;
}
.carousel-nav:focus,
.carousel-indicator:focus {
  outline: 2px solid #00B894;
  outline-offset: 2px;
}
.carousel-slide img:not([loaded]) {
  background: linear-gradient(135deg, rgba(0, 184, 148, 0.1) 0%, rgba(0, 184, 148, 0.3) 100%);
  position: relative;
}
.carousel-slide img:not([loaded])::before {
  content: '⟳';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #00B894;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* About Us Page Specific Styles */
body {
  overflow-x: hidden;
}
.about-container {
  /* scroll-snap-type: y mandatory; */
  /* overflow-y: scroll; */
  /* height: calc(100vh - 56px); /* Account for navbar height */
  scroll-behavior: smooth;
  /* margin-top: 56px; /* Navbar offset */
}
.about-section {
  /* scroll-snap-align: start; */
  min-height: calc(100vh - 56px);
  /* Account for navbar height */
  display: flex;
  align-items: center;
  padding: 100px 0;
  position: relative;
  /* scroll-snap-stop: always; */
}
/* Remove fade-in overrides to allow animations to work properly */
/* Keep only essential text color overrides */
.about-section h1,
.about-section h2,
.about-section h3,
.about-section h4,
.about-section h5,
.about-section h6,
.about-section p,
.about-section li,
.about-section span,
.about-section blockquote {
  color: white !important;
}
.container {
  color: white !important;
}
.mission-section {
  background: linear-gradient(135deg, #121212 0%, #1a1a1a 100%);
  position: relative;
  overflow: hidden;
}
.mission-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 20% 30%, rgba(15, 82, 186, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 144, 0, 0.1) 0%, transparent 50%);
  z-index: 0;
}
.founders-section {
  background: var(--darker);
}
.join-section {
  background: linear-gradient(135deg, #0f1419 0%, #1a1a2e 100%);
}
/* Data Visualization SVG Graphic */
.data-viz-container {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-node {
  fill: var(--primary);
  stroke: rgba(255, 144, 0, 0.3);
  stroke-width: 2;
  animation: pulse 2s infinite;
}
.data-connection {
  stroke: var(--secondary);
  stroke-width: 2;
  opacity: 0.6;
  animation: flow 3s infinite linear;
}
.insight-highlight {
  fill: #28a745;
  stroke: rgba(40, 167, 69, 0.5);
  stroke-width: 3;
  animation: glow 1.5s infinite alternate;
}
.search-beam {
  stroke: var(--primary);
  stroke-width: 3;
  stroke-dasharray: 5,5;
  animation: search 2s infinite linear;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}
@keyframes flow {
  0% {
    stroke-dasharray: 0, 100;
  }
  100% {
    stroke-dasharray: 100, 0;
  }
}
@keyframes glow {
  0% {
    filter: drop-shadow(0 0 5px rgba(40, 167, 69, 0.5));
  }
  100% {
    filter: drop-shadow(0 0 15px rgba(40, 167, 69, 0.8));
  }
}
@keyframes search {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -20;
  }
}
/* Founder Card Styling */
.founder-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
}
.founder-card:hover {
  transform: translateY(-5px);
}
.founder-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--primary);
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.social-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.social-link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 144, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.social-link:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 144, 0, 0.3);
}
/* Scroll Down Indicator */
.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: var(--text-secondary);
  cursor: pointer;
  z-index: 10;
  animation: bounce 2s infinite;
  transition: opacity 0.3s ease;
}
.scroll-down:hover {
  opacity: 0.8;
}
.scroll-down span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}
.scroll-down i {
  font-size: 20px;
  color: var(--primary);
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-5px);
  }
  60% {
    transform: translateX(-50%) translateY(-3px);
  }
}
/* Mission Text Styling */
.mission-content {
  position: relative;
  z-index: 1;
}
.mission-list {
  list-style: none;
  padding: 0;
}
.mission-list li {
  padding: 0.75rem 0;
  padding-left: 2rem;
  position: relative;
  line-height: 1.6;
}
.mission-list li::before {
  content: '●';
  color: var(--primary);
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0.75rem;
}
/* Enhanced blockquote styling */
blockquote.border-start {
  font-style: italic;
  position: relative;
  background: rgba(255, 144, 0, 0.05);
  border-radius: 8px;
  padding: 1.5rem;
}
/* Responsive Design */
@media (max-width: 768px) {
  .about-section {
    padding: 60px 0;
    min-height: 100vh;
  }
  .about-container {
    /* scroll-snap-type: none; /* Disable scroll snap on mobile for better UX */
  }
  .data-viz-container {
    height: 300px;
    margin-top: 2rem;
  }
  .founder-image {
    width: 150px;
    height: 150px;
  }
  .social-link {
    width: 40px;
    height: 40px;
  }
  .mission-list li {
    padding-left: 1.5rem;
  }
  .scroll-down {
    display: none;
    /* Hide scroll indicators on mobile */
  }
}
@media (max-width: 576px) {
  .about-section {
    padding: 40px 0;
  }
  .founder-card {
    padding: 1.5rem;
  }
  .feature-highlight {
    margin-bottom: 2rem;
  }
}
:root {
  --sidebar-color-top: #2c3e50;
  --sidebar-color-bottom: #3498db;
  --content-color: #333;
  --content-color-darker: #2a2a2a;
  --primary: #ff9000;
  --secondary: #0f52ba;
  --dark: #121212;
  --darker: #0a0a0a;
  --light-dark: #1e1e1e;
  --text: #ffffff;
  --text-secondary: #b8b8b8;
  --success: #28a745;
  --warning: #ffc107;
  --danger: #dc3545;
  --info: #17a2b8;
  --accent: #00B894;
}
.text-end {
  text-align: end;
}
.sticky-top {
  position: sticky;
  top: 0;
}
@media (max-width: 768px) {
  .sticky-top {
    position: static;
  }
}
.modal-body h5,
.modal-body h4,
.modal-body h6 {
  text-align: center;
  color: #333;
}
body {
  background-color: var(--dark);
  color: var(--text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
/* Navbar styling */
.navbar {
  background-color: rgba(18, 18, 18, 0.8) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.navbar.scrolled {
  background-color: rgba(18, 18, 18, 0.95) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
  font-weight: 700;
}
.text-primary {
  color: var(--primary) !important;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.text-secondary {
  color: var(--text-secondary) !important;
  font-weight: 400;
}
.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background-color: #e68200;
  border-color: #e68200;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 144, 0, 0.4);
}
.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
  transition: all 0.3s ease;
}
.btn-outline-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 144, 0, 0.4);
}
.card {
  background-color: var(--light-dark);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.2);
}
.card-header {
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.border-secondary {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.bg-dark {
  background-color: var(--light-dark) !important;
}
.bg-darker {
  background-color: var(--darker) !important;
}
/* Avatar styling */
.avatar-placeholder {
  width: 32px;
  height: 32px;
  background-color: var(--secondary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}
/* Enhanced Landing page styles */
.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 80px 0 60px;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 30%, #0f0f0f 70%, #121212 100%);
  display: flex;
  align-items: center;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(255, 144, 0, 0.18) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(15, 82, 186, 0.15) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(0, 184, 148, 0.12) 0%, transparent 60%), radial-gradient(ellipse at 70% 20%, rgba(255, 144, 0, 0.08) 0%, transparent 70%);
  z-index: 0;
  animation: float-bg 20s ease-in-out infinite;
}
.hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 20%, rgba(255, 144, 0, 0.05) 40%, transparent 60%), linear-gradient(-45deg, transparent 30%, rgba(15, 82, 186, 0.04) 50%, transparent 70%), linear-gradient(90deg, transparent 25%, rgba(0, 184, 148, 0.03) 50%, transparent 75%);
  z-index: 1;
  animation: float-bg-secondary 25s ease-in-out infinite reverse;
}
@keyframes float-bg {
  0%,
  100% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-10px) scale(1.02);
    opacity: 0.8;
  }
}
@keyframes float-bg-secondary {
  0%,
  100% {
    transform: translateX(0px) rotate(0deg);
  }
  33% {
    transform: translateX(5px) rotate(1deg);
  }
  66% {
    transform: translateX(-3px) rotate(-0.5deg);
  }
}
.hero-content {
  position: relative;
  z-index: 2;
}
.hero-section h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.hero-section .lead {
  font-size: 1.3rem;
  font-weight: 400;
  color: #e0e0e0;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.gradient-text {
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 50%, var(--secondary) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  font-weight: 800;
  position: relative;
}
.gradient-text::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 2px;
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.3s ease;
}
.gradient-text:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
.feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 144, 0, 0.15), rgba(0, 184, 148, 0.12));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  position: relative;
}
.feature-icon::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, var(--primary), var(--accent), var(--secondary));
  border-radius: 22px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}
.feature-icon:hover::before {
  opacity: 1;
}
.feature-icon i {
  font-size: 2rem;
  color: var(--primary);
  transition: all 0.3s ease;
}
.feature-icon:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 20px 40px rgba(255, 144, 0, 0.2);
}
.feature-icon:hover i {
  color: #ffffff;
  transform: scale(1.1);
}
/* Enhanced section styling */
.section-spacing {
  padding: 100px 0;
}
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.section-subtitle {
  font-size: 1.2rem;
  color: #d0d0d0;
  margin-bottom: 3rem;
  line-height: 1.6;
}
/* Enhanced scroll down button - individual section indicators (deprecated) */
.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  /* Hide individual indicators */
  pointer-events: none;
  /* Disable interaction */
}
.scroll-down:hover {
  transform: translateX(-50%) translateY(-5px);
}
/* Global scroll indicator - positioned at bottom of viewport (deprecated) */
.global-scroll-indicator {
  display: none;
  /* Hide old indicator */
}
/* Enhanced pulse animation for global indicator */
.global-scroll-indicator::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border: 2px solid rgba(255, 144, 0, 0.3);
  border-radius: 50%;
  animation: pulse-ring 2s infinite;
  pointer-events: none;
}
.scroll-down::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: pulse-ring 2s infinite;
}
.scroll-down::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  background: var(--primary);
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.8);
  }
}
/* Responsive adjustments for global scroll indicator */
@media (max-width: 768px) {
  .global-scroll-indicator {
    bottom: 20px;
    font-size: 0.8rem;
  }
  .global-scroll-indicator span {
    font-size: 0.7rem;
    margin-bottom: 6px;
  }
  .global-scroll-indicator i {
    font-size: 1rem;
  }
  .global-scroll-indicator::before {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
  }
}
/* Enhanced animated background */
.animated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.animated-bg span {
  position: absolute;
  display: block;
  border-radius: 50%;
  animation: float 25s linear infinite;
  bottom: -150px;
}
.animated-bg span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  border-radius: 50%;
  background: inherit;
  opacity: 0.4;
  filter: blur(12px);
  z-index: -1;
}
@keyframes float {
  0% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh) rotate(360deg);
    opacity: 0;
  }
}
.animated-bg span:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
  animation-duration: 20s;
  background: linear-gradient(135deg, rgba(15, 82, 186, 0.15), rgba(0, 184, 148, 0.1));
}
.animated-bg span:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 25s;
  background: linear-gradient(135deg, rgba(255, 144, 0, 0.2), rgba(255, 144, 0, 0.1));
}
.animated-bg span:nth-child(3) {
  left: 70%;
  width: 25px;
  height: 25px;
  animation-delay: 4s;
  animation-duration: 18s;
  background: linear-gradient(135deg, rgba(0, 184, 148, 0.15), rgba(15, 82, 186, 0.1));
}
.animated-bg span:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 1s;
  animation-duration: 22s;
  background: linear-gradient(135deg, rgba(255, 144, 0, 0.12), rgba(255, 144, 0, 0.08));
}
.animated-bg span:nth-child(5) {
  left: 65%;
  width: 30px;
  height: 30px;
  animation-delay: 3s;
  animation-duration: 15s;
  background: linear-gradient(135deg, rgba(0, 184, 148, 0.18), rgba(15, 82, 186, 0.12));
}
/* Scroll progress bar */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  z-index: 9999;
  width: 0%;
  transition: width 0.1s ease;
}
/* Responsive adjustments */
@media (max-width: 992px) {
  .section-spacing {
    padding: 70px 0;
  }
  .hero-section {
    padding: 100px 0 80px;
  }
  .hero-section h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .section-spacing {
    padding: 50px 0;
  }
  .hero-section {
    padding: 80px 0 60px;
  }
  .hero-section h1 {
    font-size: 2.2rem;
  }
  .hero-section .lead {
    font-size: 1.1rem;
  }
  .feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
  }
  .feature-icon i {
    font-size: 1.5rem;
  }
}
/* Code highlighting */
.code-content .keyword {
  color: #ff79c6;
}
.code-content .function {
  color: #50fa7b;
}
.code-content .string {
  color: #f1fa8c;
}
.code-content .comment {
  color: #6272a4;
}
/* Video Player Styles */
.video-player {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.video-player:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.video-player:hover .play-button {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(255, 144, 0, 0.5);
}
.play-button {
  transition: all 0.3s ease;
}
.play-button:hover {
  background: #e68200;
}
.video-thumbnail {
  transition: all 0.3s ease;
}
.video-player:hover .video-thumbnail {
  background: linear-gradient(135deg, rgba(255, 144, 0, 0.2), rgba(0, 184, 148, 0.2)) !important;
}
/* FAQ Styles */
.faq-item {
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-item:hover {
  border-color: rgba(255, 144, 0, 0.2);
}
.faq-question {
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease;
}
.faq-question:hover {
  background: rgba(255, 144, 0, 0.1);
}
.faq-question i {
  transition: transform 0.3s ease;
}
.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-answer p {
  margin: 0;
  padding: 20px 0;
  color: var(--text-secondary);
  line-height: 1.6;
}
.faq-item.active .faq-question i {
  transform: rotate(180deg);
}
.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 20px;
}
/* Features Section with Dynamic Background */
#features {
  background: linear-gradient(135deg, #121212 0%, #1a1a1a 50%, #0f0f0f 100%);
  position: relative;
  overflow: hidden;
}
#features::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 10% 80%, rgba(0, 184, 148, 0.12) 0%, transparent 50%), radial-gradient(circle at 90% 20%, rgba(255, 144, 0, 0.08) 0%, transparent 60%), radial-gradient(ellipse at 30% 40%, rgba(15, 82, 186, 0.06) 0%, transparent 70%);
  z-index: 0;
  animation: feature-bg-float 30s ease-in-out infinite;
}
#features .container {
  position: relative;
  z-index: 1;
}
/* Video Demo Section with Cinematic Background */
#demo {
  background: linear-gradient(135deg, #0f1419 0%, #1a1a2e 50%, #0a0a0a 100%);
  position: relative;
  overflow: hidden;
}
#demo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 60% 30%, rgba(255, 144, 0, 0.15) 0%, transparent 40%), radial-gradient(circle at 20% 70%, rgba(15, 82, 186, 0.12) 0%, transparent 50%), radial-gradient(ellipse at 80% 80%, rgba(0, 184, 148, 0.08) 0%, transparent 60%);
  z-index: 0;
  animation: demo-bg-pulse 25s ease-in-out infinite;
}
#demo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 144, 0, 0.03) 50%, transparent 70%), linear-gradient(-60deg, transparent 40%, rgba(15, 82, 186, 0.02) 60%, transparent 80%);
  z-index: 1;
  animation: demo-overlay-sweep 35s linear infinite;
}
#demo .container {
  position: relative;
  z-index: 2;
}
/* How It Works Section with Gradient Flow */
#how-it-works {
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 30%, #121212 70%, #0a0a0a 100%);
  position: relative;
  overflow: hidden;
}
#how-it-works::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 80% 20%, rgba(0, 184, 148, 0.15) 0%, transparent 45%), radial-gradient(circle at 30% 80%, rgba(255, 144, 0, 0.1) 0%, transparent 55%), radial-gradient(ellipse at 70% 60%, rgba(15, 82, 186, 0.08) 0%, transparent 65%);
  z-index: 0;
  animation: works-bg-flow 40s ease-in-out infinite;
}
#how-it-works .container {
  position: relative;
  z-index: 1;
}
/* Use Cases Section with Shifting Patterns */
#use-cases {
  background: linear-gradient(135deg, #121212 0%, #0f1419 50%, #1a1a1a 100%);
  position: relative;
  overflow: hidden;
}
#use-cases::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 40% 20%, rgba(255, 144, 0, 0.12) 0%, transparent 50%), radial-gradient(circle at 70% 70%, rgba(0, 184, 148, 0.1) 0%, transparent 45%), radial-gradient(ellipse at 20% 60%, rgba(15, 82, 186, 0.08) 0%, transparent 60%);
  z-index: 0;
  animation: cases-bg-shift 35s ease-in-out infinite;
}
#use-cases .container {
  position: relative;
  z-index: 1;
}
/* Testimonials Section with Warm Glow */
#testimonials {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 30%, #0f1419 70%, #121212 100%);
  position: relative;
  overflow: hidden;
}
#testimonials::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 25% 30%, rgba(255, 144, 0, 0.14) 0%, transparent 45%), radial-gradient(circle at 75% 70%, rgba(0, 184, 148, 0.11) 0%, transparent 50%), radial-gradient(ellipse at 50% 50%, rgba(15, 82, 186, 0.07) 0%, transparent 70%);
  z-index: 0;
  animation: testimonials-bg-glow 28s ease-in-out infinite;
}
#testimonials .container {
  position: relative;
  z-index: 1;
}
/* FAQ Section with Subtle Animation */
#faq {
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 40%, #0f1419 80%, #0a0a0a 100%);
  position: relative;
  overflow: hidden;
}
#faq::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 15% 80%, rgba(0, 184, 148, 0.1) 0%, transparent 50%), radial-gradient(circle at 85% 30%, rgba(255, 144, 0, 0.08) 0%, transparent 55%), radial-gradient(ellipse at 60% 20%, rgba(15, 82, 186, 0.06) 0%, transparent 65%);
  z-index: 0;
  animation: faq-bg-subtle 45s ease-in-out infinite;
}
#faq .container {
  position: relative;
  z-index: 1;
}
/* CTA Section with Energetic Background */
section:last-of-type {
  background: linear-gradient(135deg, #121212 0%, #1a1a2e 30%, #0f1419 70%, #0a0a0a 100%);
  position: relative;
  overflow: hidden;
}
section:last-of-type::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 40%, rgba(255, 144, 0, 0.18) 0%, transparent 40%), radial-gradient(circle at 30% 80%, rgba(0, 184, 148, 0.14) 0%, transparent 45%), radial-gradient(ellipse at 80% 30%, rgba(15, 82, 186, 0.12) 0%, transparent 50%);
  z-index: 0;
  animation: cta-bg-energy 20s ease-in-out infinite;
}
section:last-of-type .container {
  position: relative;
  z-index: 1;
}
/* Advanced Animation Keyframes */
@keyframes feature-bg-float {
  0%,
  100% {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 1;
  }
  33% {
    transform: translateX(-10px) translateY(-5px) scale(1.02);
    opacity: 0.9;
  }
  66% {
    transform: translateX(5px) translateY(8px) scale(0.98);
    opacity: 0.95;
  }
}
@keyframes demo-bg-pulse {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: scale(1.05) rotate(1deg);
    opacity: 0.8;
  }
}
@keyframes demo-overlay-sweep {
  0% {
    transform: translateX(-100%) rotate(0deg);
  }
  100% {
    transform: translateX(100%) rotate(360deg);
  }
}
@keyframes works-bg-flow {
  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  25% {
    transform: translateY(-8px) scale(1.03);
    opacity: 0.9;
  }
  75% {
    transform: translateY(5px) scale(0.97);
    opacity: 0.95;
  }
}
@keyframes cases-bg-shift {
  0%,
  100% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  33% {
    transform: translateX(-15px) translateY(8px) rotate(1deg);
  }
  66% {
    transform: translateX(10px) translateY(-5px) rotate(-0.5deg);
  }
}
@keyframes testimonials-bg-glow {
  0%,
  100% {
    filter: brightness(1) contrast(1);
    transform: scale(1);
  }
  50% {
    filter: brightness(1.1) contrast(1.05);
    transform: scale(1.02);
  }
}
@keyframes faq-bg-subtle {
  0%,
  100% {
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateX(3px) translateY(-3px);
    opacity: 0.95;
  }
}
@keyframes cta-bg-energy {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    filter: brightness(1) saturate(1);
  }
  25% {
    transform: scale(1.03) rotate(0.5deg);
    filter: brightness(1.05) saturate(1.1);
  }
  75% {
    transform: scale(0.98) rotate(-0.3deg);
    filter: brightness(0.98) saturate(1.05);
  }
}
/* Core Features Carousel Styling */
.core-features-carousel .slick-dots {
  bottom: -60px;
}
.core-features-carousel .slick-dots li button:before {
  color: var(--primary);
  font-size: 12px;
  opacity: 0.5;
}
.core-features-carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--primary);
}
.core-features-carousel .slick-prev,
.core-features-carousel .slick-next {
  z-index: 10;
  width: 50px;
  height: 50px;
}
.core-features-carousel .slick-prev:before,
.core-features-carousel .slick-next:before {
  font-size: 20px;
  color: var(--primary);
  opacity: 0.8;
}
.core-features-carousel .slick-prev:hover:before,
.core-features-carousel .slick-next:hover:before {
  opacity: 1;
}
.core-features-carousel .slick-prev {
  left: -60px;
}
.core-features-carousel .slick-next {
  right: -60px;
}
.feature-card {
  padding: 0 15px;
  outline: none;
}
.feature-card .feature-card-content {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.feature-card .feature-card-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--primary), var(--accent), var(--secondary));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.feature-card .feature-card-content:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(255, 144, 0, 0.15);
  border-color: rgba(255, 144, 0, 0.3);
}
.feature-card .feature-card-content:hover::before {
  opacity: 0.05;
}
.feature-card .feature-card-content:hover .feature-icon {
  transform: scale(1.1);
}
.feature-card .feature-card-content:hover .feature-icon i {
  color: #ffffff;
}
.feature-card .feature-card-content .feature-icon {
  margin: 0 auto 1.5rem auto;
}
.feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
  line-height: 1.3;
}
.feature-description {
  color: #d0d0d0;
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 0;
}
/* Developer Focus Section Styling */
#developer-focus {
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a2e 30%, #0f1419 70%, #121212 100%);
  position: relative;
  overflow: hidden;
}
#developer-focus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 40%, rgba(255, 144, 0, 0.12) 0%, transparent 50%), radial-gradient(circle at 70% 60%, rgba(0, 184, 148, 0.1) 0%, transparent 45%), radial-gradient(ellipse at 50% 80%, rgba(15, 82, 186, 0.08) 0%, transparent 60%);
  z-index: 0;
  animation: developer-focus-bg 30s ease-in-out infinite;
}
#developer-focus .container {
  position: relative;
  z-index: 1;
}
@keyframes developer-focus-bg {
  0%,
  100% {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 1;
  }
  33% {
    transform: translateX(-8px) translateY(5px) scale(1.02);
    opacity: 0.9;
  }
  66% {
    transform: translateX(5px) translateY(-8px) scale(0.98);
    opacity: 0.95;
  }
}
/* Responsive adjustments for feature carousel */
@media (max-width: 992px) {
  .core-features-carousel .slick-prev {
    left: -40px;
  }
  .core-features-carousel .slick-next {
    right: -40px;
  }
  .feature-card .feature-card-content {
    padding: 2.5rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .core-features-carousel .slick-prev,
  .core-features-carousel .slick-next {
    display: none !important;
  }
  .feature-card .feature-card-content {
    padding: 2rem 1.5rem;
  }
  .feature-title {
    font-size: 1.3rem;
  }
}
/* Mailing List Signup Section Styling */
#mailing-list {
  background: linear-gradient(135deg, #121212 0%, #1a1a2e 30%, #0f1419 70%, #0a0a0a 100%);
  position: relative;
  overflow: hidden;
}
#mailing-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 25% 30%, rgba(255, 144, 0, 0.12) 0%, transparent 50%), radial-gradient(circle at 75% 70%, rgba(0, 184, 148, 0.1) 0%, transparent 45%), radial-gradient(ellipse at 50% 50%, rgba(15, 82, 186, 0.08) 0%, transparent 60%);
  z-index: 0;
  animation: mailing-bg-glow 25s ease-in-out infinite;
}
#mailing-list .container {
  position: relative;
  z-index: 1;
}
.mailing-signup-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 25px;
  padding: 3rem 2.5rem;
  backdrop-filter: blur(15px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.mailing-signup-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--primary), var(--accent), var(--secondary));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.mailing-signup-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 80px rgba(255, 144, 0, 0.2);
  border-color: rgba(255, 144, 0, 0.3);
}
.mailing-signup-card:hover::before {
  opacity: 0.03;
}
.mailing-signup-card:hover .signup-icon {
  transform: scale(1.1);
}
.mailing-signup-card:hover .signup-icon i {
  color: var(--primary);
}
.signup-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 144, 0, 0.15), rgba(0, 184, 148, 0.12));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.signup-icon i {
  font-size: 2rem;
  color: var(--primary);
  transition: all 0.3s ease;
}
#mailingListForm .form-control {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}
#mailingListForm .form-control:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(255, 144, 0, 0.25);
  color: #ffffff;
}
#mailingListForm .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#mailingListForm .btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border: none;
  border-radius: 12px;
  padding: 1rem 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
#mailingListForm .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 144, 0, 0.4);
  background: linear-gradient(135deg, var(--accent), var(--primary));
}
#mailingListForm .btn-primary:active {
  transform: translateY(0);
}
.alert-success {
  background: linear-gradient(135deg, rgba(0, 184, 148, 0.15), rgba(0, 184, 148, 0.08));
  border: 1px solid rgba(0, 184, 148, 0.3);
  color: #ffffff;
  border-radius: 12px;
}
.alert-success i {
  color: var(--secondary);
}
@keyframes mailing-bg-glow {
  0%,
  100% {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 1;
  }
  33% {
    transform: translateX(-5px) translateY(3px) scale(1.01);
    opacity: 0.9;
  }
  66% {
    transform: translateX(3px) translateY(-5px) scale(0.99);
    opacity: 0.95;
  }
}
/* Responsive adjustments for mailing list */
@media (max-width: 768px) {
  .mailing-signup-card {
    padding: 2rem 1.5rem;
    border-radius: 20px;
  }
  #mailingListForm .row.g-3 {
    margin: 0;
  }
  #mailingListForm .col-md-8,
  #mailingListForm .col-md-4 {
    padding: 0.5rem 0;
  }
  #mailingListForm .btn-primary {
    margin-top: 1rem;
  }
}
/* Scroll navigation arrows - non-intrusive */
.scroll-nav-up,
.scroll-nav-down {
  position: fixed;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 144, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10000;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  backdrop-filter: blur(10px);
  opacity: 0.8;
}
.scroll-nav-up:hover,
.scroll-nav-down:hover {
  background: rgba(255, 144, 0, 0.1);
  border-color: rgba(255, 144, 0, 0.6);
  color: var(--primary);
  transform: scale(1.1);
  opacity: 1;
}
.scroll-nav-up.disabled,
.scroll-nav-down.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.scroll-nav-up.disabled:hover,
.scroll-nav-down.disabled:hover {
  transform: none;
  background: rgba(0, 0, 0, 0.6);
  border-color: rgba(255, 144, 0, 0.4);
  color: rgba(255, 255, 255, 0.8);
}
.scroll-nav-up i,
.scroll-nav-down i {
  transition: transform 0.2s ease;
}
.scroll-nav-up:hover i,
.scroll-nav-down:hover i {
  transform: translateY(-1px);
}
.scroll-nav-up {
  bottom: 80px;
}
.scroll-nav-down {
  bottom: 30px;
}
/* Responsive adjustments for scroll navigation */
@media (max-width: 768px) {
  .scroll-nav-up,
  .scroll-nav-down {
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .scroll-nav-up {
    bottom: 70px;
  }
  .scroll-nav-down {
    bottom: 25px;
  }
}
/* Hide on very small screens to avoid clutter */
@media (max-width: 480px) {
  .scroll-nav-up,
  .scroll-nav-down {
    width: 32px;
    height: 32px;
    font-size: 12px;
    right: 10px;
  }
}
