.footer-area .copy-right .quick-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-area {
    position: relative;
    background: linear-gradient(to right, rgba(11, 61, 0, 0.7), rgba(9, 49, 0, 0.877)),
        url('../images/shape-3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 100px;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

@media only screen and (max-width: 767px) {
    .footer-area {
        padding: 60px 0px 0px;
    }

    .footer-area .footer-top {
        display: none;
    }
}

.footer-area .newsletter {
    min-width: 600px;
    margin: 0 auto;
    position: absolute;
    padding: 15px 30px 15px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #232323;
    z-index: 9;
}

.footer-area .newsletter::before,
.footer-area .newsletter::after {
    position: absolute;
    content: "";
    top: 0;
    border-bottom: 45px solid #232323;
    width: 0;
    height: 0;
}

.footer-area .newsletter::before {
    border-left: 100px solid transparent;
    left: -99px;
}

.footer-area .newsletter::after {
    right: -99px;
    left: auto;
    border-right: 100px solid transparent;
}

.footer-area .newsletter h4 {
    float: left;
    margin: 17px 20px 0 0px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .footer-area .newsletter h4 {
        float: none;
        text-align: center;
    }
}

.footer-area .newsletter form {
    float: right;
    position: relative;
    width: 55%;
}

@media only screen and (max-width: 767px) {
    .footer-area .newsletter form {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
}

.footer-area .newsletter form input {
    border: none;
    width: 100%;
    background: rgba(103, 103, 103, 0.98);
    border-radius: 50px;
    padding: 15px 25px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-area .newsletter form ::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer-area .newsletter form button {
    position: absolute;
    top: 10px;
    right: 20px;
    background: transparent;
    border: none;
    color: #28ffff;
    cursor: pointer;
    font-size: 18px;
}

.footer-area .footer-about {
    max-width: 350px;
}

.footer-area .footer-widget {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-widget {
        margin-bottom: 45px;
    }
}

.footer-area .footer-widget .f-logo {
    margin-bottom: 30px;
}

.footer-area .footer-widget P {
    margin-bottom: 25px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.774);
}

.footer-area .footer-widget .widget-title {
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}

.footer-area .footer-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-area .footer-widget ul li {
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-widget ul li {
        margin-bottom: 10px;
    }
}

.footer-area .footer-widget ul li a {
    color: rgba(255, 255, 255, 0.849);
}

.footer-area .footer-widget ul li a:hover {
    color: #3DB4FD;
}

.footer-area .footer-widget .footer-contact li {
    margin-bottom: 20px;
    line-height: 24px;
    color: rgba(253, 253, 253, 0.815);
}

.footer-area .footer-widget .footer-contact li:last-child {
    margin-bottom: 0;
}

.chevron-list {
    list-style: none;
    padding-left: 0;
}

.chevron-list li {
    position: relative;
    padding-left: 20px;
    /* Creates space for chevron */
    font-size: 16px;
    line-height: 1.8;
}

.chevron-list li::before {
    content: "›";
    /* Right chevron */
    position: absolute;
    left: 0;
    font-size: 18px;
    color: #3DB4FD;
    /* Change color as needed */
    font-weight: bold;
}

.footer-area .footer-widget .footer-contact li i {
    float: left;
    vertical-align: middle;
    padding-top: 3px;
    font-size: 18px;
    color: #3DB4FD;
}

.footer-area .footer-widget .footer-contact li span {
    margin-left: 30px;
    display: block;
}

.footer-area .copy-right {
    border-top: 1px solid #3b3b3b;
    margin-top: 40px;
    padding: 40px 0 20px;
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
    .footer-area .copy-right {
        margin-top: 20px;
        padding: 15px 0 15px;
    }
}

.footer-area .copy-right .quick-link ul li {
    display: inline-block;
    margin-left: 30px;
    color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 767px) {
    .footer-area .copy-right .quick-link ul li {
        margin: 0 30px 10px 0;
    }
}

.footer-area .copy-right .quick-link ul li:hover .nav-link {
    color: #ffb200;
}

.footer-area .copy-right p {
    font-weight: 400;
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
}

.footer-area .copy-right p a {
    color: #ffb200;
    font-weight: 700;
    margin-left: 5px;
}

.social-share a,
.footer-social a {
    color: #ffffff;
    margin-right: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.social-share a:hover,
.footer-social a:hover {
    background-color: #ffb200;
}

.footer-social a {
    color: #ffb200;
    background-color: rgba(255, 255, 255, 0.15);
    line-height: 42px;
}

.footer-social a:hover {
    background-color: #ffffff;
}

.cause-details .footer-social a {
    background-color: #ffb200;
    margin-right: 10px;
    color: #031550;
}

.cause-details .footer-social a:hover {
    color: #ffffff;
    background-color: #031550;
}