﻿@charset "utf-8";
h2.adtitle{display:block; width:88%; max-width:1200px; margin:0px auto 10px auto; padding:50px 0 0 0; background: none;}
ul.ad{ display:block; width:90%; max-width:1200px; margin:0 auto;}
ul.ad li{ display:inline-block; width:calc(23% - 6px); margin:0 1% 10px 1%; padding: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius:8px; overflow: hidden; font-size:0; line-height:0;}
select.navs{ display: none;}

.price {text-align: center;}
.price a{display: inline-block;
    margin: 15px 0px;
    padding: 15px 30px;
    background: #104479;
    color: #fff;
    border-radius: 20px;
    font-family: "?箸??????;
    font-weight: 700;
	font-size: 1.5em;}

.city ul{
	width: 100%;
}
.city a{
	font-size: 16px;
}
.city li{
	width: 20%;
    display: inline;
    font-size: 16px;
    line-height: 40px;
    color: #111;
    border: 1px solid #D3D3D3;
    background: #f0f0f0;
    margin: 0 10px 10px 0px;
    padding: 10px;
    border-radius: 20px;
    float: left;
}


nav.catalog{ display:block; width: calc(100% - 100px); min-height: inherit; padding:30px 50px; margin:50px 0; background: #FFF; border-radius:50px;}
nav.catalog a{ display:block; margin:0 0 10px  0; font-size:18px; line-height:32px; color:#111; text-decoration:none; font-weight: bold; position:relative;}
nav.catalog a::after{ content:''; display:block; width:100%; height:1px; background: url(../images/line_h.png) repeat-x center center; position:absolute; top:50%;}
nav.catalog a span{ display:inline-block; padding:0 30px 0 0; background: #FFF; position:relative; z-index:2;}
nav.catalog a span::before{ content:''; display: inline-block; width:5px; height:5px; margin:0 10px 0 0; border-radius:5px; background:#333; vertical-align: middle;}
nav.catalog a strong{ display: inline-block; width:30px; height:30px; border:1px solid #ccc; border-radius:50px; position:absolute; top:0; right:0; background: #FFF; z-index:2; font-size:12px; line-height:28px; color:#888; text-align:center;}

.youbox{ display:block; width:100%; padding:0 0 56% 0; position:relative;}
.youbox iframe{ display:block; width:100%; height:100%; position:absolute; top:0; left:0;}

.rightbox{ margin:50px auto;}
.rightbox{ display: flex !important; flex-wrap:  wrap; width: 100%;}
.rightbox ul,.rightbox ul li{ width:100%; padding:0; margin:0; background: none; list-style:  none;}
.rightbox ul li{ width:100%;  margin:0 0 8px 0; }
.right02{ margin:0 0 30px 0;}
.rightbox .right02{ width: 48%; margin: 0 4% 0 0;}
.rightbox a{ color:#7e5246;}
.right02 h2,.right03 h2{ margin:0 0 10px 0; padding:15px; background:#FFF; border-radius:10px; font-size:20px;}
.right02 h2 span,.right03 h2 span{ display:inline-block; font-size:15px; margin:0 0 0 8px; color:#888;}
.rightbox .right03{ width: 48%;}
.rightbox p.img{ margin: 0 0 10px 0;}
.rightbox p.img img{ width: 100%;}


a.mocontact {
    display: block;
    width: 70px;
    height: 35px;
    padding: 65px 0 0 0;
    position: fixed;
    right: 0;
    background: #75b834 url(../images/line.png) no-repeat center 15px;
    top: calc(50% + 50px);
    z-index: 99;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 13px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
}
/* --- EEAT / SEO ??撟????--- */
.eeat-full-bg {
	position: relative;
	width: 100%;
	padding: 80px 0; margin: 0 0 100px 0;
	font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
	overflow: hidden;
}
.eeat-slider {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	z-index: -2;
}
.eeat-slider .slide {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	animation: fadeSlider 15s infinite;
}
.eeat-slider .slide:nth-child(1) {
	background-image: url('../images/slider_bg_1.png');
	animation-delay: 0s;
}
.eeat-slider .slide:nth-child(2) {
	background-image: url('../images/slider_bg_2.png');
	animation-delay: 5s;
}
.eeat-slider .slide:nth-child(3) {
	background-image: url('../images/slider_bg_3.png');
	animation-delay: 10s;
}
@keyframes fadeSlider {
	0% { opacity: 0; transform: scale(1.05); }
	10% { opacity: 1; transform: scale(1); }
	33% { opacity: 1; transform: scale(1); }
	43% { opacity: 0; transform: scale(1.05); }
	100% { opacity: 0; }
}
.eeat-overlay {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background: rgba(11, 61, 145, 0.85);
	z-index: -1;
}
.eeat-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.eeat-header {
	text-align: center;
	margin-bottom: 40px;
}
.eeat-header h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.eeat-header p {
	color: #e0e0e0;
	font-size: 18px;
}
.eeat-grid {
	display: flex !important;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
}
.eeat-card {
	background: #FFF;
	border-radius: 30px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
	padding: 40px 30px;
	flex: 1 1 calc(33.333% - 30px);
	min-width: 280px;
	text-align: center;
	transition: transform 0.3s ease, background 0.3s ease;
	box-sizing: border-box;
	display: flex !important;
	flex-direction: column;
}
.eeat-card:hover {
	transform: translateY(-10px);
	background: rgba(255, 255, 255, 1);
}
.eeat-icon-img {
	width: 80px;
	height: 80px;
	margin: 0 auto 20px auto;
	display: block;
	object-fit: contain;
}
.eeat-card h3 {
	color: #0b3d91;
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: bold;
}
.eeat-card-text {
	flex-grow: 1;
	display: flex !important;
	flex-direction: column;
}
.eeat-card p {
	font-size: 18px;
	line-height: 1.6;
	color: #444;
	text-align: left;
}
.eeat-card ul {
	list-style-type: disc;
	padding-left: 20px;
	text-align: left;
	color: #444;
	font-size: 18px;
	line-height: 1.6;
}
.eeat-card-media {
	margin-top: 25px;
	height: 200px;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.eeat-card-media img, .eeat-card-media iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
}

/* GEO ??Stats ??????箸?摰?蝞賊?????叟???頦??秋▼甇餅?? */
.eeat-bottom-section {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 100px auto;
	font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
	box-sizing: border-box;
	padding: 0 15px;
}
.ai-snippet { margin: 0 0 80px 0; text-align: center;}
.ai-snippet h3 {
	color: #0b3d91;
	margin-bottom: 10px;
	font-size: 24px;
}
.ai-snippet p {
	font-size: 19px;
	line-height: 1.8;
	color: #444;
}
.eeat-stats {
	background: url('../images/stats_bg.png') center/cover no-repeat;
	border-radius: 8px;
	padding: 40px 20px;
	color: #fff;
	display: flex !important;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
}
.eeat-stats::before {
	content: '';
	position: absolute;
	top:0; left:0; right:0; bottom:0;
	background: rgba(11, 61, 145, 0.85);
	border-radius: 8px;
}
.stat-item {
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 10px;
}
.stat-item .num {
	font-size: 48px; line-height:52px;
	font-weight: 700;
	color: #f7c942;
	margin-bottom: 5px;
	justify-content: center;
	font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}
.split-image {
	width: 50%;
	min-height: 500px;
	background: url('../images/txtin02_newbg.png') center/cover no-repeat;
}
.split-content h2 {
	font-size: 42px;
	font-weight: 800;
	color: #0b3d91;
	margin-bottom: 20px;
	line-height: 1.2;
}
.split-content .bit {
	font-size: 20px;
	font-weight: 600;
	color: #c99c33;
	margin-bottom: 30px;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px solid #c99c33;
}
.split-content p {
	font-size: 18px;
	line-height: 1.9;
	color: #555;
	margin-bottom: 30px;
}
.split-content h3 {
	font-size: 18px;
	line-height: 1.8;
	color: #0b3d91;
	background: #f4f7fb;
	padding:0 25px;
	border-left: 5px solid #0b3d91;
	font-weight: 600;
	border-radius: 0 8px 8px 0;
}

/* --- ??啾???寞??皜???? --- */
.split-right-column {
    width: 50%;
    display: flex !important;
    flex-direction: column;
    background: #fdfdfd;
}
.right-extra-content {
    padding: 50px 8%;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}
.extra-block {
    margin-bottom: 60px;
}
.extra-block h2 {
    font-size: 28px;
    color: #0b3d91;
    margin-bottom: 20px;
    font-weight: 700;
}
.extra-block p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}
.extra-block .bit {
    font-size: 18px;
    font-weight: bold;
    color: #c99c33;
    margin-bottom: 15px;
    display: block;
}
.extra-block .red {
    color: #d9534f;
    font-weight: bold;
    background: #ffeeee;
    padding: 15px;
    border-radius: 5px;
    border-left: 4px solid #d9534f;
}
.extra-img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Override for Sticky Image on Left-Side Scroll */
.split-image {
    position: sticky !important;
    top: 0 !important;
    height: 100vh !important;
    align-self: flex-start !important;
}



/* --- REPAIR: Full Width Layout and Sticky Image --- */
.split-section {
	display: flex !important;
	flex-wrap: wrap !important;
	width: 100% !important;
	background: #fff !important;
	margin: 40px 0 0px 0 !important;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05) !important;
    left: auto !important;
    transform: none !important;
    overflow: visible !important;
}
.split-content {
	width: 50% !important;
	padding-left: calc(max(15px, (100vw - 1200px) / 4)) !important;
	padding-right: 8% !important;
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	box-sizing: border-box !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
}
.split-image {
	width: 50% !important;
	min-height: 500px;
	background: url('../images/txtin02_newbg.png') center/cover no-repeat;
    position: sticky !important;
    top: 0px !important;
    height: calc(100vh - 0px) !important;
    align-self: flex-start !important;
}

/* FIX: Restore Stacking Context for EEAT Background */
.eeat-full-bg {
    z-index: 0 !important; 
}

/* --- Scroll-driven Sticky Images --- */
.split-image-container {
    background: none !important;
}
.sticky-images {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.scroll-img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(100%);
    z-index: 3;
}
.scroll-img:first-child {
    transform: translateY(0);
    z-index: 2;
}

/* --- Section Top Banner Image --- */
.section-top-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* --- High-End FAQ Redesign --- */
#qa.faq {
    max-width: 1000px;
    margin: 80px auto;
    padding: 60px 50px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(11, 61, 145, 0.08);
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}
#qa.faq h2 {
    font-size: 38px;
    font-weight: 800;
    color: #0b3d91;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}
#qa.faq h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #c99c33;
    border-radius: 2px;
}
#qa.faq details {
    background: #fdfdfd;
    border: 1px solid #eef2f5;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}
#qa.faq details[open] {
    background: #fff;
    border-color: #0b3d91;
    box-shadow: 0 8px 20px rgba(11, 61, 145, 0.1);
}
#qa.faq summary {
    font-size: 18px;
    font-weight: 700;
    color: #0b3d91;
    padding: 25px 50px 25px 30px;
    cursor: pointer;
    list-style: none; /* remove default triangle */
    position: relative;
    outline: none;
    transition: all 0.3s ease;
}
#qa.faq summary::-webkit-details-marker {
    display: none;
}
#qa.faq summary::after {
    content: '+';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    color: #c99c33;
    font-weight: 300;
    line-height: 1;
    transition: transform 0.3s ease;
}
#qa.faq details[open] summary {
    border-bottom: 1px dashed #d1dceb;
    background: #f4f7fb;
}
#qa.faq details[open] summary::after {
    content: '−';
}
#qa.faq .answer {
    padding: 30px;
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    background: #fff;
}
#qa.faq .answer::before {
    content: 'Ans: ';
    color: #c99c33;
    font-weight: 800;
    margin-right: 8px;
    font-size: 18px;
}

/* --- Contact Split Section --- */
#txtIn .contact-split-section {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    margin: 80px auto;
    gap: 40px;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}
.contact-left {
    flex: 1 1 50%;
    min-width: 300px;
    padding: 0 8% 0 0;
}
.contact-left h2 {
    font-size: 38px;
    font-weight: 800;
    color: #0b3d91;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}
.contact-left h2::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 60px; height: 4px;
    background: #c99c33;
    border-radius: 2px;
}
.contact-left p {
    font-size: 18px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 25px;
}
ul.trust-features-list{ font-size: 18px;}
.contact-left h4 {
    font-size: 16px;
    line-height: 1.8;
    color: #0b3d91;
    background: #f4f7fb;
    padding: 15px 20px;
    border-left: 4px solid #0b3d91;
    margin-bottom: 15px;
    font-weight: 600;
    border-radius: 0 5px 5px 0;
}
.contact-right {
    flex: 1 1 40%;
    min-width: 300px;
}
.complaint-form-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(11, 61, 145, 0.08);
    border-top: 5px solid #0b3d91;
}
.complaint-form-wrapper h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0b3d91;
    margin-bottom: 10px;
}
.complaint-form-wrapper .form-desc {
    font-size: 18px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.8;
}
.premium-form .form-group {
    margin-bottom: 20px;
}
.premium-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}
.premium-form input,
.premium-form select,
.premium-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s;
    box-sizing: border-box;
    background: #fafafa;
}
.premium-form input:focus,
.premium-form select:focus,
.premium-form textarea:focus {
    border-color: #0b3d91;
    box-shadow: 0 0 0 3px rgba(11, 61, 145, 0.1);
    outline: none;
    background: #fff;
}
.premium-form .submit-btn {
    width: 100%;
    background: #0b3d91;
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}
.premium-form .submit-btn:hover {
    background: #c99c33;
}

/* --- Social Links Section --- */
#bdTxtIn section.social-split-section {
    max-width: 1500px;
    margin: 60px auto 100px auto;
    padding:0;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
    text-align: center;
}
.social-header {
    margin-bottom: 50px; text-align: center;
}
.social-header h2 {
    font-size: 38px;
    font-weight: 800;
    color: #0b3d91;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.social-header h2::after {
    content: ''; display: block;
    width: 80px; height: 4px; margin: 30px auto 0 auto;
    background: #c99c33;
    border-radius: 2px;
}
.social-header p {
    font-size: 18px;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}
.social-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.social-card {
    display: flex;
    align-items: center;
    padding: 12px 28px;
    background: #fff;
    border: 1px solid #eef2f5;
    border-radius: 50px;
    text-decoration: none;
    color: #444;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.social-card .icon-wrap {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-card svg {
    width: 100%;
    height: 100%;
    transition: color 0.3s ease;
}
.social-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(11, 61, 145, 0.12);
    border-color: #0b3d91;
}

/* Brand Colors on Hover */
.social-card.facebook:hover { color: #1877F2; border-color: #1877F2; }
.social-card.instagram:hover { color: #E4405F; border-color: #E4405F; }
.social-card.threads:hover { color: #000; border-color: #000; }
.social-card.youtube:hover { color: #FF0000; border-color: #FF0000; }
.social-card.twitter:hover { color: #000; border-color: #000; }
.social-card.tiktok:hover { color: #000; border-color: #000; }
.social-card.line:hover { color: #06C755; border-color: #06C755; }

/* Center override for social section text */
#txtIn .social-split-section p,
#txtIn .social-header p {
    text-align: center !important;
}

/* --- News Today Redesign --- */
#txtIn section.news_tod {
    background: #0b3d91 !important;
    color: #fff !important;
    padding: 50px 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(11, 61, 145, 0.15);
}
#txtIn section.news_tod ul{ width: 90%; margin:  0 auto;}
#txtIn .news_tod .hot {
    color: #ffffff !important;
    font-size: 20px;
    border-bottom: 2px solid #c99c33;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
#txtIn .news_tod ul li {
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: transparent !important;
}
#txtIn .news_tod ul li:last-child {
    border-bottom: none !important;
    margin-bottom: 0;
}
#txtIn .news_tod ul li a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}
#txtIn .news_tod ul li a:hover {
    color: #ffffff !important;
}
#txtIn .news_tod ul li span {
    color: #b0c4de !important;
    font-size: 14px;
}

/* --- New Txt Intro Section --- */
#txtIn .new_txt .intro-header {
    margin-bottom: 20px;
}
#txtIn .new_txt .intro-header h1 {
    font-size: 38px;
    color: #0b3d91;
    font-weight: 800;
    margin:0 0 30px 0;
	line-height: 1.4; 
}
#txtIn .new_txt .intro-header .bit {
    font-size: 20px;
    font-weight: 600;
    color: #c99c33;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #c99c33;
}
#txtIn .new_txt .intro-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 25px;
}
#txtIn .new_txt .core-values-box {

    margin-bottom: 30px;
}
#txtIn .new_txt .core-values-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0b3d91;
    margin-bottom: 10px;
}
#txtIn .new_txt .core-values-box p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}
#txtIn .new_txt .core-values-box p:last-child {
    margin-bottom: 0;
}

/* --- New Txt Split Layout --- */
#txtIn .new_txt { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important;
    gap: 30px;
    align-items: flex-start;
}
#txtIn .new_txt .intro-img-wrap {
    flex: 0 0 20%; /* Image takes 35% of the left section */
}
#txtIn .new_txt .intro-img-wrap img {
    width: 100%; margin: 0;
    height: auto;
    border-radius: 8px;
    display: block;
}
#txtIn .new_txt .intro-text-wrap {
    flex: 1; /* Text takes the rest */
}



/* --- Hero Banner Section --- */
.hero-banner {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    background: #0b3d91;
    border-bottom: 5px solid #c99c33; /* Gold accent line at the bottom */
}
.hero-banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 800px; /* Ensures it doesn't get ridiculously tall on ultra-wide monitors */
}


/* --- Hero Banner Text Overlay --- */
.hero-banner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    /* Create a gradient fade from bottom left that stops exactly at 50% */
    background: linear-gradient(to top right, rgba(11, 61, 145, 0.95) 0%, rgba(11, 61, 145, 0.7) 20%, rgba(0, 0, 0, 0) 50%);
    display: flex;
    align-items: flex-end;
    padding-left: 8%;
    padding-bottom: 6%;
    box-sizing: border-box;
}
.hero-text {
    max-width: 700px;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    animation: fadeInUp 1.2s ease-out;
}
.hero-title {
    font-size: 58px;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: 3px;
    color: #fff;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}
.hero-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 6px;
    background: #c99c33;
    margin-top: 40px;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.hero-subtitle {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    color: #f8f9fa;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- Slick Carousel Overrides for .ad --- */
ul.ad.slick-initialized {
    display: block !important;
}
ul.ad.slick-initialized .slick-slide {
    display: block !important;
    width: auto !important;
    margin: 0 10px; /* spacing between carousel items */
    float: left;
}
ul.ad.slick-initialized .slick-track {
    display: flex;
    align-items: center;
}
.slick-dots {
    bottom: -30px;
}
.slick-dots li button:before {
    font-size: 14px;
    color: #0b3d91;
}
.slick-dots li.slick-active button:before {
    color: #c99c33;
}

/* --- Premium Ad Carousel --- */
.adtitle {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #0b3d91;
    margin: 60px 0 30px 0;
    letter-spacing: 2px;
}
.adtitle::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #c99c33;
    margin: 15px auto 0 auto;
    border-radius: 2px;
}
.ad-carousel-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 60px auto;
    padding: 0 60px; /* Space for arrows */
}
.ad-carousel-track {
    overflow: hidden;
    width: 100%;
}
.ad-carousel-track .ad {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ad-carousel-track .ad li {
    flex: 0 0 25%; /* Show 4 items */
    padding: 0 15px;
    box-sizing: border-box;
}
.ad-carousel-track .ad li img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
    border: 1px solid #eaeaea;
}
.ad-carousel-track .ad li img:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}
.ad-carousel-prev, .ad-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #0b3d91;
    border: 2px solid #0b3d91;
    width: 44px; height: 44px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ad-carousel-prev:hover, .ad-carousel-next:hover {
    background: #0b3d91;
    color: #fff;
    box-shadow: 0 6px 15px rgba(11, 61, 145, 0.3);
}
.ad-carousel-prev { left: 5px; }
.ad-carousel-next { right: 5px; }

/* --- Premium Ad Carousel Overrides --- */
.ad-carousel-track .ad {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
}
.ad-carousel-track .ad li {
    display: block !important;
    flex: 0 0 25% !important;
    width: auto !important;
    margin: 0 !important;
}

/* --- bdTxtIn overlap banner --- */
#bdTxtIn {
    background-color: #ffffff !important;
    border-radius: 50px 50px 0 0;
    margin-top: -80px; /* shift up to overlap the banner */
    position: relative;
    z-index: 10;
    padding-top: 20px;
    box-shadow: 0 -15px 35px rgba(0, 0, 0, 0.15); /* Adds a soft drop shadow to separate it from the banner */
}
.adtitle {
    margin-top: 30px !important; /* adjust margin so it's not too far down from the new rounded top */
}

/* --- Fix bdTxtIn override and style recommend-wrapper --- */
#bdTxtIn {
    margin-top: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding-top: 0 !important;
    border-radius: 0 !important;
}
.recommend-wrapper { text-align: center; margin: -80px 0 120px 0; position: relative; z-index: 10;}

.recommend-wrapper .adtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c99c33 !important;
    color: #ffffff !important;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto 30px auto !important;
    box-shadow: 0 10px 25px rgba(201, 156, 51, 0.4);
    position: relative;
    border: none;
    padding: 0;
    box-sizing: border-box;
}
.adtitle-center {
    font-family: 'Noto Serif TC', 'PMingLiU', 'MingLiU', serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 27px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100px;
    margin: 0 auto;
}

.circular-text {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: rotateText 20s linear infinite;
    pointer-events: none;
}
.char-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    text-align: center;
}
.char-container span {
    display: inline-block;
    margin-top: 4px;
    font-size: 11px;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    color: rgba(255, 255, 255, 0.85);
    font-weight: normal;
}
@keyframes rotateText {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.recommend-wrapper .adtitle::after {
    display: none; /* 移除原本標題下方的直線，因為現在已經是標章形狀了 */
}


/* EEAT Buttons */
.eeat-btn {
    display: block; width: 60%; max-width: 300px;
    margin: 30px auto 0 auto;
    padding: 8px 20px;
    background: #c99c33;
    color: #ffffff;
    border: 2px solid #c99c33;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}
.eeat-btn:hover {
    background: transparent;
    color: #c99c33;
}

/* --- Trust Quiz Modal Styles --- */
.quiz-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.quiz-modal.show {
    opacity: 1;
    visibility: visible;
}
.quiz-modal-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}
.quiz-modal-content {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 500px;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    text-align: center;
    transform: translateY(30px);
    transition: transform 0.3s ease;
    z-index: 10000;
}
.quiz-modal.show .quiz-modal-content {
    transform: translateY(0);
}
.quiz-close-btn {
    position: absolute;
    top: 15px; right: 20px;
    font-size: 30px;
    color: #999;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s;
}
.quiz-close-btn:hover { color: #333; }

.quiz-progress-bar {
    width: 100%;
    height: 8px;
    background: #eef2f5;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}
.quiz-progress-fill {
    height: 100%;
    background: #c99c33;
    width: 25%;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#quiz-game-area img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin: 0 auto 20px auto;
    display: block;
    animation: floatIcon 3s ease-in-out infinite;
}
@keyframes floatIcon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

#quiz-question {
    font-size: 22px;
    color: #0b3d91;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.4;
}

.quiz-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.quiz-opt-btn {
    background: #f8f9fa;
    border: 2px solid #eef2f5;
    border-radius: 12px;
    padding: 15px 20px;
    font-size: 16px;
    color: #444;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.quiz-opt-btn:hover {
    background: #fff;
    border-color: #c99c33;
    color: #c99c33;
    box-shadow: 0 4px 15px rgba(201, 156, 51, 0.15);
    transform: translateY(-2px);
}
.quiz-opt-btn.fade-out {
    opacity: 0;
    transform: translateX(-20px);
}

/* Quiz Result Styles */
.quiz-result-score {
    font-size: 64px;
    font-weight: 900;
    color: #c99c33;
    margin: 10px 0;
    line-height: 1;
}
.quiz-result-title {
    font-size: 24px;
    font-weight: 800;
    color: #0b3d91;
    margin-bottom: 15px;
}
.quiz-result-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* --- Button Sparkle Animation --- */
@keyframes btn-shine {
    0% { left: -100%; }
    20% { left: 100%; }
    100% { left: 100%; }
}
.btn-sparkle {
    position: relative;
    overflow: hidden;
}
.btn-sparkle::after {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: btn-shine 3s infinite;
}

/* --- Quiz Launch Section Refactored --- */
#bdTxtIn>section.quiz-launch-section {
    color: #fff;
    padding: 80px 0  0 0;
    margin-bottom: 60px;
    width: 100%; max-width: 100%;
    position: relative;
}
.quiz-launch-inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.quiz-launch-title {
    font-size: 36px;
    color: #c99c33;
    font-weight: 800;
    margin-bottom: 15px;
}
.quiz-launch-desc {
    font-size: 18px;
    color: #eef2f5;
    margin-bottom: 30px;
    line-height: 1.6;
}
.quiz-info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
    text-align: left;
}
.quiz-info-card {
    flex: 1;
    min-width: 300px;
    background: rgba(255,255,255,0.05);
    padding: 30px;
    border-radius: 15px;
    border-top: 4px solid #c99c33;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.quiz-info-card h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 15px;
}
.quiz-info-card h3 i {
    color: #c99c33;
    margin-right: 10px;
}
.quiz-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.8;
    color: #ccc;
    font-size: 16px;
}
.quiz-info-list li {
    margin-bottom: 15px;
}
.quiz-info-list li:last-child {
    margin-bottom: 0;
}
.quiz-info-list strong {
    color: #fff;
}

/* Large Sparkle Button */
.eeat-btn-large {
    background: #c99c33 !important;
    color: #fff !important;
    border: 2px solid #c99c33 !important;
    padding: 16px 45px !important;
    font-size: 22px !important;
    border-radius: 35px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.4) !important;
    font-weight: 900 !important;
    letter-spacing: 1.5px !important;
    margin-top: 30px;
}

/* --- Quiz Launch Section Styles --- */
.quiz-launch-section {
    background: url('../images/stats_bg.png') center/cover no-repeat;
    position: relative;
    color: #fff;
    padding: 60px 20px;
    margin: 40px 0 60px 0;
}
.quiz-launch-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(11, 61, 145, 0.85);
}
.quiz-launch-container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.quiz-launch-title {
    font-size: 36px;
    color: #c99c33;
    font-weight: 800;
    margin-bottom: 15px;
}
.quiz-launch-desc {
    font-size: 18px;
    color: #eef2f5;
    margin-bottom: 30px;
    line-height: 1.6;
}
.start-quiz-btn-large {
    background: #c99c33;
    color: #fff;
    border: 2px solid #c99c33;
    padding: 16px 45px;
    font-size: 22px;
    border-radius: 35px;
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
    font-weight: 900;
    letter-spacing: 1.5px;
}
.quiz-info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10%;
    margin-top: 50px; padding: 0 0 190px 0;
    text-align: left;
}
.quiz-info-card {
    flex: 1;
    min-width: 300px;
    background: rgba(255,255,255,0.05);
    padding: 50px 6% 80px 6%;
    border-radius: 15px;
    border-top: 4px solid #c99c33;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.quiz-woman-img{ position: absolute; bottom: 0; left: 50%; transform:  translate(-30%);}
.quiz-info-card h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 15px;
}
.quiz-info-card i {
    color: #c99c33;
    margin-right: 10px;
}
.quiz-info-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.8;
    color: #ccc;
    font-size: 18px;
}
.quiz-info-card li {
    margin-bottom: 15px;
}
.quiz-info-card li:last-child {
    margin-bottom: 0;
}
.quiz-info-card strong {
    color: #fff;
}



/* ==========================================
   Responsive Web Design (RWD) Media Queries
   ========================================== */

/* CSS Document */

@media screen and (max-width: 5000px) and (min-width: 740px){
img, object, embed, video,iframe{
     max-width: 100%;
    
}

.itemscope_block{display:block;width:100%;font-size:0;margin:0 0 20px 0;color:#263238;}
.itemscope_block ol{display:block;font-size:15px;text-align: right;}
.itemscope_block ol li{display:inline-block;vertical-align:top;}
.itemscope_block ol li a{text-decoration:none;color:#263238;}

.score_block{display:block;width:100%;background-color:#616161;border-radius:15px;padding:5px 10px 5px 10px;color:#fff;}
.score_title{display: inline-block;vertical-align:middle;padding-left:10px;}

.rank_star:before{content:'';display:inline-block;vertical-align:middle;background-image: url(../images/raking_star.png);width:20px;height:20px;background-size: 100%;}

.contect{color:orange;}

#findip{
	width:100%;
}
#findip td{
	font-size: 18px;
	padding: 7px;
	color: #bf2f2f;
	font-weight: bold;
}
#findip td:first-child{
	background-color: #66aa00;
	color: #FFF;
	width: 20%;
}

.titig{
    display: block;
    margin: 30px auto;	
}
hr{
	border-color: #fff;
}
p{
	  font-size: 11pt;
  letter-spacing: 2px;
  line-height: 18pt;
}
a{
	letter-spacing:2px;
}
mark{
	background-color:#f2e295;
}
h1,h2,h3,h4,h5,h6{
	color:#104479;
	font-size: 13pt;
	letter-spacing:2px;

}
h5{
	display:none;
}
body{
	font: 11pt/1.75em "Open Sans", Arial,'sans-serif';
	line-height: 18pt;
	padding: 0;
	margin: 0;
	font-size: 11.5pt;
	color: #333;
	letter-spacing:1px;	
	margin: 0px;
}

a {
	color: #333;
	text-decoration: none;
	transition: color 0.15s linear 0;
}
p.tel{ margin:15px 0 -30px 0;}
p.tel a{ display: inline-block; font-size:35px; font-weight: 800; color:#87623a; vertical-align:middle;}
a:hover {
	color: #66aa00;
}
#bdTxtIn>section,#txtIn>section{
	display:block;
	max-width:1300px;
	margin:0 auto;
	text-align:left;
	padding: 30px;
	padding-bottom: 60px;
}
	#bdTxtIn section.contact-split-section{ display:  flex; padding: 0; align-items: center;}
	#bdTxtIn section.new_txt{ padding: 0;}
	#txtIn{ display: flex; width: 90%; max-width: 1500px; margin: 0 auto 100px auto;}
#txtIn02,#txtIn03,#txtIn04{
	width:100%;
	margin: 0 auto;
}
#newsIn{
	width:200px;
	vertical-align:top;
}
#bdTxtIn{
	  background-color: #f4f4f4;
}
#txtIn05 h5{
	display:inherit!important;
}
.ser_tit{
	float:inherit!important;
	border:none!important;
	margin:0!important;
}
mark{
	  display: block;
}

/* index???*/

ul, li {
	padding: 0;
	margin: 0;
}
#cra_abgl {
	max-width: 1280px;	/* ?謘???? */
	height: 465px;	/* ?謘???? + 30 */
	margin: 0 auto;
}
.abgne_player {
	max-width: 1280px;	/* ?謘???? */
	height: 465px;	/* ?謘???? */
	position: relative;
	overflow: hidden;
}
.abgne_player ul.abgne_list {
	position: absolute;
	width: 9999px;
	height: 100%;
	text-align: left;
	float: none;
	position: absolute;
	top: 0px;
	right: auto;
	bottom: auto;
	left: -970px;
	margin: 0px;
	height: 465px;
	z-index: auto;
}
.abgne_player ul.abgne_list li {
	float: left;
	max-width: 1280px;	/* ?謘???? */
	height: 100%;
}
.abgne_player ul.abgne_list img{
	width: 100%;
	height: 100%;
	border: 0;
}
.abgne_control {
	color: #fff;
	font-size: 13px;
}
.abgne_control ul {
	float: left;
}
.abgne_control ul li {
	float: left;
	padding: 0 5px;
	line-height: 20px;
	margin: 2px;
	cursor: pointer;
}
.abgne_control ul.numbers {
	margin-left: 13px;
	display:none;
}
.abgne_control ul li.current {
	background: #fff;
	color:#000;
}
.abgne_control ul li.hover {
	color:#000;
}
.arrows{
	position: relative;
	z-index: 999;
	max-width: 1280px;
}
.prev{
	position: absolute;
	top: 200px;
}
.next{
	position: absolute;
	right: 0px;
	top: 200px;
}

/* ???澗? */
.credtxt li{
	background:none!important;
	margin:inherit!important;
	padding:0!important;
	margin-bottom: 0!important;
}
.credtxt li img{
	display: inline-block;
	  float: none!important;
  border: none!important;
  margin-right:0!important;
  margin-top:0!important;
}
.credtxt li a{
  color: #4f92ed!important;
}
.credtxt li a{
	  font-weight: bold;
	  display:inline-block!important;
}
.credtxt{
  padding-left: 20px;
  margin-bottom: 15px;
}
header{
	max-width: 1280px;
	min-height:180px;
	margin: 0 auto 30px auto;
	position: relative;
	}
.logo{
	display: block;
	margin: 20px auto 0 auto;
}
.heaTitTxt{
	display: block;
	margin: 0 auto;
	max-width: 270px;
	font-size: 12px;
	text-align: center;
	color:#868686;
}
.linkChk a{
	color: #e5b562 !important;
}
.fqArc{
	border: 1px #ccc solid;
	background-color: #fff;
	background-position:right bottom;
}
.fqArc h2{
	font-size:14pt;
	color:#5E5E5E;
	border-bottom:solid #ccc 1px;
	padding-bottom:3pt;
}

.indNavTxt ul li{
	display: inline-block;
	padding: 0 12px;
	text-align: center;
	font-weight:bold;
	color:#333;
	font-size: 13pt;
	margin:25px 0px 25px 0px;
}
.indNavTxt ul li a{
	/*border-bottom: 1px solid #ccc;*/
	display: block;
	color:#FFF;
	margin-bottom:1px;
}
.indNavTxt a{transition: 300ms;-moz-transition: 300ms;-webkit-transition: 300ms;-o-transition: 300ms;}
.indNavTxt a:hover{border-bottom: 1px solid #ccc;margin-bottom:0px;}
.indNavTxt{ width:98%; max-width: 1500px; background: #104479; background: -webkit-linear-gradient(left,#104479,#1f679f,#104479); position:absolute; top:185px; left:50%; transform: translateX(-50%); border-radius:35px;}
.indNavTxt ul{
	max-width: 1280px;
	display: block;
	margin: 0 auto;
	text-align: center;
	color:#FFF;
}
.indNavTxt ul li a{}

.ce{
	max-width:306px;
	height:230px;
}
/*??謘???*/
#footer {
	line-height: 1.2;
	padding: 50px 0;
	font-size: 92.3%;
	letter-spacing: 0.06em;
	height:350px;
	background-image:url(../images/footBg.jpg);
}
footer a{color:#BBDEFB;}
.fooH{
	max-width: 300px;
	display: block;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #999;
	line-height: 45px;
	font-weight: bolder;
	font-size: 14pt;
	letter-spacing:3px;
}
#footer li {
	margin-bottom: 10px;
	padding-left: 7px;
	background: url(../images/arrow2.gif) no-repeat left 4px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding-left: 3px;
}
#footer ul li a{
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	/*max-width: 250px;*/
}
#footer .col { min-width: 150px;
}
#footer .col02 {
min-width: 150px;
	margin-top:69px;
}
footer{
	clear: both;
	/*margin-top: 60px;*/
	background: #104479;
	color: #fff;
	font-size: 84.6%;
	text-align: center;
	padding: 15px;
}
footer span a:hover{
	color:#fff;
}
.mb20, .mv20, .ma20 {
margin-bottom: 20px !important;
}
.infomation {
  position: absolute;
  z-index: 10;
  width: 400px;
  height: 300px;
  top: 30px;
  text-align: center;
  border: 1px solid #ccc;
  box-shadow: 0 0 3px 2px #ccc;
  border-radius: 5px;
  left: 270px;
  text-align:center;
}
.contact h1 {
  background: url(../images/ht.jpg);
  height: 65px;
  line-height: 65px;
  margin: 0;
  color: #fff;
  font-weight: normal;
}
.contact-info span li img,.contact-info li img{
	float:inherit!important;
	margin-left:inherit!important;
	border:inherit!important;
	max-width:50px;
}
.contact-info {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
.contact-info li {
  margin: 20px auto 40px auto;
}
.contact-info img {
  display: block;
  margin: 0 auto;
}
.title strong{
	font-size:16pt;
	text-shadow:none;
}

#googlemaps{
	position:relative;
}

.googlemaps{
	width:100%;
	padding:30px;
}

#binFoo{
	width:100%;
	margin-top:15px;
	max-width:1500px;
	margin:0 auto;
	display: flex; flex-wrap: wrap; gap:30px;
}
.txtCor{
	background-color:#fff;
}
.heaLink{
	text-align: right;
	display: block;
	font-size:10pt;
}
.heaLink img{
	vertical-align: top;
	margin: -40px 0 0 0;
}
#txtIn img,#txtIn03 img{
	float:left;
	margin-right:20px;
	margin-top:40px;
}
#txtIn02 img,#txtIn04 img{ width: 100%;}
#table_pri{
	border-collapse: collapse;
	border-spacing: 0px;
	border-radius:10px;
	font-size:13px;
	letter-spacing:1.5px;
}
.str{
	  color: #64B5F6;
	    text-decoration: underline;
	display:block;
}
#table_pri tr:nth-child(even) {
	background-color: #fdfcfb;
}
#table_pri tr{
	height: 40px;
}
#table_pri tr td{
	padding: 10px 0px 10px 20px;
}
.cenImg img{
	width:100%!important;
}
#txtIn_job img{
	float:right;
	margin-left:20px;
	border:10px solid #fff;
}
.rigBor{
	max-width:560px;
	height:420px;
	float: right;
	margin-left: 20px;
}
.tts{
	max-width: 976px;
	text-align: center;
	font-weight:bold;
}
.inner ol li{
	list-style:inherit!important;
	text-align: left!important;
}
.red{
	color:#ff0000;
}
.w-col3{
	display: block;
	line-height: 50px;
	width: 100%;
	background: #4099ff;
	color: #fff;
	font-size: 14px;
	text-align: center;
	letter-spacing:3px;
}
.inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.detail {
	display: table;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.print{
	cursor:pointer;
}
.print:hover{
	color:#4099ff;
}
.team_rig{
	border:5px solid #fff;
	float:right;
	margin-left:20px;
}
#txtIn_faq h1{
	background-image:none!important;
	padding:0px!important;
	text-align:center!important;
}
.faqTb tr td{
	padding:10px;
	text-align:center;
	font-weight:bold;
	border:3px double #c9c7c3;
	max-width: 208px;
}
.faqTb{
	border-spacing: 15px;
}
.fqLife dl dd{
	padding: 20px 10px 20px 45px;
	background: #fff;
	text-indent: -50px;
	display:block;
	font-size: 10pt;
}
.fqLife dl dd img{
	vertical-align: bottom;
	margin-right: 10px;
	margin-left: 15px;
}
.fqLife dl dt{
	padding: 20px 10px 20px 45px;
	border-top: 1px dotted #ccc;
	font-weight: normal;
	text-indent: -35px;
	transition: all 0.1s linear;
	cursor: pointer;
}
.fqLife dl{
	border-bottom: 1px dotted #ccc;
}

.fqLife dl dt strong{
	display: inline-block;
	padding-left: 45px;
	vertical-align: top;
	font-size: 12pt;
}
.time_this{
	display:block;
	text-align:right;
	font-size:11pt;
}

.cenIg{
	display:block;
	margin:0 auto;
	border:3px solid #ccc;
}
#txtIn_faq{
	padding-bottom:0px!important;
}
.proImg{
	display:block;
	margin:0 auto;
}
.timeOut{
	color:#143e84;
	font-weight:inherit;
}
#time{
	text-align: right;
	width: 100%;
}
.new_txt,.news_tod{
	display:inline-block!important;
}
.news_tod{
	max-width: 280px!important;
	padding: 30px 20px!important;
	margin: 0px!important;
	background-color: #fff;
	vertical-align:top;
	border-radius:30px;
}
.new_txt{
	width:calc(100% - 280px - 86px);
	max-width: inherit;
}
.hot{
	font-size:11pt;
	border-bottom: 2px solid #64B5F6;
	margin-bottom: 8px;
	padding: 0 4px 4px;
	color: #525252;
	font-weight:bold;
	display: block;
}
.news_tod ul li{
	background: url(../images/arrow01_r.png) 3px 0.8em no-repeat;
	margin-bottom: 8px;
	padding-left: 13px;
}
.news_tod ul li a{
	font-size: 11pt;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	max-width: 250px;
	display: block;
	color:#0060ff;
}
.news_tod ul li span{
	font-size: 13px; line-height: 18px; height: 36px; overflow: hidden;
	display: block;
	color:#828282;
}
.ser_tp,#txtIn_service{
	display:inline-block!important;
}
.cen_ser{
	max-width:980px;
	margin:0 auto;
	display:block;
	vertical-align:text-bottom;
}
#txtIn_service{
	max-width: 515px!important;
}
#txtIn_service h3{
	background:none;
	font-size:10pt;
	line-height:18px;
}
.txt_sty{
	display: inline-block;
	color:#0060ff;
	font-size:11pt;
}
.txt_sty h2{
	display: inline-block;
	background: none;
	padding:0px;
	margin:0px;
}
#txtIn03 h2,#txtIn02 h3,#txtIn05 h4{
	background:none;
}
.rig_gf{
	position:absolute;
	right:590px;
	top:120px;
}
.fb_iframe_widget {
	display: inline-block;
	position: relative;
	max-width: 124px;
	vertical-align: top;
}
.new_tit{
	padding-top: 40px;
}
.new_tit span{
	text-align: center;
	display: block;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
	color: #ff0000;
}
.rig_abt{
	float:right;
	max-width: 35%;
	padding-left: 20px;
}
#txtIn_about h2{
	display: inline-block;
	font-size: 10pt;
	border: none;
	font-weight: inherit;
	background: none;
	color: #E9130B;
	padding: 0px;
	vertical-align: sub;
}
.red{
	color:#ff0000;
}
.bit{
	display:block;
	font-weight:bold;
}

}

@media screen and (max-width: 739px) and (min-width: 0px){
    a.mocontact {
        display: block;
        width: calc(100% - 0px);
        height: 50px;
        background: #75b834 url(../images/line.png) no-repeat 10% center;
        background-size: auto 50%;
        position: fixed;
        bottom: 0;
        right: 0;
        font-size: 16px;
        line-height: 50px;
        color: #FFF;
        font-weight: bolder;
        text-align: center;
        z-index: 999;
        text-decoration: none;
        padding: 0;
        border-radius: 0;
        top: inherit;
    }

	p.tel{ margin:15px 0 10px 0; text-align:center;}
	p.tel a{ font-size:25px; color:#87623a;}
	.bit{
		display:block;
		font-weight:bold;
	}
	body{
		font-size:10pt!important;
	}
	img, object, embed, video,iframe{
		 max-width: 100%;
		
	}
	.quiz-launch-container{ width: 90%;}
	.quiz-info-grid{ padding: 0 0 250px 0;}
	.quiz-info-card{ padding: 30px 8%; margin: 0 0 30px 0;}
	.quiz-woman-img{ width: 90%; left: 10%; transform: none;}
	.heaLink img{
		display: block;
		margin: 0 auto;
	}
	nav.indNavTxt{ display: none;}
	select.navs{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; width:90%; height:40px; padding: 0 10%; margin:10px auto -15px auto; background:#1f679f url(../images/sub_line2.png) no-repeat right center; font-size:18px; line-height:40px; text-align:center; color:#FFF; border: none; border-radius:40px; position: relative; z-index: 3;}
	select.navs option{ text-align:center;}

	img.titig{max-width: 130%; margin:0 0 0 -5%;}
	hr{
		border-color: #fff;
	}
	p{
		  font-size: 13pt!important;
		letter-spacing:2px;
	}
	a{
		letter-spacing:2px;
	}
	mark{
		background-color:#f2e295;
	}
	h1,h2,h3,h4,h5,h6{
		color:#104479;
		font-size: 11pt;
	}
	h5{
		display:none;
	}
	body{
		font: 10pt/1.75em "Open Sans", Arial, Helvetica, sans-serif;
		line-height: 18pt;
		padding: 0;
		margin: 0;
		color: #333;
		letter-spacing:1px;
	}
	a {
		color: inherit;
		text-decoration: none;
		transition: color 0.15s linear 0;
	}
	.str{
		color: #7a5a0a;
		text-decoration: underline;
		display:block;
	}
	a:hover {
		color: #4099ff;
	}
	#bdTxtIn section,#txtIn section,#txtIn div section{
		display:block;
		max-width:100%;
		margin:0 auto;
		text-align:left;
		padding: 10px;
		font-size:10pt;
	}

	.itemscope_block{display:block;width:100%;font-size:0;margin:0 0 20px 0;color:#263238;}
	.itemscope_block ol{display:block;font-size:15px;text-align: right;}
	.itemscope_block ol li{display:inline-block;vertical-align:top;}
	.itemscope_block ol li a{text-decoration:none;color:#263238;}

	#txtIn,#txtIn02,#txtIn03,#txtIn04{
		max-width: 980px; width: 90%;
		margin: 0 auto 80px auto;
	}
	.contact-left{ width: 90%; margin: 0 auto;}
	#bdTxtIn section.social-split-section{ width: 90%;}
	#newsIn{
		width:200px;
		vertical-align:top;
	}
	#bdTxtIn{
	}
	/* index???*/

	ul, li {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#cra_abgl {
		max-width: 1280px;	/* ?謘???? */
		height: 465px;	/* ?謘???? + 30 */
		margin: 0 auto;
	}
	.abgne_player {
		max-width: 1280px;	/* ?謘???? */
		height: 465px;	/* ?謘???? */
		position: relative;
		overflow: hidden;
	}
	.abgne_player ul.abgne_list {
		position: absolute;
		width: 9999px;
		height: 100%;
		text-align: left;
		float: none;
		position: absolute;
		top: 0px;
		right: auto;
		bottom: auto;
		left: -970px;
		margin: 0px;
		height: 465px;
		z-index: auto;
	}
	.abgne_player ul.abgne_list li {
		float: left;
		max-width: 1280px;	/* ?謘???? */
		height: 100%;
	}
	.abgne_player ul.abgne_list img{
		width: 100%;
		height: 100%;
		border: 0;
	}
	.abgne_control {
		color: #fff;
		font-size: 13px;
	}
	.abgne_control ul {
		float: left;
	}
	.abgne_control ul li {
		float: left;
		padding: 0 5px;
		line-height: 20px;
		margin: 2px;
		cursor: pointer;
	}
	.abgne_control ul.numbers {
		margin-left: 13px;
		display:none;
	}
	.abgne_control ul li.current {
		background: #fff;
		color:#000;
	}
	.abgne_control ul li.hover {
		color:#000;
	}
	.arrows{
		position: relative;
		z-index: 999;
		max-width: 1280px;
	}
	.prev{
		position: absolute;
		top: 200px;
	}
	.next{
		position: absolute;
		right: 0px;
		top: 200px;
	}
	/* ???澗? */
	header{
		max-width: 1280px;
		margin: 0 auto;
		position: relative;
	}
	.logo{
		display: block;
		margin: 10px auto 0 auto;
	}
	.heaTitTxt{
		display: block;
		margin: 0 auto;
		max-width: 270px;
		font-size: 12px;
		text-align: right;
		color:#868686;
	}
	.fqArc{
		border: 1px #ccc solid;
		background-color: #fff;
		background-image:url(../images/q01.jpg);
		background-repeat:no-repeat;
		background-position:right bottom;
	}
	.fqArc h2{
		font-size:14pt;
		color:#5E5E5E;
		border-bottom:solid #ccc 1px;
		padding-bottom:3pt;
	}

	.indNavTxt ul li{
		display: inline-block;
		width: 25%;
		text-align: center;
		font-weight:bold;
		color:#333;
		font-size: 10pt;
		margin:10px 0px 10px 0px;
	}
	.indNavTxt ul li a{
		  color: #FFF;
	}
	.indNavTxt ul{
		max-width: 1280px;
		display: block;
		margin: 0 auto;
	}
	.ce{
		max-width:306px;
		height:230px;
	}
	/*??謘???*/
	#footer, footer {
		line-height: 1.2;
		width: 96%;
		padding: 20px 2% 20px 2%;
		font-size: 92.3%;
		letter-spacing: 0.06em;
		overflow: hidden;
		background-image:url(../images/footBg.jpg);
		padding-bottom: 60px !important;
	}

	.fooH{
		width: 110%;
		display: block;
		margin-bottom: 10px;
		padding-top: 5px;
		padding-bottom: 8px;
		border-bottom: 1px dotted #999;
		line-height: 45px;
		font-weight: bolder;
		font-size: 14pt;
		letter-spacing:3px;
	}
	#footer li {
		margin-bottom: 10px;
		padding-left: 7px;
		background: url(../images/arrow2.gif) no-repeat left 4px;
	}
	#footer ul {
		list-style: none;
		margin: 0;
		padding-left: 3px;
	}
	#footer .col {
		float: left;
		width: 46%; margin: 0 2%;
		margin-right: 30px;
	}
	#footer .col02 {
		float: left;
		max-width: 150px;
		height:280px;
		margin-right: 30px;
		margin-top:69px;
	}
	footer{
		clear: both;
		margin-top: 60px;
		background: #104479;
		color: #fff;
		font-size: 84.6%;
		text-align: center;
		padding: 15px;
	}
	footer span a:hover{
		color:#fff;
	}
	.mb20, .mv20, .ma20 {
		margin-bottom: 20px !important;
	}
	#binFoo{
		margin-top:15px;
		max-width:1450px;
		margin:0 auto;
		display:block;
	}
	.txtCor{
		background-color:#f7f5f1;
	}
	.heaLink{
		display: block;
		font-size:8pt;
		line-height:12pt;
	}
	#txtIn img,#txtIn03 img{
		border:0px solid #fff;
	}
	#txtIn02 img,#txtIn04 img{
		border:0px solid #f7f5f1;
	}
	#txtIn_about span{
		font-size: 11pt;
		font-weight: bold;
	}
	#table_pri{
		border-collapse: collapse;
		border-spacing: 0px;
		border-radius:10px;
		font-size:13px;
		letter-spacing:1.5px;
	}
	#table_pri tr:nth-child(even) {
		background-color: #fdfcfb;
	}
	#table_pri tr{
		height: 40px;
	}
	#table_pri tr td{
		padding: 10px 0px 10px 20px;
	}
	.cenImg img{
		width:100%!important;
	}
	#txtIn_job img{
		float:right;
		margin-left:20px;
		border:10px solid #fff;
	}
	.rigBor{
		max-width:560px;
		height:420px;
		float: right;
		margin-left: 20px;
	}
	.tts{
		max-width: 976px;
		text-align: center;
		font-weight:bold;
	}
	.inner ol li{
		list-style:inherit!important;
		text-align: left!important;
	}
	.w-col3{
		display: block;
		line-height: 50px;
		width: 100%;
		background: #4099ff;
		color: #fff;
		font-size: 14px;
		text-align: center;
		letter-spacing:3px;
	}
	.inner {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	.detail {
		display: table;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
	}
	.print{
		cursor:pointer;
	}
	.print:hover{
		color:#4099ff;
	}
	.team_rig{
		border:5px solid #fff;
		float:right;
		margin-left:20px;
	}
	#txtIn_faq h1{
		background-image:none!important;
		padding:0px!important;
		text-align:center!important;
	}
	.faqTb tr td{
		padding:10px;
		text-align:center;
		font-weight:bold;
		border:3px double #c9c7c3;
		max-width: 208px;
	}
	.faqTb{
		border-spacing: 15px;
	}
	.fqLife dl dd{
		padding: 20px 10px 20px 45px;
		background: #fff;
		text-indent: -50px;
		display:block;
		font-size: 10pt;
	}
	.fqLife dl dd img{
		vertical-align: bottom;
		margin-right: 10px;
		margin-left: 15px;
	}
	.fqLife dl dt{
		padding: 20px 10px 20px 45px;
		border-top: 1px dotted #ccc;
		font-weight: normal;
		text-indent: -35px;
		transition: all 0.1s linear;
		cursor: pointer;
	}
	.fqLife dl{
		border-bottom: 1px dotted #ccc;
	}

	.fqLife dl dt strong{
		display: inline-block;
		padding-left: 45px;
		vertical-align: top;
		font-size: 12pt;
	}
	.cell_this{
		display:block;
		text-align:right;
		font-size:11pt;
	}
	.cell{
		color:#FFA638;
		font-weight:bolder;
		letter-spacing:0.7px;
		font-size:14px;
		display:block;
		text-align:center;
	}
	.cenIg{
		display:block;
		margin:0 auto;
		border:3px solid #ccc;
	}
	#txtIn_faq{
		padding-bottom:0px!important;
	}
	.proImg{
		display:block;
		margin:0 auto;
	}
	.timeOut{
		display:block;
		width:100%;
		text-align:center;
		
	}
	#time{
		text-align: center;
		width: 100%;
	}
	.news_tod{
		background-color: #fff;
		vertical-align:top;
	}
	.new_txt{
		max-width:100%;
	}
	.hot{
		font-size:11pt;
		border-bottom: 2px solid #0078c6;
		margin-bottom: 8px;
		padding: 0 4px 4px;
		color: #525252;
		font-weight:bold;
		display: block;
	}
	.news_tod ul li{
		background: url(../images/arrow01_r.png) 3px 0.8em no-repeat;
		margin-bottom: 8px;
		padding-left: 13px;
	}
	.news_tod ul li a{
		font-size: 11pt;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		overflow: hidden;
		max-width: 250px;
		display: block;
		color:#0060ff;
	}
	.news_tod ul li span{
		font-size: 10pt;
		display: block;
		padding-left: 10px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		overflow: hidden;
		color:#828282;
	}
	.ser_tp,#txtIn_service,#txtIn_about h1{
		display:inline-block!important;
	}
	.cen_ser{
		max-width:980px;
		margin:0 auto;
		display:block;
		vertical-align:text-bottom;
	}
	#txtIn_service{
		max-width: 515px!important;
	}
	#txtIn_service h3{
		background:none;
		font-size:10pt;
		line-height:18px;
	}
	.txt_sty{
		display: inline-block;
		color:#0060ff;
		font-size:11pt;
	}
	.txt_sty h2{
		display: inline-block;
		background: none;
		padding:0px;
		margin:0px;
	}
	#txtIn03 h2,#txtIn02 h3,#txtIn05 h4{
		background:none;
	}
	.rig_gf{
		width: 100%;
	  text-align: center;
	}
	.fb_iframe_widget {
		display: inline-block;
		position: relative;
		max-width: 124px;
		vertical-align: top;
	}
	.new_tit{
		padding-top: 40px;
	}
	.new_tit span{
		text-align: center;
		display: block;
		font-size: 12pt;
		font-weight: bold;
		padding-bottom: 10px;
		color: #ff0000;
	}
	#txtIn_about h2{
		display: inline-block;
		font-size: 10pt;
		border: none;
		font-weight: inherit;
		background: none;
		color: #E9130B;
		padding: 0px;
		vertical-align: sub;
	}
	.red{
		color:#ff0000;
	}
	.ser_tit{
		float:left;
		border:none!important;
		margin:0!important;
	}
	.contact-info span li img,.contact-info li img{
		float:inherit!important;
		margin-left:inherit!important;
		border:inherit!important;
		max-width:50px;
	}
	.news_tod ul li span {
	  font-size: 10pt;
	}
	#txtIn04 section p,#txtIn02 section p,#txtIn02 section mark,.new_txt p{

		font-size:13pt!important;
		letter-spacing:inherit!important;
		line-height:29px!important;
	}
	mark {
	  background-color: #f2e295;
	  display: inline-table;
	}
	.rigBor {
		float:inherit;
	  display: block;
	  height: 200px;
	}
	.ce {
	  max-width:100px!important;
	  height:inherit!important;
	}
	.tts {
		  max-width:none!important;
	}
	.news_tod ul li img{
		display:inline-block;
		border:none!important;
	}
	.news_tod ul li a{
		display:inline-block;
	}
	.news_tod ul li{
		background-image:none;
		margin:0;
		padding:0;
	}
	.news_tod{
	}

	#findip{
		width:100%;
	}
	#findip td{
		font-size: 12px;
		padding: 3px;
		color: #bf2f2f;
		font-weight: bold;
	}
	#findip td:first-child{
		background-color: #66aa00;
		color: #FFF;
	}
	ul.ad{ width:100%; text-align:center; font-size:0; letter-spacing:0;}
	ul.ad li{ width:calc(48% - 0px);}

	.price_td_left, .price_td_mid{
		width:20%;
	}

	.city li{
		width: 40%;
	}

	.googlemaps{
		padding:30px 15px;
	}

	
	.grecaptcha-badge{
        /*position: fixed;
		z-index: 1000;
        bottom: 0px !important;*/
		display:none;
	}
}
@media(max-width: 991px) {
	.split-content, .split-image {
		width: 100%;
	}
	.split-image {
		order: -1;
		min-height: 350px;
	}
	.split-content {
		padding: 50px 20px;
	}
}
@media(max-width: 991px) {
    .split-right-column { width: 100%; }
    .right-extra-content { padding: 40px 20px; }
}
@media(max-width: 991px) {
    .split-image {
        position: relative !important;
        height: 350px !important;
    }
}
@media(max-width: 991px) {
	.split-image {
		width: 100% !important;
	}
	.split-image {
		order: -1 !important;
		min-height: 350px !important;
        height: 350px !important;
	}
	.split-content { width: 90% !important; padding: 20px 10px !important; margin: -100px auto 0 auto; background: #FFF; z-index: 3; border-radius: 15px;}
}

@media(max-width: 768px) {
    #qa.faq { padding: 40px 20px; }
    #qa.faq h2 { font-size: 28px; margin-bottom: 30px; }
    #qa.faq summary { font-size: 16px; padding: 20px 40px 20px 20px; }
    #qa.faq summary::after { right: 20px; font-size: 24px; }
    #qa.faq .answer { padding: 20px; }
}
@media(max-width: 991px) {
    #txtIn .contact-split-section { flex-direction: column; }
    .contact-left { padding-right: 0; margin-bottom: 30px; }
}
@media (max-width: 991px) {
    #txtIn .new_txt { flex-direction: column !important;
    }
    #txtIn .new_txt .intro-img-wrap {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .hero-overlay {
        /* On mobile, darken the whole image slightly to ensure text is readable */
        background: rgba(11, 61, 145, 0.6); 
        padding: 0 20px;
        justify-content: center;
        text-align: center;
        align-items: center; /* Center on mobile */
        padding-bottom: 0;
    }
    .hero-title {
        font-size: 36px;
    }
    .hero-title::after {
        margin: 15px auto 0 auto;
    }
    .hero-subtitle {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .ad-carousel-track .ad li {
        flex: 0 0 50%; /* Show 2 items on tablet */
    }
}
@media (max-width: 576px) {
    .ad-carousel-track .ad li {
        flex: 0 0 100%; /* Show 1 item on mobile */
    }
    .ad-carousel-container {
        padding: 0 40px;
    }
    .ad-carousel-prev { left: 3%; }
    .ad-carousel-next { right: 3%; }
}
@media (max-width: 991px) {
    .ad-carousel-track .ad li {
        flex: 0 0 50% !important;
    }
}
@media (max-width: 576px) {
    .ad-carousel-track .ad li {
        flex: 0 0 100% !important;
    }
}








/* Mobile Banner Adjustments */
@media (max-width: 768px) {
    .hero-banner {
        height: 80vh;
        height: 80svh; /* Better support for mobile browser UI bars */
    }
    .hero-banner img {
        height: 80vh;
        height: 80svh;
        object-fit: cover;
        object-position: 70% center; /* Adjust focus to keep people visible */
    }
    .hero-overlay {
        align-items: flex-end !important;
        padding-bottom: 80px !important;
        padding-left: 5% !important;
        background: linear-gradient(to top, rgba(11, 61, 145, 0.95) 0%, rgba(11, 61, 145, 0.4) 50%, rgba(0, 0, 0, 0) 100%) !important;
    }
    .hero-title {
        font-size: 32px !important;
        margin-bottom: 10px !important;
    }
    .hero-subtitle {
        font-size: 16px !important;
    }
    .start-quiz-btn-large {
        font-size: 16px !important;
        padding: 10px 20px !important;
        margin-top: 15px !important;
    }
}


/* Mobile Adtitle Adjustments */
@media (max-width: 768px) {
    .recommend-wrapper .adtitle {
        transform: scale(0.6);
        margin-bottom: -20px !important; /* Adjust spacing below the scaled down badge */
    }
}


/* Mobile Section Titles Scale Down */
@media (max-width: 768px) {
	#txtIn .new_txt .intro-header h1{ font-size: 26px !important; line-height: 1.3 !important;}
    #bdTxtIn h2, .eeat-header h2, .split-content h2, .extra-block h2, #qa.faq h2, .contact-left h2, .social-header h2 {
        font-size: 26px !important;
        line-height: 1.3 !important;
        margin-bottom: 20px !important;
    }
}


/* Mobile Social Buttons Grid (Equal Widths) */
@media (max-width: 768px) {
    .social-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px !important;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .social-card {
        width: 100% !important;
        justify-content: center !important; /* Centers the icon and text inside */
        padding: 12px 10px !important;
        box-sizing: border-box;
    }
}

@media (max-width: 576px) {
    .quiz-modal-content { padding: 30px 20px; }
    #quiz-question { font-size: 19px; }
    .quiz-opt-btn { font-size: 15px; padding: 12px 15px; }
    #quiz-game-area img { width: 100px; height: 100px; }
}

/* Sticky Menu Styles */
.indNavTxt {
    transition: width 0.3s ease, border-radius 0.3s ease, top 0.3s ease, background 0.3s ease;
}
.indNavTxt.sticky-menu {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    z-index: 9999 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
