/*
Theme Name: Thinh Taxi
Theme URI: https://example.com/thinh-taxi
Author: Thinh Travel
Author URI: https://example.com
Description: Theme WordPress cho dịch vụ cho thuê xe du lịch liên tỉnh 4 - 45 chỗ tại Cần Thơ và miền Tây. Xây dựng với HTML5, CSS3, Bootstrap 5.3, Font Awesome 6 & jQuery 3.6. Fluid responsive, tối giản, dễ tùy biến, tải nhanh.
Version: 1.0.0
Requires at least: 5.5
Tested up to: 6.6
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thinh-taxi
Tags: business, travel, responsive-layout, custom-menu, footer-widgets, translation-ready
*/

:root {
      --blue: #1560d4;
      --blue-dark: #0b3fa8;
      --blue-deep: #0a3ba0;
      --yellow: #ffce00;
      --yellow-dark: #f5b800;
      --ink: #1f2733;
      --muted: #6b7788;
      --soft: #f3f7fc;
      --line: #e4ecf5;
    }

* { box-sizing: border-box; }

body {
      font-family: 'Be Vietnam Pro', sans-serif;
      color: var(--ink);
      background: #fff;
      overflow-x: hidden;
    }

h1,h2,h3,h4,.display-font { font-family: 'Saira Condensed', 'Be Vietnam Pro', sans-serif; }

a { color: var(--blue); text-decoration: none; transition: color .2s ease; }

a:hover { color: var(--blue-dark); }

img { max-width: 100%; }

.text-blue { color: var(--blue) !important; }

.text-yellow { color: var(--yellow) !important; }

.bg-blue { background: var(--blue) !important; }

.bg-soft { background: var(--soft) !important; }

/* Buttons */
    .btn-yellow {
      background: var(--yellow); color: #14213d; font-weight: 700;
      border: none; border-radius: 40px; padding: .7rem 1.5rem;
      box-shadow: 0 8px 18px rgba(245,184,0,.35); transition: all .2s ease;
    }

.btn-yellow:hover { background: var(--yellow-dark); color: #14213d; transform: translateY(-2px); }

.btn-outline-white {
      background: transparent; color: #fff; font-weight: 700;
      border: 2px solid rgba(255,255,255,.85); border-radius: 40px; padding: .7rem 1.5rem;
      transition: all .2s ease;
    }

.btn-outline-white:hover { background: #fff; color: var(--blue); }

/* Header */
    .site-header { background: #fff; box-shadow: 0 2px 14px rgba(13,52,120,.07); position: sticky; top: 0; z-index: 1030; }

.brand-lockup { line-height: 1; display: flex; align-items: center; gap: .6rem; }

.brand-lockup .brand-mark { font-size: 1.9rem; color: var(--blue); }

.brand-lockup .brand-name { font-family: 'Saira Condensed'; font-weight: 800; font-style: italic; }

.brand-lockup .brand-name .t1 { display: block; font-size: 1.35rem; color: var(--blue); letter-spacing: .5px; }

.brand-lockup .brand-name .t2 { display: block; font-size: .82rem; color: var(--yellow-dark); letter-spacing: .8px; }

.main-nav .nav-link { color: var(--ink); font-weight: 600; font-size: .93rem; text-transform: uppercase; letter-spacing: .3px; padding: .5rem .9rem; }

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

.phone-pill {
      background: var(--yellow); border-radius: 40px; padding: .55rem 1.2rem;
      display: inline-flex; align-items: center; gap: .55rem; font-weight: 800; color: #14213d;
      box-shadow: 0 8px 18px rgba(245,184,0,.35);
    }

.phone-pill i { font-size: 1.1rem; }

/* Hero */
    .hero {
      position: relative; color: #fff; overflow: hidden;
      background: linear-gradient(120deg, #0d47c4 0%, #1560d4 45%, #2f86f2 100%);
    }

.hero .sky { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .5; }

.hero-inner { position: relative; z-index: 2; padding: 3.2rem 0 3.5rem; }

.hero-title { font-weight: 800; font-style: italic; line-height: .95; text-shadow: 0 4px 16px rgba(0,0,0,.25); }

.hero-title .l1 { display: block; font-size: clamp(2.6rem, 5vw, 4.4rem); }

.hero-title .l2 { display: block; font-size: clamp(3.4rem, 7vw, 6rem); color: var(--yellow); }

.hero-loc { font-weight: 600; font-size: 1rem; }

.hero-loc i { color: var(--yellow); }

.feature-card {
      background: rgba(255,255,255,.1); backdrop-filter: blur(3px);
      border: 1px solid rgba(255,255,255,.25); border-radius: 14px; padding: 1rem 1.3rem;
    }

.feature-card li { display: flex; align-items: center; gap: .7rem; font-weight: 700; padding: .32rem 0; font-size: 1.02rem; }

.feature-card li i { color: var(--yellow); font-size: 1.15rem; }

.hero-cta-call { background: var(--yellow); border-radius: 12px; padding: .7rem 1.4rem; color: #14213d; display: flex; align-items: center; gap: .7rem; font-weight: 800; }

.hero-cta-call .ico { width: 34px; height: 34px; border-radius: 50%; background: #14213d; color: var(--yellow); display: grid; place-items: center; }

.hero-cta-call small { display: block; font-weight: 600; font-size: .68rem; text-transform: uppercase; letter-spacing: .5px; opacity: .8; }

.hero-cta-call .num { font-size: 1.15rem; line-height: 1; }

.hero-cta-quote { background: rgba(255,255,255,.12); border: 1.5px solid rgba(255,255,255,.5); border-radius: 12px; padding: .65rem 1.6rem; color: #fff; font-weight: 800; text-align: center; line-height: 1.1; }

.hero-cta-quote small { display: block; font-weight: 500; font-size: .72rem; opacity: .85; }

.hero-cars { position: relative; z-index: 2; }
.hero-inner .row > [class*="col-"] { padding: 20px; }

/* Section heading */
    .sec-head { text-align: center; margin-bottom: 2.4rem; }

.sec-head h2 { font-weight: 800; font-style: italic; color: var(--blue); text-transform: uppercase; font-size: clamp(1.6rem, 3vw, 2.3rem); display: inline-flex; align-items: center; gap: 1rem; }

.sec-head h2::before, .sec-head h2::after { content: ""; width: 46px; height: 4px; background: var(--yellow); border-radius: 4px; }

/* Services intro */
    .svc-title { font-weight: 800; font-style: italic; color: var(--blue); text-transform: uppercase; font-size: 1.7rem; line-height: 1.1; }

.svc-icon { text-align: center; }

.svc-icon .box {
      width: 76px; height: 76px; border-radius: 16px; background: #fff; border: 1px solid var(--line);
      display: grid; place-items: center; margin: 0 auto .6rem; color: var(--blue); font-size: 1.7rem;
      box-shadow: 0 8px 20px rgba(13,52,120,.06); transition: all .25s ease;
    }

.svc-icon:hover .box { background: var(--blue); color: #fff; transform: translateY(-4px); }

.svc-icon span { font-size: .82rem; font-weight: 600; color: var(--muted); display: block; }

/* Vehicle cards */
    .veh-col { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1rem .9rem 1.2rem; text-align: center; height: 100%; box-shadow: 0 10px 26px rgba(13,52,120,.05); transition: all .25s ease; }

.veh-col:hover { transform: translateY(-5px); box-shadow: 0 18px 34px rgba(13,52,120,.12); }

.veh-col h3 { color: var(--blue); font-weight: 800; font-style: italic; font-size: 1.35rem; margin-bottom: .9rem; }

.veh-photo { border-radius: 10px; overflow: hidden; background: var(--soft); aspect-ratio: 16/10; }

.veh-name { font-size: .86rem; font-weight: 600; color: var(--muted); margin: .45rem 0 1rem; }

.veh-col .btn-yellow { padding: .5rem 1.7rem; font-size: .85rem; letter-spacing: .5px; }

/* Coverage / provinces */
    .region-title { font-weight: 800; font-style: italic; color: var(--blue); text-transform: uppercase; font-size: clamp(1.8rem,3vw,2.5rem); line-height: 1; }

.prov-chip { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: .6rem .9rem; display: flex; align-items: center; gap: .6rem; font-weight: 600; font-size: .92rem; color: var(--ink); box-shadow: 0 4px 12px rgba(13,52,120,.04); }

.prov-chip i { color: #22a45d; }

.region-sub { font-weight: 700; color: var(--blue); text-transform: uppercase; font-size: .95rem; letter-spacing: .3px; }

/* Why us */
    .why-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.6rem; height: 100%; box-shadow: 0 10px 26px rgba(13,52,120,.05); }

.why-card .ico { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 1.5rem; flex: 0 0 auto; }

.why-card h4 { font-weight: 800; font-style: italic; color: var(--blue); text-transform: uppercase; font-size: 1.05rem; margin-bottom: .5rem; }

.why-card p { color: var(--muted); font-size: .9rem; margin: 0; }

/* Process */
    .step { text-align: center; position: relative; }

.step .circle { width: 66px; height: 66px; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; margin: 0 auto 1rem; font-size: 1.6rem; position: relative; box-shadow: 0 10px 22px rgba(21,96,212,.3); }

.step .num { position: absolute; top: -6px; right: -6px; width: 26px; height: 26px; border-radius: 50%; background: var(--yellow); color: #14213d; font-weight: 800; font-size: .85rem; display: grid; place-items: center; font-family: 'Be Vietnam Pro'; border: 3px solid #fff; }

.step h4 { font-weight: 800; font-style: italic; color: var(--blue); text-transform: uppercase; font-size: 1rem; margin-bottom: .35rem; }

.step p { color: var(--muted); font-size: .82rem; margin: 0; }

.step-arrow { display: flex; align-items: center; justify-content: center; color: #c7d5ea; }

.step-arrow i { font-size: 1.1rem; }

/* Process carousel */
    .process-carousel { margin: 0 -8px; }
    .step-cell { width: 50%; padding: 0 8px; }
    @media (min-width:576px){ .step-cell{ width:33.333%; } }
    @media (min-width:992px){ .step-cell{ width:20%; } }
    .process-carousel .flickity-page-dots { margin-top: 1.2rem; }
    .process-carousel .flickity-page-dots .dot { background: var(--blue); }

/* Gallery */
    .gallery-item { border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; }

/* CTA band */
    .cta-band { background: linear-gradient(120deg, #0d47c4, #1e6ae6); color: #fff; border-radius: 0; }

.cta-band h3 { font-weight: 800; font-style: italic; text-transform: uppercase; font-size: clamp(1.4rem,2.6vw,2rem); margin: 0; }

.cta-hotline { display: flex; align-items: center; gap: .8rem; }

.cta-hotline .ico { width: 52px; height: 52px; border-radius: 50%; background: var(--yellow); color: #14213d; display: grid; place-items: center; font-size: 1.4rem; }

.cta-hotline small { display: block; color: var(--yellow); font-weight: 700; letter-spacing: 1px; font-size: .8rem; }

.cta-hotline .num { font-family: 'Saira Condensed'; font-weight: 800; font-size: 2rem; line-height: 1; }

/* Footer */
    .site-footer { background: linear-gradient(120deg, #0a3ba0, #0f4bc0); color: #d7e3f7; }

.site-footer .brand-name .t1 { color: #fff; }

.footer-title { color: #fff; font-weight: 800; font-style: italic; text-transform: uppercase; font-size: 1.05rem; margin-bottom: 1.1rem; }

.footer-list li { padding: .28rem 0; font-size: .9rem; display: flex; align-items: center; gap: .55rem; }

.footer-list li i { color: var(--yellow); font-size: .8rem; }

.footer-list a { color: #d7e3f7; }

.footer-list a:hover { color: #fff; }

.contact-list li { display: flex; align-items: flex-start; gap: .7rem; padding: .4rem 0; font-size: .92rem; }

.contact-list li i { color: var(--yellow); margin-top: .25rem; }

.social-ico { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; display: grid; place-items: center; transition: all .2s ease; }

.social-ico:hover { background: var(--yellow); color: #14213d; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); font-size: .85rem; color: #b9cbe9; }

/* Back to top */
    #backTop { position: fixed; right: 22px; bottom: 22px; width: 46px; height: 46px; border-radius: 50%; background: var(--blue); color: #fff; border: none; display: none; place-items: center; z-index: 1040; box-shadow: 0 8px 20px rgba(21,96,212,.4); }

#backTop.show { display: grid; }

image-slot { display: block; width: 100%; height: 100%; }

/* Brand logo (inline SVG, recolored via currentColor) */
    .brand-logo { display: inline-block; line-height: 0; }

.brand-logo svg { display: block; width: auto; height: 40px; }

.brand-logo-blue { color: var(--blue); }

.brand-logo-white { color: #fff; }

.site-footer .brand-logo svg { height: 46px; }

/* ===== About page ===== */
    .hero-eyebrow { font-weight: 700; letter-spacing: 3px; font-size: 1rem; color: #cfe0ff; text-transform: uppercase; }

.hero-name { font-weight: 800; font-style: italic; line-height: .95; font-size: clamp(2.4rem,4.6vw,4rem); text-shadow: 0 4px 16px rgba(0,0,0,.25); }

.hero-tag { font-weight: 700; font-style: italic; color: var(--yellow); font-size: clamp(1.2rem,2.2vw,1.7rem); }

.hero-desc { display: flex; gap: .8rem; font-size: .98rem; line-height: 1.55; max-width: 560px; }

.hero-desc i { color: var(--yellow); font-size: 1.3rem; margin-top: .15rem; }

.intro-item { display: flex; gap: 1rem; align-items: flex-start; }

.intro-item .ico { width: 58px; height: 58px; flex: 0 0 auto; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; font-size: 1.4rem; box-shadow: 0 10px 22px rgba(21,96,212,.25); }

.intro-item p { color: var(--muted); font-size: .93rem; line-height: 1.55; margin: 0; }

.intro-photo { border-radius: 16px; overflow: hidden; aspect-ratio: 16/11; box-shadow: 0 16px 34px rgba(13,52,120,.14); }

.svc-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; height: 100%; box-shadow: 0 10px 26px rgba(13,52,120,.05); transition: all .25s ease; }

.svc-card:hover { transform: translateY(-5px); box-shadow: 0 18px 34px rgba(13,52,120,.12); }

.svc-card .thumb { position: relative; aspect-ratio: 4/3; background: var(--soft); }

.svc-card .badge-ico { position: absolute; top: 10px; left: 10px; width: 40px; height: 40px; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; font-size: 1rem; box-shadow: 0 6px 14px rgba(21,96,212,.35); }

.svc-card .label { padding: .8rem .6rem; text-align: center; font-weight: 700; color: var(--ink); font-size: .9rem; }

.commit-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.7rem; height: 100%; display: flex; gap: 1.2rem; align-items: flex-start; box-shadow: 0 10px 26px rgba(13,52,120,.05); }

.commit-card .ico { width: 72px; height: 72px; flex: 0 0 auto; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; font-size: 1.8rem; box-shadow: 0 10px 22px rgba(21,96,212,.25); }

.commit-card p { color: var(--muted); font-size: .95rem; line-height: 1.6; margin: 0; }

.values-wrap { position: relative; }

.value-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.5rem 1.3rem; height: 100%; box-shadow: 0 10px 26px rgba(13,52,120,.05); }

.value-card .ico { width: 64px; height: 64px; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; font-size: 1.6rem; margin-bottom: 1rem; box-shadow: 0 10px 22px rgba(21,96,212,.25); }

.value-card h4 { font-weight: 800; font-style: italic; color: var(--blue); text-transform: uppercase; font-size: 1.05rem; line-height: 1.1; margin-bottom: .6rem; }

.value-card p { color: var(--muted); font-size: .9rem; line-height: 1.55; margin: 0; }

.values-photo { border-radius: 16px; overflow: hidden; aspect-ratio: 3/4; box-shadow: 0 16px 34px rgba(13,52,120,.14); }

/* ===== Fleet page ===== */
    .fleet-hero-title { font-weight: 800; font-style: italic; line-height: 1; }

.fleet-hero-title .l1 { display: block; font-size: clamp(1.8rem,3.4vw,2.8rem); }

.fleet-hero-title .l2 { display: block; font-size: clamp(2.2rem,4.4vw,3.4rem); color: var(--yellow); }

.hero-badge { display: flex; align-items: center; gap: .6rem; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); border-radius: 12px; padding: .6rem .9rem; font-size: .82rem; font-weight: 600; line-height: 1.15; }

.hero-badge i { color: var(--yellow); font-size: 1.35rem; flex: 0 0 auto; }

.class-info { background: var(--soft); border: 1px solid var(--line); border-radius: 16px; padding: 1.5rem 1.4rem; height: 100%; }

.class-info .head { display: flex; align-items: center; justify-content: space-between; margin-bottom: .8rem; }

.class-info h3 { font-weight: 800; font-style: italic; color: var(--blue); font-size: 1.7rem; margin: 0; }

.class-info .seat-ico { width: 44px; height: 44px; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; font-size: 1.1rem; flex: 0 0 auto; }

.class-info p { color: var(--muted); font-size: .9rem; line-height: 1.55; margin-bottom: 1rem; }

.info-chip { display: flex; align-items: center; gap: .45rem; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: .45rem .6rem; font-size: .8rem; font-weight: 600; color: var(--ink); }

.info-chip i { color: var(--blue); font-size: .85rem; }

.veh-card2 { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1rem; text-align: center; height: 100%; box-shadow: 0 10px 26px rgba(13,52,120,.05); transition: all .25s ease; display: flex; flex-direction: column; }

.veh-card2:hover { transform: translateY(-5px); box-shadow: 0 18px 34px rgba(13,52,120,.12); }

.veh-card2 .name { font-weight: 800; color: var(--blue); text-transform: uppercase; font-size: 1rem; letter-spacing: .3px; margin-bottom: .6rem; }

.veh-card2 .photo { aspect-ratio: 16/10; background: #fff; border-radius: 8px; overflow: hidden; }

.veh-card2 .specs { display: flex; justify-content: center; gap: 1rem; margin: .9rem 0; flex-wrap: wrap; }

.veh-card2 .specs .s { display: flex; align-items: center; gap: .35rem; font-size: .78rem; font-weight: 600; color: var(--muted); }

.veh-card2 .specs .s i { color: var(--blue); }

.veh-card2 .btn-yellow { margin-top: auto; padding: .5rem 1.4rem; font-size: .8rem; letter-spacing: .5px; align-self: center; }

.whychoose { background: linear-gradient(120deg,#eef4fc,#e3edfa); border-top: 1px solid var(--line); }

.whychoose h3 { font-weight: 800; font-style: italic; color: var(--blue); text-transform: uppercase; font-size: clamp(1.3rem,2.2vw,1.7rem); line-height: 1.1; margin: 0; }

.wc-item { display: flex; align-items: center; gap: .7rem; font-size: .84rem; font-weight: 600; color: var(--ink); line-height: 1.2; }

.wc-item i { color: var(--blue); font-size: 1.6rem; flex: 0 0 auto; }

/* ===== Blog page ===== */
    .blog-hero-title { font-weight: 800; font-style: italic; line-height: 1; font-size: clamp(2.2rem,4.6vw,3.6rem); text-shadow: 0 4px 16px rgba(0,0,0,.25); }

.blog-crumbs { display: flex; align-items: center; gap: .5rem; font-size: .9rem; font-weight: 600; color: #cfe0ff; }

.blog-crumbs a { color: #cfe0ff; }

.blog-crumbs a:hover { color: #fff; }

.side-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 10px 26px rgba(13,52,120,.05); }

.side-card .side-head { background: var(--blue); color: #fff; font-weight: 800; font-style: italic; text-transform: uppercase; font-size: .95rem; padding: .9rem 1.2rem; display: flex; align-items: center; gap: .55rem; }

.side-head .fa-star, .side-head i { color: var(--yellow); }

.cat-list a { display: flex; align-items: center; gap: .7rem; padding: .7rem 1.2rem; color: var(--ink); font-weight: 600; font-size: .9rem; border-bottom: 1px solid var(--line); transition: all .18s ease; }

.cat-list a:last-child { border-bottom: none; }

.cat-list a:hover, .cat-list a.active { background: var(--soft); color: var(--blue); }

.cat-list a .ico { color: var(--blue); width: 20px; text-align: center; }

.cat-list a .count { margin-left: auto; background: var(--soft); color: var(--muted); font-size: .72rem; font-weight: 700; padding: .1rem .5rem; border-radius: 20px; }

.cat-list a.active .count { background: var(--yellow); color: #14213d; }

.pop-item { display: flex; gap: .8rem; padding: .8rem 1.2rem; border-bottom: 1px solid var(--line); align-items: center; }

.pop-item:last-child { border-bottom: none; }

.pop-thumb { width: 74px; height: 56px; flex: 0 0 auto; border-radius: 8px; overflow: hidden; background: var(--soft); }

.pop-item h6 { font-weight: 700; font-size: .82rem; line-height: 1.3; margin: 0 0 .25rem; color: var(--ink); }

.pop-item .date { font-size: .72rem; color: var(--muted); }

.consult-card { background: var(--blue); color: #fff; border-radius: 16px; padding: 1.6rem; text-align: center; }

.consult-card .ico { width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,.15); display: grid; place-items: center; margin: 0 auto .8rem; font-size: 1.4rem; color: #fff; }

.consult-card h5 { font-weight: 800; font-style: italic; text-transform: uppercase; font-size: 1.05rem; margin-bottom: .4rem; }

.consult-card p { font-size: .85rem; opacity: .9; margin-bottom: 1rem; }

.consult-phone { background: var(--yellow); color: #14213d; font-weight: 800; border-radius: 40px; padding: .6rem 1.3rem; display: inline-flex; align-items: center; gap: .5rem; font-size: 1.1rem; }

.list-head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.6rem; }

.list-head h2 { font-weight: 800; font-style: italic; color: var(--blue); text-transform: uppercase; font-size: 1.5rem; margin: 0; }

.blog-search { display: flex; align-items: center; gap: .5rem; background: #fff; border: 1px solid var(--line); border-radius: 40px; padding: .4rem .6rem .4rem 1rem; }

.blog-search input { border: none; outline: none; font-size: .88rem; width: 190px; background: transparent; }

.blog-search .go { width: 34px; height: 34px; border-radius: 50%; background: var(--blue); color: #fff; border: none; display: grid; place-items: center; }

.blog-sort { border: 1px solid var(--line); border-radius: 40px; padding: .5rem 1rem; font-size: .88rem; font-weight: 600; background: #fff; color: var(--ink); }

.post-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; height: 100%; box-shadow: 0 10px 26px rgba(13,52,120,.05); transition: all .25s ease; display: flex; flex-direction: column; }

.post-card:hover { transform: translateY(-5px); box-shadow: 0 18px 34px rgba(13,52,120,.12); }

.post-card .thumb { position: relative; aspect-ratio: 16/10; background: var(--soft); }

.post-card .tag { position: absolute; left: 12px; bottom: 12px; background: var(--blue); color: #fff; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; padding: .28rem .7rem; border-radius: 6px; }

.post-card .tag.green { background: #22a45d; }

.post-card .tag.amber { background: var(--yellow-dark); color: #14213d; }

.post-card .body { padding: 1.1rem; display: flex; flex-direction: column; flex: 1; }

.post-card h3 { font-weight: 700; color: var(--ink); font-size: 1.02rem; line-height: 1.35; margin-bottom: .5rem; font-family: 'Be Vietnam Pro'; }

.post-card:hover h3 { color: var(--blue); }

.post-card p { color: var(--muted); font-size: .85rem; line-height: 1.5; margin-bottom: 1rem; }

.post-meta { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: .8rem; border-top: 1px solid var(--line); font-size: .76rem; color: var(--muted); font-weight: 600; }

.post-meta i { color: var(--blue); margin-right: .3rem; }

.pager { display: flex; justify-content: center; gap: .5rem; margin-top: 2.4rem; }

.pager a { width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; font-weight: 700; color: var(--ink); font-size: .9rem; }

.pager a:hover, .pager a.active { background: var(--blue); color: #fff; border-color: var(--blue); }

.news-signup { background: linear-gradient(120deg,#0d47c4,#1e6ae6); color: #fff; }

.news-signup .ico { width: 66px; height: 66px; border-radius: 50%; background: rgba(255,255,255,.15); display: grid; place-items: center; font-size: 1.6rem; flex: 0 0 auto; }

.news-signup h3 { font-weight: 800; font-style: italic; text-transform: uppercase; font-size: 1.35rem; margin: 0 0 .3rem; }

.signup-form { display: flex; gap: .5rem; background: #fff; border-radius: 40px; padding: .35rem; max-width: 460px; }

.signup-form input { border: none; outline: none; flex: 1; padding: .5rem 1rem; font-size: .9rem; background: transparent; }

.signup-form button { background: var(--yellow); color: #14213d; font-weight: 800; border: none; border-radius: 40px; padding: .6rem 1.4rem; white-space: nowrap; text-transform: uppercase; font-size: .82rem; }

/* ===== Contact page ===== */
    .ct-hero-title { font-weight: 800; font-style: italic; line-height: .95; text-shadow: 0 4px 16px rgba(0,0,0,.25); }

.ct-hero-title .l1 { display: block; font-size: clamp(2.2rem,4vw,3.2rem); }

.ct-hero-title .l2 { display: block; font-size: clamp(2.8rem,5.6vw,4.6rem); color: var(--yellow); }

.ct-hero-list li { display: flex; align-items: center; gap: .6rem; font-weight: 600; padding: .28rem 0; }

.ct-hero-list li i { color: var(--yellow); font-size: 1.1rem; }

.col-title { font-weight: 800; font-style: italic; color: var(--blue); text-transform: uppercase; font-size: 1.5rem; margin-bottom: 1.4rem; }

.info-row { display: flex; align-items: center; gap: 1rem; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1rem 1.2rem; box-shadow: 0 8px 20px rgba(13,52,120,.05); }

.info-row .ico { width: 52px; height: 52px; flex: 0 0 auto; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; font-size: 1.3rem; }

.info-row .lbl { font-size: .72rem; font-weight: 700; letter-spacing: .5px; color: var(--muted); text-transform: uppercase; }

.info-row .val { font-weight: 800; color: var(--ink); font-size: 1.05rem; line-height: 1.15; }

.info-row .sub { font-size: .82rem; color: var(--muted); }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 2rem; box-shadow: 0 14px 34px rgba(13,52,120,.08); }

.form-card .form-control, .form-card .form-select { border: 1px solid var(--line); border-radius: 10px; padding: .7rem .9rem; font-size: .92rem; background-color: var(--soft); }

.form-card .form-control:focus, .form-card .form-select:focus { border-color: var(--blue); box-shadow: 0 0 0 .18rem rgba(21,96,212,.15); background-color: #fff; }

.btn-submit { background: var(--yellow); color: #14213d; font-weight: 800; border: none; border-radius: 10px; padding: .85rem; width: 100%; letter-spacing: .5px; box-shadow: 0 10px 22px rgba(245,184,0,.35); transition: all .2s ease; }

.btn-submit:hover { background: var(--yellow-dark); transform: translateY(-2px); }

.assure-bar { background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 26px rgba(13,52,120,.05); }

.assure-item { text-align: center; padding: 1.4rem 1rem; }

.assure-item i { color: var(--blue); font-size: 2.1rem; margin-bottom: .7rem; }

.assure-item h5 { font-weight: 800; font-style: italic; color: var(--blue); text-transform: uppercase; font-size: .92rem; margin-bottom: .35rem; }

.assure-item p { color: var(--muted); font-size: .8rem; line-height: 1.45; margin: 0; }

.assure-item + .assure-item { border-left: 1px solid var(--line); }

.map-card { border-radius: 16px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4/3; box-shadow: 0 10px 26px rgba(13,52,120,.06); }

.map-card iframe { width: 100%; height: 100%; border: 0; display: block; }

@media (max-width: 991.98px) {
  .hero-inner { padding: 2rem 0 2.5rem; text-align: center; }
  .feature-card { display: inline-block; text-align: left; }
  .sec-head h2::before, .sec-head h2::after { width: 24px; }
  .hero-desc { margin-left: auto; margin-right: auto; text-align: left; }
  .assure-item + .assure-item { border-left: none; border-top: 1px solid var(--line); }
}

/* Image placeholder (fill in via editor) */
.img-ph { width:100%; height:100%; min-height:120px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:.4rem; background:var(--soft); color:var(--muted); border:1px dashed var(--line); border-radius:inherit; font-size:.78rem; text-align:center; padding:.6rem; }
.img-ph i { font-size:1.7rem; opacity:.55; }
.tt-img { display:block; }
main#content { display:block; }

/* ---- WP block widgets (sidebar) ---- */
.side-card.widget_block { padding: 0; overflow: hidden; }
.side-card .wp-block-group, .side-card .wp-block-group__inner-container { margin: 0; }
.side-card h2.wp-block-heading {
  background: var(--blue); color: #fff; font-family: 'Saira Condensed','Be Vietnam Pro',sans-serif;
  font-weight: 800; font-style: italic; text-transform: uppercase; font-size: .95rem;
  padding: .9rem 1.2rem; margin: 0; display: flex; align-items: center; gap: .5rem;
}
.side-card h2.wp-block-heading::before { content: "\f005"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--yellow); font-size: .85rem; }
.side-card .wp-block-latest-posts { list-style: none; margin: 0; padding: 0; }
.side-card .wp-block-latest-posts li { display: flex; align-items: center; padding: .75rem .5rem; border-bottom: 1px solid var(--line); }
.side-card .wp-block-latest-posts li:last-child { border-bottom: none; }
.side-card .wp-block-latest-posts__featured-image { flex: 0 0 auto; margin-right: 0.5rem !important; width: 74px; height: 74px; border-radius: 8px; overflow: hidden; background: var(--soft); }
.side-card .wp-block-latest-posts__featured-image img { width: 100%; height: 100%; object-fit: cover; } 
.side-card .wp-block-latest-posts__post-title { font-weight: 700; font-size: .82rem; line-height: 1.3; color: var(--ink); text-decoration: none; display: block; margin-bottom: .25rem; }
.side-card .wp-block-latest-posts__post-title:hover { color: var(--blue); }
.side-card .wp-block-latest-posts__post-date { font-size: .72rem; color: var(--muted); }
.side-card .wp-block-categories { list-style: none; margin: 0; padding: 0; }
.side-card .wp-block-categories li { border-bottom: 1px solid var(--line); }
.side-card .wp-block-categories li:last-child { border-bottom: none;display: flex; justify-content: space-between; align-items: center; padding: 1rem; }
.side-card .wp-block-categories a { display: inline-block; color: var(--ink); font-weight: 600; font-size: .9rem; }
.side-card .wp-block-categories a:hover { color: var(--blue); }

/* ---- Quick contact widget ---- */
.quick-contact .qc-body { padding: .7rem 1rem 1rem; display: flex; flex-direction: column; gap: .6rem; }
.qc-item { display: flex; align-items: center; gap: .7rem; padding: .5rem; border-radius: 10px; color: var(--ink); transition: background .18s ease; }
.qc-item:hover { background: var(--soft); }
.qc-ico { width: 42px; height: 42px; border-radius: 50%; color: #fff; display: grid; place-items: center; flex: 0 0 auto; font-size: 1rem; }
.qc-item small { display: block; font-size: .7rem; color: var(--muted); text-transform: uppercase; letter-spacing: .3px; }
.qc-item b { font-size: .86rem; color: var(--ink); word-break: break-word; }
