.job-request-page * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.job-request-page p, .job-request-page h2 {
    font-family: 'Open Sans', sans-serif;
}

.job-request-page .details-description-container,
.job-request-page .location-pet-details-container,
.job-request-page .job-controls,
.job-request-page .message-container {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
}

.job-request-page .left-side,
.job-request-page .right-side {
    width: 100%;
    padding: 20px;
}

@media (min-width: 768px) {
    .job-request-page .left-side,
    .job-request-page .right-side {
        width: 50%;
        float: left;
    }
}

.job-request-page .details-description-container .details img,
.job-request-page .details-description-container .details p,
.job-request-page .details-description-container .details button,
.job-request-page .details-description-container .details .contact-icon {
    margin-bottom: 5px;
}

.job-request-page .details-description-container .details {
    text-align: left;
}

@media (max-width: 768px) {
    .job-request-page .details-description-container .details {
        text-align: center;
    }

    .location-map {
        width: 100% !important;
    }

    .location-map p {
        text-align: center !important;
        width: auto !important;
    }

    .job-request-page .job-controls {
        width: 80% !important;
    }
}

    .job-request-page .details-description-container .details img {
        width: 250px;
        height: 250px;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .job-request-page .details-description-container .details p {
        font-size: 18px;
    }

    
    .job-request-page .message-container button.submit-btn,
    .job-request-page .job-controls .apply-btn,
    .job-request-page .job-controls .accept-btn {
        background-color: #6a0dad;
        color: #faf68b;
        border: none;
        padding: 10px 20px;
        border-radius: 30px;
        cursor: pointer;
        font-size: 16px;
    }

.job-request-page .details-description-container .details button {
    background-color: #ffa500;
    color: #faf68b;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
}

.job-request-page .description-container .description {
    border: 4px solid #ffa500;
    padding: 50px;W
    border-radius: 30px;
    margin-top: 50px;
    width: 100%;
    min-height: 200px;
}

.servicetitle {
    font-size: 24px;
    color: #6a0dad;
}

.job-request-page .job-controls {
    
    background-color: #fffacd;
    border-radius: 30px;
    margin-top: 50px;
    width: 100%;
}

.job-controls p {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.job-request-page .details-description-container .details .contact-icon a {
    display: inline-flex;
    align-items: center;
    color: #6a0dad;
    text-decoration: none;
    font-size: 30px;
    margin-top: 10px;
    margin-left: 10px;
}

.job-request-page .details-description-container .details .contact-icon .email-label {
    margin-left: 10px;
    margin-top: 5px;
    color: #6a0dad;
}

.job-request-page .details-description-container .details button {
    margin-top: 10px;
}

.job-request-page .description-container .description,
.job-request-page .pet-info p {
    font-size: 16px;
    line-height: 1.6;
}

.location-map p {
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
}

.job-request-page .pet-info .bold {
    font-weight: bold;
}

.job-request-page .gallery-container {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
}

    .job-request-page .gallery-container h2 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
    }

.job-request-page .gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.job-request-page .gallery-item img {
    max-width: 200px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.job-request-page .job-controls .register-btn,
.job-request-page .job-controls .must-be-pet-business,
.job-request-page .apply-for-job,
.job-request-page .acpt-job {
    text-align: center;
}

    .job-request-page .job-controls .register-btn p,
    .job-request-page .job-controls .must-be-pet-business p,
    .job-request-page .apply-for-job p,
    .job-request-page .acpt-job p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .job-request-page .job-controls .register-btn a {
        color: white;
        text-decoration: none;
    }

.job-request-page .message-form textarea {
    height: 100px;
}

.job-request-page button.submit-btn {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.job-request-page .clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.job-request-page #map {
    height: 300px;
    width: 100%;
    border-radius: 10px;
}

.user-name,
.service-name,
.locationLabel {
    margin: 5px 0;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    color: #6a0dad;
    font-weight: 900;
}

.pet-info {
    padding: 30px;
    background-color: #ece4ff;
    border-radius: 30px;
    padding-bottom: 75px !important;
    height: 400px;
    margin-top: 20px;
}

.location-map {
    margin-top: 20px;
    width: 400px;
}

.pet-details-label {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: "Lato", sans-serif;
    color: #6a0dad;
    font-weight: 900;
    text-align: left;
}

.message-form {
    padding: 20px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
}

    .message-form h2 {
        color: #6a0dad;
    }

    .message-form label {
        display: block;
        margin: 10px 0 5px;
        color: #6a0dad;
    }

    .message-form input[type="text"],
    .message-form input[type="email"],
    .message-form textarea {
        width: 100%;
        padding: 8px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .message-form button {
        background-color: #6a0dad;
        color: white;
        padding: 10px 15px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        width: 200px !important;
    }

.gallery-container h2 {
    font-size: 20px;
    color: #6a0dad;
    padding-bottom: 20px;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.modal-content {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out;
}

.pet-info p {
    margin-bottom: 40px;
}

.bold {
    font-weight: bold;
}

.sign-in-container {
    text-align: center;
}

    .sign-in-container button {
        background-color: #6a0dad;
        border: none;
        padding: 10px 20px;
        border-radius: 30px;
        cursor: pointer;
        font-size: 16px;
    }

    .sign-in-container a {
        color: white;
    }

.share-section {
    display: flex;
    justify-content: center; /* Centers the share-container horizontally */
    align-items: center; /* Centers the share-container vertically */
    padding: 20px 0; /* Optional: add some padding if needed */
}

.share-container {
    max-width: 600px; /* Set a maximum width to control the size of the container */
    width: 100%; /* Make sure it takes up full width within the max-width limit */
    text-align: center; /* Center text within the share-container */
    padding: 20px; /* Add padding for better spacing */
    margin: 0 auto;
}

.share-container h2 {
    color: #6a0dad;
}

.share-container button {
    max-width: 200px;
}

.adoptme {
    background-color: green !important;
}

.filled {
    background-color: red !important;
}

.alert {
    padding: 10px;
    text-align: center;
}

.button-container {
    display: flex;
    align-items: center; /* Vertically centers the buttons */
    gap: 10px; /* Adds space between the buttons */
}

    .button-container form {
        margin: 0; /* Removes any default margin */
    }

    .button-container button {
        /* Optional: Add any additional styling for the buttons here */
    }

.admin-controls {
    max-width: 1200px;
    width: 100%; /* Make sure it takes up full width within the max-width limit */
    text-align: center; /* Center text within the share-container */
    padding: 20px; /* Add padding for better spacing */
    margin: 0 auto;
}

.admin-controls h2{
    color: #6a0dad;
}

.admin-controls h3 {
    color: red;
}

.admin-controls button {
    background-color: red !important;
}