:root {
    /* Backgrounds */
    --color-background: #E8F0EE;
    /* Mist Blue */

    /* Primary accents (sections, icons, cards) */
    --color-accent: #c9bd9d;
    /* Seafoam Green */

    /* Buttons / Call-to-actions */
    --color-highlight: #F17C67;
    /* Warm Coral */

    /* Text colors */
    --color-text: #3E4E50;
    /* Slate Gray */

    /* Headers / Titles / Logo */
    --color-header: #1D5C63;
    /* Deep Teal */

    /* Optional tints & shadows */
    --color-light-shadow: rgba(0, 0, 0, 0.05);
    --color-dark-shadow: rgba(0, 0, 0, 0.15);
}

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");

body {
    font-family: 'Nunito', sans-serif;
    color: var(--color-text);
    background-color: var(--color-background);
    overflow-x: hidden;
}

.btn8 {
    display: inline-block;
    background: #4a65a0;

    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
    box-shadow: 0 6px 18px rgba(11, 108, 255, 0.3);
    transition: all 0.3s ease;

    text-align: center;
    border: none;
    border-radius: 0.25rem;
    min-width: 186px;
    padding: 2rem;
    height: 2rem;


    color: #000000;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    cursor: pointer;
    margin: 2rem;
}

/* Hover Effect */
.btn8:hover {
    background: linear-gradient(135deg, #0356d6, #0b6cff);
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(11, 108, 255, 0.45);
}

/* Click effect */
.btn8:active {
    transform: scale(0.97);
}
.top-nav {
    background-color: #f1e7cd;
    width: 100%;
}
.bow {
    background-color: black !important;
    color: white !important;
}

.top-nav ul {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 2rem;
    margin-bottom: 0;
    padding-top: 0.9rem;
}

.location-time {
    display: flex;
    width: 50%;
    justify-content: space-evenly;
}

.container1 {
    max-width: 100% !important;
    height: 8rem;
    background: beige;
    gap: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
}

.media {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem auto;
    max-width: 1200px;
    padding: 0 1rem;
}

.media img {
    height: 8rem;
    width: 10rem;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.media img:hover {
    transform: scale(1.05);
}

.name {
    display: flex;
    gap: 1rem;
}

.name a {
    transition: transform 0.3s ease;
}

.name a:hover {
    transform: translateY(-2px);
}

.box img {
    width: 100%;
    height: 191px;
}

.name i {
    color: white;
    font-size: 40px;
}

.pp-UFF9L29LFXTL6 {
    text-align: center;
    border: none;
    border-radius: 0.25rem;
    min-width: 11.625rem;
    padding: 0 2rem;
    height: 2.625rem;
    font-weight: bold;
    background-color: #4a65a0;
    color: #000000;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    cursor: pointer;
    margin: 2rem;
}

.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 100% !important;
}

/* Enhanced flexbox layouts for wide screens */
@media (min-width: 1440px) {
    .slider_section .row {
        align-items: center;
        min-height: 80vh;
    }

    .slider_section .detail-box {
        padding-right: 60px;
    }

    .slider_section .img-box {
        justify-content: flex-end;
        padding-left: 60px;
    }

    .department_section .row {
        justify-content: center;
        gap: 30px;
    }

    .department_section .box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 450px;
    }

    .about_section .row {
        align-items: center;
        gap: 80px;
    }

    .about_section .img-box {
        flex: 0 0 45%;
    }

    .about_section .detail-box {
        flex: 0 0 45%;
    }

    .doctor_section .row {
        justify-content: center;
        gap: 40px;
    }

    .client_section .row {
        justify-content: center;
        gap: 60px;
    }

    .footer_section .row {
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer_section .footer_col {
        flex: 1;
        max-width: none;
    }
}


.layout_padding2 {
    padding: 75px 0;
}

.layout_padding2-top {
    padding-top: 75px;
}

.layout_padding2-bottom {
    padding-bottom: 75px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.layout_margin-top {
    margin-top: 90px;
}

.layout_margin-bottom {
    margin-bottom: 90px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.navbar-brand {
    height: 6rem;
}

.heading_container h2 {
    position: relative;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
    color: var(--color-header);
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.heading_container p {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.heading_container.heading_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*header section*/

.hero_area {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero_area .hero_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    z-index: -1;
}

.hero_area .hero_bg_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom right;
    object-position: bottom right;
}

.sub_page .hero_area {
    min-height: auto;
    background-color: #111149;
}

.sub_page .hero_area .hero_bg_box {
    display: none;
}

.header_section {
    padding: 0px;
    background-color: var(--color-accent);
    top: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    transition: background 0.3s ease;
}

.header_section.scrolled {
    background: var(--color-accent) !important;
}

.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.navbar-brand span {
    font-weight: bold;
    font-size: 24px;
    color: var(--color-header);
    text-transform: uppercase;
}

.custom_nav-container {
    padding: 0;
}

.custom_nav-container .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 20px;
    color: var(--color-header);
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .nav_search-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    color: var(--color-header);
}

.custom_nav-container .nav_search-btn:hover {
    color: #62d2a2;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: var(--color-header);
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--color-header);
    top: -10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
    top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
}

/*end header section*/

/* slider section */

.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 45px 0 145px 0;
}

.slider_section .rows {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section #customCarousel1 {
    width: 100%;
    position: unset;
}

.slider_section .detail-box {
    color: var(--color-text);
}

.slider_section .detail-box h1 {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--color-header);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.slider_section .detail-box p {
    color: var(--color-text);
    font-size: 14px;
    line-height: 1.6;
    max-width: 600px;
}

.slider_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
    margin: 5px;
    text-align: center;
    width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
    display: inline-block;
    padding: 10px 15px;
    background-color: var(--color-highlight);
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid var(--color-highlight);
}

.slider_section .detail-box .btn-box .btn1:hover {
    background-color: var(--color-header);
    color: #ffffff;
}

.slider_section .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider_section .img-box img {
    width: 100%;
    max-width: 375px;
    height: auto;
    object-fit: contain;
}

/* Enhanced image sizing for wide displays */
@media (min-width: 1440px) {
    .slider_section .img-box img {
        max-width: 450px;
        filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
    }

    .about_section .img-box img {
        width: 100%;
        max-width: 600px;
        height: auto;
        border-radius: 20px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    }

    .doctor_section .box .img-box img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
        transition: transform 0.3s ease;
    }

    .doctor_section .box:hover .img-box img {
        transform: scale(1.05);
    }

    .client_section .box .img-box img {
        width: 140px;
        height: 140px;
        border: 8px solid rgba(255, 255, 255, 0.45);
        transition: transform 0.3s ease, border-color 0.3s ease;
    }

    .client_section .box:hover .img-box img {
        transform: scale(1.1);
        border-color: rgba(255, 255, 255, 0.7);
    }

    .department_section .box .img-box img {
        width: 90px;
        height: 90px;
        transition: transform 0.3s ease;
    }

    .department_section .box:hover .img-box img {
        transform: scale(1.1);
    }
}

.slider_section .carousel-indicators {
    position: unset;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section .carousel-indicators li {
    background-color: #ffffff;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    opacity: 1;
}

.slider_section .carousel-indicators li.active {
    width: 20px;
    height: 20px;
}

.slider_section .carousel-item.active .slider_section {
    display: flex !important;
    width: 100% !important;
    height: 70vh !important;
}

.side-image {
    width: 50%;
    height: auto;
    padding-left: 1rem;
}

.side-word {
    width: 50% !important;
    height: auto;
}

.name {
    display: flex;
    flex-direction: column;
}

.side-image img {
    width: 100% !important;
    height: auto !important;
}

.department_section {
    position: relative;
}

.department_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
}

.department_section .box .img-box {
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
    background-color: var(--color-accent);
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.department_section .box .img-box img {
    max-width: 55px;
    max-height: 55px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.department_section .box .detail-box h5 {
    font-weight: bold;
    text-transform: uppercase;
}

.department_section .box .detail-box a {
    color: #111149;
    font-weight: 600;
}

.department_section .box .detail-box a:hover {
    color: #62d2a2;
}

.department_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

.department_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: var(--color-highlight);
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid var(--color-highlight);
}

.department_section .btn-box a:hover {
    background-color: var(--color-header);
    color: #ffffff;
}

.about_section {}

.about_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about_section .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about_section .img-box img {
    width: 100%;
    border-radius: 15px;
}

.about_section .detail-box h3 {
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.about_section .detail-box p {
    margin-top: 15px;
    line-height: 1.7;
    font-size: 16px;
}

.about_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: var(--color-highlight);
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid var(--color-highlight);
    margin-top: 15px;
}

.about_section .detail-box a:hover {
    background-color: var(--color-header);
    color: #ffffff;
}

.doctor_section {
    background: var(--color-accent);
}

.doctor_section .heading_container {
    color: var(--color-text);
}

.doctor_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    margin-top: 45px;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
}

.doctor_section .box .img-box {
    width: 100%;
}

.doctor_section .box .img-box img {
    width: 100%;
}

.doctor_section .box .detail-box {
    width: 100%;
    padding: 25px 15px;
    text-align: center;
    position: relative;
}

.doctor_section .box .detail-box .social_box {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 150%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.doctor_section .box .detail-box .social_box a {
    color: #62d2a2;
    margin: 0 10px;
}

.doctor_section .box .detail-box .social_box a:hover {
    color: #111149;
}

.doctor_section .box:hover .social_box {
    top: 0;
    opacity: 1;
}

.doctor_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

.doctor_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: var(--color-highlight);
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid var(--color-highlight);
}

.doctor_section .btn-box a:hover {
    background-color: var(--color-header);
    color: #ffffff;
}

.contact_section {
    position: relative;
}

.contact_section .heading_container {
    margin-bottom: 25px;
}

.contact_section .heading_container h2 {
    text-transform: uppercase;
}

.contact_section .form_container input {
    width: 100%;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    padding-left: 20px;
    outline: none;
    color: #101010;
    background: #eeeeee;
}

.contact_section .form_container input::-webkit-input-placeholder {
    color: #000000;
}

.contact_section .form_container input:-ms-input-placeholder {
    color: #000000;
}

.contact_section .form_container input::-ms-input-placeholder {
    color: #000000;
}

.contact_section .form_container input::placeholder {
    color: #000000;
}

.contact_section .form_container input.message-box {
    height: 175px;
}

.contact_section .form_container button {
    width: 100%;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 55px;
    background-color: var(--color-highlight);
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid var(--color-highlight);
}

.contact_section .form_container button:hover {
    background-color: var(--color-header);
    color: #ffffff;
}

.contact_section .map_container {
    height: 368px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
}

.contact_section .map_container .map {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contact_section .map_container .map #googleMap {
    height: 100%;
}

.client_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 45px;
    border-radius: 15px;
}

.client_section .box .img-box {
    margin-bottom: 15px;
    min-width: 145px;
    max-width: 145px;
    overflow: hidden;
}

.client_section .box .img-box img {
    width: 100%;
    border-radius: 100%;
    border: 7px solid rgba(255, 255, 255, 0.45);
}

.client_section .box .detail-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.client_section .box .detail-box .name img {
    width: 25px;
    margin-bottom: 5px;
}

.client_section .box .detail-box .name h6 {
    color: #62d2a2;
    font-size: 20px;
}

.client_section .carousel_btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
    position: unset;
    width: 45px;
    height: 45px;
    border: none;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-color: #62d2a2;
    background-position: center;
    border-radius: 5px;
    margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
    background-color: #111149;
}

.client_section .carousel-control-next {
    left: initial;
}

.footer_section {
    background: var(--color-accent);
    color: var(--color-text);
    padding: 60px 0 15px 0;
    position: relative;
}

.footer_section h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer_section .footer_col {
    margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
    margin: 5px 0;
    color: var(--color-text);
}

.footer_section .footer_contact .contact_link_box a i {
    margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
    color: #62d2a2;
}

.footer_section .footer_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer_section .footer_social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-text);
    border-radius: 100%;
    margin-right: 15px;
    font-size: 48px;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.footer_section .footer_social a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.footer_section .footer_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer_section .footer_links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 15px;
    color: var(--color-text);
}

.footer_section .footer_links a:hover {
    color: #62d2a2;
}

.footer_section form input {
    border: none;
    background-color: #fefefe;
    width: 100%;
    height: 45px;
    color: #000000;
    outline: none;
    border-radius: 5px;
    padding: 0 15px;
}

.footer_section form input::-webkit-input-placeholder {
    color: #777;
}

.footer_section form input:-ms-input-placeholder {
    color: #777;
}

.footer_section form input::-ms-input-placeholder {
    color: #777;
}

.footer_section form input::placeholder {
    color: #777;
}

.footer_section form button {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 55px;
    background-color: var(--color-highlight);
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid var(--color-highlight);
    margin-top: 15px;
}

.footer_section form button:hover {
    background-color: var(--color-header);
    color: #ffffff;
}

.footer_section .footer-info {
    text-align: center;
}

.footer_section .footer-info p {
    color: var(--color-text);
    padding: 25px 0;
    margin: 0;
}

.footer_section .footer-info p a {
    color: inherit;
}

/* Performance and accessibility optimizations for wide screens */
@media (min-width: 1440px) {
    /* Reduce motion for users who prefer it */
    @media (prefers-reduced-motion: reduce) {

        .slider_section .img-box img,
        .department_section .box,
        .doctor_section .box .img-box img,
        .client_section .box .img-box img,
        .department_section .box .img-box img {
            transition: none;
        }

        .slider_section .img-box img:hover,
        .department_section .box:hover,
        .doctor_section .box:hover .img-box img,
        .client_section .box:hover .img-box img,
        .department_section .box:hover .img-box img {
            transform: none;
        }
    }

    /* High contrast mode support */
    @media (prefers-contrast: high) {
        .department_section .box {
            border: 2px solid var(--color-header);
        }

        .doctor_section .box {
            border: 2px solid var(--color-text);
        }

        .client_section .box {
            border: 2px solid var(--color-text);
        }
    }

    /* Optimize for touch devices with large screens */
    @media (hover: none) and (pointer: coarse) {

        .department_section .box:hover,
        .doctor_section .box:hover,
        .client_section .box:hover {
            transform: none;
        }
    }
}

/* GPU acceleration for better performance on large displays */
@media (min-width: 1440px) {

    .slider_section .img-box img,
    .about_section .img-box img,
    .doctor_section .box .img-box img,
    .client_section .box .img-box img,
    .department_section .box .img-box img {
        will-change: transform;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
}

/* Hide top navigation on mobile devices */
@media (max-width: 767px) {
    .top-nav {
        display: none;
    }
}

/*# sourceMappingURL=style.css.map */