/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Just+Another+Hand&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');

/* Global Styles */
:root {
  --primary-color: #46bfe4;
  --blue-hov: #1794ba;
  --calm: rgb(123, 176, 245);
  --navy: #0b0224;
  --accent-color: #1ceaed;
  --amaranth: #e52b50;
  --primary-transparent: rgba(34, 7, 88, 0.481);
  --light: #fafafa;
  --lighter: #f5f5f5;
  --dark: #2c2c2c;
  --grey: #cfcfcf;
  --light-grey: #eeecec;
  --dark-grey: #393939;
  --darker: #080808;
  --dark-transparent: #090432dd;
  --black: #000000;
  --yellow: #fdd935;
  --yellow-1: #e9bd43;
  --yellow-2: #f5b935;
  --yellow-hov: #9e6d03;
  --sea-green: #3cb371;
  --light-green: #90ee90;
  --spot-green: #1db954;
  --droid-green: #32de84;
  --soft-pink: #e89eb8;
  --candy: #e89eb8;
  --mint: #9ee8ce;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
  --primary-font: "Sofia Sans Extra Condensed", sans-serif;
}

a {
  text-decoration: none;
}

.bg-main {
  background: -webkit-gradient(linear, left top, left bottom, from(#000813), color-stop(5%), color-stop(#0a012a), color-stop(50%), to(#030423));
  background: -o-linear-gradient(top, #000813, 5%, #0a012a, 50%, #030423);
  background: linear-gradient(180deg, #000813, 5%, #0a012a, 50%, #030423);
}

.text-blue-1 {
  color: var(--accent-color);
}

.bg-head {
  background-color: #030423;
}

.bg-grey {
  background-color: var(--grey);
}

.bg-trans {
  background-color: transparent;
  background: none;
}

.bg-yellow-light {
  background-color: #fec852;
}

.bg-trans {
  background-color: var(--dark-transparent);
}

button {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}

.btn-yellow,
.bg-yellow {
  background-color: var(--yellow-2);
}

.btn-yellow:hover {
  background-color: var(--yellow);
}

.condensed-font {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}

a.btn-outline-yellow,
.btn-outline-yellow {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  border-color: var(--yellow-2);
  font-size: 1.2rem;
  color: var(--yellow-2);
}

.btn-outline-yellow:hover {
  background-color: var(--yellow-2);
}

a.text-btn,
.text-btn {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

.main {
  position: relative;
  max-width: 100%;
  min-height: 50vh;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#030423), color-stop(5%), color-stop(#030423), color-stop(50%), to(#030423));
  background: -o-linear-gradient(top, #030423, 5%, #030423, 50%, #030423);
  background: linear-gradient(180deg, #030423, 5%, #030423, 50%, #030423);
}

p.text-tight.text-light.mx-3 {
  font-size: 1rem;
}

.oh-no {
  font-weight: 800;
  color: var(--dark-grey);
  text-transform: lowercase;
  font-size: 1.25rem;
}

.oh-wow {
  font-weight: 800;
  color: var(--accent-color);
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 0 auto;
}

h4.text-hand.display-3.aos-init.aos-animate {
    font-size: 1.352rem;
}

.text-main {
  color: var(--primary-color);
}

.text-navy {
  color: var(--navy);
}

.text-calm {
  color: var(--calm);
}

.text-candy {
  color: var(--candy);
}

.text-gray {
  color: var(--dark);
}

.text-green {
  color: var(--droid-green);
}

.text-italic {
  color: var(--dark);
  font-style: italic;
  font-size: 1rem;
}

.text-sans {
  font-family: "Montserrat", sans-serif;
}

.text-tight {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}

.text-hand {
  font-family: "Just Another Hand", cursive;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.text-amaranth {
  text-transform: lowercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--amaranth);
}

.text-happy {
  color: var(--yellow);
}

.text-engrave {
  font-family: "Just Another Hand", cursive;
  font-weight: 400;
  background-color: var(--dark);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 1.15rem;
  letter-spacing: 1.146px;
  text-transform: uppercase;
}

.text-yellow {
  color: var(--yellow-1);
}

.text-accent {
  color: var(--accent-color);
}

/* ---------------- Header ---------------- */
.logo-wrapper {
  z-index: 100000;
  position: absolute;
  max-width: 125px;
  right: 0;
  margin-top: 20px;
  margin-right: 10px;
}

button.btn.btn-main.my-2.mx-auto.bg-main {
  position: fixed;
  left: 20px;
  top: 0;
}

ul.list-group-horizontal.text-center.align-items-center.my-0.mx-auto.py-5 {
  position: fixed;
  left: 20px;
  background-color: #030423b8;
  top: 60px;
  z-index: 0;
}

i.fas.fa-bars.fa-2xl.text-yellow {
  background-color: var(--dark-transparent);
  border-radius: 15px;
}

a.top-nav {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 1.2rem;
}

a.top-nav:hover {
  color: var(--accent-color);
  font-size: 1.3rem;
}

i.fas.fa-bars.fa-2xl.text-info {
  /* position: absolute; */
}

a.navbar-brand.condensed-font {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}

.site-navbar-top {
  font-size: 14px;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

/* .site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
} */

.phone-nav {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}

a.phone-nav:hover {
  color: var(--yellow-hov);
}

a.navbar-brand {
  text-transform: uppercase;
  font-weight: 600;
}

li.nav-item:hover > a.nav-link:hover {
  color: var(--blue-hov);
}

a.nav-link:hover {
  color: var(--yellow-hov);
}

.main-nav {
  list-style: none;
}

/* ---------------- Hero */
h3#hero-start {
  font-size: 1.5rem;
}

.hero-btns {
  font-size: 1.2rem;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /* Start right */
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /* End left */
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /* Start right */
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /* End left */
  }
}

.hero-icon {
  font-size: 1.2rem;
  margin: 5px;
}

.img-wrapper {
  max-width: 60%;
  height: auto;
  overflow: hidden;
}

img#logoImg {
  max-width: 100%;
  height: auto;
}

/* Generate 30 variations manually (SCSS loop equivalent) */
.bubble-1 {
  left: 5%;
  width: 12px;
  height: 12px;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}
.bubble-2 {
  left: 10%;
  width: 18px;
  height: 18px;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
}
.bubble-3 {
  left: 15%;
  width: 8px;
  height: 8px;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}
.bubble-4 {
  left: 20%;
  width: 25px;
  height: 25px;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
.bubble-5 {
  left: 25%;
  width: 14px;
  height: 14px;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}
.bubble-6 {
  left: 30%;
  width: 30px;
  height: 30px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
}
.bubble-7 {
  left: 35%;
  width: 10px;
  height: 10px;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.bubble-8 {
  left: 40%;
  width: 20px;
  height: 20px;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}
.bubble-9 {
  left: 45%;
  width: 16px;
  height: 16px;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bubble-10 {
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation-duration: 26s;
          animation-duration: 26s;
}
.bubble-11 {
  left: 55%;
  width: 12px;
  height: 12px;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.bubble-12 {
  left: 60%;
  width: 6px;
  height: 6px;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
.bubble-13 {
  left: 65%;
  width: 28px;
  height: 28px;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.bubble-14 {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
}
.bubble-15 {
  left: 75%;
  width: 14px;
  height: 14px;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.bubble-16 {
  left: 80%;
  width: 26px;
  height: 26px;
  -webkit-animation-duration: 19s;
          animation-duration: 19s;
}
.bubble-17 {
  left: 85%;
  width: 34px;
  height: 34px;
  -webkit-animation-duration: 21s;
          animation-duration: 21s;
}
.bubble-18 {
  left: 90%;
  width: 50px;
  height: 50px;
  -webkit-animation-duration: 28s;
          animation-duration: 28s;
}
.bubble-19 {
  left: 22%;
  width: 18px;
  height: 18px;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}
.bubble-20 {
  left: 48%;
  width: 55px;
  height: 55px;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
.bubble-21 {
  left: 12%;
  width: 10px;
  height: 10px;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}
.bubble-22 {
  left: 32%;
  width: 24px;
  height: 24px;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bubble-23 {
  left: 72%;
  width: 14px;
  height: 14px;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}
.bubble-24 {
  left: 58%;
  width: 20px;
  height: 20px;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
}
.bubble-25 {
  left: 27%;
  width: 16px;
  height: 16px;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}
.bubble-26 {
  left: 17%;
  width: 28px;
  height: 28px;
  -webkit-animation-duration: 19s;
          animation-duration: 19s;
}
.bubble-27 {
  left: 83%;
  width: 22px;
  height: 22px;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.bubble-28 {
  left: 93%;
  width: 18px;
  height: 18px;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.bubble-29 {
  left: 51%;
  width: 44px;
  height: 44px;
  -webkit-animation-duration: 24s;
          animation-duration: 24s;
}
.bubble-30 {
  left: 7%;
  width: 14px;
  height: 14px;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}

/* Bubble animation */
@-webkit-keyframes rise {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translateY(-350px) scale(1.2);
            transform: translateY(-350px) scale(1.2);
    opacity: 0;
  }
}
@keyframes rise {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translateY(-350px) scale(1.2);
            transform: translateY(-350px) scale(1.2);
    opacity: 0;
  }
}

/* --------------- About */
.about-text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.251px;
}

.lead-text {
  line-height: normal;
  padding-bottom: 2.5px;
}

p.text-hand.text-main {
  font-size: 1.2rem;
}

/* ------------ Reviews */
.reviews {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

q {
  font-style: italic;
  padding-bottom: 10px;
  font-size: 1rem;
}
p#service {
  font-size: 1.2rem;
}

/*
=============== 
Fonts
===============
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap");

section#reviews {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.title {
  text-align: center;
  margin-bottom: 4rem;
}

.underline {
  height: 0.25rem;
  width: 5rem;
  background: var(--clr-primary-5);
  margin-left: auto;
  margin-right: auto;
}
.review-wrapper {
  width: 80vw;
  max-width: var(--fixed-width);
}

.review {
  padding: 1.5rem 2rem;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
}

.img-container {
  position: relative;
  width: 150px;
  height: 150px;
  background-color: var(--dark-transparent);
  border-radius: 50%;
  margin: 0px auto;
}

#person-img {
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: relative;
}

.img-container::after {
  content: "\f10e";
  position: fixed;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
          transform: translateY(25%);
  background: var(--navy);
  color: var(--clr-white);
}

.img-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 6rem;
  right: -0.5rem;
  border-radius: 50%;
}

#customer {
  margin-bottom: 0.25rem;
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
}

#job {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: var(--clr-primary-5);
  font-size: 0.85rem;
}
#info {
  margin-bottom: 0.75rem;
}
.prev-btn,
.next-btn {
  color: var(--navy);
  font-size: 1.25rem;
  background: transparent;
  border-color: transparent;
  margin: 0 0.5rem;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
}
.prev-btn:hover,
.next-btn:hover {
  color: var(--clr-primary-5);
}
.random-btn {
  margin-top: 0.5rem;
  background: var(--clr-primary-10);
  color: var(--clr-primary-5);
  padding: 0.25rem 0.5rem;
  text-transform: capitalize;
  border-radius: var(--radius);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  border-color: var(--clr-primary-5);
  cursor: pointer;
}
.random-btn:hover {
  background: var(--clr-primary-5);
  color: var(--clr-primary-1);
}

#reviews {
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-top: -50px;
}

.title {
  text-align: center;
  margin-bottom: 4rem;
}
.underline {
  height: 0.25rem;
  width: 5rem;
  background: var(--clr-primary-5);
  margin-left: auto;
  margin-right: auto;
}

.review-wrapper {
  width: 80vw;
  max-width: var(--fixed-width);
}

.review {
  padding: 1.5rem 2rem;
  border-radius: var(--radius);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
}

.img-container {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
#person-img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: relative;
}

.img-container::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
  position: absolute;
  left: 0;
  width: 2.3rem;
  height: 2.21rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin-left: -12px;
  margin-top: -35px;
  opacity: 0.89754;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
          transform: translateY(25%);
  color: var(--light);
}
.img-container::before {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  position: absolute;
  top: -0.25rem;
  right: -0.5rem;
  border-radius: 50%;
}
#author {
  margin-bottom: 0.25rem;
}
#job {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: var(--clr-primary-5);
  font-size: 0.85rem;
}

.prev-btn,
.next-btn {
  color: var(--navy);
  font-size: 1.25rem;
  background: transparent;
  border-color: transparent;
  margin: 0 0.5rem;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
}

.prev-btn:hover,
.next-btn:hover {
  color: var(--dark-transparent);
}


/* ---------------- Header ---------------- */
.logo-wrapper {
  /* margin-right: 20px; */
  z-index: 100000;
  position: absolute;
  max-width: 125px;
  right: 0;
  /* top: 0; */
  margin-top: 20px;
  margin-right: 10px;
}

button.btn.btn-main.my-2.mx-auto.bg-main {
  position: fixed;
  left: 20px;
  top: 0;
}

ul.list-group-horizontal.text-center.align-items-center.my-0.mx-auto.py-5 {
  position: fixed;
  left: 20px;
  background-color: #030423b8;
  top: 60px;
  z-index: 0;
}

i.fas.fa-bars.fa-2xl.text-yellow {
  background-color: var(--dark-transparent);
  border-radius: 15px;
}

a.top-nav {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 1.2rem;
}

a.top-nav:hover {
  color: var(--accent-color);
  font-size: 1.3rem;
}

i.fas.fa-bars.fa-2xl.text-info {
  /* position: absolute; */
}

a.navbar-brand.condensed-font {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}

.site-navbar-top {
  font-size: 14px;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

/* .site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
} */

.phone-nav {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}

a.phone-nav:hover {
  color: var(--yellow-hov);
}

a.navbar-brand {
  text-transform: uppercase;
  font-weight: 600;
}

li.nav-item:hover > a.nav-link:hover {
  color: var(--blue-hov);
}

a.nav-link:hover {
  color: var(--yellow-hov);
}

/* ---------------- Hero */
.banner {
  /* Restricts the visible area of the sliding text */
  max-width: 100%;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  overflow: hidden;
  white-space: nowrap; /* Keeps text on a single line */
  background-color: none;
  padding: 10px 0;
  font-family: var(--primary-font);
  text-transform: uppercase;
  letter-spacing: 1.25px;
}

h3#hero-start {
  font-size: 1.5rem;
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /* Start right */
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /* End left */
  }
}

.slider-container {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.text-slides {
  list-style: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* For horizontal sliding */
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; /* Smooth transition */
  font-family: var(--primary-font);
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-slides li {
  min-width: 100%; /* Each slide takes full width */
  height: auto;
  width: 100vw;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-family: var(--primary-font);
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-icon {
  font-size: 1.2rem;
  margin: 5px;
}

#heroTitleText {
  text-transform: uppercase;
  letter-spacing: -10;
}

.img-wrapper {
  max-width: 60%;
  height: auto;
  overflow: hidden;
}

img#logoImg {
  max-width: 100%;
  height: auto;
}

/* Base bubble style */
.bubble {
  position: absolute;
  bottom: -80px;
  border-radius: 50%;
  opacity: 0.2;
  background: -o-radial-gradient(
    30% 30%,
    circle,
    rgba(255, 255, 255, 0.975),
    rgba(255, 255, 255, 0.1) 60%,
    rgba(255, 255, 255, 0) 90%
  );
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.975),
    rgba(255, 255, 255, 0.1) 60%,
    rgba(255, 255, 255, 0) 90%
  );
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15),
    inset 0 5px 15px rgba(255, 255, 255, 0.5);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15),
    inset 0 5px 15px rgba(255, 255, 255, 0.5);
  mix-blend-mode: screen;

  -webkit-animation: rise 12s infinite ease-in;

          animation: rise 12s infinite ease-in;
  -webkit-animation-delay: -12s !important;
          animation-delay: -12s !important;
}

.dot {
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background: rgb(255, 255, 255);
  position: absolute;
  top: 20%;
  right: 20%;
}

/* Bubble animation */
@keyframes rise {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translateY(-350px) scale(1.2);
            transform: translateY(-350px) scale(1.2);
    opacity: 0;
  }
}

/* ------------ Reviews */
.reviews {
  place-items: center;
}

q {
  font-style: italic;
  padding-bottom: 10px;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.title {
  text-align: center;
  margin-bottom: 4rem;
}

.underline {
  height: 0.25rem;
  width: 5rem;
  background: var(--clr-primary-5);
  margin-left: auto;
  margin-right: auto;
}
.review-wrapper {
  width: 80vw;
  max-width: var(--fixed-width);
}

.review {
  padding: 1.5rem 2rem;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
}

.img-container {
  position: relative;
  width: 150px;
  height: 150px;
  background-color: var(--dark-transparent);
  border-radius: 50%;
  margin: 0px auto;
}

#person-img {
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: relative;
}

.img-container::after {
  content: "\f10e";
  position: fixed;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
          transform: translateY(25%);
  background: var(--navy);
  color: var(--clr-white);
}

.img-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 6rem;
  right: -0.5rem;
  border-radius: 50%;
}

#customer {
  margin-bottom: 0.25rem;
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
}

#job {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: var(--clr-primary-5);
  font-size: 0.85rem;
}
#info {
  margin-bottom: 0.75rem;
}
.prev-btn,
.next-btn {
  color: var(--navy);
  font-size: 1.25rem;
  background: transparent;
  border-color: transparent;
  margin: 0 0.5rem;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
}
.prev-btn:hover,
.next-btn:hover {
  color: var(--clr-primary-5);
}
.random-btn {
  margin-top: 0.5rem;
  background: var(--clr-primary-10);
  color: var(--clr-primary-5);
  padding: 0.25rem 0.5rem;
  text-transform: capitalize;
  border-radius: var(--radius);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  border-color: var(--clr-primary-5);
  cursor: pointer;
}
.random-btn:hover {
  background: var(--clr-primary-5);
  color: var(--clr-primary-1);
}

.title {
  text-align: center;
  margin-bottom: 4rem;
}
.underline {
  height: 0.25rem;
  width: 5rem;
  background: var(--clr-primary-5);
  margin-left: auto;
  margin-right: auto;
}

.review-wrapper {
  width: 80vw;
  max-width: var(--fixed-width);
}

.review {
  padding: 1.5rem 2rem;
  border-radius: var(--radius);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
}

.img-container {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
#person-img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: relative;
}

.img-container::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
  position: absolute;
  left: 0;
  width: 2.3rem;
  height: 2.21rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin-left: -12px;
  margin-top: -35px;
  opacity: 0.89754;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
          transform: translateY(25%);
  color: var(--light);
}
.img-container::before {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  position: absolute;
  top: -0.25rem;
  right: -0.5rem;
  border-radius: 50%;
}
#author {
  margin-bottom: 0.25rem;
}
#job {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: var(--clr-primary-5);
  font-size: 0.85rem;
}

.prev-btn,
.next-btn {
  color: var(--navy);
  font-size: 1.25rem;
  background: transparent;
  border-color: transparent;
  margin: 0 0.5rem;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
}

.prev-btn:hover,
.next-btn:hover {
  color: var(--dark-transparent);
}
.random-btn {
  margin-top: 0.5rem;
  background: var(--yellow-hov);
  color: var(--navy);
  padding: 0.25rem 0.5rem;
  text-transform: capitalize;
  border-radius: var(--radius);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  border-color: var(--navy);
  cursor: pointer;
}
.random-btn:hover {
  background: var(--navy);
  color: var(--light);
}

/* ------------------ Pricing */
h3.plan,
p.price-details,
.details {
  position: absolute;
  z-index: 4;
}

h3.plan {
  top: 5%;
  left: 0;
}

p.price-details {
  bottom: 0;
  right: 0;
  font-size: 1rem;
}

.price-card:hover {
  z-index: 4;
}

.price-card:hover .details {
  -webkit-transform: rotate(14.03624deg) translate(0%, 10%) scale(1.3);
      -ms-transform: rotate(14.03624deg) translate(0%, 10%) scale(1.3);
          transform: rotate(14.03624deg) translate(0%, 10%) scale(1.3);
}

.pricing-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: skewY(4.398705355deg);
      -ms-transform: skewY(4.398705355deg);
          transform: skewY(4.398705355deg);
  max-width: 100%;
  height: auto;
  overflow: visible;
}

.price-tier-card {
  background-color: var(--yellow-1);
  max-width: 250px;
  height: 220px;
}

section#prices {
  max-width: 100%;
  overflow: hidden;
}

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

#contact {
  max-width: 100%;
  height: auto;
  background: url("../images/soap-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

p.hours,
a.email-add,
.service-areas,
a.phone-number,
.contact-item > p {
  font-size: 1rem;
}

.hours {
  margin-top: 12px;
  font-size: 1.2rem;
  color: var(--dark-grey);
}

img.bubbles-left {
  max-width: 100%;
  height: 350px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

h3.info-item {
  font-size: 1.351rem;
}

.info-item > h3 > i {
  margin: 0px 5px;
}

.card.contact-card {
  background-color: #fafafa30;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.product {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  height: auto;
  top: 0;
  -webkit-transform: translateX(6.5%) translateY(5%);
      -ms-transform: translateX(6.5%) translateY(5%);
          transform: translateX(6.5%) translateY(5%);
  background: #001a23;
  overflow: hidden;
}

h3.plan,
p.price-details,
.details {
  position: absolute;
  z-index: 4;
}

h3.plan {
  top: 5%;
  left: 4%;
}

p.price-details {
  bottom: 0;
  right: 5%;
  font-size: 1.2em;
}

.price-card:hover {
  z-index: 4;
}

.price-card:hover .details {
  -webkit-transform: rotate(14.03624deg) translate(0%, 10%) scale(1.3);
      -ms-transform: rotate(14.03624deg) translate(0%, 10%) scale(1.3);
          transform: rotate(14.03624deg) translate(0%, 10%) scale(1.3);
}

.price-card {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: skewY(-4.398705355deg) rotatez(-14.03624deg);
      -ms-transform: skewY(-4.398705355deg) rotate(-14.03624deg);
          transform: skewY(-4.398705355deg) rotatez(-14.03624deg);
  z-index: 1;
  -webkit-transition-property: z-index;
  -o-transition-property: z-index;
  transition-property: z-index;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  max-width: 100%;
  height: auto;
}

/* ---------------- Header ---------------- */
.logo-wrapper {
  /* margin-right: 20px; */
  z-index: 100000;
  position: absolute;
  max-width: 125px;
  right: 0;
  /* top: 0; */
  margin-top: 20px;
  margin-right: 10px;
}

button.btn.btn-main.my-2.mx-auto.bg-main {
  position: fixed;
  left: 20px;
  top: 0;
}

ul.list-group-horizontal.text-center.align-items-center.my-0.mx-auto.py-5 {
  position: fixed;
  left: 20px;
  background-color: #030423b8;
  top: 60px;
  z-index: 0;
}

i.fas.fa-bars.fa-2xl.text-yellow {
  background-color: var(--dark-transparent);
  border-radius: 15px;
}

a.top-nav {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 1.2rem;
}

a.top-nav:hover {
  color: var(--accent-color);
  font-size: 1.3rem;
}

p.text-tight.aos-init.aos-animate {
  font-size: 1.1rem;
}

a.navbar-brand.condensed-font {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}

.site-navbar-top {
  font-size: 14px;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

/* .site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
} */

.phone-nav {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}

a.phone-nav:hover {
  color: var(--yellow-hov);
}

a.navbar-brand {
  text-transform: uppercase;
  font-weight: 600;
}

li.nav-item:hover > a.nav-link:hover {
  color: var(--blue-hov);
}

a.nav-link:hover {
  color: var(--yellow-hov);
}

/* Generate 30 variations manually (SCSS loop equivalent) */
.bubble-1 {
  left: 5%;
  width: 12px;
  height: 12px;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}
.bubble-2 {
  left: 10%;
  width: 18px;
  height: 18px;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
}
.bubble-3 {
  left: 15%;
  width: 8px;
  height: 8px;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}
.bubble-4 {
  left: 20%;
  width: 25px;
  height: 25px;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
.bubble-5 {
  left: 25%;
  width: 14px;
  height: 14px;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}
.bubble-6 {
  left: 30%;
  width: 30px;
  height: 30px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
}
.bubble-7 {
  left: 35%;
  width: 10px;
  height: 10px;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.bubble-8 {
  left: 40%;
  width: 20px;
  height: 20px;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}
.bubble-9 {
  left: 45%;
  width: 16px;
  height: 16px;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bubble-10 {
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation-duration: 26s;
          animation-duration: 26s;
}
.bubble-11 {
  left: 55%;
  width: 12px;
  height: 12px;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.bubble-12 {
  left: 60%;
  width: 6px;
  height: 6px;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
.bubble-13 {
  left: 65%;
  width: 28px;
  height: 28px;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.bubble-14 {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
}
.bubble-15 {
  left: 75%;
  width: 14px;
  height: 14px;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.bubble-16 {
  left: 80%;
  width: 26px;
  height: 26px;
  -webkit-animation-duration: 19s;
          animation-duration: 19s;
}
.bubble-17 {
  left: 85%;
  width: 34px;
  height: 34px;
  -webkit-animation-duration: 21s;
          animation-duration: 21s;
}
.bubble-18 {
  left: 90%;
  width: 50px;
  height: 50px;
  -webkit-animation-duration: 28s;
          animation-duration: 28s;
}
.bubble-19 {
  left: 22%;
  width: 18px;
  height: 18px;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}
.bubble-20 {
  left: 48%;
  width: 55px;
  height: 55px;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
.bubble-21 {
  left: 12%;
  width: 10px;
  height: 10px;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}
.bubble-22 {
  left: 32%;
  width: 24px;
  height: 24px;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bubble-23 {
  left: 72%;
  width: 14px;
  height: 14px;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}
.bubble-24 {
  left: 58%;
  width: 20px;
  height: 20px;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
}
.bubble-25 {
  left: 27%;
  width: 16px;
  height: 16px;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}
.bubble-26 {
  left: 17%;
  width: 28px;
  height: 28px;
  -webkit-animation-duration: 19s;
          animation-duration: 19s;
}
.bubble-27 {
  left: 83%;
  width: 22px;
  height: 22px;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.bubble-28 {
  left: 93%;
  width: 18px;
  height: 18px;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.bubble-29 {
  left: 51%;
  width: 44px;
  height: 44px;
  -webkit-animation-duration: 24s;
          animation-duration: 24s;
}
.bubble-30 {
  left: 7%;
  width: 14px;
  height: 14px;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}

/* Bubble animation */
@keyframes rise {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translateY(-350px) scale(1.2);
            transform: translateY(-350px) scale(1.2);
    opacity: 0;
  }
}

/* ------------ Reviews */
.reviews {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

q {
  font-style: italic;
  padding-bottom: 10px;
}

.img-container::after {
  content: "\f10e";
  position: fixed;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
          transform: translateY(25%);
  background: var(--navy);
  color: var(--clr-white);
}

.img-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 6rem;
  right: -0.5rem;
  border-radius: 50%;
}

#customer {
  margin-bottom: 0.25rem;
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
}

#job {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: var(--clr-primary-5);
  font-size: 0.85rem;
}
#info {
  margin-bottom: 0.75rem;
}

.prev-btn,
.next-btn {
  color: var(--navy);
  font-size: 1.25rem;
  background: transparent;
  border-color: transparent;
  margin: 0 0.5rem;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
}

.prev-btn:hover,
.next-btn:hover {
  color: var(--dark-transparent);
}

.typewriter-text {
  font-family: "Just Another Hand", cursive;
  font-weight: 400;
  background-color: var(--yellow-hov);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  text-shadow: rgba((8, 8, 8, 0.5)) 0px 3px 3px;
  font-size: 1.1rem;
  margin: 10px auto;
  letter-spacing: 1.25px;
  overflow: hidden; /* Ensures text is hidden until typed */
  white-space: nowrap; /* Prevents text from wrapping */
  margin: 0 auto; /* Centers the text horizontally */
  border-right: 2px solid var(--yellow-hov); /* Cursor */
  margin-bottom: 20px;
  -webkit-animation: typing 6s steps(50, end) infinite,
  blink-caret 0.75s step-end infinite;
          animation: typing 6s steps(50, end) infinite,
  blink-caret 0.75s step-end infinite; 
}

.typewriter-container {
  /* Optional: Center the content */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  /* Example: full viewport height */
}


/* Keyframes for the typing animation */
@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* Keyframes for the blinking cursor animation */
@-webkit-keyframes blink-caret {
  from,
  to {
    border-color: var(--yellow-hov);
  }
  50% {
    border-color: transparent;
  } /* Make cursor invisible at halfway point */
}
@keyframes blink-caret {
  from,
  to {
    border-color: var(--yellow-hov);
  }
  50% {
    border-color: transparent;
  } /* Make cursor invisible at halfway point */
}

/* ---------------- Header ---------------- */
.logo-wrapper {
  /* margin-right: 20px; */
  z-index: 100000;
  position: absolute;
  max-width: 125px;
  right: 0;
  /* top: 0; */
  margin-top: 20px;
  margin-right: 10px;
}

button.btn.btn-main.my-2.mx-auto.bg-main {
  position: fixed;
  left: 20px;
  top: 0;
}

ul.list-group-horizontal.text-center.align-items-center.my-0.mx-auto.py-5 {
  position: fixed;
  left: 20px;
  background-color: #030423b8;
  top: 60px;
  z-index: 0;
}

i.fas.fa-bars.fa-2xl.text-yellow {
  background-color: var(--dark-transparent);
  border-radius: 15px;
}

a.top-nav {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 1.2rem;
}

a.top-nav:hover {
  color: var(--accent-color);
  font-size: 1.3rem;
}

a.navbar-brand.condensed-font {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}

.site-navbar-top {
  font-size: 14px;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

/* .site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
} */

.phone-nav {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}

a.phone-nav:hover {
  color: var(--yellow-hov);
}

a.navbar-brand {
  text-transform: uppercase;
  font-weight: 600;
}

li.nav-item:hover > a.nav-link:hover {
  color: var(--blue-hov);
}

a.nav-link:hover {
  color: var(--yellow-hov);
}

/* ---------------- Hero */
.banner {
  /* Restricts the visible area of the sliding text */
  max-width: 100%;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  overflow: hidden;
  white-space: nowrap; /* Keeps text on a single line */
  background-color: none;
  padding: 10px 0;
  font-family: var(--primary-font);
  text-transform: uppercase;
  letter-spacing: 1.25px;
}

h3#hero-start {
  font-size: 1.5rem;
}

.hero-icon {
  font-size: 1.2rem;
  margin: 5px;
}

.img-wrapper {
  max-width: 60%;
  height: auto;
  overflow: hidden;
}

img#logoImg {
  max-width: 100%;
  height: auto;
}

/* Base bubble style */
.bubble {
  position: absolute;
  bottom: -80px;
  border-radius: 50%;
  opacity: 0.2;
  background: -o-radial-gradient(
    30% 30%,
    circle,
    rgba(255, 255, 255, 0.975),
    rgba(255, 255, 255, 0.1) 60%,
    rgba(255, 255, 255, 0) 90%
  );
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.975),
    rgba(255, 255, 255, 0.1) 60%,
    rgba(255, 255, 255, 0) 90%
  );
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15),
    inset 0 5px 15px rgba(255, 255, 255, 0.5);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15),
    inset 0 5px 15px rgba(255, 255, 255, 0.5);
  mix-blend-mode: screen;

  -webkit-animation: rise 12s infinite ease-in;

          animation: rise 12s infinite ease-in;
  -webkit-animation-delay: -12s !important;
          animation-delay: -12s !important;
}

.dot {
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background: rgb(255, 255, 255);
  position: absolute;
  top: 20%;
  right: 20%;
}

/* Generate 30 variations manually (SCSS loop equivalent) */
.bubble-1 {
  left: 5%;
  width: 12px;
  height: 12px;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}
.bubble-2 {
  left: 10%;
  width: 18px;
  height: 18px;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
}
.bubble-3 {
  left: 15%;
  width: 8px;
  height: 8px;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}
.bubble-4 {
  left: 20%;
  width: 25px;
  height: 25px;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
.bubble-5 {
  left: 25%;
  width: 14px;
  height: 14px;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}
.bubble-6 {
  left: 30%;
  width: 30px;
  height: 30px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
}
.bubble-7 {
  left: 35%;
  width: 10px;
  height: 10px;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.bubble-8 {
  left: 40%;
  width: 20px;
  height: 20px;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}
.bubble-9 {
  left: 45%;
  width: 16px;
  height: 16px;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bubble-10 {
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation-duration: 26s;
          animation-duration: 26s;
}
.bubble-11 {
  left: 55%;
  width: 12px;
  height: 12px;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.bubble-12 {
  left: 60%;
  width: 6px;
  height: 6px;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
.bubble-13 {
  left: 65%;
  width: 28px;
  height: 28px;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.bubble-14 {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
}
.bubble-15 {
  left: 75%;
  width: 14px;
  height: 14px;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.bubble-16 {
  left: 80%;
  width: 26px;
  height: 26px;
  -webkit-animation-duration: 19s;
          animation-duration: 19s;
}
.bubble-17 {
  left: 85%;
  width: 34px;
  height: 34px;
  -webkit-animation-duration: 21s;
          animation-duration: 21s;
}
.bubble-18 {
  left: 90%;
  width: 50px;
  height: 50px;
  -webkit-animation-duration: 28s;
          animation-duration: 28s;
}
.bubble-19 {
  left: 22%;
  width: 18px;
  height: 18px;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}
.bubble-20 {
  left: 48%;
  width: 55px;
  height: 55px;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
.bubble-21 {
  left: 12%;
  width: 10px;
  height: 10px;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}
.bubble-22 {
  left: 32%;
  width: 24px;
  height: 24px;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bubble-23 {
  left: 72%;
  width: 14px;
  height: 14px;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}
.bubble-24 {
  left: 58%;
  width: 20px;
  height: 20px;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
}
.bubble-25 {
  left: 27%;
  width: 16px;
  height: 16px;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}
.bubble-26 {
  left: 17%;
  width: 28px;
  height: 28px;
  -webkit-animation-duration: 19s;
          animation-duration: 19s;
}
.bubble-27 {
  left: 83%;
  width: 22px;
  height: 22px;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.bubble-28 {
  left: 93%;
  width: 18px;
  height: 18px;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.bubble-29 {
  left: 51%;
  width: 44px;
  height: 44px;
  -webkit-animation-duration: 24s;
          animation-duration: 24s;
}
.bubble-30 {
  left: 7%;
  width: 14px;
  height: 14px;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}

/* Bubble animation */
@keyframes rise {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translateY(-350px) scale(1.2);
            transform: translateY(-350px) scale(1.2);
    opacity: 0;
  }
}

/* ------------ Reviews */
.reviews {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

q {
  font-style: italic;
  padding-bottom: 10px;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: var(--navy);
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

#reviews {
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-top: -50px;
}

.title {
  text-align: center;
  margin-bottom: 4rem;
}
.underline {
  height: 0.25rem;
  width: 5rem;
  background: var(--clr-primary-5);
  margin-left: auto;
  margin-right: auto;
}

.review-wrapper {
  width: 80vw;
  max-width: var(--fixed-width);
}

.review {
  padding: 1.5rem 2rem;
  border-radius: var(--radius);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
}

.img-container {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
#person-img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: relative;
}

.img-container::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
  position: absolute;
  left: 0;
  width: 2.3rem;
  height: 2.21rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin-left: -12px;
  margin-top: -35px;
  opacity: 0.89754;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
          transform: translateY(25%);
  color: var(--light);
}
.img-container::before {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  position: absolute;
  top: -0.25rem;
  right: -0.5rem;
  border-radius: 50%;
}
#author {
  margin-bottom: 0.25rem;
}
#job {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: var(--clr-primary-5);
  font-size: 0.85rem;
}

.prev-btn,
.next-btn {
  color: var(--navy);
  font-size: 1.25rem;
  background: transparent;
  border-color: transparent;
  margin: 0 0.5rem;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
}

.prev-btn:hover,
.next-btn:hover {
  color: var(--dark-transparent);
}

/* ------------------ Pricing */
h3.plan,
p.price-details,
.details {
  position: absolute;
  z-index: 4;
}

.bg-card {
  background: var(--accent-color);
  border-radius: 10%;
}

h3.plan {
  font-size: 1.2rem;
  top: 5%;
  right: 0;
}

p.price-details {
  bottom: 0;
  right: 5%;
  font-size: 1.2em;
}

.price-card:hover {
  z-index: 4;
}

.price-card:hover .details {
  -webkit-transform: rotate(14.03624deg) translate(0%, 10%) scale(1.3);
      -ms-transform: rotate(14.03624deg) translate(0%, 10%) scale(1.3);
          transform: rotate(14.03624deg) translate(0%, 10%) scale(1.3);
}

.details {
  position: absolute;
  z-index: 2;
  max-width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 40px;
  border-radius: 2vw;
  -webkit-filter: drop-shadow(2px 6px 3px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(2px 6px 3px rgba(0, 0, 0, 0.4));
  -webkit-transform: rotate(0deg) translate(0, 0);
      -ms-transform: rotate(0deg) translate(0, 0);
          transform: rotate(0deg) translate(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}


/* ----------------- Contact */
#contact {
  max-width: 100%;
  height: auto;
  background: url("../images/soap-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

p.hours,
a.email-add,
.service-areas,
a.phone-number,
.contact-item > p {
  font-size: 1rem;
}

img.bubbles-left {
  max-width: 100%;
  height: 350px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

h3.info-item {
  font-size: 1.351rem;
}

.info-item > h3 > i {
  margin: 0px 5px;
}

.card.contact-card {
  background-color: #fafafa30;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}


/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: var(--yellow);
  color: var(--dark);
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1000;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.back-to-top:hover {
  background-color: var(--yellow);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* Nav Phone Transition */
#navPhone {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

/* Pause Button */
.pause-btn {
  color: var(--navy);
  font-size: 1.25rem;
  background: transparent;
  border-color: transparent;
  margin: 0 0.5rem;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
}

.pause-btn:hover {
  color: var(--dark-transparent);
}


@media (min-width: 600px) {
  .main,
  #home {
    position: relative;
    max-width: 100%;
    min-height: 30vh;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#030423), color-stop(5%), color-stop(#030423), color-stop(50%), to(#030423));
    background: -o-linear-gradient(top, #030423, 5%, #030423, 50%, #030423);
    background: linear-gradient(180deg, #030423, 5%, #030423, 50%, #030423);
  }
  .price-tier-card {
    max-width: 100%;
    height: auto;
  }
  .about-text {
  font-size: 16px;
}
}

@media screen and (min-width: 800px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1rem;
  }
  body {
    font-size: 1rem;
  }
  .about-text {
  font-size: 1rem;
  letter-spacing: -0.251px;
}

}

@media (min-width: 820px) {
  .slider-container {
    width: 100%;
    height: 200px; /* Adjust as needed */
    overflow: hidden;
    position: relative;
    margin-top: -300px;
    text-align: center;
    margin-left: -30px;
  }

  main {
    max-width: 100%;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#030423), color-stop(5%), color-stop(#030423), color-stop(50%), to(#030423));
    background: -o-linear-gradient(top, #030423, 5%, #030423, 50%, #030423);
    background: linear-gradient(180deg, #030423, 5%, #030423, 50%, #030423);
  }

  .row.d-flex.justify-content-center.align-items-center.mt-3 {
    padding-bottom: 40px;
  }
  h3#hero-start {
    font-size: 2.5rem;
    text-align: center;
  }
  .contact-item {
    font-size: 1.351rem;
    text-align: center;
  }
  h3#hero-start {
    margin: 30px auto;
  }
  details {
    position: absolute;
    z-index: 2;
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .section-center {
    width: 95vw;
  }
}

/* AOS Fallback for restricted environments */
[data-aos] {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  [data-aos="fade-in"] {
    animation: fadeIn 1s ease-in;
  }
  
  [data-aos="fade-left"] {
    animation: fadeInLeft 1s ease-in;
  }
  
  [data-aos="fade-right"] {
    animation: fadeInRight 1s ease-in;
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}