/*
Theme Name: SuccessHub
Theme URI: https://pmgs.com.au
Author: PMGS Digital
Author URI: https://pmgs.com.au
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 7.4
Description: A modern, clean, minimal, blog, portfolio, business, corporate, agency, one page, landing page, responsive, customizable, tailwind css, html5, css3, javascript, jquery, php, wordpress theme. Smash Repairs Business Theme.
Text Domain: successhub
Tags: Modern, Clean, Minimal, Blog, Portfolio, Business, Corporate, Agency, One Page, Landing Page, Responsive, Customizable, Tailwind CSS, HTML5, CSS3, JavaScript, PHP, WordPress, Smash Repairs, Business, Theme
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright: (C) 2025 PMGS Digital. This theme is licensed under the GPL v2 or later.
*/

body {
  font-family: "Bricolage Grotesque", serif;
  font-weight: 400;
  font-style: normal;
}

@keyframes phoneTextAlternate {
  0%,
  45% {
    opacity: 1;
  }
  50%,
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.phone-animation-container {
  position: relative;
  display: inline-block;
  min-width: 80px;
  line-height: inherit;
}

.phone-animation-success,
.phone-animation-number {
  position: absolute;
  left: -2px;
  top: -12px;
  line-height: inherit;
  white-space: nowrap;
  transition: opacity 0.6s ease-in-out;
  font-weight: 700;
}

.phone-animation-success-footer,
.phone-animation-number-footer {
  position: absolute;
  left: 0px;
  top: -14px;
  line-height: inherit;
  white-space: nowrap;
  transition: opacity 0.6s ease-in-out;
  font-weight: 700;
}

.phone-animation-success-footer {
  opacity: 1;
  animation: phoneTextAlternate 4s infinite;
}

.phone-animation-number-footer {
  opacity: 0;
  animation: phoneTextAlternate 4s infinite;
  animation-delay: 2s;
}

.phone-animation-success {
  opacity: 1;
  animation: phoneTextAlternate 4s infinite;
}

.phone-animation-number {
  opacity: 0;
  animation: phoneTextAlternate 4s infinite;
  animation-delay: 2s;
}
