.elementor-widget-container .pafe-woocommerce-sales-funnels-add-to-cart-message--success{color:var( --e-global-color-primary );}.elementor-widget-container .pafe-woocommerce-sales-funnels-add-to-cart-message--out-of-stock{color:var( --e-global-color-primary );}.elementor-widget-container .pafe-woocommerce-sales-funnels-add-to-cart-message{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-container [data-tippy-root] > .tippy-box{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-container [data-tippy-root] > .tippy-box .tippy-arrow{color:var( --e-global-color-primary );}.elementor-1573 .elementor-element.elementor-element-46be9c9{--display:flex;overflow:visible;}.elementor-1573 .elementor-element.elementor-element-fc9da2f{--display:flex;overflow:visible;}.elementor-widget-html .pafe-woocommerce-sales-funnels-add-to-cart-message--success{color:var( --e-global-color-primary );}.elementor-widget-html .pafe-woocommerce-sales-funnels-add-to-cart-message--out-of-stock{color:var( --e-global-color-primary );}.elementor-widget-html .pafe-woocommerce-sales-funnels-add-to-cart-message{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-html [data-tippy-root] > .tippy-box{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-html [data-tippy-root] > .tippy-box .tippy-arrow{color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 input:not([type="submit"]){background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 select{background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 textarea{background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-html ::placeholder{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7-submit{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-html .wpcf7 input[type="submit"]:hover{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}
/* Start custom CSS for html, class: .elementor-element-c8cdbef *//* RTD 50-State Page CSS - No Conflicts with Homepage */

/* Container */
.rtd-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Hero Section */
.rtd-hero {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    padding: 80px 40px;
    text-align: center;
    margin-bottom: 60px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(30, 58, 138, 0.3);
}

.rtd-hero h1 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.rtd-hero .subtitle {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    margin-bottom: 40px;
    opacity: 0.95;
    font-weight: 400;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.rtd-trust-badges {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.rtd-badge {
    background: rgba(255, 255, 255, 0.15);
    padding: 20px 25px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

/* State Selection Section */
.rtd-state-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 80px 40px;
    text-align: center;
    margin-bottom: 60px;
    border-radius: 20px;
}

.rtd-state-section h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    color: #1e3a8a;
    margin-bottom: 25px;
    font-weight: 700;
}

.rtd-state-section .description {
    font-size: 1.2rem;
    color: #475569;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

/* State Search */
.rtd-state-search {
    max-width: 600px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 10;
}

.rtd-search-input {
    width: 100%;
    padding: 25px 30px;
    font-size: 1.2rem;
    border: 3px solid #e2e8f0;
    border-radius: 20px;
    background: white;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.rtd-search-input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15), 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.rtd-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 15px;
    max-height: 350px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    margin-top: 5px;
}

.rtd-state-option {
    padding: 20px 25px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f1f5f9;
    font-weight: 500;
    font-size: 1.1rem;
    color: #333;
}

.rtd-state-option:hover,
.rtd-state-option.highlighted {
    background: linear-gradient(135deg, #3b82f6 0%, #1e3a8a 100%);
    color: white;
}

/* Popular States */
.rtd-popular-states {
    margin-top: 50px;
}

.rtd-popular-states h3 {
    font-size: 1.8rem;
    color: #1e3a8a;
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
}

.rtd-states-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    max-width: 900px;
    margin: 0 auto;
    justify-content: center;
}

.rtd-states-grid > *:empty {
    display: none;
}

.rtd-states-grid > *:not(.rtd-state-card) {
    display: none;
}

.rtd-state-card {
    background: white;
    padding: 30px 25px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 120px;
    text-align: center;
    flex: 0 0 calc(33.333% - 17px);
    max-width: 280px;
}

.rtd-state-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: #3b82f6;
    text-decoration: none;
    color: inherit;
}

.rtd-state-card .state-name {
    font-weight: 700;
    font-size: 1.2rem;
    color: #1e3a8a;
    margin-bottom: 8px;
}

.rtd-state-card .state-info {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 500;
}

/* Process Steps - FIXED FOR THIS PAGE ONLY */
.rtd-process {
    padding: 80px 40px;
    background: white;
    margin: 60px 0;
}

.rtd-process h2 {
    text-align: center;
    font-size: clamp(2rem, 5vw, 3rem);
    color: #1e3a8a;
    margin-bottom: 60px;
    font-weight: 700;
}

.rtd-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 60px;
    margin-top: 50px;
}

.rtd-step {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 60px 30px 40px 30px;
    border-radius: 25px;
    text-align: center;
    position: relative;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    margin-top: 30px;
}

.rtd-step-number {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e3a8a 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.4rem;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
    border: 4px solid white;
    z-index: 10;
}

.rtd-step h3 {
    color: #1e3a8a;
    margin: 20px 0 20px;
    font-size: 1.4rem;
    font-weight: 600;
}

.rtd-step p {
    color: #475569;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 400;
}

/* Benefits Section */
.rtd-benefits {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 80px 40px;
    border-radius: 25px;
    margin: 60px 0;
}

.rtd-benefits h2 {
    text-align: center;
    font-size: clamp(2rem, 5vw, 3rem);
    color: #1e3a8a;
    margin-bottom: 60px;
    font-weight: 700;
}

.rtd-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 35px;
}

.rtd-benefit {
    background: white;
    padding: 40px 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
}

.rtd-benefit-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e3a8a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    color: white;
}

.rtd-benefit h3 {
    color: #1e3a8a;
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-weight: 600;
}

.rtd-benefit p {
    color: #475569;
    font-size: 1rem;
    line-height: 1.7;
}

/* CTA Section */
.rtd-cta {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    padding: 80px 40px;
    text-align: center;
    border-radius: 25px;
    margin: 60px 0;
}

.rtd-cta h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 25px;
    font-weight: 700;
}

.rtd-cta p {
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 0.95;
}

.rtd-cta-buttons {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.rtd-btn {
    padding: 20px 40px;
    border-radius: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    display: inline-block;
    min-width: 200px;
}

.rtd-btn-primary {
    background: white;
    color: #1e3a8a;
}

.rtd-btn-primary:hover {
    background: #f1f5f9;
    transform: translateY(-3px);
    text-decoration: none;
    color: #1e3a8a;
}

.rtd-btn-secondary {
    background: transparent;
    color: white;
    border: 3px solid white;
}

.rtd-btn-secondary:hover {
    background: white;
    color: #1e3a8a;
    text-decoration: none;
}

/* Contact Info */
.rtd-contact-info {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: white;
    padding: 60px 40px;
    text-align: center;
    border-radius: 25px;
    margin: 60px 0;
}

.rtd-contact-info h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin-bottom: 40px;
    font-weight: 700;
}

.rtd-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
    margin-top: 40px;
}

.rtd-contact-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 35px 30px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.rtd-contact-item h3 {
    margin-bottom: 15px;
    color: #60a5fa;
    font-size: 1.2rem;
    font-weight: 600;
}

.rtd-contact-item a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
}

.rtd-contact-item a:hover {
    color: #60a5fa;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .rtd-state-card {
        flex: 0 0 calc(50% - 12.5px);
        max-width: 350px;
    }
}

@media (max-width: 768px) {
    .rtd-container {
        padding: 0 15px;
    }
    
    .rtd-hero,
    .rtd-state-section,
    .rtd-process,
    .rtd-benefits,
    .rtd-cta,
    .rtd-contact-info {
        padding: 60px 20px;
    }
    
    .rtd-trust-badges {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .rtd-state-card {
        flex: 0 0 100%;
        max-width: 400px;
    }
    
    .rtd-steps {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .rtd-benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .rtd-cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .rtd-btn {
        width: 100%;
        max-width: 320px;
    }
}/* End custom CSS */


/* Start custom CSS *//* This CSS creates the 2x2 grid for the process steps */
body.elementor-page-1573 .rtd-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Creates two equal-width columns */
    gap: 20px; /* This is the space between the boxes */
}

/* On screens smaller than 768px (like phones), it becomes a single column */
@media (max-width: 767px) {
    body.elementor-page-1573 .rtd-steps {
        grid-template-columns: 1fr;
    }
}

/* Adds space between the new icons and the text */
body.elementor-page-1573 .rtd-contact-item h3 i {
    margin-right: 8px;
    color: #44D7B6; /* Optional: A nice accent color for the icons */
}

/* --- ADD THIS NEW CODE --- */
/* This will vertically center the content in the hero badges */
body.elementor-page-1573 .rtd-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; /* Ensures text is centered if it wraps */
}/* End custom CSS */
