/* ============================================
   LPBuilder - Auto Generated Theme CSS
   ============================================ */
:root {
  --primary: #c918c3;
  --primary-light: #e736e1;
  --primary-dark: #ab00a5;
  --secondary: #f5f5f5;
  --secondary-light: #ffffff;
  --secondary-dark: #d7d7d7;
  --accent: #ff00ea;
  --accent-light: #ff1eff;
  --accent-dark: #e100cc;
  --bg: #020137;
  --text: #ffffff;
  --text-light: #ffffff;
}

/* Dark Mode */

/* Base Styles */
body {
  background-color: var(--bg);
  color: var(--text);
}

a { color: var(--primary); }
a:hover { color: var(--primary-dark); }

/* Navbar */
.navbar { background-color: var(--bg) !important; box-shadow: 0 2px 15px rgba(0,0,0,0.08); }
.navbar-brand { color: var(--primary) !important; font-weight: 700; font-size: 1.5rem; }
.nav-link { color: var(--text) !important; transition: color 0.3s; }
.nav-link:hover, .nav-link.active { color: var(--primary) !important; }

/* Buttons */
.btn-primary { background-color: var(--primary); border-color: var(--primary); }
.btn-primary:hover { background-color: var(--primary-dark); border-color: var(--primary-dark); }
.btn-outline-primary { color: var(--primary); border-color: var(--primary); }
.btn-outline-primary:hover { background-color: var(--primary); border-color: var(--primary); color: #fff; }
.btn-secondary { background-color: var(--secondary); border-color: var(--secondary); }
.btn-accent { background-color: var(--accent); border-color: var(--accent); color: #000; }

/* Hero Section */
.hero-section {
  position: relative;
  color: #fff;
  padding: 100px 0 80px;
    background: url('../uploads/logo/6a30056f0e70f_1781532015.jpg') center center / cover no-repeat;
  background-blend-mode: normal;
  }
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201, 24, 195, 0.85) 0%, rgba(245, 245, 245, 0.85) 100%);
  z-index: 1;
}
.hero-section > .container,
.hero-section > * {
  position: relative;
  z-index: 2;
}
.hero-section h1 { font-size: 3rem; font-weight: 800; position: relative; z-index: 2; }
.hero-section .btn { background: #fff; color: var(--primary); border: none; font-weight: 600; position: relative; z-index: 2; }

/* Sections */
.section-title { color: var(--text); font-weight: 700; }
.section-subtitle { color: var(--text-light); }
.bg-light-section { background-color: #000032; }

/* Cards */
.card { border: none; box-shadow: 0 5px 20px rgba(0,0,0,0.05); transition: transform 0.3s, box-shadow 0.3s; }
.card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.service-card .icon-box {
  width: 70px; height: 70px; border-radius: 15px;
  background: var(--primary); display: flex; align-items: center; justify-content: center;
  font-size: 28px; color: #fff; margin-bottom: 20px;
}

/* Stats */
.stats-section {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: #fff; padding: 60px 0;
}
.stat-number { font-size: 2.5rem; font-weight: 800; display: block; }

/* Portfolio */
.portfolio-filter .btn.active { background-color: var(--primary); color: #fff; border-color: var(--primary); }
.portfolio-item { position: relative; overflow: hidden; border-radius: 15px; }
.portfolio-item img { width: 100%; height: 280px; object-fit: cover; transition: transform 0.5s; }
.portfolio-item:hover img { transform: scale(1.1); }
.portfolio-overlay {
  position: absolute; inset: 0; background: rgba(0,0,0,0.7); display: flex; align-items: center;
  justify-content: center; opacity: 0; transition: opacity 0.3s;
}
.portfolio-item:hover .portfolio-overlay { opacity: 1; }

/* CTA */
.cta-section {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: #fff; padding: 80px 0; text-align: center;
}

/* Footer */
.footer {
  background-color: #000028;
  color: var(--text);
  padding: 60px 0 30px;
}
.footer h5 { color: var(--primary); font-weight: 700; }
.footer a { color: var(--text-light); text-decoration: none; }
.footer a:hover { color: var(--primary); }
.footer-bottom { border-top: 1px solid rgba(128,128,128,0.2); padding-top: 20px; margin-top: 40px; }

/* Breadcrumbs */
.breadcrumbs { background: #000032; padding: 15px 0; }
.breadcrumb-item a { color: var(--primary); text-decoration: none; }
.breadcrumb-item.active { color: var(--text-light); }

/* Contact */
.contact-info-item { display: flex; gap: 15px; align-items: flex-start; margin-bottom: 25px; }
.contact-info-item .icon-box {
  width: 50px; height: 50px; border-radius: 12px; background: var(--primary);
  display: flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0;
}

/* Form */
.form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 0.2rem rgba(37,99,235,0.2); }

/* Team */
.team-card { text-align: center; }
.team-card img { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; border: 4px solid var(--primary); }
.team-card .social-link { color: var(--primary); font-size: 18px; }

/* Scroll to Top */
.scroll-top {
  position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px;
  background: var(--primary); color: #fff; border: none; border-radius: 50%;
  cursor: pointer; display: none; align-items: center; justify-content: center;
  font-size: 20px; z-index: 999; transition: opacity 0.3s;
}
.scroll-top:hover { background: var(--primary-dark); }

/* Skeleton Loading */
.skeleton { background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%); background-size: 200% 100%; animation: skeleton-loading 1.5s infinite; border-radius: 8px; }
@keyframes skeleton-loading { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.skeleton-img { width: 100%; height: 280px; }
.skeleton-text { height: 20px; margin-bottom: 10px; }
.skeleton-text-small { height: 14px; width: 60%; }

/* Dark mode toggle icon */
.dark-mode-toggle { cursor: pointer; font-size: 1.2rem; color: var(--text); transition: color 0.3s; }
.dark-mode-toggle:hover { color: var(--primary); }

/* Responsive */
@media (max-width: 768px) {
  .hero-section { padding: 80px 0 60px; }
  .hero-section h1 { font-size: 2rem; }
  .stat-number { font-size: 1.8rem; }
  }
