 /* End GeneratePress Site CSS *//* GeneratePress Site CSS */ /* Menu - Get a quote button */
.menu-bar-items {
	flex-direction: row-reverse;
}

/* Box shadow */
.box-shadow {
	box-shadow: 3px 3px 40px -10px rgba(0,0,0,0.14);
} /* End GeneratePress Site CSS */
.rank-math-faq-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}

.rank-math-faq-item,
.rank-math-list-item {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}

.rank-math-question,
.rank-math-question-title {
  padding: 16px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  line-height: 1.4;
}

.rank-math-question::after,
.rank-math-question-title::after {
  content: "+";
  position: absolute;
  right: 18px;
}

.rank-math-answer {
  display: none;
  padding: 0 18px 18px;
}

.rank-math-faq-item.active .rank-math-answer,
.rank-math-list-item.active .rank-math-answer {
  display: block;
}
/* Default button */
.wpcf7 input[type="submit"] {
  background-color: #011057; /* main color */
  color: #ffffff;
  border: none;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.1s ease;
}

/* Hover effect */
.wpcf7 input[type="submit"]:hover {
  background-color: #5a6f9a; /* darker shade */
  transform: translateY(-1px); /* slight lift effect */
}

/* Compact Contact Form 7 */
.wpcf7 form p {
  margin: 0 0 6px 0 !important;
}

.wpcf7 form label {
  display: block !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  margin-bottom: 2px !important;
}

.wpcf7 form input,
.wpcf7 form select,
.wpcf7 form textarea {
  padding: 6px 10px !important;
  font-size: 14px !important;
  min-height: 36px !important;
  margin: 0 0 6px 0 !important;
}

.wpcf7 form textarea {
  height: 75px !important;
  min-height: 75px !important;
}

.wpcf7 form input[type="submit"] {
  padding: 9px 16px !important;
  min-height: auto !important;
  width: auto !important;
}
/* Contact Form 7 background card */
.wpcf7 {
  background: #f4f7fb !important;
  padding: 25px !important;
  border-radius: 10px !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08) !important;
}

/* Make inputs stand out */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
}