        /* Button styles */
        .cta-button, .button {
            display: inline-flex!important;
            align-items: center;
            justify-content: space-between;
            background-color: var(--yellow);
            text-decoration: none;
            text-transform: none;
            padding: 6px 24px!important;
            border-radius: 100px;
            border:none!important;
            transition: all 0.3s ease;
            min-width: 220px;
            cursor: pointer;
            height: 48px!important;
            font-family: 'Roobert', sans-serif !important;
            font-weight: 600;
            color: #151515;
            font-size: 16px!important;
            filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.1));
        }

        .cta-button-inner {
            transition: transform 0.3s ease;
        }
        
        .cta-button:hover {
            background-color: #142002!important;
            
            color: #FFF;
       
        }

         .cta-button:hover svg {
           fill: #FFF;

        }
        .cta-button:hover path {
    		fill: #fff;
		}
        
        .cta-button:active {
            transform: translateY(1px);

        }


         /*  */

    .btn-primary {
        background-color: var(--yellow);
        color: #000;
        border: none;
        font-weight:400!important;
        filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.1));
        font-family: 'Roobert', sans-serif !important;
        
    }

    .btn-secondary {
        background-color: #FFF;
        color: #000;
        font-weight:400!important;
        filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.1));
        font-family: 'Roobert', sans-serif !important;
    }

    .btn {
        padding: 8px 20px;
        border-radius: 100px;
        text-decoration: none;
        text-align: center;
    }

    
        /*  Slider Button*/

.slider-button a.wp-block-button__link {
    min-width: 365px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.slider-button img {
    max-width: 25px;
}

/* Prioritize yourself sections button */
.fitco-arrow {
    font-size: 22px;
    line-height: 0;
}
        
        .arrow-icon svg {
            margin-left: 0.5rem;
            transition: transform 0.3s ease;
            fill:#151515!important;
        }
        
        .cta-button:hover .arrow-icon svg {
            transform: translateX(16px);
            color:#FFF!important;
            fill:#FFF!important;
        }

        .button:hover .arrow-icon svg {
            transform: translateX(4px);
            color:#FFF!important;
            fill:#FFF!important;
        }
        
        /* Animations */
        @keyframes fadeSlideUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

           /* Faqs btn  */

        .btn-small, a.btn-small.btn-faq {
            background-color: #fff!important;
            color: #151515;
            padding: 0px 20px;
            border-radius: 50px;
            font-size: 14px;
            line-height: 14px;
            font-weight: 500;
            font-family: 'Roobert';        
            height: 32px;            
            border: none;
            display:inline-flex;
			align-items: center;
        }

        .btn-small:hover, a.btn-small.btn-faq:hover {
            background-color: #DCE0D1!important
        }

        .btn-small:hover {
            background: var(--yellow);
        }

		/* FAQS Button */
		.btn-faq.btn-small {
    		margin-top: 10px;
		}



        /* secondary button */

        .secondary-button {
            background-color: var(--green);
            color: #fff;
            padding: 12px 20px;
            height: 40px;
            border: none;
            border-radius: 50px;
            font-family: 'Roobert';
            font-weight: 500;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3sease;
            display: flex;
    justify-content: center;
    align-items: center;
            
        }

        .secondary-button:hover, .btn-secondary:hover {
            background-color: var(--green-mid-dark);
        }

        /* mobile menu / header */

       .mobile-popup-menu .btn-primary {
            align-items: center;
            justify-content: space-between;
            background-color: var(--yellow);
            text-decoration: none;
            width:50%;
            border-radius: 100px;
            border:none!important;
            transition: all 0.3s ease;
            animation: fadeSlideUp 1.2s 0.6s ease forwards;
            cursor: pointer;
            font-family: 'Roobert', sans-serif !important;
            font-weight:500;
            color: #151515;
            font-size: 16px;
            filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.1));

        }


.page-template-What-is-the-fit-co .cta-button {
    width: 100%;
}


@media screen and (max-width: 480px) {
    .cta-button {
        width: 100%;
    }
}

/* chargebee styling */
.cb-button__text {
    
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-family: 'Roobert', sans-serif !important;
    font-weight: 600;
    color: #151515;
    font-size: 16px;
}

.cb-button {
    display: table;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background-repeat: no-repeat;
    white-space: nowrap;
    text-decoration: none !important;
    border-radius: 100px!important;
    font-weight: 600;
    font-family: 'Roobert', sans-serif !important;
    filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.1))!important;
    color: #151515!important;
    background-color: var(--yellow)!important;
    outline: none;
    box-shadow: none!important;
    height: 48px!important;
    padding: 0 30px;
    max-width: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

