/*--------------------------------------------------------------
# Fullscreen Hero Section
--------------------------------------------------------------*/

.mogobackground {
  width: 100%;
  min-height: 100vh;
  background: url("../img/hero-fullscreen-bg-mel-2.webp");
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

@media (max-width: 768px) {
.mogobackground {
  background: url("../img/hero-fullscreen-bg-mobile.webp");
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

}

@media (max-width: 800px) {
  .mogobackground {
    background: url("../img/hero-fullscreen-bg-mobile.webp");
    background-size: cover;
    position: relative;
    padding: 120px 0 60px;
  }
  
  }

  @media (max-width: 820px) {
    .mogobackground {
      background: url("../img/hero-fullscreen-bg-mobile.webp");
      background-size: cover;
      position: relative;
      padding: 120px 0 60px;
    }
    
    }

    @media (max-width: 912px) {
      .mogobackground {
        background: url("../img/hero-fullscreen-bg-mobile.webp");
        background-size: cover;
        position: relative;
        padding: 120px 0 60px;
      }
      
      }


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


.header .btn-getstarted,
.header .btn-getstarted:focus {
  font-size: 16px;
  color: var(--color-white);
  background:#69CCD2;
  padding: 8px 23px;
  border-radius: 4px;
  transition: 0.3s;
  font-family: var(--font-secondary);
}

.header .mogobtn-bookasession:hover,
.header .mogobtn-bookasession:focus:hover {
  color: var(--color-white);
  background:#7CE7EF;
}

.header .logo-mogo img {
  max-height: 50px;
  margin-right: 6px;
}


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.mogo-testimonials::before {
  content: "";
  position: relative;
  inset: 0;
}

.mogo-testimonials .testimonial-item .stars i {
  color: #7CBDC2;
  margin: 0 1px;
}

.mogo-testimonials {
  padding: 150px 0;
  background:linear-gradient(rgba(var(--color-black-rgb), 0.4), rgba(var(--color-black-rgb), 0.7)), url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.mogo-testimonials .testimonial-item .quote-icon-left,
.mogo-testimonials .testimonial-item .quote-icon-right {
  color: #9CD8D8;
  font-size: 26px;
  line-height: 0;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/


.contact .php-email-form button[type=submit]:hover {
  background: #9CD8D8;
}



/*--------------------------------------------------------------
# Book your session
--------------------------------------------------------------*/


.book-your-session .php-email-form input[type=text],
.book-your-session .php-email-form input[type=email],
.book-your-session .php-email-form input[type=datepicker],
.book-your-session .php-email-form textarea {
  border-radius: .375rem;
  box-shadow: none;
  font-size: 14px;
}

.book-your-session .php-email-form input[type=text]:focus,
.book-your-session .php-email-form input[type=email]:focus,
.book-your-session .php-email-form input[type=datepicker]:focus,
.book-your-session .php-email-form textarea:focus {
  border-color: var(--color-secondary-light);
}

.book-your-session .php-email-form input[type=text],
.book-your-session .php-email-form input[type=email],
.book-your-session .php-email-form input[type=datepicker]
{
  height: 48px;
  padding: 10px 15px;
}


.book-your-session .php-email-form textarea {
  padding: 10px 12px;
  height: 290px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.7rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 10px 15px;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: gray;
  background-color: #fff;
}


.contact .php-email-form .sent-book-request {
  display: none;
  color: var(--color-white);
  background: #ADBBE2;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


.scroll-top:hover {
  background: #6DB5BB;
  color: var(--color-white);
}