.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-accent );}.elementor-widget-animated-headline .elementor-headline-plain-text{color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline{--dynamic-text-color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-114 .elementor-element.elementor-element-d3a3e76{--iteration-count:infinite;--animation-duration:1200ms;}.elementor-114 .elementor-element.elementor-element-d3a3e76 .elementor-headline{text-align:center;}/* Start custom CSS for html, class: .elementor-element-67fc34d */.modern-footer{
    width:100%;
    background:#ffffff;
    padding:90px 20px 35px;
    border-top:1px solid #f1f1f1;
}

.footer-container{
    max-width:1200px;
    margin:auto;
}

.footer-top{
    text-align:center;
    margin-bottom:55px;
}

.footer-top h2{
    font-size:42px;
    color:#ff6a00;
    margin-bottom:15px;
    font-weight:700;
}

.footer-top p{
    color:#666;
    font-size:17px;
    line-height:1.8;
}

.footer-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
    margin-bottom:60px;
}

.footer-card{
    background:#ffffff;
    padding:35px 25px;
    border-radius:22px;
    text-align:center;
    border:1px solid #f1f1f1;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    transition:all 0.3s ease;
}

.footer-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.icon{
    font-size:42px;
    margin-bottom:15px;
}

.footer-card h3{
    color:#ff6a00;
    margin-bottom:10px;
    font-size:22px;
}

.footer-card p{
    color:#555;
    font-size:16px;
    line-height:1.7;
}

.footer-bottom{
    text-align:center;
    border-top:1px solid #f1f1f1;
    padding-top:35px;
}

.footer-bottom h3{
    color:#111827;
    font-size:28px;
    margin-bottom:12px;
    line-height:1.5;
}

.tagline{
    color:#666;
    font-size:17px;
    margin-bottom:20px;
    font-style:italic;
}

.footer-line{
    width:120px;
    height:4px;
    background:#ff6a00;
    margin:20px auto;
    border-radius:20px;
}

.copyright{
    color:#888;
    font-size:15px;
    margin-bottom:8px;
}

.event-date{
    color:#ff6a00;
    font-size:16px;
    font-weight:600;
    margin-bottom:12px;
}

.powered{
    color:#666;
    font-size:16px;
}

.powered span{
    color:#ff6a00;
    font-weight:700;
}

@media(max-width:768px){

    .modern-footer{
        padding:65px 15px 30px;
    }

    .footer-top h2{
        font-size:30px;
    }

    .footer-bottom h3{
        font-size:22px;
    }

    .footer-top p,
    .footer-card p,
    .tagline,
    .powered{
        font-size:15px;
    }

    .footer-grid{
        grid-template-columns:1fr;
    }

    .footer-card{
        padding:30px 20px;
    }

}/* End custom CSS */