/*
Theme Name: TopscoreWP
Theme URI: http://topscoresoftwares.com
Author: Topscore Deepu
Author URI: http://topscoresoftwares.com
Description: Lightweight and highly extendable theme to create almost any type of website. Bundled with Bootstrap 5 and Compitable with Page Builders.
Version: 1.1.8
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: topscorewp
Tags: custom-logo, custom-menu, featured-images, elementor
*/

.treadmark {
    color: #7a7a7a;
}
.treadmark i {
    color: #ff0a0a;
    animation: beat 0.5s infinite alternate;
}
.treadmark a {
    color: #fafafa;
}
@keyframes beat {
    to {
        transform: scale(1.3);
    }
}

.sticky-menu {
	left: 0;
	margin: auto;
	position: fixed !important;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index: 99 !important;
	background: #fff;
	-webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}


@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

.whatsapp-cta {
  position: fixed !important;
bottom: 107px;
right: 13px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

.whatsapp-cta i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.sticky-btn {
	background: #57f664;
	color: #FFF;
}

.contact-form-input::placeholder {
    color: #d6d6d6;
    font-family: "Poppins", sans-serif;
    opacity: 1;
}
.contact-form-input::-webkit-input-placeholder { /* WebKit browsers */
    color: #d6d6d6;
    font-family: "Poppins", sans-serif;
    opacity: 1;
}
.contact-form-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #d6d6d6;
    font-family: "Poppins", sans-serif;
    opacity: 1;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}

.contact-form-input-p{
    font-size:16px;
    color:#fff;
    background-color: #000;
    padding: 15px;
}



.th-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.th-hero-wrapper .slick-arrow {
  --pos-x: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
}

.th-hero-wrapper .slick-arrow:hover {
  background-color: var(--theme-color);
}

.th-hero-wrapper .slick-dots {
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .th-hero-wrapper .slick-arrow {
    --pos-x: 40px;
  }
}

.th-hero-bg {
  position: absolute;
  inset: 0;
}

.th-hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.scrolling-quote {
    background: url(https://niafiawellness.com/wp-content/uploads/2024/04/help-desk.png) no-repeat;
    position: fixed;
    width: 35px;
    height: 130px;
    right: -6px;
    top: 250px;
    z-index: 999
}

.scrolling-quote a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}


