/* The Kings Mart – About Us Page */

.tkm-about {
    --tkm-primary: #0867e8;
    --tkm-primary-dark: #034cae;
    --tkm-dark: #06111f;
    --tkm-dark-light: #0d1b2d;
    --tkm-text: #263548;
    --tkm-muted: #64748b;
    --tkm-border: #e5eaf1;
    --tkm-light: #f5f8fc;

    color: var(--tkm-text);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
}

.tkm-about *,
.tkm-about *::before,
.tkm-about *::after {
    box-sizing: border-box;
}

.tkm-about-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

/* Hero */

.tkm-about-hero {
    position: relative;
    overflow: hidden;
    min-height: 440px;
    display: flex;
    align-items: center;
    padding: 75px 0;
    color: #ffffff;
    border-radius: 20px;
    background:
        radial-gradient(circle at 82% 30%, rgba(0, 119, 255, 0.35), transparent 30%),
        linear-gradient(120deg, #020912 0%, #071525 55%, #07346d 100%);
}

.tkm-about-hero::before,
.tkm-about-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.tkm-about-hero::before {
    width: 420px;
    height: 420px;
    right: -100px;
    top: -160px;
    border: 1px solid rgba(38, 142, 255, 0.35);
}

.tkm-about-hero::after {
    width: 270px;
    height: 270px;
    right: 90px;
    bottom: -180px;
    background: rgba(0, 112, 255, 0.12);
    filter: blur(8px);
}

.tkm-about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 0 55px;
}

.tkm-about-label {
    display: inline-block;
    margin-bottom: 16px;
    color: #62adff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tkm-about-hero h1 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: clamp(38px, 6vw, 64px);
    line-height: 1.08;
    font-weight: 800;
}

.tkm-about-hero h1 span {
    color: #2387ff;
}

.tkm-about-hero p {
    max-width: 680px;
    margin: 0;
    color: #dbe8f7;
    font-size: 18px;
    line-height: 1.75;
}

.tkm-about-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.tkm-about-trust-item {
    padding: 9px 15px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

/* Shared sections */

.tkm-about-section {
    padding: 80px 0;
}

.tkm-about-section-light {
    margin-top: 32px;
    border-radius: 20px;
    background: var(--tkm-light);
}

.tkm-about-heading {
    max-width: 720px;
    margin: 0 auto 42px;
    text-align: center;
}

.tkm-about-heading span {
    display: block;
    margin-bottom: 8px;
    color: var(--tkm-primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.tkm-about-heading h2 {
    margin: 0 0 14px;
    color: var(--tkm-dark);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.2;
}

.tkm-about-heading p {
    margin: 0;
    color: var(--tkm-muted);
    font-size: 16px;
}

/* Introduction */

.tkm-about-intro {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 55px;
    align-items: center;
}

.tkm-about-brand-panel {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px;
    border-radius: 20px;
    background:
        radial-gradient(circle at top right, rgba(29, 126, 255, 0.38), transparent 38%),
        linear-gradient(145deg, #07101b, #0c213d);
    box-shadow: 0 25px 60px rgba(15, 38, 70, 0.2);
}

.tkm-about-brand-panel::before {
    content: "TKM";
    position: absolute;
    right: -10px;
    bottom: -45px;
    color: rgba(255, 255, 255, 0.035);
    font-size: 150px;
    font-weight: 900;
}

.tkm-about-brand-content {
    position: relative;
    z-index: 2;
    text-align: center;
}


.tkm-about-crown {
    width: 110px;
    height: 110px;
    display: grid;
    place-items: center;
    margin: 0 auto 22px;
    padding: 10px;
    border: 1px solid rgba(65, 151, 255, 0.55);
    border-radius: 22px;
    background: rgba(10, 105, 232, 0.15);
}

.tkm-about-brand-content h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 30px;
}

.tkm-about-brand-content p {
    margin: 0;
    color: #bcd0e7;
}

.tkm-about-copy h2 {
    margin: 0 0 22px;
    color: var(--tkm-dark);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.2;
}

.tkm-about-copy h2 span {
    color: var(--tkm-primary);
}

.tkm-about-copy p {
    margin: 0 0 17px;
    color: #46566b;
    font-size: 16px;
}

/* Features */

.tkm-about-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.tkm-about-feature {
    padding: 32px 24px;
    border: 1px solid var(--tkm-border);
    border-radius: 16px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 10px 35px rgba(30, 57, 92, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tkm-about-feature:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 45px rgba(30, 57, 92, 0.13);
}

.tkm-about-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin: 0 auto 20px;
    border-radius: 18px;
    background: #eaf3ff;
    color: var(--tkm-primary);
    font-size: 29px;
}

.tkm-about-feature h3 {
    margin: 0 0 10px;
    color: var(--tkm-dark);
    font-size: 18px;
}

.tkm-about-feature p {
    margin: 0;
    color: var(--tkm-muted);
    font-size: 14px;
}

/* Products */

.tkm-about-products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.tkm-about-product {
    min-height: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px 15px;
    border: 1px solid var(--tkm-border);
    border-radius: 15px;
    background: #ffffff;
    text-align: center;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.tkm-about-product:hover {
    transform: translateY(-5px);
    border-color: #8fc1ff;
}

.tkm-about-product-icon {
    display: block;
    margin-bottom: 13px;
    font-size: 31px;
}

.tkm-about-product strong {
    color: var(--tkm-dark);
    font-size: 14px;
}

/* Promise */

.tkm-about-promise {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 35px;
    align-items: center;
    margin: 0 auto 55px;
    padding: 45px 50px;
    border-radius: 20px;
    background:
        radial-gradient(circle at right center, rgba(28, 129, 255, 0.35), transparent 35%),
        linear-gradient(120deg, #020b15, #092343);
    color: #ffffff;
}

.tkm-about-promise h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: clamp(27px, 4vw, 39px);
}

.tkm-about-promise p {
    max-width: 700px;
    margin: 0;
    color: #c9d9eb;
}

.tkm-about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 14px 26px;
    border-radius: 9px;
    background: var(--tkm-primary);
    color: #ffffff !important;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 10px 28px rgba(0, 102, 232, 0.35);
    transition: background 0.2s ease, transform 0.2s ease;
}

.tkm-about-button:hover {
    transform: translateY(-2px);
    background: var(--tkm-primary-dark);
}

/* Responsive */

@media (max-width: 980px) {
    .tkm-about-intro {
        grid-template-columns: 1fr;
    }

    .tkm-about-brand-panel {
        min-height: 340px;
    }

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

    .tkm-about-products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 700px) {
    .tkm-about-container {
        width: min(100% - 22px, 1180px);
    }

    .tkm-about-hero {
        min-height: auto;
        padding: 55px 0;
        border-radius: 14px;
    }

    .tkm-about-hero-content {
        padding: 0 25px;
    }

    .tkm-about-hero p {
        font-size: 16px;
    }

    .tkm-about-section {
        padding: 55px 0;
    }

    .tkm-about-features,
    .tkm-about-products {
        grid-template-columns: 1fr;
    }

    .tkm-about-promise {
        grid-template-columns: 1fr;
        padding: 35px 25px;
        text-align: center;
    }

    .tkm-about-button {
        width: 100%;
    }
}


/* The Kings Mart – Contact Us Page */

.tkm-contact {
    --tkm-primary: #0867e8;
    --tkm-primary-dark: #034cae;
    --tkm-dark: #06111f;
    --tkm-dark-light: #0d1b2d;
    --tkm-text: #263548;
    --tkm-muted: #64748b;
    --tkm-border: #e5eaf1;
    --tkm-light: #f5f8fc;

    color: var(--tkm-text);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
}

.tkm-contact *,
.tkm-contact *::before,
.tkm-contact *::after {
    box-sizing: border-box;
}

.tkm-contact-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.tkm-contact-hero {
    position: relative;
    overflow: hidden;
    min-height: 390px;
    display: flex;
    align-items: center;
    padding: 70px 0;
    border-radius: 20px;
    color: #ffffff;
    background:
        radial-gradient(circle at 84% 28%, rgba(0, 119, 255, 0.38), transparent 30%),
        linear-gradient(120deg, #020912 0%, #071525 55%, #07346d 100%);
}

.tkm-contact-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -120px;
    top: -170px;
    border: 1px solid rgba(71, 157, 255, 0.38);
    border-radius: 50%;
}

.tkm-contact-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 0 55px;
}

.tkm-contact-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #62adff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tkm-contact-hero h1 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(38px, 6vw, 62px);
    line-height: 1.08;
    font-weight: 800;
}

.tkm-contact-hero h1 span {
    color: #2387ff;
}

.tkm-contact-hero p {
    max-width: 670px;
    margin: 0;
    color: #dbe8f7;
    font-size: 18px;
}

.tkm-contact-section {
    padding: 75px 0;
}

.tkm-contact-heading {
    max-width: 720px;
    margin: 0 auto 42px;
    text-align: center;
}

.tkm-contact-heading span {
    display: block;
    margin-bottom: 8px;
    color: var(--tkm-primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.tkm-contact-heading h2 {
    margin: 0 0 14px;
    color: var(--tkm-dark);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.2;
}

.tkm-contact-heading p {
    margin: 0;
    color: var(--tkm-muted);
}

.tkm-contact-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 28px;
    align-items: stretch;
}

.tkm-contact-info {
    padding: 38px;
    border-radius: 20px;
    background:
        radial-gradient(circle at top right, rgba(31, 132, 255, 0.28), transparent 35%),
        linear-gradient(145deg, #07101b, #0c213d);
    color: #ffffff;
    box-shadow: 0 25px 60px rgba(15, 38, 70, 0.2);
}

.tkm-contact-info h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 30px;
}

.tkm-contact-info > p {
    margin: 0 0 30px;
    color: #bfd0e4;
}

.tkm-contact-item {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.tkm-contact-item:last-child {
    border-bottom: 0;
}

.tkm-contact-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(17, 118, 247, 0.17);
    color: #5caaff;
    font-size: 24px;
}

.tkm-contact-item h3 {
    margin: 0 0 3px;
    color: #ffffff;
    font-size: 16px;
}

.tkm-contact-item p,
.tkm-contact-item a {
    margin: 0;
    color: #c9d8e9;
    font-size: 14px;
    text-decoration: none;
}

.tkm-contact-item a:hover {
    color: #ffffff;
}

.tkm-contact-form-box {
    padding: 38px;
    border: 1px solid var(--tkm-border);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(30, 57, 92, 0.08);
}

.tkm-contact-form-box h2 {
    margin: 0 0 10px;
    color: var(--tkm-dark);
    font-size: 30px;
}

.tkm-contact-form-box > p {
    margin: 0 0 28px;
    color: var(--tkm-muted);
}

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

.tkm-contact-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.tkm-contact-field-full {
    grid-column: 1 / -1;
}

.tkm-contact-field label {
    color: var(--tkm-dark);
    font-size: 14px;
    font-weight: 700;
}

.tkm-contact-field input,
.tkm-contact-field select,
.tkm-contact-field textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #d8e0ea;
    border-radius: 10px;
    background: #ffffff;
    color: #1d2a3a;
    font: inherit;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tkm-contact-field textarea {
    min-height: 150px;
    resize: vertical;
}

.tkm-contact-field input:focus,
.tkm-contact-field select:focus,
.tkm-contact-field textarea:focus {
    border-color: #2387ff;
    box-shadow: 0 0 0 3px rgba(35, 135, 255, 0.13);
}

.tkm-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    margin-top: 5px;
    padding: 14px 28px;
    border: 0;
    border-radius: 10px;
    background: var(--tkm-primary);
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(0, 102, 232, 0.28);
    transition: background 0.2s ease, transform 0.2s ease;
}

.tkm-contact-submit:hover {
    transform: translateY(-2px);
    background: var(--tkm-primary-dark);
}

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

.tkm-contact-card {
    padding: 28px 24px;
    border: 1px solid var(--tkm-border);
    border-radius: 16px;
    background: var(--tkm-light);
    text-align: center;
}

.tkm-contact-card-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin: 0 auto 16px;
    border-radius: 17px;
    background: #e7f2ff;
    color: var(--tkm-primary);
    font-size: 27px;
}

.tkm-contact-card h3 {
    margin: 0 0 8px;
    color: var(--tkm-dark);
    font-size: 18px;
}

.tkm-contact-card p {
    margin: 0;
    color: var(--tkm-muted);
    font-size: 14px;
}

.tkm-contact-map {
    overflow: hidden;
    margin-bottom: 55px;
    border: 1px solid var(--tkm-border);
    border-radius: 20px;
    background: #eef3f8;
}

.tkm-contact-map iframe {
    width: 100%;
    height: 380px;
    display: block;
    border: 0;
}

.tkm-contact-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    padding: 42px 48px;
    border-radius: 20px;
    color: #ffffff;
    background:
        radial-gradient(circle at right center, rgba(28, 129, 255, 0.35), transparent 35%),
        linear-gradient(120deg, #020b15, #092343);
}

.tkm-contact-cta h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: clamp(27px, 4vw, 38px);
}

.tkm-contact-cta p {
    margin: 0;
    color: #c9d9eb;
}

.tkm-contact-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 14px 25px;
    border-radius: 9px;
    background: var(--tkm-primary);
    color: #ffffff !important;
    font-weight: 800;
    text-decoration: none !important;
}

@media (max-width: 900px) {
    .tkm-contact-grid {
        grid-template-columns: 1fr;
    }

    .tkm-contact-cards {
        grid-template-columns: 1fr;
    }

    .tkm-contact-cta {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 650px) {
    .tkm-contact-container {
        width: min(100% - 22px, 1180px);
    }

    .tkm-contact-hero {
        min-height: auto;
        padding: 55px 0;
        border-radius: 14px;
    }

    .tkm-contact-hero-content {
        padding: 0 24px;
    }

    .tkm-contact-section {
        padding: 55px 0;
    }

    .tkm-contact-form-grid {
        grid-template-columns: 1fr;
    }

    .tkm-contact-field-full {
        grid-column: auto;
    }

    .tkm-contact-info,
    .tkm-contact-form-box {
        padding: 26px 22px;
    }

    .tkm-contact-submit {
        width: 100%;
    }

    .tkm-contact-map iframe {
        height: 300px;
    }

    .tkm-contact-cta {
        padding: 34px 24px;
    }

    .tkm-contact-cta a {
        width: 100%;
    }
}
