@charset "UTF-8";

/* 全局 */
body {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Roboto';
}

ul {
    list-style-type: none;
    /* 移除列表项前的标记 */
    padding-left: 0;
    margin: 0;
}

.main {
    width: 1400px;
    margin: 0 auto;
}

.main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-menu {
    z-index: 2000;
    /* 保证下拉菜单在最上层 */
}

a {
    text-decoration: none;
}

/* top */
.top-color {
    color: #fff;
}

.bg-whites {
    background-color: #8aacb6;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: var(--bs-dropdown-link-disabled-color);
}

/* 鼠标悬停显示下拉菜单的样式 */
.nav-item.dropdown {
    position: relative;
}

.nav-item.dropdown .dropdown-menu {
    display: none;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: grid;
}

.nav-item.dropdown:hover .dropdown-menu.nono {
    display: flex;
    flex-direction: column;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: 0;
    right: 0;
    width: 100vw;
    min-width: unset;
    padding: 1.5rem 2rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li {
    line-height: 2rem;
}

.navbar-nav .nav-item.dropdown:hover>.nav-link,
.navbar-nav .nav-item.dropdown.show>.nav-link {
    border-bottom: 2px solid #25D366;
}

/* 语言 */
.guojia {
    margin-left: 20px;
}

.guojia a {
    color: #fff;
}

.c:hover .language {
    display: block;
}

.language {
    position: absolute;
    top: 21px;
    left: 0;
    display: none;
    z-index: 99;
}

.language dl {
    padding: 5px !important;
    width: max-content;
    margin-left: -px;
    padding: 0;
    background: #fff;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-top: 8px;
}

.language dd {
    height: 30px;
    line-height: 30px;
    margin: 0;
    overflow: hidden;
}

.language dd a {
    font-size: 12px;
    color: #222;
    padding: 0 10px !important;
    background-color: #fff !important;
    font-weight: unset !important;
    display: flex !important;
    align-items: center;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.language dd a:hover {
    color: var(--bs-primary);
}

/* pc轮播 */
.swiper {
    width: 100%;
    height: 100%;
}

.banner-container {
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner-top {
    width: 100%;
    height: 3.5rem;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

/* swiper */
.fs-xxx1 {
    font-size: 4rem !important;
}

.other-sw {
    left: calc(50% - 700px);
    bottom: 34%;
    color: #fff;
}

.other-f {
    color: var(--bs-gray-500);
    line-height: 2rem;
    color: var(--bs-secondary-bg-subtle);
}

/* 手机端左上角 */
.menu {
    min-width: 100px;
    width: 70%;
    max-width: 320px;
    background-color: #2c8dfb;
    color: #fff;
}

.content {
    width: 100%;
}

.menu-button {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #2c8dfb;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 50px;
    height: 5px;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menu-button:hover .bar:nth-of-type(1) {
    -webkit-transform: translateY(1.5px) rotate(-4.5deg);
    -ms-transform: translateY(1.5px) rotate(-4.5deg);
    transform: translateY(1.5px) rotate(-4.5deg);
}

.menu-button:hover .bar:nth-of-type(2) {
    opacity: 0.9;
}

.menu-button:hover .bar:nth-of-type(3) {
    -webkit-transform: translateY(-1.5px) rotate(4.5deg);
    -ms-transform: translateY(-1.5px) rotate(4.5deg);
    transform: translateY(-1.5px) rotate(4.5deg);
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

.cross:hover .bar:nth-of-type(1) {
    -webkit-transform: translateY(13.5px) rotate(-40.5deg);
    -ms-transform: translateY(13.5px) rotate(-40.5deg);
    transform: translateY(13.5px) rotate(-40.5deg);
}

.cross:hover .bar:nth-of-type(2) {
    opacity: 0.1;
}

.cross:hover .bar:nth-of-type(3) {
    -webkit-transform: translateY(-13.5px) rotate(40.5deg);
    -ms-transform: translateY(-13.5px) rotate(40.5deg);
    transform: translateY(-13.5px) rotate(40.5deg);
}

/* index */
.all {
    background: #f4f9fd;
}

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

.btn-custom-width {
    width: 200px;
}

.section-title {
    font-weight: 700;
}

.ws-38 {
    width: 38%
}

.ws-43 {
    width: 43%
}

.duanluo {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: calc(1.6em * 2);
}

.year2025 {
    margin-bottom: 2rem;
}

.year2025 img {
    width: 100%;
    max-width: 930px;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

/* list-body */
.list-body {
    overflow-x: hidden;
}

.news-card {
    height: 338px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.news-img {
    height: 338px;
    overflow: hidden;
    position: relative;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
}

.news-card:hover .news-img img {
    transform: scale(1.05);
}

.news-content {
    padding: 20px;
}

.news-title {
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 1.6;
    min-height: calc(2em * 2);
    max-height: calc(2em * 2);
    padding: 8px 12px;
    margin: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: left;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.news-title.city {
    background: 0;
    min-height: auto;
}

/* about */
.about-icon img {
    width: 100%;
    max-width: 800px;
}

.all2 .about {
    width: 980px;
    margin: 0 auto;
}

.about-container {
    overflow: hidden;
    position: relative;
    height: 22.5rem;
}

.about-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.weo-s{
    margin: 0 1%;
}
/* last */
.row {
    margin-left: 0;
    margin-right: 0;
}

.feature-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    color: #333;
    font-size: 1.5rem;
}

.feature-title {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #222;
    font-size: 1.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: calc(1.6em * 2);
}

.feature-desc {
    color: #666;
    line-height: 1.6;
}

/* list */
.other-ban {
    overflow: hidden;
    height: 600px;
}

.other-ban img {
    width: 100%;
    height: 100%;
}

.other-ban-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.travel-card {
    background-color: white;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    height: 645px;
}

.travel-card.card2 {
    height: 100%;
}

.travel-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.card-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.travel-card:hover .card-image {
    transform: scale(1.05);
}

.image-container {
    overflow: hidden;
    position: relative;
    height: 420px;
}

.card-content {
    padding: 1.5rem;
    background-color: white;
    position: absolute;
    top: calc(100% - 250px);
    border-radius: 10%;
    width: 100%;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #222;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: calc(1.6em * 2)
}

.card-citytitle {
    font-weight: 600;
    color: white;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: calc(1.4em * 1)
}

.card-city {
    padding: 1.2rem;
    position: absolute;
    top: calc(50% - -19px);
    border-radius: 10%;
    width: 100%;
}

.card-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: calc(1.6em * 4);
}

.view-more-btn {
    transition: background-color 0.3s ease;
    border-radius: 20px;
    float: right;
    font-size: 0.5rem;
}

.view-more-btn:hover {
    background-color: #333;
    color: white;
}

/* category */
.card2-content {
    padding: 1.5rem;
    position: absolute;
    top: calc(50% - 1.5rem);
    border-radius: 10%;
    width: 100%;
    text-align: center;
}

.card2-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #222;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: calc(1.6em * 2);
    color: white;
    ;
}

.left-text {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 面包屑 */
.breadcrumb-item a {
    color: var(--bs-gray);
}

/* show */
.nav-link.active {
    border-bottom: 2px solid #8aacb6;
}

.bodys {
    padding: 2rem 0;
}

.section-content {
    font-weight: 400;
    margin: 1rem 0;
}

.section-all p {
    margin: 1rem 0;
}

.custom-padding {
    padding-left: 1.5rem !important;
    /* 相当于 pl-2 */
    padding-right: 0 !important;
    /* 相当于 pr-0 */
}

.TripStyle {
    padding: 1rem;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 50%);
    margin-top: 1.5rem;
    border-radius: 5px;
}

.flexible {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.flexible .item1 {
    width: 33%;
    display: flex;
    align-items: center;
}

.it_icon {
    width: 21.5%;
    height: 25px;
}

.it_text {
    width: 72%;
    color: var(--bs-gray);
    line-height: 21px;
    margin-left: 5px;
    font-size: 0.8rem;
}

.how1 {
    display: flex;
    margin: 8px 0;
}

.howicon {
    width: 30px;
    height: 30px;
    margin-left: -5px;
}

.howtext {
    font-size: 1rem;
    width: 89%;
    margin-left: 5px;
    line-height: 23px;
    color: var(--bs-gray);
}

.box-right {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 25%);
}

.color-right {
    background-color: transparent;
}

.list-group-item.color-right:has(.nav-link.active-right) {
    background-color: #fff !important;
}

.color-right:hover {
    background-color: #fff !important;
}

.card3-title {
    font-weight: 100;
    margin-bottom: 1rem;
    color: white;
    line-height: 1;
    display: flex;
    align-items: center;
    line-height: 4rem;
}

.card3-content {
    position: absolute;
    top: 0;
    border-radius: 10%;
    height: 22.5rem;
}

.btn-more-rounded {
    border-radius: 20px;
}

.card4-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #222;
    overflow: hidden;
    display: -webkit-box;
}

.feature-card2 {
    border-radius: 12px;
    padding: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid transparent;
}

.feature-card2:hover {
    border: 1px solid #e0e0e0;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card2-center {
    margin: 0 auto;
}

.ico-tu {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    border-radius: 50%;
    background: #F0F0F0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
}

.custom-img {
    width: 100%;
    height: auto;
}

.img-fluid:hover,
.custom-img:hover,
.about-container img:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.img-fluid-3 {
    width: 100%;
    height: 446px;
}

.and-container {
    overflow: hidden;
    position: relative;
}

.list-gr {
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid transparent;
}

.list-gr:hover {
    border: 1px solid #e0e0e0;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.travel-card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.travel-card3:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.travel-card3 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

.travel-card3 .card-content3 {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
}

.travel-card3 .card-content3 h3 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.travel-card3 .card-content3 .view-more {
    background-color: white;
    color: #333;
    border: none;
    padding: 8px;
    border-radius: 20px;
    font-size: 0.8rem;
}

/* show-one */
.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    display: flex;
    justify-content: center;
}
.custom-table-one p{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.custom-table th,
.custom-table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #e7e7e7;
    background-color: #fff;
}

.custom-table tr th {
    background-color: #f5f5f5;
    position: relative;
}

.custom-table thead td {
    background-color: white;
}

.custom-table thead tr th:first-child {
    border-top-left-radius: 6px;
}

.custom-table thead tr th:last-child {
    border-top-right-radius: 6px;
}

.custom-table tbody tr:last-child td {
    border-bottom: none;
}

#tour-highlights p img {
    width: 1050px;
}

#tour-highlights p img.w-md-49 {
    width: 49.5%;
}

#tour-highlights p img {
    width: 100%;
}

/* busin */
.image3-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.image3-container:hover {
    transform: translateY(-5px);
}

.image3-container img {
    width: 100%;
    height: 254px;
    display: block;
    transition: transform 0.5s ease;
}

.image3-container:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image3-container:hover .image-overlay {
    opacity: 1;
}

.overlay-text {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}


.newsletter-block {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.content-section {}

.text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-content h3 {
    text-align: center;
    margin-bottom: 20px;
}

.subscribe-btn {
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    padding: 8px 30px;
    margin-top: 20px;
    align-self: center;
}

.subscribe-btn:hover {
    background-color: #333;
    color: #fff;
}

.subscribe-area {
    /* background-color: #E3F0FF; */
    background: linear-gradient(to right, #E3F0FF, #3a67a8);
    padding: 4rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
}


.subscribe-tag {
    display: inline-block;
    padding: 0.375rem 1rem;
    border-radius: 30px;
    font-weight: 600;
    width: 11rem;
}

.subscribe-btn {
    background-color: #000;
    color: white;
    border: none;
    padding: 0.6rem 2rem;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.subscribe-btn:hover {
    background-color: #333;
    transform: translateY(-2px);
}

.email-input:focus {
    outline: none;
    border-color: #999;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.image-area {
    padding: 0;
}

.pool-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.content-section img:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

/* 固定右侧盒子样式 */
.fixed-right-sidebar {
    position: fixed !important;
    right: calc(50% - 700px);
    width: 350px !important;
    max-width: 350px;
    z-index: 1020;
    margin-right: 0 !important;
    transition: transform 0.3s ease-out;
}

/* footer */
footer {
    background-color: #222;
    color: #fff;
    padding: 1.875rem 0;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.3rem;
}

.footer-title img {
    height: 60px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: white;
}

.text-you p a {
    color: #fff;
}

/* end */

/* 社交图标容器样式 */
.social-container {
    position: fixed;
    right: calc((100vw - 1400px) / 4);
    bottom: 80px;
    /* 位于上浮按钮上方 */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.social-btn:hover {
    transform: scale(1.1);
    color: white;
}

.facebook-btn {
    background-color: #1877F2;
}

.whatsapp-btn {
    background-color: #25D366;
}

.scroll-top-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #6c757d;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
    right: calc((100vw - 1400px) / 4);
}

.scroll-top-btn:hover {
    background-color: #5a6268;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .container {
        width: 94%;
        max-width: 94%;
        margin: 0 3%;
    }

    .main {
        width: 100%;
        background: #8aacb6;
    }

    .banner-container,
    .swiper {
        display: block !important;
        height: auto !important;
        min-height: 200px;
        margin-top: 56px;
    }

    .other-ban {
        height: 15rem;
    }

    .other-sw {
        left: 0;
        bottom: 6%;
        width: 94%;
        margin: 0 3%;
    }

    .ws-38,
    .ws-43 {
        width: 100%;
    }

    .fs-xxx1 {
        font-size: 1.5rem !important;
    }

    .image-container,
    .card-image {
        height: 180px;
    }

    .travel-card {
        height: 24rem;
    }

    .card-title {
        height: calc(1.4em * 2);
        font-size: 1.15rem;
        margin-bottom: 0.5rem;
    }

    .card-description {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
    }

    .image-container,
    .card-image {
        height: 200px;
    }

    /* content */
    .w-25 {
        display: none;
    }

    /* PERSONAL */
    .img-fluid-3 {
        height: auto;
    }

    .feature-card2 {
        padding: 0;
    }

    .subscribe-area {
        padding: 2rem;
    }

    .left-text {
        width: 100%;
    }

    /* about */
    .about-container {
        height: 12rem;
    }

    .card3-content {
        height: 12rem;
    }

    .weo-s {
        flex: 1 1 0;
        text-align: center;
    }

    /* 顶部下拉 */
    .mobile-menu {
        position: fixed;
        top: 56px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 56px);
        background: #fff;
        z-index: 9999;
        overflow-y: auto;
        padding: 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    #navbarNav {
        background-color: #fffffff0;
    }

    .mobile-menu .navbar-nav {
        width: 100%;
    }

    .mobile-menu .nav-item {
        width: 100%;
    }

    .mobile-menu .nav-link {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1.1rem;
    }

    .mobile-menu .has-submenu>.nav-link {
        position: relative;
    }

    .mobile-menu .submenu-arrow {
        transition: transform 0.2s;
        font-size: 1rem;
        color: #8aacb6;
    }

    .mobile-menu .has-submenu.open>.nav-link .submenu-arrow {
        transform: rotate(90deg);
    }

    .mobile-menu .submenu {
        display: none;
        background: #f8f9fa;
    }

    .mobile-menu .has-submenu.open>.submenu {
        display: block;
    }

    .mobile-menu .submenu .nav-link {
        background: #f8f9fa;
        padding-left: 2rem;
    }

    .other-f {
        font-size: 1rem !important;
        line-height: 1.5rem;
    }

    .all2 .about {
        width: 100%;
    }
#tour-highlights p img.w-md-49{
    width: 100%;
}
    /* footer */
    footer {
        padding: 1rem 0;
    }

    .foot2 {
        display: none;
    }

    .footer-title {
        font-size: 1rem;
    }

    .footer-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 0.8rem;
    }

    .footer-links a {
        font-size: 0.8rem;
    }

    .social-container,.scroll-top-btn.show {
        right: 3%;
    }
}