* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;

}

.margin-135 {
    margin-top: 100px;
}

.margin-left-50 {
    margin-left: 50px;
}

.container-content {
    margin-left: 95px;
}

.first-div {
    margin-bottom: 0;
    display: flex;
    min-height: 500px;
    opacity: 1;
    align-items: center;
    justify-content: center;
    position: relative;
}

.map-container {
    position: relative;
}

.content {
    padding: 16px 10px;
}

.services-section {
    background-color: rgb(255, 255, 255);
    padding: 64px 95px;
    color: black;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.services-heading {
    font-size: rem;
    font-weight: 600;
    margin-bottom: 48px;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.get-directions-btn {
    position: absolute;
    top: 20px;
    /* Adjust the distance from the top */
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    /* Ensure the button is on top of the map */

}

.background-blue {
    background-color: #2F3C69;
}

.white-line {
    border: none;
    height: 1px;
    background-color: white;
    width: 100%;
    opacity: 0.6;
    /* Optional for a softer line */
    margin-bottom: 20px;
}

.black-line {
    border: none;
    height: 1px;
    background-color: rgb(0, 0, 0);
    width: 100%;
    opacity: 0.6;
    /* Optional for a softer line */
    margin-bottom: 20px;
}

.second-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 32px;
    max-width: 880px;
}

.tagline {
    font-size: 44px;
    line-height: 1.5em;
    overflow-wrap: break-word;
    font-weight: 400;
    max-width: 882px;
}


.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    z-index: 0;
}

/* Logo container styles */
#page-logo-container {
    position: fixed;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    transition: all 0.3s ease;
}

/* Logo default style */
#page-logo {
    height: 104px;
    width: auto;
    transition: all 0.3s ease;
}

/* Shrink logo on scroll */
.shrink-logo {
    height: 64px !important;
}

.container {
    width: 100%;
    max-width: 1200px;
}

.hero {
    text-align: left;
}


/* BUTTONS styling fix */
.flex-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.flex-buttons a {
    text-decoration: none;
}

/* RESPONSIVE ADJUSTMENTS */


.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
}

.service-icon {
    max-width: 250px;
    max-height: 250px;
    margin-bottom: 16px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #f0f0f0;
    /* optional for image contrast */
}

.color-black {
    color: black;
}

.title {
    font-size: 22px;
    line-height: 27.5px;
    text-decoration: none;
    transform: none;
    margin-bottom: 20px;
    letter-spacing: 0;

}

/* Responsive layout */
.service-card {
    flex: 1 1 100%;
    max-width: 100%;
}


.para-content {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    transform: none;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.contact-section {
    padding: 64px 95px;
}

.contact-container {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.contact-text {
    flex: 1 1 500px;
    max-width: 50%;
}

.contact-heading {
    font-size: 1.375rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-head {
    text-align: center;
}

.contact-para {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 600px;
    overflow-wrap: break-word;
}

.contact-para-update {
    max-width: auto;
}

.contact-image {
    flex: 0 1 400px;
    padding: 16px;
    display: flex;
    justify-content: center;
}

.contact-img {
    max-width: 500px;
    object-fit: cover;
}

/* Timing Info */
.today-info {
    display: flex;
    gap: 10px;
    cursor: pointer;
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #fff;
}

#weekly-hours-list {
    list-style: none;
    margin: 10px 0;
    display: none;
}

#weekly-hours-list li {
    padding: 6px 0;
    color: white;
}

#email-section {
    margin-top: 20px;
}


.highlight {
    font-weight: bold;
    color: rgb(255, 255, 255);
    /* Optional: golden highlight */
}

/* Overall section */
.custom-section {
    padding-top: 3rem;
    padding-bottom: 3rem;

}

.body-padding {
    padding-top: 40px;
    padding-left: 95px;
    padding-right: 95px;
}

/* Container for inner content */
.custom-container {
    max-width: 1200px;
    /* Max width of container */
    margin-left: auto;
    margin-right: auto;

}

/* Flex layout for image and text */
.custom-flex-layout {
    display: flex;
    flex-direction: row;
    /* Stack vertically by default */
    gap: 2rem;
}


/* Left section text */
.title {
    width: 100%;
    /* Full width on mobile */
}

.title ul {
    font-size: 1rem;
    line-height: 1.75;
}

/* Right section image */
.custom-right-image {
    width: 100%;
    /* Full width on mobile */
    padding: 1rem;
}

.custom-right-image img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Light shadow */
}

.para-content li {

    list-style-type: disc;
    /* Ensures bullet points */
    list-style-position: inside;
    font-weight: bolder;
}

.s-50 {
    width: 50%;
}

/* Transition base */
.email-form-container {
    width: 50%;
}

.clinic-section {
    padding: 10px 95px;
}

.clinic-container {
    max-width: 1200px;
    margin: 40px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    /* Ensures it wraps nicely on smaller screens */
    height: max-content;
}

.clinic-image {
    flex: 1 1 45%;
    align-self: flex-start;
    /* Ensure image stays at the top */
    margin-right: 30px;
}

.clinic-image img {
    width: 100%;
    height: auto;


}

.clinic-30 {
    flex: 0 0 30%;
    max-width: 30%;
}

.clinic-text {
    flex: 1 1 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Vertically center the content */
    align-items: center;
    /* Horizontally center the content */
    height: 100%;
    /* Ensure it takes full height for vertical centering */
    text-align: center;
    /* Center-align the text inside */
}

.clinic-70 {
    flex: 1 1 65%;
    max-width: 65%;
}

.align-center {
    margin: 0 auto;
    align-items: center;
    /* Center horizontally */
}

.clinic-text h1 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
}

.clinic-text p {
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.gap-3 {
    gap: 3rem !important;
}

.timesheet-container {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    /* Adjust spacing between divs */
    flex-wrap: wrap;
    /* Ensures it wraps on smaller screens */
    max-width: 1200px;
    /* Adjust this value as needed */
    margin: 0 auto;
    /* Centers the container horizontally */

}

.timesheet-item {
    flex: 1 1 45%;
    /* Each div takes 45% of the container's width */
    text-align: center;
    /* Center align the content inside */
    padding: 24px;
    background-color: #263158;
    width: 350px;
}

.timesheet-heading {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.timesheet-item a {
    display: inline-block;
    text-decoration: none;
}

.full-center {
    padding: 2rem 15rem;
    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: column;
    text-align: center;
}

.cursor-pointer {
    cursor: pointer;
}

.vacancy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 4rem;
    margin-top: 70px;

}

.padding-24 {
    padding: 40px 24px;
}

.vacancy-card {
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
}

.vacancy-card:hover {
    transform: translateY(-5px);
}

.vacancy-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.vacancy-title {
    padding: 1rem;
    font-weight: 600;
}

.top-banner img {
    max-height: 200px;
    object-fit: cover;
    width: 100%;

}

.custom-flex-layout2 {
    display: flex;
    flex-direction: row;
    gap: 4rem;
}

/* Responsive: 3x3 grid on medium+ screens */

.custom-contact-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;


}

.custom-contact-box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.attachments{
   justify-content: space-between;
}
/* a:hover {
    color: #e9e5e5;
} */

#success-message {
    height: 250px;
    display: none; /* default hidden */
    justify-content: center;
    align-items: center;
}

#success-message.active {
    display: flex; /* only when shown via JS */
    flex-direction: column;
}
.hidden{
    display: none ;
}
#message-success,#apply-success{
    height: 250px;
}
button:disabled,
[disabled] {
    cursor: not-allowed;
    opacity: 0.6; /* optional for visual feedback */
}