/****************************************
TheraPrompt by CMNice Solutions
Clean stylesheet for current index.php
****************************************/

/******** Fonts ********/
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Base */
body {
    background: #f6f1e6;
    font-family: 'Kanit', sans-serif;
}

.container-fluid {
    padding: 0 !important;
}

.container {
    max-width: 1320px !important;
    position: relative;
}

/* ================================
   Slide Menu base
================================ */
.slide-menu {
    width: 80%;
    background-color: #fff;
    font-family: 'Kanit', sans-serif;
    z-index: 9999;
}

.slide-menu,
.slide-menu a {
    font-size: 14.5px;
    color: #000;
    text-decoration: none;
}

.slide-menu li > a {
    padding: .9rem 1.5rem;
    border-bottom: 1px solid #14202a;
    text-decoration: none;
}

.slide-menu .controls {
    display: flex;
    margin-bottom: 1rem;
}

.slide-menu .slide-menu__backlink {
    text-transform: uppercase;
}

/* ================================
   TheraPrompt Header / Hero / Mobile Menu
================================ */

/* Header */
.tp-header {
    position: relative;
    z-index: 999;
    background: #f6f1e6;
    font-family: 'Kanit', sans-serif;
    box-shadow: 0 1px 0 rgba(0, 90, 70, 0.08);
}

.tp-header__inner {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.tp-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

.tp-logo img {
    width: 250px;
    height: auto;
    display: block;
}

.tp-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

.tp-nav a {
    font-family: 'Kanit', sans-serif;
    color: #143d34;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 0;
    transition: color 0.25s ease;
}

.tp-nav a:hover,
.tp-nav a.active {
    color: #00634e;
    font-weight: 400;
}

.tp-cta {
    font-family: 'Kanit', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 8px 20px;
    border-radius: 8px;
    background: #005a46;
    border: 1px solid #d6a629;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.tp-cta i {
    color: #d6a629;
    font-size: 14px;
}

.tp-cta:hover {
    background: #004738;
    color: #fff;
    font-weight: 300;
}

.tp-menu-toggle {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 8px;
    background: #005a46;
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* Sticky navbar */
.tp-header.fixed-top,
#navbar_top.fixed-top {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    transform: none !important;
    z-index: 9999;
    background: #f6f1e6;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* Hero */
.tp-hero {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #f6f1e6;
    font-family: 'Kanit', sans-serif;
}

.tp-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.tp-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    display: block;
}

.tp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            90deg,
            rgba(246, 241, 230, 0.98) 0%,
            rgba(246, 241, 230, 0.92) 28%,
            rgba(246, 241, 230, 0.55) 52%,
            rgba(246, 241, 230, 0.05) 78%
        );
}

.tp-hero__content {
    position: relative;
    z-index: 3;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.tp-hero__text {
    max-width: 580px;
    padding-top: 20px;
}

.tp-hero__label {
    margin: 0 0 4px;
    color: #005a46;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.tp-hero h1 {
    margin: 0;
    color: #005a46;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
}

.tp-hero h2 {
    margin: 0 0 14px;
    color: #005a46;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}

.tp-hero h2 span {
    color: #b9853b;
    font-weight: 400;
}

.tp-hero p {
    max-width: 560px;
    margin: 0;
    color: #00634e;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.65;
}

.tp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 32px;
}

.tp-btn-primary,
.tp-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 10px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    transition: all 0.25s ease;
}

.tp-btn-primary {
    background: #005a46;
    border: 1px solid #d6a629;
    color: #fff;
}

.tp-btn-primary i {
    color: #d6a629;
}

.tp-btn-primary:hover {
    background: #004738;
    color: #fff;
}

.tp-btn-secondary {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #d6a629;
    color: #005a46;
}

.tp-btn-secondary i {
    color: #d6a629;
}

.tp-btn-secondary:hover {
    background: #fff;
    color: #005a46;
}

/* Mobile Slide Menu */
.tp-mobile-menu {
    width: min(86%, 360px);
    background: #f6f1e6;
    font-family: 'Kanit', sans-serif;
}

.tp-mobile-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 18px 14px;
    border-bottom: 1px solid rgba(0, 90, 70, 0.12);
}

.tp-mobile-menu__logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.tp-mobile-menu__logo img {
    width: 170px;
    height: auto;
    display: block;
}

.tp-mobile-menu__close {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #005a46;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.tp-mobile-menu__nav {
    list-style: none;
    margin: 0;
    padding: 12px 0;
}

.tp-mobile-menu__nav li {
    margin: 0;
    padding: 0;
}

.tp-mobile-menu__nav li a {
    font-family: 'Kanit', sans-serif;
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 14px 22px;
    border-bottom: 1px solid rgba(0, 90, 70, 0.10);
    color: #143d34;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
}

.tp-mobile-menu__nav li a:hover {
    color: #005a46;
    background: rgba(255, 255, 255, 0.55);
    font-weight: 400;
}

.tp-mobile-menu__cta a {
    font-family: 'Kanit', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 8px;
    background: #005a46;
    border: 1px solid #d6a629;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.35;
    text-align: center;
}

.tp-mobile-menu__cta a i {
    color: #fff !important;
}

/* ================================
   TheraPrompt Feature Bar
================================ */
.tp-feature-bar {
    position: relative;
    z-index: 10;
    font-family: 'Kanit', sans-serif;
    background: #f6f1e6;
}

.tp-feature-card {
    max-width: 1340px;
    min-height: 86px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(198, 166, 86, 0.25);
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(36, 47, 38, 0.16);
    overflow: hidden;
    backdrop-filter: blur(8px);
}

.tp-feature-item {
    min-height: 86px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    position: relative;
}

.tp-feature-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0;
    width: 1px;
    height: 42px;
    background: rgba(0, 90, 70, 0.14);
}

.tp-feature-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-feature-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
}

.tp-feature-text h3 {
    margin: 0 0 5px;
    color: #143d34;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.1px;
    text-transform: uppercase;
}

.tp-feature-text p {
    margin: 0;
    color: #52645d;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.35;
}

/* ================================
   TheraPrompt Service List Section
================================ */
.tp-service-list-section {
    /* padding: 18px 0 72px; */
    background: #f6f1e6;
    font-family: 'Kanit', sans-serif;
}

.tp-service-list-card {
    max-width: 1340px;
    margin: 0 auto 14px;
    overflow: hidden;
    border-radius: 18px;
    background: #f8f4ec;
    box-shadow: 0 8px 22px rgba(36, 47, 38, 0.14);
}

/* Cover image */
.tp-service-list-cover {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.tp-service-list-cover > img {
    width: calc(100% + 20px);
    max-width: none;
    height: auto;
    display: block;
    margin-top: -10px;
    margin-left: -10px;
}

.tp-service-list-heading {
    position: absolute;
    left: 50%;
    top: 18px;
    width: min(760px, calc(100% - 36px));
    transform: translateX(-50%);
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.tp-service-list-heading span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    margin-bottom: 8px;
    padding: 6px 24px;
    border-radius: 999px;
    background: #005a46;
    border: 1px solid #d6a629;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
}

.tp-service-list-heading h2 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.25;
}

.tp-service-list-heading h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.35;
}

.tp-service-list-heading p {
    max-width: 780px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.65;
}

/* Service list */
.tp-service-list-wrap {
    margin-top: -120px;
    padding: 0 28px 26px;
    position: relative;
    z-index: 3;
}

.tp-service-list-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px 28px;
    padding-top: 24px;
}

.tp-service-list-more {
    display: contents;
}

.tp-service-list-more.is-hidden {
    display: none;
}

.tp-service-list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 62px;
}

.tp-service-list-item i {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    border-radius: 50%;
    background: #43a858;
    color: #fff;
    font-size: 13px;
}

.tp-service-list-item h4 {
    margin: 0;
    color: #005a46;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
}

.tp-service-list-item strong {
    display: block;
    margin-top: 1px;
    color: #005a46;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.tp-service-list-item p {
    margin: 3px 0 0;
    color: #52645d;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.35;
}

.tp-service-list-action {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.tp-service-list-action button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 10px 26px;
    border-radius: 999px;
    border: 1px solid #d6a629;
    background: #005a46;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    transition: all 0.25s ease;
}

.tp-service-list-action button:hover {
    background: #004738;
}

.tp-service-list-action button i {
    color: #d6a629;
    font-size: 13px;
    transition: transform 0.25s ease;
}

.tp-service-list-action button.is-open i {
    transform: rotate(180deg);
}

/* GOMA AI Bar */
.tp-goma-bar {
    max-width: 1340px;
    min-height: 112px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1.35fr auto 1.35fr auto 1.35fr;
    align-items: center;
    gap: 18px;
    padding: 20px 34px;
    border-radius: 18px;
    background: #00503f;
    color: #fff;
    box-shadow: 0 8px 22px rgba(36, 47, 38, 0.14);
}

.tp-goma-title h3 {
    margin: 0 0 4px;
    color: #d6a629;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
}

.tp-goma-title p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.35;
}

.tp-goma-step {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tp-goma-step img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    flex: 0 0 56px;
}

.tp-goma-step strong {
    display: block;
    margin-bottom: 3px;
    color: #d6a629;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}

.tp-goma-step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
}

.tp-goma-arrow {
    color: #d6a629;
    font-size: 22px;
    line-height: 1;
}

/* ================================
   Contact
================================ */
.contact-home {
    font-family: 'Kanit', sans-serif;
    background: #fff;
}

.contact-home__top {
    min-height: 315px;
    display: flex;
    align-items: center;
    padding: 48px 0;
    background: url('../images/bg/bg-contact.jpg') center center no-repeat;
    background-size: 100% 100%;
}

.contact-home h1 {
    margin: 0;
    color: #1f4f3b;
    font: 700 34px/1.05 'Kanit', sans-serif;
}

.contact-home h1 span {
    color: #1f4f3b;
    font: 400 24px/1.1 'Kanit', sans-serif;
    letter-spacing: 1px;
}

.contact-home__cards {
    display: grid;
    grid-template-columns: 1.7fr .8fr .8fr;
    gap: 40px;
}

.contact-info-card {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 18px;
    border-radius: 8px;
    background: #1f4f3b;
    color: #fff;
    text-align: center;
}

.contact-info-card i {
    margin-bottom: 12px;
    color: #6eff5b;
    font-size: 34px;
}

.contact-info-card h2 {
    margin: 0 0 6px;
    color: #fff;
    font: 500 16px/1.2 'Kanit', sans-serif;
}

.contact-info-card p {
    margin: 0;
    color: #fff;
    font: 300 14px/1.45 'Kanit', sans-serif;
}

.contact-home__map {
    width: 100%;
    height: 455px;
}

.contact-home__map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/* ================================
   Footer
================================ */
.footer-container {
    background-color: #24473a;
    font-family: 'Kanit', sans-serif;
}

.footer-container h1 {
    color: #fff;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
    margin: 10px 0;
}

/* ================================
   Responsive
================================ */

/* Tablet / Mobile */
@media (max-width: 991.98px) {
    .tp-nav,
    .tp-cta {
        display: none !important;
    }

    .tp-menu-toggle {
        display: inline-flex;
    }

    .tp-header__inner {
        min-height: 68px;
    }

    .tp-logo img {
        width: 190px;
    }

    .tp-hero {
        min-height: 600px;
    }

    .tp-hero__content {
        min-height: 600px;
        align-items: flex-end;
        padding-bottom: 52px;
    }

    .tp-hero__bg img {
        object-fit: cover;
        object-position: 85% center; 
    }

    .tp-hero::before {
        background:
            linear-gradient(
                180deg,
                rgba(246, 241, 230, 0.22) 0%,
                rgba(246, 241, 230, 0.72) 48%,
                rgba(246, 241, 230, 0.98) 100%
            );
    }

    .tp-hero__text {
        max-width: 100%;
    }

    .tp-feature-bar {
        margin-top: -28px;
        /* margin-bottom: 38px; */
    }

    .tp-feature-card {
        max-width: 680px;
        grid-template-columns: repeat(2, 1fr);
    }

    .tp-feature-item:nth-child(2)::after {
        display: none;
    }

    .tp-feature-item:nth-child(1),
    .tp-feature-item:nth-child(2) {
        border-bottom: 1px solid rgba(0, 90, 70, 0.10);
    }

    .tp-service-list-card,
    .tp-goma-bar {
        max-width: 680px;
    }

    .tp-service-list-heading {
        top: 16px;
        width: calc(100% - 32px);
    }

    .tp-service-list-heading span {
        min-height: 28px;
        margin-bottom: 6px;
        padding: 6px 20px;
        font-size: 13px;
    }

    .tp-service-list-heading h2 {
        font-size: 22px;
    }

    .tp-service-list-heading h3 {
        font-size: 16px;
    }

    .tp-service-list-heading p {
        font-size: 12px;
        line-height: 1.5;
    }

    .tp-service-list-wrap {
        margin-top: -70px;
    }

    .tp-service-list-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 24px;
    }

    .tp-goma-bar {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 24px;
    }

    .tp-goma-arrow {
        display: none;
    }

    .contact-home__top {
        background-size: cover;
    }

    .contact-home h1 {
        margin-bottom: 28px;
        text-align: center;
    }

    .contact-home__cards {
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 520px;
        margin: 0 auto;
    }

    .contact-info-card {
        min-height: 130px;
    }
}

/* Small Mobile */
@media (max-width: 575.98px) {
    .tp-header__inner {
        min-height: 64px;
        gap: 12px;
    }

    .tp-logo img {
        width: 165px;
    }

    .tp-menu-toggle {
        width: 38px;
        height: 38px;
        font-size: 17px;
    }

    .tp-hero {
        min-height: 620px;
    }

    .tp-hero__content {
        min-height: 620px;
        padding-bottom: 36px;
    }

    .tp-hero__label {
        font-size: 21px;
    }

    .tp-hero h1 {
        font-size: 27px;
    }

    .tp-hero h2 {
        font-size: 22px;
    }

    .tp-hero p {
        font-size: 14px;
        line-height: 1.55;
    }

    .tp-hero__actions {
        margin-top: 24px;
    }

    .tp-btn-primary,
    .tp-btn-secondary {
        width: 100%;
    }

    .tp-mobile-menu {
        width: 86%;
    }

    .tp-mobile-menu__logo img {
        width: 155px;
    }

    .tp-feature-bar {
        margin-top: -24px;
        /* margin-bottom: 32px; */
        padding: 0 14px;
    }

    .tp-feature-card {
        grid-template-columns: 1fr;
        border-radius: 16px;
    }

    .tp-feature-item {
        min-height: 78px;
        padding: 14px 18px;
    }

    .tp-feature-item:not(:last-child)::after {
        display: none;
    }

    .tp-feature-item:not(:last-child) {
        border-bottom: 1px solid rgba(0, 90, 70, 0.10);
    }

    .tp-feature-icon,
    .tp-feature-icon img {
        width: 44px;
        height: 44px;
    }

    .tp-feature-text h3 {
        font-size: 16px;
    }

    .tp-feature-text p {
        font-size: 14px;
    }

    /* .tp-service-list-section {
        padding: 10px 14px 52px;
    } */

    .tp-service-list-card {
        overflow: hidden;
        background: #f8f4ec;
    }

    .tp-service-list-cover {
        height: 300px;
        padding: 0;
        margin: 0;
        overflow: hidden;
        line-height: 0;
        background: #f8f4ec;
    }

    .tp-service-list-cover > img {
        width: calc(100% + 24px);
        max-width: none;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center top;
        margin-top: -12px;
        margin-left: -12px;
    }

    .tp-service-list-heading {
        top: 16px;
        width: calc(100% - 24px);
    }

    .tp-service-list-heading span {
        min-height: 18px;
        margin-bottom: 5px;
        padding: 5px 14px;
        font-size: 20px;
    }

    .tp-service-list-heading h2 {
        font-size: 18px;
        margin-bottom: 2px;
        line-height: 1.2;
    }

    .tp-service-list-heading h3 {
        font-size: 14px;
        margin-bottom: 3px;
        line-height: 1.25;
    }

    .tp-service-list-heading p {
        font-size: 14px;
        line-height: 1.3;
    }

    .tp-service-list-wrap {
        margin-top: -36px;
        padding: 20px 18px 24px;
    }

    .tp-service-list-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .tp-service-list-item h4 {
        font-size: 15px;
    }

    .tp-service-list-action button {
        width: 100%;
    }

    .tp-goma-bar {
        border-radius: 16px;
        padding: 24px 20px;
    }

    .tp-goma-title h3 {
        font-size: 24px;
    }

    .tp-goma-step img {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

    .tp-goma-step strong {
        font-size: 13px;
    }

    .tp-goma-step p {
        font-size: 12px;
    }
    

    .contact-home__top {
        padding: 38px 0;
    }

    .contact-home h1 {
        font-size: 28px;
    }

    .contact-home h1 span {
        font-size: 19px;
    }

    .contact-home__map {
        height: 360px;
    }
    
}
/* ================================
   TheraPrompt About Section
================================ */

.tp-about-section {
    /* padding: 54px 0 72px; */
    background: #f6f1e6;
    font-family: 'Kanit', sans-serif;
}

.tp-about-grid {
    max-width: 1360px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.tp-about-main {
    grid-column: 1 / -1;
    min-height: 250px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 8px 22px rgba(36, 47, 38, 0.13);
}

.tp-about-main__image {
    min-height: 250px;
    overflow: hidden;
}

.tp-about-main__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.tp-about-main__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 30px 38px 30px 28px; */
}

.tp-about-main__content h2 {
    margin: 0 0 12px;
    color: #005a46;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.35;
}

.tp-about-main__content h2 span {
    color: #c7952e;
}

.tp-about-main__content p {
    margin: 0 0 8px;
    color: #263d35;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65;
}

.tp-about-main__content strong {
    color: #005a46;
    font-weight: 500;
}

.tp-about-btn {
    width: max-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 36px;
    margin-top: 6px;
    padding: 8px 18px;
    border-radius: 8px;
    border: 1px solid #d6a629;
    background: rgba(255, 255, 255, 0.7);
    color: #005a46;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    transition: all 0.25s ease;
}

.tp-about-btn:hover {
    background: #005a46;
    color: #fff;
}

.tp-about-btn i {
    font-size: 12px;
}

/* B2C / B2B Cards */
.tp-about-type {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(36, 47, 38, 0.12);
}

.tp-about-type img {
    width: 100%;
    height: 250px;
    min-height: 250px;
    display: block;
    object-fit: contain;
    object-position: right center;
}

.tp-about-type::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}
.tp-about-type--b2c::before,
.tp-about-type--b2b::before {

    display: none;

}

.tp-about-type__content {

    position: absolute;
    left: 24px;
    top: 50%;
    width: 330px;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    padding: 16px 18px;
    border-radius: 14px;
    backdrop-filter: blur(3px);
}

.tp-about-type__content a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
    flex: 0 0 22px;
}

.tp-about-type--b2c .tp-about-type__content {

    background: rgba(0, 75, 58, 0.72);

}

.tp-about-type--b2b .tp-about-type__content {

    background: rgba(137, 100, 45, 0.68);

}
.tp-about-type__content h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
}

.tp-about-type__content h3 span {
    margin-left: 4px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.2px;
}

.tp-about-type__content p {
    max-width: 310px;
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}

.tp-about-type__content a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 30px;
    padding: 6px 18px;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    transition: all 0.25s ease;
}

.tp-about-type__content a:hover {
    background: #fff;
    color: #005a46;
}

.tp-about-type__content a i {
    font-size: 12px;
}


/* Tablet */
@media (max-width: 991.98px) {
    .tp-about-section {
        padding: 44px 0 56px;
    }

    .tp-about-grid {
        max-width: 680px;
        grid-template-columns: 1fr;
        gap: 14px;
    }

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

    .tp-about-main__image {
        min-height: 260px;
    }

    .tp-about-main__content {
        padding: 28px 26px 30px;
    }

    .tp-about-type {
        min-height: 190px;
    }

    .tp-about-type img {
        min-height: 190px;
    }
}


/* Mobile */
@media (max-width: 575.98px) {
    .tp-about-section {
        padding: 36px 14px 48px;
    }

    .tp-about-grid {
        gap: 12px;
    }

    .tp-about-main {
        border-radius: 16px;
    }

    .tp-about-main__image {
        min-height: 220px;
    }

    .tp-about-main__content {
        padding: 24px 20px 26px;
    }

    .tp-about-main__content h2 {
        font-size: 20px;
        line-height: 1.35;
    }

    .tp-about-main__content p {
        font-size: 13px;
        line-height: 1.6;
    }

    .tp-about-btn {
        width: 100%;
        min-height: 40px;
    }
}
@media (max-width: 575.98px) {
    .tp-about-type {
        min-height: 190px;
        border-radius: 14px;
    }

    .tp-about-type img {
        height: 190px;
        min-height: 190px;
        object-fit: cover;
        object-position: center right;
    }

    .tp-about-type--b2c::before {
        background: linear-gradient(
            90deg,
            rgba(0, 75, 58, 0.98) 0%,
            rgba(0, 75, 58, 0.82) 46%,
            rgba(0, 75, 58, 0.20) 82%
        );
    }

    .tp-about-type--b2b::before {
        background: linear-gradient(
            90deg,
            rgba(137, 100, 45, 0.96) 0%,
            rgba(137, 100, 45, 0.78) 46%,
            rgba(137, 100, 45, 0.18) 82%
        );
    }

    .tp-about-type__content {
        left: 20px;
        top: 50%;
        width: calc(100% - 120px);
        transform: translateY(-50%);
    }

    .tp-about-type__content h3 {
        font-size: 16px;
    }

    .tp-about-type__content h3 span {
        display: block;
        margin-left: 0;
        margin-top: 2px;
        font-size: 14px;
    }

    .tp-about-type__content p {
        font-size: 12px;
        line-height: 1.4;
    }

    .tp-about-type__content a {
        min-height: 30px;
        padding: 6px 12px;
        font-size: 12px;
    }
}

/* ================================
   About B2C / B2B Final Fix
   - keep left color background
   - remove heavy image fade
   - keep image clear on right
================================ */

.tp-about-type {
    background: #004b3a;
}

.tp-about-type--b2b {
    background: #89642d;
}

.tp-about-type > img {
    width: 100%;
    height: 250px;
    min-height: 250px;
    display: block;
    object-fit: contain;
    object-position: right center;
}
.tp-about-type__content a img {
    width: 18px;
    height: 18px;
    min-height: auto;
    max-width: none;
    object-fit: contain;
    display: inline-block;
    flex: 0 0 18px;
}

.tp-about-type::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
    pointer-events: none;
    display: block !important;
}

.tp-about-type--b2c::before {
    background: linear-gradient(
        90deg,
        rgba(0, 75, 58, 0.98) 0%,
        rgba(0, 75, 58, 0.98) 84%,
        rgba(0, 75, 58, 0) 100%
    );
}

.tp-about-type--b2b::before {
    background: linear-gradient(
        90deg,
        rgba(137, 100, 45, 0.96) 0%,
        rgba(137, 100, 45, 0.96) 84%,
        rgba(137, 100, 45, 0) 100%
    );
}

.tp-about-type__content {
    left: 28px;
    width: 350px;
    padding: 0;
    background: transparent !important;
    border-radius: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.tp-about-type--b2c .tp-about-type__content,
.tp-about-type--b2b .tp-about-type__content {
    background: transparent !important;
}

/* Tablet */
@media (max-width: 991.98px) {
    .tp-about-type {
        min-height: 220px;
    }

    .tp-about-type img {
        height: 220px;
        min-height: 220px;
        object-fit: cover;
        object-position: center right;
    }

    .tp-about-type::before {
        width: 58%;
    }

    .tp-about-type__content {
        left: 24px;
        width: min(360px, calc(100% - 48px));
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    .tp-about-type {
        min-height: 210px;
    }

    .tp-about-type img {
        width: 100%;
        height: 210px;
        min-height: 210px;
        object-fit: contain;
        object-position: right center;
    }

    .tp-about-type::before {
        width: 68%;
        display: block !important;
    }

    .tp-about-type--b2c::before {
        background: linear-gradient(
            90deg,
            rgba(0, 75, 58, 0.98) 0%,
            rgba(0, 75, 58, 0.98) 82%,
            rgba(0, 75, 58, 0) 100%
        );
    }

    .tp-about-type--b2b::before {
        background: linear-gradient(
            90deg,
            rgba(137, 100, 45, 0.96) 0%,
            rgba(137, 100, 45, 0.96) 82%,
            rgba(137, 100, 45, 0) 100%
        );
    }

    .tp-about-type__content {
        left: 20px;
        top: 50%;
        width: calc(100% - 130px);
        transform: translateY(-50%);
        padding: 0;
        background: transparent !important;
    }
}


/* ================================
   Mobile Only: About B2C / B2B Readability Fix
   ปรับเฉพาะมือถือ ไม่กระทบ Desktop / Tablet
================================ */
@media (max-width: 575.98px) {
    .tp-about-type {
        min-height: 285px !important;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 8px 22px rgba(36, 47, 38, 0.16);
    }

    .tp-about-type--b2c {
        background: #004b3a;
    }

    .tp-about-type--b2b {
        background: #89642d;
    }

    /* รูปหลักของ card เท่านั้น ไม่กระทบ icon ในปุ่ม */
    .tp-about-type > img {
        width: 100% !important;
        height: 285px !important;
        min-height: 285px !important;
        display: block;
        object-fit: cover !important;
        object-position: 82% center !important;
        opacity: 0.95;
    }

    .tp-about-type--b2b > img {
        object-position: 88% center !important;
    }

    /* พื้นสีด้านซ้าย + ไล่เงาให้อ่านข้อความง่าย */
    .tp-about-type::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        display: block !important;
        pointer-events: none;
    }

    .tp-about-type--b2c::before {
        background: linear-gradient(
            90deg,
            rgba(0, 75, 58, 0.98) 0%,
            rgba(0, 75, 58, 0.92) 42%,
            rgba(0, 75, 58, 0.48) 68%,
            rgba(0, 75, 58, 0.08) 100%
        ) !important;
    }

    .tp-about-type--b2b::before {
        background: linear-gradient(
            90deg,
            rgba(137, 100, 45, 0.98) 0%,
            rgba(137, 100, 45, 0.90) 42%,
            rgba(137, 100, 45, 0.46) 68%,
            rgba(137, 100, 45, 0.08) 100%
        ) !important;
    }

    /* วางข้อความให้อ่านง่าย ไม่แคบเกิน */
    .tp-about-type__content {
        left: 18px !important;
        top: 50% !important;
        width: calc(100% - 108px) !important;
        max-width: 280px;
        transform: translateY(-50%) !important;
        z-index: 2;
        padding: 0 !important;
        background: transparent !important;
        border-radius: 0 !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .tp-about-type__content h3 {
        margin: 0 0 7px;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.25;
    }

    .tp-about-type__content h3 span {
        display: block;
        margin-left: 0;
        margin-top: 2px;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.2px;
        opacity: 0.95;
    }

    .tp-about-type__content p {
        max-width: 245px;
        margin: 0 0 14px;
        font-size: 12px;
        font-weight: 300;
        line-height: 1.55;
        color: rgba(255, 255, 255, 0.92);
    }

    .tp-about-type__content a {
        width: auto;
        max-width: 100%;
        min-height: 36px;
        padding: 7px 13px;
        gap: 7px;
        border-radius: 8px;
        font-size: 11px;
        line-height: 1.2;
        white-space: normal;
        text-align: center;
        background: rgba(255, 255, 255, 0.10);
    }

    .tp-about-type__content a img {
        width: 18px !important;
        height: 18px !important;
        min-height: auto !important;
        max-width: none !important;
        object-fit: contain !important;
        flex: 0 0 18px;
    }
}
/* Mobile only: full width button in B2C / B2B card */
@media (max-width: 575.98px) {

    .tp-about-type__content {
        left: 18px !important;
        right: 18px !important;
        width: auto !important;
        max-width: none !important;
    }

    .tp-about-type__content a {
        width: 100% !important;
        min-height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 8px 12px;
        font-size: 12px;
        text-align: center;
        box-sizing: border-box;
    }

    .tp-about-type__content a img {
        width: 20px !important;
        height: 20px !important;
        min-height: auto !important;
        max-width: none !important;
        object-fit: contain;
        display: inline-block;
        flex: 0 0 20px;
    }
}
/* ================================
   TheraPrompt Join Team Section
================================ */

.tp-join-section {
    padding: 100px 0 32px;
    background: #f6f1e6;
    font-family: 'Kanit', sans-serif;
}

.tp-join-heading {
    max-width: 1320px;
    margin: 0 auto 18px;
    padding-left: 220px;
}

.tp-join-heading h2 {
    margin: 0;
    color: #b18a4a;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
}

.tp-join-heading h2 span {
    color: #b18a4a;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.tp-join-heading p {
    margin: 0;
    color: #1d2620;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.25;
}

.tp-join-heading p strong {
    color: #005a46;
    font-weight: 500;
}


/* Card */
.tp-join-card {
    max-width: 1320px;
    min-height: 190px;
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 300px;
    align-items: center;
    gap: 28px;
    padding: 22px 38px 22px 270px;
    border-radius: 28px;
    background: #004b3a;
    box-shadow: 0 8px 22px rgba(36, 47, 38, 0.16);
    overflow: visible;
}

.tp-join-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 360px;
    z-index: 1;
    border-radius: 28px 0 0 28px;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(177, 138, 74, 0.78) 0%,
        rgba(177, 138, 74, 0.38) 45%,
        rgba(177, 138, 74, 0) 100%
    );
}


/* Person image - Desktop only */
.tp-join-person {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 245px;
    z-index: 3;
}

.tp-join-person img {
    width: 100%;
    height: auto;
    display: block;
}


/* Benefits */
.tp-join-benefits {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    align-items: stretch;
    gap: 0;
    width: 100%;
}

.tp-join-benefit {
    position: relative;
    min-height: 138px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 22px;
    text-align: center;
}

.tp-join-benefit:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    width: 1px;
    height: 124px;
    background: rgba(255, 255, 255, 0.16);
}

.tp-join-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 8px;
    border-radius: 50%;
}

.tp-join-icon img {
    width: 72px;
    height: 72px;
    display: block;
    object-fit: contain;
}

.tp-join-benefit h3 {
    margin: 0 0 5px;
    color: #d6a629;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.tp-join-benefit p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 300;
    line-height: 1.55;
    text-align: center;
}


/* CTA */
.tp-join-action {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tp-join-action a {
    width: 270px;
    min-height: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: #b18a4a;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
    transition: all 0.25s ease;
}

.tp-join-action a:hover {
    background: #9c793e;
    color: #fff;
    transform: translateY(-2px);
}


/* ================================
   Tablet
================================ */
@media (max-width: 991.98px) {
    .tp-join-section {
        padding: 46px 0 58px;
    }

    .tp-join-heading {
        max-width: 680px;
        padding-left: 0;
        text-align: center;
    }

    .tp-join-heading h2 {
        font-size: 28px;
    }

    .tp-join-heading p {
        font-size: 21px;
    }

    .tp-join-card {
        max-width: 680px;
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 28px 28px 30px;
        border-radius: 24px;
        overflow: hidden;
    }

    .tp-join-card::before {
        display: none;
    }

    .tp-join-person {
        display: none;
    }

    .tp-join-benefits {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .tp-join-benefit {
        min-height: 150px;
        padding: 0 22px 18px;
    }

    .tp-join-benefit:nth-child(2)::after {
        display: none;
    }

    .tp-join-benefit:nth-child(1),
    .tp-join-benefit:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .tp-join-action {
        justify-content: center;
    }

    .tp-join-action a {
        width: 100%;
        max-width: 360px;
    }
}


/* ================================
   Mobile
================================ */
@media (max-width: 575.98px) {
    .tp-join-section {
        padding: 40px 14px 52px;
    }

    .tp-join-heading {
        margin-bottom: 16px;
        text-align: center;
    }

    .tp-join-heading h2 {
        font-size: 23px;
        line-height: 1.25;
    }

    .tp-join-heading p {
        font-size: 18px;
        line-height: 1.35;
    }

    .tp-join-card {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px 20px;
        border-radius: 22px;
        overflow: hidden;
    }

    .tp-join-card::before {
        display: none;
    }

    .tp-join-person {
        display: none;
    }

    .tp-join-benefits {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tp-join-benefit {
        min-height: auto;
        display: grid;
        grid-template-columns: 58px 1fr;
        column-gap: 14px;
        align-items: center;
        justify-items: start;
        padding: 15px 0;
        text-align: left;
    }

    .tp-join-benefit:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .tp-join-benefit::after {
        display: none !important;
    }

    .tp-join-icon {
        grid-row: span 2;
        width: 54px;
        height: 54px;
        margin: 0;
    }

    .tp-join-icon img {
        width: 54px;
        height: 54px;
    }

    .tp-join-benefit h3 {
        margin: 0 0 4px;
        font-size: 16px;
        line-height: 1.25;
        text-align: left;
    }

    .tp-join-benefit p {
        font-size: 13px;
        line-height: 1.45;
        text-align: left;
    }

    .tp-join-action {
        justify-content: center;
    }

    .tp-join-action a {
        width: 100%;
        max-width: none;
        min-height: 62px;
        font-size: 22px;
        border-radius: 12px;
    }
}
/* ================================
   TheraPrompt Contact Section
================================ */

.tp-contact-section {
    margin: 0 !important;
    padding: 0 !important;
    background: #f8f1e5;
    font-family: 'Kanit', sans-serif;
}

.tp-contact-wrap {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: url('../images/bg/bg-contact.png') center center no-repeat;
    background-size: cover;
}

.tp-contact-row {
    position: relative;
    z-index: 2;
    min-height: 380px;
    margin-bottom: 0 !important;
    align-items: center;
}


/* Heading */
.tp-contact-heading h2 {
    margin: 0;
    color: #0b4b3c;
    font-size: 34px;
    font-weight: 200;
    line-height: 1.28;
    letter-spacing: 1px;
}

.tp-contact-heading h2 span {
    display: inline-block;
    margin-top: 4px;
    color: #b18a4a;
    font-size: 32px;
    font-weight: 300;
}


/* Contact Cards */
.tp-contact-cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.tp-contact-card {
    width: 100%;
    min-height: 185px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 24px 18px;
    border-radius: 14px;
    background: #004b3a;
    color: #fff;
    text-align: center;
    box-shadow: 0 8px 18px rgba(36, 47, 38, 0.12);
}

.tp-contact-card--gold {
    background: #b18a4a;
}

.tp-contact-icon {
    min-height: 44px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-contact-icon i {
    color: #fff;
    font-size: 34px;
    line-height: 1;
}

.tp-contact-card h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.4px;
}

.tp-contact-card p {
    margin: 0 0 4px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.4px;
}


/* Contact Person */
.tp-contact-person {
    position: relative;
    height: 380px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
}

.tp-contact-person img {
    width: auto;
    height: 100%;
    max-height: 380px;
    display: block;
    object-fit: contain;
    object-position: bottom right;
}


/* ================================
   Footer
================================ */

.tp-footer {
    position: relative;
    z-index: 10;
    margin: -34px 0 0 !important;
    padding: 16px 0;
    background: #004b3a;
    font-family: 'Kanit', sans-serif;
    text-align: center;
}

.tp-footer p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.6px;
}

.tp-footer a {
    color: #fff;
    text-decoration: none;
}

.tp-footer a:hover {
    color: #d6a629;
    text-decoration: underline;
}


/* ================================
   Tablet
================================ */

@media (max-width: 991.98px) {
    .tp-contact-wrap {
        min-height: auto;
        padding: 48px 0 !important;
        background-position: center center;
        background-size: cover;
    }

    .tp-contact-row {
        min-height: auto;
        row-gap: 28px;
    }

    .tp-contact-heading {
        text-align: center;
    }

    .tp-contact-heading h2 {
        font-size: 32px;
    }

    .tp-contact-heading h2 span {
        font-size: 36px;
    }

    .tp-contact-cards {
        max-width: 680px;
        margin: 0 auto;
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }

    .tp-contact-card {
        min-height: 165px;
        padding: 22px 14px;
    }

    .tp-contact-person {
        display: none;
    }

    .tp-footer {
        margin-top: 0 !important;
    }
}


/* ================================
   Mobile
================================ */

@media (max-width: 575.98px) {
    .tp-contact-wrap {
        padding: 40px 14px !important;
        background-position: center center;
    }

    .tp-contact-row {
        row-gap: 24px;
    }

    .tp-contact-heading h2 {
        font-size: 26px;
        line-height: 1.35;
    }

    .tp-contact-heading h2 span {
        font-size: 32px;
    }

    .tp-contact-cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .tp-contact-card {
        min-height: 140px;
        padding: 22px 18px;
        border-radius: 14px;
    }

    .tp-contact-icon {
        min-height: 38px;
        margin-bottom: 10px;
    }

    .tp-contact-icon i {
        font-size: 30px;
    }

    .tp-contact-card h3 {
        font-size: 17px;
    }

    .tp-contact-card p {
        font-size: 13px;
    }

    .tp-footer {
        margin-top: 0 !important;
        padding: 14px 16px;
    }

    .tp-footer p {
        font-size: 11px;
        line-height: 1.6;
    }
}