/*
 * This class for last menu item button
 */

/* normal */
.main-menu-last-item a{
	margin-left: 15px;
	padding: 20px 30px !important;
	background-color: #db3833 !important;
	color: #fff !important;
}
body.rtl .main-menu-last-item a{
		margin-right: 15px;
    margin-left: 0px;
}

/* hover */
.main-menu-last-item a:hover{
	background-color: #c82333 !important;
}

@media (max-width: 1024px){
	.main-menu-last-item a{
		margin-left: 0px;
		margin-top: 10px;
		padding: 20px !important;
	}
}

.elementor-slideshow__title {
	font-size: 16px;
	font-weight: 700;
	display: none;
}


/* Contact Form Wrapper */
.wpcf7 {
  max-width: 850px;
  margin: 0 auto;
}

/* Labels */
.wpcf7 label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2f4858;
  margin-bottom: 8px;
}

/* Inputs + Textareas + Select */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 16px 18px;
  margin-top: 8px;
  margin-bottom: 24px;
  border: 2px solid #d7dde2;
  border-radius: 12px;
  background: #ffffff;
  font-size: 16px;
  color: #333333;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* Focus State */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  outline: none;
  border-color: #2f4858;
  box-shadow: 0 0 0 4px rgba(47,72,88,0.12);
}

/* Textarea */
.wpcf7 textarea {
  min-height: 180px;
  resize: vertical;
}

/* Checkbox + Acceptance */
.wpcf7-checkbox,
.wpcf7-acceptance {
  display: block;
  margin-bottom: 24px;
}

/* Submit Button */
.custom-submit {
  background: #000000 !important;
  color: #ffffff !important;
  padding: 16px 34px !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.custom-submit:hover {
  background: #222222 !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0,0,0,0.18);
}

/* Form Background Card */
.wpcf7 form {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

/* Mobile */
@media (max-width: 768px) {
  .wpcf7 form {
    padding: 25px;
  }
}

.contact-section {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.10);
  text-align: center;
  max-width: 1550px;
  margin: 0 auto;
}

.contact-section h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #000000;
  font-size: 36px;
  text-shadow: none !important;
}

.contact-section p {
  color: #555555 !important;
  line-height: 1.8;
  font-size: 17px;
  margin-bottom: 20px;
  text-shadow: none !important;
}

.contact-button {
  display: inline-block;
  margin-top: 10px;
  padding: 14px 32px;
  background: #2f4858;
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(47,72,88,0.25);
}

.contact-button:hover {
  background: #3c5d71;
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(47,72,88,0.35);
}