/* ========================================
   NEXAR THEME — Inner Pages Styles
   Destinations, Case Studies, Insights,
   Contact, 404, and Detail pages
   ======================================== */

/* ═══════════════════════════════════════════
   SHARED INNER PAGE HERO
   ═══════════════════════════════════════════ */

/* Generic hero pattern — used across all inner pages */
.nexar-dest-hero,
.nexar-cs-hero,
.nexar-ins-hero,
.nexar-contactp-hero,
.nexar-destdetail-hero,
.nexar-csd-hero,
.nexar-insd-hero {
    position: relative;
    background-size: cover;
    background-position: center center;
    padding-top: 180px;
    padding-bottom: 120px;
    overflow: hidden;
    min-height: 620px;
    display: flex;
    align-items: center;
}

.nexar-dest-hero__overlay,
.nexar-cs-hero__overlay,
.nexar-ins-hero__overlay,
.nexar-contactp-hero__overlay,
.nexar-destdetail-hero__overlay,
.nexar-csd-hero__overlay,
.nexar-insd-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.65) 100%);
    z-index: 1;
}

.nexar-dest-hero__inner,
.nexar-cs-hero__inner,
.nexar-ins-hero__inner,
.nexar-contactp-hero__inner,
.nexar-destdetail-hero__inner,
.nexar-csd-hero__inner,
.nexar-insd-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 70%;
}

.nexar-dest-hero__title,
.nexar-cs-hero__title,
.nexar-ins-hero__title,
.nexar-contactp-hero__title,
.nexar-destdetail-hero__title,
.nexar-csd-hero__title,
.nexar-insd-hero__title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 92px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.05;
    margin: 0 0 32px;
    letter-spacing: -1px;
}

.nexar-dest-hero__subtitle,
.nexar-cs-hero__subtitle,
.nexar-ins-hero__subtitle,
.nexar-contactp-hero__subtitle,
.nexar-destdetail-hero__desc,
.nexar-csd-hero__desc,
.nexar-insd-hero__title {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.65;
    margin: 0;
    max-width: 720px;
}

.nexar-dest-hero__subtitle,
.nexar-cs-hero__subtitle,
.nexar-ins-hero__subtitle,
.nexar-contactp-hero__subtitle,
.nexar-destdetail-hero__desc,
.nexar-csd-hero__desc {
    font-size: 24px;
}

/* Hero animated lines */
.nexar-dest-hero__lines,
.nexar-cs-hero__lines,
.nexar-ins-hero__lines,
.nexar-contactp-hero__lines,
.nexar-destdetail-hero__lines,
.nexar-csd-hero__lines,
.nexar-insd-hero__lines {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 100%;
    height: 90px;
    pointer-events: none;
    z-index: 3;
}

[class*="-hero__line--"] {
    position: absolute;
    right: 0;
    display: block;
    height: auto;
    max-width: 100%;
    transform: translateX(110vw);
}

[class*="-hero__line--1"] { top: 8px; right: 28.4%; width: 9.9%; max-width: 190px; min-width: 60px; }
[class*="-hero__line--2"] { top: 23px; width: 33.4%; max-width: 641px; min-width: 120px; }
[class*="-hero__line--3"] { top: 51px; width: 28.2%; max-width: 541px; min-width: 100px; }
[class*="-hero__line--4"] { top: 74px; width: 7.6%; max-width: 145px; min-width: 40px; }

.lines-entered [class*="-hero__line--1"] { animation: nexar-line-enter 4s infinite; animation-delay: 0s; }
.lines-entered [class*="-hero__line--2"] { animation: nexar-line-enter 4s infinite; animation-delay: 0.12s; }
.lines-entered [class*="-hero__line--3"] { animation: nexar-line-enter 4s infinite; animation-delay: 0.24s; }
.lines-entered [class*="-hero__line--4"] { animation: nexar-line-enter 4s infinite; animation-delay: 0.36s; }

/* Gradient line after hero */
.nexar-dest-gradient-line,
.nexar-cs-gradient-line,
.nexar-ins-gradient-line,
.nexar-contactp-gradient-line,
.nexar-destdetail-gradient-line,
.nexar-csd-gradient-line,
.nexar-insd-gradient-line {
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #3699FD 0%, #1CD47F 100%);
    margin: 0;
    padding: 0;
}


/* ═══════════════════════════════════════════
   INSIGHTS HERO — Solid purple banner
   ═══════════════════════════════════════════ */
.nexar-ins-hero--solid {
    background: linear-gradient(135deg, #0D006B 0%, #150089 50%, #1400A0 100%) !important;
    min-height: 420px;
    padding-top: 140px;
    padding-bottom: 80px;
    align-items: center;
}

.nexar-ins-hero--solid .nexar-ins-hero__title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 92px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.05;
}

.nexar-ins-hero--solid .nexar-ins-hero__subtitle {
    font-size: 20px;
    font-weight: 400;
    max-width: 700px;
    line-height: 1.65;
}

.nexar-ins-hero--solid .nexar-ins-hero__lines {
    bottom: auto;
    top: 82%;
    transform: translateY(-50%);
    right: 0;
    height: 120px;
}

/* Insights Hero Responsive */
@media screen and (max-width: 1520px) {
    .nexar-ins-hero--solid { padding-top: 160px; padding-bottom: 100px; }
    .nexar-ins-hero--solid .nexar-ins-hero__title { font-size: 80px; }
    .nexar-ins-hero--solid .nexar-ins-hero__subtitle { font-size: 19px; }
}
@media screen and (max-width: 1366px) {
    .nexar-ins-hero--solid { padding-top: 140px; padding-bottom: 80px; }
    .nexar-ins-hero--solid .nexar-ins-hero__title { font-size: 66px; }
    .nexar-ins-hero--solid .nexar-ins-hero__subtitle { font-size: 18px; max-width: 600px; }
}
@media screen and (max-width: 1200px) {
    .nexar-ins-hero--solid { padding-top: 130px; padding-bottom: 70px; min-height: 520px; }
    .nexar-ins-hero--solid .nexar-ins-hero__title { font-size: 56px; }
    .nexar-ins-hero--solid .nexar-ins-hero__subtitle { font-size: 17px; max-width: 550px; }
}
@media screen and (max-width: 1024px) {
    .nexar-ins-hero--solid { padding-top: 110px; padding-bottom: 60px; min-height: 480px; }
    .nexar-ins-hero--solid .nexar-ins-hero__title { font-size: 46px; }
    .nexar-ins-hero--solid .nexar-ins-hero__subtitle { font-size: 16px; max-width: 500px; }
}
@media screen and (max-width: 768px) {
    .nexar-ins-hero--solid { padding-top: 100px; padding-bottom: 50px; min-height: 400px; }
    .nexar-ins-hero--solid .nexar-ins-hero__title { font-size: 36px; }
    .nexar-ins-hero--solid .nexar-ins-hero__subtitle { font-size: 15px; max-width: 100%; }
    .nexar-ins-hero--solid .nexar-ins-hero__lines { display: none; }
}
@media screen and (max-width: 480px) {
    .nexar-ins-hero--solid { padding-top: 90px; padding-bottom: 40px; min-height: 360px; }
    .nexar-ins-hero--solid .nexar-ins-hero__title { font-size: 30px; }
    .nexar-ins-hero--solid .nexar-ins-hero__subtitle { font-size: 13px; }
}

/* ═══════════════════════════════════════════
   DESTINATIONS PAGE — Figma node 828-66
   ═══════════════════════════════════════════ */

/* Hero — bottom-aligned with bars */
.nexar-dest-hero {
    min-height: 620px;
    align-items: center;
    padding-top: 180px;
    padding-bottom: 120px;
}

.nexar-dest-hero__inner {
    max-width: 87%;
}

.nexar-dest-hero__title {
    font-size: 92px;
    font-weight: 600;
    line-height: 1.05;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.nexar-dest-hero__subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.65;
    max-width: 826px;
}

/* Destinations bars — sweep animation within hero bounds */
@keyframes nexar-inner-line-enter {
    0%   { transform: translateX(100%); opacity: 0; animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    15%  { opacity: 1; }
    28%  { transform: translateX(0); animation-timing-function: linear; }
    72%  { transform: translateX(0); animation-timing-function: cubic-bezier(0.55, 0, 0.45, 1); }
    85%  { opacity: 1; }
    100% { transform: translateX(100%); opacity: 0; }
}

.lines-entered .nexar-dest-hero__line--1 { animation: nexar-inner-line-enter 4s infinite; animation-delay: 0s; }
.lines-entered .nexar-dest-hero__line--2 { animation: nexar-inner-line-enter 4s infinite; animation-delay: 0.12s; }
.lines-entered .nexar-dest-hero__line--3 { animation: nexar-inner-line-enter 4s infinite; animation-delay: 0.24s; }
.lines-entered .nexar-dest-hero__line--4 { animation: nexar-inner-line-enter 4s infinite; animation-delay: 0.36s; }

.nexar-dest-hero__lines {
    z-index: 1;
}

.nexar-cs-hero__lines {
    z-index: 1;
}

@media (max-width: 1024px) {
    .nexar-cs-hero__lines { display: none; }
}

/* Destinations hero responsive — matching About page */
/* ── Destinations listing hero responsive ── */
@media (max-width: 1522px) {
    .nexar-dest-hero { padding-top: 160px; padding-bottom: 100px; }
    .nexar-dest-hero__title { font-size: 80px; }
    .nexar-dest-hero__subtitle { font-size: 19px; }
}
@media (max-width: 1440px) {
    .nexar-dest-hero { padding-top: 150px; padding-bottom: 90px; }
    .nexar-dest-hero__title { font-size: 74px; }
    .nexar-dest-hero__subtitle { font-size: 18px; }
    [class*="-hero__line--1"] { top: 8px; right: 24.4%; width: 9.9%; max-width: 190px; min-width: 60px; }
}
@media (max-width: 1366px) {
    .nexar-dest-hero { padding-top: 140px; padding-bottom: 80px; }
    .nexar-dest-hero__title { font-size: 66px; }
    .nexar-dest-hero__subtitle { font-size: 18px; }
}
@media (max-width: 1200px) {
    .nexar-dest-hero { min-height: 520px; padding-top: 130px; padding-bottom: 70px; }
    .nexar-dest-hero__title { font-size: 56px; }
    .nexar-dest-hero__subtitle { font-size: 17px; max-width: 600px; }
}
@media (max-width: 1024px) {
    .nexar-dest-hero { min-height: 480px; padding-top: 110px; padding-bottom: 60px; }
    .nexar-dest-hero__title { font-size: 46px; margin-bottom: 24px; }
    .nexar-dest-hero__subtitle { font-size: 16px; }
    .nexar-dest-hero__inner { max-width: 100%; }
    .nexar-dest-hero__lines { display: none; }
}
@media (max-width: 768px) {
    .nexar-dest-hero { min-height: 400px; padding-top: 100px; padding-bottom: 50px; }
    .nexar-dest-hero__title { font-size: 36px; margin-bottom: 20px; }
    .nexar-dest-hero__subtitle { font-size: 15px; line-height: 1.55; max-width: 100%; }
    .nexar-dest-hero__inner { max-width: 100%; }
}
@media (max-width: 480px) {
    .nexar-dest-hero { min-height: 360px; padding-top: 90px; padding-bottom: 40px; }
    .nexar-dest-hero__title { font-size: 30px; margin-bottom: 16px; }
    .nexar-dest-hero__subtitle { font-size: 14px; }
}

/* ── Destination detail hero responsive ── */
@media (max-width: 1522px) {
    .nexar-destdetail-hero { padding-top: 160px; padding-bottom: 100px; }
    .nexar-destdetail-hero__title { font-size: 80px; }
    .nexar-destdetail-hero__desc { font-size: 20px; }
}
@media (max-width: 1440px) {
    .nexar-destdetail-hero { padding-top: 150px; padding-bottom: 90px; }
    .nexar-destdetail-hero__title { font-size: 74px; }
    .nexar-destdetail-hero__desc { font-size: 19px; }
    .nexar-destdetail-hero__inner { max-width: 750px; }
}
@media (max-width: 1366px) {
    .nexar-destdetail-hero { padding-top: 140px; padding-bottom: 80px; }
    .nexar-destdetail-hero__title { font-size: 66px; }
    .nexar-destdetail-hero__desc { font-size: 18px; }
}
@media (max-width: 1200px) {
    .nexar-destdetail-hero { min-height: 520px; padding-top: 130px; padding-bottom: 70px; }
    .nexar-destdetail-hero__title { font-size: 56px; }
    .nexar-destdetail-hero__desc { font-size: 17px; max-width: 600px; }
    .nexar-destdetail-hero__inner { max-width: 700px; }
}
@media (max-width: 1024px) {
    .nexar-destdetail-hero { min-height: 480px; padding-top: 110px; padding-bottom: 60px; }
    .nexar-destdetail-hero__title { font-size: 46px; margin-bottom: 28px; }
    .nexar-destdetail-hero__desc { font-size: 16px; }
    .nexar-destdetail-hero__inner { max-width: 600px; }
    .nexar-destdetail-hero__lines { height: 70px; }
    .nexar-destdetail-hero__line--2 { top: 18px; }
    .nexar-destdetail-hero__line--3 { top: 40px; }
    .nexar-destdetail-hero__line--4 { top: 58px; }
}
@media (max-width: 768px) {
    .nexar-destdetail-hero { min-height: 400px; padding-top: 100px; padding-bottom: 50px; }
    .nexar-destdetail-hero__title { font-size: 36px; margin-bottom: 20px; }
    .nexar-destdetail-hero__desc { font-size: 15px; line-height: 1.55; max-width: 100%; }
    .nexar-destdetail-hero__inner { max-width: 100%; }
    .nexar-destdetail-hero__lines { height: 60px; bottom: 8%; }
    .nexar-destdetail-hero__line--1 { top: 4px; }
    .nexar-destdetail-hero__line--2 { top: 14px; }
    .nexar-destdetail-hero__line--3 { top: 30px; }
    .nexar-destdetail-hero__line--4 { top: 44px; }
    .nexar-destdetail-gradient-line { height: 6px; }
}
@media (max-width: 480px) {
    .nexar-destdetail-hero { min-height: 360px; padding-top: 90px; padding-bottom: 40px; }
    .nexar-destdetail-hero__title { font-size: 30px; margin-bottom: 16px; }
    .nexar-destdetail-hero__desc { font-size: 14px; }
    .nexar-destdetail-gradient-line { height: 4px; }
}

/* Intro section */
/* ── CAPABILITY SECTION ─────────────────────────────────────────────── */
.nexar-dest-capability {
    background: #FFFFFF;
    padding: 100px 120px;
}

section.nexar-dest-capability {
    padding-bottom: 0px !important;
}

.nexar-dest-capability__inner {
    max-width: 1400px;
    margin: 0 auto;
}

.nexar-dest-capability__heading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 56px;
    font-weight: 500;
    color: #1a1a2e;
    margin: 0 0 40px;
    line-height: 1.15;
}

/* Gradient venue types bar */
.nexar-dest-capability__bar {
    background: linear-gradient(90deg, #3699FD 0%, #1CD47F 100%);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 48px;
    margin-bottom: 48px;
}

.nexar-dest-capability__bar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.nexar-dest-capability__bar-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: block;
}

/* Divider line below bar */
.nexar-dest-capability__bar + .nexar-dest-capability__grid {
    border-top: none;
    padding-top: 40px;
}

/* Two-column grid: list + images */
.nexar-dest-capability__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Numbered list */
.nexar-dest-capability__list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.nexar-dest-capability__item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.nexar-dest-capability__num {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #3699FD;
    min-width: 32px;
    flex-shrink: 0;
}

.nexar-dest-capability__text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.5;
    margin: 0;
}

/* Overlapping images */
.nexar-dest-capability__images {
    position: relative;
    min-height: 500px;
}

.nexar-dest-capability__img {
    position: absolute;
    overflow: hidden;
    border-radius: 4px;
}

.nexar-dest-capability__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nexar-dest-capability__img--1 {
    top: 0;
    left: 0;
    width: 65%;
    height: 70%;
    z-index: 1;
}

.nexar-dest-capability__img--2 {
    bottom: 0;
    right: 0;
    width: 55%;
    height: 60%;
    z-index: 2;
}

/* Keep old class references for responsive compatibility */
.nexar-dest-intro { display: none; }

/* Destination Cards — 4 full-width cards in row with overlay titles */
.nexar-dest-cards {
    background: #FFFFFF;
    padding: 100px 245px;
}

.nexar-dest-cards__inner {
    max-width: 100%;
}

.nexar-dest-cards__heading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 56px;
    font-weight: 500;
    color: #000000;
    margin: 0 0 48px;
    line-height: 1.15;
}

.nexar-dest-cards__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.nexar-dest-cards__card {
    position: relative;
    display: block;
    overflow: hidden;
    height: 480px;
    text-decoration: none;
    border-radius: 0;
}

.nexar-dest-cards__card-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.nexar-dest-cards__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.nexar-dest-cards__card:hover .nexar-dest-cards__card-img img {
    transform: scale(1.06);
}

.nexar-dest-cards__card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 28px;
    background: linear-gradient(180deg, transparent 0%, rgb(0 0 0) 100%);
    z-index: 2;
}

.nexar-dest-cards__card-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #3699FD, #1CD47F);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    border-radius: inherit;
}

.nexar-dest-cards__card:hover .nexar-dest-cards__card-overlay::before {
    opacity: 1;
}

.nexar-dest-cards__card:hover .nexar-dest-cards__card-overlay {
    background: transparent;
}

.nexar-dest-cards__card-title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.3;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.nexar-dest-cards__card-link {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: underline;
    display: block;
    margin-top: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nexar-dest-cards__card:hover .nexar-dest-cards__card-link {
    opacity: 1;
}

/* Our Difference — same pattern as service-detail */
.nexar-dest-diff {
    background: #F8F8F8;
    padding: 100px 245px;
}

.nexar-dest-diff__inner {
    max-width: 100%;
}

.nexar-dest-diff__label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1A1A1A;
    display: block;
    margin-bottom: 12px;
}

.nexar-dest-diff__heading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 20px;
    line-height: 1.1;
}

.nexar-dest-diff__desc {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.7;
    margin: 0;
    max-width: 900px;
}

.nexar-dest-diff__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 60px;
}

.nexar-dest-diff__card {
    padding: 40px 32px;
    border-left: 1px solid #E0E0E0;
}

.nexar-dest-diff__card:first-child {
    border-left: none;
    padding-left: 0;
}

.nexar-dest-diff__card:last-child { padding-right: 0; }

.nexar-dest-diff__icon {
    margin-bottom: 28px;
}

.nexar-dest-diff__icon img {
    width: 48px;
    height: 48px;
    display: block;
}

.nexar-dest-diff__card-title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 16px;
    line-height: 1.25;
}

.nexar-dest-diff__card-desc {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.65;
    margin: 0;
}

/* What We Offer — blue gradient section */
.nexar-dest-offer {
    background-color: #150089;
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 100px 245px;
    position: relative;
    overflow: hidden;
}

.nexar-dest-offer__inner {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.nexar-dest-offer__content {
    margin-bottom: 60px;
    max-width: 900px;
}

.nexar-dest-offer__label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-bottom: 20px;
}

.nexar-dest-offer__heading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 56px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 28px;
    line-height: 1.15;
    white-space: nowrap;
}

.nexar-dest-offer__highlight {
    background: linear-gradient(90deg, #3699FD, #1CD47F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nexar-dest-offer__desc {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin: 0;
}

/* Two-column numbered grid */
.nexar-dest-offer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 60px;
}

.nexar-dest-offer__col {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.nexar-dest-offer__item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 28px 0;
    cursor: default;
    transition: transform 0.3s ease, padding-left 0.3s ease;
}

.nexar-dest-offer__item:hover {
    transform: translateX(8px);
}

.nexar-dest-offer__num {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1CD47F;
    min-width: 32px;
    transition: transform 0.3s ease, font-size 0.3s ease;
}

.nexar-dest-offer__item:hover .nexar-dest-offer__num {
    transform: scale(1.3);
    text-shadow: 0 0 12px rgba(28, 212, 127, 0.5);
}

.nexar-dest-offer__text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.nexar-dest-offer__item:hover .nexar-dest-offer__text {
    color: #1CD47F;
}


/* ═══════════════════════════════════════════
   DESTINATION DETAIL PAGE
   ═══════════════════════════════════════════ */

/* Overview — same layout as About Us Vision */
.nexar-destdetail-overview {
    background: #FFFFFF;
    padding: 100px 245px;
}

.nexar-destdetail-overview__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.nexar-destdetail-overview__label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1A1A1A;
    display: block;
    margin-bottom: 12px;
}

.nexar-destdetail-overview__title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 24px;
    line-height: 1.15;
}

.nexar-destdetail-overview__text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.7;
}

/* Right images — asymmetric overlapping layout */
.nexar-destdetail-overview__right {
    position: relative;
    min-height: 550px;
    padding: 0;
}

.nexar-destdetail-overview__img {
    position: absolute;
    overflow: hidden;
}

.nexar-destdetail-overview__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Top-left small image */
.nexar-destdetail-overview__img--1 {
    top: 0;
    left: 0;
    width: 45%;
    height: 38%;
    z-index: 1;
}

/* Right tall image */
.nexar-destdetail-overview__img--2 {
    top: 0;
    right: 0;
    width: 50%;
    height: 70%;
    z-index: 2;
}

/* Bottom-left image */
.nexar-destdetail-overview__img--3 {
    bottom: 0;
    left: 10%;
    width: 55%;
    height: 50%;
    z-index: 3;
}

/* Key Highlights */
.nexar-destdetail-highlights {
    background: #F8F8F8;
    padding: 100px 245px;
}

.nexar-destdetail-highlights__inner {
    max-width: 100%;
}

.nexar-destdetail-highlights__heading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 60px;
    line-height: 1.15;
}

.nexar-destdetail-highlights__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.nexar-destdetail-highlights__card {
    padding: 40px 32px;
    border-left: 1px solid #E0E0E0;
}

.nexar-destdetail-highlights__card:first-child {
    border-left: none;
    padding-left: 0;
}

.nexar-destdetail-highlights__num {
    font-family: 'Noto Sans', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #150089;
    display: block;
    margin-bottom: 16px;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
    cursor: default;
}

.nexar-destdetail-highlights__card:hover .nexar-destdetail-highlights__num {
    transform: scale(1.2);
    color: #1CD47F;
    text-shadow: 0 0 10px rgba(28, 212, 127, 0.3);
}

.nexar-destdetail-highlights__card-title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 12px;
    line-height: 1.3;
}

.nexar-destdetail-highlights__card-desc {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.65;
    margin: 0;
}

/* === CULTURAL HIGHLIGHTS === */
.nexar-destdetail-cultural {
    background: #FFFFFF;
    padding: 60px 245px 0;
    overflow: hidden;
}

.nexar-destdetail-cultural__inner {
    max-width: 100%;
    text-align: center;
}

.nexar-destdetail-cultural__heading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 56px;
    font-weight: 500;
    color: #000000;
    margin: 0 0 24px;
    line-height: 1.15;
}

.nexar-destdetail-cultural__text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.7;
    margin: 0 auto 60px;
    max-width: 900px;
}

.nexar-destdetail-cultural__collage {
    position: relative;
    height: 218px !important;
    max-width: 100%;
}

.nexar-destdetail-cultural__photo {
    position: absolute;
    overflow: visible;
    background: transparent;
    padding: 0;
}

.nexar-destdetail-cultural__photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
}

/* Photo 1 */
.nexar-destdetail-cultural__photo--1 {
    left: 5%;
    top: 10%;
    width: 220px;
    height: 280px;
    transform: rotate(-6deg);
    z-index: 1;
}

/* Photo 2 */
.nexar-destdetail-cultural__photo--2 {
    left: 22%;
    top: 5%;
    width: 240px;
    height: 300px;
    transform: rotate(3deg);
    z-index: 2;
}

/* Photo 3 */
.nexar-destdetail-cultural__photo--3 {
    left: 39%;
    top: 8%;
    width: 260px;
    height: 280px;
    transform: rotate(-2deg);
    z-index: 3;
}

/* Photo 4 */
.nexar-destdetail-cultural__photo--4 {
    left: 57%;
    top: 2%;
    width: 240px;
    height: 300px;
    transform: rotate(4deg);
    z-index: 2;
}

/* Photo 5 */
.nexar-destdetail-cultural__photo--5 {
    left: 74%;
    top: 15%;
    width: 220px;
    height: 280px;
    transform: rotate(6deg);
    z-index: 1;
}

/* Cultural Highlights Responsive */
@media screen and (max-width: 1520px) {
    .nexar-destdetail-cultural { padding: 60px 120px 0; }
    .nexar-destdetail-cultural__heading { font-size: 48px; }
    .nexar-destdetail-cultural__photo--1,
    .nexar-destdetail-cultural__photo--5 { width: 190px; height: 250px; }
    .nexar-destdetail-cultural__photo--2,
    .nexar-destdetail-cultural__photo--4 { width: 210px; height: 270px; }
    .nexar-destdetail-cultural__photo--3 { width: 230px; height: 260px; }
    .nexar-destdetail-cultural__collage { height: 380px; }
}
@media screen and (max-width: 1366px) {
    .nexar-destdetail-cultural { padding: 50px 80px 0; }
    .nexar-destdetail-cultural__heading { font-size: 42px; }
    .nexar-destdetail-cultural__photo--1,
    .nexar-destdetail-cultural__photo--5 { width: 170px; height: 220px; }
    .nexar-destdetail-cultural__photo--2,
    .nexar-destdetail-cultural__photo--4 { width: 190px; height: 240px; }
    .nexar-destdetail-cultural__photo--3 { width: 210px; height: 230px; }
    .nexar-destdetail-cultural__collage { height: 340px; }
}
@media screen and (max-width: 1200px) {
    .nexar-destdetail-cultural { padding: 40px 60px 0; }
    .nexar-destdetail-cultural__heading { font-size: 36px; }
    .nexar-destdetail-cultural__text { font-size: 16px; }
    .nexar-destdetail-cultural__photo--1,
    .nexar-destdetail-cultural__photo--5 { width: 150px; height: 200px; }
    .nexar-destdetail-cultural__photo--2,
    .nexar-destdetail-cultural__photo--4 { width: 170px; height: 220px; }
    .nexar-destdetail-cultural__photo--3 { width: 190px; height: 210px; }
    .nexar-destdetail-cultural__collage { height: 300px; }
}
@media screen and (max-width: 1024px) {
    .nexar-destdetail-cultural { padding: 40px 40px 0; }
    .nexar-destdetail-cultural__heading { font-size: 32px; }
    .nexar-destdetail-cultural__photo--1,
    .nexar-destdetail-cultural__photo--5 { width: 130px; height: 170px; }
    .nexar-destdetail-cultural__photo--2,
    .nexar-destdetail-cultural__photo--4 { width: 150px; height: 190px; }
    .nexar-destdetail-cultural__photo--3 { width: 170px; height: 180px; }
    .nexar-destdetail-cultural__collage { height: 260px; }
}
@media screen and (max-width: 768px) {
    .nexar-destdetail-cultural { padding: 32px 24px 0; }
    .nexar-destdetail-cultural__heading { font-size: 28px; }
    .nexar-destdetail-cultural__text { font-size: 15px; margin-bottom: 40px; }
    .nexar-destdetail-cultural__collage { height: 220px; }
    .nexar-destdetail-cultural__photo { padding: 0; }
    .nexar-destdetail-cultural__photo--1,
    .nexar-destdetail-cultural__photo--5 { width: 100px; height: 130px; }
    .nexar-destdetail-cultural__photo--2,
    .nexar-destdetail-cultural__photo--4 { width: 115px; height: 150px; }
    .nexar-destdetail-cultural__photo--3 { width: 130px; height: 140px; }
}
@media screen and (max-width: 480px) {
    .nexar-destdetail-cultural { padding: 24px 16px 0; }
    .nexar-destdetail-cultural__heading { font-size: 24px; }
    .nexar-destdetail-cultural__text { font-size: 14px; margin-bottom: 30px; }
    .nexar-destdetail-cultural__collage { height: 180px; }
    .nexar-destdetail-cultural__photo { padding: 0; }
    .nexar-destdetail-cultural__photo--1,
    .nexar-destdetail-cultural__photo--5 { width: 80px; height: 110px; }
    .nexar-destdetail-cultural__photo--2,
    .nexar-destdetail-cultural__photo--4 { width: 95px; height: 125px; }
    .nexar-destdetail-cultural__photo--3 { width: 110px; height: 120px; }
}

/* === PLAN YOUR EVENT CTA === */
.nexar-destdetail-cta {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 120px;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.nexar-destdetail-cta__inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.nexar-destdetail-cta__card {
    background: #fff;
    padding: 50px 48px;
    max-width: 420px;
    position: relative;
    z-index: 2;
}

.nexar-destdetail-cta__heading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 1.15;
    margin: 0 0 20px;
}

.nexar-destdetail-cta__heading--highlight {
    background: linear-gradient(to right, #3699FD, #1CD47F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nexar-destdetail-cta__text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #1A1A1A;
    margin: 0 0 36px;
}

.nexar-destdetail-cta__btn {
    display: inline-block;
    padding: 16px 36px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    background: linear-gradient(to right, #3699FD, #1CD47F);
    text-decoration: none;
    transition: opacity 0.3s;
    border: none;
    position: relative;
    overflow: hidden;
}

.nexar-destdetail-cta__btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent               0%,
        rgba(255, 255, 255, 0.26) 50%,
        transparent               100%
    );
    transform: translateX(-150%) skewX(-20deg);
    pointer-events: none;
}

.nexar-destdetail-cta__btn:hover {
    opacity: 0.9;
}

.nexar-destdetail-cta__btn:hover::after {
    animation: nexar-shine 0.55s ease-in-out forwards;
}

@media (prefers-reduced-motion: reduce) {
    .nexar-destdetail-cta__btn::after {
        display: none;
    }
}

/* Plan Your Event CTA Responsive */
@media screen and (max-width: 1520px) {
    .nexar-destdetail-cta { padding: 72px 42px; min-height: 450px; }
    .nexar-destdetail-cta__heading { font-size: 38px; }
    .nexar-destdetail-cta__card { padding: 48px 44px; max-width: 500px; }
    .nexar-destdetail-cta__text { font-size: 18px; }
    .nexar-destdetail-cta__btn { font-size: 18px; }
}
@media screen and (max-width: 1440px) {
    .nexar-destdetail-cta { padding: 68px 40px; min-height: 420px; }
    .nexar-destdetail-cta__heading { font-size: 36px; }
    .nexar-destdetail-cta__card { padding: 44px 40px; max-width: 480px; }
    .nexar-destdetail-cta__text { font-size: 17px; }
    .nexar-destdetail-cta__btn { font-size: 17px; }
}
@media screen and (max-width: 1366px) {
    .nexar-destdetail-cta { padding: 64px 36px; min-height: 400px; }
    .nexar-destdetail-cta__heading { font-size: 34px; }
    .nexar-destdetail-cta__card { padding: 40px 36px; max-width: 460px; }
    .nexar-destdetail-cta__text { font-size: 16px; }
    .nexar-destdetail-cta__btn { font-size: 16px; }
}
@media screen and (max-width: 1200px) {
    .nexar-destdetail-cta { padding: 60px 32px; min-height: 380px; }
    .nexar-destdetail-cta__heading { font-size: 32px; }
    .nexar-destdetail-cta__card { padding: 40px 36px; max-width: 420px; }
    .nexar-destdetail-cta__text { font-size: 16px; }
    .nexar-destdetail-cta__btn { font-size: 16px; }
}
@media screen and (max-width: 1024px) {
    .nexar-destdetail-cta { padding: 60px 32px; min-height: 350px; }
    .nexar-destdetail-cta__heading { font-size: 28px; }
    .nexar-destdetail-cta__card { padding: 40px 36px; max-width: 380px; }
    .nexar-destdetail-cta__text { font-size: 15px; }
    .nexar-destdetail-cta__btn { font-size: 16px; }
}
@media screen and (max-width: 768px) {
    .nexar-destdetail-cta {
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 80px 120px;
        min-height: 500px;
        display: flex;
        align-items: center;
        align-content: flex-start;
        flex-wrap: wrap;
    }
    .nexar-destdetail-cta__inner { width: 80%; }
    .nexar-destdetail-cta__heading { font-size: 26px; }
    .nexar-destdetail-cta__card { max-width: 100%; padding: 32px 28px; }
    .nexar-destdetail-cta__text { font-size: 14px; margin-bottom: 24px; }
    .nexar-destdetail-cta__btn { padding: 14px 28px; font-size: 14px; }
}
@media screen and (max-width: 480px) {
    .nexar-destdetail-cta { padding: 24px 16px; min-height: auto; flex-direction: column; }
    .nexar-destdetail-cta__card { max-width: 100%; padding: 24px 20px; }
    .nexar-destdetail-cta__heading { font-size: 24px; }
    .nexar-destdetail-cta__text { font-size: 13px; }
    .nexar-destdetail-cta__btn { font-size: 14px; }
}

/* === INSIGHTS SLIDER === */
.nexar-ins-slider {
    position: relative;
    overflow: hidden;
}

.nexar-ins-slider__inner {
    position: relative;
}

.nexar-ins-slider__track {
    position: relative;
}

.nexar-ins-slider__slide {
    display: none;
    width: 100%;
}

.nexar-ins-slider__slide.is-active {
    text-decoration: none;
    color: inherit;
    display: flex !important;
    flex-direction: row !important;
    border: 1px solid #eee;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    animation: insSlideIn 0.6s ease forwards;
}

@keyframes insSlideIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.nexar-ins-slider__content {
    background: linear-gradient(135deg, #3699FD 0%, #1CD47F 100%);
    padding: 48px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 45%;
    flex-shrink: 0;
    box-sizing: border-box;
}

.nexar-ins-slider__meta {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
    text-transform: capitalize;
}

.nexar-ins-slider__title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.25;
    margin: 0 0 16px;
    text-transform: capitalize;
}

.nexar-ins-slider__excerpt {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin: 0 0 28px;
    text-transform: capitalize;
}

.nexar-ins-slider__link {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: opacity 0.3s;
}

.nexar-ins-slider__link:hover {
    opacity: 0.8;
}

.nexar-ins-slider__image {
    position: relative;
    overflow: hidden;
    width: 55%;
    flex-shrink: 0;
    height: auto;
}

.nexar-ins-slider__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.nexar-ins-slider__indicators {
    position: absolute;
    bottom: 24px;
    left: 48px;
    display: flex;
    gap: 6px;
    z-index: 5;
}

.nexar-ins-slider__dot {
    width: 28px;
    height: 3px;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: background 0.3s;
}

.nexar-ins-slider__dot.is-active {
    background: #FFFFFF;
}

/* Insights Slider Responsive */
@media screen and (max-width: 1520px) {
    .nexar-ins-slider__content { padding: 44px 44px; }
    .nexar-ins-slider__title { font-size: 30px; }
    .nexar-ins-slider__indicators { left: 44px; }
}
@media screen and (max-width: 1366px) {
    .nexar-ins-slider__content { padding: 40px 40px; }
    .nexar-ins-slider__title { font-size: 28px; }
    .nexar-ins-slider__excerpt { font-size: 14px; }
    .nexar-ins-slider__indicators { left: 40px; bottom: 20px; }
}
@media screen and (max-width: 1200px) {
    .nexar-ins-slider__content { padding: 36px 36px; }
    .nexar-ins-slider__title { font-size: 26px; }
    .nexar-ins-slider__meta { font-size: 13px; }
    .nexar-ins-slider__excerpt { font-size: 14px; }
    .nexar-ins-slider__indicators { bottom: 18px; left: 36px; }
}
@media screen and (max-width: 1024px) {
    .nexar-ins-slider__content { padding: 32px 28px; }
    .nexar-ins-slider__title { font-size: 22px; }
    .nexar-ins-slider__excerpt { font-size: 13px; margin-bottom: 20px; }
    .nexar-ins-slider__indicators { bottom: 16px; left: 28px; }
    .nexar-ins-slider__dot { width: 22px; }
}
@media screen and (max-width: 768px) {
    .nexar-ins-slider__slide.is-active { flex-direction: column !important; }
    .nexar-ins-slider__content { width: 100%; }
    .nexar-ins-slider__image { width: 100%; height: 260px; }
    .nexar-ins-slider__content { padding: 32px 28px; }
    .nexar-ins-slider__title { font-size: 22px; }
    .nexar-ins-slider__meta { font-size: 12px; margin-bottom: 14px; }
    .nexar-ins-slider__excerpt { font-size: 13px; margin-bottom: 18px; }
    .nexar-ins-slider__image { height: 260px; }
    .nexar-ins-slider__indicators { position: relative; bottom: auto; left: auto; padding: 14px 28px; background: linear-gradient(135deg, #3699FD 0%, #1CD47F 100%); }
    .nexar-ins-slider__dot { width: 20px; }
}
@media screen and (max-width: 480px) {
    .nexar-ins-slider__content { padding: 24px 20px; }
    .nexar-ins-slider__title { font-size: 20px; }
    .nexar-ins-slider__excerpt { font-size: 12px; }
    .nexar-ins-slider__indicators { padding: 12px 20px; }
}

/* === VENUE OPTIONS CTA === */
.nexar-destdetail-venue {
    background: #FFFFFF;
    padding: 60px 245px;
}

.nexar-destdetail-venue__inner {
    max-width: 100%;
}

.nexar-destdetail-venue__card {
    background: #150089;
    border-radius: 0;
    padding: 80px 80px;
    position: relative;
    overflow: hidden;
}

.nexar-destdetail-venue__content {
    position: relative;
    z-index: 2;
    max-width: 70%;
}

.nexar-destdetail-venue__heading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 24px;
    line-height: 1.15;
}

.nexar-destdetail-venue__text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin: 0 0 40px;
}

.nexar-destdetail-venue__btn {
    display: inline-block;
    padding: 14px 36px;
    background: linear-gradient(to right, #3699FD, #1CD47F);
    color: #FFFFFF;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    transition: opacity 0.3s ease;
}

.nexar-destdetail-venue__btn:hover {
    opacity: 0.9;
}

.nexar-destdetail-venue__pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
}

.nexar-destdetail-venue__pattern img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
}

/* Venue CTA Responsive */
@media screen and (max-width: 1520px) {
    .nexar-destdetail-venue { padding: 50px 120px; }
}
@media screen and (max-width: 1366px) {
    .nexar-destdetail-venue { padding: 50px 80px; }
    .nexar-destdetail-venue__card { padding: 60px 60px; }
    .nexar-destdetail-venue__heading { font-size: 42px; }
}
@media screen and (max-width: 1200px) {
    .nexar-destdetail-venue { padding: 40px 60px; }
    .nexar-destdetail-venue__card { padding: 50px 50px; }
    .nexar-destdetail-venue__heading { font-size: 36px; }
    .nexar-destdetail-venue__text { font-size: 16px; }
}
@media screen and (max-width: 1024px) {
    .nexar-destdetail-venue { padding: 40px 40px; }
    .nexar-destdetail-venue__card { padding: 40px 40px; }
    .nexar-destdetail-venue__heading { font-size: 32px; }
    .nexar-destdetail-venue__pattern { width: 50%; height: 100%; top: 0; right: 0; }
}
@media screen and (max-width: 768px) {
    .nexar-destdetail-venue { padding: 30px 24px; }
    .nexar-destdetail-venue__card { padding: 36px 28px; }
    .nexar-destdetail-venue__heading { font-size: 28px; }
    .nexar-destdetail-venue__text { font-size: 15px; margin-bottom: 28px; }
    .nexar-destdetail-venue__pattern { width: 45%; height: 100%; top: 0; right: 0; opacity: 0.7; }
}
@media screen and (max-width: 480px) {
    .nexar-destdetail-venue { padding: 24px 16px; }
    .nexar-destdetail-venue__card { padding: 28px 20px; }
    .nexar-destdetail-venue__heading { font-size: 24px; }
    .nexar-destdetail-venue__text { font-size: 14px; }
    .nexar-destdetail-venue__btn { padding: 12px 28px; font-size: 14px; }
    .nexar-destdetail-venue__pattern { display: none; }
}

/* Gallery */
.nexar-destdetail-gallery {
    background: #FFFFFF;
    padding: 80px 245px;
}

.nexar-destdetail-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.nexar-destdetail-gallery__item { overflow: hidden; }
.nexar-destdetail-gallery__item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.nexar-destdetail-gallery__item:hover img { transform: scale(1.05); }

.nexar-destdetail-gallery__item:first-child {
    grid-column: span 2;
    grid-row: span 2;
}
.nexar-destdetail-gallery__item:first-child img { height: 100%; }


/* ═══════════════════════════════════════════
   CASE STUDIES LISTING PAGE
   ═══════════════════════════════════════════ */

/* === CASE STUDIES LISTING === */
.nexar-cs-listing {
    background: #FFFFFF;
    padding: 80px 120px 60px;
}

.nexar-cs-listing__inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header: Title + Search */
.nexar-cs-listing__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 40px;
}

.nexar-cs-listing__title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 56px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 1.15;
    max-width: 700px;
    transition: all 0.4s ease;
}

.nexar-cs-listing__title:hover {
    background: linear-gradient(90deg, #3699FD, #1CD47F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nexar-cs-listing__search {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 0;
    min-width: 260px;
    background: #fff;
}

.nexar-cs-listing__search-input {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    border: none;
    outline: none;
    padding: 12px 16px;
    flex: 1;
    color: #1A1A1A;
    background: transparent;
}

.nexar-cs-listing__search-input::placeholder {
    color: #999;
}

.nexar-cs-listing__search-btn {
    background: none;
    border: none;
    padding: 12px 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-left: 1px solid #ddd;
}

/* Cards Container */
.nexar-cs-listing__cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 50px;
}

/* Base Card */
.nexar-cs-card {
    display: flex;
    text-decoration: none;
    color: inherit;
    border: 1px solid #eee;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    min-height: 280px;
}

.nexar-cs-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.nexar-cs-card__content {
    flex: 1;
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nexar-cs-card__image {
    flex: 1;
    overflow: hidden;
    min-height: 280px;
}

.nexar-cs-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.nexar-cs-card:hover .nexar-cs-card__image img {
    transform: scale(1.04);
}

.nexar-cs-card__category {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    display: block;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
}

.nexar-cs-card__title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: #000;
    margin: 0 0 16px;
    line-height: 1.2;
}

.nexar-cs-card__desc {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.7;
    margin: 0 0 24px;
}

.nexar-cs-card__link {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.nexar-cs-card__link svg { transition: transform 0.3s ease; }
.nexar-cs-card:hover .nexar-cs-card__link svg { transform: translateX(4px); }

/* Card Hover — green gradient on content side */
.nexar-cs-card__content {
    transition: background 0.4s ease;
}

.nexar-cs-card:hover .nexar-cs-card__content {
    background: linear-gradient(135deg, #3699FD 0%, #1CD47F 100%);
}

.nexar-cs-card__category,
.nexar-cs-card__title,
.nexar-cs-card__desc,
.nexar-cs-card__link {
    transition: color 0.4s ease;
}

.nexar-cs-card:hover .nexar-cs-card__category {
    color: rgba(255, 255, 255, 0.85);
}

.nexar-cs-card:hover .nexar-cs-card__title {
    color: #fff;
}

.nexar-cs-card:hover .nexar-cs-card__desc {
    color: rgba(255, 255, 255, 0.9);
}

.nexar-cs-card:hover .nexar-cs-card__link {
    color: #fff;
    text-decoration-color: rgba(255, 255, 255, 0.6);
}

/* No Results */
.nexar-cs-listing__no-results {
    text-align: center;
    padding: 60px 20px;
}

.nexar-cs-listing__no-results p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    color: #777;
}

/* Pagination */
.nexar-cs-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 0 40px;
}

.nexar-cs-pagination__btn {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 4px;
    transition: color 0.2s;
}

.nexar-cs-pagination__btn:hover { color: #2CC5A0; }

.nexar-cs-pagination__pages {
    display: flex;
    gap: 4px;
    margin: 0 12px;
}

.nexar-cs-pagination__page {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    text-decoration: none;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: all 0.2s;
}

.nexar-cs-pagination__page:hover {
    border-color: #ddd;
}

.nexar-cs-pagination__page--active {
    border-color: #000;
    color: #000;
    font-weight: 500;
}

/* Case Studies Listing Responsive */
@media screen and (max-width: 1520px) {
    .nexar-cs-listing { padding: 70px 100px 50px; }
    .nexar-cs-listing__title { font-size: 48px; }
    .nexar-cs-card__title { font-size: 36px; }
    .nexar-cs-card__category { font-size: 18px; }
    .nexar-cs-card__desc { font-size: 18px; }
    .nexar-cs-card__link { font-size: 18px; }
}
@media screen and (max-width: 1366px) {
    .nexar-cs-listing { padding: 60px 80px 50px; }
    .nexar-cs-listing__title { font-size: 42px; }
    .nexar-cs-card__title { font-size: 32px; }
    .nexar-cs-card__category { font-size: 16px; }
    .nexar-cs-card__desc { font-size: 16px; }
    .nexar-cs-card__link { font-size: 16px; }
    .nexar-cs-card__content { padding: 36px 32px; }
}
@media screen and (max-width: 1200px) {
    .nexar-cs-listing { padding: 50px 60px 40px; }
    .nexar-cs-listing__title { font-size: 36px; max-width: 380px; }
    .nexar-cs-card__title { font-size: 28px; }
    .nexar-cs-card__category { font-size: 15px; }
    .nexar-cs-card__desc { font-size: 15px; }
    .nexar-cs-card__link { font-size: 15px; }
    .nexar-cs-card__content { padding: 30px 28px; }
    .nexar-cs-listing__search { min-width: 230px; }
}
@media screen and (max-width: 1024px) {
    .nexar-cs-listing { padding: 40px 40px 30px; }
    .nexar-cs-listing__title { font-size: 32px; max-width: 340px; }
    .nexar-cs-listing__search { min-width: 200px; }
    .nexar-cs-card__title { font-size: 24px; }
    .nexar-cs-card__category { font-size: 14px; }
    .nexar-cs-card__desc { font-size: 14px; }
    .nexar-cs-card__link { font-size: 14px; }
    .nexar-cs-card__content { padding: 24px 22px; }
    .nexar-cs-card { min-height: 240px; }
    .nexar-cs-card__image { min-height: 240px; }
}
@media screen and (max-width: 768px) {
    .nexar-cs-listing { padding: 30px 24px 24px; }
    .nexar-cs-listing__header { flex-direction: column; gap: 16px; }
    .nexar-cs-listing__title { font-size: 28px; max-width: 100%; }
    .nexar-cs-listing__search { width: 100%; min-width: unset; }
    .nexar-cs-card { flex-direction: column-reverse; min-height: auto; }
    .nexar-cs-card__image { min-height: 220px; max-height: 260px; }
    .nexar-cs-card__content { padding: 24px 20px; }
    .nexar-cs-card__title { font-size: 22px; }
    .nexar-cs-card__category { font-size: 13px; }
    .nexar-cs-card__desc { font-size: 13px; }
    .nexar-cs-card__link { font-size: 13px; }
    .nexar-cs-listing__cards { gap: 24px; }
}
@media screen and (max-width: 480px) {
    .nexar-cs-listing { padding: 24px 16px 20px; }
    .nexar-cs-listing__title { font-size: 24px; }
    .nexar-cs-listing__search-input { font-size: 13px; padding: 10px 12px; }
    .nexar-cs-card__image { min-height: 180px; max-height: 220px; }
    .nexar-cs-card__content { padding: 20px 16px; }
    .nexar-cs-card__title { font-size: 20px; }
    .nexar-cs-card__category { font-size: 12px; }
    .nexar-cs-card__desc { font-size: 12px; }
    .nexar-cs-card__link { font-size: 12px; }
    .nexar-cs-listing__cards { gap: 20px; }
    .nexar-cs-pagination__btn { font-size: 13px; }
    .nexar-cs-pagination__page { width: 32px; height: 32px; font-size: 13px; }
}

/* CTA Section */
.nexar-cs-cta {
    background: linear-gradient(135deg, #150089 0%, #1400A0 50%, #0D006B 100%);
    padding: 100px 245px;
    text-align: center;
}

.nexar-cs-cta__inner {
    max-width: 700px;
    margin: 0 auto;
}

.nexar-cs-cta__heading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 20px;
    line-height: 1.15;
}

.nexar-cs-cta__desc {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin: 0 0 40px;
}

.nexar-cs-cta__btn {
    display: inline-block;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    background: linear-gradient(90deg, #3699FD, #1CD47F);
    padding: 16px 40px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.nexar-cs-cta__btn:hover { opacity: 0.9; }


/* ═══════════════════════════════════════════
   CASE STUDY DETAIL PAGE
   ═══════════════════════════════════════════ */

/* Override shared hero — solid dark background, no image */
.nexar-csd-hero {
    background: #150089 !important;
    background-image: none !important;
    min-height: 520px;
    padding-top: 180px;
    padding-bottom: 100px;
    align-items: center;
}

.nexar-csd-hero__overlay { display: none; }

.nexar-csd-hero__inner {
    max-width: 70%;
}

.nexar-csd-hero__title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 92px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.05;
    margin: 0 0 32px;
    letter-spacing: -1px;
}

.nexar-csd-hero__cat {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 0.5px;
    display: block;
    margin: 0;
}

/* Overview section */
.nexar-csd-overview {
    background: #FFFFFF;
    padding: 80px 120px;
}

.nexar-csd-overview__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.nexar-csd-overview__heading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 56px;
    font-weight: 500;
    color: #000000;
    line-height: 1.2;
    margin: 0 0 20px;
}

.nexar-csd-overview__stats {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.nexar-csd-overview__stat {
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #1A1A1A;
}

.nexar-csd-overview__stat-sep {
    font-size: 16px;
    color: #CCCCCC;
}

.nexar-csd-overview__image {
    width: 100%;
    overflow: hidden;
}

.nexar-csd-overview__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 540px;
}

/* Programme Overview — two-column: text left, image right */
.nexar-csd-programme {
    background: #FFFFFF;
    padding: 80px 120px;
}

.nexar-csd-programme__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.nexar-csd-programme__heading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 56px;
    font-weight: 500;
    color: #000000;
    line-height: 1.2;
    margin: 0 0 24px;
}

.nexar-csd-programme__body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.75;
}

.nexar-csd-programme__image {
    overflow: hidden;
}

.nexar-csd-programme__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 320px;
    max-height: 480px;
}

/* Outcomes section */
.nexar-csd-outcomes {
    background: #FFFFFF;
    padding: 80px 120px;
}

.nexar-csd-outcomes__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.nexar-csd-outcomes__heading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 56px;
    font-weight: 500;
    color: #000000;
    line-height: 1.2;
    margin: 0 0 48px;
}

.nexar-csd-outcomes__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.nexar-csd-outcomes__card {
    background: #FFFFFF;
    border: none;
    border-left: 1px solid #DDDDDD;
    border-radius: 0;
    padding: 0 28px;
}

.nexar-csd-outcomes__card:first-child {
    border-left: none;
    padding-left: 0;
}

.nexar-csd-outcomes__value {
    font-family: 'Noto Sans', sans-serif;
    font-size: 96px;
    font-weight: 300;
    line-height: 1;
    display: block;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #3699FD, #1CD47F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nexar-csd-outcomes__value--icon {
    margin-bottom: 16px;
    display: block;
    background: none;
    -webkit-text-fill-color: initial;
}

.nexar-csd-outcomes__value--icon svg {
    display: block;
}

.nexar-csd-outcomes__label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 1.5;
    display: block;
}

/* Stats bar */
.nexar-csd-stats {
    background: #150089;
    padding: 60px 245px;
}

.nexar-csd-stats__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.nexar-csd-stats__item {
    text-align: center;
    padding: 20px 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.nexar-csd-stats__item:first-child { border-left: none; }

.nexar-csd-stats__value {
    font-family: 'Noto Sans', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
    display: block;
    margin-bottom: 8px;
    line-height: 1;
}

.nexar-csd-stats__label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

/* Content sections */
.nexar-csd-content {
    background: #FFFFFF;
    padding: 100px 245px;
}

.nexar-csd-content__inner {
    max-width: 900px;
    margin: 0 auto;
}

.nexar-csd-content__block {
    margin-bottom: 60px;
}

.nexar-csd-content__heading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 24px;
    line-height: 1.2;
}

.nexar-csd-content__text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.7;
}

.nexar-csd-content__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 60px 0;
}

.nexar-csd-content__img { overflow: hidden; }
.nexar-csd-content__img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.nexar-csd-content__result {
    background: linear-gradient(135deg, #3699FD, #1CD47F);
    padding: 60px;
    margin-top: 60px;
}

.nexar-csd-content__result .nexar-csd-content__heading { color: #FFFFFF; }
.nexar-csd-content__result .nexar-csd-content__text { color: rgba(255, 255, 255, 0.9); }

/* Other Case Studies section */
.nexar-csd-other {
    background: #FFFFFF;
    padding: 80px 120px;
}

.nexar-csd-other__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.nexar-csd-other__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.nexar-csd-other__heading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 56px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.nexar-csd-other__nav {
    display: flex;
    gap: 12px;
}

.nexar-csd-other__arrow {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #1CD47F;
    transition: color 0.2s;
}

.nexar-csd-other__arrow:hover { color: #150089; }

.nexar-csd-other__track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    overflow: hidden;
}

.nexar-csd-other__card {
    text-decoration: none;
    color: inherit;
    border: 1px solid #EEEEEE;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s;
}

.nexar-csd-other__card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.nexar-csd-other__card-img {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.nexar-csd-other__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.nexar-csd-other__card:hover .nexar-csd-other__card-img img {
    transform: scale(1.04);
}

.nexar-csd-other__card-body {
    padding: 24px;
}

.nexar-csd-other__card-meta {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #999;
    display: block;
    margin-bottom: 10px;
}

.nexar-csd-other__card-title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    margin: 0 0 16px;
}

.nexar-csd-other__card-link {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.nexar-csd-other__card:hover .nexar-csd-other__card-link {
    color: #1CD47F;
}

/* ── CSD Hero Responsive (padding + category only; title sizes from shared hero rules) ── */
@media screen and (max-width: 1520px) {
    .nexar-csd-hero { padding-top: 160px; padding-bottom: 90px; }
    .nexar-csd-overview { padding: 70px 120px; }
    .nexar-csd-programme { padding: 70px 120px; }
    .nexar-csd-outcomes { padding: 70px 120px; }
    .nexar-csd-other { padding: 70px 120px; }
}
@media screen and (max-width: 1366px) {
    .nexar-csd-hero { padding-top: 140px; padding-bottom: 80px; }
    .nexar-csd-overview { padding: 60px 80px; }
    .nexar-csd-overview__heading { font-size: 48px; }
    .nexar-csd-programme { padding: 60px 80px; }
    .nexar-csd-programme__heading { font-size: 48px; }
    .nexar-csd-programme__inner { gap: 40px; }
    .nexar-csd-outcomes { padding: 60px 80px; }
    .nexar-csd-outcomes__heading { font-size: 48px; }
    .nexar-csd-outcomes__value { font-size: 84px; }
    .nexar-csd-other { padding: 60px 80px; }
    .nexar-csd-other__heading { font-size: 48px; }
}
@media screen and (max-width: 1200px) {
    .nexar-csd-hero { padding-top: 140px; padding-bottom: 80px; min-height: 520px; }
    .nexar-csd-hero .nexar-csd-hero__title { font-size: 68px; }
    .nexar-csd-hero__cat { font-size: 18px; }
    .nexar-csd-overview { padding: 50px 60px; }
    .nexar-csd-overview__heading { font-size: 42px; }
    .nexar-csd-overview__stat { font-size: 22px; }
    .nexar-csd-programme { padding: 50px 60px; }
    .nexar-csd-programme__heading { font-size: 42px; }
    .nexar-csd-programme__body { font-size: 19px; }
    .nexar-csd-outcomes { padding: 50px 60px; }
    .nexar-csd-outcomes__heading { font-size: 42px; }
    .nexar-csd-outcomes__value { font-size: 72px; }
    .nexar-csd-outcomes__label { font-size: 22px; }
    .nexar-csd-other { padding: 50px 60px; }
    .nexar-csd-other__heading { font-size: 42px; }
    .nexar-csd-other__card-img { height: 240px; }
    .nexar-csd-other__card-title { font-size: 28px; }
    .nexar-csd-other__card-meta { font-size: 18px; }
    .nexar-csd-other__card-link { font-size: 18px; }
}
@media screen and (max-width: 1024px) {
    .nexar-csd-hero { padding-top: 110px; padding-bottom: 60px; min-height: 400px; }
    .nexar-csd-hero__cat { font-size: 15px; }
    .nexar-csd-overview { padding: 40px 40px; }
    .nexar-csd-overview__heading { font-size: 36px; }
    .nexar-csd-overview__stats { margin-bottom: 36px; }
    .nexar-csd-overview__stat { font-size: 20px; }
    .nexar-csd-programme { padding: 40px 40px; }
    .nexar-csd-programme__inner { gap: 32px; }
    .nexar-csd-programme__heading { font-size: 36px; }
    .nexar-csd-programme__body { font-size: 18px; }
    .nexar-csd-outcomes { padding: 40px 40px; }
    .nexar-csd-outcomes__grid { grid-template-columns: repeat(4, 1fr); }
    .nexar-csd-outcomes__heading { font-size: 36px; }
    .nexar-csd-outcomes__value { font-size: 56px; }
    .nexar-csd-outcomes__label { font-size: 18px; }
    .nexar-csd-other { padding: 40px 40px; }
    .nexar-csd-other__heading { font-size: 36px; }
    .nexar-csd-other__track { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .nexar-csd-other__card-img { height: 220px; }
    .nexar-csd-other__card-title { font-size: 26px; }
    .nexar-csd-other__card-meta { font-size: 16px; }
    .nexar-csd-other__card-link { font-size: 16px; }
}
@media screen and (max-width: 768px) {
    .nexar-csd-hero { padding-top: 100px; padding-bottom: 50px; min-height: 360px; }
    .nexar-csd-hero__cat { font-size: 14px; }
    .nexar-csd-hero__inner { max-width: 100%; }
    .nexar-csd-hero__lines { display: none; }
    .nexar-csd-overview { padding: 36px 24px; }
    .nexar-csd-overview__heading { font-size: 30px; }
    .nexar-csd-overview__stats { gap: 10px; margin-bottom: 28px; }
    .nexar-csd-overview__stat { font-size: 18px; }
    .nexar-csd-overview__image img { max-height: 360px; }
    .nexar-csd-programme { padding: 36px 24px; }
    .nexar-csd-programme__inner { grid-template-columns: 1fr; gap: 28px; }
    .nexar-csd-programme__heading { font-size: 30px; }
    .nexar-csd-programme__body { font-size: 17px; }
    .nexar-csd-programme__image img { min-height: 260px; max-height: 360px; }
    .nexar-csd-outcomes { padding: 36px 24px; }
    .nexar-csd-outcomes__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .nexar-csd-outcomes__card:nth-child(odd) { border-left: none; }
    .nexar-csd-outcomes__value { font-size: 60px; }
    .nexar-csd-outcomes__heading { font-size: 30px; margin-bottom: 32px; }
    .nexar-csd-outcomes__label { font-size: 20px; }
    .nexar-csd-other { padding: 36px 24px; }
    .nexar-csd-other__heading { font-size: 30px; }
    .nexar-csd-other__header { margin-bottom: 28px; }
    .nexar-csd-other__track {
        grid-template-columns: 1fr;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .nexar-csd-other__card { scroll-snap-align: start; min-width: 280px; }
    .nexar-csd-other__card-img { height: 200px; }
    .nexar-csd-other__card-title { font-size: 24px; }
    .nexar-csd-other__card-meta { font-size: 15px; }
    .nexar-csd-other__card-link { font-size: 15px; }
}
@media screen and (max-width: 480px) {
    .nexar-csd-hero { padding-top: 90px; padding-bottom: 40px; min-height: 300px; }
    .nexar-csd-hero__cat { font-size: 13px; }
    .nexar-csd-overview { padding: 28px 16px; }
    .nexar-csd-overview__heading { font-size: 26px; }
    .nexar-csd-overview__stat { font-size: 16px; }
    .nexar-csd-overview__image img { max-height: 260px; }
    .nexar-csd-programme { padding: 28px 16px; }
    .nexar-csd-programme__heading { font-size: 26px; }
    .nexar-csd-programme__body { font-size: 16px; }
    .nexar-csd-programme__image img { min-height: 220px; max-height: 280px; }
    .nexar-csd-outcomes { padding: 40px 16px; }
    .nexar-csd-outcomes__heading { font-size: 26px; margin-bottom: 28px; }
    .nexar-csd-outcomes__grid { grid-template-columns: 1fr 1fr; }
    .nexar-csd-outcomes__value { font-size: 48px; }
    .nexar-csd-outcomes__value--icon svg { width: 48px; height: 48px; }
    .nexar-csd-outcomes__label { font-size: 18px; }
    .nexar-csd-outcomes__card { padding: 24px 20px; }
    .nexar-csd-other { padding: 28px 16px; }
    .nexar-csd-other__heading { font-size: 26px; }
    .nexar-csd-other__card-title { font-size: 20px; }
    .nexar-csd-other__card-meta { font-size: 14px; }
    .nexar-csd-other__card-link { font-size: 14px; }
    .nexar-csd-other__card-body { padding: 16px; }
}


/* ═══════════════════════════════════════════
   INSIGHTS LISTING PAGE
   ═══════════════════════════════════════════ */

/* === INSIGHTS FEATURED SLIDER === */
.nexar-ins-featured {
    padding: 30px 120px 40px;
    background: #fff;
    display: block !important;
    width: 100%;
}

.nexar-ins-featured__slider {
    position: relative;
    border-radius: 0;
    overflow: hidden !important;
    box-shadow: none;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.nexar-ins-featured__track {
    display: flex !important;
    flex-wrap: nowrap !important;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
}

.nexar-ins-featured__slide {
    min-width: 100% !important;
    width: 100% !important;
    flex-shrink: 0 !important;
}

.nexar-ins-featured__link {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    text-decoration: none;
    color: inherit;
    height: 520px;
    overflow: hidden;
}

.nexar-ins-featured__content {
    background: linear-gradient(135deg, #3699FD 0%, #1CD47F 100%);
    padding: 50px 50px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.nexar-ins-featured__date {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    display: block;
    margin-bottom: 20px;
}

.nexar-ins-featured__title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 20px;
}

.nexar-ins-featured__excerpt {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    line-height: 1.6;
    margin: 0 0 28px;
    max-width: 520px;
}

.nexar-ins-featured__read {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-bottom: 30px;
}

/* Slide indicators — positioned bottom-left of gradient content */
.nexar-ins-featured__indicators {
    position: absolute;
    bottom: 24px;
    left: 50px;
    display: flex;
    gap: 8px;
    z-index: 5;
}

.nexar-ins-featured__indicator {
    height: 5px;
    width: 40px;
    border-radius: 3px;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
    transition: background 0.3s, width 0.3s;
}

.nexar-ins-featured__indicator.is-active {
    background: #150089;
    width: 50px;
}

/* Legacy bars — hidden */
.nexar-ins-featured__bars { display: none; }

.nexar-ins-featured__img {
    overflow: hidden;
    position: relative;
}

.nexar-ins-featured__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.nexar-ins-featured__link:hover .nexar-ins-featured__img img {
    transform: scale(1.03);
}

@media (max-width: 1520px) {
    .nexar-ins-featured { padding: 30px 100px 40px; }
}
@media (max-width: 1366px) {
    .nexar-ins-featured { padding: 30px 80px 36px; }
}
@media (max-width: 1200px) {
    .nexar-ins-featured { padding: 24px 60px 32px; }
    .nexar-ins-featured__content { padding: 40px 40px 36px; }
    .nexar-ins-featured__title { font-size: 34px; }
    .nexar-ins-featured__date,
    .nexar-ins-featured__excerpt,
    .nexar-ins-featured__read { font-size: 17px; }
}
@media (max-width: 1024px) {
    .nexar-ins-featured { padding: 20px 40px 28px; }
    .nexar-ins-featured__content { padding: 36px 32px 60px; }
    .nexar-ins-featured__title { font-size: 28px; }
    .nexar-ins-featured__date,
    .nexar-ins-featured__excerpt,
    .nexar-ins-featured__read { font-size: 16px; }
    .nexar-ins-featured__link { height: 420px; }
    .nexar-ins-featured__indicators { bottom: 20px; left: 32px; }
}
@media (max-width: 768px) {
    .nexar-ins-featured { padding: 20px 24px 24px; }
    .nexar-ins-featured__slider { overflow: hidden !important; }
    .nexar-ins-featured__slide { min-width: 100% !important; width: 100% !important; height: 640px; }
    .nexar-ins-featured__link { grid-template-columns: 1fr !important; min-height: auto; height: auto; }
    .nexar-ins-featured__img { height: 240px; order: -1; flex-shrink: 0; }
    .nexar-ins-featured__content { padding: 28px 24px 28px; }
    .nexar-ins-featured__title { font-size: 24px; }
    .nexar-ins-featured__date,
    .nexar-ins-featured__excerpt,
    .nexar-ins-featured__read { font-size: 15px; }
    .nexar-ins-featured__excerpt { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; text-overflow: ellipsis; max-width: 100%; min-height: calc(5 * 1.6 * 15px); }
    .nexar-ins-featured__content { min-height: 380px; }
    .nexar-ins-featured__indicators { position: relative; bottom: auto; left: auto; background: #fff; padding: 14px 24px; gap: 8px; justify-content: center; }
    .nexar-ins-featured__indicator { background: rgba(0,0,0,0.15); }
    .nexar-ins-featured__indicator.is-active { background: #150089; }
}
@media (max-width: 480px) {
    .nexar-ins-featured { padding: 16px 16px 20px; }
    .nexar-ins-featured__link { min-height: auto; }
    .nexar-ins-featured__img { height: 180px; }
    .nexar-ins-featured__content { padding: 24px 16px 24px; }
    .nexar-ins-featured__title { font-size: 20px; }
    .nexar-ins-featured__date,
    .nexar-ins-featured__excerpt,
    .nexar-ins-featured__read { font-size: 14px; }
    .nexar-ins-featured__indicators { padding: 12px 16px; }
}

/* === INSIGHTS FILTER BAR === */
.nexar-ins-filter {
    background: #fff;
    padding: 100px 120px 0;
}
/* Gap between filter row and featured slider, and between slider and articles, in merged section */
.nexar-ins-filter.nexar-ins-featured .nexar-ins-featured__slider,
.nexar-ins-filter.nexar-ins-featured .nexar-ins-articles__inner {
    margin-top: 40px;
}
@media (max-width: 1024px) {
    .nexar-ins-filter.nexar-ins-featured .nexar-ins-featured__slider,
    .nexar-ins-filter.nexar-ins-featured .nexar-ins-articles__inner { margin-top: 28px; }
}
@media (max-width: 768px) {
    .nexar-ins-filter.nexar-ins-featured .nexar-ins-featured__slider,
    .nexar-ins-filter.nexar-ins-featured .nexar-ins-articles__inner { margin-top: 20px; }
}
@media (max-width: 480px) {
    .nexar-ins-filter.nexar-ins-featured .nexar-ins-featured__slider,
    .nexar-ins-filter.nexar-ins-featured .nexar-ins-articles__inner { margin-top: 16px; }
}
.nexar-ins-filter__inner {
    /* max-width: 1200px; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.nexar-ins-filter__search {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    min-width: 280px;
}
.nexar-ins-filter__search-input {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    border: none;
    outline: none;
    padding: 12px 16px;
    flex: 1;
    color: #1A1A1A;
    background: transparent;
}
.nexar-ins-filter__search-input::placeholder { color: #999; }
.nexar-ins-filter__search-btn {
    background: none;
    border: none;
    padding: 12px 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-left: 1px solid #ddd;
}
.nexar-ins-filter__category { position: relative; }
.nexar-ins-filter__select {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #1A1A1A;
    border: 1px solid #ddd;
    padding: 12px 40px 12px 16px;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    min-width: 200px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}
.nexar-ins-filter__select:focus { outline: none; border-color: #999; }

/* === INSIGHTS ARTICLES === */
.nexar-ins-articles {
    background: #fff;
    padding: 0 120px 80px;
}
.nexar-ins-articles__inner {
    /* max-width: 1200px; */
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

@media screen and (max-width: 1024px) {
    .nexar-ins-articles__inner { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 768px) {
    .nexar-ins-articles__inner { grid-template-columns: 1fr; }
    .nexar-ins-articles { padding: 30px 24px 60px; }
}
@media screen and (max-width: 480px) {
    .nexar-ins-articles { padding: 20px 16px 40px; }
    .nexar-ins-articles__inner { gap: 24px; }
}

/* Featured article — full width across all columns */
.nexar-ins-article--featured {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    min-height: 480px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    flex-direction: unset;
}
.nexar-ins-article--featured .nexar-ins-article__content--feat {
    padding: 60px 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, #3699FD 0%, #1CD47F 100%);
}
.nexar-ins-article--featured .nexar-ins-article__image--feat {
    overflow: hidden;
}
.nexar-ins-article--featured .nexar-ins-article__image--feat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.nexar-ins-article--featured:hover .nexar-ins-article__image--feat img {
    transform: scale(1.04);
}
.nexar-ins-article--featured .nexar-ins-article__meta {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    margin-bottom: 14px;
    display: block;
}
.nexar-ins-article--featured .nexar-ins-article__title--feat {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 16px;
}
.nexar-ins-article--featured .nexar-ins-article__excerpt {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 24px;
}
.nexar-ins-article--featured .nexar-ins-article__link {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* Featured responsive */
@media screen and (max-width: 1024px) {
    .nexar-ins-article--featured { min-height: 400px; }
    .nexar-ins-article--featured .nexar-ins-article__title--feat { font-size: 28px; }
    .nexar-ins-article--featured .nexar-ins-article__content--feat { padding: 40px 36px; }
}
@media screen and (max-width: 768px) {
    .nexar-ins-article--featured { grid-template-columns: 1fr !important; min-height: auto; }
    .nexar-ins-article--featured .nexar-ins-article__image--feat { height: 280px; order: -1; }
    .nexar-ins-article--featured .nexar-ins-article__content--feat { padding: 32px 24px; }
    .nexar-ins-article--featured .nexar-ins-article__title--feat { font-size: 24px; }
}
@media screen and (max-width: 480px) {
    .nexar-ins-article--featured .nexar-ins-article__image--feat { height: 220px; }
    .nexar-ins-article--featured .nexar-ins-article__title--feat { font-size: 20px; }
    .nexar-ins-article--featured .nexar-ins-article__content--feat { padding: 24px 16px; }
}
.nexar-ins-article--featured .nexar-ins-article__link {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(255,255,255,0.5);
}

/* Regular grid card */
.nexar-ins-article {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}
.nexar-ins-article:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.nexar-ins-article__image--card {
    height: 220px;
    overflow: hidden;
}
.nexar-ins-article__image--card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.nexar-ins-article:hover .nexar-ins-article__image--card img {
    transform: scale(1.04);
}

.nexar-ins-article__content--card {
    padding: 24px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.nexar-ins-article__meta {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #888;
    display: block;
    margin-bottom: 10px;
}
.nexar-ins-article__title {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    color: #000;
    margin: 0 0 10px;
    line-height: 1.3;
}
.nexar-ins-article__excerpt {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.6;
    margin: 0 0 16px;
    flex: 1;
}
.nexar-ins-article__link {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.nexar-ins-article__link svg { transition: transform 0.3s ease; }
.nexar-ins-article:hover .nexar-ins-article__link svg { transform: translateX(4px); }

.nexar-ins-articles__no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
}
.nexar-ins-articles__no-results p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    color: #777;
}

/* Insights Filter + Articles Responsive */
@media screen and (max-width: 1520px) {
    .nexar-ins-filter { padding: 36px 100px 0; }
    .nexar-ins-articles { padding: 36px 100px 70px; }
}
@media screen and (max-width: 1366px) {
    .nexar-ins-filter { padding: 32px 80px 0; }
    .nexar-ins-articles { padding: 32px 80px 60px; }
    .nexar-ins-article--featured .nexar-ins-article__title--feat { font-size: 28px; }
}
@media screen and (max-width: 1200px) {
    .nexar-ins-filter { padding: 28px 60px 0; }
    .nexar-ins-articles { padding: 28px 60px 50px; }
    .nexar-ins-article--featured .nexar-ins-article__title--feat { font-size: 26px; }
    .nexar-ins-article--featured { min-height: 300px; }
}
@media screen and (max-width: 1024px) {
    .nexar-ins-filter { padding: 24px 40px 0; }
    .nexar-ins-articles { padding: 24px 40px 40px; }
    .nexar-ins-filter__search { min-width: 220px; }
    .nexar-ins-filter__select { min-width: 170px; }
    .nexar-ins-article--featured .nexar-ins-article__title--feat { font-size: 22px; }
    /* ins article title font-size handled by .fs-h4 */
    .nexar-ins-article__meta,
    .nexar-ins-article__excerpt { font-size: 16px; }
    .nexar-ins-article__link { font-size: 16px; }
}
@media screen and (max-width: 768px) {
    .nexar-ins-filter { padding: 20px 24px 0; }
    .nexar-ins-filter__inner { flex-direction: row; gap: 26px; align-items: stretch; }
    .nexar-ins-filter__search { flex: 1; min-width: 0; overflow: hidden; }
    /* min-width: 0 lets the native <input> shrink inside the flex container —
       without it the input keeps its default intrinsic width and pushes the
       button outside the bordered box. */
    .nexar-ins-filter__search-input {
        padding: 10px 12px;
        font-size: 13px;
        min-width: 0;
        width: 100%;
    }
    /* Match input vertical padding so icon sits centered in the combined box */
    .nexar-ins-filter__search-btn {
        padding: 10px 12px;
        align-self: stretch;
        justify-content: center;
        flex-shrink: 0;
    }
    .nexar-ins-filter__search-btn svg { width: 16px; height: 16px; display: block; }
    .nexar-ins-filter__select { min-width: 150px; font-size: 13px; padding: 10px 32px 10px 12px; background-position: right 10px center; }
    .nexar-ins-articles { padding: 20px 24px 40px; }
    .nexar-ins-article--featured { flex-direction: column; min-height: auto; }
    .nexar-ins-article--featured .nexar-ins-article__content--feat { padding: 28px 24px; }
    .nexar-ins-article--featured .nexar-ins-article__image--feat { height: 220px; }
    .nexar-ins-article--featured .nexar-ins-article__title--feat { font-size: 22px; }
}
@media screen and (max-width: 480px) {
    .nexar-ins-filter { padding: 50px 16px 24px; }
    .nexar-ins-articles { padding: 16px 16px 30px; }
    .nexar-ins-filter__search-input { font-size: 13px; padding: 10px 12px; }
    .nexar-ins-filter__select { font-size: 13px; padding: 10px 12px 10px 12px; }
    .nexar-ins-article--featured .nexar-ins-article__title--feat { font-size: 20px; }
    /* ins article title font-size handled by .fs-h4 */
    .nexar-ins-article__meta,
    .nexar-ins-article__excerpt { font-size: 14px; }
    .nexar-ins-article__link { font-size: 14px; }
    .nexar-ins-article__image--card { height: 180px; }
}


/* === INSIGHTS PAGINATION === */
.nexar-ins-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 48px 0 0;
    max-width: 1200px;
    margin: 0 auto;
}

.nexar-ins-pagination__prev,
.nexar-ins-pagination__next {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    background: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    transition: color 0.2s;
}

.nexar-ins-pagination__prev:disabled,
.nexar-ins-pagination__next:disabled {
    color: #ccc;
    cursor: default;
}

.nexar-ins-pagination__prev:not(:disabled):hover,
.nexar-ins-pagination__next:not(:disabled):hover {
    color: #150089;
}

.nexar-ins-pagination__pages {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nexar-ins-pagination__page {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #1A1A1A;
    background: none;
    border: 2px solid transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.nexar-ins-pagination__page:hover {
    color: #150089;
}

.nexar-ins-pagination__page.is-active {
    color: #150089;
    border-color: #150089;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .nexar-ins-pagination { gap: 4px; padding: 32px 0 0; }
    .nexar-ins-pagination__prev,
    .nexar-ins-pagination__next { font-size: 13px; padding: 8px 10px; }
    .nexar-ins-pagination__page { width: 34px; height: 34px; font-size: 13px; }
}
@media screen and (max-width: 480px) {
    .nexar-ins-pagination__prev span,
    .nexar-ins-pagination__next span { display: none; }
}


/* ═══════════════════════════════════════════
   INSIGHT DETAIL PAGE
   ═══════════════════════════════════════════ */

/* Override shared hero — solid dark background */
.nexar-insd-hero {
    background: #150089 !important;
    background-image: none !important;
    min-height: 520px;
    padding-top: 180px;
    padding-bottom: 100px;
    align-items: flex-end;
}

.nexar-insd-hero__overlay { display: none; }

.nexar-insd-hero__inner {
    max-width: 87%;
}

.nexar-insd-hero__title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 64px !important;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.1;
    margin: 0 0 28px;
    letter-spacing: -0.5px;
    max-width: 900px;
}

.nexar-insd-hero__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.nexar-insd-hero__date {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.nexar-insd-hero__sep {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.35);
}

.nexar-insd-hero__cat {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    text-transform: none;
    letter-spacing: 0;
}

.nexar-insd-hero__tags {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
}

/* ── INSD Hero Responsive ── */
@media screen and (max-width: 1520px) {
    .nexar-insd-hero { padding-top: 160px; padding-bottom: 90px; }
    .nexar-insd-hero__title { font-size: 56px !important; max-width: 780px; }
    .nexar-insd-hero__date, .nexar-insd-hero__sep, .nexar-insd-hero__cat { font-size: 18px; }
    .nexar-insd-hero__tags { font-size: 18px; }
}
@media screen and (max-width: 1366px) {
    .nexar-insd-hero { padding-top: 140px; padding-bottom: 80px; }
    .nexar-insd-hero__title { font-size: 50px !important; max-width: 700px; }
    .nexar-insd-hero__date, .nexar-insd-hero__sep, .nexar-insd-hero__cat { font-size: 17px; }
    .nexar-insd-hero__tags { font-size: 17px; }
}
@media screen and (max-width: 1200px) {
    .nexar-insd-hero { padding-top: 130px; padding-bottom: 70px; min-height: 520px; }
    .nexar-insd-hero__title { font-size: 44px !important; max-width: 620px; }
    .nexar-insd-hero__date, .nexar-insd-hero__sep, .nexar-insd-hero__cat { font-size: 16px; }
    .nexar-insd-hero__tags { font-size: 16px; }
}
@media screen and (max-width: 1024px) {
    .nexar-insd-hero { padding-top: 110px; padding-bottom: 60px; min-height: 480px; }
    .nexar-insd-hero__title { font-size: 38px !important; max-width: 540px; }
    .nexar-insd-hero__date, .nexar-insd-hero__sep, .nexar-insd-hero__cat { font-size: 15px; }
    .nexar-insd-hero__tags { font-size: 15px; }
}
@media screen and (max-width: 768px) {
    .nexar-insd-hero { padding-top: 100px; padding-bottom: 50px; min-height: 400px; }
    .nexar-insd-hero__title { font-size: 32px !important; max-width: 100%; }
    .nexar-insd-hero__inner { max-width: 100%; }
    .nexar-insd-hero__date, .nexar-insd-hero__sep, .nexar-insd-hero__cat { font-size: 14px; }
    .nexar-insd-hero__tags { font-size: 14px; }
}
@media screen and (max-width: 480px) {
    .nexar-insd-hero { padding-top: 90px; padding-bottom: 40px; min-height: 360px; }
    .nexar-insd-hero__title { font-size: 26px !important; }
    .nexar-insd-hero__date, .nexar-insd-hero__sep, .nexar-insd-hero__cat { font-size: 13px; }
    .nexar-insd-hero__tags { font-size: 13px; }
    .nexar-insd-hero__meta { flex-wrap: wrap; gap: 6px; }
}

/* Two-column layout: article + sidebar */
.nexar-insd-layout {
    background: #FFFFFF;
    padding: 80px 120px;
}

.nexar-insd-layout__inner {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 30px;
    /* max-width: 1200px; */
    margin: 0 auto;
}

/* ── Article (left column) ── */
/* Content images inside the insight detail body — responsive, full-width safe */
.nexar-insd-article__body img,
.nexar-insd-article .nexar-post-content img,
.nexar-post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 24px auto;
}
.nexar-insd-article__body .wp-block-image,
.nexar-insd-article__body .wp-block-image > figure,
.nexar-post-content .wp-block-image,
.nexar-post-content .wp-block-image > figure {
    margin: 24px 0;
    max-width: 100%;
}
.nexar-insd-article__body .wp-block-gallery,
.nexar-post-content .wp-block-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 24px 0;
}
.nexar-insd-article__body .wp-block-gallery .wp-block-image,
.nexar-post-content .wp-block-gallery .wp-block-image {
    margin: 0;
    width: 100%;
}
.nexar-insd-article__body .wp-block-gallery .wp-block-image img,
.nexar-post-content .wp-block-gallery .wp-block-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.nexar-insd-article__body .wp-block-columns,
.nexar-post-content .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 24px 0;
}
.nexar-insd-article__body .wp-block-columns .wp-block-column,
.nexar-post-content .wp-block-columns .wp-block-column {
    flex: none !important;
    min-width: 0;
}
@media (max-width: 768px) {
    .nexar-insd-article__body .wp-block-gallery,
    .nexar-post-content .wp-block-gallery,
    .nexar-insd-article__body .wp-block-columns,
    .nexar-post-content .wp-block-columns {
        grid-template-columns: 1fr;
    }
}

.nexar-insd-article {
    background: none;
    padding: 0;
}

.nexar-insd-article__heading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin: 0 0 24px;
    line-height: 1.2;
}

.nexar-insd-article__intro p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.7;
    margin: 0 0 36px;
}

.nexar-insd-article__feature-img {
    margin-bottom: 40px;
    overflow: hidden;
}

.nexar-insd-article__feature-img img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    display: block;
}

.nexar-insd-article__subheading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin: 0 0 20px;
    line-height: 1.35;
}

.nexar-insd-article__body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.7;
    margin-bottom: 28px;
}

.nexar-insd-article__list {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 40px;
}

.nexar-insd-article__list li {
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.7;
    margin-bottom: 14px;
}

/* ── Sidebar (right column) ── */
.nexar-insd-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
}

.nexar-insd-sidebar__block {
    margin-bottom: 32px;
}

/* Categories block */
.nexar-insd-sidebar__categories {
    background-color: #150089;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 28px 24px;
    border-radius: 0;
    width: 420px;
    min-height: 570px;
}

.nexar-insd-sidebar__title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 18px;
}

.nexar-insd-sidebar__cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nexar-insd-sidebar__cat-list li {
    margin-bottom: 12px;
}

.nexar-insd-sidebar__cat-list li a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s;
}

.nexar-insd-sidebar__cat-list li a:hover {
    color: #1CD47F;
}

/* Divider between categories and tags */
.nexar-insd-sidebar__divider {
    border: none;
    margin: 24px 0;
}

.nexar-insd-sidebar__title--tags {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 14px;
    padding-top: 0;
    border-top: none;
}

.nexar-insd-sidebar__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.nexar-insd-sidebar__tag {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 8px 18px;
    border-radius: 0;
    display: inline-block;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.nexar-insd-sidebar__tag:hover {
    background: #FFFFFF;
    color: #150089;
}

/* Recent Blogs */
.nexar-insd-sidebar__recent {
    margin-top: 8px;
    width: 420px;
    border: 1px solid #EEEEEE;
    padding: 28px 24px;
}

.nexar-insd-sidebar__recent-title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin: 0 0 24px;
}

.nexar-insd-sidebar__blog-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.nexar-insd-sidebar__blog-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.nexar-insd-sidebar__blog-meta {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #999;
    display: block;
    margin-bottom: 8px;
}

.nexar-insd-sidebar__blog-title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    margin: 0 0 10px;
}

.nexar-insd-sidebar__blog-link {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.nexar-insd-sidebar__blog-link:hover {
    color: #1CD47F;
}

/* ── INSD Layout Responsive ── */
@media screen and (max-width: 1520px) {
    .nexar-insd-layout { padding: 70px 80px; }
}
/* 1280px-range only — restore the design-intent 80px horizontal padding
   (the global `.pad-section` class forces 130px; `!important` required).
   Explicit grid so columns + gap fit the inner exactly, and sidebar
   blocks fit the column (fixed 420px overflowed this narrower column). */
@media screen and (min-width: 1201px) and (max-width: 1366px) {
    .nexar-insd-layout {
        /* padding-left: 80px !important; */
        /* padding-right: 80px !important; */
    }
    .nexar-insd-layout__inner { grid-template-columns: 1fr 280px; gap: 30px; }
    .nexar-insd-sidebar__categories,
    .nexar-insd-sidebar__recent { width: 100%; }
    article.nexar-insd-article {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media screen and (max-width: 1200px) {
    .nexar-insd-layout { padding: 60px 60px; }
    .nexar-insd-layout__inner { grid-template-columns: 1fr 280px; gap: 40px; }
}
@media screen and (max-width: 1024px) {
    .nexar-insd-layout { padding: 50px 40px; }
    .nexar-insd-layout__inner { grid-template-columns: 1fr 260px; gap: 32px; }
    .nexar-insd-article__heading { font-size: 30px; }
    .nexar-insd-article__intro p,
    .nexar-insd-article__body,
    .nexar-insd-article__list li { font-size: 20px; }
    .nexar-insd-article__subheading { font-size: 20px; }
    .nexar-insd-sidebar__title { font-size: 20px; }
    .nexar-insd-sidebar__title--tags { font-size: 20px; }
    .nexar-insd-sidebar__cat-list li a { font-size: 17px; }
    .nexar-insd-sidebar__tag { font-size: 16px; padding: 6px 14px; }
    .nexar-insd-sidebar__categories { width: 100%; min-height: auto; }
    .nexar-insd-sidebar__recent { width: 100%; }
    .nexar-insd-sidebar__recent-title { font-size: 20px; }
    .nexar-insd-sidebar__blog-title { font-size: 20px; }
    .nexar-insd-sidebar__blog-meta { font-size: 16px; }
    .nexar-insd-sidebar__blog-link { font-size: 16px; }
}
@media screen and (max-width: 768px) {
    .nexar-insd-layout { padding: 36px 24px; }
    .nexar-insd-layout__inner { grid-template-columns: 1fr; gap: 0px; }
    .nexar-insd-article__heading { font-size: 26px; }
    .nexar-insd-article__intro p,
    .nexar-insd-article__body,
    .nexar-insd-article__list li { font-size: 18px; }
    .nexar-insd-article__subheading { font-size: 18px; }
    .nexar-insd-sidebar { position: static; }
    .nexar-insd-sidebar__title { font-size: 18px; }
    .nexar-insd-sidebar__title--tags { font-size: 18px; }
    .nexar-insd-sidebar__cat-list li a { font-size: 16px; }
    .nexar-insd-sidebar__tag { font-size: 15px; padding: 6px 12px; }
    .nexar-insd-sidebar__recent-title { font-size: 18px; }
    .nexar-insd-sidebar__blog-title { font-size: 18px; }
    .nexar-insd-sidebar__blog-meta { font-size: 15px; }
    .nexar-insd-sidebar__blog-link { font-size: 15px; }
}
@media screen and (max-width: 480px) {
    .nexar-insd-layout { padding: 28px 16px; }
    .nexar-insd-article__heading { font-size: 24px; }
    .nexar-insd-article__intro p,
    .nexar-insd-article__body,
    .nexar-insd-article__list li { font-size: 16px; }
    .nexar-insd-article__subheading { font-size: 16px; }
    .nexar-insd-sidebar__recent-title { font-size: 16px; }
    .nexar-insd-sidebar__blog-title { font-size: 16px; }
    .nexar-insd-sidebar__blog-meta { font-size: 14px; }
    .nexar-insd-sidebar__blog-link { font-size: 14px; }
}

/* Author banner + Prev/Next navigation */
.nexar-insd-author-nav {
    /* background: #FFFFFF; */
    /* width: 1170px; */
    /* max-width: 100%; */
    /* margin: 0 auto; */
    /* padding: 0 0 80px; */
}

section.nexar-insd-author-nav {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.nexar-insd-author-nav__inner {
    max-width: 100%;
    margin: 0;
}

/* Author bar */
.nexar-insd-author {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, #3699FD, #1CD47F);
    padding: 18px 28px;
    /* margin-bottom: 60px; */
}

.nexar-insd-author__icon {
    width: 64px;
    height: 64px;
    background: #150089;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nexar-insd-author__icon img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.nexar-insd-author__text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
}

/* Prev / Next */
.nexar-insd-prevnext {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 28px 0;
}

.nexar-insd-prevnext__item {
    text-decoration: none;
    color: inherit;
    max-width: 45%;
}

.nexar-insd-prevnext__item--next {
    text-align: right;
    margin-left: auto;
}

.nexar-insd-prevnext__label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.nexar-insd-prevnext__label svg {
    width: 25px;
    height: 25px;
    fill: none;
}

.nexar-insd-prevnext__item--next .nexar-insd-prevnext__label {
    justify-content: flex-end;
}

.nexar-insd-prevnext__title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.5;
    display: block;
}

.nexar-insd-prevnext__item:hover .nexar-insd-prevnext__label {
    color: #150089;
}

/* Author + Nav Responsive */
@media screen and (max-width: 1520px) {
    .nexar-insd-author-nav { width: 100%; padding: 0 80px 60px; }
    .nexar-insd-author__text { font-size: 28px; }
}
@media screen and (max-width: 1200px) {
    .nexar-insd-author-nav { padding: 0 60px 50px; }
    .nexar-insd-author__text { font-size: 24px; }
}
@media screen and (max-width: 1024px) {
    .nexar-insd-author-nav { padding: 0 40px 40px; }
    .nexar-insd-author__text { font-size: 22px; }
    .nexar-insd-prevnext__label { font-size: 18px; }
    .nexar-insd-prevnext__label svg { width: 22px; height: 22px; }
    .nexar-insd-prevnext__title { font-size: 18px; }
}
@media screen and (max-width: 768px) {
    .nexar-insd-author-nav { padding: 0 24px 36px; }
    .nexar-insd-author__text { font-size: 18px; }
    .nexar-insd-prevnext { flex-direction: column; gap: 24px; }
    .nexar-insd-prevnext__item { max-width: 100%; }
    .nexar-insd-prevnext__item--next { text-align: left; }
    .nexar-insd-prevnext__item--next .nexar-insd-prevnext__label { justify-content: flex-start; }
    .nexar-insd-prevnext__label { font-size: 16px; }
    .nexar-insd-prevnext__label svg { width: 20px; height: 20px; }
    .nexar-insd-prevnext__title { font-size: 16px; }
}
@media screen and (max-width: 480px) {
    .nexar-insd-author-nav { padding: 0 16px 28px; }
    .nexar-insd-author { padding: 14px 20px; gap: 12px; }
    .nexar-insd-author__text { font-size: 16px; }
    .nexar-insd-author__icon { width: 36px; height: 36px; }
    .nexar-insd-author__icon img { width: 24px; height: 24px; }
    .nexar-insd-prevnext__label { font-size: 15px; }
    .nexar-insd-prevnext__label svg { width: 18px; height: 18px; }
    .nexar-insd-prevnext__title { font-size: 14px; }
}

/* Related Blogs section */
.nexar-insd-related {
    background: #FFFFFF;
    padding: 80px 120px;
    border-top: none;
}

.nexar-insd-related__inner {
    /* max-width: 1200px; */
    margin: 0 auto;
}

.nexar-insd-related__heading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 56px;
    font-weight: 500;
    color: #000;
    margin: 0 0 48px;
    line-height: 1.15;
}

.nexar-insd-related__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.nexar-insd-related__card {
    text-decoration: none;
    color: inherit;
    border: 1px solid #EEEEEE;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s;
}

.nexar-insd-related__card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.nexar-insd-related__card-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.nexar-insd-related__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.nexar-insd-related__card:hover .nexar-insd-related__card-img img {
    transform: scale(1.04);
}

.nexar-insd-related__card-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.nexar-insd-related__card-meta {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #999;
    display: block;
    margin-bottom: 10px;
}

.nexar-insd-related__card-title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #000;
    line-height: 1.35;
    margin: 0 0 12px;
}

.nexar-insd-related__card-desc {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.65;
    margin: 0 0 16px;
    flex: 1;
}

.nexar-insd-related__card-link {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.nexar-insd-related__card:hover .nexar-insd-related__card-link {
    color: #150089;
}

/* Related Blogs Responsive */
@media screen and (max-width: 1520px) {
    .nexar-insd-related { padding: 70px 80px; }
}
@media screen and (max-width: 1200px) {
    .nexar-insd-related { padding: 60px 60px; }
    .nexar-insd-related__card-img { height: 200px; }
}
@media screen and (max-width: 1024px) {
    .nexar-insd-related { padding: 50px 40px; }
    .nexar-insd-related__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .nexar-insd-related__heading { font-size: 42px; margin-bottom: 36px; }
    .nexar-insd-related__card-title { font-size: 24px; }
    .nexar-insd-related__card-meta,
    .nexar-insd-related__card-desc { font-size: 17px; }
    .nexar-insd-related__card-link { font-size: 17px; }
}
@media screen and (max-width: 768px) {
    .nexar-insd-related { padding: 36px 24px; }
    .nexar-insd-related__grid { grid-template-columns: 1fr; gap: 20px; }
    .nexar-insd-related__heading { font-size: 32px; margin-bottom: 28px; }
    .nexar-insd-related__card-img { height: 220px; }
    .nexar-insd-related__card-title { font-size: 22px; }
    .nexar-insd-related__card-meta,
    .nexar-insd-related__card-desc { font-size: 16px; }
    .nexar-insd-related__card-link { font-size: 16px; }
}
@media screen and (max-width: 480px) {
    .nexar-insd-related { padding: 28px 16px; }
    .nexar-insd-related__heading { font-size: 26px; }
    .nexar-insd-related__card-title { font-size: 18px; }
    .nexar-insd-related__card-meta,
    .nexar-insd-related__card-desc { font-size: 14px; }
    .nexar-insd-related__card-link { font-size: 14px; }
    .nexar-insd-related__card-body { padding: 16px; }
}

/* Divider before footer */
.nexar-insd-divider {
    width: 100%;
    max-width: calc(100% - 240px);
    height: 1px;
    background: #E0E0E0;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .nexar-insd-divider { max-width: calc(100% - 80px); }
}
@media (max-width: 768px) {
    .nexar-insd-divider { max-width: calc(100% - 48px); }
}
@media (max-width: 480px) {
    .nexar-insd-divider { max-width: calc(100% - 32px); }
}


/* ═══════════════════════════════════════════
   CONTACT PAGE
   ═══════════════════════════════════════════ */

/* Submit Brief section */
.nexar-contactp-brief {
    background: #FFFFFF;
    padding: 80px 120px;
}

.nexar-contactp-brief__inner {
    /* max-width: 1200px; */
    margin: 0 auto;
}

.nexar-contactp-brief__header {
    margin-bottom: 48px;
}

.nexar-contactp-brief__heading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 56px;
    font-weight: 500;
    color: #000;
    margin: 0 0 12px;
    line-height: 1.15;
}

.nexar-contactp-brief__sub {
    font-family: 'Noto Sans', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px;
    line-height: 1.4;
}

.nexar-contactp-brief__desc {
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.75;
    margin: 0;
    max-width: 100%;
}

.nexar-contactp-brief__content {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 48px;
    align-items: start;
}

/* CF7 Form Styling — matching Figma reference */
.nexar-cf7-styled .wpcf7-form label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: block;
    margin-bottom: 14px;
}

.nexar-cf7-styled .wpcf7-form input[type="text"],
.nexar-cf7-styled .wpcf7-form input[type="email"],
.nexar-cf7-styled .wpcf7-form input[type="tel"],
.nexar-cf7-styled .wpcf7-form input[type="url"],
.nexar-cf7-styled .wpcf7-form select,
.nexar-cf7-styled .wpcf7-form textarea {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 16px 18px;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.nexar-cf7-styled .wpcf7-form select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}

.nexar-cf7-styled .wpcf7-form input::placeholder,
.nexar-cf7-styled .wpcf7-form textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #1A1A1A;
}

.nexar-cf7-styled .wpcf7-form input:focus,
.nexar-cf7-styled .wpcf7-form select:focus,
.nexar-cf7-styled .wpcf7-form textarea:focus {
    border-color: #150089;
}

.nexar-cf7-styled .wpcf7-form textarea {
    min-height: 160px;
    resize: vertical;
}

/* Two-column row wrapper */
.nexar-cf7-styled .wpcf7-form .nexar-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 26px;
}

.nexar-cf7-styled .wpcf7-form p {
    margin: 0 0 16px;
}

/* Checkbox / acceptance */
/* CF7 acceptance — force inline checkbox + text layout */
.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}

.nexar-cf7-styled .wpcf7-form span.wpcf7-acceptance {
    display: block !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.nexar-cf7-styled .wpcf7-form span.wpcf7-acceptance span.wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
    padding-left: 0 !important;
}

/* Acceptance row: align checkbox flush with textarea/input left edge */
.nexar-cf7-styled .wpcf7-form p:has(> span.wpcf7-acceptance),
.nexar-cf7-styled .wpcf7-form .nexar-form-row:has(> span.wpcf7-acceptance) {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.nexar-cf7-styled .wpcf7-form span.wpcf7-acceptance span.wpcf7-list-item > label {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    align-items: start !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
    line-height: 1.6;
}

.nexar-cf7-styled .wpcf7-form span.wpcf7-acceptance label > input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    margin: 5px 0 0 0 !important;
    flex: 0 0 auto !important;
    accent-color: #150089;
    display: block !important;
    grid-column: 1;
}

.nexar-cf7-styled .wpcf7-form span.wpcf7-acceptance label > span.wpcf7-list-item-label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    display: block !important;
    grid-column: 2;
    margin: 0 !important;
}

/* Submit button */
.nexar-cf7-styled .wpcf7-form input[type="submit"] {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #3699FD, #1CD47F);
    border: none;
    border-radius: 0;
    padding: 18px 56px;
    cursor: pointer;
    transition: opacity 0.2s;
}

.nexar-cf7-styled .wpcf7-form input[type="submit"]:hover {
    opacity: 0.9;
}

/* CF7 validation */
.nexar-cf7-styled .wpcf7-not-valid-tip {
    font-size: 13px;
    color: #e74c3c;
    margin-top: 4px;
}

/* Hide CF7 native validation tip — we render our own .nexar-field-error */
.nexar-cf7-styled .wpcf7-not-valid-tip {
    display: none !important;
}

.nexar-cf7-styled .wpcf7-response-output {
    border: none !important;
    padding: 14px 18px !important;
    margin: 20px 0 0 !important;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    border-radius: 6px;
    align-items: center;
    gap: 10px;
    /* Hide by default — reveal only when CF7 sets a status class on the form.
       Prevents the dark "unstyled" flash between text insert and class swap. */
    display: none !important;
}
.nexar-cf7-styled .wpcf7 form.sent .wpcf7-response-output,
.nexar-cf7-styled .wpcf7 form.failed .wpcf7-response-output,
.nexar-cf7-styled .wpcf7 form.invalid .wpcf7-response-output,
.nexar-cf7-styled .wpcf7 form.unaccepted .wpcf7-response-output,
.nexar-cf7-styled .wpcf7 form.spam .wpcf7-response-output,
.nexar-cf7-styled form.sent .wpcf7-response-output,
.nexar-cf7-styled form.failed .wpcf7-response-output,
.nexar-cf7-styled form.invalid .wpcf7-response-output,
.nexar-cf7-styled form.unaccepted .wpcf7-response-output,
.nexar-cf7-styled form.spam .wpcf7-response-output {
    display: flex !important;
}

/* Success */
.nexar-cf7-styled .wpcf7 form.sent .wpcf7-response-output,
.nexar-cf7-styled form.sent .wpcf7-response-output {
    color: #0f7a3f !important;
    background: #e6f7ec !important;
    border: 1px solid #b7e4c7 !important;
}
.nexar-cf7-styled .wpcf7 form.sent .wpcf7-response-output::before,
.nexar-cf7-styled form.sent .wpcf7-response-output::before {
    content: '';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: #0f7a3f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center/14px;
    border-radius: 50%;
}

/* Error / validation */
.nexar-cf7-styled .wpcf7 form.failed .wpcf7-response-output,
.nexar-cf7-styled .wpcf7 form.invalid .wpcf7-response-output,
.nexar-cf7-styled .wpcf7 form.unaccepted .wpcf7-response-output,
.nexar-cf7-styled .wpcf7 form.spam .wpcf7-response-output,
.nexar-cf7-styled form.failed .wpcf7-response-output,
.nexar-cf7-styled form.invalid .wpcf7-response-output {
    color: #b3261e !important;
    background: #fdecea !important;
    border: 1px solid #f5c2c0 !important;
}

/* CF7 Form Responsive */
@media screen and (max-width: 768px) {
    .nexar-cf7-styled .wpcf7-form .nexar-form-row { grid-template-columns: 1fr; gap: 24px; margin-bottom: 24px; }
    .nexar-cf7-styled .wpcf7-form label { font-size: 15px; }
    .nexar-cf7-styled .wpcf7-form input[type="text"],
    .nexar-cf7-styled .wpcf7-form input[type="email"],
    .nexar-cf7-styled .wpcf7-form input[type="tel"],
    .nexar-cf7-styled .wpcf7-form select,
    .nexar-cf7-styled .wpcf7-form textarea { font-size: 14px; padding: 14px 16px; }
    .nexar-cf7-styled .wpcf7-form input[type="submit"] { font-size: 16px; padding: 16px 44px; }
}
@media screen and (max-width: 480px) {
    .nexar-cf7-styled .wpcf7-form label { font-size: 14px; }
    .nexar-cf7-styled .wpcf7-form input[type="text"],
    .nexar-cf7-styled .wpcf7-form input[type="email"],
    .nexar-cf7-styled .wpcf7-form input[type="tel"],
    .nexar-cf7-styled .wpcf7-form select,
    .nexar-cf7-styled .wpcf7-form textarea { font-size: 14px; padding: 12px 14px; }
    .nexar-cf7-styled .wpcf7-form input[type="submit"] { font-size: 15px; padding: 14px 36px; width: 100%; }
}

/* Contact Info Card */
.nexar-contactp-brief__info {
    background: #150089;
    padding: 40px 32px;
    width: 400px;
    min-height: 750px;
    display: flex;
    flex-direction: column;
}
.nexar-contactp-brief__info.nx-in { padding: 30px; }

.nexar-contactp-brief__info-title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 72px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.1;
    margin: 0 0 40px;
}

.nexar-contactp-brief__info-gradient {
    background: linear-gradient(135deg, #3699FD, #1CD47F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nexar-contactp-brief__info-item {
    display: flex;
    gap: 14px;
    margin-bottom: 28px;
    align-items: flex-start;
}

.nexar-contactp-brief__info-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 2px;
}

.nexar-contactp-brief__info-label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    margin-bottom: 4px;
}

.nexar-contactp-brief__info-value {
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    display: block;
}

/* Brief Section Responsive */
@media screen and (max-width: 1520px) {
    .nexar-contactp-brief { padding: 70px 80px; }
    .nexar-contactp-brief__heading { font-size: 48px; }
    .nexar-contactp-brief__info-title { font-size: 60px; }
    .nexar-contactp-brief__info-label,
    .nexar-contactp-brief__info-value { font-size: 20px; }
}
@media screen and (max-width: 1280px) {
    .nexar-contactp-brief__content {
        display: grid;
        grid-template-columns: 1fr 400px;
        gap: 48px;
        align-items: start;
    }
    .nexar-contactp-brief__info {
        background: #150089;
        padding: 40px 32px;
        width: 400px;
        min-height: 750px;
        display: flex;
        flex-direction: column;
    }
    .nexar-contactp-brief__info.nx-in { padding: 0px; }

    /* Contact form — Noto Sans 14px for labels, fields, and placeholders */
    .nexar-cf7-styled .wpcf7-form label,
    .nexar-cf7-styled .wpcf7-form > p > label,
    .nexar-cf7-styled .wpcf7-form .nexar-form-row label:not(.wpcf7-list-item *),
    .nexar-cf7-styled .wpcf7-form input[type="text"],
    .nexar-cf7-styled .wpcf7-form input[type="email"],
    .nexar-cf7-styled .wpcf7-form input[type="tel"],
    .nexar-cf7-styled .wpcf7-form select,
    .nexar-cf7-styled .wpcf7-form textarea {
        font-family: 'Noto Sans', sans-serif;
        font-size: 14px;
    }
    .nexar-cf7-styled .wpcf7-form input::placeholder,
    .nexar-cf7-styled .wpcf7-form textarea::placeholder { font-size: 14px; }
    .nexar-cf7-styled .wpcf7-form input::-webkit-input-placeholder,
    .nexar-cf7-styled .wpcf7-form textarea::-webkit-input-placeholder { font-size: 14px; }
    .nexar-cf7-styled .wpcf7-form input::-moz-placeholder,
    .nexar-cf7-styled .wpcf7-form textarea::-moz-placeholder { font-size: 14px; }

    /* Choices.js widget — match 14px on contact page form */
    .nexar-cf7-styled .choices,
    .nexar-cf7-styled .choices__inner,
    .nexar-cf7-styled .nexar-choices .choices__list--single .choices__item,
    .nexar-cf7-styled .nexar-choices .choices__list--dropdown .choices__item,
    .nexar-cf7-styled .choices__placeholder,
    .nexar-cf7-styled .nexar-choices .choices__placeholder {
        font-family: 'Noto Sans', sans-serif;
        font-size: 14px;
    }
    /* Reduce gap under Choices to align with validation error */
    .nexar-cf7-styled .choices { margin-bottom: 4px; }

    /* intl-tel-input — match 14px on phone input */
    .nexar-cf7-styled .iti input[type="tel"],
    .nexar-cf7-styled .iti__selected-dial-code {
        font-family: 'Noto Sans', sans-serif;
        font-size: 14px;
    }
    /* Tighten flag <-> dial code spacing */
    .nexar-cf7-styled .iti__selected-country { gap: 2px; padding: 0 8px; }
    .nexar-cf7-styled .iti__selected-dial-code { margin-left: 2px; }

    /* Right-side contact info card — 18px */
    .nexar-contactp-brief__info-label,
    .nexar-contactp-brief__info-value { font-size: 18px; }
}
@media screen and (max-width: 1200px) {
    .nexar-contactp-brief { padding: 60px 60px; }
    .nexar-contactp-brief__content { grid-template-columns: 1fr 420px; gap: 36px; }
    .nexar-contactp-brief__info { width: 420px; min-height: 650px; }
    .nexar-contactp-brief__heading { font-size: 42px; }
    .nexar-contactp-brief__info-title { font-size: 48px; }
    .nexar-contactp-brief__info-label,
    .nexar-contactp-brief__info-value { font-size: 18px; }
}
@media screen and (max-width: 1024px) {
    .nexar-contactp-brief { padding: 50px 40px; }
    .nexar-contactp-brief__content { grid-template-columns: 1fr; }
    .nexar-contactp-brief__heading { font-size: 36px; }
    .nexar-contactp-brief__sub { font-size: 24px; }
    .nexar-contactp-brief__desc { font-size: 18px; }
    .nexar-contactp-brief__info { width: 100%; min-height: auto; }
    .nexar-contactp-brief__info-title { font-size: 40px; }
    .nexar-contactp-brief__info-label,
    .nexar-contactp-brief__info-value { font-size: 17px; }
}
@media screen and (max-width: 768px) {
    .nexar-contactp-brief { padding: 36px 24px; }
    .nexar-contactp-brief__heading { font-size: 28px; }
    .nexar-contactp-brief__sub { font-size: 20px; }
    .nexar-contactp-brief__desc { font-size: 16px; }
    .nexar-contactp-brief__info-title { font-size: 32px; }
    .nexar-contactp-brief__info-label,
    .nexar-contactp-brief__info-value { font-size: 16px; }
    .nexar-contactp-brief__info-icon { width: 20px; height: 20px; }
    .nexar-cf7-styled .wpcf7-form label { font-size: 16px; margin-bottom: 10px; }
    .nexar-cf7-styled .wpcf7-form input::placeholder,
    .nexar-cf7-styled .wpcf7-form textarea::placeholder { font-size: 14px; }
    .nexar-cf7-styled .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label { font-size: 14px; }
}
@media screen and (max-width: 480px) {
    .nexar-contactp-brief { padding: 28px 16px; }
    .nexar-contactp-brief__heading { font-size: 24px; }
    .nexar-contactp-brief__sub { font-size: 18px; }
    .nexar-contactp-brief__desc { font-size: 15px; }
    .nexar-contactp-brief__info { padding: 28px 20px; }
    .nexar-contactp-brief__info-title { font-size: 28px; }
    .nexar-contactp-brief__info-label,
    .nexar-contactp-brief__info-value { font-size: 15px; }
    .nexar-contactp-brief__info-icon { width: 18px; height: 18px; }
    .nexar-cf7-styled .wpcf7-form label { font-size: 15px; margin-bottom: 8px; }
    .nexar-cf7-styled .wpcf7-form input::placeholder,
    .nexar-cf7-styled .wpcf7-form textarea::placeholder { font-size: 13px; }
    .nexar-cf7-styled .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label { font-size: 13px; }
}

/* Visit Us section */
.nexar-contactp-visit {
    background: #150089;
    padding: 80px 120px 100px;
    position: relative;
    overflow: hidden;
}

/* Thin horizontal line above the footer (contact page only) */
.nexar-contactp-footer-divider {
    border: 0;
    border-top: 1px solid #e5e5e5;
    margin: 0;
    width: 100%;
}

.nexar-contactp-visit__bars {
    position: absolute;
    left: auto;
    right: 0;
    top: 80px;
    z-index: 2;
    width: 221px;
    height: 110px;
    pointer-events: none;
}

.nexar-contactp-visit__bar {
    position: absolute;
    left: auto;
    right: 0;
    display: block;
    height: auto;
    transform-origin: right center;
    transform: scaleX(0);
}

/* bar-2: gradient — main bar */
.nexar-contactp-visit__bar--2 { width: 170px; left: auto; right: 0;     top: 0; }
/* bar-1: small green — overlaps bar-2 left end (mirrored) */
.nexar-contactp-visit__bar--1 { width: 51px;  left: auto; right: 150px; top: -15px; }
/* bar-3: white — below gradient */
.nexar-contactp-visit__bar--3 { width: 144px; left: auto; right: 0;     top: 26px; }
/* bar-4: small green — bottom */
.nexar-contactp-visit__bar--4 { width: 39px;  left: auto; right: 0;     top: 52px; }

/* Gum animation — same as homepage Our Services */
.nexar-contactp-visit__bars.bars-entered .nexar-contactp-visit__bar--2 {
    animation: nexar-svc-gum 3.5s infinite;
    animation-delay: 0s;
}
.nexar-contactp-visit__bars.bars-entered .nexar-contactp-visit__bar--1 {
    animation: nexar-svc-gum 3.5s infinite;
    animation-delay: 0.2s;
}
.nexar-contactp-visit__bars.bars-entered .nexar-contactp-visit__bar--3 {
    animation: nexar-svc-gum 3.5s infinite;
    animation-delay: 0.4s;
}
.nexar-contactp-visit__bars.bars-entered .nexar-contactp-visit__bar--4 {
    animation: nexar-svc-gum 3.5s infinite;
    animation-delay: 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .nexar-contactp-visit__bar { transform: scaleX(1) translateY(0) !important; animation: none !important; }
}

.nexar-contactp-visit__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.nexar-contactp-visit__heading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 56px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 48px;
    line-height: 1.15;
}

.nexar-contactp-visit__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.nexar-contactp-visit__card {
    position: relative;
    overflow: hidden;
    height: 426px;
}

.nexar-contactp-visit__card-img {
    width: 100%;
    height: 100%;
}

.nexar-contactp-visit__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.nexar-contactp-visit__card:hover .nexar-contactp-visit__card-img img {
    transform: scale(1.05);
}

.nexar-contactp-visit__card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.nexar-contactp-visit__card-pin {
    display: inline-flex;
    margin-bottom: 4px;
}

.nexar-contactp-visit__card-city {
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 8px;
}
/* Location pin wrapper — both icons stacked perfectly for smooth cross-fade */
.nexar-contactp-visit__card-icon-wrap {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 26px;
    flex-shrink: 0;
    line-height: 0;
}
.nexar-contactp-visit__card-icon {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity 0.35s ease;
    will-change: opacity;
}
.nexar-contactp-visit__card-icon--default { opacity: 1; }
.nexar-contactp-visit__card-icon--hover {
    opacity: 0;
    filter: brightness(0) invert(1);
}
.nexar-contactp-visit__card:hover .nexar-contactp-visit__card-icon--default { opacity: 0; }
.nexar-contactp-visit__card:hover .nexar-contactp-visit__card-icon--hover   { opacity: 1; }

.nexar-contactp-visit__card-pin-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.nexar-contactp-visit__card-addr {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    margin: 6px 0 10px;
}

.nexar-contactp-visit__card-link {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1CD47F;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Address & link hidden by default, shown on hover */
.nexar-contactp-visit__card-addr,
.nexar-contactp-visit__card-link {
    display: none;
}

.nexar-contactp-visit__card:hover .nexar-contactp-visit__card-overlay {
    background: linear-gradient(to right, #3699FD 0%, #1CD47F 100%);
}

.nexar-contactp-visit__card:hover .nexar-contactp-visit__card-addr,
.nexar-contactp-visit__card:hover .nexar-contactp-visit__card-link {
    display: block;
}

.nexar-contactp-visit__card:hover .nexar-contactp-visit__card-link {
    color: #FFFFFF;
}

/* Visit Us Responsive */
@media screen and (max-width: 1520px) {
    .nexar-contactp-visit { padding: 70px 80px 90px; }
    .nexar-contactp-visit__card { height: 400px; }
    .nexar-contactp-visit__bars { top: 70px; width: 200px; height: 100px; }
}
@media screen and (max-width: 1440px) {
    .nexar-contactp-visit__bars { top: 65px; width: 180px; height: 90px; }
}
@media screen and (max-width: 1366px) {
    .nexar-contactp-visit__card { height: 370px; }
    .nexar-contactp-visit__bars { top: 60px; width: 160px; height: 80px; }
}
@media screen and (max-width: 1200px) {
    .nexar-contactp-visit { padding: 60px 60px 80px; }
    .nexar-contactp-visit__card { height: 340px; }
    .nexar-contactp-visit__bars { top: 50px; width: 140px; height: 70px; }
}
@media screen and (max-width: 1024px) {
    .nexar-contactp-visit { padding: 50px 40px 70px; }
    .nexar-contactp-visit__heading { font-size: 36px; }
    .nexar-contactp-visit__grid { grid-template-columns: repeat(2, 1fr); }
    .nexar-contactp-visit__card { height: 340px; }
    .nexar-contactp-visit__bars { top: 40px; width: 120px; height: 60px; }
}
@media screen and (max-width: 768px) {
    .nexar-contactp-visit { padding: 40px 24px 60px; }
    .nexar-contactp-visit__heading { font-size: 28px; margin-bottom: 32px; }
    .nexar-contactp-visit__card { height: 300px; }
    .nexar-contactp-visit__bars { display: none; }
}
@media screen and (max-width: 480px) {
    .nexar-contactp-visit { padding: 32px 16px 48px; }
    .nexar-contactp-visit__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .nexar-contactp-visit__heading { font-size: 24px; }
    .nexar-contactp-visit__card { height: 240px; }
    .nexar-contactp-visit__card-city { font-size: 18px; }
}

/* Offices */
.nexar-contactp-offices {
    background: #F8F8F8;
    padding: 100px 245px;
}

.nexar-contactp-offices__heading {
    font-family: 'Noto Sans', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 60px;
    line-height: 1.15;
}

.nexar-contactp-offices__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.nexar-contactp-offices__card {
    padding: 40px 32px;
    border-left: 1px solid #E0E0E0;
}

.nexar-contactp-offices__card:first-child {
    border-left: none;
    padding-left: 0;
}

.nexar-contactp-offices__city {
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 6px;
    line-height: 1.3;
}

.nexar-contactp-offices__country {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    display: block;
    margin-bottom: 16px;
}

.nexar-contactp-offices__address {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.5;
    margin: 0 0 20px;
}

.nexar-contactp-offices__links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nexar-contactp-offices__link {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #150089;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s;
}

.nexar-contactp-offices__link:hover { color: #3699FD; }
.nexar-contactp-offices__link svg { flex-shrink: 0; }


/* ═══════════════════════════════════════════
   404 PAGE
   ═══════════════════════════════════════════ */

/* ═══════════════════════════════════════════
   RESPONSIVE — ALL INNER PAGES
   ═══════════════════════════════════════════ */

/* ≤1520px */
@media screen and (max-width: 1520px) {
    .nexar-dest-hero, .nexar-cs-hero, .nexar-ins-hero, .nexar-contactp-hero,
    .nexar-destdetail-hero, .nexar-csd-hero, .nexar-insd-hero { padding-top: 160px; padding-bottom: 100px; }

    .nexar-dest-hero__title, .nexar-cs-hero__title, .nexar-ins-hero__title,
    .nexar-contactp-hero__title, .nexar-destdetail-hero__title, .nexar-csd-hero__title { font-size: 80px; }

    .nexar-dest-intro, .nexar-dest-diff, .nexar-dest-offer,
    .nexar-cs-grid, .nexar-cs-cta,
    .nexar-ins-featured, .nexar-ins-grid, .nexar-destdetail-overview,
    .nexar-destdetail-highlights, .nexar-destdetail-gallery,
    .nexar-csd-stats, .nexar-csd-content, .nexar-insd-article,
    .nexar-contactp-offices { padding-left: 120px; padding-right: 120px; }

    .nexar-insd-hero__title { font-size: 56px !important; }
    .nexar-dest-cards { padding: 80px 120px; }
    .nexar-dest-cards__heading { font-size: 48px; }
    .nexar-dest-cards__card { height: 420px; }
}

/* ≤1366px */
@media screen and (max-width: 1366px) {
    .nexar-dest-hero, .nexar-cs-hero, .nexar-ins-hero, .nexar-contactp-hero,
    .nexar-destdetail-hero, .nexar-csd-hero, .nexar-insd-hero { padding-top: 140px; padding-bottom: 80px; }

    .nexar-dest-hero__title, .nexar-cs-hero__title, .nexar-ins-hero__title,
    .nexar-contactp-hero__title, .nexar-destdetail-hero__title, .nexar-csd-hero__title { font-size: 66px; }

    .nexar-dest-intro, .nexar-dest-diff, .nexar-dest-offer,
    .nexar-cs-grid, .nexar-cs-cta,
    .nexar-ins-featured, .nexar-ins-grid, .nexar-destdetail-overview,
    .nexar-destdetail-highlights, .nexar-destdetail-gallery,
    .nexar-csd-stats, .nexar-csd-content, .nexar-insd-article,
    .nexar-contactp-offices { padding-left: 80px; padding-right: 80px; }

    .nexar-insd-hero__title { font-size: 48px !important; }
    .nexar-dest-intro__heading, .nexar-dest-diff__heading, .nexar-dest-offer__heading,
    .nexar-destdetail-overview__title,
    .nexar-destdetail-highlights__heading, .nexar-cs-cta__heading,
    .nexar-contactp-offices__heading { font-size: 42px; }
    .nexar-dest-cards { padding: 70px 100px; }
    .nexar-dest-cards__heading { font-size: 42px; }
    .nexar-dest-cards__card { height: 380px; }
    .nexar-dest-diff__card { padding: 32px 24px; }
}

/* ≤1200px */
@media screen and (max-width: 1200px) {
    .nexar-dest-hero, .nexar-cs-hero, .nexar-ins-hero, .nexar-contactp-hero,
    .nexar-destdetail-hero, .nexar-csd-hero, .nexar-insd-hero {
        padding-top: 130px;
        padding-bottom: 70px;
        min-height: 520px;
    }

    .nexar-dest-hero__title, .nexar-cs-hero__title, .nexar-ins-hero__title,
    .nexar-contactp-hero__title, .nexar-destdetail-hero__title, .nexar-csd-hero__title { font-size: 56px; }

    .nexar-dest-hero__subtitle, .nexar-cs-hero__subtitle, .nexar-ins-hero__subtitle,
    .nexar-contactp-hero__subtitle, .nexar-destdetail-hero__desc, .nexar-csd-hero__desc { font-size: 20px; }

    .nexar-dest-intro, .nexar-dest-diff, .nexar-dest-offer,
    .nexar-cs-grid, .nexar-cs-cta,
    .nexar-ins-featured, .nexar-ins-grid, .nexar-destdetail-overview,
    .nexar-destdetail-highlights, .nexar-destdetail-gallery,
    .nexar-csd-stats, .nexar-csd-content, .nexar-insd-article,
    .nexar-contactp-offices { padding-left: 60px; padding-right: 60px; }

    .nexar-ins-grid__inner { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .nexar-dest-cards { padding: 60px 60px; }
    .nexar-dest-cards__heading { font-size: 36px; }
    .nexar-dest-cards__grid { grid-template-columns: repeat(2, 1fr); }
    .nexar-dest-cards__card { height: 360px; }
    .nexar-dest-diff__cards { grid-template-columns: repeat(2, 1fr); }
    .nexar-dest-diff__card:nth-child(3) { border-left: none; }
    .nexar-dest-offer__grid { grid-template-columns: 1fr; gap: 0; }
    .nexar-dest-offer__heading { font-size: 38px; white-space: normal; }
    .nexar-destdetail-highlights__cards { grid-template-columns: repeat(2, 1fr); }
    .nexar-destdetail-highlights__card:nth-child(3) { border-left: none; }
    .nexar-csd-stats__inner { grid-template-columns: repeat(2, 1fr); }
    .nexar-csd-stats__item:nth-child(3) { border-left: none; }
    .nexar-contactp-offices__grid { grid-template-columns: repeat(2, 1fr); }
    .nexar-contactp-offices__card:nth-child(3) { border-left: none; }
    .nexar-destdetail-overview__inner { grid-template-columns: 1fr 1fr; gap: 40px; }
    .nexar-destdetail-overview__title { font-size: 36px; }
    .nexar-destdetail-overview__text { font-size: 16px; }
    .nexar-destdetail-overview__right { min-height: 400px; }
    .nexar-ins-featured__link { grid-template-columns: 1fr 1fr; }
    .nexar-ins-featured__title { font-size: 30px; }
    .nexar-ins-featured__content { padding: 48px 40px 40px; }
    .nexar-dest-gradient-line, .nexar-cs-gradient-line, .nexar-ins-gradient-line,
    .nexar-contactp-gradient-line, .nexar-destdetail-gradient-line,
    .nexar-csd-gradient-line, .nexar-insd-gradient-line { height: 6px; }
    .nexar-insd-hero__title { font-size: 42px !important; }
}

/* ≤1024px */
@media screen and (max-width: 1024px) {
    .nexar-dest-hero, .nexar-cs-hero, .nexar-ins-hero, .nexar-contactp-hero,
    .nexar-destdetail-hero, .nexar-csd-hero, .nexar-insd-hero {
        padding-top: 110px;
        padding-bottom: 60px;
        min-height: 480px;
    }

    .nexar-dest-hero__title, .nexar-cs-hero__title, .nexar-ins-hero__title,
    .nexar-contactp-hero__title, .nexar-destdetail-hero__title, .nexar-csd-hero__title { font-size: 46px; margin-bottom: 20px; }

    .nexar-dest-hero__subtitle, .nexar-cs-hero__subtitle, .nexar-ins-hero__subtitle,
    .nexar-contactp-hero__subtitle, .nexar-destdetail-hero__desc, .nexar-csd-hero__desc { font-size: 18px; }

    .nexar-dest-intro, .nexar-dest-diff, .nexar-dest-offer,
    .nexar-cs-grid, .nexar-cs-cta,
    .nexar-ins-featured, .nexar-ins-grid, .nexar-destdetail-overview,
    .nexar-destdetail-highlights, .nexar-destdetail-gallery,
    .nexar-csd-stats, .nexar-csd-content, .nexar-insd-article,
    .nexar-contactp-offices { padding-left: 40px; padding-right: 40px; }

    .nexar-destdetail-overview__inner { grid-template-columns: 1fr 1fr; gap: 30px; }
    .nexar-destdetail-overview__title { font-size: 32px; }
    .nexar-destdetail-overview__text { font-size: 15px; }
    .nexar-destdetail-overview__right { min-height: 350px; }
    .nexar-destdetail-gallery__grid { grid-template-columns: repeat(2, 1fr); }
    .nexar-destdetail-gallery__item:first-child { grid-column: span 2; grid-row: span 1; }
    .nexar-csd-content__images { grid-template-columns: 1fr; }
    .nexar-insd-article__images { grid-template-columns: 1fr; }
    .nexar-insd-hero__title { font-size: 36px !important; }
    .nexar-dest-cards { padding: 50px 40px; }
    .nexar-dest-cards__heading { font-size: 32px; }
    .nexar-dest-cards__card { height: 320px; }
    .nexar-dest-cards__card-title { font-size: 24px; }
    .nexar-dest-diff__heading { font-size: 34px; }
    .nexar-dest-offer__heading { font-size: 34px; }
    .nexar-dest-offer__text { font-size: 18px; }
}

/* ≤768px */
@media screen and (max-width: 768px) {
    .nexar-dest-hero, .nexar-cs-hero, .nexar-ins-hero, .nexar-contactp-hero,
    .nexar-destdetail-hero, .nexar-csd-hero, .nexar-insd-hero {
        padding-top: 100px;
        padding-bottom: 50px;
        min-height: 400px;
    }
    /* Contact page banner only — taller hero + better image crop on mobile */
    .nexar-contactp-hero {
        min-height: 450px !important;
        background-size: cover !important;
        background-position: center top !important;
    }

    .nexar-dest-hero__title, .nexar-cs-hero__title, .nexar-ins-hero__title,
    .nexar-contactp-hero__title, .nexar-destdetail-hero__title, .nexar-csd-hero__title { font-size: 36px; }

    .nexar-dest-hero__subtitle, .nexar-cs-hero__subtitle, .nexar-ins-hero__subtitle,
    .nexar-contactp-hero__subtitle, .nexar-destdetail-hero__desc, .nexar-csd-hero__desc { font-size: 16px; }

    .nexar-dest-intro, .nexar-dest-diff, .nexar-dest-offer,
    .nexar-cs-grid, .nexar-cs-cta,
    .nexar-ins-featured, .nexar-ins-grid, .nexar-destdetail-overview,
    .nexar-destdetail-highlights, .nexar-destdetail-gallery,
    .nexar-csd-stats, .nexar-csd-content, .nexar-insd-article,
    .nexar-contactp-offices { padding-left: 24px; padding-right: 24px; }

    .nexar-contactp-hero__lines { display: none; }

    .nexar-cs-grid__inner, .nexar-ins-grid__inner { grid-template-columns: 1fr; }
    .nexar-cs-grid__card-img { height: 240px; }
    .nexar-dest-cards { padding: 40px 24px; }
    .nexar-dest-cards__heading { font-size: 28px; margin-bottom: 32px; }
    .nexar-dest-cards__grid { grid-template-columns: 1fr; gap: 12px; }
    .nexar-dest-cards__card { height: 280px; }
    .nexar-dest-cards__card-title { font-size: 22px; }
    .nexar-dest-diff__cards { grid-template-columns: 1fr; }
    .nexar-dest-diff__card { border-left: none; border-bottom: 1px solid #E0E0E0; padding: 24px 0; }
    .nexar-dest-diff__card:last-child { border-bottom: none; }
    .nexar-dest-diff__card:first-child { padding-left: 0; }
    .nexar-dest-diff__heading { font-size: 28px; }
    .nexar-dest-offer { padding: 60px 24px; }
    .nexar-dest-offer__heading { font-size: 28px; }
    .nexar-dest-offer__text { font-size: 17px; }
    .nexar-destdetail-highlights__cards, .nexar-csd-stats__inner,
    .nexar-contactp-offices__grid { grid-template-columns: 1fr; }

    .nexar-destdetail-highlights__card, .nexar-contactp-offices__card,
    .nexar-csd-stats__item {
        border-left: none;
        border-bottom: 1px solid #E0E0E0;
        padding: 24px 0;
    }
    .nexar-destdetail-highlights__card:last-child, .nexar-contactp-offices__card:last-child,
    .nexar-csd-stats__item:last-child { border-bottom: none; }
    .nexar-destdetail-highlights__card:first-child, .nexar-contactp-offices__card:first-child { padding-left: 0; }

    .nexar-destdetail-gallery__grid { grid-template-columns: 1fr; }
    .nexar-destdetail-gallery__item:first-child { grid-column: span 1; }
    .nexar-destdetail-gallery__item img { height: 220px; }
    .nexar-destdetail-overview__inner { grid-template-columns: 1fr; }
    .nexar-destdetail-overview__right { min-height: 380px; }
    .nexar-ins-featured__img { height: 260px; }
    .nexar-ins-grid__card-img { height: 200px; }
    .nexar-csd-content__result { padding: 36px 28px; }
    .nexar-csd-content__img img { height: 240px; }
    .nexar-csd-stats { padding-top: 40px; padding-bottom: 40px; }
    .nexar-csd-stats__value { font-size: 36px; }
    .nexar-cs-cta__heading { font-size: 30px; }
    .nexar-cs-cta { padding: 60px 24px; }
    .nexar-dest-gradient-line, .nexar-cs-gradient-line, .nexar-ins-gradient-line,
    .nexar-contactp-gradient-line, .nexar-destdetail-gradient-line,
    .nexar-csd-gradient-line, .nexar-insd-gradient-line { height: 6px; }
    .nexar-insd-hero__title { font-size: 28px !important; }
    .nexar-insd-article__intro p { font-size: 18px; }
    .nexar-insd-article__body { font-size: 16px; }
    .nexar-insd-article__pullquote p { font-size: 20px; }
    .nexar-insd-article__img img { height: 240px; }
    .nexar-dest-intro__heading, .nexar-destdetail-overview__title,
    .nexar-destdetail-highlights__heading, .nexar-contactp-offices__heading { font-size: 30px; }
    .nexar-csd-content__heading { font-size: 28px; }
    .nexar-ins-featured__title { font-size: 28px; }
}

/* ≤480px */
@media screen and (max-width: 480px) {
    .nexar-dest-hero, .nexar-cs-hero, .nexar-ins-hero, .nexar-contactp-hero,
    .nexar-destdetail-hero, .nexar-csd-hero, .nexar-insd-hero {
        padding-top: 90px;
        padding-bottom: 40px;
        min-height: 360px;
    }
    /* Contact page banner only — taller hero + better image crop on small mobile */
    .nexar-contactp-hero {
        min-height: 450px !important;
        background-size: cover !important;
        background-position: center top !important;
    }

    .nexar-dest-hero__title, .nexar-cs-hero__title, .nexar-ins-hero__title,
    .nexar-contactp-hero__title, .nexar-destdetail-hero__title, .nexar-csd-hero__title { font-size: 30px; }

    .nexar-dest-hero__subtitle, .nexar-cs-hero__subtitle, .nexar-ins-hero__subtitle,
    .nexar-contactp-hero__subtitle, .nexar-destdetail-hero__desc, .nexar-csd-hero__desc { font-size: 14px; }

    .nexar-dest-intro, .nexar-dest-diff, .nexar-dest-offer,
    .nexar-cs-grid, .nexar-cs-cta,
    .nexar-ins-featured, .nexar-ins-grid, .nexar-destdetail-overview,
    .nexar-destdetail-highlights, .nexar-destdetail-gallery,
    .nexar-csd-stats, .nexar-csd-content, .nexar-insd-article,
    .nexar-contactp-offices { padding-left: 16px; padding-right: 16px; }

    .nexar-dest-gradient-line, .nexar-cs-gradient-line, .nexar-ins-gradient-line,
    .nexar-contactp-gradient-line, .nexar-destdetail-gradient-line,
    .nexar-csd-gradient-line, .nexar-insd-gradient-line { height: 4px; }

    .nexar-dest-intro__heading, .nexar-dest-diff__heading, .nexar-dest-offer__heading,
    .nexar-destdetail-overview__title,
    .nexar-destdetail-highlights__heading, .nexar-contactp-offices__heading { font-size: 24px; }
    .nexar-destdetail-overview__right { min-height: 320px; }
    .nexar-dest-intro { padding-top: 60px; padding-bottom: 60px; }
    .nexar-dest-cards { padding: 32px 16px; }
    .nexar-dest-cards__heading { font-size: 24px; margin-bottom: 24px; }
    .nexar-dest-cards__card { height: 240px; }
    .nexar-dest-cards__card-title { font-size: 20px; }
    .nexar-dest-cards__card-overlay { padding: 24px 20px; }
    .nexar-dest-offer { padding: 48px 16px; }
    .nexar-dest-offer__text { font-size: 16px; }
    .nexar-dest-diff__icon img { width: 40px; height: 40px; }
    .nexar-cs-grid__card-img { height: 200px; }
    .nexar-cs-cta__heading { font-size: 24px; }
    .nexar-csd-content__heading { font-size: 24px; }
    .nexar-csd-content__result { padding: 28px 20px; }
    .nexar-csd-stats__value { font-size: 30px; }
    .nexar-ins-featured__img { height: 200px; }
    .nexar-ins-featured__title { font-size: 24px; }
    .nexar-ins-grid__card-img { height: 180px; }
    .nexar-insd-hero__title { font-size: 24px !important; }
    .nexar-insd-article__pullquote p { font-size: 18px; }
    .nexar-destdetail-highlights__num { font-size: 36px; }
}

/* ═══════════════════════════════════════════
   CAPABILITY SECTION — RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 1520px) {
    .nexar-dest-capability { padding: 80px 100px; }
    .nexar-dest-capability__heading { font-size: 48px; }
    .nexar-dest-capability__bar-item { font-size: 16px; }
}
@media (max-width: 1366px) {
    .nexar-dest-capability { padding: 80px 80px; }
    .nexar-dest-capability__heading { font-size: 44px; }
    .nexar-dest-capability__bar { padding: 16px 36px; }
    .nexar-dest-capability__bar-item { font-size: 15px; }
}
@media (max-width: 1200px) {
    .nexar-dest-capability { padding: 70px 60px; }
    .nexar-dest-capability__heading { font-size: 40px; }
    .nexar-dest-capability__bar { padding: 14px 28px; }
    .nexar-dest-capability__bar-item { font-size: 14px; gap: 8px; }
    .nexar-dest-capability__num { font-size: 18px; }
    .nexar-dest-capability__text { font-size: 18px; }
    .nexar-dest-capability__images { min-height: 420px; }
}
@media (max-width: 1024px) {
    .nexar-dest-capability { padding: 60px 40px; }
    .nexar-dest-capability__heading { font-size: 36px; }
    .nexar-dest-capability__bar { flex-wrap: wrap; gap: 12px; padding: 16px 24px; justify-content: center; }
    .nexar-dest-capability__bar-item { font-size: 14px; }
    .nexar-dest-capability__grid { grid-template-columns: 1fr; gap: 40px; }
    .nexar-dest-capability__images { min-height: 380px; }
    .nexar-dest-capability__num { font-size: 17px; }
    .nexar-dest-capability__text { font-size: 17px; }
}
@media (max-width: 768px) {
    .nexar-dest-capability { padding: 40px 24px; }
    .nexar-dest-capability__heading { font-size: 28px; margin-bottom: 28px; }
    .nexar-dest-capability__bar { flex-wrap: wrap; gap: 10px; padding: 14px 20px; }
    .nexar-dest-capability__bar-item { font-size: 13px; gap: 6px; }
    .nexar-dest-capability__bar-icon { width: 24px; height: 24px; }
    .nexar-dest-capability__list { gap: 20px; }
    .nexar-dest-capability__num { font-size: 16px; }
    .nexar-dest-capability__text { font-size: 16px; }
    .nexar-dest-capability__images { min-height: 320px; }
}
@media (max-width: 480px) {
    .nexar-dest-capability { padding: 30px 16px; }
    .nexar-dest-capability__heading { font-size: 24px; margin-bottom: 20px; }
    .nexar-dest-capability__bar { flex-direction: column; gap: 10px; padding: 16px 20px; align-items: flex-start; }
    .nexar-dest-capability__bar-item { font-size: 14px; }
    .nexar-dest-capability__num { font-size: 15px; }
    .nexar-dest-capability__text { font-size: 15px; }
    .nexar-dest-capability__images { min-height: 260px; }
    .nexar-dest-capability__item { gap: 14px; }
}

/* ══════════════════════════════════════════════════════════════════════════
   CONTACT PAGE — Submit Your Brief (redesigned 2026-04-21)
   Info row above gradient form. CSS-only override (HTML unchanged).
   ══════════════════════════════════════════════════════════════════════════ */
.nexar-contactp-brief { padding: 60px 120px 80px; }
.nexar-contactp-brief__header { margin-bottom: 36px; max-width: 980px; }
.nexar-contactp-brief__heading { font-size: 36px; margin: 0 0 8px; }
.nexar-contactp-brief__sub     { font-size: 20px; margin: 0 0 16px; color: #1A1A1A; font-weight: 500; }
.nexar-contactp-brief__desc    { font-size: 16px; line-height: 1.65; color: #444; }

/* Content: stack (info above form) */
.nexar-contactp-brief__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
    grid-template-columns: none;
}

/* ─── Contact Details (the old "info" block, now row above form) ─── */
.nexar-contactp-brief__info {
    order: 1;
    background: transparent;
    width: 100%;
    min-height: 0;
    padding: 0 0 8px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-template-rows: auto auto;
}
.nexar-contactp-brief__info::before {
    content: 'Contact Details';
    grid-column: 1 / -1;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 16px;
}
.nexar-contactp-brief__info-title { display: none; }

.nexar-contactp-brief__info-item {
    margin-bottom: 0;
    align-items: flex-start;
    gap: 12px;
}
.nexar-contactp-brief__info-icon {
    width: 24px;
    height: 24px;
    margin-top: 2px;
    stroke: #1CD47F !important;
    color: #1CD47F;
    /* Recolor any uploaded white/dark SVG to brand teal #1CD47F */
    filter: brightness(0) saturate(100%) invert(72%) sepia(57%) saturate(458%) hue-rotate(98deg) brightness(95%) contrast(86%);
}
.nexar-contactp-brief__info-icon path,
.nexar-contactp-brief__info-icon rect,
.nexar-contactp-brief__info-icon circle {
    stroke: #1CD47F !important;
}
.nexar-contactp-brief__info-label,
.nexar-contactp-brief__info-value {
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
    display: block !important;
}
.nexar-contactp-brief__info-label {
    font-weight: 600 !important;
    color: #1A1A1A !important;
    margin-bottom: 4px !important;
}
.nexar-contactp-brief__info-value {
    font-weight: 400 !important;
    color: #4A4A4A !important;
}
@media (max-width: 1440px) {
    .nexar-contactp-brief__info-label,
    .nexar-contactp-brief__info-value { font-size: 18px !important; }
}
@media (max-width: 1200px) {
    .nexar-contactp-brief__info-label,
    .nexar-contactp-brief__info-value { font-size: 16px !important; }
}
@media (max-width: 768px) {
    .nexar-contactp-brief__info-label,
    .nexar-contactp-brief__info-value { font-size: 15px !important; }
}
@media (max-width: 480px) {
    .nexar-contactp-brief__info-label,
    .nexar-contactp-brief__info-value { font-size: 13px !important; }
}

/* ─── Form: gradient card with white-outlined inputs ─── */
.nexar-contactp-brief__form.nexar-cf7-styled,
.nexar-contactp-brief__form {
    order: 2;
    background:
        url('/wp-content/uploads/2026/04/location-bg.png') center center no-repeat,
        linear-gradient(135deg, #3699FD 0%, #1CD47F 100%);
    padding: 48px 56px !important;
    position: relative;
    box-sizing: border-box;
}
.nexar-contactp-brief__form-title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 28px;
    line-height: 1.2;
}

/* Invert form field styles for the gradient background */
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form label,
.nexar-contactp-brief__form.nexar-cf7-styled .wpcf7-form label,
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form .wpcf7-form-control-wrap label,
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form p > label,
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form span.wpcf7-form-control-wrap > label {
    color: #FFFFFF !important;
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 0 8px !important;
    opacity: 1 !important;
    display: block !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
/* Normalise CF7's <p> wrappers so each field sits in a consistent row */
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form p {
    margin: 0 0 20px !important;
}
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form p:last-of-type {
    margin-bottom: 0 !important;
}
.nexar-cf7-styled .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 15px;
}
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form input[type="text"],
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form input[type="email"],
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form input[type="tel"],
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form input[type="url"],
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form select,
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form textarea,
.nexar-contactp-brief__form.nexar-cf7-styled .wpcf7-form input[type="text"],
.nexar-contactp-brief__form.nexar-cf7-styled .wpcf7-form input[type="email"],
.nexar-contactp-brief__form.nexar-cf7-styled .wpcf7-form input[type="tel"],
.nexar-contactp-brief__form.nexar-cf7-styled .wpcf7-form input[type="url"],
.nexar-contactp-brief__form.nexar-cf7-styled .wpcf7-form select,
.nexar-contactp-brief__form.nexar-cf7-styled .wpcf7-form textarea {
    background: #FFFFFF !important;
    color: #1A1A1A !important;
    -webkit-text-fill-color: #1A1A1A !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
}
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form input::placeholder,
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form select,
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form textarea::placeholder,
.nexar-contactp-brief__form.nexar-cf7-styled .wpcf7-form input::placeholder,
.nexar-contactp-brief__form.nexar-cf7-styled .wpcf7-form select,
.nexar-contactp-brief__form.nexar-cf7-styled .wpcf7-form textarea::placeholder {
    color: #1a1a1a8c !important;
    -webkit-text-fill-color: #1a1a1a8c !important;
    opacity: 1;
}
/* Phone input's padding-left is managed by initIntlTelInput() in nexar.js,
   which re-applies the plugin's computed value with !important so it
   beats the CF7 generic padding rule above. No CSS override needed. */
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form input::placeholder,
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form textarea::placeholder,
.nexar-contactp-brief__form.nexar-cf7-styled .wpcf7-form input::placeholder,
.nexar-contactp-brief__form.nexar-cf7-styled .wpcf7-form textarea::placeholder {
    color: #9A9A9A;
}
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form select,
.nexar-contactp-brief__form.nexar-cf7-styled .wpcf7-form select {
    background-image: linear-gradient(45deg, transparent 50%, #1A1A1A 50%), linear-gradient(135deg, #1A1A1A 50%, transparent 50%);
    background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form select option,
.nexar-contactp-brief__form.nexar-cf7-styled .wpcf7-form select option {
    color: #1A1A1A;
    background: #FFFFFF;
}
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form input[type="submit"],
.nexar-contactp-brief__form.nexar-cf7-styled .wpcf7-form input[type="submit"] {
    background: #150089;
    color: #FFFFFF;
    border: none;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    width: auto;
    cursor: pointer;
    transition: opacity 0.2s;
}
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form input[type="submit"]:hover,
.nexar-contactp-brief__form.nexar-cf7-styled .wpcf7-form input[type="submit"]:hover {
    opacity: 0.9;
}
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form .wpcf7-acceptance,
.nexar-contactp-brief__form.nexar-cf7-styled .wpcf7-form .wpcf7-acceptance {
    color: #FFFFFF !important;
    font-size: 14px !important;
}
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form .wpcf7-acceptance,
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form .wpcf7-acceptance label,
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form .wpcf7-acceptance .wpcf7-list-item,
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label,
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label,
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form span.wpcf7-form-control-wrap[data-name="consent"],
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form span.wpcf7-form-control-wrap[data-name="consent"] *,
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form .wpcf7-acceptance span {
    color: #FFFFFF !important;
    background: transparent !important;
    background-clip: border-box !important;
    -webkit-background-clip: border-box !important;
    -webkit-text-fill-color: #FFFFFF !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin: 0 !important;
}
/* Borderless white checkbox */
.nexar-contactp-brief__form .nexar-cf7-styled .wpcf7-form input[type="checkbox"],
.nexar-contactp-brief__form .nexar-cf7-styled input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    background: #FFFFFF !important;
    border: 0 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
    position: relative;
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
    flex-shrink: 0;
    vertical-align: middle;
}
.nexar-contactp-brief__form .nexar-cf7-styled input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid #150089;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
    .nexar-contactp-brief { padding: 48px 60px 60px; }
    .nexar-contactp-brief__heading { font-size: 30px; }
    .nexar-contactp-brief__info {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 24px;
    }
    .nexar-contactp-brief__form { padding: 40px 44px !important; }
    .nexar-contactp-brief__form-title { font-size: 24px; margin-bottom: 20px; }
}
@media (max-width: 720px) {
    .nexar-contactp-brief { padding: 36px 24px 48px; }
    .nexar-contactp-brief__heading { font-size: 26px; }
    .nexar-contactp-brief__sub { font-size: 17px; }
    .nexar-contactp-brief__desc { font-size: 15px; }
    .nexar-contactp-brief__info { grid-template-columns: 1fr; grid-row-gap: 16px; }
    .nexar-contactp-brief__form { padding: 0 !important; }
    .nexar-contactp-brief__form-title { font-size: 22px; }
}
