.elementor-278 .elementor-element.elementor-element-affbf27{--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;}/* Start custom CSS for html, class: .elementor-element-dd1a5ae *//* --- Refund Policy General Container --- */
.refund-policy-container {
    font-family: 'Poppins', sans-serif;
    color: #4A5568;
    line-height: 1.8;
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

/* --- Header Section --- */
.refund-header {
    text-align: center;
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.refund-header h1 {
    font-size: 2.8em;
    font-weight: 700;
    color: #2D3748;
    margin-bottom: 10px;
}

.refund-header p {
    font-size: 1em;
    color: #718096;
}

/* --- IMPORTANT "No Refund" Notice --- */
.refund-notice {
    display: flex;
    align-items: center;
    background-color: #FFFBEB; /* Light yellow */
    border: 1px solid #FEEBC8; /* Yellow border */
    border-left: 5px solid #F59E0B; /* Amber accent */
    border-radius: 8px;
    padding: 25px;
    margin: 30px 0;
}

.notice-icon {
    font-size: 2.5em;
    color: #F59E0B;
    margin-right: 20px;
}

.notice-content h3 {
    font-size: 1.5em;
    font-weight: 700;
    color: #B45309; /* Darker amber */
    margin: 0 0 5px 0;
}

.notice-content p {
    margin: 0;
    color: #713F12; /* Darkest amber for text */
}

/* --- Individual Sections --- */
.refund-section {
    margin-bottom: 40px;
}

.refund-section h2 {
    font-size: 1.8em;
    font-weight: 600;
    color: #2D3748;
    margin-bottom: 15px;
}

.refund-section h2 i {
    color: #4299E1;
    margin-right: 15px;
    font-size: 0.9em;
}

/* --- List Styling --- */
.refund-section ul {
    list-style: none;
    padding-left: 10px;
}

.refund-section ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.refund-section ul li::before {
    content: '\f105'; /* Font Awesome angle-right icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 5px;
    color: #4299E1;
}

/* --- Contact Email Link --- */
.contact-email {
    font-weight: 600;
    color: #4299E1;
    text-decoration: none;
}

/* --- Responsive Design --- */
@media (max-width: 768px) {
    .refund-header h1 {
        font-size: 2em;
    }
    .refund-section h2 {
        font-size: 1.5em;
    }
    .refund-notice {
        flex-direction: column;
        text-align: center;
    }
    .notice-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}/* End custom CSS */