 /* 调整导航栏布局 */

 /* 确保搜索框和联系信息不会挤压导航 */
 .header-search {
     margin-right: 15px;
     flex-shrink: 0;
 }
 .hidden{
     display: none;
 }

 /* header-contact styles removed as the element is no longer used */
 /* 响应式调整 */
 @media (max-width: 1200px) {
     .search-input {
         width: 150px;
     }

     .main-nav ul {
         gap: 15px;
     }
 }

 @media (max-width: 992px) {
     .main-nav {
         display: none;
         /* 在小屏幕上隐藏导航菜单 */
     }
    
 }

 .header-search {
     margin-right: 20px;
     position: relative;
 }

 /* 搜索图标按钮样式 */
 .search-icon-button {
     background-color: transparent;
     border: none;
     color: white;
     font-size: 18px;
     cursor: pointer;
     padding: 8px;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all 0.8s ease;
 }

 .search-icon-button:hover {
     color: #00704a;
     transition: color 0.8s ease;
 }

 /* 搜索表单容器样式 */
 .search-form-container {
     position: absolute;
     right: 0;
     top: 100%;
     background-color: #1a1a1a;
     border-radius: 4px;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
     padding: 10px;
     display: none;
     z-index: 1000;
     margin-top: 5px;
 }

 /* 显示搜索表单 */
 .search-form-container.active {
     display: block;
     animation: fadeIn 0.8s ease;
     /* 从0.3s修改为0.8s，与导航栏过渡效果保持一致 */
 }

 @keyframes fadeIn {
     from {
         opacity: 0;
         transform: translateY(-10px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 /* 搜索表单样式 */
 .search-form-header {
     display: flex;
     align-items: center;
 }

 .search-input {
     padding: 6px 10px;
     border: 1px solid rgba(255, 255, 255, 0.3);
     border-radius: 4px 0 0 4px;
     background-color: rgba(255, 255, 255, 0.1);
     color: white;
     font-size: 14px;
     width: 200px;
     height: 32px;
     box-sizing: border-box;
 }

 .search-input::placeholder {
     color: rgba(255, 255, 255, 0.7);
 }

 .search-submit-button {
     background-color: #00704a;
     border: none;
     color: white;
     padding: 6px 10px;
     cursor: pointer;
     border-radius: 0 4px 4px 0;
     height: 32px;
     box-sizing: border-box;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .search-submit-button:hover {
     background-color: #005a3b;
 }

 @media (max-width: 992px) {
     .header-search {
         display: none;
         /* 在小屏幕上隐藏搜索框 */
     }
 }
 .main{
}

 .main_container {
     padding: 100px 0 30px;
     width: 100%;
     max-width: 85%;
     margin: 0 auto;
     text-align: center;
     position: relative;
     min-height: 600px;
 }
 .top_main {
   width: 100%;
}
 .main_scrolled {
    background-color: rgba(26, 26, 26, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 7.5%;
    color: #ffffff;
    z-index: 9;
}

 .flexArea {
     width: 100%;
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
 }

 .secondary-nav__header {
     font-family: SangBleuSunrise-Regular, sans-serif;
     font-size: 1.5rem;
     line-height: 1.75rem;
     transition: padding .2s ease-out;
     text-transform: capitalize;
 }

 .m_title {
     text-align: left;
 }

 .tag_item {
     font-size: 16pt;
     font-weight: 400;
     margin: 0 10px;
     padding: 10px 0;
     cursor: pointer;
 }

 .tag_item_checked,
 .tag_item:hover {
     border-bottom: 3px solid #3a2f3c;
 }
 
.top_content{
    padding: 15px 0;
}

.img_view {
    width: 100%;
    height: 425px;
    position: relative;
}

.left_img {
    width:calc(50% - 5px);
    height: 100%;
    position: relative;
}

.right_img {
    width: calc(50% - 5px);
    height: 100%;
    display: flex;
}

.right_img_item {
    width: calc((100% - 10px)/2);
    height: 100%;
    position: relative;
}
.ml10{
    margin-left: 10px;
}
.price_div {
    margin-top: 25px;
}

.priceAndDay {
    background-color: #3a2f3c;
    padding: 10px;
    color: #ffffff;
    width: 170px;
}

.priceView {
    padding: 10px;
    font-size: 10pt;
}

.priceView:first-of-type {
    border-bottom: 2px solid #ffffff;
}

.priceView .day {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.priceView .day .day_num {
    font-size: 2.25rem;
    line-height: 2.625rem;
    margin: 0 10px;
}

.Highlights {
    padding: 0 24px;
    position: relative;
    width: calc(100% - 230px);
    text-align: left;
}

.Highlights .h_title {
    font-size: 2.875rem;
    line-height: 3.25rem;
}

.Highlights .area_view {
    margin: 5px 0;
}

.Highlights .h_content {}

.Highlights .h_content ul {
    margin: 20px 0;
    padding-left: 15px;
}

.Highlights .h_content li {
    margin: 3px 0;
}

.Highlights .h_content .note {
    font-weight: 600;
}
@media (max-width: 992px){
   .priceAndDay{
       display: none;
   }
   .Highlights{
    width: calc(100% - 10px);
   }
}


.experience{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}
.experience .h_title {
    font-size: 2.875rem;
    line-height: 3.25rem;
    margin: 15px 0;
}
.travel_line {
    width: 100%;
    border-bottom: 1px solid  var(--btn-color);
    padding: 25px 0;
    
}

.tl_title_view {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
}
.tl_title_view span {
    padding: 10px 0;
    margin: 0 15px;
    cursor: pointer;
}

.tl_title_view .span_checked{
    border-bottom: 3px solid #3a2f3c;
}
.travel_line_content {
   
    margin-top: 20px;
}

.tlc_main {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
}

.itinerary {
    padding: 20px;
}

.day {
    display: flex;
}

.dm_title {
    font-size: 24px;
}

.day-number {
    font-size: 24px;
    margin-right: 10px;
    width: 120px;
}

.day_main {
    padding-left: 40px;
    position: relative;
    border-left: 1px solid  var(--btn-color);
    padding-bottom: 20px;
    width: calc(85vw - 240px);
}
@media (max-width: 992px){
    .day_main{
        width: 90vw;
    }
 }

.m1 {
    border-left: 1px solid transparent;
    border-image: linear-gradient(to bottom,
            #ffffff 0%, #ffffff 20px,
             var(--btn-color) 22px,  var(--btn-color) 100%) 1;
    border-image-slice: 1;
}
.last-item{
    border-left: 1px solid transparent;
    border-image: linear-gradient(to bottom,
     var(--btn-color) 0%,  var(--btn-color) 20px,
            #ffffff 22px, #ffffff 100%) 1;
    border-image-slice: 1;
}

.day_main::before {
    content: "•";
    color: var(--btn-color);
    position: absolute;
    top: -5px;
    /* 调整到边框上方 */
    left: -10px;
    font-size: 50px;
    line-height: 1;
    display: inline-block;
    z-index: 1;
    /* 确保圆点显示在边框上方 */
}

.day-content {
    list-style-type: none;
    padding: 0;
}

.day-content li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.day-content li::before {
    content: "• ";
    color:  var(--btn-color);
    position: absolute;
    left: 0;
}

.img_intro {
    width: 100%;
    margin-top: 15px;

}

@media (max-width: 1440px) {
    .large {
        display: none;
    }
}

@media (min-width: 1440px) {
    .mini {
        display: none;
    }

}
.travel_fixed {
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 9;
    background-color: #ffffff;
}

.Request_view {
    padding: 20px 7.5%;
    background-color: #f8f8f8;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.jiage {
    font-size: 1.125rem;
    font-weight: 600;
}

.Request_Quote {
    padding: 10px 15px;
    cursor: pointer;
    line-height: 1.3;
    font-size: .9375rem;
    color: #fdf9ec;
    background:  var(--btn-color);
    border: 1px solid  var(--btn-color);
    transition: .2s;
    white-space: nowrap;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .05rem;
    word-wrap: break-word;
    white-space: normal;
    margin-left: 15px;
}
.drawer_main{
    padding: 20px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.drawer_title{
    font-size: 30pt;
    font-weight: 600;
    text-align: center;
    margin: 25px 0;
}
.next_btn{
    width: 100px;
    line-height: 40px;
    background-color: var(--btn-color) !important;
    color: #ffffff !important;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    border:1px solid var(--btn-color) !important;
}
.flexDiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order_label{
    color: var(--btn-color);
    font-size: 16pt;
    font-weight: 600;
}
.bedType{
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #aaaaaa;
    margin-top: 10px; 
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.bedType_select{
    background-color: rgba(255, 217, 102, 0.6);
}
.custom_item{
    margin: 15px 0;
}
.item_label{
    margin: 10px 0;
}
.overview{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 控制显示行数 */
    -webkit-box-orient: vertical;
}
.wrapFlexArea{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}