#notice {
    position: relative;
    top: 200px;
    min-height: 150px;
    height: auto;
    background-color: red;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /*********************/
    visibility: hidden; /*none/hidden*/
    /*********************/
}

#img_banner {
    padding-top: 50px; /*200px/50px*/
} 

#featured {
    margin-top: 0px;
}

#notice p {
    line-height: 45px;
    font-size: 30px;
    color: white;
    height: 100%;
    margin: 0;
}

/*********************************************************************************/
/* General Styles                                                                */
/*********************************************************************************/

html,
body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background: #22223b;
    font-family: "Montserrat", sans-serif;
    font-size: 11pt;
    font-weight: 200;
    color: #656565;
}

h1,
h2,
h3 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: black;
    font-family: "Arial Black", "Tahoma", "Verdana", sans-serif;
}

p,
ol,
ul {
    margin-top: 0;
}

p {
    line-height: 180%;
    font-size: 18px;
}

.container {
    overflow: hidden;
    margin: 0em auto;
    width: 1000px;
}

#wrapper {
    background: #fff;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.title {
    margin-bottom: 3em;
}

.title h2 {
    text-transform: uppercase;
    font-size: 2.7em;
}

.title .byline {
    font-size: 1.7em;
    color: #6f6f6f;
}

/*********************************************************************************/
/* Header Info                                                                          */
/*********************************************************************************/

#logo {
    position: relative;
    top: 30px;
    left: 100px;
    color: #22223b;
}

#logo h1 {
    margin-top: -5px;
    font-size: 38px;
    color: #22223b;
    font-family: "Arial Black", "Tahoma", "Verdana", sans-serif;
}

#logo_icon {
    position: absolute;
    top: 30px;
    left: -2px;
}

#header_info h4 {
    font-size: 38px;
    color: #22223b;
    margin-left: 100px;
    margin-top: 28px;
    height: 50px;
    width: 584px;
    text-align: left;
    font-family: "Arial Black", "Tahoma", "Verdana", sans-serif;

}

#contact_info {
    color: #22223b91;
    position: relative;
    font-size: 20px;
    padding: 0;
    top: 1px;
    left: 150px;
    line-height: 30px;
    font-style: italic;
    display: inline-block;
    text-align: center;
}

#address {
    position: relative;
    font-size: 23px;
    padding: 0px 10px;
    line-height: 40px;
    font-style: italic;
    text-align: left;
}

#map_icon {
    position: absolute;
    top: -5px;
    left: 315px;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header {
    position: fixed;
    padding: 0;
    overflow: visible;
    margin: 0em auto;
    width: 100%;
    height: 150px;
    background-color: white;
    z-index: 1000;
    font-family: "Arial Black", "Tahoma", "Verdana", sans-serif;
}

#info_1 {
    position: relative;
    overflow: visible;
    padding: 0;
    margin: 0;
    width: 615px;
    float: left;
    height: 148px;
}

#info_2 {
    position: relative;
    overflow: visible;
    background-color: white;
    padding-left: 20px;
    margin: 0;
    left: -15px;
    width: 450px;
    height: 148px;
    display: inline-flex;
    align-items: center;
    vertical-align: center;
    text-align: right;
    font-size: 23px;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
    color: #6b6565;
    float: right;
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

#menu {
    position: relative;
    float: right;
    width: 100%;
}

#menu ul {
    width: 600px;
    display: flex;
    height: 150px;
    align-items: center;
    justify-content: center;
    background-color: #22223b;
    font-weight: bold;
    padding: 0;
    width: 100%;
    height: 60px;
}

#menu li {
    display: block;
    float: left;
    text-align: center;
    margin: 0 15px;
}

#menu li a,
#menu li span {
    padding: 1em 1em;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    transition: background-color 0.3s, color 0.3s;
    top: 200px;
}

#menu li:hover a,
#menu li.active a,
#menu li.active span {
    color: #22223b;
    background-color: #6b6565;
    border: 2px solid #6b6565;
    border-radius: 6px;
}

#menu .current_page_item a {
    border: 2px solid #22223b;
    background: #22223b;
    border-radius: 6px;
    color: #fff;
}

/*********************************************************************************/
/* Responsive Styles                                                                        */
/*********************************************************************************/

/*Header*/
@media only screen and (max-width: 1175px) {
    #info_2 {
        width: 105%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        vertical-align: center;
        left: 50px;
        top: -20px;
    }

    #info_1 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        left: -65px;
    }

    #header_info h4 {
        left: -65px;
        width: 100%;
        text-align: center;
    }

    #logo_icon {
        visibility: hidden;
    }

    #notice {
        top: 330px;
    }

    #menu {
        top: -20px;
    }

}

/*Google Map*/
@media only screen and (max-width: 1180px) {
    #google_map {
        width: calc(100vw - 150px) !important;
        margin-left: -30px;
    }
    #location_hours h4 {
        clear: both;
        padding-top: 30px;
        font-family: "Arial Black", "Tahoma", "Verdana", sans-serif;
    }

    #hours {
        margin-top: -10px;
        display: inline-flex;
        width: auto;
        height: 350px;
        font-size: 28px;
        font-weight: bold;
        text-align: left;
        color: black;
        margin-bottom: 30px
    }

    #loc_description {
        padding: 0;
        margin-top: -5px !important;
    }
}


/*About Section*/
@media only screen and (max-width: 1200px) {
#description {
    font-size: 20px !important;
    line-height: 30px !important;
}
}

/*Phone*/
@media only screen and (max-device-width: 1000px) {
#description {
    font-size: 10px !important;
    line-height: 20px !important;
}

#mission {
    font-size: 22px;
    max-width: 750px;
    text-align: center;
    display: inline-flex;
}


#about_me img {
    height: 650px
}

#inc {
    width: 50%;
}

#contact {
    width: 100%;
    display: inline-block !important;
    align-content: center;
    font-size: 18px;    
}



}

/*********************************************************************************/
/* Image Banner                                                                  */
/*********************************************************************************/

#img_banner {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    object-fit: cover;
    z-index: 1;
    display: block;
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

#featured {
    overflow: hidden;
    padding: 5em 0em;
    background: #22223b;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

#featured .title h2 {
    color: #fff;
}

#featured .title .byline {
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-style: italic;
}

#mission {
    font-size: 22px;
}

/*********************************************************************************/
/* About Section                                                                 */
/*********************************************************************************/

#page {
    width: 100%;
    text-align: center;
    height: auto;
    padding-bottom: 50px;
    overflow: hidden;
}

#page .title {
    margin-top: 40px;
    margin-bottom: 30px;
}

#about_me {
    max-width: 1500px;
    min-width: none;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: center;
    height: auto;
}


#awards {
    width: 400px;
    border: 1px solid black;
    float: right;
    margin-right: 150px;
}

/*********************************************************************************/
/* Gallery                                                                      */
/*********************************************************************************/

#img_gallery {
    overflow: hidden;
    padding: 5em 0em;
    background: #22223b;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    width: 100%;
    height: auto;
    visibility: none;
}

#img_gallery .title h2 {
    color: white;
}

.slideshow-container {
    position: relative;
    width: calc(100vw - 100px); 
    max-width: 1250px;
    margin: auto; 
    overflow: hidden;
}
.image-gallery {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.image-container {
    min-width: 100%;
    box-sizing: border-box;
}
.image-container img {
    width: 100%;
    height: auto; 
    display: block;
}
.prev-img,
.next-img {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 0 3px 3px 0;
}
.next-img {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev-img {
    left: 0;
    border-radius: 3px 0 0 3px;
}
.prev-img:hover,
.next-img:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.dot-container {
    text-align: center;
    margin-top: 20px;
}
.custom-dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}
.active-dot {
    background-color: #6b6565;
}

/*********************************************************************************/
/* Location_Hours                                                                */
/*********************************************************************************/

#location_hours {
    overflow: hidden;
    padding: 5em 0em;
    background: white;
    color: black;
    text-align: center;
    width: 100%;
}

#location_hours a {
    color: black;
}

#location_hours .title h2 {
    padding-bottom: 75px;
    color: black;
    font-family: "Arial Black", "Tahoma", "Verdana", sans-serif;
}

#location_hours h4 {
    display: flex;
    font-size: 30px;
    text-decoration: underline;
    margin-top: -20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: center;
    color: black;
    font-family: "Arial Black", "Tahoma", "Verdana", sans-serif;
}

#google_map {
    float: left;
    margin-top: -15px;
    padding-left: 100px;
    height: 600px;
    min-width: 550px;
    width: calc(100vw - 1000px);
}

#hours {
    margin-top: -10px;
    display: inline-flex;
    width: auto;
    height: 350px;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    color: black;
    margin-bottom: 30px
}

#hours table {
    width: auto; /* Adjusts to content width */
    border-collapse: collapse;
    margin-left: 20px; /* Adds indentation for alignment */
}

#hours td {
    padding: 0px 20px; /* Adds spacing between columns */
    text-align: left;
    vertical-align: middle;
}

#hours td:first-child {
    font-weight: bold;
}


#lunch_hours {
    display: inline-flex;
    width: 460px;
    font-size: 25px;
    text-align: left;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: center;
    color: black;
}

#loc_description {
    float: left;
    position: relative;
    margin-top: 45px;
    font-size: 24px;
    margin-left: 90px;
    width: 800px;
    padding: 0;
    text-align: left;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#footer {
    overflow: hidden;
    padding: 1.5em 0em;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    width: 100%;
    display: flex;
    justify-content: space-between; /* Ensures copyright and contact + LinkedIn stay on opposite sides */
    align-items: center; /* Centers items vertically */
    height: 100px;
}

#footer p {
    font-size: 1.2em;
    color: rgba(255, 255, 255, 0.5);
    height: 100%;
    align-items: center;
    display: flex;
    margin-top: 17.5px;
}

#inc {
    margin-left: 30px; /* Adjust as needed for spacing from the edge */
    height: 100%;
    text-align: left;
}

#contact {
    text-align: right;
    margin-left: auto; /* Adjust spacing if needed */
    padding-right: 30px;
}

#linkedin-icon {
    display: flex;
    align-items: center; /* Centers the LinkedIn icon vertically */
    margin-right: 30px;
}

#linkedin-icon img {
    height: 50px; 
    width: auto; 
    opacity: 0.5; 
    transition: opacity 0.3s ease;
}

#linkedin-icon img:hover {
    opacity: 1;
}

a[href^="tel"] {
    color: inherit;
    font-family: "Montserrat", sans-serif;
}

/*********************************************/

/* Modern Notice Styling */
.modern-notice {
    position: relative;
    top: 200px;
    min-height: 80px;
    height: auto;
    background-color: rgba(255, 76, 76, 0.9);
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    /*********************/
    visibility: hidden; /*none/hidden*/
    /*********************/
}

.notice-content {
    display: flex;
    align-items: center;
    padding: 0 20px;
    max-width: 1200px;
    width: 100%;
}

.notice-icon {
    display: flex;
    align-items: center;
    margin-right: 15px;
    color: white;
}

.modern-notice p {
    line-height: 1.6;
    font-size: 18px;
    color: white;
    height: 100%;
    margin: 15px 0;
    text-align: left;
}

/* Modern Banner Styling */
.modern-banner {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

#img_banner {
    position: relative;
    width: 100%;
    height: 600px;
    object-fit: cover;
    z-index: 1;
    display: block;
    transition: transform 0.5s ease;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(34, 34, 59, 0), rgba(34, 34, 59, 0.6));
    z-index: 2;
}

/* Modern Featured Section */
.modern-featured {
    overflow: hidden;
    padding: 7em 0em 5em;
    background: linear-gradient(135deg, #1e1e34, #22223b);
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.modern-featured .title h2 {
    color: #fff;
    font-size: 3em;
    margin-bottom: 0.3em;
    letter-spacing: 1px;
}

.modern-featured .title .byline {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-style: italic;
    font-size: 1.4em;
}

.modern-mission {
    font-size: 1.4em !important;
    max-width: 800px;
    margin: 2em auto 0;
    line-height: 1.6 !important;
    padding: 0 20px;
}

/* Modern Physiotherapist Section */
.modern-page {
    width: 100%;
    text-align: center;
    padding: 5em 0 6em;
    background-color: #f9f9f9;
}

.modern-page .title {
    margin-top: 0;
    margin-bottom: 2.5em;
}

.modern-page .title h2 {
    font-size: 2.8em;
    letter-spacing: 1px;
}

.modern-about {
    display: flex;
    flex-direction: row;
    max-width: 1300px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    background: white; */
}

.about-content {
    flex: 1;
    padding: 40px;
}

.about-image {
    flex: 0 0 45%;
    overflow: hidden;
}

.about-image img {
    height: 750px;
    width: auto;
    object-fit: cover;
}

#description {
    margin: 0;
    line-height: 1.8;
    font-size: 1.4em;
    color: #333;
    text-align: left;
    font-weight: 500;
    font-family: "Verdana", sans-serif;
}

#physio-title {
    margin-top: -50px;
}

/* Modern Gallery */
.modern-gallery {
    overflow: hidden;
    padding: 6em 0em;
    background: linear-gradient(135deg, #22223b, #1e1e34);
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.modern-gallery .title h2 {
    color: white;
    font-size: 2.8em;
    margin-bottom: 1.5em;
}

.modern-gallery .slideshow-container {
    position: relative;
    width: 90%;
    max-width: 1250px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.modern-gallery .image-container {
    min-width: 100%;
    box-sizing: border-box;
    height: 500px;
}

.modern-gallery .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modern-gallery .prev-img,
.modern-gallery .next-img {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-top: -25px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s ease;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-gallery .next-img {
    right: 20px;
}

.modern-gallery .prev-img {
    left: 20px;
}

.modern-gallery .prev-img:hover,
.modern-gallery .next-img:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.dot-container {
    text-align: center;
    margin-top: 20px;
}

.custom-dot {
    height: 12px;
    width: 12px;
    margin: 0 6px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.active-dot, .custom-dot:hover {
    background-color: white;
    transform: scale(1.2);
}

/* Responsive Adjustments */
@media only screen and (max-width: 1000px) {
    .modern-about {
        flex-direction: column;
    }
    
    .about-image {
        flex: 0 0 auto;
        height: 500px;
    }
    
    .modern-gallery .image-container {
        height: 350px;
    }
}

@media only screen and (max-width: 768px) {
    .notice-content {
        flex-direction: column;
    }
    
    .notice-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .modern-featured .title h2 {
        font-size: 2.3em;
    }
    
    .modern-mission {
        font-size: 1.2em !important;
    }
    
    .about-content {
        padding: 25px;
    }
    
    .modern-gallery .image-container {
        height: 250px;
    }
}
