.elementor-295 .elementor-element.elementor-element-0f21fb7{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d19b728 *//* =========================
   فيديو تسجيل الكباتن
========================= */
.kokab-contact-video {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kokab-contact-video video {
  width: 100%;
  max-width: 480px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  object-fit: cover;
}

/* =========================
   ترتيب الديسكتوب (فيديو يسار)
========================= */
@media (min-width: 993px) {
  .kokab-driver-section .kokab-contact-container {
    flex-direction: row-reverse;
  }
}

/* =========================
   تابلت
========================= */
@media (max-width: 992px) {
  .kokab-contact-video video {
    max-width: 420px;
  }
}

/* =========================
   موبايل
========================= */
@media (max-width: 600px) {
  .kokab-contact-video video {
    max-width: 100%;
    border-radius: 16px;
  }

  .kokab-contact-text p {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* =========================
   العناوين والأيقونات
========================= */
.kokab-driver-section h2 {
  color: #E5272D;
}

.kokab-driver-section h3 {
  color: #444;
}

.kokab-driver-section i {
  color: #E5272D;
}

/* =========================
   تنسيق فورم CF7 (مريح للعين)
========================= */
.kokab-driver-form {
  background: #fafafa;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.kokab-driver-form label {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
  display: block;
}

.kokab-driver-form input,
.kokab-driver-form select {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 18px;
  border-radius: 12px;
  border: 1px solid #ddd;
  font-size: 15px;
  font-family: "Almarai", sans-serif;
  transition: 0.3s;
}

.kokab-driver-form input:focus,
.kokab-driver-form select:focus {
  outline: none;
  border-color: #E5272D;
  box-shadow: 0 0 0 2px rgba(229,39,45,0.15);
}

/* رفع الملفات */
.kokab-driver-form input[type="file"] {
  padding: 10px;
  background: #fff;
}

/* الموافقة */
.kokab-driver-form .wpcf7-acceptance label {
  font-size: 14px;
  font-weight: 400;
}

/* زر الإرسال */
.kokab-driver-form input[type="submit"] {
  background: #E5272D;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 14px;
  padding: 15px;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}

.kokab-driver-form input[type="submit"]:hover {
  background: #c81f25;
}

/* رسالة النجاح */
.wpcf7-response-output {
  margin-top: 20px;
  border-radius: 12px;
  font-size: 15px;
}

/* =========================
   ديسكتوب: عمودين للفورم
========================= */
@media (min-width: 992px) {
  .kokab-driver-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .kokab-driver-form .wpcf7-acceptance,
  .kokab-driver-form input[type="submit"] {
    grid-column: span 2;
  }
}

/* =========================
   موبايل فورم
========================= */
@media (max-width: 600px) {
  .kokab-driver-form {
    padding: 20px;
  }
}/* End custom CSS */