body {
       background-color: #f3f3f3;
   }

   div#neweww {
       overflow: hidden;
   }

   .signup-form {
       background-color: white;
       padding: 20px;
       border-radius: 10px;
       box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
       position: relative;
       /* Add this for positioning */
       min-height: 600px;
       /* Set a minimum height for the form */
   }

   .map-container {
       height: 100%;
       border-radius: 10px;
       overflow: hidden;
       /* Prevents overflow */
   }
.social-links {
    position: relative;
    bottom: 10px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    /* Adjust as needed */
}

   .social-links span {
       margin-right: 10px;
   }

   .map-container {
       height: 100%;
       border-radius: 10px;
   }
    .logo img {
        border-radius: 53px;
        border: 2px solid white;
    }

    .linkk{
        text-decoration: none;
        font-weight: 500;
        color: black;
        font-weight: 700;
    }
        span.d-block.text-center.mt-3 {
            element.style {
                /* margin-top: 25px; */
                color: #716c80 !important;
            }
    
        }

        input.form-control {
            background-color: rgba(255, 0, 132, 0.18) !important;
            color: black;
            border: 1px solid grey !important;
            border-radius: 10px;
        }
        .btn:focus,
        btn:hover {
            background-color: black !important;
            /* Change color to black on focus or active */
        }

        .social-links .list-inline-item {
            display: inline-block;
            width: 42px;
            /* Adjust the size as needed */
            height: 42px;
            /* Adjust the size as needed */
            border-radius: 50%;
            margin: 0 5px;
            /* Adjust the spacing as needed */
            overflow: hidden;
            text-align: center;
            line-height: 40px;
            /* Center the icon vertically */
        }

        .social-links .facebook {
            border: 2px solid #3b5998;
            background-color: #3b5998;
        }

        .social-links .twitter {
            border: 2px solid #1da1f2;
            background-color: #1da1f2;
            /* Twitter blue */
        }

        .social-links .linkedin {
            border: 2px solid #0077b5;
            /* LinkedIn blue */
            background-color: #0077b5;
        }

        .social-links .instagram {
            border: 2px solid #e1306c;
            background-color: #e1306c;
            /* Instagram pink */
        }

        .social-links a {
            display: block;
            color: white;
            /* Icon color */
            width: 100%;
            height: 100%;
            text-decoration: none;
        }

        .social-links a i {
            font-size: 20px;
            /* Adjust icon size */
        }
        li.list-inline-item.w-10 {
            width: 126px;
            margin: unset;
        }
        

   /* Responsive adjustments */
   @media (max-width: 768px) {
       .signup-form {
           margin-bottom: 20px;
           /* Add some space below the form */
       }
   }

