:root {
    --edix-navy: #071b33;
    --edix-blue: #0b5ed7;
    --edix-blue-dark: #0847a6;
    --edix-teal: #10b7b2;
    --edix-cyan: #36d4ff;
    --edix-dark: #07111f;
    --edix-muted: #64748b;
    --edix-light: #f5f8fc;
    --edix-white: #ffffff;
    --edix-border: #e5edf6;
    --edix-shadow: 0 20px 60px rgba(7, 27, 51, 0.12);
    --edix-radius: 24px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    color: var(--edix-dark);
    background: var(--edix-white);
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.section-padding {
    padding: 90px 0;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(16, 183, 178, 0.1);
    color: var(--edix-blue-dark);
    font-size: 0.86rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.section-badge.light {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 850;
    letter-spacing: -0.04em;
    color: var(--edix-navy);
    margin-bottom: 16px;
}

.section-lead {
    font-size: 1.08rem;
    line-height: 1.8;
    color: var(--edix-muted);
    margin-bottom: 25px;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 48px;
}

.section-heading p {
    color: var(--edix-muted);
    font-size: 1.02rem;
    line-height: 1.7;
}

.btn-edix-primary {
    background: linear-gradient(135deg, var(--edix-blue), var(--edix-teal));
    color: #ffffff !important;
    border: 0;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 750;
    box-shadow: 0 12px 30px rgba(11, 94, 215, 0.25);
}

.btn-edix-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 40px rgba(11, 94, 215, 0.32);
}

.btn-edix-outline {
    border: 1px solid rgba(11, 94, 215, 0.18);
    color: var(--edix-blue-dark);
    background: rgba(255, 255, 255, 0.75);
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 750;
}

.btn-edix-outline:hover {
    border-color: var(--edix-blue);
    color: var(--edix-blue);
    background: #ffffff;
}

.btn-edix-ghost {
    border: 1px solid rgba(255, 255, 255, 0.32);
    color: #ffffff;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 750;
}

.btn-edix-ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(7, 27, 51, 0.06);
}

.top-bar {
    background: var(--edix-navy);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.84rem;
}

.top-bar-content {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-left {
    display: flex;
    align-items: center;
    gap: 22px;
}

.top-left span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.top-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.top-right a {
    color: rgba(255, 255, 255, 0.78);
}

.top-right a:hover {
    color: var(--edix-cyan);
}

.main-navbar {
    min-height: 78px;
}

.brand-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--edix-blue), var(--edix-teal));
    display: grid;
    place-items: center;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(11, 94, 215, 0.24);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-text strong {
    color: var(--edix-navy);
    font-size: 1.25rem;
    letter-spacing: 0.05em;
}

.brand-text small {
    color: var(--edix-muted);
    font-size: 0.76rem;
    font-weight: 700;
}

.navbar-nav .nav-link {
    color: #24364d;
    font-weight: 700;
    padding: 10px 14px !important;
}

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

.custom-toggler {
    border: 0;
    color: var(--edix-navy);
    font-size: 1.8rem;
}

/* Hero */
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0 48px;
    background:
        radial-gradient(circle at 15% 15%, rgba(16, 183, 178, 0.18), transparent 35%),
        radial-gradient(circle at 85% 10%, rgba(11, 94, 215, 0.14), transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.hero-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(20px);
    opacity: 0.6;
    pointer-events: none;
}

.hero-glow-one {
    width: 250px;
    height: 250px;
    background: rgba(54, 212, 255, 0.22);
    left: -80px;
    bottom: 100px;
}

.hero-glow-two {
    width: 320px;
    height: 320px;
    background: rgba(16, 183, 178, 0.16);
    right: -120px;
    top: 80px;
}

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

.hero-content h1 {
    font-size: clamp(2.5rem, 5.2vw, 5rem);
    line-height: 1;
    letter-spacing: -0.065em;
    font-weight: 900;
    color: var(--edix-navy);
    margin-bottom: 22px;
}

.hero-content p {
    color: var(--edix-muted);
    font-size: 1.1rem;
    line-height: 1.85;
    max-width: 620px;
    margin-bottom: 28px;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 36px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 560px;
}

.hero-stats div {
    padding: 18px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(7, 27, 51, 0.06);
}

.hero-stats strong {
    display: block;
    color: var(--edix-blue);
    font-size: 1.05rem;
}

.hero-stats span {
    color: var(--edix-muted);
    font-size: 0.85rem;
    font-weight: 650;
}

/* Dashboard mock */
.hero-dashboard-card {
    position: relative;
    z-index: 2;
}

.dashboard-window {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(229, 237, 246, 0.8);
    border-radius: 30px;
    box-shadow: var(--edix-shadow);
    backdrop-filter: blur(16px);
    overflow: hidden;
}

.dashboard-top {
    height: 48px;
    background: var(--edix-navy);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 18px;
}

.dashboard-top span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.dashboard-top span:nth-child(1) {
    background: #ff6b6b;
}

.dashboard-top span:nth-child(2) {
    background: #ffd166;
}

.dashboard-top span:nth-child(3) {
    background: #06d6a0;
}

.dashboard-body {
    padding: 26px;
}

.dashboard-header-line,
.dashboard-footer-line,
.progress-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-header-line small {
    color: var(--edix-muted);
    font-weight: 700;
}

.dashboard-header-line h4 {
    color: var(--edix-navy);
    font-weight: 850;
    margin: 4px 0 0;
}

.dashboard-status {
    background: rgba(16, 183, 178, 0.12);
    color: var(--edix-teal);
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 850;
    font-size: 0.8rem;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 24px 0;
}

.dash-mini-card {
    padding: 20px;
    border: 1px solid var(--edix-border);
    border-radius: 20px;
    background: #ffffff;
}

.dash-mini-card i {
    color: var(--edix-blue);
    font-size: 1.5rem;
}

.dash-mini-card span {
    display: block;
    color: var(--edix-muted);
    margin-top: 10px;
    font-size: 0.82rem;
    font-weight: 700;
}

.dash-mini-card strong {
    display: block;
    color: var(--edix-navy);
    margin-top: 4px;
    font-size: 1rem;
}

.progress-item {
    margin-bottom: 18px;
}

.progress-label {
    margin-bottom: 8px;
    color: var(--edix-muted);
    font-weight: 700;
    font-size: 0.86rem;
}

.progress-label strong {
    color: var(--edix-navy);
}

.progress {
    height: 9px;
    background: #e8f0f8;
    border-radius: 999px;
}

.progress-bar {
    background: linear-gradient(135deg, var(--edix-blue), var(--edix-teal));
    border-radius: 999px;
}

.dashboard-footer-line {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
    color: var(--edix-muted);
    font-size: 0.86rem;
    font-weight: 700;
}

.dashboard-footer-line i {
    color: var(--edix-teal);
}

.trusted-strip {
    margin-top: 70px;
    padding: 20px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    box-shadow: 0 16px 40px rgba(7, 27, 51, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px 30px;
}

.trusted-strip span {
    color: var(--edix-muted);
    font-weight: 800;
}

.trusted-strip div {
    color: var(--edix-navy);
    font-weight: 850;
}

/* About */
.about-preview-section {
    background: #ffffff;
}

.about-feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.about-feature-list div {
    padding: 16px 18px;
    border: 1px solid var(--edix-border);
    border-radius: 18px;
    color: var(--edix-navy);
    font-weight: 750;
    background: var(--edix-light);
}

.about-feature-list i {
    color: var(--edix-teal);
    margin-right: 8px;
}

/* Services */
.services-section {
    background: var(--edix-light);
}

.service-card {
    height: 100%;
    padding: 30px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    border-radius: var(--edix-radius);
    box-shadow: 0 14px 36px rgba(7, 27, 51, 0.06);
    transition: 0.25s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--edix-shadow);
}

.service-icon,
.product-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: rgba(11, 94, 215, 0.1);
    color: var(--edix-blue);
    display: grid;
    place-items: center;
    font-size: 1.55rem;
    margin-bottom: 20px;
}

.service-card h4 {
    color: var(--edix-navy);
    font-weight: 850;
    margin-bottom: 12px;
}

.service-card p {
    color: var(--edix-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

/* Products */
.products-section {
    background: #ffffff;
}

.product-card {
    height: 100%;
    padding: 34px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    box-shadow: 0 14px 36px rgba(7, 27, 51, 0.06);
    transition: 0.25s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--edix-shadow);
}

.product-card.highlighted {
    background: linear-gradient(180deg, #f8fcff, #ffffff);
    border-color: rgba(16, 183, 178, 0.35);
}

.product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.product-top .product-icon {
    margin-bottom: 0;
}

.product-top span {
    color: var(--edix-blue);
    font-weight: 850;
}

.product-card h3 {
    color: var(--edix-navy);
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.product-card p {
    color: var(--edix-muted);
    line-height: 1.7;
}

.product-card ul {
    padding-left: 0;
    list-style: none;
    margin: 22px 0;
}

.product-card li {
    color: #334155;
    margin-bottom: 10px;
    font-weight: 650;
}

.product-card li::before {
    content: "✓";
    color: var(--edix-teal);
    font-weight: 900;
    margin-right: 8px;
}

.product-card a {
    color: var(--edix-blue);
    font-weight: 850;
}

/* CTA */
.cta-section {
    padding: 40px 0 90px;
    background: #ffffff;
}

.cta-card {
    padding: 54px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 90% 10%, rgba(54, 212, 255, 0.18), transparent 32%),
        linear-gradient(135deg, var(--edix-navy), #0b3b69);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    box-shadow: var(--edix-shadow);
}

.cta-card h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
    letter-spacing: -0.05em;
    margin-bottom: 14px;
}

.cta-card p {
    color: rgba(255, 255, 255, 0.78);
    max-width: 760px;
    line-height: 1.7;
    margin-bottom: 0;
}

.cta-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

/* Footer */
.site-footer {
    background: var(--edix-navy);
    color: rgba(255, 255, 255, 0.72);
}

.footer-main {
    padding: 70px 0;
}

.footer-brand p {
    margin: 22px 0;
    line-height: 1.8;
}

.footer-brand-wrap .brand-text strong,
.footer-brand-wrap .brand-text small {
    color: #ffffff;
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.footer-socials a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.footer-socials a:hover {
    background: var(--edix-teal);
}

.site-footer h5 {
    color: #ffffff;
    font-weight: 850;
    margin-bottom: 20px;
}

.site-footer ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.site-footer li {
    margin-bottom: 12px;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.72);
}

.site-footer a:hover {
    color: var(--edix-cyan);
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact i {
    color: var(--edix-teal);
}

.btn-footer-cta {
    margin-top: 18px;
    background: #ffffff;
    color: var(--edix-navy);
    border-radius: 999px;
    font-weight: 850;
    padding: 11px 20px;
}

.btn-footer-cta:hover {
    background: var(--edix-cyan);
    color: var(--edix-navy);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 991px) {
    .main-navbar {
        min-height: 70px;
    }

    .navbar-collapse {
        padding: 16px 0 20px;
    }

    .hero-section {
        padding: 70px 0 40px;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .trusted-strip {
        justify-content: flex-start;
    }

    .cta-card {
        padding: 36px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 65px 0;
    }

    .hero-content h1 {
        font-size: 2.75rem;
    }

    .dashboard-grid {
        grid-template-columns: 1fr;
    }

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

    .cta-card {
        padding: 28px;
        border-radius: 26px;
    }
}
/* Inner Page Hero */
.inner-hero {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(54, 212, 255, 0.18), transparent 34%),
        radial-gradient(circle at 90% 10%, rgba(16, 183, 178, 0.16), transparent 30%),
        linear-gradient(135deg, var(--edix-navy), #0b3b69);
    color: #ffffff;
}

.inner-hero-glow {
    position: absolute;
    width: 320px;
    height: 320px;
    right: -120px;
    bottom: -140px;
    border-radius: 999px;
    background: rgba(54, 212, 255, 0.22);
    filter: blur(24px);
    pointer-events: none;
}

.inner-hero h1 {
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.06em;
    margin-bottom: 22px;
}

.inner-hero p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.1rem;
    line-height: 1.85;
    max-width: 740px;
    margin-bottom: 30px;
}

.inner-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.about-hero-card {
    position: relative;
    padding: 34px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.about-hero-card-icon {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.14);
    color: var(--edix-cyan);
    display: grid;
    place-items: center;
    font-size: 2rem;
    margin-bottom: 22px;
}

.about-hero-card h3 {
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.about-hero-card p {
    font-size: 0.98rem;
    margin-bottom: 24px;
}

.about-hero-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.about-hero-mini-grid div {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
}

.about-hero-mini-grid strong {
    display: block;
    color: #ffffff;
    font-weight: 900;
}

.about-hero-mini-grid span {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.82rem;
    margin-top: 4px;
}

/* About Page */
.about-company-section {
    background: #ffffff;
}

.about-text {
    color: var(--edix-muted);
    line-height: 1.85;
    margin-bottom: 26px;
}

.about-check-list {
    display: grid;
    gap: 14px;
}

.about-check-list div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 18px;
    border-radius: 18px;
    background: var(--edix-light);
    border: 1px solid var(--edix-border);
    color: var(--edix-navy);
    font-weight: 750;
}

.about-check-list i {
    color: var(--edix-teal);
}

.about-image-panel {
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    box-shadow: var(--edix-shadow);
}

.about-panel-top {
    height: 48px;
    background: var(--edix-navy);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
}

.about-panel-top span {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
}

.about-panel-top span:nth-child(1) {
    background: #ff6b6b;
}

.about-panel-top span:nth-child(2) {
    background: #ffd166;
}

.about-panel-top span:nth-child(3) {
    background: #06d6a0;
}

.about-panel-body {
    padding: 28px;
}

.about-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.about-panel-header small {
    color: var(--edix-muted);
    font-weight: 700;
}

.about-panel-header h4 {
    color: var(--edix-navy);
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 4px 0 0;
}

.about-panel-status {
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(16, 183, 178, 0.1);
    color: var(--edix-teal);
    font-size: 0.82rem;
    font-weight: 850;
}

.about-solution-list {
    display: grid;
    gap: 14px;
}

.about-solution-list > div {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid var(--edix-border);
    background: var(--edix-light);
}

.about-solution-list i {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(11, 94, 215, 0.1);
    color: var(--edix-blue);
    font-size: 1.25rem;
}

.about-solution-list strong {
    display: block;
    color: var(--edix-navy);
    font-weight: 850;
    margin-bottom: 4px;
}

.about-solution-list span {
    color: var(--edix-muted);
    line-height: 1.55;
    font-size: 0.92rem;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 60px;
}

.about-stat-card {
    padding: 24px;
    border-radius: 24px;
    background: var(--edix-light);
    border: 1px solid var(--edix-border);
}

.about-stat-card i {
    color: var(--edix-blue);
    font-size: 1.8rem;
    margin-bottom: 16px;
}

.about-stat-card strong {
    display: block;
    color: var(--edix-navy);
    font-size: 1.08rem;
    font-weight: 900;
    margin-bottom: 8px;
}

.about-stat-card span {
    display: block;
    color: var(--edix-muted);
    line-height: 1.65;
    font-size: 0.92rem;
}

/* Mission, Vision, Values */
.mission-vision-section {
    background: var(--edix-light);
}

.mission-card {
    height: 100%;
    padding: 36px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    box-shadow: 0 14px 36px rgba(7, 27, 51, 0.06);
}

.mission-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: rgba(16, 183, 178, 0.1);
    color: var(--edix-teal);
    display: grid;
    place-items: center;
    font-size: 1.7rem;
    margin-bottom: 22px;
}

.mission-card h3 {
    color: var(--edix-navy);
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.mission-card p {
    color: var(--edix-muted);
    line-height: 1.8;
    margin-bottom: 0;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 28px;
}

.value-card {
    padding: 26px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    transition: 0.25s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--edix-shadow);
}

.value-card i {
    color: var(--edix-blue);
    font-size: 1.7rem;
    margin-bottom: 16px;
}

.value-card h4 {
    color: var(--edix-navy);
    font-weight: 900;
    margin-bottom: 10px;
}

.value-card p {
    color: var(--edix-muted);
    line-height: 1.65;
    margin-bottom: 0;
}

/* Why EDIX */
.why-edix-section {
    background: #ffffff;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.why-card {
    padding: 28px;
    border-radius: 26px;
    background: var(--edix-light);
    border: 1px solid var(--edix-border);
    transition: 0.25s ease;
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--edix-shadow);
    background: #ffffff;
}

.why-card i {
    color: var(--edix-teal);
    font-size: 1.85rem;
    margin-bottom: 18px;
}

.why-card h4 {
    color: var(--edix-navy);
    font-weight: 900;
    margin-bottom: 10px;
}

.why-card p {
    color: var(--edix-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

/* About Responsive */
@media (max-width: 991px) {
    .inner-hero {
        padding: 75px 0;
    }

    .about-stats-grid,
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .inner-hero h1 {
        font-size: 2.65rem;
    }

    .about-hero-card {
        padding: 26px;
    }

    .about-hero-mini-grid,
    .about-stats-grid,
    .values-grid {
        grid-template-columns: 1fr;
    }

    .about-panel-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .mission-card,
    .value-card,
    .why-card {
        padding: 24px;
    }
}
/* Services Page */
.services-hero-card {
    position: relative;
    padding: 34px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.services-hero-icon {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.14);
    color: var(--edix-cyan);
    display: grid;
    place-items: center;
    font-size: 2rem;
    margin-bottom: 22px;
}

.services-hero-card h3 {
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.services-hero-card p {
    font-size: 0.98rem;
    margin-bottom: 24px;
}

.services-hero-list {
    display: grid;
    gap: 12px;
}

.services-hero-list div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.84);
    font-weight: 750;
}

.services-hero-list i {
    color: var(--edix-cyan);
}

.services-overview-section {
    background: #ffffff;
}

.service-detail-card {
    height: 100%;
    padding: 34px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    box-shadow: 0 14px 36px rgba(7, 27, 51, 0.06);
    transition: 0.25s ease;
}

.service-detail-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--edix-shadow);
}

.service-detail-card.featured {
    background:
        radial-gradient(circle at 90% 0%, rgba(16, 183, 178, 0.12), transparent 36%),
        linear-gradient(180deg, #f8fcff, #ffffff);
    border-color: rgba(16, 183, 178, 0.35);
}

.service-detail-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: rgba(11, 94, 215, 0.1);
    color: var(--edix-blue);
    display: grid;
    place-items: center;
    font-size: 1.75rem;
    margin-bottom: 22px;
}

.service-detail-card h3 {
    color: var(--edix-navy);
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.service-detail-card p {
    color: var(--edix-muted);
    line-height: 1.75;
}

.service-detail-card ul {
    list-style: none;
    padding-left: 0;
    margin: 22px 0;
}

.service-detail-card li {
    color: #334155;
    font-weight: 650;
    margin-bottom: 10px;
}

.service-detail-card li::before {
    content: "✓";
    color: var(--edix-teal);
    font-weight: 900;
    margin-right: 8px;
}

.service-detail-card a {
    color: var(--edix-blue);
    font-weight: 850;
}

.service-process-section {
    background: var(--edix-light);
}

.process-timeline {
    position: relative;
    display: grid;
    gap: 18px;
}

.process-step {
    display: flex;
    gap: 18px;
    padding: 24px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    box-shadow: 0 14px 36px rgba(7, 27, 51, 0.05);
}

.process-step > span {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--edix-blue), var(--edix-teal));
    color: #ffffff;
    display: grid;
    place-items: center;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(11, 94, 215, 0.2);
}

.process-step h4 {
    color: var(--edix-navy);
    font-weight: 900;
    margin-bottom: 8px;
}

.process-step p {
    color: var(--edix-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.industries-section {
    background: #ffffff;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.industry-card {
    padding: 28px;
    border-radius: 26px;
    background: var(--edix-light);
    border: 1px solid var(--edix-border);
    transition: 0.25s ease;
}

.industry-card:hover {
    transform: translateY(-5px);
    background: #ffffff;
    box-shadow: var(--edix-shadow);
}

.industry-card i {
    color: var(--edix-teal);
    font-size: 1.9rem;
    margin-bottom: 18px;
}

.industry-card h4 {
    color: var(--edix-navy);
    font-weight: 900;
    margin-bottom: 10px;
}

.industry-card p {
    color: var(--edix-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.service-tools-section {
    background: var(--edix-light);
}

.tools-card {
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    box-shadow: var(--edix-shadow);
}

.tools-card-top {
    height: 48px;
    background: var(--edix-navy);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
}

.tools-card-top span {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
}

.tools-card-top span:nth-child(1) {
    background: #ff6b6b;
}

.tools-card-top span:nth-child(2) {
    background: #ffd166;
}

.tools-card-top span:nth-child(3) {
    background: #06d6a0;
}

.tools-card-body {
    padding: 30px;
}

.tools-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.tools-card-header small {
    color: var(--edix-muted);
    font-weight: 700;
}

.tools-card-header h4 {
    color: var(--edix-navy);
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 4px 0 0;
}

.tools-status {
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(16, 183, 178, 0.1);
    color: var(--edix-teal);
    font-size: 0.82rem;
    font-weight: 850;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.tools-grid div {
    padding: 20px;
    border-radius: 20px;
    background: var(--edix-light);
    border: 1px solid var(--edix-border);
}

.tools-grid i {
    color: var(--edix-blue);
    font-size: 1.6rem;
    margin-bottom: 14px;
}

.tools-grid span {
    display: block;
    color: var(--edix-navy);
    font-weight: 850;
}

.capability-list {
    display: grid;
    gap: 14px;
}

.capability-list div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 17px 18px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    color: var(--edix-navy);
    font-weight: 750;
}

.capability-list i {
    color: var(--edix-teal);
    font-size: 1.15rem;
}

/* Services Responsive */
@media (max-width: 991px) {
    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tools-card-header {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .services-hero-card,
    .service-detail-card {
        padding: 26px;
    }

    .process-step {
        flex-direction: column;
    }

    .industries-grid,
    .tools-grid {
        grid-template-columns: 1fr;
    }
}
/* Products Page */
.products-hero-card {
    overflow: hidden;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.products-hero-top {
    height: 48px;
    background: rgba(7, 27, 51, 0.55);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
}

.products-hero-top span {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
}

.products-hero-top span:nth-child(1) {
    background: #ff6b6b;
}

.products-hero-top span:nth-child(2) {
    background: #ffd166;
}

.products-hero-top span:nth-child(3) {
    background: #06d6a0;
}

.products-hero-body {
    padding: 30px;
}

.products-hero-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 22px;
}

.products-hero-header small {
    color: rgba(255, 255, 255, 0.68);
    font-weight: 700;
}

.products-hero-header h4 {
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 4px 0 0;
}

.products-hero-status {
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(54, 212, 255, 0.14);
    color: var(--edix-cyan);
    font-weight: 850;
    font-size: 0.82rem;
}

.products-hero-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.products-hero-grid div {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
}

.products-hero-grid i {
    display: block;
    color: var(--edix-cyan);
    font-size: 1.55rem;
    margin-bottom: 12px;
}

.products-hero-grid strong {
    display: block;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 4px;
}

.products-hero-grid span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.86rem;
}

.product-hero-strip {
    margin-top: 60px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px 28px;
    flex-wrap: wrap;
}

.product-hero-strip div {
    color: rgba(255, 255, 255, 0.84);
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.product-hero-strip i {
    color: var(--edix-cyan);
}

.product-showcase-section {
    background: #ffffff;
}

.product-feature-card {
    padding: 46px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 0% 0%, rgba(54, 212, 255, 0.08), transparent 34%),
        #ffffff;
    border: 1px solid var(--edix-border);
    box-shadow: var(--edix-shadow);
    margin-bottom: 34px;
}

.product-feature-card.reverse {
    background:
        radial-gradient(circle at 100% 0%, rgba(16, 183, 178, 0.1), transparent 34%),
        #ffffff;
}

.product-image-wrap {
    position: relative;
    min-height: 360px;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(11, 94, 215, 0.08), rgba(16, 183, 178, 0.08)),
        var(--edix-light);
    border: 1px solid var(--edix-border);
    overflow: hidden;
    display: grid;
    place-items: center;
    padding: 28px;
}

.product-png {
    position: relative;
    z-index: 2;
    width: 100%;
    max-height: 330px;
    object-fit: contain;
    filter: drop-shadow(0 24px 35px rgba(7, 27, 51, 0.18));
}

.product-image-fallback {
    position: absolute;
    inset: 28px;
    border-radius: 24px;
    border: 1px dashed rgba(11, 94, 215, 0.25);
    background: rgba(255, 255, 255, 0.55);
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--edix-blue);
    font-weight: 900;
    z-index: 1;
}

.product-image-fallback i {
    display: block;
    font-size: 3rem;
    margin-bottom: 10px;
}

.product-image-fallback span {
    display: block;
}

.product-label {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(16, 183, 178, 0.1);
    color: var(--edix-blue-dark);
    font-size: 0.86rem;
    font-weight: 850;
    margin-bottom: 16px;
}

.product-feature-card h3 {
    color: var(--edix-navy);
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 900;
    letter-spacing: -0.05em;
    margin-bottom: 16px;
}

.product-feature-card p {
    color: var(--edix-muted);
    line-height: 1.85;
    font-size: 1.02rem;
}

.product-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 24px 0;
}

.product-feature-grid div {
    padding: 16px;
    border-radius: 18px;
    background: var(--edix-light);
    border: 1px solid var(--edix-border);
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-feature-grid i {
    color: var(--edix-teal);
    font-size: 1.25rem;
}

.product-feature-grid span {
    color: var(--edix-navy);
    font-weight: 800;
}

.product-check-list {
    padding-left: 0;
    list-style: none;
    margin: 24px 0;
}

.product-check-list li {
    color: #334155;
    font-weight: 650;
    margin-bottom: 11px;
    line-height: 1.55;
}

.product-check-list li::before {
    content: "✓";
    color: var(--edix-teal);
    font-weight: 900;
    margin-right: 8px;
}

.product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.product-comparison-section {
    background: var(--edix-light);
}

.solution-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.solution-capability-grid > div {
    padding: 30px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    transition: 0.25s ease;
}

.solution-capability-grid > div:hover {
    transform: translateY(-5px);
    box-shadow: var(--edix-shadow);
}

.solution-capability-grid i {
    color: var(--edix-blue);
    font-size: 1.9rem;
    margin-bottom: 18px;
}

.solution-capability-grid h4 {
    color: var(--edix-navy);
    font-weight: 900;
    margin-bottom: 10px;
}

.solution-capability-grid p {
    color: var(--edix-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.product-industries-section {
    background: #ffffff;
}

.product-industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.product-industries-grid div {
    min-height: 150px;
    padding: 26px;
    border-radius: 26px;
    background: var(--edix-light);
    border: 1px solid var(--edix-border);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.25s ease;
}

.product-industries-grid div:hover {
    transform: translateY(-5px);
    background: #ffffff;
    box-shadow: var(--edix-shadow);
}

.product-industries-grid i {
    color: var(--edix-teal);
    font-size: 2rem;
    margin-bottom: 16px;
}

.product-industries-grid span {
    color: var(--edix-navy);
    font-weight: 900;
}

/* Products Responsive */
@media (max-width: 991px) {
    .product-feature-card {
        padding: 34px;
    }

    .solution-capability-grid,
    .product-industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-image-wrap {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .products-hero-grid,
    .product-feature-grid,
    .solution-capability-grid,
    .product-industries-grid {
        grid-template-columns: 1fr;
    }

    .products-hero-body,
    .product-feature-card {
        padding: 26px;
    }

    .products-hero-header {
        flex-direction: column;
    }

    .product-image-wrap {
        min-height: 250px;
        padding: 20px;
    }

    .product-image-fallback {
        inset: 20px;
    }
}
/* Projects Page */
.projects-hero-card {
    position: relative;
    padding: 34px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.projects-hero-icon {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.14);
    color: var(--edix-cyan);
    display: grid;
    place-items: center;
    font-size: 2rem;
    margin-bottom: 22px;
}

.projects-hero-card h3 {
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.projects-hero-card p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    margin-bottom: 24px;
}

.projects-hero-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.projects-hero-list div {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
}

.projects-hero-list strong {
    display: block;
    color: var(--edix-cyan);
    font-weight: 900;
    margin-bottom: 4px;
}

.projects-hero-list span {
    color: rgba(255, 255, 255, 0.76);
    font-weight: 750;
}

.projects-filter-section {
    background: #ffffff;
}

.project-filter-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 38px;
}

.project-filter-tabs button {
    border: 1px solid var(--edix-border);
    background: #ffffff;
    color: var(--edix-navy);
    padding: 10px 16px;
    border-radius: 999px;
    font-weight: 800;
    transition: 0.25s ease;
}

.project-filter-tabs button:hover,
.project-filter-tabs button.active {
    background: linear-gradient(135deg, var(--edix-blue), var(--edix-teal));
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 12px 28px rgba(11, 94, 215, 0.18);
}

.project-card {
    height: 100%;
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    box-shadow: 0 14px 36px rgba(7, 27, 51, 0.06);
    transition: 0.25s ease;
}

.project-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--edix-shadow);
}

.project-image-wrap {
    position: relative;
    min-height: 240px;
    background:
        linear-gradient(135deg, rgba(11, 94, 215, 0.08), rgba(16, 183, 178, 0.08)),
        var(--edix-light);
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 20px;
}

.project-png {
    position: relative;
    z-index: 2;
    width: 100%;
    max-height: 210px;
    object-fit: contain;
    filter: drop-shadow(0 20px 25px rgba(7, 27, 51, 0.15));
}

.project-image-fallback {
    position: absolute;
    inset: 20px;
    z-index: 1;
    border: 1px dashed rgba(11, 94, 215, 0.25);
    border-radius: 22px;
    display: grid;
    place-items: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    color: var(--edix-blue);
    font-weight: 900;
}

.project-image-fallback i {
    display: block;
    font-size: 2.6rem;
    margin-bottom: 8px;
}

.project-category {
    position: absolute;
    z-index: 3;
    top: 18px;
    left: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(7, 27, 51, 0.88);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 850;
}

.project-card-body {
    padding: 26px;
}

.project-card-body h3 {
    color: var(--edix-navy);
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
}

.project-card-body p {
    color: var(--edix-muted);
    line-height: 1.7;
}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
}

.project-tags span {
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--edix-light);
    border: 1px solid var(--edix-border);
    color: var(--edix-blue-dark);
    font-size: 0.78rem;
    font-weight: 850;
}

.project-link {
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--edix-blue);
    font-weight: 900;
}

.project-item.is-hidden {
    display: none;
}

.project-process-section {
    background: var(--edix-light);
}

.project-method-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.project-method-grid div {
    padding: 28px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    transition: 0.25s ease;
}

.project-method-grid div:hover {
    transform: translateY(-5px);
    box-shadow: var(--edix-shadow);
}

.project-method-grid i {
    color: var(--edix-blue);
    font-size: 1.9rem;
    margin-bottom: 18px;
}

.project-method-grid h4 {
    color: var(--edix-navy);
    font-weight: 900;
    margin-bottom: 10px;
}

.project-method-grid p {
    color: var(--edix-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.project-types-section {
    background: #ffffff;
}

.project-types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.project-types-grid div {
    padding: 30px;
    border-radius: 26px;
    background: var(--edix-light);
    border: 1px solid var(--edix-border);
    transition: 0.25s ease;
}

.project-types-grid div:hover {
    transform: translateY(-5px);
    background: #ffffff;
    box-shadow: var(--edix-shadow);
}

.project-types-grid i {
    color: var(--edix-teal);
    font-size: 1.9rem;
    margin-bottom: 18px;
}

.project-types-grid h4 {
    color: var(--edix-navy);
    font-weight: 900;
    margin-bottom: 10px;
}

.project-types-grid p {
    color: var(--edix-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

/* Project Modals */
.project-modal .modal-content {
    border: 0;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--edix-shadow);
}

.project-modal .modal-header {
    background:
        radial-gradient(circle at 90% 0%, rgba(54, 212, 255, 0.16), transparent 34%),
        linear-gradient(135deg, var(--edix-navy), #0b3b69);
    color: #ffffff;
    padding: 26px;
    border-bottom: 0;
}

.project-modal .modal-title {
    font-weight: 900;
    letter-spacing: -0.03em;
}

.modal-kicker {
    display: block;
    color: var(--edix-cyan);
    font-weight: 850;
    font-size: 0.82rem;
    margin-bottom: 4px;
}

.project-modal .btn-close {
    filter: invert(1);
    opacity: 0.9;
}

.project-modal .modal-body {
    padding: 28px;
}

.project-modal .modal-body p {
    color: var(--edix-muted);
    line-height: 1.8;
}

.modal-feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 22px;
}

.modal-feature-list div {
    padding: 15px 16px;
    border-radius: 16px;
    background: var(--edix-light);
    border: 1px solid var(--edix-border);
    color: var(--edix-navy);
    font-weight: 750;
}

.modal-feature-list i {
    color: var(--edix-teal);
    margin-right: 8px;
}

.project-modal .modal-footer {
    padding: 0 28px 28px;
    border-top: 0;
}

/* Projects Responsive */
@media (max-width: 991px) {
    .project-types-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .projects-hero-list,
    .project-method-grid,
    .project-types-grid,
    .modal-feature-list {
        grid-template-columns: 1fr;
    }

    .projects-hero-card {
        padding: 26px;
    }

    .project-card-body {
        padding: 22px;
    }

    .project-image-wrap {
        min-height: 220px;
    }
}
/* Clients Page */
.clients-hero-card {
    position: relative;
    padding: 34px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.clients-hero-icon {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.14);
    color: var(--edix-cyan);
    display: grid;
    place-items: center;
    font-size: 2rem;
    margin-bottom: 22px;
}

.clients-hero-card h3 {
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.clients-hero-card p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    margin-bottom: 24px;
}

.clients-hero-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.clients-hero-grid div {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
}

.clients-hero-grid strong {
    display: block;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 4px;
}

.clients-hero-grid span {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
    font-size: 0.88rem;
}

.client-logo-section {
    background: #ffffff;
}

.client-logo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.client-logo-card {
    padding: 30px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    box-shadow: 0 14px 36px rgba(7, 27, 51, 0.06);
    transition: 0.25s ease;
}

.client-logo-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--edix-shadow);
}

.client-logo-wrap {
    position: relative;
    height: 135px;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(11, 94, 215, 0.06), rgba(16, 183, 178, 0.07)),
        var(--edix-light);
    border: 1px solid var(--edix-border);
    display: grid;
    place-items: center;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 22px;
}

.client-logo-wrap img {
    position: relative;
    z-index: 2;
    max-width: 170px;
    max-height: 85px;
    object-fit: contain;
}

.client-logo-fallback {
    position: absolute;
    inset: 16px;
    z-index: 1;
    border-radius: 18px;
    border: 1px dashed rgba(11, 94, 215, 0.25);
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--edix-blue);
    font-weight: 900;
    background: rgba(255, 255, 255, 0.45);
}

.client-logo-fallback i {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 6px;
}

.client-logo-card h4 {
    color: var(--edix-navy);
    font-weight: 900;
    margin-bottom: 10px;
}

.client-logo-card p {
    color: var(--edix-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.partner-value-section {
    background: var(--edix-light);
}

.partner-value-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.partner-value-grid div {
    padding: 28px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    transition: 0.25s ease;
}

.partner-value-grid div:hover {
    transform: translateY(-5px);
    box-shadow: var(--edix-shadow);
}

.partner-value-grid i {
    color: var(--edix-teal);
    font-size: 1.9rem;
    margin-bottom: 18px;
}

.partner-value-grid h4 {
    color: var(--edix-navy);
    font-weight: 900;
    margin-bottom: 10px;
}

.partner-value-grid p {
    color: var(--edix-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.client-industries-section {
    background: #ffffff;
}

.client-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.client-category-grid div {
    padding: 30px;
    border-radius: 26px;
    background: var(--edix-light);
    border: 1px solid var(--edix-border);
    transition: 0.25s ease;
}

.client-category-grid div:hover {
    transform: translateY(-5px);
    background: #ffffff;
    box-shadow: var(--edix-shadow);
}

.client-category-grid i {
    color: var(--edix-blue);
    font-size: 1.9rem;
    margin-bottom: 18px;
}

.client-category-grid h4 {
    color: var(--edix-navy);
    font-weight: 900;
    margin-bottom: 10px;
}

.client-category-grid p {
    color: var(--edix-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.credibility-section {
    background: var(--edix-light);
}

.credibility-card {
    padding: 54px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 90% 0%, rgba(54, 212, 255, 0.18), transparent 32%),
        linear-gradient(135deg, var(--edix-navy), #0b3b69);
    color: #ffffff;
    box-shadow: var(--edix-shadow);
}

.credibility-card h2 {
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.15rem);
    font-weight: 900;
    letter-spacing: -0.05em;
    margin-bottom: 16px;
}

.credibility-card p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
    margin-bottom: 0;
}

.credibility-points {
    display: grid;
    gap: 14px;
}

.credibility-points div {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.86);
    font-weight: 800;
}

.credibility-points i {
    color: var(--edix-cyan);
    margin-right: 8px;
}

/* Clients Responsive */
@media (max-width: 991px) {
    .client-logo-grid,
    .client-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .credibility-card {
        padding: 38px;
    }
}

@media (max-width: 767px) {
    .clients-hero-card,
    .client-logo-card {
        padding: 26px;
    }

    .clients-hero-grid,
    .client-logo-grid,
    .partner-value-grid,
    .client-category-grid {
        grid-template-columns: 1fr;
    }

    .credibility-card {
        padding: 28px;
        border-radius: 26px;
    }
}
/* Client Directory Cards */
.client-directory-section {
    background: #ffffff;
}

.client-directory-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.client-profile-card {
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    box-shadow: 0 14px 36px rgba(7, 27, 51, 0.06);
    transition: 0.25s ease;
}

.client-profile-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--edix-shadow);
}

.client-profile-logo-wrap {
    position: relative;
    height: 170px;
    background:
        linear-gradient(135deg, rgba(11, 94, 215, 0.07), rgba(16, 183, 178, 0.08)),
        var(--edix-light);
    border-bottom: 1px solid var(--edix-border);
    display: grid;
    place-items: center;
    padding: 24px;
    overflow: hidden;
}

.client-profile-logo-wrap img {
    position: relative;
    z-index: 2;
    max-width: 210px;
    max-height: 105px;
    object-fit: contain;
    filter: drop-shadow(0 16px 22px rgba(7, 27, 51, 0.12));
}

.client-profile-fallback {
    position: absolute;
    inset: 20px;
    z-index: 1;
    border-radius: 22px;
    border: 1px dashed rgba(11, 94, 215, 0.24);
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--edix-blue);
    font-weight: 900;
    background: rgba(255, 255, 255, 0.48);
}

.client-profile-fallback i {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 8px;
}

.client-profile-body {
    padding: 28px;
}

.client-category-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(16, 183, 178, 0.1);
    color: var(--edix-blue-dark);
    font-size: 0.78rem;
    font-weight: 850;
    margin-bottom: 14px;
}

.client-profile-body h3 {
    color: var(--edix-navy);
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
}

.client-profile-body p {
    color: var(--edix-muted);
    line-height: 1.75;
}

.client-service-tags,
.client-modal-service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}

.client-service-tags span,
.client-modal-service-tags span {
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--edix-light);
    border: 1px solid var(--edix-border);
    color: var(--edix-blue-dark);
    font-size: 0.76rem;
    font-weight: 850;
}

.client-contact-list {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.client-contact-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--edix-navy);
    font-weight: 750;
    padding: 11px 12px;
    border-radius: 14px;
    background: var(--edix-light);
    border: 1px solid var(--edix-border);
}

.client-contact-list a:hover {
    color: var(--edix-blue);
    background: #ffffff;
}

.client-contact-list i {
    color: var(--edix-teal);
}

.client-view-btn {
    margin-top: 20px;
    width: 100%;
    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    background: linear-gradient(135deg, var(--edix-blue), var(--edix-teal));
    color: #ffffff;
    font-weight: 850;
    box-shadow: 0 12px 30px rgba(11, 94, 215, 0.2);
}

.client-view-btn:hover {
    transform: translateY(-1px);
}

/* Client Detail Modal */
.client-detail-modal .modal-content {
    border: 0;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--edix-shadow);
}

.client-detail-modal .modal-header {
    background:
        radial-gradient(circle at 90% 0%, rgba(54, 212, 255, 0.16), transparent 34%),
        linear-gradient(135deg, var(--edix-navy), #0b3b69);
    color: #ffffff;
    padding: 26px;
    border-bottom: 0;
}

.client-modal-title-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.client-modal-logo {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    background: #ffffff;
    display: grid;
    place-items: center;
    padding: 10px;
    flex: 0 0 68px;
}

.client-modal-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.client-detail-modal .modal-title {
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.client-detail-modal .btn-close {
    filter: invert(1);
    opacity: 0.9;
}

.client-detail-modal .modal-body {
    padding: 28px;
}

.client-detail-modal .modal-body p {
    color: var(--edix-muted);
    line-height: 1.8;
}

.client-modal-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 22px;
}

.client-modal-contact-grid a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border-radius: 18px;
    background: var(--edix-light);
    border: 1px solid var(--edix-border);
    color: var(--edix-navy);
}

.client-modal-contact-grid a:hover {
    color: var(--edix-blue);
    background: #ffffff;
}

.client-modal-contact-grid i {
    color: var(--edix-teal);
    font-size: 1.2rem;
    margin-top: 2px;
}

.client-modal-contact-grid strong {
    display: block;
    font-weight: 900;
    margin-bottom: 3px;
}

.client-modal-contact-grid span {
    color: var(--edix-muted);
    font-size: 0.9rem;
    word-break: break-word;
}

.client-detail-modal .modal-footer {
    border-top: 0;
    padding: 0 28px 28px;
}

/* Client Directory Responsive */
@media (max-width: 991px) {
    .client-directory-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .client-modal-contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .client-directory-grid {
        grid-template-columns: 1fr;
    }

    .client-profile-body {
        padding: 24px;
    }

    .client-modal-title-wrap {
        align-items: flex-start;
    }

    .client-modal-logo {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }
}
/* Careers Page */
.careers-hero-card {
    position: relative;
    padding: 34px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.careers-hero-icon {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.14);
    color: var(--edix-cyan);
    display: grid;
    place-items: center;
    font-size: 2rem;
    margin-bottom: 22px;
}

.careers-hero-card h3 {
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.careers-hero-card p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    margin-bottom: 24px;
}

.careers-hero-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.careers-hero-grid div {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
}

.careers-hero-grid strong {
    display: block;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 4px;
}

.careers-hero-grid span {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
    font-size: 0.88rem;
}

.careers-list-section {
    background: #ffffff;
}

.career-filter-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 38px;
}

.career-filter-tabs button {
    border: 1px solid var(--edix-border);
    background: #ffffff;
    color: var(--edix-navy);
    padding: 10px 16px;
    border-radius: 999px;
    font-weight: 800;
    transition: 0.25s ease;
}

.career-filter-tabs button:hover,
.career-filter-tabs button.active {
    background: linear-gradient(135deg, var(--edix-blue), var(--edix-teal));
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 12px 28px rgba(11, 94, 215, 0.18);
}

.career-card {
    height: 100%;
    padding: 30px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    box-shadow: 0 14px 36px rgba(7, 27, 51, 0.06);
    transition: 0.25s ease;
}

.career-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--edix-shadow);
}

.career-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.career-card-top span {
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(16, 183, 178, 0.1);
    color: var(--edix-blue-dark);
    font-weight: 850;
    font-size: 0.8rem;
}

.career-card-top i {
    color: var(--edix-teal);
    font-size: 1.6rem;
}

.career-card h3 {
    color: var(--edix-navy);
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
}

.career-meta {
    display: grid;
    gap: 9px;
    margin-bottom: 18px;
}

.career-meta div {
    color: var(--edix-muted);
    font-weight: 700;
}

.career-meta i {
    color: var(--edix-blue);
    margin-right: 8px;
}

.career-card p {
    color: var(--edix-muted);
    line-height: 1.75;
}

.career-card h5 {
    color: var(--edix-navy);
    font-weight: 900;
    margin: 20px 0 12px;
}

.career-card ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 22px;
}

.career-card li {
    color: #334155;
    line-height: 1.6;
    margin-bottom: 9px;
    font-weight: 650;
}

.career-card li::before {
    content: "✓";
    color: var(--edix-teal);
    font-weight: 900;
    margin-right: 8px;
}

.career-apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--edix-blue);
    font-weight: 900;
}

.career-item.is-hidden {
    display: none;
}

.career-benefits-section {
    background: var(--edix-light);
}

.career-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.career-benefit-grid div {
    padding: 28px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    transition: 0.25s ease;
}

.career-benefit-grid div:hover {
    transform: translateY(-5px);
    box-shadow: var(--edix-shadow);
}

.career-benefit-grid i {
    color: var(--edix-blue);
    font-size: 1.9rem;
    margin-bottom: 18px;
}

.career-benefit-grid h4 {
    color: var(--edix-navy);
    font-weight: 900;
    margin-bottom: 10px;
}

.career-benefit-grid p {
    color: var(--edix-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.career-application-section {
    background: #ffffff;
}

.application-note-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    border-radius: 22px;
    background: var(--edix-light);
    border: 1px solid var(--edix-border);
}

.application-note-card i {
    color: var(--edix-blue);
    font-size: 1.35rem;
    margin-top: 2px;
}

.application-note-card strong {
    display: block;
    color: var(--edix-navy);
    font-weight: 900;
    margin-bottom: 5px;
}

.application-note-card span {
    display: block;
    color: var(--edix-muted);
    line-height: 1.6;
}

.career-form {
    padding: 34px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    box-shadow: var(--edix-shadow);
}

.career-form label {
    color: var(--edix-navy);
    font-weight: 850;
    margin-bottom: 8px;
}

.career-form .form-control,
.career-form .form-select {
    min-height: 52px;
    border-radius: 16px;
    border: 1px solid var(--edix-border);
    color: var(--edix-navy);
    font-weight: 650;
}

.career-form textarea.form-control {
    min-height: 140px;
}

.career-form .form-control:focus,
.career-form .form-select:focus {
    border-color: rgba(11, 94, 215, 0.45);
    box-shadow: 0 0 0 0.25rem rgba(11, 94, 215, 0.08);
}

/* Careers Responsive */
@media (max-width: 991px) {
    .career-benefit-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .careers-hero-card,
    .career-card,
    .career-form {
        padding: 26px;
    }

    .careers-hero-grid {
        grid-template-columns: 1fr;
    }
}
.career-alert {
    border: 0;
    border-radius: 20px;
    padding: 18px 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-weight: 700;
    margin-bottom: 18px;
}

.career-alert i {
    font-size: 1.25rem;
    margin-top: 2px;
}
/* Contact Page Form & Layout */
.contact-main-section {
    background:
        radial-gradient(circle at 8% 12%, rgba(16, 183, 178, 0.08), transparent 30%),
        radial-gradient(circle at 92% 12%, rgba(11, 94, 215, 0.07), transparent 30%),
        #ffffff;
}

.contact-form {
    position: relative;
    padding: 38px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(229, 237, 246, 0.95);
    box-shadow: 0 24px 70px rgba(7, 27, 51, 0.12);
    overflow: hidden;
}

.contact-form::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -90px;
    top: -100px;
    border-radius: 999px;
    background: rgba(16, 183, 178, 0.13);
    filter: blur(4px);
    pointer-events: none;
}

.contact-form::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    left: -90px;
    bottom: -100px;
    border-radius: 999px;
    background: rgba(11, 94, 215, 0.1);
    filter: blur(4px);
    pointer-events: none;
}

.contact-form > * {
    position: relative;
    z-index: 2;
}

.contact-form-header {
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--edix-border);
}

.contact-form-header span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(16, 183, 178, 0.1);
    color: var(--edix-blue-dark);
    font-weight: 850;
    font-size: 0.8rem;
    margin-bottom: 13px;
}

.contact-form-header span::before {
    content: "✦";
    color: var(--edix-teal);
}

.contact-form-header h3 {
    color: var(--edix-navy);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-bottom: 8px;
}

.contact-form-header p {
    color: var(--edix-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.contact-form label {
    color: var(--edix-navy);
    font-weight: 850;
    margin-bottom: 8px;
    font-size: 0.92rem;
}

.contact-form .form-control,
.contact-form .form-select {
    width: 100%;
    min-height: 54px;
    border-radius: 17px;
    border: 1px solid var(--edix-border);
    background-color: #ffffff;
    color: var(--edix-navy);
    font-weight: 650;
    padding: 12px 16px;
    transition: 0.2s ease;
}

.contact-form textarea.form-control {
    min-height: 155px;
    resize: vertical;
    line-height: 1.7;
}

.contact-form .form-control::placeholder {
    color: #94a3b8;
    font-weight: 600;
}

.contact-form .form-control:hover,
.contact-form .form-select:hover {
    border-color: rgba(11, 94, 215, 0.28);
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: rgba(11, 94, 215, 0.55);
    box-shadow: 0 0 0 0.25rem rgba(11, 94, 215, 0.08);
    background-color: #ffffff;
}

.contact-form .btn-edix-primary {
    min-height: 54px;
    padding-inline: 28px;
}

.contact-alert {
    border: 0;
    border-radius: 20px;
    padding: 18px 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-weight: 700;
    margin-bottom: 18px;
    box-shadow: 0 12px 30px rgba(7, 27, 51, 0.06);
}

.contact-alert i {
    font-size: 1.25rem;
    margin-top: 2px;
}

.contact-alert.alert-success {
    background: rgba(16, 183, 178, 0.12);
    color: #056765;
}

.contact-alert.alert-danger {
    background: rgba(220, 38, 38, 0.1);
    color: #991b1b;
}

/* Contact Info Cards */
.contact-info-list {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border-radius: 22px;
    background: var(--edix-light);
    border: 1px solid var(--edix-border);
    color: var(--edix-navy);
    transition: 0.25s ease;
}

.contact-info-item:hover {
    transform: translateY(-4px);
    background: #ffffff;
    color: var(--edix-blue);
    box-shadow: var(--edix-shadow);
}

.contact-info-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(11, 94, 215, 0.1);
    color: var(--edix-blue);
    font-size: 1.35rem;
    flex: 0 0 54px;
}

.contact-info-item strong {
    display: block;
    color: var(--edix-navy);
    font-weight: 900;
    margin-bottom: 4px;
}

.contact-info-item span {
    color: var(--edix-muted);
    font-weight: 700;
    word-break: break-word;
}

.contact-social-card {
    margin-top: 24px;
    padding: 26px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 90% 0%, rgba(54, 212, 255, 0.14), transparent 36%),
        linear-gradient(135deg, var(--edix-navy), #0b3b69);
    color: #ffffff;
    box-shadow: var(--edix-shadow);
}

.contact-social-card h4 {
    font-weight: 900;
    margin-bottom: 16px;
}

.contact-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.contact-social-links a {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 1.15rem;
    transition: 0.2s ease;
}

.contact-social-links a:hover {
    transform: translateY(-3px);
    background: var(--edix-teal);
    color: #ffffff;
}

/* Contact Service Cards */
.contact-services-section {
    background: var(--edix-light);
}

.contact-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.contact-service-grid div {
    padding: 30px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    transition: 0.25s ease;
    box-shadow: 0 14px 36px rgba(7, 27, 51, 0.04);
}

.contact-service-grid div:hover {
    transform: translateY(-5px);
    box-shadow: var(--edix-shadow);
}

.contact-service-grid i {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: rgba(11, 94, 215, 0.1);
    color: var(--edix-blue);
    display: grid;
    place-items: center;
    font-size: 1.65rem;
    margin-bottom: 18px;
}

.contact-service-grid h4 {
    color: var(--edix-navy);
    font-weight: 900;
    margin-bottom: 10px;
}

.contact-service-grid p {
    color: var(--edix-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

/* Contact Map / Hours */
.contact-map-section {
    background: #ffffff;
}

.map-placeholder {
    min-height: 420px;
    height: 100%;
    border-radius: 30px;
    background:
        radial-gradient(circle at 20% 20%, rgba(54, 212, 255, 0.12), transparent 34%),
        linear-gradient(135deg, var(--edix-navy), #0b3b69);
    color: #ffffff;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 34px;
    box-shadow: var(--edix-shadow);
}

.map-placeholder i {
    font-size: 3rem;
    color: var(--edix-cyan);
    margin-bottom: 16px;
}

.map-placeholder h3 {
    font-weight: 900;
    margin-bottom: 10px;
}

.map-placeholder p {
    color: rgba(255, 255, 255, 0.76);
    margin-bottom: 0;
    max-width: 460px;
}

.contact-hours-card {
    height: 100%;
    padding: 34px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid var(--edix-border);
    box-shadow: var(--edix-shadow);
}

.contact-hours-card h3 {
    color: var(--edix-navy);
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 22px;
}

.contact-hours-list {
    display: grid;
    gap: 14px;
}

.contact-hours-list div {
    padding: 16px;
    border-radius: 18px;
    background: var(--edix-light);
    border: 1px solid var(--edix-border);
}

.contact-hours-list span {
    display: block;
    color: var(--edix-muted);
    font-weight: 700;
    margin-bottom: 4px;
}

.contact-hours-list strong {
    color: var(--edix-navy);
    font-weight: 900;
}

/* Contact Responsive */
@media (max-width: 991px) {
    .contact-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .map-placeholder {
        min-height: 330px;
    }
}

@media (max-width: 767px) {
    .contact-hero-card,
    .contact-form,
    .contact-hours-card {
        padding: 26px;
    }

    .contact-hero-grid,
    .contact-service-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-header {
        padding-bottom: 18px;
    }
}