/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-c37dqmrx60] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-c37dqmrx60] {
    color: #0077cc;
}

.btn-primary[b-c37dqmrx60] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-c37dqmrx60], .nav-pills .show > .nav-link[b-c37dqmrx60] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-c37dqmrx60] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-c37dqmrx60] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-c37dqmrx60] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-c37dqmrx60] {
    font-size: 1rem;
    line-height: inherit;
}

/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}*/

/* Footer样式 */
.footer[b-c37dqmrx60] {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    position: absolute;
    padding: 20px 80px;
    bottom: 0;
    right: 0;
    left: 0;
}
/* 移动端 - 关键修复 */
@media (max-width: 768px) {
    .footer[b-c37dqmrx60] {
        padding: 10px 20px; /* 大幅减少左右内边距 */
    }

    /* 超小屏幕 */
    @media (max-width: 480px) {
        .footer[b-c37dqmrx60] {
            padding: 25px 15px;
        }
    }
}

    .footer[b-c37dqmrx60]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #4a6cf7, #28a745, #ffc107, #17a2b8);
    }



    .brand-icon[b-c37dqmrx60] {
        background: rgba(255, 255, 255, 0.1);
        padding: 10px;
        border-radius: 10px;
        transition: all 0.3s ease;
    }

        .brand-icon:hover[b-c37dqmrx60] {
            background: rgba(255, 255, 255, 0.2);
            transform: rotate(10deg);
        }

    .text-white-50[b-c37dqmrx60] {
        color: rgba(255, 255, 255, 0.7) !important;
    }

    .hover-primary:hover[b-c37dqmrx60] {
        color: #4a6cf7 !important;
        padding-left: 5px;
        transition: all 0.3s ease;
    }

    .social-links .btn[b-c37dqmrx60] {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

        .social-links .btn:hover[b-c37dqmrx60] {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }

    .bg-dark-light[b-c37dqmrx60] {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-services li a[b-c37dqmrx60] {
        transition: all 0.3s ease;
        display: inline-block;
    }

        .footer-services li a:hover[b-c37dqmrx60] {
            transform: translateX(5px);
        }

    .newsletter .form-control[b-c37dqmrx60] {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: white;
    }

        .newsletter .form-control[b-c37dqmrx60]::placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

        .newsletter .form-control:focus[b-c37dqmrx60] {
            background: rgba(255, 255, 255, 0.15);
            border-color: #4a6cf7;
            box-shadow: 0 0 0 0.25rem rgba(74, 108, 247, 0.25);
        }

    .payment-methods i[b-c37dqmrx60] {
        font-size: 1.2rem;
        cursor: pointer;
        transition: color 0.3s ease;
    }

        .payment-methods i:hover[b-c37dqmrx60] {
            color: #4a6cf7 !important;
        }

    .certifications .badge[b-c37dqmrx60] {
        font-size: 0.7rem;
        padding: 4px 8px;
        transition: all 0.3s ease;
    }

        .certifications .badge:hover[b-c37dqmrx60] {
            transform: translateY(-2px);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        }

    .back-to-top[b-c37dqmrx60] {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
    }

        .back-to-top:hover[b-c37dqmrx60] {
            padding-right: 35px;
        }

        .back-to-top[b-c37dqmrx60]::after {
            content: '↑';
            position: absolute;
            right: -20px;
            opacity: 0;
            transition: all 0.3s ease;
        }

        .back-to-top:hover[b-c37dqmrx60]::after {
            right: 10px;
            opacity: 1;
        }

    /* 链接悬停效果 */
    .footer-links li a[b-c37dqmrx60],
    .footer-services li a[b-c37dqmrx60] {
        position: relative;
    }

        .footer-links li a[b-c37dqmrx60]::before,
        .footer-services li a[b-c37dqmrx60]::before {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 1px;
            background: #4a6cf7;
            transition: width 0.3s ease;
        }

        .footer-links li a:hover[b-c37dqmrx60]::before,
        .footer-services li a:hover[b-c37dqmrx60]::before {
            width: 100%;
        }

    /* 响应式调整 */
    @media (max-width: 768px) {
        .footer[b-c37dqmrx60] {
            padding-top: 3rem !important;
            padding-bottom: 2rem !important;
        }

        .brand-icon[b-c37dqmrx60] {
            padding: 8px;
        }

        .business-hours[b-c37dqmrx60],
        .newsletter[b-c37dqmrx60] {
            max-width: 300px;
        }

        .payment-methods[b-c37dqmrx60],
        .certifications[b-c37dqmrx60] {
            margin-top: 10px;
        }
    }

    /* 图标动画 */
    @keyframes iconFloat-b-c37dqmrx60 {
        0%, 100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-5px);
        }
    }

    .brand-icon[b-c37dqmrx60] {
        animation: iconFloat-b-c37dqmrx60 3s ease-in-out infinite;
    }

    /* ===== 在线客服浮窗 + 回到顶部 完整样式 ===== */
    .online-service[b-c37dqmrx60] {
        position: fixed;
        right: 30px;
        bottom: 30px;
        z-index: 1000; /* 确保在最上层，不被其他元素遮挡 */
    }

    .service-buttons[b-c37dqmrx60] {
        display: flex;
        flex-direction: column;
        gap: 10px; /* 按钮之间的间距 */
    }

    .service-btn[b-c37dqmrx60] {
        position: relative;
        width: 50px;
        height: 50px;
        border-radius: 50%; /* 圆形按钮 */
        display: flex;
        align-items: center;
        justify-content: center;
        color: white; /* 图标颜色 */
        text-decoration: none; /* 清除链接下划线 */
        font-size: 1.2rem; /* 图标大小 */
        transition: all 0.3s ease; /* 过渡动画 */
        box-shadow: 0 4px 15px rgba(0,0,0,0.2); /* 阴影效果 */
        cursor: pointer; /* 鼠标指针样式 */
    }

    /* 单个按钮渐变背景 */
    .phone-btn[b-c37dqmrx60] {
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%); /* 电话按钮：绿色渐变 */
    }

    .whatsapp-btn[b-c37dqmrx60] {
        background: linear-gradient(135deg, #25D366 0%, #128C7E 100%); /* 微信按钮：whatsapp 专属渐变 */
    }

    .appointment-btn[b-c37dqmrx60] {
        background: linear-gradient(135deg, #ff9500 0%, #ff5e3a 100%); /* 预约按钮：橙色渐变 */
    }

    .backtop-btn[b-c37dqmrx60] {
        background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
        /* 初始状态：隐藏且不占空间 */
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px) scale(0.8);
        /* 保持 flex 布局 */
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        /* 关键：使用过渡动画 */
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
        /* 隐藏时不可点击 */
        pointer-events: none;
    }

        .backtop-btn.show[b-c37dqmrx60] {
            /* 显示状态 */
            opacity: 1;
            visibility: visible;
            transform: translateY(0) scale(1);
            /* 显示时可点击 */
            pointer-events: auto;
        }

    /* 图标强制居中（解决箭头偏移） */
    .service-btn i[b-c37dqmrx60] {
        line-height: 1 !important;
        vertical-align: middle !important;
        font-size: 1.3rem;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* 回到顶部箭头专属居中 */
    .backtop-btn i[b-c37dqmrx60] {
        font-size: 1.4rem;
        transform: translateY(0);
    }

    /* 按钮 hover 效果 */
    .service-btn:hover[b-c37dqmrx60] {
        transform: scale(1.1); /* 轻微放大 */
        color: white; /* 保持图标颜色不变 */
    }

    /* 悬停提示框 */
    .tooltip[b-c37dqmrx60] {
        position: absolute;
        right: 60px; /* 提示框在按钮左侧 */
        background: rgba(0,0,0,0.8); /* 半透明黑色背景 */
        color: white; /* 提示文字颜色 */
        padding: 5px 10px; /* 内边距 */
        border-radius: 4px; /* 圆角 */
        font-size: 0.8rem; /* 文字大小 */
        white-space: nowrap; /* 不换行 */
        opacity: 0; /* 默认隐藏 */
        visibility: hidden; /* 默认隐藏 */
        transition: all 0.3s ease; /* 过渡动画 */
    }

    /* 按钮 hover 时显示提示框 */
    .service-btn:hover .tooltip[b-c37dqmrx60] {
        opacity: 1; /* 显示 */
        visibility: visible; /* 显示 */
        right: 65px; /* 轻微偏移，更美观 */
    }

    /* 移动端响应式调整 */
    @media (max-width: 768px) {
        .online-service[b-c37dqmrx60] {
            right: 15px;
            bottom: 15px; /* 移动端调整位置，避免遮挡 */
        }

        .service-btn[b-c37dqmrx60] {
            width: 45px;
            height: 45px;
            font-size: 1.1rem; /* 移动端按钮略小 */
        }

            .service-btn i[b-c37dqmrx60] {
                font-size: 1.2rem;
            }

        .backtop-btn i[b-c37dqmrx60] {
            font-size: 1.3rem;
        }
    }
/* /Pages/Shared/_Layout_Index.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-3cy43c5ine] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-3cy43c5ine] {
  color: #0077cc;
}

.btn-primary[b-3cy43c5ine] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-3cy43c5ine], .nav-pills .show > .nav-link[b-3cy43c5ine] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-3cy43c5ine] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-3cy43c5ine] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-3cy43c5ine] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-3cy43c5ine] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-3cy43c5ine] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
