.cf-7eb9d67c-container {
    border-top: 4px solid #22c55e;
    background-color: #0f172a;
    padding: 80px 40px 40px 40px;
    box-sizing: border-box;
    width: 100%;
}

.cf-7eb9d67c-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    width: 100%;
    margin: 0 auto;
}

.cf-7eb9d67c-col {
    display: flex;
    flex-direction: column;
}

.cf-7eb9d67c-logo {
    margin-bottom: 24px;
    display: block;
}

.cf-7eb9d67c-logo img {
    display: block;
    width: 140px;
    height: auto;
    max-height: 60px;
    object-fit: contain;
}

.cf-7eb9d67c-description {
    color: #94a3b8;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 28px 0;
    font-weight: 400;
}

.cf-7eb9d67c-contact-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cf-7eb9d67c-contact-item {
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.4;
}

.cf-7eb9d67c-contact-item a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cf-7eb9d67c-contact-item a:hover {
    color: #f97316;
}

.cf-7eb9d67c-contact-item i {
    color: #94a3b8;
    font-size: 14px;
    margin-top: 3px;
    flex-shrink: 0;
}

.cf-7eb9d67c-col-heading {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 24px 0;
    line-height: 1.2;
}

.cf-7eb9d67c-links-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cf-7eb9d67c-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #cbd5e1;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    gap: 8px;
    transition: color 0.3s ease;
    position: relative;
    left: 0;
}

/* Arrow Reveal effect on normal links */
.cf-7eb9d67c-link .cf-7eb9d67c-arrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f97316;
    font-size: 12px;
    width: 0;
    opacity: 0;
    transform: translateX(-10px);
    transition: width 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    overflow: hidden;
}

.cf-7eb9d67c-link:hover {
    color: #f97316;
}

.cf-7eb9d67c-link:hover .cf-7eb9d67c-arrow-icon {
    width: 14px;
    opacity: 1;
    transform: translateX(0);
}

/* Highlighted state styling (permanently shown orange and visible arrow) */
.cf-7eb9d67c-link.cf-7eb9d67c-highlighted {
    color: #f97316 !important;
}

.cf-7eb9d67c-link.cf-7eb9d67c-highlighted .cf-7eb9d67c-arrow-icon {
    width: 14px;
    opacity: 1;
    transform: translateX(0);
    margin-right: 0;
}

/* Bottom Bar */
.cf-7eb9d67c-bottom-bar {
    border-top: 1px solid #1e293b;
    margin-top: 60px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    color: #64748b;
    font-size: 14px;
}

.cf-7eb9d67c-copyright {
    color: #64748b;
}

.cf-7eb9d67c-bottom-links {
    display: flex;
    gap: 24px;
}

.cf-7eb9d67c-bottom-links a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cf-7eb9d67c-bottom-links a:hover {
    color: #cbd5e1;
}

/* Responsive breakpoint handling via Elementor engine or default fallback */
@media (max-width: 1024px) {
    .cf-7eb9d67c-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .cf-7eb9d67c-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .cf-7eb9d67c-bottom-bar {
        flex-direction: column;
        align-items: flex-start;
    }
    .cf-7eb9d67c-bottom-links {
        flex-wrap: wrap;
        gap: 16px;
    }
}
