.author-avatar,
.blog-post-image,
.blog-post-img,
.comment-avatar,
.gallery-img,
.mood-board-item img,
.portfolio-item img,
.recent-post-img,
.related-post-img {
  object-fit: cover;
  object-fit: cover;
}
body,
h1,
h2,
h3,
h4,
h5 {
  font-family: Outfit, sans-serif;
}
.nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--secondary-color) !important;
}
#preloader,
footer {
  background-color: var(--primary-color);
}
.footer-logo,
.navbar-brand {
  font-family: Poppins, sans-serif;
}
.cookies-table td,
.gdpr-badge {
  vertical-align: middle;
}
.back-to-top-mobile,
.blog-post-link,
.blog-post-tag,
.blog-tag,
.category-link,
.copyright a {
  text-decoration: none;
}
:root {
  --primary-color: #0a2463;
  --secondary-color: #ff6b35;
  --accent-color: #3e92cc;
  --light-color: #f8f9fa;
  --dark-color: #212529;
  --gray-color: #6c757d;
  --light-gray: #e9ecef;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: var(--dark-color);
  overflow-x: hidden;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  color: var(--primary-color);
}
.section-title {
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
}
.section-title:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color);
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease-out;
}
.preloader-content {
  text-align: center;
  color: #fff;
}
.nav-link,
.navbar-brand {
  color: var(--primary-color) !important;
}
.preloader-logo {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  animation: 2s infinite hammer-animation;
}
@keyframes hammer-animation {
  0%,
  100% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-30deg);
  }
  75% {
    transform: rotate(30deg);
  }
}
.loading-bar {
  width: 200px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px 30px;
  margin: 0 auto;
  overflow: hidden;
}
.loading-progress {
  height: 100%;
  width: 0%;
  background-color: var(--secondary-color);
  border-radius: 20px 30px;
  animation: 2s ease-in-out loading;
}
@keyframes loading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.navbar {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  transition: 0.3s;
}
.navbar.scrolled {
  padding: 0.5rem 0;
}
.navbar-brand {
  font-weight: 700;
  font-size: 1.2rem;
}
.navbar-nav .nav-link.active {
  font-weight: 600;
  position: relative;
}
.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--secondary-color);
  bottom: -5px;
  left: 0;
  border-radius: 2px;
}
.navbar-brand i {
  color: var(--secondary-color);
  margin-right: 4px;
}
.nav-link {
  font-weight: 500;
  margin: 0 7px;
  transition: color 0.3s;
}
.blog-post-content p,
.feature-item,
.hero-content h1 {
  margin-bottom: 1.5rem;
}
.navbar-toggler {
  border: none;
  padding: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.btn-outline-custom:hover,
.btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.hero-section {
  height: 100vh;
  min-height: 700px;
  background: linear-gradient(rgba(10, 36, 99, 0.8), rgba(10, 36, 99, 0.7))
      center/cover,
    url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602063/html/assets/images/herobg.jpeg') center/cover;
  display: flex;
  align-items: center;
  color: #fff;
}
.feature-icon,
.feature-item,
.kitchen-hero,
.process-icon {
  align-items: center;
  display: flex;
}
.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  max-width: 700px;
}
.btn-primary-custom {
  background-color: var(--secondary-color);
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 20px 30px;
  color: #fff;
  transition: 0.3s;
}
.btn-primary-custom:hover,
.scroll-to-top:hover {
  background-color: #e55a2b;
}
.btn-outline-custom {
  border: 2px solid #fff;
  background-color: transparent;
  padding: 10px 28px;
  font-weight: 600;
  border-radius: 20px 30px;
  color: #fff;
  transition: 0.3s;
}
.btn-outline-custom:hover {
  background-color: #fff;
  color: var(--primary-color);
}
.about-section,
.contact-section,
.projects-section,
.testimonials-section {
  padding: 40px 0;
}
.about-img {
  border-radius: 20px 30px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.about-features {
  margin-top: 2rem;
}
.feature-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 107, 53, 0.1);
  border-radius: 50%;
  justify-content: center;
  margin-right: 1rem;
  color: var(--secondary-color);
  font-size: 1.5rem;
}
.services-section,
.why-choose-section {
  padding: 100px 0;
  background-color: var(--light-color);
}
.service-card,
.service-detail-card {
  background-color: #fff;
  border-radius: 20px 30px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: 0.3s;
  border: none;
}
.service-detail-icon {
  text-align: center;
  padding-top: 2%;
  background-color: rgba(255, 107, 53, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  margin: 2% auto auto;
}
.service-detail-card h4 {
  text-align: center;
  margin: 5%;
}
.service-detail-card p {
  text-align: center;
  padding: 20px;
}
.feature-box:hover,
.service-card.electrical-service:hover,
.service-card.painting-service:hover,
.service-card.plumbing-service:hover,
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.feature-box-icon,
.service-icon {
  font-size: 2.5rem;
  color: var(--secondary-color);
  margin-bottom: 1.5rem;
}
.project-card {
  position: relative;
  border-radius: 20px 30px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 300px;
}
.design-style-img img,
.flooring-type-img img,
.project-gallery-img,
.project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(10, 36, 99, 0.9), transparent);
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.feature-box,
.testimonial-card {
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  border-radius: 20px 30px;
}
.portfolio-item:hover .portfolio-overlay,
.project-card:hover .project-overlay {
  opacity: 1;
}
.design-style-card:hover .design-style-img img,
.flooring-type-card:hover .flooring-type-img img,
.gallery-img:hover,
.mood-board-item:hover,
.portfolio-item:hover img,
.project-card:hover .project-img,
.project-gallery-card:hover .project-gallery-img {
  transform: scale(1.05);
}
.related-post-card:hover,
.scroll-to-top:hover,
.social-icons a:hover {
  transform: translateY(-5px);
}
.feature-box {
  text-align: center;
  transition: 0.3s;
}
.testimonial-rating {
  color: #ffc107;
  margin-bottom: 1rem;
}
.client-info {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.client-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}
.cta-section {
  padding: 100px 0;
  background: linear-gradient(rgba(10, 36, 99, 0.9), rgba(10, 36, 99, 0.9))
      center/cover,
    url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602063/html/assets/images/cta.jpeg') center/cover;
  color: #fff;
  text-align: center;
}
.cta-section h2 {
  color: #fff;
  margin-bottom: 1.5rem;
}
.contact-form .form-control {
  padding: 12px 15px;
  border-radius: 20px 30px;
  border: 1px solid #ddd;
  margin-bottom: 1.5rem;
}
.contact-form .form-control:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 0.25rem rgba(255, 107, 53, 0.25);
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.contact-info-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 107, 53, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  color: var(--secondary-color);
  font-size: 1.2rem;
}
.contact-us {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.map-container {
  border-radius: 20px 30px;
  overflow: hidden;
  height: 100%;
  min-height: 300px;
  padding: 20px;
}
.scroll-to-top,
.social-icons a {
  border-radius: 50%;
  transition: 0.3s;
}
.map-placeholder {
  width: 100%;
  height: 100%;
  background-color: var(--light-gray);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--gray-color);
  margin-top: 2%;
  min-height: 260px;
}
.footer-links h5:after,
.scroll-to-top,
.social-icons a:hover {
  background-color: var(--secondary-color);
}
footer {
  color: #fff;
  padding: 80px 0 30px;
}
.footer-logo {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.footer-links h5 {
  color: #fff;
  margin-bottom: 1.5rem;
  position: relative;
}
.footer-links h5:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  bottom: -8px;
  left: 0;
}
.footer-links ul,
.project-info ul {
  list-style: none;
  padding: 0;
}
.footer-links ul li {
  margin-bottom: 0.8rem;
}
.footer-links ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: 0.3s;
}
.footer-links ul li a:hover {
  color: var(--secondary-color);
  padding-left: 5px;
}
.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  color: #fff;
}
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  padding-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.copyright a {
  color: #ff6b36;
}
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: none;
}
.scroll-to-top.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 992px) {
  .hero-content h1 {
    font-size: 1.8rem;padding-top: 5%;
  }
}
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.3rem;
  }
  .hero-content p {
    font-size: 1.1rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .about-img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .hero-content h1 {
    font-size: 2rem;
  }
  .btn-outline-custom,
  .btn-primary-custom {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
.breadcrumb-section {
  background-color: #f8f9fa;
  padding: 20px 0;
  margin-top: 0;
}
.breadcrumb-item a {
  color: var(--primary-color);
  font-weight: 500;
  transition: color 0.3s;
}
.back-to-blog:hover,
.blog-post-link:hover,
.breadcrumb-item a:hover {
  color: #0056b3;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.bathroom-types-section,
.benefits-section,
.blog-post-content-section,
.blog-section,
.comments-section,
.design-styles-section,
.electrical-services-section,
.emergency-section,
.flooring-types-section,
.intro-section,
.layout-section,
.painting-services-section,
.plumbing-services-section,
.projects-gallery-section,
.room-design-section,
.safety-section,
.services-details-section {
  padding: 80px 0;
}
.intro-img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.intro-features .feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.process-number,
.service-detail-icon {
  display: flex;
  align-items: center;
  color: #fff;
}
.intro-features .feature-item i {
  color: var(--primary-color);
  font-size: 1.2rem;
  margin-top: 3px;
}
.intro-features .feature-item span {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}
.service-detail-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid #f0f0f0;
}
.blog-post-card:hover,
.service-detail-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.service-detail-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-color), #0056b3);
  border-radius: 50%;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 1.8rem;
}
.design-style-content h4,
.flooring-type-content h4,
.service-detail-card h4 {
  color: #222;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Space Grotesk", sans-serif;
}
.design-style-content p,
.flooring-type-content p,
.service-detail-card p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}
.service-list,
.style-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.service-list li,
.style-features li {
  padding: 8px 0 8px 25px;
  color: #555;
  position: relative;
  font-size: 0.95rem;
}
.service-list li:before,
.style-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: 700;
}
.process-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%);
}
.process-step {
  position: relative;
  padding: 30px 20px;
  background: #fff;
  border-radius: 15px;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.process-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.process-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: "Space Grotesk", sans-serif;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}
.process-icon {
  width: 80px;
  height: 80px;
  margin: 20px auto 25px;
  background: linear-gradient(
    135deg,
    rgba(0, 123, 255, 0.1),
    rgba(0, 123, 255, 0.05)
  );
  border-radius: 50%;
  justify-content: center;
  color: var(--primary-color);
  font-size: 2.5rem;
}
.bathroom-type-card h4,
.benefit-card h4,
.layout-option h4,
.process-step h4,
.room-design-card h4,
.safety-card h4 {
  color: #222;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Space Grotesk", sans-serif;
}
.process-step p {
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
}
.project-gallery-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 300px;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
.project-gallery-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.project-gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 30px 25px;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.4s;
}
.accordion-body,
.accordion-button {
  padding: 20px 25px;
  background-color: #fff;
}
.project-gallery-card:hover .project-gallery-overlay {
  transform: translateY(0);
  opacity: 1;
}
.project-gallery-overlay h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Space Grotesk", sans-serif;
}
.project-gallery-overlay p {
  font-size: 0.95rem;
  opacity: 0.9;
  margin-bottom: 0;
}
.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.accordion-button {
  color: #222;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  background-color: var(--primary-color);
  color: #fff;
}
.accordion-button:focus,
.mobile-toc .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body {
  color: #666;
  line-height: 1.7;
}
#bathroomRenovationForm .form-control,
#electricalPlumbingForm .form-control,
#homeRemodelingForm .form-control,
#interiorDesignForm .form-control,
#kitchenRenovationForm .form-control,
#paintingFlooringForm .form-control {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: 0.3s;
}
#bathroomRenovationForm .form-control:focus,
#electricalPlumbingForm .form-control:focus,
#homeRemodelingForm .form-control:focus,
#interiorDesignForm .form-control:focus,
#kitchenRenovationForm .form-control:focus,
#paintingFlooringForm .form-control:focus,
.form-check-input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
#bathroomMessage,
#epMessage,
#interiorMessage,
#kitchenMessage,
#paintingMessage,
#remodelMessage {
  min-height: 150px;
}
[data-aos-delay="100"] {
  transition-delay: 0.1s;
}
[data-aos-delay="200"] {
  transition-delay: 0.2s;
}
[data-aos-delay="300"] {
  transition-delay: 0.3s;
}
[data-aos-delay="400"] {
  transition-delay: 0.4s;
}
.kitchen-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
      center/cover fixed,
    url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602063/html/assets/images/kitchen-hero.jpeg') center/cover fixed;
  min-height: 90vh;
}
.design-style-card,
.flooring-type-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  border: 1px solid #f0f0f0;
}
.design-package-card:hover,
.design-style-card:hover,
.flooring-type-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.design-style-img,
.flooring-type-img {
  height: 300px;
  overflow: hidden;
}
.design-style-content,
.flooring-type-content {
  padding: 25px;
}
.bathroom-type-card,
.layout-option,
.room-design-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 25px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  border: 1px solid #f0f0f0;
  position: relative;
}
.bathroom-type-card:hover,
.benefit-card:hover,
.layout-option:hover,
.room-design-card:hover,
.safety-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.bathroom-type-icon,
.layout-icon,
.room-design-icon,
.service-icon.painting-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(
    135deg,
    rgba(0, 123, 255, 0.1),
    rgba(0, 123, 255, 0.05)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 2.5rem;
}
.bathroom-type-card p,
.layout-option p,
.room-design-card p,
.service-card.electrical-service p,
.service-card.painting-service p,
.service-card.plumbing-service p {
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
  margin-bottom: 20px;
}
.bathroom-type-badge,
.layout-badge,
.room-design-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary-color), #0056b3);
  color: #fff;
  padding: 8px 15px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.design-style-card,
.layout-option {
  animation: 0.6s forwards fadeInUp;
}
.bathroom-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
      center/cover fixed,
    url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602063/html/assets/images/bathroom-hero.jpeg') center/cover fixed;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
.service-detail-icon.bathroom-icon {
  background: linear-gradient(135deg, #0a2463, #0056b3);
}
.breadcrumb-item.active,
.contact-cta h2,
.portfolio-hero h1,
.service-detail-icon.bathroom-icon i {
  color: #fff;
}
.bathroom-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.bathroom-feature-item {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s;
}
.bathroom-feature-item:hover {
  transform: translateY(-5px);
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.bathroom-feature-item i {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}
.bathroom-feature-item h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}
.bathroom-feature-item p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0;
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.bathroom-feature-item,
.bathroom-type-card {
  animation: 0.5s forwards fadeInScale;
}
.process-step .process-icon.bathroom-process,
.process-step .process-icon.interior-process,
.process-step .process-icon.painting-process {
  background: linear-gradient(
    135deg,
    rgba(0, 123, 255, 0.15),
    rgba(0, 123, 255, 0.05)
  );
}
@keyframes waterRipple {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
}
.bathroom-type-icon:hover i {
  animation: 1.5s infinite waterRipple;
}
.interior-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
      center/cover fixed,
    url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602063/html/assets/images/interior-hero.jpeg') center/cover fixed;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
.design-style-card.interior-style {
  border-top: 4px solid var(--primary-color);
}
.design-style-content.interior-style h4 {
  color: #222;
  font-size: 1.4rem;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.style-features.interior-features li {
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}
.cookies-table tr:last-child td,
.data-processing-table tr:last-child td,
.mobile-toc .nav-link:last-child,
.package-features li:last-child,
.privacy-sidebar .nav-link:last-child,
.service-features li:last-child,
.style-features.interior-features li:last-child,
.terms-sidebar .nav-link:last-child {
  border-bottom: none;
}
.mood-board-preview {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}
.mood-board-preview h4 {
  color: #222;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 600;
}
.mood-board-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 15px;
}
.mood-board-item {
  border-radius: 8px;
  overflow: hidden;
  height: 120px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s;
}
.mood-board-item img {
  width: 100%;
  height: 100%;
}
.design-package-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  border: 2px solid transparent;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.design-package-card.featured {
  border-color: var(--primary-color);
  transform: scale(1.05);
}
.design-package-card.featured:hover {
  transform: scale(1.05) translateY(-10px);
}
.package-header {
  margin-bottom: 25px;
}
.package-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}
.package-price {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 5px;
}
.package-price span {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
}
.package-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  text-align: left;
}
.package-features li {
  padding: 10px 0 10px 30px;
  color: #555;
  position: relative;
  font-size: 0.95rem;
  border-bottom: 1px dashed #eee;
}
.package-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.1rem;
}
@media (max-width: 991.98px) {
  .bathroom-types-section,
  .design-styles-section,
  .faq-section,
  .intro-section,
  .layout-section,
  .process-section,
  .projects-gallery-section,
  .room-design-section,
  .services-details-section {
    padding: 60px 0;
  }
  .service-detail-card {
    padding: 25px;
  }
  .process-step {
    margin-bottom: 40px;
  }
  .project-gallery-card {
    height: 280px;
  }
  .design-style-img {
    height: 180px;
  }
  .design-style-content {
    padding: 20px;
  }
  .bathroom-type-card,
  .layout-option,
  .room-design-card {
    padding: 25px 20px;
  }
  .bathroom-type-icon,
  .layout-icon,
  .room-design-icon {
    width: 70px;
    height: 70px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .bathroom-features-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  .color-swatch {
    width: 50px;
    height: 70px;
  }
  .design-package-card.featured {
    transform: none;
  }
  .design-package-card.featured:hover {
    transform: translateY(-10px);
  }
}
@media (max-width: 767.98px) {
  .intro-features .row > div {
    margin-bottom: 10px;
  }
  .service-detail-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .design-style-content h4,
  .service-detail-card h4 {
    font-size: 1.3rem;
  }
  .process-icon {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }
  .bathroom-type-card h4,
  .layout-option h4,
  .process-step h4,
  .project-gallery-overlay h4,
  .room-design-card h4 {
    font-size: 1.2rem;
  }
  .project-gallery-card {
    height: 250px;
  }
  .project-gallery-overlay {
    padding: 20px;
  }
  .bathroom-hero,
  .interior-hero,
  .kitchen-hero {
    background-attachment: scroll;
    min-height: 80vh;
  }
  .bathroom-type-card,
  .design-package-card,
  .design-style-card,
  .layout-option,
  .room-design-card {
    margin-bottom: 30px;
  }
  .bathroom-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .color-palette-container {
    flex-wrap: wrap;
  }
  .color-swatch {
    width: 45px;
    height: 65px;
  }
  .mood-board-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 575.98px) {
  .bathroom-types-section,
  .design-styles-section,
  .faq-section,
  .intro-section,
  .layout-section,
  .process-section,
  .projects-gallery-section,
  .room-design-section,
  .services-details-section {
    padding: 50px 0;
  }
  .service-detail-card {
    padding: 20px;
  }
  .accordion-body,
  .accordion-button {
    padding: 15px 20px;
  }
  .project-gallery-card {
    height: 220px;
  }
  .accordion-button {
    font-size: 1rem;
  }
  .design-style-img {
    height: 160px;
  }
  .bathroom-type-card,
  .layout-option,
  .room-design-card {
    padding: 20px 15px;
  }
  .bathroom-type-icon,
  .layout-icon,
  .room-design-icon {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .bathroom-features-grid {
    grid-template-columns: 1fr;
  }
  .color-swatch {
    width: 40px;
    height: 60px;
  }
  .mood-board-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .mood-board-item {
    height: 100px;
  }
}
.benefit-card,
.safety-card,
.service-card.painting-service {
  border-radius: 15px;
  height: 100%;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
@keyframes fadeInDesign {
  from {
    opacity: 0;
    transform: translateY(20px) rotateX(-10deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}
.design-package-card,
.room-design-card {
  animation: 0.6s forwards fadeInDesign;
}
.color-swatch:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  animation: 1.5s infinite pulse;
}
.painting-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
      center/cover fixed,
    url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602063/html/assets/images/painting-hero.jpeg') center/cover fixed;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
.service-card.painting-service {
  background: #fff;
  padding: 30px 25px;
  border: 1px solid #f0f0f0;
  text-align: center;
}
.service-card.electrical-service h4,
.service-card.painting-service h4,
.service-card.plumbing-service h4 {
  color: #222;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Space Grotesk", sans-serif;
}
.service-features li i {
  color: var(--primary-color);
  font-size: 0.9rem;
  margin-right: 8px;
}
.flooring-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.flooring-attribute {
  display: inline-flex;
  align-items: center;
  background: #f8f9fa;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 0.8rem;
  color: #555;
  font-weight: 500;
}
.flooring-attribute i {
  color: var(--primary-color);
  margin-right: 5px;
  font-size: 0.9rem;
}
.benefit-card,
.safety-card {
  background: #fff;
  padding: 30px 25px;
  border: 1px solid #f0f0f0;
}
.benefit-icon,
.safety-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  background: linear-gradient(
    135deg,
    rgba(0, 123, 255, 0.1),
    rgba(0, 123, 255, 0.05)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 2rem;
}
.benefit-card p,
.safety-card p {
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
  margin-bottom: 0;
}
.color-palette-container {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.color-palette {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.color-swatch {
  width: 60px;
  height: 80px;
  position: relative;
  transition: transform 0.3s;
}
.color-swatch:hover {
  transform: scale(1.1);
  z-index: 2;
}
.color-swatch::after {
  content: attr(data-color);
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.7rem;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.finish-options {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}
.finish-option {
  flex: 1;
  min-width: 120px;
  text-align: center;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: 0.3s;
}
.finish-option:hover {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}
.finish-option i {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.finish-option h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}
.finish-option p {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0;
}
.service-card.electrical-service,
.service-card.plumbing-service {
  padding: 30px 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: 0.3s;
}
@keyframes paintBrush {
  0%,
  100% {
    transform: translateX(-10px) rotate(-10deg);
  }
  50% {
    transform: translateX(10px) rotate(10deg);
  }
}
.service-icon.painting-icon:hover i {
  animation: 1s infinite paintBrush;
}
.flooring-type-card:hover .flooring-attribute {
  background: var(--primary-color);
  color: #fff;
  transition: 0.3s 0.2s;
}
.flooring-type-card:hover .flooring-attribute i {
  color: #fff;
  transition: 0.3s 0.2s;
}
.electrical-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
      center/cover fixed,
    url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602063/html/assets/images/electrical-hero.jpeg') center/cover fixed;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
.service-icon.electrical-icon,
.service-icon.plumbing-icon {
  width: 80px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  font-size: 2.5rem;
}
.service-card.electrical-service {
  background: #fff;
  border-radius: 15px;
  height: 100%;
  border: 1px solid #f0f0f0;
  border-top: 4px solid #0a2463;
}
.service-icon.electrical-icon {
  height: 80px;
  background: linear-gradient(
    135deg,
    rgba(0, 123, 255, 0.1),
    rgba(0, 123, 255, 0.05)
  );
  border-radius: 50%;
  justify-content: center;
  color: #0a2463;
}
.service-card.plumbing-service {
  background: #fff;
  border-radius: 15px;
  height: 100%;
  border: 1px solid #f0f0f0;
  border-top: 4px solid #17a2b8;
}
.service-icon.plumbing-icon {
  height: 80px;
  background: linear-gradient(
    135deg,
    rgba(23, 162, 184, 0.1),
    rgba(23, 162, 184, 0.05)
  );
  border-radius: 50%;
  justify-content: center;
  color: #17a2b8;
}
.emergency-badge,
.emergency-contact .btn-danger {
  background: linear-gradient(135deg, #dc3545, #c82333);
}
.service-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
}
.blog-hero,
.blog-post-hero,
.faq-hero,
.newsletter-box,
.portfolio-hero,
.privacy-hero,
.right-card,
.stat-item,
.terms-hero,
.usage-card {
  text-align: center;
}
.service-features li {
  padding: 8px 0 8px 25px;
  color: #555;
  position: relative;
  font-size: 0.9rem;
  border-bottom: 1px dashed #eee;
}
.service-features li i.fa-bolt,
.toc-list a:hover {
  color: #0a2463;
}
.service-features li i.fa-tint {
  color: #17a2b8;
}
.emergency-badge {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
  animation: 2s infinite pulse;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.2;
  }
  0% {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
  }
}
.emergency-content h2 {
  color: #222;
  font-size: 2rem;
  font-weight: 700;
}
.emergency-features,
.rights-grid,
.security-features {
  margin: 25px 0;
}
.comment-header,
.emergency-feature {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.emergency-feature i,
.info-type-item i {
  font-size: 1.2rem;
  width: 30px;
}
.emergency-feature span,
.info-type-item span {
  font-weight: 500;
  color: #333;
}
.emergency-contact .btn-danger {
  border: none;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}
.emergency-contact .btn-danger:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(220, 53, 69, 0.4);
}
.emergency-list {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.emergency-list h4 {
  color: #222;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
}
.emergency-item {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f5f5f5;
}
.emergency-item:last-child,
.privacy-section-item:last-child,
.recent-post-item:last-child,
.terms-section-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.emergency-item i {
  font-size: 1.5rem;
  margin-top: 5px;
}
.emergency-item h5 {
  color: #222;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.emergency-item p,
.usage-card p {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 0;
  line-height: 1.5;
}
.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.license-badge {
  display: inline-block;
  background: #f8f9fa;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 10px;
}
.warning-note {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 15px;
  border-radius: 0 8px 8px 0;
  margin: 20px 0;
}
.warning-note i {
  color: #ffc107;
  margin-right: 10px;
}
@keyframes boltFlash {
  0%,
  100% {
    color: #0a2463;
  }
  50% {
    color: #ffc107;
    transform: scale(1.2);
  }
}
.service-icon.electrical-icon:hover i {
  animation: 0.8s infinite boltFlash;
}
@keyframes waterFlow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.service-icon.plumbing-icon:hover i {
  animation: 1s infinite waterFlow;
}
.terms-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
      center/cover fixed,
    url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602063/html/assets/images/terms-hero.jpeg') center/cover fixed;
  min-height: 70vh;
  display: flex;
  align-items: center;
}
.privacy-hero .hero-content h1,
.terms-hero .hero-content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #fff;
}
.privacy-hero .hero-content p,
.terms-hero .hero-content p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.9);
}
.privacy-sidebar,
.terms-sidebar {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9ecef;
  margin-top: 20px;
}
.privacy-sidebar h5,
.terms-sidebar h5 {
  color: #222;
  font-weight: 700;
  font-size: 1.2rem;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 10px;
}
.privacy-sidebar .nav-link,
.terms-sidebar .nav-link {
  color: #555;
  padding: 10px 0;
  border-bottom: 1px dashed #e9ecef;
  font-size: 0.95rem;
  transition: 0.3s;
  position: relative;
}
.privacy-sidebar .nav-link.active,
.privacy-sidebar .nav-link:hover,
.terms-sidebar .nav-link.active,
.terms-sidebar .nav-link:hover {
  color: var(--primary-color);
  padding-left: 10px;
  background: 0 0;
}
.privacy-sidebar .nav-link.active::before,
.privacy-sidebar .nav-link:hover::before,
.terms-sidebar .nav-link.active::before,
.terms-sidebar .nav-link:hover::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: 700;
}
.privacy-content,
.terms-content {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9ecef;
}
.privacy-section-item,
.terms-section-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
  animation: 0.6s forwards fadeInUp;
}
.privacy-section-item h2,
.terms-section-item h2 {
  color: #222;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--primary-color);
  margin-bottom: 25px;
}
.privacy-section-item h5,
.terms-section-item h5 {
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 15px;
}
.privacy-section-item p,
.terms-section-item p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: 1rem;
}
.privacy-section-item ul,
.terms-section-item ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.privacy-section-item li,
.terms-section-item li {
  color: #555;
  line-height: 1.7;
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
}
.privacy-section-item li:before,
.terms-section-item li:before {
  content: "•";
  color: var(--primary-color);
  font-weight: 700;
  position: absolute;
  left: -15px;
}
.contact-details {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid var(--primary-color);
}
.category-item,
.contact-details p,
.related-post-meta,
.toc-list li {
  margin-bottom: 10px;
}
.contact-details i {
  color: var(--primary-color);
  width: 20px;
}
@media print {
  .process-step,
  .project-gallery-card,
  .service-detail-card {
    break-inside: avoid;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
  }
  .project-gallery-card {
    height: auto;
  }
  .project-gallery-overlay {
    position: relative;
    opacity: 1;
    transform: none;
    background: 0 0;
    color: #000;
    padding: 15px;
  }
  .project-gallery-overlay h4,
  .project-gallery-overlay p {
    color: #000 !important;
  }
  .acceptance-section,
  .alert-info,
  .mobile-toc,
  .scroll-to-top,
  .terms-sidebar,
  footer {
    display: none !important;
  }
  .terms-hero {
    min-height: auto;
    padding: 50px 0;
    background: #fff !important;
  }
  .terms-hero .hero-content h1 {
    color: #000;
    font-size: 2.5rem;
  }
  .hero-meta,
  .terms-hero .hero-content p {
    color: #000;
  }
  .terms-content {
    box-shadow: none;
    border: none;
    padding: 0;
  }
  .terms-section-item {
    page-break-inside: avoid;
  }
}
@media (max-width: 991.98px) {
  .benefits-section,
  .electrical-services-section,
  .emergency-section,
  .flooring-types-section,
  .painting-services-section,
  .plumbing-services-section,
  .safety-section {
    padding: 60px 0;
  }
  .benefit-card,
  .safety-card,
  .service-card.electrical-service,
  .service-card.painting-service,
  .service-card.plumbing-service {
    padding: 25px 20px;
  }
  .service-icon.electrical-icon,
  .service-icon.painting-icon,
  .service-icon.plumbing-icon {
    width: 70px;
    height: 70px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .flooring-type-img {
    height: 180px;
  }
  .flooring-type-content {
    padding: 20px;
  }
  .benefit-icon,
  .safety-icon {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .emergency-list {
    padding: 25px;
  }
  .terms-hero {
    min-height: 60vh;
    background-attachment: scroll;
  }
  .terms-hero .hero-content h1 {
    font-size: 2.5rem;
  }
  .terms-content {
    padding: 30px;
  }
  .terms-section-item h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .electrical-hero,
  .painting-hero {
    background-attachment: scroll;
    min-height: 80vh;
  }
  .benefit-card,
  .flooring-type-card,
  .safety-card,
  .service-card.electrical-service,
  .service-card.painting-service,
  .service-card.plumbing-service {
    margin-bottom: 30px;
  }
  .color-swatch {
    width: 50px;
    height: 70px;
  }
  .finish-options {
    justify-content: center;
  }
  .finish-option {
    min-width: 140px;
  }
  .emergency-badge {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
  .emergency-content h2 {
    font-size: 1.7rem;
  }
  .emergency-contact .btn-danger {
    padding: 12px 25px;
    font-size: 1rem;
  }
  .emergency-item {
    flex-direction: column;
    text-align: center;
  }
  .emergency-item i {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .terms-hero {
    min-height: 50vh;
  }
  .terms-hero .hero-content h1 {
    font-size: 2rem;
  }
  .terms-hero .hero-content p {
    font-size: 1rem;
  }
  .terms-content {
    padding: 20px;
  }
  .terms-section-item h2 {
    font-size: 1.4rem;
  }
  .terms-section-item h5 {
    font-size: 1.1rem;
  }
  .hero-meta {
    flex-direction: column;
    gap: 10px;
  }
}
.info-type-item,
.privacy-hero {
  align-items: center;
  display: flex;
}
.privacy-sidebar .nav-link.active,
.terms-sidebar .nav-link.active {
  color: var(--primary-color);
  font-weight: 600;
  padding-left: 10px;
}
.legal-note {
  background: #fff8e1;
  border-left: 4px solid #ffc107;
  padding: 15px;
  border-radius: 0 8px 8px 0;
  margin: 20px 0;
  font-style: italic;
}
.important-text strong,
.legal-note strong {
  color: #d39e00;
}
.definition-list dt {
  font-weight: 600;
  color: #333;
  margin-top: 15px;
}
.definition-list dd {
  color: #555;
  margin-left: 20px;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 2px solid #e9ecef;
}
.important-text {
  background: linear-gradient(
    135deg,
    rgba(255, 193, 7, 0.1),
    rgba(255, 193, 7, 0.05)
  );
  padding: 15px;
  border-radius: 8px;
  border: 1px solid rgba(255, 193, 7, 0.2);
  margin: 20px 0;
}
.privacy-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
      center/cover fixed,
    url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602063/html/assets/images/terms-hero.jpeg') center/cover fixed;
  min-height: 20vh;
}
.hero-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}
.acceptance-section h4 i,
.alert-info i,
.hero-meta i,
.mobile-toc .nav-link:hover {
  color: var(--primary-color);
}
.filter-btn.active,
.filter-btn:hover,
.mobile-toc .accordion-button,
.mobile-toc .accordion-button:not(.collapsed) {
  background: var(--primary-color);
  color: #fff;
}
.sidebar-actions .btn {
  border-radius: 8px;
  padding: 10px;
  font-size: 0.9rem;
}
.alert-info {
  background: linear-gradient(
    135deg,
    rgba(0, 123, 255, 0.1),
    rgba(0, 123, 255, 0.05)
  );
  border: 1px solid rgba(0, 123, 255, 0.2);
  color: #0c5460;
  border-radius: 10px;
  margin-bottom: 40px;
}
.info-types {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}
.info-type-item {
  margin-bottom: 15px;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.usage-grid {
  margin: 30px 0;
}
.usage-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.usage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.usage-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background: linear-gradient(
    135deg,
    rgba(0, 123, 255, 0.1),
    rgba(0, 123, 255, 0.05)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 1.8rem;
}
.usage-card h5 {
  color: #222;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.security-feature {
  display: flex;
  margin-bottom: 25px;
  align-items: flex-start;
}
.security-feature i {
  font-size: 1.5rem;
  margin-top: 5px;
  flex-shrink: 0;
}
.security-feature h6 {
  color: #222;
  font-weight: 600;
  margin-bottom: 5px;
}
.security-feature p {
  margin-bottom: 0;
  color: #666;
}
.alert-warning {
  background: linear-gradient(
    135deg,
    rgba(255, 193, 7, 0.1),
    rgba(255, 193, 7, 0.05)
  );
  border: 1px solid rgba(255, 193, 7, 0.2);
  color: #856404;
  border-radius: 10px;
}
.alert-warning i {
  color: #ffc107;
}
.right-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}
.comparison-table tr:nth-child(2n),
.contact-method,
.cookies-table tr:hover,
.newsletter-form button:hover {
  background: #f8f9fa;
}
.right-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-color);
}
.acceptance-section,
.contact-method {
  border-left: 4px solid var(--primary-color);
}
.right-card i {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 15px;
  display: block;
}
.right-card h6 {
  color: #222;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.right-card p {
  color: #666;
  font-size: 0.85rem;
  margin-bottom: 0;
  line-height: 1.4;
}
.cookies-table,
.data-processing-table {
  margin: 20px 0;
  overflow-x: auto;
}
.cookies-table .table,
.data-processing-table .table {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9ecef;
}
.cookies-table th,
.data-processing-table th {
  background: #f8f9fa;
  color: #222;
  font-weight: 600;
  padding: 15px;
  border-bottom: 2px solid #dee2e6;
}
.cookies-table td,
.data-processing-table td {
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}
.contact-methods,
.mobile-toc {
  margin: 20px 0;
}
.gdpr-badge,
.nav-button.next i {
  margin-left: 10px;
}
.contact-method {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 10px;
}
.contact-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(
    135deg,
    rgba(0, 123, 255, 0.1),
    rgba(0, 123, 255, 0.05)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 1.5rem;
  margin-right: 20px;
  flex-shrink: 0;
}
.contact-method h5 {
  color: #222;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-method p {
  color: #555;
  margin-bottom: 5px;
}
.contact-method small {
  color: #6c757d;
  font-size: 0.85rem;
}
.mobile-toc .accordion-item {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.mobile-toc .accordion-button {
  font-weight: 600;
  padding: 15px 20px;
  border: none;
  box-shadow: none;
}
.mobile-toc .accordion-body {
  padding: 20px;
  max-height: 300px;
  overflow-y: auto;
}
.mobile-toc .nav-link {
  color: #555;
  padding: 10px 0;
  border-bottom: 1px dashed #e9ecef;
  font-size: 0.95rem;
}
@media print {
  .acceptance-section,
  .alert-info,
  .mobile-toc,
  .privacy-sidebar,
  .rights-grid,
  .scroll-to-top,
  .security-features,
  .usage-grid,
  footer {
    display: none !important;
  }
  .privacy-hero {
    min-height: auto;
    padding: 50px 0;
    background: #fff !important;
  }
  .privacy-hero .hero-content h1 {
    color: #000;
    font-size: 2.5rem;
  }
  .hero-meta,
  .privacy-hero .hero-content p {
    color: #000;
  }
  .privacy-content {
    box-shadow: none;
    border: none;
    padding: 0;
  }
  .privacy-section-item {
    page-break-inside: avoid;
  }
  .contact-method,
  .info-types {
    break-inside: avoid;
  }
}
@media (max-width: 991.98px) {
  .privacy-hero {
    min-height: 60vh;
    background-attachment: scroll;
  }
  .privacy-hero .hero-content h1 {
    font-size: 2.5rem;
  }
  .privacy-content {
    padding: 30px;
  }
  .privacy-section-item h2 {
    font-size: 1.6rem;
  }
  .right-card,
  .usage-card {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .privacy-hero {
    min-height: 50vh;
  }
  .privacy-hero .hero-content h1 {
    font-size: 2rem;
  }
  .privacy-hero .hero-content p {
    font-size: 1rem;
  }
  .privacy-content {
    padding: 20px;
  }
  .privacy-section-item h2 {
    font-size: 1.4rem;
  }
  .privacy-section-item h5 {
    font-size: 1.1rem;
  }
  .hero-meta {
    flex-direction: column;
    gap: 10px;
  }
  .info-type-item {
    margin-bottom: 10px;
  }
  .contact-method {
    flex-direction: column;
    text-align: center;
  }
  .contact-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .benefits-section,
  .electrical-services-section,
  .emergency-section,
  .flooring-types-section,
  .painting-services-section,
  .plumbing-services-section,
  .safety-section {
    padding: 50px 0;
  }
  .benefit-card,
  .service-card.electrical-service,
  .service-card.painting-service,
  .service-card.plumbing-service {
    padding: 20px 15px;
  }
  .service-icon.painting-icon {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .benefit-card h4,
  .safety-card h4,
  .service-card.electrical-service h4,
  .service-card.painting-service h4,
  .service-card.plumbing-service h4 {
    font-size: 1.2rem;
  }
  .flooring-type-img {
    height: 160px;
  }
  .flooring-type-content h4 {
    font-size: 1.3rem;
  }
  .color-swatch {
    width: 40px;
    height: 60px;
  }
  .finish-option {
    min-width: 120px;
    padding: 12px;
  }
  .emergency-content h2 {
    font-size: 1.5rem;
  }
  .emergency-contact .btn-danger {
    width: 100%;
    margin-bottom: 15px;
  }
  .privacy-hero,
  .terms-hero {
    min-height: 40vh;
  }
  .privacy-hero .hero-content h1,
  .terms-hero .hero-content h1 {
    font-size: 1.8rem;
  }
  .privacy-content,
  .right-card,
  .terms-content,
  .usage-card {
    padding: 15px;
  }
  .privacy-section-item,
  .terms-section-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .cookies-table {
    font-size: 0.9rem;
  }
}
html {
  scroll-behavior: smooth;
}
.back-to-top-mobile {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background: var(--primary-color);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
  z-index: 1000;
  transition: 0.3s;
}
.back-to-top-mobile:hover {
  transform: translateY(-5px);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.4);
}
@media (min-width: 992px) {
  .back-to-top-mobile {
    display: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shieldPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.privacy-hero .preloader-logo i {
  animation: 2s infinite shieldPulse;
}
.gdpr-badge {
  display: inline-block;
  background: #28a745;
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
}
.data-processing-table td {
  vertical-align: top;
}
.consent-management {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
  margin: 20px 0;
  border-left: 4px solid #17a2b8;
}
.consent-management h5 {
  color: #17a2b8;
  margin-bottom: 15px;
}
.consent-options {
  margin-top: 15px;
}
.consent-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  border: 1px solid #e9ecef;
}
.consent-option label {
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
}
@media (prefers-color-scheme: dark) {
  .contact-method,
  .cookies-table td,
  .cookies-table th,
  .info-types,
  .privacy-content,
  .right-card,
  .security-feature h6,
  .usage-card {
    background: #2c2c2c;
    color: #e0e0e0;
  }
  .contact-method h5,
  .privacy-content h2,
  .privacy-content h5,
  .right-card h6,
  .usage-card h5 {
    color: #fff;
  }
  .contact-method p,
  .privacy-content p,
  .right-card p,
  .usage-card p {
    color: #ccc;
  }
}
.faq-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
      center/cover,
    url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602063/html/assets/images/herobg.jpeg') center/cover;
  padding: 150px 0 100px;
  color: #fff;
}
.blog-hero h1,
.faq-hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}
.blog-hero p,
.faq-hero p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
}
.faq-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}
#faqSearch {
  margin-top: 35px;
}
.faq-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  border: 1px solid #eee;
  overflow: hidden;
}
.blog-post-card,
.related-post-card {
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.faq-header {
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.faq-header:hover {
  background-color: #f8f9fa;
}
.faq-header h5 {
  margin: 0;
  font-weight: 600;
  color: #333;
  flex: 1;
}
.faq-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0a2463;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.faq-header.collapsed .faq-icon {
  transform: rotate(0);
}
.faq-header:not(.collapsed) .faq-icon {
  transform: rotate(180deg);
}
.faq-body {
  padding: 25px;
  border-top: 1px solid #eee;
  background-color: #fdfdfd;
}
.faq-body p {
  margin-bottom: 0;
  color: #555;
  line-height: 1.7;
}
.faq-categories {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.faq-category-btn {
  padding: 10px 25px;
  background: #fff;
  border: 2px solid #0a2463;
  color: #0a2463;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}
.blog-post-tag:hover,
.blog-tag:hover,
.faq-category-btn.active,
.faq-category-btn:hover,
.nav-button:hover,
.print-btn:hover,
.save-btn:hover {
  background: #0a2463;
  color: #fff;
}
.contact-cta {
  background: linear-gradient(135deg, #0a2463 0, #0056b3 100%);
  color: #fff;
  padding: 60px 0;
  margin-top: 60px;
  border-radius: 15px;
}
.btn-outline-primary,
.text-primary {
  color: #0a2463 !important;
}
.btn-outline-primary {
  border-color: #0a2463 !important;
}
.btn:hover {
  background-color: #0a2463 !important;
  color: #fff !important;
}
.search-box {
  max-width: 600px;
  margin: 0 auto 40px;
}
.search-box input {
  border-radius: 50px;
  padding: 15px 25px;
  border: 2px solid #ddd;
  width: 100%;
}
.blog-search input:focus,
.search-box input:focus {
  outline: 0;
  border-color: #0a2463;
}
.blog-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
      center/cover,
    url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602063/html/assets/images/bloghero.jpeg') center/cover;
  padding: 150px 0 100px;
  color: #fff;
}
.blog-post-card {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  transition: transform 0.3s, box-shadow 0.3s;
  height: auto;
}
.blog-post-img {
  height: auto;
  width: 100%;
  max-height: 260px;
}
.blog-post-content,
.project-info {
  padding: 30px;
}
.blog-post-meta {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-post-category,
.blog-post-date,
.blog-post-read-time {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 0.9rem;
}
.blog-post-meta i {
  margin-right: 5px;
  color: #0a2463;
}
.blog-post-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  line-height: 1.4;
}
.blog-post-excerpt {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.7;
}
.blog-post-link {
  margin-top: 2%;
  color: #0a2463;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.blog-post-link i {
  margin-left: 5px;
  transition: transform 0.3s;
}
.blog-post-link:hover i {
  transform: translateX(5px);
}
.blog-categories,
.blog-search,
.recent-posts {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.blog-categories h4,
.recent-posts h4 {
  margin-bottom: 20px;
  color: #333;
}
.category-list,
.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-link {
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
  background: #fff;
  border-radius: 5px;
  color: #333;
  transition: 0.3s;
  border-left: 4px solid transparent;
}
.category-link.active,
.category-link:hover {
  background: #0a2463;
  color: #fff;
  border-left-color: #0056b3;
}
.category-count {
  background: #f8f9fa;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 0.8rem;
}
.category-link.active .category-count,
.category-link:hover .category-count {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.recent-post-item {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.page-item.active .page-link,
.page-link:hover {
  background: #0a2463;
  border-color: #0a2463;
}
.recent-post-img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  margin-right: 15px;
}
.recent-post-content h5 {
  font-size: 1rem;
  margin-bottom: 5px;
  line-height: 1.4;
}
.recent-post-content p {
  font-size: 0.85rem;
  color: #666;
  margin: 0;
}
.newsletter-box {
  background: linear-gradient(135deg, #0a2463 0, #0056b3 100%);
  color: #fff;
  padding: 30px;
  border-radius: 10px;
}
.newsletter-box h4 {
  margin-bottom: 15px;
  color: #fff;
}
.newsletter-box p {
  margin-bottom: 20px;
  opacity: 0.9;
}
.newsletter-form input {
  width: 100%;
  padding: 12px 15px;
  border-radius: 5px;
  border: none;
  margin-bottom: 15px;
}
.newsletter-form button {
  width: 100%;
  padding: 12px 15px;
  background: #fff;
  color: #0a2463;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.pagination {
  margin-top: 50px;
  justify-content: center;
}
.page-link {
  padding: 10px 18px;
  border: 1px solid #ddd;
  color: #0a2463;
}
.page-item.active .page-link {
  color: #fff;
}
.author-info,
.nav-buttons {
  border-top: 1px solid #eee;
}
.blog-search {
  margin-top: 2%;
}
.blog-search input {
  width: 100%;
  padding: 12px 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.featured-post {
  grid-column: 1/-1;
  margin-bottom: 40px;
}
.featured-post .blog-post-card {
  display: flex;
  flex-direction: row;
}
.featured-post .blog-post-img {
  flex: 0 0 50%;
}
.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.blog-tag {
  background: #f8f9fa;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  color: #666;
  transition: 0.3s;
}
.author-info {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
}
.author-name {
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}
.author-title {
  font-size: 0.9rem;
}
.blog-post-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6))
      center/cover,
    url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602063/html/assets/images/bloghero.jpeg') center/cover;
  padding: 180px 0 100px;
  color: #fff;
  position: relative;
}
.blog-post-hero-content {
  max-width: 800px;
  margin: 0 auto;
}
.blog-post-hero h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #fff;
}
.blog-post-meta-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.author-info,
.meta-item {
  display: flex;
  align-items: center;
}
.meta-item {
  font-size: 1rem;
}
.meta-item i {
  margin-right: 8px;
  color: #ffc107;
}
.blog-post-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
}
.blog-post-content h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 2.5rem 0 1.5rem;
  color: #333;
}
.blog-post-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 2rem 0 1rem;
  color: #444;
}
.blog-post-content ol,
.blog-post-content ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.blog-post-content li {
  margin-bottom: 0.5rem;
}
.blog-post-image {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  margin: 2rem 0;
}
.blog-post-image-caption {
  text-align: center;
  font-style: italic;
  color: #666;
  margin-top: -1.5rem;
  margin-bottom: 2rem;
}
.blog-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 2rem 0;
}
.blog-post-tag {
  background: #f8f9fa;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.9rem;
  color: #666;
  transition: 0.3s;
}
.gallery-img,
.related-post-card,
.share-btn {
  transition: transform 0.3s;
}
.author-card {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 30px;
  margin: 3rem 0;
}
.share-btn,
.toc-list a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.author-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 25px;
}
.author-details h4,
.comment-meta h5 {
  margin-bottom: 5px;
  color: #333;
}
.author-title {
  color: #666;
  margin-bottom: 10px;
}
.author-bio,
.comment-text {
  color: #555;
  line-height: 1.6;
}
.share-buttons {
  display: flex;
  gap: 15px;
  margin: 2rem 0;
}
.comment-form,
.comment-list {
  margin-top: 40px;
}
.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  color: #fff;
}
.share-btn:hover {
  transform: translateY(-3px);
}
.share-facebook {
  background: #3b5998;
}
.share-twitter {
  background: #1da1f2;
}
.share-linkedin {
  background: #0077b5;
}
.share-pinterest {
  background: #bd081c;
}
.related-posts {
  background: #f8f9fa;
  padding: 80px 0;
}
.related-post-card {
  background: #fff;
  border-radius: 10px;
  height: 100%;
}
.related-post-img {
  height: 200px;
  width: 100%;
}
.related-post-content {
  padding: 20px;
}
.related-post-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
  line-height: 1.4;
}
.comment-date,
.related-post-meta,
.stat-item .label {
  font-size: 0.9rem;
  color: #666;
}
.comment-form {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
}
.comment-item {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.comment-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.breadcrumb {
  background: 0 0;
  padding: 0;
  margin-bottom: 20px;
}
.highlight-box,
.table-of-contents {
  padding: 25px;
  border-radius: 10px;
  margin: 2rem 0;
}
.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}
.table-of-contents {
  background: #f8f9fa;
  position: sticky;
  top: 100px;
}
.table-of-contents h4 {
  margin-bottom: 15px;
  color: #333;
}
.toc-list a {
  color: #555;
  transition: color 0.3s;
}
.back-to-blog,
.nav-button {
  align-items: center;
  text-decoration: none;
}
.toc-list a i {
  margin-right: 10px;
  font-size: 0.8rem;
}
.highlight-box {
  background: linear-gradient(135deg, #0a2463 0, #0056b3 100%);
  color: #fff;
}
.highlight-box h4 {
  color: #fff;
  margin-bottom: 15px;
}
.back-to-blog {
  display: inline-flex;
  color: #0a2463;
  font-weight: 600;
  margin-bottom: 30px;
}
.back-to-blog i,
.print-btn i,
.save-btn i {
  margin-right: 8px;
}
.blog-post-content blockquote {
  border-left: 4px solid #0a2463;
  padding-left: 20px;
  font-style: italic;
  color: #555;
  margin: 2rem 0;
  font-size: 1.2rem;
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}
.comparison-table th {
  background: #f8f9fa;
  padding: 15px;
  text-align: left;
  font-weight: 600;
  color: #333;
  border: 1px solid #dee2e6;
}
.comparison-table td {
  padding: 15px;
  border: 1px solid #dee2e6;
  color: #555;
}
.image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  margin: 2rem 0;
}
.nav-button.prev i,
.project-info ul li i {
  margin-right: 10px;
}
.gallery-img {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  cursor: pointer;
}
.nav-button,
.print-btn,
.save-btn {
  background: #f8f9fa;
  transition: 0.3s;
}
.nav-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 30px;
}
.nav-button {
  display: flex;
  padding: 12px 20px;
  border-radius: 8px;
  color: #333;
}
.nav-button i {
  font-size: 1.2rem;
}
.nav-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f8f9fa;
  color: #999;
}
.print-btn,
.save-btn {
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  color: #555;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.portfolio-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
      center/cover,
    url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602063/html/assets/images/herobg.jpeg') center/cover;
  color: #fff;
  padding: 150px 0 100px;
}
.portfolio-filter {
  background: var(--light-bg);
  padding: 30px 0;
  margin-bottom: 50px;
}
.filter-btn {
  background: 0 0;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 8px 20px;
  margin: 5px;
  border-radius: 30px;
  transition: 0.3s;
}
.portfolio-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.portfolio-item img {
  width: 100%;
  height: 300px;
  transition: transform 0.5s;
}
.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
.portfolio-category {
  background: var(--primary-color);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  display: inline-block;
  margin-bottom: 10px;
}
.portfolio-details-btn {
  background: #fff;
  color: var(--primary-color);
  border: none;
  padding: 8px 20px;
  border-radius: 30px;
  margin-top: 15px;
  font-weight: 600;
  transition: 0.3s;
}
.portfolio-details-btn:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translateY(-3px);
}
.page-link,
.project-info h4,
.project-info ul li i,
.stat-item .number {
  color: var(--primary-color);
}
.project-detail-modal .modal-content {
  border-radius: 15px;
  overflow: hidden;
}
.project-info h4 {
  margin-bottom: 20px;
}
.project-info ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.project-stats {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.stat-item .number {
  font-size: 1.5rem;
  font-weight: 700;
}
.portfolio-pagination {
  margin-top: 50px;
}
.page-link {
  border: 1px solid var(--primary-color);
  margin: 0 5px;
  border-radius: 5px;
}
.page-link.active,
.page-link:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
@media (max-width: 768px) {
  .featured-post .blog-post-card {
    flex-direction: column;
  }
  .featured-post .blog-post-img {
    flex: 0 0 auto;
    height: 300px;
  }
  .blog-hero {
    padding: 120px 0 60px;
  }
  .blog-hero h1 {
    font-size: 2.5rem;
  }
  .blog-post-hero {
    padding: 150px 0 60px;
  }
  .blog-post-hero h1 {
    font-size: 2.2rem;
  }
  .author-info {
    flex-direction: column;
    text-align: center;
  }
  .author-avatar {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .blog-post-image {
    height: 300px;
  }
  .table-of-contents {
    position: static;
    margin-bottom: 2rem;
  }
  .portfolio-hero {
    padding: 120px 0 80px;
  }
  .filter-btn {
    margin: 3px;
    padding: 6px 15px;
    font-size: 0.9rem;
  }
}