/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.adobe.com/fonts/peridot-pe-variable?vf-instance=Condensed+Heavy&vf-font-size=64&vf-font=PeridotPEVariableRegular');
div#rs-preload {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999999;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.od-loader-genarator {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  perspective: 800px;
  margin-bottom: 5px;
}

.od-loader-genarator .inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.od-loader-genarator .inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #fff;
}

.od-loader-genarator .inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #fff;
}

.od-loader-genarator .inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #fff;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}



.site-header {
    z-index: 9;
}
.rs-main-header {
  padding: 13px 30px;
}
.rs-main-header.fixed-header {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 9999;
  width: 100%;
  padding: 0px 20px;
	background: #000;
}


.site-header .header-inner {
  padding: 0;
  align-items: center;
}
.site-footer .footer-inner {
  max-width: 1320px;
  padding: 0 20px;
  align-items: center;
}
.site-footer .footer-inner {
  justify-content: center;
}
.widget-inner {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
.widget-inner-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.rs-main-header .site-branding.show-logo img {
  transition: all 0.3s ease-in-out;
}


.site-navigation ul.menu li a {
  padding: 0;
}
.site-navigation ul.menu > li.current_page_item > a {
    color: #0099FF;
}
.rs-main-menu .menu > li > a {
    position: relative;
    display: block;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    padding: 2px 0 2px 0;
    font-size: 16px;
    font-family: "Atlas Typewriter Trial", serif;
    transition: all .3s ease-in-out;
}
.rs-main-menu .menu > li:hover > a{
    color: #ffffffb5;
}
.site-navigation ul.menu {
  align-items: center;
}
.rs-main-menu .menu > li {
    padding: 15px 29px;
}
.site-navigation ul.menu li.menu-item-has-children:after {
    content: none;
}
.rs-main-menu .menu > li:last-child {
  padding-right: 0;
}

.rs-main-menu .menu > li:last-child a:hover {
  background: #fff;
  color: #CC5909;
}

.rs-main-menu .menu > li:last-child a {
    border-radius: 300px;
    padding: 10px 20px;
    background: #CC5909;
    color: #fff;
    transition: all .3s ease-in-out;
}
.rs-main-header.fixed-header .menu > li > a {
  transition: all 0.3s ease-in-out;
}



.site-navigation ul.menu li ul {
    min-width: 269px;
    max-width: max-content;
    border-radius: 10px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
	overflow:hidden;
}
.site-navigation ul.menu li ul li {
    border: none;
}
.dropdown-btn {
    margin-left: 6px;
}

.site-navigation ul.menu li ul li a {
    font-size: 16px;
    display: block;
    color: #222;
    line-height: 24px;
    padding: 16px 24px;
    position: relative;
    transition: all .3s ease-in-out;
    width: 100%;
}

.site-navigation ul.menu li ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: transparent;
    transition: all .3s ease-in-out;
}
.site-navigation ul.menu li ul li.current_page_item a:before,
.site-navigation ul.menu li ul li a:hover:before {
    background: #0099FF;
}
.site-navigation ul.menu li ul li.current_page_item a,
.site-navigation ul.menu li ul li a:hover {
    background: #bfddf1;
}
.rs-outer-box {
  display: none;
  align-items: center;
  justify-content: end;
}

.menu-support-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.menu-support-info span {
    display: block;
    color: #222;
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.menu-support-info p {
    color: #222;
    font-family: "Poppins", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-block-end: 0;
    margin-bottom: 0;
}
.menu-support-icon {
    width: 48px;
    height: 48px;
    border: 1px solid #0099FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.menu-support-icon svg {
    margin-top: 3px;
    margin-right: 2px;
    transition: all .3s ease-in-out;
}


.rs-main-menu-support {
    display: flex;
    align-items: center;
    gap: 50px;
}
.rs-outer-box .mobile-nav-toggler {
  display: block;
  margin: 0;
  padding: 0px;
  font-size: 32px;
  margin-top: 0px;
  margin-left: 0;
  color: #fff;
  font-weight: 400;
}
.rs-outer-box .mobile-nav-toggler img {
  width: 32px;
  height: 32px;
}

.rs-mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  padding-right: 0;
  max-width: 100%;
  height: 100%;
  z-index: 999999;
}

.rs-mobile-menu .nav-logo {
  position: relative;
  padding: 20px 20px;
  text-align: left;
}

.rs-mobile-menu .nav-logo img {
  max-width: 118x;
}

.rs-mobile-menu-visible {
  overflow: hidden;
}

.rs-mobile-menu-visible .rs-mobile-menu {
  width: 300px;
  padding-right: 30px;
}

.rs-mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  background: rgb(255 255 255 / 16%);
  transition: all 0.4s ease-in-out;
}
.rs-mobile-menu-visible .rs-mobile-menu .menu-backdrop {
  width: 100%;
}

.rs-mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #000;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 0.3s ease-in-out;
}
.rs-mobile-menu-visible .rs-mobile-menu .menu-box {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.rs-mobile-menu .close-btn {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.rs-mobile-menu-visible .rs-mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  top: 34px;
  right: 15px;
}

.rs-mobile-menu .close-btn:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.rs-mobile-menu .menu {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgb(8 8 8 / 10%);
  margin-left: 0;
  padding-left: 0;
}

.rs-mobile-menu .menu li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgb(8 8 8 / 10%);
}

.rs-mobile-menu .menu li > ul > li:last-child {
  border-bottom: none;
}

.rs-mobile-menu .menu li > ul > li:first-child {
  border-top: 1px solid rgb(8 8 8 / 10%);
}
.rs-mobile-menu .menu li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 14px 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  white-space: break-spaces;
}
.mobile-nav-toggler {
  display: none;
}
.rs-outer-box .mobile-nav-toggler img {
  width: 32px;
  height: 32px;
}
.rs-mobile-menu .menu li:hover > a,
.rs-mobile-menu .menu li.current > a {
  color: #0099FF;
}

.rs-mobile-menu .menu li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 52px;
  text-align: center;
  font-size: 16px;
  line-height: 52px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.rs-mobile-menu .menu li.menu-item-has-children ul.sub-menu {
  position: relative;
  background: transparent;
  border: none;
  border-radius: 0;
  padding-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 0;
	max-height:300px;
	overflow-y:scroll;
}
.rs-mobile-menu .menu li a:focus,
.rs-mobile-menu .menu li a:hover {
  background-color: transparent !important;
}
.rs-mobile-menu .menu li.menu-item-has-children .dropdown-btn i {
  position: absolute;
  right: 0px;
  top: 3px;
  height: 44px;
  width: 50px;
  line-height: 44px;
	color:#0099FF;
}

.rs-mobile-menu .menu li.menu-item-has-children .dropdown-btn i:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.rs-mobile-menu .menu li > ul,
.rs-mobile-menu .menu li > ul > li > ul {
  display: none;
}

.rs-sticky-header .navbar-header {
  display: none;
}

.rs-sticky-header .mobile-nav-toggler {
  display: none;
}

.mCSB_scrollTools {
  width: 2px !important;
}
.mCSB_inside>.mCSB_container {
    margin-right: 0 !important;
}
/************************************
# Footer
 ***********************************/

div#wrapper-footer-full {
  background: #222;
  padding: 80px 0 60px;
}

#wrapper-footer p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

#wrapper-footer {
  background: #0a0a0a;
  padding: 15px 0;
}

div#wrapper-footer-full h3.widget-title {
  color: #fff;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 33px;
  text-transform: uppercase;
  font-family: "Poppins", serif;
}
.widget_custom_html,
.widget_nav_menu,
.footer-info {
  text-align: left;
}
.footer-info h6, .footer-info ul li, .footer-info ul li a, .footer-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #d5d0d0;
    font-family: "Poppins", serif;
}
ul#menu-footer-menu li a {
    font-size: 16px;
    padding: 7px 0;
    line-height: 26px;
    font-family: "Poppins", serif;
    color: #fff;
}
.footer-opening-hour ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-opening-hour ul li {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 17px;
    line-height: 26px;
    padding: 5px 0;
    display: flex;
    gap: 15px;
    align-items: center;
}
.footer-info-text {
    display: flex;
    flex-direction: column;
}
.footer-info-text a {
    color: #fff;
    font-size: 14px;
}
div#recent-posts-2 ul li {
    display: flex;
    flex-direction: column;
}
div#recent-posts-2 ul li a {
    color: #FFF;
    font-family: "Poppins", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 300px;
}

div#recent-posts-2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
div#recent-posts-2 ul li + li {
    border-top: 1px solid #373737;
    padding-top: 30px;
    margin-top: 15px;
}

div#recent-posts-2 ul li span {
    color: #FFF;
    font-family: "Poppins", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
}
.footer-opening-hour ul li + li {
    margin-top: 10px;
}
ul#menu-footer-menu li a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 16px;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}
ul#menu-footer-menu li a:hover:before {
    margin-right: 15px;
}
div#wrapper-footer-full a:hover {
    opacity: .8;
}

div#wrapper-footer-full a {
    transition: all .3s ease-in-out;
}
@media (min-width: 768px) {
  .footer-social ul {
    justify-content: end;
  }
}

.footer-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-info p.up-text {
  margin-bottom: 19px;
}

.footer-info ul {
  margin-top: 20px;
  margin-left: 0;
  padding: 0;
  list-style: none;
}

.footer-info p {
  max-width: 422px;
}

.footer-info ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget.widget_nav_menu ul li a {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #d9dbeb;
  padding: 7px 0;
  display: block;
}

.footer-widget.widget_nav_menu ul li:first-child a {
  padding-top: 0;
}
.gallery-columns-3 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  max-width: 140px;
}

.gallery-columns-3 .gallery-item {
  margin-bottom: 0;
}
.gallery-columns-3 .gallery-item {
  max-width: 40px;
}
ul.footer-social {
  margin: 0;
  padding: 0;
}
ul.footer-social li a {
  font-size: 25px;
}
ul.footer-social li {
  display: inline-block;
}

ul.footer-social li a {
  display: block;
}

ul.footer-social li a img {
  height: 19px;
}

ul.footer-social li + li a {
  margin-left: 20px;
}

span.back-to-top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    background: #0099FF;
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}
span.back-to-top:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .footer-info h6,
  .footer-info ul li,
  .footer-info ul li a,
  .footer-info p {
    font-size: 17px;
    line-height: 25px;
  }
  .footer-info ul li img {
    width: 20px;
  }
  ul#menu-footer-menu li a {
    padding: 3px 0;
    line-height: 25px;
  }
  .footer-opening-hour ul li {
    font-size: 17px;
    line-height: 25px;
    padding: 3px 0;
  }
  .footer-social ul {
    gap: 10px;
  }

  span.back-to-top {
    right: 10px;
  }
  .footer-social ul li a img {
    width: 32px;
  }
  .footer-widget {
    flex: 0 0 47%;
  }
}
@media (max-width: 1315px) {
.footer-info p {
    max-width: 370px;
}
.widget-inner-flex {
    gap: 0;
}
}
@media (max-width: 1199px) {
  .rs-main-menu .menu > li {
    padding: 15px 15px;
  }
}
@media (max-width: 992px) {
  .rs-outer-box {
    display: flex;
  }
#custom_html-2,
#nav_menu-2,
#custom_html-3,
#recent-posts-2{
	flex: 0 0 48%;
}
 
}
@media (min-width: 576px) {
   .site-header .header-inner {
        max-width: 1700px !important;
    }
}
@media(max-width:575px){
    .menu-support-icon {
    height: 35px;
    width: 35px;
}
.menu-support-icon svg {
    width: 20px;
    height: 20px;
}
.menu-support-info span {
    font-size: 14px;
}
.menu-support-info a {
    font-size: 16px;
}
.menu-support-info {
    gap: 0px;
}


#custom_html-2, #nav_menu-2, #custom_html-3, #recent-posts-2 {
    flex: 0 0 100%;
}
div#recent-posts-2 ul li + li {
    padding-top: 15px;
    margin-top: 15px;
}
div#recent-posts-2 ul li a {
    max-width: 100%;
}
.footer-opening-hour ul li {
    gap: 15px;
}
div#wrapper-footer-full h3.widget-title {
    font-size: 20px;
    margin-bottom: 20px;
}
ul#menu-footer-menu li a {
    padding: 7px 0;
    line-height: 25px;
    font-size: 18px;
}
.site-header .header-inner .site-branding .site-logo img.custom-logo {
    width: 100px;
}
.menu-support-info p {
    font-size: 15px;
}
.rs-main-header.fixed-header {
    padding: 5px 20px;
}
}
.rental-product-form select option[disabled]{
    color:#000 !important;
}
.signature-preview #dynamic-h1 {
    font-family: "Homemade Apple", serif;
}
form#dynamic-name-form input,
.signature-preview #dynamic-h1 {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #000;
}
form#dynamic-name-form label,
.signature-preview span {
    color: #000;
    font-family: "Poppins", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	margin-bottom:5px;
}
.dynamic-name-form-wrap {
    max-width: 600px;
}

form#dynamic-name-form input {
    margin-bottom: 25px;
    font-family: "Poppins", serif;
}

form#dynamic-name-form button {
	border-radius: 8px;
	background: #09F;
	border: none;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: "Poppins", serif;
	width: 100%;
	margin-top: 25px;
	height: 60px;
}

.printed-detail p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}
.printed-detail .printed-signature span {
  font-family: "Homemade Apple", serif;
  font-weight: 700;
  display: inline-block;
}

#dynamic-name-form {
	margin-top: 30px;
}
h2.swal2-title {
    font-size: 24px !important;
    line-height: 1  !important;
    font-weight: 700 !important;
}
.woocommerce form .form-row label.checkbox {
    display: flex;
    align-items: center;
    line-height: 1.2;
}

@media(max-width:767px){
    form#dynamic-name-form input, .signature-preview #dynamic-h1 {
        height: 50px;
        line-height: 40px;
        font-size: 20px;
    }
    form#dynamic-name-form input {
        margin-bottom: 15px;
    }
    form#dynamic-name-form button {
        font-size: 16px;
        margin-top: 15px;
        height: 50px;
    }
    .printed-detail p {
        font-size: 16px;
    }
}
.ovabrw-modern-product #booking_form button.submit .ajax_loading, .ovabrw-modern-product #request_booking button.submit .ajax_loading {
    right: 50% !important;
}
:root {
    --ovabrw-primary-calendar: #0099ff;
    --ovabrw-unavailable-color: #e86c60;
    --ovabrw-primary-color: #0099ff;
}

button.swal2-close {
    border: none !important;
    font-size: 30px !important;
}
button.swal2-close:focus {
    border: none !important;
    background: transparent !important;
    color: #c36 !important;
}

.isSessionMissing #payment ul.payment_methods::before {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: .5;
    cursor: pointer;
}

.isSessionMissing #payment ul.payment_methods {
    position: relative;
}
.row-one label {
    display: flex;
    flex: 1;
    max-width: 100%;
    gap: 10px;
    line-height: 1.3;
}

.row-one label input#marketing_opt_in {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}

.row-one label span {
    margin-top: -3px;
}

.row-one label input#marketing_opt_in:focus {
    outline: none;
}
.rental-product-form {
    position: relative;
}

#form-feedback {
    position: absolute;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    left: -30px;
    top: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0000003b;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
}
.row-one h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
}
@media(max-width:1366px){
  .row-one h2 {
      font-size: 28px;
      line-height: 28px;
  }	
}
@media(max-width:991px){
  .row-one h2 {
      font-size: 24px;
      line-height: 24px;
  }	
	.rs-main-header {
    padding: 8px 20px;
}
}


.contact-form input.elementor-field::placeholder {
  color: #fff !important;
}
.contact-form input.elementor-field::-webkit-input-placeholder { /* Chrome, Safari */
  color: #fff !important;
}
.contact-form input.elementor-field::-moz-placeholder { /* Firefox */
  color: #fff !important;
}
.contact-form input.elementor-field:-ms-input-placeholder { /* Older Edge */
  color: #fff !important;
}



.email-form input.elementor-field::placeholder {
  color: #000 !important;
}
.email-form input.elementor-field::-webkit-input-placeholder { /* Chrome, Safari */
  color: #000 !important;
}
.email-form input.elementor-field::-moz-placeholder { /* Firefox */
  color: #000 !important;
}
.email-form input.elementor-field:-ms-input-placeholder { /* Older Edge */
  color: #000 !important;
}