/* ====== THEME COLORS & FONTS ====== */
:root {
    --boardsmedi-blue: #0B8FAC;
    --boardsmedi-green: #7BC1B7;
    --boardsmedi-cyan: #0ED6D0;
    --boardsmedi-dark: #183153;
    --boardsmedi-light: #eaf6fd;
}

body {
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
    background: linear-gradient(120deg, var(--boardsmedi-light) 60%, #fff 100%);
    color: var(--boardsmedi-dark);
    min-height: 100vh;
    margin: 0;
    padding: 0;
    transition: background 0.5s;
}
a {
    color:var( --boardsmedi-cyan);
}
/* Example usage in key sections */
.top-header {
    background: linear-gradient(90deg, var(--boardsmedi-blue) 60%, var(--boardsmedi-cyan) 100%);
    padding: 0;
    box-sizing: border-box;
}

section,
footer,
.container,
.banner-bg,
.boardsmedi-banner-section {
    /*max-width: 100vw;*/
    /*box-sizing: border-box;*/
    /*overflow: hidden;*/
}

#scrollToTopBtn {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 999;
    background: var(--boardsmedi-cyan);
    color: #fff;
    border: none;
    outline: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 4px 16px 0 rgba(19, 194, 199, 0.18);
    font-size: 1.6rem;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
}

#scrollToTopBtn:hover {
    background: var(--boardsmedi-dark);
    transform: scale(1.08);
}

#boardsmedi-loader {
    position: fixed;
    z-index: 2000;
    inset: 0;
    background: rgba(255, 255, 255, 0.98);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s;
}

.loader-spinner {
    width: 64px;
    height: 64px;
    border: 6px solid #13c2c7;
    border-top: 6px solid #0a223a;
    border-radius: 50%;
    animation: boardsmedi-spin 1s linear infinite;
    margin-bottom: 24px;
}

@keyframes boardsmedi-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.loader-brand img {
    height: 54px;
    margin-bottom: 4px;
}

.loader-text {
    color: #13c2c7;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
}

/* ====== HEADER ====== */
.main-header {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 24px 0 rgba(11, 143, 172, 0.07);
    border-radius: 0;
    padding: 18px 35px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
    animation: fadeInDown 1s;
    margin-bottom: 0;
}

span.submenu-arrow i {
    font-size: 13px;
}

.header_Logo img {
    height: 60px;
    transition: transform 0.3s;
}

.header_Logo img:hover {
    transform: scale(1.08) rotate(-2deg);
}

.header_Nav ul {
    display: flex;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_Nav li {
    font-weight: 500;
    /*font-size: 1.1rem;*/
    color: var(--boardsmedi-blue);
    cursor: pointer;
    transition: transform 0.2s;
    position: relative;
}

.header_Nav li:hover {
    color: var(--boardsmedi-cyan);
    transform: translateY(px) scale(1.08);
}

.header_Login button {
    margin-left: 0px;
    border-radius: 8px;
    border: none;
    padding: 8px 22px;
    font-weight: 600;
    font-size: 1rem;
    background: var(--boardsmedi-blue);
    color: #fff;
    box-shadow: 0 2px 8px 0 rgba(22, 138, 255, 0.10);
    transition: background 0.2s, transform 0.2s;
}

.header_Login .register_button {
    background: var(--boardsmedi-cyan);
    color: #fff;
}

.header_Login button:hover {
    background: var(--boardsmedi-dark);
    color: #fff;
    transform: scale(1.07);
}
.header_Login {
    display: flex;
}
.header_Login a {
    display: block;
    text-decoration: none;
    margin-right: 11px;
}

/* ====== TOP HEADER ====== */
.top-header {
    background: linear-gradient(90deg, var(--boardsmedi-blue) 60%, var(--boardsmedi-cyan) 100%);
    color: #fff;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 12px 0 rgba(22, 138, 255, 0.07);
    z-index: 200;
    position: relative;
}

.top-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 32px;
}

.top-header-icon {
    font-size: 1.1rem;
    margin-right: 4px;
    vertical-align: middle;
}

.top-header-right {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 32px;
}

.top-header-social img {
    width: 22px;
    height: 22px;
    margin-left: 10px;
    filter: brightness(0) invert(1) opacity(0.85);
    transition: filter 0.18s, transform 0.18s;
    vertical-align: middle;
    cursor: pointer;
}

.top-header-social img:hover {
    filter: brightness(1) invert(0) opacity(1) drop-shadow(0 0 6px #fff);
    transform: scale(1.13);
}

/* ====== BANNER SLIDER ====== */
.banner-slider {
    border-radius: 24px;
    overflow: hidden;
    margin: 24px auto 40px auto;
    max-width: 1200px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.13);
    animation: fadeIn 1.2s;
}

.carousel-caption {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 18px;
    padding: 32px 24px;
    color: #183153;
    box-shadow: 0 2px 12px 0 rgba(22, 138, 255, 0.07);
    animation: fadeInUp 1.2s;
}

.carousel-caption h1 {
    color: #168aff;
    font-weight: 700;
    font-size: 2.3rem;
    margin-bottom: 12px;
    animation: fadeInDown 1s;
}

.carousel-caption p {
    color: #4a6fa1;
    font-size: 1.15rem;
    margin-bottom: 18px;
}

.carousel-caption .btn {
    background: #0ed6d0;
    border: none;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 10px 32px;
    border-radius: 8px;
    transition: background 0.2s, transform 0.2s;
}

.carousel-caption .btn:hover {
    background: #168aff;
    color: #fff;
    transform: scale(1.07);
}

/* ====== SPECIALITIES SECTION ====== */
.boardsmedi-specialities-section {
    background: linear-gradient(120deg, var(--boardsmedi-blue) 10%, var(--boardsmedi-cyan) 100%);
    min-height: 60vh;
    border-radius: 24px;
    margin: 40px auto 40px auto;
    max-width: 1200px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.13);
    padding: 36px 0 32px 0;
    position: relative;
    animation: fadeIn 1.2s;
}

.specialities-header {
    text-align: center;
    margin-bottom: 32px;
}

.specialities-header h2 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 1px;
    animation: fadeInDown 1s;
}

.specialities-header p {
    color: #eaf6fd;
    font-size: 1.15rem;
    margin-bottom: 0;
}

/* ====== Browse by Product Features Card Modern Style ====== */
.specialities-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

.speciality-card {
    background: #fff;
    border-radius: 48px;
    box-shadow: 0 4px 24px 0 rgba(31, 38, 135, 0.09);
    padding: 24px 38px 24px 24px;
    min-width: 320px;
    max-width: 370px;
    flex: 1 1 320px;
    display: flex;
    align-items: center;
    gap: 22px;
    transition: box-shadow 0.18s, transform 0.18s, border 0.18s;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
}

.speciality-card:hover {
    box-shadow: 0 8px 32px 0 rgba(19, 194, 199, 0.18);
    border: 2px solid var(--boardsmedi-blue);
    transform: translateY(-4px) scale(1.03);
}

.speciality-icon-fa {
    /* background: var(--boardsmedi-blue, #13c2c7); */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    margin-bottom: 0;
    box-shadow: 0 2px 8px 0 rgba(22, 138, 255, 0.10);
    font-size: 2.2rem;
    transition: background 0.18s, color 0.18s;
    color: var(--boardsmedi-blue);
}

.speciality-card:hover .speciality-icon-fa {
    background: var(--boardsmedi-blue);
    color: #fff;
}

.speciality-card:hover .speciality-icon-fa i {
    color: #fff;
}

.speciality-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--boardsmedi-dark);
    margin-bottom: 2px;
}

.speciality-count {
    color: var(--boardsmedi-blue);
    font-size: 1.08rem;
    margin-bottom: 0;
    font-weight: 500;
}

.speciality-arrow {
    position: static;
    margin-left: auto;
    background: #f2f6fa;
    color: var(--boardsmedi-dark);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    transition: background 0.18s, color 0.18s;
    box-shadow: 0 2px 8px 0 rgba(22, 138, 255, 0.07);
}

.speciality-card:hover .speciality-arrow {
    background: var(--boardsmedi-blue);
    color: #fff;
}

/* ====== WHY CHOOSE SECTION ====== */
.boardsmedi-why-section {
    background: #fff;
    color: var(--boardsmedi-dark);
    border-radius: 24px;
    margin: 40px auto 40px auto;
    max-width: 1200px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.10);
    padding: 48px 0 32px 0;
    animation: fadeIn 1.2s;
}

.why-container {
    display: flex;
    gap: 20px;
    padding: 0 20px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.why-left {
    flex: 1 1 320px;
    min-width: 260px;
}

.why-img-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.why-img-lg {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(22, 138, 255, 0.10);
    margin-bottom: 8px;
    animation: fadeInLeft 1.2s;
}

.why-img-sm-group {
    display: flex;
    gap: 12px;
}

.why-img-sm {
    width: 50%;
    border-radius: 12px;
    box-shadow: 0 2px 8px 0 rgba(22, 138, 255, 0.08);
    animation: fadeInLeft 1.2s;
}

.why-right {
    flex: 2 1 420px;
    min-width: 320px;
}

.why-badge {
    background: var(--boardsmedi-light);
    color: var(--boardsmedi-blue);
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 8px;
    font-size: 1rem;
    margin-bottom: 14px;
    display: inline-block;
    letter-spacing: 1px;
}

.why-highlight {
    color: var(--boardsmedi-cyan);
    font-weight: 700;
}

.why-accordion {
    margin-top: 24px;
}

.why-accordion-item {
    background: #f7fbff;
    border-radius: 10px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px 0 rgba(22, 138, 255, 0.06);
    transition: box-shadow 0.18s;
}

.why-accordion-title {
    padding: 14px 18px;
    font-weight: 600;
    color: var(--boardsmedi-blue);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why-accordion-item.active .why-accordion-title {
    color: var(--boardsmedi-cyan);
}

.why-accordion-content {
    padding: 0 18px 14px 18px;
    color: #4a6fa1;
    font-size: 1rem;
    display: block;
    animation: fadeIn 0.5s;
}

.why-features {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
}

.why-feature-card {
    background: #eaf6fd;
    border-radius: 14px;
    padding: 22px 18px;
    min-width: 180px;
    max-width: 220px;
    flex: 1 1 180px;
    text-align: center;
    box-shadow: 0 2px 8px 0 rgba(22, 138, 255, 0.07);
    animation: fadeInUp 1.2s;
}

.why-feature-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px auto;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-feature-icon img {
    width: 32px;
    height: 32px;
}

.why-feature-title {
    color: var(--boardsmedi-blue);
    font-weight: 700;
    margin-bottom: 4px;
}

.why-feature-desc {
    color: #4a6fa1;
    font-size: 0.98rem;
}

/* ====== ECG CAROUSEL SECTION ====== */
.boardsmedi-ecg-carousel-section {
    background: linear-gradient(120deg, #fff 60%, var(--boardsmedi-light) 100%);
    border-radius: 24px;
    margin: 40px auto 40px auto;
    max-width: 1200px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.10);
    padding: 36px 0 32px 0;
    animation: fadeIn 1.2s;
}

.container-ecg-carousel {
    max-width: 1100px;
    margin: 0 auto;
    /* padding: 36px 32px 24px 32px; */
    /* background: #fff; */
    /* border-radius: 28px; */
    /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.10); */
    position: relative;
}

.ecg-carousel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.ecg-carousel-title {
    color: var(--boardsmedi-blue);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
}

.ecg-carousel-subtitle {
    color: #4a6fa1;
    font-size: 1.1rem;
    margin-bottom: 0;
    margin-top: 8px;
}

.ecg-carousel-nav {
    display: flex;
    gap: 18px;
}

.ecg-carousel-arrow {
    background: var(--boardsmedi-blue);
    border: none;
    color: #fff;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.18s, transform 0.18s;
    cursor: pointer;
    box-shadow: 0 2px 8px 0 rgba(22, 138, 255, 0.10);
}

.ecg-carousel-arrow:hover {
    background: var(--boardsmedi-cyan);
    transform: scale(1.08);
}

.owl-carousel.ecg-carousel .item {
    background: transparent;
    border-radius: 20px;
    overflow: visible;
    box-shadow: none;
    margin: 8px 0;
    transition: box-shadow 0.18s, transform 0.18s;
}

.ecg-img-card {
    background: #f7fbff;
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(31, 38, 135, 0.09);
    overflow: hidden;
    transition: box-shadow 0.18s, transform 0.18s;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ecg-img-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 18px;
    transition: transform 0.18s;
}

.ecg-img-card:hover {
    box-shadow: 0 8px 32px 0 rgba(14, 214, 208, 0.18);
    transform: translateY(-6px) scale(1.03);
}

.ecg-img-card:hover img {
    transform: scale(1.04);
}

.owl-carousel.ecg-carousel .owl-nav {
    display: none !important;
}

/* ====== FOOTER ====== */
.boardsmedi-footer {
    background: linear-gradient(120deg, var(--boardsmedi-dark) 70%, var(--boardsmedi-blue) 100%);
    color: #e3f6fd;
    padding: 48px 0 0 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    border-radius: 32px 32px 0 0;
    margin-top: 60px;
    animation: fadeInUp 1.2s;
}

.footer-main {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    justify-content: space-between;
    padding: 0 32px 32px 32px;
}

.footer-brand {
    flex: 1 1 320px;
    min-width: 260px;
}

.footer-brand img {
    width: 180px;
    margin-bottom: 18px;
}

.footer-brand p {
    color: #b6eaff;
    font-size: 1.08rem;
    margin-bottom: 0;
}

.footer-links,
.footer-contact {
    flex: 1 1 180px;
    min-width: 180px;
}

.footer-links h4,
.footer-contact h4 {
    color: #fff;
    font-size: 1.18rem;
    margin-bottom: 14px;
    font-weight: 700;
}

.footer-links ul,
.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.footer-links ul li,
.footer-contact ul li {
    margin-bottom: 10px;
    color: #b6eaff;
    font-size: 1rem;
}

.footer-links ul li a {
    color: #b6eaff;
    text-decoration: none;
    transition: color 0.18s;
}

.footer-links ul li a:hover {
    color: var(--boardsmedi-cyan);
    text-decoration: underline;
}

.footer-contact ul li span {
    margin-right: 8px;
    font-size: 1.1rem;
}

.footer-social {
    margin-top: 10px;
}

.footer-social a {
    display: inline-block;
    margin-right: 12px;
    transition: transform 0.18s;
}

.footer-social a img {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1) opacity(0.8);
    transition: filter 0.18s;
}

.footer-social a:hover img {
    filter: brightness(0) invert(1) opacity(1) drop-shadow(0 0 6px #0ed6d0);
    transform: scale(1.13);
}

.footer-bottom {
    border-top: 1px solid #1e3557;
    padding: 18px 32px;
    text-align: center;
    color: #b6eaff;
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
}

.footer-bottom a {
    color: #b6eaff;
    text-decoration: none;
    margin: 0 6px;
    transition: color 0.18s;
}

.footer-bottom a:hover {
    color: var(--boardsmedi-cyan);
    text-decoration: underline;
}

/* ====== CALL TO ACTION SECTION ====== */
.cta-section {
    background: linear-gradient(120deg, var(--boardsmedi-blue) 60%, var(--boardsmedi-cyan) 100%);
    border-radius: 24px;
    margin: 48px auto 0 auto;
    max-width: 900px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.13);
    padding: 44px 24px 36px 24px;
    text-align: center;
    animation: fadeInUp 1.2s;
}

.cta-content h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.cta-content p {
    color: #eaf6fd;
    font-size: 1.15rem;
    margin-bottom: 22px;
}

.cta-btn {
    background: #fff;
    color: var(--boardsmedi-blue);
    font-weight: 700;
    font-size: 1.1rem;
    padding: 12px 38px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    box-shadow: 0 2px 8px 0 rgba(22, 138, 255, 0.10);
    display: inline-block;
}

.cta-btn:hover {
    background: var(--boardsmedi-cyan);
    color: #fff;
    transform: scale(1.07);
}

/* ====== ANIMATIONS ====== */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(0.7);
    }

    60% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

/* ====== RESPONSIVE ====== */
/* Remove all responsive CSS from here:
   - All @media (max-width: ...) blocks
   - Any mobile/tablet specific styles
   - Only keep desktop/base styles in style.css */

/* Example: 
@media (max-width: 900px) {
    ...remove this block...
}
*/

/* Now, style.css only has base/desktop styles. 
   All responsive code is moved to responsive.css */


/* Add at the end of your CSS file */

.boardsmedi-video-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 56px 0 40px 0;
    background: linear-gradient(120deg, #eaf6fd 60%, #fff 100%);
}

.video-container {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.13);
    padding: 32px 32px 24px 32px;
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: fadeInUp 1.2s;
}

.video-container.video-fullwidth {
    width: 100%;
    max-width: 900px;
    border-radius: 32px;
    box-shadow: 0 8px 32px 0 rgba(19, 194, 199, 0.13);
    padding: 32px 32px 24px 32px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: fadeInUp 1.2s;
    min-height: 420px;
}

.boardsmedi-video {
    width: 100%;
    max-width: 820px;
    min-height: 320px;
    max-height: 380px;
    border-radius: 18px;
    margin-bottom: 18px;
    background: #000;
    outline: none;
    display: block;
    object-fit: cover;
    box-shadow: 0 4px 24px 0 rgba(19, 194, 199, 0.10);
    transition: box-shadow 0.18s, transform 0.18s;
}

.boardsmedi-video:focus {
    box-shadow: 0 0 0 3px #13c2c755;
}

.video-caption {
    text-align: center;
    margin-top: 8px;
}

.video-caption h3 {
    color: #13c2c7;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.video-caption p {
    color: #183153;
    font-size: 1.08rem;
    margin-bottom: 0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Remove .carousel, .carousel-caption, .carousel-inner, .carousel-item, .carousel-control, .banner-slider CSS if present */
/* Add this for the new Boardsmedi banner */

.boardsmedi-banner-section {
    width: 100%;
    min-height: 420px;
    background: linear-gradient(120deg, #20222367 60%, #0ed6d0 100%);
    border-radius: 0 0;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.10);
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeInDown 1.2s;
    overflow: hidden;
}

.banner-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 32px 32px 32px;
    gap: 32px;
}

.banner-content {
    flex: 2 1 400px;
    color: #fff;
    animation: fadeInLeft 1.2s;
}

.banner-content h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 18px;
    line-height: 1.2;
}

.banner-highlight {
    color: #fff;
    background: #0ed6d0;
    padding: 2px 14px;
    border-radius: 8px;
    margin-right: 8px;
    font-weight: 900;
    letter-spacing: 1px;
}

.banner-content p {
    font-size: 1.18rem;
    color: #eaf6fd;
    margin-bottom: 28px;
    max-width: 520px;
}

.banner-btn {
    background: #fff;
    color: #168aff;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 12px 38px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    box-shadow: 0 2px 8px 0 rgba(22, 138, 255, 0.10);
    display: inline-block;
}

.banner-btn:hover {
    background: #0ed6d0;
    color: #fff;
    transform: scale(1.07);
}

.banner-img {
    flex: 1 1 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeInRight 1.2s;
}

.banner-img img {
    width: 340px;
    max-width: 100%;
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(22, 138, 255, 0.10);
    object-fit: cover;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* --- Split Video Section --- */
.boardsmedi-video-section.split {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    padding: 56px 0 40px 0;
    background: linear-gradient(120deg, #eaf6fd 60%, #fff 100%);
    display: flex;
}

.video-content-left {
    flex: 1 1 340px;
    max-width: 420px;
    /* background: #fff; */
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(19, 194, 199, 0.13);
    padding: 48px 36px 36px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    animation: fadeInLeft 1.2s;
}

.video-content-left h3 {
    color: #13c2c7;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.video-content-left p {
    color: #183153;
    font-size: 1.15rem;
    margin-bottom: 28px;
}

.video-cta-btn {
    background: #13c2c7;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 12px 38px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    box-shadow: 0 2px 8px 0 rgba(22, 138, 255, 0.10);
    display: inline-block;
}

.video-cta-btn:hover {
    background: #0a223a;
    color: #fff;
    transform: scale(1.07);
}

.video-content-right {
    /* flex: 1 1 480px; */
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeInRight 1.2s;
}

.boardsmedi-video {
    width: 100%;
    max-width: 520px;
    min-height: 320px;
    max-height: 380px;
    border-radius: 24px;
    background: #000;
    outline: none;
    display: block;
    object-fit: cover;
    box-shadow: 0 4px 24px 0 rgba(19, 194, 199, 0.10);
    transition: box-shadow 0.18s, transform 0.18s;
}

@media (max-width: 1100px) {
    .boardsmedi-video-section.split {
        flex-direction: column;
        gap: 24px;
        padding: 24px 0 18px 0;
    }

    .video-content-left,
    .video-content-right {
        max-width: 100%;
        width: 100%;
        border-radius: 16px;
        padding: 24px 12px;
    }

    .boardsmedi-video {
        min-height: 160px;
        max-height: 220px;
        border-radius: 12px;
    }

    .video-content-left h3 {
        font-size: 1.2rem;
    }

    .video-content-left p {
        font-size: 1rem;
    }
}

/* ==== Custom Scrollbar Theme ==== */
::-webkit-scrollbar {
    width: 10px;
    background: #eaf6fd;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(120deg, var(--boardsmedi-cyan) 0%, var(--boardsmedi-blue) 100%);
    border-radius: 8px;
    border: 2px solid #eaf6fd;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(120deg, var(--boardsmedi-blue) 0%, var(--boardsmedi-cyan) 100%);
}

::-webkit-scrollbar-track {
    background: #eaf6fd;
    border-radius: 8px;
}

/* For Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #13c2c7 #eaf6fd;
}

/* ==== Smooth Scroll ==== */
html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #13c2c7 #eaf6fd;
}

/* Add to style.css */
.ecg-banner-section {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(19, 194, 199, 0.10);
    margin: 48px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    max-width: 1200px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.ecg-banner-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000007d;

}

.ecg-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    gap: 40px;
    padding: 0 32px;
    position: relative;
    z-index: 1;
}

.ecg-banner-text {
    flex: 2 1 400px;
    color: #ffffff;
}

.ecg-banner-text h2 {
    font-size: 2.1rem;
    font-weight: 800;
    margin-bottom: 18px;
    line-height: 1.2;
}

.ecg-banner-highlight {
    color: #fff;
    background: #13c2c7;
    padding: 2px 14px;
    border-radius: 8px;
    margin-right: 8px;
    font-weight: 900;
    letter-spacing: 1px;
}

.ecg-banner-text p {
    font-size: 1.18rem;
    color: #ffffff;
    margin-bottom: 28px;
    max-width: 520px;
}

.ecg-banner-btn {
    background: #13c2c7;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 12px 38px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    box-shadow: 0 2px 8px 0 rgba(22, 138, 255, 0.10);
    display: inline-block;
}

.ecg-banner-btn:hover {
    background: #0a223a;
    color: #fff;
    transform: scale(1.07);
}

.ecg-banner-img {
    flex: 1 1 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ecg-banner-img img {
    width: 340px;
    max-width: 100%;
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(22, 138, 255, 0.10);
    object-fit: contain;
    background: #fff;
    padding: 12px;
}

@media (max-width: 900px) {


    .ecg-banner-text h2 {
        font-size: 1.3rem;
    }

    .ecg-banner-text p {
        font-size: 1rem;
    }

    .ecg-banner-img img {
        width: 100%;
        border-radius: 10px;
    }

    .ecg-banner-section {
        padding: 18px 0;
        border-radius: 14px;
    }
}

/* Add to style.css */
.nav-item-with-submenu {
    position: relative;
}

.nav-item-with-submenu .submenu {
    display: none;
    position: absolute;
    top: 104%;
    left: 0;
    background: #fff;
    min-width: 295px;
    box-shadow: 0 4px 24px 0 rgba(31, 38, 135, 0.13);
    border-radius: 10px;
    padding: 10px 0;
    z-index: 100;
    transition: all 0.18s;
}

.nav-item-with-submenu:hover .submenu,
.nav-item-with-submenu:focus-within .submenu {
    display: block;
}

.nav-item-with-submenu .submenu li {
    padding: 0;
}

.nav-item-with-submenu .submenu a {
    display: block;
    padding: 10px 22px;
    color:#0B8FAC;
    text-decoration: none;
    font-size: 1rem;
    transition: background 0.18s, color 0.18s;
    border-radius: 6px;
}

.nav-item-with-submenu .submenu a:hover {
    background: #eaf6fd;
    color: #0ed6d0;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1201;
    margin-left: 12px;
}

.hamburger span {
    display: block;
    height: 4px;
    width: 28px;
    background: #168aff;
    margin: 4px 0;
    border-radius: 2px;
    transition: all 0.3s;
}


.hamburger span:nth-child(2) {
    width: 20px;
}

.hamburger span:nth-child(3) {
    width: 24px;
}

@media (max-width: 900px) {
    .header_Nav ul {
        position: fixed;
        top: 0;
        right: 0vw;
        opacity: 0;
        width: 70vw;
        max-width: 320px;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        gap: 0;
        padding: 60px 0 0 0;
        box-shadow: 0 2px 24px 0 rgba(31, 38, 135, 0.13);
        transition: right 0.3s;
        z-index: 1200;
        display: none;
    }

    .header_Nav ul.open {
        right: 0;
        opacity: 1;
        display: block;
    }

    .header_Nav li {
        padding: 18px 32px;
        border-bottom: 1px solid #eaf6fd;
        width: 100%;
    }

    .hamburger {
        display: flex;
    }
}


/*==================== Login css ======================*/

.login_heading {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #0b8fac;
    position: relative;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    animation: zoomIn 0.6s ease-in-out;
}

.login_heading::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #0b8fac;
    border-radius: 1px;
    animation: growBar 0.5s ease-out 0.2s forwards;
    opacity: 0;
}

@keyframes zoomIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes growBar {
    to {
        width: 60px;
        opacity: 1;
    }
}

/* Optional: Responsive tweaks */
@media (max-width: 576px) {
    .login_heading {
        font-size: 1.8rem;
    }
}

  .main_btn_v3 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    padding: 12px 26px;
    background: linear-gradient(to right, #0ed6d0, #0b8fac);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(11, 143, 172, 0.3);
    transition: all 0.35s ease;
    overflow: hidden;
    z-index: 1;
}

.main_btn_v3 i {
    font-size: 1.2rem;
    transition: transform 0.3s ease-in-out;
}

.main_btn_v3::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 50px;
    background: linear-gradient(120deg, rgba(14, 214, 208, 0.3), rgba(11, 143, 172, 0.2));
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}

.main_btn_v3:hover::before {
    opacity: 1;
}

.main_btn_v3:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(14, 214, 208, 0.4);
}

.main_btn_v3:hover i {
    transform: rotate(-10deg) scale(1.1);
}

.main_btn_v3:active {
    transform: scale(0.96);
    box-shadow: 0 3px 10px rgba(14, 214, 208, 0.2);
}

/* ==== Custom Mouse Cursor ==== */
body,
html {
    cursor: url('https://cdn.jsdelivr.net/gh/saadeghi/files@main/cursor/heart-cursor.cur'), auto;
}

/* Optional: Pointer cursor for buttons/links */
a,
button,
.speciality-card,
.nav-item-with-submenu,
.ecg-carousel-arrow,
#scrollToTopBtn {
    cursor: pointer;
}
/*sk*/

.user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}
.user-name {
    font-weight: 500;
    font-size: 14px;
}


/*================== header sub to child =============*/

.submenu-item-with-submenu {
    position: relative;
}

.submenu-item-with-submenu > a::after {
    content: "\f105"; /* Font Awesome right arrow */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    float: right;
    margin-left: 10px;
}

.nested-submenu {
    display: none!important;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    min-width: 240px;
    box-shadow: 0 4px 24px 0 rgba(31, 38, 135, 0.13);
    border-radius: 10px;
    padding: 10px 0;
    z-index: 101;
    transition: all 0.18s;
}

.submenu-item-with-submenu:hover .nested-submenu,
.submenu-item-with-submenu:focus-within .nested-submenu {
    display: block!important;
}

.nested-submenu li a {
    display: block;
    padding: 10px 20px;
    color: #0B8FAC;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.18s, color 0.18s;
    border-radius: 6px;
}

.nested-submenu li a:hover {
    background: #eaf6fd;
    color: #0ed6d0;
}

