/*
Theme Name: Zotech
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: IT Solutions & Technology HTML Template
Version: 1.0.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

Main Style file-> assets/css/main.css 

All the SCSS File in SCSS Folder of Assets Folder. You can read the doc file also for better understand.

// BASIC
@import 'basic';

// MIXIN
@import 'variables';

// TYPOGRAPHY
@import 'typography';

// MIX
@import 'mix';

// HELPER
@import 'helper';

// ICON FONTS
@import 'icon';

// ANIMATION
@import 'animation';

// Button 
@import 'btn';

// Colors 
@import 'colors';

// Preloader 
@import 'preloader';

/* ----------------------------------
    Template Section Styles
 ------------------------------------*/

 /* // Menu - Header Section 
 @import 'header';
 
 // Hero Slide - Section 
 @import 'hero';
 
 // Section Title - Heading 
 @import 'section';
 
 // About - Section 
 @import 'about';
 
 // Features - Section 
 @import 'features';
 
 // services - Section 
 @import 'services';
 
 // testimonial - Section 
 @import 'testimonial';
 
 // Portfolio - Cases - Section 
 @import 'project';
 
 // Price Table - Section 
 @import 'price';
 
 // Call To Action - Section 
 @import 'cta';
 
 // Content Block - Section 
 @import 'contentblock';
 
 // team - Section 
 @import 'team';
 
 // funfact - Section 
 @import 'funfact';
 
 // Download - Section 
 @import 'carousel';
 
 // FAQ - Section 
 @import 'faq';
 
 // Blog - Section 
 @import 'blog';
 
 // Contact Us - Section 
 @import 'contact';
 
 // footer - Section 
 @import 'footer';n facts */

/* IT88 — 全站正文略大（主題預設 16px） */
body {
  font-size: 17px;
}

/* IT88 — breadcrumb／page-title 唔用主題漸變遮罩，只顯示背景圖（main.css 之 ::before） */
.breadcrumb-wrapper::before {
  display: none;
}

/* IT88 — 首頁 service 區置中 intro */
.service-1 .service-intro-centered {
  text-align: center;
}
.service-1 .service-intro-centered .countbox-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 100%;
}
@media (max-width: 767px) {
  .service-1 .service-inner .countbox-centered {
    display: flex !important;
  }
  .service-1 .service-inner .countbox-centered h3 {
    font-size: 90px;
    line-height: 1;
  }
}
.service-1 .service-intro-centered .section-title h2 {
  text-align: center;
}
.service-1 .service-intro-subtitle {
  font-size: 22px;
  font-weight: 700;
  color: var(--header, #020d24);
  line-height: 1.4;
}
.service-1 .service-intro-lead {
  max-width: 640px;
  font-size: 18px;
  line-height: 1.65;
  color: var(--black-2, #333);
  font-weight: 600;
}

/* 首頁 about-2：深藍 CTA 區（WhatsApp）— 留白避免太貼邊 */
.about-wrapper.about-2.about-2-compact {
  margin-top: -80px;
}
.about-wrapper.about-2.about-2-compact .about-2-cta-only {
  padding: clamp(2rem, 5vw, 3.25rem) clamp(1rem, 4vw, 2rem);
  box-sizing: border-box;
}
.about-wrapper.about-2.about-2-compact.section-padding {
  padding-top: 0;
  padding-bottom: 48px;
}
@media (max-width: 1199px) {
  .about-wrapper.about-2.about-2-compact.section-padding {
    padding-bottom: 42px;
  }
}
@media (max-width: 991px) {
  .about-wrapper.about-2.about-2-compact.section-padding {
    padding-bottom: 38px;
  }
}

/* Footer：深色底、白字（對齊 --header #000D27、--black-2 #020842、主色漸層） */
.footer-wrapper.footer-it88-dark {
  background: linear-gradient(165deg, #000d27 0%, #020842 45%, #061050 100%);
  color: #fff;
}
.footer-wrapper.footer-it88-dark .footer-widgets-1.section-padding {
  padding-top: 60px;
  padding-bottom: 30px;
}
.footer-wrapper.footer-it88-dark .footer-widgets-1 .single-footer-widget .widget-head h4 {
  color: #fff;
}
.footer-wrapper.footer-it88-dark .footer-widgets-1 .single-footer-widget .footer-content p {
  color: rgba(255, 255, 255, 0.88);
}
.footer-wrapper.footer-it88-dark .footer-widgets-1 .single-footer-widget .list-area li a {
  color: rgba(255, 255, 255, 0.92);
}
.footer-wrapper.footer-it88-dark .footer-widgets-1 .single-footer-widget .list-area li a:hover {
  color: var(--theme, #3fb5fd);
}
.footer-wrapper.footer-it88-dark .footer-widgets-1 .single-footer-widget .footer-content .social-icon a {
  color: rgba(255, 255, 255, 0.85);
}
.footer-wrapper.footer-it88-dark .footer-widgets-1 .single-footer-widget .footer-content .social-icon a:hover {
  color: var(--theme, #3fb5fd);
}
.footer-wrapper.footer-it88-dark .footer-widgets-1 .simple-contact-list .simple-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.footer-wrapper.footer-it88-dark .footer-widgets-1 .simple-contact-list .simple-contact-icon {
  width: 18px;
  flex: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--theme, #3fb5fd);
  font-size: 16px;
  line-height: 1;
}
.footer-wrapper.footer-it88-dark .footer-widgets-1 .simple-contact-list .simple-contact-text {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  min-width: 0;
}
.footer-wrapper.footer-it88-dark .footer-widgets-1 .simple-contact-list .simple-contact-text span {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
  line-height: 1.4;
}
.footer-wrapper.footer-it88-dark .footer-widgets-1 .simple-contact-list .simple-contact-text a {
  background: none !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  display: inline !important;
  text-decoration: none;
  word-break: break-word;
}
.footer-wrapper.footer-it88-dark .footer-widgets-1 .simple-contact-list .simple-contact-text a:hover {
  color: var(--theme, #3fb5fd) !important;
}
.footer-wrapper.footer-it88-dark .footer-bottom {
  background-color: #01081c !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-wrapper.footer-it88-dark .footer-bottom .footer-bottom-wrapper p {
  color: rgba(255, 255, 255, 0.7);
}
.footer-wrapper.footer-it88-dark .footer-bottom .footer-credit-line a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 3px;
}
.footer-wrapper.footer-it88-dark .footer-bottom .footer-credit-line a:hover {
  color: var(--theme, #3fb5fd);
  text-decoration-color: var(--theme, #3fb5fd);
}

/* 服務地區：標題單欄全寬（原 section-title-area 為左右分欄） */
.case-study-1 .section-title-area-fullwidth {
  display: block;
}
.case-study-1 .section-title-area-fullwidth .section-title {
  width: 100%;
  max-width: 100%;
}

/* 緊接 WhatsApp 深藍區：頂部略收、底部留白加寬（取代 pb-xl-0） */
.choose-us-wrapper.choose-us-tight-top.section-padding {
  padding-top: 48px;
  padding-bottom: 130px;
}
@media (max-width: 1199px) {
  .choose-us-wrapper.choose-us-tight-top.section-padding {
    padding-top: 42px;
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .choose-us-wrapper.choose-us-tight-top.section-padding {
    padding-top: 36px;
    padding-bottom: 96px;
  }
}
.about-wrapper.about-2.about-2-compact .bg-image {
  top: -395px;
  height: 520px;
}
@media (max-width: 1199px) {
  .about-wrapper.about-2.about-2-compact .bg-image {
    top: -300px;
    height: 460px;
  }
}

/* 深藍區 CTA 按鈕約 2 倍大小（對齊主題 .theme-btn 基準），四周留空 */
.about-wrapper.about-2.about-2-compact .about-2-cta-only .theme-btn {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
  padding: 36px 70px;
  max-height: none;
  border-radius: 8px;
  margin: 0.35rem 0.5rem;
  text-align: center;
  white-space: normal;
  max-width: min(100% - 1.5rem, 920px);
}
@media (max-width: 575px) {
  .about-wrapper.about-2.about-2-compact .about-2-cta-only .theme-btn {
    font-size: 24px;
    padding: 26px 32px;
    margin: 0.5rem 0.75rem;
    max-width: calc(100% - 1.5rem);
  }
}

/* 頂部主選單字體加大（主題預設 16px） */
.header-main .main-menu > nav > ul > li > a {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.header-main .main-menu ul li .submenu li a {
  font-size: 17px;
}
.header-main .main-menu ul li a i {
  font-size: 0.85em;
}

/* 首頁「計劃與收費」：頂部 FA 圖示（白字）、無按鈕、說明字區最小高度對齊 */
.process-plan-section .process-plan-icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.process-plan-section .process-plan-icon i {
  font-size: 28px;
  color: #fff;
  line-height: 1;
}
.process-plan-section .process-plan-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
.process-plan-section .process-plan-card-text {
  line-height: 1.65;
  font-size: 15px;
  color: #fff;
  min-height: 5.85em;
}
@media (min-width: 992px) {
  .process-plan-section .process-plan-card-text {
    min-height: 6.75em;
  }
}

/* 首頁／聯絡頁表單：中文版 + 藍底白框按鈕（即時報價或查詢） */
.contact-us-1 .contact-right.contact-quote-form,
.contact-us-2 .contact-us-inner .contact-left.contact-quote-form {
  background: linear-gradient(145deg, #0b6eda 0%, #3fb5fd 100%);
  box-shadow: 0 14px 44px rgba(11, 110, 218, 0.35);
  border-radius: 12px;
}
.contact-us-1 .contact-right.contact-quote-form {
  padding: 3rem 2.5rem;
}
.contact-us-2 .contact-us-inner .contact-left.contact-quote-form {
  padding: 2rem 1.75rem;
}
.contact-us-1 .contact-right.contact-quote-form::after {
  display: none;
}
.contact-us-1 .contact-right.contact-quote-form .contact-quote-title,
.contact-us-2 .contact-us-inner .contact-left.contact-quote-form .contact-quote-title {
  color: #fff !important;
  text-align: left;
  padding-bottom: 1.25rem;
  margin-bottom: 0;
  font-size: 1.5rem;
}
.contact-us-1 .contact-right.contact-quote-form .form-clt input,
.contact-us-1 .contact-right.contact-quote-form .form-clt-big textarea,
.contact-us-2 .contact-us-inner .contact-left.contact-quote-form .form-clt input,
.contact-us-2 .contact-us-inner .contact-left.contact-quote-form .form-clt-big textarea {
  background: #fff !important;
  border: none !important;
}
.contact-us-1 .contact-right.contact-quote-form .form-clt .nice-select,
.contact-us-2 .contact-us-inner .contact-left.contact-quote-form .form-clt .nice-select {
  background: #fff !important;
}
.contact-us-1 .contact-right.contact-quote-form .form-clt-big textarea,
.contact-us-2 .contact-us-inner .contact-left.contact-quote-form .form-clt-big textarea {
  padding: 12px 22px 16px;
  min-height: 140px;
}
.contact-us-1 .contact-right.contact-quote-form .contact-quote-submit,
.contact-us-2 .contact-us-inner .contact-left.contact-quote-form .contact-quote-submit {
  background: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  max-height: none !important;
  width: 100%;
  display: block;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  position: relative;
  z-index: 2;
  overflow: visible;
}
/* 停用主題 .theme-btn 白底動畫層，避免 hover 時白底 + 白字 */
.contact-us-1 .contact-right.contact-quote-form .contact-quote-submit::before,
.contact-us-1 .contact-right.contact-quote-form .contact-quote-submit::after,
.contact-us-2 .contact-us-inner .contact-left.contact-quote-form .contact-quote-submit::before,
.contact-us-2 .contact-us-inner .contact-left.contact-quote-form .contact-quote-submit::after {
  display: none !important;
  content: none !important;
}
.contact-us-1 .contact-right.contact-quote-form .contact-quote-submit:hover,
.contact-us-1 .contact-right.contact-quote-form .contact-quote-submit:focus-visible,
.contact-us-2 .contact-us-inner .contact-left.contact-quote-form .contact-quote-submit:hover,
.contact-us-2 .contact-us-inner .contact-left.contact-quote-form .contact-quote-submit:focus-visible {
  background: var(--black-2, #020842) !important;
  color: #fff !important;
  border-color: #fff !important;
}
.contact-us-1 .contact-right.contact-quote-form .form-message,
.contact-us-2 .contact-us-inner .contact-left.contact-quote-form .form-message {
  font-size: 15px;
  min-height: 1.25em;
  text-align: center;
}
.contact-us-1 .contact-right.contact-quote-form .form-message.success,
.contact-us-2 .contact-us-inner .contact-left.contact-quote-form .form-message.success {
  color: rgba(220, 255, 220, 0.98);
}
.contact-us-1 .contact-right.contact-quote-form .form-message.error,
.contact-us-2 .contact-us-inner .contact-left.contact-quote-form .form-message.error {
  color: #ffe8e8;
}

/* 公司簡介／服務內頁：about-1.style-2 預設白字，白底會睇唔到，加 about-page 後用深灰字 */
.about-wrapper.about-1.style-2.about-page .about-content p {
  color: var(--text, #49515b);
  opacity: 1;
}
.about-wrapper.about-1.style-2.about-page .about-content ul li {
  color: var(--text, #49515b);
}
.about-wrapper.about-1.style-2.about-page .about-content .section-title h2,
.about-wrapper.about-1.style-2.about-page .about-content h4 {
  color: var(--black-2, #020842);
}
.about-wrapper.about-1.style-2.about-page .about-content strong {
  color: var(--black-2, #020842);
}

/* 服務頁 6 卡 3 欄：菱形 icon 置中（主題原用 left:37% 易偏） */
.service-wrapper.service-4 .signle-service-item .icon {
  left: 50% !important;
  transform: translateX(-50%) rotate(-45deg) !important;
}

/* services.html：唔用 hover 背景圖、卡片保持靜態（主題 hover 會改字色） */
.service-wrapper.service-4.service-cards-static .signle-service-item:hover h4 a {
  color: var(--black-2, #020842);
}
.service-wrapper.service-4.service-cards-static .signle-service-item:hover p {
  color: var(--text, #49515b);
}
.service-wrapper.service-4.service-cards-static .signle-service-item:hover .infu-btn {
  background: linear-gradient(84deg, #3fb5fd 0%, #0b6eda 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.service-wrapper.service-4.service-cards-static .signle-service-item:hover .icon i {
  animation: none;
}

/* —— 上門電腦維修內頁（onsite-repair.html）—— */
/* 手提電腦維修頁（laptop-repair.html）、組裝電腦頁（custom-pc.html）沿用下列元件樣式 */
.page-service-onsite .about-content .section-title,
.page-laptop-repair .about-content .section-title,
.page-custom-pc .about-content .section-title,
.page-data-recovery .about-content .section-title,
.page-router-ipcam .about-content .section-title,
.page-other-services .about-content .section-title {
  margin-bottom: clamp(1rem, 2.2vw, 1.75rem);
}
.page-service-onsite .about-content .section-title .sub-title,
.page-laptop-repair .about-content .section-title .sub-title,
.page-custom-pc .about-content .section-title .sub-title,
.page-data-recovery .about-content .section-title .sub-title,
.page-router-ipcam .about-content .section-title .sub-title,
.page-other-services .about-content .section-title .sub-title {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .page-service-onsite .about-content .section-title,
  .page-laptop-repair .about-content .section-title,
  .page-custom-pc .about-content .section-title,
  .page-data-recovery .about-content .section-title,
  .page-router-ipcam .about-content .section-title,
  .page-other-services .about-content .section-title {
    margin-bottom: 1.25rem;
  }
}
.page-service-onsite .onsite-lead,
.page-laptop-repair .onsite-lead,
.page-custom-pc .onsite-lead,
.page-data-recovery .onsite-lead,
.page-router-ipcam .onsite-lead,
.page-other-services .onsite-lead {
  font-size: 1.06rem;
  line-height: 1.8;
  max-width: 920px;
  padding-top: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-service-onsite .onsite-lead,
  .page-laptop-repair .onsite-lead,
  .page-custom-pc .onsite-lead,
  .page-data-recovery .onsite-lead,
  .page-router-ipcam .onsite-lead,
  .page-other-services .onsite-lead {
    padding-top: 1.75rem;
    margin-bottom: 2.25rem;
  }
}
.page-service-onsite .onsite-section-heading,
.page-laptop-repair .onsite-section-heading,
.page-custom-pc .onsite-section-heading,
.page-data-recovery .onsite-section-heading,
.page-router-ipcam .onsite-section-heading,
.page-other-services .onsite-section-heading {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--black-2, #020842);
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
/* 左 icon 右文字，無卡片底／框 */
.page-service-onsite .onsite-trust-item,
.page-laptop-repair .onsite-trust-item,
.page-custom-pc .onsite-trust-item,
.page-data-recovery .onsite-trust-item,
.page-router-ipcam .onsite-trust-item,
.page-other-services .onsite-trust-item {
  gap: 14px;
}
.page-service-onsite .onsite-trust-item__icon,
.page-laptop-repair .onsite-trust-item__icon,
.page-custom-pc .onsite-trust-item__icon,
.page-data-recovery .onsite-trust-item__icon,
.page-router-ipcam .onsite-trust-item__icon,
.page-other-services .onsite-trust-item__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(84deg, var(--theme, #3fb5fd) 0%, var(--theme-2, #0b6eda) 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}
.page-service-onsite .onsite-trust-item__text,
.page-laptop-repair .onsite-trust-item__text,
.page-custom-pc .onsite-trust-item__text,
.page-data-recovery .onsite-trust-item__text,
.page-router-ipcam .onsite-trust-item__text,
.page-other-services .onsite-trust-item__text {
  font-weight: 600;
  color: var(--black-2, #020842);
  line-height: 1.45;
}
.page-service-onsite .onsite-price-card {
  width: 100%;
  max-width: none;
  background: linear-gradient(165deg, #f6faff 0%, #fff 55%);
  border: 1px solid rgba(11, 110, 218, 0.14);
  border-radius: 16px;
  padding: 2rem 2rem 1.75rem;
  box-shadow: 0 12px 40px rgba(2, 8, 66, 0.06);
}
.page-service-onsite .onsite-price-card__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--black-2, #020842);
  margin-bottom: 0.75rem;
}
.page-service-onsite .onsite-price-card__note {
  color: var(--text, #49515b);
  font-size: 15px;
  line-height: 1.65;
}
.page-service-onsite .onsite-price-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(2, 8, 66, 0.08);
  font-weight: 600;
  color: var(--black-2, #020842);
}
.page-service-onsite .onsite-price-list li:last-child {
  border-bottom: none;
}
.page-service-onsite .onsite-price-list .label {
  font-weight: 600;
}
.page-service-onsite .onsite-price-list .value {
  color: var(--theme-2, #0b6eda);
  font-size: 1.1rem;
  white-space: nowrap;
}
.page-service-onsite .onsite-price-card__fine {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text, #49515b);
  padding-top: 0.5rem;
  border-top: 1px dashed rgba(11, 110, 218, 0.2);
}
.page-service-onsite .onsite-plan-list {
  padding-left: 1.1rem;
  color: var(--text, #49515b);
  line-height: 1.75;
}
.page-service-onsite .onsite-plan-list li {
  margin-bottom: 10px;
}
.page-service-onsite .onsite-feature-grid-block > .onsite-section-heading,
.page-laptop-repair .onsite-feature-grid-block > .onsite-section-heading,
.page-custom-pc .onsite-feature-grid-block > .onsite-section-heading,
.page-data-recovery .onsite-feature-grid-block > .onsite-section-heading,
.page-router-ipcam .onsite-feature-grid-block > .onsite-section-heading,
.page-other-services .onsite-feature-grid-block > .onsite-section-heading {
  font-size: 1.52rem;
  margin-bottom: 1.1rem;
}
.page-service-onsite .onsite-feature-card,
.page-laptop-repair .onsite-feature-card,
.page-custom-pc .onsite-feature-card,
.page-data-recovery .onsite-feature-card,
.page-router-ipcam .onsite-feature-card,
.page-other-services .onsite-feature-card {
  background: #fff;
  border: 1px solid rgba(2, 8, 66, 0.08);
  border-radius: 14px;
  padding: 1.5rem 1.35rem;
  box-shadow: 0 8px 28px rgba(2, 8, 66, 0.05);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.page-service-onsite .onsite-feature-card:hover,
.page-laptop-repair .onsite-feature-card:hover,
.page-custom-pc .onsite-feature-card:hover,
.page-data-recovery .onsite-feature-card:hover,
.page-router-ipcam .onsite-feature-card:hover,
.page-other-services .onsite-feature-card:hover {
  border-color: rgba(63, 181, 253, 0.35);
  box-shadow: 0 12px 36px rgba(11, 110, 218, 0.1);
}
.page-service-onsite .onsite-feature-card__icon,
.page-laptop-repair .onsite-feature-card__icon,
.page-custom-pc .onsite-feature-card__icon,
.page-data-recovery .onsite-feature-card__icon,
.page-router-ipcam .onsite-feature-card__icon,
.page-other-services .onsite-feature-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(84deg, var(--theme, #3fb5fd) 0%, var(--theme-2, #0b6eda) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 12px;
}
.page-service-onsite .onsite-feature-grid-block .onsite-feature-card h4,
.page-laptop-repair .onsite-feature-grid-block .onsite-feature-card h4,
.page-custom-pc .onsite-feature-grid-block .onsite-feature-card h4,
.page-data-recovery .onsite-feature-grid-block .onsite-feature-card h4,
.page-router-ipcam .onsite-feature-grid-block .onsite-feature-card h4,
.page-other-services .onsite-feature-grid-block .onsite-feature-card h4 {
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--black-2, #020842);
  margin-bottom: 10px;
}
.page-service-onsite .onsite-feature-grid-block .onsite-feature-card p,
.page-laptop-repair .onsite-feature-grid-block .onsite-feature-card p,
.page-custom-pc .onsite-feature-grid-block .onsite-feature-card p,
.page-data-recovery .onsite-feature-grid-block .onsite-feature-card p,
.page-router-ipcam .onsite-feature-grid-block .onsite-feature-card p,
.page-other-services .onsite-feature-grid-block .onsite-feature-card p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--text, #49515b);
  margin-bottom: 0;
}
.about-wrapper.about-1.style-2.about-page.page-service-onsite .about-content h3,
.about-wrapper.about-1.style-2.about-page.page-laptop-repair .about-content h3,
.about-wrapper.about-1.style-2.about-page.page-custom-pc .about-content h3,
.about-wrapper.about-1.style-2.about-page.page-data-recovery .about-content h3,
.about-wrapper.about-1.style-2.about-page.page-router-ipcam .about-content h3,
.about-wrapper.about-1.style-2.about-page.page-other-services .about-content h3 {
  color: var(--black-2, #020842);
}

/* —— 手提／組裝／Router／其他服務內頁：品牌格、表格／備註卡 —— */
.page-laptop-repair .laptop-brand-card,
.page-custom-pc .laptop-brand-card,
.page-data-recovery .laptop-brand-card,
.page-router-ipcam .laptop-brand-card,
.page-other-services .laptop-brand-card {
  background: #fff;
  border: 1px solid rgba(2, 8, 66, 0.08);
  border-radius: 12px;
  padding: 0.85rem 0.65rem;
  text-align: center;
  font-weight: 600;
  color: var(--black-2, #020842);
  font-size: 0.95rem;
  line-height: 1.35;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-laptop-repair .laptop-surface-card,
.page-custom-pc .laptop-surface-card,
.page-data-recovery .laptop-surface-card,
.page-router-ipcam .laptop-surface-card,
.page-other-services .laptop-surface-card {
  width: 100%;
  max-width: none;
  background: linear-gradient(165deg, #f6faff 0%, #fff 55%);
  border: 1px solid rgba(11, 110, 218, 0.14);
  border-radius: 16px;
  padding: 2rem 2rem 1.75rem;
  box-shadow: 0 12px 40px rgba(2, 8, 66, 0.06);
  margin-bottom: 2rem;
}
.page-laptop-repair .laptop-surface-card__title,
.page-custom-pc .laptop-surface-card__title,
.page-data-recovery .laptop-surface-card__title,
.page-router-ipcam .laptop-surface-card__title,
.page-other-services .laptop-surface-card__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--black-2, #020842);
  margin-bottom: 1rem;
}
.page-laptop-repair .laptop-surface-card .table,
.page-custom-pc .laptop-surface-card .table,
.page-data-recovery .laptop-surface-card .table,
.page-router-ipcam .laptop-surface-card .table,
.page-other-services .laptop-surface-card .table {
  margin-bottom: 0;
  color: var(--text, #49515b);
}
.page-laptop-repair .laptop-surface-card .table td,
.page-custom-pc .laptop-surface-card .table td,
.page-data-recovery .laptop-surface-card .table td,
.page-router-ipcam .laptop-surface-card .table td,
.page-other-services .laptop-surface-card .table td {
  padding: 0.65rem 1rem;
  vertical-align: top;
}
.page-laptop-repair .laptop-surface-card .table tbody tr:last-child td,
.page-custom-pc .laptop-surface-card .table tbody tr:last-child td,
.page-data-recovery .laptop-surface-card .table tbody tr:last-child td,
.page-router-ipcam .laptop-surface-card .table tbody tr:last-child td,
.page-other-services .laptop-surface-card .table tbody tr:last-child td {
  border-bottom: none;
}
.page-laptop-repair .laptop-notes-list,
.page-custom-pc .laptop-notes-list,
.page-data-recovery .laptop-notes-list,
.page-router-ipcam .laptop-notes-list,
.page-other-services .laptop-notes-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  color: var(--text, #49515b);
  line-height: 1.7;
}
.page-laptop-repair .laptop-notes-list li,
.page-custom-pc .laptop-notes-list li,
.page-data-recovery .laptop-notes-list li,
.page-router-ipcam .laptop-notes-list li,
.page-other-services .laptop-notes-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.85rem;
}
.page-laptop-repair .laptop-notes-list li:last-child,
.page-custom-pc .laptop-notes-list li:last-child,
.page-data-recovery .laptop-notes-list li:last-child,
.page-router-ipcam .laptop-notes-list li:last-child,
.page-other-services .laptop-notes-list li:last-child {
  margin-bottom: 0;
}
.page-laptop-repair .laptop-notes-list li .fa-star,
.page-custom-pc .laptop-notes-list li .fa-star,
.page-data-recovery .laptop-notes-list li .fa-star,
.page-router-ipcam .laptop-notes-list li .fa-star,
.page-other-services .laptop-notes-list li .fa-star {
  position: absolute;
  left: 0;
  top: 0.25rem;
  color: var(--theme-2, #0b6eda);
  font-size: 0.85rem;
}

/* 組裝電腦頁：服務重點五點 — 單欄垂直列表（唔用卡片、唔做上三下二網格） */
.page-custom-pc .custom-pc-points {
  max-width: 920px;
}
.page-custom-pc .custom-pc-point {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1.35rem;
  margin-bottom: 1.35rem;
  border-bottom: 1px solid rgba(2, 8, 66, 0.08);
}
@media (min-width: 768px) {
  .page-custom-pc .custom-pc-point {
    gap: 1.25rem;
  }
}
.page-custom-pc .custom-pc-point:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-custom-pc .custom-pc-point__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(84deg, var(--theme, #3fb5fd) 0%, var(--theme-2, #0b6eda) 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.2rem;
}
.page-custom-pc .custom-pc-point__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--black-2, #020842);
  margin-bottom: 0.45rem;
}
.page-custom-pc .custom-pc-point__body p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--text, #49515b);
}

/* 數據修復／Router／其他服務頁：單欄列表（data-recovery-scope-*） */
.page-data-recovery .data-recovery-scope-list,
.page-router-ipcam .data-recovery-scope-list,
.page-other-services .data-recovery-scope-list {
  max-width: 920px;
}
.page-data-recovery .data-recovery-scope-item,
.page-router-ipcam .data-recovery-scope-item,
.page-other-services .data-recovery-scope-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(2, 8, 66, 0.08);
}
@media (min-width: 768px) {
  .page-data-recovery .data-recovery-scope-item,
  .page-router-ipcam .data-recovery-scope-item,
  .page-other-services .data-recovery-scope-item {
    gap: 1.25rem;
  }
}
.page-data-recovery .data-recovery-scope-item:last-child,
.page-router-ipcam .data-recovery-scope-item:last-child,
.page-other-services .data-recovery-scope-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-data-recovery .data-recovery-scope-item__icon,
.page-router-ipcam .data-recovery-scope-item__icon,
.page-other-services .data-recovery-scope-item__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(84deg, var(--theme, #3fb5fd) 0%, var(--theme-2, #0b6eda) 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.95rem;
}
.page-data-recovery .data-recovery-scope-item__text,
.page-router-ipcam .data-recovery-scope-item__text,
.page-other-services .data-recovery-scope-item__text {
  font-size: 16px;
  line-height: 1.65;
  color: var(--text, #49515b);
  padding-top: 0.15rem;
}
.page-data-recovery .data-recovery-process-list {
  color: var(--text, #49515b);
  line-height: 1.75;
  padding-left: 1.1rem;
}
.page-data-recovery .data-recovery-process-list li {
  margin-bottom: 0.75rem;
}
.page-data-recovery .data-recovery-process-list li:last-child {
  margin-bottom: 0;
}

/* RWD 修正：窄螢幕表格防溢出 + price-list 自動換行 */
@media (max-width: 575px) {
  .laptop-surface-card {
    padding: 1.25rem 1rem 1rem;
  }
  .laptop-surface-card .table td {
    padding: 0.5rem 0.6rem;
    font-size: 15px;
  }
  .page-service-onsite .onsite-price-list .value {
    white-space: normal;
  }
  .page-service-onsite .onsite-price-card {
    padding: 1.5rem 1.25rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .onsite-feature-card {
    padding: 1.25rem 1rem;
  }
  .laptop-brand-card {
    font-size: 0.88rem;
    padding: 0.7rem 0.5rem;
  }
}

/* —— Blog 列表頁 —— */
.blog-header-simple {
  padding-top: 48px;
}
.blog-header-simple__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--black-2, #020842);
}
.blog-list-item {
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(2, 8, 66, 0.08);
}
.blog-list-item:first-child {
  padding-top: 0;
}
.blog-list-item:last-child {
  border-bottom: none;
}
.blog-list-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--theme-2, #0b6eda);
  margin-bottom: 0.5rem;
}
.blog-list-item h3 {
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.5rem;
}
.blog-list-item h3 a {
  color: var(--black-2, #020842);
  text-decoration: none;
}
.blog-list-item h3 a:hover {
  color: var(--theme-2, #0b6eda);
}
.blog-list-item p {
  color: var(--text, #49515b);
  line-height: 1.65;
  margin-bottom: 0.75rem;
}
.blog-list-item .infu-btn {
  font-size: 15px;
  font-weight: 600;
}

/* —— Blog 文章頁 —— */
.blog-article-wrapper {
  padding-top: 48px;
}
.blog-back-link {
  font-size: 15px;
  font-weight: 600;
  color: var(--theme-2, #0b6eda);
  text-decoration: none;
}
.blog-back-link:hover {
  color: var(--theme, #3fb5fd);
}
.blog-article-wrapper article h1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--black-2, #020842);
  line-height: 1.4;
  margin-bottom: 0;
}
.blog-article-wrapper .article-content {
  color: var(--text, #49515b);
  line-height: 1.8;
}
.blog-article-wrapper .article-content h2 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--black-2, #020842);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.blog-article-wrapper .article-content h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--black-2, #020842);
  margin-top: 1.5rem;
  margin-bottom: 0.6rem;
}
.blog-article-wrapper .article-content p {
  margin-bottom: 1rem;
}
.blog-article-wrapper .article-content a {
  color: var(--theme-2, #0b6eda);
  text-decoration: underline;
  text-decoration-color: rgba(11, 110, 218, 0.3);
  text-underline-offset: 3px;
}
.blog-article-wrapper .article-content a:hover {
  color: var(--theme, #3fb5fd);
  text-decoration-color: var(--theme, #3fb5fd);
}
.blog-article-wrapper .article-cta {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(2, 8, 66, 0.08);
}
.blog-article-wrapper .article-cta p {
  font-weight: 600;
  color: var(--black-2, #020842);
}
