/* ============================================================
   超级王牌国际旅行社 - 奢华旅行杂志风格
   配色：深翡翠绿 + 暖金 + 奶油白
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Noto+Serif+SC:wght@400;600;700&display=swap');

/* -- Reset & Base -- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
    font-size: 100%;
    background: #FAFAF5;
    margin: 0;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    color: #2D3436;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; transition: color 0.3s ease; text-decoration: none; }
a:hover { text-decoration: none; color: #D4A373; }
p { margin: 0; }
ul, ol { list-style: none; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; }
h1,h2,h3,h4,h5,h6 { margin: 0; font-weight: 700; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ============================================================
   Header & Navigation - 居中透明导航
   ============================================================ */
.header-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    background: rgba(27, 67, 50, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background 0.4s ease, box-shadow 0.4s ease;
}
.header-top.scrolled {
    background: rgba(27, 67, 50, 0.98);
    box-shadow: 0 2px 20px rgba(0,0,0,0.15);
}
.header-top .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    min-height: 72px;
}
.head-main {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.head-main h3 { margin: 0; }
.head-main h3 a {
    color: #fff;
    font-size: 1em;
    display: flex;
    align-items: center;
}
.head-main h3 a img {
    height: 42px;
    width: auto;
    filter: brightness(1.1);
}

/* -- Nav Center -- */
.navigation {
    display: flex;
    justify-content: center;
    width: 100%;
}
.navbar-default {
    background: transparent !important;
    border: none !important;
    margin: 0;
    width: auto;
}
.navbar {
    border-radius: 0 !important;
    min-height: 0;
    margin: 0;
    border: none !important;
}
.navbar-collapse {
    padding: 0;
    border: none !important;
}
.navbar-default .navbar-nav {
    display: flex;
    align-items: center;
    gap: 0;
}
.navbar-default .navbar-nav > li > a {
    color: rgba(255,255,255,0.8);
    font-size: 0.85em;
    font-weight: 500;
    padding: 26px 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: color 0.3s ease;
    position: relative;
}
.navbar-default .navbar-nav > li > a::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    height: 2px;
    background: #D4A373;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: center;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #D4A373;
}
.navbar-default .navbar-nav > li > a:hover::after,
.navbar-default .navbar-nav > li > a:focus::after {
    transform: scaleX(1);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #D4A373;
    background: transparent;
}
.navbar-default .navbar-nav > .active > a::after {
    transform: scaleX(1);
}
.navbar-toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    padding: 10px;
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    border-radius: 4px;
}
.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: transparent;
    border-color: #D4A373 !important;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none !important;
    background: transparent;
}

/* -- Sub Header -- */
.header { display: none; }
.head { position: relative; }
.header-right { float: right; }
.hea-rgt {
    float: right;
    margin: 0.6em 0;
}
.hea-rgt a {
    color: #1B4332;
    background: #D4A373;
    padding: 0.5em 1.5em;
    display: inline-block;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.85em;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.hea-rgt a:hover {
    background: #C49363;
    color: #fff;
}

/* -- Search -- */
.search-bar { width: 100%; float: right; position: relative; }
.search-bar input[type="text"] {
    width: 100%; padding: 10px 45px 10px 16px; border: none;
    background: rgba(255,255,255,0.1); color: #fff;
    font-size: 0.9em; outline: none; border-radius: 30px;
}
.search-bar input[type="submit"] {
    background: url(../image/search.png) no-repeat 0 0;
    border: 0; outline: none; position: absolute;
    width: 24px; height: 24px; top: 7px; right: 1%;
}

/* -- Social -- */
.soc { float: left; margin: 0.4em 0; }
.soc ul li { list-style: none; display: inline-block; margin: 0 3px; }
.soc ul li a span {
    background: url(../image/social.png) no-repeat;
    width: 16px; height: 16px; display: block;
}
.soc ul li a span.fb { background-position: 0 0; }
.soc ul li a span.twit { background-position: -16px 0; }
.soc ul li a span.pin { background-position: -32px 0; }
.soc ul li a span.rss { background-position: -48px 0; }
.soc ul li a span.drbl { background-position: -64px 0; }

/* ============================================================
   Hero Banner - 全屏沉浸式
   ============================================================ */
.banner {
    background: url(../image/banner.jpg) no-repeat center center;
    min-height: 100vh;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}
.banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(27,67,50,0.1) 0%, rgba(0,0,0,0.15) 100%);
}
.banner .container { position: relative; z-index: 1; width: 100%; }
.banner-top { width: 100%; }
.banner-tagline {
    font-family: 'Noto Serif SC', 'Playfair Display', serif;
    font-size: 3.2em;
    font-weight: 700;
    color: #fff;
    letter-spacing: 6px;
    text-align: center;
    margin-bottom: 1.2em;
    text-shadow: 0 2px 12px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
}
.banner-tagline::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #D4A373;
    margin: 16px auto 0;
    border-radius: 2px;
}

/* FlexSlider overrides */
.flexslider {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}
.flexslider .slides > li {
    display: flex;
    align-items: center;
    /* min-height: 80vh; */
}
.flex-direction-nav a {
    background: rgba(255,255,255,0.15) !important;
    backdrop-filter: blur(4px);
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}
.flex-direction-nav a:hover {
    background: rgba(212,163,115,0.6) !important;
}
.flex-control-paging li a {
    background: rgba(255,255,255,0.4) !important;
    box-shadow: none !important;
}
.flex-control-paging li a.flex-active {
    background: #D4A373 !important;
}

.banner-text {
    padding: 3em;
    width: 55%;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    margin-left: 5%;
}
.banner-text h2 {
    font-family: 'Noto Serif SC', 'Playfair Display', serif;
    font-size: 2.8em;
    color: #fff;
    margin: 0 0 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2px;
}
.banner-text p {
    font-size: 0.95em;
    color: rgba(255,255,255,0.85);
    line-height: 1.8;
    margin: 0.6em 0;
}
.banner-text p:first-of-type {
    font-size: 0.8em;
    color: rgba(255,255,255,0.5);
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* -- Sub Banner -- */
.banner-1 {
    background: url(../image/banner.jpg) center center;
    min-height: 320px;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-1::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(27,67,50,0.1) 0%, rgba(0,0,0,0.15) 100%);
}

/* ============================================================
   CTA Button
   ============================================================ */
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #D4A373;
    padding: 0.7em 2em;
    font-size: 0.85em;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
}
.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: #1B4332;
    transform: scaleX(1);
    transform-origin: 50%;
    transition: transform 0.4s ease;
    border-radius: 30px;
}
.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(212,163,115,0.3);
}
.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
    transform: scaleX(0);
}

/* ============================================================
   Welcome - 旅游攻略卡片（水平布局）
   ============================================================ */
.welcome {
    padding: 6em 0;
    position: relative;
}
.welcome:nth-child(even) {
    background: #fff;
}
.welcome .container {
    display: flex;
    gap: 3em;
    align-items: flex-start;
}
.welcome-left {
    flex: 1;
    min-width: 0;
    border-right: none !important;
}
.welcome-right {
    width: 280px;
    flex-shrink: 0;
    padding: 0;
}

/* -- Section Title -- */
.welcome h3 {
    font-family: 'Noto Serif SC', 'Playfair Display', serif;
    font-size: 2em;
    color: #1B4332;
    margin: 0 0 0.5em;
    font-weight: 700;
    position: relative;
    padding-bottom: 16px;
}
.welcome h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #D4A373, #E8C9A0);
    border-radius: 2px;
}
.welcome p {
    font-size: 0.95em;
    line-height: 1.9;
    margin: 0.5em 0 1em;
    color: #636E72;
}
.welcome p:first-of-type {
    font-size: 0.8em;
    color: #636E72;
    letter-spacing: 0.5px;
}

/* -- Guide Image -- */
.wel-lft { padding: 0; }
.wel-lft img {
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.wel-lft a:hover img {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.15);
}
.wel-rgt { padding: 0; }
.wel-rgt p {
    color: #2D3436;
    font-size: 0.95em;
    line-height: 1.9;
}

/* -- Sidebar Guide List -- */
.welcome-right h3 {
    font-size: 1.2em;
    margin: 0 0 1.2em;
    padding-bottom: 12px;
}
.welcome-right h3::after { width: 30px; }
.welcome li { margin: 0.8em 0; line-height: 1.5; }
.welcome li a {
    color: #2D3436;
    font-size: 0.9em;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 0.8em 1em;
    background: #FAFAF5;
    border-radius: 8px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}
.welcome li a:hover {
    color: #1B4332;
    background: #F0EDE5;
    border-left-color: #D4A373;
    transform: translateX(4px);
}
.welcome li a span {
    width: 22px; height: 14px;
    display: inline-block;
    background: url(../image/dot.png) no-repeat 1px -1px;
    margin-right: 0.5em;
    vertical-align: middle;
    flex-shrink: 0;
}

/* ============================================================
   News - 旅游胜地（双列卡片）
   ============================================================ */
.news {
    padding: 6em 0;
    background: #1B4332;
    position: relative;
}
.news::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #D4A373, transparent);
}
.news h3 {
    font-family: 'Noto Serif SC', 'Playfair Display', serif;
    font-size: 2.2em;
    color: #fff;
    text-align: center;
    margin: 0 0 3em;
    position: relative;
    padding-bottom: 20px;
}
.news h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #D4A373;
    border-radius: 2px;
}
.news h5 {
    font-family: 'Noto Serif SC', 'Playfair Display', serif;
    font-size: 1.3em;
    margin: 0 0 0.6em;
    color: #D4A373;
    font-weight: 600;
}
.news h5 a { color: #D4A373; transition: color 0.3s ease; }
.news h5 a:hover { color: #E8C9A0; }
.news p {
    font-size: 0.9em;
    line-height: 1.8;
    margin: 0.4em 0;
    color: rgba(255,255,255,0.85);
}
.news-left {
    padding: 0;
    margin-bottom: 2em;
}
.new-lft { padding: 0; }
.new-lft img {
    border-radius: 12px;
    transition: transform 0.4s ease;
    width: 100%;
    object-fit: cover;
}
.new-lft a:hover img {
    transform: scale(1.05);
}
.new-rgt { padding: 0 0 0 1.5em; }
.new-rgt p:first-of-type {
    font-size: 0.75em;
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.5px;
}

/* ============================================================
   Cases
   ============================================================ */
.cases { padding: 6em 0; }
.cases h3 {
    font-family: 'Noto Serif SC', 'Playfair Display', serif;
    font-size: 2em;
    margin: 0 0 1.5em;
    color: #1B4332;
}
.cases p {
    font-size: 0.95em;
    line-height: 1.9;
    margin: 1em 0;
    color: #636E72;
}

/* ============================================================
   Clients - 列表页卡片网格
   ============================================================ */
.clients, .practice, .resource, .contact, .typo {
    padding: 6em 0;
}
.clients h3, .practice h3, .resource h3, .contact h3 {
    font-family: 'Noto Serif SC', 'Playfair Display', serif;
    font-size: 2em;
    margin: 0 0 2em;
    color: #1B4332;
    text-align: center;
    position: relative;
    padding-bottom: 16px;
}
.clients h3::after, .practice h3::after, .resource h3::after, .contact h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: #D4A373;
    border-radius: 2px;
}
.clients p, .practice p, .resource p, .contact p {
    font-size: 0.9em;
    line-height: 1.8;
    margin: 0.4em 0;
    color: #636E72;
}
.clients h5 {
    font-family: 'Noto Serif SC', 'Playfair Display', serif;
    font-size: 1.15em;
    margin: 0.8em 0 0.4em;
    color: #1B4332;
    font-weight: 600;
}
.clients h4, .practice h4, .resource h4, .contact h4 {
    font-size: 1.1em;
    margin: 0 0 0.8em;
    line-height: 1.4;
    color: #1B4332;
    font-weight: 600;
}
.cli-top { margin-bottom: 2em; }

/* -- Card Style for List Items -- */
.clients-left {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 2em;
    padding-bottom: 1.5em;
}
.clients-left:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.12);
}
.clients-left img {
    border-radius: 0 !important;
    width: 100% !important;
    height: 220px !important;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.clients-left:hover img {
    transform: scale(1.03);
}
.clients-left h5 { padding: 0 1.2em; }
.clients-left p { padding: 0 1.2em; }
.clients-left .hvr-shutter-in-horizontal {
    margin: 0.8em 1.2em 0;
}

.clients h5 a, .resource h5 a {
    color: #1B4332;
    font-size: 1.1em;
    text-decoration: none;
    transition: color 0.3s ease;
}
.clients h5 a:hover, .resource h5 a:hover { color: #D4A373; }
.clients-left img:hover { opacity: 1; }

/* ============================================================
   Resource - 详情页
   ============================================================ */
.resource-lft { padding: 0; }
.resource-lft h3 {
    font-family: 'Noto Serif SC', 'Playfair Display', serif;
    font-size: 2em;
    color: #1B4332;
    margin: 0 0 0.5em;
    text-align: left;
    padding-bottom: 0;
}
.resource-lft h3::after { display: none; }
.resource-lft h4 {
    font-family: 'Noto Serif SC', 'Playfair Display', serif;
    font-size: 1.2em;
    color: #1B4332;
    margin: 1.5em 0 0.5em;
    font-weight: 600;
}
.resource-lft p {
    font-size: 0.95em;
    line-height: 2;
    color: #2D3436;
    margin: 0.5em 0;
}
.resource-lft img {
    border-radius: 12px;
    margin: 1em 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    width: 100%;
}
.res-top { margin: 1.5em 0; }
.re-lft { padding: 0; }
.re-lft p { width: 100%; }
.re-lft img { width: 100%; }

/* -- Detail Sidebar -- */
.resource-rgt {
    background: #fff;
    border-radius: 12px;
    padding: 1.5em;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.resource-rgt h3 {
    font-size: 1.2em !important;
    text-align: left !important;
    padding-bottom: 12px !important;
    margin-bottom: 1.2em !important;
}
.resource-rgt h3::after { left: 0; transform: none; }
.resource-rgt .media-cap {
    display: block;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #F0EDE5;
}
.resource-rgt .media-cap:last-child { border-bottom: none; }
.resource-rgt .media-cap h4 {
    font-size: 1em;
    margin: 0.5em 0 0;
    transition: color 0.3s ease;
}
.resource-rgt .media-cap:hover h4 { color: #D4A373; }
.resource-rgt .media-cap img {
    border-radius: 8px;
    width: 100% !important;
    height: auto !important;
    transition: transform 0.3s ease;
}
.resource-rgt .media-cap:hover img { transform: scale(1.02); }

/* -- Practice -- */
.pra-lft { float: left; width: 40%; margin-right: 2%; }
.pra-rgt { float: left; width: 58%; }
.pra-tp { margin: 3em 0 0; }

/* -- Contact -- */
.contact-bottom input[type="text"], .contact-bottom textarea {
    font-size: 0.95em;
    width: 100%;
    padding: 0.8em 1.2em;
    margin: 0.6em 0;
    outline: none;
    background: #fff;
    color: #2D3436;
    border: 1px solid #E8E4DC;
    border-radius: 8px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.contact-bottom input[type="text"]:focus, .contact-bottom textarea:focus {
    border-color: #D4A373;
    box-shadow: 0 0 0 3px rgba(212,163,115,0.15);
}
.contact-bottom textarea { resize: none; min-height: 170px; }
.contact-bottom input[type="submit"] {
    padding: 0.7em 2.5em;
    font-size: 0.95em;
    font-weight: 600;
    outline: none;
    border: none;
    color: #fff;
    background: #D4A373;
    border-radius: 30px;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.contact-bottom input[type="submit"]:hover {
    background: #C49363;
    box-shadow: 0 4px 16px rgba(212,163,115,0.3);
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.8;
    color: #636E72;
}
.contact-lft p a { color: #636E72; }
.map iframe {
    width: 100%; height: 200px; margin: 1em 0;
    border: none; border-radius: 12px;
}

.about1-bottom1 span {
    color: #D4A373;
    font-size: 3.5em;
    display: block;
    line-height: 1;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}
.about1-bottom2 { margin-top: 3em; }

/* ============================================================
   Footer
   ============================================================ */
.footer {
    background: #14302A;
    padding: 4em 0 2em;
    position: relative;
}
.footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #D4A373, transparent);
}
.footer h4 {
    font-family: 'Noto Serif SC', 'Playfair Display', serif;
    font-size: 1.3em;
    color: #fff;
    margin: 0 0 1em;
}
.cont-tp {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 0 0 0.5em;
    margin: 0 0 1.5em;
    width: 55%;
}
.footer p {
    color: rgba(255,255,255,0.5);
    font-size: 0.85em;
    line-height: 1.8;
    margin: 0.3em 0;
}
.footer p a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer p a:hover { color: #D4A373; }
.footer-text {
    padding: 1em 0;
    text-align: center;
}
.footer input[type="text"] {
    font-size: 0.9em;
    color: #fff;
    padding: 0.7em 1em;
    width: 65%;
    outline: none;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 30px 0 0 30px;
}
.footer input[type="submit"] {
    padding: 0.7em 0;
    font-size: 0.9em;
    width: 25%;
    background: #D4A373;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease;
}
.footer input[type="submit"]:hover { background: #C49363; }
.glyphicon { font-size: 2em; color: #9A8989; }

/* ============================================================
   Typography
   ============================================================ */
.show-grid [class^=col-] {
    background: #fff; text-align: center;
    margin-bottom: 10px; line-height: 2em;
    border: 10px solid #f0f0f0;
}
.grid_3 { margin-bottom: 2em; }
.xs h3, h3.m_1 {
    font-family: 'Noto Serif SC', serif;
    color: #1B4332; font-size: 1.7em;
    font-weight: 600; margin-bottom: 1em;
}
.grid_3 p { color: #636E72; font-size: 0.9em; margin-bottom: 1em; line-height: 1.8; }
.grid_4 { background: none; margin-top: 50px; }
.label { font-weight: 400 !important; border-radius: 4px; padding: 4px 6px; border: none; text-shadow: none; }
.grid_5 { background: none; padding: 2em 0; }
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em; color: #1B4332;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th,
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none !important; font-size: 0.9em; color: #2D3436; padding: 15px !important;
}
.tab-content > .active { display: block; visibility: visible; }
.badge-primary { background-color: #1B4332; }
.badge-success { background-color: #38A169; }
.badge-warning { background-color: #D4A373; }
.badge-danger { background-color: #E53E3E; }
.bs-docs-example { margin: 1em 0; }
.tab-container .tab-content {
    border-radius: 0 8px 8px 8px; border: 1px solid #E8E4DC;
    padding: 16px; background-color: #fff;
}
.nav-tabs { margin-bottom: 1em; }
.alert { font-size: 0.9em; }
h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
    line-height: 1.8em; margin-top: 0.5em; margin-bottom: 0.5em;
}
li.list-group-item1 { line-height: 2.5em; }
.input-group { margin-bottom: 20px; }
.in-gp-tl { padding: 0; }
.in-gp-tb { padding-right: 0; }
.list-group { margin-bottom: 48px; }
ol { margin-bottom: 44px; }
h3.title {
    text-align: center; color: #1B4332;
    font-size: 2em; margin: 0;
    font-family: 'Noto Serif SC', serif;
}
.typo { padding: 5em 0; }

/* ============================================================
   Responsive
   ============================================================ */
@media(max-width:1024px) {
    .navbar-default .navbar-nav > li > a { padding: 26px 14px; font-size: 0.8em; }
    .banner-text { width: 65%; padding: 2.5em; }
    .banner-text h2 { font-size: 2.2em; }
    .welcome { padding: 4em 0; }
    .news { padding: 4em 0; }
    .clients, .practice, .resource, .contact, .typo { padding: 4em 0; }
}

@media(max-width:768px) {
    .head-main { position: static; transform: none; }
    .header-top .container { justify-content: flex-start; }
    .navigation { justify-content: flex-start; }
    .navbar-default .navbar-nav > li > a { padding: 20px 10px; font-size: 0.8em; }
    .banner { min-height: 80vh; }
    .banner-text { width: 80%; padding: 2em; margin-left: 0; }
    .banner-text h2 { font-size: 1.8em; }
    .welcome .container { flex-direction: column; }
    .welcome-right { width: 100%; }
    .welcome h3 { font-size: 1.6em; }
    .news h3 { font-size: 1.6em; }
    .news-left { float: left; width: 50%; }
    .banner-1 { min-height: 200px; }
    .resource-lft { float: none; width: 100%; }
    .resource-rgt { float: none; width: 100%; margin-top: 2em; }
}

@media(max-width:767px) {
    .navbar-toggle { display: block; }
    .navbar-default .navbar-collapse { background: rgba(27,67,50,0.98); }
    .navbar-nav { width: 100%; text-align: left; }
    .navbar-default .navbar-nav > li > a {
        padding: 14px 20px;
        font-size: 0.9em;
    }
    .navbar-default .navbar-nav > li > a::after { display: none; }
    .navigation { float: left; width: 100%; }
}

@media(max-width:640px) {
    .banner-text { width: 90%; padding: 1.5em; }
    .banner-text h2 { font-size: 1.4em; }
    .welcome h3 { font-size: 1.3em; }
    .news h3 { font-size: 1.3em; }
    .news-left { float: left; width: 100%; }
    .clients h3, .practice h3, .resource h3, .contact h3 { font-size: 1.4em; }
}

@media(max-width:480px) {
    .head-main { width: 100%; text-align: center; }
    .head-main h3 a { justify-content: center; }
    .banner { min-height: 70vh; }
    .banner-text { width: 95%; padding: 1.2em; }
    .banner-text h2 { font-size: 1.2em; }
    .banner-text p { font-size: 0.85em; }
    .welcome-left { width: 100%; }
    .welcome-right { width: 100%; margin: 2em 0 0; }
    .clients-left { width: 100% !important; float: none !important; }
    .footer { padding: 2em 0; }
    .resource-lft { width: 100%; }
    .resource-rgt { width: 100%; }
}

/* -- Detail Page Enhancements -- */
.detail-hero { margin-bottom: 2em; border-radius: 12px; overflow: hidden; }
.detail-hero img { width: 100%; height: auto; display: block; transition: transform 0.4s ease; }
.detail-hero:hover img { transform: scale(1.02); }

.detail-title {
    font-family: 'Noto Serif SC', Georgia, serif;
    font-size: 2em;
    font-weight: 700;
    color: #1B4332;
    margin-bottom: 0.8em;
    position: relative;
    padding-bottom: 0.6em;
}
.detail-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #C9A96E;
    border-radius: 2px;
}

.detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
    margin-bottom: 1.5em;
    padding: 1em 1.2em;
    background: #F5F1EB;
    border-radius: 8px;
    font-size: 0.9em;
    color: #5A5A5A;
}
.detail-meta span { display: inline-flex; align-items: center; }
.detail-meta span::before { content: ''; display: inline-block; width: 6px; height: 6px; background: #C9A96E; border-radius: 50%; margin-right: 0.5em; }

.detail-text { line-height: 1.8; color: #333; }
.detail-text h3 {
    font-family: 'Noto Serif SC', Georgia, serif;
    font-size: 1.3em;
    font-weight: 600;
    color: #1B4332;
    margin: 1.5em 0 0.8em;
    padding-left: 0.8em;
    border-left: 3px solid #C9A96E;
}
.detail-text p { margin-bottom: 1em; }
.detail-text ul, .detail-text ol { margin: 0.8em 0 1.2em 1.5em; }
.detail-text li { margin-bottom: 0.5em; }
.detail-text li strong { color: #1B4332; }

/* -- Service Table -- */
.service-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0 1.5em;
    font-size: 0.95em;
    border-radius: 8px;
    overflow: hidden;
}
.service-table th {
    background: #1B4332;
    color: #fff;
    padding: 0.8em 1em;
    text-align: left;
    font-weight: 600;
}
.service-table td {
    padding: 0.7em 1em;
    border-bottom: 1px solid #E8E4DD;
    color: #444;
}
.service-table tr:nth-child(even) td { background: #FAFAF8; }
.service-table tr:hover td { background: #F5F1EB; }

/* -- Section Header for List Pages -- */
.section-header { margin-bottom: 2.5em; }
.section-header.text-center { text-align: center; }
.section-subtitle { color: #888; font-size: 1em; margin-top: 0.5em; letter-spacing: 0.05em; }

/* -- Auth Pages (Login / Register) -- */
.auth-page {
    padding: 4em 0;
    background: #F5F1EB;
    min-height: 60vh;
}
.auth-card {
    max-width: 440px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 2.5em 2em;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.auth-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.8em;
    color: #1B4332;
    margin-bottom: 0.3em;
}
.auth-subtitle {
    color: #888;
    font-size: 0.95em;
    margin-bottom: 2em;
}
.auth-form .form-group {
    margin-bottom: 1.2em;
}
.auth-form label {
    display: block;
    font-size: 0.9em;
    color: #333;
    margin-bottom: 0.4em;
    font-weight: 600;
}
.auth-form .form-control {
    border: 1.5px solid #ddd;
    border-radius: 8px;
    padding: 0.7em 1em;
    font-size: 0.95em;
    transition: border-color 0.2s;
}
.auth-form .form-control:focus {
    border-color: #1B4332;
    box-shadow: 0 0 0 3px rgba(27,67,50,0.08);
}
.auth-form .form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5em;
}
.auth-form .checkbox-label {
    font-weight: 400;
    font-size: 0.9em;
    color: #666;
    cursor: pointer;
}
.auth-form .checkbox-label input { margin-right: 0.4em; }
.btn-auth {
    width: 100%;
    padding: 0.8em;
    background: #1B4332;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    letter-spacing: 0.1em;
}
.btn-auth:hover { background: #2D6A4F; }
.auth-link {
    color: #1B4332;
    text-decoration: none;
    font-weight: 600;
}
.auth-link:hover { color: #C9A96E; text-decoration: underline; }
.auth-footer-text {
    text-align: center;
    margin-top: 1.5em;
    font-size: 0.9em;
    color: #888;
}

/* -- Policy / Content Pages -- */
.page-content {
    padding: 3em 0;
    background: #FAFAF8;
}
.page-inner {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 2.5em 2em;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.page-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.8em;
    color: #1B4332;
    margin-bottom: 0.5em;
}
.page-lead {
    color: #666;
    font-size: 1.05em;
    line-height: 1.7;
    margin-bottom: 2em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #E8E4DD;
}
.policy-section {
    margin-bottom: 1.8em;
}
.policy-section h4 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.15em;
    color: #1B4332;
    margin-bottom: 0.8em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #C9A96E;
    display: inline-block;
}
.policy-section p {
    color: #444;
    line-height: 1.8;
    margin-bottom: 0.6em;
}
.policy-section ul, .policy-section ol {
    padding-left: 1.5em;
    margin-bottom: 0.8em;
}
.policy-section li {
    color: #444;
    line-height: 1.8;
    margin-bottom: 0.3em;
}
.policy-update {
    color: #888;
    font-size: 0.9em;
    font-style: italic;
    margin-top: 1em;
}
