/*!
Theme Name: tyshousesolution
*/

div#mnmwp-main-menu {
    display: flex;
    justify-content: end;
}
#mnmwp-main-menu li:hover > ul > li {
    height: auto !important;
    z-index: 999;
}
#mnmwp-main-menu ul li a {
   
    font-size: 18px;
    color: #fff !important;
    font-weight: 300;
    transition: 0.5s 
ease-in-out;
    position: relative;
    text-transform: uppercase;
}
#mnmwp-main-menu {
    background: transparent !important;
}
#mnmwp-main-menu > ul > li{
    background: transparent !important;
}
#mnmwp-main-menu > ul > li:hover {
    background: transparent !important;
}

.nav-link:hover {
    color: #fff;
    transition: 0.7s ease-in-out;    
}

ul#menu-header-menu li a::before,
ul#menu-header-menu li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.7s ease-in-out;
}
ul#menu-header-menu li a:hover {
    color: #fff !important;
    transition: 0.7s ease-in-out;
}

ul#menu-header-menu li a::before {
  top: 0;
  left: 0;
}

ul#menu-header-menu li a::after {
	background-color: #fff !important;
  bottom: 0;
  right: 0;
}

ul#menu-header-menu li a:hover::before {
  width: 100%;
  transition: width 0.25s ease-in-out;
}

ul#menu-header-menu #menu-item-213 a:hover::before {
    width: 3% !important;
}

ul#menu-header-menu #menu-item-213 a:hover::after {
    width: 3% !important;
}
#mnmwp-main-menu ul ul {
    position: absolute;
    left: -9999px;
    margin: 40px 0 0;
    width: 100%;
    box-shadow: 0 5px 16px rgb(0 0 0 / 23%);
}
/* #mnmwp-main-menu ul ul li a:hover {
    color: #2e77cc !important;
} */
#mnmwp-main-menu ul ul li:hover > a, #mnmwp-main-menu ul ul li a:hover {
     color: #2e77cc !important;
}
#mnmwp-main-menu ul ul li a {
    border-bottom: 1px solid;
    padding: 11px 15px;
    width: 100%;
    background: #ffffff !important;
    font-size: 16px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 400;
    background: #333333;
    line-height: 24px !important;
}
ul#menu-header-menu li a:hover::after {
  width: 100%;
  transition: width 0.25s ease-in-out 0.25s;
}
textarea.wpcf7-form-control.wpcf7-textarea.input-textare {
    border: 1px solid #ccc;
    padding: 15px 20px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px; color: #fff!important;
    height: 196px;
    background: transparent;
}
span.wpcf7-form-control-wrap {
    width: 100%;
}
aside#secondary {
    width: 100%;
}
label.wp-block-search__label {
    display: none;
}

.wpcf7-select {
    border: 1px solid #ccc;
    padding: 15px 20px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
    background: transparent;
    color: #fff;
    appearance: none;
    background-image: url(/wp-content/uploads/2025/11/down-1.png);
    background-size: 5%;
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

.wpcf7-select option {
    color: #000;
}
/* select.wpcf7-form-control.wpcf7-select::placeholder {
    color: white !important;
} */


.detail-box.detail-box-hover {
    color: #fff;
}
.detail-box.detail-box-hover a {
    margin-right: 5px;
}
