.main-header,
.main-header .header-upper,
.main-header .nav-outer,
.main-header .main-menu,
.main-header .navbar-collapse,
.main-header .navigation,
.main-header .navigation > li {
    overflow: visible !important;
}

.main-header {
    position: relative;
    z-index: 10000;
}

.banner-section {
    z-index: 1;
}

.main-menu .navigation > li > ul.corporate-dropdown {
    width: 300px;
    z-index: 10001;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:focus-within > ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 0 !important;
}

.corporate-page .description .text p,
.corporate-page .description .text li {
    font-size: 16px;
    line-height: 1.85;
    color: #4a4a4a;
}

.corporate-page .description .text ul {
    padding-left: 22px;
    margin: 18px 0 24px;
}

.corporate-page .description .text ul li {
    margin-bottom: 10px;
    list-style: disc;
}

.corporate-page .intro-lead {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 28px;
}

.corporate-page .subtitle h4 {
    margin-bottom: 16px;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 12px;
}

.value-card {
    background: #f7faf2;
    border-left: 4px solid #8cc641;
    padding: 22px 22px 18px;
}

.value-card h5 {
    font-size: 18px;
    color: #001659;
    margin: 0 0 8px;
    font-weight: 600;
}

.value-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.mission-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 36px;
}

.mission-panel {
    background: #fff;
    border: 1px solid #ececec;
    padding: 28px 26px 24px;
}

.mission-panel h4 {
    color: #001659;
    font-size: 22px;
    margin: 0 0 14px;
}

.org-chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 10px 0 20px;
}

.org-node {
    background: #001659;
    color: #fff;
    text-align: center;
    padding: 16px 28px;
    min-width: 220px;
    position: relative;
}

.org-node.accent {
    background: #8cc641;
    color: #14300a;
}

.org-node.light {
    background: #f4f7ee;
    color: #001659;
    border: 1px solid #d7e6c3;
}

.org-node h5 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 600;
    color: inherit;
}

.org-node p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    opacity: 0.9;
}

.org-line {
    width: 2px;
    height: 28px;
    background: #c5c5c5;
}

.org-branch {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    position: relative;
    padding-top: 28px;
}

.org-branch:before {
    content: "";
    position: absolute;
    top: 0;
    left: 16.6%;
    right: 16.6%;
    height: 2px;
    background: #c5c5c5;
}

.org-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.org-col:before {
    content: "";
    width: 2px;
    height: 26px;
    background: #c5c5c5;
    margin-top: -28px;
}

.org-list {
    width: 100%;
    background: #fff;
    border: 1px solid #ececec;
    padding: 14px 16px;
}

.org-list li {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    padding: 4px 0;
    list-style: none;
}

.appointment-methods {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 8px 0 32px;
}

.appointment-card {
    border: 1px solid #ececec;
    padding: 24px 22px 20px;
    background: #fff;
}

.appointment-card h5 {
    color: #001659;
    font-size: 18px;
    margin: 0 0 10px;
}

.appointment-card p,
.appointment-card a {
    font-size: 15px;
    line-height: 1.7;
}

.appointment-card a {
    color: #8cc641;
    font-weight: 600;
}

.corporate-page .book-appoinment input {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid #e0e0e0;
    background: #fff;
}

.corporate-page .book-appoinment .theme-btn {
    margin-top: 6px;
}

.doctor-specialty {
    margin: 6px 0 0;
    color: #8cc641;
    font-size: 15px;
    font-weight: 600;
}

.doctor-specialty-badge {
    display: inline-block;
    background: #f4f7ee;
    color: #001659;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 12px;
    margin: 0 0 18px;
}

.service-img-h6 .item .img-holder img {
    object-fit: cover;
    min-height: 220px;
}

@media (max-width: 991px) {
    .value-grid,
    .mission-split,
    .org-branch,
    .appointment-methods {
        grid-template-columns: 1fr;
    }

    .org-branch:before,
    .org-col:before {
        display: none;
    }
}
