

.footer-section-container .footer-section {
    background-color: var(--f1secondry);
    padding: 25px;
}

.footer-section-container .footer-section .footer-logo-content .logo-box {
    max-width: 136px;
}

.footer-section-container .footer-section .footer-logo-content span {
    font-size: 15px;
    color: var(--f1primary);
    line-height: 24px;
    font-weight: 400;
    margin-top: 15px;
    max-width: 420px;
    width: 100%;
}

.footer-section-container .footer-section .footer-link-box h3{
    font-size: 16px;
    font-weight: 600;
    color: var(--f1primary);    
    margin-bottom: 10px;
    line-height: 22px;
}

.language {
    font-size: 16px;
    font-weight: 600;
    color: var(--f1primary);
    margin-bottom: 10px;
    line-height: 22px;
    white-space: nowrap;
}

.footer-section-container .footer-section .footer-link-box ul {
    list-style: none;
}

.footer-section-container .footer-section .footer-link-box ul li a {
    font-size: 15px;
    font-weight: 400;
    color: var(--f1primary);
    display: block;
    padding: 3px 0;
    transition: all 0.5s ease;
    width: fit-content;
}

.footer-section-container .footer-section .footer-link-box ul li a:hover {
    transform: translateX(10px);
    opacity: 0.8;
}

.footer-section-container .footer-section .track-your-order {
    max-width: 350px;
    margin-left: auto;
    padding-right: 40px;
}



.footer-section-container .footer-section .track-your-order .form-control {
    border-radius: 8px;
    border-color: #bdbfc1;
    font-size: 14px;
    font-weight: 500;
    height: 42px !important;
    color: #535353;
    appearance: none;
}

.footer-section-container .footer-section .track-your-order .form-control::placeholder {
    color: #96989a;
}

.down-arrow-main{
    position: absolute;
    right: 0;
    top: 9px;
}

.footer-section-container .footer-section .track-your-order .fo-track {
    border-radius: 8px;
    border: 1px solid var(--f1primary);
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    color: var(--f1primary);
    height: 42px;
    width: 100px;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.5s ease;
}

.footer-section-container .footer-section .track-your-order .fo-track:hover {
    background-color: var(--f1primary);
    border-color: var(--f1primary);
    color: var(--f1secondry);
}

.footer-section-container .copyrights-footer {
    background-color: var(--f1secondry);
    padding: 10px 65px 5px 20px;
    border-top: 3px solid var(--f1primary);
}

.footer-section-container .copyrights-footer .copyrights {
    font-size: 13px;
    color: var(--f1primary);
    line-height: 20px;
    font-weight: 500;
}

.footer-section-container .social-icons ul a,.footer-section-container .social-icons ul a:hover {
    color: var(--f1secondry);
}

.footer-section-container .social-icons ul a svg,.footer-section-container .social-icons ul a svg:hover {
    width: 30px;
    fill: var(--f1primary);
    transition: all 0.5s ease;
}


@media (max-width: 1400px) {
    .footer-section-container .footer-section .track-your-order {
        padding-right: 0;
    }

    .footer-section-container .copyrights-footer {
        padding: 10px 20px 5px 20px;
    }
}

@media (max-width: 991px) {

    .footer-section-container .footer-section .track-your-order {
        max-width: 100%;
    }

    .footer-section-container .footer-section .footer-logo-content span {
        max-width: 100%;
    }

}

@media (max-width: 500px) {
    .footer-section-container .copyrights-footer {
        padding: 10px 15px 5px 15px;
    }

}
