/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                   Owner: Cooper | Tierney                        */
/*                 Copyright 2025 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                   Owner: Cooper | Tierney                        */
/*                 Copyright 2025 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
.animate__delay-half-s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.text-align-justify {
  text-align: justify;
}

.floating-phone {
  position: fixed;
  bottom: 50px;
  right: 0px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 10px 20px;
  background-color: #acaca4;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.6);
  text-decoration: none;
  color: #000;
  z-index: 1000;
  transition: all 0.2s linear;
}

#floating-phone-number {
  display: inline;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .floating-phone {
    font-size: 12px;
    padding: 8px;
    padding-left: 12px;
  }
  .floating-phone-number {
    display: none;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .floating-phone {
    font-size: 14px;
    padding: 8px;
    padding-left: 12px;
  }
  .floating-phone-number {
    display: none;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .floating-phone {
    font-size: 16px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .floating-phone {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .floating-phone-number {
    display: inline;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */

/*# sourceMappingURL=floating-phone.css.map */
