    .general-footer-custom-bg {
        background-color: #010F1C;
    }

    .general-footer-text-color {
        color: white;
    }

    .form-control {
        border-style: none;
        border-radius: 8px;
        overflow: hidden;
    }

    .general-footer-email-control {
        /* max-width: 480px;
        width: 100%; */
        display: flex;
    }

    .general-footer-email {
        flex: 1 1 auto;
        border: none
    }

    .general-footer-style2 {
        padding-left: 0px;
        background: transparent;
    }

    .general-footer-submit-btn {
        text-align: center;
        color: white;
        background: #FF4700;
        border-radius: 8px;
        padding: 10px 15px;
    }

    .general-footer-social-icon {
        gap: 10px;
        position: relative;
        justify-content: center;
    }

    .general-footer-links {
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background-color: transparent;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px
    }

    .general-footer-social-icon .general-footer-links:hover {
        background-color: #FF4700;
        color: white;
    }

    .general-footer-bottom-link:hover {
        color: white;
    }

    .general-footer-quick-links-heading {
        font-weight: bold;
        color: var(--white);
        font-size: 24px;
        position: relative;
        padding-bottom: 10px;
    }

    .general-footer-quick-links-heading::before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 25px;
        height: 2px;
        background-color: #FF4700;
    }

    .general-footer-quick-links-heading::after {
        position: absolute;
        bottom: 0;
        left: 40px;
        content: "";
        width: 55px;
        height: 2px;
        background-color: white;
    }

    .general-footer-flex-box {
        display: flex;
        align-items: center;
    }

    .general-footer-flex-box-item-1 {
        color: white;
    }

    .general-footer-flex-box-item-2 {
        padding-left: 15px;
    }

    .general-footer-bottom {
        position: relative;
        z-index: 9;
        background: #FF4700;
        padding-top: 15px;
        padding-bottom: 15px;
    }
