@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,900&display=swap");
body {
  overflow-x: hidden;
}

.MainPageBody {
  font-family: "Roboto", sans-serif;
}

@font-face {
  font-family: "Fancy";
  src: url(media\f ontssourcesource\e lsie-Regular.ttf) format("truetype");
}
.title-text {
  font-family: "Open Sans", sans-serif !important;
}

.bg-hero {
  background-color: #C72307 !important;
}

btn.bg-hero {
  background-color: #C72307 !important;
}

.btn.btn-danger {
  background-color: #C72307;
}

.btn.btn-danger:hover {
  background-color: #B02A37;
}

.bg-primary {
  background-color: #f7f7f7 !important;
}

.bg-secondary {
  background-color: #fff !important;
}

.update-link {
  color: blue !important;
}

#essex-builder-review::before {
  content: "";
  position: absolute;
  top: 0%; /* Adjust this value to fine-tune the vertical position */
  left: -30px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/mandyschoolofmotoring/frontend/web/images/quote.png");
  background-repeat: no-repeat;
  background-size: contain; /* Adjust as needed */
}

.footer-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: white;
}

.btn {
  cursor: pointer; /* Use the pointer cursor as a fallback */
  transition: all 0.3s ease;
}

.btn:hover {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="white" fill-opacity="0.5"><circle cx="15" cy="15" r="12"/></svg>') 15 15, auto;
}

.accordion-button:not(.collapsed) {
  color: black !important;
  background-color: rgba(199, 35, 7, 0.5) !important;
  border-color: rgba(199, 35, 7, 0.5) !important;
  box-shadow: 0px 0px 10px rgba(199, 35, 7, 0.5) !important;
}

.accordion-button:focus {
  border-color: rgba(199, 35, 7, 0.5) !important;
  box-shadow: 0px 0px 10px rgba(199, 35, 7, 0.5) !important;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  height: auto;
}

.contact .info {
  padding: 30px;
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  color: #ed3c0d;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #050d18;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #173b6c;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: red;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: red;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 15px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #C72307;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #C72307;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=styles.css.map */
