/*
Theme Name: Sadad Pro - سداد برو
Theme URI: https://sadadpro.com.sa
Author: Sadad Pro Team
Author URI: https://sadadpro.com.sa
Description: ثيم WordPress احترافي متخصص في سداد وتسوية القروض في المملكة العربية السعودية. يدعم اللغة العربية بالكامل مع تصميم حديث وأنيق.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Text Domain: sadad-pro
Tags: arabic, rtl, business, finance, loan, professional, one-page
*/

/* ============================================================
   CSS CUSTOM PROPERTIES (DESIGN TOKENS)
   ============================================================ */
:root {
  --gold: #C9A84C;
  --gold-light: #E8C97A;
  --gold-dark: #9A7A2E;
  --navy: #0B1A2E;
  --navy-mid: #142238;
  --navy-light: #1E3354;
  --cream: #FAF7F2;
  --cream-dark: #F0EBE0;
  --white: #FFFFFF;
  --text-dark: #0B1A2E;
  --text-mid: #3A4D63;
  --text-light: #6B7F96;
  --border: rgba(201, 168, 76, 0.2);
  --shadow-gold: 0 8px 40px rgba(201, 168, 76, 0.15);
  --shadow-navy: 0 8px 40px rgba(11, 26, 46, 0.12);
  --radius: 12px;
  --radius-lg: 20px;
  --font-primary: 'Tajawal', sans-serif;
  --font-heading: 'Cairo', sans-serif;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-primary);
  background-color: var(--cream);
  color: var(--text-dark);
  direction: rtl;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-dark);
}

h1 {
  font-size: clamp(32px, 5vw, 35px);
}

h2 {
  font-size: 29px !important;
  margin: 20px 0 !important;
}

h3 {
  font-size: 23px !important;
  margin: 20px 0 !important;
}

p,
li {
  line-height: 1.5 !important;
  font-size: 20px !important;
}

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5%;
}

.section {
  padding: 60px 5%;
}

.section--dark {
  background: var(--navy);
}

.section--white {
  background: var(--white);
}

.section--cream {
  background: var(--cream-dark);
}

.section-label {
  display: inline-block;
  color: var(--gold);
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 16px;
}

.section-title {
  margin-bottom: 20px;
}

.section-desc {
  font-size: 17px !important;
  max-width: 580px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--radius);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.btn--primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy);
}

.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(201, 168, 76, 0.4);
}

.btn--outline {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
}

.btn--outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.btn--dark {
  background: var(--navy);
  color: var(--white);
}

.btn--dark:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-navy);
}

.btn--lg {
  padding: 18px 44px;
  font-size: 17px;
}

.btn--sm {
  padding: 10px 22px;
  font-size: 14px;
}

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

/* ============================================================
   NAVBAR
   ============================================================ */
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  height: 72px;
  background: rgba(11, 26, 46, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
  display: flex;
  align-items: center;
  padding: 0 5%;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  color: var(--navy);
  font-family: var(--font-heading);
}

.logo-text {
  color: var(--white);
  font-size: 21px;
  font-weight: 700;
}

.logo-text span {
  color: var(--gold);
}

.main-nav ul {
  display: flex;
  gap: 28px;
  align-items: center;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s;
  position: relative;
}

.main-nav a:hover,
.main-nav .current-menu-item a {
  color: var(--white);
}

.main-nav .menu-cta a {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy) !important;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 700;
}

.main-nav .menu-cta a:hover {
  box-shadow: 0 6px 20px rgba(201, 168, 76, 0.35);
}

/* ============================================================
   SUB-MENU
   ============================================================ */
.main-nav li {
  position: relative;
}

.main-nav ul .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--navy);
  min-width: 200px;
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0;
  flex-direction: column;
  gap: 0;
  z-index: 100;
}

.main-nav li:hover>.sub-menu {
  display: flex;
}

.main-nav .sub-menu li {
  width: 100%;
}

.main-nav .sub-menu a {
  padding: 12px 24px;
  display: block;
  font-size: 14px;
  border-radius: 0;
  white-space: nowrap;
}

.main-nav .sub-menu a:hover {
  background: rgba(201, 168, 76, 0.1);
  color: var(--gold);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  background: var(--navy);
  padding: 80px 5% 60px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero__bg-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 25% 50%, rgba(201, 168, 76, 0.08) 0%, transparent 55%),
    radial-gradient(circle at 80% 15%, rgba(201, 168, 76, 0.05) 0%, transparent 40%);
}

.hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(201, 168, 76, 1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 168, 76, 1) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: 40px;
  padding: 8px 18px;
  margin-bottom: 28px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
}

.hero__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  animation: blink 2s ease-in-out infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

.hero__title {
  color: var(--white);
  margin-bottom: 24px;
}

.hero__title .gold {
  color: var(--gold);
}

.hero__desc {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.hero__stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 36px;
}

.hero__stat-num {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 900;
  color: var(--gold);
  display: block;
}

.hero__stat-label {
  color: #fff;
  font-size: 13px;
  margin-top: 4px;
}

/* ============================================================
   SERVICES
   ============================================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.service-card {
  background: var(--cream);
  border: 1px solid rgba(11, 26, 46, 0.07);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-navy);
  border-color: rgba(201, 168, 76, 0.3);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card__icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 24px;
}

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gold);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  margin-top: 20px;
  transition: gap 0.2s;
}

.service-card__link:hover {
  gap: 10px;
}

/* ============================================================
   HOW IT WORKS (STEPS)
   ============================================================ */
.steps-grid {
  display: flex;
  gap: 0;
}

.step-card {
  flex: 1;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.testimonial-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 36px;
  border: 1px solid rgba(11, 26, 46, 0.07);
  transition: box-shadow 0.3s;
}

.testimonial-card:hover {
  box-shadow: var(--shadow-navy);
}

.stars {
  color: var(--gold);
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 16px;
}

.testimonial-card blockquote {
  color: #000;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
}

.author__name {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 2px;
}

.author__meta {
  color: var(--text-light);
  font-size: 13px;
}

/* ============================================================
   FORMS
   ============================================================ */
.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-mid);
  margin-bottom: 8px;
}

.form-control {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid rgba(11, 26, 46, 0.12);
  border-radius: var(--radius);
  font-size: 15px;
  font-family: var(--font-primary);
  color: var(--text-dark);
  background: var(--cream);
  transition: border-color 0.2s, background 0.2s;
  outline: none;
}

.form-control:focus {
  border-color: var(--gold);
  background: var(--white);
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

/* ============================================================
   WHATSAPP & PHONE FLOAT
   ============================================================ */
.whatsapp-float,
.phone-float {
  position: fixed;
  left: 28px;
  bottom: 28px;
  z-index: 999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  transition: transform 0.25s;
}

.phone-float {
  right: 28px !important;
  background: #3325d3 !important;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}


.phone-float:hover {
  transform: scale(1.1);
  background: var(--navy-light);
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: #070F1C;
  color: rgba(255, 255, 255, 0.55);
  padding: 80px 5% 36px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.footer-widget-title {
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-links li+li {
  margin-top: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

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

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 72px 5%;
  }

  .hero {
    padding: 100px 5% 60px;
  }

  .hero__stats {
    gap: 24px;
  }

  .hero__actions {
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .main-nav {
    display: none;
  }

  /* Mobile Submenu Styling */
  .main-nav ul .sub-menu {
    position: static;
    display: flex !important;
    /* Force flex so it's vertically stacked */
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 0;
    margin-right: 15px;
    border-right: 2px solid rgba(201, 168, 76, 0.3);
  }

  .main-nav .sub-menu a {
    padding-right: 20px !important;
    /* Visual inset for Arabic RTL */
    font-size: 14px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-bottom: none !important;
  }

  /* Steps Grid on Mobile (2x2) */
  .steps-grid {
    flex-wrap: wrap;
    row-gap: 40px;
  }

  .step-card {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .steps-line {
    display: none !important;
  }

  /* Convert 2-column grids to 1-column on Mobile */
  .calc-wrapper,
  .contact-wrapper {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: none;
}

/* ============================================================
   WORDPRESS CORE CLASSES
   ============================================================ */
.alignleft {
  float: right;
  margin-left: 1.5rem;
}

.alignright {
  float: left;
  margin-right: 1.5rem;
}

.aligncenter {
  text-align: center;
  margin: 0 auto;
}

.wp-caption {
  max-width: 100%;
}

.sticky {
  border-right: 3px solid var(--gold);
  padding-right: 12px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* ============================================================
   EXTRA CLASSES FOR INDEX.PHP
   ============================================================ */
.section-header-cnt {
  text-align: center;
  margin-bottom: 60px;
}

.section-desc-center {
  margin: 0 auto;
}

.hiw-section {
  padding: 100px 5%;
}

.hiw-header-cnt {
  max-width: 600px;
  margin-bottom: 64px;
}

.hiw-title {
  color: #fff;
}

.steps-grid-wrap {
  position: relative;
}

.steps-line-bg {
  position: absolute;
  top: 40px;
  right: 60px;
  left: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.4), transparent);
}

.step-card-cnt {
  text-align: center;
  padding: 0 15px;
}

.step-card-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 900;
  color: var(--gold);
  margin: 0 auto 24px;
  background: var(--navy);
  position: relative;
  z-index: 1;
}

.step-card-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 12px;
}

.step-card-desc {
  color: #fff;
  font-size: 16px;
}
#calculator p {color :#000 !important;}
#how-it-works p {color:#fff !important;}
.calc-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.calc-box-wrap {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 48px;
  box-shadow: var(--shadow-navy);
  border: 1px solid rgba(11, 26, 46, 0.06);
}

.calc-box-title {
  font-size: 24px;
  margin-bottom: 8px;
}

.calc-box-desc {
  color: var(--text-light);
  font-size: 14px;
  margin-bottom: 32px;
}

.calc-result-wrap {
  background: var(--navy);
  border-radius: 12px;
  padding: 28px;
  margin-top: 20px;
}

.calc-result-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  margin-bottom: 6px;
}

.calc-result-value {
  color: var(--gold);
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 900;
}

.calc-result-note {
  color: rgba(255, 255, 255, 0.35);
  font-size: 12px;
  margin-top: 6px;
}

.feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 28px;
}

.feature-icon-box {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.feature-icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.feature-title {
  font-size: 21px;
  margin-bottom: 15px;
}

.feature-desc {
  font-size: 14px;
  color: var(--text-light);
}

.contact-section {
  background: var(--cream-dark);
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.contact-detail-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.contact-detail-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.contact-detail-title {
  font-size: 15px;
  margin-bottom: 4px;
}

.contact-detail-val {
  font-size: 14px;
  color: var(--text-mid);
}

.contact-form-wrap {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 48px;
  box-shadow: var(--shadow-navy);
}

.contact-form-title {
  font-size: 22px;
  margin-bottom: 8px;
}

.contact-form-desc {
  color: var(--text-light);
  font-size: 14px;
  margin-bottom: 32px;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.contact-form-group {
  margin: 0;
}

.contact-form-note {
  text-align: center;
  font-size: 12px;
  color: var(--text-light);
  margin-top: 14px;
}

.contact-form-msg {
  display: none;
  text-align: center;
  margin-top: 16px;
  padding: 14px;
  border-radius: 10px;
  font-weight: 600;
}

.cta-banner-wrap {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  padding: 80px 5%;
  text-align: center;
}

.cta-banner-title {
  font-family: var(--font-heading);
  font-size: 38px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 14px;
}

.cta-banner-desc {
  color: rgba(11, 26, 46, 0.7);
  font-size: 17px;
  margin-bottom: 36px;
}

.cta-banner-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-outline-navy {
  background: transparent;
  border: 2px solid var(--navy);
  color: var(--navy);
}

.service-icon-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .contact-form-row {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   ARCHIVE & CATEGORY PAGES
   ============================================================ */
.archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 32px;
}

.archive-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(11, 26, 46, 0.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.archive-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-navy);
}

.archive-card__image {
  height: 200px;
  overflow: hidden;
  position: relative;
  background: var(--cream);
}

.archive-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.archive-card__image--placeholder a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  text-decoration: none;
}

.archive-card__content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.archive-card__title {
  font-size: 20px !important;
  margin: 0 0 12px 0 !important;
}

.archive-card__title a {
  text-decoration: none;
  transition: color 0.2s;
}

.archive-card__title a:hover {
  color: var(--gold);
}

.archive-card__meta {
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 16px;
  display: flex;
  gap: 12px;
}

.archive-card__excerpt {
  color: var(--text-mid);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
}

.archive-card__link {
  color: var(--gold);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
}

.archive-card__link:hover {
  text-decoration: underline;
}

.archive-pagination {
  margin-top: 60px;
  text-align: center;
}

.archive-pagination .nav-links {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid rgba(11, 26, 46, 0.1);
  color: var(--navy);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}

.archive-pagination .page-numbers.current,
.archive-pagination .page-numbers:hover {
  background: var(--gold);
  color: var(--white);
  border-color: var(--gold);
}

.archive-pagination .prev,
.archive-pagination .next {
  width: auto;
  padding: 0 16px;
}

.archive-empty {
  text-align: center;
  padding: 80px 20px;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border: 1px dashed rgba(11, 26, 46, 0.1);
}

@media (max-width: 768px) {
  .contact-form-row {
    grid-template-columns: 1fr;
  }
}
table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
  text-align: left;
}

/* Header */
table thead th {
  background-color: #f8f9fa;
  font-weight: bold;
}

/* Striped rows */
table tbody tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}

/* Hover effect */
table tbody tr:hover {
  background-color: #e9ecef;
}