:root {
  --theme-primary: #667eea;
  --theme-primary-dark: #764ba2;
  --theme-primary-soft: #eef2ff;
  --theme-text-on-primary: #ffffff;
}

@media (max-width: 767.98px) {
  .fc-header {
    padding-top: 5.8rem !important;
    padding-bottom: 1.2rem !important;
    text-align: center;
    font-size: 2rem;
  }

  .fc-header-content h1 {
    font-size: 1.45rem !important;
    margin-bottom: 0.7rem !important;
    word-break: break-word;
  }

  .fc-header-content p {
    font-size: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .fc-header-content .d-flex.gap-3,
  .fc-header-content .d-flex.gap-2 {
    gap: 0.5rem !important;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0.7rem;
  }

  .fc-category-tag {
    font-size: 0.97rem !important;
    padding: 0.35rem 0.9rem !important;
    border-radius: 1.2rem !important;
  }

  .fc-breadcrumb {
    font-size: 0.97rem !important;
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
    flex-wrap: wrap;
    justify-content: center;
  }

  .fc-detail-featured-image img {
    max-height: 220px !important;
    border-radius: 1.1rem !important;
    object-fit: cover !important;
  }

  .section-heading {
    text-align: center;
    font-size: 1.8rem !important;
  }

  .section-description {
    text-align: center;
    font-size: 1rem !important;
  }

  .contact-hours {
    text-align: center;
  }

  .form-chip {
    display: none !important;
  }

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

  .form-help {
    text-align: center;
    display: block !important;
    width: 100% !important;
  }

  .btn.btn-gradient {
    text-align: center;
    display: block;
  }

  #contact-us .form-head h3 {
    text-align: center;
    font-size: 1.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  .fc-hero-image,
  .fc-hero-image-wrapper {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .fc-hero-section {
    flex-direction: column;
    padding: 3.5rem 0 2.5rem 0;
    min-height: 60vh;
  }

  .fc-hero-content {
    text-align: center;
    padding: 0 2.5rem;
  }

  .fc-hero-title {
    font-size: 2.5rem !important;
    margin-bottom: 1.2rem;
  }

  .fc-hero-subtitle {
    font-size: 1.1rem;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }

  .fc-hero-badge {
    font-size: 1rem;
    padding: 0.7rem 1.5rem;
    margin-bottom: 1.2rem;
  }

  .fc-hero-cta {
    flex-direction: row;
    gap: 1.2rem;
    margin-top: 1.5rem;
    justify-content: center;
  }

  .fc-hero-image {
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  .fc-hero-image-wrapper {
    max-width: 320px;
    margin: 0 auto;
  }

  .fc-hero-img-fixed {
    max-width: 100%;
    height: auto;
  }
}

:root {
  /* Brand Colors */
  --bs-primary: #0051ff;
  --bs-secondary: #ff5c00;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;

  /* Custom Colors */
  --text-color: #222;
  --text-muted: #6c757d;
  --bg-accent: #f1f1f1;

  /* Typography */
  --font-family-base: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
  font-family: var(--font-family-base);
  color: var(--text-color);
  background: linear-gradient(to bottom, #f5faff, #fdfeff);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* padding-top: 70px; */
}

.fc-primary-bg {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.section-heading {
  color: #0f172a;
  font-weight: 800;
}

#home-hero-section {
  min-height: 100vh;
}


/* ============================================
   BLOG PAGE STYLES - COMPLETE
   ============================================ */

/* BLOG HEADER */
.fc-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 6rem 2rem;
  position: relative;
  overflow: hidden;
}

.fc-header::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.fc-header::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite reverse;
}

.fc-header-content {
  position: relative;
  z-index: 2;
}

.fc-header h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.fc-header p {
  font-size: 1.25rem;
  opacity: 0.95;
  margin: 0;
}

.fc-breadcrumb {
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2rem;
  font-size: 0.875rem;
}

.fc-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.fc-breadcrumb a:hover {
  color: #fff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.fc-breadcrumb-icon {
  font-size: 0.85em;
}

.fc-breadcrumb-separator {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
  font-size: 1.1em;
}

.fc-breadcrumb-current {
  color: #fff;
  font-weight: 600;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes float {

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

  50% {
    transform: translateY(20px);
  }
}

/* FILTER & CONTROLS SECTION */
.fc-controls {
  background: white;
  padding: 2rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 3rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.fc-controls-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.fc-search-box {
  flex: 1;
  min-width: 250px;
  position: relative;
}

.fc-search-box input {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  border: 2px solid #e0e0e0;
  border-radius: 0.75rem;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  font-family: inherit;
}

.fc-search-box input:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  outline: none;
}

.fc-search-box::before {
  content: '🔍';
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}

.fc-sort-dropdown,
.fc-category-filter {
  padding: 0.75rem 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 0.75rem;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  background: white;
  font-family: inherit;
}

.fc-sort-dropdown:hover,
.fc-category-filter:hover,
.fc-sort-dropdown:focus,
.fc-category-filter:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  outline: none;
}

.fc-view-toggle {
  display: flex;
  gap: 0.5rem;
  border: 2px solid #e0e0e0;
  border-radius: 0.75rem;
  padding: 0.25rem;
  background: white;
}

.fc-view-toggle button {
  padding: 0.5rem 0.75rem;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  font-family: inherit;
}

.fc-view-toggle button.active {
  background: #667eea;
  color: white;
  border-radius: 0.5rem;
}

/* ARTICLE STATS */
.fc-article-stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}

.fc-stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.fc-stat-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #667eea;
}

.fc-stat-label {
  font-size: 0.9rem;
  color: #6c757d;
}

/* FEATURED CARDS */
.fc-feature-card {
  display: block;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  color: var(--text-color);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  height: 100%;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.fc-feature-card img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.fc-feature-body {
  padding: 1.5rem;
  position: relative;
  z-index: 2;
}

.fc-feature-card:hover {
  border-color: #667eea;
  box-shadow: 0 20px 50px rgba(102, 126, 234, 0.2);
  transform: translateY(-8px);
}

.fc-feature-card:hover img {
  transform: scale(1.08);
}

.fc-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0) 0%, rgba(102, 126, 234, 0.08) 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fc-feature-card:hover::before {
  opacity: 1;
}

/* ARTICLE GRID */
.fc-grid-view {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.fc-list-view {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.fc-list-view .article-item {
  flex: 0 0 100%;
  width: 100%;
}

.fc-list-view .fc-article-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  height: auto;
}

.fc-list-view .fc-article-card img {
  width: 280px;
  min-width: 280px;
  height: 180px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 1rem 0 0 1rem;
}

.fc-list-view .fc-article-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 1.5rem;
  flex: 1;
}

.fc-list-view .fc-article-body h5 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.fc-list-view .fc-article-body .fc-meta {
  margin-top: auto;
}

.fc-list-view .fc-categories-row {
  margin-bottom: 0.5rem !important;
}

/* Article Description - hidden in grid, visible in list */
.fc-article-description {
  display: none;
  margin: 0.5rem 0;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
}

.fc-list-view .fc-article-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* List view responsive */
@media (max-width: 768px) {
  .fc-list-view .fc-article-card {
    flex-direction: row;
    align-items: center;
  }

  .fc-list-view .fc-article-card img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 0.75rem;
    margin: 0.75rem;
  }

  .fc-list-view .fc-article-body {
    padding: 0.75rem 0.75rem 0.75rem 0;
  }

  .fc-list-view .fc-article-body h5 {
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .fc-list-view .fc-article-description {
    display: none;
  }

  .fc-list-view .fc-categories-row {
    display: none !important;
  }

  .fc-list-view .fc-meta {
    font-size: 0.75rem;
    flex-direction: row;
    gap: 0.5rem;
  }
}

/* ===== BLOG PAGE SIDEBAR STYLES ===== */

/* Sidebar Widget Base */
.fc-sidebar-widget {
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.fc-widget-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #667eea;
}

/* Small Badge */
.fc-badge-sm {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border-radius: 0.3rem;
  margin-bottom: 0.35rem;
}

/* Sidebar Latest Card */
.fc-sidebar-latest-card {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem;
  text-decoration: none;
  color: inherit;
  border-radius: 0.75rem;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.fc-sidebar-latest-card:hover {
  background: #f8fafc;
  border-color: #e5e7eb;
}

.fc-sidebar-latest-card img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 0.5rem;
  flex-shrink: 0;
}

.sidebar-latest-content {
  flex: 1;
  min-width: 0;
}

.sidebar-latest-content h6 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 0.25rem 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sidebar-latest-meta {
  display: flex;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: #6b7280;
}

/* Sidebar Featured Card */
.fc-sidebar-featured-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.fc-sidebar-featured-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.15);
  border-color: #667eea;
}

.fc-sidebar-featured-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.sidebar-featured-body {
  padding: 0.875rem;
}

.sidebar-featured-body h6 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Trending Card in Sidebar */
.fc-trending-card {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem;
  text-decoration: none;
  color: inherit;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  background: #fafafa;
}

.fc-trending-card:hover {
  background: #f0f4ff;
  border-color: #667eea;
}

.trending-index {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #667eea;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.trending-content h6 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 0.25rem 0;
  line-height: 1.4;
}

.trending-meta {
  font-size: 0.75rem;
  color: #6b7280;
}

/* Sidebar Responsive */
@media (max-width: 991px) {
  .fc-sidebar-widget {
    margin-bottom: 1rem;
  }
}

/* ===== END BLOG PAGE SIDEBAR ===== */

.article-item {
  animation: fadeInScale 0.6s ease-out;
}

.fc-article-card {
  display: block;
  border-radius: 1.1rem;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  color: var(--text-color);
  height: 100%;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.fc-article-card img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.fc-article-body {
  padding: 1.25rem;
}

.fc-article-card:hover {
  transform: translateY(-4px);
  border-color: #667eea;
  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.15);
}

.fc-article-card:hover img {
  transform: scale(1.08);
}

/* LATEST SECTION */
.fc-latest-card {
  display: flex;
  gap: 1.25rem;
  border-radius: 1rem;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  text-decoration: none;
  color: var(--text-color);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  padding: 1rem;
  animation: slideInLeft 0.5s ease-out;
}

.fc-latest-card img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 0.75rem;
  flex-shrink: 0;
}

.fc-latest-card .latest-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fc-latest-card:hover {
  border-color: #667eea;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.15);
  transform: translateX(8px);
}

.fc-latest-card h6 {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}

.fc-latest-card .latest-meta {
  font-size: 0.8rem;
  color: var(--text-muted);
  display: flex;
  gap: 1rem;
}

/* TRENDING CARD */
.fc-trending-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.875rem;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  color: var(--text-color);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: slideInRight 0.5s ease-out;
}

.fc-trending-card:hover {
  border-color: #667eea;
  background-color: rgba(102, 126, 234, 0.02);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.1);
}

.fc-trending-card .trending-index {
  font-size: 1.5rem;
  font-weight: 700;
  color: #667eea;
  min-width: 40px;
}

.fc-trending-card .trending-content {
  flex: 1;
}

.fc-trending-card h6 {
  margin: 0 0 0.25rem 0;
  font-size: 0.95rem;
  font-weight: 600;
}

.fc-trending-card .trending-meta {
  font-size: 0.8rem;
  color: var(--text-muted);
  display: flex;
  gap: 1rem;
}

/* BADGE & META */
.fc-badge {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  background-color: rgba(102, 126, 234, 0.1);
  color: #667eea;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #d7ddea;
  color: #0f172a;
  margin-bottom: 0.75rem;
}

.fc-meta {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 0.75rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.fc-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 1.5rem;
}

.fc-section {
  padding: 3rem 0;
}

/* LOAD MORE BUTTON */
.fc-load-more-section {
  text-align: center;
  margin: 3rem 0;
}

#loadMoreBtn {
  position: relative;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  font-family: inherit;
}

#loadMoreBtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

#loadMoreBtn:hover::before {
  left: 100%;
}

#loadMoreBtn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.4);
}

#loadMoreBtn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.fc-load-more-text {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* ============================================
   MODERN HERO SECTION - ENHANCED ANIMATED BG
   ============================================ */

.fc-hero-section {
  /* min-height: 100vh; */
  background: linear-gradient(135deg, #0a0f1f 0%, #0f172a 25%, #1a1f3a 50%, #1f2847 75%, #0f172a 100%);
  position: relative;
  /* padding: 120px 0 60px; */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fc-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.6), transparent);
  z-index: 10;
  box-shadow: 0 0 40px rgba(102, 126, 234, 0.4);
}

/* Modern classic refinements */
.fc-heading {
  font-size: clamp(1.8rem, 2vw + 1rem, 2.4rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.fc-lead {
  max-width: 640px;
  line-height: 1.6;
}

.fc-link {
  color: var(--bs-primary);
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.fc-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--bs-primary), #0031a8);
  transition: transform 150ms ease;
  transform: scaleX(0);
  transform-origin: left;
}

.fc-link:hover::after {
  transform: scaleX(1);
}

.fc-step-card {
  border: 1px solid #e6ebf5;
  border-radius: 14px;
  background: #fff;
  padding: 1.1rem 1.25rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.fc-step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.1);
  border-color: #d3ddf6;
}

.fc-faq {
  display: grid;
  gap: 1rem;
}

.fc-faq-item {
  background: #fff;
  border: 1px solid #e6ebf5;
  border-radius: 14px;
  padding: 1rem 1.25rem;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.fc-faq-item h5 {
  margin: 0 0 0.35rem 0;
  font-size: 1.05rem;
}

.fc-faq-item p {
  margin: 0;
  color: var(--text-muted);
}

@media (min-width: 992px) {
  .fc-lead {
    max-width: 720px;
  }
}

.fc-hero-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(118, 75, 162, 0.3), transparent);
  z-index: 5;
}

/* Hero Overlay - Modern Enhanced */
.fc-hero-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background:
    /* Main gradient circles */
    radial-gradient(circle at 15% 25%, rgba(102, 126, 234, 0.2) 0%, transparent 35%),
    radial-gradient(circle at 85% 75%, rgba(118, 75, 162, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(102, 126, 234, 0.08) 0%, transparent 55%),
    /* Secondary floating circles */
    radial-gradient(circle at 25% 75%, rgba(118, 75, 162, 0.1) 0%, transparent 30%),
    radial-gradient(circle at 75% 25%, rgba(102, 126, 234, 0.12) 0%, transparent 35%);
  backdrop-filter: blur(50px);
  z-index: 1;
  animation: bgShift 15s ease-in-out infinite;
}

/* Animated gradient shift */
@keyframes bgShift {

  0%,
  100% {
    background:
      radial-gradient(circle at 15% 25%, rgba(102, 126, 234, 0.2) 0%, transparent 35%),
      radial-gradient(circle at 85% 75%, rgba(118, 75, 162, 0.15) 0%, transparent 40%),
      radial-gradient(circle at 50% 50%, rgba(102, 126, 234, 0.08) 0%, transparent 55%),
      radial-gradient(circle at 25% 75%, rgba(118, 75, 162, 0.1) 0%, transparent 30%),
      radial-gradient(circle at 75% 25%, rgba(102, 126, 234, 0.12) 0%, transparent 35%);
  }

  25% {
    background:
      radial-gradient(circle at 20% 35%, rgba(102, 126, 234, 0.22) 0%, transparent 38%),
      radial-gradient(circle at 80% 70%, rgba(118, 75, 162, 0.18) 0%, transparent 42%),
      radial-gradient(circle at 55% 45%, rgba(102, 126, 234, 0.1) 0%, transparent 58%),
      radial-gradient(circle at 30% 70%, rgba(118, 75, 162, 0.12) 0%, transparent 32%),
      radial-gradient(circle at 70% 30%, rgba(102, 126, 234, 0.14) 0%, transparent 37%);
  }

  50% {
    background:
      radial-gradient(circle at 25% 45%, rgba(102, 126, 234, 0.25) 0%, transparent 40%),
      radial-gradient(circle at 75% 65%, rgba(118, 75, 162, 0.2) 0%, transparent 45%),
      radial-gradient(circle at 50% 55%, rgba(102, 126, 234, 0.12) 0%, transparent 60%),
      radial-gradient(circle at 35% 65%, rgba(118, 75, 162, 0.15) 0%, transparent 35%),
      radial-gradient(circle at 65% 35%, rgba(102, 126, 234, 0.16) 0%, transparent 40%);
  }

  75% {
    background:
      radial-gradient(circle at 18% 30%, rgba(102, 126, 234, 0.23) 0%, transparent 36%),
      radial-gradient(circle at 82% 72%, rgba(118, 75, 162, 0.17) 0%, transparent 41%),
      radial-gradient(circle at 52% 48%, rgba(102, 126, 234, 0.09) 0%, transparent 56%),
      radial-gradient(circle at 28% 72%, rgba(118, 75, 162, 0.11) 0%, transparent 31%),
      radial-gradient(circle at 72% 28%, rgba(102, 126, 234, 0.13) 0%, transparent 36%);
  }
}

/* Animated mesh background pattern */
.fc-hero-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    /* Horizontal lines */
    repeating-linear-gradient(0deg,
      rgba(102, 126, 234, 0.02) 0px,
      rgba(102, 126, 234, 0.02) 1px,
      transparent 1px,
      transparent 80px),
    /* Vertical lines */
    repeating-linear-gradient(90deg,
      rgba(102, 126, 234, 0.02) 0px,
      rgba(102, 126, 234, 0.02) 1px,
      transparent 1px,
      transparent 80px);
  animation: meshMove 30s linear infinite;
  pointer-events: none;
}

@keyframes meshMove {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(80px, 80px);
  }
}

/* Animated floating light orbs */
.fc-hero-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(102, 126, 234, 0.1) 0%, transparent 25%),
    radial-gradient(circle at 90% 80%, rgba(118, 75, 162, 0.08) 0%, transparent 25%),
    radial-gradient(circle at 50% 10%, rgba(102, 126, 234, 0.08) 0%, transparent 20%),
    radial-gradient(circle at 10% 90%, rgba(118, 75, 162, 0.06) 0%, transparent 25%),
    radial-gradient(circle at 90% 10%, rgba(102, 126, 234, 0.07) 0%, transparent 20%);
  animation: orbFloat 20s ease-in-out infinite;
  pointer-events: none;
}

@keyframes orbFloat {

  0%,
  100% {
    background:
      radial-gradient(circle at 10% 20%, rgba(102, 126, 234, 0.1) 0%, transparent 25%),
      radial-gradient(circle at 90% 80%, rgba(118, 75, 162, 0.08) 0%, transparent 25%),
      radial-gradient(circle at 50% 10%, rgba(102, 126, 234, 0.08) 0%, transparent 20%),
      radial-gradient(circle at 10% 90%, rgba(118, 75, 162, 0.06) 0%, transparent 25%),
      radial-gradient(circle at 90% 10%, rgba(102, 126, 234, 0.07) 0%, transparent 20%);
  }

  25% {
    background:
      radial-gradient(circle at 15% 25%, rgba(102, 126, 234, 0.12) 0%, transparent 28%),
      radial-gradient(circle at 85% 75%, rgba(118, 75, 162, 0.1) 0%, transparent 27%),
      radial-gradient(circle at 55% 15%, rgba(102, 126, 234, 0.1) 0%, transparent 23%),
      radial-gradient(circle at 15% 85%, rgba(118, 75, 162, 0.08) 0%, transparent 27%),
      radial-gradient(circle at 85% 15%, rgba(102, 126, 234, 0.09) 0%, transparent 23%);
  }

  50% {
    background:
      radial-gradient(circle at 20% 30%, rgba(102, 126, 234, 0.14) 0%, transparent 30%),
      radial-gradient(circle at 80% 70%, rgba(118, 75, 162, 0.12) 0%, transparent 30%),
      radial-gradient(circle at 50% 20%, rgba(102, 126, 234, 0.12) 0%, transparent 25%),
      radial-gradient(circle at 20% 80%, rgba(118, 75, 162, 0.1) 0%, transparent 30%),
      radial-gradient(circle at 80% 20%, rgba(102, 126, 234, 0.11) 0%, transparent 25%);
  }

  75% {
    background:
      radial-gradient(circle at 12% 22%, rgba(102, 126, 234, 0.11) 0%, transparent 26%),
      radial-gradient(circle at 88% 78%, rgba(118, 75, 162, 0.09) 0%, transparent 26%),
      radial-gradient(circle at 52% 12%, rgba(102, 126, 234, 0.09) 0%, transparent 22%),
      radial-gradient(circle at 12% 88%, rgba(118, 75, 162, 0.07) 0%, transparent 26%),
      radial-gradient(circle at 88% 12%, rgba(102, 126, 234, 0.08) 0%, transparent 22%);
  }
}

/* Floating Elements - Enhanced */
.fc-hero-float {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  z-index: 0;
  filter: blur(60px);
}

.fc-float-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #667eea, #764ba2);
  top: -10%;
  right: -5%;
  animation: float-orb-1 12s ease-in-out infinite;
  box-shadow: 0 0 80px rgba(102, 126, 234, 0.6);
}

.fc-float-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, #764ba2, #667eea);
  bottom: -15%;
  left: -5%;
  animation: float-orb-2 14s ease-in-out infinite;
  box-shadow: 0 0 70px rgba(118, 75, 162, 0.5);
}

.fc-float-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #667eea, transparent);
  top: 20%;
  right: 10%;
  animation: float-orb-3 16s ease-in-out infinite;
  box-shadow: 0 0 60px rgba(102, 126, 234, 0.4);
}

@keyframes float-orb-1 {

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

  25% {
    transform: translate(-40px, 40px) scale(1.1);
    opacity: 0.2;
  }

  50% {
    transform: translate(0, 80px) scale(1.15);
    opacity: 0.18;
  }

  75% {
    transform: translate(40px, 40px) scale(1.1);
    opacity: 0.2;
  }
}

@keyframes float-orb-2 {

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

  25% {
    transform: translate(40px, -40px) scale(1.08);
    opacity: 0.18;
  }

  50% {
    transform: translate(0, -80px) scale(1.2);
    opacity: 0.2;
  }

  75% {
    transform: translate(-40px, -40px) scale(1.08);
    opacity: 0.18;
  }
}

@keyframes float-orb-3 {

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

  25% {
    transform: translate(30px, 30px) scale(0.95);
    opacity: 0.18;
  }

  50% {
    transform: translate(-30px, 60px) scale(1.05);
    opacity: 0.2;
  }

  75% {
    transform: translate(-30px, 30px) scale(0.95);
    opacity: 0.18;
  }
}

/* Hero Content */
.fc-hero-content {
  animation: slideInLeft 0.8s ease-out;
  z-index: 2;
  position: relative;
}

/* Hero Badge */
.fc-hero-badge {
  display: inline-block;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.1) 100%);
  border: 1px solid rgba(102, 126, 234, 0.4);
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #a8b8ff;
  backdrop-filter: blur(15px);
  animation: fadeInUp 0.8s ease-out 0.1s both;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 8px 30px rgba(102, 126, 234, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.fc-hero-badge:hover {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.35) 0%, rgba(118, 75, 162, 0.2) 100%);
  border-color: rgba(102, 126, 234, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(102, 126, 234, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.fc-hero-badge span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Hero Title */
.fc-hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: fadeInUp 0.8s ease-out 0.2s both;
  letter-spacing: -1px;
}

/* Hero Subtitle */
.fc-hero-subtitle {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #cbd5e1;
  max-width: 500px;
  animation: fadeInUp 0.8s ease-out 0.3s both;
  font-weight: 400;
}

/* Hero CTA */
.fc-hero-cta {
  animation: fadeInUp 0.8s ease-out 0.4s both;
  margin-top: 2rem;
}

/* Modern Button Styling */
.fc-btn {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  gap: 0.5rem;
}

/* Primary Button */
.fc-btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  box-shadow: 0 8px 30px rgba(102, 126, 234, 0.3);
}

.fc-btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.fc-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.5);
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.fc-btn-primary:hover::before {
  left: 100%;
}

/* Secondary Button */
.fc-btn-secondary {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
  border: 2px solid rgba(102, 126, 234, 0.3);
  backdrop-filter: blur(10px);
}

.fc-btn-secondary:hover {
  color: white;
  border-color: #667eea;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.4);
  transform: translateY(-3px);
}

/* Hero Stats */
.fc-hero-stats {
  animation: fadeInUp 0.8s ease-out 0.5s both;
}

.fc-stat {
  text-align: left;
}

.fc-stat-number {
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.25rem;
}

.fc-stat-label {
  font-size: 0.9rem;
  color: #bdbdbd;
  margin: 0;
  font-weight: 500;
}

/* Hero Image */
.fc-hero-image {
  animation: slideInRight 0.8s ease-out;
  z-index: 2;
}

.fc-hero-image-wrapper {
  position: relative;
  display: inline-block;
  perspective: 1000px;
}

/* Fixed Hero Image */
.fc-hero-img-fixed {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 50px rgba(102, 126, 234, 0.3));
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}

.fc-hero-image-wrapper:hover .fc-hero-img-fixed {
  filter: drop-shadow(0 30px 60px rgba(102, 126, 234, 0.5));
}

/* Bubble Effects */
.fc-bubble {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.4), rgba(102, 126, 234, 0.2));
  border: 1px solid rgba(102, 126, 234, 0.3);
  box-shadow: inset -2px -2px 5px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  z-index: 1;
}

.fc-bubble-1 {
  width: 80px;
  height: 80px;
  top: 10%;
  right: 5%;
  animation: bubble-float-1 6s ease-in-out infinite;
  box-shadow:
    inset -2px -2px 5px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(102, 126, 234, 0.4);
}

.fc-bubble-2 {
  width: 60px;
  height: 60px;
  top: 30%;
  left: 5%;
  animation: bubble-float-2 7s ease-in-out infinite;
  box-shadow:
    inset -2px -2px 5px rgba(0, 0, 0, 0.2),
    0 0 15px rgba(118, 75, 162, 0.35);
}

.fc-bubble-3 {
  width: 100px;
  height: 100px;
  bottom: 15%;
  right: 8%;
  animation: bubble-float-3 8s ease-in-out infinite;
  box-shadow:
    inset -2px -2px 5px rgba(0, 0, 0, 0.2),
    0 0 25px rgba(102, 126, 234, 0.3);
}

.fc-bubble-4 {
  width: 50px;
  height: 50px;
  top: 50%;
  right: 15%;
  animation: bubble-float-4 5.5s ease-in-out infinite;
  box-shadow:
    inset -2px -2px 5px rgba(0, 0, 0, 0.2),
    0 0 12px rgba(118, 75, 162, 0.4);
}

.fc-bubble-5 {
  width: 70px;
  height: 70px;
  bottom: 25%;
  left: 8%;
  animation: bubble-float-5 6.5s ease-in-out infinite;
  box-shadow:
    inset -2px -2px 5px rgba(0, 0, 0, 0.2),
    0 0 18px rgba(102, 126, 234, 0.35);
}

/* Bubble Animations */
@keyframes bubble-float-1 {

  0%,
  100% {
    transform: translateY(0px) translateX(0px) scale(1);
  }

  25% {
    transform: translateY(-20px) translateX(10px) scale(1.05);
  }

  50% {
    transform: translateY(-40px) translateX(-5px) scale(1.1);
  }

  75% {
    transform: translateY(-20px) translateX(15px) scale(1.05);
  }
}

@keyframes bubble-float-2 {

  0%,
  100% {
    transform: translateY(0px) translateX(0px) scale(1);
  }

  25% {
    transform: translateY(15px) translateX(-10px) scale(0.95);
  }

  50% {
    transform: translateY(30px) translateX(5px) scale(1.08);
  }

  75% {
    transform: translateY(15px) translateX(-15px) scale(0.95);
  }
}

@keyframes bubble-float-3 {

  0%,
  100% {
    transform: translateY(0px) translateX(0px) scale(1);
  }

  25% {
    transform: translateY(-25px) translateX(-8px) scale(1.08);
  }

  50% {
    transform: translateY(-50px) translateX(10px) scale(1.15);
  }

  75% {
    transform: translateY(-25px) translateX(-12px) scale(1.08);
  }
}

@keyframes bubble-float-4 {

  0%,
  100% {
    transform: translateY(0px) translateX(0px) scale(1);
  }

  25% {
    transform: translateY(10px) translateX(8px) scale(0.9);
  }

  50% {
    transform: translateY(20px) translateX(-6px) scale(1.05);
  }

  75% {
    transform: translateY(10px) translateX(10px) scale(0.9);
  }
}

@keyframes bubble-float-5 {

  0%,
  100% {
    transform: translateY(0px) translateX(0px) scale(1);
  }

  25% {
    transform: translateY(-15px) translateX(12px) scale(1.03);
  }

  50% {
    transform: translateY(-35px) translateX(-8px) scale(1.1);
  }

  75% {
    transform: translateY(-15px) translateX(15px) scale(1.03);
  }
}

/* ============================================
   MODERN ABOUT US SECTION - IMPROVED
   ============================================ */

#about-us {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 50%, #f0f4ff 100%);
  padding: 80px 0 !important;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  #about-us {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

#about-us::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.15), transparent);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
  z-index: 0;
}

#about-us::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.1), transparent);
  border-radius: 50%;
  animation: float 10s ease-in-out infinite reverse;
  z-index: 0;
}

/* About Content Container */
#about-us .row {
  position: relative;
  z-index: 1;
  align-items: center;
}

/* Image Column */
#about-us .col-lg-5 {
  animation: slideInLeft 0.8s ease-out;
}

.about-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  aspect-ratio: 4/3;
}

.about-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 1.5rem;
  box-shadow: 0 20px 60px rgba(102, 126, 234, 0.25);
  border: 2px solid rgba(102, 126, 234, 0.1);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.about-image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0) 0%, rgba(102, 126, 234, 0.05) 100%);
  border-radius: 1.5rem;
  z-index: 1;
  transition: all 0.3s ease;
}

.about-image-wrapper:hover .about-image {
  transform: scale(1.05);
  box-shadow: 0 30px 80px rgba(102, 126, 234, 0.35);
  border-color: rgba(102, 126, 234, 0.3);
}

.about-image-wrapper:hover::before {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0) 0%, rgba(102, 126, 234, 0.1) 100%);
}

/* Text Column */
#about-us .col-lg-7 {
  animation: slideInRight 0.8s ease-out;
}

#about-us h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
  position: relative;
  display: inline-block;
}

#about-us h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 2px;
  animation: expandWidth 0.8s ease-out 0.3s both;
}

#about-us .lead {
  font-size: 1.15rem;
  color: #1a1f3a;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 1.5rem;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

#about-us .text-muted {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.9;
  margin-bottom: 2rem;
  animation: fadeInUp 0.8s ease-out 0.3s both;
}

section strong {
  color: #667eea;
  font-weight: 700;
}

/* CTA Button */
.collab-btn {
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

..btn-gradient {
  display: inline-flex;
  align-items: center;
  padding: 1.1rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(135deg, var(--theme-primary) 0%, var(--theme-primary-dark) 100%);
  color: var(--theme-text-on-primary);
  border: none;
  border-radius: 0.75rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(29, 121, 255, 0.3);
  letter-spacing: 0.5px;
  gap: 0.5rem;
}

.btn-gradient::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.btn-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(29, 121, 255, 0.5);
  background: linear-gradient(135deg, var(--theme-primary-dark) 0%, var(--theme-primary) 100%);
}

.btn-gradient:hover::before {
  left: 100%;
}

/* Services Cards */
.services-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.service-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  border: 1px solid rgba(102, 126, 234, 0.15);
  border-radius: 1.1rem;
  padding: 1.5rem;
  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.08);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #667eea, #764ba2, transparent);
  transition: left 0.5s ease;
}

.service-card:hover {
  border-color: #667eea;
  box-shadow: 0 18px 50px rgba(102, 126, 234, 0.18);
  transform: translateY(-6px);
}

.service-card:hover::before {
  left: 100%;
}

.service-card .hover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(26, 31, 58, 0.92));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 2;
}

.service-card:hover .hover-overlay {
  transform: translateY(0);
}

.service-card .hover-overlay p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.btn-gradient.btn-sm {
  padding: 0.65rem 1.2rem;
  font-size: 0.9rem;
}

.service-icon i {
  font-size: 1.25rem;
}

/* Common service block (id="common-service-block") */
#common-service-block {
  position: relative;
  padding: 2.5rem 2.25rem;
  border-radius: 22px;
  /* background: linear-gradient(135deg, #ffffff 0%, #f8fbff 50%, #f4f7ff 100%); */
  border: 1px solid rgba(102, 126, 234, 0.15);
  box-shadow: 0 14px 40px rgba(102, 126, 234, 0.14);
  overflow: hidden;
  /* color: #0f172a; */
}

#common-service-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 18%, rgba(102, 126, 234, 0.12), transparent 40%),
    radial-gradient(circle at 86% -4%, rgba(118, 75, 162, 0.10), transparent 35%);
  pointer-events: none;
}

#common-service-block .service-lede {
  position: relative;
  max-width: 760px;
  display: grid;
  gap: 0.7rem;
  margin-bottom: 1.75rem;
}

#common-service-block .lede-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: max-content;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(102, 126, 234, 0.25);
  background: rgba(102, 126, 234, 0.08);
  color: #2f3b66;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}

#common-service-block h2 {
  margin: 0;
  font-size: clamp(1.85rem, 2.5vw, 2.6rem);
  line-height: 1.22;
  color: #ffffff;
}

#common-service-block .lede-copy {
  margin: 0;
  color: #c8dbf6;
  font-size: 1rem;
  max-width: 660px;
}

#common-service-block .service-tiles {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.1rem;
  z-index: 1;
}

#common-service-block .service-tile {
  position: relative;
  padding: 1.25rem 1.15rem;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff 0%, #f7f9ff 100%);
  border: 1px solid rgba(102, 126, 234, 0.16);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

#common-service-block .service-tile:hover {
  transform: translateY(-6px);
  border-color: rgba(102, 126, 234, 0.28);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.14);
  background: linear-gradient(145deg, #ffffff 0%, #eef2ff 100%);
}

#common-service-block .service-icon-bubble {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(102, 126, 234, 0.08);
  color: inherit;
  margin-bottom: 0.55rem;
  font-size: 1.2rem;
}

#common-service-block .service-meta {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.3rem;
  color: #475569;
  font-size: 0.94rem;
}

#common-service-block .service-tag {
  display: inline-block;
  padding: 0.14rem 0.55rem;
  border-radius: 999px;
  background: rgba(102, 126, 234, 0.12);
  border: 1px solid rgba(102, 126, 234, 0.16);
  color: #2f3b66;
}

#common-service-block h3 {
  margin: 0.25rem 0;
  color: #0f172a;
  font-size: 1.12rem;
}

#common-service-block p {
  margin: 0 0 0.65rem;
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.55;
}

#common-service-block .service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #0051ff;
  font-weight: 700;
  text-decoration: none;
  transition: color 170ms ease, gap 170ms ease;
}

#common-service-block .service-link:hover {
  color: #003cb8;
  gap: 0.55rem;
}

@media (max-width: 768px) {
  #common-service-block {
    padding: 2rem 1.35rem;
    border-radius: 18px;
  }

  #common-service-block .service-tiles {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

/* Testimonials */
.swiper.testimonials-swiper.swiper-initialized.swiper-horizontal {
  padding-top: 10px;
}
.testimonials {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 50%, #f0f4ff 100%);
  padding: 90px 0 !important;
  overflow: hidden;
  width: 100%;
  max-height: 550px;
  min-width: 0;
}
.swiper.testimonials-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  height: 335px;
}
.testimonials::before,
.testimonials::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.22;
}

.testimonials::before {
  width: 380px;
  height: 380px;
  top: -20%;
  left: -8%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.35), transparent);
  animation: float 12s ease-in-out infinite;
}

.testimonials::after {
  width: 320px;
  height: 320px;
  bottom: -25%;
  right: -6%;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.28), transparent);
  animation: float 14s ease-in-out infinite reverse;
}

.testimonial-card {
  background: #fff;
  border: 1px solid rgba(102, 126, 234, 0.15);
  border-radius: 1.1rem;
  padding: 1.5rem;
  box-shadow: 0 16px 40px rgba(102, 126, 234, 0.12);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  /* max-width: 500px; */
  margin: 0 auto;
  /* min-height: 340px; */
  justify-content: space-between;
  align-items: flex-start;
}

.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #667eea, #764ba2, transparent);
  transition: left 0.5s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  border-color: #667eea;
  box-shadow: 0 22px 60px rgba(102, 126, 234, 0.18);
}

.testimonial-card:hover::before {
  left: 100%;
}

.quote-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(102, 126, 234, 0.12);
  font-size: 1.4rem;
}

.testimonial-text {
  font-size: 0.98rem;
  line-height: 1.8;
  color: #475569;
  margin: 0;
  flex: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.testimonial-author img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(102, 126, 234, 0.25);
}

.testimonial-author strong {
  color: #0f172a;
  display: block;
}

.testimonial-author small {
  color: #64748b;
  display: block;
  margin-top: 2px;
}

/* Swiper pagination tweaks */
.swiper-testimonials .swiper-pagination-bullet {
  background: rgba(102, 126, 234, 0.3);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 4px !important;
  transition: all 0.3s ease;
}

.swiper-testimonials .swiper-pagination-bullet-active {
  background: linear-gradient(135deg, #667eea, #764ba2);
  width: 22px;
  border-radius: 999px;
}

/* Responsive Testimonials */
@media (max-width: 768px) {
  .testimonials {
    padding: 70px 0 !important;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
  .swiper-testimonials {
    max-width: 98vw;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .testimonial-card {
    padding: 1.25rem;
  }
}

@media (max-width: 576px) {
  .testimonials {
    padding: 60px 0 !important;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
  }
  .swiper-testimonials {
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
  .testimonial-card {
    gap: 0.75rem;
  }
  .testimonial-text {
    font-size: 0.95rem;
  }
}

/* ============================================
   MODERN NAVIGATION BAR - FIXED
   ============================================ */

.fc-navbar {
  height: 70px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1030;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(0, 0, 0, 0.95) 100%);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(102, 126, 234, 0.15);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.fc-navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.5), transparent);
}

.fc-navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 1.5rem;
  max-width: 100%;
}

/* Brand/Logo */
.fc-navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  z-index: 1035;
}

.fc-brand-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fc-brand-link:hover {
  transform: scale(1.05);
}

.fc-brand-logo {
  height: 50px;
  width: auto;
  transition: all 0.3s ease;
}

.fc-brand-link:hover .fc-brand-logo {
  filter: brightness(1.1);
}

/* Desktop Navigation Menu */
.fc-navbar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex: 1;
  justify-content: center;
}

.fc-nav-item {
  margin: 0;
  position: relative;
}

.fc-nav-link {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  color: #e2e8f0;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  letter-spacing: 0.3px;
}

.fc-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0.5rem;
  left: 1.25rem;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  transition: width 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 1px;
}

.fc-nav-link:hover {
  color: #667eea;
}

.fc-nav-link:hover::after {
  width: calc(100% - 2.5rem);
}

/* Hamburger Menu Button */

.fc-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  position: relative;
  z-index: 1035;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.fc-menu-toggle:hover {
  background: rgba(102, 126, 234, 0.1);
  border-radius: 0.5rem;
}

.fc-menu-toggle span {
  width: 25px;
  height: 2.5px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: block;
}

.accordion-collapse.collapse.show {
  visibility: visible;
}

.fc-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
}

.fc-menu-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}

.fc-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(1px, -1px);
}

/* Mobile Menu Overlay */
.fc-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  z-index: 1031;
  transition: all 0.3s ease;
  pointer-events: none;
}

.fc-menu-overlay.active {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  pointer-events: auto;
}

/* Responsive - Mobile Menu */
@media (max-width: 991px) {
  .fc-navbar-container {
    padding: 0 1rem;
  }

  .fc-menu-toggle {
    display: flex;
  }

  .fc-navbar-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #0f172a 0%, #1a1f3a 100%);
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    padding: 5rem 1.5rem 2rem;
    margin: 0;
    transform: translateX(100%);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow-y: auto;
    border-left: 1px solid rgba(102, 126, 234, 0.2);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.3);
    z-index: 1033;
  }

  .fc-navbar-menu.active {
    transform: translateX(0);
  }

  .fc-nav-item {
    width: 100%;
    margin-bottom: 0;
  }

  .fc-nav-link {
    width: 100%;
    padding: 1rem 1rem;
    font-size: 1rem;
    border-radius: 0.75rem;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
  }

  .fc-nav-link::after {
    display: none;
  }

  .fc-nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 0.75rem;
    z-index: -1;
    transition: width 0.3s ease;
  }

  .fc-nav-link:hover {
    padding-left: 1.5rem;
    color: #667eea;
  }

  .fc-nav-link:hover::before {
    width: 100%;
  }

  .fc-menu-overlay {
    display: block;
  }
}

@media (max-width: 768px) {
  .fc-navbar-menu {
    width: 100vw;
  }

  .fc-nav-link {
    font-size: 0.95rem;
    padding: 0.9rem 0.9rem;
  }
}

@media (max-width: 576px) {
  .fc-navbar {
    height: 60px;
  }

  .fc-navbar-container {
    padding: 0 1rem;
  }

  .fc-brand-logo {
    height: 45px;
  }

  .fc-navbar-menu {
    top: 60px;
    height: calc(100vh - 60px);
    padding: 1.5rem 1rem;
    width: 100vw;
  }

  .fc-menu-overlay {
    top: 60px;
    height: calc(100vh - 60px);
  }

  .fc-menu-toggle {
    width: 36px;
    height: 36px;
    gap: 5px;
  }

  .fc-menu-toggle span {
    width: 22px;
    height: 2px;
  }

  .fc-nav-item {
    margin-bottom: 0;
  }

  .fc-nav-link {
    padding: 0.85rem 0.8rem;
    font-size: 0.9rem;
  }
}

/* Scrollbar styling for mobile menu */
.fc-navbar-menu::-webkit-scrollbar {
  width: 4px;
}

.fc-navbar-menu::-webkit-scrollbar-track {
  background: rgba(102, 126, 234, 0.05);
}

.fc-navbar-menu::-webkit-scrollbar-thumb {
  background: rgba(102, 126, 234, 0.3);
  border-radius: 2px;
}

.fc-navbar-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(102, 126, 234, 0.5);
}

/* ============================================
   FOOTER STYLES - MODERN & BEAUTIFUL - FIXED
   ============================================ */

.fc-footer {
  background: linear-gradient(135deg, #0f172a 0%, #1a1f3a 50%, #0f172a 100%);
  color: #e2e8f0;
  padding: 4.5rem 0 2rem;
  margin-top: 6rem;
  position: relative;
  overflow: hidden;
}

.fc-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #667eea 20%, #764ba2 50%, #667eea 80%, transparent);
  box-shadow: 0 0 30px rgba(102, 126, 234, 0.5);
}

/* Footer Brand Section */
.fc-footer-brand {
  animation: fadeInUp 0.6s ease-out;
}

.fc-logo-footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 800;
}

.fc-logo-icon-footer {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 900;
  font-size: 1.1rem;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  transition: all 0.3s ease;
}

.fc-logo-footer:hover .fc-logo-icon-footer {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.5);
}

.fc-logo-text-footer {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.5px;
}

.fc-footer-desc {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #cbd5e1;
  margin-bottom: 1.75rem;
  max-width: 280px;
}

/* Social Icons */
.fc-social-footer {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.fc-social-link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
  border-radius: 0.625rem;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid rgba(102, 126, 234, 0.2);
  position: relative;
  overflow: hidden;
}

.fc-social-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(102, 126, 234, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s, height 0.5s;
  z-index: -1;
}

.fc-social-link:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.4);
  border-color: #667eea;
}

.fc-social-link:hover::before {
  width: 100px;
  height: 100px;
}

/* Footer Column Title */
.fc-footer-title {
  font-size: 1rem;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 1.75rem;
  position: relative;
  padding-bottom: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.fc-footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 3px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 2px;
  transition: width 0.4s ease;
}

.fc-footer-title:hover::after {
  width: 70px;
}

/* Footer Links */
.fc-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fc-footer-links li {
  margin-bottom: 0.9rem;
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.fc-footer-links li:hover {
  transform: translateX(4px);
}

.fc-footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.fc-footer-links a::before {
  content: '';
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  transition: width 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  margin-right: -4px;
}

.fc-footer-links a:hover {
  color: #667eea;
}

.fc-footer-links a:hover::before {
  width: 8px;
  margin-right: 0;
}

/* Contact Info */
.fc-contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.fc-contact-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  transition: all 0.3s ease;
  padding: 0.75rem;
  border-radius: 0.5rem;
  margin: -0.75rem;
}

.fc-contact-item:hover {
  background: rgba(102, 126, 234, 0.05);
}

.fc-contact-item i {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(102, 126, 234, 0.15);
  color: #667eea;
  border-radius: 0.5rem;
  font-size: 1rem;
  margin-top: 0;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.fc-contact-item:hover i {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  transform: scale(1.15) rotate(-5deg);
}

.fc-contact-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #f1f5f9;
  margin: 0 0 0.35rem 0;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.fc-contact-item p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #cbd5e1;
}

.fc-contact-item a {
  color: #667eea;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.fc-contact-item a:hover {
  color: #764ba2;
}

/* Footer Bottom */
.fc-footer-bottom {
  border-top: 1px solid rgba(102, 126, 234, 0.2);
  padding-top: 2rem;
  margin-top: 3rem;
}

.fc-footer-copyright {
  margin: 0;
  font-size: 0.85rem;
  color: #94a3b8;
  transition: all 0.3s ease;
}

.fc-footer-copyright:hover {
  color: #cbd5e1;
}

.fc-footer-bottom-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.fc-footer-bottom-links li {
  margin: 0;
  position: relative;
}

.fc-footer-bottom-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 0.25rem;
}

.fc-footer-bottom-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.fc-footer-bottom-links a:hover {
  color: #667eea;
}

.fc-footer-bottom-links a:hover::after {
  width: 100%;
}

/* Responsive Footer */
@media (max-width: 1024px) {
  .fc-footer {
    padding: 3.5rem 0 2rem;
    margin-top: 4rem;
  }

  .fc-footer-title {
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
  }

  .fc-contact-info {
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .fc-footer {
    padding: 3rem 0 1.5rem;
    margin-top: 3rem;
  }

  .fc-footer-title {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
  }

  .fc-footer-title::after {
    width: 35px;
  }

  .fc-contact-info {
    gap: 1.25rem;
  }

  .fc-footer-bottom-links {
    gap: 1.5rem;
  }

  .fc-social-footer {
    gap: 0.75rem;
  }

  .fc-social-link {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .fc-footer {
    padding: 2.5rem 0 1rem;
  }

  .fc-logo-footer {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .fc-logo-icon-footer {
    width: 40px;
    height: 40px;
    font-size: 0.95rem;
  }

  .fc-footer-title {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }

  .fc-footer-links a,
  .fc-contact-item p,
  .fc-footer-copyright {
    font-size: 0.8rem;
  }

  .fc-footer-bottom-links {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }

  .row.align-items-center {
    text-align: center;
  }

  .text-md-start {
    text-align: center !important;
  }

  .text-md-end {
    text-align: center !important;
  }
}

@media (max-width: 375px) {
  .fc-footer {
    padding: 2rem 0 0.75rem;
  }

  .fc-footer-desc {
    font-size: 0.85rem;
    max-width: 100%;
  }

  .fc-social-footer {
    gap: 0.5rem;
  }

  .fc-social-link {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
  }

  .fc-contact-item {
    gap: 0.75rem;
    padding: 0.5rem;
  }

  .fc-contact-item i {
    width: 28px;
    height: 28px;
    font-size: 0.85rem;
  }
}

/* ============================================
   WHY CHOOSE US SECTION - UPDATED STYLES
   ============================================ */

/* Why Choose Us */
.why-choose-steps {
  position: relative;
  background: radial-gradient(circle at 10% 20%, rgba(102, 126, 234, 0.08), transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(118, 75, 162, 0.08), transparent 45%),
    linear-gradient(135deg, #ffffff 0%, #f8faff 50%, #f0f4ff 100%);
  overflow: hidden;
}

.why-choose-steps::before,
.why-choose-steps::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.18;
}

.why-choose-steps::before {
  width: 320px;
  height: 320px;
  top: -15%;
  right: -8%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.28), transparent);
  animation: float 12s ease-in-out infinite;
}

.why-choose-steps::after {
  width: 300px;
  height: 300px;
  bottom: -18%;
  left: -10%;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.22), transparent);
  animation: float 14s ease-in-out infinite reverse;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.why-card {
  background: #fff;
  border: 1px solid rgba(102, 126, 234, 0.12);
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: 0 16px 40px rgba(102, 126, 234, 0.12);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

.why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #667eea, #764ba2, transparent);
  transition: left 0.45s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  border-color: #667eea;
  box-shadow: 0 20px 60px rgba(102, 126, 234, 0.18);
}

.why-card:hover::before {
  left: 100%;
}

.why-card h5 {
  margin: 0.5rem 0 0.35rem 0;
  color: #0f172a;
  font-weight: 700;
  font-size: 1.05rem;
}

.why-card p {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
  font-size: 0.95rem;
}

.why-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 991px) {
  .why-choose-steps {
    padding: 70px 0 !important;
  }
}

@media (max-width: 576px) {
  .why-choose-steps {
    padding: 60px 0 !important;
  }

  .why-card {
    padding: 1rem;
  }

  .why-card p {
    font-size: 0.9rem;
  }
}

/* Get Quote Section */
.get-quote-section {
  position: relative;
  padding: 80px 0 !important;
  /* background: radial-gradient(circle at 15% 30%, rgba(102,126,234,0.12), transparent 45%),
              radial-gradient(circle at 85% 70%, rgba(118,75,162,0.1), transparent 40%),
              linear-gradient(135deg, #0f172a 0%, #141d35 50%, #0f172a 100%); */
  overflow: hidden;
}

.get-quote-section::before,
.get-quote-section::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.25;
}

.get-quote-section::before {
  width: 420px;
  height: 420px;
  top: -18%;
  right: -12%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.35), transparent);
  animation: float 14s ease-in-out infinite;
}

.get-quote-section::after {
  width: 360px;
  height: 360px;
  bottom: -22%;
  left: -10%;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.28), transparent);
  animation: float 16s ease-in-out infinite reverse;
}

.quote-card {
  position: relative;
  z-index: 1;
  padding: 28px 32px;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  color: #fff;
}

.quote-card h3 {
  font-weight: 800;
  letter-spacing: -0.5px;
}

.btn-ghost-light {
  padding: 0.95rem 1.6rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn-ghost-light:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

@media (max-width: 576px) {
  .get-quote-section {
    padding: 60px 0 !important;
  }

  .quote-card {
    padding: 22px 20px;
    text-align: center;
  }
}

/* Featured Project */
.featured-project {
  position: relative;
  background: linear-gradient(135deg, #f8faff 0%, #eef3ff 50%, #e9edff 100%);
  overflow: hidden;
}

.featured-project::before,
.featured-project::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.18;
}

.featured-project::before {
  width: 400px;
  height: 400px;
  top: -20%;
  left: -12%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.28), transparent);
  animation: float 14s ease-in-out infinite;
}

.featured-project::after {
  width: 360px;
  height: 360px;
  bottom: -22%;
  right: -10%;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.22), transparent);
  animation: float 16s ease-in-out infinite reverse;
}

.fp-card {
  position: relative;
  z-index: 1;
  padding: 2.5rem;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid rgba(102, 126, 234, 0.14);
  box-shadow: 0 24px 60px rgba(102, 126, 234, 0.12);
}

.fp-badge {
  display: inline-block;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: rgba(102, 126, 234, 0.12);
  color: #667eea;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.2px;
}

.fp-title {
  margin: 0.8rem 0 0.5rem 0;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.5px;
}

.fp-text {
  color: #475569;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.fp-list .fp-item {
  display: flex;
  align-items: center;
  color: #1f2937;
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.fp-media {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(102, 126, 234, 0.16);
  border: 1px solid rgba(102, 126, 234, 0.14);
  background: #0f172a;
}

.btn-ghost-light {
  padding: 0.95rem 1.6rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(102, 102, 102, 0.2);
  background: rgba(15, 23, 42, 0.06);
  color: #0f172a;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn-ghost-light:hover {
  border-color: #667eea;
  color: #667eea;
  background: rgba(102, 126, 234, 0.12);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.18);
}

@media (max-width: 991px) {
  .fp-card {
    padding: 2rem;
  }
}

@media (max-width: 576px) {
  .fp-card {
    padding: 1.5rem;
  }

  .fp-title {
    font-size: 1.4rem;
  }
}

/* Modern Technologies Section */
.technologies {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 50%, #eef3ff 100%);
  overflow: hidden;
}

.technologies::before,
.technologies::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.16;
}

.technologies::before {
  width: 360px;
  height: 360px;
  top: -18%;
  left: -10%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.28), transparent);
  animation: float 14s ease-in-out infinite;
}

.technologies::after {
  width: 320px;
  height: 320px;
  bottom: -20%;
  right: -8%;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.22), transparent);
  animation: float 16s ease-in-out infinite reverse;
}

.tech-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1rem;
}

.tech-card {
  background: #fff;
  border: 1px solid rgba(102, 126, 234, 0.12);
  border-radius: 1rem;
  padding: 1.25rem 1rem;
  text-align: center;
  box-shadow: 0 14px 40px rgba(102, 126, 234, 0.12);
  transition: all 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  height: 100%;
}

.tech-card i {
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}

.tech-card h6 {
  margin: 0 0 0.3rem 0;
  font-weight: 700;
  color: #0f172a;
}

.tech-card p {
  margin: 0;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.5;
}

.tech-card:hover {
  transform: translateY(-6px);
  border-color: #667eea;
  box-shadow: 0 20px 60px rgba(102, 126, 234, 0.16);
}

.tech-panels {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.tech-panel {
  background: #fff;
  border: 1px solid rgba(102, 126, 234, 0.12);
  border-radius: 1rem;
  padding: 1.3rem 1.1rem;
  box-shadow: 0 14px 40px rgba(102, 126, 234, 0.12);
  transition: all 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  height: 100%;
}

.tech-panel:hover {
  transform: translateY(-8px);
  border-color: #667eea;
  box-shadow: 0 24px 70px rgba(102, 126, 234, 0.16);
}

.tech-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.35rem;
  color: #64748b;
  font-size: 0.88rem;
}

.tech-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(102, 126, 234, 0.12);
  color: #667eea;
  font-weight: 700;
  font-size: 0.85rem;
}

.tech-panel h5 {
  margin: 0.35rem 0 0.4rem 0;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.3px;
}

.tech-panel p {
  margin: 0 0 0.8rem 0;
  color: #475569;
  line-height: 1.55;
  font-size: 0.95rem;
}

.tech-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.tech-pill {
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: #f1f5ff;
  color: #334155;
  border: 1px solid rgba(102, 126, 234, 0.15);
  font-size: 0.82rem;
  font-weight: 600;
}

/* ============================================
   OUR CORE VALUES (About page) - modern light theme
   ============================================ */
#our-core-values {
  position: relative;
  background: linear-gradient(135deg, #f7f9ff 0%, #ffffff 55%, #f6f0ff 100%);
  overflow: hidden;
}

#our-core-values::before,
#our-core-values::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.16;
}

#our-core-values::before {
  width: 360px;
  height: 360px;
  top: -18%;
  left: -12%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.28), transparent);
  animation: float 14s ease-in-out infinite;
}

#our-core-values::after {
  width: 320px;
  height: 320px;
  bottom: -20%;
  right: -10%;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.22), transparent);
  animation: float 16s ease-in-out infinite reverse;
}

#our-core-values .values-head .values-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  background: rgba(102, 126, 234, 0.12);
  color: #667eea;
  border: 1px solid rgba(102, 126, 234, 0.2);
}

#our-core-values .section-heading {
  color: #0f172a;
  font-weight: 800;
}

#our-core-values .section-description {
  color: #5f6a7d;
}

#our-core-values .values-stats .stat-card {
  background: #ffffff;
  border: 1px solid #e6eaf2;
  height: 100%;
  border-radius: 1rem;
  padding: 1.2rem 1.1rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

#our-core-values .stat-label {
  font-weight: 700;
  color: #475569;
  letter-spacing: .2px;
}

#our-core-values .stat-number {
  font-size: 1.8rem;
  font-weight: 800;
  color: #667eea;
}

#our-core-values .stat-text {
  margin: 0;
  color: #5f6a7d;
}

#our-core-values .values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 992px) {
  #our-core-values .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  #our-core-values .values-grid {
    grid-template-columns: 1fr;
  }
}

#our-core-values .value-card {
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 1rem;
  padding: 1.15rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

#our-core-values .value-card:hover {
  transform: translateY(-4px);
  border-color: #d7def0;
  box-shadow: 0 18px 38px rgba(102, 126, 234, 0.16);
}

#our-core-values .value-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 0.9rem;
  font-size: 1.1rem;
}

#our-core-values .value-icon.innovation {
  background: rgba(250, 204, 21, .14);
  color: #d97706;
}

#our-core-values .value-icon.collaboration {
  background: rgba(34, 197, 94, .14);
  color: #15803d;
}

#our-core-values .value-icon.integrity {
  background: rgba(59, 130, 246, .14);
  color: #1d4ed8;
}

#our-core-values .value-icon.excellence {
  background: rgba(236, 72, 153, .14);
  color: #be185d;
}

#our-core-values .value-icon.growth {
  background: rgba(14, 165, 233, .14);
  color: #0ea5e9;
}

#our-core-values .value-icon.support {
  background: rgba(107, 114, 128, .14);
  color: #4b5563;
}

#our-core-values .value-chip {
  display: inline-flex;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(102, 126, 234, 0.12);
  color: #4f46e5;
  font-weight: 700;
  font-size: 0.8rem;
  border: 1px solid rgba(102, 126, 234, 0.2);
  margin-bottom: 0.35rem;
}

#our-core-values h5 {
  margin: 0 0 0.2rem 0;
  font-weight: 800;
  color: #0f172a;
}

#our-core-values p {
  margin: 0;
  color: #5f6a7d;
  line-height: 1.6;
}

/* ============================================
   MISSION & VISION (About page)
   ============================================ */
#mission-vission {
  background: linear-gradient(135deg, #f7f9ff 0%, #ffffff 60%, #eef3ff 100%);
  position: relative;
  overflow: hidden;
}

#mission-vission::before,
#mission-vission::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.16;
}

#mission-vission::before {
  width: 340px;
  height: 340px;
  top: -18%;
  left: -10%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.28), transparent);
  animation: float 14s ease-in-out infinite;
}

#mission-vission::after {
  width: 300px;
  height: 300px;
  bottom: -18%;
  right: -8%;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.22), transparent);
  animation: float 16s ease-in-out infinite reverse;
}

#mission-vission .mv-head .mv-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  background: rgba(102, 126, 234, 0.12);
  color: #667eea;
  border: 1px solid rgba(102, 126, 234, 0.2);
}

#mission-vission .mv-head .section-heading {
  color: #0f172a;
  font-weight: 800;
}

#mission-vission .mv-head .section-description {
  color: #5f6a7d;
}

#mission-vission .mv-card {
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 1.15rem;
  padding: 1.5rem;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  height: 100%;
}

#mission-vission .mv-card:hover {
  transform: translateY(-4px);
  border-color: #d7def0;
  box-shadow: 0 18px 48px rgba(102, 126, 234, 0.16);
}

#mission-vission .mv-card .mv-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  background: rgba(102, 126, 234, 0.14);
  color: #4f46e5;
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}

#mission-vission .mv-card.vision .mv-icon {
  background: rgba(118, 75, 162, 0.14);
  color: #7c3aed;
}

#mission-vission .mv-chip {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(102, 126, 234, 0.12);
  color: #4f46e5;
  font-weight: 700;
  font-size: 0.82rem;
  border: 1px solid rgba(102, 126, 234, 0.2);
  margin-bottom: 0.4rem;
}

#mission-vission h3 {
  margin: 0 0 0.3rem 0;
  font-weight: 800;
  color: #0f172a;
}

#mission-vission p {
  margin: 0 0 0.8rem 0;
  color: #5f6a7d;
  line-height: 1.65;
}

#mission-vission .mv-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0.6rem 0 0.9rem;
}

#mission-vission .mv-stat {
  background: #f8f9ff;
  border: 1px solid #e6eaf2;
  border-radius: 0.75rem;
  padding: 0.7rem 0.65rem;
  text-align: center;
}

#mission-vission .mv-stat .stat-title {
  font-size: 0.82rem;
  color: #475569;
  font-weight: 700;
}

#mission-vission .mv-stat .stat-value {
  font-size: 1.05rem;
  font-weight: 800;
  color: #4f46e5;
}

#mission-vission .mv-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.35rem;
}

#mission-vission .mv-list li {
  display: flex;
  gap: 0.45rem;
  align-items: flex-start;
  color: #475569;
  line-height: 1.55;
}

#mission-vission .mv-list i {
  color: #22c55e;
  margin-top: 0.15rem;
}

@media (max-width: 576px) {
  #mission-vission .mv-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ============================================
   WHY CHOOSE US (About page)
   ============================================ */
#about-why-choose-us {
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 55%, #f3f2ff 100%);
  position: relative;
  overflow: hidden;
}

#about-why-choose-us::before,
#about-why-choose-us::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.14;
}

#about-why-choose-us::before {
  width: 320px;
  height: 320px;
  top: -16%;
  left: -10%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.24), transparent);
  animation: float 14s ease-in-out infinite;
}

#about-why-choose-us::after {
  width: 300px;
  height: 300px;
  bottom: -18%;
  right: -8%;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.2), transparent);
  animation: float 16s ease-in-out infinite reverse;
}

#about-why-choose-us .awc-head .awc-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  background: rgba(102, 126, 234, 0.12);
  color: #667eea;
  border: 1px solid rgba(102, 126, 234, 0.2);
}

#about-why-choose-us .section-heading {
  color: #0f172a;
  font-weight: 800;
}

#about-why-choose-us .section-description {
  color: #5f6a7d;
}

#about-why-choose-us .awc-highlight .awc-stat {
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 1rem;
  padding: 1.1rem 1rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

#about-why-choose-us .awc-stat .stat-label {
  font-weight: 700;
  color: #475569;
}

#about-why-choose-us .awc-stat .stat-value {
  font-size: 1.6rem;
  font-weight: 800;
  color: #4f46e5;
}

#about-why-choose-us .awc-stat .stat-note {
  margin: 0;
  color: #5f6a7d;
}

#about-why-choose-us .awc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 992px) {
  #about-why-choose-us .awc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  #about-why-choose-us .awc-grid {
    grid-template-columns: 1fr;
  }
}

#about-why-choose-us .awc-card {
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 1rem;
  padding: 1.15rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

#about-why-choose-us .awc-card:hover {
  transform: translateY(-4px);
  border-color: #d7def0;
  box-shadow: 0 18px 38px rgba(102, 126, 234, 0.16);
}

#about-why-choose-us .awc-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 0.9rem;
  font-size: 1.1rem;
  background: rgba(102, 126, 234, 0.14);
  color: #4f46e5;
}

#about-why-choose-us .awc-card:nth-child(2) .awc-icon {
  background: rgba(59, 130, 246, 0.14);
  color: #1d4ed8;
}

#about-why-choose-us .awc-card:nth-child(3) .awc-icon {
  background: rgba(250, 204, 21, 0.14);
  color: #d97706;
}

#about-why-choose-us .awc-card:nth-child(4) .awc-icon {
  background: rgba(34, 197, 94, 0.14);
  color: #15803d;
}

#about-why-choose-us .awc-card:nth-child(5) .awc-icon {
  background: rgba(14, 165, 233, 0.14);
  color: #0ea5e9;
}

#about-why-choose-us .awc-card:nth-child(6) .awc-icon {
  background: rgba(107, 114, 128, 0.14);
  color: #4b5563;
}

#about-why-choose-us .awc-chip {
  display: inline-flex;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  background: rgba(102, 126, 234, 0.12);
  color: #4f46e5;
  font-weight: 700;
  font-size: 0.78rem;
  border: 1px solid rgba(102, 126, 234, 0.2);
  margin-bottom: 0.25rem;
}

#about-why-choose-us h6 {
  margin: 0 0 0.2rem 0;
  font-weight: 800;
  color: #0f172a;
}

#about-why-choose-us p {
  margin: 0;
  color: #5f6a7d;
  line-height: 1.6;
}

/* ============================================
   PROJECT PROCESS (About page)
   ============================================ */
#project-process {
  background: linear-gradient(135deg, #f7faff 0%, #ffffff 55%, #f3f2ff 100%);
  position: relative;
  overflow: hidden;
}

#project-process::before,
#project-process::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.14;
}

#project-process::before {
  width: 320px;
  height: 320px;
  top: -18%;
  left: -12%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.24), transparent);
  animation: float 14s ease-in-out infinite;
}

#project-process::after {
  width: 300px;
  height: 300px;
  bottom: -20%;
  right: -8%;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.2), transparent);
  animation: float 16s ease-in-out infinite reverse;
}

#project-process .pp-head .pp-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  background: rgba(102, 126, 234, 0.12);
  color: #667eea;
  border: 1px solid rgba(102, 126, 234, 0.2);
}

#project-process .section-heading {
  color: #0f172a;
  font-weight: 800;
}

#project-process .section-description {
  color: #5f6a7d;
}

#project-process .pp-progress {
  position: relative;
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 1.1rem;
  padding: 1.25rem 1rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

#project-process .pp-progress::before {
  content: '';
  position: absolute;
  top: 44px;
  left: 60px;
  right: 60px;
  height: 2px;
  background: linear-gradient(90deg, rgba(102, 126, 234, 0.18), rgba(118, 75, 162, 0.18));
  z-index: 0;
}

#project-process .pp-progress::after {
  content: '';
  position: absolute;
  top: 43px;
  left: 60px;
  height: 4px;
  width: calc(100% - 120px);
  background: linear-gradient(90deg, #667eea, #8b5cf6);
  border-radius: 999px;
  z-index: 0;
  opacity: 0.2;
}

#project-process .pp-progress .pp-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 0.35rem;
  text-align: left;
  padding: 0 0.35rem;
}

#project-process .pp-progress {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
}

#project-process .pp-node {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #667eea;
  color: #4f46e5;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(102, 126, 234, 0.2);
}

#project-process h6 {
  margin: 0;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.1px;
}

#project-process p {
  margin: 0;
  color: #5f6a7d;
  line-height: 1.55;
  font-size: 0.95rem;
}

#project-process .pp-meta {
  font-size: 0.85rem;
  color: #4f46e5;
  font-weight: 700;
}

#project-process .pp-step:nth-child(2) .pp-node {
  border-color: #1d4ed8;
  color: #1d4ed8;
}

#project-process .pp-step:nth-child(3) .pp-node {
  border-color: #d97706;
  color: #d97706;
}

#project-process .pp-step:nth-child(4) .pp-node {
  border-color: #15803d;
  color: #15803d;
}

#project-process .pp-step:nth-child(5) .pp-node {
  border-color: #be185d;
  color: #be185d;
}

@media (max-width: 992px) {

  #project-process .pp-progress::before,
  #project-process .pp-progress::after {
    display: none;
  }

  #project-process .pp-progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  #project-process .pp-progress {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  #project-process .pp-progress {
    padding: 1rem;
  }

  #project-process .pp-step {
    padding: 0;
    background: #fff;
    border: 1px solid #e6eaf2;
    border-radius: 0.9rem;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  }

  #project-process .pp-step {
    padding: 0.9rem;
  }
}

/* ============================================
   FAQ (About page)
   ============================================ */
#faq {
  background: linear-gradient(135deg, #f9fbff 0%, #ffffff 55%, #f3f2ff 100%);
  position: relative;
  overflow: hidden;
}

#faq::before,
#faq::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.14;
}

#faq::before {
  width: 320px;
  height: 320px;
  top: -20%;
  left: -12%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.24), transparent);
  animation: float 16s ease-in-out infinite;
}

#faq::after {
  width: 300px;
  height: 300px;
  bottom: -22%;
  right: -10%;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.2), transparent);
  animation: float 18s ease-in-out infinite reverse;
}

#faq .faq-head .faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  background: rgba(102, 126, 234, 0.12);
  color: #667eea;
  border: 1px solid rgba(102, 126, 234, 0.2);
}

#faq .section-heading {
  color: #0f172a;
  font-weight: 800;
}

#faq .section-description {
  color: #5f6a7d;
  max-width: 680px;
  margin: 0.6rem auto 0;
}

#faq .faq-card {
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 1.1rem;
  padding: 1.25rem 1.15rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

#faq .faq-card h5 {
  margin: 0 0 0.4rem 0;
  font-weight: 800;
  color: #0f172a;
}

#faq .faq-card p {
  margin: 0 0 0.5rem 0;
  color: #5f6a7d;
  line-height: 1.55;
}

#faq .faq-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.35rem;
}

#faq .faq-points li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: #475569;
}

#faq .faq-points i {
  color: #22c55e;
}

#faq .faq-accordion .accordion-item {
  background: transparent;
  border: none;
  margin-bottom: 0.75rem;
}

#faq .faq-accordion .accordion-button {
  position: relative;
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 0.95rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  color: #0f172a;
  font-weight: 800;
  padding: 0.9rem 1rem 0.9rem 3.2rem;
  transition: all 0.2s ease;
}

#faq .faq-accordion .accordion-button:focus {
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.14);
}

#faq .faq-accordion .accordion-button::before {
  content: '?';
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(102, 126, 234, 0.14);
  color: #4f46e5;
  font-weight: 800;
  font-size: 0.9rem;
}

#faq .faq-accordion .accordion-button::after {
  background-image: none;
  width: 11px;
  height: 11px;
  border-right: 2px solid #94a3b8;
  border-bottom: 2px solid #94a3b8;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

#faq .faq-accordion .accordion-button:not(.collapsed) {
  border-color: #d7def0;
  background: linear-gradient(135deg, #f7faff 0%, #ffffff 100%);
  box-shadow: 0 16px 36px rgba(102, 126, 234, 0.14);
  color: #0f172a;
}

#faq .faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(-135deg);
  border-color: #4f46e5;
}

#faq .faq-accordion .accordion-body {
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 0.9rem;
  padding: 0.95rem 1.05rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  color: #475569;
  line-height: 1.65;
}

@media (max-width: 992px) {
  #faq .faq-card {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 576px) {
  #faq .faq-accordion .accordion-button {
    padding-left: 3rem;
  }

  #faq .section-description {
    margin: 0.5rem auto 0;
  }
}

/* ============================================
   CONTACT PAGE
   ============================================ */
#contact-us {
  background: linear-gradient(135deg, #f7f9ff 0%, #ffffff 55%, #f0f4ff 100%);
  position: relative;
  overflow: hidden;
}

#contact-us::before,
#contact-us::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.16;
}

#contact-us::before {
  width: 360px;
  height: 360px;
  top: -18%;
  left: -12%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.25), transparent);
  animation: float 16s ease-in-out infinite;
}

#contact-us::after {
  width: 320px;
  height: 320px;
  bottom: -20%;
  right: -10%;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.22), transparent);
  animation: float 18s ease-in-out infinite reverse;
}

#contact-us .contact-intro {
  position: sticky;
  top: 90px;
  background: transparent;
  padding-right: 0.5rem;
}

#contact-us .contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  background: rgba(102, 126, 234, 0.12);
  color: #667eea;
  border: 1px solid rgba(102, 126, 234, 0.2);
}

#contact-us .section-heading {
  color: #0f172a;
  font-weight: 800;
  margin: 0.6rem 0 0.4rem;
}

#contact-us .section-description {
  color: #5f6a7d;
  max-width: 560px;
  margin-bottom: 1.4rem;
}

#contact-us .contact-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-bottom: 1.1rem;
}

#contact-us .contact-stats .stat {
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 0.9rem;
  padding: 0.85rem 0.9rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  text-align: center;
}

#contact-us .contact-stats .stat-number {
  font-weight: 800;
  font-size: 1.2rem;
  color: #4f46e5;
}

#contact-us .contact-stats .stat-label {
  color: #475569;
  font-weight: 600;
  font-size: 0.9rem;
}

#contact-us .contact-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  margin: 1.1rem 0;
}

#contact-us .contact-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 0.95rem;
  padding: 0.9rem 1rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

#contact-us .contact-card .icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 0.9rem;
  background: rgba(102, 126, 234, 0.14);
  color: #4f46e5;
  font-size: 1.05rem;
}

#contact-us .contact-card .label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

#contact-us .contact-card .value {
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
}

#contact-us .contact-card a.value:hover {
  color: #4f46e5;
}

#contact-us .contact-social .label,
#contact-us .contact-hours .label {
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.3rem;
}

#contact-us .contact-social .social-links {
  display: flex;
  gap: 0.65rem;
}

#contact-us .contact-social .social-links a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(102, 126, 234, 0.12);
  color: #4f46e5;
  transition: all 0.2s ease;
}

#contact-us .contact-social .social-links a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(102, 126, 234, 0.25);
}

#contact-us .contact-hours .response {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid rgba(34, 197, 94, 0.18);
  margin-top: 0.6rem;
}

#contact-us .contact-hours .response i {
  color: inherit;
}

#contact-us .contact-form-card {
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 1.15rem;
  padding: 1.5rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

#contact-us .form-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

#contact-us .form-chip {
  display: inline-flex;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(102, 126, 234, 0.12);
  color: #4f46e5;
  font-weight: 700;
  font-size: 0.8rem;
  border: 1px solid rgba(102, 126, 234, 0.2);
}

#contact-us .form-head h3 {
  margin: 0.4rem 0 0.2rem;
  font-weight: 800;
  color: #0f172a;
}

#contact-us .form-head p {
  margin: 0;
  color: #5f6a7d;
}

#contact-us .form-help {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.75rem;
  background: rgba(102, 126, 234, 0.1);
  color: #4f46e5;
  font-weight: 700;
}

#contact-us .form-help i {
  color: inherit;
}

#contact-us .fc-contact-form label.form-label {
  font-weight: 700;
  color: #0f172a;
  font-size: 0.95rem;
}

#contact-us .fc-contact-form .form-control {
  border: 1px solid #e2e8f0;
  border-radius: 0.9rem;
  padding: 0.75rem 0.9rem;
  background: #f8fafc;
  transition: all 0.2s ease;
}

#contact-us .fc-contact-form .form-control:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.14);
}

#contact-us .chip-input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.65rem 0.7rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.8rem;
  background: #f8fafc;
  font-weight: 700;
  color: #475569;
  cursor: pointer;
  transition: all 0.2s ease;
  gap: 0.4rem;
}

#contact-us .chip-input input {
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  position: relative;
}

#contact-us .chip-input input:checked {
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.18);
  background: #667eea;
}

#contact-us .chip-input:hover {
  border-color: #cbd5e1;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

#contact-us .chip-input input:checked+span,
#contact-us .chip-input input:checked~span {
  color: #4f46e5;
}

#contact-us .form-note {
  color: #475569;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

@media (max-width: 992px) {
  #contact-us .contact-intro {
    position: static;
    padding-right: 0;
  }

  #contact-us .contact-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  #contact-us .form-head {
    flex-direction: column;
    align-items: flex-start;
  }

  #contact-us .contact-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  #contact-us .contact-stats {
    grid-template-columns: 1fr;
  }

  #contact-us .contact-form-card {
    padding: 1.1rem;
  }

  #contact-us .contact-card {
    grid-template-columns: auto 1fr;
  }
}

/* ============================================
   PORTFOLIO PAGE
   ============================================ */
#portfolio {
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 55%, #f4f3ff 100%);
  position: relative;
  overflow: hidden;
}

#portfolio::before,
#portfolio::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.14;
}

#portfolio::before {
  width: 360px;
  height: 360px;
  top: -18%;
  left: -12%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.26), transparent);
  animation: float 16s ease-in-out infinite;
}

#portfolio::after {
  width: 320px;
  height: 320px;
  bottom: -18%;
  right: -10%;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.22), transparent);
  animation: float 18s ease-in-out infinite reverse;
}

#portfolio .portfolio-head .portfolio-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  background: rgba(102, 126, 234, 0.12);
  color: #667eea;
  border: 1px solid rgba(102, 126, 234, 0.2);
}

#portfolio .section-heading {
  color: #0f172a;
  font-weight: 800;
}

#portfolio .section-description {
  color: #5f6a7d;
  max-width: 720px;
  margin: 0.75rem auto 0;
}

#portfolio .portfolio-meta {
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 1.05rem;
  padding: 1rem 1.2rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

#portfolio .portfolio-stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.portfolio-stats-section {
  background: linear-gradient(180deg, #f8fbff 0%, #eef3ff 100%);
}

.portfolio-stats-section .stat-card {
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 1rem;
  padding: 1rem 0.9rem;
  min-height: 100%;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.portfolio-stats-section .stat-card:hover {
  transform: translateY(-4px);
  border-color: #d8e1f5;
  box-shadow: 0 16px 34px rgba(29, 78, 216, 0.12);
}

.portfolio-stats-section .stat-number {
  display: inline-block;
  font-weight: 900;
  font-size: 1.7rem;
  line-height: 1;
  background: linear-gradient(120deg, #667eea 0%, #1d79ff 55%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.portfolio-stats-section .stat-label {
  margin-top: 0.45rem;
  color: #334155;
  font-weight: 700;
}

#portfolio .portfolio-stats .stat {
  background: #f8f9ff;
  border: 1px solid #e6eaf2;
  border-radius: 0.85rem;
  padding: 0.7rem 0.9rem;
  display: flex;
  flex-direction: column;
  min-width: 160px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

#portfolio .portfolio-stats .stat-number {
  font-weight: 900;
  font-size: 1.35rem;
  background: linear-gradient(120deg, #667eea, #1d79ff 45%, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 11px rgba(102, 126, 234, 0.25);
}

#portfolio .portfolio-stats .stat-number:nth-of-type(1) {
  background: linear-gradient(120deg, #3b82f6, #2563eb);
}
#portfolio .portfolio-stats .stat-number:nth-of-type(2) {
  background: linear-gradient(120deg, #8b5cf6, #6366f1);
}
#portfolio .portfolio-stats .stat-number:nth-of-type(3) {
  background: linear-gradient(120deg, #10b981, #14b8a6);
}
#portfolio .portfolio-stats .stat-number:nth-of-type(4) {
  background: linear-gradient(120deg, #f59e0b, #f97316);
}

#portfolio .portfolio-stats .stat-label {
  color: #475569;
  font-weight: 600;
  font-size: 0.9rem;
}

#portfolio .portfolio-filters {
  display: inline-flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#portfolio .filter-chip {
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  font-weight: 700;
  color: #475569;
  cursor: pointer;
  transition: all 0.2s ease;
}

#portfolio .filter-chip:hover {
  border-color: #cbd5e1;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}

#portfolio .filter-chip.active {
  background: linear-gradient(135deg, var(--theme-primary), var(--theme-primary-dark));
  color: var(--theme-text-on-primary);
  border-color: transparent;
  box-shadow: 0 15px 32px rgba(29, 121, 255, 0.26);
}

#portfolio .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.9rem;
  margin: 0.9rem 0;
}

#portfolio .portfolio-card {
  display: flex;
  flex-direction: column;
  min-height: 21.5rem;
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 0.95rem;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  position: relative;
}

#portfolio .portfolio-card:hover {
  transform: translateY(-5px);
  border-color: #d7def0;
  box-shadow: 0 14px 30px rgba(102, 126, 234, 0.18);
}

#portfolio .portfolio-card .card-media,
#portfolio .portfolio-card .card-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 170px;
  background: #eef2ff;
}

#portfolio .portfolio-card .card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  display: block;
}

#portfolio .portfolio-card:hover .card-image {
  transform: scale(1.05);
}

#portfolio .portfolio-card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(145deg, rgba(3, 40, 71, 0.76) 0%, rgba(13, 36, 82, 0.84) 50%, rgba(0, 0, 0, 0.65) 100%);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.22s ease, transform 0.22s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
  transform: scale(1.04);
}

#portfolio .portfolio-card:hover .card-overlay {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

#portfolio .portfolio-card .overlay-content {
  color: white;
  text-align: center;
  padding: 1.1rem 1.25rem;
  z-index: 20;
  border-radius: 0.75rem;
  backdrop-filter: blur(3px);
  background: rgba(16, 35, 66, 0.32);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.45);
}

#portfolio .portfolio-card .overlay-content .card-category {
  display: inline-block;
  background: linear-gradient(135deg, var(--theme-primary), var(--theme-primary-dark));
  color: var(--theme-text-on-primary);
  padding: 0.35rem 0.8rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.8rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

#portfolio .portfolio-card .overlay-content h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0;
  color: white;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

#portfolio .portfolio-card .overlay-content p {
  display: none;
}

#portfolio .portfolio-card .card-actions {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  margin-top: 1rem;
}

#portfolio .portfolio-card .card-actions .btn {
  padding: 0.4rem 0.9rem;
  font-size: 0.85rem;
  background: linear-gradient(135deg, var(--theme-primary) 0%, #2f90ff 100%);
  color: var(--theme-text-on-primary);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  font-weight: 700;
  text-decoration: none;
}

#portfolio .portfolio-card .card-actions .btn:hover {
  background: linear-gradient(135deg, var(--theme-primary-dark) 0%, #2669cd 100%);
  box-shadow: 0 5px 18px rgba(15, 88, 208, 0.42);
  transform: translateY(-1px);
}

#portfolio .portfolio-card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.65rem 0.75rem 0.7rem;
  gap: 0.35rem;
}

#portfolio .portfolio-card .card-tech-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
}

#portfolio .portfolio-card .tech-tag {
  padding: 0.28rem 0.6rem !important;
  font-size: 0.8rem !important;
  line-height: 1.2 !important;
}

#portfolio .portfolio-card .card-chip,
#portfolio .portfolio-card .year-badge {
  display: inline-flex;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(102, 126, 234, 0.18);
  color: #334155;
  font-weight: 700;
  font-size: 0.76rem;
  border: 1px solid rgba(102, 126, 234, 0.28);
}

#portfolio .portfolio-card h5,
#portfolio .portfolio-card .card-title {
  margin: 0;
  font-weight: 800;
  color: #0f172a;
  font-size: 1.25rem;
  line-height: 1.2;
  word-break: break-word;
}

#portfolio .portfolio-card p {
  margin: 0;
  color: #475569;
  line-height: 1.55;
  font-size: 0.95rem;
}

#portfolio .portfolio-card .results-list {
  max-height: 7.2rem;
  overflow: hidden;
  margin: 0;
  padding-left: 1.1rem;
  list-style: disc;
  color: #334155;
  font-size: 0.9rem;
  line-height: 1.4;
}

#portfolio .portfolio-card .results-list li {
  margin-bottom: 0.3rem;
}

#portfolio .portfolio-card .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.65rem;
  border-top: 1px solid #e6eaf2;
  margin-top: auto;
}

#portfolio .portfolio-card .view-more {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.94rem;
}

#portfolio .portfolio-card .view-more:hover {
  text-decoration: underline;
}


#portfolio .portfolio-cta {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #ffffff;
  border-radius: 1.1rem;
  padding: 1.8rem 1.4rem;
  box-shadow: 0 16px 40px rgba(102, 126, 234, 0.35);
}

#portfolio .portfolio-cta h4 {
  margin: 0 0 0.35rem 0;
  font-weight: 800;
}

#portfolio .portfolio-cta p {
  margin: 0 0 0.9rem 0;
  color: rgba(255, 255, 255, 0.85);
}

.portfolio-market-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
}

.portfolio-market-section .market-proof-card,
.portfolio-detail .portfolio-market-proof,
.portfolio-detail .portfolio-faq-block,
.portfolio-detail .project-info-card {
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 1.1rem;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.portfolio-market-section .market-proof-card {
  padding: 1.5rem;
}

.portfolio-market-section .lead-cta-card {
  padding: 1.15rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.09), rgba(29, 121, 255, 0.08));
  border: 1px solid rgba(102, 126, 234, 0.15);
}

.portfolio-market-section .lead-cta-card h3,
.portfolio-detail .portfolio-faq-block h3 {
  color: #0f172a;
  font-weight: 800;
}

.market-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.market-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(102, 126, 234, 0.12);
  border: 1px solid rgba(102, 126, 234, 0.2);
  color: #334155;
  font-weight: 700;
  font-size: 0.86rem;
}

.portfolio-detail .project-info-card {
  padding: 1.4rem;
}

.portfolio-detail .portfolio-market-proof,
.portfolio-detail .portfolio-faq-block {
  padding: 1.35rem;
}

.portfolio-detail .portfolio-market-proof p,
.portfolio-detail .portfolio-faq-block p,
.portfolio-market-section .lead-cta-card p {
  color: #475569;
  line-height: 1.7;
}

.portfolio-detail .faq-item + .faq-item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e6eaf2;
}

.portfolio-detail .cta-helper {
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.55;
}

@media (max-width: 992px) {
  #portfolio .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #portfolio .portfolio-meta {
    text-align: center;
  }

  #portfolio .portfolio-filters {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  #portfolio .portfolio-grid {
    grid-template-columns: 1fr;
  }

  #portfolio .portfolio-meta {
    padding: 1rem;
  }

  #portfolio .portfolio-cta {
    padding: 1.4rem 1.1rem;
  }

  .portfolio-market-section .market-proof-card,
  .portfolio-detail .portfolio-market-proof,
  .portfolio-detail .portfolio-faq-block,
  .portfolio-detail .project-info-card {
    padding: 1rem;
  }
}

/* ============================================
     SERVICES PAGE (ultra modern)
     ============================================ */
#services {
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 55%, #f3f2ff 100%);
  position: relative;
  overflow: hidden;
}

#services::before,
#services::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.14;
}

#services::before {
  width: 340px;
  height: 340px;
  top: -18%;
  left: -12%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.24), transparent);
  animation: float 16s ease-in-out infinite;
}

#services::after {
  width: 300px;
  height: 300px;
  bottom: -20%;
  right: -10%;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.2), transparent);
  animation: float 18s ease-in-out infinite reverse;
}

#services .services-head .services-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  background: rgba(102, 126, 234, 0.12);
  color: #667eea;
  border: 1px solid rgba(102, 126, 234, 0.2);
}


#services .section-description {
  color: #5f6a7d;
  margin: 0.75rem auto 0;
}

#services .service-stats {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

#services .service-stats .stat {
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 0.9rem;
  padding: 0.8rem 0.95rem;
  min-width: 170px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  display: grid;
  gap: 0.2rem;
}

#services .service-stats .stat-number {
  font-weight: 800;
  color: #4f46e5;
  font-size: 1.2rem;
}

#services .service-stats .stat-label {
  color: #475569;
  font-weight: 600;
  font-size: 0.9rem;
}

#services .service-filters {
  display: inline-flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#services .filter-chip {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  font-weight: 700;
  color: #475569;
  cursor: pointer;
  transition: all 0.2s ease;
}

#services .filter-chip:hover {
  border-color: #cbd5e1;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}

#services .filter-chip.active {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(102, 126, 234, 0.25);
}

#services .services-wrapper {
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 1.1rem;
  padding: 1.25rem 1rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

/* Commitment */
.fc-commitment {
  background: #ffffff;
}

.fc-commitment .commitment-media {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.fc-commitment .commitment-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.fc-commitment .commitment-copy {
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 1.1rem;
  padding: 1.35rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.fc-commitment .commitment-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  font-weight: 700;
  background: rgba(118, 75, 162, 0.12);
  color: #7c3aed;
  border: 1px solid rgba(118, 75, 162, 0.2);
}

.fc-commitment h2 {
  margin: 0.7rem 0 0.5rem;
  font-weight: 800;
  color: #0f172a;
}

.fc-commitment p {
  margin: 0 0 0.7rem 0;
  color: #475569;
  line-height: 1.6;
}

.fc-commitment .commitment-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1rem 0;
}

.fc-commitment .commitment-stats .stat {
  background: #f8f9ff;
  border: 1px solid #e6eaf2;
  border-radius: 0.9rem;
  padding: 0.85rem 0.9rem;
  text-align: center;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.fc-commitment .stat-number {
  font-weight: 800;
  font-size: 1.2rem;
  color: #4f46e5;
}

.fc-commitment .stat-label {
  color: #475569;
  font-weight: 600;
  font-size: 0.9rem;
}

/* Service process */
#service-process {
  background: linear-gradient(135deg, #f7f9ff 0%, #ffffff 55%, #f3f2ff 100%);
  position: relative;
  overflow: hidden;
}

#service-process::before,
#service-process::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.14;
}

#service-process::before {
  width: 320px;
  height: 320px;
  top: -18%;
  left: -12%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.24), transparent);
  animation: float 16s ease-in-out infinite;
}

#service-process::after {
  width: 300px;
  height: 300px;
  bottom: -20%;
  right: -10%;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.2), transparent);
  animation: float 18s ease-in-out infinite reverse;
}

#service-process .process-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  background: rgba(102, 126, 234, 0.12);
  color: #667eea;
  border: 1px solid rgba(102, 126, 234, 0.2);
}

#service-process .section-heading {
  color: #0f172a;
  font-weight: 800;
}

#service-process .section-description {
  color: #5f6a7d;
  max-width: 640px;
  margin: 0.6rem auto 0;
}

#service-process .process-grid {
  position: relative;
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 1.1rem;
  padding: 1.25rem 1rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}

#service-process .process-grid::before {
  content: '';
  position: absolute;
  top: 44px;
  left: 70px;
  right: 70px;
  height: 2px;
  background: linear-gradient(90deg, rgba(102, 126, 234, 0.16), rgba(118, 75, 162, 0.16));
  z-index: 0;
}

#service-process .process-grid::after {
  content: '';
  position: absolute;
  top: 43px;
  left: 70px;
  height: 4px;
  width: calc(100% - 140px);
  background: linear-gradient(90deg, #667eea, #8b5cf6);
  border-radius: 999px;
  z-index: 0;
  opacity: 0.2;
}

#service-process .process-card {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #e6eaf2;
  border-radius: 0.95rem;
  padding: 0.9rem 0.9rem 1rem;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  display: grid;
  gap: 0.35rem;
}

#service-process .process-node {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #667eea;
  color: #4f46e5;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(102, 126, 234, 0.2);
}

#service-process h6 {
  margin: 0;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.1px;
}

#service-process p {
  margin: 0;
  color: #5f6a7d;
  line-height: 1.55;
  font-size: 0.95rem;
}

#service-process .process-meta {
  font-size: 0.85rem;
  color: #4f46e5;
  font-weight: 700;
}

#service-process .process-card:nth-child(2) .process-node {
  border-color: #1d4ed8;
  color: #1d4ed8;
}

#service-process .process-card:nth-child(3) .process-node {
  border-color: #d97706;
  color: #d97706;
}

#service-process .process-card:nth-child(4) .process-node {
  border-color: #15803d;
  color: #15803d;
}

#service-process .process-card:nth-child(5) .process-node {
  border-color: #be185d;
  color: #be185d;
}

@media (max-width: 992px) {
  #service-process .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 1.1rem;
  }

  #service-process .process-grid::before,
  #service-process .process-grid::after {
    display: none;
  }

  #services .service-stats {
    gap: 0.65rem;
  }

  #services .service-filters {
    justify-content: center;
  }

  .fc-commitment .commitment-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  #service-process .process-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  #service-process .process-card {
    padding: 0.95rem;
  }

  .fc-commitment .commitment-stats {
    grid-template-columns: 1fr;
  }

  #services .service-stats {
    flex-direction: column;
  }
}

/* --- Modern Redesign Helpers --- */
.text-gradient-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.group-hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.group-hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(102, 126, 234, 0.15) !important;
}


/* ============================================
   BLOG DETAIL PAGE STYLES
   ============================================ */

/* Blog Detail Container */
.fc-blog-detail {
  background: #f8fafc;
  min-height: 100vh;
}

/* Featured Image Section */
.fc-detail-featured-image {
  margin-top: 3rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}

.fc-detail-featured-image img {
  border-radius: 1rem;
}

/* Article Content */
.fc-article-content {
  font-size: 1.1rem;
  line-height: 1.85;
  color: #374151;
}

.fc-article-content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
  color: #1f2937;
}

.fc-article-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1.75rem 0 0.75rem;
  color: #1f2937;
}

.fc-article-content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem;
  color: #1f2937;
}

.fc-article-content p {
  margin-bottom: 1.25rem;
}

.fc-article-content ul,
.fc-article-content ol {
  margin: 1rem 0 1.5rem 1.5rem;
  padding-left: 1rem;
}

.fc-article-content li {
  margin-bottom: 0.5rem;
}

.fc-article-content blockquote {
  border-left: 4px solid #667eea;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  background: rgba(102, 126, 234, 0.05);
  border-radius: 0 0.5rem 0.5rem 0;
  font-style: italic;
  color: #4b5563;
}

.fc-article-content pre {
  background: #1f2937;
  color: #e5e7eb;
  padding: 1.25rem;
  border-radius: 0.75rem;
  overflow-x: auto;
  margin: 1.5rem 0;
  font-family: 'Fira Code', 'Monaco', monospace;
  font-size: 0.9rem;
}

.fc-article-content code {
  background: rgba(102, 126, 234, 0.1);
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  font-family: 'Fira Code', 'Monaco', monospace;
  font-size: 0.9em;
  color: #667eea;
}

.fc-article-content pre code {
  background: none;
  padding: 0;
  color: inherit;
}

.fc-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
  margin: 1.5rem 0;
}

.fc-article-content a {
  color: #667eea;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.fc-article-content a:hover {
  border-bottom-color: #667eea;
}

/* Article Footer */
.fc-article-footer {
  border-top: 1px solid #e5e7eb;
  padding-top: 2rem;
}

.fc-article-sharing {
  padding: 1.25rem;
  background: #f8fafc;
  border-radius: 0.75rem;
}

.fc-share-label {
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.75rem;
}

/* Sidebar Widgets */
.fc-sidebar-widget {
  border-radius: 1rem !important;
  border: none !important;
}

.fc-sidebar-widget .card-body {
  padding: 1.5rem;
}

.fc-widget-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #667eea;
}

/* Category List */
.fc-category-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fc-category-list li a:hover {
  padding-left: 0.5rem;
}

/* Popular Posts */
.fc-popular-posts .fc-popular-post {
  text-decoration: none;
  color: inherit;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.fc-popular-posts .fc-popular-post:last-child {
  border-bottom: none;
}

.fc-popular-posts .fc-popular-post:hover {
  background: #f8fafc;
  padding-left: 0.5rem;
  border-radius: 0.5rem;
}

.fc-popular-posts .fc-popular-post h6 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.fc-popular-posts .fc-popular-post:hover h6 {
  color: #667eea;
}

/* Newsletter Form */
.fc-newsletter-desc {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 1rem;
}

.fc-newsletter-form input {
  border-radius: 0.5rem;
}

/* Related Articles Section */
.fc-related-articles {
  padding: 3rem 0;
  background: white;
  margin-top: 3rem;
}

.fc-related-card {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: white;
  border: 1px solid #e5e7eb;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  height: 100%;
}

.fc-related-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.fc-related-body {
  padding: 1.25rem;
}

.fc-related-card h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1f2937;
  transition: color 0.3s ease;
}

.fc-related-meta {
  font-size: 0.85rem;
  color: #6b7280;
}

.fc-related-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(102, 126, 234, 0.15);
  border-color: #667eea;
}

.fc-related-card:hover img {
  transform: scale(1.08);
}

.fc-related-card:hover h5 {
  color: #667eea;
}

/* Tags */
.fc-tag {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 2rem;
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fc-tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Category Tags - Glassmorphism Style for Header */
.fc-category-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fc-category-tag:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #fff;
}

/* Responsive Blog Detail */
@media (max-width: 991px) {

  .fc-article-content {
    font-size: 1rem;
  }

  .fc-detail-featured-image {
    margin-top: -1rem;
  }
}

@media (max-width: 767px) {
  .fc-header {
    padding: 2rem 1rem;
    font-size: 1.5rem;
  }

  .fc-related-articles {
    padding: 2rem 0;
  }

  .fc-article-content h2 {
    font-size: 1.4rem;
  }

  .fc-article-content h3 {
    font-size: 1.25rem;
  }
}

/* Gradient background helpers to match theme */
.bg-gradient-primary-soft {
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.08) 0%, rgba(13, 110, 253, 0.16) 100%);
}

.bg-gradient-light {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 0.1;
}

/* Mobile */
@media (max-width: 767px) {

  .fc-hero-badge,
  .fc-hero-image {
    display: none;
  }

  #home-hero-section .fc-hero-subtitle2 {
    display: none;
  }

  #nav-free-consult-btn {
    display: none;
  }

  .about-image-wrapper {
    display: none !important;
  }

  .fc-hero-section {
    flex-direction: column;
    padding: 2.5rem 0 1.5rem 0;
    min-height: 60vh;
  }

  .fc-hero-content {
    text-align: center;
    padding: 0 1.2rem;
  }

  .fc-hero-title {
    font-size: 2rem !important;
    margin-bottom: 1rem;
  }

  .fc-hero-subtitle {
    font-size: 1rem;
    max-width: 100%;
    margin-bottom: 1.2rem;
  }

  .fc-hero-badge {
    font-size: 0.85rem;
    padding: 0.5rem 1.1rem;
    margin-bottom: 1rem;
  }

  .fc-hero-cta {
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.2rem;
  }

  .fc-hero-image {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .fc-hero-image-wrapper {
    max-width: 220px;
    margin: 0 auto;
  }

  .fc-hero-img-fixed {
    max-width: 100%;
    height: auto;
  }

  .fc-hero-cta {
    flex-direction: column !important;
    gap: 0.75rem !important;
    margin-top: 1.2rem !important;
    align-items: stretch !important;
  }

  .fc-btn,
  .fc-btn-primary,
  .fc-btn-secondary {
    width: 100%;
    padding: 0.85rem 1.2rem;
    font-size: 1rem;
    border-radius: 0.7rem;
    justify-content: center;
  }

  #cms-services .mobile-card-inr {
    margin: auto;
  }

  #process h5 {
    text-align: center;
  }

  .card-body {
    text-align: center;
  }

  h2 {
    font-size: 1.75rem;
    text-align: center;
  }

  .lead {
    font-size: 1rem;
  }
  .hide-mobile{
    display: none !important;
  }
  .fc-hero-stats{
    display: block !important;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {}

/* Desktop */
@media (min-width: 1025px) {}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}