/**
 * About Nagarjuna Travels - Clean, Modern & Elegant Section Stylesheet - Author: Vivek Chandra Pandey
 * Premium light palette, crisp typography, high-contrast layout
 */

:root {
    --nt-primary: #fd5056;
    --nt-primary-hover: #e03b41;
    --nt-primary-soft: rgba(253, 80, 86, 0.08);
    --nt-navy: #0b1d3a;
    --nt-navy-light: #162f55;
    --nt-slate: #334155;
    --nt-body: #475569;
    --nt-muted: #64748b;
    --nt-bg: #f8fafc;
    --nt-card-bg: #ffffff;
    --nt-border: rgba(15, 28, 46, 0.08);
    --nt-border-subtle: rgba(15, 28, 46, 0.05);
    --nt-radius-sm: 8px;
    --nt-radius-md: 14px;
    --nt-radius-lg: 18px;
    --nt-shadow-sm: 0 4px 16px rgba(11, 29, 58, 0.04);
    --nt-shadow-md: 0 10px 28px rgba(11, 29, 58, 0.07);
    --nt-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Section Wrapper: Clean, Pristine & Well-Spaced */
.nt-about-section {
    position: relative;
    padding: 40px 0 34px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid var(--nt-border);
}

.nt-about-section .container {
    position: relative;
    z-index: 1;
}

/* Subtle Himalayan Topographic Elevation Contours Overlay */
.nt-topo-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    color: var(--nt-primary);
    opacity: 0.085;
    transition: opacity 0.5s ease;
}

.nt-topo-overlay svg {
    width: 100%;
    height: 100%;
    display: block;
}

.nt-about-section:hover .nt-topo-overlay {
    opacity: 0.11;
}

/* Section Header */
.nt-heading-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--nt-primary);
    margin-bottom: 10px;
}

.nt-kicker-dot {
    width: 7px;
    height: 7px;
    background: var(--nt-primary);
    border-radius: 50%;
    display: inline-block;
}

.nt-about-heading {
    font-family: "Rubik", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--nt-navy);
    margin-bottom: 0;
    letter-spacing: -0.5px;
}

.nt-heading-brand {
    color: var(--nt-primary);
    position: relative;
}

.nt-heading-accent {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    margin-bottom: 14px;
}

.nt-accent-bar {
    width: 48px;
    height: 3.5px;
    background: linear-gradient(90deg, var(--nt-primary) 0%, #ff8f4c 100%);
    border-radius: 4px;
}

.nt-accent-dot {
    width: 6px;
    height: 6px;
    background: var(--nt-primary);
    border-radius: 50%;
}

.nt-accent-bar-sm {
    width: 16px;
    height: 3.5px;
    background: rgba(253, 80, 86, 0.4);
    border-radius: 4px;
}

.nt-about-lead {
    font-size: 16.5px;
    line-height: 1.75;
    color: var(--nt-muted);
    margin-bottom: 0;
    max-width: 860px;
}

/* Left Column: Narrative Flow */
.nt-story-flow {
    padding-right: 12px;
}

.nt-story-title {
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--nt-navy);
    margin-bottom: 14px;
    line-height: 1.35;
}

.nt-story-text {
    font-size: 15px;
    line-height: 1.82;
    color: var(--nt-body);
    margin-bottom: 14px;
}

.nt-story-text:last-of-type {
    margin-bottom: 0;
}

/* Feature Points Strip */
.nt-key-points {
    margin-top: 22px;
}

.nt-point-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid var(--nt-border);
    border-radius: var(--nt-radius-sm);
    box-shadow: var(--nt-shadow-sm);
    transition: var(--nt-transition);
}

.nt-point-item:hover {
    transform: translateY(-2px);
    box-shadow: var(--nt-shadow-md);
    border-color: rgba(253, 80, 86, 0.3);
}

.nt-point-icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background: var(--nt-primary-soft);
    color: var(--nt-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.nt-point-text strong {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--nt-navy);
    line-height: 1.3;
    margin-bottom: 2px;
}

.nt-point-text span {
    display: block;
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--nt-muted);
}

/* Right Column: Visual Composition with 330px Height */
.nt-visual-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nt-visual-frame {
    position: relative;
    border-radius: var(--nt-radius-lg);
    overflow: hidden;
    height: 330px;
    box-shadow: var(--nt-shadow-md);
    border: 1px solid var(--nt-border);
    background: #eaeef4;
}

.nt-visual-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.6s ease;
}

.nt-visual-frame:hover .nt-visual-img {
    transform: scale(1.03);
}

/* Credential List */
.nt-meta-list {
    background: #ffffff;
    border: 1px solid var(--nt-border);
    border-radius: var(--nt-radius-md);
    padding: 12px 18px;
    box-shadow: var(--nt-shadow-sm);
}

.nt-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed var(--nt-border-subtle);
    font-size: 13.5px;
}

.nt-meta-row:last-child {
    border-bottom: none;
    padding-bottom: 2px;
}

.nt-meta-key {
    color: var(--nt-muted);
    font-weight: 500;
}

.nt-meta-val {
    color: var(--nt-navy);
    font-weight: 600;
    text-align: right;
}

/* Accreditation Logos Row */
.nt-accreditation-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding: 14px 18px;
    background: #ffffff;
    border: 1px solid var(--nt-border);
    border-radius: var(--nt-radius-md);
    box-shadow: var(--nt-shadow-sm);
}

.nt-accreditation-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    padding: 6px 4px;
    transition: var(--nt-transition);
}

.nt-accreditation-item img {
    height: 36px;
    max-width: 65px;
    object-fit: contain;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.04));
    transition: var(--nt-transition);
}

.nt-accreditation-item:hover img {
    transform: translateY(-2px) scale(1.06);
}

.nt-accreditation-item span {
    font-size: 11px;
    font-weight: 600;
    color: var(--nt-slate);
    line-height: 1.1;
}

/* Lower Strip: 3 Foundation Principles */
.nt-principles-strip {
    border-top: 1px solid var(--nt-border);
}

.nt-principle-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 10px 4px;
    transition: var(--nt-transition);
}

.nt-principle-item:hover {
    transform: translateY(-2px);
}

.nt-principle-number {
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: var(--nt-primary);
    line-height: 1;
    flex-shrink: 0;
    padding-top: 2px;
}

.nt-principle-body {
    flex: 1;
}

.nt-principle-heading {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--nt-navy);
    margin-bottom: 6px;
    line-height: 1.35;
}

.nt-principle-desc {
    font-size: 13.5px;
    line-height: 1.62;
    color: var(--nt-body);
    margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .nt-about-section {
        padding: 32px 0 26px;
    }

    .nt-about-heading {
        font-size: 30px;
    }

    .nt-story-flow {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .nt-visual-frame {
        height: 270px;
    }
}

@media (max-width: 767px) {
    .nt-about-section {
        padding: 26px 0 22px;
    }

    .nt-about-heading {
        font-size: 26px;
    }

    .nt-about-lead {
        font-size: 14.5px;
    }

    .nt-story-title {
        font-size: 19px;
    }

    .nt-story-text {
        font-size: 14px;
        line-height: 1.75;
    }

    .nt-visual-frame {
        height: 240px;
    }

    .nt-meta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        font-size: 12.5px;
    }

    .nt-meta-val {
        text-align: left;
    }

    .nt-accreditation-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 12px;
    }

    .nt-accreditation-item {
        background: #f8fafc;
        border: 1px solid rgba(15, 28, 46, 0.06);
        border-radius: 8px;
        padding: 10px 6px;
    }

    .nt-accreditation-item img {
        height: 32px;
        max-width: 60px;
    }
}

/* ========================================================
   OUR MISSION & VISION SECTION
   ======================================================== */
.nt-mv-section {
    position: relative;
    padding: 50px 0 44px;
    background-color: #dbeafe;
    background-image: 
        radial-gradient(circle at 12% 18%, rgba(253, 80, 86, 0.16) 0%, transparent 48%),
        radial-gradient(circle at 88% 82%, rgba(37, 99, 235, 0.18) 0%, transparent 52%),
        radial-gradient(rgba(30, 58, 138, 0.14) 1.3px, transparent 1.3px),
        linear-gradient(135deg, #d8e8fa 0%, #c5ddfb 50%, #d3e5fa 100%);
    background-size: 100% 100%, 100% 100%, 26px 26px, 100% 100%;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    border-top: 1px solid rgba(37, 99, 235, 0.14);
    border-bottom: 1px solid rgba(37, 99, 235, 0.14);
}

.nt-mv-section .container {
    position: relative;
    z-index: 1;
}

/* Visible Navigational Compass & Coordinate Lattice Overlay */
.nt-mv-bg-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    color: #1e40af;
    opacity: 0.22;
    transition: opacity 0.5s ease;
}

.nt-mv-bg-overlay svg {
    width: 100%;
    height: 100%;
    display: block;
}

.nt-mv-section:hover .nt-mv-bg-overlay {
    opacity: 0.28;
}

.nt-mv-card {
    background: #ffffff;
    border: 1px solid var(--nt-border);
    border-radius: var(--nt-radius-lg);
    padding: 32px 30px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: var(--nt-shadow-sm);
    transition: var(--nt-transition);
    position: relative;
    overflow: hidden;
}

.nt-mv-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--nt-shadow-md);
    border-color: rgba(11, 29, 58, 0.14);
}

.nt-mv-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.nt-mv-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
    transition: var(--nt-transition);
}

.nt-mv-card-mission .nt-mv-icon {
    background: var(--nt-primary-soft);
    color: var(--nt-primary);
}

.nt-mv-card-mission:hover .nt-mv-icon {
    background: var(--nt-primary);
    color: #ffffff;
}

.nt-mv-card-vision .nt-mv-icon {
    background: rgba(11, 29, 58, 0.08);
    color: var(--nt-navy);
}

.nt-mv-card-vision:hover .nt-mv-icon {
    background: var(--nt-navy);
    color: #ffffff;
}

.nt-mv-tag {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--nt-muted);
    margin-bottom: 3px;
}

.nt-mv-title {
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--nt-navy);
    margin-bottom: 0;
    line-height: 1.3;
}

.nt-mv-text {
    font-size: 15px;
    line-height: 1.8;
    color: var(--nt-body);
    margin-bottom: 22px;
}

/* Key Commitments Checklist */
.nt-mv-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px dashed var(--nt-border);
    padding-top: 16px;
}

.nt-mv-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--nt-body);
}

.nt-mv-item:last-child {
    margin-bottom: 0;
}

.nt-mv-card-mission .nt-mv-item i {
    color: var(--nt-primary);
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 2px;
}

.nt-mv-card-vision .nt-mv-item i {
    color: var(--nt-navy);
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 2px;
}

.nt-mv-item strong {
    color: var(--nt-navy);
}

@media (max-width: 991px) {
    .nt-mv-section {
        padding: 34px 0 28px;
    }

    .nt-mv-card {
        padding: 24px 20px;
    }
}

@media (max-width: 767px) {
    .nt-mv-section {
        padding: 28px 0 22px;
    }

    .nt-mv-title {
        font-size: 18px;
    }

    .nt-mv-text {
        font-size: 14px;
        line-height: 1.7;
    }
}

/* ========================================================
   FOUNDER'S EDITORIAL SECTION
   ======================================================== */
.nt-founder-section {
    position: relative;
    padding: 58px 0 52px;
    background-color: #faf7f2;
    background-image: 
        radial-gradient(circle at 84% 14%, rgba(245, 158, 11, 0.12) 0%, transparent 46%),
        radial-gradient(circle at 16% 86%, rgba(14, 165, 233, 0.07) 0%, transparent 48%),
        radial-gradient(circle at 50% 50%, rgba(253, 80, 86, 0.04) 0%, transparent 60%),
        linear-gradient(180deg, #fdfbf7 0%, #f6f2ea 50%, #faf6ef 100%);
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    border-top: 1px solid rgba(217, 119, 6, 0.14);
    border-bottom: 1px solid rgba(11, 29, 58, 0.09);
}

.nt-founder-section .container {
    position: relative;
    z-index: 1;
}

/* Scenic Panchachuli Mountain Horizon Background Overlay */
.nt-founder-bg-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    color: #1e293b;
    opacity: 0.07;
    transition: opacity 0.5s ease;
}

.nt-founder-bg-overlay svg {
    width: 100%;
    height: 100%;
    display: block;
}

.nt-founder-section:hover .nt-founder-bg-overlay {
    opacity: 0.095;
}

/* Editorial Lead Quote Banner (Clean, light & unhurried reading weight) */
.nt-founder-quote-banner {
    display: flex;
    gap: 16px;
    padding: 18px 24px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-left: 3.5px solid var(--nt-primary);
    border-radius: 0 var(--nt-radius-md) var(--nt-radius-md) 0;
    margin-bottom: 22px;
    box-shadow: 0 4px 18px rgba(11, 29, 58, 0.04);
    border-top: 1px solid rgba(11, 29, 58, 0.04);
    border-right: 1px solid rgba(11, 29, 58, 0.04);
    border-bottom: 1px solid rgba(11, 29, 58, 0.04);
}

.nt-quote-icon {
    font-size: 26px;
    color: var(--nt-primary);
    line-height: 1;
    flex-shrink: 0;
    margin-top: 2px;
}

.nt-founder-lead-quote {
    font-family: "Roboto", sans-serif;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.7;
    color: #475569;
    margin: 0;
    font-style: italic;
    letter-spacing: 0.15px;
}

.nt-founder-paragraphs {
    margin-bottom: 24px;
}

.nt-founder-paragraphs .nt-story-text {
    font-size: 15px;
    line-height: 1.8;
    color: var(--nt-body);
    margin-bottom: 16px;
}

.nt-founder-paragraphs .nt-story-text:last-child {
    margin-bottom: 0;
}

/* Motto Feature Box */
.nt-motto-box {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, rgba(253, 80, 86, 0.08) 0%, rgba(11, 29, 58, 0.05) 100%);
    border: 1px solid rgba(253, 80, 86, 0.22);
    border-radius: var(--nt-radius-md);
    padding: 14px 22px;
    margin-bottom: 26px;
}

.nt-motto-icon {
    width: 42px;
    height: 42px;
    background: var(--nt-primary);
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.nt-motto-content {
    display: flex;
    flex-direction: column;
}

.nt-motto-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--nt-muted);
}

.nt-motto-value {
    font-family: "Rubik", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--nt-navy);
    letter-spacing: 0.3px;
}

/* Founder Sign-off Block */
.nt-founder-signoff {
    border-top: 1px dashed var(--nt-border);
    padding-top: 18px;
}

.nt-signoff-note {
    font-size: 14px;
    color: var(--nt-body);
    margin-bottom: 14px;
    line-height: 1.6;
}

.nt-signoff-identity {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.nt-signoff-name {
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--nt-navy);
    letter-spacing: -0.2px;
}

.nt-signoff-designation {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--nt-primary);
}

.nt-signoff-base {
    font-size: 12.5px;
    color: var(--nt-muted);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px;
}

/* Portrait Visual Frame (Right Column) */
.nt-founder-portrait-wrap {
    position: relative;
}

.nt-portrait-frame {
    position: relative;
    border-radius: var(--nt-radius-lg);
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(11, 29, 58, 0.10);
    border: 1px solid var(--nt-border);
    background: #ffffff;
}

.nt-portrait-img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: var(--nt-transition);
}

.nt-portrait-frame:hover .nt-portrait-img {
    transform: scale(1.02);
}

/* Grounding Credentials Chips */
.nt-portrait-credentials {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 14px;
}

.nt-cred-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8fafc;
    border: 1px solid var(--nt-border);
    border-radius: var(--nt-radius-sm);
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--nt-navy);
}

.nt-cred-chip i {
    color: var(--nt-primary);
    font-size: 17px;
    flex-shrink: 0;
}

/* Disclosure Card (Governance & Transparency) */
.nt-disclosure-card {
    background: #fdfaf6;
    border: 1px solid rgba(217, 119, 6, 0.22);
    border-left: 4px solid #d97706;
    border-radius: var(--nt-radius-md);
    padding: 20px 24px;
}

.nt-disclosure-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.nt-disclosure-icon {
    font-size: 18px;
    color: #d97706;
    display: flex;
    align-items: center;
}

.nt-disclosure-title {
    font-family: "Rubik", sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #92400e;
    margin: 0;
}

.nt-disclosure-text {
    font-size: 14px;
    line-height: 1.7;
    color: #451a03;
    margin: 0;
    opacity: 0.88;
}

@media (max-width: 991px) {
    .nt-founder-section {
        padding: 40px 0 34px;
    }

    .nt-portrait-img {
        height: 380px;
    }

    .nt-portrait-credentials {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .nt-founder-section {
        padding: 32px 0 28px;
    }

    .nt-portrait-img {
        height: 320px;
    }

    .nt-founder-lead-quote {
        font-size: 15px;
    }

    .nt-motto-box {
        width: 100%;
    }
}

/* ========================================================
   NATIONAL MEDIA & PRESS RECOGNITION SECTION
   ======================================================== */
.nt-press-section {
    position: relative;
    padding: 62px 0 54px;
    background-color: #fdf1ec;
    background-image: 
        radial-gradient(circle at 12% 16%, rgba(253, 80, 86, 0.18) 0%, transparent 48%),
        radial-gradient(circle at 88% 82%, rgba(245, 158, 11, 0.16) 0%, transparent 52%),
        radial-gradient(circle at 50% 45%, rgba(11, 29, 58, 0.05) 0%, transparent 58%),
        radial-gradient(rgba(253, 80, 86, 0.14) 1.3px, transparent 1.3px),
        linear-gradient(138deg, #fef4ef 0%, #fbe3d6 50%, #fef3ed 100%);
    background-size: 100% 100%, 100% 100%, 100% 100%, 28px 28px, 100% 100%;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    border-top: 1px solid rgba(253, 80, 86, 0.18);
    border-bottom: 1px solid rgba(253, 80, 86, 0.18);
}

.nt-press-section .container {
    position: relative;
    z-index: 1;
}

/* Visible Editorial Grid & Geospatial Media Network Background Overlay */
.nt-press-bg-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    color: #0b1d3a;
    opacity: 0.35;
    transition: opacity 0.5s ease;
}

.nt-press-bg-overlay svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nt-press-section:hover .nt-press-bg-overlay {
    opacity: 0.42;
}

/* Ambient Radial Glow Meshes */
.nt-press-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 5%;
    width: 550px;
    height: 450px;
    background: radial-gradient(circle, rgba(253, 80, 86, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.nt-press-section::after {
    content: "";
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 500px;
    height: 400px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

/* Header Action Row */
.nt-press-header-wrap {
    margin-bottom: 26px;
}

/* Unified High-Impact Metrics Strip */
.nt-press-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(253, 80, 86, 0.20);
    border-radius: 18px;
    padding: 8px 6px;
    margin-bottom: 36px;
    box-shadow: 0 10px 30px rgba(11, 29, 58, 0.06), 0 1px 3px rgba(0, 0, 0, 0.03);
    position: relative;
}

.nt-press-stat-item {
    display: flex;
    flex-direction: column;
    padding: 16px 22px;
    position: relative;
    transition: all 0.25s ease;
    border-radius: 12px;
}

/* Stately vertical hairlines between metrics */
.nt-press-stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 18%;
    height: 64%;
    width: 1px;
    background: linear-gradient(180deg, transparent 0%, rgba(11, 29, 58, 0.10) 30%, rgba(11, 29, 58, 0.10) 70%, transparent 100%);
}

.nt-press-stat-item:hover {
    background: rgba(253, 80, 86, 0.035);
}

.nt-press-stat-number {
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: var(--nt-navy);
    line-height: 1.1;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.nt-press-stat-number .highlight {
    color: var(--nt-primary);
    font-weight: 800;
}

.nt-press-stat-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--nt-navy);
    margin-bottom: 3px;
    line-height: 1.3;
}

.nt-press-stat-sub {
    font-size: 12px;
    color: var(--nt-muted);
    line-height: 1.45;
    margin: 0;
}

/* Top Marquee Publications Cards Grid */
.nt-press-card {
    background: #ffffff;
    border: 1px solid var(--nt-border);
    border-radius: var(--nt-radius-md);
    padding: 24px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-shadow: var(--nt-shadow-sm);
    transition: var(--nt-transition);
    position: relative;
}

.nt-press-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--nt-shadow-md);
    border-color: rgba(11, 29, 58, 0.18);
}

.nt-press-card-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 14px;
}

.nt-press-type-tag {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    background: #f1f5f9;
    color: var(--nt-navy);
    padding: 3px 8px;
    border-radius: 4px;
}

.nt-press-reach-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 700;
    color: #059669;
    background: #ecfdf5;
    border: 1px solid rgba(5, 150, 105, 0.2);
    padding: 2px 8px;
    border-radius: 50px;
}

.nt-press-logo-frame {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 14px;
}

.nt-press-logo-img {
    max-height: 48px;
    max-width: 160px;
    object-fit: contain;
    filter: grayscale(0.08);
    transition: var(--nt-transition);
}

.nt-press-card:hover .nt-press-logo-img {
    filter: grayscale(0);
    transform: scale(1.03);
}

.nt-press-card-name {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--nt-navy);
    margin-bottom: 4px;
}

.nt-press-article-headline {
    font-size: 12px;
    line-height: 1.5;
    color: var(--nt-muted);
    margin-bottom: 16px;
}

/* Modern High-End Read Coverage Button (Website Theme Red) */
.nt-press-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 11px 18px;
    background: var(--nt-primary);
    border: 1px solid var(--nt-primary);
    border-radius: 10px;
    font-family: "Rubik", sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(253, 80, 86, 0.32);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    margin-top: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.nt-press-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e03b41 0%, #c82329 100%);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}

.nt-press-btn .nt-btn-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--nt-primary);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.nt-press-card:hover .nt-press-btn,
.nt-press-btn:hover {
    border-color: #c82329;
    color: #ffffff !important;
    box-shadow: 0 6px 22px rgba(253, 80, 86, 0.48);
    transform: translateY(-2px);
    text-decoration: none;
}

.nt-press-card:hover .nt-press-btn::before,
.nt-press-btn:hover::before {
    opacity: 1;
}

.nt-press-card:hover .nt-press-btn .nt-btn-circle,
.nt-press-btn:hover .nt-btn-circle {
    background: #ffffff;
    color: #c82329;
    transform: translateX(4px);
}

/* Full-Width Edge-to-Edge Sliding Logo Carousel (Outside Container) */
.nt-press-marquee-fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 48px;
    margin-bottom: 38px;
    padding: 30px 0 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(253, 237, 229, 0.95) 50%, rgba(255, 255, 255, 0.88) 100%);
    border-top: 1px solid rgba(253, 80, 86, 0.16);
    border-bottom: 1px solid rgba(253, 80, 86, 0.16);
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.5) 3%, #000000 10%, #000000 90%, rgba(0,0,0,0.5) 97%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.5) 3%, #000000 10%, #000000 90%, rgba(0,0,0,0.5) 97%, transparent 100%);
}

.nt-marquee-badge-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--nt-navy);
    margin-bottom: 18px;
    text-align: center;
}

.nt-pulse-dot {
    width: 7px;
    height: 7px;
    background: var(--nt-primary);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(253, 80, 86, 0.25);
    animation: ntPulseDot 2s infinite ease-in-out;
}

@keyframes ntPulseDot {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.4);
        opacity: 0.6;
    }
}

.nt-press-marquee-row {
    width: 100%;
    overflow: hidden;
    display: flex;
    position: relative;
}

.nt-press-marquee-track {
    display: flex;
    gap: 18px;
    width: max-content;
    padding: 3px 0;
}

.nt-press-marquee-track.track-left {
    animation: ntPressMarqueeLeft 52s linear infinite;
}

.nt-press-marquee-track.track-right {
    animation: ntPressMarqueeRight 56s linear infinite;
}

.nt-press-marquee-fullwidth:hover .nt-press-marquee-track {
    animation-play-state: paused;
}

@keyframes ntPressMarqueeLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes ntPressMarqueeRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

.nt-marquee-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(11, 29, 58, 0.08);
    border-radius: 12px;
    padding: 10px 24px;
    height: 72px;
    min-width: 200px;
    box-shadow: 0 3px 12px rgba(11, 29, 58, 0.04);
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    text-decoration: none;
    cursor: pointer;
    flex-shrink: 0;
}

.nt-marquee-pill:hover {
    background: #ffffff;
    border-color: rgba(253, 80, 86, 0.35);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 24px rgba(11, 29, 58, 0.09);
    text-decoration: none;
}

.nt-marquee-pill img {
    max-height: 42px;
    max-width: 150px;
    object-fit: contain;
    opacity: 0.95;
    transition: all 0.3s ease;
}

.nt-marquee-pill:hover img {
    opacity: 1;
    transform: scale(1.03);
}

/* Collapsible Full Directory Drawer */
.nt-press-directory-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(253, 80, 86, 0.20);
    border-radius: var(--nt-radius-md);
    padding: 16px 22px;
    cursor: pointer;
    transition: var(--nt-transition);
    user-select: none;
    box-shadow: 0 4px 18px rgba(11, 29, 58, 0.05);
}

.nt-press-directory-toggle:hover {
    background: #ffffff;
    border-color: rgba(253, 80, 86, 0.38);
    box-shadow: 0 8px 26px rgba(11, 29, 58, 0.09);
}

.nt-press-toggle-left {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    flex: 1;
}

.nt-press-toggle-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(253, 80, 86, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--nt-primary);
    flex-shrink: 0;
}

.nt-press-toggle-text {
    min-width: 0;
}

.nt-press-toggle-title {
    font-family: "Rubik", sans-serif;
    font-size: 15.5px;
    font-weight: 700;
    color: var(--nt-navy);
    margin: 0 0 2px 0;
    line-height: 1.3;
}

.nt-press-toggle-desc {
    font-size: 12px;
    color: var(--nt-muted);
    margin: 0;
    line-height: 1.4;
}

.nt-press-toggle-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.nt-press-toggle-badge {
    background: var(--nt-primary);
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    letter-spacing: 0.4px;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
}

.nt-press-chevron-wrap {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f8fafc;
    border: 1px solid rgba(11, 29, 58, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--nt-navy);
    transition: var(--nt-transition);
    flex-shrink: 0;
}

.nt-press-directory-toggle.active .nt-press-chevron-wrap i {
    transform: rotate(180deg);
}

/* Directory Drawer Content */
.nt-press-directory-drawer {
    display: none;
    margin-top: 14px;
    background: #f8fafc;
    border: 1px solid var(--nt-border);
    border-radius: var(--nt-radius-md);
    padding: 22px;
}

.nt-press-directory-drawer.active {
    display: block;
}

.nt-press-directory-toolbar {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.nt-press-search-box {
    position: relative;
    flex: 1;
    min-width: 240px;
}

.nt-press-search-box i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--nt-muted);
    font-size: 18px;
}

.nt-press-search-input {
    width: 100%;
    padding: 9px 14px 9px 40px;
    border: 1px solid var(--nt-border);
    border-radius: var(--nt-radius-sm);
    font-size: 13.5px;
    background: #ffffff;
    color: var(--nt-navy);
    outline: none;
    transition: var(--nt-transition);
}

.nt-press-search-input:focus {
    border-color: var(--nt-primary);
    box-shadow: 0 0 0 3px rgba(253, 80, 86, 0.12);
}

.nt-press-directory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
    max-height: 480px;
    overflow-y: auto;
    padding-right: 6px;
}

.nt-press-directory-item {
    background: #ffffff;
    border: 1px solid var(--nt-border);
    border-radius: var(--nt-radius-sm);
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: var(--nt-transition);
}

.nt-press-directory-item:hover {
    border-color: var(--nt-primary);
    background: #fff5f5;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(11, 29, 58, 0.05);
}

.nt-dir-logo {
    width: 44px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}

.nt-dir-info {
    flex: 1;
    min-width: 0;
}

.nt-dir-name {
    font-family: "Rubik", sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--nt-navy);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.nt-dir-meta {
    font-size: 11px;
    color: var(--nt-muted);
    display: flex;
    align-items: center;
    gap: 6px;
}

.nt-dir-link-icon {
    font-size: 16px;
    color: var(--nt-muted);
    flex-shrink: 0;
    transition: var(--nt-transition);
}

.nt-press-directory-item:hover .nt-dir-link-icon {
    color: var(--nt-primary);
    transform: translate(2px, -2px);
}

@media (max-width: 991px) {
    .nt-press-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        padding: 8px 6px;
    }

    .nt-press-stat-item {
        padding: 14px 16px;
    }

    /* Vertical dividers for 2x2 grid */
    .nt-press-stat-item:not(:last-child)::after {
        display: none;
    }

    .nt-press-stat-item:nth-child(odd)::after {
        display: block;
        right: 0;
        top: 15%;
        height: 70%;
        width: 1px;
        background: linear-gradient(180deg, transparent 0%, rgba(11, 29, 58, 0.10) 30%, rgba(11, 29, 58, 0.10) 70%, transparent 100%);
    }

    .nt-press-stat-item:nth-child(1),
    .nt-press-stat-item:nth-child(2) {
        border-bottom: 1px solid rgba(11, 29, 58, 0.08);
    }

    .nt-press-header-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    /* Founder Section: Portrait Order 1 on Mobile/Tablet */
    .nt-founder-portrait-wrap {
        max-width: 400px;
        margin: 0 auto 16px;
    }

    .nt-portrait-img {
        height: 330px;
        object-position: center top;
    }

    .nt-portrait-credentials {
        flex-direction: column;
        gap: 6px;
    }
}

@media (max-width: 767px) {
    /* Directory Toggle Mobile Adaptation */
    .nt-press-directory-toggle {
        padding: 12px 14px;
        gap: 10px;
    }

    .nt-press-toggle-desc {
        display: none;
    }

    .nt-press-toggle-title {
        font-size: 13.5px;
    }

    .nt-press-toggle-icon {
        width: 34px;
        height: 34px;
        font-size: 18px;
    }

    .nt-press-toggle-badge {
        font-size: 10.5px;
        padding: 4px 10px;
    }

    .nt-press-marquee-fullwidth {
        margin-top: 36px;
        margin-bottom: 28px;
        padding: 22px 0 26px;
    }

    .nt-marquee-pill {
        height: 64px;
        min-width: 170px;
        padding: 8px 16px;
    }

    .nt-marquee-pill img {
        max-height: 36px;
        max-width: 130px;
    }
}

@media (max-width: 576px) {
    .nt-press-stats {
        grid-template-columns: repeat(2, 1fr);
        padding: 6px 4px;
        border-radius: 14px;
        margin-bottom: 24px;
    }

    .nt-press-stat-item {
        padding: 10px 8px;
    }

    .nt-press-stat-number {
        font-size: 22px;
        margin-bottom: 2px;
    }

    .nt-press-stat-label {
        font-size: 10px;
        letter-spacing: 0.5px;
        margin-bottom: 2px;
    }

    .nt-press-stat-sub {
        font-size: 10px;
        line-height: 1.3;
    }

    .nt-press-directory-grid {
        grid-template-columns: 1fr;
        max-height: 420px;
    }

    .nt-press-directory-item {
        padding: 10px 12px;
    }

    /* Founder Portrait on Small Phones */
    .nt-founder-portrait-wrap {
        max-width: 100%;
        margin-bottom: 12px;
    }

    .nt-portrait-img {
        height: 280px;
    }

    .nt-founder-quote-banner {
        padding: 14px 16px;
        margin-bottom: 16px;
    }

    .nt-founder-lead-quote {
        font-size: 13.5px;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .nt-press-directory-toggle {
        flex-wrap: wrap;
    }

    .nt-press-toggle-left {
        width: 100%;
        margin-bottom: 2px;
    }

    .nt-press-toggle-right {
        width: 100%;
        justify-content: space-between;
        padding-top: 8px;
        border-top: 1px dashed rgba(11, 29, 58, 0.08);
    }
}

/* ==========================================================================
   Recognised By Section - Responsive & Modern
   ========================================================================== */
.ut-recognition {
    padding: 60px 0;
    background: linear-gradient(180deg, #fbfaf6 0%, #f7f4ec 100%);
    border-top: 1px solid rgba(194, 174, 115, 0.22);
    position: relative;
}

.ut-kicker-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 20px;
    background: rgba(194, 174, 115, 0.16);
    color: #725916;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
}

.ut-kicker-badge i {
    font-size: 14px;
    color: #937424;
}

.ut-title {
    font-family: "Rubik", sans-serif;
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 800;
    color: #111418;
    margin-bottom: 8px;
    line-height: 1.2;
}

.ut-org {
    font-size: clamp(16px, 2.2vw, 20px);
    font-weight: 600;
    color: #4e4023;
    margin-bottom: 14px;
    line-height: 1.35;
}

.ut-text {
    font-size: 15px;
    line-height: 1.75;
    color: #3f4753;
    max-width: 680px;
    margin-bottom: 18px;
}

/* Registration Metadata Strip */
.ut-registration-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.ut-reg-item {
    background: #ffffff;
    border: 1px solid rgba(194, 174, 115, 0.3);
    border-radius: 8px;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);
}

.ut-reg-label {
    font-weight: 600;
    color: #655d4c;
}

.ut-reg-val {
    font-weight: 700;
    color: #111418;
    font-family: "Courier New", Courier, monospace;
    letter-spacing: 0.3px;
}

/* Accreditation Logos Grid */
.ut-logos {
    background: transparent;
    margin-top: 12px;
}

.ut-logo-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    max-width: 680px;
}

.ut-logo-item {
    background: #ffffff;
    border: 1px solid rgba(194, 174, 115, 0.28);
    border-radius: 12px;
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    text-align: center;
}

.ut-logo-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(81, 67, 33, 0.1);
    border-color: rgba(194, 174, 115, 0.55);
}

.ut-logo-img {
    height: 48px;
    max-width: 80px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.04));
    transition: transform 0.25s ease;
}

.ut-logo-item:hover .ut-logo-img {
    transform: scale(1.05);
}

.ut-logo-title {
    font-size: 11px;
    font-weight: 600;
    color: #4a4436;
    line-height: 1.2;
    margin-top: 2px;
}

/* Right Stamp Card */
.ut-stamp-card {
    background: #ffffff;
    border: 1px solid rgba(194, 174, 115, 0.35);
    border-radius: 20px;
    padding: 30px 22px;
    box-shadow: 0 10px 32px rgba(81, 67, 33, 0.08);
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    position: relative;
}

.ut-stamp-sub {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #7c6837;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-top: 8px;
}

/* Responsive Media Queries */
@media (max-width: 992px) {
    .ut-recognition {
        padding: 44px 0;
    }

    .ut-inner {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .ut-left {
        text-align: center;
    }

    .ut-kicker-badge {
        margin-left: auto;
        margin-right: auto;
    }

    .ut-text {
        margin-left: auto;
        margin-right: auto;
    }

    .ut-registration-strip {
        justify-content: center;
    }

    .ut-logo-row {
        margin-left: auto;
        margin-right: auto;
    }

    .ut-stamp-card {
        padding: 22px 20px;
        max-width: 240px;
    }
}

@media (max-width: 768px) {
    .ut-recognition {
        padding: 36px 0;
    }

    .ut-badge-container {
        width: 105px;
        height: 105px;
        margin: 0 auto 10px;
    }

    .ut-badge-icon {
        width: 48px;
        height: 48px;
    }

    .ut-stamp-text {
        font-size: 13px;
        letter-spacing: 0.6px;
        line-height: 1.3;
    }

    .ut-stamp-sub {
        font-size: 10px;
    }

    .ut-logo-row {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }

    .ut-logo-item {
        padding: 10px 6px;
        border-radius: 10px;
        gap: 6px;
    }

    .ut-logo-img {
        height: 38px;
        max-width: 58px;
    }

    .ut-logo-title {
        font-size: 9.5px;
    }
}

@media (max-width: 576px) {
    .ut-recognition {
        padding: 30px 0;
    }

    .ut-registration-strip {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .ut-reg-item {
        justify-content: space-between;
        padding: 7px 12px;
        font-size: 12px;
    }

    .ut-logo-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .ut-logo-item {
        padding: 12px 10px;
    }

    .ut-logo-img {
        height: 42px;
        max-width: 72px;
    }

    .ut-logo-title {
        font-size: 11px;
    }

    .ut-badge-container {
        width: 95px;
        height: 95px;
        margin: 0 auto 8px;
    }

    .ut-badge-icon {
        width: 42px;
        height: 42px;
    }

    .ut-stamp-text {
        font-size: 12px;
    }
}

/* ==========================================================================
   Full Strip Layout - Linking Teams Page (.nt-team-strip)
   ========================================================================== */
.nt-team-strip {
    position: relative;
    border-radius: var(--nt-radius-lg, 16px);
    background: #0c0c0c;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), 0 4px 12px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 36px 40px;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nt-team-strip:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45), 0 6px 16px rgba(0, 0, 0, 0.25);
    border-color: rgba(253, 80, 86, 0.45);
}

.nt-team-strip-backdrop {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.nt-team-strip-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 36%;
    opacity: 0.62;
    filter: contrast(1.08) brightness(0.95);
    transform: scale(1.01);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}

.nt-team-strip:hover .nt-team-strip-bg-img {
    transform: scale(1.04);
    opacity: 0.72;
}

.nt-team-strip-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0.74) 100%);
}

.nt-team-strip-orb {
    display: none;
}

.nt-team-strip-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.nt-team-strip-left {
    flex: 1;
    max-width: 680px;
}

.nt-team-avatars {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.nt-avatar-stack {
    display: inline-flex;
    align-items: center;
}

.nt-avatar-item {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2.5px solid #181818;
    margin-left: -12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    transition: transform 0.25s ease, z-index 0.25s ease;
}

.nt-avatar-item:first-child {
    margin-left: 0;
}

.nt-avatar-item:hover {
    transform: scale(1.18) translateY(-3px);
    z-index: 10;
}

.nt-avatar-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fd5056 0%, #d83238 100%);
    color: #ffffff;
    font-size: 12.5px;
    font-weight: 700;
    border: 2.5px solid #181818;
    margin-left: -12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.nt-team-avatars-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #e2e8f0;
}

.nt-team-strip-title {
    font-family: "Rubik", sans-serif;
    font-size: clamp(20px, 2.2vw, 24px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 8px;
}

.nt-team-strip-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #cbd5e1;
    margin-bottom: 0;
}

.nt-team-strip-right {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
}

.nt-team-strip-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fd5056;
    color: #ffffff !important;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 24px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(253, 80, 86, 0.38);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
}

.nt-team-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff;
    color: #fd5056;
    font-size: 18px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.nt-team-strip-btn:hover {
    background: #e03b41;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(253, 80, 86, 0.52);
}

.nt-team-strip-btn:hover .nt-team-btn-icon {
    transform: translateX(3px);
}

.nt-team-badges {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.nt-team-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    font-weight: 500;
    color: #94a3b8;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 4px 10px;
}

.nt-team-badge i {
    color: #fd5056;
    font-size: 13px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .nt-team-strip {
        padding: 28px 24px;
    }

    .nt-team-strip-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.50) 50%, rgba(0, 0, 0, 0.80) 100%);
    }

    .nt-team-strip-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
    }

    .nt-team-strip-right {
        width: 100%;
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 18px;
        border-top: 1px dashed rgba(255, 255, 255, 0.12);
    }
}

@media (max-width: 576px) {
    .nt-team-strip {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .nt-avatar-item,
    .nt-avatar-count {
        width: 38px;
        height: 38px;
        margin-left: -10px;
    }

    .nt-team-strip-right {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .nt-team-strip-btn {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }

    .nt-team-badges {
        justify-content: center;
    }
}

/* ==========================================================================
   Tour Photo Bento Gallery (.nt-bento-gallery)
   ========================================================================== */
.nt-tour-gallery-block {
    margin-top: 56px;
    padding-top: 40px;
    border-top: 1px dashed rgba(15, 28, 46, 0.14);
}

.nt-gallery-title {
    font-family: "Rubik", sans-serif;
    font-size: clamp(22px, 2.5vw, 30px);
    font-weight: 700;
    color: var(--nt-navy, #0b1d3a);
    line-height: 1.25;
    margin-bottom: 8px;
}

.nt-gallery-desc {
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--nt-muted, #64748b);
    max-width: 680px;
    margin-bottom: 0;
}

/* 3x3 Bento Grid Structure matching reference layout */
.nt-bento-gallery {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1.05fr;
    grid-template-rows: 230px 175px 175px;
    gap: 18px;
}

.nt-bento-card {
    position: relative;
    border-radius: var(--nt-radius-lg, 16px);
    overflow: hidden;
    background: #0f172a;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.nt-bento-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16);
    border-color: rgba(253, 80, 86, 0.45);
}

/* Specific Card Spans */
.nt-bento-card-1 {
    grid-column: 1;
    grid-row: 1 / 3;
}

.nt-bento-card-2 {
    grid-column: 1;
    grid-row: 3 / 4;
}

.nt-bento-card-3 {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
}

.nt-bento-card-4 {
    grid-column: 2;
    grid-row: 2 / 3;
}

.nt-bento-card-5 {
    grid-column: 2;
    grid-row: 3 / 4;
}

.nt-bento-card-6 {
    grid-column: 3;
    grid-row: 2 / 4;
}

/* Card Media & Image */
.nt-bento-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.01);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.nt-bento-card:hover .nt-bento-img {
    transform: scale(1.06);
}

/* Dark Opacity Gradient Overlay */
.nt-bento-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 15, 29, 0.82) 0%, rgba(10, 15, 29, 0.22) 42%, rgba(10, 15, 29, 0.02) 100%);
    pointer-events: none;
    transition: background 0.4s ease;
}

.nt-bento-card:hover .nt-bento-overlay {
    background: linear-gradient(to top, rgba(10, 15, 29, 0.88) 0%, rgba(10, 15, 29, 0.32) 48%, rgba(10, 15, 29, 0.05) 100%);
}

/* Card Content / Caption */
.nt-bento-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 20px;
    z-index: 2;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.nt-bento-card:hover .nt-bento-meta {
    transform: translateY(-2px);
}

.nt-bento-name {
    font-family: "Rubik", sans-serif;
    font-size: clamp(13.5px, 1.15vw, 15px);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 0;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
    letter-spacing: 0.3px;
}

/* Tablet Responsiveness */
@media (max-width: 992px) {
    .nt-bento-gallery {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 16px;
    }

    .nt-bento-card-1 {
        grid-column: 1;
        grid-row: auto;
        height: 310px;
    }

    .nt-bento-card-2 {
        grid-column: 2;
        grid-row: auto;
        height: 310px;
    }

    .nt-bento-card-3 {
        grid-column: 1 / -1;
        grid-row: auto;
        height: 240px;
    }

    .nt-bento-card-4 {
        grid-column: 1;
        grid-row: auto;
        height: 220px;
    }

    .nt-bento-card-5 {
        grid-column: 2;
        grid-row: auto;
        height: 220px;
    }

    .nt-bento-card-6 {
        grid-column: 1 / -1;
        grid-row: auto;
        height: 300px;
    }
}

/* Mobile Responsiveness */
@media (max-width: 576px) {
    .nt-tour-gallery-block {
        margin-top: 40px;
        padding-top: 26px;
    }

    .nt-bento-gallery {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .nt-bento-card-1,
    .nt-bento-card-2,
    .nt-bento-card-3,
    .nt-bento-card-4,
    .nt-bento-card-5,
    .nt-bento-card-6 {
        grid-column: 1;
        grid-row: auto;
        height: 225px;
    }

    .nt-bento-card-3 {
        height: 195px;
    }

    .nt-bento-meta {
        padding: 16px 18px;
    }

    .nt-bento-stat {
        font-size: 22px;
    }

    .nt-bento-name {
        font-size: 13.5px;
    }
}

