/* ==========================================================================
   Custom CSS — Light Theme with Blue Buttons
   ========================================================================== */

/* ── Hero carousel — fixed height ── */
#de-carousel,
#de-carousel .carousel-inner,
#de-carousel .carousel-item {
    height: 700px !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* ── Mobile ── */
@media (max-width: 993px) {
    header,
    header.header-mobile {
        background: #ffffff !important;
        position: relative !important;
        overflow: hidden;
        border-bottom: 1px solid #e0e0e0;
    }

    #menu-btn {
        background: none !important;
        border: none !important;
        width: 32px;
        height: 32px;
        display: block;
        color: #333 !important;
        cursor: pointer;
    }
    #menu-btn:before {
        font-family: FontAwesome;
        content: "\f0c9";
        font-size: 22px;
        color: #333 !important;
        background: none !important;
    }
    #menu-btn:hover {
        background: rgba(0,0,0,0.05) !important;
    }

    #logo img.logo,
    #logo img.logo-2 {
        max-height: 36px;
    }

    .h-phone { display: none !important; }

    #de-carousel,
    #de-carousel .carousel-inner,
    #de-carousel .carousel-item {
        height: 380px !important;
    }
    #de-carousel .carousel-item > div {
        height: 380px !important;
        padding: 0 15px;
    }
    #de-carousel .carousel-item h1 {
        font-size: 22px !important;
        line-height: 1.2 !important;
        margin-bottom: 8px !important;
    }
    #de-carousel .carousel-item h4 {
        font-size: 13px !important;
    }
    #de-carousel .carousel-item p.lead {
        font-size: 13px !important;
        line-height: 1.5;
    }
    #de-carousel .carousel-item .btn-custom {
        font-size: 12px !important;
        padding: 8px 20px !important;
    }

    #subheader {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    #subheader h1 {
        font-size: 22px !important;
    }

    .pa-card {
        padding: 24px 18px 22px;
    }
    .pa-card-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 16px;
    }
    .pa-card-icon i {
        font-size: 28px;
    }

    .sidebar-areas li a {
        padding: 10px 14px;
        font-size: 14px;
    }

    .contact-form-card,
    .contact-info-card {
        padding: 18px;
    }
    .contact-form-card h3 {
        font-size: 20px;
    }

    .team-card .team-img {
        height: 240px;
    }

    .pt40.pb40 h3 {
        font-size: 16px;
    }
    .pt40.pb40 .btn-custom {
        margin-top: 10px;
    }

    footer .col-lg-4 {
        margin-bottom: 20px;
    }
    footer h4 {
        font-size: 18px;
    }

    section:not(#de-carousel):not(#subheader) {
        padding-left: 8px;
        padding-right: 8px;
    }

    #de-carousel {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
    #de-carousel .carousel-inner,
    #de-carousel .carousel-item {
        padding: 0 !important;
        margin: 0 !important;
    }
}

/* ── Extra small ── */
@media (max-width: 480px) {
    #de-carousel,
    #de-carousel .carousel-inner,
    #de-carousel .carousel-item {
        height: 300px !important;
    }
    #de-carousel .carousel-item > div {
        height: 300px !important;
    }
    #de-carousel .carousel-item h1 {
        font-size: 18px !important;
        line-height: 1.2 !important;
    }
    #de-carousel .carousel-item h4 {
        font-size: 11px !important;
    }
    #de-carousel .carousel-item p.lead {
        font-size: 11px !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    #de-carousel .carousel-item .btn-custom {
        font-size: 11px !important;
        padding: 6px 16px !important;
    }

    #logo img.logo,
    #logo img.logo-2 {
        max-height: 30px;
    }

    .pa-card {
        padding: 20px 16px 18px;
    }
    .pa-card-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 14px;
    }
    .pa-card-icon i {
        font-size: 24px;
    }
    .pa-card-title {
        font-size: 14px;
    }
    .pa-card-brief {
        font-size: 13px;
    }

    .contact-detail .icon-wrap {
        width: 34px;
        height: 34px;
    }
    .contact-detail .icon-wrap i {
        font-size: 13px;
    }
    .office-hours li {
        font-size: 13px;
    }
    .urgent-card {
        padding: 20px;
    }

    .team-card .team-img {
        height: 200px;
    }


}

/* ── Body white background ── */
html, body { background: #ffffff !important; margin: 0; padding: 0; overflow-x: hidden; }

/* ── Hero — full bleed ── */
#de-carousel {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    max-width: none;
}

/* ── Navbar: white/light gray ── */
header { background: #ffffff !important; transition: background 0.3s ease; border-bottom: 1px solid #e0e0e0; }
header.smaller { background: #ffffff !important; box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important; }

/* Menu links: dark text on white navbar */
#mainmenu > li > a { color: #333333 !important; }
#mainmenu > li > a:hover { color: var(--primary-color) !important; }
#mainmenu > li > a.active { color: var(--primary-color) !important; }
#mainmenu > li > a.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    margin-top: 4px;
}

/* Dropdown submenus: white */
#mainmenu ul { background: #ffffff !important; border: 1px solid #e0e0e0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
#mainmenu ul li a { color: #555 !important; }
#mainmenu ul li a:hover { color: var(--primary-color) !important; background: #f5f5f5 !important; }

/* Mobile hamburger */
#menu-btn {
    background: none !important;
    border: none !important;
}
#menu-btn:before {
    color: #333 !important;
    background: none !important;
}

/* h-phone: dark text */
.h-phone, .h-phone i, .h-phone span { color: #333333 !important; }

/* ── Logo ── */
#logo img.logo,
#logo img.logo-2 {
    max-height: 52px;
    width: auto;
    object-fit: contain;
    filter: none;
}

/* ── Footer: light gray ── */
footer {
    background: #f5f5f5 !important;
    color: #333 !important;
}
footer h4, footer .widget h4 {
    color: #222 !important;
}
footer p, footer span, footer address, footer address span, footer a {
    color: #555 !important;
}
footer a:hover {
    color: var(--primary-color) !important;
}
footer .id-color {
    color: var(--primary-color) !important;
}
footer .subfooter {
    background: #eaeaea !important;
    border-top: 1px solid #ddd;
}
footer .subfooter, footer .subfooter a, footer .subfooter span {
    color: #666 !important;
}
footer .subfooter a:hover {
    color: var(--primary-color) !important;
}
footer .social-icons a i {
    color: #666 !important;
}
footer .social-icons a:hover i {
    color: var(--primary-color) !important;
}

/* ── Dark sections (about, experience, stats) convert to light ── */
section[data-bgcolor="#1B3C4B"],
section.text-light[data-bgcolor="#1B3C4B"] {
    background: #f5f5f5 !important;
    color: #333 !important;
}
section[data-bgcolor="#1B3C4B"] h2,
section[data-bgcolor="#1B3C4B"] h3,
section[data-bgcolor="#1B3C4B"] h4 {
    color: #222 !important;
}
section[data-bgcolor="#1B3C4B"] p,
section[data-bgcolor="#1B3C4B"] span {
    color: #555 !important;
}
section[data-bgcolor="#1B3C4B"] .p-title,
section[data-bgcolor="#1B3C4B"] .id-color {
    color: var(--primary-color) !important;
}

/* ── CTA bar: blue buttons only ── */
.bg-color {
    background: var(--primary-color) !important;
}

/* ── Experience section tab pills ── */
#pills-tab .nav-link {
    color: #333 !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 2px solid #ccc !important;
    border-radius: 50px;
    padding: 8px 22px;
    margin-right: 8px;
    background: transparent !important;
    transition: all 0.3s ease;
}
#pills-tab .nav-link:hover {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    background: rgba(var(--primary-color-rgb), 0.05) !important;
}
#pills-tab .nav-link.active {
    color: #fff !important;
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

/* ── Page header (subheader) ── */
#subheader {
    position: relative;
    background: #1B3C4B !important;
}
#subheader::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(27, 60, 75, 0.75);
    z-index: 1;
}
#subheader .container {
    position: relative;
    z-index: 2;
}
#subheader h1 {
    color: #fff !important;
    font-size: 36px;
    font-weight: 700;
}
#subheader .crumb,
#subheader .lead,
#subheader p {
    color: rgba(255,255,255,0.85) !important;
}

/* ── practice-areas ── */

/* subtitle above heading */
.pa-subtitle {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 6px;
}

/* card */
.pa-card {
    background: #f5f7fa;
    border: 1px solid #e2e5ea;
    border-radius: 10px;
    padding: 36px 28px 30px;
    text-align: center;
    height: 100%;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
}
.pa-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), #c8a45a);
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pa-card:hover::before {
    width: 100%;
    left: 0;
}
.pa-card:hover {
    border-color: transparent;
    box-shadow: 0 16px 48px rgba(0,0,0,0.1);
    transform: translateY(-6px);
}

/* icon */
.pa-card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(var(--primary-color-rgb), 0.06);
    transition: all 0.4s ease;
}
.pa-card-icon i {
    font-size: 34px;
    color: var(--primary-color);
    transition: all 0.4s ease;
}
.pa-card:hover .pa-card-icon {
    background: var(--primary-color);
    transform: scale(1.08);
    box-shadow: 0 8px 24px rgba(var(--primary-color-rgb), 0.3);
}
.pa-card:hover .pa-card-icon i {
    color: #fff;
}

/* title */
.pa-card-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}
.pa-card:hover .pa-card-title {
    color: var(--primary-color);
}

/* brief */
.pa-card-brief {
    font-size: 14px;
    line-height: 1.7;
    color: #777;
    margin-bottom: 18px;
}

/* link */
.pa-card-link {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #999;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.pa-card-link span {
    transition: transform 0.3s ease;
    display: inline-block;
}
.pa-card:hover .pa-card-link {
    color: var(--primary-color);
}
.pa-card:hover .pa-card-link span {
    transform: translateX(4px);
}

/* ── practice-areas/show ── */
.sidebar-areas li a {
    display: block;
    padding: 12px 16px;
    background: #f5f7fa;
    color: #333 !important;
    margin-bottom: 6px;
    border-left: 3px solid var(--primary-color);
    transition: all 0.3s ease;
}
.sidebar-areas li a:hover {
    background: var(--primary-color);
    color: #fff !important;
}
.sidebar-areas li a i {
    margin-right: 8px;
    color: var(--primary-color);
}
.sidebar-areas li a:hover i {
    color: #fff;
}

/* ── news cards ── */
.news-card-link {
    text-decoration: none !important;
    color: inherit !important;
    display: block;
    height: 100%;
}
.news-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
    position: relative;
    cursor: pointer;
}
.news-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), #1a3a5c);
    transition: width 0.4s ease, left 0.4s ease;
}
.news-card:hover::after {
    width: 100%;
    left: 0;
}
.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 44px rgba(0,0,0,0.13);
}

/* image */
.news-card-img-wrap {
    position: relative;
    overflow: hidden;
}
.news-card-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.news-card:hover .news-card-img {
    transform: scale(1.06);
}
.news-card .date-box {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    background: var(--primary-color);
    color: #fff;
    border-radius: 8px;
    padding: 6px 12px;
    text-align: center;
    line-height: 1.1;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.news-card .date-box .m {
    font-size: 22px;
    font-weight: 700;
}
.news-card .date-box .d {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* body */
.news-card-body {
    padding: 22px 22px 26px;
}
.news-card-tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--primary-color);
    margin-bottom: 6px;
    display: inline-block;
}
.news-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    transition: color 0.3s ease;
    line-height: 1.4;
}
.news-card:hover .news-card-title {
    color: var(--primary-color);
}
.news-card-brief {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 14px;
}
.news-card-read {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.news-card-read span {
    transition: transform 0.3s ease;
    display: inline-block;
}
.news-card:hover .news-card-read {
    color: var(--primary-color);
}
.news-card:hover .news-card-read span {
    transform: translateX(4px);
}

/* ── news article (show page) ── */
.news-article {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    margin-bottom: 30px;
}
.news-article-hero {
    overflow: hidden;
}
.news-article-hero img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    display: block;
}
.news-article-meta {
    padding: 24px 30px 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.news-article-tag,
.news-article-date {
    font-size: 13px;
    font-weight: 600;
    color: #888;
    letter-spacing: 0.5px;
}
.news-article-tag i,
.news-article-date i {
    margin-right: 6px;
    color: var(--primary-color);
}
.news-article-title {
    padding: 16px 30px 0;
    font-size: 28px;
    font-weight: 700;
    color: #222;
    line-height: 1.35;
}
.news-article-brief {
    padding: 0 30px;
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    border-left: 3px solid var(--primary-color);
    margin: 16px 30px;
    padding: 0 0 0 16px;
}
.news-article-body {
    padding: 10px 30px 20px;
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}
.news-article-body p {
    margin-bottom: 16px;
}
.news-article-body img {
    max-width: 100%;
    border-radius: 8px;
    margin: 16px 0;
}
.news-article-footer {
    padding: 20px 30px 30px;
    border-top: 1px solid #eee;
}

/* sidebar widgets */
.news-sidebar-widget {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    padding: 24px;
    margin-bottom: 24px;
}
.news-sidebar-widget h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #eee;
}
.news-sidebar-item {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none !important;
    transition: all 0.3s ease;
}
.news-sidebar-item:last-child {
    border-bottom: none;
}
.news-sidebar-item:hover {
    padding-left: 6px;
}
.news-sidebar-thumb {
    flex-shrink: 0;
    width: 75px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
}
.news-sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.news-sidebar-item:hover .news-sidebar-thumb img {
    transform: scale(1.1);
}
.news-sidebar-info h6 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
    line-height: 1.4;
    transition: color 0.3s ease;
}
.news-sidebar-item:hover .news-sidebar-info h6 {
    color: var(--primary-color);
}
.news-sidebar-info span {
    font-size: 12px;
    color: #999;
}

.news-sidebar-cta {
    background: linear-gradient(135deg, var(--primary-color), #1a3a5c);
    border-radius: 12px;
    padding: 28px;
    color: #fff;
}
.news-sidebar-cta h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.news-sidebar-cta p {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
}

/* ── contact ── */
.contact-info-card {
    background: #f0f2f5;
    border-radius: 8px;
    padding: 32px;
    height: 100%;
}
.contact-info-card h4 {
    margin-bottom: 20px;
    font-size: 20px;
}
.contact-detail {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}
.contact-detail .icon-wrap {
    width: 44px;
    height: 44px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 14px;
}
.contact-detail .icon-wrap i {
    color: #fff;
    font-size: 16px;
}
.contact-detail .detail-text strong {
    display: block;
    font-size: 14px;
    color: #777;
    margin-bottom: 2px;
}
.contact-detail .detail-text span,
.contact-detail .detail-text a {
    font-size: 16px;
    color: #333;
}
.contact-detail .detail-text a:hover {
    color: var(--primary-color);
}
.office-hours li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e8ecf1;
    font-size: 15px;
}
.office-hours li:last-child {
    border-bottom: none;
}
.office-hours li .day {
    color: #333;
    font-weight: 600;
}
.office-hours li .time {
    color: #555;
}
.urgent-card {
    background: var(--primary-color);
    border-radius: 8px;
    padding: 28px;
    text-align: center;
    color: #fff;
    margin-top: 24px;
}
.urgent-card h5 {
    color: #fff;
    margin-bottom: 8px;
}
.urgent-card p {
    color: rgba(255,255,255,0.8);
    margin-bottom: 16px;
}
.contact-form-card {
    background: #f0f2f5;
    border: 1px solid #e2e5ea;
    border-radius: 8px;
    padding: 32px;
}
.contact-form-card label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
}
.contact-form-card .form-control {
    border: 1px solid #dce1e8;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 15px;
    transition: border-color 0.3s;
}
.contact-form-card .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(46, 114, 184, 0.1);
}

/* ── team ── */
.team-card {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
    position: relative;
}
.team-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--primary-color);
    transition: height 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 3;
}
.team-card:hover::after {
    height: 3px;
}
.team-card:hover {
    border-color: #d0d3d8;
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
    transform: translateY(-6px);
}

/* ── image wrapper ── */
.team-card .team-img-wrap {
    position: relative;
    overflow: hidden;
}
.team-card .team-img-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 55%,
        rgba(0,0,0,0.35) 100%
    );
    z-index: 1;
    opacity: 0;
    transition: opacity 0.45s ease;
}
.team-card:hover .team-img-wrap::before {
    opacity: 1;
}
.team-card .team-img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: top;
    display: block;
    filter: grayscale(100%);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                filter 0.6s ease;
}
.team-card:hover .team-img {
    transform: scale(1.04);
    filter: grayscale(0%);
}

/* ── social overlay on image ── */
.team-card .team-socials-overlay {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    z-index: 2;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease 0.1s,
                transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}
.team-card:hover .team-socials-overlay {
    opacity: 1;
    transform: translateY(0);
}
.team-card .team-socials-overlay a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transform: scale(0.8);
}
.team-card:hover .team-socials-overlay a {
    transform: scale(1);
}
.team-card .team-socials-overlay a:nth-child(1) { transition-delay: 0.05s; }
.team-card .team-socials-overlay a:nth-child(2) { transition-delay: 0.1s; }
.team-card .team-socials-overlay a:nth-child(3) { transition-delay: 0.15s; }
.team-card .team-socials-overlay a:hover {
    background: var(--primary-color);
    color: #fff;
    transform: scale(1.15) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

/* ── info section ── */
.team-card .team-info {
    padding: 24px 20px 28px;
    text-align: center;
    position: relative;
}
.team-card .team-info h4 {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: color 0.3s ease;
}
.team-card .team-info h4 a {
    color: #222;
    text-decoration: none;
    transition: color 0.3s ease;
}
.team-card:hover .team-info h4 a,
.team-card .team-info h4 a:hover {
    color: var(--primary-color);
}
.team-card .team-info .position {
    color: #999;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    display: inline-block;
}

/* ── bottom socials & btn-profile (removed for Attorna-style clean cards) ── */
