:root {
    --white: #ffffff;
    --black: #000000;
}

.payment_method_zelle .payment_box.payment_method_zelle fieldset {
    padding-bottom: 250px;
    background-image: url(https://athletesbuilt4success.com/wp-content/uploads/2026/01/zelle.jpg);
    background-size: 275px;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.shop_table thead th {
    color: #000 !important;
}
.btn__icon .elementor-button {
    padding: 7.5px 15px;
    padding-right: 8.5px;
}

.btn__icon .elementor-button .elementor-button-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 100%;
    transition: all 0.5s;
}

.btn__icon .elementor-button:hover .elementor-button-icon {
    transform: rotate(45deg);
}

.elementor-button-content-wrapper {
    align-items: center;
}

.btn__header .elementor-button-icon {
    background: var(--e-global-color-primary);
    border-radius: 100%;
}

.btn__icon .elementor-button .elementor-button-icon svg {
    width: 12px;
}


.hero-slider__item {
    min-height: 700px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.hero-slider__item-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.hero-slider__item-content {
    max-width: 700px;
    color: var(--white);
}

.hero-slider__item-title {
    font-size: 58px !important;
    line-height: 1.1;
}

.hero-slider__item-content-text {
    font-size: 20px;
    font-weight: 500;
}

.hero-slider__item-buttons {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
}

.hero-slider__item-button {
    background: var(--e-global-color-primary);
    display: flex;
    align-items: center;
    padding: 7px 26px;
    border-radius: 50px;
    gap: 15px;
    color: var(--black);
    font-weight: 600;
    height: 60px;
    transition: all 0.5s;
    padding-right: 12px;
}

.hero-slider__item-button-icon {
    transition: all 0.5s;
}

.hero-slider__item-button:hover .hero-slider__item-button-icon {
    transform: rotate(45deg);
}

.hero-slider__item-button span {
    line-height: 0;
}

.hero-slider__item-button--light {
    padding: 15px 30px;
    background: rgb(255 191 0 / 30%);
    color: var(--white);
}

.hero-slider__item-button:hover {
    background: var(--black);
    color: var(--white);
}


.hero-slider .owl-nav {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    gap: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
}

.hero-slider .owl-dots {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 75px;
    gap: 15px;
    padding: 0 15px;
}

.hero-slider .owl-dots button {
    width: 12px;
    height: 12px;
    background: var(--white) !important;
    opacity: 0.5;
}

.hero-slider .owl-dots button.active {
    opacity: 1;
    background: var(--e-global-color-primary) !important;
}

.hero-slider .owl-nav button {
    width: 50px;
    height: 50px;
    display: block;
    background: var(--e-global-color-primary) !important;
    position: relative;
    z-index: 1;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slider .owl-nav button:hover {
    opacity: 1;
}


.testimonials__item {
    background: var(--white);
    border-radius: 25px;
    padding: 0 30px 30px;
    margin-top: 80px;
}

.testimonials__item__head__img img {
    width: 150px !important;
    height: 150px;
    border: 2px solid var(--white);
    border-radius: 100%;
}


.testimonials__item__head {
    transform: translateY(-75px);
    position: relative;
    margin-bottom: -50px;
}

.testimonials__item__head__img {
    margin-bottom: 30px;
}

.testimonials__item__head__rating {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.testimonials__item__head__info h5 {
    margin: 0 0 5px;
    font-size: 20px;
}

.testimonials__item__head__rating svg {
    width: 100px;
}

.testimonials__item__review {
    font-size: 18px;
}

.testimonials .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    gap: 25px;
}

.testimonials .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: var(--white);
    opacity: 0.5;
}

.testimonials .owl-dots .owl-dot.active {
    background: var(--e-global-color-primary) !important;
    opacity: 1;
}

.testimonials .owl-nav button {
    width: 50px;
    height: 50px;
    display: block;
    background: #1D4D29 !important;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials .owl-nav button.owl-prev {
    left: -65px !important;
}

.testimonials .owl-nav button.owl-next {
    right: -65px;
}

.testimonials .owl-nav button path {
    fill: var(--white);
}

.testimonials .owl-nav button:hover {
    background: var(--e-global-color-primary) !important;
}

.testimonials .owl-nav button:hover path {
    fill: var(--black);
}


.btn__icon--dark .elementor-button .elementor-button-icon {
    background: var(--black);
}

.btn__icon--light .elementor-button .elementor-button-icon {
    background: var(--white);
}

.btn__icon--dark .elementor-button .elementor-button-icon svg path {
    stroke: var(--white);
}

.btn__icon--dark .elementor-button:hover .elementor-button-icon {
    background: var(--white);

}

.btn__icon--dark .elementor-button:hover .elementor-button-icon svg path {
    stroke: var(--black);
}

.programs__item {
    padding: 15px;
    border: 1px solid #CECECE;
    background-color: var(--white);
    border-radius: 20px;
    text-align: center;
    margin-top: 170px;
}

.programs__item-image {
    border-radius: 20px;
    overflow: hidden;
    margin-top: -170px;
}

.programs__item-content {
    margin-top: 20px;
}

.programs__item-title a {
    color: var(--black);
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.programs__item-title {
    margin: 0;
}

.programs__item-button {
    margin-top: 20px;
}

.programs__item-button-link {
    display: block;
    background: rgb(255 191 0 / 10%);
    padding: 15px;
    border-radius: 50px;
    font-weight: bold;
    color: black;
    transition: all 0.5s;
}

.programs__item:hover .programs__item-button-link {
    background: var(--e-global-color-primary);
}

.programs .owl-stage-outer {
    overflow: visible;
}

.programs .owl-dots {
    gap: 15px;
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.programs .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: var(--e-global-color-primary);
    opacity: 0.3;
}

.programs .owl-dots .owl-dot.active {
    opacity: 1;
}

.heading-gradient .elementor-heading-title {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    text-fill-color: transparent !important;
    line-height: 1.2;
}

.heading-gradient--style-1 .elementor-heading-title {
    background: linear-gradient(117.78deg, #000000 15.35%, #FFBF00 193.08%);
}

.heading-gradient--style-2 .elementor-heading-title {
    background: linear-gradient(100.81deg, #000000 -25.73%, #946F00 50.82%, #FFBF00 106.41%);
}

.heading-gradient--style-3 .elementor-heading-title {
    background: linear-gradient(294.48deg, #FFFFFF 17.48%, rgba(255, 255, 255, 0.61) 118.94%);
}

.contact-form .elementor-field {
    padding-left: 0;
    padding-right: 0;
}

.contact-form .elementor-button .elementor-button-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
}

.contact-form .elementor-button .elementor-button-icon svg {
    width: 11px;
    height: 14px;
}

.contact-form .elementor-button {
    padding: 7px 20px;
    padding-right: 10px;
}

.programs__item-content-text {
    margin-top: 20px;
    min-height: 145px;
}


.elementor-add-to-cart tr {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.elementor-add-to-cart th,.elementor-add-to-cart td {
    padding: 0;
    margin: 0;
    background: transparent !important;
}

.elementor-add-to-cart th label {
    margin-bottom: 12px;
}

.woocommerce div.product form.cart .variations select {
    border: none;
    padding: 9px  0;
    border-bottom: 1px solid #000;
}

.woocommerce div.product form.cart .variations select:focus {
    outline: none;
}

.woocommerce div.product form.cart .variations {
    margin: 0;
}

.woocommerce-variation-price {
    font-weight: bold;
    color: black;
}

.woocommerce-variation-price * {
    color: black;
}

.product-faq .e-n-accordion-item-title-icon {
    width: 35px;
    height: 35px;
    background: var(--e-global-color-primary);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.e-n-accordion-item-title:focus {
    outline: none;
}

.program-date {
    width: 180px;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    background: #F4F1E9;
    margin-bottom: 20px;
}

.program-date .month {
    background: linear-gradient(117.78deg, rgb(0 0 0 / 20%) 15.35%, rgb(255 191 0 / 20%) 193.08%);
    padding: 5px 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.program-date .day {
    padding: 15px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    background: linear-gradient(117.78deg, #000000 15.35%, #FFBF00 193.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    letter-spacing: -1px;
}

.program-date .month span {
    position: relative;
    display: table;
    margin: 0 auto;
}

.program-date .month span:before,.program-date .month span:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 40px;
    background: #000000;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    opacity: 0.2;
}

.program-date .month span:after {
    left: 60px;
}

.program-date .month span:before {
    right: 60px;
}

span.woocommerce-input-wrapper:has(input[type=radio]) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

span.woocommerce-input-wrapper:has(input[type=radio]) .radio {
    line-height: 1;
    position: relative;
    top: 3px;
    margin-left: 5px;
}

#billing_acknowledge_field .checkbox, #billing_refund_policy_field .checkbox {
    font-size: 12px !important;
    line-height: 1.4;
    font-weight: 600;
}


#billing_payment_terms_field .checkbox {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

#billing_additional_field {
    margin-top: 20px;
}

#billing_additional_field h3 {
    margin: 0;
    font-size: 26px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce h3 {
    font-size: 26px;
}
/* Container & Global Styles */
.woocommerce-order {
    max-width: \;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f9f9fb;
}

/* Success Notice */
.woocommerce-notice.woocommerce-notice--success {
    background-color: #e8f5e9;
    color: #2e7d32;
    padding: 20px;
    border-radius: 8px;
    border-left: 5px solid #4caf50;
    margin-bottom: 30px;
    font-weight: 500;
}

/* Top Order Overview List */
.order_details {
    list-style: none;
    padding: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.order_details li {
    flex: 1;
    min-width: 150px;
    padding: 10px 20px !important;
    border-right: 1px solid #eee;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #777;
    margin-right: 1em !important;
}
.order_details li strong {
    display: block;
    color: #6d1fd4; /* Matching your Zelle link color */
    font-size: 1.1em;
    margin-top: 5px;
}

/* Zelle Notice Box */
#wc-zelle-form {
    background: #ffffff;
    border: 2px solid #6d1fd4;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
}

#wc-zelle-form h2 {
    color: #6d1fd4;
    margin-top: 0;
	font-size: 38px;
}
#wc-zelle-form ul li:before {
    display: none !important;
}

#wc-zelle-form ul {
    padding-left: 20px;
    margin: 0 0 10px;
    list-style: disc;
}
/* Tables Styling */
.shop_table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}
.elementor-message-success {
    background-color: #e8f5e9;
    color: #2e7d32;
    padding: 20px;
    border-radius: 8px;
    border-left: 5px solid #4caf50;
    margin-bottom: 30px;
    font-weight: 500;
}
.shop_table th, .shop_table td {
    padding: 15px 20px !important;
    text-align: left;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-left: 20px !important;
}

.shop_table thead {
    background-color: #ffbf00 !important;
    color: #000;
}
/* Specific styling for the custom participant fields */
.custom-fields th {
    width: 50%;
    background-color: #fcfcfc;
    color: #555;
    font-weight: 600;
}

/* Customer Details Section */
.woocommerce-customer-details {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.woocommerce-column__title {
    border-bottom: 2px solid #6d1fd4;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

address {
    font-style: normal;
}

/* Responsive Tweak */
@media (max-width: 600px) {
    .order_details li {
        flex: 1 0 100%;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
}


.woocommerce .woocommerce-customer-details :last-child {
    height: auto !important;
    padding: 5px 20px;
}
@media screen and (max-width: 767px) {

    .hero-slider__item-title {
        font-size: 36px !important;
    }

    .hero-slider__item-content-text {
        font-size: 16px;
    }

    .hero-slider__item-button {
        padding: 0 15px;
        height: 50px;
    }

    .hero-slider__item-button-icon svg {
        width: 30px;
    }

    .hero-slider__item-buttons {
        gap: 15px;
    }

    .hero-slider__item {
        min-height: 500px;
    }

    .hero-slider .owl-dots {
        display: none;
    }

    .hero-slider .owl-nav {
        padding: 0 15px;
    }

    .testimonials .owl-nav {
        display: none;
    }

    .testimonials__item__review {
        font-size: 18px;
    }

    .testimonials__item__head__img img {
        width: 100px !important;
        height: 100px;
    }

    .testimonials__item__head {
        transform: translateY(-45px);
        margin-bottom: -29px;
    }

    .testimonials__item {
        margin-top: 50px;
    }

    .testimonials__item__head__info h5 {
        font-size: 18px;
    }

    .testimonials__item {
        padding: 0 20px 20px;
    }

    .programs__item-title a {
        font-size: 24px;
    }
}