.elementor-1388 .elementor-element.elementor-element-000b461{--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;}/* Start custom CSS for html, class: .elementor-element-e9fd6ca */.negi-footer {
    background: #FFF5E6;
    padding: 60px 0 0;
    font-family: sans-serif;
}

.f-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.f-main-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.2fr;
    gap: 40px;
}

.f-logo {
    height: 80px;
    margin-bottom: 15px;
}

.f-about-text {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
}

.f-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.f-nav-list {
    list-style: none;
    padding: 0;
}

.f-nav-list li {
    margin-bottom: 10px;
}

.f-nav-list a {
    text-decoration: none;
    color: #333;
}

.f-nav-list a:hover {
    color: red;
}

.f-social-flex {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.f-soc-item {
    border: 1px solid red;
    padding: 8px 12px;
    text-decoration: none;
    color: red;
    border-radius: 5px;
}

.f-bottom {
    background: #000;
    color: #fff;
    margin-top: 40px;
    padding: 20px 0;
}

.f-credits {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}/* End custom CSS */