/**
Theme Name: RXFiler
Author: PureLogics
Author URI: http://wpastra.com/about/
Description: RX Filer Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rxfiler
Template: astra
*/
.teal{
	color: #00c7d1;
}

.steps .e-con{
	overflow:hidden;
}
.steps span.number {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #00c7d1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 50%;
    top: -35px;
    font-size: 20px;
    left: -34px;
}
#block-13 .has-ast-global-color-2-color {
    color: #e9f8f9 !important;
    font-size: 16px;
}
header .ast-container {
        max-width: 1280px;
        padding: 0;
    }
.site-footer-primary-section-1 img {
    max-width: 150px !important;
}
.site-footer-primary-section-1 .wp-block-gallery.has-nested-images figure.wp-block-image img{
	 max-width: 150px !important;
}
.ast-theme-transparent-header [CLASS*="ast-header-button-"] .ast-custom-button {
    color: var(--ast-global-color-2);
    background: #6ec1e4;
    border: none;
}
.main-header-menu .menu-link, .main-header-menu>a{
	padding-left:0.5em;
	padding-right:0.5em;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{
	    width: 70px !important;
	    height: auto !important;
}
.entry-title, .entry-title a
 {
    font-weight: 700;
    letter-spacing: 0;
}
.swiper-slide-inner img {
    filter: grayscale(1);
    width: 100px;
}
/* Fixed header AFTER scroll */
#masthead.site-header.is-fixed-on-scroll {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #273651;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    transition: all 0.3s linear;
    transform: scale(1.08);
}
#masthead{
    transition: all 0.3s linear;
    transform: scale(1.08);
}
/* Prevent content jump when header becomes fixed */
body.has-fixed-header-padding {
  padding-top: 80px;
  transition: all 0.3s linear;
}
body{
    
}
/* Active menu item styles (Astra one-page) */
#ast-hf-menu-1 li.is-active > a.menu-link {
    color: #00c7d1;
    font-weight: 800;
}

#ast-hf-menu-1 li.is-active {
  position: relative;
}
/* Subtle DARKER glow animation */
.glow-button a {
  --glow: #4faed8; /* darker version of #6ec1e4 */

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: var(--glow);
  color: #fff;
  text-decoration: none;

  border-radius: 999px;
  padding: 12px 18px;

  box-shadow: 0 8px 18px rgba(79, 174, 216, 0.28);
  transition: transform 180ms ease, box-shadow 220ms ease, filter 220ms ease;
  will-change: transform, box-shadow;

  animation: glowPulseDark 2.6s ease-in-out infinite;
}

/* Hover – stronger but still subtle */
.glow-button a:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
  box-shadow:
    0 10px 24px rgba(79, 174, 216, 0.36),
    0 0 0 6px rgba(79, 174, 216, 0.18);
}

/* Focus (accessibility) */
.glow-button a:focus-visible {
  outline: none;
  box-shadow:
    0 10px 26px rgba(79, 174, 216, 0.42),
    0 0 0 8px rgba(79, 174, 216, 0.25);
}

/* Reduce motion support */
@media (prefers-reduced-motion: reduce) {
  .glow-button a {
    animation: none;
  }
}

@keyframes glowPulseDark {
  0%, 100% {
    box-shadow:
      0 8px 18px rgba(79, 174, 216, 0.6),
      0 0 0 0 rgba(79, 174, 216, 0.00);
  }
  50% {
    box-shadow:
      0 10px 24px rgba(79, 174, 216, 0.8),
      0 0 0 8px rgba(79, 174, 216, 0.18);
  }
}
.elementor-widget-icon-box:hover {
    margin-top: -5px;
    transition: all 0.3s linear;
}
.elementor-widget-icon-box{
    transition: all 0.3s linear;
}
.post-1306 .entry-title {
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 0;
}

.post-1306 h3,
.post-3 h3,
.post-3 h2,
.post-1306 h2 {
    font-size: 27px;
    letter-spacing: 0;
}
ul.privacy-menu {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.privacy-menu li a {
    font-size: 14px;
    margin: 0 4px;
}
.ast-footer-copyright.ast-builder-layout-element{
    margin: 0;
}