.bapsi-ekobyte {
    --bapsi-blue: #1f4f9a;
    --bapsi-blue-dark: #132e5f;
    --bapsi-sky: #317efe;
    --bapsi-orange: #ff8a3d;
    --bapsi-ink: #152034;
    --bapsi-muted: #66748a;
    color: var(--bapsi-ink);
}

.bapsi-ekobyte a {
    text-decoration: none;
}

.bapsi-ekobyte main > section,
.bapsi-ekobyte main > div {
    scroll-margin-top: 96px;
}

.bapsi-header {
    position: relative;
    z-index: 50;
}

.bapsi-header .te-header-menu-area {
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 32px rgba(21, 32, 52, 0.08);
}

.bapsi-header .te-header-menu-area .container {
    max-width: 1240px;
}

.bapsi-header .te-header-menu-area .menu-wrapper {
    min-height: 86px;
    padding: 0 14px 0 18px;
    border-radius: 0;
    background: transparent;
}

.bapsi-header .te-sticky_menu {
    background: rgba(255, 255, 255, 0.98);
}

.bapsi-header .te-sticky_menu .menu-wrapper {
    background: transparent;
}

.bapsi-logo a,
.bapsi-sidebar-logo a,
.bapsi-footer-logo a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Spline Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--bapsi-blue-dark);
}

.bapsi-logo img,
.bapsi-sidebar-logo img,
.bapsi-footer-logo img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.bapsi-footer-logo a {
    color: #fff;
}

.bapsi-header .te-main-menu ul li a {
    color: var(--bapsi-ink);
    font-weight: 600;
    padding: 32px 14px;
    line-height: 1;
    white-space: nowrap;
}

.bapsi-header .te-main-menu ul li:hover > a,
.bapsi-header .te-main-menu ul li.active > a {
    color: var(--bapsi-sky);
}

.bapsi-ekobyte .te-theme-btn {
    background: var(--bapsi-sky);
    border-color: var(--bapsi-sky);
    color: #fff;
}

.bapsi-ekobyte .te-theme-btn:hover {
    background: var(--bapsi-blue-dark);
    border-color: var(--bapsi-blue-dark);
    color: #fff;
}

.bapsi-hero {
    overflow: hidden;
    background:
        radial-gradient(circle at 7% 16%, rgba(255, 138, 61, 0.18), transparent 28%),
        linear-gradient(135deg, #eef5ff 0%, #ffffff 42%, #e8f0ff 100%);
}

.bapsi-hero .te-single-slider {
    min-height: 760px;
    padding-top: 86px;
}

.bapsi-hero .te-slider-short-title {
    color: var(--bapsi-sky);
}

.bapsi-hero .te-slider-title {
    color: var(--bapsi-blue-dark);
    max-width: 660px;
}

.bapsi-hero .te-slider-short-desc {
    color: #536273;
    max-width: 560px;
}

.bapsi-hero .te-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 220px;
    min-height: 70px;
    padding: 12px 18px;
    background: #fff;
    border: 1px solid rgba(49, 126, 254, 0.12);
    border-radius: 999px;
    box-shadow: 0 16px 32px rgba(21, 32, 52, 0.12);
    overflow: hidden;
    white-space: nowrap;
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn.bapsi-news-cta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 220px;
    min-height: 70px;
    padding: 12px 18px;
    background: #fff;
    border: 1px solid rgba(49, 126, 254, 0.12);
    border-radius: 999px;
    box-shadow: 0 16px 32px rgba(21, 32, 52, 0.12);
    overflow: hidden;
    white-space: nowrap;
}

.bapsi-hero .te-call-btn .te-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    background: rgba(49, 126, 254, 0.12);
    border-radius: 50%;
    color: var(--bapsi-sky);
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn.bapsi-news-cta .te-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    background: rgba(49, 126, 254, 0.12);
    border: 0;
    border-radius: 50%;
    color: var(--bapsi-sky);
    animation: none;
    box-shadow: none;
}

.bapsi-hero .te-call-btn .te-content {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn.bapsi-news-cta .te-content {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.bapsi-hero .te-call-btn .te-title {
    display: block;
    color: var(--bapsi-muted);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn.bapsi-news-cta .te-title {
    display: block;
    color: var(--bapsi-muted);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
}

.bapsi-hero .te-call-btn .te-text {
    display: block;
    color: var(--bapsi-ink);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn.bapsi-news-cta .te-text {
    display: block;
    color: var(--bapsi-ink);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
}

.bapsi-hero-visual {
    position: absolute;
    right: 0;
    top: 0;
    width: min(52vw, 820px);
    height: 100%;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 9% 72%, 0 42%);
}

.bapsi-hero-visual .bapsi-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bapsi-hero-visual .slider-feature-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 38, 77, 0.15), rgba(19, 46, 95, 0.38));
}

.bapsi-hero-visual .company-award {
    left: 135px;
    top: 50%;
    bottom: auto;
    width: 170px;
    height: 170px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--bapsi-blue-dark);
    box-shadow: 0 22px 52px rgba(12, 28, 56, 0.22);
    transform: translateY(-50%);
    z-index: 4;
}

.slider-area.style-2 .te-single-slider .slider-feature-img.bapsi-hero-visual .company-award {
    position: absolute;
    top: 50%;
    left: 135px;
    bottom: auto;
    width: 170px;
    height: 170px;
    display: grid;
    place-items: center;
    margin-top: 50px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--bapsi-blue-dark);
    box-shadow: 0 22px 52px rgba(12, 28, 56, 0.22);
    transform: translateY(-50%);
}

.bapsi-hero-visual .company-award::before,
.bapsi-hero-visual .company-award::after {
    display: none;
}

.bapsi-hero-visual .company-award .icon {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    background: transparent;
}

.slider-area.style-2 .te-single-slider .slider-feature-img.bapsi-hero-visual .company-award .icon {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.bapsi-hero-visual .company-award .icon img {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.slider-area.style-2 .te-single-slider .slider-feature-img.bapsi-hero-visual .company-award .icon img {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.bapsi-hero-visual .company-award .award-ring {
    position: absolute;
    inset: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    animation: bapsi-award-spin 16s linear infinite;
}

.bapsi-hero-visual .company-award .award-ring text {
    fill: var(--bapsi-blue-dark);
    font-family: "Spline Sans", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.6px;
    text-transform: uppercase;
}

.bapsi-hero-visual .company-award .award-ring path {
    fill: none;
}

@keyframes bapsi-award-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .bapsi-hero-visual .company-award .award-ring {
        animation: none;
    }
}

.bapsi-hero-visual .company-award .award-label {
    display: none;
    color: var(--bapsi-blue-dark);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.feature-area .te-info-card {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.feature-area.style-2 .row:last-child {
    row-gap: 32px;
}

.feature-area.style-2 .row:last-child > [class*="col-"] {
    display: flex;
}

.feature-area .te-info-card .title {
    line-height: 1.25;
}

.feature-area .te-info-card .desc,
.te-process-step .desc,
.bapsi-post-card p {
    color: var(--bapsi-muted);
}

.about-us-area .te-main-img-inner > img {
    background: #f3f7fc;
    object-fit: contain;
}

.bapsi-org-area {
    position: relative;
    padding: 120px 0;
    background:
        linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%),
        radial-gradient(circle at 12% 8%, rgba(49, 126, 254, 0.12), transparent 32%);
}

.bapsi-org-area .te-section-desc {
    max-width: 680px;
    margin: 18px auto 0;
}

.org-chart {
    --org-line: var(--bapsi-sky);
    --org-line-soft: rgba(49, 126, 254, 0.15);
    position: relative;
    display: grid;
    justify-items: center;
    padding-top: 24px;
}

.org-tier {
    position: relative;
    display: grid;
    width: 100%;
    gap: 24px;
    justify-content: center;
}

.org-tier--leader {
    grid-template-columns: minmax(260px, 390px);
}

.org-tier--heads {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 38px;
}

.org-tier--staff {
    width: min(940px, 100%);
    grid-template-columns: repeat(2, minmax(260px, 420px));
    padding-top: 36px;
}

.org-tier--heads::before {
    content: "";
    position: absolute;
    top: 0;
    left: 14%;
    right: 14%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--org-line), transparent);
}

.org-trunk {
    position: relative;
    width: 2px;
    height: 38px;
    margin: 0 auto;
    background: linear-gradient(180deg, var(--org-line), rgba(49, 126, 254, 0.35));
}

.org-trunk::before,
.org-trunk::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: var(--org-line);
    transform: translateX(-50%);
    box-shadow: 0 0 0 5px var(--org-line-soft);
}

.org-trunk::before {
    top: -5px;
}

.org-trunk::after {
    bottom: -5px;
}

.org-staff-rail {
    position: relative;
    width: 100%;
    height: 42px;
    margin-top: 24px;
}

.org-staff-rail::before {
    content: "";
    position: absolute;
    left: 18%;
    right: 18%;
    bottom: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--org-line), transparent);
}

.org-staff-rail::after {
    content: "";
    position: absolute;
    left: 33.333%;
    top: -160px;
    bottom: 0;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(49, 126, 254, 0.12), var(--org-line));
    transform: translateX(-50%);
}

.org-card {
    position: relative;
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-height: 128px;
    padding: 18px;
    border: 1px solid rgba(49, 126, 254, 0.18);
    border-radius: 8px;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 138, 61, 0.12), transparent 42%),
        #ffffff;
    box-shadow: 0 20px 45px rgba(21, 32, 52, 0.1);
}

.org-card::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -38px;
    width: 2px;
    height: 38px;
    transform: translateX(-50%);
    background: var(--org-line);
}

.org-card--leader {
    grid-template-columns: 108px minmax(0, 1fr);
    min-height: 154px;
    border-color: rgba(49, 126, 254, 0.34);
}

.org-card--leader::before {
    display: none;
}

.org-card img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    outline: 3px solid var(--org-line);
    box-shadow: 0 12px 28px rgba(21, 32, 52, 0.18);
}

.org-card--leader img {
    width: 108px;
    height: 108px;
}

.org-meta {
    min-width: 0;
}

.org-meta span {
    display: inline-flex;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--bapsi-orange);
}

.org-meta h3 {
    margin: 0;
    color: var(--bapsi-blue-dark);
    font-family: "Spline Sans", sans-serif;
    font-size: 20px;
    line-height: 1.2;
}

.org-meta p {
    margin: 6px 0 0;
    color: var(--bapsi-muted);
    font-size: 15px;
    line-height: 1.4;
}

.org-chart--empty {
    display: block;
    width: min(520px, 100%);
    margin: 0 auto;
}

.bapsi-counter .te-counter-card {
    background: rgba(255, 255, 255, 0.96);
}

.bapsi-counter .number span:last-child,
.bapsi-counter .number span:first-child:last-child {
    font-size: 34px;
}

.bapsi-post-card {
    height: 100%;
}

.latest-posts-area .row:last-child {
    row-gap: 32px;
}

.latest-posts-area .row:last-child > [class*="col-"] {
    display: flex;
}

.bapsi-post-card .image img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.bapsi-post-card .te-post-date {
    min-width: 120px;
    width: auto;
    padding: 10px 14px;
}

.bapsi-post-card .te-post-date span {
    font-size: 13px;
    line-height: 1.35;
}

.bapsi-post-card .content > p {
    margin-top: 12px;
}

.bapsi-news-more {
    margin-top: 18px;
    text-align: center;
}

.footer.style-2 .te-footer-widget p,
.footer.style-2 .te-footer-widget a,
.footer.style-2 .te-social-widget span {
    color: rgba(255, 255, 255, 0.76);
}

.footer.style-2 .te-footer-widget a:hover {
    color: #fff;
}

.progress-wrap {
    z-index: 100;
}

.bapsi-news-page {
    background: #f4f8ff;
}

.bapsi-news-header + .te-menu-sidebar-area + .te-body-overlay + main,
.bapsi-news-page main {
    padding-top: 86px;
}

.bapsi-page-header {
    position: relative;
    isolation: isolate;
    padding: 118px 0 96px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.bapsi-page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(19, 46, 95, 0.92), rgba(19, 46, 95, 0.7)),
        radial-gradient(circle at 80% 20%, rgba(49, 126, 254, 0.32), transparent 36%);
}

.bapsi-page-header .container {
    max-width: 960px;
}

.bapsi-page-header .short-title {
    display: inline-flex;
    margin-bottom: 18px;
    color: #9fc4ff;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bapsi-page-header h1 {
    margin: 0;
    color: #fff;
    font-family: "Spline Sans", sans-serif;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0;
}

.bapsi-page-header p {
    max-width: 760px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.7;
}

.bapsi-page-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.84);
}

.bapsi-page-meta span,
.bapsi-news-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.bapsi-back-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    color: #fff;
    font-weight: 700;
}

.bapsi-back-link:hover {
    color: #9fc4ff;
}

.bapsi-news-list-section,
.bapsi-article-section {
    padding: 100px 0;
}

.bapsi-news-list-section .row {
    row-gap: 34px;
}

.bapsi-news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(49, 126, 254, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 46px rgba(21, 32, 52, 0.09);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.bapsi-news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 58px rgba(21, 32, 52, 0.14);
}

.bapsi-news-card-image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dbe8f8;
}

.bapsi-news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.bapsi-news-card:hover .bapsi-news-card-image img {
    transform: scale(1.04);
}

.bapsi-news-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 28px;
}

.bapsi-news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 16px;
    color: #526783;
    font-size: 14px;
    font-weight: 600;
}

.bapsi-news-meta i {
    color: var(--bapsi-sky);
}

.bapsi-news-card h2 {
    margin: 0;
    font-family: "Spline Sans", sans-serif;
    font-size: 24px;
    line-height: 1.32;
}

.bapsi-news-card h2 a {
    color: var(--bapsi-blue-dark);
}

.bapsi-news-card h2 a:hover {
    color: var(--bapsi-sky);
}

.bapsi-news-card p {
    margin: 16px 0 22px;
    color: var(--bapsi-muted);
    line-height: 1.75;
}

.bapsi-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--bapsi-blue-dark);
    font-weight: 800;
}

.bapsi-read-more:hover {
    color: var(--bapsi-sky);
}

.bapsi-pagination {
    margin-top: 46px;
}

.bapsi-pagination nav {
    display: flex;
    justify-content: center;
}

.bapsi-pagination .pagination {
    gap: 8px;
}

.bapsi-pagination .page-link {
    border: 1px solid rgba(49, 126, 254, 0.16);
    border-radius: 8px;
    color: var(--bapsi-blue-dark);
}

.bapsi-pagination .active > .page-link,
.bapsi-pagination .page-link:hover {
    border-color: var(--bapsi-sky);
    background: var(--bapsi-sky);
    color: #fff;
}

.bapsi-empty-state {
    padding: 60px;
    border: 1px solid rgba(49, 126, 254, 0.12);
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.bapsi-empty-state h2 {
    color: var(--bapsi-blue-dark);
}

.bapsi-empty-state p,
.bapsi-muted {
    color: var(--bapsi-muted);
}

.bapsi-article-header .container {
    max-width: 1000px;
}

.bapsi-article-card,
.bapsi-sidebar-widget {
    border: 1px solid rgba(49, 126, 254, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 46px rgba(21, 32, 52, 0.09);
}

.bapsi-article-image {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.bapsi-article-content {
    padding: clamp(28px, 4vw, 48px);
    color: #2d3a4f;
    font-size: 18px;
    line-height: 1.85;
}

.bapsi-article-content h1,
.bapsi-article-content h2,
.bapsi-article-content h3,
.bapsi-article-content h4 {
    margin: 1.4em 0 0.55em;
    color: var(--bapsi-blue-dark);
    font-family: "Spline Sans", sans-serif;
    line-height: 1.25;
}

.bapsi-article-content p {
    margin: 0 0 1.25em;
}

.bapsi-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.bapsi-article-content a {
    color: var(--bapsi-sky);
    font-weight: 700;
}

.bapsi-news-sidebar {
    position: sticky;
    top: 112px;
    display: grid;
    gap: 24px;
}

.bapsi-sidebar-widget {
    padding: 28px;
}

.bapsi-sidebar-widget h2 {
    margin: 0 0 20px;
    color: var(--bapsi-blue-dark);
    font-family: "Spline Sans", sans-serif;
    font-size: 24px;
}

.bapsi-related-post {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid rgba(49, 126, 254, 0.12);
}

.bapsi-related-post:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.bapsi-related-post img {
    width: 86px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
}

.bapsi-related-post small {
    display: block;
    margin-bottom: 4px;
    color: var(--bapsi-muted);
    font-size: 12px;
}

.bapsi-related-post strong {
    display: block;
    color: var(--bapsi-blue-dark);
    font-size: 15px;
    line-height: 1.35;
}

.bapsi-related-post:hover strong {
    color: var(--bapsi-sky);
}

.bapsi-contact-widget p {
    color: var(--bapsi-muted);
    line-height: 1.75;
}

@media (max-width: 1199px) {
    .bapsi-hero-visual {
        width: 48vw;
    }

    .bapsi-hero .te-single-slider {
        min-height: 720px;
    }

    .slider-area.style-2 .te-single-slider .slider-feature-img.bapsi-hero-visual .company-award {
        left: 70px;
    }
}

@media (max-width: 991px) {
    .bapsi-header .te-header-btn {
        display: none;
    }

    .bapsi-hero .te-single-slider {
        min-height: auto;
        padding: 140px 0 70px;
    }

    .bapsi-hero-visual {
        position: relative;
        width: min(92%, 640px);
        height: 380px;
        margin: 36px auto 0;
        clip-path: none;
        border-radius: 8px;
        overflow: hidden;
    }

    .bapsi-hero-visual .company-award {
        display: none;
    }

    .bapsi-news-page main {
        padding-top: 86px;
    }

    .bapsi-page-header {
        padding: 86px 0 72px;
    }

    .bapsi-news-list-section,
    .bapsi-article-section {
        padding: 72px 0;
    }

    .bapsi-news-sidebar {
        position: static;
    }

    .org-tier--heads,
    .org-tier--staff {
        grid-template-columns: 1fr;
        width: min(520px, 100%);
    }

    .org-tier--heads::before,
    .org-staff-rail {
        display: none;
    }

    .org-card::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .bapsi-logo a,
    .bapsi-sidebar-logo a,
    .bapsi-footer-logo a {
        font-size: 21px;
    }

    .bapsi-hero .te-single-slider {
        padding-top: 120px;
    }

    .bapsi-hero .te-slider-title,
    .te-section-title .title {
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .bapsi-hero-visual {
        height: 300px;
    }

    .bapsi-org-area {
        padding: 80px 0;
    }

    .org-card,
    .org-card--leader {
        grid-template-columns: 76px minmax(0, 1fr);
        min-height: 116px;
        padding: 14px;
    }

    .org-card img,
    .org-card--leader img {
        width: 76px;
        height: 76px;
    }

    .org-meta h3 {
        font-size: 17px;
    }

    .org-meta p {
        font-size: 14px;
    }

    .bapsi-page-header h1 {
        font-size: 38px;
    }

    .bapsi-news-card-body,
    .bapsi-sidebar-widget {
        padding: 22px;
    }

    .bapsi-article-content {
        font-size: 16px;
    }

    .te-footer-bottom-wrapper {
        gap: 12px;
    }
}
