
.svg-custom svg {
  fill: none !important;
}
.post, .page{
  margin: 0 !important;
  padding-top: 108px;
}
#masthead {
    position: fixed !important;
    top: 0 !important;
    z-index: 9999 !important;
    width: 100%;
}

.current_page_item a.hfe-menu-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    background: #243A5E;
    z-index: 1000;
    border-bottom: 1px solid #243A5E;
    opacity: 1 !important;
}


/* Hide for last menu item */
.hfe-nav-menu li:last-child.current_page_item a.hfe-menu-item::after {
    display: none;
}

.hfe-nav-menu li:last-child.current_page_item a.hfe-menu-item.elementor-button{
    color: #ffffff !important;
}


/* Contact Form 7 Layout */
.wpcf7 form {
  max-width: 768px;
	margin: auto;
}
.wpcf7 form p {
  margin:0;
}

/* Labels */
.wpcf7 form label {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  color: #6f6f6f;
  margin-bottom: 0px;
  text-transform: uppercase;
}

/* Inputs and Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  background: #f2f2f2;
  border: none;
  padding: 20px;
  font-size: 16px;
  color: #333;
  margin-top: 6px;
  border-radius: 2px;
  box-sizing: border-box;
}

/* Textarea height */
.wpcf7 textarea {
  height: 160px;
  resize: none;
}

/* Placeholder text */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #9a9a9a;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
  width: 100%;
  background: #2f4366;
  color: #fff;
  border: none;
  padding: 16px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 40px;
  transition: background 0.3s ease;
}

/* Button hover */
.wpcf7 input[type="submit"]:hover {
  background: #223453;
}

/* Section heading */
.wpcf7 h3 {
  margin: 30px 0 15px;
  font-size: 18px;
  color: #2f4366;
}


.wpcf7 form .wpcf7-response-output{
      margin: 0 !important;
      margin-top:10px !important;
}

.wpcf7-form p{
    margin: 0;
    position: relative;
}

.wpcf7-form .wpcf7-spinner {
    position: absolute;
    top: 70%;
    left: 40%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.form-text-wrapper{
    display: flex;
    gap: 8px;
    margin-top: 20px;
    background: #f2f2f2;
    padding: 24px;
    font-size: 14px;
    color: #333;
    border-radius: 2px;
    box-sizing: border-box;
    flex-direction: column;
}

.form-text-wrapper h5{
   font-size: 18px;
   color: #1C1C1C;
   margin: 0;
   font-family: "Crimson Pro", Sans-serif;
}

.form-text-wrapper p{
  font-size: 14px;
  color: #6B6B6B;
  margin: 0;
   
}



@media screen and (max-width: 767px) {
  ul#menu-1-026f9cc{
      background: #fafafa;
      border-top: 1px solid #e1e4e9;
      height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: start;
}
  ul#menu-1-026f9cc li a{
      background: #fafafa;

}

   ul#menu-1-026f9cc li:last-child {
   border-bottom: 1px solid #e1e4e9;
}
  result:last-child {
   border-bottom: 1px solid #e1e4e9;
}


  .post, .page{
  padding-top: 77px;
}

  .current_page_item a.hfe-menu-item::after {
    border: transparent;
    opacity: 0 !important;
}
.current_page_item a.hfe-menu-item {
    background: #243A5E !important;
    color:#ffffff  !important;
}




}