.footer {
            background-color: #00332B;
            
            padding-top: 60px;
            padding-bottom: 30px;
        }

        .footer-heading {
            font-weight: bold;
            font-size: 1.1rem;
            margin-bottom: 40px;
        }
        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer-links li {
            margin-bottom: 16px;
        }
        .footer-links a {
            text-decoration: none;
            color: #fff;
            transition: color 0.3s ease;
        }
       .footer-links a {
    position: relative;
    display: inline-block;
    color: #fff; 
    text-decoration: none;
    padding-bottom: 2px; 
}

.footer img{
    width: 250px;
}

.footer-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #f1f1f1; 
    transition: width 0.3s ease-in-out;
}

.footer-links a:hover::after {
    width: 100%;
}



        .footer-form .form-control {
            background-color: #fff;
            border: none;
            border-radius: 8px;
            padding: 12px 15px;
            margin-bottom: 15px;
            color: #333;
        }
        .footer-form .form-control::placeholder {
            color: #999;
        }
        .footer-form .form-select {
            background-color: #fff;
            border: none;
            border-radius: 8px;
            padding: 12px 15px;
            margin-bottom: 15px;
            color: #333;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 1rem center;
            background-size: 1em;
            
        }

        .footer-form .btn-submit {
            background-color: #f94d27;
            color: #fff;
            border: none;
            border-radius: 8px;
            padding: 12px;
            width: 100%;
            font-weight: bold;
            transition: background-color 0.3s ease;
        }
        .footer-form .btn-submit:hover {
            background-color: #e04422;
        }
        .footer-bottom {
            border-top: 1px solid #2a5950;
            padding-top: 30px;
            margin-top: 40px;
            font-size: 0.9rem;
        }
        .footer-brand img {
            max-width: auto;
        }
        .social-icons a {
            color: #fff;
            text-decoration: none;
            margin-left: 15px;
            font-size: 1.2rem;
            transition: color 0.3s ease;
        }
        .social-icons a:hover {
            color: #f1f1f1;
        }
        @media (max-width: 768px) {
            .footer-heading {
                margin-top: 30px;
            }
        }



              @media (max-width: 1195px) {
.footer-form .form-select{
    font-size: 0.8rem !important;
}
}