.elementor-411 .elementor-element.elementor-element-c3d2b56{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-ab4f2bf *//* ========================================
   FLEXFUELHUB FOOTER - CUSTOM CSS
   Add this to: Elementor > Custom CSS
   ======================================== */

/* Footer */
.flexfuel-footer {
    background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.flexfuel-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffa61f 0%, #ffa61f 50%, #ffa61f 100%);
}

.flexfuel-footer-top {
    padding: 80px 0 60px;
    position: relative;
    z-index: 1;
}

.flexfuel-footer-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.flexfuel-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
    gap: 50px;
    margin-bottom: 60px;
}

/* Company Info */
.flexfuel-footer-about h3 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffa61f 0%, #ffa61f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.flexfuel-footer-about p {
    color: #b0b0b0;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 15px;
}

.flexfuel-footer-social {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.flexfuel-social-link {
    width: 45px;
    height: 45px;
    background: rgba(255, 166, 31, 0.1);
    border: 2px solid rgba(255, 166, 31, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffa61f;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
}

.flexfuel-social-link:hover {
    background: #ffa61f;
    color: white;
    transform: translateY(-5px);
    border-color: #ffa61f;
    box-shadow: 0 10px 25px rgba(255, 166, 31, 0.3);
}

/* Footer Columns */
.flexfuel-footer-column {
    text-align: left;
}

.flexfuel-footer-column h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    color: white;
    position: relative;
    padding-bottom: 10px;
    text-align: left;
}

.flexfuel-footer-column h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #ffa61f;
    border-radius: 2px;
}

.flexfuel-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.flexfuel-footer-links li {
    margin-bottom: 12px;
    text-align: left;
}

.flexfuel-footer-links a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: left;
}

.flexfuel-footer-links a:hover {
    color: #ffa61f;
    transform: translateX(5px);
}

.flexfuel-footer-links a::before {
    content: '→';
    opacity: 0;
    margin-right: 0;
    transition: all 0.3s ease;
}

.flexfuel-footer-links a:hover::before {
    opacity: 1;
    margin-right: 8px;
}

/* Newsletter */
.flexfuel-newsletter-form {
    margin-top: 20px;
}

.flexfuel-newsletter-input-group {
    display: flex;
    margin-bottom: 15px;
}

.flexfuel-newsletter-input {
    flex: 1;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px 0 0 8px;
    color: white;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.flexfuel-newsletter-input:focus {
    outline: none;
    border-color: #ffa61f;
    background: rgba(255, 255, 255, 0.08);
}

.flexfuel-newsletter-input::placeholder {
    color: #666;
}

.flexfuel-newsletter-button {
    padding: 14px 30px;
    background: linear-gradient(135deg, #ffa61f 0%, #ff8c00 100%);
    border: none;
    border-radius: 0 8px 8px 0;
    color: white;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.flexfuel-newsletter-button:hover {
    background: linear-gradient(135deg, #ff8c00 0%, #ffa61f 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 166, 31, 0.4);
}

.flexfuel-newsletter-text {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
}

/* Contact Info */
.flexfuel-contact-info {
    margin-top: 20px;
}

.flexfuel-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    color: #b0b0b0;
    font-size: 14px;
    line-height: 1.6;
}

.flexfuel-contact-icon {
    width: 20px;
    height: 20px;
    color: #ffa61f;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Footer Bottom */
.flexfuel-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
}

.flexfuel-footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexfuel-footer-copyright {
    color: #888;
    font-size: 14px;
}

.flexfuel-footer-copyright a {
    color: #ffa61f;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.flexfuel-footer-copyright a:hover {
    color: #ff8c00;
    text-decoration: underline;
}

.flexfuel-footer-bottom-links {
    display: flex;
    gap: 30px;
}

.flexfuel-footer-bottom-links a {
    color: #888;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.flexfuel-footer-bottom-links a:hover {
    color: #ffa61f;
}

/* Payment Methods */
.flexfuel-payment-methods {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.flexfuel-payment-badge {
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 12px;
    color: #b0b0b0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Decorative Elements */
.flexfuel-footer-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 166, 31, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablet (1024px) */
@media (max-width: 1024px) {
    .flexfuel-footer-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }

    .flexfuel-footer-about {
        grid-column: span 3;
    }
}

/* Mobile (768px) */
@media (max-width: 768px) {
    .flexfuel-footer-top {
        padding: 60px 0 40px;
    }

    .flexfuel-footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .flexfuel-footer-about {
        grid-column: span 1;
    }

    .flexfuel-footer-bottom-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .flexfuel-footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .flexfuel-newsletter-input-group {
        flex-direction: column;
    }

    .flexfuel-newsletter-input,
    .flexfuel-newsletter-button {
        border-radius: 8px;
    }

    .flexfuel-newsletter-button {
        padding: 14px;
    }
}

/* Small Mobile (480px) */
@media (max-width: 480px) {
    .flexfuel-footer-about h3 {
        font-size: 26px;
    }

    .flexfuel-footer-social {
        gap: 10px;
    }

    .flexfuel-social-link {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .flexfuel-payment-methods {
        gap: 8px;
    }

    .flexfuel-footer-copyright {
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS *//* ========================================
   FLEXFUELHUB FOOTER - CUSTOM CSS
   Paste this in: Elementor > Site Settings > Custom CSS
   ======================================== */

.flexfuel-footer {
    background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
    color: white;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.flexfuel-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d4af37 0%, #f4d03f 50%, #d4af37 100%);
}

.flexfuel-footer-top {
    padding: 80px 0 60px;
    position: relative;
    z-index: 1;
}

.flexfuel-footer-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.flexfuel-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
    gap: 50px;
    margin-bottom: 60px;
}

/* Company Info */
.flexfuel-footer-about h3 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Poppins', sans-serif;
}

.flexfuel-footer-about p {
    color: #b0b0b0;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.flexfuel-footer-social {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.flexfuel-social-link {
    width: 45px;
    height: 45px;
    background: rgba(212, 175, 55, 0.1);
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4af37;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
}

.flexfuel-social-link:hover {
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
    color: #1a1a1a;
    transform: translateY(-5px);
    border-color: #d4af37;
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4);
}

/* Footer Columns */
.flexfuel-footer-column {
    text-align: left;
}

.flexfuel-footer-column h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    color: white;
    position: relative;
    padding-bottom: 10px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.flexfuel-footer-column h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #d4af37 0%, #f4d03f 100%);
    border-radius: 2px;
}

.flexfuel-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.flexfuel-footer-links li {
    margin-bottom: 12px;
    text-align: left;
}

.flexfuel-footer-links a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.flexfuel-footer-links a:hover {
    color: #d4af37;
    transform: translateX(5px);
}

.flexfuel-footer-links a::before {
    content: '→';
    opacity: 0;
    margin-right: 0;
    transition: all 0.3s ease;
}

.flexfuel-footer-links a:hover::before {
    opacity: 1;
    margin-right: 8px;
}

/* Newsletter */
.flexfuel-newsletter-form {
    margin-top: 20px;
}

.flexfuel-newsletter-input-group {
    display: flex;
    margin-bottom: 15px;
}

.flexfuel-newsletter-input {
    flex: 1;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(212, 175, 55, 0.2);
    border-radius: 8px 0 0 8px;
    color: white;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.flexfuel-newsletter-input:focus {
    outline: none;
    border-color: #d4af37;
    background: rgba(212, 175, 55, 0.05);
}

.flexfuel-newsletter-input::placeholder {
    color: #666;
}

.flexfuel-newsletter-button {
    padding: 14px 30px;
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
    border: none;
    border-radius: 0 8px 8px 0;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.flexfuel-newsletter-button:hover {
    background: linear-gradient(135deg, #f4d03f 0%, #d4af37 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.4);
}

.flexfuel-newsletter-text {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}

/* Contact Info */
.flexfuel-contact-info {
    margin-top: 20px;
}

.flexfuel-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    color: #b0b0b0;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}

.flexfuel-contact-icon {
    width: 20px;
    height: 20px;
    color: #d4af37;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Footer Bottom */
.flexfuel-footer-bottom {
    border-top: 1px solid rgba(212, 175, 55, 0.15);
    padding: 30px 0;
}

.flexfuel-footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexfuel-footer-copyright {
    color: #888;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.flexfuel-footer-copyright a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.flexfuel-footer-copyright a:hover {
    color: #f4d03f;
    text-decoration: underline;
}

.flexfuel-footer-bottom-links {
    display: flex;
    gap: 30px;
}

.flexfuel-footer-bottom-links a {
    color: #888;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.flexfuel-footer-bottom-links a:hover {
    color: #d4af37;
}

/* Payment Methods */
.flexfuel-payment-methods {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.flexfuel-payment-badge {
    background: rgba(212, 175, 55, 0.05);
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 12px;
    color: #b0b0b0;
    border: 1px solid rgba(212, 175, 55, 0.15);
    font-family: 'Poppins', sans-serif;
}

/* Decorative Pattern */
.flexfuel-footer-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1024px) {
    .flexfuel-footer-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
    .flexfuel-footer-about {
        grid-column: span 3;
    }
}

@media (max-width: 768px) {
    .flexfuel-footer-top {
        padding: 60px 0 40px;
    }
    .flexfuel-footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .flexfuel-footer-about {
        grid-column: span 1;
    }
    .flexfuel-footer-bottom-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .flexfuel-footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .flexfuel-newsletter-input-group {
        flex-direction: column;
    }
    .flexfuel-newsletter-input,
    .flexfuel-newsletter-button {
        border-radius: 8px;
    }
    .flexfuel-newsletter-button {
        padding: 14px;
    }
}

@media (max-width: 480px) {
    .flexfuel-footer-about h3 {
        font-size: 26px;
    }
    .flexfuel-footer-social {
        gap: 10px;
    }
    .flexfuel-social-link {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .flexfuel-payment-methods {
        gap: 8px;
    }
    .flexfuel-footer-copyright {
        font-size: 13px;
    }
}/* End custom CSS */