.pu-admission .form-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    width: 40%;
    margin: 0px auto;
    padding-bottom: 0px;
}

.pu-admission h2 {
    color: #800000;
    text-align: center;
    margin-bottom: 20px;
}

.pu-admission .form-group {
    margin-bottom: 15px;
}

.pu-admission label {
    display: block;
    margin-bottom: 5px;
    font-weight: medium;
}

.pu-admission input, select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: none;
}

.submit-btn-form-group input{
    background-color: #730000;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}


.submit-btn-form-group input:hover {
    background-color: #f67a0a!important;
    color:#fff;
}
.pu-admission br{
    display: none;
}

.wpcf7-response-output {
    padding: 0;
}

.pu-admission  select {
    color: rgb(51, 51, 51); /* Change this to the desired color */
}

.pu-admission, input, submit {
    background-color: transparent;
}

/* General mobile adjustments */
@media (max-width: 768px) {
    .pu-admission .form-container {
        width: 90%; /* Adjust width for smaller screens */
        padding: 15px; /* Reduce padding */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Lighter shadow */
    }

    .pu-admission h2 {
        font-size: 1.5rem; /* Adjust font size for headings */
    }

    .pu-admission input, 
    .pu-admission select {
        padding: 8px; /* Reduce input padding */
        font-size: 14px; /* Adjust input font size */
    }

    .submit-btn-form-group input {
        font-size: 14px; /* Adjust button font size */
        padding: 8px; /* Reduce padding */
    }
}

 
   
