/*
Theme Name: Elitesphere
Theme URI: 
Author: Eagle Vision IT
Author URI: https://eaglevisionit.com
Description: 
Version: 1.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
Text Domain: elitesphere
*/

html {
  scroll-behavior: smooth;
}

footer {
  margin-top: 0;
}

.wpcf7-form label {
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat";
}

.wpcf7-form-control {
  width: -webkit-fill-available;
  padding: 12px 15px;
  margin-bottom: 18px;
  border: 1px solid #333;
  border-radius: 6px;
  background-color: #111;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
  margin-top: 6px;
}

.wpcf7-form-control:focus {
  border-color: #ff0000;
  background-color: #000;
  outline: none;
}

.wpcf7-form-control::placeholder {
  color: #aaa;
}

.wpcf7-submit {
  background-color: #ff0000;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-family: "Montserrat";
}

.wpcf7 form p:last-child {
  text-align: center;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #ff4d4d;
  font-size: 12px;
}

.wpcf7-response-output {
  color: #fff;
  border: 1px solid #ff0000;
  padding: 10px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .no-mobile {
    display: none !important;
  }
  .wrapper-spacing {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .hero-content {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .hero-cover {
    min-height: 500px !important;
  }
  .responsive-cover {
    min-height: 250px !important;
  }
  .title-wrapper {
    padding-bottom: 30px !important;
  }
}
