/* body {
            margin: 0;
            font-family: Arial, sans-serif;
        } */

        .icons{
            translate: 0px -6px;
        }
        .footer {
            padding-top: 10px;
            margin-top: 20px;
            background-color: #1c2a35;
            color: #7a8793;
        }
        .footer-content {
            max-width: 100%;
            margin: 20px 75px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        /* .footer-section {
            margin-bottom: 20px;
        } */
        .footer-title {
            color: #ffffff;
            font-size: 24px;
            margin-bottom: 10px;
        }
        .footer-subtitle {
            font-size: 18px;
            margin-bottom: 15px;
        }
        .footer-text {
            max-width: 300px;
            line-height: 1.5;
        }
        .footer-links {
            list-style-type: none;
            padding: 0;
        }
        .footer-links li {
            margin-bottom: 10px;
        }
        .footer-links a {
            color: #7a8793;
            text-decoration: none;
        }
        .footer-links a:hover {
            color: #ffffff;
        }
        .contact-info {
            line-height: 1.8;
        }
        .social-icons {
            margin-top: 20px;
        }
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: #00c853;
            border-radius: 50%;
            margin-right: 10px;
            text-align: center;
            line-height: 42px;
            color: #ffffff;
            font-size: 18px;
        }
        .copyright {
            margin-top: 30px;
            text-align: center;
            border-top: 1px solid #2c3e50;
            width: 100%;
            /* padding-top: 20px; */

        }
        .scroll-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 40px;
            height: 40px;
            background-color: #00c853;
            color: #ffffff;
            text-align: center;
            line-height: 40px;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
        }
        .contact-info{
            display: flex;
            flex-direction:row ;
        }
        .map{
            margin-bottom: -16px;
        }
        .add{
            margin-left:10px ;
        }