/* ============================================================
   North America Landing Page — design.css
   Pixel-perfect match to design PDF
   Brand teal: #0096a3
   ============================================================ */

/* ── Hero Section ────────────────────────────────────────── */
.na-hero-section {
    position: relative;
    min-height: 540px;
    background: #0d1b3e;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.na-hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 58%;
    height: 100%;
    z-index: 0;
}

.na-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block;
}

.na-hero-section .container {
    position: relative;
    z-index: 1;
}

.na-hero-content {
    padding: 60px 0 40px;
}

.na-hero-title {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.28;
    margin-bottom: 14px;
    margin-top: 0;
}

.na-hero-subtitle {
    font-size: 14px;
    color: #d0e8f0;
    margin-bottom: 28px;
    line-height: 1.75;
    max-width: 460px;
}

.na-hero-tagline {
    font-size: 13px;
    color: #ffffff;
    font-style: italic;
    margin: 20px 0 0;
    letter-spacing: 0.2px;
}

/* ── Partners / Trust Strip ──────────────────────────────── */
.na-partners-section {
    background: #ffffff;
    padding: 28px 0;
    border-bottom: 1px solid #e8e8e8;
}

.na-partners-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.na-trusted-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px 0 24px;
}

.na-trusted-badge {
    max-width: 140px;
    width: 100%;
}

.na-logos-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 44px;
    padding: 0 20px;
}

.na-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.na-partner-logo {
    max-height: 44px;
    width: auto;
    object-fit: contain;
}

.na-uipath-text {
    font-size: 24px;
    font-weight: 800;
    color: #fa4616;
    letter-spacing: -0.5px;
    font-family: Arial, sans-serif;
}

/* ── What We Bring — Core Focus Areas ───────────────────── */
.na-focus-section {
    background-image: linear-gradient(
71deg, #f7eeee, #e0fefe);
    
}

.na-focus-section .page-title {
    color: #0096a3;
    margin-bottom: 12px;
}

.na-focus-sub {
    font-size: 20px;
    color: #444;
    max-width: 820px;
    margin: 0 auto 24px;
    line-height: 1.7;
    text-align: center;
}

.na-section-label {
    font-size: 28px;
    font-weight: 700;
    color: #e8522a;
    margin-bottom: 36px;
    text-align: center;
    display: block;
}

.na-focus-grid {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.na-focus-col {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.na-focus-card {
    background: transparent;
    border: 2px solid #0096a3;
    border-radius: 12px;
    padding: 28px 18px 22px;
    text-align: center;
    width: 100%;
    max-width: 280px;
}

/* .na-focus-icon-circle {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #f0f9fa;
    border: 1px solid #c8e8ec;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
} */

.na-focus-icon {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.na-focus-label {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    margin: 0;
    line-height: 1.5;
}

/* ── Reimagine — Digital Transformation ─────────────────── */
.na-digital-section {
    background: #ffffff;
}

.na-digital-section .page-title {
    color: #0096a3;
    margin-bottom: 10px;
}

.na-digital-sub {
    font-size: 20px;
    color: #555;
    max-width: 700px;
    margin: 0 auto 36px;
    line-height: 1.7;
    text-align: center;
}

.na-digital-col {
    margin-bottom: 24px;
    padding-left: 10px;
    padding-right: 10px;
}

.na-digital-card {
    background: #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
    min-height: 262px;
    box-shadow: 7px 1px 12px 2px #e7f5f6;
}

.na-digital-card-top {
    padding: 16px 16px 6px;
}

.na-digital-card-label {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin: 0;
    line-height: 1.35;
    min-height: 65px;
}

.na-digital-img {
    width: 100%;
    height: 175px;
    object-fit: contain;
    display: block;
    padding: 8px 16px 16px;
    box-sizing: border-box;
    padding-left: 130px;
}

/* ── Big Data & Data Infrastructure ─────────────────────── */
.na-bigdata-section {
    background: #ffffff;
}

.border-with-padding {
    border: 2px solid #0096a3;
    border-radius: 14px;
    padding: 40px 36px;
}

@media(max-width: 600px) {
    .border-with-padding {
        border: 2px solid #0096a3;
        border-radius: 14px;
        padding: 30px 6px;
    }
}

.na-bigdata-section .page-title {
    color: #0096a3;
    font-size: 26px;
    margin-bottom: 8px;
    margin-top: 0;
}

.na-bigdata-highlight {
    font-size: 20px;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.65;
}

.na-bigdata-highlight strong {
    font-weight: 700;
    color: #111;
}

.na-bigdata-img {
    max-width: 100%;
    border-radius: 8px;
    display: block;
}

/* ── Scale 20x ───────────────────────────────────────────── */
.na-scale-section {
    background: #edfdfd;
}

.na-scale-section .page-title {
    color: #0096a3;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 0;
}

.na-scale-sub {
    font-size: 20px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.7;
}

.na-scale-img {
    max-width: 100%;
    border-radius: 8px;
    display: block;
}

.na-scale-content {
    padding-left: 36px;
}

/* ── Shared bullet list ──────────────────────────────────── */
.na-list {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
}

.na-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 17px;
    color: #333;
    line-height: 1.65;
}

.na-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #333;
}

/* ── Client Success Stories ──────────────────────────────── */
.na-casestudy-section {
    background: #ffffff;
}

.na-casestudy-section .page-title {
    color: #0096a3;
    margin-bottom: 32px;
}

.na-casestudy-row {
    display: flex;
    flex-wrap: wrap;
}

.na-case-col {
    margin-bottom: 30px;
    padding-left: 12px;
    padding-right: 12px;
}

.na-case-card {
    border: 2px solid #0096a3;
    border-radius: 14px;
    padding: 28px 28px 26px;
    height: 100%;
    background: #fff;
    text-align: center;
}

.na-case-number {
    font-size: 18px;
    font-weight: 600;
    color: #0096a3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 8px;
    display: block;
}

.na-case-title {
    font-size: 24px;
    font-weight: 700;
    color: #e8522a;
    margin-bottom: 14px;
    line-height: 1.3;
    margin-top: 0;
}

.na-case-desc {
    font-size: 18px;
    color: #000;
    line-height: 1.72;
    margin-bottom: 22px;
    text-align: center;
}

.na-case-logo-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.na-case-logo {
    max-height: 80px;
    max-width: 220px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.na-case-quote {
    margin: 0;
    padding: 0;
    border: none;
}

.na-case-quote p {
    font-size: 14px;
    font-style: italic;
    color: #0096a3;
    margin-bottom: 8px;
    line-height: 1.6;
    text-align: center;
}

.na-case-quote cite {
    font-size: 13px;
    color: #333;
    font-style: normal;
    display: block;
    text-align: center;
}

/* ── AI-Driven IoT Tech Solutions ───────────────────────── */
/*  Image bleeds to left edge; teal bg extends on right     */
.na-iot-section {
    background: #ffffff;
    padding: 0 !important;
    overflow: hidden;
}

.na-iot-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    min-height: 400px;
}

.na-iot-img-col {
    padding: 0;
    overflow: hidden;
}

.na-iot-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 411px;
}

@media(max-width: 1580px) {
    .na-iot-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 445px;
}
}

.na-iot-content-col {
    background: #e4f5f7;
    padding: 0;
}

.na-iot-content {
    padding: 56px 48px 56px 40px;
}

.na-iot-section .page-title {
    color: #0096a3;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 0;
}

.na-iot-sub {
    font-size: 20px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.7;
}

/* ── AI-Powered Cybersecurity Solutions ─────────────────── */
.na-cyber-section {
    background: #ffffff;
}

.na-cyber-section .page-title {
    color: #0096a3;
    margin-bottom: 10px;
}

.na-cyber-sub {
    font-size: 15px;
    color: #555;
    margin-bottom: 40px;
    line-height: 1.65;
    text-align: center;
}

.na-cyber-cards-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.na-cyber-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 4px -1px 16px 8px rgba(0, 0, 0, 0.09);
    text-align: center;
    width: 280px;
    overflow: visible;
    padding-bottom: 20px;
    flex-shrink: 0;
}

/* Coloured rectangle top — square top corners, card handles rounding */
.na-cyber-icon-wrap {
    width: 100%;
    height: 180px;
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0;
}

/* Speech-bubble downward pointing triangle */
.na-cyber-icon-wrap::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.na-cyber-card:nth-child(1) .na-cyber-icon-wrap { background-color: #00c8c8; }
.na-cyber-card:nth-child(1) .na-cyber-icon-wrap::after { border-top: 18px solid #00c8c8; }

.na-cyber-card:nth-child(2) .na-cyber-icon-wrap { background-color: #e8522a; }
.na-cyber-card:nth-child(2) .na-cyber-icon-wrap::after { border-top: 18px solid #e8522a; }

.na-cyber-card:nth-child(3) .na-cyber-icon-wrap { background-color: #9b6fd6; }
.na-cyber-card:nth-child(3) .na-cyber-icon-wrap::after { border-top: 18px solid #9b6fd6; }

.na-cyber-card:nth-child(4) .na-cyber-icon-wrap { background-color: #555566; }
.na-cyber-card:nth-child(4) .na-cyber-icon-wrap::after { border-top: 18px solid #555566; }

.na-cyber-card:nth-child(5) .na-cyber-icon-wrap { background-color: #5b2d8e; }
.na-cyber-card:nth-child(5) .na-cyber-icon-wrap::after { border-top: 18px solid #5b2d8e; }

/* White circle inside coloured block */
.na-cyber-icon-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.na-cyber-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.na-cyber-label {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin: 30px 10px 0;
    line-height: 1.5;
    text-align: center;
    padding-block: 2rem;
}

/* ── FAQ Section ─────────────────────────────────────────── */
.na-faq-section {
    background: #ffffff;
}

.na-faq-section .page-title {
    color: #e8522a;
    margin-bottom: 36px;
}

.na-faq-item {
    margin-bottom: 0;
}

/* Override Chetu global collapsible styles for this page */
.na-faq-section .collapsible {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1.5px solid #c0c0c0;
    border-radius: 0;
    padding: 16px 44px 16px 0;
    font-size: 15px;
    font-weight: 400;
    color: #0096a3;
    cursor: pointer;
    position: relative;
    outline: none;
    display: block;
    text-align: left;
    box-shadow: none;
}

.na-faq-section .collapsible::after {
    content: '\276E';
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 16px;
    color: #0096a3;
    font-weight: 700;
    transition: transform 0.2s ease;
}

.na-faq-section .collapsible.active::after {
    transform: translateY(-50%) rotate(90deg);
}

.na-faq-section .content {
    display: none;
    padding: 14px 0 10px;
    border-bottom: 1.5px solid #c0c0c0;
}

.na-faq-section .content p {
    font-size: 14px;
    color: #444;
    line-height: 1.75;
    margin: 0;
}

/* ── Responsive Breakpoints ──────────────────────────────── */
@media (max-width: 1199px) {
    .na-logos-strip { gap: 32px; }
    .na-cyber-card { width: 280px; }
}

@media (max-width: 991px) {
    .na-hero-bg { width: 100%; opacity: 0.18; }
    .na-hero-title { font-size: 26px; }

    .na-scale-content { padding-left: 0; margin-top: 28px; }

    .na-iot-row { flex-direction: column; min-height: auto; }
    .na-iot-img-col { width: 100% !important; }
    .na-iot-img { min-height: auto; height: auto; }
    .na-iot-content-col { width: 100% !important; }
    .na-iot-content { padding: 36px 24px; }

    .na-cyber-card { width: 280px; }
    .na-logos-strip { gap: 20px; flex-wrap: wrap; justify-content: flex-start; }
}

@media (max-width: 767px) {
    .na-hero-section { min-height: auto; }
    .na-hero-content { padding: 44px 0 32px; }
    .na-hero-title { font-size: 22px; }

    .na-logos-strip { gap: 16px; justify-content: center; }
    .na-trusted-wrap { margin-bottom: 14px; }

    .na-focus-card { max-width: 100%; }


    .na-bigdata-box { padding: 28px 18px; }

    .na-cyber-cards-row { gap: 2rem; }
    .na-cyber-card { width: 280px; }
    .na-cyber-icon-wrap { height: 180px; }
    .na-cyber-icon-circle { width: 120px; height: 120px; }
    .na-cyber-icon { width: 60px; height: 60px; }
    .na-cyber-label { margin-top: 24px; }

    .na-case-card { padding: 22px 18px 20px; }

    .na-iot-content { padding: 28px 20px; }
}

@media (max-width: 480px) {
    .na-hero-title { font-size: 19px; }
    .na-cyber-card { width: 280px; }
    .na-cyber-icon-wrap { height: 180px; }
    .na-cyber-icon-circle { width: 120px; height: 120px; }
    .na-cyber-icon { width: 60px; height: 60px; }
}