/**
Theme Name: Astra Child (Cleanse)
Author: Harman
Author URI: https://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.main-header-bar {
  background-color: #fcfcfc;
}

.white p, .white h1, .white h2, .white h3 {
  color: #ffffff;
}

/* nav CTA */
#menu-item-66 a {
  background: #005787;
  padding: 20px;
  color: #ffffff;
  height: 50px;
}

.banner {
  height: 70vh;
}

.entry-content body, .entry-content p, .entry-content h1, .entry-content h2, .entry-content h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.large {
  font-size: 52px;
}

body .entry-content .bold {
  font-weight: 600 !important;
}

.pink-bg {
  background-color: #f799bd;
}

.purple-bg {
  background-color: #474060;
}

/* Buttons */
.btn {
  background: #f799bd;
  color: #ffffff;
  text-decoration: none !important;
  padding: 20px 30px;
  display: inline-block;
  margin: 0px 10px;
}

.btn.btn-pink {
  background: #f799bd;
  border: 1px solid #f799bd;
}

.btn.btn-pink:hover {
  background: #ffffff;
  color: #f799bd;
}

.btn.btn-blue {
  background: #005787;
  border: 1px solid #005787;
}

.btn.btn-blue:hover {
  background: #ffffff;
  color: #005787;
}

/* Home */
.product-title p {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.steps {
  margin: 20px 0px;
}

.steps p {
  margin: 0px;
}

.steps .step {
  color: rgba(247, 153, 189, 0.4);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.steps .step-icon {
  font-size: 60px;
  color: #005787;
  margin: 10px 0px 27px;
}

.steps .step-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Banner animation */
body .banner {
  background-image: url(https://cleanseiv.webfuzelabs.com/wp-content/uploads/2023/10/Mobile_IV_Therapy__Medical_Services_Delivered_To_You.jpg);
  background-size: cover;
  background-position: 20% 50%;
  animation: zoomToLeft 10s linear;
}

@keyframes zoomToLeft {
  0% {
    background-position: 20% 50%;
    /* Start with original size and position */
  }

  100% {
    background-position: 80% 50%;
    /* Zoom in to the left while maintaining original width */
  }
}

/* Words Animation */
.words-animation h1 {
  transition: color 0.5s;
  font-size: 57px;
  color: rgba(239, 239, 240);
}

.words-animation h1:hover {
  color: #f799bd;
}

/* Services */
.icons p {
  color: #474060;
  font-weight: 600;
}

.icons {
  font-size: 20px;
  text-align: center;
}

.icons i {
  font-size: 52px;
  margin: 20px;
}

.review {
  border: 1px solid #dcdcdc;
  border-radius: 30px;
  padding: 20px;
}

.review p {
  margin: 0px;
}

.review .name {
  font-weight: 600;
}

.review .date {
  font-size: 12px;
}

.review .stars {
  color: #f799bd;
}

.review .content {
  text-align: left;
  font-size: 15px;
  line-height: 1.1em;
  margin-top: 20px;
}

/* FOOTER */
.socials-footer p {
  text-align: right;
  font-size: 26px;
}

.socials-footer i {
  margin: 0px 10px;
}

.disclaimer p {
  font-size: 10px;
  line-height: 1em;
}

/* BOOKING FORM */
.amelia-app-booking #amelia-booking-wrap #am-step-booking .am-select-date, .amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-select-date {
  background: linear-gradient(135deg, #f799bd, #005787) !important;
}