.elementor-926 .elementor-element.elementor-element-080a2d6{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:96px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-926 .elementor-element.elementor-element-8a50293{--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;}@media(max-width:767px){.elementor-926 .elementor-element.elementor-element-080a2d6{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-4474d05 *//* Cancellation and Refunds Page Styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.header {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    color: white;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-brand h2 {
    color: #dc2626;
    font-size: 1.8rem;
    font-weight: bold;
}

.nav-brand p {
    color: #ffffff;
    font-size: 0.9rem;
    margin-top: 0.2rem;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: #dc2626;
    background-color: rgba(220, 38, 38, 0.1);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 3px 0;
    transition: 0.3s;
}

/* Main Content */
.main-content {
    padding: 3rem 0;
    min-height: calc(100vh - 200px);
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 30%, #f1f5f9 70%, #e2e8f0 100%);
}

.page-title {
    font-size: 2.6rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
}

.page-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 4px;
    background: linear-gradient(90deg, #dc2626, #000000);
    border-radius: 2px;
}

.last-updated {
    text-align: center;
    color: #666;
    font-style: italic;
    margin-bottom: 2rem;
}

/* Policy Highlight */
.policy-highlight {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: white;
    padding: 2.5rem;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 3rem;
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
}

.policy-highlight h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.policy-highlight p {
    font-size: 1.1rem;
    opacity: 0.95;
    line-height: 1.7;
}

/* Refund Sections */
.refund-section {
    margin-bottom: 3rem;
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    border-left: 6px solid #dc2626;
    position: relative;
    overflow: hidden;
}

.refund-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(220, 38, 38, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.refund-section:nth-child(even) {
    border-left-color: #000000;
}

.refund-section:nth-child(even)::before {
    background: radial-gradient(circle, rgba(0, 0, 0, 0.05) 0%, transparent 70%);
}

.refund-section h2 {
    color: #000000;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.refund-section h2::before {
    content: '💰';
    margin-right: 0.8rem;
    font-size: 1.4rem;
}

.refund-section:nth-child(even) h2::before {
    content: '📋';
}

.refund-section:nth-child(4n) h2::before {
    content: '⏰';
}

.refund-section:nth-child(3n) h2::before {
    content: '🔄';
}

.refund-section h3 {
    color: #dc2626;
    font-size: 1.3rem;
    margin: 2rem 0 1rem 0;
    font-weight: 600;
    position: relative;
}

.refund-section h3::before {
    content: '▶';
    color: #dc2626;
    font-size: 0.9rem;
    margin-right: 0.5rem;
}

.refund-section p {
    margin-bottom: 1.5rem;
    text-align: justify;
    font-size: 1rem;
    color: #444;
    line-height: 1.8;
}

.refund-section ul {
    margin: 1.5rem 0;
    padding-left: 0;
}

.refund-section li {
    margin-bottom: 1rem;
    color: #444;
    position: relative;
    padding-left: 2.5rem;
    list-style: none;
    line-height: 1.6;
}

.refund-section li::before {
    content: '✓';
    color: #dc2626;
    font-weight: bold;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(220, 38, 38, 0.1);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.refund-section strong {
    color: #dc2626;
    font-weight: 600;
}

/* Programs Grid */
.programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.program-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 2rem;
    border-radius: 12px;
    border: 2px solid #dc2626;
    text-align: center;
    transition: transform 0.3s ease;
}

.program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(220, 38, 38, 0.15);
}

.program-card h4 {
    color: #dc2626;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.program-card p {
    margin-bottom: 0.8rem;
    color: #555;
}

.program-card strong {
    color: #000000;
}

/* Timeline Styles */
.timeline {
    position: relative;
    padding: 2rem 0;
    margin: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #dc2626, #000000);
}

.timeline-item {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 4rem;
}

.timeline-marker {
    position: absolute;
    left: 18px;
    top: 0;
    width: 24px;
    height: 24px;
    background: #dc2626;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
    z-index: 1;
}

.timeline-content h4 {
    color: #000000;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.timeline-content p {
    color: #666;
    margin: 0;
}

/* Contact Methods */
.contact-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.contact-method {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
    border-left: 4px solid #dc2626;
}

.contact-method h4 {
    color: #dc2626;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.contact-method p {
    color: #666;
    margin-bottom: 0.5rem;
}

.contact-method strong {
    color: #000000;
    font-size: 1.1rem;
}

/* Final Contact Section */
.final-contact {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    margin-top: 2rem;
}

.final-contact p {
    margin-bottom: 0.8rem;
    color: white;
}

.final-contact strong {
    color: #dc2626;
}

/* Refund Calculator */
.refund-calculator {
    background: linear-gradient(135deg, #e2e8f0 0%, #ffffff 100%);
    padding: 2.5rem;
    border-radius: 15px;
    margin: 3rem 0;
    border: 2px solid #dc2626;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.refund-calculator h3 {
    color: #dc2626;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 700;
}

.calculator-content {
    max-width: 500px;
    margin: 0 auto;
}

.calc-group {
    margin-bottom: 1.5rem;
}

.calc-group label {
    display: block;
    color: #333;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.calc-group select {
    width: 100%;
    padding: 0.8rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    background: white;
    color: #333;
}

.calc-result {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #dc2626;
}

.calc-result h4 {
    color: #dc2626;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

.calc-result #refund-amount {
    color: #000000;
    font-weight: 700;
}

.calc-note {
    color: #666;
    font-size: 0.9rem;
    font-style: italic;
    margin: 0;
}

/* Footer Styles */
.footer {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    color: white;
    padding: 2.5rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-brand h3 {
    color: #dc2626;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

.footer-brand p {
    color: #ccc;
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
}

.footer-links h4,
.footer-contact h4 {
    color: #dc2626;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.footer-links ul {
    list-style: none;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 0.3rem 0;
}

.footer-links a:hover {
    color: #dc2626;
    transform: translateX(5px);
}

.footer-contact p {
    color: #ccc;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.footer-bottom {
    border-top: 1px solid #444;
    padding-top: 1rem;
    text-align: center;
    color: #ccc;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 80px;
        flex-direction: column;
        background-color: #000000;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0,0,0,0.05);
        padding: 2rem 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu li {
        margin: 1rem 0;
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .page-title {
        font-size: 2.2rem;
    }

    .refund-section {
        padding: 2rem;
        margin-bottom: 2rem;
    }

    .refund-section h2 {
        font-size: 1.4rem;
    }

    .programs-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .contact-methods {
        grid-template-columns: 1fr;
    }

    .timeline::before {
        left: 15px;
    }

    .timeline-item {
        padding-left: 3rem;
    }

    .timeline-marker {
        left: 3px;
    }

    .container {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .page-title {
        font-size: 2rem;
    }

    .refund-section {
        padding: 1.5rem;
    }

    .policy-highlight {
        padding: 2rem;
    }

    .nav-brand h2 {
        font-size: 1.5rem;
    }

    .nav-brand p {
        font-size: 0.8rem;
    }

    .refund-section h2::before {
        font-size: 1.2rem;
        margin-right: 0.5rem;
    }

    .refund-section li {
        padding-left: 2rem;
    }
}

/* Scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Loading animations */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.refund-section:nth-child(odd) {
    animation: slideInLeft 0.8s ease-out;
}

.refund-section:nth-child(even) {
    animation: slideInRight 0.8s ease-out;
}

.policy-highlight {
    animation: fadeInUp 1s ease-out;
}

.refund-calculator {
    animation: fadeInUp 0.8s ease-out;
    animation-delay: 0.3s;
    animation-fill-mode: both;
}

.refund-section:nth-child(1) { animation-delay: 0.1s; }
.refund-section:nth-child(2) { animation-delay: 0.2s; }
.refund-section:nth-child(3) { animation-delay: 0.3s; }
.refund-section:nth-child(4) { animation-delay: 0.4s; }
.refund-section:nth-child(5) { animation-delay: 0.5s; }

/* Hover effects */
.refund-section:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

/* Print styles */
@media print {
    .header, .footer, .refund-calculator {
        display: none;
    }

    .main-content {
        padding: 0;
        background: white;
    }

    .refund-section {
        box-shadow: none;
        border: 1px solid #ddd;
        break-inside: avoid;
        margin-bottom: 1rem;
    }

    .refund-section::before {
        display: none;
    }

    .policy-highlight {
        background: #f5f5f5;
        color: black;
        box-shadow: none;
    }
}/* End custom CSS */