.wpcf7-response-output {
    border: 2px solid #FFFDFF36 !important;
    color: #fff !important;
    font-family: "Eastman", Sans-serif !important;
    font-weight: bold !important;
    text-align: center !important;
    padding: 10px !important;
}

.wpcf7-form  {
  backdrop-filter: blur(5px) !important;
  border: 1px solid rgba(255, 255, 255, 0.3)  !important;
  border-radius: 5px !important;
  padding: 30px !important;
  margin: auto !important;
  color: #000000 !important;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.1) !important;
}

/* Input Fields */

.wpcf7-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; /* your background */
  -webkit-text-fill-color: #ffffff !important; /* your text color */
  transition: background-color 5000s ease-in-out 0s;
}

.wpcf7-form input:focus, .wpcf7-form textarea:focus {
  border-color: #ffffff !important;
  outline: none;
  box-shadow: none;
  color: #ffffff;
}

.wpcf7-form  input, .wpcf7-form textarea {
  width: 100% !important;
  padding: 12px !important;
  margin-bottom: 15px !important;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: white !important;
  border-radius: 6px !important;
}

/* Placeholder Text */
.wpcf7-form  input::placeholder,
.wpcf7-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
	font-weight: bold !important;
	font-family: "Eastman", Sans-serif !important;
}

/* Focus State */
.wpcf7-form input:focus,
.wpcf7-form  textarea:focus {
  border-color: white !important;
}

/* Submit Button */
.wpcf7-form  input[type="submit"] {
  background-color: rgba(255, 255, 255) !important;
  border: 1px solid white !important;
  color: #00374d !important;
  padding: 12px 20px !important;
  cursor: pointer !important;
  border-radius: 6px !important;
  transition: background-color 0.3s ease !important;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #00374d !important;
  color: #fff !important;
    border: 1px solid #00374d !important;

}

.form-heading {
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
		font-family: "Eastman", Sans-serif !important;

}

.wpcf7 .small-textarea {
  height: 100px;
}

span.wpcf7-spinner {
    display: none !important;
}


.custom-image-border {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

/* Initial thin inner border */
.custom-image-border:after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 17px;
  right: 17px;
  content: "";
  border: 1px solid rgba(222, 222, 222, 0.43);
  pointer-events: none;
  transition: all 0.75s ease-in-out;
  box-sizing: border-box;
}

/* On hover: thicker border, inset reduced to give it space */
.custom-image-border:hover:after {
  top: 10px;
  bottom: 10px;
  left: 17px;
  right: 17px;
  border-width: 10px;
  border-color: rgba(222, 222, 222, 0.43); /* or your preferred hover color */
}



.custom-hover-block1::after {
  content: "John Doe";
  white-space: pre-line;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 55, 77, 0.8);
  color: #fff;
    font-family: "Eastman", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  text-align: center;
  padding: 10px;
}



.custom-hover-block-two::after {
  content: "Nick Adam";
  white-space: pre-line;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 55, 77, 0.8);
  color: #fff;
  font-family: "Eastman", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  text-align: center;
  padding: 10px;
}

.custom-hover-block-three::after {
  content: "Jerry Meek";
  white-space: pre-line;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 55, 77, 0.8);
  color: #fff;
    font-family: "Eastman", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  text-align: center;
  padding: 10px;
}

.custom-hover-block1:hover::after , .custom-hover-block-two:hover::after , .custom-hover-block-three:hover::after {
  opacity: 1;
}



.num-font {
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #00374D !important;
	
}

.num-font:hover {
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #00374D !important;
	
}



@media only screen and (min-width: 600px) {

li#menu-item-410 {
    display: none !important;
}
}

@media only screen and (max-width: 600px) {
	li#menu-item-44 {
    display: none !important;
}
  ul#menu-main {
    max-width: 50%;
    background-color: #00374d;
    text-transform: uppercase;
    color: #fff !important;
    padding: 18px; 
}

ul#menu-main li a{
    color: #fff !important;
    padding: 2px;
    font-family: "Eastman", Sans-serif;
    font-size: 15px;
    font-weight: 500;
}

div#ekit-megamenu-main {
    background-color: transparent;
}

.elementskit-nav-identity-panel {
    background-color: #fff !important;
}

.elementskit-menu-toggler {
    color:  #00374d !important;
    font-size: 22px !important;
    margin-top: 5px;
}
}

