/* ---- Hero Section ---- */
.npod__hero-section {
    font-family: 'Segoe UI', sans-serif;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #f9f9f9 50%, #ffffff 50%);
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.npod__hero-image-col {
    flex: 1;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.npod__hero-image-wrapper {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.npod__hero-image-wrapper img {
    width: 100%;
}

.npod__float-circle-lg {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 50%;
    top: -20px;
    left: -20px;
    animation: npod__float 6s infinite ease-in-out;
}

.npod__float-circle-sm {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 107, 53, 0.15);
    border-radius: 50%;
    bottom: 30px;
    right: -15px;
    animation: npod__float 4s infinite ease-in-out 2s;
}

.npod__hero-content-col {
    flex: 1;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.npod__hero-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: justify;
}

.npod__hero-description {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: justify;
}

.npod__hero-btn-wrapper {
    position: relative;
    display: inline-block;
}

.npod__button-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.npod__get-quote-btn {
    background: #ff7b25;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: all 0.3s;
    min-width: fit-content;
    white-space: nowrap;
}

.npod__query-btn-wrapper {
    min-width: fit-content;
}

.npod__hero-underline {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 107, 53, 0.3);
    transform: scaleX(0);
    transition: transform 0.4s;
}

.npod__hero-bg-circle-top {
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 107, 53, 0.05);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.npod__hero-bg-circle-bottom {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 107, 53, 0.03);
    border-radius: 50%;
    bottom: -50px;
    left: -50px;
}

/* ---- Thermal Management Section ---- */
.npod__thermal-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.npod__thermal-heading {
    color: #FF6B35;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

.npod__thermal-image-wrap {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.npod__thermal-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

/* ---- Why Liquid Cooling & CDU Section ---- */
.npod__wlc-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: white;
}

.npod__wlc-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.npod__wlc-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}

.npod__cdu-row {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.npod__wlc-image-col {
    flex: 1;
    min-width: 300px;
    padding: 30px;
}

.npod__wlc-image-col img {
    width: 100%;
    border-radius: 6px;
}

.npod__wlc-content-col {
    flex: 1;
    min-width: 300px;
    padding: 30px;
}

.npod__wlc-subheading {
    color: #FF6B35;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.npod__wlc-list {
    padding-left: 20px;
    line-height: 1.7;
    color: #555;
}

.npod__wlc-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

/* ---- Manifolds & Connectors Section ---- */
.npod__manifold-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #fff;
}

.npod__manifold-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.npod__manifold-content {
    flex: 1;
    min-width: 300px;
}

.npod__manifold-heading {
    color: #FF6B35;
    font-size: 2rem;
    margin-bottom: 20px;
}

.npod__manifold-body {
    line-height: 1.7;
    color: #555;
    text-align: justify;
}

.npod__manifold-list {
    padding-left: 20px;
    line-height: 1.7;
    color: #555;
}

.npod__manifold-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.npod__manifold-italic {
    margin-bottom: 15px;
    font-style: italic;
}

.npod__manifold-cta-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #FF6B35;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s;
}

.npod__manifold-cta-btn:hover {
    background-color: #E55627;
}

.npod__manifold-image-col {
    flex: 1;
    min-width: 300px;
}

.npod__manifold-image-col img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* ---- Heat Rejection Section ---- */
.npod__heat-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #f9f9f9;
}

.npod__heat-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.npod__heat-heading-wrap {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.npod__heat-main-heading {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}

.npod__heat-main-heading span {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FF6B35;
}

.npod__freechiller-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}

.npod__drycooler-row {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.npod__heat-image-col {
    flex: 1;
    min-width: 300px;
    padding: 30px;
}

.npod__heat-image-col img {
    width: 100%;
    border-radius: 6px;
}

.npod__heat-content-col {
    flex: 1;
    min-width: 300px;
    padding: 30px;
}

.npod__heat-subheading {
    color: #FF6B35;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.npod__heat-list {
    padding-left: 20px;
    line-height: 1.7;
    color: #555;
}

.npod__heat-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

/* ---- Animations ---- */
@keyframes npod__float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* ---- Hover Effects ---- */
.npod__get-quote-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 107, 53, 0.2);
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .npod__hero-image-col {
        display: none;
    }

    .npod__button-container {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 12px !important;
        margin-bottom: 25px !important;
    }

    .npod__get-quote-btn {
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 30px !important;
    }

    .npod__query-btn-wrapper {
        width: 100% !important;
    }

    .npod__query-btn-wrapper .submit-btn {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 14px 32px !important;
    }
}

@media (max-width: 480px) {
    .npod__button-container {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .npod__get-quote-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .npod__query-btn-wrapper .submit-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .npod__button-container {
        justify-content: center !important;
        gap: 20px !important;
    }
}



/* ============================================================
   NPOD Container Data Center Page - External CSS
   All classes prefixed with "npod-cdc-" for uniqueness
   ============================================================ */

/* ─── HERO SECTION ─── */
.npod-cdc-hero-section {
    padding: 100px 20px;
    background-color: #f4f7fb;
    font-family: 'Segoe UI', sans-serif;
}

.npod-cdc-hero-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.npod-cdc-hero-text {
    flex: 1 1 50%;
}

.npod-cdc-hero-title {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.npod-cdc-hero-desc {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.npod-cdc-btn-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.npod-cdc-btn-quote {
    background: #ff7b25;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: all 0.3s;
    min-width: fit-content;
    white-space: nowrap;
}

.npod-cdc-btn-query-wrap {
    min-width: fit-content;
}

.npod-cdc-hero-img-wrap {
    flex: 1 1 45%;
}

.npod-cdc-hero-img {
    width: 100%;
    max-width: 520px;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .npod-cdc-btn-container {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 12px !important;
        margin-bottom: 25px !important;
    }

    .npod-cdc-btn-quote {
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 30px !important;
    }

    .npod-cdc-btn-query-wrap {
        width: 100% !important;
    }

    .npod-cdc-btn-query-wrap .submit-btn {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 14px 32px !important;
    }
}

@media (max-width: 480px) {
    .npod-cdc-btn-container {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .npod-cdc-btn-quote {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .npod-cdc-btn-query-wrap .submit-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .npod-cdc-btn-container {
        justify-content: center !important;
        gap: 20px !important;
    }
}

/* ─── WHY TRADITIONAL SECTION ─── */
.npod-cdc-why-section {
    padding: 60px 0px;
    background-color: #f8f9fc;
    font-family: 'Segoe UI', sans-serif;
}

.npod-cdc-why-inner {
    max-width: 1280px;
    margin: auto;
}

.npod-cdc-why-heading {
    text-align: center;
    margin-bottom: 30px;
}

.npod-cdc-why-title {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.npod-cdc-why-desc {
    font-size: 18px;
    color: #444;
}

/* ─── CONTAINERIZED ARCHITECTURE ─── */
.npod-cdc-arch-section {
    padding: 40px 20px;
    background-color: #f8f9fc;
    font-family: 'Segoe UI', sans-serif;
}

.npod-cdc-arch-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.npod-cdc-arch-text {
    flex: 1 1 500px;
    min-width: 300px;
}

.npod-cdc-arch-title {
    font-size: 32px;
    color: #000;
    margin-bottom: 20px;
}

.npod-cdc-arch-p1 {
    font-size: 17px;
    color: #555;
}

.npod-cdc-arch-img-wrap {
    flex: 1 1 400px;
    min-width: 280px;
    text-align: center;
}

.npod-cdc-arch-img {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
}

/* ─── WHY ENTERPRISES CHOOSE NPOD ─── */
.npod-cdc-choose-wrap {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 60px;
}

.npod-cdc-choose-title {
    font-size: 32px;
    color: #000;
    margin-bottom: 20px;
}

.npod-cdc-choose-desc {
    font-size: 17px;
    color: #555;
}

.npod-cdc-choose-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.npod-cdc-choose-card {
    flex: 1 1 250px;
    background: #f1f8ff;
    padding: 20px;
    border-radius: 8px;
}

.npod-cdc-choose-note {
    margin-top: 30px;
    font-size: 16px;
    color: #555;
}

/* ─── ENTERPRISE FEATURES ─── */
.npod-cdc-features-wrap {
    margin-bottom: 60px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-cdc-features-title {
    font-size: 32px;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

.npod-cdc-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 15px;
}

.npod-cdc-feature-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.npod-cdc-feature-card-title {
    margin: 0 0 10px;
    color: #003c8f;
    font-size: 18px;
    font-weight: bold;
}

.npod-cdc-feature-card-desc {
    margin: 0;
    color: #444;
}

/* ─── DEPLOYMENT SCENARIOS ─── */
.npod-cdc-deploy-section {
    margin-bottom: 60px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-cdc-deploy-title {
    font-size: 32px;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
}

.npod-cdc-deploy-inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    gap: 40px;
}

.npod-cdc-deploy-list {
    flex: 1 1 500px;
    padding-left: 25px;
}

.npod-cdc-deploy-item {
    margin-bottom: 25px;
}

.npod-cdc-deploy-item-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.npod-cdc-deploy-item-desc {
    margin: 0;
    color: #555;
    line-height: 1.6;
}

.npod-cdc-deploy-img-wrap {
    flex: 1 1 500px;
    text-align: center;
}

.npod-cdc-deploy-img {
    max-width: 100%;
}

/* ─── TRADITIONAL VS MODULAR ─── */
.npod-cdc-tvm-section {
    background-color: #efefef;
    padding: 60px 0px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-cdc-tvm-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.npod-cdc-tvm-text {
    flex: 1 1 600px;
}

.npod-cdc-tvm-title {
    font-size: 32px;
    color: #000;
    margin-bottom: 25px;
}

.npod-cdc-tvm-desc {
    font-size: 17px;
    color: #333;
}

.npod-cdc-tvm-img-wrap {
    flex: 1 1 480px;
    text-align: center;
}

.npod-cdc-tvm-img-box {
    padding: 20px;
    border-radius: 12px;
}

.npod-cdc-tvm-img {
    max-width: 100%;
    border-radius: 10px;
}

/* ─── TECHNICAL ADVANTAGES ─── */
.npod-cdc-tech-section {
    margin: 60px 0;
    font-family: 'Segoe UI', sans-serif;
    padding: 0 20px;
}

.npod-cdc-tech-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.npod-cdc-tech-title {
    font-size: 32px;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
}

.npod-cdc-tech-intro {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.6;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.npod-cdc-tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.npod-cdc-tech-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-left: 5px solid #000;
    padding: 30px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.1);
    transition: transform 0.3s ease;
}

.npod-cdc-tech-card-inner {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.npod-cdc-tech-icon {
    flex-shrink: 0;
}

.npod-cdc-tech-card-text {
    margin: 0;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

/* ─── VIDEO SECTION ─── */
.npod-cdc-video-section {
    padding: 60px 0;
    background: #efefef;
}

.npod-cdc-video-col-inner {
    text-align: center;
}

.npod-cdc-video-frame-wrap {
    max-width: 960px;
    margin: auto;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    overflow: hidden;
}

.npod-cdc-video-frame {
    width: 100%;
    height: 400px;
    border: none;
}

.npod-cdc-video-cta-wrap {
    margin-top: 30px;
}

.npod-cdc-video-cta-btn {
    background: linear-gradient(to right, #eb7128, #b04301);
    color: #fff;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 6px 20px rgb(235 113 40 / 30%);
    transition: 0.3s ease;
}

/* ─── ENTERPRISE RELIABILITY ─── */
.npod-cdc-rely-section {
    padding: 60px 0;
}

.npod-cdc-rely-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.npod-cdc-rely-title {
    font-size: 32px;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.npod-cdc-rely-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.npod-cdc-rely-icon-wrap {
    flex: 1 1 300px;
    text-align: center;
}

.npod-cdc-rely-icon-circle {
    background: #ffffff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.15);
}

.npod-cdc-rely-text-wrap {
    flex: 1 1 500px;
}

.npod-cdc-rely-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    border-left: 5px solid #000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.npod-cdc-rely-card-text {
    margin: 0;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    text-align: justify;
}

.npod-cdc-rely-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}

.npod-cdc-rely-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #e7f3ff;
    padding: 10px 20px;
    border-radius: 25px;
}

.npod-cdc-rely-badge-label {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

/* ─── QUICK OVERVIEW ─── */
.npod-cdc-overview-section {
    margin: 60px 0;
    font-family: 'Segoe UI', sans-serif;
    padding: 0 20px;
}

.npod-cdc-overview-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.npod-cdc-overview-title {
    font-size: 32px;
    color: #000;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 600;
}

.npod-cdc-overview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.npod-cdc-overview-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 123, 255, 0.1);
    border-top: 5px solid #000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.npod-cdc-overview-card-deco {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.05) 0%, transparent 100%);
    border-radius: 0 0 0 100%;
}

.npod-cdc-overview-card-body {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.npod-cdc-overview-icon-box {
    flex-shrink: 0;
    background: #e7f3ff;
    padding: 15px;
    border-radius: 10px;
}

.npod-cdc-overview-card-text {
    margin: 0;
    font-size: 17px;
    color: #333;
    line-height: 1.7;
    font-weight: 500;
}

/* ─── PLANNING SECTION ─── */
.npod-cdc-plan-section {
    padding: 60px 0px;
    background: #fff;
    font-family: 'Segoe UI', sans-serif;
}

.npod-cdc-plan-inner {
    max-width: 1200px;
    margin: auto;
}

.npod-cdc-plan-heading {
    text-align: center;
    margin-bottom: 60px;
}

.npod-cdc-plan-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.npod-cdc-plan-subtitle {
    font-size: 18px;
    color: #333;
}

.npod-cdc-plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

.npod-cdc-plan-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.npod-cdc-plan-card-img {
    height: 180px;
    object-fit: contain;
    margin-bottom: 20px;
}

.npod-cdc-plan-card-title {
    color: #000;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.npod-cdc-plan-card-list {
    text-align: left;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    padding-left: 18px;
}

/* ─── BUY IN INDIA SECTION ─── */
.npod-cdc-buy-section {
    background-color: #f5f5f5;
    padding: 50px 30px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-cdc-buy-inner {
    max-width: 1250px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.npod-cdc-buy-text {
    flex: 1 1 700px;
}

.npod-cdc-buy-title {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.npod-cdc-buy-p1 {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
}

.npod-cdc-buy-p2 {
    font-size: 16px;
    color: #444;
}

.npod-cdc-buy-cta-wrap {
    flex: 0 0 auto;
    margin-top: 20px;
}

.npod-cdc-buy-cta-btn {
    background-color: #ff7a00;
    color: #fff;
    padding: 14px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

/* ─── DEPLOY FASTER ─── */
.npod-cdc-faster-section {
    margin: 60px 0;
    font-family: 'Segoe UI', sans-serif;
    padding: 0 20px;
}

.npod-cdc-faster-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.npod-cdc-faster-title {
    font-size: 32px;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
}

.npod-cdc-faster-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.npod-cdc-faster-visual {
    flex: 1 1 400px;
}

.npod-cdc-faster-visual-box {
    background: #efefef;
    padding: 50px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 6px 25px rgba(0, 123, 255, 0.15);
}

.npod-cdc-faster-icon-circle {
    background: #ffffff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.npod-cdc-faster-emoji {
    font-size: 70px;
    line-height: 1;
}

.npod-cdc-faster-visual-title {
    margin: 0 0 15px;
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.npod-cdc-faster-visual-desc {
    margin: 0;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
}

.npod-cdc-faster-text {
    flex: 1 1 500px;
}

.npod-cdc-faster-text-box {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 12px;
    border-left: 5px solid #000;
}

.npod-cdc-faster-text-p1 {
    margin: 0 0 20px;
    font-size: 17px;
    color: #333;
    line-height: 1.8;
}

.npod-cdc-faster-text-p2 {
    margin: 0;
    font-size: 17px;
    color: #333;
    line-height: 1.8;
}

/* ─── FAQ SECTION ─── */
.npod-cdc-faq-section-wrap {
    padding: 50px 20px 20px;
    background: #f4f7fb;
    font-family: 'Segoe UI', sans-serif;
}

.npod-faq-section {
    max-width: 900px;
    margin: 60px auto;
    padding: 20px;
    border-radius: 10px;
}

.npod-faq-title {
    font-size: 1.8em;
    color: #FF6B35;
    margin-bottom: 30px;
    text-align: center;
}

.npod-faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.npod-faq-question {
    display: block;
    font-weight: bold;
    color: #030e19ff;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.npod-faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.npod-faq-toggle {
    display: none;
}

.npod-faq-toggle:checked+.npod-faq-question::after {
    content: "−";
    transform: rotate(180deg);
}

.npod-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-top: 10px;
}

.npod-faq-toggle:checked+.npod-faq-question+.npod-faq-answer {
    max-height: 200px;
}

@media (max-width: 600px) {
    .npod-faq-title {
        font-size: 1.5em;
    }

    .npod-faq-question {
        font-size: 1em;
    }

    .npod-faq-answer {
        font-size: 0.95em;
    }
}



/* ============================================================
   NPOD Prefabricated Modular Data Center Page - External CSS
   All classes prefixed with "npod-pdc-" for uniqueness
   ============================================================ */

/* ─── HERO SECTION ─── */
.npod-pdc-hero-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #f4f7fa 0%, #e1e8ed 100%);
}

.npod-pdc-hero-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.npod-pdc-hero-text {
    flex: 1 1 50%;
}

.npod-pdc-hero-title {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.npod-pdc-hero-desc {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.npod-pdc-btn-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.npod-pdc-btn-started {
    background: #007bff;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: all 0.3s;
    min-width: fit-content;
    white-space: nowrap;
}

.npod-pdc-btn-query-wrap {
    min-width: fit-content;
}

.npod-pdc-hero-img-wrap {
    flex: 1 1 45%;
}

.npod-pdc-hero-img {
    width: 100%;
    max-width: 520px;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .npod-pdc-btn-container {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 12px !important;
        margin-bottom: 25px !important;
    }

    .npod-pdc-btn-started {
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 30px !important;
    }

    .npod-pdc-btn-query-wrap {
        width: 100% !important;
    }

    .npod-pdc-btn-query-wrap .submit-btn {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 14px 32px !important;
    }
}

@media (max-width: 480px) {
    .npod-pdc-btn-container {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .npod-pdc-btn-started {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .npod-pdc-btn-query-wrap .submit-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .npod-pdc-btn-container {
        justify-content: center !important;
        gap: 20px !important;
    }
}

/* ─── INNOVATIVE / FEATURE CARDS SECTION ─── */
.npod-pdc-features-section {
    padding: 100px 20px;
    background-color: #f8f9fc;
    font-family: 'Segoe UI', sans-serif;
}

.npod-pdc-features-inner {
    max-width: 1300px;
    margin: auto;
}

.npod-pdc-features-heading {
    text-align: center;
    margin-bottom: 60px;
}

.npod-pdc-features-title {
    font-size: 40px;
    font-weight: bold;
    background: linear-gradient(to right, #007bff, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.npod-pdc-features-desc {
    font-size: 18px;
    color: #555;
    text-align: center;
    max-width: 900px;
    margin: 20px auto 0;
}

.npod-pdc-features-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.npod-pdc-feature-card {
    flex: 1 1 30%;
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.npod-pdc-feature-card-title-blue {
    color: #007bff;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.npod-pdc-feature-card-title-green {
    color: #28a745;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.npod-pdc-feature-card-title-orange {
    color: #ff5722;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.npod-pdc-feature-card-list {
    padding-left: 18px;
    color: #444;
    font-size: 16px;
    line-height: 1.6;
}

/* ─── VIDEO SECTION ─── */
.npod-pdc-video-section {
    padding: 60px 20px;
    background: #f5f7fa;
}

.npod-pdc-video-col-inner {
    text-align: center;
}

.npod-pdc-video-frame-wrap {
    max-width: 960px;
    margin: auto;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    overflow: hidden;
}

.npod-pdc-video-frame {
    width: 100%;
    height: 400px;
    border: none;
}

.npod-pdc-video-cta-wrap {
    margin-top: 30px;
}

.npod-pdc-video-cta-btn {
    background: linear-gradient(to right, #eb7128);
    color: #fff;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.2);
    transition: 0.3s ease;
}

/* ─── INTEGRATED SYSTEMS SECTION ─── */
.npod-pdc-systems-section {
    padding: 100px 20px;
    background: #f4f7fb;
    font-family: 'Segoe UI', sans-serif;
}

.npod-pdc-systems-inner {
    max-width: 1250px;
    margin: auto;
}

.npod-pdc-systems-heading {
    text-align: center;
    margin-bottom: 60px;
}

.npod-pdc-systems-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    background: linear-gradient(to right, #007bff, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.npod-pdc-systems-subtitle {
    font-size: 18px;
    color: #333;
}

.npod-pdc-systems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.npod-pdc-system-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.npod-pdc-system-card-img {
    height: 180px;
    object-fit: contain;
    margin-bottom: 20px;
}

.npod-pdc-system-card-title {
    color: #007bff;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.npod-pdc-system-card-list {
    text-align: left;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    padding-left: 18px;
}


/* ============================================================
   NPOD Fire Protection Page v2 - External CSS
   Hero prefix: "npod-fp2-"  |  FAQ prefix: "npod-fp2-faq-"
   
   NOTE: All other sections already use scoped IDs:
   #fire-protection, #npod-cta, #npod-fire-alt,
   #npod-fire-works, #npod-benefits, #npod-why-v4,
   #npod-industries, #npod-help-cta2
   Their CSS is kept inline as-is (already unique).
   ============================================================ */

/* ─── HERO SECTION ─── */
.npod-fp2-hero-section {
    font-family: 'Segoe UI', sans-serif;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #f9f9f9 50%, #ffffff 50%);
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.npod-fp2-img-col {
    flex: 1;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.npod-fp2-img-inner {
    margin: 0 auto;
    position: relative;
}

.npod-fp2-hero-img {
    width: 100%;
}

.npod-fp2-float-lg {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 50%;
    top: -20px;
    left: -20px;
    animation: npod-fp2-float 6s infinite ease-in-out;
}

.npod-fp2-float-sm {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 107, 53, 0.15);
    border-radius: 50%;
    bottom: 30px;
    right: -15px;
    animation: npod-fp2-float 4s infinite ease-in-out 2s;
}

.npod-fp2-content-col {
    flex: 1;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.npod-fp2-hero-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: justify;
}

.npod-fp2-hero-desc {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: justify;
}

.npod-fp2-btn-wrap {
    position: relative;
    display: inline-block;
}

.npod-fp2-btn-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.npod-fp2-btn-quote {
    background: #ff7b25;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: all 0.3s;
    min-width: fit-content;
    white-space: nowrap;
}

.npod-fp2-btn-query-wrap {
    min-width: fit-content;
}

.npod-fp2-btn-underline {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 107, 53, 0.3);
    transform: scaleX(0);
    transition: transform 0.4s;
}

.npod-fp2-bg-circle-tr {
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 107, 53, 0.05);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.npod-fp2-bg-circle-bl {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 107, 53, 0.03);
    border-radius: 50%;
    bottom: -50px;
    left: -50px;
}

@keyframes npod-fp2-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@media (max-width: 768px) {
    .npod-fp2-img-col {
        display: none;
    }

    .npod-fp2-btn-container {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 12px !important;
        margin-bottom: 25px !important;
    }

    .npod-fp2-btn-quote {
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 30px !important;
    }

    .npod-fp2-btn-query-wrap {
        width: 100% !important;
    }

    .npod-fp2-btn-query-wrap .submit-btn {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 14px 32px !important;
    }
}

@media (max-width: 480px) {
    .npod-fp2-btn-container {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .npod-fp2-btn-quote {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .npod-fp2-btn-query-wrap .submit-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .npod-fp2-btn-container {
        justify-content: center !important;
        gap: 20px !important;
    }
}

/* ─── FAQ SECTION ─── */
.npod-fp2-faq-wrap {
    max-width: 900px;
    margin: 60px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.npod-fp2-faq-title {
    font-size: 1.8em;
    color: #FF6B35;
    margin-bottom: 30px;
    text-align: center;
}

.npod-fp2-faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.npod-fp2-faq-question {
    display: block;
    font-weight: bold;
    color: #030e19ff;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.npod-fp2-faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.npod-fp2-faq-toggle {
    display: none;
}

.npod-fp2-faq-toggle:checked+.npod-fp2-faq-question::after {
    content: "−";
    transform: rotate(180deg);
}

.npod-fp2-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-top: 10px;
}

.npod-fp2-faq-toggle:checked+.npod-fp2-faq-question+.npod-fp2-faq-answer {
    max-height: 300px;
}

#npod-help-cta2.nh2 {
    padding: 48px 16px;
    color: #0f172a;
    background: #ffffffff;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, "Helvetica Neue";
}

#npod-help-cta2 .nh2-wrap {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: #ffffff;
    border: 1px solid #e6edf7;
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
    overflow: hidden;
}

#npod-help-cta2 .nh2-wrap::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 18px;
    pointer-events: none;
    background: linear-gradient(#0000, #0000) padding-box, linear-gradient(135deg, rgba(96, 165, 250, .55), rgba(34, 197, 94, .55)) border-box;
    border: 1px solid transparent;
    -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

#npod-help-cta2 .nh2-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

#npod-help-cta2 .nh2-badge {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #22c55e, #60a5fa);
    box-shadow: 0 8px 18px rgba(34, 197, 94, .22);
}

#npod-help-cta2 .nh2-badge svg {
    width: 22px;
    height: 22px;
}

#npod-help-cta2 h4 {
    margin: 0 0 4px;
    font-size: clamp(18px, 1.8vw + 12px, 22px);
    line-height: 1.2;
    color: #0b1223;
}

#npod-help-cta2 .nh2-sub {
    margin: 0;
    color: #4b5a7d;
    line-height: 1.6;
}

#npod-help-cta2 .nh2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    color: #0b1220;
    background: linear-gradient(135deg, #22c55e, #60a5fa);
    border: 1px solid rgba(255, 255, 255, .35);
    box-shadow: 0 8px 18px rgba(34, 197, 94, .22), inset 0 1px 0 rgba(255, 255, 255, .5);
    white-space: nowrap;
    transition: transform .15s ease, box-shadow .2s ease;
}

#npod-help-cta2 .nh2-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(34, 197, 94, .28);
}

#npod-help-cta2 .nh2-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(96, 165, 250, .55), 0 0 0 6px rgba(96, 165, 250, .25);
}

@media (max-width: 860px) {
    #npod-help-cta2 .nh2-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    #npod-help-cta2 .nh2-btn {
        width: 100%;
    }
}

@media (prefers-color-scheme: dark) {
    #npod-help-cta2.nh2 {
        background: #0b1220;
        color: #e8eef7;
    }

    #npod-help-cta2 .nh2-wrap {
        background: #0f172a;
        border-color: #1a2440;
        box-shadow: 0 10px 28px rgba(0, 0, 0, .35);
    }

    #npod-help-cta2 h4 {
        color: #eef2ff;
    }

    #npod-help-cta2 .nh2-sub {
        color: #a7b5c9;
    }

    #npod-help-cta2 .nh2-btn {
        color: #0a1220;
    }
}

/* ============================================================
   NPOD Immersion Liquid Cooling Page - External CSS
   All classes prefixed with "npod-ilc-" for uniqueness
   ============================================================ */

/* ─── HERO SECTION ─── */
.npod-ilc-hero-section {
    font-family: 'Segoe UI', sans-serif;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #f9f9f9 50%, #ffffff 50%);
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.npod-ilc-hero-img-col {
    flex: 1;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.npod-ilc-hero-img-inner {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.npod-ilc-hero-img {
    width: 100%;
}

.npod-ilc-float-circle-lg {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 50%;
    top: -20px;
    left: -20px;
    animation: npod-ilc-float 6s infinite ease-in-out;
}

.npod-ilc-float-circle-sm {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 107, 53, 0.15);
    border-radius: 50%;
    bottom: 30px;
    right: -15px;
    animation: npod-ilc-float 4s infinite ease-in-out 2s;
}

.npod-ilc-hero-content {
    flex: 1;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.npod-ilc-hero-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: justify;
}

.npod-ilc-hero-desc {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: justify;
}

.npod-ilc-btn-wrap {
    position: relative;
    display: inline-block;
}

.npod-ilc-btn-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.npod-ilc-btn-quote {
    background: #ff7b25;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: all 0.3s;
    min-width: fit-content;
    white-space: nowrap;
}

.npod-ilc-btn-query-wrap {
    min-width: fit-content;
}

.npod-ilc-btn-underline {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 107, 53, 0.3);
    transform: scaleX(0);
    transition: transform 0.4s;
}

.npod-ilc-bg-circle-top {
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 107, 53, 0.05);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.npod-ilc-bg-circle-bottom {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 107, 53, 0.03);
    border-radius: 50%;
    bottom: -50px;
    left: -50px;
}

@keyframes npod-ilc-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.npod-ilc-hero-section a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 107, 53, 0.2);
}

@media (max-width: 768px) {
    .npod-ilc-hero-img-col {
        display: none;
    }

    .npod-ilc-btn-container {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 12px !important;
        margin-bottom: 25px !important;
    }

    .npod-ilc-btn-quote {
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 30px !important;
    }

    .npod-ilc-btn-query-wrap {
        width: 100% !important;
    }

    .npod-ilc-btn-query-wrap .submit-btn {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 14px 32px !important;
    }
}

@media (max-width: 480px) {
    .npod-ilc-btn-container {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .npod-ilc-btn-quote {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .npod-ilc-btn-query-wrap .submit-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .npod-ilc-btn-container {
        justify-content: center !important;
        gap: 20px !important;
    }
}

/* ─── SHARED: Feature Sections (Efficient, High Density, Flexibility) ─── */
.npod-ilc-feature-section-grey {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #f9f9f9;
}

.npod-ilc-feature-section-white {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: white;
}

.npod-ilc-feature-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.npod-ilc-feature-heading {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.npod-ilc-feature-heading-line {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FF6B35;
}

.npod-ilc-feature-card-white {
    background: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.npod-ilc-feature-card-grey {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.npod-ilc-feature-list {
    padding-left: 20px;
    margin: 0;
    list-style-type: none;
}

.npod-ilc-feature-list-item {
    margin-bottom: 15px;
    text-align: justify;
    line-height: 1.7;
    color: #555;
}

.npod-ilc-feature-list-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .npod-ilc-feature-heading {
        font-size: 1.8rem !important;
    }

    .npod-ilc-feature-section-grey,
    .npod-ilc-feature-section-white {
        padding: 40px 15px !important;
    }

    .npod-ilc-feature-card-white,
    .npod-ilc-feature-card-grey {
        padding: 20px !important;
    }
}

/* ─── VIDEO SECTION ─── */
.npod-ilc-video-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #fff;
    text-align: center;
}

.npod-ilc-video-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.npod-ilc-video-title {
    color: #FF6B35;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.npod-ilc-video-embed-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.npod-ilc-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.npod-ilc-video-desc {
    margin-top: 30px;
    color: #555;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* ─── SINGLE PHASE SECTION ─── */
.npod-ilc-singlephase-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #fff;
}

.npod-ilc-singlephase-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.npod-ilc-singlephase-title {
    color: #FF6B35;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
}

.npod-ilc-singlephase-desc {
    max-width: 1200px;
    margin: 0 auto 40px;
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.7;
    color: #555;
}

.npod-ilc-singlephase-img-wrap {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
}

.npod-ilc-singlephase-img {
    width: 100%;
    height: auto;
    display: block;
}

/* ─── EFFICIENCY & RELIABILITY SECTION ─── */
.npod-ilc-er-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #f9f9f9;
}

.npod-ilc-er-inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* Row 1: image left, content right */
.npod-ilc-er-row-normal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}

/* Row 2: content left, image right */
.npod-ilc-er-row-reverse {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.npod-ilc-er-img-col {
    flex: 1;
    min-width: 300px;
    padding: 30px;
}

.npod-ilc-er-img {
    width: 100%;
    border-radius: 6px;
}

.npod-ilc-er-content-col {
    flex: 1;
    min-width: 300px;
    padding: 30px;
}

.npod-ilc-er-subtitle {
    color: #FF6B35;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.npod-ilc-er-list {
    padding-left: 20px;
    line-height: 1.7;
    color: #555;
}

.npod-ilc-er-list-item {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}


/* ============================================================
   NPOD Micro Data Center Page - External CSS
   All classes prefixed with "npod-mdc-" for uniqueness
   ============================================================ */

/* ─── HERO SECTION ─── */
.npod-mdc-hero-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #f4f7fa 0%, #e1e8ed 100%);
}

.npod-mdc-hero-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.npod-mdc-hero-text {
    flex: 1 1 50%;
}

.npod-mdc-hero-title {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.npod-mdc-hero-list {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
    padding-left: 20px;
}

.npod-mdc-btn-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.npod-mdc-btn-connect {
    background: #ff7b25;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: all 0.3s;
    min-width: fit-content;
    white-space: nowrap;
}

.npod-mdc-btn-query-wrap {
    min-width: fit-content;
}

.npod-mdc-hero-img-wrap {
    flex: 1 1 45%;
}

.npod-mdc-hero-img {
    width: 100%;
    max-width: 520px;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .npod-mdc-btn-container {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 12px !important;
        margin-bottom: 25px !important;
    }

    .npod-mdc-btn-connect {
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 30px !important;
    }

    .npod-mdc-btn-query-wrap {
        width: 100% !important;
    }

    .npod-mdc-btn-query-wrap .submit-btn {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 14px 32px !important;
    }
}

@media (max-width: 480px) {
    .npod-mdc-btn-container {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .npod-mdc-btn-connect {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .npod-mdc-btn-query-wrap .submit-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .npod-mdc-btn-container {
        justify-content: center !important;
        gap: 20px !important;
    }
}

/* ─── MICRO DATA CENTER (image left, content right) ─── */
.npod-mdc-intro-section {
    background: #f7f9fc;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.npod-mdc-intro-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.npod-mdc-intro-image {
    flex: 1 1 40%;
}

.npod-mdc-intro-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.npod-mdc-intro-content {
    flex: 1 1 55%;
}

.npod-mdc-intro-content h2 {
    font-size: 32px;
    color: #eb7128;
    margin-bottom: 20px;
    font-weight: 700;
}

.npod-mdc-intro-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
}

.npod-mdc-intro-content strong {
    color: #1976d2;
}

@media (max-width: 768px) {
    .npod-mdc-intro-container {
        flex-direction: column;
        text-align: center;
    }

    .npod-mdc-intro-content h2 {
        font-size: 26px;
    }

    .npod-mdc-intro-content p {
        font-size: 16px;
    }
}

/* ─── WHAT IS MICRO DC (content left, image right) ─── */
.npod-mdc-what-section {
    background: #f7f9fc;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.npod-mdc-what-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    flex-direction: row;
}

.npod-mdc-what-content {
    flex: 1 1 55%;
}

.npod-mdc-what-image {
    flex: 1 1 40%;
}

.npod-mdc-what-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.npod-mdc-what-content h2 {
    font-size: 32px;
    color: #eb7128;
    margin-bottom: 20px;
    font-weight: 700;
}

.npod-mdc-what-content p,
.npod-mdc-what-content ul {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
}

.npod-mdc-what-content ul {
    padding-left: 20px;
}

.npod-mdc-what-content ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .npod-mdc-what-container {
        flex-direction: column;
        text-align: center;
    }

    .npod-mdc-what-content h2 {
        font-size: 26px;
    }

    .npod-mdc-what-content p,
    .npod-mdc-what-content ul {
        font-size: 16px;
        text-align: left;
    }
}

/* ─── IMPORTANCE (image left, content right) ─── */
.npod-mdc-importance-section {
    background: #ffffff;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.npod-mdc-importance-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    flex-direction: row;
}

.npod-mdc-importance-image {
    flex: 1 1 40%;
}

.npod-mdc-importance-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.npod-mdc-importance-content {
    flex: 1 1 55%;
}

.npod-mdc-importance-content h2 {
    font-size: 32px;
    color: #eb7128;
    margin-bottom: 20px;
    font-weight: 700;
}

.npod-mdc-importance-content p,
.npod-mdc-importance-content ul {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
}

.npod-mdc-importance-content ul {
    padding-left: 20px;
}

.npod-mdc-importance-content ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .npod-mdc-importance-container {
        flex-direction: column;
        text-align: center;
    }

    .npod-mdc-importance-content h2 {
        font-size: 26px;
    }

    .npod-mdc-importance-content p,
    .npod-mdc-importance-content ul {
        font-size: 16px;
        text-align: left;
    }
}

/* ─── NPOD SOLUTION FEATURE GRID ─── */
.npod-mdc-solution-section {
    padding: 100px 20px;
    background: #f8f9fc;
}

.npod-mdc-solution-inner {
    max-width: 1200px;
    margin: auto;
}

.npod-mdc-solution-heading {
    text-align: center;
    margin-bottom: 60px;
}

.npod-mdc-solution-heading h2 {
    font-size: 36px;
    color: #1a1a1a;
}

.npod-mdc-solution-heading p {
    font-size: 18px;
    color: #555;
    max-width: 800px;
    margin: 20px auto 0;
    text-align: justify;
}

.npod-mdc-solution-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.npod-mdc-solution-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.npod-mdc-card-title-orange {
    color: #eb7128;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.npod-mdc-card-title-green {
    color: #28a745;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.npod-mdc-card-title-teal {
    color: #17a2b8;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.npod-mdc-card-title-yellow {
    color: #ffc107;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.npod-mdc-card-title-purple {
    color: #6f42c1;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.npod-mdc-card-title-red {
    color: #dc3545;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.npod-mdc-solution-card ul {
    padding-left: 20px;
    color: #555;
    line-height: 1.8;
}

.npod-mdc-solution-cta {
    text-align: center;
    margin-top: 60px;
}

.npod-mdc-solution-cta-btn {
    display: inline-block;
    padding: 14px 30px;
    background-color: #eb7128;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
}

/* ─── WHY CHOOSE NPOD ─── */
.npod-mdc-why-section {
    background: #f5faff;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.npod-mdc-why-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    flex-direction: row;
}

.npod-mdc-why-image {
    flex: 1 1 40%;
}

.npod-mdc-why-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.npod-mdc-why-content {
    flex: 1 1 55%;
}

.npod-mdc-why-content h2 {
    font-size: 32px;
    color: #eb7128;
    margin-bottom: 20px;
    font-weight: 700;
}

.npod-mdc-why-content p,
.npod-mdc-why-content ul {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
}

.npod-mdc-why-content ul {
    padding-left: 20px;
}

.npod-mdc-why-content ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .npod-mdc-why-container {
        flex-direction: column;
        text-align: center;
    }

    .npod-mdc-why-content h2 {
        font-size: 26px;
    }

    .npod-mdc-why-content p,
    .npod-mdc-why-content ul {
        font-size: 16px;
        text-align: left;
    }
}

/* ─── WHO CAN USE ─── */
.npod-mdc-who-section {
    background: #ffffff;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.npod-mdc-who-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    flex-direction: row;
}

.npod-mdc-who-content {
    flex: 1 1 55%;
}

.npod-mdc-who-image {
    flex: 1 1 40%;
}

.npod-mdc-who-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.npod-mdc-who-content h2 {
    font-size: 32px;
    color: #eb7128;
    margin-bottom: 20px;
    font-weight: 700;
}

.npod-mdc-who-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
}

.npod-mdc-who-content ul {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    list-style: none;
    padding-left: 0;
}

.npod-mdc-who-content ul li::before {
    content: "✔️";
    margin-right: 8px;
    color: #1976d2;
}

@media (max-width: 768px) {
    .npod-mdc-who-container {
        flex-direction: column;
        text-align: center;
    }

    .npod-mdc-who-content h2 {
        font-size: 26px;
    }

    .npod-mdc-who-content p,
    .npod-mdc-who-content ul {
        font-size: 16px;
        text-align: left;
    }
}

/* ─── COMPARISON & DEPLOYMENT ─── */
.npod-mdc-compare-section {
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
    background: #f9f9f9;
}

.npod-mdc-center-heading {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 60px;
    color: #1a1a1a;
    position: relative;
}

.npod-mdc-center-heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #eb7128;
    margin: 10px auto 0;
    border-radius: 2px;
}

.npod-mdc-section-title {
    font-size: 2rem;
    margin: 60px 0 30px;
    color: #eb7128;
    font-weight: 600;
    text-align: center;
}

.npod-mdc-compare-table {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 40px;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.npod-mdc-compare-table th {
    background-color: #000000ff;
    color: #ffffff;
    font-size: 18px;
    padding: 16px 24px;
    text-align: left;
}

.npod-mdc-compare-table td {
    padding: 16px 24px;
    font-size: 16px;
    color: #1e293b;
    border-bottom: 1px solid #e2e8f0;
}

.npod-mdc-compare-table tr:last-child td {
    border-bottom: none;
}

.npod-mdc-compare-table tr:nth-child(even) {
    background-color: #f8fafc;
}

.npod-mdc-compare-table tr:hover td {
    background-color: #e0f2fe;
}

.npod-mdc-deploy-box {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
}

.npod-mdc-deploy-box p {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 20px;
}

.npod-mdc-deploy-box ul {
    list-style: none;
    padding-left: 0;
}

.npod-mdc-deploy-box li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    font-size: 1.05rem;
    color: #444;
}

.npod-mdc-deploy-box li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #eb7128;
    font-weight: bold;
}

@media (max-width: 768px) {

    .npod-mdc-center-heading,
    .npod-mdc-section-title {
        font-size: 2rem;
    }

    .npod-mdc-deploy-box {
        padding: 30px 20px;
    }

    .npod-mdc-compare-table th,
    .npod-mdc-compare-table td {
        padding: 12px;
        font-size: 15px;
    }
}

/* ─── MICRO SECTION (prefabricated) ─── */
.npod-mdc-micro-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 20px;
    max-width: 1200px;
    margin: auto;
    gap: 30px;
}

.npod-mdc-micro-image {
    flex: 1 1 45%;
    max-width: 500px;
}

.npod-mdc-micro-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    object-fit: contain;
}

.npod-mdc-micro-content {
    flex: 1 1 50%;
}

.npod-mdc-micro-content h2 {
    font-size: 28px;
    color: #222;
    margin-bottom: 15px;
}

.npod-mdc-micro-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    text-align: justify;
}

@media (max-width: 768px) {
    .npod-mdc-micro-section {
        flex-direction: column;
        text-align: center;
    }

    .npod-mdc-micro-image,
    .npod-mdc-micro-content {
        max-width: 100%;
    }

    .npod-mdc-micro-content h2 {
        font-size: 24px;
    }

    .npod-mdc-micro-content p {
        text-align: center;
    }
}

/* ─── RACK SECTION ─── */
.npod-mdc-rack-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 20px;
    max-width: 1200px;
    margin: auto;
    gap: 30px;
}

.npod-mdc-rack-content {
    flex: 1 1 50%;
    text-align: justify;
}

.npod-mdc-rack-content h2 {
    font-size: 28px;
    color: #222;
    margin-bottom: 15px;
}

.npod-mdc-rack-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

.npod-mdc-rack-image {
    flex: 1 1 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.npod-mdc-rack-image img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 350px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .npod-mdc-rack-section {
        flex-direction: column;
        text-align: center;
    }

    .npod-mdc-rack-content h2 {
        font-size: 24px;
    }

    .npod-mdc-rack-content p {
        text-align: center;
    }

    .npod-mdc-rack-image img {
        max-height: 300px;
    }
}

/* ─── RELIABLE SECTION ─── */
.npod-mdc-reliable-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 20px;
    max-width: 1200px;
    margin: auto;
    gap: 30px;
}

.npod-mdc-reliable-image {
    flex: 1 1 45%;
}

.npod-mdc-reliable-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.npod-mdc-reliable-content {
    flex: 1 1 50%;
}

.npod-mdc-reliable-content h2 {
    font-size: 28px;
    color: #222;
    margin-bottom: 15px;
}

.npod-mdc-reliable-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .npod-mdc-reliable-section {
        flex-direction: column;
        text-align: center;
    }

    .npod-mdc-reliable-content h2 {
        font-size: 24px;
    }
}

/* ─── SECURITY SECTION ─── */
.npod-mdc-security-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 20px;
    max-width: 1200px;
    margin: auto;
    gap: 30px;
}

.npod-mdc-security-content {
    flex: 1 1 50%;
    text-align: justify;
}

.npod-mdc-security-content h2 {
    font-size: 28px;
    color: #222;
    margin-bottom: 15px;
}

.npod-mdc-security-content ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 16px;
    color: #444;
    line-height: 1.8;
}

.npod-mdc-security-image {
    flex: 1 1 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.npod-mdc-security-image img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 350px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .npod-mdc-security-section {
        flex-direction: column;
        text-align: center;
    }

    .npod-mdc-security-content h2 {
        font-size: 24px;
    }

    .npod-mdc-security-content ul {
        text-align: left;
        display: inline-block;
    }

    .npod-mdc-security-image img {
        max-height: 300px;
    }
}

/* ─── TELECOM SUCCESS ─── */
.npod-mdc-telecom-section {
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    max-width: 1000px;
    margin: 40px auto;
    font-family: 'Segoe UI', sans-serif;
    text-align: justify;
}

.npod-mdc-telecom-section h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #1e293b;
    border-left: 4px solid #0ea5e9;
    padding-left: 12px;
    text-align: left;
}

.npod-mdc-telecom-section p {
    font-size: 16px;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 16px;
}

.npod-mdc-result-box {
    background: #f4e8e8ff;
    padding: 20px;
    border-left: 5px solid #eb7128;
    border-radius: 8px;
    margin-top: 20px;
}

.npod-mdc-result-box ul {
    margin: 0;
    padding-left: 20px;
}

.npod-mdc-result-box li {
    margin-bottom: 10px;
    color: #0f172a;
    font-weight: 500;
}

/* ─── CONFIGURATION SECTION ─── */
.npod-mdc-config-section {
    padding: 100px 20px;
    background: #f5f7fa;
    font-family: 'Segoe UI', sans-serif;
}

.npod-mdc-config-inner {
    max-width: 1250px;
    margin: auto;
    text-align: center;
}

.npod-mdc-config-title {
    font-size: 36px;
    background: linear-gradient(to right, #eb7128, #eb7128);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.npod-mdc-config-subtitle {
    font-size: 16px;
    color: #555;
    margin-top: 15px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.npod-mdc-config-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 70px;
}

.npod-mdc-config-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.npod-mdc-config-card img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

.npod-mdc-config-card-title-orange {
    font-size: 18px;
    color: #eb7128;
    margin-bottom: 8px;
    font-weight: 700;
}

.npod-mdc-config-card-title-green {
    font-size: 18px;
    color: #28a745;
    margin-bottom: 8px;
    font-weight: 700;
}

.npod-mdc-config-card-title-teal {
    font-size: 18px;
    color: #17a2b8;
    margin-bottom: 8px;
    font-weight: 700;
}

.npod-mdc-config-card-title-yellow {
    font-size: 18px;
    color: #ffc107;
    margin-bottom: 8px;
    font-weight: 700;
}

.npod-mdc-config-card-desc {
    font-size: 14px;
    color: #333;
}

/* ─── CTA SECTION ─── */
.npod-mdc-cta-section {
    background: #7fb8e3ff;
    color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 12px;
    margin: 40px auto;
    max-width: 900px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-mdc-cta-section h3 {
    font-size: 28px;
    margin-bottom: 16px;
}

.npod-mdc-cta-section p {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 1.6;
}

.npod-mdc-cta-btn {
    background-color: #ffffff;
    color: #0ea5e9;
    padding: 12px 28px;
    font-size: 16px;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease, color 0.3s ease;
    display: inline-block;
}

.npod-mdc-cta-btn:hover {
    background-color: #0284c7;
    color: #ffffff;
}

/* ─── INTEGRATED SYSTEMS SECTION ─── */
.npod-mdc-integrated-section {
    padding: 100px 20px;
    background: #eef1f6;
    font-family: 'Segoe UI', sans-serif;
}

.npod-mdc-integrated-inner {
    max-width: 1250px;
    margin: auto;
}

.npod-mdc-integrated-heading {
    text-align: center;
    margin-bottom: 70px;
}

.npod-mdc-integrated-title {
    font-size: 42px;
    font-weight: bold;
    background: linear-gradient(to right, #eb7128, #eb7128);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.npod-mdc-integrated-subtitle {
    font-size: 18px;
    color: #333;
}

.npod-mdc-grid-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    text-align: justify;
}

.npod-mdc-grid-cards>div {
    flex: 1 1 calc(33% - 26px);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.npod-mdc-grid-cards img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.npod-mdc-grid-card-img-container {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9f9f9;
}

.npod-mdc-grid-card-content {
    padding: 25px 20px;
}

.npod-mdc-grid-card-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.npod-mdc-grid-card-content ul {
    padding-left: 20px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .npod-mdc-grid-cards>div {
        flex: 1 1 calc(48% - 20px);
    }
}

@media (max-width: 600px) {
    .npod-mdc-grid-cards {
        flex-direction: column;
    }

    .npod-mdc-grid-cards>div {
        flex: 1 1 100%;
    }

    .npod-mdc-grid-card-content ul {
        font-size: 14px;
    }
}

/* ─── EXPANSION SECTION ─── */
.npod-mdc-expansion-section {
    padding: 100px 20px;
    background: #f7f9fb;
    font-family: 'Segoe UI', sans-serif;
}

.npod-mdc-expansion-inner {
    max-width: 1250px;
    margin: auto;
    text-align: center;
}

.npod-mdc-expansion-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    background: linear-gradient(to right, #eb7128, #eb7128);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.npod-mdc-expansion-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ─── FAQ SECTION ─── */
.npod-mdc-faq-section {
    background: #f8fafc;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-mdc-faq-section h3 {
    text-align: center;
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 600;
    margin: 50px 0 30px;
}

.npod-mdc-faq-item {
    max-width: 900px;
    margin: 0 auto 16px auto;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.npod-mdc-faq-question {
    padding: 18px 24px;
    font-weight: 600;
    font-size: 18px;
    color: #000000ff;
    background: #e2e8f0;
    cursor: pointer;
    position: relative;
}

.npod-mdc-faq-question::after {
    content: '+';
    position: absolute;
    right: 24px;
    font-size: 24px;
    transition: transform 0.3s;
}

.npod-mdc-faq-item.active .npod-mdc-faq-question::after {
    transform: rotate(45deg);
}

.npod-mdc-faq-answer {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
    color: #334155;
    font-size: 16px;
    line-height: 1.6;
}

.npod-mdc-faq-item.active .npod-mdc-faq-answer {
    padding: 16px 24px 24px;
    max-height: 500px;
}

/* ============================================================
   NPOD Smart Monitoring System Page - External CSS
   All classes prefixed with "npod-sms-" for uniqueness
   ============================================================ */

/* ─── HERO SECTION ─── */
.npod-sms-hero-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #f4f7fa 0%, #e1e8ed 100%);
}

.npod-sms-hero-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.npod-sms-hero-text {
    flex: 1 1 50%;
}

.npod-sms-hero-title {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.npod-sms-hero-desc {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: justify;
}

.npod-sms-btn-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.npod-sms-btn-quote {
    display: inline-block;
    padding: 12px 28px;
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
}

.npod-sms-btn-query-wrap {
    min-width: fit-content;
}

.npod-sms-hero-img-wrap {
    flex: 1 1 45%;
}

.npod-sms-hero-img {
    width: 100%;
    max-width: 520px;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .npod-sms-btn-container {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 12px !important;
        margin-bottom: 25px !important;
    }

    .npod-sms-btn-quote {
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 30px !important;
    }

    .npod-sms-btn-query-wrap {
        width: 100% !important;
    }

    .npod-sms-btn-query-wrap .submit-btn {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 14px 32px !important;
    }
}

@media (max-width: 480px) {
    .npod-sms-btn-container {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .npod-sms-btn-quote {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .npod-sms-btn-query-wrap .submit-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .npod-sms-btn-container {
        justify-content: center !important;
        gap: 20px !important;
    }
}

/* ─── ENVIRONMENT MONITORING ─── */
.npod-sms-env-section {
    background: #f4f6fb;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-sms-env-container {
    max-width: 1200px;
    margin: auto;
}

.npod-sms-env-content {}

.npod-sms-env-text {}

.npod-sms-env-heading {
    font-size: 38px;
    font-weight: bold;
    background: linear-gradient(to right, #007bff, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.npod-sms-env-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
}

.npod-sms-monitor-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.npod-sms-monitor-list li {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid #e6eaf0;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
}

.npod-sms-monitor-list .npod-sms-icon {
    font-size: 20px;
    margin-right: 10px;
    color: #00e654ff;
    font-weight: 600;
}

.npod-sms-monitor-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.npod-sms-monitor-image img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .npod-sms-env-content {
        flex-direction: column;
    }

    .npod-sms-env-heading {
        font-size: 24px;
    }

    .npod-sms-monitor-list {
        display: block;
    }
}

/* ─── DC MONITORING FEATURES ─── */
.npod-sms-features-section {
    background: #f4f6fb;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-sms-features-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.npod-sms-features-heading {
    font-size: 38px;
    font-weight: bold;
    background: linear-gradient(to right, #007bff, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.npod-sms-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.npod-sms-feature-box {
    background: #f8fafc;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

.npod-sms-feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
}

.npod-sms-feature-box .npod-sms-feature-icon {
    font-size: 40px;
    color: #0073e6;
    margin-bottom: 15px;
}

.npod-sms-feature-box h3 {
    font-size: 20px;
    color: #222;
    margin-bottom: 10px;
}

.npod-sms-feature-box p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

/* ─── VIDEO SECTION ─── */
.npod-sms-video-section {
    padding: 100px 20px;
    background: #fff;
    font-family: 'Segoe UI', sans-serif;
}

.npod-sms-video-inner {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.npod-sms-video-title {
    font-size: 40px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.npod-sms-video-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}

.npod-sms-video-player {
    width: 100%;
    max-width: 900px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* ─── WHY MONITORING ─── */
.npod-sms-why-section {
    background: #f4f6fb;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-sms-why-container {
    max-width: 1000px;
    margin: auto;
}

.npod-sms-why-heading {
    font-size: 38px;
    font-weight: bold;
    background: linear-gradient(to right, #007bff, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.npod-sms-why-container p {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.6;
}

.npod-sms-benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.npod-sms-benefit-list li {
    font-size: 16px;
    color: #333;
    background: #fff;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 10px;
}

.npod-sms-benefit-list li::before {
    content: '';
}

@media (max-width: 768px) {
    .npod-sms-why-heading {
        font-size: 24px;
    }
}

/* ─── COMPATIBLE WITH ─── */
.npod-sms-compat-section {
    background: #f4f6fb;
    padding: 50px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-sms-compat-container {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.npod-sms-compat-heading {
    font-size: 38px;
    font-weight: bold;
    background: linear-gradient(to right, #007bff, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.npod-sms-compat-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.npod-sms-compat-list li {
    background: #f8fafc;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.npod-sms-compat-list li:hover {
    transform: translateY(-3px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .npod-sms-compat-heading {
        font-size: 24px;
    }
}

/* ─── HOW IT WORKS ─── */
.npod-sms-how-section {
    background: #f4f6fb;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-sms-how-container {
    max-width: 1100px;
    margin: auto;
}

.npod-sms-how-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
}

.npod-sms-how-title {
    font-size: 38px;
    font-weight: bold;
    background: linear-gradient(to right, #007bff, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 16px 0;
}

.npod-sms-how-text p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin: 0;
}

.npod-sms-how-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 900px) {
    .npod-sms-how-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .npod-sms-how-title {
        font-size: 30px;
    }
}

/* ─── NPOD BENEFITS ─── */
.npod-sms-rack-benefits-section {
    background: #f4f6fb;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-sms-rack-benefits-container {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.npod-sms-rack-benefits-heading {
    font-size: 38px;
    font-weight: bold;
    background: linear-gradient(to right, #007bff, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.npod-sms-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

.npod-sms-benefit-card {
    background: #f8fafc;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

.npod-sms-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
}

.npod-sms-benefit-card h3 {
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
}

.npod-sms-benefit-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

/* ─── INTEGRATION SECTION ─── */
.npod-sms-integration-section {
    background: #f4f6fb;
    padding: 40px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-sms-integration-container {
    max-width: 900px;
    margin: auto;
}

.npod-sms-integration-heading {
    font-size: 32px;
    font-weight: bold;
    background: linear-gradient(to right, #007bff, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.npod-sms-integration-container p {
    font-size: 15px;
    color: #444;
    margin-bottom: 20px;
}

.npod-sms-integration-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 12px;
}

.npod-sms-integration-list li {
    background: #f8fafc;
    padding: 12px 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.npod-sms-integration-list li:hover {
    transform: translateY(-3px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}

/* ─── MONITORING FINAL ─── */
.npod-sms-final-section {
    background: #f4f6fb;
    padding: 50px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-sms-final-container {
    max-width: 900px;
    margin: auto;
}

.npod-sms-final-block {
    background: #f8fafc;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
}

.npod-sms-final-block h3 {
    font-size: 28px;
    margin-bottom: 12px;
    color: inherit;
    text-align: center;
}

.npod-sms-final-block p {
    font-size: 15px;
    line-height: 1.6;
    color: inherit;
}

/* ─── INTELLIGENT MONITORING FEATURES ─── */
.npod-sms-intel-section {
    padding: 60px 20px;
    background: #f4f6fb;
    font-family: 'Segoe UI', sans-serif;
}

.npod-sms-intel-inner {
    max-width: 1300px;
    margin: auto;
}

.npod-sms-intel-heading {
    text-align: center;
    margin-bottom: 60px;
}

.npod-sms-intel-title {
    font-size: 38px;
    font-weight: bold;
    background: linear-gradient(to right, #007bff, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.npod-sms-intel-subtitle {
    font-size: 18px;
    color: #555;
    max-width: 900px;
    margin: 20px auto 0;
}

.npod-sms-intel-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    text-align: justify;
}

.npod-sms-intel-card {
    flex: 1 1 280px;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
}

.npod-sms-intel-card h3 {
    color: #007bff;
    font-size: 22px;
    margin-bottom: 15px;
}

.npod-sms-intel-card p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

/* ─── LEARN MORE / EMS SECTION ─── */
.npod-sms-ems-section {
    padding: 100px 20px;
    background: #f7f9fc;
    font-family: 'Segoe UI', sans-serif;
}

.npod-sms-ems-inner {
    max-width: 1300px;
    margin: auto;
}

.npod-sms-ems-heading {
    text-align: center;
    margin-bottom: 60px;
}

.npod-sms-ems-title {
    font-size: 40px;
    font-weight: bold;
    color: #1a1a1a;
}

.npod-sms-ems-subtitle {
    font-size: 18px;
    color: #555;
}

/* Row layout */
.npod-sms-ems-row {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.npod-sms-ems-row-reverse {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    flex-direction: row-reverse;
}

.npod-sms-ems-img-col {
    flex: 1 1 50%;
}

.npod-sms-ems-img-col img {
    width: 100%;
    border-radius: 12px;
}

.npod-sms-ems-text-col {
    flex: 1 1 45%;
}

.npod-sms-ems-text-col h3 {
    color: #007bff;
    font-size: 24px;
    margin-bottom: 20px;
}

.npod-sms-ems-text-col ul {
    line-height: 1.8;
    color: #333;
    font-size: 16px;
    padding-left: 20px;
}

/* Display options */
.npod-sms-display-wrap {
    text-align: center;
}

.npod-sms-display-title {
    color: #007bff;
    font-size: 24px;
    margin-bottom: 30px;
}

.npod-sms-display-desc {
    max-width: 1000px;
    margin: 0 auto 40px;
    color: #444;
    font-size: 16px;
}

.npod-sms-display-img {
    max-width: 800px;
    width: 100%;
    border-radius: 12px;
}

/* ─── MONITORING FINALS (CTA block) ─── */
.npod-sms-cta-block-section {
    padding: 50px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-sms-cta-block-container {
    max-width: 900px;
    margin: auto;
}

.npod-sms-cta-block {
    background: #0073e6;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
}

.npod-sms-cta-block h3 {
    font-size: 28px;
    margin-bottom: 12px;
    color: #ffffff;
}

.npod-sms-cta-block p {
    font-size: 15px;
    line-height: 1.6;
    color: #e6f0ff;
}

.npod-sms-cta-btn-wrap {
    margin-top: 30px;
}

.npod-sms-cta-link {
    background: linear-gradient(to right, #eb7128);
    color: #fff;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.2);
    transition: 0.3s ease;
}

/* ─── YOUTUBE VIDEO SECTION ─── */
.npod-sms-yt-section {
    padding: 60px 20px;
    background: #f5f7fa;
}

.npod-sms-yt-col-inner {
    text-align: center;
}

.npod-sms-yt-frame-wrap {
    max-width: 960px;
    margin: auto;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    overflow: hidden;
}

.npod-sms-yt-iframe {
    width: 100%;
    height: 400px;
    border: none;
}

.npod-sms-yt-cta-wrap {
    margin-top: 30px;
}

.npod-sms-yt-cta-btn {
    background: linear-gradient(to right, #eb7128);
    color: #fff;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.2);
    transition: 0.3s ease;
}

/* ─── FAQ SECTION ─── */
.npod-sms-faq-wrap {
    padding: 60px 20px;
    border-radius: 10px;
    background: #f7f9fc;
}

.npod-sms-faq-container {
    max-width: 900px;
    margin: auto;
}

.npod-sms-faq-title {
    font-size: 1.8em;
    color: #FF6B35;
    margin-bottom: 30px;
    text-align: center;
}

.npod-sms-faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.npod-sms-faq-question {
    display: block;
    font-weight: bold;
    color: #030e19ff;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.npod-sms-faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.npod-sms-faq-toggle {
    display: none;
}

.npod-sms-faq-toggle:checked+.npod-sms-faq-question::after {
    content: "−";
    transform: rotate(180deg);
}

.npod-sms-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-top: 10px;
}

.npod-sms-faq-toggle:checked+.npod-sms-faq-question+.npod-sms-faq-answer {
    max-height: 400px;
}

.npod-sms-faq-answer ul {
    margin: 10px 0 0 20px;
    padding: 0;
}

.npod-sms-faq-answer ul li {
    margin-bottom: 6px;
}

/* ============================================================
   NPOD Micro Data Center Page v2 - External CSS
   All classes prefixed with "npod-mdc2-" for uniqueness
   Difference from npod-mdc-: config card 3 img width is 60%
   ============================================================ */

/* ─── HERO SECTION ─── */
.npod-mdc2-hero-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #f4f7fa 0%, #e1e8ed 100%);
}

.npod-mdc2-hero-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.npod-mdc2-hero-text {
    flex: 1 1 50%;
}

.npod-mdc2-hero-title {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.npod-mdc2-hero-list {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
    padding-left: 20px;
}

.npod-mdc2-btn-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.npod-mdc2-btn-connect {
    background: #ff7b25;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: all 0.3s;
    min-width: fit-content;
    white-space: nowrap;
}

.npod-mdc2-btn-query-wrap {
    min-width: fit-content;
}

.npod-mdc2-hero-img-wrap {
    flex: 1 1 45%;
}

.npod-mdc2-hero-img {
    width: 100%;
    max-width: 520px;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .npod-mdc2-btn-container {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 12px !important;
        margin-bottom: 25px !important;
    }

    .npod-mdc2-btn-connect {
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 30px !important;
    }

    .npod-mdc2-btn-query-wrap {
        width: 100% !important;
    }

    .npod-mdc2-btn-query-wrap .submit-btn {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 14px 32px !important;
    }
}

@media (max-width: 480px) {
    .npod-mdc2-btn-container {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .npod-mdc2-btn-connect {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .npod-mdc2-btn-query-wrap .submit-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .npod-mdc2-btn-container {
        justify-content: center !important;
        gap: 20px !important;
    }
}

/* ─── INTRO SECTION ─── */
.npod-mdc2-intro-section {
    background: #f7f9fc;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.npod-mdc2-intro-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.npod-mdc2-intro-image {
    flex: 1 1 40%;
}

.npod-mdc2-intro-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.npod-mdc2-intro-content {
    flex: 1 1 55%;
}

.npod-mdc2-intro-content h2 {
    font-size: 32px;
    color: #eb7128;
    margin-bottom: 20px;
    font-weight: 700;
}

.npod-mdc2-intro-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
}

.npod-mdc2-intro-content strong {
    color: #1976d2;
}

@media (max-width: 768px) {
    .npod-mdc2-intro-container {
        flex-direction: column;
        text-align: center;
    }

    .npod-mdc2-intro-content h2 {
        font-size: 26px;
    }

    .npod-mdc2-intro-content p {
        font-size: 16px;
    }
}

/* ─── WHAT IS MICRO DC ─── */
.npod-mdc2-what-section {
    background: #f7f9fc;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.npod-mdc2-what-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    flex-direction: row;
}

.npod-mdc2-what-content {
    flex: 1 1 55%;
}

.npod-mdc2-what-image {
    flex: 1 1 40%;
}

.npod-mdc2-what-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.npod-mdc2-what-content h2 {
    font-size: 32px;
    color: #eb7128;
    margin-bottom: 20px;
    font-weight: 700;
}

.npod-mdc2-what-content p,
.npod-mdc2-what-content ul {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
}

.npod-mdc2-what-content ul {
    padding-left: 20px;
}

.npod-mdc2-what-content ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .npod-mdc2-what-container {
        flex-direction: column;
        text-align: center;
    }

    .npod-mdc2-what-content h2 {
        font-size: 26px;
    }

    .npod-mdc2-what-content p,
    .npod-mdc2-what-content ul {
        font-size: 16px;
        text-align: left;
    }
}

/* ─── IMPORTANCE ─── */
.npod-mdc2-importance-section {
    background: #ffffff;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.npod-mdc2-importance-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    flex-direction: row;
}

.npod-mdc2-importance-image {
    flex: 1 1 40%;
}

.npod-mdc2-importance-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.npod-mdc2-importance-content {
    flex: 1 1 55%;
}

.npod-mdc2-importance-content h2 {
    font-size: 32px;
    color: #eb7128;
    margin-bottom: 20px;
    font-weight: 700;
}

.npod-mdc2-importance-content p,
.npod-mdc2-importance-content ul {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
}

.npod-mdc2-importance-content ul {
    padding-left: 20px;
}

.npod-mdc2-importance-content ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .npod-mdc2-importance-container {
        flex-direction: column;
        text-align: center;
    }

    .npod-mdc2-importance-content h2 {
        font-size: 26px;
    }

    .npod-mdc2-importance-content p,
    .npod-mdc2-importance-content ul {
        font-size: 16px;
        text-align: left;
    }
}

/* ─── SOLUTION FEATURE GRID ─── */
.npod-mdc2-solution-section {
    padding: 100px 20px;
    background: #f8f9fc;
}

.npod-mdc2-solution-inner {
    max-width: 1200px;
    margin: auto;
}

.npod-mdc2-solution-heading {
    text-align: center;
    margin-bottom: 60px;
}

.npod-mdc2-solution-heading h2 {
    font-size: 36px;
    color: #1a1a1a;
}

.npod-mdc2-solution-heading p {
    font-size: 18px;
    color: #555;
    max-width: 800px;
    margin: 20px auto 0;
    text-align: justify;
}

.npod-mdc2-solution-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.npod-mdc2-solution-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.npod-mdc2-card-title-orange {
    color: #eb7128;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.npod-mdc2-card-title-green {
    color: #28a745;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.npod-mdc2-card-title-teal {
    color: #17a2b8;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.npod-mdc2-card-title-yellow {
    color: #ffc107;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.npod-mdc2-card-title-purple {
    color: #6f42c1;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.npod-mdc2-card-title-red {
    color: #dc3545;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.npod-mdc2-solution-card ul {
    padding-left: 20px;
    color: #555;
    line-height: 1.8;
}

.npod-mdc2-solution-cta {
    text-align: center;
    margin-top: 60px;
}

.npod-mdc2-solution-cta-btn {
    display: inline-block;
    padding: 14px 30px;
    background-color: #eb7128;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
}

/* ─── WHY CHOOSE ─── */
.npod-mdc2-why-section {
    background: #f5faff;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.npod-mdc2-why-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    flex-direction: row;
}

.npod-mdc2-why-image {
    flex: 1 1 40%;
}

.npod-mdc2-why-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.npod-mdc2-why-content {
    flex: 1 1 55%;
}

.npod-mdc2-why-content h2 {
    font-size: 32px;
    color: #eb7128;
    margin-bottom: 20px;
    font-weight: 700;
}

.npod-mdc2-why-content p,
.npod-mdc2-why-content ul {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
}

.npod-mdc2-why-content ul {
    padding-left: 20px;
}

.npod-mdc2-why-content ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .npod-mdc2-why-container {
        flex-direction: column;
        text-align: center;
    }

    .npod-mdc2-why-content h2 {
        font-size: 26px;
    }

    .npod-mdc2-why-content p,
    .npod-mdc2-why-content ul {
        font-size: 16px;
        text-align: left;
    }
}

/* ─── WHO CAN USE ─── */
.npod-mdc2-who-section {
    background: #ffffff;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.npod-mdc2-who-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    flex-direction: row;
}

.npod-mdc2-who-content {
    flex: 1 1 55%;
}

.npod-mdc2-who-image {
    flex: 1 1 40%;
}

.npod-mdc2-who-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.npod-mdc2-who-content h2 {
    font-size: 32px;
    color: #eb7128;
    margin-bottom: 20px;
    font-weight: 700;
}

.npod-mdc2-who-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
}

.npod-mdc2-who-content ul {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    list-style: none;
    padding-left: 0;
}

.npod-mdc2-who-content ul li::before {
    content: "✔️";
    margin-right: 8px;
    color: #1976d2;
}

@media (max-width: 768px) {
    .npod-mdc2-who-container {
        flex-direction: column;
        text-align: center;
    }

    .npod-mdc2-who-content h2 {
        font-size: 26px;
    }

    .npod-mdc2-who-content p,
    .npod-mdc2-who-content ul {
        font-size: 16px;
        text-align: left;
    }
}

/* ─── COMPARISON & DEPLOYMENT ─── */
.npod-mdc2-compare-section {
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
    background: #f9f9f9;
}

.npod-mdc2-center-heading {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 60px;
    color: #1a1a1a;
    position: relative;
}

.npod-mdc2-center-heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #eb7128;
    margin: 10px auto 0;
    border-radius: 2px;
}

.npod-mdc2-section-title {
    font-size: 2rem;
    margin: 60px 0 30px;
    color: #eb7128;
    font-weight: 600;
    text-align: center;
}

.npod-mdc2-compare-table {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 40px;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.npod-mdc2-compare-table th {
    background-color: #000000ff;
    color: #ffffff;
    font-size: 18px;
    padding: 16px 24px;
    text-align: left;
}

.npod-mdc2-compare-table td {
    padding: 16px 24px;
    font-size: 16px;
    color: #1e293b;
    border-bottom: 1px solid #e2e8f0;
}

.npod-mdc2-compare-table tr:last-child td {
    border-bottom: none;
}

.npod-mdc2-compare-table tr:nth-child(even) {
    background-color: #f8fafc;
}

.npod-mdc2-compare-table tr:hover td {
    background-color: #e0f2fe;
}

.npod-mdc2-deploy-box {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
}

.npod-mdc2-deploy-box p {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 20px;
}

.npod-mdc2-deploy-box ul {
    list-style: none;
    padding-left: 0;
}

.npod-mdc2-deploy-box li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    font-size: 1.05rem;
    color: #444;
}

.npod-mdc2-deploy-box li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #eb7128;
    font-weight: bold;
}

@media (max-width: 768px) {

    .npod-mdc2-center-heading,
    .npod-mdc2-section-title {
        font-size: 2rem;
    }

    .npod-mdc2-deploy-box {
        padding: 30px 20px;
    }

    .npod-mdc2-compare-table th,
    .npod-mdc2-compare-table td {
        padding: 12px;
        font-size: 15px;
    }
}

/* ─── MICRO SECTION ─── */
.npod-mdc2-micro-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 20px;
    max-width: 1200px;
    margin: auto;
    gap: 30px;
}

.npod-mdc2-micro-image {
    flex: 1 1 45%;
    max-width: 500px;
}

.npod-mdc2-micro-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    object-fit: contain;
}

.npod-mdc2-micro-content {
    flex: 1 1 50%;
}

.npod-mdc2-micro-content h2 {
    font-size: 28px;
    color: #222;
    margin-bottom: 15px;
}

.npod-mdc2-micro-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    text-align: justify;
}

@media (max-width: 768px) {
    .npod-mdc2-micro-section {
        flex-direction: column;
        text-align: center;
    }

    .npod-mdc2-micro-image,
    .npod-mdc2-micro-content {
        max-width: 100%;
    }

    .npod-mdc2-micro-content h2 {
        font-size: 24px;
    }

    .npod-mdc2-micro-content p {
        text-align: center;
    }
}

/* ─── RACK SECTION ─── */
.npod-mdc2-rack-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 20px;
    max-width: 1200px;
    margin: auto;
    gap: 30px;
}

.npod-mdc2-rack-content {
    flex: 1 1 50%;
    text-align: justify;
}

.npod-mdc2-rack-content h2 {
    font-size: 28px;
    color: #222;
    margin-bottom: 15px;
}

.npod-mdc2-rack-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

.npod-mdc2-rack-image {
    flex: 1 1 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.npod-mdc2-rack-image img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 350px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .npod-mdc2-rack-section {
        flex-direction: column;
        text-align: center;
    }

    .npod-mdc2-rack-content h2 {
        font-size: 24px;
    }

    .npod-mdc2-rack-content p {
        text-align: center;
    }

    .npod-mdc2-rack-image img {
        max-height: 300px;
    }
}

/* ─── RELIABLE SECTION ─── */
.npod-mdc2-reliable-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 20px;
    max-width: 1200px;
    margin: auto;
    gap: 30px;
}

.npod-mdc2-reliable-image {
    flex: 1 1 45%;
}

.npod-mdc2-reliable-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.npod-mdc2-reliable-content {
    flex: 1 1 50%;
}

.npod-mdc2-reliable-content h2 {
    font-size: 28px;
    color: #222;
    margin-bottom: 15px;
}

.npod-mdc2-reliable-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .npod-mdc2-reliable-section {
        flex-direction: column;
        text-align: center;
    }

    .npod-mdc2-reliable-content h2 {
        font-size: 24px;
    }
}

/* ─── SECURITY SECTION ─── */
.npod-mdc2-security-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 20px;
    max-width: 1200px;
    margin: auto;
    gap: 30px;
}

.npod-mdc2-security-content {
    flex: 1 1 50%;
    text-align: justify;
}

.npod-mdc2-security-content h2 {
    font-size: 28px;
    color: #222;
    margin-bottom: 15px;
}

.npod-mdc2-security-content ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 16px;
    color: #444;
    line-height: 1.8;
}

.npod-mdc2-security-image {
    flex: 1 1 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.npod-mdc2-security-image img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 350px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .npod-mdc2-security-section {
        flex-direction: column;
        text-align: center;
    }

    .npod-mdc2-security-content h2 {
        font-size: 24px;
    }

    .npod-mdc2-security-content ul {
        text-align: left;
        display: inline-block;
    }

    .npod-mdc2-security-image img {
        max-height: 300px;
    }
}

/* ─── TELECOM SUCCESS ─── */
.npod-mdc2-telecom-section {
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    max-width: 1000px;
    margin: 40px auto;
    font-family: 'Segoe UI', sans-serif;
    text-align: justify;
}

.npod-mdc2-telecom-section h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #1e293b;
    border-left: 4px solid #0ea5e9;
    padding-left: 12px;
    text-align: left;
}

.npod-mdc2-telecom-section p {
    font-size: 16px;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 16px;
}

.npod-mdc2-result-box {
    background: #f4e8e8ff;
    padding: 20px;
    border-left: 5px solid #eb7128;
    border-radius: 8px;
    margin-top: 20px;
}

.npod-mdc2-result-box ul {
    margin: 0;
    padding-left: 20px;
}

.npod-mdc2-result-box li {
    margin-bottom: 10px;
    color: #0f172a;
    font-weight: 500;
}

/* ─── CONFIGURATION SECTION ─── */
.npod-mdc2-config-section {
    padding: 100px 20px;
    background: #f5f7fa;
    font-family: 'Segoe UI', sans-serif;
}

.npod-mdc2-config-inner {
    max-width: 1250px;
    margin: auto;
    text-align: center;
}

.npod-mdc2-config-title {
    font-size: 36px;
    background: linear-gradient(to right, #eb7128, #eb7128);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.npod-mdc2-config-subtitle {
    font-size: 16px;
    color: #555;
    margin-top: 15px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.npod-mdc2-config-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 70px;
}

.npod-mdc2-config-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.npod-mdc2-config-card img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

/* Card 3 has 60% width image — unique to this page */
.npod-mdc2-config-card-img-60 {
    width: 60%;
    border-radius: 12px;
    margin-bottom: 20px;
}

.npod-mdc2-config-card-title-orange {
    font-size: 18px;
    color: #eb7128;
    margin-bottom: 8px;
    font-weight: 700;
}

.npod-mdc2-config-card-title-green {
    font-size: 18px;
    color: #28a745;
    margin-bottom: 8px;
    font-weight: 700;
}

.npod-mdc2-config-card-title-teal {
    font-size: 18px;
    color: #17a2b8;
    margin-bottom: 8px;
    font-weight: 700;
}

.npod-mdc2-config-card-title-yellow {
    font-size: 18px;
    color: #ffc107;
    margin-bottom: 8px;
    font-weight: 700;
}

.npod-mdc2-config-card-desc {
    font-size: 14px;
    color: #333;
}

/* ─── CTA SECTION ─── */
.npod-mdc2-cta-section {
    background: #7fb8e3ff;
    color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 12px;
    margin: 40px auto;
    max-width: 900px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-mdc2-cta-section h3 {
    font-size: 28px;
    margin-bottom: 16px;
}

.npod-mdc2-cta-section p {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 1.6;
}

.npod-mdc2-cta-btn {
    background-color: #ffffff;
    color: #0ea5e9;
    padding: 12px 28px;
    font-size: 16px;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease, color 0.3s ease;
    display: inline-block;
}

.npod-mdc2-cta-btn:hover {
    background-color: #0284c7;
    color: #ffffff;
}

/* ─── INTEGRATED SYSTEMS ─── */
.npod-mdc2-integrated-section {
    padding: 100px 20px;
    background: #eef1f6;
    font-family: 'Segoe UI', sans-serif;
}

.npod-mdc2-integrated-inner {
    max-width: 1250px;
    margin: auto;
}

.npod-mdc2-integrated-heading {
    text-align: center;
    margin-bottom: 70px;
}

.npod-mdc2-integrated-title {
    font-size: 42px;
    font-weight: bold;
    background: linear-gradient(to right, #eb7128, #eb7128);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.npod-mdc2-integrated-subtitle {
    font-size: 18px;
    color: #333;
}

.npod-mdc2-grid-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    text-align: justify;
}

.npod-mdc2-grid-cards>div {
    flex: 1 1 calc(33% - 26px);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.npod-mdc2-grid-cards img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.npod-mdc2-grid-card-img-container {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9f9f9;
}

.npod-mdc2-grid-card-content {
    padding: 25px 20px;
}

.npod-mdc2-grid-card-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.npod-mdc2-grid-card-content ul {
    padding-left: 20px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .npod-mdc2-grid-cards>div {
        flex: 1 1 calc(48% - 20px);
    }
}

@media (max-width: 600px) {
    .npod-mdc2-grid-cards {
        flex-direction: column;
    }

    .npod-mdc2-grid-cards>div {
        flex: 1 1 100%;
    }

    .npod-mdc2-grid-card-content ul {
        font-size: 14px;
    }
}

/* ─── EXPANSION SECTION ─── */
.npod-mdc2-expansion-section {
    padding: 100px 20px;
    background: #f7f9fb;
    font-family: 'Segoe UI', sans-serif;
}

.npod-mdc2-expansion-inner {
    max-width: 1250px;
    margin: auto;
    text-align: center;
}

.npod-mdc2-expansion-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    background: linear-gradient(to right, #eb7128, #eb7128);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.npod-mdc2-expansion-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ─── FAQ SECTION ─── */
.npod-mdc2-faq-section {
    background: #f8fafc;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-mdc2-faq-section h3 {
    text-align: center;
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 600;
    margin: 50px 0 30px;
}

.npod-mdc2-faq-item {
    max-width: 900px;
    margin: 0 auto 16px auto;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.npod-mdc2-faq-question {
    padding: 18px 24px;
    font-weight: 600;
    font-size: 18px;
    color: #000000ff;
    background: #e2e8f0;
    cursor: pointer;
    position: relative;
}

.npod-mdc2-faq-question::after {
    content: '+';
    position: absolute;
    right: 24px;
    font-size: 24px;
    transition: transform 0.3s;
}

.npod-mdc2-faq-item.active .npod-mdc2-faq-question::after {
    transform: rotate(45deg);
}

.npod-mdc2-faq-answer {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
    color: #334155;
    font-size: 16px;
    line-height: 1.6;
}

.npod-mdc2-faq-item.active .npod-mdc2-faq-answer {
    padding: 16px 24px 24px;
    max-height: 500px;
}



/* ============================================================
   NPOD Rack Cooling System Page - External CSS
   All classes prefixed with "npod-rcs-" for uniqueness
   ============================================================ */

/* ─── HERO SECTION ─── */
.npod-rcs-hero-section {
    font-family: 'Segoe UI', sans-serif;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #f9f9f9 50%, #ffffff 50%);
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.npod-rcs-hero-img-col {
    flex: 1;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.npod-rcs-hero-img-inner {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.npod-rcs-hero-img {
    width: 100%;
}

.npod-rcs-float-circle-lg {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 50%;
    top: -20px;
    left: -20px;
    animation: npod-rcs-float 6s infinite ease-in-out;
}

.npod-rcs-float-circle-sm {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 107, 53, 0.15);
    border-radius: 50%;
    bottom: 30px;
    right: -15px;
    animation: npod-rcs-float 4s infinite ease-in-out 2s;
}

.npod-rcs-hero-content {
    flex: 1;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.npod-rcs-hero-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: justify;
}

.npod-rcs-hero-desc {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: justify;
}

.npod-rcs-btn-wrap {
    position: relative;
    display: inline-block;
}

.npod-rcs-btn-quote {
    display: inline-block;
    padding: 14px 35px;
    background-color: #FF6B35;
    color: white;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.npod-rcs-btn-span {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.4s;
    z-index: -1;
}

.npod-rcs-btn-underline {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 107, 53, 0.3);
    transform: scaleX(0);
    transition: transform 0.4s;
}

.npod-rcs-bg-circle-top {
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 107, 53, 0.05);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.npod-rcs-bg-circle-bottom {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 107, 53, 0.03);
    border-radius: 50%;
    bottom: -50px;
    left: -50px;
}

@keyframes npod-rcs-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.npod-rcs-hero-section a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 107, 53, 0.2);
}

@media (max-width: 768px) {
    .npod-rcs-hero-img-col {
        display: none;
    }
}

/* ─── SECTION A ─── */
.npod-rcs-section-a {
    background: var(--bg);
    padding: 64px 20px;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--ink);
}

.npod-rcs-section-a .npod-rcs-container {
    max-width: 1100px;
    margin: 0 auto;
}

.npod-rcs-section-a h2 {
    font-size: 2rem;
    text-align: center;
    display: inline-block;
    padding: 10px 14px;
    color: #FF6B35;
}

.npod-rcs-section-a p {
    font-size: 16px;
    line-height: 1.75;
    color: #334155;
    margin: 0 0 18px;
}

.npod-rcs-section-a h3 {
    font-size: clamp(20px, 1.6vw, 24px);
    margin: 26px 0 10px;
    color: #010e1bff;
    position: relative;
    padding-left: 36px;
}

.npod-rcs-section-a h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--primary), #011720ff);
    box-shadow: 0 6px 14px rgba(1, 20, 28, 0.25);
}

/* ─── SECTION B ─── */
.npod-rcs-section-b {
    padding: 72px 20px;
    background: #fafafaff;
    color: #e6edf6;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.npod-rcs-section-b .npod-rcs-container {
    max-width: 1100px;
    margin: 0 auto;
}

.npod-rcs-section-b h2 {
    font-size: 2rem;
    margin: 0 0 14px;
    letter-spacing: .3px;
    color: #FF6B35;
}

.npod-rcs-section-b p {
    font-size: 16px;
    line-height: 1.8;
    color: #000000ff;
    margin: 0 0 22px;
    max-width: 900px;
}

.npod-rcs-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}

@media (min-width: 760px) {
    .npod-rcs-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

.npod-rcs-card {
    background: #fafafaff;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--radius);
    padding: 22px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0);
    backdrop-filter: blur(2px);
    transition: transform .25s ease, box-shadow .25s ease;
}

.npod-rcs-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.06);
}

.npod-rcs-card h3 {
    font-size: clamp(18px, 1.4vw, 22px);
    margin: 0 0 10px;
    color: #010a13ff;
    position: relative;
    padding-bottom: 10px;
}

.npod-rcs-card p {
    color: #010e1eff;
    margin: 10px 0 0;
}

/* ─── IMMERSION TIMELINE ─── */
.npod-rcs-timeline-section {
    padding: 46px 20px;
    font-family: Inter, system-ui, Segoe UI, Roboto, Arial, sans-serif;
}

.npod-rcs-timeline-wrap {
    max-width: 880px;
    margin: 0 auto;
}

.npod-rcs-tl-title {
    font-size: clamp(24px, 2.1vw, 32px);
    margin: 0 0 24px;
    letter-spacing: .2px;
    color: #FF6B35;
}

.npod-rcs-tl {
    position: relative;
    margin-left: 20px;
}

.npod-rcs-tl-line {
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #384153ff, #f1f5f9);
}

.npod-rcs-tl-item {
    position: relative;
    display: flex;
    gap: 14px;
    margin: 0 0 18px;
}

.npod-rcs-tl-dot {
    flex: 0 0 18px;
    height: 18px;
    margin-top: 6px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #ff6b359b, #FF6B35);
    box-shadow: 0 0 0 4px rgba(14, 165, 233, .12), 0 8px 18px rgba(2, 6, 23, .20);
    animation: npod-rcs-pulse 1.8s ease-in-out infinite;
}

@keyframes npod-rcs-pulse {

    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(14, 165, 233, .12), 0 8px 18px rgba(2, 6, 23, .20);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(34, 211, 238, .16), 0 8px 22px rgba(2, 6, 23, .26);
    }
}

.npod-rcs-tl-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 14px 34px rgba(2, 6, 23, .08), 0 1px 0 rgba(2, 6, 23, .04) inset;
    transition: transform .22s ease, box-shadow .22s ease;
}

.npod-rcs-tl-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgba(2, 6, 23, .12);
}

.npod-rcs-tl-card h3 {
    margin: 0 0 6px;
    font-size: clamp(18px, 1.5vw, 22px);
    color: #0b3b5a;
}

.npod-rcs-tl-card p {
    margin: 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.85;
}

.npod-rcs-tl-rise {
    opacity: 0;
    transform: translateY(8px);
    animation: npod-rcs-rise .5s cubic-bezier(.2, .7, .2, 1) var(--delay, 0s) forwards;
}

@keyframes npod-rcs-rise {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 700px) {
    .npod-rcs-tl {
        margin-left: 30px;
    }

    .npod-rcs-tl-line {
        left: 9px;
    }
}

/* ─── BENEFITS LIST ─── */
.npod-rcs-benefits-list-section {
    padding: 72px 20px;
    background: #fafafaff;
}

.npod-rcs-benefits-list-container {
    max-width: 980px;
    margin: 0 auto;
}

.npod-rcs-benefits-list-container h2 {
    margin: 0 0 10px;
    font: 600 clamp(22px, 2.1vw, 30px)/1.25 Arial, Helvetica, sans-serif;
    color: #FF6B35;
}

.npod-rcs-benefits-list-container p {
    margin: 0 0 14px;
    font: 400 16px/1.8 Arial, Helvetica, sans-serif;
    color: #374151;
}

.npod-rcs-benefit-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}

@media (min-width: 900px) {
    .npod-rcs-benefit-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.npod-rcs-benefit-grid li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid #e6eaf0;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
    transition: transform .18s ease, box-shadow .18s ease;
}

.npod-rcs-benefit-grid li:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .10);
}

.npod-rcs-benefit-icon {
    flex: 0 0 22px;
    height: 22px;
    width: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: linear-gradient(135deg, #10b981, #34d399);
    color: #04321f;
    font: 700 12px/1 Arial, Helvetica, sans-serif;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, .12);
}

.npod-rcs-benefit-text {
    color: #374151;
    font: 400 15px/1.7 Arial, Helvetica, sans-serif;
}

/* ─── ENERGY EFFICIENCY ─── */
.npod-rcs-energy-section {
    padding: 32px 20px;
}

.npod-rcs-energy-container {
    max-width: 1100px;
    margin: 0 auto;
}

.npod-rcs-energy-container h2 {
    margin: 0 0 8px;
    font: 600 24px/1.3 Arial, Helvetica, sans-serif;
    color: #FF6B35;
}

.npod-rcs-energy-container p {
    margin: 0;
    font: 400 16px/1.8 Arial, Helvetica, sans-serif;
    color: #444;
}

@media (min-width: 900px) {
    .npod-rcs-energy-container h2 {
        font-size: 28px;
    }
}

/* ─── COMPACT SPLIT ─── */
.npod-rcs-compact-section {
    padding: 40px 20px;
}

.npod-rcs-compact-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    align-items: center;
}

@media (min-width: 900px) {
    .npod-rcs-compact-container {
        grid-template-columns: 1.1fr .9fr;
    }
}

.npod-rcs-compact-text h2 {
    margin: 0 0 10px;
    font: 600 clamp(22px, 2.1vw, 30px)/1.25 Arial, Helvetica, sans-serif;
    color: #FF6B35;
}

.npod-rcs-compact-text p {
    margin: 0;
    font: 400 16px/1.8 Arial, Helvetica, sans-serif;
    color: #444;
}

.npod-rcs-compact-media {
    width: 100%;
}

.npod-rcs-compact-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

/* ─── COOLING CHOOSE ─── */
.npod-rcs-choose-section {
    padding: 50px 20px;
}

.npod-rcs-choose-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    align-items: center;
}

@media (min-width: 900px) {
    .npod-rcs-choose-container {
        grid-template-columns: 1fr 1fr;
    }
}

.npod-rcs-choose-text h3 {
    margin: 0 0 12px;
    font: 600 22px/1.3 Arial, sans-serif;
    color: #FF6B35;
}

.npod-rcs-choose-text p {
    margin: 0;
    font: 400 16px/1.8 Arial, sans-serif;
    color: #374151;
}

.npod-rcs-choose-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

/* ─── RACK FACTORS ─── */
.npod-rcs-factors-section {
    padding: 72px 20px;
    background: #fafafaff;
}

.npod-rcs-factors-container {
    max-width: 1100px;
    margin: 0 auto;
}

.npod-rcs-factors-container h3 {
    margin: 0 0 14px;
    font: 600 22px/1.3 Arial, Helvetica, sans-serif;
    color: #FF6B35;
}

.npod-rcs-factor-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}

@media (min-width: 900px) {
    .npod-rcs-factor-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.npod-rcs-factor-grid li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid #e6eaf0;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
    transition: transform .18s ease, box-shadow .18s ease;
}

.npod-rcs-factor-grid li:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .10);
}

.npod-rcs-factor-icon {
    flex: 0 0 22px;
    height: 22px;
    width: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: linear-gradient(135deg, #10b981, #34d399);
    color: #04321f;
    font: 700 12px/1 Arial, Helvetica, sans-serif;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, .12);
}

.npod-rcs-factor-text {
    color: #374151;
    font: 400 15px/1.7 Arial, Helvetica, sans-serif;
}

/* ─── VIDEO SECTION ─── */
.npod-rcs-video-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #fff;
    text-align: center;
}

.npod-rcs-video-inner {
    max-width: 900px;
    margin: 0 auto;
}

.npod-rcs-video-title {
    color: #FF6B35;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.npod-rcs-video-embed-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.npod-rcs-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ─── TOP PACKAGED TYPE ─── */
.npod-rcs-packages-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #fff;
}

.npod-rcs-packages-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.npod-rcs-packages-title {
    color: #FF6B35;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
}

.npod-rcs-packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.npod-rcs-package-card {
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.npod-rcs-package-card img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.npod-rcs-package-body {
    padding: 25px;
}

.npod-rcs-package-body-title {
    color: #333;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.npod-rcs-package-body-desc {
    line-height: 1.6;
    color: #555;
    text-align: justify;
}

.npod-rcs-package-body-desc p {
    margin-bottom: 15px;
}

.npod-rcs-package-body-desc p:last-child {
    margin-bottom: 0;
}

/* ─── INTEGRATED SYSTEMS ─── */
.npod-rcs-systems-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #f9f9f9;
}

.npod-rcs-systems-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.npod-rcs-systems-title {
    color: #FF6B35;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
}

.npod-rcs-systems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.npod-rcs-system-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.npod-rcs-system-card-img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.npod-rcs-system-card-body {
    padding: 25px;
}

.npod-rcs-system-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.npod-rcs-system-icon-circle {
    background: #FF6B35;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.npod-rcs-system-icon-circle i {
    color: white;
    font-size: 1.2rem;
}

.npod-rcs-system-card-title {
    color: #333;
    font-size: 1.3rem;
    margin: 0;
    font-weight: 700;
}

.npod-rcs-system-card-desc {
    line-height: 1.6;
    color: #555;
}

.npod-rcs-system-card-desc p {
    margin-bottom: 15px;
}

.npod-rcs-system-card-desc p:last-child {
    margin-bottom: 0;
}

/* ─── EXPANSION SECTION ─── */
.npod-rcs-expansion-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.npod-rcs-expansion-title {
    color: #FF6B35;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
}

.npod-rcs-expansion-img-wrap {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.npod-rcs-expansion-img {
    width: 100%;
    height: auto;
    display: block;
}

/* ─── TESTIMONIALS ─── */
.npod-rcs-testimonials-section {
    padding: 60px 20px;
    background-color: #fff;
    font-family: 'Segoe UI', sans-serif;
    position: relative;
}

.npod-rcs-testimonials-inner {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.npod-rcs-testimonials-title {
    text-align: center;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 40px;
    color: #111;
}

.npod-rcs-carousel-wrap {
    position: relative;
}

.npod-rcs-carousel-btn-left {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.npod-rcs-carousel-btn-right {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.npod-rcs-carousel-btn-left:hover,
.npod-rcs-carousel-btn-right:hover {
    background: #f5f5f5;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.npod-rcs-carousel-btn-left span,
.npod-rcs-carousel-btn-right span {
    font-size: 20px;
    color: #ff6b00;
}

.npod-rcs-testimonial-carousel {
    overflow-x: auto;
    padding: 20px 10px;
    scroll-snap-type: x mandatory;
    display: flex;
    gap: 25px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.npod-rcs-testimonial-card {
    flex: 0 0 320px;
    scroll-snap-align: start;
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.npod-rcs-testimonial-card:hover {
    transform: translateY(-5px);
}

.npod-rcs-stars {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}

.npod-rcs-stars span {
    color: #fb8641;
    font-size: 20px;
}

.npod-rcs-testimonial-text {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 25px;
}

.npod-rcs-testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.npod-rcs-author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.npod-rcs-author-name {
    font-weight: 600;
    margin: 0;
    color: #111;
}

.npod-rcs-author-location {
    font-size: 13px;
    color: #666;
    margin: 3px 0 0;
}

/* ─── RATINGS BANNER ─── */
.npod-rcs-ratings-section {
    background-color: #fff;
    padding: 30px 10px;
    display: flex;
    justify-content: center;
}

.npod-rcs-ratings-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1100px;
    width: 100%;
}

.npod-rcs-rating-box {
    text-align: center;
    min-width: 150px;
}

.npod-rcs-rating-box img {
    max-height: 40px;
    margin-bottom: 10px;
}

.npod-rcs-stars-row {
    color: #fbc02d;
    margin: 5px 0;
    font-size: 1rem;
}

.npod-rcs-rating-score {
    font-weight: bold;
    font-size: 1.1rem;
}

.npod-rcs-rating-score span {
    color: #777;
    font-weight: normal;
}

@media (max-width: 768px) {
    .npod-rcs-ratings-container {
        justify-content: center;
        gap: 25px;
    }

    .npod-rcs-rating-box {
        flex: 1 1 120px;
    }
}

/* ─── FAQ ─── */
.npod-rcs-faq-wrap {
    max-width: 900px;
    margin: 60px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.npod-rcs-faq-title {
    font-size: 1.8em;
    color: #FF6B35;
    margin-bottom: 30px;
    text-align: center;
}

.npod-rcs-faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.npod-rcs-faq-question {
    display: block;
    font-weight: bold;
    color: #030e19ff;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.npod-rcs-faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.npod-rcs-faq-toggle {
    display: none;
}

.npod-rcs-faq-toggle:checked+.npod-rcs-faq-question::after {
    content: "−";
    transform: rotate(180deg);
}

.npod-rcs-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-top: 10px;
}

.npod-rcs-faq-toggle:checked+.npod-rcs-faq-question+.npod-rcs-faq-answer {
    max-height: 300px;
}

/* ============================================================
   NPOD Rear Door Heat Exchanger Page - External CSS
   All classes prefixed with "npod-rdx-" for uniqueness
   ============================================================ */

/* ─── HERO SECTION ─── */
.npod-rdx-hero-section {
    font-family: 'Segoe UI', sans-serif;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #f9f9f9 50%, #ffffff 50%);
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.npod-rdx-hero-img-col {
    flex: 1;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.npod-rdx-hero-img-inner {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.npod-rdx-hero-img {
    width: 100%;
}

.npod-rdx-float-circle-lg {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 50%;
    top: -20px;
    left: -20px;
    animation: npod-rdx-float 6s infinite ease-in-out;
}

.npod-rdx-float-circle-sm {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 107, 53, 0.15);
    border-radius: 50%;
    bottom: 30px;
    right: -15px;
    animation: npod-rdx-float 4s infinite ease-in-out 2s;
}

.npod-rdx-hero-content {
    flex: 1;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.npod-rdx-hero-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: justify;
}

.npod-rdx-hero-desc {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: justify;
}

.npod-rdx-btn-wrap {
    position: relative;
    display: inline-block;
}

.npod-rdx-btn-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.npod-rdx-btn-quote {
    background: #ff7b25;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: all 0.3s;
    min-width: fit-content;
    white-space: nowrap;
}

.npod-rdx-btn-query-wrap {
    min-width: fit-content;
}

.npod-rdx-btn-underline {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 107, 53, 0.3);
    transform: scaleX(0);
    transition: transform 0.4s;
}

.npod-rdx-bg-circle-top {
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 107, 53, 0.05);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.npod-rdx-bg-circle-bottom {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 107, 53, 0.03);
    border-radius: 50%;
    bottom: -50px;
    left: -50px;
}

@keyframes npod-rdx-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.npod-rdx-hero-section a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 107, 53, 0.2);
}

@media (max-width: 768px) {
    .npod-rdx-hero-img-col {
        display: none;
    }

    .npod-rdx-btn-container {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 12px !important;
        margin-bottom: 25px !important;
    }

    .npod-rdx-btn-quote {
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 30px !important;
    }

    .npod-rdx-btn-query-wrap {
        width: 100% !important;
    }

    .npod-rdx-btn-query-wrap .submit-btn {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 14px 32px !important;
    }
}

@media (max-width: 480px) {
    .npod-rdx-btn-container {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .npod-rdx-btn-quote {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .npod-rdx-btn-query-wrap .submit-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .npod-rdx-btn-container {
        justify-content: center !important;
        gap: 20px !important;
    }
}

/* ─── FLEXIBILITY / EFFICIENCY / RELIABILITY ─── */
.npod-rdx-fer-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #f9f9f9;
}

.npod-rdx-fer-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.npod-rdx-fer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.npod-rdx-fer-card {
    background: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.npod-rdx-fer-card-title {
    color: #FF6B35;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.npod-rdx-fer-card-body {
    line-height: 1.7;
    color: #555;
    text-align: justify;
    text-justify: inter-word;
}

.npod-rdx-fer-item {
    display: flex;
    margin-bottom: 15px;
}

.npod-rdx-fer-item:last-child {
    margin-bottom: 0;
}

.npod-rdx-fer-bullet {
    color: #FF6B35;
    margin-right: 15px;
    min-width: 15px;
    align-self: flex-start;
}

.npod-rdx-fer-item p {
    margin: 0;
}

/* ─── HIGH DENSITY APPLICATION ─── */
.npod-rdx-density-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.npod-rdx-density-title {
    color: #FF6B35;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

.npod-rdx-density-desc {
    max-width: 1200px;
    margin: 0 auto 30px;
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.7;
    color: #555;
}

.npod-rdx-density-img-wrap {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.npod-rdx-density-img {
    width: 100%;
    height: auto;
    display: block;
}

/* ─── ONE-STOP COOLING PRODUCTS ─── */
.npod-rdx-onestop-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #fff;
}

.npod-rdx-onestop-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.npod-rdx-onestop-heading {
    text-align: center;
    margin-bottom: 50px;
}

.npod-rdx-onestop-heading h2 {
    color: #FF6B35;
    font-size: 2rem;
    margin-bottom: 20px;
}

.npod-rdx-onestop-heading p {
    font-size: 1.2rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

.npod-rdx-onestop-cta-wrap {
    text-align: center;
    margin-top: 30px;
}

.npod-rdx-onestop-cta-btn {
    display: inline-block;
    padding: 15px 40px;
    background-color: #FF6B35;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
}

.npod-rdx-onestop-cta-btn:hover {
    background-color: #E55627;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

/* Optimized Design sub-section */
.npod-rdx-optimized-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.npod-rdx-optimized-img-col {
    flex: 1;
    min-width: 300px;
}

.npod-rdx-optimized-img-col img {
    width: 100%;
}

.npod-rdx-optimized-content {
    flex: 1;
    min-width: 300px;
}

.npod-rdx-optimized-content h2 {
    color: #FF6B35;
    font-size: 1.5rem;
    margin-bottom: 25px;
}

.npod-rdx-optimized-content-body {
    line-height: 1.7;
    color: #555;
}

.npod-rdx-opt-item {
    display: flex;
    margin-bottom: 15px;
}

.npod-rdx-opt-item:last-child {
    margin-bottom: 0;
}

.npod-rdx-opt-bullet {
    color: #FF6B35;
    margin-right: 15px;
    min-width: 15px;
}

.npod-rdx-opt-item p {
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
}

/* ─── INTELLIGENT CONTROL SYSTEM ─── */
.npod-rdx-ics-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #fff;
}

.npod-rdx-ics-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    gap: 40px;
}

.npod-rdx-ics-img-col {
    flex: 1;
    min-width: 300px;
}

.npod-rdx-ics-img-col img {
    width: 100%;
    border-radius: 8px;
}

.npod-rdx-ics-content {
    flex: 1;
    min-width: 300px;
}

.npod-rdx-ics-title {
    color: #FF6B35;
    font-size: 2rem;
    margin-bottom: 25px;
    text-align: left;
}

.npod-rdx-ics-body {
    line-height: 1.7;
    color: #555;
    text-align: justify;
    text-justify: inter-word;
}

.npod-rdx-ics-item {
    display: flex;
    margin-bottom: 15px;
}

.npod-rdx-ics-item:last-child {
    margin-bottom: 0;
}

.npod-rdx-ics-bullet {
    color: #FF6B35;
    margin-right: 15px;
    min-width: 15px;
    align-self: flex-start;
}

.npod-rdx-ics-item p {
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
}

/* ─── SLIM & FLEXIBLE / MODULARIZED DESIGN ─── */
.npod-rdx-modular-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #fff;
}

.npod-rdx-modular-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.npod-rdx-modular-title {
    color: #FF6B35;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
}

.npod-rdx-modular-img-wrap {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
}

.npod-rdx-modular-img {
    width: 100%;
    height: auto;
    display: block;
}

/* ─── KEY COMPONENTS ─── */
.npod-rdx-components-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #f9f9f9;
}

.npod-rdx-components-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.npod-rdx-components-title {
    color: #FF6B35;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
}

/* Shared component card */
.npod-rdx-comp-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.npod-rdx-comp-card-reverse {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.npod-rdx-comp-img-col {
    flex: 1;
    min-width: 300px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.npod-rdx-comp-img-col img {
    max-height: 250px;
    width: auto;
    border-radius: 6px;
    object-fit: contain;
}

.npod-rdx-comp-content {
    flex: 1;
    min-width: 300px;
    padding: 30px;
}

.npod-rdx-comp-content h3 {
    color: #FF6B35;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.npod-rdx-comp-content-body {
    line-height: 1.7;
    color: #555;
    text-align: justify;
    text-justify: inter-word;
}



/* ============================================================
   NPOD Advanced Room Cooling Page - External CSS
   All classes prefixed with "npod-arc-" for uniqueness
   ============================================================ */

/* ─── HERO SECTION ─── */
.npod-arc-hero-section {
    font-family: 'Segoe UI', sans-serif;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #f9f9f9 50%, #ffffff 50%);
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.npod-arc-hero-img-col {
    flex: 1;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.npod-arc-hero-img-inner {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.npod-arc-hero-img {
    width: 100%;
}

.npod-arc-float-circle-lg {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 50%;
    top: -20px;
    left: -20px;
    animation: npod-arc-float 6s infinite ease-in-out;
}

.npod-arc-float-circle-sm {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 107, 53, 0.15);
    border-radius: 50%;
    bottom: 30px;
    right: -15px;
    animation: npod-arc-float 4s infinite ease-in-out 2s;
}

.npod-arc-hero-content {
    flex: 1;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.npod-arc-hero-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: justify;
}

.npod-arc-hero-desc {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: justify;
}

.npod-arc-btn-wrap {
    position: relative;
    display: inline-block;
}

.npod-arc-btn-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.npod-arc-btn-quote {
    background: #ff7b25;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: all 0.3s;
    min-width: fit-content;
    white-space: nowrap;
}

.npod-arc-btn-query-wrap {
    min-width: fit-content;
}

.npod-arc-btn-underline {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 107, 53, 0.3);
    transform: scaleX(0);
    transition: transform 0.4s;
}

.npod-arc-bg-circle-top {
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 107, 53, 0.05);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.npod-arc-bg-circle-bottom {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 107, 53, 0.03);
    border-radius: 50%;
    bottom: -50px;
    left: -50px;
}

@keyframes npod-arc-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.npod-arc-hero-section a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 107, 53, 0.2);
}

@media (max-width: 768px) {
    .npod-arc-hero-img-col {
        display: none;
    }
}

@media (max-width: 768px) {
    .npod-arc-btn-container {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 12px !important;
        margin-bottom: 25px !important;
    }

    .npod-arc-btn-quote {
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 30px !important;
    }

    .npod-arc-btn-query-wrap {
        width: 100% !important;
    }

    .npod-arc-btn-query-wrap .submit-btn {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 14px 32px !important;
    }
}

@media (max-width: 480px) {
    .npod-arc-btn-container {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .npod-arc-btn-quote {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .npod-arc-btn-query-wrap .submit-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .npod-arc-btn-container {
        justify-content: center !important;
        gap: 20px !important;
    }
}

/* ─── PRECISION PERFORMANCE SECTION ─── */
.npod-arc-precision-section {
    background: #fff;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-arc-precision-container {
    max-width: 1400px;
    margin: auto;
}

.npod-arc-precision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.npod-arc-precision-grid p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 18px;
}

.npod-arc-precision-img-col img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

@media (max-width: 900px) {
    .npod-arc-precision-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .npod-arc-precision-grid p {
        text-align: justify;
    }
}

/* ─── VALUE OF ROOM COOLING ─── */
.npod-arc-value-section {
    background: #f6f9fc;
    padding: 80px 20px;
    font-family: 'Segoe UI', sans-serif;
    text-align: center;
}

.npod-arc-value-container {
    max-width: 1000px;
    margin: auto;
}

.npod-arc-value-section p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 18px;
}

@media (max-width: 768px) {
    .npod-arc-value-section p {
        text-align: justify;
    }
}

/* ─── KEY FEATURES ─── */
.npod-arc-features-section {
    background: #fff;
    padding: 70px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-arc-features-container {
    max-width: 1100px;
    margin: auto;
}

.npod-arc-features-intro p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 30px;
}

.npod-arc-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.npod-arc-feature-card {
    background: #ffffff;
    padding: 20px 24px;
    border-radius: 10px;
    font-size: 15px;
    color: #333;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    padding-left: 40px;
}

.npod-arc-feature-card::before {
    content: "✔";
    position: absolute;
    left: 15px;
    top: 20px;
    color: #FF6B35;
    font-weight: bold;
}

.npod-arc-closing-note p {
    font-size: 16px;
    color: #444;
    text-align: left;
}

@media (max-width: 768px) {
    .npod-arc-features-intro h2 {
        font-size: 26px;
        text-align: center;
    }

    .npod-arc-features-intro p,
    .npod-arc-closing-note p {
        text-align: justify;
    }
}

/* ─── PRECISION COOLING CARD LAYOUT ─── */
.npod-arc-precision-card-section {
    padding: 60px 20px;
    background: #f6f9fc;
    font-family: 'Segoe UI', sans-serif;
}

.npod-arc-precision-card-container {
    max-width: 1200px;
    margin: auto;
}

.npod-arc-cooling-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.npod-arc-cooling-card {
    flex: 1 1 48%;
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    border-left: 4px solid transparent;
    transition: all 0.3s ease-in-out;
}

.npod-arc-cooling-card-benefit {
    border-left-color: #FF6B35;
}

.npod-arc-cooling-card .npod-arc-card-h3 {
    font-size: 20px;
    font-weight: 700;
    color: #FF6B35;
    margin-bottom: 16px;
}

.npod-arc-cooling-card p,
.npod-arc-cooling-card ul {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.npod-arc-cooling-card ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.npod-arc-cooling-card ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 24px;
}

.npod-arc-cooling-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #FF6B35;
    font-weight: bold;
}

.npod-arc-card-closing {
    color: #444;
    font-size: 15px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .npod-arc-cooling-grid {
        flex-direction: column;
    }

    .npod-arc-cooling-card {
        flex: 1 1 100%;
    }
}

/* ─── MODULAR COOLING ─── */
.npod-arc-modular-section {
    padding: 80px 20px;
    background: #fff;
    font-family: 'Segoe UI', sans-serif;
}

.npod-arc-modular-container {
    max-width: 1200px;
    margin: auto;
}

.npod-arc-modular-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.npod-arc-modular-content {
    flex: 1 1 55%;
}

.npod-arc-modular-image {
    flex: 1 1 40%;
    text-align: center;
}

.npod-arc-modular-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
}

.npod-arc-modular-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 15px;
}

.npod-arc-modular-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.npod-arc-modular-list li {
    font-size: 16px;
    color: #333;
    padding-left: 28px;
    position: relative;
    margin-bottom: 12px;
}

.npod-arc-modular-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #FF6B35;
    font-weight: bold;
}

.npod-arc-modular-closing {
    font-size: 15px;
    color: #555;
    font-style: italic;
}

@media (max-width: 768px) {
    .npod-arc-modular-flex {
        flex-direction: column;
    }

    .npod-arc-modular-image {
        order: -1;
    }
}

/* ─── MICRO COOLING SPLIT ─── */
.npod-arc-micro-section {
    background: #f5faff;
    padding: 80px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-arc-micro-container {
    max-width: 1200px;
    margin: auto;
}

.npod-arc-micro-flex {
    display: flex;
    align-items: stretch;
    gap: 60px;
    flex-wrap: wrap;
}

.npod-arc-micro-text {
    flex: 1;
    min-width: 280px;
}

.npod-arc-micro-text .npod-arc-micro-intro {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 20px;
}

.npod-arc-micro-features {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
    color: #222;
    margin-bottom: 20px;
}

.npod-arc-micro-features li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 24px;
}

.npod-arc-micro-features li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #00b386;
    font-weight: bold;
}

.npod-arc-micro-footer {
    font-style: italic;
    color: #666;
    font-size: 15px;
}

.npod-arc-micro-visual {
    flex: 0 0 320px;
}

.npod-arc-micro-visual img {
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .npod-arc-micro-flex {
        flex-direction: column;
    }

    .npod-arc-micro-visual {
        margin-top: 30px;
    }
}

/* ─── CRAC VS IN-ROW ─── */
.npod-arc-crac-section {
    background: #fff;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-arc-crac-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.npod-arc-crac-intro {
    font-size: 16px;
    color: #444;
    max-width: 800px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

.npod-arc-crac-options {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.npod-arc-crac-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px 25px;
    flex: 1;
    min-width: 280px;
    max-width: 480px;
    box-shadow: 0 0 15px rgba(0, 123, 204, 0.1);
    text-align: left;
}

.npod-arc-crac-card .npod-arc-card-h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #FF6B35;
}

.npod-arc-crac-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #333;
}

.npod-arc-crac-card ul li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.npod-arc-crac-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #FF6B35;
    font-weight: bold;
}

.npod-arc-crac-summary p {
    font-size: 15px;
    color: #555;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
    font-style: italic;
}

@media (max-width: 768px) {
    .npod-arc-crac-options {
        flex-direction: column;
        align-items: center;
    }

    .npod-arc-crac-summary p {
        text-align: justify;
    }

    .npod-arc-crac-intro {
        text-align: justify;
    }
}

/* ─── ENERGY EFFICIENCY ─── */
.npod-arc-energy-section {
    background: #f9fbfd;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-arc-energy-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.npod-arc-energy-intro {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
}

.npod-arc-energy-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.npod-arc-energy-card {
    background: #fff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
}

.npod-arc-energy-card:hover {
    transform: translateY(-5px);
}

.npod-arc-energy-card .npod-arc-card-h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.npod-arc-energy-card p {
    font-size: 15px;
    color: #555;
}

.npod-arc-energy-footer {
    margin-top: 40px;
    font-size: 16px;
    font-style: italic;
    color: #444;
}

@media (max-width: 768px) {

    .npod-arc-energy-intro,
    .npod-arc-energy-card p,
    .npod-arc-energy-footer {
        text-align: justify;
    }
}

/* ─── INDUSTRY-FOCUSED CUSTOM COOLING ─── */
.npod-arc-industries-section {
    background: #fff;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-arc-industries-container {
    max-width: 1150px;
    margin: auto;
    text-align: center;
}

.npod-arc-industries-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
    color: #555;
}

.npod-arc-industries-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.npod-arc-industries-col {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.npod-arc-industry-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.npod-arc-industry-box strong {
    font-size: 17px;
    color: #FF6B35;
    display: block;
    margin-bottom: 8px;
}

.npod-arc-industry-box p {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}

.npod-arc-industries-footer {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {

    .npod-arc-industries-footer,
    .npod-arc-industries-subtitle {
        text-align: justify;
    }
}

/* ─── DEPLOYMENT SUPPORT ─── */
.npod-arc-deploy-section {
    padding: 60px 20px;
    background-color: #fff;
    font-family: 'Segoe UI', sans-serif;
}

.npod-arc-deploy-wrapper {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
}

.npod-arc-deploy-left {
    flex: 1;
    min-width: 300px;
}

.npod-arc-deploy-left p {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
}

.npod-arc-deploy-left ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.npod-arc-deploy-left ul li {
    font-size: 15px;
    color: #222;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.npod-arc-deploy-left ul li::before {
    content: '✔';
    color: #FF6B35;
    position: absolute;
    left: 0;
}

.npod-arc-deploy-support-box {
    background-color: #e0f0ff;
    border-left: 6px solid #FF6B35;
    padding: 20px;
    border-radius: 8px;
    font-size: 15px;
    color: #003b6f;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin: 20px 0px;
}

/* ─── CTA SECTION ─── */
.npod-arc-cta-section {
    background-color: #f5f5f5;
    padding: 60px 5%;
}

.npod-arc-cta-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}

.npod-arc-cta-text {
    flex: 1 1 600px;
}

.npod-arc-small-heading {
    font-size: 0.95rem;
    font-weight: 600;
    color: #F57C00;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.npod-arc-cta-text h3 {
    font-size: 2rem;
    color: #333;
    margin: 0 0 15px 0;
}

.npod-arc-cta-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.npod-arc-cta-button {
    flex: 0 0 auto;
}

.npod-arc-btn-contact {
    display: inline-block;
    background-color: #F57C00;
    color: #fff;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.npod-arc-btn-contact:hover {
    background-color: #e96b00;
}

@media (max-width: 768px) {
    .npod-arc-cta-section {
        padding: 30px 5%;
    }

    .npod-arc-cta-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .npod-arc-cta-text {
        flex: 1 1 100%;
    }

    .npod-arc-cta-text h3 {
        font-size: 1.8rem;
        margin: 0 0 10px 0;
    }

    .npod-arc-cta-description {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .npod-arc-cta-button {
        width: 100%;
    }

    .npod-arc-btn-contact {
        padding: 12px 24px;
        font-size: 1rem;
    }
}

/* ─── ALL TYPES IMAGE SECTION ─── */
.npod-arc-types-img-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.npod-arc-types-img-title {
    color: #FF6B35;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
}

.npod-arc-types-img-wrap {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.npod-arc-types-img {
    width: 100%;
    height: auto;
    display: block;
}

/* ─── AIR CONDUCTION SYSTEMS ─── */
.npod-arc-acs-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #fff;
}

.npod-arc-acs-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.npod-arc-acs-title {
    color: #FF6B35;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
}

.npod-arc-acs-desc {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.7;
    color: #555;
}

.npod-arc-acs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.npod-arc-acs-card {
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.npod-arc-acs-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.npod-arc-acs-card-body {
    padding: 25px;
}

.npod-arc-acs-card-title {
    color: #FF6B35;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.npod-arc-acs-card-capacity {
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.npod-arc-acs-card-desc {
    color: #555;
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.6;
    margin-bottom: 0;
}

.npod-arc-acs-cta {
    text-align: center;
    background: #FF6B35;
    padding: 40px;
    border-radius: 8px;
}

.npod-arc-acs-cta-title {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 800;
}

.npod-arc-acs-cta-desc {
    color: white;
    margin-bottom: 25px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.npod-arc-acs-cta-btn {
    display: inline-block;
    padding: 12px 30px;
    background: white;
    color: #FF6B35;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.npod-arc-acs-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* ─── EFFICIENCY & RELIABILITY ─── */
.npod-arc-er-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #f9f9f9;
}

.npod-arc-er-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.npod-arc-er-row-normal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}

.npod-arc-er-row-reverse {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.npod-arc-er-img-col {
    flex: 1;
    min-width: 300px;
    padding: 30px;
}

.npod-arc-er-img-col img {
    width: 100%;
    border-radius: 6px;
}

.npod-arc-er-content {
    flex: 1;
    min-width: 300px;
    padding: 30px;
}

.npod-arc-er-content h3 {
    color: #FF6B35;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.npod-arc-er-list {
    padding-left: 20px;
    line-height: 1.7;
    color: #555;
}

.npod-arc-er-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

/* ─── INTELLIGENT CONTROL SYSTEM ─── */
.npod-arc-ics-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #fff;
}

.npod-arc-ics-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    gap: 40px;
}

.npod-arc-ics-img-col {
    flex: 1;
    min-width: 300px;
}

.npod-arc-ics-img-col img {
    width: 100%;
    border-radius: 8px;
}

.npod-arc-ics-content {
    flex: 1;
    min-width: 300px;
}

.npod-arc-ics-title {
    color: #FF6B35;
    font-size: 2rem;
    margin-bottom: 25px;
    text-align: left;
}

.npod-arc-ics-body {
    line-height: 1.7;
    color: #555;
    text-align: justify;
    text-justify: inter-word;
}

.npod-arc-ics-item {
    display: flex;
    margin-bottom: 15px;
}

.npod-arc-ics-item:last-child {
    margin-bottom: 0;
}

.npod-arc-ics-bullet {
    color: #FF6B35;
    margin-right: 15px;
    min-width: 15px;
    align-self: flex-start;
}

.npod-arc-ics-item p {
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
}

/* ─── FLEXIBLE FANS SINKING ─── */
.npod-arc-fans-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #fff;
}

.npod-arc-fans-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.npod-arc-fans-title {
    color: #FF6B35;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
}

.npod-arc-fans-desc {
    max-width: 1200px;
    margin: 0 auto 40px;
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.7;
    color: #555;
}

.npod-arc-fans-img-wrap {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
}

.npod-arc-fans-img {
    width: 100%;
    height: auto;
    display: block;
}

/* ─── KEY COMPONENTS ─── */
.npod-arc-components-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #f9f9f9;
}

.npod-arc-components-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.npod-arc-components-title {
    color: #FF6B35;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
}

.npod-arc-comp-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.npod-arc-comp-card-reverse {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.npod-arc-comp-img-col {
    flex: 1;
    min-width: 300px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.npod-arc-comp-img-col img {
    max-height: 250px;
    width: auto;
    border-radius: 6px;
    object-fit: contain;
}

.npod-arc-comp-content {
    flex: 1;
    min-width: 300px;
    padding: 30px;
}

.npod-arc-comp-content-title {
    color: #FF6B35;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.npod-arc-comp-content-body {
    line-height: 1.7;
    color: #555;
    text-align: justify;
    text-justify: inter-word;
}

/* ─── FAQ SECTION ─── */
.npod-arc-faq-wrap {
    max-width: 900px;
    margin: 60px auto;
    padding: 20px;
    background: #ffffffff;
    border-radius: 10px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-arc-faq-title {
    font-size: 1.8em;
    color: #FF6B35;
    margin-bottom: 30px;
    text-align: center;
}

.npod-arc-faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
    background: #fff;
    border-radius: 6px;
    margin-bottom: 10px;
}

.npod-arc-faq-question {
    display: block;
    font-weight: bold;
    color: #002244;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.npod-arc-faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.npod-arc-faq-toggle {
    display: none;
}

.npod-arc-faq-toggle:checked+.npod-arc-faq-question::after {
    content: "−";
    transform: rotate(180deg);
}

.npod-arc-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-top: 10px;
}

.npod-arc-faq-toggle:checked+.npod-arc-faq-question+.npod-arc-faq-answer {
    max-height: 500px;
}


/* ============================================================
   NPOD Shelter Modular Data Center Page - External CSS
   All classes prefixed with "npod-smd-" for uniqueness
   ============================================================ */

/* ─── HERO SECTION ─── */
.npod-smd-hero-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #f4f7fa 0%, #e1e8ed 100%);
}

.npod-smd-hero-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.npod-smd-hero-text {
    flex: 1 1 50%;
}

.npod-smd-hero-title {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.npod-smd-hero-desc {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.npod-smd-btn-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.npod-smd-btn-quote {
    background: #007bff;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: all 0.3s;
    min-width: fit-content;
    white-space: nowrap;
}

.npod-smd-btn-query-wrap {
    min-width: fit-content;
}

.npod-smd-hero-img-wrap {
    flex: 1 1 45%;
}

.npod-smd-hero-img {
    width: 100%;
    max-width: 520px;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .npod-smd-btn-container {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 12px !important;
        margin-bottom: 25px !important;
    }

    .npod-smd-btn-quote {
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 30px !important;
    }

    .npod-smd-btn-query-wrap {
        width: 100% !important;
    }

    .npod-smd-btn-query-wrap .submit-btn {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 14px 32px !important;
    }
}

@media (max-width: 480px) {
    .npod-smd-btn-container {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .npod-smd-btn-quote {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .npod-smd-btn-query-wrap .submit-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .npod-smd-btn-container {
        justify-content: center !important;
        gap: 20px !important;
    }
}

/* ─── INNOVATION SECTION (3 feature cards) ─── */
.npod-smd-innovation-section {
    padding: 100px 20px;
    background-color: #f8f9fc;
    font-family: 'Segoe UI', sans-serif;
}

.npod-smd-innovation-inner {
    max-width: 1300px;
    margin: auto;
}

.npod-smd-innovation-heading {
    text-align: center;
    margin-bottom: 60px;
}

.npod-smd-innovation-title {
    font-size: 40px;
    font-weight: bold;
    background: linear-gradient(to right, #007bff, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.npod-smd-innovation-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: justify;
}

.npod-smd-innovation-card {
    flex: 1 1 30%;
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.npod-smd-card-title-blue {
    color: #007bff;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.npod-smd-card-title-green {
    color: #28a745;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.npod-smd-card-title-orange {
    color: #ff5722;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.npod-smd-innovation-card ul {
    padding-left: 18px;
    color: #444;
    font-size: 16px;
    line-height: 1.6;
}

/* ─── OUTDOOR SHELTER / SYSTEMS SECTION ─── */
.npod-smd-systems-section {
    padding: 100px 20px;
    background: #f4f7fb;
    font-family: 'Segoe UI', sans-serif;
}

.npod-smd-systems-inner {
    max-width: 1250px;
    margin: auto;
}

.npod-smd-systems-heading {
    text-align: center;
    margin-bottom: 60px;
}

.npod-smd-systems-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    background: linear-gradient(to right, #007bff, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.npod-smd-systems-subtitle {
    font-size: 18px;
    color: #333;
}

.npod-smd-systems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.npod-smd-system-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.npod-smd-system-card-img {
    height: 180px;
    object-fit: contain;
    margin-bottom: 20px;
}

.npod-smd-system-card-title {
    color: #007bff;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.npod-smd-system-card-list {
    text-align: left;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    padding-left: 18px;
}


/* ============================================================
   NPOD Telecom Power System Page - External CSS
   All classes prefixed with "npod-tps-" for uniqueness
   ============================================================ */

/* ─── HERO SECTION ─── */
.npod-tps-hero-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #f4f7fa 0%, #e1e8ed 100%);
}

.npod-tps-hero-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.npod-tps-hero-text {
    flex: 1 1 50%;
}

.npod-tps-hero-title {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.npod-tps-hero-desc {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.npod-tps-btn-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.npod-tps-btn-quote {
    display: inline-block;
    padding: 12px 28px;
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
}

.npod-tps-btn-query-wrap {
    min-width: fit-content;
}

.npod-tps-hero-img-wrap {
    flex: 1 1 45%;
}

.npod-tps-hero-img {
    width: 100%;
    max-width: 520px;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .npod-tps-btn-container {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 12px !important;
        margin-bottom: 25px !important;
    }

    .npod-tps-btn-quote {
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 30px !important;
    }

    .npod-tps-btn-query-wrap {
        width: 100% !important;
    }

    .npod-tps-btn-query-wrap .submit-btn {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 14px 32px !important;
    }
}

@media (max-width: 480px) {
    .npod-tps-btn-container {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .npod-tps-btn-quote {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .npod-tps-btn-query-wrap .submit-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .npod-tps-btn-container {
        justify-content: center !important;
        gap: 20px !important;
    }
}

/* ─── SMART SCALABLE SECTION ─── */
.npod-tps-smart-section {
    background: #ffffff;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-tps-smart-container {
    max-width: 1200px;
    margin: auto;
}

.npod-tps-smart-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

.npod-tps-smart-grid p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 18px;
}

.npod-tps-smart-img-col img {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 900px) {
    .npod-tps-smart-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .npod-tps-smart-grid p {
        text-align: justify;
    }
}

/* ─── TELECOM OFFERINGS ─── */
.npod-tps-offerings-section {
    background: #ffffff;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-tps-offerings-container {
    max-width: 1200px;
    margin: auto;
}

.npod-tps-offerings-intro {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}

.npod-tps-offerings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

.npod-tps-offering-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.npod-tps-offering-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.npod-tps-offering-card h3 {
    font-size: 20px;
    color: #007bff;
    margin-bottom: 10px;
}

.npod-tps-offering-card p {
    font-size: 15px;
    color: #444;
    margin-bottom: 12px;
}

.npod-tps-offering-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.npod-tps-offering-card ul li {
    font-size: 14px;
    color: #333;
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.npod-tps-offering-card ul li::before {
    content: "✔";
    color: #00c6ff;
    position: absolute;
    left: 0;
    top: 0;
}

/* ─── POWER QUALITY ─── */
.npod-tps-quality-section {
    background: #f9fafc;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-tps-quality-container {
    max-width: 1200px;
    margin: auto;
}

.npod-tps-quality-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
}

.npod-tps-quality-left h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 14px;
    line-height: 1.2;
}

.npod-tps-quality-left p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin: 0 0 14px;
}

.npod-tps-quality-right {
    position: relative;
    padding-left: 28px;
}

.npod-tps-quality-right::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 3px;
    background: linear-gradient(#00c6ff, #007bff);
    border-radius: 3px;
    opacity: 0.9;
}

.npod-tps-quality-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.npod-tps-quality-list li {
    background: #fff;
    padding: 12px 15px 12px 38px;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    position: relative;
}

.npod-tps-quality-list li::before {
    content: "✔";
    color: #00c6ff;
    font-weight: 700;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .npod-tps-quality-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .npod-tps-quality-right {
        padding-left: 0;
        padding-top: 18px;
        border-top: 3px solid #e6f4ff;
    }

    .npod-tps-quality-right::before {
        display: none;
    }
}

/* ─── TELECOM APPLICATIONS ─── */
.npod-tps-applications-section {
    background: #ffffff;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-tps-applications-container {
    max-width: 1200px;
    margin: auto;
}

.npod-tps-applications-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.npod-tps-applications-intro {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
    text-align: start;
}

.npod-tps-applications-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.npod-tps-applications-list li {
    background: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    position: relative;
    padding-left: 35px;
}

.npod-tps-applications-list li::before {
    content: "✔";
    color: #3bdc0fff;
    font-weight: bold;
    position: absolute;
    left: 12px;
    top: 10px;
}

.npod-tps-applications-img img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

@media (max-width: 900px) {
    .npod-tps-applications-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .npod-tps-applications-img {
        order: -1;
    }
}

/* ─── ALTERNATING SECTIONS (Energy / India / Monitoring) ─── */
.npod-tps-alt-section {
    background: #ffffff;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.npod-tps-alt-container {
    max-width: 1200px;
    margin: auto;
}

.npod-tps-alt-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.npod-tps-alt-grid-reverse {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    direction: rtl;
}

.npod-tps-alt-grid-reverse .npod-tps-alt-text {
    direction: ltr;
}

.npod-tps-alt-section p {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
    line-height: 1.6;
}

.npod-tps-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.npod-tps-feature-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}

.npod-tps-feature-list li::before {
    content: "✔";
    color: #3bdc0fff;
    position: absolute;
    left: 0;
    top: 0;
}

.npod-tps-alt-img img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

@media (max-width: 900px) {

    .npod-tps-alt-grid,
    .npod-tps-alt-grid-reverse {
        grid-template-columns: 1fr;
        direction: ltr;
        text-align: center;
    }

    .npod-tps-alt-img {
        order: -1;
    }
}

/* ─── KEY FEATURES SECTION ─── */
.npod-tps-keyfeatures-section {
    padding: 80px 20px;
    background: #ffffff;
    font-family: 'Segoe UI', sans-serif;
}

.npod-tps-keyfeatures-inner {
    max-width: 1300px;
    margin: auto;
}

.npod-tps-keyfeatures-heading {
    text-align: center;
    margin-bottom: 60px;
}

.npod-tps-keyfeatures-heading h2 {
    font-size: 36px;
    font-weight: bold;
    color: #1a1a1a;
}

.npod-tps-keyfeatures-heading p {
    font-size: 18px;
    color: #555;
}

.npod-tps-keyfeatures-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.npod-tps-keyfeature-card {
    flex: 1 1 30%;
    background: #f7f9fc;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.npod-tps-keyfeature-card h3 {
    color: #007bff;
    font-size: 22px;
    margin-bottom: 15px;
}

.npod-tps-keyfeature-card ul {
    font-size: 15px;
    color: #333;
    line-height: 1.8;
    padding-left: 20px;
}

/* ─── PLAN DATA CENTER POWER / MODULE CARDS ─── */
.npod-tps-modules-section {
    padding: 100px 20px;
    background: #ffffff;
    font-family: 'Segoe UI', sans-serif;
}

.npod-tps-modules-inner {
    max-width: 1300px;
    margin: auto;
}

.npod-tps-modules-heading {
    text-align: center;
    margin-bottom: 80px;
}

.npod-tps-modules-heading h2 {
    font-size: 42px;
    font-weight: bold;
    color: #1a1a1a;
}

.npod-tps-modules-heading p {
    font-size: 18px;
    color: #555;
}

.npod-tps-module-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-between;
}

.npod-tps-module-card {
    flex: 1 1 100%;
    display: flex;
    gap: 40px;
    align-items: center;
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    flex-direction: row;
}

.npod-tps-module-card-reverse {
    flex-direction: row-reverse;
}

.npod-tps-module-card img {
    max-width: 400px;
    width: 100%;
    border-radius: 12px;
}

.npod-tps-module-card h3 {
    font-size: 28px;
    color: #007bff;
    margin-bottom: 20px;
}

.npod-tps-module-card ul {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    padding-left: 20px;
}

@media (max-width: 768px) {

    .npod-tps-module-card,
    .npod-tps-module-card.npod-tps-module-card-reverse {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .npod-tps-module-card img {
        max-width: 100%;
        margin-top: 20px;
    }

    .npod-tps-module-card ul {
        text-align: left;
        padding-left: 20px;
        font-size: 15px;
    }

    .npod-tps-module-card h3 {
        font-size: 22px;
    }
}

/* ─── FIND UPS / TAILORED SOLUTION ─── */
.npod-tps-tailored-section {
    background: #f8f9fc;
    padding: 30px 20px;
    max-width: 1400px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    flex-wrap: wrap;
    gap: 20px;
}

.npod-tps-tailored-text {
    flex: 1 1 60%;
    text-align: left;
    max-width: 900px;
}

.npod-tps-tailored-text h3 {
    color: #007bff;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;
}

.npod-tps-tailored-text p {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    max-width: 700px;
}

.npod-tps-tailored-btn-wrap {
    flex: 1 1 35%;
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.npod-tps-tailored-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.npod-tps-tailored-btn:hover {
    background-color: #0056b3;
    text-decoration: none;
    color: white;
}

@media (max-width: 768px) {
    .npod-tps-tailored-section {
        flex-direction: column;
        padding: 30px 15px;
    }

    .npod-tps-tailored-text,
    .npod-tps-tailored-btn-wrap {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: center;
    }

    .npod-tps-tailored-text h3 {
        font-size: 24px;
    }

    .npod-tps-tailored-text p {
        font-size: 14px;
    }

    .npod-tps-tailored-btn {
        font-size: 16px;
        max-width: 200px;
        margin: 0 auto;
    }
}

/* ─── FAQ SECTION ─── */
.npod-tps-faq-section {
    max-width: 900px;
    margin: 60px auto;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
    background: #fff;
    border-radius: 10px;
}

.npod-tps-faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.npod-tps-faq-question {
    display: block;
    font-weight: bold;
    color: #030e19;
    cursor: pointer;
    position: relative;
    padding-right: 25px;
}

.npod-tps-faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.npod-tps-faq-toggle {
    display: none;
}

.npod-tps-faq-toggle:checked+.npod-tps-faq-question::after {
    content: "−";
    transform: rotate(180deg);
}

.npod-tps-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin-top: 8px;
}

.npod-tps-faq-toggle:checked+.npod-tps-faq-question+.npod-tps-faq-answer {
    max-height: 400px;
}

/* ============================================================
   GLOBAL RESET & BASE
   ============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', sans-serif;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.npod-hero-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #f4f7fa 0%, #e1e8ed 100%);
}

.npod-hero-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.npod-hero-text {
    flex: 1 1 50%;
}

.npod-hero-text h1 {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.npod-hero-text ul {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
    list-style-type: disc;
    padding-left: 20px;
}

.npod-hero-image {
    flex: 1 1 45%;
}

.npod-hero-image img {
    width: 100%;
    max-width: 520px;
    border-radius: 12px;
}

.npod-btn-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.npod-btn-get-quote {
    display: inline-block;
    padding: 12px 28px;
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
}

/* ============================================================
   BUBBLE ANIMATION
   ============================================================ */
@keyframes npod-float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* ============================================================
   BUBBLE CARD SECTIONS
   ============================================================ */
.npod-bubble-section {
    background-color: #f8f9fa;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}

.npod-bubble {
    position: absolute;
    border-radius: 50%;
}

.npod-bubble-1 {
    top: 10%;
    left: 5%;
    width: 60px;
    height: 60px;
    background: rgba(0, 86, 123, 0.15);
    animation: npod-float 6s ease-in-out infinite;
}

.npod-bubble-2 {
    top: 70%;
    left: 80%;
    width: 40px;
    height: 40px;
    background: rgba(0, 96, 123, 0.1);
    animation: npod-float 8s ease-in-out infinite;
}

.npod-bubble-3 {
    top: 30%;
    left: 90%;
    width: 80px;
    height: 80px;
    background: rgba(0, 109, 123, 0.07);
    animation: npod-float 7s ease-in-out infinite;
}

.npod-bubble-4 {
    top: 85%;
    left: 15%;
    width: 50px;
    height: 50px;
    background: rgba(0, 86, 123, 0.12);
    animation: npod-float 9s ease-in-out infinite;
}

.npod-bubble-card-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.npod-bubble-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.npod-bubble-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.npod-bubble-card h2 {
    color: #007bff;
    font-size: 28px;
    margin-bottom: 20px;
}

.npod-bubble-card p {
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
}

/* ============================================================
   TWO-COLUMN IMAGE + TEXT SECTIONS
   ============================================================ */
.npod-twocol-section {
    background-color: #f8f9fa;
    padding: 60px 20px;
}

.npod-twocol-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.npod-twocol-img {
    flex: 1 1 45%;
    text-align: center;
    padding: 20px;
}

.npod-twocol-img img {
    max-width: 100%;
    height: auto;
}

.npod-twocol-text {
    flex: 1 1 55%;
    padding: 20px;
}

.npod-twocol-text h2 {
    color: #007bff;
    font-size: 28px;
    margin-bottom: 20px;
}

.npod-twocol-text p {
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 20px;
}

.npod-feature-list {
    list-style: none;
    padding-left: 0;
}

.npod-feature-list li {
    margin-bottom: 10px;
    color: #007bff;
    font-weight: bold;
}

/* ============================================================
   REMOTE MONITORING SECTION
   ============================================================ */
.npod-monitoring-section {
    background-color: #f8f9fa;
    padding: 60px 20px;
}

.npod-monitoring-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.npod-monitoring-img {
    flex: 1 1 45%;
    text-align: center;
    padding: 20px;
}

.npod-monitoring-img img {
    max-width: 100%;
    height: auto;
}

.npod-monitoring-text {
    flex: 1 1 55%;
    padding: 20px;
}

.npod-monitoring-text h3 {
    color: #007bff;
    font-size: 24px;
    margin-bottom: 20px;
}

.npod-monitoring-text p {
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* ============================================================
   INDUSTRY APPLICATIONS SECTION
   ============================================================ */
.npod-industry-section {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 60px 20px;
    background: linear-gradient(90deg, #e6e9f0 0%, #eef1f5 100%);
    border-radius: 10px;
}

.npod-industry-left {
    flex: 1 1 40%;
    color: #007bff;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.npod-industry-left h3 {
    color: #007bff;
    font-size: 28px;
    font-weight: 700;
}

.npod-industry-left p {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
    max-width: 350px;
}

.npod-industry-right {
    flex: 1 1 55%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.npod-industry-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 15px;
    line-height: 1.5;
}

.npod-industry-card h4 {
    color: #007bff;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 18px;
}

/* ============================================================
   FIND UPS SECTION
   ============================================================ */
.npod-findups-section {
    background-color: #f8f9fa;
    padding: 30px 20px;
    max-width: 1400px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    flex-wrap: wrap;
    gap: 20px;
}

.npod-findups-text {
    flex: 1 1 60%;
    text-align: left;
    max-width: 900px;
}

.npod-findups-text h3 {
    color: #007bff;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;
}

.npod-findups-text p {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    max-width: 700px;
}

.npod-findups-btn-wrapper {
    flex: 1 1 35%;
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.npod-findups-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.npod-findups-btn:hover {
    background-color: #0056b3;
    text-decoration: none;
    color: white;
}

/* ============================================================
   BUILT FOR EVERY POSSIBILITY SECTION
   ============================================================ */
.npod-features-section {
    padding: 100px 20px;
    background: #f4f7fb;
    font-family: 'Segoe UI', sans-serif;
}

.npod-features-inner {
    max-width: 1250px;
    margin: auto;
}

.npod-section-heading {
    text-align: center;
    margin-bottom: 60px;
}

.npod-section-heading h3 {
    font-size: 40px;
    font-weight: bold;
    color: #1a1a1a;
}

.npod-section-heading p {
    font-size: 18px;
    color: #555;
}

.npod-feature-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.npod-feature-card {
    flex: 1 1 calc(50% - 20px);
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.npod-feature-card h4 {
    color: #007bff;
    font-size: 22px;
    margin-bottom: 15px;
}

.npod-feature-card p {
    font-size: 16px;
    color: #444;
}

/* ============================================================
   PLAN YOUR DATA CENTER SECTION
   ============================================================ */
.npod-plan-section {
    padding: 100px 20px;
    background: #f8f9fb;
    font-family: 'Segoe UI', sans-serif;
}

.npod-plan-inner {
    max-width: 1250px;
    margin: auto;
}

.npod-plan-heading {
    text-align: center;
    margin-bottom: 70px;
}

.npod-plan-heading h3 {
    font-size: 40px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.npod-plan-heading p {
    font-size: 18px;
    color: #666;
}

.npod-plan-subheading {
    text-align: center;
    font-size: 26px;
    color: #007bff;
    margin-bottom: 50px;
}

.npod-ups-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.npod-ups-grid-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 20px;
}

.npod-ups-grid-card img {
    width: 100%;
    border-radius: 12px 12px 0 0;
    object-fit: cover;
}

.npod-card-title {
    font-size: 20px;
    color: #1a1a1a;
    margin-top: 20px;
    font-weight: 700;
}

.npod-card-subtitle {
    font-size: 16px;
    color: #555;
}

/* ============================================================
   ADVANCED UPS SYSTEMS SECTION
   ============================================================ */
.npod-advanced-section {
    padding: 80px 20px;
    background: #f7f9fc;
    font-family: 'Segoe UI', sans-serif;
}

.npod-advanced-inner {
    max-width: 1300px;
    margin: auto;
}

.npod-advanced-heading {
    text-align: center;
    margin-bottom: 60px;
}

.npod-advanced-heading h3 {
    font-size: 40px;
    font-weight: bold;
    color: #1a1a1a;
}

.npod-advanced-heading p {
    font-size: 18px;
    color: #555;
}

.npod-advanced-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.npod-advanced-card {
    flex: 1 1 30%;
    background: white;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.npod-advanced-card h4 {
    color: #007bff;
    font-size: 22px;
    margin-bottom: 12px;
}

.npod-advanced-card ul {
    font-size: 15px;
    color: #444;
    padding-left: 20px;
    line-height: 1.7;
}

.npod-advanced-card img {
    width: 100%;
    margin-top: 20px;
}

/* ============================================================
   TESTIMONIALS SECTION
   ============================================================ */
.npod-testimonials-section {
    padding: 60px 20px;
    background-color: #fff;
    font-family: 'Segoe UI', sans-serif;
    position: relative;
}

.npod-testimonials-inner {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.npod-testimonials-inner h3 {
    text-align: center;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 40px;
    color: #111;
}

.npod-carousel-wrapper {
    position: relative;
}

.npod-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, box-shadow 0.2s;
}

.npod-carousel-btn:hover {
    background: #f5f5f5;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.npod-carousel-btn-left {
    left: -20px;
}

.npod-carousel-btn-right {
    right: -20px;
}

.npod-carousel-btn span {
    font-size: 20px;
    color: #ff6b00;
}

#testimonial-carousel {
    overflow-x: auto;
    padding: 20px 10px;
    scroll-snap-type: x mandatory;
    display: flex;
    gap: 25px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.npod-testimonial-card {
    flex: 0 0 320px;
    scroll-snap-align: start;
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.npod-testimonial-card:hover {
    transform: translateY(-5px);
}

.npod-stars {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}

.npod-stars span {
    color: #fb8641;
    font-size: 20px;
}

.npod-review-text {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 25px;
}

.npod-reviewer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.npod-reviewer img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.npod-reviewer-name {
    font-weight: 600;
    margin: 0;
    color: #111;
}

.npod-reviewer-location {
    font-size: 13px;
    color: #666;
    margin: 3px 0 0;
}

/* ============================================================
   RATINGS BANNER
   ============================================================ */
.npod-ratings-banner {
    background-color: #fff;
    padding: 30px 10px;
    display: flex;
    justify-content: center;
}

.npod-ratings-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1100px;
    width: 100%;
}

.npod-rating-box {
    text-align: center;
    min-width: 150px;
}

.npod-rating-box img {
    max-height: 40px;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.npod-rating-stars {
    color: #fbc02d;
    margin: 5px 0;
    font-size: 1rem;
    display: block;
}

.npod-rating-score {
    font-weight: bold;
    font-size: 1.1rem;
}

.npod-rating-score span {
    color: #777;
    font-weight: normal;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {

    .npod-hero-inner {
        flex-direction: column;
    }

    .npod-hero-text,
    .npod-hero-image {
        flex: 1 1 100%;
    }

    .npod-btn-container {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 12px !important;
        margin-bottom: 25px !important;
    }

    .npod-btn-container .get-started,
    .npod-btn-container .submit-btn {
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 30px !important;
    }

    .npod-btn-container>div {
        width: 100% !important;
    }

    .npod-twocol-inner {
        flex-direction: column;
    }

    .npod-twocol-img,
    .npod-twocol-text {
        flex: 1 1 100%;
        text-align: center;
        padding: 10px 15px;
    }

    .npod-twocol-text {
        text-align: justify;
    }

    .npod-monitoring-inner {
        flex-direction: column;
    }

    .npod-monitoring-img,
    .npod-monitoring-text {
        flex: 1 1 100%;
        text-align: center;
        padding: 10px 15px;
    }

    .npod-monitoring-text {
        text-align: justify;
    }

    .npod-industry-section {
        flex-direction: column;
        padding: 40px 15px;
    }

    .npod-industry-left {
        flex: 1 1 100%;
        max-width: none;
        margin-bottom: 30px;
        font-size: 24px;
    }

    .npod-industry-left p {
        max-width: 100%;
    }

    .npod-industry-right {
        flex: 1 1 100%;
        grid-template-columns: 1fr;
    }

    .npod-findups-section {
        flex-direction: column;
        padding: 30px 15px;
    }

    .npod-findups-text,
    .npod-findups-btn-wrapper {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: center;
    }

    .npod-findups-text h3 {
        font-size: 24px;
    }

    .npod-findups-text p {
        font-size: 14px;
    }

    .npod-findups-btn {
        font-size: 16px;
        max-width: 300px;
        margin: 0 auto;
    }

    .npod-ratings-container {
        justify-content: center;
        gap: 25px;
    }

    .npod-rating-box {
        flex: 1 1 120px;
    }
}

@media (max-width: 480px) {
    .npod-btn-container {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .npod-btn-container .get-started,
    .npod-btn-container .submit-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .npod-btn-container {
        justify-content: center !important;
        gap: 20px !important;
    }
}

/* ============================================================
   GLOBAL BASE
   ============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', sans-serif;
}

/* ============================================================
   FLOAT ANIMATION
   ============================================================ */
@keyframes nwc-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.nwc-hero-section {
    font-family: 'Segoe UI', sans-serif;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #f9f9f9 50%, #ffffff 50%);
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

/* Image column (left) */
.nwc-hero-img-col {
    flex: 1;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.nwc-hero-img-wrap {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.nwc-hero-img-wrap img {
    width: 100%;
}

.nwc-hero-bubble-1 {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 50%;
    top: -20px;
    left: -20px;
    animation: nwc-float 6s infinite ease-in-out;
}

.nwc-hero-bubble-2 {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 107, 53, 0.15);
    border-radius: 50%;
    bottom: 30px;
    right: -15px;
    animation: nwc-float 4s infinite ease-in-out 2s;
}

/* Content column (right) */
.nwc-hero-content-col {
    flex: 1;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.nwc-hero-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: justify;
}

.nwc-hero-desc {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: justify;
}

/* Button container */
.nwc-btn-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.nwc-btn-quote {
    background: #ff7b25;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: all 0.3s;
    min-width: fit-content;
    white-space: nowrap;
}

.nwc-btn-container>div {
    min-width: fit-content;
}

/* Underline bar below button area */
.nwc-btn-underbar {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 107, 53, 0.3);
    transform: scaleX(0);
    transition: transform 0.4s;
}

/* Background decorative circles */
.nwc-hero-bg-circle-1 {
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 107, 53, 0.05);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.nwc-hero-bg-circle-2 {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 107, 53, 0.03);
    border-radius: 50%;
    bottom: -50px;
    left: -50px;
}

/* ============================================================
   FREE COOLING SECTION
   ============================================================ */
.nwc-freecool-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #f9f9f9;
}

.nwc-freecool-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.nwc-freecool-title {
    color: #FF6B35;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
}

.nwc-freecool-desc {
    text-align: center;
    color: #555;
    max-width: 1200px;
    margin: 0 auto 40px;
    line-height: 1.6;
    text-align: justify;
}

/* Shared card layout */
.nwc-cool-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}

.nwc-cool-card-reverse {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.nwc-cool-card-img {
    flex: 1;
    min-width: 300px;
    padding: 30px;
}

.nwc-cool-card-img img {
    width: 100%;
    border-radius: 6px;
}

.nwc-cool-card-body {
    flex: 1;
    min-width: 300px;
    padding: 30px;
}

.nwc-cool-card-heading {
    color: #FF6B35;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.nwc-cool-card-list {
    padding-left: 20px;
    line-height: 1.7;
    color: #555;
}

.nwc-cool-card-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

/* ============================================================
   HIGH FLEXIBILITY SECTION
   ============================================================ */
.nwc-flex-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #fff;
}

.nwc-flex-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.nwc-flex-content {
    flex: 1;
    min-width: 300px;
}

.nwc-flex-title {
    color: #FF6B35;
    font-size: 2rem;
    margin-bottom: 20px;
}

.nwc-flex-text {
    line-height: 1.7;
    color: #555;
    text-align: justify;
}

.nwc-flex-text p {
    margin-bottom: 20px;
}

.nwc-flex-capacity {
    margin-bottom: 30px;
    font-weight: 600;
}

.nwc-flex-italic {
    margin-bottom: 15px;
    font-style: italic;
}

.nwc-flex-cta-link {
    display: inline-block;
    padding: 12px 30px;
    background-color: #FF6B35;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s;
}

.nwc-flex-cta-link:hover {
    background-color: #E55627;
}

.nwc-flex-image {
    flex: 1;
    min-width: 300px;
}

.nwc-flex-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* ============================================================
   SUSTAINABLE ENERGY EFFICIENCY SECTION
   ============================================================ */
.nwc-sustain-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #f9f9f9;
}

.nwc-sustain-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.nwc-sustain-image {
    flex: 1;
    min-width: 300px;
}

.nwc-sustain-image img {
    width: 100%;
    border-radius: 8px;
}

.nwc-sustain-content {
    flex: 1;
    min-width: 300px;
}

.nwc-sustain-title {
    color: #FF6B35;
    font-size: 2rem;
    margin-bottom: 25px;
}

.nwc-sustain-list {
    line-height: 1.7;
    color: #555;
    text-align: justify;
}

.nwc-sustain-item {
    display: flex;
    margin-bottom: 15px;
}

.nwc-sustain-bullet {
    color: #FF6B35;
    margin-right: 15px;
}

/* ============================================================
   INTELLIGENT CONTROL SYSTEM SECTION
   ============================================================ */
.nwc-intel-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #fff;
}

.nwc-intel-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    gap: 40px;
}

.nwc-intel-content {
    flex: 1;
    min-width: 300px;
}

.nwc-intel-title {
    color: #FF6B35;
    font-size: 2rem;
    margin-bottom: 25px;
    text-align: left;
}

.nwc-intel-list {
    line-height: 1.7;
    color: #555;
    text-align: justify;
}

.nwc-intel-item {
    display: flex;
    margin-bottom: 15px;
}

.nwc-intel-bullet {
    color: #FF6B35;
    margin-right: 15px;
    min-width: 15px;
    align-self: flex-start;
}

.nwc-intel-item p {
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
}

.nwc-intel-image {
    flex: 1;
    min-width: 300px;
}

.nwc-intel-image img {
    width: 100%;
    border-radius: 8px;
}

/* ============================================================
   KEY COMPONENTS SECTION
   ============================================================ */
.nwc-keycomp-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #f9f9f9;
}

.nwc-keycomp-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.nwc-keycomp-title {
    color: #FF6B35;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
}

/* Shared component card */
.nwc-comp-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.nwc-comp-card-reverse {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.nwc-comp-card-last {
    margin-bottom: 0;
}

.nwc-comp-img-wrap {
    flex: 1;
    min-width: 300px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nwc-comp-img-wrap img {
    max-height: 250px;
    width: auto;
    border-radius: 6px;
    object-fit: contain;
}

.nwc-comp-body {
    flex: 1;
    min-width: 300px;
    padding: 30px;
}

.nwc-comp-heading {
    color: #FF6B35;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.nwc-comp-text {
    line-height: 1.7;
    color: #555;
    text-align: justify;
    text-justify: inter-word;
}

/* ============================================================
   HOVER / LINK EFFECTS
   ============================================================ */
a:hover {
    transform: translateY(-3px);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {

    /* Hide image column in hero on mobile */
    .nwc-hero-img-col {
        display: none;
    }

    /* Button container stacking */
    .nwc-btn-container {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 12px !important;
        margin-bottom: 25px !important;
    }

    .nwc-btn-quote {
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 30px !important;
    }

    .nwc-btn-container>div {
        width: 100% !important;
    }

    .nwc-btn-container .submit-btn {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 14px 32px !important;
    }
}

@media (max-width: 480px) {
    .nwc-btn-container {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .nwc-btn-quote {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .nwc-btn-container .submit-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .nwc-btn-container {
        justify-content: center !important;
        gap: 20px !important;
    }
}

/* ============================================================
   GLOBAL BASE
   ============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', sans-serif;
}

/* ============================================================
   FLOAT ANIMATION
   ============================================================ */
@keyframes nwc-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.nwc-hero-section {
    font-family: 'Segoe UI', sans-serif;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #f9f9f9 50%, #ffffff 50%);
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

/* Image column (left) */
.nwc-hero-img-col {
    flex: 1;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.nwc-hero-img-wrap {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.nwc-hero-img-wrap img {
    width: 100%;
}

.nwc-hero-bubble-1 {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 50%;
    top: -20px;
    left: -20px;
    animation: nwc-float 6s infinite ease-in-out;
}

.nwc-hero-bubble-2 {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 107, 53, 0.15);
    border-radius: 50%;
    bottom: 30px;
    right: -15px;
    animation: nwc-float 4s infinite ease-in-out 2s;
}

/* Content column (right) */
.nwc-hero-content-col {
    flex: 1;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.nwc-hero-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: justify;
}

.nwc-hero-desc {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: justify;
}

/* Button container */
.nwc-btn-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.nwc-btn-quote {
    background: #ff7b25;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: all 0.3s;
    min-width: fit-content;
    white-space: nowrap;
}

.nwc-btn-container>div {
    min-width: fit-content;
}

/* Underline bar below button area */
.nwc-btn-underbar {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 107, 53, 0.3);
    transform: scaleX(0);
    transition: transform 0.4s;
}

/* Background decorative circles */
.nwc-hero-bg-circle-1 {
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 107, 53, 0.05);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.nwc-hero-bg-circle-2 {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 107, 53, 0.03);
    border-radius: 50%;
    bottom: -50px;
    left: -50px;
}

/* ============================================================
   FREE COOLING SECTION
   ============================================================ */
.nwc-freecool-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #f9f9f9;
}

.nwc-freecool-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.nwc-freecool-title {
    color: #FF6B35;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
}

.nwc-freecool-desc {
    text-align: center;
    color: #555;
    max-width: 1200px;
    margin: 0 auto 40px;
    line-height: 1.6;
    text-align: justify;
}

/* Shared card layout */
.nwc-cool-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}

.nwc-cool-card-reverse {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.nwc-cool-card-img {
    flex: 1;
    min-width: 300px;
    padding: 30px;
}

.nwc-cool-card-img img {
    width: 100%;
    border-radius: 6px;
}

.nwc-cool-card-body {
    flex: 1;
    min-width: 300px;
    padding: 30px;
}

.nwc-cool-card-heading {
    color: #FF6B35;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.nwc-cool-card-list {
    padding-left: 20px;
    line-height: 1.7;
    color: #555;
}

.nwc-cool-card-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

/* ============================================================
   HIGH FLEXIBILITY SECTION
   ============================================================ */
.nwc-flex-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #fff;
}

.nwc-flex-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.nwc-flex-content {
    flex: 1;
    min-width: 300px;
}

.nwc-flex-title {
    color: #FF6B35;
    font-size: 2rem;
    margin-bottom: 20px;
}

.nwc-flex-text {
    line-height: 1.7;
    color: #555;
    text-align: justify;
}

.nwc-flex-text p {
    margin-bottom: 20px;
}

.nwc-flex-capacity {
    margin-bottom: 30px;
    font-weight: 600;
}

.nwc-flex-italic {
    margin-bottom: 15px;
    font-style: italic;
}

.nwc-flex-cta-link {
    display: inline-block;
    padding: 12px 30px;
    background-color: #FF6B35;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s;
}

.nwc-flex-cta-link:hover {
    background-color: #E55627;
}

.nwc-flex-image {
    flex: 1;
    min-width: 300px;
}

.nwc-flex-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* ============================================================
   SUSTAINABLE ENERGY EFFICIENCY SECTION
   ============================================================ */
.nwc-sustain-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #f9f9f9;
}

.nwc-sustain-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.nwc-sustain-image {
    flex: 1;
    min-width: 300px;
}

.nwc-sustain-image img {
    width: 100%;
    border-radius: 8px;
}

.nwc-sustain-content {
    flex: 1;
    min-width: 300px;
}

.nwc-sustain-title {
    color: #FF6B35;
    font-size: 2rem;
    margin-bottom: 25px;
}

.nwc-sustain-list {
    line-height: 1.7;
    color: #555;
    text-align: justify;
}

.nwc-sustain-item {
    display: flex;
    margin-bottom: 15px;
}

.nwc-sustain-bullet {
    color: #FF6B35;
    margin-right: 15px;
}

/* ============================================================
   INTELLIGENT CONTROL SYSTEM SECTION
   ============================================================ */
.nwc-intel-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #fff;
}

.nwc-intel-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    gap: 40px;
}

.nwc-intel-content {
    flex: 1;
    min-width: 300px;
}

.nwc-intel-title {
    color: #FF6B35;
    font-size: 2rem;
    margin-bottom: 25px;
    text-align: left;
}

.nwc-intel-list {
    line-height: 1.7;
    color: #555;
    text-align: justify;
}

.nwc-intel-item {
    display: flex;
    margin-bottom: 15px;
}

.nwc-intel-bullet {
    color: #FF6B35;
    margin-right: 15px;
    min-width: 15px;
    align-self: flex-start;
}

.nwc-intel-item p {
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
}

.nwc-intel-image {
    flex: 1;
    min-width: 300px;
}

.nwc-intel-image img {
    width: 100%;
    border-radius: 8px;
}

/* ============================================================
   KEY COMPONENTS SECTION
   ============================================================ */
.nwc-keycomp-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #f9f9f9;
}

.nwc-keycomp-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.nwc-keycomp-title {
    color: #FF6B35;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
}

/* Shared component card */
.nwc-comp-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.nwc-comp-card-reverse {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.nwc-comp-card-last {
    margin-bottom: 0;
}

.nwc-comp-img-wrap {
    flex: 1;
    min-width: 300px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nwc-comp-img-wrap img {
    max-height: 250px;
    width: auto;
    border-radius: 6px;
    object-fit: contain;
}

.nwc-comp-body {
    flex: 1;
    min-width: 300px;
    padding: 30px;
}

.nwc-comp-heading {
    color: #FF6B35;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.nwc-comp-text {
    line-height: 1.7;
    color: #555;
    text-align: justify;
    text-justify: inter-word;
}

/* ============================================================
   HOVER / LINK EFFECTS
   ============================================================ */
a:hover {
    transform: translateY(-3px);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {

    /* Hide image column in hero on mobile */
    .nwc-hero-img-col {
        display: none;
    }

    /* Button container stacking */
    .nwc-btn-container {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 12px !important;
        margin-bottom: 25px !important;
    }

    .nwc-btn-quote {
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 30px !important;
    }

    .nwc-btn-container>div {
        width: 100% !important;
    }

    .nwc-btn-container .submit-btn {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 14px 32px !important;
    }
}

@media (max-width: 480px) {
    .nwc-btn-container {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .nwc-btn-quote {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .nwc-btn-container .submit-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .nwc-btn-container {
        justify-content: center !important;
        gap: 20px !important;
    }
}


/* ============================================================
   GLOBAL BASE
   ============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.nedc-hero-section {
    font-family: 'Arial', sans-serif;
    padding: 80px 20px;
    background: #f9f9f9;
}

.nedc-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nedc-hero-text {
    flex: 1;
    min-width: 300px;
    padding: 40px;
}

.nedc-hero-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
}

.nedc-hero-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.nedc-btn-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.nedc-btn-get-started {
    background: #ff7b25;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: all 0.3s;
    min-width: fit-content;
    white-space: nowrap;
}

.nedc-btn-get-started:hover {
    background: #e56a1a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 123, 37, 0.3);
}

.nedc-btn-container>div {
    min-width: fit-content;
}

.nedc-hero-image {
    flex: 1;
    min-width: 300px;
}

.nedc-hero-image img {
    width: 100%;
    height: auto;
}

/* ============================================================
   NPOD CONTAINER SECTION
   ============================================================ */
.nedc-container-section {
    font-family: 'Arial', sans-serif;
    padding: 80px 20px;
    background: #fff;
}

.nedc-container-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.nedc-container-img {
    flex: 1;
    min-width: 300px;
}

.nedc-container-img img {
    width: 100%;
    height: auto;
}

.nedc-container-text {
    flex: 1;
    min-width: 300px;
}

.nedc-container-title {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.3;
}

.nedc-container-body {
    text-align: justify;
    line-height: 1.8;
    color: #555;
}

.nedc-container-body p {
    margin-bottom: 20px;
    text-align: justify;
}

/* ============================================================
   NPOD FEATURES SECTION
   ============================================================ */
.nedc-features-section {
    font-family: 'Arial', sans-serif;
    padding: 80px 20px;
    background: #f8f9fa;
}

.nedc-features-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.nedc-features-heading {
    text-align: center;
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 60px;
}

.nedc-features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.nedc-feat-card {
    flex: 1;
    min-width: 300px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.nedc-feat-card:hover {
    transform: translateY(-5px);
}

.nedc-feat-card-header {
    background: linear-gradient(135deg, #ff7b25, #e56a1a);
    padding: 25px;
    text-align: center;
}

.nedc-feat-card-header h2 {
    color: white;
    font-size: 1.8rem;
    margin: 0;
}

.nedc-feat-card-body {
    padding: 30px;
}

.nedc-feat-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    columns: 2;
    column-gap: 30px;
}

.nedc-feat-list li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
    break-inside: avoid;
}

.nedc-feat-list li span {
    position: absolute;
    left: 0;
    color: #ff7b25;
}

/* ============================================================
   RACK SECTION
   ============================================================ */
.nedc-rack-section {
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

.nedc-rack-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background: #fff;
}

.nedc-rack-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    align-items: center;
}

.nedc-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.nedc-image-card {
    height: 280px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.nedc-image-card:nth-child(odd) {
    transform: translateY(-20px);
}

.nedc-image-card:nth-child(even) {
    transform: translateY(20px);
}

.nedc-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.nedc-image-card:hover img {
    transform: scale(1.05);
}

.nedc-rack-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nedc-rack-title {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
}

.nedc-rack-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    text-align: justify;
}

/* ============================================================
   RACK FEATURES SECTION
   ============================================================ */
.nedc-rackfeat-section {
    font-family: 'Arial', sans-serif;
    padding: 80px 20px;
    background: #f8f9fa;
}

.nedc-rackfeat-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.nedc-rackfeat-heading {
    text-align: center;
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 60px;
}

.nedc-rackfeat-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.nedc-rackfeat-card {
    flex: 1;
    min-width: 300px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.nedc-rackfeat-card:hover {
    transform: translateY(-5px);
}

.nedc-rackfeat-card-header {
    padding: 25px;
    text-align: center;
}

.nedc-rackfeat-card-header h2 {
    color: white;
    font-size: 1.8rem;
    margin: 0;
}

.nedc-rackfeat-card-header--blue {
    background: linear-gradient(135deg, #3498db, #2c3e50);
}

.nedc-rackfeat-card-header--red {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.nedc-rackfeat-card-header--green {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
}

.nedc-rackfeat-card-header--purple {
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
}

.nedc-rackfeat-card-header--orange {
    background: linear-gradient(135deg, #f39c12, #e67e22);
}

.nedc-rackfeat-card-header--teal {
    background: linear-gradient(135deg, #1abc9c, #16a085);
}

.nedc-rackfeat-card-body {
    padding: 30px;
}

.nedc-rackfeat-card-body p {
    text-align: justify;
    margin: 0 0 15px 0;
}

.nedc-rackfeat-subheading {
    font-weight: 600;
    margin: 20px 0 10px 0;
    color: #2c3e50;
}

.nedc-rackfeat-list {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.nedc-rackfeat-list--cols {
    columns: 2;
    column-gap: 30px;
}

.nedc-rackfeat-list li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
    break-inside: avoid;
}

.nedc-rackfeat-list li span {
    position: absolute;
    left: 0;
}

/* ============================================================
   UPS SECTION
   ============================================================ */
.nedc-ups-section {
    font-family: 'Arial', sans-serif;
    padding: 80px 20px;
    background: #fff;
}

.nedc-ups-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.nedc-ups-img {
    flex: 1;
    min-width: 300px;
}

.nedc-ups-img img {
    width: 100%;
    height: 750px;
}

.nedc-ups-text {
    flex: 1;
    min-width: 300px;
}

.nedc-ups-title {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.3;
}

.nedc-ups-body {
    text-align: justify;
    line-height: 1.8;
    color: #555;
}

.nedc-ups-body p {
    margin-bottom: 20px;
    text-align: justify;
}

/* ============================================================
   SPECIFICATIONS SECTION
   ============================================================ */
.nedc-spec-section {
    font-family: 'Arial', sans-serif;
    padding: 60px 20px;
    background: white;
}

.nedc-spec-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.nedc-spec-heading {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
}

.nedc-spec-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.nedc-spec-table-wrap {
    flex: 1;
    min-width: 300px;
    overflow-x: auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.nedc-spec-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.nedc-spec-table thead tr {
    background-color: #e67e22;
    color: white;
}

.nedc-spec-table th {
    padding: 15px;
    border: 1px solid #e0e0e0;
}

.nedc-spec-table tbody tr:nth-child(odd) {
    background-color: white;
}

.nedc-spec-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.nedc-spec-table td {
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
}

.nedc-spec-table td:first-child {
    font-weight: 600;
}

.nedc-spec-img {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nedc-spec-img img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

/* ============================================================
   MODULAR UPS TECHNICAL SPECIFICATIONS TABLE
   ============================================================ */
.nedc-ups-tech-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 40px 20px;
    background: #fff;
}

.nedc-ups-tech-inner {
    max-width: 1300px;
    margin: auto;
    overflow-x: auto;
}

.nedc-ups-tech-heading {
    text-align: center;
    font-size: 2rem;
    color: #d35400;
    margin-bottom: 30px;
}

.nedc-ups-tech-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.nedc-ups-tech-table thead tr {
    background-color: #d35400;
    color: white;
}

.nedc-ups-tech-table th {
    padding: 15px;
    text-align: left;
}

.nedc-ups-tech-table td,
.nedc-ups-tech-table th {
    border: 1px solid #ddd;
    padding: 12px;
    vertical-align: top;
}

.nedc-ups-tech-table td:first-child {
    font-weight: bold;
    background-color: #fdf2e9;
}

.nedc-ups-tech-table tr:nth-child(even) td {
    background-color: #fcfcfc;
}

.nedc-ups-tech-table .nedc-row-group-header {
    background: #fbe9e7;
    font-weight: bold;
    padding-top: 15px;
}

/* ============================================================
   BATTERY SECTION
   ============================================================ */
.nedc-battery-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #fff;
}

.nedc-battery-inner {
    max-width: 1200px;
    margin: auto;
}

.nedc-battery-heading {
    text-align: center;
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 40px;
}

.nedc-battery-top {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.nedc-battery-img {
    flex: 1;
    min-width: 280px;
    max-width: 500px;
    text-align: center;
}

.nedc-battery-img img {
    max-width: 100%;
    height: auto;
}

.nedc-battery-intro {
    flex: 2;
    min-width: 280px;
}

.nedc-battery-intro p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

.nedc-battery-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    text-align: justify;
    margin-bottom: 50px;
}

.nedc-battery-feat-heading {
    text-align: center;
    color: #2c3e50;
    font-size: 1.6rem;
    margin-bottom: 30px;
}

.nedc-battery-feat-list {
    max-width: 1200px;
    margin: auto;
    padding-left: 20px;
    font-size: 1rem;
    color: #2c3e50;
    line-height: 1.8;
}

/* ============================================================
   BATTERY MODEL SPECIFICATIONS TABLE
   ============================================================ */
.nedc-battery-spec-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 15px;
    background-color: #fff;
}

.nedc-battery-spec-inner {
    max-width: 1200px;
    margin: auto;
    overflow-x: auto;
}

.nedc-battery-spec-heading {
    text-align: center;
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 30px;
}

.nedc-battery-spec-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 1000px;
    border: 1px solid #ddd;
}

.nedc-battery-spec-table thead tr {
    background-color: #e9540e;
    color: white;
}

.nedc-battery-spec-table th {
    padding: 14px;
    border: 1px solid #ddd;
    text-align: left;
}

.nedc-battery-spec-table td {
    padding: 12px;
    border: 1px solid #ddd;
}

.nedc-battery-spec-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* ============================================================
   DISTRIBUTION SYSTEM CARD
   ============================================================ */
.nedc-dist-wrap {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nedc-dist-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.nedc-dist-card-header {
    background-color: #e65c00;
    padding: 20px;
    border-bottom: 2px solid #ff9933;
}

.nedc-dist-card-header h2 {
    color: white;
    font-size: 26px;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.nedc-dist-card-body {
    padding: 25px;
    background-color: white;
}

.nedc-dist-subsection {
    margin-bottom: 25px;
    padding: 15px;
    background-color: white;
    border-radius: 8px;
}

.nedc-dist-subsection:last-child {
    margin-bottom: 0;
}

.nedc-dist-subsection h2 {
    color: #e65c00;
    font-size: 20px;
    margin: 0 auto 10px;
    text-align: center;
    max-width: 600px;
}

.nedc-dist-subsection p {
    text-align: justify;
    margin: 0;
    color: #333;
    line-height: 1.6;
}

/* ============================================================
   SYSTEM TOPOLOGY / UPS CARD
   ============================================================ */
.nedc-topology-wrap {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nedc-topology-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
}

.nedc-topology-row:last-child {
    margin-bottom: 0;
}

.nedc-topology-row-reverse {
    display: flex;
    flex-wrap: wrap-reverse;
    margin-bottom: 20px;
    align-items: center;
}

.nedc-topology-img {
    flex: 1;
    min-width: 300px;
    padding: 15px;
    text-align: center;
}

.nedc-topology-img img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.nedc-topology-text {
    flex: 1;
    min-width: 300px;
    padding: 15px;
}

.nedc-topology-text h2 {
    color: #ff8c00;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.nedc-topology-text p {
    text-align: justify;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

/* ============================================================
   PARAMETERS TABLE SECTION
   ============================================================ */
.nedc-params-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 15px;
    background-color: #fff;
}

.nedc-params-inner {
    max-width: 1300px;
    margin: auto;
    overflow-x: auto;
}

.nedc-params-heading {
    text-align: center;
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 30px;
}

.nedc-params-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 1100px;
    border: 1px solid #ddd;
}

.nedc-params-table thead tr {
    background-color: #e9540e;
    color: white;
}

.nedc-params-table th {
    padding: 14px;
    border: 1px solid #ddd;
}

.nedc-params-table td {
    padding: 12px;
    border: 1px solid #ddd;
    vertical-align: top;
}

/* ============================================================
   WHY NPOD SECTION
   ============================================================ */
.nedc-why-section {
    font-family: 'Arial', sans-serif;
    padding: 60px 20px;
    text-align: center;
    background-color: #ffffff;
}

.nedc-why-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.nedc-why-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.nedc-why-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {

    /* Hero */
    .nedc-hero-container {
        flex-direction: column;
    }

    .nedc-hero-text {
        padding: 20px;
    }

    .nedc-hero-title {
        font-size: 2rem;
    }

    /* Button container */
    .nedc-btn-container {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 12px !important;
        margin-bottom: 25px !important;
    }

    .nedc-btn-get-started {
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 30px !important;
    }

    .nedc-btn-container>div {
        width: 100% !important;
    }

    .nedc-btn-container .submit-btn {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 14px 32px !important;
    }

    /* Rack grid */
    .nedc-rack-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .nedc-image-card {
        height: 180px;
        transform: none !important;
    }

    .nedc-rack-title {
        font-size: 32px;
    }

    /* Feature lists */
    .nedc-feat-list {
        columns: 1 !important;
    }

    .nedc-rackfeat-list--cols {
        columns: 1 !important;
    }

    /* Sections padding */
    .nedc-hero-section,
    .nedc-container-section,
    .nedc-features-section,
    .nedc-rackfeat-section,
    .nedc-ups-section {
        padding: 60px 15px;
    }

    /* UPS img */
    .nedc-ups-img img {
        height: auto;
    }

    /* Spec layout */
    .nedc-spec-layout {
        flex-direction: column;
    }

    .nedc-spec-table {
        font-size: 0.9rem;
    }

    .nedc-spec-table th,
    .nedc-spec-table td {
        padding: 10px 12px;
    }

    /* Tables */
    .nedc-ups-tech-table,
    .nedc-battery-spec-table,
    .nedc-params-table {
        font-size: 0.9rem;
    }

    .nedc-ups-tech-heading,
    .nedc-battery-spec-heading,
    .nedc-params-heading {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .nedc-btn-container {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .nedc-btn-get-started {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .nedc-btn-container .submit-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .nedc-spec-section {
        padding: 40px 15px;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .nedc-btn-container {
        justify-content: center !important;
        gap: 20px !important;
    }

    .nedc-rackfeat-card {
        flex: 1 1 45%;
    }
}

@media (max-width: 600px) {

    .nedc-feat-card,
    .nedc-rackfeat-card,
    .nedc-container-img,
    .nedc-container-text,
    .nedc-ups-img,
    .nedc-ups-text {
        flex: 1 1 100% !important;
        min-width: 100% !important;
    }
}


/* ============================================================
   GLOBAL BASE
   ============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', sans-serif;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.nacp-hero-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #f7f7f7, #ffffff);
}

.nacp-hero-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.nacp-hero-text {
    flex: 1 1 50%;
    padding: 20px;
}

.nacp-hero-title {
    font-size: 40px;
    color: #222;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Segoe UI', sans-serif;
}

.nacp-hero-desc {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 35px;
    text-align: justify;
}

.nacp-btn-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.nacp-btn-get-started {
    background: #ff7b25;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: all 0.3s;
    min-width: fit-content;
    white-space: nowrap;
}

.nacp-btn-container>div {
    min-width: fit-content;
}

.nacp-hero-image {
    flex: 1 1 45%;
    text-align: center;
}

.nacp-hero-image img {
    max-width: 100%;
    border-radius: 16px;
}

/* ============================================================
   INFO SECTION
   ============================================================ */
.nacp-info-section {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    padding: 60px 20px;
    background: #fff;
}

.nacp-info-inner {
    max-width: 1200px;
    margin: auto;
}

.nacp-info-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 80px;
    gap: 40px;
}

.nacp-info-img {
    flex: 1;
    min-width: 300px;
    order: 1;
}

.nacp-info-img img {
    width: 100%;
}

.nacp-info-content {
    flex: 1;
    min-width: 300px;
    order: 2;
}

.nacp-info-box {
    background: #e6f2ff;
    padding: 30px;
    border-radius: 8px;
    height: 100%;
}

.nacp-info-box h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 20px;
}

.nacp-info-box p {
    text-align: justify;
    margin-bottom: 16px;
}

/* ============================================================
   ADVANCED FEATURES SECTION
   ============================================================ */
.nacp-features-section {
    padding: 80px 20px;
    background-color: #f4f6f8;
    font-family: 'Segoe UI', sans-serif;
}

.nacp-features-inner {
    max-width: 1300px;
    margin: auto;
}

.nacp-features-heading {
    text-align: center;
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.nacp-features-subtext {
    text-align: center;
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin: 0 auto 60px;
}

.nacp-features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.nacp-feat-card {
    flex: 1 1 30%;
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.nacp-feat-card h2 {
    font-size: 1.15rem;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.nacp-feat-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

/* ============================================================
   SYSTEM STRUCTURE OVERVIEW SECTION
   ============================================================ */
.nacp-structure-section {
    padding: 80px 20px;
    background-color: #f8f9fa;
}

.nacp-structure-inner {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.nacp-structure-heading-wrap {
    margin-bottom: 50px;
}

.nacp-structure-heading-wrap h2 {
    font-size: 38px;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.nacp-structure-heading-wrap p {
    font-size: 18px;
    color: #555;
}

.nacp-structure-img-wrap {
    margin-bottom: 40px;
}

.nacp-structure-img-wrap img {
    width: 100%;
    max-width: 800px;
    border-radius: 16px;
}

.nacp-structure-text p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: justify;
}

/* ============================================================
   SYSTEM FEATURES SECTION
   ============================================================ */
.nacp-sysfeat-section {
    padding: 80px 20px;
    background-color: #f8f9fa;
}

.nacp-sysfeat-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.nacp-sysfeat-text {
    flex: 1 1 50%;
    padding: 20px;
}

.nacp-sysfeat-text h2 {
    font-size: 34px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.nacp-sysfeat-text p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 20px;
}

.nacp-sysfeat-image {
    flex: 1 1 45%;
    text-align: center;
}

.nacp-sysfeat-image img {
    max-width: 100%;
    border-radius: 12px;
}

/* ============================================================
   PRODUCT FEATURES & CABINET SYSTEM SECTION
   ============================================================ */
.nacp-cabinet-section {
    padding: 80px 20px;
    background-color: #f8f9fa;
}

.nacp-cabinet-inner {
    max-width: 1200px;
    margin: auto;
}

.nacp-cabinet-heading-wrap {
    text-align: center;
    margin-bottom: 50px;
}

.nacp-cabinet-heading-wrap h2 {
    font-size: 36px;
    color: #1a1a1a;
}

.nacp-cabinet-heading-wrap p {
    font-size: 16px;
    color: #555;
}

.nacp-cabinet-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.nacp-cabinet-card {
    flex: 1 1 45%;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.nacp-cabinet-card h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.nacp-cabinet-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

.nacp-cabinet-img-wrap {
    margin: 60px 0;
    text-align: center;
}

.nacp-cabinet-img-wrap img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    border-radius: 12px;
}

.nacp-cabinet-system {
    margin-top: 50px;
}

.nacp-cabinet-system h2 {
    font-size: 28px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.nacp-cabinet-system p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.nacp-cabinet-system ul {
    margin-top: 20px;
    padding-left: 20px;
    color: #555;
}

.nacp-cabinet-system ul li {
    margin-bottom: 8px;
}

.nacp-emergency-system {
    margin-top: 50px;
}

.nacp-emergency-system h2 {
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.nacp-emergency-system p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {

    /* Hero */
    .nacp-hero-inner {
        flex-direction: column;
    }

    .nacp-hero-text {
        flex: 1 1 100%;
        padding: 10px;
    }

    .nacp-hero-title {
        font-size: 28px;
    }

    .nacp-hero-image {
        flex: 1 1 100%;
    }

    /* Buttons */
    .nacp-btn-container {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 12px !important;
        margin-bottom: 25px !important;
    }

    .nacp-btn-get-started {
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 30px !important;
    }

    .nacp-btn-container>div {
        width: 100% !important;
    }

    .nacp-btn-container .submit-btn {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 14px 32px !important;
    }

    /* Info section */
    .nacp-info-row {
        flex-direction: column;
    }

    .nacp-info-img,
    .nacp-info-content {
        flex: 1 1 100%;
        order: unset;
    }

    /* Feature cards */
    .nacp-feat-card {
        flex: 1 1 100%;
    }

    /* System features */
    .nacp-sysfeat-inner {
        flex-direction: column;
    }

    .nacp-sysfeat-text,
    .nacp-sysfeat-image {
        flex: 1 1 100%;
    }

    /* Cabinet cards */
    .nacp-cabinet-card {
        flex: 1 1 100%;
    }

    /* Structure heading */
    .nacp-structure-heading-wrap h2 {
        font-size: 28px;
    }

    .nacp-cabinet-heading-wrap h2 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .nacp-btn-container {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .nacp-btn-get-started {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .nacp-btn-container .submit-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .nacp-btn-container {
        justify-content: center !important;
        gap: 20px !important;
    }

    .nacp-feat-card {
        flex: 1 1 45%;
    }

    .nacp-cabinet-card {
        flex: 1 1 45%;
    }
}


/* ============================================================
   GLOBAL BASE
   ============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', sans-serif;
}

/* ============================================================
   FLOAT ANIMATION
   ============================================================ */
@keyframes ncsp-float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-40px) rotate(5deg);
    }
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.ncsp-hero-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
}

.ncsp-hero-blob-1 {
    position: absolute;
    opacity: 0.08;
    border-radius: 50%;
    background: #FF6B35;
    filter: blur(20px);
    width: 300px;
    height: 300px;
    top: -50px;
    left: -50px;
    animation: ncsp-float 12s infinite ease-in-out;
}

.ncsp-hero-blob-2 {
    position: absolute;
    opacity: 0.08;
    border-radius: 50%;
    background: #FF6B35;
    filter: blur(20px);
    width: 200px;
    height: 200px;
    bottom: 20%;
    right: 10%;
    animation: ncsp-float 12s infinite ease-in-out;
    animation-delay: 4s;
}

.ncsp-hero-blob-3 {
    position: absolute;
    opacity: 0.08;
    border-radius: 50%;
    background: #FF6B35;
    filter: blur(20px);
    width: 150px;
    height: 150px;
    top: 60%;
    left: 30%;
    animation: ncsp-float 12s infinite ease-in-out;
    animation-delay: 8s;
}

.ncsp-hero-content {
    max-width: 800px;
    padding: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ncsp-hero-title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 700;
}

.ncsp-hero-subtitle {
    font-size: 1.3rem;
    color: #555;
    margin-bottom: 2rem;
    font-weight: 400;
}

.ncsp-hero-cta {
    display: inline-block;
    padding: 12px 30px;
    background-color: #FF6B35;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;
}

.ncsp-hero-cta:hover {
    background-color: #E55627;
}

/* ============================================================
   NPOD SECTIONS CONTAINER
   ============================================================ */
.ncsp-sections-wrap {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.ncsp-section {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    align-items: center;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', sans-serif;
}

.ncsp-section-reverse {
    flex-direction: row-reverse;
    background-color: #eaf0f6;
}

.ncsp-section-text {
    flex: 1;
    padding: 20px;
}

.ncsp-section-text h2 {
    color: #FF6B35;
    margin-top: 0;
    font-family: 'Segoe UI', sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.ncsp-section-text p {
    line-height: 1.7;
    font-size: 1.05rem;
    text-align: justify;
    margin-bottom: 10px;
}

.ncsp-section-text ul {
    padding-left: 20px;
    margin-top: 10px;
}

.ncsp-section-text ul li {
    margin-bottom: 8px;
}

.ncsp-section-img {
    flex: 1;
    text-align: center;
}

.ncsp-section-img img {
    max-width: 100%;
    border-radius: 10px;
}

.ncsp-highlight {
    color: #000;
    border-radius: 4px;
    display: inline-block;
    font-weight: bold;
    margin: 10px 0;
}

.ncsp-text-center {
    text-align: center !important;
}

/* Types boxes list */
.ncsp-types-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.ncsp-types-boxes li {
    flex: 1 1 calc(30% - 20px);
    list-style: none;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ncsp-types-boxes li:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* ============================================================
   NPOD COOLING SYSTEM CARD
   ============================================================ */
.ncsp-cooling-card-wrap {
    font-family: 'Segoe UI', sans-serif;
    max-width: 1200px;
    margin: 40px auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    padding: 30px;
}

.ncsp-cooling-card-title {
    color: #FF6B35;
    font-size: 1.8rem;
    margin: 0 0 25px 0;
    font-weight: 700;
    text-align: center;
}

.ncsp-cooling-card-body {
    line-height: 1.7;
    color: #333;
    text-align: justify;
    text-justify: inter-word;
}

.ncsp-cooling-card-body p {
    margin-bottom: 20px;
}

.ncsp-cooling-subheading {
    color: #FF6B35;
    font-size: 1.4rem;
    margin: 25px 0 15px 0;
    text-align: center;
}

.ncsp-advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    margin-bottom: 20px;
}

.ncsp-advantage-item {
    display: flex;
    align-items: center;
}

.ncsp-advantage-item i {
    color: #FF6B35;
    margin-right: 10px;
    font-size: 1.2rem;
}

/* ============================================================
   CHILLED WATER MODULE SECTION
   ============================================================ */
.ncsp-chilled-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #fff;
}

.ncsp-chilled-inner {
    max-width: 1200px;
    margin: auto;
    background: #fefefe;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 40px;
}

.ncsp-chilled-title {
    text-align: center;
    font-size: 1.8rem;
    color: #FF6B35;
    margin-bottom: 20px;
}

.ncsp-chilled-desc {
    text-align: justify;
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 40px;
    line-height: 1.6;
}

.ncsp-chilled-img-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.ncsp-chilled-img-wrap img {
    max-width: 100%;
    width: auto;
}

/* ============================================================
   LAYOUT PLAN SECTION
   ============================================================ */
.ncsp-layout-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #fff;
}

.ncsp-layout-inner {
    max-width: 1200px;
    margin: auto;
}

.ncsp-layout-title {
    text-align: center;
    color: #FF6B35;
    font-size: 1.8rem;
    margin-bottom: 40px;
}

.ncsp-layout-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fefefe;
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
}

.ncsp-layout-card-reverse {
    flex-wrap: wrap-reverse;
}

.ncsp-layout-img {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ncsp-layout-img img {
    width: 90%;
    max-width: 400px;
    height: auto;
    object-fit: cover;
}

.ncsp-layout-text {
    flex: 1;
    padding: 30px;
    min-width: 300px;
}

.ncsp-layout-text h4 {
    color: #FF6B35;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.ncsp-layout-text p {
    text-align: justify;
    color: #2c3e50;
    line-height: 1.6;
}

/* ============================================================
   IN-ROW COOLING FEATURES SECTION
   ============================================================ */
.ncsp-inrow-section {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

.ncsp-inrow-inner {
    padding: 30px;
}

.ncsp-inrow-title {
    text-align: center;
    color: #f26522;
    font-size: 28px;
    margin-bottom: 10px;
}

.ncsp-inrow-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
}

.ncsp-inrow-table-wrap {
    flex: 1 1 350px;
    overflow-x: auto;
}

.ncsp-inrow-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.ncsp-inrow-table thead tr {
    background-color: #f26522;
    color: #fff;
}

.ncsp-inrow-table th {
    padding: 10px;
    border: 1px solid #ccc;
}

.ncsp-inrow-table td {
    padding: 10px;
    border: 1px solid #ccc;
}

.ncsp-inrow-img-wrap {
    flex: 1 1 300px;
    text-align: center;
}

.ncsp-inrow-img-wrap img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.ncsp-inrow-desc {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

/* ============================================================
   ENERGY EFFICIENT SECTION
   ============================================================ */
.ncsp-energy-section {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

.ncsp-energy-inner {
    padding: 30px;
}

.ncsp-energy-title {
    text-align: center;
    color: #f26522;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.ncsp-energy-desc {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 30px;
}

.ncsp-rackmount-title {
    text-align: center;
    color: #f26522;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.ncsp-rackmount-img-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.ncsp-rackmount-img-wrap img {
    max-width: 100%;
    height: auto;
}

.ncsp-rackmount-table-wrap {
    overflow-x: auto;
}

.ncsp-rackmount-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    min-width: 600px;
}

.ncsp-rackmount-table thead tr {
    background-color: #f26522;
    color: #fff;
}

.ncsp-rackmount-table th {
    padding: 12px;
    border: 1px solid #ccc;
}

.ncsp-rackmount-table td {
    padding: 10px;
    border: 1px solid #ccc;
}

/* ============================================================
   HIGH RELIABLE CARD
   ============================================================ */
.ncsp-reliable-wrap {
    font-family: 'Segoe UI', sans-serif;
    max-width: 1000px;
    margin: 40px auto;
    background: #fff;
    padding: 30px;
}

.ncsp-reliable-heading {
    color: #FF6B35;
    font-size: 1.8rem;
    margin: 0 0 25px 0;
    font-weight: 600;
    text-align: center;
}

.ncsp-reliable-body {
    line-height: 1.7;
    color: #333;
    text-align: justify;
    text-justify: inter-word;
}

.ncsp-reliable-body p {
    margin-bottom: 20px;
}

/* ============================================================
   TESTIMONIALS SECTION
   ============================================================ */
.ncsp-testimonials-section {
    padding: 60px 20px;
    background-color: #fff;
    font-family: 'Segoe UI', sans-serif;
    position: relative;
}

.ncsp-testimonials-inner {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.ncsp-testimonials-inner h3 {
    text-align: center;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 40px;
    color: #111;
}

.ncsp-carousel-wrapper {
    position: relative;
}

.ncsp-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, box-shadow 0.2s;
}

.ncsp-carousel-btn:hover {
    background: #f5f5f5;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.ncsp-carousel-btn-left {
    left: -20px;
}

.ncsp-carousel-btn-right {
    right: -20px;
}

.ncsp-carousel-btn span {
    font-size: 20px;
    color: #ff6b00;
}

#testimonial-carousel {
    overflow-x: auto;
    padding: 20px 10px;
    scroll-snap-type: x mandatory;
    display: flex;
    gap: 25px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ncsp-testi-card {
    flex: 0 0 320px;
    scroll-snap-align: start;
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.ncsp-testi-card:hover {
    transform: translateY(-5px);
}

.ncsp-testi-stars {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}

.ncsp-testi-stars span {
    color: #fb8641;
    font-size: 20px;
}

.ncsp-testi-review {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 25px;
}

.ncsp-testi-reviewer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ncsp-testi-reviewer img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.ncsp-testi-name {
    font-weight: 600;
    margin: 0;
    color: #111;
}

.ncsp-testi-location {
    font-size: 13px;
    color: #666;
    margin: 3px 0 0;
}

/* ============================================================
   RATINGS BANNER
   ============================================================ */
.ncsp-ratings-banner {
    background-color: #fff;
    padding: 30px 10px;
    display: flex;
    justify-content: center;
}

.ncsp-ratings-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1100px;
    width: 100%;
}

.ncsp-rating-box {
    text-align: center;
    min-width: 150px;
}

.ncsp-rating-box img {
    max-height: 40px;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ncsp-rating-stars {
    color: #fbc02d;
    margin: 5px 0;
    font-size: 1rem;
    display: block;
}

.ncsp-rating-score {
    font-weight: bold;
    font-size: 1.1rem;
}

.ncsp-rating-score span {
    color: #777;
    font-weight: normal;
}

/* ============================================================
   FAQ SECTION
   ============================================================ */
.ncsp-faq-section {
    max-width: 900px;
    margin: 60px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.ncsp-faq-title {
    font-size: 1.8em;
    color: #FF6B35;
    margin-bottom: 30px;
    text-align: center;
}

.ncsp-faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.ncsp-faq-question {
    display: block;
    font-weight: bold;
    color: #030e19ff;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.ncsp-faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.ncsp-faq-toggle {
    display: none;
}

.ncsp-faq-toggle:checked+.ncsp-faq-question::after {
    content: "−";
    transform: rotate(180deg);
}

.ncsp-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-top: 10px;
}

.ncsp-faq-toggle:checked+.ncsp-faq-question+.ncsp-faq-answer {
    max-height: 200px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 992px) {
    .ncsp-hero-title {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {

    /* Hero */
    .ncsp-hero-title {
        font-size: 2.2rem;
    }

    /* Sections */
    .ncsp-section,
    .ncsp-section-reverse {
        flex-direction: column;
        padding: 5px;
    }

    .ncsp-section-img img {
        padding: 10px;
    }

    .ncsp-text-center {
        text-align: left !important;
    }

    /* Types boxes */
    .ncsp-types-boxes li {
        flex: 1 1 100%;
    }

    /* Layout cards */
    .ncsp-layout-card,
    .ncsp-layout-card-reverse {
        flex-direction: column !important;
        text-align: center;
    }

    .ncsp-layout-text {
        padding: 20px;
    }

    .ncsp-layout-img img {
        width: 100%;
        max-width: 100%;
    }

    .ncsp-layout-text h4 {
        font-size: 1.2rem;
    }

    .ncsp-layout-text p {
        font-size: 15px;
    }

    /* Chilled water */
    .ncsp-chilled-title {
        font-size: 1.6rem;
    }

    .ncsp-chilled-desc {
        font-size: 15px;
    }

    /* Energy */
    .ncsp-energy-desc {
        font-size: 15px;
    }

    .ncsp-rackmount-img-wrap {
        gap: 20px;
        padding: 0 10px;
    }

    /* Ratings */
    .ncsp-ratings-container {
        justify-content: center;
        gap: 25px;
    }

    .ncsp-rating-box {
        flex: 1 1 120px;
    }
}

@media (max-width: 480px) {
    .ncsp-chilled-title {
        font-size: 1.4rem;
    }

    .ncsp-chilled-desc {
        font-size: 14px;
    }

    .ncsp-layout-text h4 {
        font-size: 1rem;
    }

    .ncsp-layout-text p {
        font-size: 14px;
    }
}

/* ============================================================
   GLOBAL BASE
   ============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.nec2-hero-section {
    font-family: 'Arial', sans-serif;
    padding: 80px 20px;
    background: #f9f9f9;
}

.nec2-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nec2-hero-text {
    flex: 1;
    min-width: 300px;
    padding: 40px;
}

.nec2-hero-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
}

.nec2-hero-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.nec2-btn-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.nec2-btn-get-started {
    background: #ff7b25;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: all 0.3s;
    min-width: fit-content;
    white-space: nowrap;
}

.nec2-btn-get-started:hover {
    background: #e56a1a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 123, 37, 0.3);
}

.nec2-btn-container>div {
    min-width: fit-content;
}

.nec2-hero-image {
    flex: 1;
    min-width: 300px;
}

.nec2-hero-image img {
    width: 100%;
    height: auto;
}

/* ============================================================
   NPOD CONTAINER SECTION
   ============================================================ */
.nec2-container-section {
    font-family: 'Arial', sans-serif;
    padding: 80px 20px;
    background: #fff;
}

.nec2-container-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.nec2-container-img {
    flex: 1;
    min-width: 300px;
}

.nec2-container-img img {
    width: 100%;
    height: auto;
}

.nec2-container-text {
    flex: 1;
    min-width: 300px;
}

.nec2-container-title {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.3;
}

.nec2-container-body {
    text-align: justify;
    line-height: 1.8;
    color: #555;
}

.nec2-container-body p {
    margin-bottom: 20px;
    text-align: justify;
}

/* ============================================================
   NPOD FEATURES SECTION
   ============================================================ */
.nec2-features-section {
    font-family: 'Arial', sans-serif;
    padding: 80px 20px;
    background: #f8f9fa;
}

.nec2-features-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.nec2-features-heading {
    text-align: center;
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 60px;
}

.nec2-features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.nec2-feat-card {
    flex: 1;
    min-width: 300px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.nec2-feat-card:hover {
    transform: translateY(-5px);
}

.nec2-feat-card-header {
    background: linear-gradient(135deg, #ff7b25, #e56a1a);
    padding: 25px;
    text-align: center;
}

.nec2-feat-card-header h2 {
    color: white;
    font-size: 1.8rem;
    margin: 0;
}

.nec2-feat-card-body {
    padding: 30px;
}

.nec2-feat-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    columns: 2;
    column-gap: 30px;
}

.nec2-feat-list li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
    break-inside: avoid;
}

.nec2-feat-list li span {
    position: absolute;
    left: 0;
    color: #ff7b25;
}

/* ============================================================
   RACK SECTION
   ============================================================ */
.nec2-rack-section {
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

.nec2-rack-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background: #fff;
}

.nec2-rack-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    align-items: center;
}

.nec2-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.nec2-image-card {
    height: 280px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.nec2-image-card:nth-child(odd) {
    transform: translateY(-20px);
}

.nec2-image-card:nth-child(even) {
    transform: translateY(20px);
}

.nec2-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.nec2-image-card:hover img {
    transform: scale(1.05);
}

.nec2-rack-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nec2-rack-title {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
}

.nec2-rack-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    text-align: justify;
}

/* ============================================================
   RACK FEATURES SECTION
   ============================================================ */
.nec2-rackfeat-section {
    font-family: 'Arial', sans-serif;
    padding: 80px 20px;
    background: #f8f9fa;
}

.nec2-rackfeat-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.nec2-rackfeat-heading {
    text-align: center;
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 60px;
}

.nec2-rackfeat-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.nec2-rackfeat-card {
    flex: 1;
    min-width: 300px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.nec2-rackfeat-card:hover {
    transform: translateY(-5px);
}

.nec2-rackfeat-card-header {
    padding: 25px;
    text-align: center;
}

.nec2-rackfeat-card-header h2 {
    color: white;
    font-size: 1.8rem;
    margin: 0;
}

.nec2-rackfeat-header--blue {
    background: linear-gradient(135deg, #3498db, #2c3e50);
}

.nec2-rackfeat-header--red {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.nec2-rackfeat-header--green {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
}

.nec2-rackfeat-header--purple {
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
}

.nec2-rackfeat-header--orange {
    background: linear-gradient(135deg, #f39c12, #e67e22);
}

.nec2-rackfeat-header--teal {
    background: linear-gradient(135deg, #1abc9c, #16a085);
}

.nec2-rackfeat-card-body {
    padding: 30px;
}

.nec2-rackfeat-card-body p {
    text-align: justify;
    margin: 0 0 15px 0;
}

.nec2-rackfeat-subheading {
    font-weight: 600;
    margin: 20px 0 10px 0;
    color: #2c3e50;
}

.nec2-rackfeat-list {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.nec2-rackfeat-list--cols {
    columns: 2;
    column-gap: 30px;
}

.nec2-rackfeat-list li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
    break-inside: avoid;
}

.nec2-rackfeat-list li span {
    position: absolute;
    left: 0;
}

/* ============================================================
   UPS SECTION
   ============================================================ */
.nec2-ups-section {
    font-family: 'Arial', sans-serif;
    padding: 80px 20px;
    background: #fff;
}

.nec2-ups-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.nec2-ups-img {
    flex: 1;
    min-width: 300px;
}

.nec2-ups-img img {
    width: 100%;
    height: 750px;
}

.nec2-ups-text {
    flex: 1;
    min-width: 300px;
}

.nec2-ups-title {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.3;
}

.nec2-ups-body {
    text-align: justify;
    line-height: 1.8;
    color: #555;
}

.nec2-ups-body p {
    margin-bottom: 20px;
    text-align: justify;
}

/* ============================================================
   SPECIFICATIONS SECTION
   ============================================================ */
.nec2-spec-section {
    font-family: 'Arial', sans-serif;
    padding: 60px 20px;
    background: white;
}

.nec2-spec-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.nec2-spec-heading {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
}

.nec2-spec-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.nec2-spec-table-wrap {
    flex: 1;
    min-width: 300px;
    overflow-x: auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.nec2-spec-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.nec2-spec-table thead tr {
    background-color: #e67e22;
    color: white;
}

.nec2-spec-table th {
    padding: 15px;
    border: 1px solid #e0e0e0;
}

.nec2-spec-table tbody tr:nth-child(odd) {
    background-color: white;
}

.nec2-spec-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.nec2-spec-table td {
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
}

.nec2-spec-table td:first-child {
    font-weight: 600;
}

.nec2-spec-img {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nec2-spec-img img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

/* ============================================================
   MODULAR UPS TECHNICAL SPECIFICATIONS TABLE
   ============================================================ */
.nec2-ups-tech-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 40px 20px;
    background: #fff;
}

.nec2-ups-tech-inner {
    max-width: 1300px;
    margin: auto;
    overflow-x: auto;
}

.nec2-ups-tech-heading {
    text-align: center;
    font-size: 2rem;
    color: #d35400;
    margin-bottom: 30px;
}

.nec2-ups-tech-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.nec2-ups-tech-table thead tr {
    background-color: #d35400;
    color: white;
}

.nec2-ups-tech-table th {
    padding: 15px;
    text-align: left;
}

.nec2-ups-tech-table td,
.nec2-ups-tech-table th {
    border: 1px solid #ddd;
    padding: 12px;
    vertical-align: top;
}

.nec2-ups-tech-table td:first-child {
    font-weight: bold;
    background-color: #fdf2e9;
}

.nec2-ups-tech-table tr:nth-child(even) td {
    background-color: #fcfcfc;
}

.nec2-ups-tech-row-group {
    background: #fbe9e7;
    font-weight: bold;
    padding-top: 15px;
}

/* ============================================================
   BATTERY SECTION
   ============================================================ */
.nec2-battery-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background: #fff;
}

.nec2-battery-inner {
    max-width: 1200px;
    margin: auto;
}

.nec2-battery-heading {
    text-align: center;
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 40px;
}

.nec2-battery-top {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.nec2-battery-img {
    flex: 1;
    min-width: 280px;
    max-width: 500px;
    text-align: center;
}

.nec2-battery-img img {
    max-width: 100%;
    height: auto;
}

.nec2-battery-intro {
    flex: 2;
    min-width: 280px;
}

.nec2-battery-intro p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

.nec2-battery-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    text-align: justify;
    margin-bottom: 50px;
}

.nec2-battery-feat-heading {
    text-align: center;
    color: #2c3e50;
    font-size: 1.6rem;
    margin-bottom: 30px;
}

.nec2-battery-feat-list {
    max-width: 1200px;
    margin: auto;
    padding-left: 20px;
    font-size: 1rem;
    color: #2c3e50;
    line-height: 1.8;
}

/* ============================================================
   BATTERY MODEL SPECIFICATIONS TABLE
   ============================================================ */
.nec2-battery-spec-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 15px;
    background-color: #fff;
}

.nec2-battery-spec-inner {
    max-width: 1200px;
    margin: auto;
    overflow-x: auto;
}

.nec2-battery-spec-heading {
    text-align: center;
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 30px;
}

.nec2-battery-spec-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 1000px;
    border: 1px solid #ddd;
}

.nec2-battery-spec-table thead tr {
    background-color: #e9540e;
    color: white;
}

.nec2-battery-spec-table th {
    padding: 14px;
    border: 1px solid #ddd;
    text-align: left;
}

.nec2-battery-spec-table td {
    padding: 12px;
    border: 1px solid #ddd;
}

.nec2-battery-spec-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* ============================================================
   DISTRIBUTION SYSTEM CARD
   ============================================================ */
.nec2-dist-wrap {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nec2-dist-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.nec2-dist-card-header {
    background-color: #e65c00;
    padding: 20px;
    border-bottom: 2px solid #ff9933;
}

.nec2-dist-card-header h2 {
    color: white;
    font-size: 26px;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.nec2-dist-card-body {
    padding: 25px;
    background-color: white;
}

.nec2-dist-subsection {
    margin-bottom: 25px;
    padding: 15px;
    background-color: white;
    border-radius: 8px;
}

.nec2-dist-subsection:last-child {
    margin-bottom: 0;
}

.nec2-dist-subsection h2 {
    color: #e65c00;
    font-size: 20px;
    margin: 0 auto 10px;
    text-align: center;
    max-width: 600px;
}

.nec2-dist-subsection p {
    text-align: justify;
    margin: 0;
    color: #333;
    line-height: 1.6;
}

/* ============================================================
   SYSTEM TOPOLOGY / UPS CARD
   ============================================================ */
.nec2-topology-wrap {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nec2-topology-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
}

.nec2-topology-row-reverse {
    display: flex;
    flex-wrap: wrap-reverse;
    margin-bottom: 20px;
    align-items: center;
}

.nec2-topology-img {
    flex: 1;
    min-width: 300px;
    padding: 15px;
    text-align: center;
}

.nec2-topology-img img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.nec2-topology-text {
    flex: 1;
    min-width: 300px;
    padding: 15px;
}

.nec2-topology-text h2 {
    color: #ff8c00;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.nec2-topology-text p {
    text-align: justify;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

/* ============================================================
   PARAMETERS TABLE SECTION
   ============================================================ */
.nec2-params-section {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 15px;
    background-color: #fff;
}

.nec2-params-inner {
    max-width: 1300px;
    margin: auto;
    overflow-x: auto;
}

.nec2-params-heading {
    text-align: center;
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 30px;
}

.nec2-params-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 1100px;
    border: 1px solid #ddd;
}

.nec2-params-table thead tr {
    background-color: #e9540e;
    color: white;
}

.nec2-params-table th {
    padding: 14px;
    border: 1px solid #ddd;
}

.nec2-params-table td {
    padding: 12px;
    border: 1px solid #ddd;
    vertical-align: top;
}

/* ============================================================
   WHY NPOD SECTION
   ============================================================ */
.nec2-why-section {
    font-family: 'Arial', sans-serif;
    padding: 60px 20px;
    text-align: center;
    background-color: #ffffff;
}

.nec2-why-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.nec2-why-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.nec2-why-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {

    /* Hero */
    .nec2-hero-container {
        flex-direction: column;
    }

    .nec2-hero-text {
        padding: 20px;
    }

    .nec2-hero-title {
        font-size: 2rem;
    }

    /* Buttons */
    .nec2-btn-container {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 12px !important;
        margin-bottom: 25px !important;
    }

    .nec2-btn-get-started {
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 30px !important;
    }

    .nec2-btn-container>div {
        width: 100% !important;
    }

    .nec2-btn-container .submit-btn {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 14px 32px !important;
    }

    /* Rack grid */
    .nec2-rack-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .nec2-image-card {
        height: 180px;
        transform: none !important;
    }

    .nec2-rack-title {
        font-size: 32px;
    }

    /* Feature lists */
    .nec2-feat-list {
        columns: 1 !important;
    }

    .nec2-rackfeat-list--cols {
        columns: 1 !important;
    }

    /* UPS img height */
    .nec2-ups-img img {
        height: auto;
    }

    /* Sections */
    .nec2-hero-section,
    .nec2-container-section,
    .nec2-features-section,
    .nec2-rackfeat-section,
    .nec2-ups-section {
        padding: 60px 15px;
    }

    /* Spec */
    .nec2-spec-layout {
        flex-direction: column;
    }

    .nec2-spec-table {
        font-size: 0.9rem;
    }

    .nec2-spec-table th,
    .nec2-spec-table td {
        padding: 10px 12px;
    }

    /* Tables */
    .nec2-ups-tech-table,
    .nec2-battery-spec-table,
    .nec2-params-table {
        font-size: 0.9rem;
    }

    .nec2-ups-tech-heading,
    .nec2-battery-spec-heading,
    .nec2-params-heading {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .nec2-btn-container {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .nec2-btn-get-started {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .nec2-btn-container .submit-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .nec2-spec-section {
        padding: 40px 15px;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .nec2-btn-container {
        justify-content: center !important;
        gap: 20px !important;
    }

    .nec2-rackfeat-card {
        flex: 1 1 45%;
    }
}

@media (max-width: 900px) {
    .nec2-rackfeat-card {
        flex: 1 1 45%;
    }
}

@media (max-width: 600px) {

    .nec2-feat-card,
    .nec2-rackfeat-card,
    .nec2-container-img,
    .nec2-container-text,
    .nec2-ups-img,
    .nec2-ups-text {
        flex: 1 1 100% !important;
        min-width: 100% !important;
    }
}

/* ============================================================
   GLOBAL BASE
   ============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', sans-serif;
}

/* ============================================================
   FLOAT ANIMATION
   ============================================================ */
@keyframes nosp-float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-40px) rotate(5deg);
    }
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.nosp-hero-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
}

.nosp-hero-blob-1 {
    position: absolute;
    opacity: 0.08;
    border-radius: 50%;
    background: #FF6B35;
    animation: nosp-float 12s infinite ease-in-out;
    filter: blur(20px);
    width: 300px;
    height: 300px;
    top: -50px;
    left: -50px;
}

.nosp-hero-blob-2 {
    position: absolute;
    opacity: 0.08;
    border-radius: 50%;
    background: #FF6B35;
    animation: nosp-float 12s infinite ease-in-out;
    filter: blur(20px);
    width: 200px;
    height: 200px;
    bottom: 20%;
    right: 10%;
    animation-delay: 4s;
}

.nosp-hero-blob-3 {
    position: absolute;
    opacity: 0.08;
    border-radius: 50%;
    background: #FF6B35;
    animation: nosp-float 12s infinite ease-in-out;
    filter: blur(20px);
    width: 150px;
    height: 150px;
    top: 60%;
    left: 30%;
    animation-delay: 8s;
}

.nosp-hero-content {
    max-width: 800px;
    padding: 20px;
    z-index: 2;
}

.nosp-hero-breadcrumb {
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.nosp-hero-title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 700;
}

.nosp-hero-subtitle {
    font-size: 1.3rem;
    color: #555;
    margin-bottom: 2rem;
    font-weight: 400;
}

.nosp-hero-cta {
    text-decoration: none;
    display: inline-block;
    padding: 12px 30px;
    background-color: #FF6B35;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.nosp-hero-cta:hover {
    background-color: #E55627;
}

/* ============================================================
   SHARED TWO-COLUMN CARD LAYOUT
   ============================================================ */
.nosp-card-wrap {
    font-family: 'Segoe UI', sans-serif;
    max-width: 1200px;
    margin: 40px auto;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

/* Text side */
.nosp-card-text {
    flex: 1;
    min-width: 300px;
    padding: 40px;
}

.nosp-card-heading {
    color: #FF6B35;
    font-size: 2rem;
    margin-top: 0;
    border-bottom: 2px solid #FF6B35;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 20px;
}

.nosp-card-body {
    line-height: 1.7;
    color: #333;
    font-size: 1.05rem;
    text-align: justify;
    text-justify: inter-word;
}

.nosp-card-body p {
    margin-bottom: 20px;
}

/* Image/GIF side */
.nosp-card-media {
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.nosp-card-media img {
    max-width: 100%;
    height: auto;
}

/* Reversed layout — image left, text right */
.nosp-card-media--left {
    order: 1;
}

.nosp-card-text--right {
    order: 2;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {

    /* Hero */
    .nosp-hero-title {
        font-size: 2.5rem;
    }

    /* Reverse order on mobile for public/hybrid cloud sections */
    .nosp-card-media--left {
        order: 2 !important;
    }

    .nosp-card-text--right {
        order: 1 !important;
    }

    /* Stack columns */
    .nosp-card-wrap {
        flex-direction: column;
    }

    .nosp-card-text,
    .nosp-card-media {
        flex: 1 1 100%;
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .nosp-hero-title {
        font-size: 2rem;
    }

    .nosp-hero-subtitle {
        font-size: 1.1rem;
    }

    .nosp-card-heading {
        font-size: 1.6rem;
    }

    .nosp-card-body {
        font-size: 1rem;
    }
}

/* ============================================================
   GLOBAL BASE
   ============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', sans-serif;
}

/* ============================================================
   FLOAT ANIMATION
   ============================================================ */
@keyframes nudc-float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-40px) rotate(5deg);
    }
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.nudc-hero-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
}

.nudc-hero-blob-1 {
    position: absolute;
    opacity: 0.08;
    border-radius: 50%;
    background: #FF6B35;
    animation: nudc-float 12s infinite ease-in-out;
    filter: blur(20px);
    width: 300px;
    height: 300px;
    top: -50px;
    left: -50px;
}

.nudc-hero-blob-2 {
    position: absolute;
    opacity: 0.08;
    border-radius: 50%;
    background: #FF6B35;
    animation: nudc-float 12s infinite ease-in-out;
    filter: blur(20px);
    width: 200px;
    height: 200px;
    bottom: 20%;
    right: 10%;
    animation-delay: 4s;
}

.nudc-hero-blob-3 {
    position: absolute;
    opacity: 0.08;
    border-radius: 50%;
    background: #FF6B35;
    animation: nudc-float 12s infinite ease-in-out;
    filter: blur(20px);
    width: 150px;
    height: 150px;
    top: 60%;
    left: 30%;
    animation-delay: 8s;
}

.nudc-hero-content {
    max-width: 800px;
    padding: 20px;
    z-index: 2;
}

.nudc-hero-breadcrumb {
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.nudc-hero-title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 700;
}

.nudc-hero-subtitle {
    font-size: 1.3rem;
    color: #555;
    margin-bottom: 2rem;
    font-weight: 400;
}

.nudc-hero-cta {
    text-decoration: none;
    display: inline-block;
    padding: 12px 30px;
    background-color: #FF6B35;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.nudc-hero-cta:hover {
    background-color: #E55627;
}

/* ============================================================
   SHARED TWO-COLUMN CARD LAYOUT
   ============================================================ */
.nudc-card-wrap {
    font-family: 'Segoe UI', sans-serif;
    max-width: 1200px;
    margin: 40px auto;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

/* Text side */
.nudc-card-text {
    flex: 1;
    min-width: 300px;
    padding: 40px;
}

.nudc-card-heading {
    color: #FF6B35;
    font-size: 2rem;
    margin-top: 0;
    border-bottom: 2px solid #FF6B35;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 20px;
}

.nudc-card-subheading {
    color: #555;
    font-size: 1.5rem;
    margin: 25px 0 15px 0;
}

.nudc-card-body {
    line-height: 1.7;
    color: #333;
    font-size: 1.05rem;
    text-align: justify;
    text-justify: inter-word;
}

.nudc-card-body p {
    margin-bottom: 20px;
}

.nudc-card-body p:last-child {
    margin-bottom: 0;
}

/* Media (GIF/Image) side — right by default */
.nudc-card-media {
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.nudc-card-media img {
    max-width: 100%;
    height: auto;
}

/* Reversed layout — media left, text right */
.nudc-card-media--left {
    order: 1;
}

.nudc-card-text--right {
    order: 2;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {

    /* Hero */
    .nudc-hero-title {
        font-size: 2.5rem;
    }

    /* Stack columns */
    .nudc-card-wrap {
        flex-direction: column;
    }

    .nudc-card-text,
    .nudc-card-media {
        flex: 1 1 100%;
        padding: 20px;
    }

    /* Swap order on mobile for reversed cards */
    .nudc-card-media--left {
        order: 2 !important;
    }

    .nudc-card-text--right {
        order: 1 !important;
    }
}

@media (max-width: 480px) {
    .nudc-hero-title {
        font-size: 2rem;
    }

    .nudc-hero-subtitle {
        font-size: 1.1rem;
    }

    .nudc-card-heading {
        font-size: 1.6rem;
    }

    .nudc-card-body {
        font-size: 1rem;
    }
}

/* ============================================================
   GLOBAL BASE
   ============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', sans-serif;
}

/* ============================================================
   ABOUT SECTION — TWO-COLUMN GRID LAYOUT
   ============================================================ */
.nabo-about-section {
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

.nabo-about-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px;
}

.nabo-about-container--gray {
    background: #f9f9f9;
    padding: 60px 30px;
}

.nabo-about-container--white {
    background: #fff;
}

.nabo-grid-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    align-items: center;
}

/* Image grid (2x2 staggered) */
.nabo-image-grids {
    /* wrapper for the single image in section 1 */
}

.nabo-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.nabo-image-card {
    height: 280px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.nabo-image-card:nth-child(odd) {
    transform: translateY(-20px);
}

.nabo-image-card:nth-child(even) {
    transform: translateY(20px);
}

.nabo-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.nabo-image-card:hover img {
    transform: scale(1.05);
}

/* Content block */
.nabo-content-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nabo-content-block ul {
    margin-left: 10px;
    padding-left: 20px;
}

.nabo-content-block ul li {
    margin-bottom: 8px;
    color: #555;
}

.nabo-section-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #eb7128;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.nabo-section-title {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
}

.nabo-highlight {
    background-color: #eb7128;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 18px;
}

.nabo-section-text {
    font-size: 18px;
    color: #555;
    line-height: 1.3;
    text-align: justify;
}

.nabo-solutions-list {
    columns: 2;
    gap: 20px;
    list-style: none;
    margin: 25px 0;
    padding: 0;
}

.nabo-solutions-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

/* Featured image (section 2 right side) */
.nabo-featured-image {
    height: 500px;
    overflow: hidden;
}

.nabo-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* ============================================================
   FACTORY VIDEO SECTION
   ============================================================ */
.nabo-factory-section {
    padding: 100px 20px;
    background: #fff;
    font-family: 'Segoe UI', sans-serif;
}

.nabo-factory-inner {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.nabo-factory-heading {
    font-size: 40px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.nabo-factory-subtext {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}

.nabo-factory-video {
    width: 100%;
    max-width: 900px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* ============================================================
   FOUNDERS SECTION
   ============================================================ */
.nabo-founder-section {
    padding: 20px;
    background: #fff;
    font-family: 'Segoe UI', sans-serif;
}

.nabo-founder-container {
    max-width: 1200px;
    margin: auto;
}

.nabo-founder-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
}

.nabo-founder-subtitle {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 50px;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.nabo-founder-card {
    display: flex;
    align-items: center;
    gap: 40px;
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0);
    transition: 0.3s ease;
}

.nabo-founder-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 45px rgba(0, 0, 0, 0.12);
}

.nabo-founder-photo img {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #eb7128;
}

.nabo-founder-content {
    flex: 1;
}

.nabo-founder-name {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.nabo-founder-role {
    font-size: 15px;
    color: #e36439;
    font-weight: 700;
    margin-bottom: 20px;
}

.nabo-founder-text {
    font-size: 15px;
    color: #444;
    line-height: 1.8;
    text-align: justify;
}

/* ============================================================
   OTHER INFORMATION SECTION
   ============================================================ */
.nabo-info-section {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    padding: 60px 20px;
    background: #fff;
}

.nabo-info-inner {
    max-width: 1200px;
    margin: auto;
}

.nabo-info-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 80px;
    gap: 40px;
}

.nabo-info-row:last-child {
    margin-bottom: 20px;
}

.nabo-info-img-col {
    flex: 1;
    min-width: 300px;
}

.nabo-info-img-col img {
    width: 100%;
}

.nabo-info-text-col {
    flex: 1;
    min-width: 300px;
}

/* Blue card (Problems We Solve) */
.nabo-blue-card {
    background: #e6f2ff;
    padding: 30px;
    border-radius: 8px;
    height: 100%;
}

.nabo-blue-card-icon {
    background: #3498db;
    display: inline-block;
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.nabo-blue-card h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 20px;
}

.nabo-blue-card p {
    font-size: 18px;
    color: #555;
    line-height: 1.3;
    text-align: justify;
    margin-bottom: 10px;
}

.nabo-blue-card ul {
    padding-left: 20px;
    margin-bottom: 10px;
}

.nabo-blue-card ul li {
    margin-bottom: 8px;
    color: #555;
}

/* Green card (Our Commitment) */
.nabo-green-card {
    background: #e6f7e6;
    padding: 30px;
    border-radius: 8px;
    height: 100%;
}

.nabo-green-card-icon {
    background: #2ecc71;
    display: inline-block;
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.nabo-green-card h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 20px;
}

.nabo-green-card p {
    text-align: justify;
    margin-bottom: 10px;
    color: #333;
    line-height: 1.6;
}

/* ============================================================
   CERTIFICATES MARQUEE SECTION
   ============================================================ */
.nfc-cont-section {
    padding: 36px 18px;
    background: #fff;
    font-family: 'Segoe UI', system-ui, -apple-system, Roboto, 'Helvetica Neue', Arial;
    color: #111;
}

.nfc-cont-wrap {
    max-width: 1280px;
    margin: 0 auto;
}

.nfc-cont-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.nfc-cont-viewport {
    overflow: hidden;
    position: relative;
    --nfc-speed: 28s;
    border-radius: 12px;
    padding: 10px 0;
    background: linear-gradient(90deg, rgba(14, 165, 255, 0.02), rgba(255, 255, 255, 0));
    box-shadow: 0 10px 30px rgba(10, 14, 20, 0.04);
    outline: none;
}

.nfc-cont-track {
    display: flex;
    gap: 18px;
    align-items: center;
    will-change: transform;
    animation: nfc-cont-scroll linear infinite;
    animation-duration: var(--nfc-speed);
}

.nfc-cont-viewport:hover .nfc-cont-track,
.nfc-cont-viewport:focus .nfc-cont-track {
    animation-play-state: paused;
}

.nfc-cont-item {
    flex: 0 0 auto;
    width: 300px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 26px rgba(11, 16, 28, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nfc-cont-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.36s ease;
}

.nfc-cont-item:hover .nfc-cont-img {
    transform: scale(1.04);
}

@keyframes nfc-cont-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.nfc-cont-viewport:focus {
    box-shadow: 0 0 0 4px rgba(14, 165, 255, 0.12);
    border-radius: 12px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {

    /* About grid */
    .nabo-grid-2col {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .nabo-image-card {
        height: 180px;
        transform: none !important;
    }

    .nabo-section-title {
        font-size: 32px;
    }

    .nabo-solutions-list {
        columns: 1;
    }

    .nabo-featured-image {
        height: 350px;
        order: -1;
    }

    /* Founder */
    .nabo-founder-card {
        flex-direction: column;
        text-align: center;
    }

    .nabo-founder-photo img {
        width: 200px;
        height: 200px;
    }

    .nabo-founder-content {
        text-align: center;
    }

    /* Info rows */
    .nabo-info-row {
        flex-direction: column;
    }

    .nabo-info-img-col,
    .nabo-info-text-col {
        flex: 1 1 100%;
    }

    /* Certificates */
    .nfc-cont-item {
        width: 300px;
    }
}

@media (max-width: 980px) {
    .nfc-cont-item {
        width: 300px;
    }

    .nfc-cont-img {
        height: auto;
    }
}

@media (max-width: 640px) {
    .nfc-cont-item {
        width: 300px;
    }

    .nfc-cont-img {
        height: auto;
    }
}

/* ============================================================
   GLOBAL BASE
   ============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
}

/* ============================================================
   HERO SECTION ANIMATIONS
   ============================================================ */
@keyframes nrpl-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes nrpl-buttonShine {
    to {
        transform: translateX(100%);
    }
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.nrpl-hero-section {
    font-family: 'Arial', sans-serif;
    height: 80vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #fdf5f0 0%, #f8f1eb 100%);
}

/* Background decorative layer */
.nrpl-hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nrpl-hero-circle-1 {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 173, 96, 0.1);
    filter: blur(60px);
}

.nrpl-hero-circle-2 {
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255, 123, 37, 0.08);
    filter: blur(70px);
}

.nrpl-hero-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px),
        linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px);
    background-size: 40px 40px;
}

.nrpl-hero-svg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.15;
    width: 100%;
    height: 100%;
}

/* Hero content */
.nrpl-hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}

.nrpl-hero-breadcrumb {
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.nrpl-hero-heading {
    font-size: 5rem;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(30px);
    color: #333;
    animation: nrpl-fadeInUp 1s ease forwards 0.3s;
}

.nrpl-hero-heading span:first-child {
    display: inline-block;
}

.nrpl-hero-heading span:last-child {
    display: inline-block;
    color: #ff7b25;
    animation-delay: 0.5s;
}

.nrpl-hero-subheading {
    font-size: 1.5rem;
    max-width: 700px;
    margin: 0 auto 40px;
    opacity: 0;
    transform: translateY(30px);
    color: #666;
    font-weight: 300;
    animation: nrpl-fadeInUp 1s ease forwards 0.8s;
}

.nrpl-hero-btn {
    background: #ff7b25;
    color: white;
    border: none;
    padding: 16px 42px;
    font-size: 1.2rem;
    border-radius: 50px;
    cursor: pointer;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(255, 123, 37, 0.3);
    position: relative;
    overflow: hidden;
    animation: nrpl-fadeInUp 1s ease forwards 1.1s;
}

.nrpl-hero-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 7px 20px rgba(255, 123, 37, 0.4) !important;
}

.nrpl-hero-btn-link {
    text-decoration: none;
    color: white;
    position: relative;
    z-index: 2;
}

.nrpl-hero-btn-shine {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.nrpl-hero-btn:hover .nrpl-hero-btn-shine {
    animation: nrpl-buttonShine 0.6s ease;
}

/* ============================================================
   PLANS SECTION
   ============================================================ */
.nrpl-plans-section {
    font-family: 'Arial', sans-serif;
    padding: 80px 20px;
    background: #f9f9f9;
}

.nrpl-plans-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.nrpl-plans-heading {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 60px;
}

/* Plan card — shared */
.nrpl-plan-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Alternating layout: image left, text right */
.nrpl-plan-card--reverse {
    flex-wrap: wrap-reverse;
}

/* Text side */
.nrpl-plan-text {
    flex: 1;
    min-width: 300px;
    padding: 40px;
}

.nrpl-plan-title {
    font-size: 1.8rem;
    color: #ff7b25;
    margin-top: 0;
    margin-bottom: 20px;
}

.nrpl-plan-table-wrap {
    overflow-x: auto;
}

.nrpl-plan-table {
    width: 100%;
    border-collapse: collapse;
}

.nrpl-plan-table colgroup col:first-child {
    width: 60%;
}

.nrpl-plan-table colgroup col:last-child {
    width: 40%;
    border-left: 1px solid #eee;
}

.nrpl-plan-table tr {
    border-bottom: 1px solid #eee;
}

.nrpl-plan-table tr:last-child {
    border-bottom: none;
}

.nrpl-plan-table td {
    padding: 12px 10px 12px 0;
    color: #666;
}

.nrpl-plan-table td:last-child {
    padding: 12px 0 12px 10px;
    font-weight: bold;
    color: #333;
}

/* Image side */
.nrpl-plan-img {
    flex: 1;
    min-width: 300px;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.nrpl-plan-img--1 {
    background-image: url('https://npod.io/assets/img/plan1.png');
}

.nrpl-plan-img--2 {
    background-image: url('https://npod.io/assets/img/plan2.png');
}

.nrpl-plan-img--3 {
    background-image: url('https://npod.io/assets/img/plan3.png');
}

.nrpl-plan-img--4 {
    background-image: url('https://npod.io/assets/img/plan4.png');
}

.nrpl-plan-img--5 {
    background-image: url('https://npod.io/assets/img/plan5.png');
}

.nrpl-plan-img--6 {
    background-image: url('https://npod.io/assets/img/plan6.png');
}

.nrpl-plan-img--7 {
    background-image: url('https://npod.io/assets/img/plan7.png');
}

.nrpl-plan-img--8 {
    background-image: url('https://npod.io/assets/img/plan8.png');
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {

    /* Hero */
    .nrpl-hero-content h1,
    .nrpl-hero-heading {
        font-size: 2.8rem !important;
    }

    .nrpl-hero-subheading {
        font-size: 1.2rem !important;
        padding: 0 20px;
    }

    .nrpl-hero-btn {
        padding: 14px 36px !important;
    }

    /* Plan image height */
    .nrpl-plan-img {
        height: 300px !important;
    }

    /* Plan title */
    .nrpl-plan-title {
        font-size: 1.5rem !important;
    }
}

/* ============================================================
   GLOBAL BASE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Segoe UI', sans-serif;
}

/* ============================================================
   THANK YOU OVERLAY
   ============================================================ */
#thankYouBox {
  display: none;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: nctf-fadeIn 0.5s ease forwards;
}

.nctf-thankyou-icon {
  width: 100px;
  animation: nctf-bounce 1s ease;
}

.nctf-thankyou-title {
  font-size: 2.5em;
  color: #2ecc71;
}

.nctf-thankyou-msg {
  font-size: 1.2em;
}

@keyframes nctf-fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes nctf-bounce {
  0%   { transform: scale(0.5); opacity: 0; }
  50%  { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); }
}

/* ============================================================
   CONTACT SECTION
   ============================================================ */
.nctf-contact-section {
  padding: 60px 20px;
  background: linear-gradient(to right, #f8f9fa, #e9ecef);
  font-family: 'Segoe UI', sans-serif;
}

.nctf-breadcrumb-wrap {
  margin: 20px auto;
  display: flex;
  justify-content: center;
}

.nctf-contact-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* ============================================================
   LEFT: OFFICE INFO
   ============================================================ */
.nctf-office-col {
  flex: 1 1 45%;
  background-color: #f7f9fc;
  padding: 40px;
}

.nctf-office-title {
  margin-bottom: 16px;
  font-size: 24px;
  color: #222;
}

.nctf-office-name {
  margin: 8px 0;
  color: #555;
}

.nctf-office-address {
  margin: 8px 0;
  color: #555;
}

.nctf-office-email {
  margin: 8px 0;
  color: #555;
}

.nctf-office-phone {
  margin: 8px 0;
  color: #555;
}

.nctf-office-map {
  width: 100%;
  height: 250px;
  border: 0;
  display: block;
  margin-top: 16px;
}

/* ============================================================
   RIGHT: CONTACT FORM
   ============================================================ */
.nctf-form-col {
  flex: 1 1 55%;
  padding: 40px;
}

.nctf-form-title {
  margin-bottom: 10px;
  color: #222;
  font-size: 28px;
}

.nctf-form-subtitle {
  margin-bottom: 30px;
  color: #666;
}

.nctf-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nctf-form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.nctf-input {
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  font-family: 'Segoe UI', sans-serif;
  width: 100%;
}

.nctf-input-half {
  flex: 1 1 48%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  font-family: 'Segoe UI', sans-serif;
}

.nctf-textarea {
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  resize: vertical;
  font-size: 15px;
  font-family: 'Segoe UI', sans-serif;
  width: 100%;
}

/* Honeypot — visually hidden but accessible */
.nctf-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
}

.nctf-submit-btn {
  padding: 14px 0;
  background-color: #eb7128;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.nctf-submit-btn:hover {
  background-color: #c95e1a;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {

  .nctf-contact-inner {
    flex-direction: column;
  }

  .nctf-office-col,
  .nctf-form-col {
    flex: 1 1 100%;
    padding: 24px;
  }

  .nctf-form-row {
    flex-direction: column;
    gap: 16px;
  }

  .nctf-input-half {
    flex: 1 1 100%;
  }

  .nctf-office-title {
    font-size: 20px;
  }

  .nctf-form-title {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .nctf-contact-section {
    padding: 40px 12px;
  }

  .nctf-submit-btn {
    font-size: 14px;
    padding: 12px 0;
  }
}

/* ============================================================
   GLOBAL BASE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Segoe UI', sans-serif;
}

/* ============================================================
   HERO BANNER (npod-hero)
   ============================================================ */
.nged-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  background: linear-gradient(45deg, #000000, transparent),
    url(https://www.netforchoice.com/assets/images/top-banner/gedc-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.nged-hero-container {
  max-width: 1200px;
  padding: 30px;
}

.nged-hero-content {
  max-width: 850px;
}

.nged-hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
}

.nged-hero-content p {
  font-size: 18px;
  color: #dbe4f3;
}

.nged-starting-price {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  color: #dbe4f3;
}

/* ============================================================
   BLOG DETAILS WRAPPER
   ============================================================ */
.nged-blog-details {
  padding: 40px 20px;
}

.nged-blog-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ============================================================
   CONTENT SECTION
   ============================================================ */
.nged-content-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

/* ============================================================
   META INFO
   ============================================================ */
.nged-meta-info {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid #f0f0f0;
}

.nged-meta-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  color: #555;
  padding: 0.8rem 1.2rem;
  background: #f8f9fa;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.nged-meta-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 8px;
}

.nged-meta-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* ============================================================
   ARTICLE CONTENT
   ============================================================ */
.nged-article-content {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.7;
}

.nged-article-content p {
  margin-bottom: 1.8rem;
  font-size: 16px;
}

.nged-article-content h2 {
  font-size: 2rem;
  margin: 3rem 0 1.5rem;
  color: #000000;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 700;
}

.nged-article-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 80%;
  background: #ff6b35;
  border-radius: 3px;
}

.nged-article-content ul {
  margin: 2rem 0;
  padding-left: 2.5rem;
}

.nged-article-content li {
  margin-bottom: 1rem;
  line-height: 1.6;
  position: relative;
  padding-left: 1rem;
  font-size: 16px;
  list-style-type: none;
}

.nged-article-content li::before {
  content: "•";
  color: #ff6b35;
  font-weight: bold;
  position: absolute;
  left: -1rem;
}

/* ============================================================
   HIGHLIGHT BOX
   ============================================================ */
.nged-highlight-box {
  background: linear-gradient(135deg, #fff5f2 0%, #ffe8e0 100%);
  border-left: 5px solid #ff6b35;
  padding: 2rem;
  margin: 2.5rem 0;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.1);
}

.nged-highlight-box p {
  margin: 0;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

/* ============================================================
   IMAGE GALLERY
   ============================================================ */
.nged-image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 3rem 0;
}

.nged-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 4/3;
  background: #f5f5f5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.nged-gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.nged-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.nged-gallery-item:hover img {
  transform: scale(1.1);
}

/* ============================================================
   SHARE SECTION
   ============================================================ */
.nged-share-section {
  margin-top: 5rem;
  padding: 3rem 2rem;
  border-top: 2px solid #f0f0f0;
  text-align: center;
  background: #f8f9fa;
  border-radius: 15px;
}

.nged-share-title {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  color: #333;
  font-weight: 600;
}

.nged-share-buttons {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.nged-share-btn {
  padding: 0.9rem 2rem;
  border: 2px solid #000000;
  background: transparent;
  color: #000000;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.nged-share-btn:hover {
  background: #000000;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.nged-share-btn--primary {
  background: #ff6b35;
  border-color: #ff6b35;
  color: #ffffff;
}

.nged-share-btn--primary:hover {
  background: #e55a2b;
  border-color: #e55a2b;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

/* ============================================================
   CONTACT INFO
   ============================================================ */
.nged-contact-info {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 2.5rem;
  border-radius: 15px;
  margin: 3rem 0;
  border-left: 5px solid #ff6b35;
}

.nged-contact-info h3 {
  color: #333;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}

.nged-contact-info p {
  margin-bottom: 0.8rem;
  color: #555;
}

.nged-contact-info a {
  color: #ff6b35;
  text-decoration: none;
  font-weight: 600;
}

.nged-contact-info a:hover {
  text-decoration: underline;
}

/* ============================================================
   BACK NAV
   ============================================================ */
.nged-back-nav {
  background: #000000;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #333;
}

.nged-back-nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.nged-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  border: 1px solid transparent;
}

.nged-back-btn:hover {
  color: #ff6b35;
  background: rgba(255, 107, 53, 0.1);
  border-color: #ff6b35;
}

.nged-back-btn::before {
  content: "←";
  font-size: 1.2rem;
  font-weight: bold;
}

/* ============================================================
   EVENT HERO SECTION
   ============================================================ */
.nged-hero-event-section {
  position: relative;
  height: 400px;
  overflow: hidden;
  background: linear-gradient(135deg, #000000 0%, #2a2a2a 100%);
}

.nged-hero-event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: opacity 0.5s ease;
}

.nged-hero-event-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(0,0,0,0.8) 0%, rgba(255,107,53,0.2) 100%);
  display: flex;
  align-items: flex-end;
}

.nged-hero-event-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem 3rem;
  color: #ffffff;
  width: 100%;
}

.nged-event-date {
  display: inline-block;
  background: #ff6b35;
  color: #ffffff;
  padding: 0.6rem 1.5rem;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.nged-event-title {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.nged-event-subtitle {
  font-size: 1.3rem;
  opacity: 0.95;
  line-height: 1.5;
  max-width: 800px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 992px) {
  .nged-hero-content h1 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {

  .nged-event-title {
    font-size: 2.2rem;
  }

  .nged-event-subtitle {
    font-size: 1.1rem;
  }

  .nged-hero-event-section {
    height: 350px;
  }

  .nged-content-section {
    padding: 2rem 1.5rem;
  }

  .nged-meta-info {
    gap: 1rem;
    flex-direction: column;
  }

  .nged-meta-item {
    width: 100%;
    justify-content: flex-start;
  }

  .nged-article-content h2 {
    font-size: 1.6rem;
  }

  .nged-share-buttons {
    flex-direction: column;
    align-items: center;
  }

  .nged-share-btn {
    width: 250px;
    justify-content: center;
  }

  .nged-image-gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {

  .nged-event-title {
    font-size: 1.8rem;
  }

  .nged-hero-event-section {
    height: 300px;
  }

  .nged-hero-event-content {
    padding: 0 1.5rem 2rem;
  }

  .nged-content-section {
    padding: 1.5rem 1rem;
  }

  .nged-meta-item {
    padding: 0.8rem;
  }

  .nged-highlight-box {
    padding: 1.5rem;
  }

  .nged-contact-info {
    padding: 1.5rem;
  }
}

/* ============================================================
   GLOBAL BASE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Segoe UI', sans-serif;
}

/* ============================================================
   HERO BANNER
   ============================================================ */
.nimc-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  background: linear-gradient(129deg, #000000, #0000005a),
    url(https://www.netforchoice.com/assets/images/top-banner/imc-banner.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.nimc-hero-container {
  max-width: 1200px;
  padding: 30px;
}

.nimc-hero-content {
  max-width: 850px;
}

.nimc-hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
}

.nimc-hero-content p {
  font-size: 18px;
  color: #dbe4f3;
}

.nimc-starting-price {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  color: #dbe4f3;
}

/* ============================================================
   BACK NAV
   ============================================================ */
.nimc-back-nav {
  background: #000000;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #333;
}

.nimc-back-nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.nimc-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  border: 1px solid transparent;
}

.nimc-back-btn:hover {
  color: #ff6b35;
  background: rgba(255, 107, 53, 0.1);
  border-color: #ff6b35;
}

.nimc-back-btn::before {
  content: "←";
  font-size: 1.2rem;
  font-weight: bold;
}

/* ============================================================
   EVENT HERO SECTION
   ============================================================ */
.nimc-hero-event-section {
  position: relative;
  height: 400px;
  overflow: hidden;
  background: linear-gradient(135deg, #000000 0%, #2a2a2a 100%);
}

.nimc-hero-event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: opacity 0.5s ease;
}

.nimc-hero-event-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(0,0,0,0.8) 0%, rgba(255,107,53,0.2) 100%);
  display: flex;
  align-items: flex-end;
}

.nimc-hero-event-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem 3rem;
  color: #ffffff;
  width: 100%;
}

.nimc-event-date {
  display: inline-block;
  background: #ff6b35;
  color: #ffffff;
  padding: 0.6rem 1.5rem;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.nimc-event-title {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.nimc-event-subtitle {
  font-size: 1.3rem;
  opacity: 0.95;
  line-height: 1.5;
  max-width: 800px;
}

/* ============================================================
   BLOG DETAILS WRAPPER
   ============================================================ */
.nimc-blog-details {
  padding: 40px 20px;
}

.nimc-blog-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ============================================================
   CONTENT SECTION
   ============================================================ */
.nimc-content-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

/* ============================================================
   META INFO
   ============================================================ */
.nimc-meta-info {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid #f0f0f0;
}

.nimc-meta-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  color: #555;
  padding: 0.8rem 1.2rem;
  background: #f8f9fa;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.nimc-meta-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 8px;
}

.nimc-meta-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* ============================================================
   ARTICLE CONTENT
   ============================================================ */
.nimc-article-content {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.7;
}

.nimc-article-content p {
  margin-bottom: 1.8rem;
  font-size: 16px;
}

.nimc-article-content h2 {
  font-size: 2rem;
  margin: 3rem 0 1.5rem;
  color: #000000;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 700;
}

.nimc-article-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 80%;
  background: #ff6b35;
  border-radius: 3px;
}

.nimc-article-content ul {
  margin: 2rem 0;
  padding-left: 2.5rem;
}

.nimc-article-content li {
  margin-bottom: 1rem;
  line-height: 1.6;
  position: relative;
  padding-left: 1rem;
  font-size: 16px;
}

.nimc-article-content li::before {
  content: "•";
  color: #ff6b35;
  font-weight: bold;
  position: absolute;
  left: -1rem;
}

/* ============================================================
   HIGHLIGHT BOX
   ============================================================ */
.nimc-highlight-box {
  background: linear-gradient(135deg, #fff5f2 0%, #ffe8e0 100%);
  border-left: 5px solid #ff6b35;
  padding: 2rem;
  margin: 2.5rem 0;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.1);
}

.nimc-highlight-box p {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.nimc-highlight-box p:last-child {
  margin-bottom: 0;
}

/* ============================================================
   IMAGE GALLERY
   ============================================================ */
.nimc-image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 3rem 0;
}

.nimc-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 4/3;
  background: #f5f5f5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.nimc-gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.nimc-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.nimc-gallery-item:hover img {
  transform: scale(1.1);
}

/* ============================================================
   SHARE SECTION
   ============================================================ */
.nimc-share-section {
  margin-top: 5rem;
  padding: 3rem 2rem;
  border-top: 2px solid #f0f0f0;
  text-align: center;
  background: #f8f9fa;
  border-radius: 15px;
}

.nimc-share-title {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  color: #333;
  font-weight: 600;
}

.nimc-share-buttons {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.nimc-share-btn {
  padding: 0.9rem 2rem;
  border: 2px solid #000000;
  background: transparent;
  color: #000000;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.nimc-share-btn:hover {
  background: #000000;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.nimc-share-btn--primary {
  background: #ff6b35;
  border-color: #ff6b35;
  color: #ffffff;
}

.nimc-share-btn--primary:hover {
  background: #e55a2b;
  border-color: #e55a2b;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

/* ============================================================
   CONTACT INFO
   ============================================================ */
.nimc-contact-info {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 2.5rem;
  border-radius: 15px;
  margin: 3rem 0;
  border-left: 5px solid #ff6b35;
}

.nimc-contact-info h3 {
  color: #333;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}

.nimc-contact-info p {
  margin-bottom: 0.8rem;
  color: #555;
}

.nimc-contact-info a {
  color: #ff6b35;
  text-decoration: none;
  font-weight: 600;
}

.nimc-contact-info a:hover {
  text-decoration: underline;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 992px) {
  .nimc-hero-content h1 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {

  .nimc-event-title {
    font-size: 2.2rem;
  }

  .nimc-event-subtitle {
    font-size: 1.1rem;
  }

  .nimc-hero-event-section {
    height: 350px;
  }

  .nimc-content-section {
    padding: 2rem 1.5rem;
  }

  .nimc-meta-info {
    gap: 1rem;
    flex-direction: column;
  }

  .nimc-meta-item {
    width: 100%;
    justify-content: flex-start;
  }

  .nimc-article-content h2 {
    font-size: 1.6rem;
  }

  .nimc-share-buttons {
    flex-direction: column;
    align-items: center;
  }

  .nimc-share-btn {
    width: 250px;
    justify-content: center;
  }

  .nimc-image-gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {

  .nimc-event-title {
    font-size: 1.8rem;
  }

  .nimc-hero-event-section {
    height: 300px;
  }

  .nimc-hero-event-content {
    padding: 0 1.5rem 2rem;
  }

  .nimc-content-section {
    padding: 1.5rem 1rem;
  }

  .nimc-meta-item {
    padding: 0.8rem;
  }

  .nimc-highlight-box {
    padding: 1.5rem;
  }

  .nimc-contact-info {
    padding: 1.5rem;
  }
}

/* ============================================================
   GLOBAL BASE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Segoe UI', sans-serif;
}

/* ============================================================
   SHARED CONTAINER
   ============================================================ */
.nevp-container {
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.nevp-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  background: linear-gradient(359deg, black, transparent),
    url(https://npod.io/assets/img/event/ev-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.nevp-hero-content {
  max-width: 600px;
}

.nevp-hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
}

.nevp-hero-content p {
  font-size: 18px;
  color: #dbe4f3;
}

/* ============================================================
   EVENTS SECTION
   ============================================================ */
.nevp-events-section {
  padding: 90px 0;
  background: #f7f9fc;
}

.nevp-section-head {
  text-align: center;
  margin-bottom: 60px;
}

.nevp-section-head h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0b1c39;
}

.nevp-section-head p {
  margin-top: 10px;
  color: #5f6c7b;
}

/* Events grid */
.nevp-events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* Event card */
.nevp-event-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.nevp-event-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.nevp-event-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.nevp-event-body {
  padding: 25px;
  flex: 1;
}

.nevp-event-tag {
  font-size: 12px;
  font-weight: 600;
  background: #e8efff;
  color: #2563eb;
  padding: 6px 12px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 12px;
}

.nevp-event-body h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0b1c39;
  margin-bottom: 10px;
}

.nevp-event-body p {
  font-size: 14px;
  color: #5f6c7b;
  line-height: 1.6;
}

/* ============================================================
   REFERENCE SECTION
   ============================================================ */
.nevp-reference-section {
  padding: 100px 0;
  background: #ffffff;
}

.nevp-reference-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.nevp-reference-content h3 {
  font-size: 34px;
  font-weight: 700;
  color: #0b1c39;
  margin-bottom: 20px;
}

.nevp-reference-content p {
  color: #5f6c7b;
  max-width: 520px;
  margin-bottom: 25px;
}

.nevp-reference-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.nevp-reference-list li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #0b1c39;
}

.nevp-reference-link {
  display: inline-block;
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s;
}

.nevp-reference-link:hover {
  color: #1a4fbf;
  text-decoration: underline;
}

.nevp-reference-box {
  background: linear-gradient(135deg, #2563eb, #22c55e);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  color: #fff;
}

.nevp-reference-box img {
  width: 100%;
  border-radius: 12px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {

  .nevp-reference-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .nevp-reference-content p {
    margin: auto auto 25px;
  }
}

@media (max-width: 768px) {

  .nevp-hero-content h1 {
    font-size: 32px;
  }

  .nevp-hero-content p {
    font-size: 16px;
  }

  .nevp-section-head h2 {
    font-size: 28px;
  }

  .nevp-reference-content h3 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {

  .nevp-hero-content h1 {
    font-size: 26px;
  }

  .nevp-events-section {
    padding: 60px 0;
  }

  .nevp-reference-section {
    padding: 60px 0;
  }
}

/* ============================================================
   GLOBAL BASE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Segoe UI', sans-serif;
}

/* ============================================================
   HERO BANNER
   ============================================================ */
.npex-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  background: linear-gradient(129deg, #000000, #0000005a),
    url(https://www.netforchoice.com/assets/images/top-banner/police-expo-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.npex-hero-container {
  max-width: 1200px;
  padding: 30px;
}

.npex-hero-content {
  max-width: 850px;
}

.npex-hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
}

.npex-hero-content p {
  font-size: 18px;
  color: #dbe4f3;
}

.npex-starting-price {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  color: #dbe4f3;
}

/* ============================================================
   BACK NAV
   ============================================================ */
.npex-back-nav {
  background: #000000;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #333;
}

.npex-back-nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.npex-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  border: 1px solid transparent;
}

.npex-back-btn:hover {
  color: #ff6b35;
  background: rgba(255, 107, 53, 0.1);
  border-color: #ff6b35;
}

.npex-back-btn::before {
  content: "←";
  font-size: 1.2rem;
  font-weight: bold;
}

/* ============================================================
   EVENT HERO SECTION
   ============================================================ */
.npex-hero-event-section {
  position: relative;
  height: 400px;
  overflow: hidden;
  background: linear-gradient(135deg, #000000 0%, #2a2a2a 100%);
}

.npex-hero-event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: opacity 0.5s ease;
}

.npex-hero-event-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(0,0,0,0.8) 0%, rgba(255,107,53,0.2) 100%);
  display: flex;
  align-items: flex-end;
}

.npex-hero-event-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem 3rem;
  color: #ffffff;
  width: 100%;
}

.npex-event-date {
  display: inline-block;
  background: #ff6b35;
  color: #ffffff;
  padding: 0.6rem 1.5rem;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.npex-event-title {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.npex-event-subtitle {
  font-size: 1.3rem;
  opacity: 0.95;
  line-height: 1.5;
  max-width: 800px;
}

/* ============================================================
   BLOG DETAILS WRAPPER
   ============================================================ */
.npex-blog-details {
  padding: 40px 20px;
}

.npex-blog-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ============================================================
   CONTENT SECTION
   ============================================================ */
.npex-content-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

/* ============================================================
   META INFO
   ============================================================ */
.npex-meta-info {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid #f0f0f0;
}

.npex-meta-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  color: #555;
  padding: 0.8rem 1.2rem;
  background: #f8f9fa;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.npex-meta-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 8px;
}

.npex-meta-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* ============================================================
   ARTICLE CONTENT
   ============================================================ */
.npex-article-content {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.7;
}

.npex-article-content p {
  margin-bottom: 1.8rem;
  font-size: 16px;
}

.npex-article-content h2 {
  font-size: 2rem;
  margin: 3rem 0 1.5rem;
  color: #000000;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 700;
}

.npex-article-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 80%;
  background: #ff6b35;
  border-radius: 3px;
}

.npex-article-content ul {
  margin: 2rem 0;
  padding-left: 2.5rem;
}

.npex-article-content li {
  margin-bottom: 1rem;
  line-height: 1.6;
  position: relative;
  padding-left: 1rem;
  font-size: 16px;
  list-style-type: none;
}

.npex-article-content li::before {
  content: "•";
  color: #ff6b35;
  font-weight: bold;
  position: absolute;
  left: -1rem;
}

/* ============================================================
   HIGHLIGHT BOX
   ============================================================ */
.npex-highlight-box {
  background: linear-gradient(135deg, #fff5f2 0%, #ffe8e0 100%);
  border-left: 5px solid #ff6b35;
  padding: 2rem;
  margin: 2.5rem 0;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.1);
}

.npex-highlight-box p {
  margin: 0;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

/* ============================================================
   IMAGE GALLERY
   ============================================================ */
.npex-image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 3rem 0;
}

.npex-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 4/3;
  background: #f5f5f5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.npex-gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.npex-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.npex-gallery-item:hover img {
  transform: scale(1.1);
}

/* ============================================================
   SHARE SECTION
   ============================================================ */
.npex-share-section {
  margin-top: 5rem;
  padding: 3rem 2rem;
  border-top: 2px solid #f0f0f0;
  text-align: center;
  background: #f8f9fa;
  border-radius: 15px;
}

.npex-share-title {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  color: #333;
  font-weight: 600;
}

.npex-share-buttons {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.npex-share-btn {
  padding: 0.9rem 2rem;
  border: 2px solid #000000;
  background: transparent;
  color: #000000;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.npex-share-btn:hover {
  background: #000000;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.npex-share-btn--primary {
  background: #ff6b35;
  border-color: #ff6b35;
  color: #ffffff;
}

.npex-share-btn--primary:hover {
  background: #e55a2b;
  border-color: #e55a2b;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

/* ============================================================
   CONTACT INFO
   ============================================================ */
.npex-contact-info {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 2.5rem;
  border-radius: 15px;
  margin: 3rem 0;
  border-left: 5px solid #ff6b35;
}

.npex-contact-info h3 {
  color: #333;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}

.npex-contact-info p {
  margin-bottom: 0.8rem;
  color: #555;
}

.npex-contact-info a {
  color: #ff6b35;
  text-decoration: none;
  font-weight: 600;
}

.npex-contact-info a:hover {
  text-decoration: underline;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 992px) {
  .npex-hero-content h1 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {

  .npex-event-title {
    font-size: 2.2rem;
  }

  .npex-event-subtitle {
    font-size: 1.1rem;
  }

  .npex-hero-event-section {
    height: 350px;
  }

  .npex-content-section {
    padding: 2rem 1.5rem;
  }

  .npex-meta-info {
    gap: 1rem;
    flex-direction: column;
  }

  .npex-meta-item {
    width: 100%;
    justify-content: flex-start;
  }

  .npex-article-content h2 {
    font-size: 1.6rem;
  }

  .npex-share-buttons {
    flex-direction: column;
    align-items: center;
  }

  .npex-share-btn {
    width: 250px;
    justify-content: center;
  }

  .npex-image-gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {

  .npex-event-title {
    font-size: 1.8rem;
  }

  .npex-hero-event-section {
    height: 300px;
  }

  .npex-hero-event-content {
    padding: 0 1.5rem 2rem;
  }

  .npex-content-section {
    padding: 1.5rem 1rem;
  }

  .npex-meta-item {
    padding: 0.8rem;
  }

  .npex-highlight-box {
    padding: 1.5rem;
  }

  .npex-contact-info {
    padding: 1.5rem;
  }
}