
        /* Footer */
        .footer {
        background-color: #F8F9FA;
        color: #000000;
        padding: 5rem 0 2rem 0rem;
        font-family: sans-serif;
        width: 100%;
        }

        .footer-container {
        max-width: 1050px;
        margin: 0 auto;
        }

        @media (max-width: 767px) {
        .heading-a-quote{
            font-size: 2rem;
        }
        }

        /* Grid */
        .footer-grid {
        display: grid;
        gap: 2rem;
        margin-left: 20px;
        }

        .footer-column{
            width: 222px;
            height: auto;
        }

        /* .No-1,.No-2,.No-3,.No-4{
            padding-left: 40px;
        } */

        .footer-column h3 {
        margin-bottom: 1rem;
        font-size: 1.125rem;
        font-weight: 700;
        }

        .footer-column ul {
        list-style: none;
        padding: 0;
        margin: 0;
        }

        .footer-column ul li {
        margin: 0.5rem 0;
        }
        .social-footer-icon{
        width: 14px;
        height: 14px;
        }

        .social-footer-logos{
        width: 14px;
        height: 14px;
        }
        

        .footer-column ul li a {
        text-decoration: none;
        color: #4A5568;
        transition: color 0.2s ease-in-out;
        }

        .footer-column ul li a:hover {
        color: #007bff;
        }
        

        /* Footer Bottom */
        .footer-bottom {
        text-align: center;
        margin-top: 2rem;
        font-size: 0.875rem;
        color: #4A5568;
        }

        /* Media Queries */
        @media (min-width: 750px) {
        .footer-grid {
            grid-template-columns: repeat(2, 1fr);
            text-align: left;
        }

        .footer-logo {
            text-align: left;
        }
        }

        @media (min-width: 1024px) {
        .footer-grid {
            grid-template-columns: repeat(4, 1fr);
        }
        }

        /* Responsive Container for Footer */
        .footer {
        background: #fff;
        }

        .footer-container {
        max-width: 1200px;
        margin: 0 auto;
        }

        .footer-logo {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 10px;
        }

        .footer-links a {
        margin: 0 10px;
        color: #333;
        text-decoration: none;
        }

        .footer-links a:hover {
        text-decoration: underline;
        }
        .No-4 a{
            text-decoration: none;
            color:#4A5568;
        }
        .No-4 a:hover{
            color:#007BFF;
        }
