  /* ===== Header Section ===== */
      .hero {
        /* background: linear-gradient(135deg, #853370 0%, #a4468a 100%); */
        /* background-image: url("hero-image.jpeg"); */
        color: #fff;
        /* padding: 70px 20px; */
        text-align: center;
        width: 100%;
      }
      .hero img {
        width: 100%;
      }
      @media (max-width: 768px) {
        .hero img {
          height: 200px;
        }
      }

      /* ===== Section Layout ===== */
      .section {
        padding: 60px 0;
      }

      .feature-card {
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        padding: 20px;
        margin-bottom: 15px;
      }

      .feature-card h6 {
        color: #8b2c75;
        font-weight: bold;
      }

      .btn-main {
        background-color: #8b2c75;
        color: #fff;
        border-radius: 12px;
        font-weight: 600;
      }

      .btn-main:hover {
        background-color: #a24d8e;
      }

      .btn-whatsapp {
        background-color: #25d366;
        color: #fff;
        border-radius: 12px;
        font-weight: 600;
      }

      .btn-whatsapp:hover {
        background-color: #1cb85e;
      }

      /* ===== Steps ===== */
      .step-card {
        background: #fff;
        border-radius: 10px;
        padding: 15px 20px;
        margin-bottom: 10px;
        border: 1px solid #eee;
      }

      .step-card strong {
        color: #8b2c75;
      }

      /* ===== Image Style ===== */
      .illustration img {
        border-radius: 16px;
        width: 100%;
        object-fit: cover;
      }

      /* ===== Conditions ===== */
      .conditions {
        background: #fff;
        border-radius: 16px;
        padding: 30px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      }

      .conditions h4 {
        color: #8b2c75;
        font-weight: bold;
      }

      .conditions ul li {
        margin-bottom: 10px;
      }
      .section-1 .title {
        color: #954a82 !important;
        font-weight: 700;
      }
      .section-1 p {
        font-size: 27px;
      }
      .feature-card h4 {
        color: #8b2c75;
      }
      .steps-section {
        padding: 10px 0;
        background-color: #ffeefa;
      }

      .steps-title {
        color: #7b1d6d;
        font-weight: 700;
        margin-bottom: 30px;
        text-align: justify;
      }

      /* Step box */
      .step-card {
        background-color: #fff;
        border-radius: 12px;
        padding: 16px 20px;
        margin-bottom: 10px;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
        border: 1px solid #f3e6f3;
        transition: all 0.3s ease;
      }

      .step-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      }

      .step-number {
        color: #7b1d6d;
        font-weight: 700;
      }

      .step-card h6 {
        color: #7b1d6d;
        font-weight: 700;
        margin-bottom: 4px;
      }

      .step-card p {
        color: #444;
        margin: 0;
        font-size:18px;
      }

      /* Image and buttons */
      .steps-image img {
        width: 100%;
        border-radius: 14px;
        margin-bottom: 15px;
      }

      .btn-main {
        background-color: #8b2c75;
        color: #fff;
        border-radius: 30px;
        font-weight: 600;
        padding: 10px 22px;
      }

      .btn-main:hover {
        background-color: #a0468f;
      }

      .btn-whatsapp {
        background-color: #25d366;
        color: #fff;
        border-radius: 30px;
        font-weight: 600;
        padding: 10px 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
      }

      .btn-whatsapp:hover {
        background-color: #1cb85e;
      }

      @media (max-width: 768px) {
        .steps-section {
          text-align: center;
        }

        .btn-main,
        .btn-whatsapp {
          width: 30%;
          justify-content: center;
        }
      }

      .installment-conditions {
        font-family: "Tajawal", sans-serif;
        /* background-color: #fdf5fa; */
        color: #4a0040;
        padding: 60px 0;
      }

      .installment-conditions .section-title {
        color: #7b1d6d;
        font-weight: 700;
        margin-bottom: 30px;
      }

      .installment-conditions .condition-card {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 14px;
        padding: 16px 20px;
        margin-bottom: 15px;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
      }

      .installment-conditions .condition-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      }

      .installment-conditions .condition-card h6 {
        color: #7b1d6d;
        font-weight: 700;
        margin-bottom: 8px;
      }

      .installment-conditions .condition-card p {
        margin: 0;
        font-size: 18px;
        color: #444;
        line-height: 1.6;
      }

      .installment-conditions .note {
        font-size: 18px;
        color: #7b1d6d;
        border: 1px solid #e8cfee;
        background: #f9f1fa;
        padding: 15px 14px;
        border-radius: 10px;
        display: inline-block;
        margin-top: 5px;
        width: 100%;
      }

      /* 🔹 منتجات */
      .installment-conditions .product-card {
        background: #fff;
        border-radius: 12px;
        padding: 10px;
        text-align: center;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        border: 1px solid #f0e3f0;
      }

      .installment-conditions .product-card:hover {
        transform: translateY(-4px);
      }

      .installment-conditions .product-card img {
        width: 80px;
        margin-bottom: 10px;
      }

      .installment-conditions .product-card h6 {
        font-size: 18px;
        color: #7b1d6d;
        margin-bottom: 4px;
        font-weight: 700;
      }

      .installment-conditions .product-card p {
        color: #7b1d6d;
        font-weight: 600;
        font-size: 16px;
      }

      /* 🔹 الأزرار */
      .installment-conditions .btn-main {
        background-color: #8b2c75;
        color: #fff;
        border-radius: 30px;
        font-weight: 600;
        padding: 10px 10px;
        font-size: 17px;
      }

      .installment-conditions .btn-main:hover {
        background-color: #a0468f;
      }

      .installment-conditions .btn-whatsapp {
        background-color: #25d366;
        color: #fff;
        border-radius: 30px;
        font-weight: 600;
        padding: 10px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        font-size: 17px;
      }

      .installment-conditions .btn-whatsapp:hover {
        background-color: #1cb85e;
      }

      @media (max-width: 768px) {
        .installment-conditions {
          text-align: center;
        }

        .installment-conditions .btn-main,
        .installment-conditions .btn-whatsapp {
          width: fit-content;
        }
      }
      .sec-btn{
        font-size: 18px;
      }

      @media(max-width:768px)
      {
        .what-install{
                flex-direction: column-reverse;
        }
        .request-sec-btn{
            width: 70% !important;
        }
      }
      [lang="en"] section .row{
            flex-direction: row-reverse;
    text-align: end;
      }

