/*
Theme Name: IO Psychics Child Theme
Theme URI: http://solve4xstudio.com
Version: 1.8
Description: Client Custom Theme - Child theme
Author: Solve4x Brand and Code
Author URI: http://solve4xstudio.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.headerpart, .footerpart {
    display: none !important;
}
.headerpart, .footerpart {
    text-align: center;
    width: 100%;
}
.pp-menu-overlay .headerpart {
    display: inline-block !important;
	color: white;
}
.pp-menu-overlay .footerpart {
    display: inline-block !important;
	color: white;
}
.photoplaceholder .fl-module-content{
	opacity: 0;
}
.inlinecolumn .fl-col-content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
    text-align: right !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.inlinemenu {
    width: auto !important;
}
.mobonly{
	display: none !important;
}
.uabb-menu-overlay .mobonly {
    display: inline-block !important;
}
.uabb-menu-overlay .menu-item .menu-item-text {
    font-size: 20px !important;
}
.uabb-creative-menu .uabb-menu-overlay > ul.menu {
    text-align: center;
    position: relative;
    top: 30px;
    width: 40%;
    height: auto;
    margin: 0 auto;
    -webkit-transform: unset;
    transform: unset;
}
span.uabb-menu-toggle {
    float: none !important;
}
img.sitelogo {
    max-width: 200px !important;
    max-height: 70px !important;
}
h1.sitetitle {
    margin: 0px !important;
	color: white;
}

.grad1 .fl-row-content-wrap{
    background: var(--gradient, linear-gradient(90deg, var(--Red, #DB0900) 0%, var(--Purple, #33227D) 100%));
}
.copyfooter a:hover{
    text-decoration: underline !important;
}
.grad2{
background: #EEF1FB;
background: -webkit-gradient(linear,left top, right top,from(rgba(238, 241, 251, 1)), color-stop(28%, rgba(244, 247, 253, 1)), color-stop(47%, rgba(252, 251, 252, 1)), color-stop(63%, rgba(253, 246, 235, 1)), to(rgba(253, 230, 204, 1)));
background: linear-gradient(90deg,rgba(238, 241, 251, 1) 0%, rgba(244, 247, 253, 1) 28%, rgba(252, 251, 252, 1) 47%, rgba(253, 246, 235, 1) 63%, rgba(253, 230, 204, 1) 100%);
}
.footersocial .fl-icon i {
    line-height: 40px;
    width: 40px;
}
.footersocial .fl-icon i::before {
    line-height: 40px;
}
.header .fl-row-content-wrap{
background: #FFFDFC;
background: linear-gradient(96deg,rgba(255, 253, 252, 1) 0%, rgba(255, 250, 247, 1) 28%, rgba(250, 245, 238, 1) 47%, rgba(240, 237, 243, 1) 63%, rgba(233, 231, 241, 1) 100%);
}
.fl-module-box.fl-node-6u2ftki097gm.headergradline:after {
    content: '';
background: var(--gradient, linear-gradient(90deg, var(--Red, #DB0900) 0%, var(--Purple, #33227D) 100%));
    height: 4px;
    width: 100%;
    display: inline-block;
    bottom: 0px;
}
.headergradline {
    position: relative;
}

.mainmenu  .fl-menu .menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.gradinnercontent{
background: #FFFCF9 ;
background: linear-gradient(152deg, rgba(255, 252, 249, 1) 0%, rgba(255, 252, 249, 1) 13%, rgba(254, 229, 201, 1) 27%, rgba(251, 228, 229, 1) 42%, rgba(251, 228, 229, 1) 57%, rgba(239, 242, 252, 1) 73%, rgba(255, 255, 255, 1) 100%);
}
/* Additional styles for better control */
.has-lottie-bg .fl-row-content {
    background-color: transparent !important;
}

/* If you need to adjust the animation position */
.bb-lottie-container dotlottie-player {
    -o-object-fit: cover;
    object-fit: cover; /* or contain based on your needs */
    -o-object-position: center;
    object-position: center;
}

/* For full-width sections */
.fl-builder-content .has-lottie-bg.fl-row-full-width {
    overflow: hidden;
}
.animationholder {
    position: absolute;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.horiscopecard .ss-bb-lottie{
    max-width: 350px;
    margin: 0 auto;
    border-radius: 25px;
    position: relative;
    z-index: 10;
        overflow: hidden;
}
.horiscopecard lottie-player:after {
    background-color: #33227D;
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: -1;
    top: 5px;
    left: 5px;
    border-radius: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color 1000ms ease-in-out;
    transition: background-color 1000ms ease-in-out;
}
.horiscopecard .ss-bb-lottie:hover lottie-player:after {
background: -webkit-gradient(linear, right top, left top, from(#DB0900), to(#FD8D03));
background: linear-gradient(270deg, #DB0900 0%, #FD8D03 100%);
-webkit-transition: background-color 1000ms ease-in-out;
transition: background-color 1000ms ease-in-out;
}
.horiscopecard .ss-bb-lottie:after {
    background: -webkit-gradient(linear, left top, left bottom, from(#DB0900), to(#FD8D03));
    background: linear-gradient(180deg, #DB0900 0%, #FD8D03 100%);
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    border-radius: 25px;
    top: 0px;
    left: 0px;
    z-index: -5;
}
.horiscopecard lottie-player:before {
    background: #000000;
    background: linear-gradient(140deg,rgba(0, 0, 0, 0.34) 0%, rgba(255, 255, 255, 0.65) 57%, rgba(66, 66, 66, 0.09) 68%, rgba(66, 66, 66, .8) 100%);
    background-blend-mode: multiply;
    width: 100%;
    width: 100%;
    height: 100%;
    display: inline-block;
    content: '';
    position: absolute;
    opacity: 0;
    -webkit-transition: 
    opacity 0.2s ease-in-out; 0.1s;
    transition: 
    opacity 0.2s ease-in-out; 0.1s;
}
@-webkit-keyframes fadeInOut {
  0%   { opacity: 0 } /* Start slightly down */
  40%  { opacity: .2 }   /* Rise + Fade In */
  60%  { opacity: .3 }   /* Hold visibility */  
  100% { opacity: 0 }
}
@keyframes fadeInOut {
  0%   { opacity: 0 } /* Start slightly down */
  40%  { opacity: .2 }   /* Rise + Fade In */
  60%  { opacity: .3 }   /* Hold visibility */  
  100% { opacity: 0 }
}
.horiscopecard lottie-player:hover:before {
  -webkit-animation: fadeInOut 1s ease 1;
  animation: fadeInOut 1s ease 1; /* Faster fade-in */
}
/* Main button container */
.standbutton.fl-button-wrap {
    display: inline-block;
    overflow: visible;
}

/* Button element */
.standbutton .fl-button {
    color: #fff !important;
    font-family: Poppins, sans-serif;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    text-transform: none !important;
    background-image: linear-gradient(90deg, #DB0900 0%, #33227D 100%) !important;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 25px !important;
    position: relative;
    padding-right: 20px !important;
    transition: all 0.3s ease;
    border: none !important;
    padding-top: 17px !important;
    padding-bottom: 15px !important;
}

/* Button text span */
.standbutton .fl-button-text {
    position: relative;
    display: inline-block;
    overflow: hidden
}
.standbutton a{
    overflow: hidden
}

/* Star pseudo-element */
.standbutton .fl-button:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/buttonstar.webp);
    background-size: contain;
    width: 18px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: -20px;
    opacity: 0;
    transform: translateY(-50%) rotateY(360deg);
    transform-origin: center;
    transition: 
        right 0.3s ease,
        opacity 0.3s ease,
        transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}

/* Hover states */
.standbutton .fl-button:hover {
    padding-right: 30px !important;
    background-image: linear-gradient(90deg, #FD8D03 0%, #DB0900 100%) !important;
}

.standbutton .fl-button:hover:after {
    right: 6px;
    opacity: 1;
    transform: translateY(-50%) rotateY(0deg);
}
#pethori {
    margin: 0 auto;
    display: block;
}
.trialbutton a {
    color: #fff !important;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-transform: none;
    background-image: linear-gradient(90deg, #DB0900 0%, #33227D 100%);
    border-top-left-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 25px;
    transition: padding-right 0.3s ease, background-image 0.3s ease;
    position: relative;
    display: inline-block;
    overflow: hidden; /* Ensures the spinning star stays contained */
}

.trialbutton a:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/buttonstar.webp);
    background-size: contain;
    width: 18px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: -20px;
    opacity: 0;
    transform: translateY(-50%) rotateY(360deg); /* Start rotated 90 degrees */
    transform-origin: center; /* Ensures it spins around its center */
    transition: 
        right 0.3s ease,
        opacity 0.3s ease,
        transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}
.trialbutton a:hover:after {
    right: 6px;
    opacity: 1;
    transform: translateY(-50%) rotateY(0deg); /* End at normal rotation */
}

.trialbutton a:hover {
    padding-right: 30px !important;
    background-image: linear-gradient(90deg, #FD8D03 0%, #DB0900 100%);
}
.accountmenu a:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/buttonstar.webp);
    background-size: contain;
    width: 17px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin: 3px 2px -3px 0px;
    transform-origin: center;
}

.accountmenu a:hover:before {
    animation: rotateStar .9s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

@keyframes rotateStar {
    from { transform: rotateY(0deg); }
    to { transform: rotateY(180deg); }
}
.fl-menu-mobile-flyout {
        background-image: linear-gradient(120deg, #33227D 0%, #DB0900 100%);
}
.fl-menu-mobile-flyout a {
    color: #ffffff !important;
    font-size: 17px;
    padding: 8px 15px !important;
}

.fl-menu-mobile-flyout a:hover {
    color: #FD8D03 !important;
}
button.fl-menu-mobile-close {
    color: white !important;
}
button.fl-menu-mobile-close:hover {
    color: #FD8D03 !important;
}
.trialbutton {
    margin-left: 15px !important;
}

.rightstar a{
    position: relative;
}
.rightstar a:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/starright.webp);
    background-size: contain;
    width: 70px;
    height: 12px;
    background-repeat: no-repeat;
    position: absolute; /* Change from relative to absolute */
    top: 5px; /* Center vertically */
    right: -70px; /* Align to left */
    transition: all 0.3s ease;
}

.rightstar a:hover:after {
    animation: pulse 1s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    filter: drop-shadow(0 0 4px rgba(255, 231, 100, 0.81));
     right: -80px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotateY(0deg); /* Remove translateY(-50%) */
    }
    50% {
        transform: scale(1.1) rotateY(10deg); /* Remove translateY(-50%) */
    }
}


.topic{
    position: relative;
}


.topic:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/starright.webp);
    background-size: contain;
    width: 70px;
    height: 12px;
    background-repeat: no-repeat;
    position: absolute; /* Change from relative to absolute */
    top: 5px; /* Center vertically */
    right: -70px; /* Align to left */
    transition: all 0.3s ease;
}

.topic:after {
    /* Keep your existing properties */
    transition: all 0.3s ease; /* Base transition */
}

.topicbox .fl-module-box:hover .topic:after {
    animation: pulse 1s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    filter: drop-shadow(0 0 4px rgba(255, 231, 100, 0.81));
     right: -80px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotateY(0deg); /* Remove translateY(-50%) */
    }
    50% {
        transform: scale(1.1) rotateY(10deg); /* Remove translateY(-50%) */
    }
}

.textgradfill{
    background: var(--Orange-Red-Gradient, linear-gradient(270deg, #DB0900 35%, #FD8D03 85%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 15px 0px;
}
.textgradfillorange{
    background: linear-gradient(270deg, var(--Lt-Purple, #EBE9F2) 55%, #FD8D03 65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 20px 0px;
}
.textgradfillorangerev{
    background: linear-gradient(270deg, var(--Lt-Purple, #FD8D03) 55%, #EBE9F2 65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 20px 0px;
}
.smalltextgradfillorange{
    background: linear-gradient(270deg, #FD8D03 0%, #EBE9F2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.textgradfill2{
    background: var(--Orange-Red-Gradient, linear-gradient(270deg, #DB0900 55%, #FD8D03 65%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 15px 0px;
}
.textgradpurple{
    background: var(--red-purple-Gradient, linear-gradient(270deg, #33227D 40%, #DB0900 95%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 15px 0px;
}
.textgradpurplehome{
    background: var(--red-purple-Gradient, linear-gradient(270deg, #33227D 70%, #DB0900 95%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 15px 0px;
}
.textgradfillsmall {
    background: var(--Orange-Red-Gradient, linear-gradient(270deg, #DB0900 45%, #FD8D03 50%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
padding: 20px 0px;
}
.animationholder {
    overflow: hidden;
    max-width: 100%;
}

.standbuttontrans a{
    color: #fff !important;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-transform: none;
    border-top-left-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 25px;
    transition: padding-right 0.3s ease, background-image 0.3s ease;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.standbuttontrans a:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/buttonstar.webp);
    background-size: contain;
    width: 18px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: -20px;
    opacity: 0;
    transform: translateY(-50%) rotateY(360deg);
    transform-origin: center;
    transition: 
        right 0.3s ease,
        opacity 0.3s ease,
        transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}
.standbuttontrans a:hover:after {
    right: 6px;
    opacity: 1;
    transform: translateY(-50%) rotateY(0deg); /* End at normal rotation */
}
.standbuttontrans a:hover {
    padding-right: 30px !important;
    background-image: linear-gradient(90deg, #FD8D03 0%, #DB0900 100%);
}
.faqstyle .pp-accordion-item{
    overflow: hidden;
}
.faqstyle .pp-accordion-item-active span.pp-accordion-button-label {
    font-weight: bold;
}
.faqstyle .pp-accordion-item-active {
    border: 2px solid #FD8D03 !important;
}
.standbutton span.fl-button-text {
    overflow: visible;
    padding: 3px 0px;
}
.faqstyle .pp-accordion-item .pp-accordion-button:hover {
background: var(--Orange-Red-Gradient, linear-gradient(270deg, #DB0900 0%, #FD8D03 100%)) !important;
    color: white !important;
}

.faqstyle .pp-accordion-item .pp-accordion-button:hover .pp-accordion-button-icon{
        color: white !important;
}

.faqstyle .pp-accordion-item.pp-accordion-item-active .pp-accordion-button:hover {
 background: #ebe9f2CC !important;
    color: #33227D !important;
}

.gradbox{
    position: relative;
    backdrop-filter: blur(2px);
}
.gradbox:before{
    height: 100% !important;
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0px;
    width: 100%;
    border-radius: inherit;
    /* this is the border width */
    padding: 4px !important;
    background: linear-gradient(
    to bottom right,
    #DB0900 0%,
    #FD8D03 62%,
    #FD8D03 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.gradboxpurple{
    position: relative;
    backdrop-filter: blur(2px);
}
.gradboxpurple:before{
    height: 100% !important;
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0px;
    width: 100%;
    border-radius: inherit;
    /* this is the border width */
    padding: 4px;
    background: linear-gradient(
    to bottom right,
    #33227D 0%,
    #ADA7CB 62%,
    #EBE9F2 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}




.gradbuttonpurple a{
    position: relative;
    backdrop-filter: blur(2px);
    padding: 15px 20px !important;
}
.gradbuttonpurple a:before{
    height: 100% !important;
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0px;
    width: 100%;
    border-radius: inherit;
    /* this is the border width */
    padding: 2px;
    background: linear-gradient(
    to bottom right,
    #DB0900 0%,
    #DB0900 62%,
    #33227D 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}





.rightstarpurple {
    position: relative; /* Add this to create positioning context */
    display: inline-block; /* This should be on the parent, not the pseudo-element */
}

.rightstarpurple:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/purplestar.webp);
    background-size: contain;
    width: 70px;
    height: 12px;
    background-repeat: no-repeat;
    position: absolute; /* Change from relative to absolute */
    top: 5px; /* Center vertically */
    right: -70px; /* Align to left */
    transition: all 0.3s ease;
}

.rightstarpurple:hover:after {
    animation: pulse2 1s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    filter: drop-shadow(0 0 4px rgba(255, 231, 100, 0.81));
     right: -80px;
}

@keyframes pulse2 {
    0%, 100% {
        transform: scale(1) rotateY(0deg); /* Remove translateY(-50%) */
    }
    50% {
        transform: scale(1.1) rotateY(10deg); /* Remove translateY(-50%) */
    }
}
.lineimage{
    flex: 0 0 auto;
    padding: 0 30px;
}
.videoplayer {
    width: 600px;
    margin: auto;
    display: inline-block;
}

.horoscopeiconwrapper .horoscopeicon .uabb-image .uabb-image-content {
transform: scale(.9)
}
.horoscopeiconwrapper:hover .horoscopeicon .uabb-image .uabb-image-content {
    background: #33227D;
    animation: pulse3 1s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    filter: drop-shadow(0 0 4px rgba(141, 121, 288, 0.9));
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

@keyframes pulse3 {
    0%, 100% {
        transform: scale(.9) rotateY(0deg);
    }
    50% {
        transform: scale(.95) rotateY(5deg);
    }
}

.pp-tabs-label:focus > .pp-tab-label-inner {
    outline: 0px;
}
.pp-tabs .pp-tabs-label.pp-tab-active{
    font-weight: bold;
}
.pp-tab-title{
    position: relative;
}
.pp-tab-title:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/buttonstar.webp);
    background-size: contain;
    width: 18px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: -30px;
    opacity: 0;
    transform: translateY(-50%) rotateY(360deg); /* Start rotated 90 degrees */
    transform-origin: center; /* Ensures it spins around its center */
    transition: 
        right 0.3s ease,
        opacity 0.3s ease,
        transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}
.pp-tab-title:hover:after {
    right: -20px;
    opacity: 1;
    transform: translateY(-50%) rotateY(0deg); /* End at normal rotation */
}
.pp-tab-active .pp-tab-title:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/buttonstar.webp);
    background-size: contain;
    width: 18px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: -20px;
    opacity: 1;
    transform: translateY(-50%) rotateY(360deg); /* Start rotated 90 degrees */
    transform-origin: center; /* Ensures it spins around its center */
    transition: 
        right 0.3s ease,
        opacity 0.3s ease,
        transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}
.horoscopewrappersection a {
    color: #000;
}
.horoscopewrappersection a:hover {
    color: #fd8d03 !important;
}
.aboveclouds {
    z-index: 1 !important;
    position: relative;
}
.fog-overlay {
    position: absolute;
    bottom: -20px;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: -20px;
    border-radius: 0px 0px 25px 25px;
    overflow: hidden;
}
.fog-overlay:before{
content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/2025/07/finalfog.webp) repeat-x;
  opacity: 0.6;
  animation: fog-move 20s linear infinite;
}
@keyframes fog-move {
  from { background-position: 0 bottom; }
  to { background-position: 1024px bottom; }
}
.fl-module-box.headergradline:after {
    content: '';
    background: var(--gradient, linear-gradient(90deg, var(--Red, #DB0900) 0%, var(--Purple, #33227D) 100%)) !important;
    height: 4px;
    width: 100%;
    display: inline-block;
    bottom: 0px;
}
.videoplayer {
    max-width: 100%;
}
/* Star pseudo-element */
.gradbuttonpurple a:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/buttonstar.webp);
    background-size: contain;
    width: 18px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: -20px;
    opacity: 0;
    transform: translateY(-50%) rotateY(360deg);
    transform-origin: center;
    transition: 
        right 0.3s ease,
        opacity 0.3s ease,
        transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}

/* Hover states */
.gradbuttonpurple a:hover {
    padding-right: 30px !important;
}

.gradbuttonpurple a:hover:after {
    right: 6px;
    opacity: 1;
    transform: translateY(-50%) rotateY(0deg);
}
.contactform .fl-module-content.fl-node-content {
    max-width: 1000px;
    margin: 100px auto;
}
.gradbox .fl-module {
    z-index: 2;
}
.gradboxpurple .fl-module {
    z-index: 2;
}
.uabb-creative-menu .uabb-menu-overlay {
	background-image: linear-gradient(120deg, #33227D 0%, #DB0900 100%);
}
.nowordwrap{
	word-wrap: normal;	
}
.uabb-creative-menu .uabb-toggle-none li:hover .uabb-menu-toggle:before {
    color: #ffffff !important;
}
.uabb-creative-menu  ul.sub-menu {
    background: #ffffff36;
}

.grad1button .fl-button, .grad2button .fl-button{
    position: relative;
    overflow: hidden;
    padding: 12px 30px !important;
}
.grad1button .fl-button:before {
    height: 100% !important;
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0px;
    width: 100%;
    border-radius: inherit;
    padding: 3px !important;
    background: linear-gradient(to bottom right, #FD8D03 0%, #DB0900 62%, #DB0900 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.grad2button .fl-button:before {
    height: 100% !important;
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0px;
    width: 100%;
    border-radius: inherit;
    padding: 3px !important;
    background: linear-gradient(to bottom right, #DB0900 0%, #33227D 62%, #33227D 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.grad2button .fl-button span:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/buttonstar.webp);
    background-size: contain;
    width: 18px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: -20px;
    opacity: 0;
    transform: translateY(-50%) rotateY(360deg); /* Start rotated 90 degrees */
    transform-origin: center; /* Ensures it spins around its center */
    transition: 
        right 0.3s ease,
        opacity 0.3s ease,
        transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}
.grad2button .fl-button:hover span:after {
    right: 8px;
    opacity: 1;
    transform: translateY(-50%) rotateY(0deg); /* End at normal rotation */
}
.grad1button .fl-button span:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/buttonstar.webp);
    background-size: contain;
    width: 18px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: -20px;
    opacity: 0;
    transform: translateY(-50%) rotateY(360deg); /* Start rotated 90 degrees */
    transform-origin: center; /* Ensures it spins around its center */
    transition: 
        right 0.3s ease,
        opacity 0.3s ease,
        transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}
.grad1button .fl-button:hover span:after {
    right: 8px;
    opacity: 1;
    transform: translateY(-50%) rotateY(0deg); /* End at normal rotation */
}
.aboutwrap .sectionheader{
font-family: Meddon, cursive;
    font-weight: 400;
    font-size: 42px;
    line-height: 1;
    text-align: left;
    margin: 0px;
}
.sectionheader{
    font-family: Meddon, cursive;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.3;
    text-align: center;
}
.bp-badges {
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 25px;
}
span.bp-badge {

    margin: 0px 10px 10px 20px;
    position: relative;
}
span.bp-badge:before {
    content: '';
    background: url(/wp-content/uploads/2025/10/linestar.webp);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    left: -28px;
    top: 4px;
}
h3.sectionheaderlower {
    font-weight: bold;
}
.aboutwrap {
    margin-bottom: 25px;

}
span.level {
    font-weight: 600 !important;
}
.videowraper .fl-video.fl-embed-video {
    margin-top: 0px;
}
span.levelonly {
    position: relative;
}
span.levelonly:before {
    content: '';
    background: url(/wp-content/uploads/2025/10/linestar.webp);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    left: -25px;
    top: 2px;
}
span.levelonly:after {
    content: '';
    background: url(/wp-content/uploads/2025/10/linestar.webp);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    right: -25px;
    top: 2px;
}
.gudcost {
    font-size: 15px;
    line-height: 1;
    padding: 10px;
}
.gudlevel {
    padding: 10px;
}
.uppergudlower {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
}
.lowergud{
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: stretch
}
.gudsched {
    line-height: 1;
    padding: 10px;
}
.namehead {
    line-height: 1.2;
    padding: 10px;
    display: flex;
  align-items: center; /* vertically center content within the equal-height cell */
  justify-content: center;
}
.lowergud {
    border-top: 1px solid #fff;
}
.gudsched {
    border-left: 1px solid white;
      display: flex;
  align-items: center; /* vertically center content within the equal-height cell */
  justify-content: flex-start;
}

.newssignup .gform-footer.gform_footer.top_label {
    display: none;
}
.newssignup #field_submit:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    background-image: url(/wp-content/uploads/2025/07/buttonstar.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 2px;
    top: -2px;
}
.newssignup #field_submit:hover:before {
    animation: rotateStar .9s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes rotateStar {
    from { transform: rotateY(0deg); }
    to { transform: rotateY(180deg); }
}
#gform_wrapper_2.gform_wrapper .gform_validation_errors{
        border-color: #79000000 !important;
}
#gform_wrapper_2.gform_wrapper.gravity-theme .gform_validation_errors:focus {
    outline: 0px solid #c02b0a;
    outline-offset:0px;
}
#gform_wrapper_2 .gfield_error .validation_message {
    display: inline-block !important;
    color: #790000 !important;
    border-color: #79000000 !important;
    background: none !important;
}
#gform_submit_button_2 {
    z-index: 2;
    background: no-repeat;
    color: transparent;
}
.newssignup .gfield {
    height: 20px;
}
#gform_submit_button_2 {
    height: 20px;
}
button.topiccarousel-prev:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/10/leftarrow.webp);
    width: 66px;
    display: inline-block;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
button.topiccarousel-next:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/10/rightarrow.webp);
    width: 66px;
    display: inline-block;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.guideskillcards button.topiccarousel-prev:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/10/leftarrowwhite.webp);
    width: 66px;
    display: inline-block;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.guideskillcards button.topiccarousel-next:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/10/rightarrowwhite.webp);
    width: 66px;
    display: inline-block;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.fl-category a {
background: var(--Orange-Red-Gradient, linear-gradient(270deg, #DB0900 0%, #FD8D03 100%));;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 25px;
    color: white;
}
.fl-category {
    text-align: left;
    margin-bottom: 13px;
}
.uabb-blog-posts-shadow {
    box-shadow: 0 0px 0px rgba(197, 197, 197, 0.2) !important;
}
.blogarchives .uabb-post-thumbnail a:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/10/group_227.webp);
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%);
    width: 75px;
    height: 75px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    z-index: 2;
}
.blogarchives .uabb-post-thumbnail:hover a:before {
    opacity: 1;
}
.blogarchives .uabb-post-thumbnail a:after {
    content: '';
    background: linear-gradient(180deg, rgba(51, 34, 125, 0.00) 0%, #33227D 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0;
}
.blogarchives .uabb-post-thumbnail:hover a:after {
    opacity: 1;
}
.blogcontent h2 {
    font-weight: 600;
}
.blogtitle{
background: linear-gradient(90deg, var(--Red, #DB0900) 0%, var(--Purple, #33227D) 48.01%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
a.facetwp-reset {
    color: #DB0900;
}
.fs-label-wrap {
    position: relative;
    background-color: #ffffff00 !important;
    border: 0px solid #ddd !important;
    cursor: default;
    display:inline-block;
}
.fs-wrap {
    width: auto !important;
}
.fs-dropdown {
    width: 265px !important;
}
.fs-dropdown .fs-options {
    max-height: 220px !important;
    overflow: auto;
}
.fs-arrow {
    background-image: url(/wp-content/uploads/2025/10/arrowdown.webp) !important;
    border: 0px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 14px !important;
    height: 8px !important;
    right: -2px !important;
    top: -3px !important;
}
.fs-label{
    color: #33227D;
    text-transform: uppercase;
}
input.facetwp-search, input.facetwp-search:focus {
border: 1px solid var(--Orange-Red-Gradient, #DB0900);
    border-radius: 10px !important;   
}
.facetwp-search::placeholder {
  color: #33227D !important;
}
.facetwp-icon:before {
    background: url(/wp-content/uploads/2025/10/mag.webp) no-repeat !important;
        top: 4px !important;
right: 4px !important;
        background-size: 18px 18px !important;
        background-position: 4px 7px !important;
}
.facetwp-icon {
    opacity: 1 !important;
}
.facetwp-facet {
    margin-bottom: 20px;
}
.facetwp-type-fselect {
    margin-top: 5px !important;
}
.bloglistlower a {
    text-align: left !important;
    color: white;
    display: inline-block;
}
.bloglistlower h3.uabb-post-heading.uabb-blog-post-section{
        color: white;
}
.bloglistlower {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
background: linear-gradient(180deg, rgba(75, 73, 73, 0.00) 0%, var(--Purple, #1b1241) 100%);
}
.bloglistlower {
    padding: 25px 30px 25px 30px;
}
.readmore {
    text-align: left;
}
.bloglistlower .readmore a{
    position: relative;
}
.bloglistlower .readmore a:after {
content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(/wp-content/uploads/2025/07/buttonstar.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -22px;
    top: 3px;
}
.bloglistlower .readmore a:hover:after {
    animation: rotateStar .9s 
cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.uabb-tabs {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: inline-flex;
    flex-direction: column-reverse;
}
.uabb-tab-acc-content {
    max-width: 800px;
    margin: 0 auto;
}
.uabb-tabs-nav li{
        border-top: 2px solid #8A898E;
}
li.uabb-tab-current{
    border-top: 2px solid #DB0900;
}
li.uabb-tab-current a{
box-shadow: inset 0 0px 0 #DB0900 !important;
}
.uabb-tab-description {
    color: #000 !important;
    font-style: italic;
    font-size: 15px;
    margin-top: 8px;
}
.uabb-tabs > nav ul {
    gap: 20px;
    max-width: 1200px;
}
nav.navigation.post-navigation:before {
    content: '';
    background: linear-gradient(270deg, #DB0900 0%, #FD8D03 100%);
    height: 2px;
    width: 100%;
    display: inline-block;
    margin: 13px 0px;
}
.nav-next a {
    color: #DB0900;
}
.nav-next a:hover {
    color: #33227d;
}
h3.arm_setup_form_title {
    text-align: center;
    width: 100%;
}
#arm_already_logged_in_message {
    text-align: center;
}
.redpurptitle{
    background: var(--gradient, linear-gradient(90deg, var(--Red, #DB0900) 0%, var(--Purple, #33227D) 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.arm_current_user_plan_info {
    text-align: center;
}
@media (max-width: 1200px) {
    .uppergudlower {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
            background: #ffffff96;
}
.lowergud {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.gudsched {
    border-left: 0px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .gudlevel {
    padding: 10px 0px 0px 0px;
}
.gudcost {
    font-size: 15px;
    line-height: 1;
    padding: 0px 0px 10px 0px;
}
    .namehead {
    font-size: 20px;
    padding: 10px 0px 10px 0px;
    line-height: 1;
}
.gudsched {
    padding: 0px 0px 10px 0px;
}
}
@media (max-width: 640px) {
    #gform_2 #field_submit {
    position: absolute;
    right: 0px;
}
    #field_2_1 {
    margin: -4px 0px 6px 0px;
}
}
.guidefilters .facetwp-facet {
    margin-bottom: 0px !important;
}
@media (max-width: 768px) {
.fs-dropdown {
    left: 50%;
    transform: translateX(-50%);
}
}
.subadd {
    text-align: center;
    width: 100%;
    background: #ebebeb;
    PADDING: 2PX;
    COLOR: #33227D;
}
.subadd a{
    COLOR: #33227D !important;
}