body {
    font-family: 'Arial', sans-serif;
    background-color: #f7f7f7;
}

.header {
    background-color: #28a745;
    color: white;
    padding: 30px 0;
    text-align: center;
}

.header h1 {
    font-size: 3rem;
}

.container {
    max-width: 1200px;
    margin: 40px auto;
}

.contact-info {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
}

.contact-info h4 {
    color: #28a745;
    font-size: 2rem;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.contact-info a {
    color: #28a745;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-info a:hover {
    color: #218838;
}

.contact-form {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.form-control {
    border-radius: 10px;
}

.btn-submit {
    background-color: #28a745;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1.1rem;
}

.btn-submit:hover {
    background-color: #218838;
}

.map-container {
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    width: 100%;
    height: 100%;
}

.contact-btn {
    background-color: #28a745;
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
    font-weight: bold;
    transition: background-color 0.3s ease-in-out;
}

.contact-btn:hover {
    background-color: #218838;
}

.complain-section {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-top: 30px;
}


.complain-section .section-title {
    font-size: 2rem;
    color: #28a745;
    margin-bottom: 20px;
}

.form-group label {
    font-weight: bold;
}

.form-control {
    border-radius: 10px;
    padding: 10px;
    font-size: 1rem;
}

.btn-submit {
    background-color: #28a745;
    color: white;
    border-radius: 25px;
    padding: 12px 20px;
    font-size: 1.1rem;
    border: none;
    cursor: pointer;
}

.btn-submit:hover {
    background-color: #218838;
}

.btn-submit {
    background-color: #28a745;
    color: white;
    border-radius: 25px;
    padding: 15px 30px;
    /* Increase padding for better spacing */
    font-size: 1.1rem;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    /* Adding space from other elements */
    transition: background-color 0.3s ease-in-out;
    text-align: center;
    width: auto;
}

.btn-submit:hover {
    background-color: #218838;
}

.box {
    height: 10vw;
}