:root {
    --penta-primary: #1468A2;
    --penta-primary-dark: #0f5282;
    --penta-primary-light: #1a7ec4;
    --penta-primary-container: #1a7ec4;
    --penta-secondary: #3d7ab5;
    --penta-tertiary: #0d4d75;
    --penta-tertiary-fixed-dim: #8ec8f0;
    --penta-surface: #f9f9fc;
    --penta-surface-low: #f3f3f6;
    --penta-on-surface: #1a1c1e;
    --penta-on-surface-variant: #424654;
    --penta-outline-variant: #c3c6d7;
    --penta-inverse-surface: #2f3133;
    --penta-on-tertiary-fixed: #001e2b;
    --penta-primary-fixed-dim: #b8d9f0;
    --section-gap-md: 5rem;
    --section-gap-lg: 7.5rem;
    --penta-font-family: 'DM Sans', sans-serif;
    --penta-type-scale: 0.88;
    --heading-scale: 0.88;
    --page-hero-height: 360px;
}

html {
    font-size: 88%;
}

body {
    font-family: var(--penta-font-family);
    background-color: var(--penta-surface);
    color: var(--penta-on-surface);
    background-image: radial-gradient(circle, rgba(115, 118, 134, 0.15) 1px, transparent 1px);
    background-size: 24px 24px;
    padding-top: 7.5rem;
}

.site-logo {
    width: 370px;
    height: auto;
    max-height: 100px;
    object-fit: contain;
}

p {
    font-size:  1.1rem;
}

.small,
small {
    font-size:  1.1rem;
}

img {
    max-width: 100%;
    height: auto;
    image-rendering: auto;
}

.img-hq,
.page-hero-bg,
.hero-bg,
.brand-card-banner,
.brand-page-banner-img,
.card-img-top,
.product-card-img,
.about-media-img {
    object-fit: cover;
    object-position: center;
}

h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: var(--penta-font-family);
}

h1, .h1 { font-size: calc(2.5rem * var(--heading-scale)); }
h2, .h2 { font-size: calc(2rem * var(--heading-scale)); }
h3, .h3 { font-size: calc(1.75rem * var(--heading-scale)); }
h4, .h4 { font-size: calc(1.5rem * var(--heading-scale)); }
h5, .h5 { font-size: calc(1.25rem * var(--heading-scale)); }
h6, .h6 { font-size: calc(1rem * var(--heading-scale)); }

.display-1 { font-size: calc(5rem * var(--heading-scale)); }
.display-2 { font-size: calc(4.5rem * var(--heading-scale)); }
.display-3 { font-size: calc(3rem * var(--heading-scale)); line-height: 1.15; }
.display-4 { font-size: calc(2.5rem * var(--heading-scale)); }
.display-5 { font-size: calc(2rem * var(--heading-scale)); }
.display-6 { font-size: calc(1.5rem * var(--heading-scale)); }

.text-primary-penta { color: var(--penta-primary) !important; }
.text-muted-penta { color: #000000 !important; }
.bg-surface-low { background-color: var(--penta-surface-low) !important; }
.bg-primary-penta { background-color: var(--penta-primary) !important; }

.btn-gradient {
    background: linear-gradient(135deg, var(--penta-primary-light) 0%, var(--penta-primary) 100%);
    border: none;
    color: #fff;
    transition: all 0.3s ease;
}

.btn-gradient:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px -10px rgba(20, 104, 162, 0.5);
    color: #fff;
    background: linear-gradient(135deg, var(--penta-primary) 0%, var(--penta-primary-dark) 100%);
}

.text-gradient {
    background: linear-gradient(135deg, var(--penta-primary-light) 0%, var(--penta-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.navbar-penta {
    background: rgba(249, 249, 252, 0.92) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(195, 198, 215, 0.3);
    box-shadow: 0 4px 20px rgba(20, 104, 162, 0.08);
}

.navbar-penta .nav-link {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--penta-on-surface-variant);
}

.navbar-penta .nav-link:hover,
.navbar-penta .nav-link.active {
    color: var(--penta-primary);
}

.navbar-penta .nav-link.active {
    border-bottom: 2px solid var(--penta-primary);
}

.section-padding {
    padding-top: var(--section-gap-md);
    padding-bottom: var(--section-gap-md);
}

.page-content {
    padding-top: 2rem;
    padding-bottom: var(--section-gap-md);
}

@media (min-width: 768px) {
    .section-padding-lg {
        padding-top: var(--section-gap-lg);
        padding-bottom: var(--section-gap-lg);
    }
}

.hero-section {
    min-height: clamp(420px, 75vh, 85vh);
    position: relative;
    display: block;
    background-color: #0a2f4d;
    overflow: hidden;
}

.hero-section.carousel .carousel-inner {
    min-height: clamp(420px, 75vh, 85vh);
    position: relative;
    overflow: hidden;
}

.hero-section.carousel .carousel-item {
    min-height: clamp(420px, 75vh, 85vh);
    display: block;
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.hero-section.carousel.carousel-fade .carousel-item {
    transition: opacity 0.85s ease-in-out;
}

.hero-section .carousel-item {
    min-height: clamp(420px, 75vh, 85vh);
}

.hero-section.carousel .carousel-control-prev,
.hero-section.carousel .carousel-control-next,
.hero-section.carousel .carousel-indicators {
    z-index: 4;
}

.hero-section .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 1;
    mix-blend-mode: normal;
    object-fit: cover;
}

.hero-section .hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(8, 35, 58, 0.92) 0%,
        rgba(10, 47, 77, 0.78) 35%,
        rgba(20, 104, 162, 0.35) 65%,
        rgba(20, 104, 162, 0.08) 100%
    );
}

.hero-section .hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: clamp(420px, 75vh, 85vh);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.hero-section .hero-content h1 {
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
    line-height: 1.15;
}

.hero-section .hero-content .lead,
.hero-section .hero-content p {
    color: rgba(255, 255, 255, 0.95) !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.hero-section .hero-content .label-overline {
    color: #b8d9f0 !important;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

.hero-section .hero-content [class*="col-"] {
    max-width: 52rem;
}

@media (max-width: 767.98px) {
    .hero-section,
    .hero-section .carousel-item,
    .hero-section .hero-content,
    .hero-section.carousel .carousel-inner {
        min-height: 65vh;
    }
}

.card-penta {
    border: 1px solid rgba(195, 198, 215, 0.3);
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}

.card-penta:hover {
    box-shadow: 0 20px 40px rgba(0, 85, 212, 0.08);
    transform: translateY(-2px);
}

.card-penta .card-img-top {
    height: 12rem;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.card-penta:hover .card-img-top {
    transform: scale(1.05);
}

.icon-badge {
    width: 3rem;
    height: 3rem;
    background: var(--penta-primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -2.5rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 85, 212, 0.3);
}

.stats-section {
    background: linear-gradient(135deg, var(--penta-primary-light) 0%, var(--penta-primary) 100%);
}

.experience-badge {
    position: absolute;
    bottom: -2rem;
    right: -2rem;
    background: var(--penta-surface);
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e2e5;
    text-align: center;
}

.footer-penta {
    background-color: var(--penta-primary);
    color: rgba(255, 255, 255, 0.85);
}

.footer-penta a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-penta a:hover {
    color: #fff;
}

.footer-penta .footer-logo {
    max-height: 56px;
    width: auto;
    background: none !important;
    filter: brightness(13.5);
}

.footer-penta .footer-logo-on-dark {
    filter: brightness(13.5);
}

.footer-penta h6 {
    font-size: 110%;
}

.whatsapp-float {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1080;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
    color: #fff;
    transform: scale(1.08);
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.5);
}

.btn-outline-primary {
    --bs-btn-color: var(--penta-primary);
    --bs-btn-border-color: var(--penta-primary);
    --bs-btn-hover-bg: var(--penta-primary);
    --bs-btn-hover-border-color: var(--penta-primary);
    --bs-btn-active-bg: var(--penta-primary-dark);
    --bs-btn-active-border-color: var(--penta-primary-dark);
}

.text-primary-penta,
a.text-primary-penta {
    color: var(--penta-primary) !important;
}

.bg-primary {
    background-color: var(--penta-primary) !important;
}

.label-overline {
    font-size: 0.9625rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--penta-primary);
}

.section-divider {
    width: 4rem;
    height: 4px;
    background: var(--penta-primary);
    border-radius: 999px;
}

.our-services-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.our-services-panel {
    position: relative;
    border: 2px solid var(--penta-primary);
    border-radius: 1.25rem;
    background: #fff;
    padding: 2.75rem 1.5rem 1.75rem;
    margin-top: 1.25rem;
}

.our-services-ribbon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--penta-primary);
    color: #fff;
    padding: 0.55rem 2.25rem;
    font-family: var(--penta-font-family, 'Hanken Grotesk', sans-serif);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%);
    white-space: nowrap;
}

.our-services-list {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
}

.our-services-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.our-services-icon {
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
    color: var(--penta-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.our-services-icon svg {
    width: 3rem;
    height: 3rem;
    display: block;
    overflow: visible;
}

.our-services-label {
    font-family: var(--penta-font-family, 'Hanken Grotesk', sans-serif);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--penta-on-surface);
}

@media (max-width: 991.98px) {
    .our-services-panel {
        padding: 2.5rem 1.25rem 1.5rem;
    }

    .our-services-ribbon {
        font-size: 0.85rem;
        padding: 0.5rem 1.5rem;
    }

    .our-services-list {
        gap: 1.1rem;
    }
}

@media (max-width: 575.98px) {
    .our-services-ribbon {
        font-size: 0.78rem;
        padding: 0.45rem 1.1rem;
        white-space: normal;
        text-align: center;
        max-width: calc(100% - 2rem);
    }

    .our-services-label {
        font-size: 0.92rem;
    }
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 85, 212, 0.12);
}

.ambient-shadow {
    box-shadow: 0 4px 20px rgba(0, 85, 212, 0.08);
}

.page-hero {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: var(--page-hero-height);
    max-height: var(--page-hero-height);
    height: var(--page-hero-height);
}

.page-hero.page-hero-compact,
.page-hero.about-hero,
.page-hero.brand-detail-page,
.page-hero.brands-page-hero {
    min-height: var(--page-hero-height);
    max-height: var(--page-hero-height);
    height: var(--page-hero-height);
}

.brands-list-section,
.section-padding.brands-list-section {
    padding-top: 25px;
}

.page-hero .page-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.page-hero .page-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to right, var(--penta-surface), rgba(249, 249, 252, 0.8), transparent);
}

.page-hero .page-hero-content {
    position: relative;
    z-index: 2;
    margin-top: 0;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.page-hero-compact .page-hero-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.products-filter-section {
    padding: 1.25rem 0 0;
}

.products-list-section {
    padding-top: 2rem !important;
}

.products-intro p {
    font-size: 1rem;
    line-height: 1.7;
}

.filter-label {
    font-size: 0.75rem;
}

.product-card-image {
    height: 10rem;
}

.product-card-img {
    max-height: 8rem;
    object-fit: contain;
}

.product-card-title {
    font-size: 0.95rem;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.badge-penta {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
}

.badge-featured { background: rgba(0, 102, 136, 0.2); color: var(--penta-tertiary); }
.badge-case-study { background: rgba(148, 178, 254, 0.2); color: var(--penta-secondary); }
.badge-insight { background: rgba(195, 198, 215, 0.3); color: var(--penta-on-surface-variant); }

.form-control-penta,
.form-select-penta {
    background-color: var(--penta-surface-low);
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0.25rem 0.25rem 0 0;
    padding: 0.75rem 1rem;
}

.form-control-penta:focus,
.form-select-penta:focus {
    background-color: #fff;
    border-bottom-color: var(--penta-primary);
    box-shadow: none;
}

.bento-card {
    border-radius: 0.75rem;
    overflow: hidden;
    min-height: 300px;
    position: relative;
}

.bento-card .bento-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 28, 30, 0.9), rgba(26, 28, 30, 0.4), transparent);
}

.bento-card .bento-content {
    position: relative;
    z-index: 2;
}

/* ── Top page loader ── */
.page-loader-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    width: 0;
    z-index: 10000;
    background: linear-gradient(90deg, var(--penta-primary-light) 0%, var(--penta-primary) 50%, var(--penta-primary-light) 100%);
    background-size: 200% 100%;
    box-shadow: 0 0 14px rgba(20, 104, 162, 0.55);
    opacity: 0;
    pointer-events: none;
    transition: width 0.28s ease, opacity 0.2s ease;
}

.page-loader-bar.is-active {
    opacity: 1;
}

.page-loader-bar.is-blinking {
    animation: page-loader-blink 0.75s ease-in-out infinite;
}

.page-loader-bar.is-complete {
    transition: width 0.22s ease, opacity 0.2s ease;
}

@keyframes page-loader-blink {
    0%, 100% {
        opacity: 1;
        filter: brightness(1);
    }

    50% {
        opacity: 0.55;
        filter: brightness(1.35);
    }
}

img[loading="lazy"] {
    background-color: rgb(255 255 255 / 0%);
}

.img-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 4rem;
    color: var(--penta-primary);
    opacity: 0.35;
    background: var(--penta-surface-low);
}

.img-placeholder i {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    line-height: 1;
}

.product-card-image .img-placeholder,
.brand-card-logo.img-placeholder,
.brand-detail-logo.img-placeholder {
    width: 100%;
    min-height: 6rem;
}

.product-card-image .img-placeholder {
    min-height: 8rem;
}

.ratio .img-placeholder,
.ratio-4x3 .img-placeholder {
    position: absolute;
    inset: 0;
}

.table .img-placeholder.rounded {
    width: 50px;
    height: 50px;
    min-height: 50px;
}

.table .img-placeholder.brand-admin-thumb {
    width: 60px;
    height: 40px;
    min-height: 40px;
}

/* ── Brand listing cards ── */
.brand-card {
    display: block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

.brand-card-simple .brand-card-inner {
    min-height: 9rem;
    padding: 1.5rem 1.25rem;
}

.brand-card-simple .brand-card-logo,
.brand-card-simple .img-placeholder.brand-card-logo {
    max-height: 3.5rem;
    max-width: 80%;
    min-height: 3.5rem;
}

.brand-card-simple .img-placeholder.brand-card-logo {
    width: 3.5rem;
}

.brand-card-banner-wrap {
    max-height: 160px;
    overflow: hidden;
    background: var(--penta-surface-low);
}

.brand-card-banner {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.35s ease;
}

.brand-card:hover .brand-card-banner,
.brand-card:focus-visible .brand-card-banner {
    transform: scale(1.04);
}

.brand-card:hover,
.brand-card:focus-visible {
    color: inherit;
    outline: none;
}

.brand-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    padding: 1.25rem 1.25rem 1.5rem;
    min-height: 8.5rem;
    width: 100%;
}

.brand-card-logo {
    max-height: 3.5rem;
    max-width: 80%;
    object-fit: contain;
    transition: transform 0.25s ease;
}

.brand-card:hover .brand-card-logo {
    transform: scale(1.05);
}

.brand-card-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: rgba(20, 104, 162, 0.1);
    color: var(--penta-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.brand-card-name {
    font-family: var(--penta-font-family);
    font-weight: 700;
    font-size: 1rem;
    color: var(--penta-on-surface);
    line-height: 1.3;
}

.brand-card-cta {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--penta-primary);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.brand-card:hover .brand-card-cta,
.brand-card:focus-visible .brand-card-cta {
    opacity: 1;
    transform: translateY(0);
}

.brand-detail-logo {
    max-height: 72px;
    width: auto;
    object-fit: contain;
    background: transparent;
}

.brand-detail-body {
    padding-top: 20px;
}

.brand-short-description p:last-child {
    margin-bottom: 0;
}

.brand-detail-page .brand-detail-title {
    font-size: clamp(1.4rem, 2.4vw, 1.8rem);
    line-height: 1.2;
}

.brand-detail-page .brand-detail-heading,
.brand-detail-body .brand-detail-heading {
    font-size: clamp(1.08rem, 1.76vw, 1.32rem);
    line-height: 1.3;
}

.btn-brand-website {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.85);
    color: var(--penta-primary);
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(26, 28, 30, 0.12);
}

.btn-brand-website:hover,
.btn-brand-website:focus {
    background: #f3f8fc;
    border-color: #fff;
    color: var(--penta-primary-dark);
}

/* ── Career detail ── */
.career-detail-body {
    padding-top: 3rem;
}

.career-detail-block + .career-detail-block {
    margin-top: 0;
}

.career-rich-content ul,
.career-rich-content ol {
    padding-left: 1.25rem;
}

.career-apply-card {
    border-radius: 1rem;
    scroll-margin-top: 6.5rem;
}

#apply {
    scroll-margin-top: 6.5rem;
}

/* ── Enquiry modal ── */
.enquiry-modal {
    z-index: 1090 !important;
}

body.enquiry-modal-open .whatsapp-float {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* ── Career apply modal ── */
.career-apply-modal {
    z-index: 1090 !important;
}

body.career-apply-modal-open .modal-backdrop,
body.enquiry-modal-open .modal-backdrop {
    z-index: 1085 !important;
}

body.career-apply-modal-open .whatsapp-float {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.enquiry-modal-content {
    border-radius: 1.25rem;
    box-shadow: 0 28px 80px rgba(10, 47, 77, 0.28);
    position: relative;
}

.enquiry-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 5;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    padding: 0.65rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.enquiry-modal-panel {
    background: linear-gradient(160deg, var(--penta-primary-dark) 0%, var(--penta-primary) 55%, var(--penta-primary-light) 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.enquiry-modal-panel::before,
.enquiry-modal-panel::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.enquiry-modal-panel::before {
    width: 220px;
    height: 220px;
    top: -70px;
    right: -60px;
}

.enquiry-modal-panel::after {
    width: 160px;
    height: 160px;
    bottom: -50px;
    left: -40px;
}

.enquiry-modal-panel-inner {
    position: relative;
    z-index: 1;
    padding: 2.5rem 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.enquiry-modal-badge {
    width: 3rem;
    height: 3rem;
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
}

.enquiry-modal-heading {
    font-family: var(--penta-font-family);
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.enquiry-modal-subtitle {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.enquiry-modal-product-preview {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.85rem;
    padding: 0.85rem 1rem;
    margin-bottom: 1.5rem;
}

.enquiry-modal-product-label {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.8;
    margin-bottom: 0.25rem;
}

.enquiry-modal-features {
    list-style: none;
    padding: 0;
    margin: auto 0 0;
}

.enquiry-modal-features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    margin-bottom: 0.65rem;
    color: rgba(255, 255, 255, 0.92);
}

.enquiry-modal-features i {
    color: #b8d9f0;
}

.enquiry-modal-form {
    padding: 2rem 1.75rem;
}

.enquiry-label {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--penta-on-surface-variant);
    margin-bottom: 0.35rem;
}

.enquiry-input-wrap {
    position: relative;
}

.enquiry-input-wrap i {
    position: absolute;
    left: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--penta-primary);
    opacity: 0.7;
    pointer-events: none;
}

.enquiry-input-wrap .enquiry-input {
    padding-left: 2.5rem;
}

.enquiry-input {
    background: var(--penta-surface-low);
    border: 1px solid transparent;
    border-radius: 0.65rem;
    padding: 0.7rem 0.9rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.enquiry-input:focus {
    background: #fff;
    border-color: rgba(20, 104, 162, 0.35);
    box-shadow: 0 0 0 0.2rem rgba(20, 104, 162, 0.12);
}

.enquiry-textarea {
    min-height: 7rem;
    resize: vertical;
}

@media (max-width: 991.98px) {
    .enquiry-modal-form {
        padding: 1.5rem 1.25rem 1.75rem;
    }

    .enquiry-modal-form-header {
        margin-bottom: 1.25rem;
        padding-top: 0.5rem;
        padding-right: 2rem;
    }
}

/* ── About Us page ── */
.about-page {
    --about-section-space: 4.5rem;
    --about-block-space: 2.5rem;
    --about-heading-space: 2rem;
}

.about-hero .about-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(8, 35, 58, 0.82) 0%,
        rgba(20, 104, 162, 0.55) 100%
    );
}

.about-hero .page-hero-content {
    position: relative;
    z-index: 2;
}

.about-hero-breadcrumb .breadcrumb-item,
.about-hero-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.875rem;
}

.about-hero-breadcrumb .breadcrumb-item a:hover {
    color: #fff;
}

.about-hero-breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.about-hero-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.55);
}

.about-page-heading {
    font-family: var(--penta-font-family);
    font-weight: 700;
    color: var(--penta-on-surface);
    text-align: left;
    margin: 0 0 var(--about-heading-space);
    line-height: 1.2;
}

.about-page-heading::after {
    content: '';
    display: block;
    width: 3rem;
    height: 4px;
    margin-top: 0.85rem;
    border-radius: 999px;
    background: var(--penta-primary);
}

.about-page-heading-hero {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    color: #fff;
    margin-bottom: 0;
}

.about-page-heading-hero::after {
    display: none;
}

.about-page h2.about-page-heading {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
}

.about-page-heading-sub {
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    margin-bottom: 1.25rem;
}

.about-page-heading-sub::after {
    width: 2.25rem;
    height: 3px;
    margin-top: 0.65rem;
}

.about-page-section {
    padding-top: var(--about-section-space);
    padding-bottom: var(--about-section-space);
    position: relative;
    isolation: isolate;
    content-visibility: visible;
    contain-intrinsic-size: auto;
    clear: both;
}

.about-page-section + .about-page-section {
    border-top: 1px solid rgba(195, 198, 215, 0.45);
}

.about-page-section-alt {
    background-color: var(--penta-surface-low);
}

.about-page-section-tight {
    padding-top: 0;
}

.about-vision-mission-grid {
    margin-top: 0;
}

.about-block-spaced {
    margin-top: var(--about-block-space);
}

.about-journey-blocks {
    display: grid;
    gap: var(--about-block-space);
}

.about-practices-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.about-practice-card {
    background: #fff;
    border: 1px solid rgba(195, 198, 215, 0.35);
    border-radius: 1rem;
    padding: 1.5rem 1.5rem 1.35rem;
    box-shadow: 0 8px 24px rgba(20, 104, 162, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    height: 100%;
}

.about-practice-card:hover {
    transform: translateY(-4px);
    border-color: rgba(20, 104, 162, 0.28);
    box-shadow: 0 16px 32px rgba(20, 104, 162, 0.1);
}

.about-practice-card:nth-child(7) {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0 auto;
    width: 100%;
}

.about-practice-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.about-practice-number {
    font-family: var(--penta-font-family);
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    color: rgba(20, 104, 162, 0.15);
}

.about-practice-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.65rem;
    background: rgba(20, 104, 162, 0.1);
    color: var(--penta-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}

.about-practice-text {
    color: var(--penta-on-surface-variant);
    font-size: 0.96rem;
    line-height: 1.7;
    margin: 0;
}

.about-prose {
    color: var(--penta-on-surface-variant);
    font-size: 1.05rem;
    line-height: 1.85;
    margin-bottom: 0;
}

.about-content-panel p + p {
    margin-top: 1.25rem;
}

.about-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: var(--about-block-space);
    align-items: center;
}

.about-split-reverse .about-split-media {
    order: 2;
}

.about-split-reverse .about-split-content {
    order: 1;
}

.about-media-frame {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(20, 104, 162, 0.1);
    border: 1px solid rgba(195, 198, 215, 0.35);
}

.about-media-img {
    width: 100%;
    height: 100%;
    min-height: 18rem;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
}

.about-media-frame:hover .about-media-img {
    transform: scale(1.02);
}

.about-content-panel {
    background: #fff;
    border: 1px solid rgba(195, 198, 215, 0.35);
    border-radius: 1rem;
    padding: 2rem 2.25rem;
    box-shadow: 0 8px 24px rgba(20, 104, 162, 0.05);
    height: 100%;
}

.about-content-panel-accent {
    border-top: 3px solid var(--penta-primary);
}

.about-mission-closing {
    background: #fff;
    border-left: 3px solid var(--penta-primary);
    border-radius: 0 0.75rem 0.75rem 0;
    box-shadow: 0 8px 24px rgba(20, 104, 162, 0.05);
}

@media (max-width: 991.98px) {
    .about-page {
        --about-section-space: 3.5rem;
        --about-block-space: 2rem;
        --about-heading-space: 1.5rem;
    }

    .about-split,
    .about-split-reverse {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .about-split-reverse .about-split-media,
    .about-split-reverse .about-split-content {
        order: unset;
    }

    .about-media-img {
        min-height: 15rem;
    }

    .about-practices-grid {
        grid-template-columns: 1fr;
    }

    .about-practice-card:nth-child(7) {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .about-page {
        --about-section-space: 3rem;
        --about-block-space: 1.75rem;
    }

    .about-content-panel {
        padding: 1.35rem 1.25rem;
    }
}

/* ── Global responsive (mobile & tablet) ── */
html {
    overflow-x: clip;
}

img,
video {
    max-width: 100%;
    height: auto;
}

.navbar-penta .navbar-toggler {
    border-color: rgba(20, 104, 162, 0.25);
    padding: 0.4rem 0.55rem;
}

.navbar-penta .navbar-collapse {
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
}

.navbar-penta .nav-link.active {
    border-bottom: none;
}

@media (min-width: 992px) {
    .navbar-penta .nav-link.active {
        border-bottom: 2px solid var(--penta-primary);
    }
}

@media (max-width: 1199.98px) {
    :root {
        --section-gap-md: 3.5rem;
        --section-gap-lg: 5rem;
    }

    .display-5 {
        font-size: calc(1.85rem * var(--heading-scale));
    }

    .page-hero .page-hero-content {
        margin-top: 0 !important;
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .hero-section,
    .hero-section .carousel-item,
    .hero-section .hero-content {
        min-height: 60vh;
    }

    .experience-badge {
        position: static;
        margin-top: 1.5rem;
        right: auto;
        bottom: auto;
    }

    .whatsapp-float {
        right: 0.85rem;
        bottom: 0.85rem;
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
    }

    .enquiry-modal .modal-dialog {
        margin: 0.75rem;
    }
}

@media (max-width: 991.98px) {
    body {
        padding-top: 5rem;
    }

    .site-logo {
        height: auto;
        max-height: max-content;
        width: 260px;
    }

    .section-padding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .section-padding.brands-list-section {
        padding-top: 25px;
    }

    .footer-penta .row > [class*="col-"] {
        margin-bottom: 0.5rem;
    }

    .brand-card-inner {
        min-height: 9.5rem;
        padding: 1.25rem 0.85rem;
    }

    .btn-gradient:hover {
        transform: none;
    }

    .card-penta:hover,
    .brand-card:hover,
    .hover-lift:hover {
        transform: none;
    }
}

@media (max-width: 767.98px) {
    body {
        padding-top: 4rem;
    }

    :root {
        --section-gap-md: 2.5rem;
        --section-gap-lg: 3.5rem;
    }

    .section-padding {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .section-padding.brands-list-section {
        padding-top: 25px;
    }

    .page-hero-compact .page-hero-content {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .page-hero-compact h1 {
        font-size: 1.65rem;
    }

    .page-hero-compact .lead {
        font-size: 1rem;
    }

    .products-filter-section {
        padding-top: 1rem;
    }

    .products-list-section {
        padding-top: 1.5rem !important;
    }

    .product-card-image {
        height: 8.5rem;
    }

    .hero-section,
    .hero-section .carousel-item,
    .hero-section .hero-content,
    .hero-section.carousel .carousel-inner {
        min-height: 55vh;
    }

    .navbar-penta .nav-link {
        padding-top: 0.55rem;
        padding-bottom: 0.55rem;
    }

    .breadcrumb {
        font-size: 0.85rem;
        flex-wrap: wrap;
    }

    .display-6 {
        font-size: calc(1.5rem * var(--heading-scale));
    }

    .about-page-section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .page-content {
        padding-top: 1.25rem;
    }

    .product-card-title {
        font-size: 0.875rem;
    }

    .card-penta .card-body {
        padding: 0.85rem;
    }

    .card-penta .btn-sm {
        font-size: 0.8rem;
        padding: 0.35rem 0.65rem;
    }

    .page-hero .page-hero-content h1,
    .page-hero .page-hero-content .display-4 {
        font-size: calc(1.65rem * var(--heading-scale));
    }

    .page-hero .page-hero-content .lead {
        font-size: 1rem;
    }

    .product-detail-actions .btn {
        width: 100%;
    }

    .contact-submit-wrap {
        text-align: center !important;
    }

    .contact-submit-wrap .btn {
        width: 100%;
    }
}

.contact-map-frame {
    border: 0;
    width: 100%;
    height: 100%;
}

/* Page-specific responsive */
.page-intro {
    margin-bottom: 2rem;
}

.page-intro .lead {
    font-size: 1.05rem;
}

.news-featured-media {
    min-height: 220px;
}

.product-detail-actions {
    flex-wrap: wrap;
}

.product-main-image img,
.product-main-image .img-placeholder {
    object-fit: contain !important;
    object-position: center;
    width: 100%;
    height: 100%;
}

.product-related-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10rem;
    padding: 0.75rem;
    background: var(--penta-surface-low);
    border-bottom: 1px solid rgba(195, 198, 215, 0.35);
}

.product-related-card .product-related-img,
.product-related-card .img-placeholder {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center;
}

.product-related-card:hover .product-related-img {
    transform: none;
}

.product-description,
.product-specifications,
.brand-short-description,
.brand-description,
.application-description {
    overflow-wrap: anywhere;
}

.product-description table,
.product-specifications table,
.brand-description table,
.application-description table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.page-hero-brand {
    flex-wrap: wrap;
}

.page-hero-brand img {
    max-height: 48px;
}

.article-content {
    overflow-wrap: anywhere;
}

.article-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 992px) {
    .article-sidebar {
        position: sticky;
        top: 6rem;
    }
}

@media (max-width: 767.98px) {
    .page-content {
        padding-top: 1.5rem;
        padding-bottom: 2.5rem;
    }

    .page-intro {
        margin-bottom: 1.5rem;
    }

    .page-intro h1 {
        font-size: 1.85rem;
    }

    .page-intro .lead {
        font-size: 1rem;
    }

    .news-featured-media {
        min-height: 200px;
        position: relative !important;
    }

    .news-featured-media img {
        position: relative !important;
        height: auto;
        min-height: 200px;
    }

    .product-detail-section {
        margin-top: 2.5rem !important;
        padding-top: 1.5rem !important;
    }

    .row.g-5 {
        --bs-gutter-y: 2rem;
    }

    .products-filter-section .card {
        padding: 1rem !important;
    }

    .products-filter-section .btn-gradient {
        margin-top: 0.25rem;
    }
}