.elementor-7493 .elementor-element.elementor-element-15f21b8a:not(.elementor-motion-effects-element-type-background), .elementor-7493 .elementor-element.elementor-element-15f21b8a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.antminer.website/wp-content/uploads/2025/12/download-scaled.webp");background-position:top center;background-size:cover;}.elementor-7493 .elementor-element.elementor-element-15f21b8a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:7em 0em 7em 0em;}.elementor-7493 .elementor-element.elementor-element-15f21b8a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-7493 .elementor-element.elementor-element-510ac65f .elementor-heading-title{font-weight:600;color:#ffffff;}.elementor-7493 .elementor-element.elementor-element-4e6e9a82 .elementor-heading-title{font-size:23px;font-weight:400;line-height:1.4em;color:#FFFFFFFA;}.elementor-7493 .elementor-element.elementor-element-3c81a70{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7493 .elementor-element.elementor-element-f0a874f{--spacer-size:20px;}.elementor-7493 .elementor-element.elementor-element-76610dd0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-429484e6 *//* Refund Policy Styles */
.refund-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.refund-header {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2b55 100%);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    color: white;
    box-shadow: 0 15px 40px rgba(26, 26, 46, 0.2);
    position: relative;
    overflow: hidden;
}

.refund-header::before {
    content: '💰';
    position: absolute;
    top: -50px;
    right: -50px;
    font-size: 200px;
    opacity: 0.05;
    transform: rotate(15deg);
}

.company-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    border-radius: 50px;
    width: fit-content;
    backdrop-filter: blur(10px);
}

.badge-icon {
    font-size: 28px;
    background: linear-gradient(135deg, #7fffd4, #8a7cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.badge-text {
    display: flex;
    flex-direction: column;
}

.company-name {
    font-size: 20px;
    font-weight: 700;
}

.badge-verified {
    font-size: 12px;
    color: #7fffd4;
    font-weight: 500;
}

.refund-title {
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 800;
    margin: 20px 0;
    background: linear-gradient(135deg, #7fffd4, #8a7cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.last-updated {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
    padding: 12px 25px;
    border-radius: 50px;
    width: fit-content;
}

.update-icon {
    font-size: 18px;
}

.website-link {
    color: #7fffd4;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.website-link:hover {
    text-decoration: underline;
    color: #8a7cff;
}

.policy-summary {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #8a7cff;
}

.summary-icon {
    font-size: 40px;
    flex-shrink: 0;
}

.summary-text {
    font-size: 18px;
    line-height: 1.6;
    color: #2b2f3a;
    margin: 0;
}

.policy-section {
    background: white;
    border-radius: 15px;
    padding: clamp(25px, 3vw, 40px);
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.section-header {
    display: flex;
    align-items: center;
    gap: clamp(15px, 2vw, 20px);
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(138, 124, 255, 0.2);
    flex-wrap: wrap;
}

.section-number {
    font-size: clamp(36px, 4vw, 48px);
    font-weight: 800;
    color: #8a7cff;
    opacity: 0.3;
}

.section-title {
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

.coverage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.coverage-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    border-top: 5px solid;
}

.covered-card {
    border-color: #7fffd4;
}

.not-covered-card {
    border-color: #ff6b6b;
}

.coverage-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.coverage-card h4 {
    color: #1a1a2e;
    margin: 0 0 20px;
    font-size: 20px;
}

.coverage-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.coverage-list li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    color: #2b2f3a;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.covered-card .coverage-list li:before {
    content: "✓";
    position: absolute;
    left: 8px;
    color: #7fffd4;
    font-weight: bold;
    font-size: 16px;
}

.not-covered-card .coverage-list li:before {
    content: "✗";
    position: absolute;
    left: 8px;
    color: #ff6b6b;
    font-weight: bold;
    font-size: 16px;
}

.eligibility-section {
    background: rgba(127, 255, 212, 0.08);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(127, 255, 212, 0.2);
}

.eligibility-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.eligibility-icon {
    font-size: 32px;
    color: #7fffd4;
}

.eligibility-header h4 {
    color: #1a1a2e;
    margin: 0;
    font-size: 22px;
}

.requirements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.requirement-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.req-icon {
    font-size: 24px;
    color: #8a7cff;
    flex-shrink: 0;
}

.req-content h5 {
    color: #1a1a2e;
    margin: 0 0 5px;
    font-size: 16px;
}

.req-content p {
    margin: 0;
    color: #2b2f3a;
    font-size: 14px;
    line-height: 1.4;
}

.req-content strong {
    color: #8a7cff;
}

.non-refundable-section {
    background: rgba(255, 107, 107, 0.08);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(255, 107, 107, 0.2);
}

.non-refundable-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.non-refundable-icon {
    font-size: 32px;
    color: #ff6b6b;
}

.non-refundable-header h4 {
    color: #d63031;
    margin: 0;
    font-size: 22px;
}

.non-refundable-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.non-refundable-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
}

.item-icon {
    font-size: 20px;
    color: #ff6b6b;
    flex-shrink: 0;
    margin-top: 2px;
}

.non-refundable-item p {
    margin: 0;
    color: #2b2f3a;
    font-size: 15px;
    line-height: 1.5;
}

.non-refundable-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.non-refundable-card {
    background: rgba(255, 107, 107, 0.08);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    border: 1px solid rgba(255, 107, 107, 0.2);
    transition: transform 0.3s ease;
}

.non-refundable-card:hover {
    transform: translateY(-5px);
}

.card-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #ff6b6b;
}

.non-refundable-card h4 {
    color: #d63031;
    margin: 0 0 10px;
    font-size: 18px;
}

.non-refundable-card p {
    margin: 0;
    color: #2b2f3a;
    font-size: 14px;
    line-height: 1.4;
}

.process-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    padding: 30px;
    background: rgba(138, 124, 255, 0.03);
    border-radius: 15px;
}

.flow-step {
    flex: 1;
    min-width: 180px;
    background: white;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #8a7cff, #7fffd4);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    margin: 0 auto 20px;
}

.flow-step h4 {
    color: #1a1a2e;
    margin: 0 0 10px;
    font-size: 18px;
}

.flow-step p {
    color: #2b2f3a;
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.4;
}

.flow-step a {
    color: #8a7cff;
    text-decoration: none;
    font-weight: 600;
}

.flow-step a:hover {
    text-decoration: underline;
}

.step-note {
    font-size: 12px !important;
    color: #666 !important;
    font-style: italic;
    margin-top: 10px !important;
}

.flow-arrow {
    font-size: 28px;
    color: #8a7cff;
    opacity: 0.5;
}

.partial-refunds {
    background: rgba(255, 193, 7, 0.08);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(255, 193, 7, 0.2);
}

.partial-card {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.partial-icon {
    font-size: 40px;
    color: #ffb300;
    flex-shrink: 0;
}

.partial-content h4 {
    color: #1a1a2e;
    margin: 0 0 10px;
    font-size: 20px;
}

.partial-content p {
    margin: 0;
    color: #2b2f3a;
    font-size: 16px;
}

.partial-reasons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reason-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.reason-bullet {
    color: #ffb300;
    font-size: 24px;
    line-height: 1.4;
    flex-shrink: 0;
}

.reason-item span {
    color: #2b2f3a;
    font-size: 15px;
    line-height: 1.5;
    flex: 1;
}

.policy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.grid-section {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.grid-section .section-header {
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.grid-section .section-title {
    font-size: clamp(18px, 2.5vw, 22px);
}

.cancellation-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cancel-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: rgba(138, 124, 255, 0.05);
    border-radius: 10px;
}

.cancel-icon {
    font-size: 24px;
    color: #8a7cff;
    flex-shrink: 0;
    margin-top: 2px;
}

.cancel-content h5 {
    color: #1a1a2e;
    margin: 0 0 8px;
    font-size: 16px;
}

.cancel-content p {
    margin: 0;
    color: #2b2f3a;
    font-size: 14px;
    line-height: 1.5;
}

.cancel-content a {
    color: #8a7cff;
    text-decoration: none;
    font-weight: 600;
}

.cancel-content a:hover {
    text-decoration: underline;
}

.shipping-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.shipping-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: rgba(127, 255, 212, 0.05);
    border-radius: 10px;
}

.shipping-icon {
    font-size: 24px;
    color: #7fffd4;
    flex-shrink: 0;
    margin-top: 2px;
}

.shipping-content h5 {
    color: #1a1a2e;
    margin: 0 0 8px;
    font-size: 16px;
}

.shipping-content p {
    margin: 0;
    color: #2b2f3a;
    font-size: 14px;
    line-height: 1.5;
}

.shipping-note {
    padding: 15px;
    background: rgba(255, 107, 107, 0.08);
    border-radius: 8px;
    border-left: 4px solid #ff6b6b;
}

.shipping-note p {
    margin: 0;
    color: #d63031;
    font-size: 14px;
    line-height: 1.5;
}

.shipping-note strong {
    font-weight: 600;
}

.contact-section {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
}

.contact-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-icon {
    font-size: 36px;
    color: #8a7cff;
}

.contact-header h2 {
    color: #1a1a2e;
    margin: 0;
    font-size: clamp(24px, 3vw, 28px);
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.contact-card {
    background: rgba(138, 124, 255, 0.05);
    border-radius: 12px;
    padding: 25px;
    border: 1px solid rgba(138, 124, 255, 0.1);
}

.address-card {
    grid-column: span 2;
}

@media (max-width: 768px) {
    .address-card {
        grid-column: span 1;
    }
}

.contact-card h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.contact-card-icon {
    color: #8a7cff;
}

.contact-card p {
    margin: 8px 0;
    color: #2b2f3a;
    line-height: 1.5;
}

.contact-link {
    color: #8a7cff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: 0.3s;
    display: block;
    margin-top: 10px;
}

.contact-link:hover {
    color: #7fffd4;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .refund-wrapper {
        padding: 30px 15px;
    }
    
    .refund-header {
        padding: 30px 25px;
    }
    
    .process-flow {
        flex-direction: column;
    }
    
    .flow-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }
    
    .requirements-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .refund-wrapper {
        padding: 20px 12px;
    }
    
    .refund-header {
        padding: 25px 20px;
        text-align: center;
    }
    
    .company-badge {
        margin: 0 auto 25px;
    }
    
    .policy-summary {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 15px;
    }
    
    .coverage-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .policy-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .requirements-grid {
        grid-template-columns: 1fr;
    }
    
    .non-refundable-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .contact-section {
        padding: 25px;
    }
    
    .contact-header {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .refund-wrapper {
        padding: 15px 10px;
    }
    
    .refund-header {
        padding: 20px 15px;
        border-radius: 15px;
    }
    
    .company-badge {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    
    .non-refundable-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-card {
        padding: 20px;
    }
    
    .contact-link {
        font-size: 16px;
    }
}/* End custom CSS */