/* 定制行程服务页面 移动端样式 */

@media (max-width: 991.98px) {
    /* 顶部区域 */
    .custom-tour-header {
        padding: 90px 0;
    }
    
    .header-title {
        font-size: 2.8rem;
    }
    
    .header-subtitle {
        font-size: 1.2rem;
    }
    
    /* 服务特点区域 */
    .features-section {
        padding: 60px 0;
    }
    
    .service-card {
        margin-bottom: 30px;
    }
    
    .service-icon {
        font-size: 2.5rem;
    }
    
    .service-title {
        font-size: 1.3rem;
    }
    
    .service-body {
        padding: 30px 25px;
    }
    
    /* 定制流程区域 */
    .process-section {
        padding: 60px 0;
    }
    
    .process-title {
        font-size: 2.2rem;
        margin-bottom: 50px;
    }
    
    .timeline-item {
        margin-bottom: 50px;
    }
    
    .timeline-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .timeline-content {
        padding: 25px;
    }
    
    .timeline-title {
        font-size: 1.2rem;
    }
    
    /* 示例行程区域 */
    .example-section {
        padding: 60px 0;
    }
    
    .example-title {
        font-size: 2.2rem;
        margin-bottom: 50px;
    }
    
    .example-header {
        padding: 18px 20px;
    }
    
    .example-name {
        font-size: 1.3rem;
    }
    
    .example-body {
        padding: 20px;
    }
    
    /* CTA部分 */
    .cta-section {
        padding: 80px 0;
        background-attachment: scroll;
    }
    
    .cta-title {
        font-size: 2.4rem;
    }
    
    .cta-subtitle {
        font-size: 1.2rem;
    }
}

@media (max-width: 767.98px) {
    /* 顶部区域 */
    .custom-tour-header {
        padding: 70px 0;
    }
    
    .header-title {
        font-size: 2.2rem;
    }
    
    .header-title::after {
        width: 80px;
        bottom: -8px;
    }
    
    .header-subtitle {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
    
    /* 服务特点区域 */
    .features-section {
        padding: 50px 0;
    }
    
    .service-icon {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    
    .service-title {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }
    
    .service-body {
        padding: 25px 20px;
    }
    
    .service-text {
        font-size: 1rem;
    }
    
    /* 定制流程区域 - 修复图标遮挡文字问题 */
    .process-timeline::before {
        left: 15px;
    }
    
    .timeline-item {
        justify-content: flex-start;
        margin-left: 60px;
        margin-bottom: 40px;
        width: auto;
    }
    
    .timeline-item:nth-child(even) {
        justify-content: flex-start;
    }
    
    .timeline-icon {
        left: 20px;
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .timeline-content {
        width: 100%;
        padding: 20px;
        margin-left: 15px;
    }
    
    .timeline-item:nth-child(odd) .timeline-content::before,
    .timeline-item:nth-child(even) .timeline-content::before {
        left: 10px;
        right: auto;
    }
    
    .timeline-title {
        font-size: 1.1rem;
    }
    
    .timeline-description {
        font-size: 1rem;
    }
    
    /* 示例行程区域 */
    .example-title {
        font-size: 1.8rem;
    }
    
    .example-name {
        font-size: 1.2rem;
    }
    
    .example-description {
        font-size: 1rem;
    }
    
    .highlights-title {
        font-size: 1.1rem;
    }
    
    .highlights-list li {
        font-size: 0.95rem;
        padding-left: 25px;
    }
    
    /* CTA部分 */
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-subtitle {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
    
    .cta-button {
        padding: 12px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    /* 顶部区域 */
    .custom-tour-header {
        padding: 60px 0;
    }
    
    .header-title {
        font-size: 1.8rem;
    }
    
    .header-title::after {
        width: 60px;
        bottom: -6px;
    }
    
    .header-subtitle {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    
    /* 服务特点区域 */
    .features-section {
        padding: 40px 0;
    }
    
    .service-card {
        margin-bottom: 20px;
    }
    
    .service-icon {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .service-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .service-body {
        padding: 20px 15px;
    }
    
    .service-text {
        font-size: 0.95rem;
    }
    
    /* 定制流程区域 - 更多小屏幕调整 */
    .process-section {
        padding: 40px 0;
    }
    
    .process-title {
        font-size: 1.6rem;
        margin-bottom: 40px;
    }
    
    .process-title::after {
        width: 50px;
        bottom: -10px;
    }
    
    .process-timeline::before {
        left: 15px;
    }
    
    .timeline-item {
        margin-left: 20px;
        margin-bottom: 30px;
    }
    
    .timeline-icon {
        left: 10px;
        top: -15px;
        width: 35px;
        height: 35px;
        font-size: 1.1rem;
    }
    
    .timeline-content {
        width: 100%;
        padding: 15px;
        margin-left: 10px;
    }
    
    .timeline-title {
        font-size: 1rem;
        margin-bottom: 8px;
    }
    
    .timeline-description {
        font-size: 0.9rem;
    }
    
    /* 示例行程区域 */
    .example-section {
        padding: 40px 0;
    }
    
    .example-title {
        font-size: 1.6rem;
        margin-bottom: 40px;
    }
    
    .example-title::after {
        width: 50px;
        bottom: -10px;
    }
    
    .example-header {
        padding: 15px;
    }
    
    .example-name {
        font-size: 1.1rem;
    }
    
    .example-duration {
        font-size: 0.9rem;
    }
    
    .example-body {
        padding: 15px;
    }
    
    .example-description {
        font-size: 0.95rem;
        margin-bottom: 15px;
    }
    
    .example-highlights {
        padding: 15px;
    }
    
    .highlights-title {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    
    .highlights-list li {
        font-size: 0.9rem;
        padding-left: 22px;
        margin-bottom: 8px;
    }
    
    .highlights-list li::before {
        font-size: 1rem;
    }
    
    /* CTA部分 */
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-title {
        font-size: 1.7rem;
        margin-bottom: 15px;
    }
    
    .cta-subtitle {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    
    .cta-button {
        padding: 10px 25px;
        font-size: 0.95rem;
    }
}

/* 移动端特定优化 */
@media (max-width: 767.98px) {
    /* 固定底部导航 */
    .mobile-bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        display: flex;
        justify-content: space-around;
        padding: 10px 0;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        z-index: 1000;
    }
    
    .mobile-nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #666;
        font-size: 0.8rem;
        width: 25%;
        text-align: center;
    }
    
    .mobile-nav-item i {
        font-size: 1.3rem;
        margin-bottom: 5px;
        color: #555;
        display: block;
    }
    
    .mobile-nav-item span {
        display: block;
        font-size: 0.75rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }
    
    .mobile-nav-item.active {
        color: var(--primary);
    }
    
    .mobile-nav-item.active i {
        color: var(--primary);
    }
    
    /* 主内容区域添加底部边距，防止被底部导航遮挡 */
    .custom-tour-page {
        padding-bottom: 70px;
    }
    
    /* 优化滚动体验 */
    .example-section .row {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 15px;
        margin-bottom: -15px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
    }
    
    .example-section .row::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }
    
    .example-section .col-md-6 {
        flex: 0 0 85%;
        max-width: 85%;
        padding-right: 15px;
    }
    
    /* 滚动指示器 */
    .scroll-indicator {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    
    .scroll-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #ddd;
        margin: 0 4px;
    }
    
    .scroll-dot.active {
        background: var(--primary);
    }
    
    /* 优化时间线流程图标和内容 */
    .timeline-item:nth-child(odd) .timeline-content::before,
    .timeline-item:nth-child(even) .timeline-content::before {
        top: 20px;
    }
} 