﻿/* =========================================================
   FINGER THAILAND
   PREMIUM CONTACT / COMPANY SECTION
   LARGE • READABLE • CLEAN
   ========================================================= */

.ft-footer-company {
    margin-top: 35px;
    padding: 50px 0 24px;
    background: #ffffff;
    border-top: 1px solid #e4ebf3;
}


/* =========================================================
   GRID
   ========================================================= */

.ft-footer-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr .9fr;
    gap: 30px;
    align-items: stretch;
}


/* =========================================================
   COMPANY
   ========================================================= */

.ft-footer-company-info {
    padding: 5px 8px 5px 0;
}

.ft-footer-brand {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 19px;
}

.ft-footer-brand-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    border-radius: 13px;
    background: #f0f6ff;
    border: 1px solid #d8e6f7;
    color: #1769aa;
    font-size: 24px;
}

.ft-footer-brand h2 {
    margin: 0;
    color: #174a7c;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.ft-footer-brand span {
    display: block;
    margin-top: 4px;
    color: #7f8d9c;
    font-size: 12px;
    font-weight: 600;
}


/* =========================================================
   MAIN TITLE
   ========================================================= */

.ft-footer-main-title {
    margin: 0 0 11px;
    color: #294d70;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.5;
}

    .ft-footer-main-title span {
        margin: 0 6px;
        color: #4d86bb;
    }


/* =========================================================
   DESCRIPTION
   ========================================================= */

.ft-footer-description {
    max-width: 590px;
    margin: 0;
    color: #66798b;
    font-size: 15px;
    line-height: 1.9;
}

    .ft-footer-description a {
        color: #2672ad;
        font-weight: 700;
        text-decoration: none;
        transition: color .2s ease;
    }

        .ft-footer-description a:hover {
            color: #174a7c;
            text-decoration: underline;
        }


/* =========================================================
   SERVICE LINKS
   ========================================================= */

.ft-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    margin-top: 17px;
}

    .ft-footer-links a {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        color: #58728b;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        transition: color .2s ease, transform .2s ease;
    }

        .ft-footer-links a i {
            color: #4b82b4;
            font-size: 14px;
        }

        .ft-footer-links a:hover {
            color: #1769aa;
            transform: translateY(-1px);
        }


/* =========================================================
   LINE CARD
   ========================================================= */

.ft-footer-line-card {
    height: 100%;
    min-height: 255px;
    display: flex;
    flex-direction: column;
    padding: 23px;
    border-radius: 17px;
    background: #f7fbff;
    border: 1px solid #dce9f5;
}

.ft-footer-line-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ft-footer-line-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    border-radius: 50%;
    background: #06c755;
    color: #fff;
    font-size: 23px;
    box-shadow: 0 5px 13px rgba(6, 199, 85, .18);
}

.ft-footer-line-header > div:last-child {
    display: flex;
    flex-direction: column;
}

.ft-footer-line-header span {
    color: #06a849;
    font-size: 12px;
    font-weight: 700;
}

.ft-footer-line-header strong {
    margin-top: 3px;
    color: #315474;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}


/* =========================================================
   LINE DESCRIPTION
   ========================================================= */

.ft-footer-line-card > p {
    margin: 17px 0;
    color: #687b8d;
    font-size: 13px;
    line-height: 1.8;
}


/* =========================================================
   LINE BUTTON
   ========================================================= */

.ft-footer-line-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    margin-top: auto;
    padding: 13px 16px;
    border-radius: 11px;
    background: #06c755;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 5px 13px rgba(6, 199, 85, .18);
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

    .ft-footer-line-button i:first-child {
        font-size: 17px;
    }

    .ft-footer-line-button i:last-child {
        font-size: 13px;
    }

    .ft-footer-line-button:hover {
        color: #fff;
        background: #05b84f;
        transform: translateY(-2px);
        box-shadow: 0 8px 17px rgba(6, 199, 85, .23);
    }


/* =========================================================
   LINE NOTE
   ========================================================= */

.ft-footer-line-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 9px;
    color: #7f8e9c;
    font-size: 11px;
}

    .ft-footer-line-note i {
        color: #06c755;
        font-size: 12px;
    }


/* =========================================================
   CONTACT CARD
   ========================================================= */

.ft-footer-contact-card {
    height: 100%;
    padding: 23px;
    border-radius: 17px;
    background: #ffffff;
    border: 1px solid #e1e8ef;
}

.ft-footer-contact-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.ft-footer-contact-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    border-radius: 11px;
    background: #f0f6ff;
    color: #3477aa;
    font-size: 20px;
}

.ft-footer-contact-title h3 {
    margin: 0;
    color: #315474;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
}

.ft-footer-contact-title span {
    display: block;
    margin-top: 3px;
    color: #8b98a5;
    font-size: 11px;
    line-height: 1.4;
}


/* =========================================================
   BUSINESS HOURS
   ========================================================= */

.ft-footer-open {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 9px 11px;
    border-radius: 9px;
    background: #f7faff;
    color: #687b8d;
    font-size: 12px;
    line-height: 1.5;
}

    .ft-footer-open i {
        color: #397db2;
        font-size: 14px;
    }

    .ft-footer-open span {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .ft-footer-open strong {
        color: #4f6981;
        font-weight: 700;
    }


/* =========================================================
   PHONE LIST
   ========================================================= */

.ft-footer-phone-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ft-footer-phone {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 5px;
    border-radius: 9px;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

    .ft-footer-phone:hover {
        background: #f7faff;
        transform: translateX(2px);
    }

.ft-footer-phone-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    border-radius: 8px;
    background: #f0f6ff;
    color: #397db2;
    font-size: 13px;
}

.ft-footer-phone-text {
    display: flex;
    flex-direction: column;
    flex: 1;
}

    .ft-footer-phone-text small {
        color: #8e9ba7;
        font-size: 10px;
        line-height: 1.3;
    }

    .ft-footer-phone-text strong {
        margin-top: 2px;
        color: #45647f;
        font-size: 16px;
        font-weight: 800;
        line-height: 1.3;
    }

.ft-footer-phone > i {
    color: #b2bec9;
    font-size: 11px;
    transition: color .2s ease, transform .2s ease;
}

.ft-footer-phone:hover > i {
    color: #397db2;
    transform: translate(2px, -2px);
}


/* =========================================================
   BOTTOM NAVIGATION
   ========================================================= */

.ft-footer-bottom {
    margin-top: 32px;
    padding-top: 17px;
    border-top: 1px solid #e3eaf1;
}

.ft-footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 28px;
}

    .ft-footer-nav a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #6c7e8f;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
        transition: color .2s ease, transform .2s ease;
    }

        .ft-footer-nav a i {
            color: #4b82b4;
            font-size: 13px;
        }

        .ft-footer-nav a:hover {
            color: #2672ad;
            transform: translateY(-1px);
        }


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .ft-footer-company {
        padding-top: 42px;
    }

    .ft-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 22px;
    }

    .ft-footer-company-info {
        grid-column: 1 / -1;
        text-align: center;
    }

    .ft-footer-brand {
        justify-content: center;
    }

    .ft-footer-description {
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;
    }

    .ft-footer-links {
        justify-content: center;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .ft-footer-company {
        margin-top: 25px;
        padding: 38px 0 20px;
    }

    .ft-footer-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ft-footer-company-info {
        padding: 0 7px;
    }


    /* BRAND */

    .ft-footer-brand {
        gap: 11px;
        margin-bottom: 17px;
    }

    .ft-footer-brand-icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        border-radius: 12px;
        font-size: 22px;
    }

    .ft-footer-brand h2 {
        font-size: 22px;
    }

    .ft-footer-brand span {
        font-size: 11px;
    }


    /* TITLE */

    .ft-footer-main-title {
        font-size: 17px;
        line-height: 1.55;
    }


    /* DESCRIPTION */

    .ft-footer-description {
        font-size: 14px;
        line-height: 1.9;
    }


    /* SERVICE LINKS */

    .ft-footer-links {
        gap: 8px 14px;
        margin-top: 15px;
    }

        .ft-footer-links a {
            font-size: 12px;
        }

            .ft-footer-links a i {
                font-size: 13px;
            }


    /* LINE */

    .ft-footer-line-card {
        min-height: 250px;
        padding: 20px;
        border-radius: 16px;
    }

    .ft-footer-line-icon {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
        font-size: 21px;
    }

    .ft-footer-line-header span {
        font-size: 11px;
    }

    .ft-footer-line-header strong {
        font-size: 17px;
    }

    .ft-footer-line-card > p {
        font-size: 13px;
        line-height: 1.8;
    }

    .ft-footer-line-button {
        padding: 12px;
        font-size: 14px;
    }

    .ft-footer-line-note {
        font-size: 10px;
    }


    /* CONTACT */

    .ft-footer-contact-card {
        padding: 20px;
        border-radius: 16px;
    }

    .ft-footer-contact-title h3 {
        font-size: 17px;
    }

    .ft-footer-contact-title span {
        font-size: 10px;
    }


    /* OPEN */

    .ft-footer-open {
        padding: 9px 10px;
        font-size: 11px;
    }


    /* PHONE */

    .ft-footer-phone {
        padding: 8px 5px;
    }

    .ft-footer-phone-icon {
        width: 31px;
        height: 31px;
        flex-basis: 31px;
        font-size: 13px;
    }

    .ft-footer-phone-text small {
        font-size: 10px;
    }

    .ft-footer-phone-text strong {
        font-size: 15px;
    }


    /* BOTTOM */

    .ft-footer-bottom {
        margin-top: 23px;
        padding-top: 15px;
    }

    .ft-footer-nav {
        gap: 9px 17px;
    }

        .ft-footer-nav a {
            font-size: 11px;
        }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

    .ft-footer-company {
        padding-top: 32px;
    }

    .ft-footer-brand h2 {
        font-size: 21px;
    }

    .ft-footer-brand span {
        font-size: 10px;
    }

    .ft-footer-main-title {
        font-size: 16px;
    }

    .ft-footer-description {
        font-size: 13.5px;
        line-height: 1.9;
    }

    .ft-footer-links {
        gap: 8px 12px;
    }

        .ft-footer-links a {
            font-size: 11px;
        }

    .ft-footer-line-card {
        min-height: 240px;
        padding: 18px;
    }

    .ft-footer-line-header strong {
        font-size: 16px;
    }

    .ft-footer-line-card > p {
        font-size: 12.5px;
    }

    .ft-footer-line-button {
        font-size: 13px;
    }

    .ft-footer-contact-title h3 {
        font-size: 16px;
    }

    .ft-footer-contact-title span {
        font-size: 10px;
    }

    .ft-footer-open {
        font-size: 11px;
    }

    .ft-footer-phone-text small {
        font-size: 9.5px;
    }

    .ft-footer-phone-text strong {
        font-size: 15px;
    }

    .ft-footer-nav {
        gap: 8px 13px;
    }

        .ft-footer-nav a {
            font-size: 10.5px;
        }
}
