.president-night-section .text-justify {
    text-align: left;
}
.president-night-section h3 {
    margin-bottom: 18px;
    color: #051441;
    font-size: 24px;
    line-height: 1.2;
}
.president-night-section p {
    margin-bottom: 15px;
    color: #506172;
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
}
.category-nav {
    width: 100%;
    margin-bottom: 20px;
    margin-top: -17px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.category-nav aside {
    width: max-content;
    max-width: none;
    margin: 0;
}
.category-links {
    margin: 0;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    white-space: nowrap;
}
.category-links a {
    display: inline-block;
    color: #000;
}
.header-branding-row {
    padding: 0px 0;
}
.header-branding-logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-branding-logo img {
    display: block;
    width: min(100%, 88px);
    height: auto;
}
.header-branding-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 0;
    width: 100%;
}
.header-branding-details {
    min-width: 0;
    flex: 1 1 auto;
}
.header-branding-details h1 {
    margin: 0 0 2px;
    color: #111;
    font-size: clamp(20px, 2.4vw, 25px);
    font-weight: 700;
    line-height: 1.1;
}
.header-branding-details p {
    margin: 0;
    color: #111;
    font-size: clamp(10px, 0.95vw, 13px);
    line-height: 1.25;
}
.header-branding-hashtags {
    flex: 0 1 clamp(180px, 24vw, 300px);
    min-width: 0;
    color: #ed1c24;
    font-size: clamp(12px, 1.2vw, 16px);
    font-weight: 700;
    line-height: 1.45;
    text-align: right;
}
.sticky-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
}
.sticky-brand img {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
    background: #fff;
    padding: 2px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}
.sticky-brand-title {
    display: block;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .header-branding-row {
        padding: 8px 0;
    }
    .header-branding-logo img {
        width: 72px;
    }
    .header-branding-copy {
        gap: 12px;
    }
    .header-branding-details h1 {
        font-size: clamp(18px, 2.3vw, 24px);
    }
    .header-branding-details p {
        font-size: 10px;
    }
    .header-branding-hashtags {
        flex-basis: clamp(160px, 23vw, 240px);
        font-size: 12px;
    }
}
@media (min-width: 1600px) {
    .header-mid .container {
        max-width: 1500px;
    }
    .header-branding-row {
        padding: 10px 0;
    }
    .header-branding-logo img {
        width: 96px;
    }
    .header-branding-copy {
        gap: 24px;
    }
    .header-branding-details h1 {
        font-size: 28px;
    }
    .header-branding-details p {
        font-size: 12px;
    }
    .header-branding-hashtags {
        flex-basis: 300px;
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .header-mid {
        display: none;
    }
    .sticky-brand {
        max-width: calc(100vw - 72px);
    }
    .sticky-brand img {
        width: 38px;
        height: 38px;
    }
    .sticky-brand-title {
        color: #fff;
        font-size: 16px;
    }
    .category-links {
        font-size: 10px;
    }
    .header-branding-row {
        padding: 0px 0;
    }
    .header-branding-logo img {
        width: 70px;
    }
    .header-branding-logo {
        justify-content: center;
    }
    .header-branding-copy {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        width: 100%;
        margin-left: 0;
    }
    .header-branding-details h1 {
        font-size: 20px;
    }
    .header-branding-details p {
        font-size: 10px;
    }
    .header-branding-hashtags {
        font-size: 12px;
        text-align: left;
    }
}


.header-branding-copy {
  display: flex;
  align-items: center;
}

.header-branding-details {
  flex: 1;
}

.header-branding-hashtags {
  text-align: right;
  font-size: 10px;
}

/* Adjustments for 1440 x 900 desktop */
@media (min-width: 1440px) and (max-width: 900px) {
.header-branding-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 0;
    width: 100%;
}
}

/* Adjustments for 1366 x 768 desktop */
@media (min-width: 1366px) and (max-width: 768px) {
.header-branding-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 0;
    width: 100%;
}
}

/* Adjustments for 1280 x 800 desktop */
@media (min-width: 1280px) and (max-width: 800px) {
.header-branding-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 0;
    width: 100%;
}
}

/* Adjustments for 1280 x 720 desktop */
@media (min-width: 1280px) and (max-width: 720px) {
.header-branding-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 0;
    width: 100%;
}
}

/* Adjustments for 1280 x 1024 desktop */
@media (min-width: 1280px) and (max-width: 1024px) {
.header-branding-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 0;
    width: 100%;
}
}

/* Adjustments for 11, 12, 13, 14" laptop */
@media (min-width: 1024px) and (max-width: 1200px) {
     .header-branding-copy {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        min-width: 0px;
        width: 102%;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
        .header-branding-copy {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        min-width: 0px;
        width: 154%;
        margin-left: -373px;
    }
}

/* Adjustments for 15" laptop */
@media (min-width: 1400px) and (max-width: 1599px) {
 .header-branding-copy {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        min-width: 0px;
        width: 153%;
        margin-left: -370px;
    }
  }

  @media (min-width: 1600px) and (max-width: 1700px) {
.header-branding-copy {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        min-width: 0px;
        width: 91%;
        margin-left: -23px;
    }
  }

    @media (min-width: 1700px) and (max-width: 2000px) {
.header-branding-copy {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        min-width: 0px;
        width: 92%;
        margin-left: -23px;
    }
  }


.psh-feature-section {
    padding: 70px 0;
    background: #f7f8fa;
}
.psh-feature-card {
    height: 100%;
    padding: 30px 26px;
    background: #fff;
    border-top: 4px solid #da281e;
    box-shadow: 0 8px 24px rgba(5, 20, 65, 0.08);
}
.psh-feature-card h3 {
    margin-bottom: 18px;
    color: #051441;
    font-size: 24px;
    line-height: 1.2;
}
.psh-feature-card p,
.psh-feature-card li {
    color: #506172;
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
}
.psh-feature-card p:last-child {
    margin-bottom: 0;
}
.psh-feature-card ul {
    padding-left: 20px;
    margin: 0;
}
.psh-feature-card li + li {
    margin-top: 12px;
}
.psh-feature-label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.psh-feature-card .vision-mission-item + .vision-mission-item {
    margin-top: 24px;
}
.president-message-link {
    margin: 20px 0 0 auto;
    text-align: right;
}
.president-message-link img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
}
@media (max-width: 767px) {
    .psh-feature-section {
        padding: 45px 0;
    }
    .psh-feature-card {
        height: auto;
        padding: 24px 20px;
    }
    .president-message-link {
        text-align: center;
    }
    .president-message-link img {
        margin-right: auto;
    }
}
.membership-cta {
    position: fixed;
    right: clamp(12px, 3vw, 24px);
    bottom: clamp(64px, 8vh, 75px);
    z-index: 9999;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
}
.membership-cta-btn {
    pointer-events: auto;
}
.membership-cta-btn {
    position: relative;
    width: clamp(56px, 7vw, 72px);
    height: clamp(56px, 7vw, 72px);
    border-radius: 50%;
    background: #eb2630;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(235, 38, 48, 0.25);
    transition: transform 0.3s ease, background 0.3s ease;
    overflow: visible;
    padding: 0;
    border: 2px solid #fff;
}
.membership-cta-btn:hover,
.membership-cta-btn:focus-visible {
    transform: translateY(-2px) scale(1.04);
    background: #d41c27;
    color: #fff;
    text-decoration: none;
}
.membership-cta-btn img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    display: block;
}
.membership-cta-tooltip {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%) translateX(6px);
    background: #ffffff;
    color: #222;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
    border: 1px solid #e5e5e5;
    z-index: 2147483647;
    display: block;
    min-width: 140px;
    text-align: center;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
@media (max-width: 767px) {
    .membership-cta {
        right: 12px;
        bottom: max(64px, env(safe-area-inset-bottom) + 52px);
    }
    .membership-cta-btn {
        width: 58px;
        height: 58px;
    }
    .membership-cta-tooltip {
        min-width: 120px;
        padding: 7px 9px;
        font-size: 11px;
    }
}
.membership-cta-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
}
.membership-cta-btn:hover .membership-cta-tooltip,
.membership-cta-btn:focus-visible .membership-cta-tooltip,
.membership-cta-tooltip.is-visible {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}
.media-switcher {
    margin-bottom: 30px;
}
.media-switcher .switch-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}
.media-switcher .switch-button {
    border: 1px solid #ffc2b6;
    border-radius: 999px;
    background: #ffe5e0;
    color: #160f0e;
    padding: 7px 12px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.media-switcher .switch-button.active {
    background: #eb2630;
    color: #fff;
    border-color: #ff1433;
}
.media-switcher .switch-panel {
    display: none;
}
.media-switcher .switch-panel.active {
    display: block;
}
.cyber-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(570px, 320px));
    gap: 20px;
    justify-content: center;
    align-items: start;
    max-width: 700px;
    margin: 0 auto;
}
.cyber-video-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
}
.cyber-video-card:nth-child(5) {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 460px;
}
.cyber-video-card video,
.cyber-video-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}
.cyber-video-card .cyber-video-body {
    padding: 12px 14px;
}
.cyber-video-card .cyber-video-body h5 {
    font-size: 15px;
    margin-bottom: 6px;
}
.cyber-video-card .cyber-video-body p {
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .cyber-video-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
    .cyber-video-card:nth-child(5) {
        grid-column: auto;
        max-width: 100%;
    }
}
.president-night-slider {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    background: #f7f7f7;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.president-night-slider .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}
.president-night-slider .slide.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.president-night-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.president-night-slider .slider-dots {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}
.president-night-slider .slider-dots button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    padding: 0;
    cursor: pointer;
}
.president-night-slider .slider-dots button.active {
    background: #ff5e14;
    transform: scale(1.1);
}
.media-showcase {
    margin: 30px 0 40px;
}
.media-showcase .media-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}
.media-showcase .media-nav button {
    border: none;
    border-radius: 999px;
    background: #f3f3f3;
    color: #222;
    padding: 8px 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.media-showcase .media-nav button.active {
    background: #ff5e14;
    color: #fff;
}
.media-showcase .media-panel {
    display: none;
}
.media-showcase .media-panel.active {
    display: block;
}
.media-showcase .media-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.media-showcase .media-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.media-showcase .media-card img,
.media-showcase .media-card video {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.media-showcase .media-card .media-card-body {
    padding: 12px 14px;
}
.media-showcase .media-card .media-card-body h5 {
    font-size: 15px;
    margin-bottom: 6px;
}
.media-showcase .media-card .media-card-body p {
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .media-switcher .switch-buttons {
        justify-content: flex-start;
    }
}
@media (max-width: 767px) {
    .president-night-slider {
        aspect-ratio: 4 / 3;
    }
    .media-showcase .media-grid {
        grid-template-columns: 1fr;
    }
    .media-switcher .switch-buttons {
        justify-content: flex-start;
        gap: 6px;
    }
    .media-switcher .switch-button {
        padding: 6px 10px;
        font-size: 11px;
        min-height: 32px;
    }
}

