* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* =====================================================
   ABOUT PAGE DESIGN
===================================================== */

.about-page-svg-defs {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.about-page-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 120px 0;
    overflow: hidden;
    background: #031522;
}

.about-page-hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(3, 21, 34, 0.96) 0%, rgba(6, 31, 51, 0.88) 48%, rgba(3, 21, 34, 0.76) 100%),
        url("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?auto=format&fit=crop&w=1920&q=85") center/cover no-repeat;
}

.about-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.48;
    z-index: 1;
}

.about-page-hero::after {
    content: "";
    position: absolute;
    right: -170px;
    bottom: -170px;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(247, 148, 29, 0.42), transparent 68%);
    z-index: 2;
}

.about-page-hero .container {
    position: relative;
    z-index: 4;
}

.about-page-hero-content {
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
}

.about-page-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(12px);
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 22px;
}

.about-page-label svg,
.about-page-breadcrumb svg,
.about-page-btn-main svg,
.about-company-points svg,
.about-mission-icon svg,
.about-capability-item svg,
.about-page-cta-actions svg,
.about-company-cert svg {
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.about-page-label svg {
    width: 18px;
    height: 18px;
    color: #ffc400;
}

.about-page-hero-content h1 {
    color: #ffffff;
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 950;
    line-height: 1.03;
    letter-spacing: -1.8px;
    margin-bottom: 24px;
}

.about-page-hero-content h1::after {
    content: "";
    display: block;
    width: 110px;
    height: 5px;
    border-radius: 50px;
    background: linear-gradient(90deg, #f7941d, #ffc400);
    margin: 24px auto 0;
}

.about-page-hero-content p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.75;
    max-width: 760px;
    margin: 0 auto 30px;
}

.about-page-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 18px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.about-page-breadcrumb a,
.about-page-breadcrumb span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.about-page-breadcrumb a:hover {
    color: #ffc400;
}

.about-page-breadcrumb svg {
    width: 16px;
    height: 16px;
    color: #ffc400;
}

/* Company Section */

.about-company-section {
    position: relative;
    padding: 95px 0;
    background:
        radial-gradient(circle at 8% 14%, rgba(247, 148, 29, 0.10), transparent 28%),
        radial-gradient(circle at 90% 88%, rgba(8, 114, 185, 0.12), transparent 32%),
        linear-gradient(135deg, #ffffff 0%, #f5f9fc 48%, #eef6fb 100%);
    overflow: hidden;
}

.about-company-section::before,
.about-mission-section::before,
.about-capability-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(6, 31, 51, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(6, 31, 51, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.55;
    pointer-events: none;
}

.about-company-section .container,
.about-mission-section .container,
.about-capability-section .container {
    position: relative;
    z-index: 2;
}

.about-company-image {
    position: relative;
    height: 100%;
    min-height: 640px;
    border-radius: 34px;
    overflow: hidden;
    background: #061f33;
    box-shadow: 0 30px 90px rgba(6, 31, 51, 0.20);
}

.about-company-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(3, 21, 34, 0.05) 0%, rgba(3, 21, 34, 0.78) 100%),
        radial-gradient(circle at 20% 20%, rgba(247, 148, 29, 0.26), transparent 32%);
}

.about-company-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.9s ease;
}

.about-company-image:hover img {
    transform: scale(1.08);
}

.about-company-badge {
    position: absolute;
    right: 28px;
    top: 28px;
    z-index: 4;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    background: #f7941d;
    color: #ffffff;
    border: 6px solid #ffffff;
    display: grid;
    place-items: center;
    text-align: center;
    box-shadow: 0 22px 45px rgba(247, 148, 29, 0.36);
}

.about-company-badge strong {
    display: block;
    font-size: 34px;
    font-weight: 950;
    line-height: 1;
}

.about-company-badge span {
    display: block;
    max-width: 82px;
    font-size: 11px;
    font-weight: 850;
    line-height: 1.2;
    margin-top: 4px;
}

.about-company-cert {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(6, 31, 51, 0.22);
}

.about-company-cert svg {
    width: 42px;
    height: 42px;
    padding: 10px;
    border-radius: 13px;
    color: #061f33;
    background: linear-gradient(135deg, #f7941d, #ffc400);
}

.about-company-cert strong {
    display: block;
    color: #061f33;
    font-size: 14px;
    font-weight: 950;
}

.about-company-cert span {
    display: block;
    color: #657282;
    font-size: 12px;
    font-weight: 800;
    margin-top: 3px;
}

.about-company-content {
    height: 100%;
    padding: 46px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(6, 31, 51, 0.08);
    box-shadow: 0 30px 90px rgba(6, 31, 51, 0.12);
    overflow: hidden;
    position: relative;
}

.about-company-content::before {
    content: "";
    position: absolute;
    right: -120px;
    top: -120px;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    background: rgba(8, 114, 185, 0.08);
}

.about-company-content > * {
    position: relative;
    z-index: 2;
}

.about-section-tag {
    display: inline-flex;
    color: #f7941d;
    background: rgba(247, 148, 29, 0.10);
    border: 1px solid rgba(247, 148, 29, 0.18);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}

.about-company-content h2,
.about-page-title h2,
.about-capability-heading h2 {
    color: #061f33;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 950;
    line-height: 1.12;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.about-company-content h2::after,
.about-page-title h2::after,
.about-capability-heading h2::after {
    content: "";
    display: block;
    width: 96px;
    height: 5px;
    border-radius: 50px;
    background: linear-gradient(90deg, #f7941d, #ffc400);
    margin-top: 18px;
}

.about-company-content p {
    color: #5f6f7f;
    font-size: 15.5px;
    line-height: 1.75;
    text-align: justify;
    margin-bottom: 14px;
}

.about-company-lead {
    color: #0872b9 !important;
    font-size: 17px !important;
    font-weight: 850;
}

.about-company-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 24px;
}

.about-company-points div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(6, 31, 51, 0.08);
    box-shadow: 0 12px 30px rgba(6, 31, 51, 0.07);
    transition: all 0.35s ease;
}

.about-company-points div:hover {
    transform: translateY(-5px);
    background: #061f33;
}

.about-company-points svg {
    width: 28px;
    height: 28px;
    padding: 7px;
    border-radius: 50%;
    color: #061f33;
    background: #ffc400;
    flex: 0 0 auto;
}

.about-company-points span {
    color: #061f33;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.35;
    transition: all 0.35s ease;
}

.about-company-points div:hover span {
    color: #ffffff;
}

.about-company-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.about-page-btn-main,
.about-page-btn-outline {
    position: relative;
    min-height: 52px;
    padding: 14px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 950;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    transition: all 0.35s ease;
}

.about-page-btn-main {
    color: #ffffff;
    background: linear-gradient(135deg, #f7941d, #d87508);
    box-shadow: 0 16px 34px rgba(247, 148, 29, 0.30);
}

.about-page-btn-main::before,
.about-page-cta-call::before,
.about-page-cta-mail::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0872b9, #061f33);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 1;
}

.about-page-btn-main span,
.about-page-btn-main svg,
.about-page-cta-call span,
.about-page-cta-call svg,
.about-page-cta-mail span {
    position: relative;
    z-index: 2;
}

.about-page-btn-main svg {
    width: 18px;
    height: 18px;
}

.about-page-btn-main:hover,
.about-page-cta-call:hover,
.about-page-cta-mail:hover {
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 22px 44px rgba(8, 114, 185, 0.34);
}

.about-page-btn-main:hover::before,
.about-page-cta-call:hover::before,
.about-page-cta-mail:hover::before {
    transform: scaleX(1);
}

.about-page-btn-outline {
    color: #061f33;
    background: #ffffff;
    border: 1px solid rgba(6, 31, 51, 0.12);
}

.about-page-btn-outline::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #061f33;
    transform: translateY(100%);
    transition: transform 0.35s ease;
    z-index: 1;
}

.about-page-btn-outline span {
    position: relative;
    z-index: 2;
}

.about-page-btn-outline:hover {
    color: #ffffff;
    transform: translateY(-4px);
    border-color: #061f33;
}

.about-page-btn-outline:hover::before {
    transform: translateY(0);
}

/* Stats */

.about-stats-section {
    position: relative;
    padding: 0 0 88px;
    background: linear-gradient(135deg, #ffffff 0%, #f5f9fc 48%, #eef6fb 100%);
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(135deg, #061f33, #0872b9);
    box-shadow: 0 28px 80px rgba(6, 31, 51, 0.22);
}

.about-stat-box {
    padding: 34px 22px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    position: relative;
    overflow: hidden;
}

.about-stat-box:last-child {
    border-right: 0;
}

.about-stat-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #f7941d, #ffc400);
    opacity: 0;
    transition: all 0.35s ease;
}

.about-stat-box:hover::before {
    opacity: 1;
}

.about-stat-box strong,
.about-stat-box span {
    position: relative;
    z-index: 2;
    transition: all 0.35s ease;
}

.about-stat-box strong {
    display: block;
    color: #ffc400;
    font-size: 34px;
    font-weight: 950;
    line-height: 1;
    margin-bottom: 10px;
}

.about-stat-box span {
    display: block;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 850;
}

.about-stat-box:hover strong,
.about-stat-box:hover span {
    color: #061f33;
}

/* Mission */

.about-mission-section {
    position: relative;
    padding: 92px 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(247, 148, 29, 0.10), transparent 30%),
        radial-gradient(circle at 88% 82%, rgba(8, 114, 185, 0.12), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f5f9fc 48%, #eef6fb 100%);
    overflow: hidden;
}

.about-page-title {
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
}

.about-page-title span {
    display: inline-flex;
    color: #f7941d;
    background: rgba(247, 148, 29, 0.10);
    border: 1px solid rgba(247, 148, 29, 0.18);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}

.about-page-title h2::after {
    margin-left: auto;
    margin-right: auto;
}

.about-page-title p,
.about-capability-heading p {
    color: #5f6f7f;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.about-mission-card {
    height: 100%;
    min-height: 285px;
    padding: 32px 28px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(6, 31, 51, 0.08);
    box-shadow: 0 18px 48px rgba(6, 31, 51, 0.10);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.about-mission-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #061f33, #0872b9);
    opacity: 0;
    transition: all 0.4s ease;
}

.about-mission-card:hover {
    transform: translateY(-10px);
    border-color: transparent;
    box-shadow: 0 30px 78px rgba(6, 31, 51, 0.20);
}

.about-mission-card:hover::before {
    opacity: 1;
}

.about-mission-icon,
.about-mission-card h3,
.about-mission-card p {
    position: relative;
    z-index: 2;
}

.about-mission-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    color: #f7941d;
    background: rgba(247, 148, 29, 0.13);
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    transition: all 0.4s ease;
}

.about-mission-icon svg {
    width: 32px;
    height: 32px;
}

.about-mission-card h3 {
    color: #061f33;
    font-size: 22px;
    font-weight: 950;
    margin-bottom: 13px;
    transition: all 0.35s ease;
}

.about-mission-card p {
    color: #657282;
    font-size: 14.5px;
    line-height: 1.7;
    margin: 0;
    transition: all 0.35s ease;
}

.about-mission-card:hover .about-mission-icon {
    color: #061f33;
    background: #ffc400;
    transform: rotate(-8deg) scale(1.08);
}

.about-mission-card:hover h3,
.about-mission-card:hover p {
    color: #ffffff;
}

/* Capabilities */

.about-capability-section {
    position: relative;
    padding: 92px 0;
    background:
        radial-gradient(circle at 14% 16%, rgba(247, 148, 29, 0.22), transparent 28%),
        radial-gradient(circle at 90% 84%, rgba(8, 114, 185, 0.25), transparent 34%),
        linear-gradient(135deg, #031522 0%, #061f33 50%, #092f4a 100%);
    overflow: hidden;
}

.about-capability-heading h2,
.about-capability-heading p {
    color: #ffffff;
}

.about-capability-heading p {
    color: rgba(255, 255, 255, 0.75);
}

.about-capability-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.about-capability-item {
    position: relative;
    min-height: 120px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    transition: all 0.4s ease;
    overflow: hidden;
}

.about-capability-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffff;
    transform: translateX(-105%);
    transition: transform 0.4s ease;
}

.about-capability-item:hover {
    transform: translateY(-7px);
    border-color: #ffffff;
}

.about-capability-item:hover::before {
    transform: translateX(0);
}

.about-capability-item svg,
.about-capability-item h4 {
    position: relative;
    z-index: 2;
}

.about-capability-item svg {
    width: 54px;
    height: 54px;
    padding: 14px;
    border-radius: 16px;
    color: #061f33;
    background: linear-gradient(135deg, #f7941d, #ffc400);
    flex: 0 0 auto;
}

.about-capability-item h4 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 950;
    margin: 0;
    transition: all 0.35s ease;
}

.about-capability-item:hover h4 {
    color: #061f33;
}

/* CTA */

.about-page-cta {
    position: relative;
    padding: 78px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f5f9fc 48%, #eef6fb 100%);
}

.about-page-cta-box {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 26px;
    padding: 38px 42px;
    border-radius: 30px;
    background: linear-gradient(135deg, #061f33, #0872b9);
    box-shadow: 0 28px 80px rgba(6, 31, 51, 0.22);
    overflow: hidden;
    position: relative;
}

.about-page-cta-box::before {
    content: "";
    position: absolute;
    right: -110px;
    top: -130px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(247, 148, 29, 0.48), transparent 68%);
}

.about-page-cta-box > * {
    position: relative;
    z-index: 2;
}

.about-page-cta-box span {
    display: inline-flex;
    color: #ffc400;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 9px;
}

.about-page-cta-box h2 {
    color: #ffffff;
    font-size: clamp(28px, 3.6vw, 44px);
    font-weight: 950;
    line-height: 1.12;
    margin: 0;
}

.about-page-cta-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.about-page-cta-call,
.about-page-cta-mail {
    position: relative;
    min-height: 54px;
    padding: 14px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 950;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    transition: all 0.35s ease;
}

.about-page-cta-call {
    color: #061f33;
    background: #ffffff;
}

.about-page-cta-call::before {
    background: #ffc400;
}

.about-page-cta-mail {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.30);
}

.about-page-cta-actions svg {
    width: 20px;
    height: 20px;
}

/* Animation */

.about-page-animate {
    opacity: 0;
    transform: translateY(42px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.about-page-show {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */

@media (max-width: 991px) {
    .about-page-hero {
        min-height: auto;
        padding: 90px 0;
    }

    .about-company-section,
    .about-mission-section,
    .about-capability-section {
        padding: 70px 0;
    }

    .about-company-image {
        min-height: 520px;
    }

    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-stat-box:nth-child(2) {
        border-right: 0;
    }

    .about-stat-box:nth-child(1),
    .about-stat-box:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .about-page-cta-box {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-page-cta-actions {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .about-page-hero {
        padding: 70px 0;
    }

    .about-page-hero-content h1 {
        font-size: 34px;
    }

    .about-page-hero-content p {
        font-size: 15px;
    }

    .about-company-section,
    .about-mission-section,
    .about-capability-section,
    .about-page-cta {
        padding: 54px 0;
    }

    .about-company-image {
        min-height: auto;
        height: 380px;
        border-radius: 24px;
    }

    .about-company-badge {
        width: 92px;
        height: 92px;
        right: 14px;
        top: 14px;
        border-width: 4px;
    }

    .about-company-badge strong {
        font-size: 27px;
    }

    .about-company-badge span {
        font-size: 10px;
    }

    .about-company-cert {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 12px;
    }

    .about-company-content {
        padding: 28px 20px;
        border-radius: 24px;
    }

    .about-company-content h2,
    .about-page-title h2,
    .about-capability-heading h2 {
        font-size: 28px;
    }

    .about-company-content h2::after,
    .about-capability-heading h2::after {
        margin-left: auto;
        margin-right: auto;
    }

    .about-company-content,
    .about-capability-heading {
        text-align: center;
    }

    .about-company-content p {
        font-size: 14.5px;
    }

    .about-company-points {
        grid-template-columns: 1fr;
    }

    .about-company-actions {
        justify-content: center;
    }

    .about-page-btn-main,
    .about-page-btn-outline {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }

    .about-stats-section {
        padding-bottom: 54px;
    }

    .about-stats-grid {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .about-stat-box {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
        padding: 26px 18px;
    }

    .about-stat-box:last-child {
        border-bottom: 0;
    }

    .about-mission-card {
        min-height: auto;
        padding: 26px 20px;
        text-align: center;
    }

    .about-mission-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .about-capability-grid {
        grid-template-columns: 1fr;
    }

    .about-capability-item {
        min-height: auto;
        padding: 18px;
    }

    .about-page-cta-box {
        padding: 30px 20px;
        border-radius: 24px;
    }

    .about-page-cta-call,
    .about-page-cta-mail {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .about-page-hero-content h1 {
        font-size: 30px;
    }

    .about-company-content h2,
    .about-page-title h2,
    .about-capability-heading h2 {
        font-size: 25px;
    }

    .about-company-image {
        height: 330px;
    }

    .about-company-cert strong {
        font-size: 13px;
    }

    .about-company-cert span {
        font-size: 11px;
    }
}

/* =====================================================
   About Stats V2 - Premium Industrial Design
===================================================== */

.about-stats-v2-section {
    position: relative;
    padding: 0 0 48px;
    background:
        radial-gradient(circle at 12% 18%, rgba(247, 148, 29, 0.10), transparent 28%),
        radial-gradient(circle at 90% 85%, rgba(8, 114, 185, 0.12), transparent 32%),
        linear-gradient(135deg, #ffffff 0%, #f5f9fc 48%, #eef6fb 100%);
    overflow: hidden;
}

.about-stats-v2-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(6, 31, 51, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(6, 31, 51, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.55;
    pointer-events: none;
}

.about-stats-v2-section::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -190px;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    background: rgba(247, 148, 29, 0.10);
    transform: translateX(-50%);
    pointer-events: none;
}

.about-stats-v2-section .container {
    position: relative;
    z-index: 2;
}

.about-stats-v2-svg {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.about-stats-v2-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding: 18px;
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(6, 31, 51, 0.96), rgba(8, 114, 185, 0.92));
    box-shadow:
        0 34px 95px rgba(6, 31, 51, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
    overflow: hidden;
    isolation: isolate;
}

.about-stats-v2-grid::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 26px;
    border: 1px dashed rgba(255, 255, 255, 0.16);
    pointer-events: none;
    z-index: 2;
}

.about-stats-v2-grid::after {
    content: "";
    position: absolute;
    right: -120px;
    top: -140px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(247, 148, 29, 0.42), transparent 68%);
    z-index: -1;
}

.about-stats-v2-card {
    position: relative;
    min-height: 190px;
    padding: 26px 20px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: all 0.45s ease;
}

.about-stats-v2-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #f7941d 0%, #ffc400 100%);
    opacity: 0;
    transition: all 0.45s ease;
    z-index: 1;
}

.about-stats-v2-card::after {
    content: "";
    position: absolute;
    top: -70%;
    left: -90%;
    width: 60%;
    height: 240%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.42),
        transparent
    );
    transform: rotate(25deg);
    transition: left 0.75s ease;
    z-index: 2;
}

.about-stats-v2-card:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 196, 0, 0.55);
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.26);
}

.about-stats-v2-card:hover::before {
    opacity: 1;
}

.about-stats-v2-card:hover::after {
    left: 135%;
}

.about-stats-v2-icon,
.about-stats-v2-content {
    position: relative;
    z-index: 3;
}

.about-stats-v2-icon {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    color: #061f33;
    background: linear-gradient(135deg, #f7941d, #ffc400);
    display: grid;
    place-items: center;
    box-shadow: 0 18px 40px rgba(247, 148, 29, 0.30);
    transition: all 0.4s ease;
}

.about-stats-v2-icon svg {
    width: 33px;
    height: 33px;
    stroke: currentColor;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.about-stats-v2-card:hover .about-stats-v2-icon {
    color: #ffffff;
    background: #061f33;
    transform: rotate(-8deg) scale(1.08);
    box-shadow: 0 18px 42px rgba(6, 31, 51, 0.28);
}

.about-stats-v2-content {
    margin-top: 26px;
}

.about-stats-v2-content strong {
    display: block;
    color: #ffc400;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
    transition: all 0.35s ease;
}

.about-stats-v2-content span {
    display: block;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.35;
    transition: all 0.35s ease;
}

.about-stats-v2-card:hover .about-stats-v2-content strong,
.about-stats-v2-card:hover .about-stats-v2-content span {
    color: #061f33;
}

/* Responsive */
@media (max-width: 1199px) {
    .about-stats-v2-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-stats-v2-card {
        min-height: 175px;
    }
}

@media (max-width: 767px) {
    .about-stats-v2-section {
        padding: 0 0 54px;
    }

    .about-stats-v2-grid {
        gap: 12px;
        padding: 12px;
        border-radius: 26px;
    }

    .about-stats-v2-grid::before {
        inset: 8px;
        border-radius: 20px;
    }

    .about-stats-v2-card {
        min-height: 165px;
        padding: 22px 16px;
        border-radius: 20px;
        text-align: center;
        align-items: center;
    }

    .about-stats-v2-icon {
        width: 58px;
        height: 58px;
        border-radius: 18px;
    }

    .about-stats-v2-icon svg {
        width: 29px;
        height: 29px;
    }

    .about-stats-v2-content {
        margin-top: 20px;
    }

    .about-stats-v2-content strong {
        font-size: 30px;
    }

    .about-stats-v2-content span {
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .about-stats-v2-grid {
        grid-template-columns: 1fr;
    }

    .about-stats-v2-card {
        min-height: auto;
        padding: 22px 16px;
    }

    .about-stats-v2-content strong {
        font-size: 32px;
    }
}


/* =====================================================
   About Mission V2
===================================================== */

.about-mission-v2-section {
    position: relative;
    padding: 92px 0;
    background:
        radial-gradient(circle at 10% 18%, rgba(247, 148, 29, 0.12), transparent 28%),
        radial-gradient(circle at 90% 82%, rgba(8, 114, 185, 0.13), transparent 32%),
        linear-gradient(135deg, #ffffff 0%, #f5f9fc 48%, #eef6fb 100%);
    overflow: hidden;
}

.about-mission-v2-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(6, 31, 51, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(6, 31, 51, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.55;
    pointer-events: none;
}

.about-mission-v2-section::after {
    content: "";
    position: absolute;
    right: -170px;
    top: -170px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: rgba(247, 148, 29, 0.12);
    pointer-events: none;
}

.about-mission-v2-section .container {
    position: relative;
    z-index: 2;
}

.about-mission-v2-svg {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

/* Title */
.about-mission-v2-title {
    max-width: 830px;
    margin: 0 auto 46px;
    text-align: center;
}

.about-mission-v2-title span {
    display: inline-flex;
    color: #f7941d;
    background: rgba(247, 148, 29, 0.10);
    border: 1px solid rgba(247, 148, 29, 0.20);
    padding: 8px 17px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 14px;
}

.about-mission-v2-title h2 {
    color: #061f33;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 950;
    line-height: 1.12;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.about-mission-v2-title h2::after {
    content: "";
    display: block;
    width: 96px;
    height: 5px;
    margin: 18px auto 0;
    border-radius: 50px;
    background: linear-gradient(90deg, #f7941d, #ffc400);
}

.about-mission-v2-title p {
    max-width: 740px;
    margin: 0 auto;
    color: #5f6f7f;
    font-size: 16px;
    line-height: 1.72;
}

/* Grid */
.about-mission-v2-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

/* Card */
.about-mission-v2-card {
    position: relative;
    min-height: 360px;
    padding: 34px 28px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(6, 31, 51, 0.08);
    box-shadow: 0 22px 58px rgba(6, 31, 51, 0.10);
    overflow: hidden;
    isolation: isolate;
    transition: all 0.45s ease;
}

.about-mission-v2-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #061f33 0%, #0872b9 100%);
    opacity: 0;
    z-index: -2;
    transition: all 0.45s ease;
}

.about-mission-v2-card::after {
    content: "";
    position: absolute;
    top: -70%;
    left: -90%;
    width: 60%;
    height: 240%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.34),
        transparent
    );
    transform: rotate(25deg);
    z-index: -1;
    transition: left 0.8s ease;
}

.about-mission-v2-card:hover,
.about-mission-v2-card-active {
    transform: translateY(-10px);
    border-color: transparent;
    box-shadow: 0 34px 82px rgba(6, 31, 51, 0.22);
}

.about-mission-v2-card:hover::before,
.about-mission-v2-card-active::before {
    opacity: 1;
}

.about-mission-v2-card:hover::after,
.about-mission-v2-card-active::after {
    left: 135%;
}

/* Number */
.about-mission-v2-number {
    position: absolute;
    right: 24px;
    top: 20px;
    color: rgba(6, 31, 51, 0.06);
    font-size: 74px;
    font-weight: 950;
    line-height: 1;
    transition: all 0.4s ease;
}

.about-mission-v2-card:hover .about-mission-v2-number,
.about-mission-v2-card-active .about-mission-v2-number {
    color: rgba(255, 255, 255, 0.16);
}

/* Icon */
.about-mission-v2-icon {
    position: relative;
    width: 76px;
    height: 76px;
    border-radius: 24px;
    color: #061f33;
    background: linear-gradient(135deg, #f7941d, #ffc400);
    display: grid;
    place-items: center;
    box-shadow: 0 20px 44px rgba(247, 148, 29, 0.28);
    margin-bottom: 28px;
    transition: all 0.45s ease;
}

.about-mission-v2-icon svg {
    width: 38px;
    height: 38px;
    stroke: currentColor;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.about-mission-v2-card:hover .about-mission-v2-icon,
.about-mission-v2-card-active .about-mission-v2-icon {
    color: #0872b9;
    background: #ffffff;
    transform: rotate(-8deg) scale(1.08);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.20);
}

/* Text */
.about-mission-v2-card h3 {
    position: relative;
    color: #061f33;
    font-size: 24px;
    font-weight: 950;
    line-height: 1.2;
    margin-bottom: 16px;
    transition: all 0.35s ease;
}

.about-mission-v2-card h3::after {
    content: "";
    display: block;
    width: 58px;
    height: 4px;
    border-radius: 50px;
    background: linear-gradient(90deg, #f7941d, #ffc400);
    margin-top: 14px;
    transition: all 0.35s ease;
}

.about-mission-v2-card p {
    color: #657282;
    font-size: 15px;
    line-height: 1.72;
    margin: 0;
    text-align: justify;
    transition: all 0.35s ease;
}

.about-mission-v2-card:hover h3,
.about-mission-v2-card:hover p,
.about-mission-v2-card-active h3,
.about-mission-v2-card-active p {
    color: #ffffff;
}

.about-mission-v2-card:hover h3::after,
.about-mission-v2-card-active h3::after {
    width: 88px;
}

/* Responsive */
@media (max-width: 1199px) {
    .about-mission-v2-card {
        min-height: 350px;
        padding: 30px 24px;
    }

    .about-mission-v2-card h3 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .about-mission-v2-section {
        padding: 74px 0;
    }

    .about-mission-v2-grid {
        grid-template-columns: 1fr;
        max-width: 650px;
        margin: 0 auto;
    }

    .about-mission-v2-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .about-mission-v2-section {
        padding: 58px 0;
    }

    .about-mission-v2-title {
        margin-bottom: 32px;
    }

    .about-mission-v2-title h2 {
        font-size: 28px;
    }

    .about-mission-v2-title p {
        font-size: 14.5px;
    }

    .about-mission-v2-grid {
        gap: 16px;
    }

    .about-mission-v2-card {
        padding: 28px 20px;
        border-radius: 24px;
        text-align: center;
    }

    .about-mission-v2-number {
        font-size: 58px;
        right: 18px;
        top: 18px;
    }

    .about-mission-v2-icon {
        width: 66px;
        height: 66px;
        border-radius: 20px;
        margin: 0 auto 22px;
    }

    .about-mission-v2-icon svg {
        width: 33px;
        height: 33px;
    }

    .about-mission-v2-card h3 {
        font-size: 21px;
    }

    .about-mission-v2-card h3::after {
        margin-left: auto;
        margin-right: auto;
    }

    .about-mission-v2-card p {
        font-size: 14px;
        line-height: 1.68;
        text-align: center;
    }

    .about-mission-v2-card:hover,
    .about-mission-v2-card-active {
        transform: translateY(-6px);
    }
}

@media (max-width: 420px) {
    .about-mission-v2-title h2 {
        font-size: 25px;
    }

    .about-mission-v2-card {
        padding: 26px 16px;
    }

    .about-mission-v2-card h3 {
        font-size: 20px;
    }
}

/* =====================================================
   About Capability V2
===================================================== */

.about-capability-v2-section {
    position: relative;
    padding: 92px 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(247, 148, 29, 0.13), transparent 30%),
        radial-gradient(circle at 88% 84%, rgba(8, 114, 185, 0.14), transparent 34%),
        linear-gradient(135deg, #f7fbfe 0%, #eef6fb 48%, #ffffff 100%);
    overflow: hidden;
}

.about-capability-v2-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(6, 31, 51, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(6, 31, 51, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.58;
    pointer-events: none;
}

.about-capability-v2-section::after {
    content: "";
    position: absolute;
    left: -170px;
    bottom: -170px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: rgba(8, 114, 185, 0.12);
    pointer-events: none;
}

.about-capability-v2-section .container {
    position: relative;
    z-index: 2;
}

.about-capability-v2-svg {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

/* Main Layout */
.about-capability-v2-wrapper {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 34px;
    align-items: stretch;
}

/* Left Card */
.about-capability-v2-left {
    position: relative;
    min-height: 100%;
    padding: 42px;
    border-radius: 34px;
    background: linear-gradient(135deg, #061f33 0%, #0872b9 100%);
    box-shadow: 0 30px 88px rgba(6, 31, 51, 0.24);
    overflow: hidden;
    isolation: isolate;
}

.about-capability-v2-left::before {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 26px;
    border: 1px dashed rgba(255, 255, 255, 0.20);
    pointer-events: none;
    z-index: 2;
}

.about-capability-v2-left::after {
    content: "";
    position: absolute;
    right: -130px;
    bottom: -130px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(247, 148, 29, 0.46), transparent 68%);
    z-index: -1;
    transition: all 0.55s ease;
}

.about-capability-v2-left:hover::after {
    transform: scale(1.22);
}

.about-capability-v2-tag {
    display: inline-flex;
    color: #061f33;
    background: linear-gradient(135deg, #f7941d, #ffc400);
    border-radius: 50px;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 22px;
    box-shadow: 0 14px 32px rgba(247, 148, 29, 0.32);
}

.about-capability-v2-left h2 {
    color: #ffffff;
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
}

.about-capability-v2-left h2::after {
    content: "";
    display: block;
    width: 95px;
    height: 5px;
    margin-top: 20px;
    border-radius: 50px;
    background: linear-gradient(90deg, #f7941d, #ffc400);
}

.about-capability-v2-left p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.76;
    margin: 0;
    text-align: justify;
}

/* Mini Stats */
.about-capability-v2-mini {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 30px;
}

.about-capability-v2-mini div {
    padding: 18px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.16);
    transition: all 0.35s ease;
}

.about-capability-v2-mini div:hover {
    background: #ffffff;
    transform: translateY(-6px);
}

.about-capability-v2-mini strong {
    display: block;
    color: #ffc400;
    font-size: 24px;
    font-weight: 950;
    line-height: 1;
    margin-bottom: 7px;
    transition: all 0.35s ease;
}

.about-capability-v2-mini span {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12.5px;
    font-weight: 850;
    line-height: 1.35;
    transition: all 0.35s ease;
}

.about-capability-v2-mini div:hover strong {
    color: #0872b9;
}

.about-capability-v2-mini div:hover span {
    color: #061f33;
}

/* Right Grid */
.about-capability-v2-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

/* Cards */
.about-capability-v2-card {
    position: relative;
    min-height: 220px;
    padding: 26px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(6, 31, 51, 0.08);
    box-shadow: 0 20px 52px rgba(6, 31, 51, 0.10);
    overflow: hidden;
    isolation: isolate;
    transition: all 0.45s ease;
}

.about-capability-v2-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #061f33 0%, #0872b9 100%);
    opacity: 0;
    z-index: -2;
    transition: all 0.45s ease;
}

.about-capability-v2-card::after {
    content: "";
    position: absolute;
    top: -70%;
    left: -90%;
    width: 55%;
    height: 240%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.34),
        transparent
    );
    transform: rotate(25deg);
    z-index: -1;
    transition: left 0.8s ease;
}

.about-capability-v2-card:hover {
    transform: translateY(-9px);
    border-color: transparent;
    box-shadow: 0 34px 82px rgba(6, 31, 51, 0.22);
}

.about-capability-v2-card:hover::before {
    opacity: 1;
}

.about-capability-v2-card:hover::after {
    left: 135%;
}

.acv2-card-large {
    min-height: 290px;
}

.acv2-card-wide {
    grid-column: span 2;
    min-height: 190px;
}

/* Count */
.acv2-count {
    position: absolute;
    right: 22px;
    top: 18px;
    color: rgba(6, 31, 51, 0.07);
    font-size: 56px;
    font-weight: 950;
    line-height: 1;
    transition: all 0.35s ease;
}

.about-capability-v2-card:hover .acv2-count {
    color: rgba(255, 255, 255, 0.18);
}

/* Icon */
.acv2-icon {
    position: relative;
    width: 66px;
    height: 66px;
    border-radius: 22px;
    color: #061f33;
    background: linear-gradient(135deg, #f7941d, #ffc400);
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    box-shadow: 0 18px 42px rgba(247, 148, 29, 0.28);
    transition: all 0.45s ease;
}

.acv2-icon svg {
    width: 34px;
    height: 34px;
    stroke: currentColor;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.about-capability-v2-card:hover .acv2-icon {
    color: #0872b9;
    background: #ffffff;
    transform: rotate(-8deg) scale(1.08);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.20);
}

/* Text */
.about-capability-v2-card h4 {
    position: relative;
    color: #061f33;
    font-size: 21px;
    font-weight: 950;
    line-height: 1.25;
    margin-bottom: 12px;
    transition: all 0.35s ease;
}

.about-capability-v2-card h4::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    border-radius: 50px;
    background: linear-gradient(90deg, #f7941d, #ffc400);
    margin-top: 12px;
    transition: all 0.35s ease;
}

.about-capability-v2-card p {
    color: #657282;
    font-size: 14.5px;
    line-height: 1.65;
    margin: 0;
    transition: all 0.35s ease;
}

.about-capability-v2-card:hover h4,
.about-capability-v2-card:hover p {
    color: #ffffff;
}

.about-capability-v2-card:hover h4::after {
    width: 82px;
}

/* Responsive */
@media (max-width: 1199px) {
    .about-capability-v2-wrapper {
        grid-template-columns: 0.9fr 1.1fr;
        gap: 24px;
    }

    .about-capability-v2-left {
        padding: 36px;
    }

    .about-capability-v2-card {
        padding: 24px;
    }
}

@media (max-width: 991px) {
    .about-capability-v2-section {
        padding: 74px 0;
    }

    .about-capability-v2-wrapper {
        grid-template-columns: 1fr;
    }

    .about-capability-v2-left {
        text-align: center;
    }

    .about-capability-v2-left h2::after {
        margin-left: auto;
        margin-right: auto;
    }

    .about-capability-v2-left p {
        text-align: center;
    }

    .about-capability-v2-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .about-capability-v2-section {
        padding: 58px 0;
    }

    .about-capability-v2-left {
        padding: 30px 20px;
        border-radius: 26px;
    }

    .about-capability-v2-left::before {
        inset: 9px;
        border-radius: 20px;
    }

    .about-capability-v2-left h2 {
        font-size: 28px;
    }

    .about-capability-v2-left p {
        font-size: 14.5px;
        line-height: 1.68;
    }

    .about-capability-v2-mini {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 24px;
    }

    .about-capability-v2-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .acv2-card-wide {
        grid-column: auto;
    }

    .about-capability-v2-card,
    .acv2-card-large,
    .acv2-card-wide {
        min-height: auto;
    }

    .about-capability-v2-card {
        padding: 26px 18px;
        border-radius: 24px;
        text-align: center;
    }

    .acv2-count {
        font-size: 48px;
        right: 18px;
        top: 16px;
    }

    .acv2-icon {
        width: 62px;
        height: 62px;
        border-radius: 20px;
        margin: 0 auto 20px;
    }

    .acv2-icon svg {
        width: 31px;
        height: 31px;
    }

    .about-capability-v2-card h4 {
        font-size: 20px;
    }

    .about-capability-v2-card h4::after {
        margin-left: auto;
        margin-right: auto;
    }

    .about-capability-v2-card p {
        font-size: 14px;
        line-height: 1.62;
    }

    .about-capability-v2-card:hover {
        transform: translateY(-6px);
    }
}

@media (max-width: 420px) {
    .about-capability-v2-left h2 {
        font-size: 25px;
    }

    .about-capability-v2-card {
        padding: 24px 15px;
    }

    .about-capability-v2-card h4 {
        font-size: 19px;
    }
}


/* =====================================================
   Certifications & Registrations V5
===================================================== */

.about-cert-v5-section {
    position: relative;
    padding: 100px 0;
    background:
        radial-gradient(circle at 8% 20%, rgba(247, 148, 29, 0.18), transparent 27%),
        radial-gradient(circle at 93% 80%, rgba(8, 114, 185, 0.24), transparent 34%),
        linear-gradient(135deg, #031522 0%, #061f33 50%, #0872b9 140%);
    overflow: hidden;
}

.about-cert-v5-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    opacity: 0.55;
    pointer-events: none;
}

.about-cert-v5-section::after {
    content: "";
    position: absolute;
    right: -220px;
    bottom: -220px;
    width: 580px;
    height: 580px;
    border-radius: 50%;
    border: 90px solid rgba(247, 148, 29, 0.07);
    pointer-events: none;
}

.about-cert-v5-section .container-xxl {
    position: relative;
    z-index: 2;
}

.about-cert-v5-svg {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

/* Heading */
.about-cert-v5-heading {
    max-width: 870px;
    margin: 0 auto 50px;
    text-align: center;
}

.about-cert-v5-heading > span {
    display: inline-flex;
    padding: 9px 18px;
    border-radius: 50px;
    color: #061f33;
    background: linear-gradient(135deg, #f7941d, #ffc400);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    margin-bottom: 17px;
}

.about-cert-v5-heading h2 {
    color: #ffffff;
    font-size: clamp(32px, 4vw, 51px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 17px;
}

.about-cert-v5-heading h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    margin: 20px auto 0;
    border-radius: 50px;
    background: linear-gradient(90deg, #f7941d, #ffc400);
}

.about-cert-v5-heading p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.75;
    margin: 0 auto;
}

/* Five column grid */
.about-cert-v5-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 17px;
    align-items: stretch;
}

/* Card */
.about-cert-v5-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    isolation: isolate;
    transition:
        transform 0.42s ease,
        box-shadow 0.42s ease;
}

.about-cert-v5-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    height: 5px;
    background: linear-gradient(90deg, #f7941d, #ffc400);
}

.about-cert-v5-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 40px 95px rgba(0, 0, 0, 0.34);
}

.about-cert-v5-card-number {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 6;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    color: #061f33;
    background: linear-gradient(135deg, #f7941d, #ffc400);
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 13px 32px rgba(247, 148, 29, 0.30);
}

/* Certificate image */
.about-cert-v5-preview {
    position: relative;
    width: 100%;
    height: 270px;
    padding: 18px 15px 13px;
    border: 0;
    background:
        linear-gradient(135deg, #edf4f8, #ffffff);
    overflow: hidden;
    cursor: pointer;
}

.about-cert-v5-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 12px 19px rgba(6, 31, 51, 0.18));
    transition:
        transform 0.6s ease,
        filter 0.45s ease;
}

.about-cert-v5-preview-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(180deg, rgba(3, 21, 34, 0.05), rgba(3, 21, 34, 0.82)),
        radial-gradient(circle at center, rgba(247, 148, 29, 0.16), transparent 46%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.about-cert-v5-preview::after {
    content: "";
    position: absolute;
    top: -80%;
    left: -100%;
    z-index: 3;
    width: 55%;
    height: 260%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.48),
        transparent
    );
    transform: rotate(24deg);
    transition: left 0.85s ease;
}

.about-cert-v5-card:hover .about-cert-v5-preview img {
    transform: scale(1.06);
    filter:
        brightness(0.82)
        drop-shadow(0 15px 25px rgba(6, 31, 51, 0.22));
}

.about-cert-v5-card:hover .about-cert-v5-preview-overlay {
    opacity: 1;
}

.about-cert-v5-card:hover .about-cert-v5-preview::after {
    left: 145%;
}

.about-cert-v5-preview-action {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    min-height: 48px;
    padding: 12px 17px;
    border-radius: 50px;
    color: #061f33;
    background: linear-gradient(135deg, #f7941d, #ffc400);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    opacity: 0;
    transform: translate(-50%, -30%) scale(0.86);
    box-shadow: 0 17px 40px rgba(247, 148, 29, 0.35);
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}

.about-cert-v5-preview-action svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-cert-v5-card:hover .about-cert-v5-preview-action {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Card body */
.about-cert-v5-body {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    padding: 21px 18px 20px;
}

.about-cert-v5-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    margin-bottom: 15px;
}

.about-cert-v5-icon {
    width: 49px;
    height: 49px;
    min-width: 49px;
    border-radius: 16px;
    color: #061f33;
    background: linear-gradient(135deg, #f7941d, #ffc400);
    display: grid;
    place-items: center;
    transition:
        color 0.35s ease,
        background 0.35s ease,
        transform 0.35s ease;
}

.about-cert-v5-card:hover .about-cert-v5-icon {
    color: #ffffff;
    background: linear-gradient(135deg, #0872b9, #061f33);
    transform: rotate(-7deg) scale(1.06);
}

.about-cert-v5-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-cert-v5-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 7px 9px;
    border-radius: 50px;
    color: #0872b9;
    background: rgba(8, 114, 185, 0.09);
    border: 1px solid rgba(8, 114, 185, 0.14);
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    white-space: nowrap;
}

.about-cert-v5-status svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-cert-v5-category {
    display: block;
    color: #f7941d;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 7px;
}

.about-cert-v5-body h3 {
    min-height: 51px;
    color: #061f33;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 10px;
}

.about-cert-v5-body > p {
    min-height: 68px;
    color: #657282;
    font-size: 12.5px;
    line-height: 1.55;
    margin-bottom: 16px;
}

/* Information */
.about-cert-v5-info {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.about-cert-v5-info > div {
    padding: 11px 12px;
    border-radius: 14px;
    background: #f3f8fb;
    border: 1px solid rgba(6, 31, 51, 0.07);
}

.about-cert-v5-info small {
    display: block;
    color: #84909c;
    font-size: 8.5px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.55px;
    margin-bottom: 4px;
}

.about-cert-v5-info strong {
    display: block;
    color: #061f33;
    font-size: 11.5px;
    font-weight: 900;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

/* Actions */
.about-cert-v5-actions {
    display: grid;
    grid-template-columns: 1fr 46px;
    gap: 8px;
    margin-top: auto;
}

.about-cert-v5-view-btn,
.about-cert-v5-open-btn {
    min-height: 46px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    cursor: pointer;
    transition:
        color 0.35s ease,
        background 0.35s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.about-cert-v5-view-btn {
    padding: 11px 14px;
    border: 0;
    color: #ffffff;
    background: linear-gradient(135deg, #0872b9, #061f33);
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 12px 29px rgba(8, 114, 185, 0.20);
}

.about-cert-v5-open-btn {
    width: 46px;
    color: #061f33;
    background: #ffffff;
    border: 1px solid rgba(6, 31, 51, 0.13);
    text-decoration: none;
}

.about-cert-v5-view-btn svg,
.about-cert-v5-open-btn svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-cert-v5-view-btn:hover {
    color: #061f33;
    background: linear-gradient(135deg, #f7941d, #ffc400);
    transform: translateY(-4px);
    box-shadow: 0 17px 38px rgba(247, 148, 29, 0.28);
}

.about-cert-v5-open-btn:hover {
    color: #ffffff;
    background: #0872b9;
    border-color: #0872b9;
    transform: translateY(-4px);
}

/* Trust strip */
.about-cert-v5-trust {
    display: grid;
    grid-template-columns: 66px 1fr auto;
    gap: 18px;
    align-items: center;
    max-width: 1050px;
    margin: 30px auto 0;
    padding: 21px 23px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
}

.about-cert-v5-trust-icon {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    color: #061f33;
    background: linear-gradient(135deg, #f7941d, #ffc400);
    display: grid;
    place-items: center;
}

.about-cert-v5-trust-icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-cert-v5-trust strong {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 5px;
}

.about-cert-v5-trust p {
    color: rgba(255, 255, 255, 0.71);
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

.about-cert-v5-trust > a {
    min-height: 48px;
    padding: 12px 19px;
    border-radius: 50px;
    color: #061f33;
    background: linear-gradient(135deg, #f7941d, #ffc400);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    transition:
        color 0.35s ease,
        background 0.35s ease,
        transform 0.35s ease;
}

.about-cert-v5-trust > a:hover {
    color: #ffffff;
    background: #0872b9;
    transform: translateY(-4px);
}

.about-cert-v5-trust > a svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =====================================================
   Certificate Modal V5
===================================================== */

.about-cert-v5-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.about-cert-v5-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.about-cert-v5-modal-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 18%, rgba(247, 148, 29, 0.17), transparent 30%),
        radial-gradient(circle at 85% 82%, rgba(8, 114, 185, 0.22), transparent 34%),
        rgba(3, 21, 34, 0.96);
    backdrop-filter: blur(15px);
}

.about-cert-v5-modal-dialog {
    position: relative;
    z-index: 2;
    width: min(550px, 100%);
    max-height: 94vh;
    border-radius: 29px;
    background: #ffffff;
    box-shadow: 0 42px 130px rgba(0, 0, 0, 0.55);
    overflow: hidden;
    transform: scale(0.90) translateY(25px);
    transition: transform 0.35s ease;
}

.about-cert-v5-modal.is-open .about-cert-v5-modal-dialog {
    transform: scale(1) translateY(0);
}

.about-cert-v5-modal-head {
    min-height: 82px;
    padding: 17px 21px;
    background: linear-gradient(135deg, #061f33, #0872b9);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.about-cert-v5-modal-head small {
    display: block;
    color: #ffc400;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
}

.about-cert-v5-modal-head h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
    margin: 0;
}

.about-cert-v5-modal-close {
    width: 48px;
    height: 48px;
    min-width: 48px;
    padding: 0;
    border: 0;
    border-radius: 16px;
    color: #061f33;
    background: linear-gradient(135deg, #f7941d, #ffc400);
    display: grid;
    place-items: center;
    font-size: 31px;
    line-height: 1;
    cursor: pointer;
    transition:
        color 0.35s ease,
        background 0.35s ease,
        transform 0.35s ease;
}

.about-cert-v5-modal-close:hover {
    color: #ffffff;
    background: #0872b9;
    transform: rotate(90deg);
}

.about-cert-v5-modal-body {
    background: #eaf1f5;
}

.about-cert-v5-modal-body iframe {
    width: 100%;
    height: min(72vh, 760px);
    border: 0;
    display: block;
    background: #ffffff;
}

.about-cert-v5-modal-footer {
    min-height: 64px;
    padding: 11px 17px;
    background: #ffffff;
    border-top: 1px solid rgba(6, 31, 51, 0.09);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.about-cert-v5-modal-footer p {
    color: #657282;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}

.about-cert-v5-modal-footer a {
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 50px;
    color: #ffffff;
    background: linear-gradient(135deg, #0872b9, #061f33);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    transition:
        color 0.35s ease,
        background 0.35s ease,
        transform 0.35s ease;
}

.about-cert-v5-modal-footer a:hover {
    color: #061f33;
    background: linear-gradient(135deg, #f7941d, #ffc400);
    transform: translateY(-3px);
}

.about-cert-v5-modal-footer svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.about-cert-v5-modal-lock {
    overflow: hidden;
}

/* Large laptop */
@media (max-width: 1399px) {
    .about-cert-v5-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 13px;
    }

    .about-cert-v5-preview {
        height: 235px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .about-cert-v5-body {
        padding: 18px 14px;
    }

    .about-cert-v5-body h3 {
        font-size: 17px;
    }

    .about-cert-v5-body > p {
        font-size: 11.5px;
    }
}

/* Small laptop and tablet landscape */
@media (max-width: 1199px) {
    .about-cert-v5-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .about-cert-v5-card:nth-child(4),
    .about-cert-v5-card:nth-child(5) {
        grid-column: span 1;
    }

    .about-cert-v5-preview {
        height: 270px;
    }

    .about-cert-v5-body {
        padding: 21px 18px;
    }

    .about-cert-v5-body h3 {
        font-size: 19px;
    }

    .about-cert-v5-body > p {
        font-size: 12.5px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .about-cert-v5-section {
        padding: 76px 0;
    }

    .about-cert-v5-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-cert-v5-card:last-child {
        grid-column: span 2;
        max-width: calc(50% - 9px);
        width: 100%;
        justify-self: center;
    }

    .about-cert-v5-trust {
        grid-template-columns: 60px 1fr;
    }

    .about-cert-v5-trust > a {
        grid-column: 1 / -1;
        width: 100%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .about-cert-v5-section {
        padding: 58px 0;
    }

    .about-cert-v5-heading {
        margin-bottom: 33px;
    }

    .about-cert-v5-heading h2 {
        font-size: 28px;
    }

    .about-cert-v5-heading p {
        font-size: 14.5px;
        line-height: 1.68;
    }

    .about-cert-v5-grid {
        grid-template-columns: 1fr;
        gap: 17px;
        max-width: 520px;
        margin: 0 auto;
    }

    .about-cert-v5-card:last-child {
        grid-column: auto;
        max-width: none;
    }

    .about-cert-v5-preview {
        height: 310px;
    }

    .about-cert-v5-preview-overlay {
        opacity: 0.15;
    }

    .about-cert-v5-preview-action {
        top: auto;
        bottom: 17px;
        opacity: 1;
        transform: translateX(-50%);
    }

    .about-cert-v5-card:hover .about-cert-v5-preview-action {
        transform: translateX(-50%);
    }

    .about-cert-v5-body h3,
    .about-cert-v5-body > p {
        min-height: auto;
    }

    .about-cert-v5-info {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-cert-v5-trust {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        padding: 23px 18px;
    }

    .about-cert-v5-trust > a {
        grid-column: auto;
    }

    .about-cert-v5-modal {
        padding: 9px;
    }

    .about-cert-v5-modal-dialog {
        border-radius: 21px;
    }

    .about-cert-v5-modal-head {
        min-height: 72px;
        padding: 13px;
    }

    .about-cert-v5-modal-head h3 {
        font-size: 15px;
    }

    .about-cert-v5-modal-close {
        width: 43px;
        height: 43px;
        min-width: 43px;
        font-size: 27px;
        border-radius: 14px;
    }

    .about-cert-v5-modal-body iframe {
        height: 70vh;
    }

    .about-cert-v5-modal-footer {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        padding: 12px;
    }

    .about-cert-v5-modal-footer a {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .about-cert-v5-heading h2 {
        font-size: 25px;
    }

    .about-cert-v5-preview {
        height: 270px;
    }

    .about-cert-v5-info {
        grid-template-columns: 1fr;
    }

    .about-cert-v5-actions {
        grid-template-columns: 1fr 46px;
    }
}

@media (max-width: 380px) {
    .about-cert-v5-preview {
        height: 235px;
    }
}