.footer1 .contact-info-area {
    background-color: #FDAE00; 
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer1 .contact-info-area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
    background-color: #ffffff; 
    z-index: -1;
}

.footer1 .single-contact-info {
    position: relative;
    padding-left: 70px;
    margin-bottom: -5px;
}

.footer1 .single-contact-info i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 50px;
    line-height: 1;
    color: #ffffff; 
}

.footer1 .single-contact-info h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
}

.footer1 .single-contact-info a {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
}

.footer1 .single-contact-info:hover i {
    animation: heartBeat 1000ms infinite linear;
}

.footer1 @keyframes heartBeat {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.footer1 .footer-top-area {
    background-color: #05125e; 
    padding-bottom: 70px;
    padding-top: 70px;
}

.footer1 .single-widget {
    margin-bottom: 30px;
}

.footer1 .single-widget img {
    margin-bottom: 22px;
    height: 65px;
}

.footer1 .single-widget h3 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.footer1 .single-widget p {
    color: #e5e5e5;
    margin-bottom: 26px;
    font-size: 15px;
}

.footer1 .single-widget ul {
    padding: 0;
}

.footer1 .single-widget ul li {
    margin-bottom: 16px;
    line-height: 1;
    list-style: none;
}

.footer1 .single-widget ul li span {
    color: #FDAE00; 
    font-size: 15px;
    display: block;
    margin-bottom: 14px;
}

.footer1 .single-widget ul li a {
    color: #e5e5e5;
    position: relative;
}

.footer1 .single-widget ul li a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #FDAE00; 
    width: 100%;
    height: 1px;
    margin: auto;
    transition: all 0.5s;
    transform: scale(0);
}

.footer1 .single-widget ul li i {
    margin-right: 5px;
}

.footer1 .single-widget ul li:last-child {
    margin-bottom: 0;
}

.footer1 .single-widget ul li:hover a {
    color: #FDAE00; 
}

.footer1 .single-widget ul li:hover a::before {
    transform: scale(1);
}

.footer1 .single-widget.single-widget-1 {
    margin-left: 100px;
}

.footer1 .single-widget.single-widget-2 {
    margin-left: 60px;
}

.footer1 .single-widget.single-widget-3 {
    float: right;
}

.footer1 .newsletter-form {
    position: relative;
}

.footer1 .newsletter-form .form-control {
    color: #ffffff; /* Replace with actual $white-color */
    height: 50px;
    color: #6e6e6e;
    border: 1px solid #ebebeb;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}

.footer1 .newsletter-form .form-control::placeholder {
    color: #eeeeee;
}

.footer1 .newsletter-form .default-btn {
    font-size: 16px;
    color: #fff;
    background-color: #FDAE00;
    line-height: 1;
    transition: all 0.5s;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    padding: 10px 15px;
    border: none;
}

.footer1 .newsletter-form .default-btn:hover {
    background-color: #ffffff; 
    color: #000000; 
}

.footer1 .newsletter-form .default-btn:hover::before {
    background-color: #ffffff; 
    color: #000000;
}

.footer1 #validator-newsletter {
    color: #3498db;
    margin-top: 15px;
}

.footer1 .footer-bottom-area {
    background-color: #14216c;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer1 .single-widgets .terms {
    margin-top: 5px;
}

.footer1 .single-widgets .terms li {
    display: inline-block;
    color: #8290e4;
    padding-right: 15px;
}

.footer1 .single-widgets .terms li:last-child {
    padding-right: 0;
}

.footer1 .single-widgets .terms li:first-child a::before {
    display: none;
}

.footer1 .single-widgets .terms li a {
    color: #FDAE00;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
}

.footer1 .single-widgets .terms li a::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -12px;
    background-color: #FDAE00;
    width: 5px;
    height: 2px;
}

.footer1 .single-widgets p {
    text-align: center;
    color: #ffffff;
    margin-top: 5px;
    padding-left: 50px;
}

.footer1 .single-widgets p a {
    color: #FDAE00;
    font-weight: 600;
    margin-left: 10px;
}

.footer1 .single-widgets .social-icon {
    float: right;
}

.footer1 .single-widgets .social-icon li {
    display: inline-block;
    padding-left: 5px;
}

.footer1 .single-widgets .social-icon li:first-child {
    padding-left: 0;
}

.footer1 .single-widgets .social-icon li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #8290e4;
    text-align: center;
    border-radius: 50%;
    color: #14216c;
    transition: all 0.5s;
}

.footer1 .single-widgets .social-icon li:hover a i {
    color: #ffffff;
    background-color: #FDAE00;
    animation: heartBeat 1000ms infinite linear;
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}
