/* --- Tổng thể Trang --- */
.single-service-page {
    background: #0f0f0f;
    color: #f5f5f5;
    font-family: 'Inter', sans-serif;
}

/* --- Hero Section: Tươi mới & Sáng --- */
.service-hero {
    height: 550px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 80px;
    /* Tăng độ tươi cho ảnh nền */
    filter: saturate(1.1) brightness(1.1); 
    overflow: hidden;
}

/* Lớp phủ Overlay tinh tế hơn */
.hero-overlay-top {
    position: absolute; top: 0; left: 0; width: 100%; height: 30%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), transparent);
    z-index: 1;
}
.hero-overlay-bottom {
    position: absolute; bottom: 0; left: 0; width: 100%; height: 70%;
    background: linear-gradient(to top, rgba(15, 15, 15, 0.9) 15%, transparent 100%);
    z-index: 1;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 50px;
    position: relative;
    z-index: 2;
}

/* --- Tiêu đề Title Gradient & Xóa bôi đen --- */
.animate-title {
    font-size: clamp(32px, 5vw, 52px) !important;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    
    /* Hiệu ứng màu Gradient Trắng -> Cam */
    background: linear-gradient(90deg, #FFFFFF 10%, #FF6600 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text;
    
    /* Xóa bỏ hoàn toàn mảng tối bao quanh chữ */
    background-color: transparent !important;
    display: block;
    width: fit-content;
    
    /* Đổ bóng nhẹ để chữ nổi bật trên ảnh sáng */
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4));
    animation: fadeInUp 1s ease-out;
}

/* --- Breadcrumb & Meta --- */
.service-breadcrumb {
    margin-bottom: 20px;
}
.service-breadcrumb a {
    color: #FF6600;
    font-weight: 600;
    text-decoration: none;
    background: none !important;
}
.service-breadcrumb .current-page {
    color: #fff;
    opacity: 0.8;
}

.service-meta {
    display: flex;
    gap: 25px;
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    font-weight: 500;
}
.service-meta i { color: #FF6600; }

/* --- Sidebar Layout --- */
.service-layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    padding: 60px 0;
}

.glass-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 25px;
    padding: 40px;
}

.contact-box {
    border: 1px solid rgba(255, 102, 0, 0.2);
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 102, 0, 0.2);
    color: #fff;
    text-transform: uppercase;
}

/* --- Hỗ trợ trực tiếp --- */
.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    border-radius: 12px;
    transition: 0.3s;
}
.contact-item:hover { background: rgba(255, 102, 0, 0.08); }

.contact-item .icon-box {
    width: 45px; height: 45px; min-width: 45px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: #FF6600;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-item .details a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.contact-item:hover .details a { color: #FF6600; }

/* Hiệu ứng rung icon Hotline */
.pulse { animation: pulse-orange 2s infinite; }
@keyframes pulse-orange {
    0% { box-shadow: 0 0 0 0 rgba(255, 102, 0, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(255, 102, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 102, 0, 0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- Khối CTA (Call to Action) --- */
.service-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 102, 0, 0.05) 100%);
    border: 1px dashed rgba(255, 102, 0, 0.3);
    padding: 35px !important;
}

.cta-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 102, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #FF6600;
    flex-shrink: 0;
}

.cta-text h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 700;
}

.cta-text p {
    color: #ccc;
    margin: 0;
    font-size: 15px;
}

/* --- Style Nút "Liên hệ tư vấn ngay" --- */
.btn-cta {
    display: inline-block;
    padding: 15px 35px;
    background: #FF6600; /* Màu cam thương hiệu */
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 50px; /* Bo tròn hoàn toàn */
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(255, 102, 0, 0.2);
    border: 2px solid transparent;
    white-space: nowrap;
}

/* Hiệu ứng khi di chuột vào nút */
.btn-cta:hover {
    background: #fff;
    color: #FF6600 !important;
    transform: translateY(-5px); /* Nút bay lên nhẹ */
    box-shadow: 0 15px 30px rgba(255, 102, 0, 0.4);
    border-color: #FF6600;
}

/* Hiệu ứng khi click */
.btn-cta:active {
    transform: translateY(-2px);
}

/* Reponsive cho điện thoại */
@media (max-width: 768px) {
    .service-cta {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px !important;
    }
    .btn-cta {
        width: 100%;
    }
}


/* 1. Nhúng lại font với đầy đủ dải ký tự Vietnamese */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap&subset=vietnamese');

/* 2. Cập nhật CSS cho tiêu đề để bảo vệ dấu */
.animate-title {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    
    /* Tăng line-height để không bị cắt dấu phía trên */
    line-height: 1.3 !important; 
    
    /* Thêm một chút padding trên để dấu có chỗ hiển thị */
    padding-top: 5px; 
    
    /* Giữ nguyên hiệu ứng Gradient của bạn */
    background: linear-gradient(90deg, #FFFFFF 10%, #FF6600 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text;
    
    /* Loại bỏ các bóng đổ quá dày có thể che mất dấu */
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
    
    display: block;
    width: fit-content;
}

/* Điều chỉnh để thẻ contact-item hoạt động như một khối liên kết */
.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-decoration: none !important; /* Bỏ gạch chân mặc định của thẻ a */
    color: inherit; /* Giữ màu chữ theo cấu trúc cha */
    cursor: pointer;
}

.contact-item:hover {
    background: rgba(255, 102, 0, 0.08); /* Hiệu ứng đổi nền khi di chuột vào toàn bộ thẻ */
}

.contact-item .details span {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 2px;
}

.contact-item .details strong {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

/* Khi di chuột vào thẻ cha, chữ số/email sẽ đổi màu cam */
.contact-item:hover .details strong {
    color: #FF6600;
}