
/* Custom styles for PixelReach site */
body {
  scroll-behavior: smooth;
}
.navbar-brand span.logo {
  font-weight: 800;
  letter-spacing: 0.5px;
}
.section-title {
  font-weight: 800;
}
.hero {
  background: 
    url("../img/placeholder.png") center/cover no-repeat,
    linear-gradient(135deg, #00c2ff 0%, #0077ff 50%, #6a00ff 100%);
  color: #fff;
  padding: 8rem 0 6rem 0;
}
.hero .lead {
  opacity: 0.65;
}
.badge-pill {
  border-radius: 9999px;
  padding: .5rem 1rem;
}
.service-card {
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}
.portfolio-item {
  transition: transform .2s ease, box-shadow .2s ease;
}
.portfolio-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}
footer {
  background: #0b0f19;
  color: #d3d8e6;
}
footer a { color: #fff; text-decoration: none; }
.lang-btn.active {
  font-weight: 700;
  text-decoration: underline;
}
/* RTL helpers */
[dir="rtl"] .text-start { text-align: right !important; }
[dir="rtl"] .ms-auto { margin-left: 0 !important; margin-right: auto !important; }
[dir="rtl"] .me-3 { margin-left: 1rem !important; margin-right: 0 !important; }
[dir="rtl"] .breadcrumb { direction: rtl; }
