footer h3 {
    color: white;
    letter-spacing: .5px;
}


footer .form-control {
    padding: 10px;
    border: none;
}

footer input.form-control,
footer input.form-control:focus {
    background: rgba(255, 143, 0, 0.4);
}

footer input.form-control:focus {
    box-shadow: var(--shadow-orange-600);
}

footer input.form-control::placeholder {
    color: white;
}


footer .big-logo {
    width: min(90%, 200px);
}

.hover-shadow:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    transition: all 0.3s ease-in-out;
}

.hover-link:hover {
    color: #ffc107 !important;
    text-decoration: underline;
}

.hover-shadow:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    transition: all 0.3s ease-in-out;
}


.footer-sec {
    padding: 50px 20px;
    background: linear-gradient(45deg, midnightblue, #0c3fd6) !important;
}

.foot-div {
    margin-top: 20px;
}

.foot-div p {
    color: white;

}

.foot-div p a {
    color: white;
}

.foot-div p a:hover {
    opacity: 0.75;
}


.footer-sec2 {
    padding: 15px;
    background-image: linear-gradient(45deg, #9a00f9, rgb(100, 4, 135));
}