.top-header {
    padding: 15px 20px;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

.header-logo {
    height: auto;
    max-width: 180px;
    width: 100%;
}

.home-button {
    padding: 8px 16px;
    font-size: 12px;
    width: 100%;
    max-width: 132px;
    box-sizing: border-box;
}

.top-header {
    padding: 20px 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}


.header-logo {
    height: 19px;
    width: auto;
}

.home-button {
    color: white;
    padding: 10px 10px;
    border-radius: 22px;
    box-shadow: 0 0 1px 3px rgb(222 235 255 / 30%);
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
}

.home-button:hover {
    background-color: #1a3570;
}

.validation-message.show {
    opacity: 1;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=search],
textarea {
    border-color: #5a73d5;
    border-radius: 25px;
    background-color: #efefef;
    text-align: center;
}
    #billing_first_name,
    #billing_last_name,
    #billing_address_1,
    #billing_state,
    #billing_city,
    #billing_country,
    #billing_postcode,
    #billing_email,
    #billing_em_ver,
    #billing_eu_vat_number{
    width: 100% !important;
    float: none !important;
    clear: none !important;
    box-sizing: border-box;
    padding-bottom: 0px;
    padding-top: 10px;
    display: flex;
}

.billing-details .form-row-wide {
    width: 100% !important;
    /* cancel 100% width */
    flex: 1 1 100% !important;
    /* flex item */
    
    /* safety */
    float: none !important;
    clear: none !important;
    box-sizing: border-box;
    display: flex;
}
.form-row.form-row-wide.address-field.thwcfd-required.thwcfd-field-wrapper.thwcfd-field-text.validate-required#billing_address_1_field{
    margin-bottom: 0px;
    padding-top: 0px;
}

.form-row.form-row-first.thwcfd-required.thwcfd-field-wrapper.thwcfd-field-text.custom-name-field.validate-required#billing_first_name_field{
    margin-bottom: 5px;
    padding-top: 0px;
}


body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #1e1e41;
    color: white;
    line-height: 1.6;
    background: #27368C;
    background: linear-gradient(80deg, rgba(39, 54, 140, 1) 0%, rgba(0, 0, 50, 1) 31%, rgba(0, 0, 0, 1) 100%);
}

.payment-icon.bitcoin {
    margin-left: 16px;
}

span.popular-badge {
    display: none;
}

.sb_buttons {
    display: flex;
    gap: 7px;
    justify-content: center;
    margin-bottom: 20px;
}

.sb_buttons .btn-outline {
    width: 33.33%;
    font-size: 16px;
}

.sb_buttons_one {
    display: flex;
    gap: 7px;
    justify-content: center;
    margin-bottom: 20px;
}

.sb_buttons_one .btn-outline {
    width: 50%;
    font-size: 16px;
}

.step-content {
    margin-top: 15px;
}

.container {
    max-width: -webkit-fill-available;
    margin: 0 auto;
    padding: 0 0rem;
}

/* Header Styles */
.header {
    border-bottom: 1px solid #2f2b43;
    background-color: #1e1e41;
}

.header-top {
    padding: 0.75rem 0;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.logo {
    font-size: 1.25rem;
    font-weight: bold;
    color: white;
}

.nav {
    display: flex;
    gap: 2rem;
}

.nav a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s;
}

.nav a:hover {
    color: white;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.language-selector {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-size: 0.875rem;
}

.btn {
    padding: 0.8rem 3rem;
    border: none;
    border-radius: 2.375rem;
    cursor: pointer;
    font-size: 1.4rem;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-ghost {
    background: transparent;
    color: white;
}

.btn-primary {
    background: white;
    color: #1e1e41;
}

.btn-primary:hover {
    background: rgba(255, 255, 255, 0.9);
}

.btn-secondary {
    background: #22438b;
    color: white;
}

.btn-secondary:hover {
    background: rgba(34, 67, 139, 0.9);
}

.btn-dark {
    background: #1e1e41;
    color: white;
}

.btn-dark:hover {
    background: rgba(30, 30, 65, 0.9);
}

.btn-outline {
    box-shadow: 0 0 1px 3px rgb(222 235 255 / 30%);
    background: transparent;
    border: 1px solid #e5e7eb;
    color: #374151;
}

.btn-outline:hover {
    background: #f9fafb;
}

.btn-outline.selected {
    background: url('https://www.checkout.xpertfunding.pro/wp-content/uploads/2025/08/map.png') center/cover,
        linear-gradient(292.35deg, #010101 -6.37%, #01011A 48.35%, #27368C 103.06%);
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.btn-outline .btn-label {
    transition: all 0.3s ease;
}

.btn-outline.selected .btn-label {
    font-weight: 600;
}

/* Hero Section */
.hero {
    text-align: center;
    padding: 3rem 0;
}

.hero-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.hero-title {
    font-size: 5rem;
    font-weight: bold;
    margin-bottom: 6rem;
    line-height: 1.2;
    color: white;
}

/* Progress Steps */
.progress-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.step {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.step-number {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: inherit;
}

.step-number.active {
    background: white;
    color: #1e1e41;
}

.step-number.inactive {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.step-content h3 {
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: white;
}

.step-content p {
    font-size: 1.7rem;
    color: rgba(255, 255, 255, 0.7);
}

.step-divider {
    width: 30rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 2rem;
}

/* Cards */
.card {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    color: #1e1e41;
}

.card-content {
    padding: 3rem;
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1e1e41;
}

.section-subtitle {
    color: #6b7280;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

/* Account Type Selection */
.account-type-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.account-type-btn {
    height: 10rem;
    font-size: 0.875rem;
    position: relative;
}

.popular-badge {
    position: absolute;
    top: 0;
    border: 1px solid #ffffff;
    background: #1e1e41;
    color: white;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Ensure selected state is visible for both account type and size buttons */
.account-type-btn.selected,
.account-size-btn.selected {
    border-color: #22438b !important;
    background-color: #f0f4ff !important;
}

.account-type-btn.selected .radio-icon,
.account-size-btn.selected .radio-icon {
    background-color: #22438b !important;
    border-color: #22438b !important;
}

.account-type-btn.selected .radio-icon::after,
.account-size-btn.selected .radio-icon::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    margin: 3px;
}

/* Account Size Selection */
.account-size-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.account-size-btn {
    height: 10rem;
    position: relative;
}

.full-width-btn {
    width: 100%;
    margin-bottom: 1rem;
}

/* Platform Usage */
.platform-btn {
    width: 100%;
    height: 7rem;
    background: #27368C;
    background: linear-gradient(80deg, rgba(39, 54, 140, 1) 0%, rgba(0, 0, 50, 1) 31%, rgba(0, 0, 0, 1) 100%);
    color: white;
    margin-bottom: 2rem;
    border-radius: 10px;
}

/* Detail Order */
.order-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.input {
    width: 96%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 1.875rem;
    font-size: 2rem;
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    font-size: 9px;
    margin: 1px;
}

.checkbox {
    width: 1rem;
    height: 1rem;
}

.vat-row.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.payment-methods {
    display: flex;
    gap: 4rem;
    margin-top: 1rem;
    margin-left: 33px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.payment-icon {
    width: 3rem;
    height: 2rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: bold;
}

.apple-pay {
    background: black;
    color: white;
}

.order-summary {
    background: #f9fafb;
    padding: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    max-height: 720px;
    text-align: left;
}

.price-large {
    font-size: 1.5rem;
    font-weight: bold;
}

.price-subtitle {
    font-size: 0.875rem;
    color: #6b7280;
}

.promo-group {
    display: flex;
    height: 40px;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.order-details {
    margin-bottom: 1.5rem;
}

.order-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.order-line.total {
    font-weight: bold;
    border-top: 1px solid #e5e7eb;
    padding-top: 0.5rem;
}

/* Support Info */
.support-info {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
    color: rgba(255, 255, 255, 0.7);
}

.support-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.rating {
    text-align: center;
    margin-top: 1rem;
}

.stars {
    color: #fbbf24;
    margin-bottom: 0.5rem;
}

/* Footer */
.footer {
    background: #1b1b1b;
    color: rgba(255, 255, 255, 0.7);
    padding: 3rem 0;
    margin-top: 3rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h4 {
    color: white;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.875rem;
}

.footer-section ul li a:hover {
    color: white;
}

.newsletter {
    border-top: 1px solid #374151;
    padding-top: 2rem;
    margin-bottom: 1rem;
}

.newsletter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.newsletter-form {
    display: flex;
    gap: 0.5rem;
}

.disclaimer {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.payment-icons {
    display: flex;
    gap: 1rem;
}

.visa {
    background: #1a1f71;
    color: white;
}

.payment-form {
    background: white;
    color: #333;
    border-radius: 20px;
    padding: 40px;
    max-width: 100%;
    width: 1200px;
    min-width: 377px;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.form-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-content {
    display: flex;
    gap: 40px;
    align-items: baseline;
    justify-content: space-evenly;
    margin-top: 81px;
    align-content: center;
}

/* left: billing form */
.billing-details.order_st {
    flex: 2 1 0;
    max-width: 530px;
    width: auto;
    min-width: 250px;
    margin-top: -45px;
}

/* right: order summary */
.order-summary.order_st {
    flex: 1 1 0;
    min-width: 250px;
    /* don’t shrink too small */
    width: 100%;
    max-width: 530px;
    margin-top: -36px;
}

.billing-details h3,
.order-summary h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

select {
    padding: 0.1rem 0.7rem;
    border-color: #5a73d5;
    border-radius: 25px;
    background-color: #efefef;
    size: 27px;
    width: 100%;
    height: 2.5em;
    min-height: auto;
    border-width: .2rem;
    cursor: pointer;
    text-align: center;
    margin-top: 3px;
}


.billing-details {
    display: flex;
    /* allows wrapping to next line */
    gap: 0rem;
    /* spacing between fields */
    height: 100%;
    max-height: 720px;
    flex-wrap: wrap;
}

.billing-details>* {
    flex: 1 1 45%;
    /* each child can grow/shrink, ~2 per row */
    min-width: 250px;
    /* don’t shrink too small */
}

.form-group {
    margin-bottom: 0px;
    border-width: 7px;
}

.form-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background: #f8f9fa;
}

.form-input:focus {
    outline: none;
    border-color: #4f46e5;
}

.order-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}

.order-item.total {
    font-weight: bold;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.order-item.discount {
    color: #22c55e;
}

.payment-options {
    margin: 30px 0;
}

.payment-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.payment-option:hover {
    border-color: #4f46e5;
}

.payment-option.selected {
    border-color: #4f46e5;
    background: #27368C;
    background: linear-gradient(80deg, rgba(39, 54, 140, 1) 0%, rgba(0, 0, 50, 1) 31%, rgba(0, 0, 0, 1) 100%);
}

.payment-icon {
    border-radius: 4px;
}

.checkbox-group {
    margin: 3px 0;
    margin-left: 6px;
}

input[type=checkbox]:checked:before {
    content: "";
    margin-left: -1px;
    color: #dfe0e0;
    font-weight: 700;
    border-radius: 5px;
    font-size: 15px;
    background-color: #004bff;
}

/* Hide only the #trems checkbox */
#trems,
#newsletter {
    width: 16px;           /* size */
    height: 16px;          /* size */
    accent-color: #004bff; /* checkmark color */
    cursor: pointer;
    z-index=0;
}

/* Custom checkbox for #trems only */
#trems + label::before,#newsletter + label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 0px solid #186e6e;
    border-radius: 5px;
    margin-right: 8px;
    vertical-align: middle;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* required for solid icons */
    cursor: pointer;
}

/* Checked state with Font Awesome checkmark */
#trems:checked + label::before,
#newsletter:checked + label::before {
    content: "";
    margin-left: 0px;
    margin-top: -3px;
    padding-right: 4px;
    display: flex;
    color: #dfe0e0;
    font-weight: 600;
    border-radius: 2px;
    font-size: 12px;
    background-color: #0042e000;
    gap: 2px;
    display: inherit;
}
#trems:checked + label::before::after,
#newsletter:checked + label::before::after {
    content: "\f00c";             /* Font Awesome check */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, 0.2); /* semi-transparent behind */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;                    /* behind the box border */
}

/* Optional: prevent other global checkbox pseudo-elements from affecting #trems */
input[type=checkbox]#trems::before,
input[type=checkbox]#trems:checked::before {
    content: none !important;
}
input[type=checkbox]#newsletter::before,
input[type=checkbox]#newsletter:checked::before {
    content: none !important;
}


.checkbox {
    margin-right: 8px;
}

input[type=radio]:checked:before, input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    line-height: 25px;
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
}


.checkbox-label {
    font-size: 12px;
    line-height: 1.4;
}
.checkbox-label.bc {margin: 20px;padding-top: 20px;}

.place-order-btn {
    width: 100%;
    background: #22438b;
    color: white;
    padding: 10px;
    border: none;
    margin-top: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 30px;
    transition: background 0.3s;
}

.place-order-btn:hover {
    background: #4338ca;
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #666;
}

.stars {
    color: #fbbf24;
    margin: 10px 0;
}

.radio-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    background: #eeeeee;
}

.selected .radio-icon::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #4f46e5;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.btn-radio {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 7px;
    border-radius: 10px;
    background-color: white;
    width: 100%;
}

.btn-radio.selected .radio-icon::after {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 1px;
}

.btn-label {
    font-size: 12px;
    font-weight: 500;
    margin-top: 22px;
}

.frame-1321316145-187 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    padding-bottom: 36px;
}

.frame-1321316142-189 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0px;
    flex-grow: 0;
    flex-shrink: 1;
    width: 23.41549295774648%;
}

.container-188 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0px;
    flex-grow: 0;
    flex-shrink: 1;
    width: 100%;
}

.frame-665-205 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    padding: 0px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
}

.frame-1321316143-197 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0px;
    flex-grow: 0;
    flex-shrink: 1;
    width: 23.41549295774648%;
}

.order_st {
    {
    color: var(--icon-css);
    transform: scale(0.7);
    position: relative;
    margin: -5px -2px -5px -4px;
    user-select: none;
    vertical-align: baseline;
    cursor: pointer;

        &:
    hover {
            color: var(--icon-css-hover)}
    }

    
    2px 2px 15px 5px rgba(0, 0, 0, 0.54);
    box-shadow: 2px 2px 15px 5px rgb(0 0 0 / 16%);
    border-radius: 20px;
    padding: 30px 30px;
    padding-bottom: 50px;
}

.form-section {
    padding-top: 15px;
}

.remove_coupon {
    cursor: pointer;
}

.place-order-btn:disabled {
    background-color: #cccccc !important;
    color: #999 !important;
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 0.6;
}

.payment-option input[type="radio"]:disabled+img,
.payment-option input[type="radio"]:disabled+span {
    opacity: 0.5;
    pointer-events: none;
}

.payment-option input[type="radio"]:disabled {
    cursor: not-allowed;
}

#vat-field {
    transition: all 0.3s ease;
}

#vat_number {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background: #f8f9fa;
}

#vat_status {
    margin-top: 5px;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 3px;
}

#vat_status small {
    font-size: 0.8em;
    opacity: 0.8;
    display: block;
    margin-top: 2px;
}

#vat_status {
    margin-top: -3px;
    font-size: 12px;
    padding: 10px;
    border-radius: 0px;
    transition: all 0.3s ease;
}


#vat_status div {
    margin-bottom: 3px;
}

#vat_status strong {
    font-weight: 600;
}

.payment-opts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 70px;
    width: auto;
    gap: 55px;
    justify-content: space-evenly;
    align-content: center;
}

.payment-ico {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    align-content: center;
    flex-wrap: wrap;
}

.payment-ico img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-right: 0 !important;
}

.payment-ico {
}

.payment-ico img {
    max-height: 70px;
}

#coupon_code_input {
    padding-left: 40px !important;
    padding-right: 40px !important;
    background-position: left 10px center, right 10px center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    height: 40px;
}

#coupon_code_input.coupon-valid {
    border-color: #22c55e !important;
    background-color: #acffc5ff !important;
}

#coupon_code_input.coupon-invalid {
    border-color: #ef4444 !important;
    background-color: #ffadadff !important;
}

#coupon_ticket_icon,
#coupon_check_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: auto;
}

#coupon_ticket_icon {
    left: 10px;
}

#coupon_check_icon {
    right: 10px;
}

.autocoupon-placeholder {
    color: #999;
    opacity: 0.5;
}

/* Order review table */
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

/* Payment section */
.wc_payment_methods {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
}

form input[type=text] {
    display: inline-block;
    min-height: 40px;
    width: 300%;
    font-size: 13px;
    line-height: 1.8;
    padding: 5px 7px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 1px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

label[for="billing_first_name"] {
    display: none !important;
}

label[for="billing_last_name"] {
    display: none !important;
}

label[for="billing_address_1"] {
    display: none !important;
}

label[for="billing_state"] {
    display: none !important;
}

label[for="billing_city"] {
    display: none !important;
}

label[for="billing_postcode"] {
    display: none !important;
}

label[for="billing_email"] {
    display: none !important;
}

label[for="billing_em_ver"] {
    display: none !important;
}

label[for="billing_eu_vat_number"] {
    display: none !important;
}

label[for="billing_country"] {
    display: none !important;
}

.woocommerce form .form-row,
.woocommerce form .form-group {
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
    width: 100%;
    box-sizing: border-box;
}

.form-row,
.form-group {
    display: flex;
    grid-template-columns: 1fr;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 3px;
    background: #fcfcfc;
}
  
}


@media (min-width: 768px) {

    .name-fields,
    .address-fields,
    .country-state-fields,
    .city-postcode-fields {
        grid-template-columns: repeat(2, 1fr);
    }

    .name-fields>div:first-child,
    .address-fields>div:first-child,
    .country-state-fields>div:first-child,
    .city-postcode-fields>div:first-child {
        padding-right: 7px;
    }

    .name-fields>div:last-child,
    .address-fields>div:last-child,
    .country-state-fields>div:last-child,
    .city-postcode-fields>div:last-child {
        padding-left: 7px;
    }
}

@media (max-width: 768px) {
    .header-main {
        flex-direction: column;
        gap: 1rem;
    }

    .nav {
        display: none;
    }

    .hero-title {
        font-size: 2rem;
    }

    .progress-steps {
        flex-direction: column;
        gap: 1rem;
    }

    .payment-form {
        max-width: 90%;

        .form-content {
            margin: -6px;
            padding-top: 50px;
            display: flex;
            gap: 60px;
            align-items: center;
            flex-direction: column;
        }

    }

    .billing-details {
        width: 17px;
    }

    .step-divider {
        width: 1px;
        height: 2rem;
        margin: 1rem 0;
        margin-left: inherit;
    }

    .account-type-grid {
        grid-template-columns: 1fr;
    }

    .order-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .newsletter-header {
        flex-direction: column;
        gap: 1rem;
    }

    .form-row,
    .form-group,
    .name-fields,
    .address-fields,
    .country-state-fields,
    .city-postcode-fields {
        grid-template-columns: 1fr;
    }

    .name-fields>div,
    .address-fields>div,
    .country-state-fields>div,
    .city-postcode-fields>div {
        padding: 0;
    }


}

@media screen and (min-width: 450px) {
    .top-header {
        flex-direction: row;
        padding: 9px 60px;
    }

    .header-logo {
        height: 19px;
        max-width: none;
        width: auto;
    }

    .home-button {
        padding: 10px 20px;
        width: auto;
        max-width: none;
    }
}

@media screen and (max-width: 625px) {
    .account-type-grid {
        gap: 7px;
        margin-bottom: 7px;
    }

    .sb_buttons_one .btn-outline {
        width: unset;
    }

    .sb_buttons_one {
        flex-direction: column;
    }

    .frame-1321316142-189 {
        flex-direction: column;
    }

    .frame-1321316143-197 {
        flex-direction: column;
    }

    .payment-form {
        padding: 29px !important;
    }

    .popular-badge {
        font-size: 0.5rem;
    }

    .account-size-grid {
        gap: 0.5rem;
    }

    .input {
        width: 100%;
    }

    .card-content {
        padding: 1rem;
    }

    .payment-methods {
        display: flex;
        gap: 2rem;
        margin-top: 1rem;
        margin-left: 33px;
        flex-direction: column;
    }

    .container-188 {
        flex-direction: column;
        gap: 18px;
    }


    body.woocommerce-checkout .container {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
        background: transparent !important;
        /* let body gradient show */
    }

    body.page-id-5527 .container {
        max-width: 100% !important;
        width: 110% !important;
        /* let the body gradient show */
    }

    @media (min-width: 1023px) {
        .payment-form {
            max-width: 95%;

            .form-content {
                margin: -15px;
                padding-top: 15px;
            }
        }
    }
}
/* Special product glow effect */
.account-size-btn.special-product {
    position: relative;
    border: 2px solid #ff6b35 !important;
    box-shadow: 0 0 15px rgba(255, 107, 53, 0.4) !important;
    animation: pulse-glow 2s infinite alternate;
}

/* Different glow colors for category vs product */
.account-type-btn[data-type="instant-funded-pro"] {
    position: relative;
    border: 2px solid #9c27b0 !important;
    box-shadow: 0 0 15px rgba(156, 39, 176, 0.4) !important;
    animation: pulse-glow-purple 2s infinite alternate;
}

.account-type-btn[data-type="uncategorized"] {
    position: relative;
    border: 2px solid #9c27b0 !important;
    box-shadow: 0 0 15px rgba(156, 39, 176, 0.4) !important;
    animation: pulse-glow-purple 2s infinite alternate;
}

/* Pulse animation for orange glow (product ID 1018) */
@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 10px rgba(255, 107, 53, 0.4);
    }
    100% {
        box-shadow: 0 0 20px rgba(255, 107, 53, 0.8);
    }
}

/* Pulse animation for purple glow (instant-funded-pro category) */
@keyframes pulse-glow-purple {
    0% {
        box-shadow: 0 0 10px rgba(156, 39, 176, 0.4);
    }
    100% {
        box-shadow: 0 0 20px rgba(156, 39, 176, 0.8);
    }
}

/* Special badge */
.special-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: linear-gradient(45deg, #ff6b35, #ff8e53);
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
}

/* Different badge for category */
.account-type-btn[data-type="instant-funded-pro"] .special-badge {
    background: linear-gradient(45deg, #9c27b0, #ba68c8);
}
.account-type-btn[data-type="uncategorized"] .special-badge {
    background: linear-gradient(45deg, #9c27b0, #ba68c8);
}