.elementor-252 .elementor-element.elementor-element-d9e84ef{--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;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-fc068df */.site-footer {
    background: #fff;
    color: #333;
    padding: 60px 0 0 0;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}

.footer-main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px 50px 20px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
}

@media (max-width: 1024px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 640px) {
    .footer-main {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* Footer Columns */
.footer-column h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 20px 0;
    position: relative;
    padding-bottom: 12px;
}

.footer-column h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #e88008; /* Orange accent */
}

.footer-column p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0 0 12px 0;
}

.footer-column p strong {
    color: #1a1a2e;
    font-weight: 600;
}

/* Footer Links */
.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a,
.footer-column p a {
    font-size: 14px;
    color: #555;
    text-decoration: none;
    transition: color 0.3s, padding-left 0.3s;
    display: inline-block;
}

.footer-column ul li a:hover {
    color: #e88008; /* Orange hover */
    padding-left: 5px;
}

.footer-column p a:hover {
    color: #e88008;
}

/* Footer Bottom - Blue Gradient */
.footer-bottom {
    background: linear-gradient(135deg, #2c5282 0%, #1e3a5f 100%); /* Your blue gradient */
    padding: 18px 20px;
    border-top: none;
    width: 100%;
}

.footer-bottom p {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-legal {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-legal span {
    color: rgba(255, 255, 255, 0.6);
}

.footer-legal a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s, opacity 0.3s;
}

.footer-legal a:hover {
    color: #e88008; /* Orange hover for links */
    opacity: 1;
}

@media (max-width: 768px) {
    .footer-bottom p {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 640px) {
    .footer-bottom {
        padding: 15px 15px;
    }
    
    .footer-bottom p {
        font-size: 12px;
    }
    
    .footer-legal a {
        font-size: 12px;
    }
}/* End custom CSS */