/*Heading Underline Remove*/
.elementor-heading-title a {
  text-decoration: none !important;
}

/* Submenu Dropdown width Increase*/
.elementor-42 .elementor-element.elementor-element-1fc1d78 ul.sub-menu {
    width: 250px !important;
}

/***Footer****/
/* Footer Container */
.elementor-element-ea9dcec {
  background-color: #000;
  padding: 30px 15px;
  text-align: center;
  color: #fff;
}

/* Footer Menu Styling */
#menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

#menu-footer-menu li {
  position: relative;
  font-size: 14px;
}

#menu-footer-menu li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

#menu-footer-menu li a:hover {
  color: #f22f2f;
}

/* Add dot separator */
#menu-footer-menu li:not(:last-child)::after {
  content: "•";
  color: #fff;
  margin-left: 15px;
}

/* Copyright Text */
.elementor-element-ed00f27 h6 {
  margin-top: 10px;
  font-size: 13px;
  color: #aaa;
  font-weight: normal;
}

/**Contact Form 7 Styling**/

/* Overall form wrapper */

.custom-form7-wrapper {
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
}

.custom-form7-wrapper .form-group {
  margin-bottom: 22px;
}

.custom-form7-wrapper label {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding-left: 5px;
}

.custom-form7-wrapper .form-control {
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-family: inherit;
  transition: border-color 0.3s ease;
}

.custom-form7-wrapper .textarea-control {
  height: 160px;
  resize: vertical;
  border: 2px solid #000;
}

.custom-form7-wrapper .form-control:focus {
  border-color: #e61919;
  outline: none;
}

.custom-form7-wrapper .submit-btn {
  background-color: #e61919;
  color: white;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-form7-wrapper .submit-btn:hover {
  background-color: #cc1515;
}

.elementor-element-52072fc a {
  text-decoration: none;
  color: inherit; /* Optional: keep text color consistent with surrounding text */
}
