section#contact-section .upper-part {
  padding: 80px 0 60px;
  background-color: #adcca7;
}

section#contact-section .upper-part .widget-area .info-widget {
  margin-bottom: 40px;
  text-align: right;
  direction: rtl;
  color: #222;
}

section#contact-section .upper-part .widget-area .info-widget h1 {
  color: #222;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

section#contact-section .upper-part .widget-area .info-widget p {
  margin-bottom: 10px;
  color: #333;
  font-size: 15px;
}

section#contact-section .upper-part .widget-area .info-widget p span {
  color: #000;
  display: block;
}

section#contact-section .upper-part .widget-area .info-widget ul.social-icons {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

section#contact-section .upper-part .widget-area .info-widget ul.social-icons li {
  list-style: none;
}

section#contact-section .upper-part .widget-area .info-widget ul.social-icons li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #eee;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #222;
  font-size: 16px;
  transition: 0.3s;
}

section#contact-section .upper-part .widget-area .info-widget ul.social-icons li a:hover {
  background: #ccc;
}

/* Contact Form */
#contact-form {
  margin: 0;
  direction: rtl;
  text-align: right;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: right;
  font-size: 14px;
  color: #222;
  background: #fff;
}

#contact-form textarea {
  min-height: 100px;
  resize: vertical;
}

#contact-form input[type="submit"] {
  background: #4CAF50;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}

#contact-form input[type="submit"]:hover {
  background: #45a049;
}

#contact-section {
  background-color: #f9f9f9;
  padding: 50px 0;
  text-align: center;
}
#contact-section .reservation-form input,
#contact-section .reservation-form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#contact-section .reservation-form input[type="submit"] {
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
}
#contact-section .reservation-form input[type="submit"]:hover {
  background-color: #45a049;
}

/* מקטין את השדות */
#contactForm input,
#contactForm textarea {
  font-size: 14px; /* קצת יותר קטן */
  padding: 8px; /* פחות גובה */
  direction: rtl; /* טקסט וכיוון לימין */
  text-align: right; /* גם הפלאסיהולדר לימין */
}

/* הכפתור */
#contactForm input[type="submit"],
#contactForm button {
  font-size: 14px;
  padding: 8px;
   text-align: center;
}