.elementor-1037 .elementor-element.elementor-element-ca8041f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-1037 .elementor-element.elementor-element-ca8041f:not(.elementor-motion-effects-element-type-background), .elementor-1037 .elementor-element.elementor-element-ca8041f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #1E3C72 0%, #2A5298 100%);}.elementor-widget-heading .elementor-heading-title{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-1037 .elementor-element.elementor-element-045d46d .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:48px;font-weight:700;color:#FFFFFF;}.elementor-1037 .elementor-element.elementor-element-2261f4c .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;color:#FFFFFFCC;}.elementor-1037 .elementor-element.elementor-element-c448773{--display:flex;--border-radius:18px 18px 18px 18px;--padding-top:12px;--padding-bottom:12px;--padding-left:12px;--padding-right:12px;}.elementor-1037 .elementor-element.elementor-element-c448773:not(.elementor-motion-effects-element-type-background), .elementor-1037 .elementor-element.elementor-element-c448773 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}@media(min-width:768px){.elementor-1037 .elementor-element.elementor-element-c448773{--width:900px;}}/* Start custom CSS for html, class: .elementor-element-4273c81 *//* Returns & Exchanges specific styling */
.policy-highlight {
    background: linear-gradient(135deg, #e8f4f8, #f0f9ff);
    padding: 25px;
    border-radius: 12px;
    border: 2px solid #007cba;
    margin: 25px 0;
}

.policy-highlight h3 {
    color: #007cba;
    margin-top: 0;
    margin-bottom: 15px;
}

.summary-list {
    list-style: none;
    margin-left: 0;
}

.summary-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,124,186,0.1);
}

.summary-list li:last-child {
    border-bottom: none;
}

/* Steps styling */
.steps-container {
    margin: 30px 0;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 10px;
    border-left: 4px solid #007cba;
}

.step-number {
    background: linear-gradient(135deg, #007cba, #4fc3f7);
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

.step-content h4 {
    margin: 0 0 8px 0;
    color: #1a202c;
}

.step-content p {
    margin: 0;
    color: #4a5568;
}

/* Address box */
.address-box {
    background: #e8f4f8;
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #007cba;
    margin: 25px 0;
}

.address-box h4 {
    color: #007cba;
    margin-bottom: 15px;
}

.address-box .note {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0,124,186,0.2);
    font-size: 14px;
    color: #d69e2e;
    font-weight: 600;
}

/* Urgent notice */
.urgent-notice {
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.urgent-notice p {
    color: #856404;
    margin-bottom: 10px;
}

.urgent-notice ul {
    margin-left: 20px;
    color: #856404;
}

/* Exceptions grid */
.exceptions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 25px 0;
}

.exception-category {
    background: #f8fafc;
    padding: 20px;
    border-radius: 10px;
    border-top: 3px solid #007cba;
}

.exception-category h4 {
    color: #1a202c;
    margin-bottom: 15px;
}

.exception-category ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.small-text {
    font-size: 14px;
    color: #6c757d;
    font-style: italic;
}

/* Refund timeline */
.refund-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.timeline-item {
    text-align: center;
    padding: 20px;
    background: #f8fafc;
    border-radius: 10px;
    position: relative;
}

.timeline-step {
    background: linear-gradient(135deg, #007cba, #4fc3f7);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.timeline-desc {
    color: #4a5568;
    font-size: 14px;
}

/* Fee notice */
.fee-notice {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 20px;
    border-radius: 0 8px 8px 0;
    margin: 25px 0;
}

.fee-notice p {
    color: #856404;
    margin-bottom: 8px;
}

/* Terms grid */
.terms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.term-item {
    background: #f8fafc;
    padding: 20px;
    border-radius: 10px;
    border-top: 3px solid #007cba;
}

.term-item h4 {
    color: #1a202c;
    margin-bottom: 10px;
}

.term-item p {
    color: #4a5568;
    font-size: 14px;
    margin: 0;
}

/* Enhanced contact box */
.contact-box .help-text {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
    font-style: italic;
    color: #007cba;
    font-weight: 500;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .exceptions-grid,
    .terms-grid {
        grid-template-columns: 1fr;
    }
    
    .refund-timeline {
        grid-template-columns: 1fr;
    }
    
    .step-item {
        flex-direction: column;
        text-align: center;
    }
    
    .step-number {
        align-self: center;
    }
}/* End custom CSS */