:root {
  --primary: #0a1628;
  --primary-light: #142238;
  --accent: #9cb83a;
  --accent-hover: #8aa832;
  --accent-dark: #7a9429;
  --text: #2c3e50;
  --text-light: #6c757d;
  --bg-light: #f4f6f9;
  --white: #ffffff;
  --header-bg: #ffffff;
  --shadow: 0 8px 30px rgba(10, 22, 40, 0.12);
  --radius: 12px;
  --transition: 0.3s ease;
  --header-offset: 130px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Tajawal', sans-serif;
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.7;
  padding-top: var(--header-offset);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: var(--primary);
}

a {
  text-decoration: none;
  transition: var(--transition);
}

/* Site header */
.site-header {
  z-index: 1030;
  box-shadow: 0 2px 16px rgba(10, 22, 40, 0.08);
}

.top-bar {
  background: var(--primary);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  padding: 0.45rem 0;
}

.top-bar-tagline {
  max-width: 55%;
  line-height: 1.4;
}

.top-bar-contacts {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.top-bar-link {
  color: rgba(255, 255, 255, 0.95);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  white-space: nowrap;
}

.top-bar-link:hover {
  color: var(--accent);
}

.top-bar-wa:hover {
  color: #25d366;
}

/* Navbar */
.navbar-custom {
  background: var(--header-bg);
  padding: 0.65rem 0;
  transition: var(--transition);
}

.navbar-custom.scrolled {
  box-shadow: 0 4px 20px rgba(10, 22, 40, 0.1);
}

.navbar-custom .navbar-brand {
  padding: 0;
  margin-left: 0;
}

.navbar-custom .navbar-brand img {
  height: 72px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  transition: var(--transition);
}

.navbar-custom.scrolled .navbar-brand img {
  height: 62px;
}

.navbar-custom .nav-link {
  color: var(--primary) !important;
  font-weight: 600;
  padding: 0.5rem 0.85rem !important;
  position: relative;
  font-size: 0.95rem;
}

.navbar-custom .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: var(--transition);
}

.navbar-custom .nav-link:hover::after,
.navbar-custom .nav-link.active::after {
  width: 60%;
  right: 20%;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
  color: var(--accent-dark) !important;
}

.navbar-custom .dropdown-menu {
  border: none;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  padding: 0.5rem;
}

.navbar-custom .dropdown-item {
  border-radius: 8px;
  padding: 0.55rem 1rem;
  font-weight: 500;
}

.navbar-custom .dropdown-item:hover {
  background: var(--bg-light);
  color: var(--accent-dark);
}

.navbar-actions .btn {
  font-weight: 700;
  border-radius: 50px;
  padding: 0.45rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.88rem;
  white-space: nowrap;
}

.navbar-custom .btn-quote {
  background: var(--accent);
  color: var(--primary);
  border: none;
}

.navbar-custom .btn-quote:hover {
  background: var(--accent-hover);
  color: var(--primary);
  transform: translateY(-1px);
}

.navbar-custom .btn-call {
  background: transparent;
  color: var(--primary);
  border: 2px solid rgba(10, 22, 40, 0.15);
}

.navbar-custom .btn-call:hover {
  border-color: var(--accent);
  color: var(--accent-dark);
}

.navbar-custom .btn-wa {
  background: #25d366;
  color: var(--white);
  border: none;
}

.navbar-custom .btn-wa:hover {
  background: #1fb855;
  color: var(--white);
}

.header-phone-mobile {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: auto;
  margin-left: 0.75rem;
}

.mobile-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.mobile-call-btn {
  background: rgba(10, 22, 40, 0.08);
  color: var(--primary);
}

.mobile-wa-btn {
  background: #25d366;
  color: var(--white);
}

.mobile-header-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.header-phone-mobile a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.header-phone-mobile a:first-child {
  background: rgba(10, 22, 40, 0.08);
  color: var(--primary);
}

.header-phone-mobile a:last-child {
  background: #25d366;
  color: var(--white);
}

.navbar-custom .navbar-toggler {
  border-color: rgba(10, 22, 40, 0.2);
  padding: 0.35rem 0.55rem;
}

.navbar-custom .navbar-toggler-icon {
  filter: none;
}

.btn-wa-outline {
  border: 2px solid #25d366;
  color: #128c3e;
  background: transparent;
  font-weight: 600;
  padding: 0.55rem 1.25rem;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
}

.btn-wa-outline:hover {
  background: #25d366;
  color: var(--white);
  border-color: #25d366;
}

/* Hero */
.hero-section {
  min-height: calc(100vh - var(--header-offset));
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 50%, #1a3050 100%);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: calc(-1 * var(--header-offset));
  padding-top: var(--header-offset);
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../wp-content/uploads/2023/12/pexels-max-rahubovskiy-7750095.jpg') center/cover no-repeat;
  opacity: 0.15;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 120px;
  background: var(--white);
  clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: var(--white);
}

.hero-badge {
  display: inline-block;
  background: rgba(156, 184, 58, 0.2);
  border: 1px solid var(--accent);
  color: var(--accent);
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.hero-title span {
  color: var(--accent);
}

.hero-desc {
  font-size: 1.15rem;
  opacity: 0.9;
  max-width: 600px;
  margin-bottom: 2rem;
}

.btn-gold {
  background: var(--accent);
  color: var(--primary);
  font-weight: 700;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--transition);
}

.btn-gold:hover {
  background: var(--accent-hover);
  color: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(156, 184, 58, 0.4);
}

.btn-outline-light-custom {
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: var(--white);
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  background: transparent;
}

.btn-outline-light-custom:hover {
  background: var(--white);
  color: var(--primary);
  border-color: var(--white);
}

.hero-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.hero-stat h3 {
  font-size: 2.2rem;
  color: var(--accent);
  margin-bottom: 0;
}

.hero-stat p {
  font-size: 0.9rem;
  opacity: 0.8;
  margin: 0;
}

/* Section styling */
.section-padding {
  padding: 5rem 0;
}

.section-tag {
  color: var(--accent);
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 1rem;
}

.section-desc {
  color: var(--text-light);
  max-width: 600px;
}

/* About cards */
.about-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
  height: 100%;
  transition: var(--transition);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.about-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(10, 22, 40, 0.15);
}

.about-card .icon-box {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.about-card .icon-box i {
  font-size: 1.5rem;
  color: var(--accent);
}

/* Product cards */
.product-card {
  border: none;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  background: var(--white);
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(10, 22, 40, 0.18);
}

.product-card img {
  height: 220px;
  object-fit: cover;
  transition: var(--transition);
}

.product-card:hover img {
  transform: scale(1.05);
}

.product-card .card-img-wrap {
  overflow: hidden;
}

.product-card .card-body {
  padding: 1.5rem;
}

.product-card .card-title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.product-card .card-link {
  color: var(--accent);
  font-weight: 600;
  font-size: 0.9rem;
}

.product-card .card-link:hover {
  color: var(--primary);
}

/* Why us section */
.why-section {
  background: var(--primary);
  color: var(--white);
  position: relative;
}

.why-section .section-title,
.why-section h5 {
  color: var(--white);
}

.why-item {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  transition: var(--transition);
}

.why-item:hover {
  background: rgba(212, 168, 67, 0.1);
  border-color: var(--accent);
}

.why-item i {
  font-size: 2.5rem;
  color: var(--accent);
  margin-bottom: 1rem;
}

.why-item h5 {
  margin-bottom: 0.8rem;
}

.why-item p {
  font-size: 0.9rem;
  opacity: 0.85;
  margin: 0;
}

/* Testimonials */
.testimonial-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
  height: 100%;
}

.testimonial-card .stars {
  color: var(--accent);
  margin-bottom: 1rem;
}

.testimonial-card .quote {
  font-style: italic;
  color: var(--text-light);
  margin-bottom: 1.5rem;
}

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

.testimonial-card .author-avatar {
  width: 48px;
  height: 48px;
  background: var(--primary);
  color: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

/* CTA */
.cta-section {
  background: linear-gradient(135deg, var(--accent) 0%, #b8922e 100%);
  padding: 4rem 0;
  position: relative;
}

.cta-section h2 {
  color: var(--primary);
}

.cta-section p {
  color: rgba(10, 22, 40, 0.8);
}

.btn-dark-custom {
  background: var(--primary);
  color: var(--white);
  font-weight: 700;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  border: none;
}

.btn-dark-custom:hover {
  background: var(--primary-light);
  color: var(--white);
  transform: translateY(-2px);
}

/* Footer */
.footer {
  background: var(--primary);
  color: rgba(255, 255, 255, 0.8);
  padding: 4rem 0 0;
}

.footer h5 {
  color: var(--white);
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.footer a {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.3rem 0;
}

.footer a:hover {
  color: var(--accent);
}

.footer .social-links a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: var(--transition);
}

.footer .social-links a:hover {
  background: var(--accent);
  color: var(--primary);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
  margin-top: 3rem;
  text-align: center;
  font-size: 0.9rem;
}

/* Page header (inner pages) */
.page-header {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  padding: 3rem 0 3.5rem;
  color: var(--white);
  text-align: center;
  position: relative;
  margin-top: -1px;
}

.page-header::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 60px;
  background: var(--white);
  clip-path: polygon(0 0, 100% 80%, 100% 100%, 0 100%);
}

.page-header h1 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3rem);
}

.page-header .breadcrumb {
  justify-content: center;
  margin-top: 1rem;
}

.page-header .breadcrumb-item a {
  color: var(--accent);
}

.page-header .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.7);
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

/* Contact form */
.contact-form .form-control,
.contact-form .form-select {
  border: 2px solid #e9ecef;
  border-radius: var(--radius);
  padding: 0.8rem 1rem;
  transition: var(--transition);
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 0.2rem rgba(156, 184, 58, 0.15);
}

.contact-info-card {
  background: var(--primary);
  color: var(--white);
  border-radius: var(--radius);
  padding: 2.5rem;
  height: 100%;
}

.contact-info-card h4 {
  color: var(--white);
  margin-bottom: 2rem;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.contact-info-item i {
  color: var(--accent);
  font-size: 1.3rem;
  margin-top: 0.2rem;
}

.contact-info-item a {
  color: rgba(255, 255, 255, 0.9);
}

.contact-info-item a:hover {
  color: var(--accent);
}

/* WhatsApp float + call float */
.float-contact-left,
.float-contact-right {
  position: fixed;
  bottom: 25px;
  z-index: 999;
}

.float-contact-left {
  left: 25px;
}

.float-contact-right {
  right: 25px;
}

.float-contact {
  display: none;
}

.float-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: var(--transition);
}

.float-btn svg {
  width: 26px;
  height: 26px;
  display: block;
}

.float-btn:hover {
  color: var(--white);
  transform: scale(1.08);
}

.call-float {
  background: var(--primary);
}

.call-float:hover {
  background: var(--primary-light);
}

.whatsapp-float {
  background: #25d366;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
}

.whatsapp-float:hover {
  background: #1fb855;
}

.icon-wa {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.icon-wa svg {
  width: 1.1em;
  height: 1.1em;
}

.phone-number {
  unicode-bidi: embed;
  letter-spacing: 0;
  white-space: nowrap;
}

/* Quote sidebar */
.quote-sidebar-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: sticky;
  top: calc(var(--header-offset) + 1rem);
}

.quote-sidebar-card h4 {
  color: var(--primary);
  font-size: 1.35rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.quote-sidebar-card > p {
  color: var(--text-light);
  margin-bottom: 1.25rem;
  line-height: 1.8;
}

.quote-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.quote-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
  color: var(--text);
  line-height: 1.6;
}

.quote-features li i {
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.quote-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.quote-action-btn {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  color: var(--white);
  transition: var(--transition);
}

.quote-action-btn small {
  display: block;
  opacity: 0.9;
  font-size: 0.78rem;
}

.quote-action-btn strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
}

.quote-action-icon svg {
  width: 24px;
  height: 24px;
}

.quote-call-btn {
  background: var(--primary);
}

.quote-call-btn:hover {
  background: var(--primary-light);
  color: var(--white);
}

.quote-wa-btn {
  background: #25d366;
}

.quote-wa-btn:hover {
  background: #1fb855;
  color: var(--white);
}

.quote-email a {
  color: var(--text);
}

@media (max-width: 991px) {
  .quote-sidebar-card {
    position: static;
    margin-bottom: 1rem;
  }

  .float-contact-left {
    bottom: 18px;
    left: 18px;
  }

  .float-contact-right {
    bottom: 18px;
    right: 18px;
  }

  .float-btn {
    width: 52px;
    height: 52px;
  }
}

/* Map */
.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  width: 100%;
  height: 350px;
  border: 0;
}

/* About page timeline */
.timeline-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.timeline-year {
  min-width: 80px;
  height: 80px;
  background: var(--accent);
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* Quote page */
.quote-feature {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: var(--bg-light);
  border-radius: var(--radius);
  margin-bottom: 1rem;
}

.quote-feature i {
  font-size: 1.5rem;
  color: var(--accent);
}

/* Animations */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .hero-section {
    min-height: auto;
    padding: 8rem 0 6rem;
  }

  .hero-stats {
    gap: 1.5rem;
  }

  .section-padding {
    padding: 3.5rem 0;
  }
}

/* Dropdown */
.navbar-custom .dropdown-menu {
  background: var(--primary);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 0.5rem;
  max-height: 400px;
  overflow-y: auto;
}

.navbar-custom .dropdown-item {
  color: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  padding: 0.5rem 1rem;
}

.navbar-custom .dropdown-item:hover {
  background: rgba(212, 168, 67, 0.15);
  color: var(--accent);
}

/* Blog */
.blog-content h2 {
  font-size: 1.4rem;
  margin: 2rem 0 1rem;
  color: var(--primary);
}

.blog-content h3 {
  font-size: 1.15rem;
  margin: 1.5rem 0 0.8rem;
}

.blog-content p {
  margin-bottom: 1rem;
  line-height: 1.9;
}

.blog-content ul, .blog-content ol {
  margin: 1rem 0 1.5rem;
  padding-right: 1.5rem;
}

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

.blog-content strong {
  color: var(--primary);
}

.blog-meta .badge {
  font-weight: 500;
}

/* Category sidebar */
.cat-sidebar {
  position: sticky;
  top: 100px;
}

.cat-sidebar .list-group-item {
  border: none;
  padding: 0.7rem 1rem;
  border-radius: 8px !important;
  margin-bottom: 0.3rem;
}

.cat-sidebar .list-group-item.active {
  background: var(--primary);
  border-color: var(--primary);
}

.cat-sidebar .list-group-item:hover:not(.active) {
  background: var(--bg-light);
}

@media (max-width: 991px) {
  :root {
    --header-offset: 78px;
  }

  .top-bar {
    display: none;
  }

  .navbar-mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .navbar-custom .navbar-brand {
    order: 2;
    margin: 0 auto;
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .mobile-call-btn {
    order: 1;
  }

  .mobile-header-actions {
    order: 3;
  }

  .navbar-custom .navbar-collapse {
    order: 4;
    flex-basis: 100%;
    width: 100%;
    background: var(--white);
    padding: 1rem;
    border-radius: var(--radius);
    margin-top: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: var(--shadow);
    text-align: right;
  }

  .navbar-custom .navbar-nav {
    align-items: flex-end;
    width: 100%;
  }

  .navbar-custom .navbar-nav .nav-link {
    text-align: right;
    width: 100%;
  }

  .navbar-custom .dropdown-menu {
    right: 0;
    left: auto;
    text-align: right;
  }

  .navbar-custom .navbar-brand img {
    height: 58px;
    max-width: 160px;
  }

  .navbar-actions {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  .navbar-actions .btn {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-stat h3 {
    font-size: 1.6rem;
  }

  .hero-section {
    min-height: auto;
    padding: 3rem 0 5rem;
  }

  .section-padding {
    padding: 3.5rem 0;
  }

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

  .hero-stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .page-hero {
    padding-top: calc(var(--header-offset) + 1.5rem);
    padding-bottom: 1.5rem;
  }
}

.page-hero {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  color: var(--white);
  padding: 3rem 0 2.5rem;
  margin-top: calc(-1 * var(--header-offset));
  padding-top: calc(var(--header-offset) + 2rem);
}

.page-hero h1 {
  color: var(--white);
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  margin-bottom: 0.5rem;
}

.page-hero .breadcrumb-item a { color: rgba(255,255,255,0.85); }
.page-hero .breadcrumb-item.active { color: var(--accent); }

.pagination .page-link { color: var(--primary); border-radius: 8px; margin: 0 2px; }
.pagination .page-item.active .page-link { background: var(--accent); border-color: var(--accent); color: var(--primary); }

.hero-section::before {
  background: url('../assets/og-cover.jpg') center/cover no-repeat;
}

.contact-form .form-control, .contact-form .form-select { border-radius: 10px; padding: 0.75rem 1rem; }

.card-img-wrap img { object-fit: cover; width: 100%; }
