@charset "utf-8";

:root { --mainColor: #6cbdde; --text: #ffffff; --input-color: #ffffff; --valid-input-color: #ffffff; }

#Send-Us-Message { border: none; border-radius: 5px; max-width: 560px; margin: 0px auto; font-family: Arial; box-shadow: rgba(0, 0, 0, 0.19) 3px 3px 6px; background: rgb(47, 48, 50); }

.Send-Us-Message-Wrapper { max-width: 400px; margin: 0px auto; padding: 0px 40px 40px; box-sizing: border-box; }

.Send-Us-Message-Title { text-align: center; padding: 30px 15px; font-size: 30px; background: rgba(108, 189, 222, 0); color: var(--text); text-transform: uppercase; margin: 0px; line-height: 1.2; letter-spacing: 2px; }

@media (max-width: 767px) {
  .Send-Us-Message-Title { font-size: 24px; }
}

#Send-Us-Message input { font-size: 16px; margin-bottom: 16px; width: 100%; padding: 12px 15px; box-sizing: border-box; border-top: none; border-right: none; border-left: none; border-image: initial; border-bottom: 1px solid rgb(255, 255, 255); border-radius: 0px; color: var(--input-color); line-height: 1; box-shadow: none; font-family: Arial; background: none; }

#Send-Us-Message input::placeholder { color: rgb(255, 255, 255); }

#Send-Us-Message input:focus { outline: none; border-top: none; border-right: none; border-left: none; border-image: initial; border-bottom: 1px solid rgb(223, 6, 6); }

.Send-Us-Message-Btn { background: none; color: var(--text); width: 100%; padding: 14px; font-weight: 700; font-size: 16px; border: 1px solid var(--mainColor); cursor: pointer; text-transform: uppercase; border-radius: 4px; font-family: Arial; letter-spacing: 1px; box-shadow: rgba(0, 0, 0, 0.19) 3px 3px 6px; margin: 20px 0px; }

.Send-Us-Message-Btn:hover { box-shadow: rgb(108, 189, 222) 0px 0px 10px; }

.Send-Us-Message-Btn { position: relative; padding: 8px 20px; border-radius: 0px; overflow: hidden; color: rgb(255, 255, 255); cursor: pointer; transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out; }

.Send-Us-Message-Btn::before { position: absolute; content: ""; top: 0px; left: 0px; width: 100%; height: 100%; background: linear-gradient(
            120deg,
            transparent,
            var(--mainColor),
            transparent
    ); transform: translateX(-100%); transition: transform 0.6s ease-in-out; }

.Send-Us-Message-Btn:hover { background: transparent; box-shadow: rgba(51, 152, 219, 0.5) 0px 0px 20px 10px; }

.Send-Us-Message-Btn:hover::before { transform: translateX(100%); }

input.error { position: relative; margin-bottom: 5px !important; background: rgba(255, 0, 0, 0.125) !important; color: var(--valid-input-color) !important; }

input.error::placeholder { color: rgb(0, 0, 0); }

label.error { font-family: Arial; color: red; font-size: 14px; text-align: center; font-weight: 600; margin-bottom: 10px; display: block; }

.phone + label.error { margin: 5px 0px 0px !important; }

input.valid { background: rgba(0, 239, 0, 0.19) !important; color: var(--valid-input-color) !important; }

.iti--separate-dial-code { max-width: 100%; width: 100%; margin-bottom: 16px; padding: 0px !important; }

.iti__selected-country { padding-right: 13px; border-radius: 4px 0px 0px 3px; background: rgb(225, 225, 225) !important; height: 42px !important; }

.iti__selected-dial-code { color: rgb(0, 0, 0); }

.iti__country-container { pointer-events: none; }

.iti { width: 100%; margin-bottom: 20px; }

.iti__arrow { display: none; }

@media print {
  body { display: none !important; }
}
