:root {
    --primary-bg: #27a39b;
    /* --navbar-bg: #1f7e77; */
    --text-white: #ffffff;
    --text-dark: #0a3442;
    --text-muted: #666;
    --text-hover: #dcdcdc;
    --gradient-start: #d95eff;
    --gradient-end: #5e8bff;
    --heading-color: #0A3442;
    --shadow-color: rgba(0, 0, 0, 0.2);
    --bg-light: #eafaf8;
    --card-bg: linear-gradient(180deg, #dff6f3, #038378);
    --radius: 20px;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Zain', sans-serif;
  }
  
  body {
    background-color: #ffffff;
    direction: rtl;
  }
  
  /* النافبار والهيرو من landing.css */

  /* ========== صفحة الاستشارات - تنسيق جديد ========== */
  .cons-page {
    background: linear-gradient(180deg, #f0faf9 0%, #fff 25%, #fff 75%, #eafaf8 100%);
    padding-bottom: 48px;
  }

  .cons-hero {
    padding: 48px 5% 56px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .cons-hero-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
  }

  .cons-hero-text {
    flex: 1;
    min-width: 280px;
    max-width: 52%;
    text-align: right;
  }

  .cons-hero-label {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: #33A5A0;
    margin-bottom: 8px;
  }

  .cons-hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0A3442;
    margin: 0 0 20px;
    line-height: 1.3;
  }

  .cons-hero-desc {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #0A3442;
    margin: 0;
    font-weight: 500;
  }

  .cons-hero-img-wrap {
    position: relative;
    flex: 1;
    min-width: 260px;
    max-width: 42%;
  }

  .cons-hero-img-wrap img {
    width: 100%;
    max-width: 380px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(10, 52, 66, 0.15);
    position: relative;
    z-index: 2;
    object-fit: cover;
  }

  .cons-hero-accent {
    width: 180px;
    height: 280px;
    background: linear-gradient(180deg, #33A5A0 0%, #2b8f8d 100%);
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
    border-radius: 16px;
    z-index: 1;
    opacity: 0.9;
  }

  /* استشاراتنا - كروت */
  .cons-services {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5% 48px;
  }

  .cons-services-title {
    font-size: 2rem;
    font-weight: 800;
    color: #0A3442;
    text-align: center;
    margin: 0 0 32px;
  }

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

  .cons-card {
    border-radius: 16px;
    padding: 28px 22px;
    text-align: center;
    box-shadow: 0 6px 24px rgba(10, 52, 66, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(51, 165, 160, 0.15);
  }

  .cons-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(51, 165, 160, 0.18);
  }

  .cons-card img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .cons-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.4;
  }

  .cons-card p {
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0;
  }

  .cons-card-1 {
    background: linear-gradient(180deg, #33A5A0 0%, #2b8f8d 100%);
    color: #fff;
  }
  .cons-card-1 h3 { color: #fff; }
  .cons-card-1 p { color: rgba(255,255,255,0.95); }

  .cons-card-2 {
    background: #fff;
    border: 2px solid #33A5A0;
  }
  .cons-card-2 h3 { color: #0A3442; }
  .cons-card-2 p { color: #33A5A0; font-weight: 600; }

  .cons-card-3 {
    background: linear-gradient(180deg, #0A3442 0%, #134C56 100%);
    color: #fff;
  }
  .cons-card-3 h3, .cons-card-3 p { color: #fff; }

  .cons-card-4 {
    background: #fff;
    border: 2px solid #0A3442;
  }
  .cons-card-4 h3 { color: #0A3442; }
  .cons-card-4 p { color: #33A5A0; font-weight: 600; }

  /* فورم حجز الموعد */
  .cons-booking {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5% 48px;
  }

  .cons-booking-card {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid rgba(51, 165, 160, 0.35);
    border-radius: 16px;
    padding: 36px 32px;
    box-shadow: 0 8px 32px rgba(10, 52, 66, 0.08);
    position: relative;
    text-align: right;
  }

  .cons-booking-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #33A5A0;
    margin: 0 0 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(51, 165, 160, 0.3);
  }

  .cons-success {
    color: #0A3442;
    font-weight: 600;
    margin-bottom: 16px;
    padding: 12px 16px;
    background: rgba(51, 165, 160, 0.12);
    border-radius: 10px;
  }

  .cons-form {
    margin-top: 8px;
  }

  .cons-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }

  .cons-form-row .cons-form-group {
    flex: 1 1 280px;
  }

  .cons-form-group {
    display: flex;
    flex-direction: column;
  }

  .cons-form-group label {
    font-size: 1rem;
    font-weight: 700;
    color: #0A3442;
    margin-bottom: 8px;
  }

  .cons-form-group input,
  .cons-form-group select,
  .cons-form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(51, 165, 160, 0.5);
    border-radius: 10px;
    background: #fff;
    font-size: 1rem;
    font-family: inherit;
    box-sizing: border-box;
  }

  .cons-form-group input:focus,
  .cons-form-group select:focus,
  .cons-form-group textarea:focus {
    outline: none;
    border-color: #33A5A0;
    box-shadow: 0 0 0 3px rgba(51, 165, 160, 0.15);
  }

  .cons-error {
    font-size: 0.9rem;
    color: #c00;
    margin-top: 4px;
    display: block;
  }

  .cons-attendance-group {
    margin-top: 8px;
  }

  .cons-attendance-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
  }

  .cons-attendance-option {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border: 1px solid rgba(51, 165, 160, 0.45);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
  }

  .cons-attendance-option input {
    width: auto;
    margin: 0;
    accent-color: #33A5A0;
  }

  .cons-attendance-option span {
    font-weight: 600;
    color: #0A3442;
  }

  .cons-attendance-option:has(input:checked) {
    border-color: #33A5A0;
    background: #e8f7f5;
  }

  .cons-form-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(51, 165, 160, 0.2);
  }

  .cons-submit {
    padding: 14px 32px;
    background: linear-gradient(135deg, #33A5A0 0%, #2b8f8d 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .cons-submit:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(51, 165, 160, 0.4);
  }

  .cons-duration {
    text-align: right;
  }

  .cons-duration-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0A3442;
  }

  .cons-duration-value {
    font-size: 1rem;
    font-weight: 700;
    color: #33A5A0;
  }

  /* ريسبونسيف - استشارات */
  @media (max-width: 1024px) {
    .cons-hero-inner {
      flex-direction: column;
      text-align: center;
    }
    .cons-hero-text {
      max-width: 100%;
      text-align: center;
    }
    .cons-hero-img-wrap {
      max-width: 100%;
    }
    .cons-hero-accent {
      display: none;
    }
  }

  @media (max-width: 768px) {
    .cons-hero {
      padding: 32px 16px 40px;
    }
    .cons-hero-title {
      font-size: 2rem;
    }
    .cons-cards {
      grid-template-columns: 1fr 1fr;
    }
    .cons-booking-card {
      padding: 24px 20px;
    }
    .cons-form-footer {
      flex-direction: column;
      align-items: stretch;
    }
    .cons-submit {
      width: 100%;
    }
  }

  @media (max-width: 480px) {
    .cons-cards {
      grid-template-columns: 1fr;
    }
    .cons-form-row .cons-form-group {
      flex: 1 1 100%;
    }
  }
  












