    #contact-section {
        max-width: 800px;
        margin: 0 auto;
        padding: 20px;
    }

    #contact-main {
        text-align: center;
        margin-bottom: 40px;
    }

    #contact-title {
        font-size: 36px;
        margin-bottom: 10px;
    }

    #contact-pt {
        font-size: 18px;
        margin-top: -10px;
    }

    .contact-img {
        text-align: center;
        margin-bottom: 20px;
    }

    img {
        width: 150px;
    }

    #contact-form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .form-control {
        display: block;
        width: 80%;
        max-width: 500px;
        height: 40px;
        margin-bottom: 15px;
        border: 1px solid;
        border-radius: 30px;
        padding: 5px;
        font-size: 16px;
    }

    #questions {
        height: 100px;
    }

    #submit-button {
        width: 80%;
        max-width: 500px;
        border: 1px solid;
        border-radius: 30px;
        background: linear-gradient(120deg, purple, dodgerblue);
        color: white;
        font-size: 16px;
        cursor: pointer;
    }

    #map {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .success {
        background-color: #4CAF50;
        color: white;
        padding: 10px;
        margin-top: 10px;
        border-radius: 5px;
    }
    
    .error {
        background-color: #f44336;
        color: white;
        padding: 10px;
        margin-top: 10px;
        border-radius: 5px;
    }