/*
Theme Name: Astra Child
Theme URI: https://flyingeagle.vn/
Description: Child theme của Astra cho flyingeagle.vn — giữ tùy biến qua update + enqueue JS/CSS đúng cách.
Author: Flying Eagle Việt Nam
Template: astra
Version: 1.0.5
Text Domain: astra-child
*/

/* ===== Ẩn site title cạnh logo (logo đã có chữ thương hiệu) ===== */
.site-title,.ast-site-title-wrap .site-title{display:none !important}

/* ===== Biến thương hiệu ===== */
:root{
  --fe-red:#e11b22;        /* đỏ Flying Eagle */
  --fe-red-d:#b3141a;
  --fe-dark:#15181c;
  --fe-ink:#1a1a1a;
}

/* ===== Top bar ===== */
.fe-topbar{background:var(--fe-dark);color:#eee;font-size:13px;line-height:1.2}
.fe-topbar__inner{max-width:1200px;margin:0 auto;padding:8px 20px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.fe-topbar__right{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.fe-topbar__hotline{color:#fff !important;font-weight:700;text-decoration:none}
.fe-topbar__hotline:hover{color:var(--fe-red) !important}
.fe-topbar__ship{color:#cfcfcf}
@media (max-width:600px){.fe-topbar__left{display:none}.fe-topbar__inner{justify-content:center}}

/* ===== Tiêu đề mục trang chủ ===== */
.fe-sec-title{text-align:center;margin:0 0 6px}
.fe-sec-title h2{font-size:28px;font-weight:800;margin:0;color:var(--fe-ink)}
.fe-sec-title span{display:block;width:60px;height:3px;background:var(--fe-red);margin:10px auto 0;border-radius:2px}
.fe-sec-sub{text-align:center;color:#666;margin:6px auto 22px;max-width:680px}

/* ===== Hero ===== */
.fe-hero{position:relative;min-height:460px;display:flex;align-items:center;background-size:cover;background-position:center;color:#fff}
.fe-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.45) 55%,rgba(0,0,0,.15) 100%)}
.fe-hero__in{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:60px 20px;width:100%}
.fe-hero__in{max-width:620px;margin-left:max(20px,calc((100% - 1200px)/2))}
.fe-hero h1{color:#fff !important;font-size:42px;line-height:1.15;font-weight:800;margin:0 0 14px}
.fe-hero h1 b{color:var(--fe-red)}
.fe-hero p{color:#f0f0f0 !important;font-size:17px;margin:0 0 22px}
.fe-btn{display:inline-block;padding:13px 26px;border-radius:6px;font-weight:700;text-decoration:none;margin:6px 10px 6px 0;transition:.15s}
.fe-btn--red{background:var(--fe-red);color:#fff !important}
.fe-btn--red:hover{background:var(--fe-red-d)}
.fe-btn--ghost{border:2px solid #fff;color:#fff !important}
.fe-btn--ghost:hover{background:#fff;color:var(--fe-ink) !important}
@media (max-width:768px){.fe-hero h1{font-size:30px}.fe-hero{min-height:360px}}

/* ===== Dải danh mục ===== */
.fe-cats{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;max-width:1200px;margin:0 auto}
.fe-cats__item{display:block;text-align:center;text-decoration:none;background:#fff;border:1px solid #eee;border-radius:10px;padding:14px 8px;transition:.15s}
.fe-cats__item:hover{box-shadow:0 8px 20px rgba(0,0,0,.10);transform:translateY(-3px);border-color:var(--fe-red)}
.fe-cats__item img{width:88px;height:88px;object-fit:contain;margin:0 auto 8px;display:block}
.fe-cats__item span{display:block;font-weight:700;font-size:14px;color:var(--fe-ink)}
@media (max-width:900px){.fe-cats{grid-template-columns:repeat(3,1fr)}}
@media (max-width:520px){.fe-cats{grid-template-columns:repeat(2,1fr)}}

/* ===== Trust strip ===== */
.fe-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1200px;margin:0 auto}
.fe-trust__item{text-align:center;padding:18px 10px}
.fe-trust__item .ic{font-size:30px;display:block;margin-bottom:8px}
.fe-trust__item b{display:block;font-size:15px;color:var(--fe-ink)}
.fe-trust__item small{color:#777}
@media (max-width:760px){.fe-trust{grid-template-columns:repeat(2,1fr)}}

/* ===== Tin tức (shortcode fe_home_posts) ===== */
.fe-posts{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1200px;margin:0 auto}
.fe-posts__item{background:#fff;border:1px solid #eee;border-radius:10px;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;transition:.15s}
.fe-posts__item:hover{box-shadow:0 8px 20px rgba(0,0,0,.10)}
.fe-posts__thumb{display:block;aspect-ratio:16/10;overflow:hidden;background:#f2f2f2}
.fe-posts__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.fe-posts__title{font-weight:700;color:var(--fe-ink);padding:10px 12px 4px;font-size:15px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.fe-posts__date{color:#999;font-size:12px;padding:0 12px 12px;margin-top:auto}
@media (max-width:900px){.fe-posts{grid-template-columns:repeat(2,1fr)}}

/* ===== Section wrapper (căn giữa nội dung khối trong Elementor) ===== */
.fe-wrap{max-width:1200px;margin:0 auto;padding:0 20px}

/* ===== Nút liên hệ NỔI ===== */
.fe-float{position:fixed;left:16px;bottom:16px;z-index:9990;display:flex;flex-direction:column;gap:10px}
.fe-float__btn{display:flex;align-items:center;gap:8px;padding:10px 16px 10px 12px;border-radius:40px;color:#fff !important;text-decoration:none;font-weight:700;font-size:14px;box-shadow:0 6px 16px rgba(0,0,0,.25);transition:.15s}
.fe-float__btn:hover{transform:translateY(-2px)}
.fe-float__phone{background:var(--fe-red)}
.fe-float__phone:hover{background:var(--fe-red-d)}
.fe-float__zalo{background:#0068ff}
.fe-float__zalo:hover{background:#0052cc}
.fe-float__ic{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;background:rgba(255,255,255,.22);border-radius:50%;font-size:12px;font-weight:800}
.fe-float__phone .fe-float__ic{font-size:15px}
@media (max-width:600px){.fe-float__label{display:none}.fe-float__btn{padding:12px;border-radius:50%}.fe-float__ic{min-width:24px}}

/* ===== Footer ===== */
.fe-foot{background:var(--fe-dark);color:#c9cdd2;padding:44px 0 34px}
.fe-foot__grid{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:30px}
.fe-foot__col h4{color:#fff;font-size:16px;margin:0 0 14px;font-weight:700}
.fe-foot__col ul{list-style:none;margin:0;padding:0}
.fe-foot__col li{margin:0 0 9px;line-height:1.5}
.fe-foot__col a{color:#c9cdd2;text-decoration:none}
.fe-foot__col a:hover{color:var(--fe-red)}
.fe-foot__about p{margin:12px 0 0;line-height:1.6;font-size:14px}
.fe-foot__logo{max-width:180px;height:auto;filter:brightness(0) invert(1)}
.fe-foot__contact li{color:#c9cdd2;font-size:14px}
@media (max-width:900px){.fe-foot__grid{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.fe-foot__grid{grid-template-columns:1fr}}
.fe-copy{margin:0;color:#fff}

.fe-topbar__soc{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.15);color:#fff !important;font-weight:800;font-size:12px;text-decoration:none}
.fe-topbar__soc:hover{background:var(--fe-red)}
.fe-foot__soc{margin-top:14px;display:flex;gap:10px}
.fe-foot__soc a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.12);color:#fff !important;font-weight:800;text-decoration:none;transition:.15s}
.fe-foot__soc a:hover{background:var(--fe-red)}
.fe-foot__policies{max-width:1200px;margin:26px auto 0;padding:16px 20px 0;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-wrap:wrap;gap:6px 18px}
.fe-foot__policies a{color:#aeb3b9;text-decoration:none;font-size:13px}
.fe-foot__policies a:hover{color:var(--fe-red)}

/* ===== Trang tĩnh (nội dung HTML thuần) ===== */
.fe-page{max-width:900px;margin:0 auto;padding:10px 0 30px}
.fe-page h2{color:var(--fe-ink);font-size:24px;margin:26px 0 12px}
.fe-page p{line-height:1.75;margin:0 0 14px;color:#333}
.fe-page ul{line-height:1.8;margin:0 0 14px 20px}

/* ===== Trang Contact ===== */
.fe-contact{max-width:1100px}
.fe-contact__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:34px;align-items:start}
.fe-contact__info p{margin:0 0 10px}
.fe-contact .wpcf7-form-control-wrap{display:block;margin:6px 0 14px}
.fe-contact input[type=text],.fe-contact input[type=email],.fe-contact textarea{width:100%;padding:11px 13px;border:1px solid #ddd;border-radius:6px;font-size:15px}
.fe-contact textarea{min-height:120px}
.fe-contact .wpcf7-submit{background:var(--fe-red);color:#fff;border:0;padding:12px 28px;border-radius:6px;font-weight:700;cursor:pointer}
.fe-contact .wpcf7-submit:hover{background:var(--fe-red-d)}
.fe-contact label{font-weight:600;display:block;margin-bottom:2px}
.fe-contact__map{margin-top:30px}
.fe-contact__map iframe{width:100%;height:360px;border:0;border-radius:10px}
@media (max-width:820px){.fe-contact__grid{grid-template-columns:1fr}}

/* --- CĐ3 #033: ô ảnh tin không có ảnh → nền logo mờ thay vì ô trống --- */
.fe-posts__thumb{position:relative;overflow:hidden;background:#f1f5f9 url('/wp-content/uploads/2022/08/logo-flying-eagle-1.png') center/58% no-repeat;}
.fe-posts__thumb .fe-posts__img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;display:block;}
