:root{
    --main: #214c76;
    --main-dark: #1a3a5f;
}

body{
    font-family: "Lato", sans-serif;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1220px;
}
a{
    color: inherit;
    text-decoration: none;
}

img{
    max-width: 100%;
    height: auto;
}

ul{
    padding: 0;
    list-style: none;
}

.sec-gap{
    padding: 40px 20px;
}

/*btn-css*/
.btn-theme {
    font-size: 14px;
    color: #fff;
    box-shadow: inset 0 0 200px rgba(0,0,0,0.1);
    border-radius: 5px;
    background-color: rgb(33, 76, 118);
    padding: 15px 28px;
    border: 0px solid transparent;
    text-align: center;
    text-decoration: none;
    transition: all .4s;
    margin: auto;
    justify-content: center;
    display: flex;
    width: fit-content;
}
.btn-theme:hover{
  color: #fff;
  background-color: rgb(29, 68, 106);
}

.footer_btn{
    font-size: 14px;
    box-shadow: inset 0 0 200px rgba(0,0,0,0.1);
    border-radius: 5px;
    background-color: #F3F3F3;
    color: #3E3E3E;
    padding: 15px 28px;
    border: 0px solid transparent;
    text-align: center;
    text-decoration: none;
    transition: all .4s;
    margin: auto;
    justify-content: center;
    display: flex;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 600;
}
.footer_btn:hover{
  background-color:#DCDCDC;
}
.top-bar{
    background-color: var(--main);
    color: white;
    padding: 9px 20px;
}

.top-bar .connectivity a{
 color: #fff;
 font-size: 16px;
}

.top-bar .connectivity li + li{
    margin-left: 5px;
    border-left: 1px solid #ffffff61;
    padding-left: 10px;
}


.top-bar .social-media a img{
    width: 18px;
}

.header{
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header .logo  a{
    display: block;
}
.header .logo img{
    max-height: 70px;
}
.header .menu ul{
    display: flex;
    align-items: center;
    gap: 30px;
}

.header .menu ul li a{
    color: #0f0f0f;
    font-size: 15px;
    font-weight: 500;
    transition: all .4s;
}

/* Login pill button in navbar */
.nh-nav-login-btn {
    display: inline-flex !important;
    align-items: center;
    background: var(--main) !important;
    color: #fff !important;
    padding: 8px 22px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px;
    text-decoration: none !important;
    transition: background 0.3s, transform 0.2s, box-shadow 0.3s !important;
    box-shadow: 0 4px 14px rgba(33,76,118,0.25);
}
.nh-nav-login-btn:hover {
    background: var(--main-dark) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(33,76,118,0.35);
}

.header .menu-btn{
    width: 50px;
    height: 50px;
    border: 1px solid #e3e2e2;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
}

.header .menu-btn span{
    width: 20px;
    height: 2px;
    background-color: #6f6f6f;
    margin: 3px 0;
    border-radius: 10px;
}

.header .menu-btn:hover span{
    background-color: #0f0f0f;
}
 .mob-menu{
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: #00000071;
    z-index: 999;
    transition: all .4s;
     transform: translateX(-100%);
}

.mob-menu.active{
    transform: translateX(0);}

 .mob-menu .inner{
    background-color: #fff;
    width: 250px;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px; 
}


/*banner-css*/
.hero_banner{
    min-height: 475px;
}

.hero_heading h1{
    font-size: 50px;
}

.hero_sub{
    display: body;
    padding-inline-start: 100px;
    font-size: 50px;
    margin-top: 30px;
}

.feature_1{
    text-align: center;
    padding: 20px;
    background-color: #f5f5f5;
}

.feature_1 h4{
    line-height: 34px;
  font-size: 24px;
  color: #0f0f0f;
  margin-bottom: 10px;
  font-weight: 600;
}



.bg-pattern::before {
    content: "";
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    background-attachment: fixed;
}
.bg-img::before {
    background-image: url("../images/img2.jpg");
    opacity: 1;
}

.high_head{
    background-color: #fff;
    padding: 10px;
    font-size: 30px;
    color: #214c76;
    font-weight: 600;
    text-align: center;
}

.feat_2{
    padding: 20px;
    text-align: center;
}
.feat_2 h4{
    font-size: 18px;
    color: #242424;
    font-weight: 600;
}
.bg1{
    background-color: #214C76;
}
.sub_head h2{
    font-size: 30px;
    font-weight: 600;
}
.partner_buss{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    gap: 25px;
}

.footer{
    background-color: #000;
    padding-bottom: 0;
}
.footer_head {
    border-bottom: 2px solid #8D8D8D;
}
.footer_title {
    color: #fff;
    font-size: 25px;
    padding-bottom: 20px;
    font-weight: 600;
}
.footer p{
    color: #8f8f8f;
    font-size:15px;
    margin-bottom: 30px;
}

.social_link span{
    display: flex;
    color: #8f8f8f;
    gap:5px;
    margin-bottom: 20px;
}
.social_link span i{
    display: block;
}

.footer_links li a{
 color: #8f8f8f;
 line-height: 35px;
 transition: all .4s;
}
.footer_links li a:hover{
 color: #fff;
}

.footer_bottom {
    padding: 20px 0px 0px 0px;
    border-top: 1px solid #ffffff8a;
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
}
.footer p {
    color: #bebebe;
    font-size: 15px;
    margin-bottom: 30px;
}

.footer_title {
    position: relative;
}


.footer_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px; 
    height: 2px;
    background: #fff;
}


.footer_title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px; 
    height: 2px;
    background: rgba(255,255,255,0.2);
}

.hero_banner {
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    color: #fff;
}


.swiper-slide {
    opacity: 1;
    transition: opacity 0.8s ease;
}

.swiper-slide-active {
    opacity: 1;
}
.bannerslider {
    position: relative;
}

.banner-prev, .banner-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    color: #000;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    transition: all .4s;
}

.banner-prev {
    left: 20px;
}


.banner-next {
    right: 20px;
}


.banner-prev:hover,
.banner-next:hover {
    background: #000;
    color: #fff;
}

.whatsapp-chat {
  position: fixed;
  bottom: 15px;
  left: 15px;
  cursor: pointer;
  z-index: 99;
}

/* ============================================================
   TRACKING PAGES — new_home theme
   ============================================================ */

/* Active nav link */
.nh-active-link {
    color: var(--main) !important;
    font-weight: 700 !important;
}

/* ---- Hero / Search Banner ---- */
.nh-track-hero {
    background: linear-gradient(135deg, #214c76 0%, #1a3a5f 60%, #0d2340 100%);
    padding: 80px 0 100px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.nh-track-hero::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 350px; height: 350px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
}
.nh-track-hero::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -80px;
    width: 400px; height: 400px;
    background: rgba(255,255,255,0.03);
    border-radius: 50%;
}

.nh-track-hero-icon {
    font-size: 56px;
    margin-bottom: 12px;
    animation: nh-bounce 2s infinite;
}
@keyframes nh-bounce {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-8px); }
}

.nh-track-hero-title {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}
.nh-track-hero-sub {
    font-size: 17px;
    opacity: 0.85;
    margin-bottom: 36px;
}

/* Radio buttons */
.nh-radio-group {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-bottom: 18px;
}
.nh-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255,255,255,0.9);
    user-select: none;
}
.nh-radio-label input[type="radio"] {
    accent-color: #fff;
    width: 17px; height: 17px;
}

/* Search bar */
.nh-search-wrap {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
    position: relative;
    z-index: 1;
}
.nh-search-icon {
    font-size: 18px;
    color: #9ba4b2;
    padding: 0 16px 0 22px;
    flex-shrink: 0;
}
.nh-search-wrap input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 16px 10px;
    font-family: 'Lato', sans-serif;
    color: #333;
    background: transparent;
}
.nh-track-btn {
    background: var(--main);
    color: #fff;
    border: none;
    padding: 16px 30px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    border-radius: 0 50px 50px 0;
    transition: background 0.3s;
    white-space: nowrap;
    text-decoration: none !important;
}
.nh-track-btn:hover {
    background: var(--main-dark);
    color: #fff;
}

/* ---- Info Strip Cards (track order page) ---- */
.nh-info-strip {
    background: #f8f9fb;
}
.nh-info-card {
    background: #fff;
    border-radius: 14px;
    padding: 32px 24px;
    box-shadow: 0 4px 20px rgba(33,76,118,0.10);
    transition: transform 0.3s, box-shadow 0.3s;
}
.nh-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 32px rgba(33,76,118,0.18);
}
.nh-info-icon {
    font-size: 38px;
    color: var(--main);
    margin-bottom: 14px;
}
.nh-info-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}
.nh-info-card p {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
}

/* ---- Not Found ---- */
.nh-not-found {
    padding: 60px 20px;
}
.nh-not-found-icon {
    font-size: 72px;
    color: #cbd3dc;
    margin-bottom: 18px;
}
.nh-not-found h2 {
    color: #444;
    font-weight: 700;
}
.nh-not-found p {
    color: #888;
    font-size: 16px;
}

/* ---- Order Info Cards (tracking result) ---- */
.nh-order-info-sec {
    background: #f4f7fb;
    padding-top: 50px;
    padding-bottom: 20px;
}
.nh-order-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: 14px;
    padding: 20px 22px;
    box-shadow: 0 3px 16px rgba(33,76,118,0.09);
    border-left: 4px solid var(--main);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}
.nh-order-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(33,76,118,0.16);
}
.nh-order-card-icon {
    font-size: 28px;
    color: var(--main);
    flex-shrink: 0;
    width: 48px; height: 48px;
    background: rgba(33,76,118,0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nh-order-card-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.nh-order-label {
    font-size: 12px;
    color: #8a95a3;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.nh-order-value {
    font-size: 15px;
    color: #1a2233;
    font-weight: 700;
    word-break: break-all;
}

/* Status colour variants */
.nh-status-delivered { border-left-color: #28a745; }
.nh-status-delivered .nh-order-card-icon { color: #28a745; background: rgba(40,167,69,0.08); }
.nh-status-delivered .nh-order-value { color: #28a745; }

.nh-status-failed { border-left-color: #dc3545; }
.nh-status-failed .nh-order-card-icon { color: #dc3545; background: rgba(220,53,69,0.08); }
.nh-status-failed .nh-order-value { color: #dc3545; }

.nh-status-active { border-left-color: #f39c12; }
.nh-status-active .nh-order-card-icon { color: #f39c12; background: rgba(243,156,18,0.08); }
.nh-status-active .nh-order-value { color: #f39c12; }

/* ---- Timeline ---- */
.nh-timeline-sec {
    background: #fff;
    padding-bottom: 60px;
}
.nh-timeline-heading {
    font-size: 24px;
    font-weight: 800;
    color: var(--main);
    margin-bottom: 36px;
    padding-bottom: 14px;
    border-bottom: 2px solid #e8edf3;
}
.nh-timeline {
    position: relative;
    padding-left: 20px;
}
.nh-timeline-item {
    display: flex;
    gap: 20px;
    position: relative;
    margin-bottom: 0;
}
.nh-timeline-item:last-child .nh-timeline-connector {
    display: none;
}
.nh-timeline-dot {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}
.nh-timeline-dot i {
    font-size: 22px;
    color: var(--main);
    background: #fff;
    border-radius: 50%;
    z-index: 1;
    line-height: 1;
}
.nh-timeline-connector {
    width: 2px;
    flex: 1;
    background: linear-gradient(180deg, var(--main) 0%, #cdd8e6 100%);
    margin: 4px auto;
    min-height: 40px;
}
.nh-timeline-content {
    flex: 1;
    background: #f8f9fb;
    border: 1px solid #e5eaf2;
    border-radius: 14px;
    padding: 18px 22px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s;
}
.nh-timeline-content:hover {
    box-shadow: 0 6px 24px rgba(33,76,118,0.12);
}
.nh-timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.nh-timeline-status {
    font-size: 15px;
    font-weight: 700;
    color: var(--main);
}
.nh-timeline-date {
    font-size: 13px;
    color: #8a95a3;
    font-weight: 500;
}
.nh-timeline-body p {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
}
.nh-timeline-body p:last-child { margin-bottom: 0; }
.nh-timeline-body strong { color: #333; }

.nh-no-tracking {
    color: #888;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .nh-track-hero-title { font-size: 28px; }
    .nh-track-hero       { padding: 60px 0 80px; }
    .nh-search-wrap      { border-radius: 14px; flex-wrap: wrap; }
    .nh-search-wrap input { padding: 14px 12px; }
    .nh-track-btn        { border-radius: 0 0 14px 14px; width: 100%; justify-content: center; display: flex; }
    .nh-search-icon      { display: none; }
    .nh-timeline-header  { flex-direction: column; }
    .nh-order-card       { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   COURIER & PRICING PAGES — new_home theme
   ============================================================ */

/* ---- Shared Page Hero ---- */
.nh-page-hero {
    background: linear-gradient(135deg, #214c76 0%, #1a3a5f 60%, #0d2340 100%);
    padding: 80px 0 90px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.nh-page-hero::before {
    content:''; position:absolute; top:-60px; right:-60px;
    width:350px; height:350px; background:rgba(255,255,255,0.04); border-radius:50%;
}
.nh-page-hero::after {
    content:''; position:absolute; bottom:-80px; left:-80px;
    width:400px; height:400px; background:rgba(255,255,255,0.03); border-radius:50%;
}
.nh-page-hero-icon {
    font-size: 54px;
    margin-bottom: 14px;
    animation: nh-bounce 2s infinite;
}
.nh-page-hero-title {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}
.nh-page-hero-sub {
    font-size: 17px;
    opacity: 0.85;
    max-width: 600px;
    margin: 0 auto;
}

/* ---- Section Title ---- */
.nh-section-title {
    font-size: 26px;
    font-weight: 800;
    color: var(--main);
    margin-bottom: 6px;
}

/* ---- Stats ---- */
.nh-courier-stats { background: #fff; }
.nh-stat-box {
    background: #f4f7fb;
    border-radius: 14px;
    padding: 28px 16px;
    transition: transform .3s, box-shadow .3s;
}
.nh-stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(33,76,118,.15);
}
.nh-stat-num {
    font-size: 30px;
    font-weight: 900;
    color: var(--main);
    line-height: 1.1;
}
.nh-stat-label {
    font-size: 13px;
    color: #6c757d;
    margin-top: 4px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* ---- Courier Cards ---- */
.nh-couriers-sec { background: #f4f7fb; }
.nh-courier-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 18px rgba(33,76,118,.09);
    transition: transform .3s, box-shadow .3s;
    border-top: 4px solid var(--main);
}
.nh-courier-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(33,76,118,.18);
}
.nh-courier-logo {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.nh-courier-logo img {
    max-height: 80px;
    max-width: 100%;
    object-fit: contain;
}
.nh-courier-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.65;
    flex: 1;
    margin-bottom: 18px;
}
.nh-courier-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 22px;
    border-top: 1px solid #eaeff5;
    padding-top: 16px;
}
.nh-courier-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #444;
}
.nh-courier-meta-item i {
    color: var(--main);
    font-size: 15px;
    flex-shrink: 0;
    width: 18px;
}
.nh-courier-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--main);
    color: #fff !important;
    border-radius: 8px;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background .3s, transform .2s;
    margin-top: auto;
}
.nh-courier-btn:hover {
    background: var(--main-dark);
    transform: translateY(-2px);
}

/* ---- CTA Section ---- */
.nh-cta-section { background: #fff; }
.nh-cta-box {
    background: linear-gradient(135deg, #214c76, #0d2340);
    border-radius: 20px;
    padding: 60px 40px;
    color: #fff;
}
.nh-cta-box h2 { font-size: 32px; font-weight: 900; margin-bottom: 10px; }
.nh-cta-box p  { font-size: 16px; opacity: .85; margin-bottom: 0; }

/* ---- Pricing Layout ---- */
.nh-pricing-wrap {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(33,76,118,.13);
}
.nh-price-left {
    background: linear-gradient(160deg, #214c76 0%, #0d2340 100%);
    color: #fff;
    padding: 50px 36px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.nh-price-tag-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .8;
    margin-bottom: 10px;
}
.nh-price-heading {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 12px;
}
.nh-price-heading span { color: #7ec8f7; }
.nh-price-caption {
    font-size: 15px;
    opacity: .85;
    margin-bottom: 16px;
}
.nh-price-amount {
    font-size: 54px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 4px;
}
.nh-price-amount span {
    font-size: 20px;
    font-weight: 400;
    opacity: .8;
}

.nh-price-right {
    padding: 44px 36px;
}
.nh-price-right-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--main);
    margin-bottom: 20px;
}

/* ---- Feature Item (shared: pricing + couriers) ---- */
.nh-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #f4f7fb;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    transition: background .3s;
}
.nh-feature-item:hover { background: #e8eef6; }
.nh-feature-item i {
    color: var(--main);
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 1px;
}

/* ---- Join Box ---- */
.nh-join-box {
    background: linear-gradient(160deg, #214c76 0%, #1a3a5f 100%);
    border-radius: 20px;
    padding: 48px 32px;
    color: #fff;
}
.nh-join-icon { font-size: 48px; margin-bottom: 14px; }
.nh-join-box h3 { font-size: 24px; font-weight: 800; margin-bottom: 6px; }
.nh-join-box p  { font-size: 14px; opacity: .8; margin-bottom: 20px; }
.nh-join-form {
    display: flex;
    gap: 8px;
    max-width: 340px;
    margin: 0 auto;
}
.nh-join-form input {
    flex: 1;
    border: none;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    outline: none;
    font-family: 'Lato', sans-serif;
}
.nh-join-form button {
    background: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 18px;
    color: var(--main);
    font-size: 18px;
    cursor: pointer;
    transition: background .3s;
}
.nh-join-form button:hover { background: #e8eef6; }

/* ---- FAQ ---- */
.nh-faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 820px; margin: 0 auto; }
.nh-faq-item {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 3px 14px rgba(33,76,118,.08);
    overflow: hidden;
}
.nh-faq-question {
    width: 100%;
    background: #fff;
    border: none;
    text-align: left;
    padding: 20px 24px;
    font-size: 15px;
    font-weight: 700;
    color: #1a2233;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-family: 'Lato', sans-serif;
    transition: background .2s;
}
.nh-faq-question:hover { background: #f4f7fb; }
.nh-faq-question:not(.collapsed) { color: var(--main); background: #f0f6ff; }
.nh-faq-icon {
    font-size: 16px;
    flex-shrink: 0;
    transition: transform .3s;
}
.nh-faq-question:not(.collapsed) .nh-faq-icon { transform: rotate(180deg); }
.nh-faq-answer {
    padding: 0 24px 20px;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .nh-page-hero-title { font-size: 27px; }
    .nh-page-hero       { padding: 60px 0 70px; }
    .nh-price-left      { padding: 36px 24px; }
    .nh-price-right     { padding: 30px 24px; }
    .nh-price-amount    { font-size: 40px; }
    .nh-cta-box         { padding: 40px 24px; }
    .nh-join-form       { flex-direction: column; }
    .nh-join-form button { width: 100%; }
}