.elementor-27144 .elementor-element.elementor-element-99441e7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-440441c */.refund1736630124 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.refund1736630124 {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f8fafc;
}

.refund1736630124 .container1736630124 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.refund1736630124 .header1736630124 {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    color: white;
    padding: 100px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.refund1736630124 .header1736630124::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 2px, transparent 2px),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.1) 2px, transparent 2px),
        radial-gradient(circle at 40% 40%, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
    background-size: 60px 60px, 40px 40px, 20px 20px, 100px 100px;
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(1deg); }
}

.refund1736630124 .header-content1736630124 {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.refund1736630124 .authority-badge1736630124 {
    display: inline-block;
    background: rgba(16, 185, 129, 0.9);
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
}

.refund1736630124 .authority-badge1736630124::before {
    content: '✅';
    margin-right: 8px;
}

.refund1736630124 .header1736630124 h1 {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    background: linear-gradient(45deg, #ffffff, #f1f5f9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.refund1736630124 .header1736630124 .subtitle1736630124 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    color: rgba(255,255,255,0.95);
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.refund1736630124 .effective-date1736630124 {
    background: rgba(255,255,255,0.2);
    padding: 15px 25px;
    border-radius: 25px;
    display: inline-block;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
    font-size: 1.1rem;
}

/* Main Content */
.refund1736630124 .main-content1736630124 {
    padding: 80px 0;
}

/* Intro Section */
.refund1736630124 .intro-section1736630124 {
    background: white;
    border-radius: 20px;
    padding: 3rem 2rem;
    margin-bottom: 3rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    border-left: 5px solid #10b981;
}

.refund1736630124 .intro-section1736630124 h2 {
    color: #059669;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.refund1736630124 .intro-text1736630124 {
    font-size: 1.2rem;
    color: #374151;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.refund1736630124 .trust-highlight1736630124 {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    padding: 2rem;
    border-radius: 15px;
    border-left: 4px solid #10b981;
    margin: 2rem 0;
}

.refund1736630124 .trust-highlight1736630124 h3 {
    color: #059669;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

/* Policy Grid */
.refund1736630124 .policy-grid1736630124 {
    display: grid;
    gap: 3rem;
    margin: 3rem 0;
}

.refund1736630124 .policy-card1736630124 {
    background: white;
    border-radius: 20px;
    padding: 3rem 2rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-left: 5px solid #3b82f6;
}

.refund1736630124 .policy-card1736630124:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(59, 130, 246, 0.12);
}

.refund1736630124 .policy-number1736630124 {
    background: linear-gradient(45deg, #1e40af, #3b82f6);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.refund1736630124 .policy-title1736630124 {
    font-size: 1.8rem;
    color: #1e40af;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.refund1736630124 .policy-content1736630124 {
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.refund1736630124 .policy-list1736630124 {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 1rem 0;
}

.refund1736630124 .policy-list1736630124 li {
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
    color: #374151;
    list-style: none !important;
    font-size: 1rem;
    line-height: 1.6;
}

.refund1736630124 .policy-list1736630124 li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #10b981;
}

.refund1736630124 .policy-reality1736630124 {
    background: #f1f5f9;
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 3px solid #1e40af;
    font-style: italic;
    color: #374151;
    margin-top: 1.5rem;
}

.refund1736630124 .policy-reality1736630124::before {
    content: '💡 Bottom Line: ';
    font-weight: 600;
    color: #1e40af;
    font-style: normal;
}

/* Special Cards */
.refund1736630124 .eligible-card1736630124 {
    border-left: 5px solid #10b981;
}

.refund1736630124 .eligible-card1736630124 .policy-number1736630124 {
    background: linear-gradient(45deg, #059669, #10b981);
}

.refund1736630124 .eligible-card1736630124 .policy-title1736630124 {
    color: #059669;
}

.refund1736630124 .exempt-card1736630124 {
    border-left: 5px solid #dc2626;
}

.refund1736630124 .exempt-card1736630124 .policy-number1736630124 {
    background: linear-gradient(45deg, #dc2626, #ef4444);
}

.refund1736630124 .exempt-card1736630124 .policy-title1736630124 {
    color: #dc2626;
}

.refund1736630124 .exempt-card1736630124 .policy-list1736630124 li::before {
    content: '✗';
    color: #dc2626;
}

.refund1736630124 .request-card1736630124 {
    border-left: 5px solid #ff6b35;
}

.refund1736630124 .request-card1736630124 .policy-number1736630124 {
    background: linear-gradient(45deg, #ff6b35, #ff8c42);
}

.refund1736630124 .request-card1736630124 .policy-title1736630124 {
    color: #dc2626;
}

.refund1736630124 .request-card1736630124 .policy-list1736630124 li::before {
    content: '📝';
}

/* Process Section */
.refund1736630124 .process-section1736630124 {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 20px;
    padding: 3rem 2rem;
    margin: 3rem 0;
    border-left: 5px solid #f59e0b;
}

.refund1736630124 .process-section1736630124 h3 {
    color: #d97706;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-align: center;
}

.refund1736630124 .process-steps1736630124 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.refund1736630124 .process-step1736630124 {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(245, 158, 11, 0.2);
}

.refund1736630124 .step-icon1736630124 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.refund1736630124 .step-title1736630124 {
    color: #d97706;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.refund1736630124 .step-desc1736630124 {
    color: #92400e;
    font-size: 0.95rem;
}

/* Contact Section */
.refund1736630124 .contact-section1736630124 {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.refund1736630124 .contact-section1736630124 h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

.refund1736630124 .contact-section1736630124 p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.refund1736630124 .contact-btn1736630124 {
    background: linear-gradient(45deg, #fbbf24, #f59e0b);
    color: white;
    padding: 20px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(251, 191, 36, 0.4);
    border: 2px solid rgba(255,255,255,0.2);
}

.refund1736630124 .contact-btn1736630124:hover {
    background: linear-gradient(45deg, #f59e0b, #d97706);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(251, 191, 36, 0.6);
    color: white;
    border: 2px solid rgba(255,255,255,0.3);
}

/* Footer */
.refund1736630124 .footer1736630124 {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    color: white;
    padding: 3rem 0 1rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.refund1736630124 .footer1736630124::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 2px, transparent 2px),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.1) 2px, transparent 2px);
    background-size: 60px 60px, 40px 40px;
}

.refund1736630124 .footer-content1736630124 {
    position: relative;
    z-index: 2;
}

.refund1736630124 .footer-logo1736630124 {
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1rem;
}

.refund1736630124 .footer-logo1736630124 span {
    background: white;
    color: #1e40af;
    padding: 4px 12px;
    margin: 0 3px;
    border-radius: 4px;
}

.refund1736630124 .footer1736630124 p {
    color: rgba(255,255,255,0.9);
    margin-top: 2rem;
}

/* Links */
.refund1736630124 a {
    color: #dc2626;
    text-decoration: none;
    font-weight: 600;
    background: #fef2f2;
    padding: 2px 6px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.refund1736630124 a:hover {
    color: #991b1b;
    background: #fee2e2;
    text-decoration: underline;
}

.refund1736630124 .contact-section1736630124 a {
    color: white;
    background: transparent;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .refund1736630124 .container1736630124 {
        padding: 0 15px;
    }
    
    .refund1736630124 .header1736630124 h1 {
        font-size: 2.5rem;
    }
    
    .refund1736630124 .header1736630124 .subtitle1736630124 {
        font-size: 1.2rem;
    }
    
    .refund1736630124 .intro-section1736630124,
    .refund1736630124 .policy-card1736630124 {
        padding: 2rem 1.5rem;
    }
    
    .refund1736630124 .policy-title1736630124 {
        font-size: 1.5rem;
    }
    
    .refund1736630124 .process-steps1736630124 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .refund1736630124 .header1736630124 h1 {
        font-size: 2rem;
    }
    
    .refund1736630124 .intro-section1736630124,
    .refund1736630124 .policy-card1736630124,
    .refund1736630124 .process-section1736630124 {
        padding: 1.5rem 1rem;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading animation */
.refund1736630124 .fade-in1736630124 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease;
}

.refund1736630124 .fade-in1736630124.animate-in1736630124 {
    animation: fadeInUp1736630124 0.8s ease-out forwards;
}

@keyframes fadeInUp1736630124 {
    from {
        opacity: 0.7;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}/* End custom CSS */