/* ==========================================================================
   EXCLUSIVE ORTHOPEDICS INTERFACE STYLESHEET (V3 Design Line)
   ========================================================================== */

/* Layout wrapper core */
.ortho-grid-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    margin-top:50px;
}

.ortho-badge-modern {
    display: inline-block;
    background: #eef5f8;
    color: #326295;
    padding: 6px 18px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-bottom: 20px;
}

/* SECTION 1: HERO CONTAINER */
.ortho-modern-hero {
    position: relative;
    background: #ffffff;
    padding: 90px 0;
    overflow: hidden;
    border-bottom: 1px solid #eef2f5;
}

.ortho-hero-radial {
    position: absolute;
    top: -20%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(240,246,250,1) 0%, rgba(255,255,255,0) 70%);
    z-index: 1;
}

.ortho-modern-hero .ortho-grid-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.ortho-heading-v3 {
    font-size: 3rem;
    color: #1a4d6c;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.ortho-text-accent {
    color: #326295;
}

.ortho-hero-text {
    font-size: 1.05rem;
    color: #60737d;
    line-height: 1.6;
    margin: 0;
}

/* Vertical / right aligned grid pills */
.ortho-hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ortho-stat-pill {
    background: #fafbfc;
    border: 1px solid #eef2f6;
    padding: 24px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: all 0.3s ease;
}

.ortho-stat-pill:hover {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(26, 77, 108, 0.06);
    border-color: #326295;
}

.ortho-stat-icon {
    font-size: 1.4rem;
    color: #4f8267;
}

.ortho-stat-label {
    font-weight: 600;
    color: #1a4d6c;
    font-size: 0.95rem;
}

/* SECTION 2: HORIZONTAL TABS DISPLAY */
.ortho-tabs-section {
    padding: 80px 0;
    background: #fafbfc;
}

.ortho-tabs-nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #eef2f6;
    margin-bottom: 40px;
    overflow-x: auto;
    gap: 10px;
}

.ortho-tab-btn {
    background: none;
    border: none;
    padding: 16px 20px;
    font-size: 1rem;
    font-weight: 600;
    color: #60737d;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.ortho-tab-btn.active, .ortho-tab-btn:hover {
    color: #326295;
}

.ortho-tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #326295;
}

.ortho-display-box {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.02);
    border: 1px solid #edf2f6;
    overflow: hidden;
}

.ortho-display-split {
    display: grid;
    grid-template-columns: 1fr 450px;
}

.ortho-display-info {
    padding: 50px;
}

.ortho-index-counter {
    font-size: 0.85rem;
    font-weight: 700;
    color: #4f8267;
}

.ortho-display-info h2 {
    font-size: 2rem;
    color: #1a4d6c;
    margin: 10px 0 20px 0;
}

.ortho-display-info p {
    color: #60737d;
    line-height: 1.6;
    margin-bottom: 30px;
}

.ortho-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ortho-checklist li {
    font-size: 0.95rem;
    color: #1a4d6c;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ortho-checklist li i {
    color: #4f8267;
}

.ortho-display-media {
    width: 100%;
    height: 100%;
}

.ortho-display-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SECTION 3: STAGGERED LINE MATRIX */
.ortho-services-staggered {
    padding: 90px 0;
    background: #ffffff;
}

.ortho-section-title {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
}

.ortho-section-title h2 {
    font-size: 2.25rem;
    color: #1a4d6c;
    margin: 0 0 14px 0;
}

.ortho-section-title p {
    color: #60737d;
    margin: 0;
}

.ortho-staggered-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.ortho-service-row {
    display: flex;
    gap: 24px;
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
    border-left: 3px solid #eef2f6;
    transition: all 0.3s ease;
}

.ortho-service-row:hover {
    border-left-color: #4f8267;
    background: #fafbfc;
}

.ortho-row-icon {
    font-size: 1.5rem;
    color: #326295;
    margin-top: 4px;
}

.ortho-row-body h3 {
    font-size: 1.25rem;
    color: #1a4d6c;
    margin: 0 0 8px 0;
}

.ortho-row-body p {
    color: #60737d;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

/* SECTION 4: SURGEONS GRID CLUSTER */
.ortho-surgeons-cluster {
    padding: 90px 0;
    background: #fafbfc;
}

.ortho-cluster-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.ortho-member-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #edf2f6;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.01);
}

.ortho-avatar-box {
    position: relative;
    width: 100%;
    height: 320px;
}

.ortho-avatar-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ortho-exp-tag {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: #1a4d6c;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 3px;
}

.ortho-member-info {
    padding: 24px;
}

.ortho-member-info h3 {
    font-size: 1.3rem;
    color: #1a4d6c;
    margin: 0 0 4px 0;
}

.ortho-role-tag {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #4f8267;
    margin-bottom: 14px;
}

.ortho-member-info p {
    font-size: 0.9rem;
    color: #60737d;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

.ortho-action-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #326295;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
}

.ortho-action-link:hover {
    color: #1a4d6c;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 992px) {
    .ortho-modern-hero .ortho-grid-container, .ortho-display-split, .ortho-staggered-list, .ortho-cluster-grid {
        grid-template-columns: 1fr;
    }
    .ortho-heading-v3 { font-size: 2.2rem; }
    .ortho-display-media { height: 260px; }
    .ortho-display-info { padding: 30px; }
}