@import url('style.css'); 

:root {
    --main-theme-blue: #3b6ba8; 
    --main-theme-dark-blue: #1A2E44; 
    --main-accent-gold: #FFC107; 
    --main-secondary-green: #28A745; 

    --light-bg-section: #f5f8fa; 
    --text-dark: #000000; 
    --text-light: #ffffff; 
    --border-light: #ffffff;

    --header-height: 80px; 
    --banner-height: 520px;
    --text-on-dark: #ffffff; 
    --text-on-light: #000000; 
    --banner-gradient-consultancy : linear-gradient(135deg, #1167b1 0%, #46a0e0 100%); 
    --research-banner-bg-color: #37819e; 
    --footer-bg: #1A2E44;
    --footer-text-light: #eceff1; 
    --footer-accent-gold: #FFC107;
    --accent-color-light: #FFC107;
    --accent-color-dark: #e0a800; 
    --bg-white: #ffffff;
    --shadow-light: 0 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-strong: 0 8px 30px rgba(0, 0, 0, 0.15); 
    --consultancy-card-shadow: var(--shadow-light);
    --shadow-strong: 0 12px 35px rgba(0, 0, 0, 0.2);
    --navbar-height: 50px;
    --banner-height: 450px;
    --content-text-dark: #000000;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: 'Myriad Pro';
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    background-attachment: fixed;
    color: #000000;
    overflow-x: hidden;
    scroll-behavior: smooth;
    line-height: 1.6;
    font-size: 19px; 
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Myriad Pro'; 
    color: #000000; 
    font-weight: 600; 
    margin-top: 0;
    margin: 0.5rem;
    line-height: 1.2;
    font-size: 19px;
    text-align: left; 
}

.section-main-heading {
    font-size: 19px;
    text-align: left; 
    margin-bottom: 0.6rem;
    font-family: 'Myriad Pro';
    color: #000000;
}

.content-section .content-block:nth-child(2) .content-header h2,
.content-section .content-block:nth-child(4) .content-header h2 {
    font-weight: 600; 
    font-size: 19px;
    text-align: left; 
    margin: 0.5rem;
    font-family: 'Myriad Pro';
    color: #000000;
}

.consultancy-banner .report-title h1 {
    font-size: 19px;
    line-height: 1.1;
    margin: 0;
    color: #ffffff;
    text-align: left;
    font-family: 'Myriad Pro';
}

.leap-subsection {
    margin-bottom: 0.8rem;
}

.leap-subsection h3 {
    font-size: 19px !important;
    font-family: 'Myriad Pro' !important;
    margin: 0.8rem 0 0.3rem 0;
    color: #000000 !important;
    font-weight: 600;
    text-align: left;
}

.hospital-card-content h4 {
    font-size: 19px !important;
    font-family: 'Myriad Pro' !important;
    margin: 0.3rem;
    color: #000000 !important;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}

.training-table-container h3 {
    font-size: 19px !important;
    font-family: 'Myriad Pro' !important;
    margin: 0.5rem;
    text-align: left;
    color: #000000 !important;
    font-weight: 600;
    padding: 0.8rem;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.295);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: var(--header-height);
    display: flex;
    align-items: center;
    padding: 8px 18px; 
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

.main-header.scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.header-logo .logo {
    height: 50px;
    width: auto;
    filter: none; 
    transition: transform 0.3s ease;
}

.header-logo .logo:hover {
    transform: scale(1.05);
}

.nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 1100;
}

.hamburger-line {
    width: 100%;
    height: 3px;
    background-color: var(--main-theme-dark-blue);
    transition: all 0.3s ease;
}

.consultancy-banner {
    position: relative;
    width: 100%;
    height: 500px;
    background: linear-gradient(135deg, #0e5b92 0%, #2f8bd3 100%);
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.banner-container {
    display: flex;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
}

.banner-left-image {
    flex: 1;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: transparent;
    height: 100%;
    min-width: 0;
}

.banner-left-image img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    min-height: 500px;
    min-width: 100%;
}

.banner-right-content {
    flex: 1;
    background: linear-gradient(135deg, #0e5b92 0%, #2f8bd3 100%);
    color: #ffffff;
    padding: 2rem 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    position: relative;
    font-family: 'Myriad Pro' !important;
    font-size: 19px !important;
    box-sizing: border-box;
}

.banner-text {
    width: 100%;
    margin-bottom: 20px;
}

.banner-text h1 {
    font-size: 19px !important;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: var(--main-accent-gold);
    line-height: 1.1;
    text-align: left;
    word-wrap: break-word;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'Myriad Pro' !important;
}

.report-title .highlight {
    color: var(--main-accent-gold) !important;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    position: static;
}

.banner-description {
    font-size: 19px !important;
    font-weight: 400;
    color: #ffffff !important;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    text-align: left;
    max-width: 100%;
    word-wrap: break-word;
    font-family: 'Myriad Pro' !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7) !important;
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 20px;
    width: 100%;
}

.stat-card {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 12px 8px;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Myriad Pro';
}

.stat-card:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.stat-icon {
    font-size: 19px;
    color: var(--main-accent-gold);
    margin-bottom: 6px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.stat-number {
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 4px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-family: 'Myriad Pro';
}

.stat-label {
    font-size: 19px;
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    line-height: 1.2;
    font-family: 'Myriad Pro';
}

@media (max-width: 992px) {
    .consultancy-banner {
        height: auto;
        min-height: 500px;
    }

    .banner-container {
        flex-direction: column;
    }

    .banner-left-image {
        height: 250px;
        width: 100%;
    }

    .banner-right-content {
        height: auto;
        min-height: 250px;
        padding: 2.5rem 2rem;
        align-items: center;
        text-align: center;
    }

    .banner-text h1,
    .banner-description {
        text-align: center;
    }

    .title-underline {
        margin: 0 auto 20px auto;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-top: 25px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .stat-card {
        padding: 18px 12px;
        min-height: 100px;
    }
}

@media (max-width: 768px) {
    .consultancy-banner {
        min-height: 450px;
    }

    .banner-left-image {
        height: 200px;
    }

    .banner-right-content {
        min-height: 250px;
        padding: 2rem 1.5rem;
    }

    .banner-text h1 {
        font-size: 19px;
    }

    .banner-description {
        font-size: 19px !important; 
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        max-width: 250px;
    }

    .stat-card {
        padding: 15px 10px;
        min-height: 80px;
    }

    .stat-icon {
        font-size: 19px;
    }

    .stat-number {
        font-size: 19px;
    }

    .stat-label {
        font-size: 19px;
    }
}

@media (max-width: 480px) {
    .consultancy-banner {
        min-height: 400px;
    }

    .banner-left-image {
        height: 180px;
    }

    .banner-right-content {
        min-height: 220px;
        padding: 1.5rem 1rem;
    }

    .banner-text h1 {
        font-size: 19px;
    }

    .banner-description {
        font-size: 19px !important;
        margin-bottom: 15px;
    }

    .stats-grid {
        gap: 8px;
    }
}

.main-content {
    margin-top: 0;
    padding: 0;
    background: #ffffff;
}

.content-wrapper {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    gap: 40px;
}

.sidebar-menu {
    flex: 0 0 280px;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 30px 0;
    height: fit-content;
    position: sticky;
    top: calc(var(--navbar-height) + 20px); 
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.menu-header {
    padding: 0 30px 20px;
    border-bottom: 2px solid var(--main-accent-gold);
    margin-bottom: 20px;
}

.menu-header h2 {
    font-size: 19px;
    font-weight: 600;
    color: var(--main-theme-dark-blue);
    margin: 0;
    font-family: 'Myriad Pro';
}

.menu-nav {
    padding: 0 20px;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    margin-bottom: 5px;
    position: relative;
}

.menu-link {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    font-size: 19px;
    font-family: 'Myriad Pro';
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    gap: 12px;
}

.menu-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--main-accent-gold);
    border-radius: 2px;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.menu-link:hover::before,
.menu-item.active .menu-link::before {
    transform: scaleY(1);
}

.menu-link:hover {
    background: rgba(59, 107, 168, 0.1);
    color: var(--main-theme-blue);
    transform: translateX(5px);
}

.menu-item.active .menu-link {
    background: var(--main-theme-blue);
    color: #ffffff;
    transform: translateX(5px);
}

.menu-item.active .menu-link::before {
    background: var(--main-accent-gold);
}

.menu-number {
    font-weight: 600;
    color: var(--main-accent-gold);
    min-width: 25px;
    font-family: 'Myriad Pro';
}

.menu-item.active .menu-number {
    color: var(--main-accent-gold);
}

.menu-text {
    flex: 1;
    font-family: 'Myriad Pro';
}

.content-section {
    padding: 1.5rem 0; 
    background: white;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0.8rem; 
}

.content-block {
    margin: 1.5rem;
}

.content-header {
    text-align: left;
    margin-bottom: 0.8rem; 
}

.content-header h2 {
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    font-family: 'Myriad Pro';
}

.section-divider {
    width: 70px;
    height: 2.5px;
    background: var(--section-divider-color);
    margin: 0.5rem 0 0 0;
    border-radius: 2px;
    border: none;
}

.content-section .content-block:nth-child(2) .section-divider,
.content-section .content-block:nth-child(4) .section-divider {
    margin-left: auto;
    margin-right: auto;
}

.content-text {
    line-height: 1.6;
    color: #000000 !important;
    font-family: 'Myriad Pro' !important;
    font-size: 19px !important;
    text-align: left;
}

.section-end-divider {
    border: none;
    height: 1px;
    background-color: var(--border-light);
    margin: 2rem auto; 
    width: 60%;
    max-width: 700px;
}

.leap-subsection {
    margin-bottom: 0.8rem; 
}

.leap-subsection h3 {
    font-size: 19px;
    font-family: 'Myriad Pro'; 
    margin: 0.8rem 0 0.3rem 0; 
    color: #000000;
    font-weight: 600;
    text-align: left;
}

.hospital-cards-section {
    margin-top: 1.5rem;
}

.hospital-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem; 
}

.hospital-card {
    background: var(--light-bg-section);
    border-radius: 8px; 
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); 
    border: 1px solid var(--border-light);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hospital-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.hospital-card-image {
    width: 100%;
    height: 130px; 
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hospital-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hospital-card-content {
    padding: 0.6rem 0.8rem; 
}

.hospital-card-content h4 {
    font-size: 19px; 
    font-family: 'Myriad Pro'; 
    margin-bottom: 0.3rem;
    color: #000000;
    font-weight: 600;
    line-height: 1.3;
    text-align: left; 
}

.hospital-card-content p {
    font-family: 'Myriad Pro';
    font-size: 19px;
    color: #000000;
    margin: 0;
    text-align: left; 
}

.training-table-container {
    margin-top: 1.5rem;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--border-light);
    padding-bottom: 0;
}

.training-table-container h3 {
    font-size: 19px;
    font-family: 'Myriad Pro';
    margin-bottom: 0.5rem;
    text-align: left;
    color: #000000;
    font-weight: 600; 
    padding-top: 0.8rem; 
}

.training-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0;
    background: white;
}

.training-table th {
    background: var(--main-theme-blue);
    color: white;
    padding: 0.6rem 0.8rem;
    text-align: left;
    font-family: 'Myriad Pro';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px; 
    border-bottom: 1px solid var(--main-theme-blue);
}

.training-table td {
    padding: 0.6rem 0.8rem;
    border-bottom: 1px solid var(--border-light);
    color: #000000;
    font-family: 'Myriad Pro';
    font-size: 19px;
}

.training-table tbody tr:last-of-type:not(.total-row) td {
    border-bottom: none;
}

.training-table tbody tr:hover:not(.total-row) {
    background-color: #f9f9f9;
}

.training-table .total-row {
    background: #3B82F6;
    color: white;
    font-weight: 700;
}

.training-table .total-row td {
    color: white;
    font-weight: 700;
    font-size: 19px;
    border-bottom: none;
    padding: 0.8rem;
    font-family: 'Myriad Pro';
}

footer {
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    color: #ffffff;
    padding: 60px 0 20px;
    position: relative;
    font-size: 19px;
    font-family: 'Myriad Pro';
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-color-light) 0%, var(--accent-color-dark) 100%);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.footer-section h3 {
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--accent-color-light);
    font-family: 'Myriad Pro';
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 15px;
}

.contact-item i {
    font-size: 19px;
    color: var(--accent-color-light);
    margin-top: 2px;
    width: 20px;
    flex-shrink: 0;
}

.contact-item div {
    flex: 1;
}

.contact-item strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 19px;
    font-family: 'Myriad Pro';
}

.contact-item p {
    margin: 0;
    color: #cbd5e0;
    line-height: 1.5;
    font-size: 19px;
    font-family: 'Myriad Pro';
}

.footer-links-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 10px;
}

.footer-links-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 180px;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #cbd5e0;
    transition: all 0.3s ease;
    padding: 8px 0;
    font-size: 19px;
    font-family: 'Myriad Pro';
    text-decoration: none;
}

.footer-link:hover {
    color: var(--accent-color-light);
    transform: translateX(5px);
}

.footer-link i {
    font-size: 19px;
    width: 20px;
    flex-shrink: 0;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #a0aec0;
    font-size: 19px;
    font-family: 'Myriad Pro';
}

@media (max-width: 992px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    footer {
        font-size: 19px;
        padding: 40px 0 20px;
    }

    .footer-section h3 {
        font-size: 19px;
        text-align: center;
    }

    .contact-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 10px;
    }

    .contact-item i {
        margin-top: 0;
    }

    .contact-item div {
        text-align: center;
    }

    .contact-item strong,
    .contact-item p {
        text-align: center;
        font-size: 19px;
    }

    .footer-links-grid {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .footer-links-column {
        min-width: 0;
    }

    .footer-link {
        font-size: 19px;
        justify-content: center;
    }

    .footer-bottom p {
        font-size: 19px;
    }

    .main-header {
        padding: 8px 15px; 
    }
    .header-logo .logo {
        height: 35px; 
    }

    .banner-inner-content {
        flex-direction: column;
        text-align: center;
        padding: 0 0.8rem;
        gap: 1rem;
        height: auto;
    }

    .banner-left-visual {
        height: 200px; 
    }

    .banner-right-text {
        text-align: center;
        padding: 20px; 
    }

    .report-title, .title-underline {
        margin-left: auto;
        margin-right: auto;
    }

    .consultancy-banner .report-title h1 {
        font-size: 19px;
    }

    .banner-description {
        text-align: center;
        font-size: 19px; 
        font-family: 'Myriad Pro'; 
    }

    .single-image-container {
        max-width: 320px; 
        height: 160px;
    }

    .content-header {
        text-align: left; 
        margin-bottom: 1rem; 
    }

    .content-header h2 {
        font-size: 19px;
    }

    .content-section .content-block:nth-child(2) .content-header h2,
    .content-section .content-block:nth-child(4) .content-header h2 {
        font-size: 19px;
    }

    .section-divider {
        margin-left: 0; 
        margin-right: auto; 
    }

    .content-text {
        text-align: left;
        font-size: 19px; 
        font-family: 'Myriad Pro'; 
        color: #000000;
    }
    .leap-subsection h3 {
        font-size: 19px;
        font-family: 'Myriad Pro';
        color: #000000;
    }
    .hospital-cards {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); 
        gap: 1rem;
    }
    .hospital-card-content h4 {
        font-size: 19px; 
        font-family: 'Myriad Pro'; 
        color: #000000;
    }
    .hospital-card-content p {
        font-size: 19px; 
        font-family: 'Myriad Pro'; 
        color: #000000;
    }
    .training-table-container h3 {
        font-size: 19px; 
        font-family: 'Myriad Pro';
        text-align: left; 
        color: #000000;
    }
    .training-table th, .training-table td {
        padding: 0.7rem 0.9rem; 
        font-size: 19px;
        font-family: 'Myriad Pro'; 
    }
    .training-table td {
        color: #000000;
    }
    .training-table .total-row td {
        font-size: 19px; 
        font-family: 'Myriad Pro';
        color: white;
    }
    .section-end-divider {
        margin: 2rem auto;
        width: 80%;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: left; 
    }

    .footer-section h3,
    .contact-item,
    .social-links a {
        text-align: left;
        justify-content: flex-start;
    }
    
    .footer-section ul {
        padding: 0;
        margin: 0;
    }
    .footer-section ul li {
        text-align: left;
        margin-bottom: 10px;
    }
    .footer-section ul li a {
        display: flex;
        align-items: center;
        gap: 8px; 
        text-align: left;
        color: #cbd5e0; 
        font-family: 'Myriad Pro';
        font-size: 19px;
    }
    .footer-section ul li a:hover {
        color: var(--accent-color-light);
    }

    .footer-section p,
    .social-links a,
    .contact-item {
        font-size: 19px;
        font-family: 'Myriad Pro';
        text-align: left; 
    }
    .contact-item i {
        font-size: 19px; 
        margin-right: 0.5rem;
    }
    .social-links a i, .footer-section ul li a i { 
        font-size: 19px; 
    }
    .footer-bottom p, .footer-bottom-links a {
        font-size: 19px; 
        font-family: 'Myriad Pro';
    }
    .footer-bottom {
        flex-direction: column; 
        align-items: flex-start; 
        gap: 10px;
    }
    .footer-bottom p, .footer-bottom-links {
        width: 100%;
        text-align: left;
        justify-content: flex-start; 
    }
}

@media (max-width: 480px) {
    footer {
        font-size: 19px;
        padding: 30px 0 20px;
    }

    .footer-section h3 {
        font-size: 19px;
    }

    .contact-item strong {
        font-size: 19px;
    }

    .contact-item p {
        font-size: 19px;
    }

    .footer-link {
        font-size: 19px;
        justify-content: center;
    }

    .footer-bottom p {
        font-size: 19px;
    }

    .consultancy-banner .report-title h1 {
        font-size: 19px;
    }
    .banner-description {
        font-size: 19px;
        font-family: 'Myriad Pro';
    }
    .single-image-container {
        max-width: 280px; 
        height: 140px;
    }
    .container {
        padding: 0 0.5rem; 
    }
    .content-header h2 {
        font-size: 19px;
    }
    .content-section .content-block:nth-child(2) .content-header h2,
    .content-section .content-block:nth-child(4) .content-header h2 {
        font-size: 19px;
    }
    .leap-subsection h3 {
        font-size: 19px;
        font-family: 'Myriad Pro';
        color: #000000;
    }
    .hospital-cards {
        grid-template-columns: 1fr;
    }
    .hospital-card-content h4 {
        font-size: 19px;
        font-family: 'Myriad Pro';
        color: #000000;
    }
    .hospital-card-content p {
        font-size: 19px; 
        font-family: 'Myriad Pro';
        color: #000000;
    }
    .training-table-container h3 {
        font-size: 19px;
        font-family: 'Myriad Pro';
        color: #000000;
    }
    .training-table th, .training-table td {
        padding: 0.5rem 0.7rem; 
        font-size: 19px;
        font-family: 'Myriad Pro';
    }
    .training-table td {
        color: #000000;
    }
    .training-table .total-row td {
        font-size: 19px; 
        font-family: 'Myriad Pro';
        color: white;
    }
    .section-end-divider {
        margin: 1.5rem auto; 
        width: 90%;
    }
    .footer-section h3 {
        font-size: 19px;
        font-family: 'Myriad Pro';
    }
    .footer-section p,
    .footer-section li,
    .social-links a,
    .contact-item {
        font-size: 19px; 
        font-family: 'Myriad Pro';
    }
    .contact-item i, .social-links a i, .footer-section ul li a i {
        font-size: 19px; 
    }
}

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mt-8 { margin-top: 4rem; }

.p-1 { padding: 0.5rem; }
.p-2 { padding: 1rem; }
.p-3 { padding: 1.5rem; }
.p-4 { padding: 2rem; }

.w-full { width: 100%; }
.h-full { height: 100%; }

.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }

.hidden { display: none; }
.block { display: block; }
.inline-block { display: inline-block; }

@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideInLeft { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes slideInRight { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }

.fade-in { animation: fadeIn 0.6s ease-out; }
.slide-in-left { animation: slideInLeft 0.6s ease-out; }
.slide-in-right { animation: slideInRight 0.6s ease-out; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

*:focus {
    outline: 2px solid var(--main-accent-gold);
    outline-offset: 2px;
}

@media print {
    .main-header,
    .consultancy-banner,
    .nav-toggle,
    #nav,
    .overlay,
    footer {
        display: none;
    }
    body {
        background: white;
        color: black;
        font-size: 12pt;
        line-height: 1.4;
    }
    .container {
        max-width: none;
        padding: 0;
    }
    section {
        padding: 1rem 0;
        page-break-inside: avoid;
    }
    .content-header h2 {
        color: black;
        font-size: 18pt;
    }
    .training-table {
        font-size: 10pt;
    }
    .training-table th {
        background: #f0f0f0 !important;
        color: black !important;
    }
}

.horizontal-nav {
    position: sticky;
    top: 0;
    z-index: 999;
    background: transparent;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: var(--navbar-height);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.horizontal-nav-container {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.horizontal-nav-container::-webkit-scrollbar {
    display: none;
}

.nav-item {
    flex: 1 1 auto;
    min-width: 0;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.nav-item a {
    display: block;
    padding: 18px 12px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.2;
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Myriad Pro', sans-serif;
}

.nav-item:hover a {
    color: #fff;
    opacity: 0.9;
    transform: translateY(-2px);
}

.home-nav a { background: #8e44ad; }
.patient-nav a { background: #158481; }
.education-nav a { background: #144984; }
.consultancy-nav a { background: #9b1c25; }
.research-nav a { background: #5b5aa7; }
.ophthalmic-nav a { background: #0c628a; }
.information-nav a { background: #b97e2b; }
.recognition-nav a { background: #9b59b6; }
.events-nav a { background: #e67e22; }

.nav-text {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: white;
    font-family: 'Myriad Pro';
}

.nav-item.active a::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 6px;
    border-radius: 2px;
    animation: underlineSlide 0.4s ease-in-out;
}

@keyframes underlineSlide {
    from { width: 0; opacity: 0; }
    to { width: 100%; opacity: 1; }
}

.conferences-section {
    margin: 27px auto 60px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.conference-list-alternating {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: 1100px;        
    margin: 0 auto;
}

.conference-item {
    display: flex;
    align-items: center;
    gap: 10px;                
    background: #fff;
    border-radius: 22px;     
    padding: 32px;           
    box-shadow: 0 12px 40px rgba(0,0,0,0.13);
    min-height: 300px;   
    max-width: 1100px;       
    width: 100%;
    margin: 0 auto;
    transition: all 0.3s;
}

.conference-item-visual {
    flex-shrink: 0;
    width: 420px;            
    height: 280px;
    max-width: 420px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.11);
    display: flex;
    align-items: stretch;
}

.conference-item-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 18px;
    transition: transform 0.3s;
}

.conference-item-content {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;        
}

.conference-item-content h3 {
    font-size: 19px;         
    font-weight: 700;
    margin-bottom: 18px;
    color: #000000;
    font-family: 'Myriad Pro';
}

.conference-item-content p {
    font-size: 19px;     
    color: #000000;
    margin-bottom: 0;
    line-height: 1.7;
    font-family: 'Myriad Pro';
}

@media (max-width: 900px) {
    .conference-list-alternating,
    .conference-item {
        max-width: 98vw;
    }
    .conference-item {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 18px;
        min-height: 120px;
    }
    .conference-item-visual {
        width: 94vw;
        max-width: 100vw;
        height: 200px;
    }
    .conference-item-content {
        min-height: 120px;
        width: 100%;
        text-align: center;
    }
    .conference-item-content h3 {
        font-size: 19px;
        text-align: center;
    }
    .conference-item-content p {
        font-size: 19px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .conference-item-visual {
        height: 130px;
    }
    .conference-item {
        padding: 10px;
        gap: 10px;
    }
    .conference-item-content h3 {
        font-size: 19px;
    }
    .conference-item-content p {
        font-size: 19px;
    }
}

.event-item {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
    font-family: 'Myriad Pro';
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.event-heading {
    font-family: 'Myriad Pro';
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.3;
}

.event-date {
    display: block;
    text-align: center;
    color: #000000;
    font-size: 19px;
    margin-bottom: 25px;
    font-weight: 500;
    font-family: 'Myriad Pro';
}

.event-images {
    display: grid;
    gap: 15px;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}

.event-images.four-images {
    grid-template-columns: repeat(4, 1fr);
}

.event-images img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.event-images img:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.event-content p {
    font-family: 'Myriad Pro';
    font-size: 19px;
    font-weight: normal;
    line-height: 1.7;
    color: #000000;
    text-align: left;
    margin-bottom: 1rem;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {
    .event-images.four-images {
        grid-template-columns: 1fr 1fr;
    }
    .event-images img {
        height: 180px;
    }
}

@media (max-width: 600px) {
    .event-images.four-images {
        grid-template-columns: 1fr;
    }
    .event-images img {
        height: 150px;
    }
}

.major-event-section {
    padding: 0 0 0 0;
}

.major-event-section .section-main-heading {
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 0.7em;
    margin-top: 0;
    font-family: 'Myriad Pro';
}

.event-images.four-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.event-images.four-images img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 5px 18px rgba(0,0,0,0.08);
    border: 1px solid #eee;
    background: #f5f8fa;
    display: block;
}

.event-content {
    font-size: 19px;
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
    color: #000000;
    font-family: 'Myriad Pro';
}

@media (max-width: 1100px) {
    .event-images.four-images {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 700px) {
    .event-images.four-images {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .event-images.four-images img {
        height: 180px;
    }
}

body {
    background: #fff;
}

.content-section,
.conferences-section {
    background: #fff;
}

.gallery-event-section {
    padding: 2rem 0;
    background: #ffffff;
}

.gallery-event-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.gallery-card-equal .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}

.gallery-card-equal .conference-item {
    width: 100%;
    min-height: 380px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 2rem;
    padding: 32px 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s ease;
}

.gallery-card-equal .conference-item:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}

.conference-item-visual {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.conference-item-visual a {
    display: block;
    width: 100%;
    height: 100%;
}

.conference-item-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.conference-item-visual:hover img {
    transform: scale(1.05);
}

@media (max-width: 900px) {
    .gallery-card-equal .conference-item {
        flex-direction: column;
        min-height: auto;
        padding: 16px;
    }

    .conference-item-visual {
        width: 100%;
        height: 200px;
        margin-bottom: 1rem;
    }

    .conference-item-content {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .gallery-card-equal .conference-item {
        padding: 12px;
    }

    .conference-item-visual {
        height: 180px;
    }
}

.outreach-details-link {
    text-align: right;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 2px solid #e5e7eb;
    font-family: 'Myriad Pro';
}

.outreach-details-link p {
    margin: 0;
    font-size: 19px;
    color: #000000;
    font-weight: 500;
    font-family: 'Myriad Pro';
}

.details-link {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
    border-bottom: 2px solid transparent;
    font-family: 'Myriad Pro';
}

.details-link:hover {
    color: #1d4ed8;
    border-bottom: 2px solid #2563eb;
}

.footer-download-btn {
    display: inline-block;
    background: var(--main-accent-gold, #FFC107);
    color: var(--main-theme-dark-blue, #1A2E44);
    font-family: 'Myriad Pro';
    font-weight: 700;
    font-size: 19px;
    padding: 12px 28px;
    border-radius: 8px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.13);
    transition: background 0.3s, color 0.3s, transform 0.2s;
}

.footer-download-btn i {
    margin-right: 8px;
    font-size: 19px;
}

.footer-download-btn:hover {
    background: #ffcd38;
    color: #000;
    transform: translateY(-2px);
}