footer {
    padding-top: 60px;
    background-color: #0d1538;
    margin-top: 100px;
}

footer .footer-form {
    background-color: #ffbd29;
    text-align: center;
    margin-bottom: 50px;
    margin-top: -160px;
    padding: 30px 20px 50px;
    border-radius: 20px;
    border: 3px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

}

footer .footer-form h4 {
    color: #0d1538;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    margin-bottom: 20px;
}

footer .footer-form span {
    position: relative;
}

footer .footer-form span label {
    position: absolute;
    top: -40px;
    right: 0;
    background-color: #fff;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #0d1538;
    display: none;
    transition: all 0.4s;
}

footer .footer-form span:hover label {
    display: block;
}

footer .footer-form input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-weight: 600;
    color: #0d1538 !important;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;

}

footer .footer-form input::placeholder {
    color: #0d1538;
}

footer .footer-form input:focus {
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
    box-shadow: none;

}

footer .footer-form input[type='date'] {
    text-transform: uppercase;
}

footer .footer-form input[type='date']::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

footer .footer-form input[type='submit'] {
    width: fit-content;
    padding: 0 20px;
    background-color: #0d1538;
    display: inline-block;
    margin: 28px 0 0;
    color: #fff !important;

    border: 2px solid #fff;
    transition: all 0.4s;

}

footer .footer-form input[type='submit']:hover {
    transform: scale(1.1);

}

footer .footer-col {
    margin-bottom: 20px;
}

footer .footer-col h6 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 18px;

}

footer .footer-col h6 span {
    color: #ffbd29;
}

footer .footer-col p {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
    color: #fff;
}

footer .footer-links {
    margin-bottom: 20px;
}

footer .footer-links h6 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 18px;
}


footer .footer-links li a {
    display: block;
    margin-bottom: 8px;
    color: #cecece;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 1px;
    font-weight: 600;
    transition: all 0.4s;
}

footer .footer-links li a svg {
    margin-right: 5px;
}

footer .footer-links li a:hover {
    color: #ffbd29;
}

footer .social-icons {
    margin-top: 20px;
    display: block;
}

footer .social-icons a svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-color: #ffbd29;
    padding: 10px;
    color: #ac0202;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transition: all 0.4s;
}

footer .social-icons a svg:hover {
    transform: scale(1.2) rotate(360deg);
}

footer .disclaimer {
    padding: 30px 0;
    text-align: center;
}

footer .disclaimer p {
    margin-bottom: 0;
    color: #cecece;
    font-size: 14px;
    letter-spacing: 1px;

}

footer .disclaimer p span {
    color: #ffbd29;
    font-weight: 600;
}

footer .copyright {
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

footer .copyright p {
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}

footer .copyright p a {
    color: #ffbd29;
}

@media (max-width:768px) {
    footer .copyright {
        min-height: 120px;
    }
}