:root {
    --navy: #082b4f;
    --blue: #078bd3;
    --teal: #16a085;
    --gold: #d89a38;
    --ink: #172331;
    --muted: #667485;
    --surface: #f4f8fb;
    --border: #dfe8ef;
    --white: #ffffff;
}

body {
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    background: var(--white);
}

a {
    color: var(--blue);
    text-decoration: none;
}

a:hover {
    color: var(--navy);
}

h1,
h2,
h3,
h4 {
    color: var(--navy);
    font-weight: 800;
    line-height: 1.08;
}

p,
li {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.75;
}

.top-strip {
    background: var(--navy);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.82rem;
    padding: 8px 0;
}

.top-strip a {
    color: rgba(255, 255, 255, 0.86);
    font-weight: 700;
}

.site-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(8, 43, 79, 0.08);
    backdrop-filter: blur(14px);
}

.navbar {
    padding: 8px 0;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 62vw;
    padding: 0;
}

.site-logo {
    display: block;
    width: auto;
    height: 58px;
    max-width: 230px;
    object-fit: contain;
}

.nav-link {
    color: var(--ink);
    font-size: 0.94rem;
    font-weight: 800;
    padding: 10px 14px;
}

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

.dropdown-menu {
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(8, 43, 79, 0.12);
}

.nav-inquiry {
    padding: 9px 16px;
    box-shadow: none;
}

.btn {
    border-radius: 8px;
    font-weight: 800;
    padding: 12px 22px;
}

.btn-primary {
    background: var(--blue);
    border-color: var(--blue);
    box-shadow: 0 14px 28px rgba(7, 139, 211, 0.22);
}

.btn-primary:hover,
.btn-primary:focus {
    background: #0577b7;
    border-color: #0577b7;
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.7);
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 104px 0;
    color: var(--white);
    background:
        radial-gradient(circle at 80% 16%, rgba(22, 160, 133, 0.28), transparent 28%),
        linear-gradient(135deg, rgba(8, 43, 79, 0.98), rgba(7, 139, 211, 0.82));
}

.hero-home {
    min-height: 730px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(135deg, rgba(8, 43, 79, 0.98), rgba(7, 139, 211, 0.74)),
        url("../images/export-commodities-hero.png") center / cover no-repeat;
}

.hero-home::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 43, 79, 0.92) 0%, rgba(8, 43, 79, 0.74) 43%, rgba(8, 43, 79, 0.22) 100%),
        radial-gradient(circle at 16% 16%, rgba(216, 154, 56, 0.22), transparent 22%);
    content: "";
}

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

.hero::after,
.page-hero::after {
    position: absolute;
    right: -120px;
    bottom: -160px;
    width: 420px;
    height: 420px;
    border: 70px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    content: "";
}

.hero h1,
.page-hero h1 {
    color: var(--white);
    font-size: clamp(2.8rem, 6vw, 5.8rem);
    max-width: 760px;
}

.hero p,
.page-hero p {
    max-width: 690px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.12rem;
}

.hero-media {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.hero-media img {
    display: block;
    width: 100%;
    aspect-ratio: 1.14 / 1;
    object-fit: cover;
}

.hero-media-stack {
    overflow: visible;
    border: 0;
    border-radius: 18px;
    box-shadow: none;
}

.hero-media-stack img {
    border: 12px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.hero-floating-card {
    position: absolute;
    right: 28px;
    bottom: -34px;
    max-width: 310px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    padding: 22px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
}

.hero-floating-card strong,
.hero-floating-card span {
    display: block;
}

.hero-floating-card strong {
    color: var(--navy);
    font-size: 1.08rem;
}

.hero-floating-card span {
    margin-top: 8px;
    color: var(--muted);
    line-height: 1.55;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 640px;
    margin-top: 42px;
}

.hero-stats div {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    padding: 18px;
    backdrop-filter: blur(10px);
}

.hero-stats strong,
.hero-stats span {
    display: block;
}

.hero-stats strong {
    color: var(--white);
    font-size: 1.18rem;
    line-height: 1.1;
}

.hero-stats span {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
    font-weight: 700;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.eyebrow.dark {
    color: var(--blue);
}

.section-pad {
    padding: 88px 0;
}

.about-home {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 8%, rgba(7, 139, 211, 0.1), transparent 22%),
        linear-gradient(180deg, #ffffff, #f9fcfe);
}

.about-home::before {
    position: absolute;
    left: -180px;
    bottom: -190px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(22, 160, 133, 0.09);
    content: "";
}

.about-badge {
    display: inline-block;
    max-width: 320px;
    margin-top: 14px;
    border-left: 5px solid var(--gold);
    border-radius: 8px;
    background: var(--white);
    color: var(--ink);
    font-weight: 800;
    line-height: 1.55;
    padding: 18px 20px;
    box-shadow: 0 14px 42px rgba(8, 43, 79, 0.08);
}

.surface-section {
    background:
        radial-gradient(circle at 18% 8%, rgba(22, 160, 133, 0.1), transparent 22%),
        var(--surface);
}

.section-head {
    max-width: 760px;
    margin-bottom: 36px;
}

.section-head.text-center {
    margin-right: auto;
    margin-left: auto;
}

.section-head h2,
.section-pad h2 {
    font-size: clamp(2rem, 4vw, 3.35rem);
}

.lead-copy {
    color: var(--muted);
    font-size: 1.08rem;
}

.product-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 16px 46px rgba(8, 43, 79, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 60px rgba(8, 43, 79, 0.13);
}

.product-card img {
    width: 100%;
    aspect-ratio: 1.24 / 1;
    object-fit: cover;
}

.product-card-body {
    padding: 28px;
}

.product-card-body span {
    color: var(--teal);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.product-card-body h3 {
    margin: 10px 0 12px;
    font-size: 1.55rem;
}

.feature-list {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.mission-preview {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.mission-preview::before {
    position: absolute;
    top: 52px;
    right: -160px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(7, 139, 211, 0.08);
    content: "";
}

.mission-preview .statement-card {
    position: relative;
    overflow: hidden;
}

.mission-preview .statement-card::after {
    position: absolute;
    right: -55px;
    top: -55px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(7, 139, 211, 0.08);
    content: "";
}

.mission-preview .primary-card::after {
    background: rgba(255, 255, 255, 0.15);
}

.values-home {
    background:
        linear-gradient(135deg, rgba(8, 43, 79, 0.04), rgba(22, 160, 133, 0.06)),
        #ffffff;
}

.values-home .value-card {
    border-top: 4px solid var(--blue);
}

.values-home .value-card:nth-child(even) {
    border-top-color: var(--teal);
}

.why-home {
    background:
        linear-gradient(90deg, #ffffff 0%, #ffffff 48%, #f2f8fb 48%, #f2f8fb 100%);
}

.feature-item,
.value-card,
.statement-card,
.contact-panel,
.inquiry-form {
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--white);
}

.feature-item {
    padding: 20px 22px;
    border-left: 5px solid var(--blue);
}

.feature-item strong {
    color: var(--ink);
    font-size: 1.05rem;
}

.feature-item p {
    margin: 6px 0 0;
}

.rounded-media {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(8, 43, 79, 0.1);
}

.why-home .rounded-media {
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--white);
    padding: 18px;
}

.cta-section {
    position: relative;
    overflow: hidden;
    padding: 86px 0;
    background:
        radial-gradient(circle at 88% 20%, rgba(216, 154, 56, 0.25), transparent 24%),
        linear-gradient(135deg, var(--navy), #0d6ea8);
}

.cta-section::after {
    position: absolute;
    right: -110px;
    bottom: -130px;
    width: 320px;
    height: 320px;
    border: 52px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    content: "";
}

.cta-box {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.cta-box h2 {
    max-width: 720px;
    margin: 0;
    color: var(--white);
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background:
        linear-gradient(135deg, rgba(8, 43, 79, 0.93), rgba(7, 139, 211, 0.78)),
        url("../images/export-commodities-hero.png") center / cover no-repeat;
}

.product-hero {
    background:
        linear-gradient(135deg, rgba(8, 43, 79, 0.92), rgba(22, 160, 133, 0.72)),
        url("../images/img/jeera.jpg") center / cover no-repeat;
}

.contact-hero {
    background:
        linear-gradient(135deg, rgba(8, 43, 79, 0.94), rgba(7, 139, 211, 0.72)),
        url("../images/import-export-illustration.png") center / cover no-repeat;
}

.statement-card {
    height: 100%;
    padding: 34px;
    box-shadow: 0 16px 46px rgba(8, 43, 79, 0.07);
}

.statement-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 22px;
    border-radius: 50%;
    background: rgba(7, 139, 211, 0.12);
    color: var(--blue);
    font-weight: 900;
}

.statement-card h2 {
    font-size: 2rem;
}

.primary-card {
    background: linear-gradient(135deg, var(--blue), var(--teal));
}

.primary-card span {
    background: rgba(255, 255, 255, 0.18);
    color: var(--white);
}

.primary-card h2,
.primary-card p {
    color: var(--white);
}

.horizontal-card {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.value-card {
    padding: 28px;
    box-shadow: 0 12px 34px rgba(8, 43, 79, 0.06);
}

.value-card h3 {
    position: relative;
    margin-bottom: 14px;
    padding-bottom: 14px;
    font-size: 1.25rem;
}

.value-card h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 3px;
    background: var(--gold);
    content: "";
}

.product-detail {
    padding: 42px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 18px 55px rgba(8, 43, 79, 0.08);
}

.product-detail img {
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 1.12 / 1;
    object-fit: cover;
}

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

.spec-grid div {
    border-radius: 8px;
    background: var(--surface);
    padding: 18px;
}

.spec-grid strong,
.spec-grid span {
    display: block;
}

.spec-grid strong {
    color: var(--ink);
}

.spec-grid span {
    color: var(--muted);
}

.clean-list {
    display: grid;
    gap: 8px;
    padding-left: 18px;
    margin-bottom: 28px;
}

.contact-page {
    background:
        radial-gradient(circle at 94% 16%, rgba(22, 160, 133, 0.1), transparent 24%),
        var(--surface);
}

.inquiry-form,
.contact-panel {
    padding: 34px;
    box-shadow: 0 18px 55px rgba(8, 43, 79, 0.08);
}

.form-label {
    color: var(--ink);
    font-weight: 800;
}

.form-control,
.form-select {
    min-height: 52px;
    border-color: var(--border);
    border-radius: 8px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 0.2rem rgba(7, 139, 211, 0.14);
}

.contact-panel {
    position: sticky;
    top: 130px;
    background: var(--navy);
}

.contact-panel h2,
.contact-panel .eyebrow,
.contact-panel strong {
    color: var(--white);
}

.contact-panel .eyebrow {
    color: var(--gold);
}

.contact-line {
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-line strong,
.contact-line a,
.contact-line span {
    display: block;
}

.contact-line a,
.contact-line span {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.82);
}

.social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.social-row a {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: var(--white);
    font-size: 0.86rem;
    font-weight: 800;
    padding: 8px 13px;
}

.footer-section {
    background: #061f3a;
    color: rgba(255, 255, 255, 0.72);
    padding: 54px 0 24px;
}

.footer-section p,
.footer-section a,
.footer-section span {
    color: rgba(255, 255, 255, 0.72);
}

.footer-section a {
    display: block;
    margin-bottom: 8px;
}

.footer-brand,
.footer-section h3 {
    color: var(--white) !important;
    font-weight: 900;
}

.footer-brand {
    display: inline-flex !important;
    align-items: center;
    margin-bottom: 14px;
}

.footer-logo {
    width: auto;
    max-width: 240px;
    height: 68px;
    object-fit: contain;
    border-radius: 8px;
    background: var(--white);
    padding: 6px 10px;
}

.footer-section h3 {
    margin-bottom: 14px;
    font-size: 1.05rem;
}

.footer-bottom {
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.92rem;
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 10px 0;
    }

    .nav-link {
        padding: 10px 0;
    }

    .nav-inquiry {
        margin-top: 8px;
    }

    .hero,
    .page-hero {
        padding: 72px 0;
    }

    .hero-home {
        min-height: auto;
    }

    .hero-media-stack {
        margin-top: 20px;
    }

    .section-pad {
        padding: 68px 0;
    }

    .cta-box,
    .horizontal-card {
        display: block;
    }

    .cta-box .btn {
        margin-top: 22px;
    }

    .contact-panel {
        position: static;
    }

    .why-home {
        background: #ffffff;
    }
}

@media (max-width: 575.98px) {
    .top-strip {
        display: none;
    }

    .navbar-brand {
        max-width: 70vw;
    }

    .site-logo {
        height: 46px;
        max-width: 185px;
    }

    .footer-logo {
        height: 58px;
        max-width: 205px;
    }

    .hero h1,
    .page-hero h1 {
        font-size: 2.55rem;
    }

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

    .hero-floating-card {
        position: static;
        max-width: none;
        margin-top: 16px;
    }

    .hero-media-stack img {
        border-width: 6px;
    }

    .section-pad {
        padding: 52px 0;
    }

    .product-detail,
    .statement-card,
    .inquiry-form,
    .contact-panel {
        padding: 24px;
    }

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