.elementor-9320 .elementor-element.elementor-element-e4c6c61{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4676588 *//* ====== قسم نشر الكتاب ====== */
.publish-book-section {
  background: #fff;
  padding: 60px 0;
  direction: rtl;
}

.publish-book-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

/* ====== الجهة اليسرى - معلومات التواصل ====== */
.contact-info {
  flex: 1;
  background: #f9f9f9;
  border-radius: 12px;
  padding: 30px;
  max-width: 350px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.contact-info h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #333;
}

.contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-info ul li {
  margin-bottom: 12px;
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #444;
}

.contact-info ul li i {
  color: #d64b43;
  margin-left: 10px;
  font-size: 18px;
}

.contact-info a {
  color: inherit;
  text-decoration: none;
}

.contact-info h4 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333;
}

.social-links a {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  background: #d64b43;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  transition: 0.3s;
}

.social-links a:hover {
  background: #b23a35;
}

/* ====== الجهة اليمنى - الفورم ====== */
.contact-form {
  flex: 2;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.contact-form h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

/* دعم لعناصر Contact Form 7 */
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "cairo";
}

.wpcf7-form input[type="submit"] {
  background-color: #b8322b;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 25px;
  cursor: pointer;
  transition: background 0.3s;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #a02a25;
}

/* ====== تجاوب للموبايل ====== */
@media (max-width: 768px) {
  .publish-book-wrapper {
    flex-direction: column;
  }
  .contact-info {
    max-width: 100%;
  }
}/* End custom CSS */