#preloader,
.navbar {
  background-color: var(--primary-dark);
}
#hero,
.preloader-content {
  color: #fff;
}
.btn-outline-custom:hover,
.btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
html, body {
  width: 100%;
  overflow-x: hidden;
}
a {
    color: rgb(211 176 56);
    text-decoration: none;
}
.copyright a {
    color: inherit;
    text-decoration: none;
    margin: 0 5px;
}
.copyright a:hover {
    text-decoration: underline;
}
.about-img,
.blog-card,
.faq-answer,
.faq-item,
.featured-post,
.map-container,
.project-card,
.related-post-card,
.service-card {
  overflow: hidden;
}
.blog-detail-hero,
.blog-hero,
.copyright,
.faq-contact-cta,
.faq-hero,
.faq-stat,
.feature-box,
.preloader-content,
.social-icons a {
  text-align: center;
}
.data-table,
.faq-table {
  border-collapse: collapse;
}
.blog-tag,
.categories-list a,
.footer-links a,
.page-link,
.reply-btn,
.share-icon,
.tag {
  text-decoration: none;
}
:root {
  --primary-dark: #0a1a2d;
  --secondary-dark: #1a2d42;
  --accent-gold: #d4af37;
  --accent-light: #f5e8c8;
  --light-gray: #f8f9fa;
  --text-light: #e9ecef;
  --text-dark: #333;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Montserrat, sans-serif;
  color: var(--text-dark);
  overflow-x: hidden;
}
.navbar-brand,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Playfair Display", serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}
#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;
}
#hero,
.project-card,
.section-title {
  position: relative;
}
.preloader-logo {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  color: var(--accent-gold);
}
.navbar-brand,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--accent-gold) !important;
}
.preloader-spinner {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-top-color: var(--accent-gold);
  border-radius: 50%;
  animation: 1s linear infinite spin;
  margin: 0 auto 1.5rem;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.navbar {
  padding: 1.2rem 0;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.navbar.scrolled {
  padding: 0.8rem 0;
  background-color: rgba(10, 26, 45, 0.95);
  backdrop-filter: blur(10px);
}
.navbar-brand {
  font-weight: 700;
  font-size: 1.8rem;
}
.footer-links a,
.hero-subtitle,
footer {
  color: var(--text-light);
}
.navbar-nav .nav-link {
  color: var(--text-light) !important;
  font-weight: 500;
  margin: 0 0.5rem;
  transition: color 0.3s;
}
#hero {
  background: linear-gradient(rgba(10, 26, 45, 0.85), rgba(10, 26, 45, 0.9))
      center/cover,
    url(../images/herobg.jpeg)
      center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
}
.client-info,
.service-icon {
  display: flex;
  align-items: center;
}
.hero-content {
  max-width: 800px;
}
.hero-title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.hero-subtitle {
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
  font-weight: 300;
}
.btn-outline-custom,
.btn-primary-custom {
  padding: 0.8rem 2rem;
  font-weight: 600;
  transition: 0.3s;
}
.btn-primary-custom {
  background-color: var(--accent-gold);
  border: none;
  color: var(--primary-dark);
  border-radius: 40px 60px;
}
.btn-primary-custom:hover {
  background-color: #c19b2c;
}
.btn-outline-custom {
  border: 2px solid var(--accent-gold);
  color: var(--accent-gold);
  border-radius: 40px 60px;
}
.blog-detail-hero h1,
.faq-hero h1,
.footer-logo,
.privacy-hero h1,
.terms-hero h1 {
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
.btn-outline-custom:hover {
  background-color: var(--accent-gold);
  color: var(--primary-dark);
}
.section-title {
  color: var(--primary-dark);
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: var(--accent-gold);
}
.section-title.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.section-padding {
  padding: 3rem 0;
}
#about,
#projects {
  background-color: var(--light-gray);
}
.about-img {
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.mission-vision-box,
.service-card {
  background-color: #fff;
  border-radius: 40px 60px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.about-img img {
  width: 100%;
  height: auto;
  transition: transform 0.5s;
}
.about-img:hover img {
  transform: scale(1.03);
}
.mission-vision-box {
  padding: 2rem;
  margin-top: 2rem;
  border-left: 4px solid var(--accent-gold);
}
.service-card {
  transition: 0.3s;
  height: 100%;
}
.blog-card:hover,
.related-post-card:hover,
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.service-icon {
  width: 80px;
  height: 80px;
  background-color: var(--accent-light);
  border-radius: 50%;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--accent-gold);
  font-size: 2rem;
}
.project-card {
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.project-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.5s;
}
.project-card:hover .project-img {
  transform: scale(1.05);
}
.project-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(10, 26, 45, 0.9), transparent);
  color: #fff;
  padding: 2rem;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.4s;
}
.feature-box,
.testimonial-card {
  background-color: #fff;
  border-radius: 40px 60px;
}
.gallery-item-renovation:hover .gallery-overlay-renovation,
.gallery-item:hover .gallery-overlay,
.portfolio-card:hover .portfolio-info,
.project-card:hover .project-overlay {
  transform: translateY(0);
  opacity: 1;
}
.feature-box {
  padding: 2rem 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: 0.3s;
}
.feature-box:hover,
.popular-question-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.share-icon:hover,
.social-icons a:hover {
  transform: translateY(-3px);
}
.feature-icon {
  font-size: 2.5rem;
  color: var(--accent-gold);
  margin-bottom: 1.5rem;
}
.testimonial-card {
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin: 1rem;
  position: relative;
}
.contact-info-box,
footer {
  background-color: var(--primary-dark);
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 5rem;
  color: var(--accent-light);
  font-family: "Playfair Display", serif;
  line-height: 1;
}
.client-info {
  margin-top: 1.5rem;
}
.client-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1rem;
  border: 3px solid var(--accent-light);
}
.contact-form .form-control {
  padding: 0.8rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
.contact-form .form-control:focus {
  border-color: var(--accent-gold);
  box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
}
.contact-info-box {
  color: #fff;
  padding: 2.5rem;
  border-radius: 40px 60px;
  height: 100%;
}
.contact-icon,
.footer-links a:hover,
.footer-logo {
  color: var(--accent-gold);
}
.contact-icon {
  font-size: 1.5rem;
  margin-right: 1rem;
}
.map-container {
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
}
footer {
  padding: 4rem 0 2rem;
}
.footer-logo {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.footer-links a {
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.3s;
}
#scrollToTop,
.social-icons a:hover {
  background-color: var(--accent-gold);
  color: var(--primary-dark);
}
.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: var(--secondary-dark);
  color: #fff;
  border-radius: 50%;
  line-height: 40px;
  margin-right: 0.5rem;
  transition: 0.3s;
}
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  margin-top: 3rem;
}
#scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 99;
  display: none;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#scrollToTop:hover {
  background-color: #c19b2c;
  transform: translateY(-5px);
}
.blog-detail-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url(../images/photo-1545324418-cc1a3fa10c00.jpg)
      center center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  color: #fff;
}
.blog-detail-hero-content,
.blog-hero-content,
.development-hero-content,
.faq-hero-content,
.privacy-hero-content,
.renovation-hero-content,
.residential-hero-content,
.terms-hero-content {
  max-width: 800px;
  margin: 0 auto;
}
.blog-detail-hero h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.blog-detail-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.blog-detail-meta-item,
.portfolio-stat {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog-detail-meta-item i {
  color: var(--primary-color);
}
.blog-category-badge,
.featured-badge {
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.blog-content-wrapper,
.faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}
.blog-content {
  padding: 3rem 0;
}
.blog-featured-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.blog-content h2 {
  font-size: 2rem;
  margin: 2.5rem 0 1.5rem;
  font-family: "Playfair Display", serif;
}
.blog-content h3 {
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
}
.blog-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #333;
}
.blog-content ol,
.blog-content ul {
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.blog-content li {
  margin-bottom: 0.8rem;
  line-height: 1.6;
}
.blog-quote {
  background: var(--light-gray);
  border-left: 4px solid var(--primary-color);
  padding: 2rem 3rem;
  margin: 3rem 0;
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.6;
  position: relative;
}
.blog-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.1);
}
.blog-image-caption {
  margin: 2rem 0;
  text-align: center;
}
.blog-image-caption img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.blog-image-caption .caption {
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
}
.blog-tag:hover,
.faq-category-btn.active,
.faq-category-btn:hover,
.share-icon:hover,
.tag:hover {
  color: #fff;
  background: var(--primary-color);
}
.info-box {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-left: 4px solid var(--primary-color);
  padding: 2rem;
  margin: 2.5rem 0;
  border-radius: 5px;
}
.info-box h4,
.popular-question-card h4 {
  margin-bottom: 1rem;
  color: var(--primary-color);
}
.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 2rem 0;
}
.blog-tag,
.tag {
  background: var(--light-gray);
  color: #333;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.9rem;
  transition: 0.3s;
}
.author-bio-detail {
  background: var(--light-gray);
  padding: 2.5rem;
  border-radius: 10px;
  margin: 3rem 0;
  display: flex;
  align-items: center;
}
.author-avatar-detail {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 2rem;
  flex-shrink: 0;
}
.share-widget {
  display: flex;
  align-items: center;
  margin: 2rem 0;
  padding: 1.5rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.share-label {
  margin-right: 1rem;
  font-weight: 600;
}
.share-icons {
  display: flex;
  gap: 1rem;
}
.share-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--light-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: 0.3s;
}
.nav-post,
.related-post-card {
  border-radius: 10px;
  transition: 0.3s;
}
.comment-form,
.nav-post,
.related-post-card {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
.comment-content h5,
.faq-answer li,
.nav-post-label,
.policy-toc-list li,
.recent-post-content h6 {
  margin-bottom: 0.5rem;
}
.blog-card-content,
.nav-post,
.related-post-content {
  padding: 1.5rem;
}
.nav-post {
  max-width: 45%;
}
.nav-post:hover,
.process-step-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.nav-post-label {
  font-size: 0.9rem;
  color: #666;
  display: block;
}
.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}
.related-post-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.comments-section {
  margin: 3rem 0;
}
.comment {
  display: flex;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
}
.comment:last-child,
.recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.comment-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1.5rem;
  flex-shrink: 0;
}
.comment-date {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}
.reply-btn {
  color: var(--primary-color);
  font-size: 0.9rem;
}
.comment-reply {
  margin-left: 4rem;
  margin-top: 1.5rem;
}
.comment-form {
  padding: 2.5rem;
  border-radius: 10px;
}
.comment-form h3 {
  margin-bottom: 1.5rem;
}
.blog-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url(../images/photo-1487956382158-bb926046304a.jpg)
      center center/cover no-repeat;
  height: 60vh;
  display: flex;
  align-items: center;
  color: #fff;
}
.blog-hero h1,
.development-hero h1,
.renovation-hero h1,
.residential-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.blog-hero p,
.development-hero p,
.faq-hero p,
.privacy-hero p,
.renovation-hero p,
.residential-hero p,
.terms-hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.featured-post {
  border-radius: 10px;
  margin-bottom: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.blog-card,
.sidebar-widget {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.featured-post-image {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.featured-post-content {
  padding: 3rem;
  background: #fff;
}
.blog-grid,
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
}
.blog-card {
  transition: 0.3s;
  height: 100%;
}
.blog-card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.blog-card-category {
  color: var(--primary-color);
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  display: block;
}
.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}
.blog-card-meta i {
  margin-right: 0.5rem;
  color: var(--primary-color);
}
.blog-sidebar {
  position: sticky;
  top: 100px;
}
.blog-search,
.faq-search,
.widget-title {
  position: relative;
}
.sidebar-widget {
  padding: 2rem;
  margin-bottom: 2rem;
}
.author-bio,
.category-count {
  background: var(--light-gray);
}
.widget-title {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--light-gray);
}
.categories-list li,
.recent-post {
  border-bottom: 1px solid var(--light-gray);
}
.widget-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--primary-color);
}
.categories-list,
.feature-checklist {
  list-style: none;
  padding: 0;
}
.categories-list li {
  padding: 0.8rem 0;
}
.categories-list li:last-child {
  border-bottom: none;
}
.categories-list a {
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.categories-list a:hover,
.policy-toc-list a:hover,
.toc-list a:hover {
  color: var(--primary-color);
  padding-left: 5px;
}
.category-count {
  padding: 0.2rem 0.8rem;
  border-radius: 50px;
  font-size: 0.8rem;
}
.recent-post {
  display: flex;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.recent-post-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 1rem;
  flex-shrink: 0;
}
.recent-post-date {
  font-size: 0.8rem;
  color: #666;
}
.tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.newsletter-form input {
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  width: 100%;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.author-bio,
.faq-hero {
  align-items: center;
  display: flex;
}
.page-link {
  color: var(--primary-color);
  border: 1px solid #ddd;
  margin: 0 0.3rem;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  transition: 0.3s;
}
.cookie-btn.active,
.page-link.active,
.page-link:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.blog-search input {
  width: 100%;
  padding: 0.8rem 3rem 0.8rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.blog-search button,
.faq-search button {
  position: absolute;
  transform: translateY(-50%);
  border: none;
  top: 50%;
}
.blog-search button {
  right: 10px;
  background: 0 0;
  color: var(--primary-color);
  font-size: 1.2rem;
}
.author-bio {
  padding: 2rem;
  border-radius: 10px;
  margin-top: 3rem;
}
.author-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1.5rem;
  flex-shrink: 0;
}
.faq-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url(../images/photo-1541888946425-d81bb19240f5.jpg)
      center center/cover no-repeat;
  height: 50vh;
  color: #fff;
}
.faq-hero h1,
.privacy-hero h1,
.terms-hero h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.faq-search-container {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: -50px;
  position: relative;
  z-index: 10;
}
.faq-search input {
  width: 100%;
  padding: 1rem 3rem 1rem 1.5rem;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 1.1rem;
}
.faq-search button {
  right: 15px;
  background: var(--primary-color);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-icon,
.faq-question.active,
.faq-stat-number,
.policy-toc-list a i,
.toc-list a i {
  color: var(--primary-color);
}
.faq-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 2rem 0;
}
.faq-answer p,
.faq-item {
  margin-bottom: 1rem;
}
.faq-category-btn {
  padding: 0.8rem 1.5rem;
  background: var(--light-gray);
  border: none;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
.faq-item,
.faq-question {
  background: #fff;
  transition: 0.3s;
}
.data-table th,
.faq-question,
.faq-table th {
  font-weight: 600;
}
.faq-item {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.faq-form,
.popular-question-card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.development-pillar:hover,
.expertise-card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.faq-question {
  padding: 1.5rem;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question:hover {
  background: #f8f9fa;
}
.data-table th,
.faq-question.active,
.faq-table th {
  background: var(--light-gray);
}
.faq-icon {
  transition: transform 0.3s;
}
.faq-question.active .faq-icon {
  transform: rotate(180deg);
}
.faq-answer {
  padding: 0 1.5rem;
  max-height: 0;
  transition: max-height 0.3s, padding 0.3s;
}
.faq-answer.open {
  padding: 1.5rem;
  max-height: 1000px;
}
.faq-answer ol,
.faq-answer ul {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.faq-stats {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 3rem 0;
}
.faq-stat {
  padding: 1.5rem;
  min-width: 150px;
}
.faq-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.faq-stat-label {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
}
.faq-contact-cta {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0,
    var(--secondary-color) 100%
  );
  color: #fff;
  padding: 3rem;
  border-radius: 10px;
  margin: 3rem 0;
}
.popular-questions {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}
.popular-question-card {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  transition: 0.3s;
}
.faq-tips,
.rights-container {
  background: #f0f7ff;
  border-radius: 10px;
  padding: 2rem;
  margin: 2rem 0;
}
.faq-tip,
.right-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.faq-tip:last-child,
.right-item:last-child {
  margin-bottom: 0;
}
.right-icon,
.tip-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.faq-table {
  width: 100%;
  margin: 1.5rem 0;
  background: #fff;
}
.data-table td,
.data-table th,
.faq-table td,
.faq-table th {
  border: 1px solid #ddd;
  padding: 1rem;
  text-align: left;
}
.faq-form {
  background: #fff;
  border-radius: 10px;
  padding: 2.5rem;
  margin: 3rem 0;
}
.process-step,
.process-step-card {
  min-width: 200px;
  text-align: center;
}
.privacy-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url(../images/photo-1551288049-bebda4e38f71.jpg)
      center center/cover no-repeat;
  height: 50vh;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
}
.policy-content,
.terms-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
}
.policy-section,
.terms-section {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #eee;
}
.policy-section:last-child,
.terms-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.policy-section h2,
.terms-section h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: var(--primary-color);
  font-family: "Playfair Display", serif;
}
.policy-section h3,
.terms-section h3 {
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
  color: #333;
}
.policy-section h4 {
  font-size: 1.1rem;
  margin: 1.5rem 0 0.8rem;
  color: #444;
}
.policy-section p,
.terms-section p {
  margin-bottom: 1.2rem;
  line-height: 1.7;
  color: #444;
}
.policy-section ol,
.policy-section ul,
.terms-section ol,
.terms-section ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.policy-section li,
.terms-section li {
  margin-bottom: 0.8rem;
  line-height: 1.6;
  color: #444;
}
.data-table {
  width: 100%;
  margin: 1.5rem 0;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.data-table th {
  color: #333;
}
.data-table tr:nth-child(2n) {
  background: #f9f9f9;
}
.cookie-preferences,
.important-notice {
  background: #fff8e1;
  border-left: 4px solid #ffc107;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 5px;
}
.cookie-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
.cookie-btn {
  padding: 0.5rem 1.5rem;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.cookie-btn:hover {
  background: #f5f5f5;
}
.privacy-request-form {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 2.5rem;
  margin: 3rem 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.last-updated,
.policy-updated {
  background: var(--light-gray);
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 2rem;
  text-align: center;
}
.policy-toc,
.toc-container {
  background: var(--light-gray);
  border-radius: 10px;
  padding: 2rem;
  margin: 2rem 0;
}
.policy-toc-list {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 0.8rem;
}
.policy-toc-list a,
.toc-list a {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.policy-toc-list a i,
.toc-list a i {
  margin-right: 0.8rem;
  font-size: 0.9rem;
}
.privacy-notice {
  background: #fff3cd;
  border: 1px solid #ffecb5;
  border-radius: 5px;
  padding: 1.5rem;
  margin: 2rem 0;
}
.children-privacy {
  background: #e8f5e9;
  border-left: 4px solid #4caf50;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 5px;
}
.development-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url(../images/photo-1448630360428-65456885c650.jpg)
      center center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
}
.development-pillar {
  text-align: center;
  padding: 2.5rem 2rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: 0.3s;
}
.pillar-icon,
.process-step .step-circle {
  background: var(--primary-color);
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  color:#d3b038;
  display: flex;
}
.development-pillar:hover {
  transform: translateY(-10px);
}
.pillar-icon {
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.development-process {
  position: relative;
  padding: 3rem 0;
}
.process-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  position: relative;
}
.process-step {
  flex: 1;
  max-width: 250px;
}
.process-step .step-circle {
  width: 100px;
  height: 100px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.process-step .step-number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.process-step .step-label {
  font-size: 0.8rem;
  margin-top: 0.2rem;
}
.process-step:nth-child(odd) .step-circle {
  background: var(--secondary-color);
}
.phase-timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.phase-timeline::before,
.process-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--primary-color);
  transform: translateX(-50%);
}
.phase-item,
.process-step {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  position: relative;
}
.phase-item:nth-child(2n),
.process-step:nth-child(2n) {
  flex-direction: row-reverse;
}
.phase-content,
.process-step-content {
  width: 45%;
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.phase-marker {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  z-index: 1;
}
.portfolio-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 300px;
}
.gallery-item img,
.gallery-item-renovation img,
.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.gallery-item-renovation:hover img,
.gallery-item:hover img,
.portfolio-card:hover img {
  transform: scale(1.1);
}
.portfolio-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  padding: 2rem;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s;
}
.portfolio-stats {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}
.expertise-card {
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: 0.3s;
}
.expertise-icon,
.residential-service-detail .icon {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}
.approach-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.approach-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: var(--light-gray);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  color: var(--primary-color);
  font-size: 1.5rem;
}
.renovation-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url(../images/photo-1586023492125-27b2c045efd7.jpg)
      center center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
}
.renovation-service-card {
  border-radius: 10px;
  overflow: hidden;
  height: 350px;
  position: relative;
  margin-bottom: 2rem;
  transition: transform 0.3s;
}
.renovation-service-card:hover {
  transform: translateY(-10px);
}
.renovation-service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.renovation-service-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  padding: 2rem;
}
.renovation-service-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: var(--primary-color);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.before-after-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.after-image,
.before-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.before-image {
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.after-image {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
.comparison-slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: var(--primary-color);
  transform: translateX(-50%);
  cursor: ew-resize;
  z-index: 10;
}
.comparison-slider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
}
.process-step-card,
.renovation-detail:hover {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.comparison-slider::after {
  content: "\f07e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.renovation-process {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.process-step-card {
  flex: 1;
  max-width: 250px;
  padding: 2rem 1.5rem;
  border-radius: 10px;
  position: relative;
  transition: 0.3s;
}
.process-step-number {
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.renovation-detail {
  padding: 2rem;
  background: var(--light-gray);
  border-radius: 10px;
  margin-bottom: 1.5rem;
  transition: 0.3s;
}
.renovation-detail-icon {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}
.renovation-gallery,
.residential-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.gallery-item,
.gallery-item-renovation {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 250px;
}
.gallery-overlay,
.gallery-overlay-renovation {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  padding: 1.5rem;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s;
}
.feature-check {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.feature-check-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.renovation-testimonial {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  height: 100%;
}
.renovation-testimonial .quote-icon,
.residential-testimonial .quote-icon {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  opacity: 0.7;
}
@media (max-width: 992px) {
  .blog-hero h1,
  .development-hero h1,
  .hero-title,
  .renovation-hero h1 {
    font-size: 2.8rem;
  }
  .section-padding {
    padding: 3rem 0;
  }
  .blog-detail-hero h1,
  .faq-hero h1,
  .privacy-hero h1,
  .terms-hero h1 {
    font-size: 2.5rem;
  }
  .blog-featured-image {
    height: 400px;
  }
  .author-bio-detail {
    flex-direction: column;
    text-align: center;
  }
  .author-avatar-detail {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .post-navigation {
    flex-direction: column;
    gap: 1.5rem;
  }
  .nav-post,
  .process-step {
    max-width: 100%;
  }
  .featured-post-image {
    height: 300px;
  }
  .blog-grid,
  .portfolio-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
  .blog-sidebar {
    position: static;
    margin-top: 3rem;
  }
  .faq-search-container {
    margin-top: -30px;
  }
  .policy-toc-list {
    grid-template-columns: 1fr;
  }
  .process-container,
  .renovation-process {
    flex-direction: column;
    align-items: center;
  }
  .process-step-card {
    max-width: 100%;
    width: 100%;
  }
  .renovation-gallery {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
.process-step-number,
.residential-hero {
  align-items: center;
  display: flex;
  color: #fff;
}
@media (max-width: 768px) {
  .blog-hero h1,
  .development-hero h1,
  .hero-title,
  .renovation-hero h1 {
    font-size: 2.2rem;
  }
  .hero-subtitle {
    font-size: 1.1rem;
  }
  .navbar-nav {
    text-align: center;
    padding-top: 1rem;
  }
  .blog-content h2,
  .section-title {
    font-size: 1.8rem;
  }
  .blog-detail-hero h1,
  .faq-hero h1,
  .privacy-hero h1 {
    font-size: 2rem;
  }
  .blog-detail-hero {
    height: 60vh;
  }
  .blog-content {
    padding: 2rem 0;
  }
  .before-after-container,
  .blog-featured-image,
  .renovation-service-card {
    height: 300px;
  }
  .blog-content h3 {
    font-size: 1.3rem;
  }
  .blog-quote {
    padding: 1.5rem 2rem;
    font-size: 1.1rem;
  }
  .share-widget {
    flex-direction: column;
    align-items: flex-start;
  }
  .comment-avatar,
  .share-label {
    margin-bottom: 1rem;
  }
  .comment {
    flex-direction: column;
  }
  .blog-hero {
    height: 50vh;
  }
  .featured-post-content {
    padding: 2rem;
  }
  .author-bio {
    flex-direction: column;
    text-align: center;
  }
  .author-avatar {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .faq-hero,
  .privacy-hero {
    height: 40vh;
  }
  .faq-categories {
    flex-direction: column;
    align-items: center;
  }
  .faq-category-btn {
    width: 100%;
    max-width: 300px;
  }
  .popular-questions,
  .portfolio-grid,
  .renovation-gallery {
    grid-template-columns: 1fr;
  }
  .faq-stats {
    gap: 1rem;
  }
  .faq-stat {
    min-width: 120px;
  }
  .policy-section h2 {
    font-size: 1.5rem;
  }
  .policy-section h3 {
    font-size: 1.2rem;
  }
  .data-table {
    display: block;
    overflow-x: auto;
  }
  .privacy-request-form {
    padding: 1.5rem;
  }
  .phase-timeline::before {
    left: 30px;
  }
  .phase-item {
    flex-direction: row !important;
    margin-left: 60px;
  }
  .phase-content {
    width: 100%;
  }
  .phase-marker {
    left: 0;
    transform: translateX(-50%);
  }
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 1.8rem;
  }
  .btn-outline-custom,
  .btn-primary-custom {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .blog-detail-meta {
    flex-direction: column;
    gap: 1rem;
  }
  .blog-grid,
  .related-posts-grid {
    grid-template-columns: 1fr;
  }
  .comment-reply {
    margin-left: 2rem;
  }
  .blog-card-meta {
    flex-wrap: wrap;
  }
  .faq-hero p,
  .faq-question,
  .privacy-hero p {
    font-size: 1rem;
  }
  .faq-form,
  .faq-search-container {
    padding: 1.5rem;
  }
  .faq-question {
    padding: 1.2rem;
  }
  .faq-contact-cta {
    padding: 2rem;
  }
  .cookie-controls,
  .right-item {
    flex-direction: column;
  }
  .cookie-btn {
    width: 100%;
  }
  .right-icon {
    margin-bottom: 0.8rem;
  }
  .pillar-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  .process-step .step-circle {
    width: 80px;
    height: 80px;
  }
  .renovation-service-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  .process-step-number {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
}
.residential-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../images/photo-1568605114967-8130f3a36994.jpg)
      center center/cover no-repeat;
  height: 70vh;
  text-align: center;
}
.residential-service-detail {
  padding: 2rem;
  background: var(--light-gray);
  border-radius: 10px;
  height: 100%;
  transition: transform 0.3s;
}
.residential-service-detail:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.process-timeline {
  position: relative;
  padding: 2rem 0;
}
.process-step-number {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  border-radius: 50%;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  z-index: 1;
}
.residential-testimonial {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.feature-checklist li {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
}
.feature-checklist li i {
  color: var(--primary-color);
  margin-right: 10px;
  font-size: 1.2rem;
}
.terms-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url(../images/photo-1589829545856-d10d557cf95f.jpg)
      center center/cover no-repeat;
  height: 50vh;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
}
.definition-list {
  margin: 1.5rem 0;
}
.definition-term {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.3rem;
}
.definition-description {
  margin-bottom: 1rem;
  border-left: 2px solid var(--light-gray);
  padding-left: 1rem;
}
.important-notice h4 {
  color: #333;
  margin-bottom: 1rem;
}
.toc-list {
  list-style: none;
  padding-left: 0;
}
.toc-list li {
  margin-bottom: 0.8rem;
}
.contact-info-legal {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 2rem;
  margin: 3rem 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.contact-info-legal h3 {
  margin-bottom: 1.5rem;
  color: var(--primary-color);
}
.download-section {
  text-align: center;
  padding: 2rem;
  background: var(--light-gray);
  border-radius: 10px;
  margin: 2rem 0;
}
.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.text-primary{color: rgb(212 176 56) !important;}
@media (max-width: 768px) {
  .residential-hero h1 {
    font-size: 1.5rem;
  }
  .process-timeline::before {
    left: 30px;
  }
  .process-step {
    flex-direction: row !important;
    margin-left: 60px;
  }
  .process-step-content {
    width: 100%;
  }
  .process-step-number {
    left: 0;
    transform: translateX(-50%);
  }
  .terms-hero {
    height: 40vh;
  }
  .terms-hero h1 {
    font-size: 2rem;
  }
  .terms-section h2 {
    font-size: 1.5rem;
  }
  .terms-section h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .terms-hero p {
    font-size: 1rem;
  }
  .contact-info-legal,
  .toc-container {
    padding: 1.5rem;
  }
}
#preloader,
.navbar {
  background-color: var(--primary-dark);
}
#hero,
.preloader-content {
  color: #fff;
}
.btn-outline-custom:hover,
.btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.about-img,
.blog-card,
.faq-answer,
.faq-item,
.featured-post,
.map-container,
.project-card,
.related-post-card,
.service-card {
  overflow: hidden;
}
.blog-detail-hero,
.blog-hero,
.copyright,
.faq-contact-cta,
.faq-hero,
.faq-stat,
.feature-box,
.preloader-content,
.social-icons a {
  text-align: center;
}
.data-table,
.faq-table {
  border-collapse: collapse;
}
.blog-tag,
.categories-list a,
.footer-links a,
.page-link,
.reply-btn,
.share-icon,
.tag {
  text-decoration: none;
}
:root {
  --primary-dark: #0a1a2d;
  --secondary-dark: #1a2d42;
  --accent-gold: #d4af37;
  --accent-light: #f5e8c8;
  --light-gray: #f8f9fa;
  --text-light: #e9ecef;
  --text-dark: #333;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Montserrat, sans-serif;
  color: var(--text-dark);
  overflow-x: hidden;
}
.navbar-brand,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Playfair Display", serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}
#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;
}
#hero,
.project-card,
.section-title {
  position: relative;
}
.preloader-logo {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  color: var(--accent-gold);
}
.navbar-brand,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--accent-gold) !important;
}
.preloader-spinner {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-top-color: var(--accent-gold);
  border-radius: 50%;
  animation: 1s linear infinite spin;
  margin: 0 auto 1.5rem;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.navbar {
  padding: 1.2rem 0;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.navbar.scrolled {
  padding: 0.8rem 0;
  background-color: rgba(10, 26, 45, 0.95);
  backdrop-filter: blur(10px);
}
.navbar-brand {
  font-weight: 700;
  font-size: 1.8rem;
}
.footer-links a,
.hero-subtitle,
footer {
  color: var(--text-light);
}
.navbar-nav .nav-link {
  color: var(--text-light) !important;
  font-weight: 500;
  margin: 0 0.5rem;
  transition: color 0.3s;
}
#hero {
  background: linear-gradient(rgba(10, 26, 45, 0.85), rgba(10, 26, 45, 0.9))
      center/cover,
    url(../images/photo-1487956382158-bb926046304a.jpg)
      center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
}
.client-info,
.service-icon {
  display: flex;
  align-items: center;
}
.hero-content {
  max-width: 800px;
}
.hero-title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.hero-subtitle {
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
  font-weight: 300;
}
.btn-outline-custom,
.btn-primary-custom {
  padding: 0.8rem 2rem;
  font-weight: 600;
  transition: 0.3s;
}
.btn-primary-custom {
  background-color: var(--accent-gold);
  border: none;
  color: var(--primary-dark);
  border-radius: 40px 60px;
}
.btn-primary-custom:hover {
  background-color: #c19b2c;
}
.btn-outline-custom {
  border: 2px solid var(--accent-gold);
  color: var(--accent-gold);
  border-radius: 40px 60px;
}
.blog-detail-hero h1,
.faq-hero h1,
.footer-logo,
.privacy-hero h1,
.terms-hero h1 {
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
.btn-outline-custom:hover {
  background-color: var(--accent-gold);
  color: var(--primary-dark);
}
.section-title {
  color: var(--primary-dark);
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: var(--accent-gold);
}
.section-title.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.section-padding {
  padding: 4rem 0;
}
#about,
#projects {
  background-color: var(--light-gray);
}
.about-img {
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.mission-vision-box,
.service-card {
  background-color: #fff;
  border-radius: 40px 60px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.about-img img {
  width: 100%;
  height: auto;
  transition: transform 0.5s;
}
.about-img:hover img {
  transform: scale(1.03);
}
.mission-vision-box {
  padding: 2rem;
  margin-top: 2rem;
  border-left: 4px solid var(--accent-gold);
}
.service-card {
  transition: 0.3s;
  height: 100%;
}
.blog-card:hover,
.related-post-card:hover,
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.service-icon {
  width: 80px;
  height: 80px;
  background-color: var(--accent-light);
  border-radius: 50%;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--accent-gold);
  font-size: 2rem;
}
.project-card {
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.project-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.5s;
}
.project-card:hover .project-img {
  transform: scale(1.05);
}
.project-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(10, 26, 45, 0.9), transparent);
  color: #fff;
  padding: 2rem;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.4s;
}
.feature-box,
.testimonial-card {
  background-color: #fff;
  border-radius: 40px 60px;
}
.gallery-item-renovation:hover .gallery-overlay-renovation,
.gallery-item:hover .gallery-overlay,
.portfolio-card:hover .portfolio-info,
.project-card:hover .project-overlay {
  transform: translateY(0);
  opacity: 1;
}
.feature-box {
  padding: 2rem 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: 0.3s;
}
.feature-box:hover,
.popular-question-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.share-icon:hover,
.social-icons a:hover {
  transform: translateY(-3px);
}
.feature-icon {
  font-size: 2.5rem;
  color: var(--accent-gold);
  margin-bottom: 1.5rem;
}
.testimonial-card {
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin: 1rem;
  position: relative;
}
.contact-info-box,
footer {
  background-color: var(--primary-dark);
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 5rem;
  color: var(--accent-light);
  font-family: "Playfair Display", serif;
  line-height: 1;
}
.client-info {
  margin-top: 1.5rem;
}
.client-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1rem;
  border: 3px solid var(--accent-light);
}
.contact-form .form-control {
  padding: 0.8rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
.contact-form .form-control:focus {
  border-color: var(--accent-gold);
  box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
}
.contact-info-box {
  color: #fff;
  padding: 2.5rem;
  border-radius: 40px 60px;
  height: 100%;
}
.contact-icon,
.footer-links a:hover,
.footer-logo {
  color: var(--accent-gold);
}
.contact-icon {
  font-size: 1.5rem;
  margin-right: 1rem;
}
.map-container {
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
}
footer {
  padding: 4rem 0 2rem;
}
.footer-logo {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.footer-links a {
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.3s;
}
#scrollToTop,
.social-icons a:hover {
  background-color: var(--accent-gold);
  color: var(--primary-dark);
}
.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: var(--secondary-dark);
  color: #fff;
  border-radius: 50%;
  line-height: 40px;
  margin-right: 0.5rem;
  transition: 0.3s;
}
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  margin-top: 3rem;
}
#scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 99;
  display: none;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#scrollToTop:hover {
  background-color: #c19b2c;
  transform: translateY(-5px);
}
.blog-detail-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url(../images/photo-1545324418-cc1a3fa10c00.jpg)
      center center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  color: #fff;
}
.blog-detail-hero-content,
.blog-hero-content,
.development-hero-content,
.faq-hero-content,
.privacy-hero-content,
.renovation-hero-content,
.residential-hero-content,
.terms-hero-content {
  max-width: 800px;
  margin: 0 auto;
}
.blog-detail-hero h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.blog-detail-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.blog-detail-meta-item,
.portfolio-stat {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog-detail-meta-item i {
  color: var(--primary-color);
}
.blog-category-badge,
.featured-badge {
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.blog-content-wrapper,
.faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}
.blog-content {
  padding: 3rem 0;
}
.blog-featured-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.blog-content h2 {
  font-size: 2rem;
  margin: 2.5rem 0 1.5rem;
  font-family: "Playfair Display", serif;
}
.blog-content h3 {
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
}
.blog-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #333;
}
.blog-content ol,
.blog-content ul {
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.blog-content li {
  margin-bottom: 0.8rem;
  line-height: 1.6;
}
.blog-quote {
  background: var(--light-gray);
  border-left: 4px solid var(--primary-color);
  padding: 2rem 3rem;
  margin: 3rem 0;
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.6;
  position: relative;
}
.blog-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.1);
}
.blog-image-caption {
  margin: 2rem 0;
  text-align: center;
}
.blog-image-caption img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.blog-image-caption .caption {
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
}
.blog-tag:hover,
.faq-category-btn.active,
.faq-category-btn:hover,
.share-icon:hover,
.tag:hover {
  color: #d3b038;
    background: #f8f9fa;
}
.info-box {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-left: 4px solid var(--primary-color);
  padding: 2rem;
  margin: 2.5rem 0;
  border-radius: 5px;
}
.info-box h4,
.popular-question-card h4 {
  margin-bottom: 1rem;
  color: var(--primary-color);
}
.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 2rem 0;
}
.blog-tag,
.tag {
  background: var(--light-gray);
  color: #333;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.9rem;
  transition: 0.3s;
}
.author-bio-detail {
  background: var(--light-gray);
  padding: 2.5rem;
  border-radius: 10px;
  margin: 3rem 0;
  display: flex;
  align-items: center;
}
.author-avatar-detail {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 2rem;
  flex-shrink: 0;
}
.share-widget {
  display: flex;
  align-items: center;
  margin: 2rem 0;
  padding: 1.5rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.share-label {
  margin-right: 1rem;
  font-weight: 600;
}
.share-icons {
  display: flex;
  gap: 1rem;
}
.share-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--light-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: 0.3s;
}
.nav-post,
.related-post-card {
  border-radius: 10px;
  transition: 0.3s;
}
.comment-form,
.nav-post,
.related-post-card {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
.comment-content h5,
.faq-answer li,
.nav-post-label,
.policy-toc-list li,
.recent-post-content h6 {
  margin-bottom: 0.5rem;
}
.blog-card-content,
.nav-post,
.related-post-content {
  padding: 1.5rem;
}
.nav-post {
  max-width: 45%;
}
.nav-post:hover,
.process-step-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.nav-post-label {
  font-size: 0.9rem;
  color: #666;
  display: block;
}
.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}
.related-post-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.comments-section {
  margin: 3rem 0;
}
.comment {
  display: flex;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
}
.comment:last-child,
.recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.comment-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1.5rem;
  flex-shrink: 0;
}
.comment-date {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}
.reply-btn {
  color: var(--primary-color);
  font-size: 0.9rem;
}
.comment-reply {
  margin-left: 4rem;
  margin-top: 1.5rem;
}
.comment-form {
  padding: 2.5rem;
  border-radius: 10px;
}
.comment-form h3 {
  margin-bottom: 1.5rem;
}
.blog-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url(../images/photo-1487956382158-bb926046304a.jpg)
      center center/cover no-repeat;
  height: 60vh;
  display: flex;
  align-items: center;
  color: #fff;
}
.blog-hero h1,
.development-hero h1,
.renovation-hero h1,
.residential-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.blog-hero p,
.development-hero p,
.faq-hero p,
.privacy-hero p,
.renovation-hero p,
.residential-hero p,
.terms-hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.featured-post {
  border-radius: 10px;
  margin-bottom: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.blog-card,
.sidebar-widget {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.featured-post-image {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.featured-post-content {
  padding: 3rem;
  background: #fff;
}
.blog-grid,
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
}
.blog-card {
  transition: 0.3s;
  height: 100%;
}
.blog-card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.blog-card-category {
  color: var(--primary-color);
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  display: block;
}
.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}
.blog-card-meta i {
  margin-right: 0.5rem;
  color: var(--primary-color);
}
.blog-sidebar {
  position: sticky;
  top: 100px;
}
.blog-search,
.faq-search,
.widget-title {
  position: relative;
}
.sidebar-widget {
  padding: 2rem;
  margin-bottom: 2rem;
}
.author-bio,
.category-count {
  background: var(--light-gray);
}
.widget-title {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--light-gray);
}
.categories-list li,
.recent-post {
  border-bottom: 1px solid var(--light-gray);
}
.widget-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--primary-color);
}
.categories-list,
.feature-checklist {
  list-style: none;
  padding: 0;
}
.categories-list li {
  padding: 0.8rem 0;
}
.categories-list li:last-child {
  border-bottom: none;
}
.categories-list a {
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.categories-list a:hover,
.policy-toc-list a:hover,
.toc-list a:hover {
  color: var(--primary-color);
  padding-left: 5px;
}
.category-count {
  padding: 0.2rem 0.8rem;
  border-radius: 50px;
  font-size: 0.8rem;
}
.recent-post {
  display: flex;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.recent-post-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 1rem;
  flex-shrink: 0;
}
.recent-post-date {
  font-size: 0.8rem;
  color: #666;
}
.tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.newsletter-form input {
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  width: 100%;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.author-bio,
.faq-hero {
  align-items: center;
  display: flex;
}
.page-link {
  color: var(--primary-color);
  border: 1px solid #ddd;
  margin: 0 0.3rem;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  transition: 0.3s;
}
.cookie-btn.active,
.page-link.active,
.page-link:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.blog-search input {
  width: 100%;
  padding: 0.8rem 3rem 0.8rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.blog-search button,
.faq-search button {
  position: absolute;
  transform: translateY(-50%);
  border: none;
  top: 50%;
}
.blog-search button {
  right: 10px;
  background: 0 0;
  color: var(--primary-color);
  font-size: 1.2rem;
}
.author-bio {
  padding: 2rem;
  border-radius: 10px;
  margin-top: 3rem;
}
.author-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1.5rem;
  flex-shrink: 0;
}
.faq-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url(../images/photo-1541888946425-d81bb19240f5.jpg)
      center center/cover no-repeat;
  height: 50vh;
  color: #fff;
}
.faq-hero h1,
.privacy-hero h1,
.terms-hero h1 {
  font-size: 2rem;
  margin-top: 60px;
}
.faq-search-container {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: -50px;
  position: relative;
  z-index: 10;
}
.faq-search input {
  width: 100%;
  padding: 1rem 3rem 1rem 1.5rem;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 1.1rem;
}
.faq-search button {
  right: 15px;
  background: var(--primary-color);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-icon,
.faq-question.active,
.faq-stat-number,
.policy-toc-list a i,
.toc-list a i {
  color: var(--primary-color);
}
.faq-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 2rem 0;
}
.faq-answer p,
.faq-item {
  margin-bottom: 1rem;
}
.faq-category-btn {
  padding: 0.8rem 1.5rem;
  background: var(--light-gray);
  border: none;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
.faq-item,
.faq-question {
  background: #fff;
  transition: 0.3s;
}
.data-table th,
.faq-question,
.faq-table th {
  font-weight: 600;
}
.faq-item {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.faq-form,
.popular-question-card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.development-pillar:hover,
.expertise-card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.faq-question {
  padding: 1.5rem;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question:hover {
  background: #f8f9fa;
}
.data-table th,
.faq-question.active,
.faq-table th {
  background: var(--light-gray);
}
.faq-icon {
  transition: transform 0.3s;
}
.faq-question.active .faq-icon {
  transform: rotate(180deg);
}
.faq-answer {
  padding: 0 1.5rem;
  max-height: 0;
  transition: max-height 0.3s, padding 0.3s;
}
.faq-answer.open {
  padding: 1.5rem;
  max-height: 1000px;
}
.faq-answer ol,
.faq-answer ul {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.faq-stats {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 3rem 0;
}
.faq-stat {
  padding: 1.5rem;
  min-width: 150px;
}
.faq-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.faq-stat-label {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
}
.faq-contact-cta {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0,
    var(--secondary-color) 100%
  );
  color: #fff;
  padding: 3rem;
  border-radius: 10px;
  margin: 3rem 0;
}
.popular-questions {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}
.popular-question-card {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  transition: 0.3s;
}
.faq-tips,
.rights-container {
  background: #f0f7ff;
  border-radius: 10px;
  padding: 2rem;
  margin: 2rem 0;
}
.faq-tip,
.right-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.faq-tip:last-child,
.right-item:last-child {
  margin-bottom: 0;
}
.right-icon,
.tip-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.faq-table {
  width: 100%;
  margin: 1.5rem 0;
  background: #fff;
}
.data-table td,
.data-table th,
.faq-table td,
.faq-table th {
  border: 1px solid #ddd;
  padding: 1rem;
  text-align: left;
}
.faq-form {
  background: #fff;
  border-radius: 10px;
  padding: 2.5rem;
  margin: 3rem 0;
}
.process-step,
.process-step-card {
  min-width: 200px;
  text-align: center;
}
.privacy-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url(../images/photo-1551288049-bebda4e38f71.jpg)
      center center/cover no-repeat;
  height: 50vh;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
}
.policy-content,
.terms-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
}
.policy-section,
.terms-section {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #eee;
}
.policy-section:last-child,
.terms-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.policy-section h2,
.terms-section h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: var(--primary-color);
  font-family: "Playfair Display", serif;
}
.policy-section h3,
.terms-section h3 {
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
  color: #333;
}
.policy-section h4 {
  font-size: 1.1rem;
  margin: 1.5rem 0 0.8rem;
  color: #444;
}
.policy-section p,
.terms-section p {
  margin-bottom: 1.2rem;
  line-height: 1.7;
  color: #444;
}
.policy-section ol,
.policy-section ul,
.terms-section ol,
.terms-section ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.policy-section li,
.terms-section li {
  margin-bottom: 0.8rem;
  line-height: 1.6;
  color: #444;
}
.data-table {
  width: 100%;
  margin: 1.5rem 0;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.data-table th {
  color: #333;
}
.data-table tr:nth-child(2n) {
  background: #f9f9f9;
}
.cookie-preferences,
.important-notice {
  background: #fff8e1;
  border-left: 4px solid #ffc107;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 5px;
}
.cookie-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
.cookie-btn {
  padding: 0.5rem 1.5rem;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.cookie-btn:hover {
  background: #f5f5f5;
}
.privacy-request-form {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 2.5rem;
  margin: 3rem 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.last-updated,
.policy-updated {
  background: var(--light-gray);
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 2rem;
  text-align: center;
}
.policy-toc,
.toc-container {
  background: var(--light-gray);
  border-radius: 10px;
  padding: 2rem;
  margin: 2rem 0;
}
.policy-toc-list {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 0.8rem;
}
.policy-toc-list a,
.toc-list a {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.policy-toc-list a i,
.toc-list a i {
  margin-right: 0.8rem;
  font-size: 0.9rem;
}
.privacy-notice {
  background: #fff3cd;
  border: 1px solid #ffecb5;
  border-radius: 5px;
  padding: 1.5rem;
  margin: 2rem 0;
}
.children-privacy {
  background: #e8f5e9;
  border-left: 4px solid #4caf50;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 5px;
}
.development-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url(../images/photo-1448630360428-65456885c650.jpg)
      center center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
}
.development-pillar {
  text-align: center;
  padding: 2.5rem 2rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: 0.3s;
}
.pillar-icon,
.process-step .step-circle {
  background: var(--primary-color);
  border-radius: 50%;
  margin: 0 auto 1.5rem;
   color:#d3b038;
  display: flex;
}
.development-pillar:hover {
  transform: translateY(-10px);
}
.pillar-icon {
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.development-process {
  position: relative;
  padding: 3rem 0;
}
.process-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  position: relative;
}
.process-step {
  flex: 1;
  max-width: 250px;
}
.process-step .step-circle {
  width: 100px;
  height: 100px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.process-step .step-number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.process-step .step-label {
  font-size: 0.8rem;
  margin-top: 0.2rem;
}
.process-step:nth-child(odd) .step-circle {
  background: var(--secondary-color);
}
.phase-timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.phase-timeline::before,
.process-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--primary-color);
  transform: translateX(-50%);
}
.phase-item,
.process-step {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  position: relative;
}
.phase-item:nth-child(2n),
.process-step:nth-child(2n) {
  flex-direction: row-reverse;
}
.phase-content,
.process-step-content {
  width: 45%;
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.bg-primary{background-color:#d4b038 !important;}
.phase-marker {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color:#d4b038;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  z-index: 1;
}
.portfolio-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 300px;
}
.gallery-item img,
.gallery-item-renovation img,
.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.gallery-item-renovation:hover img,
.gallery-item:hover img,
.portfolio-card:hover img {
  transform: scale(1.1);
}
.portfolio-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  padding: 2rem;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s;
}
.portfolio-stats {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}
.expertise-card {
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: 0.3s;
}
.expertise-icon,
.residential-service-detail .icon {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}
.approach-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.approach-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: var(--light-gray);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  color: var(--primary-color);
  font-size: 1.5rem;
}
.renovation-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url(../images/photo-1586023492125-27b2c045efd7.jpg)
      center center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
}
.renovation-service-card {
  border-radius: 10px;
  overflow: hidden;
  height: 350px;
  position: relative;
  margin-bottom: 2rem;
  transition: transform 0.3s;
}
.renovation-service-card:hover {
  transform: translateY(-10px);
}
.renovation-service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.renovation-service-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  padding: 2rem;
}
.renovation-service-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: var(--primary-color);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.before-after-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.after-image,
.before-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.before-image {
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.after-image {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
.comparison-slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: var(--primary-color);
  transform: translateX(-50%);
  cursor: ew-resize;
  z-index: 10;
}
.comparison-slider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
}
.process-step-card,
.renovation-detail:hover {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.comparison-slider::after {
  content: "\f07e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.renovation-process {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.process-step-card {
  flex: 1;
  max-width: 250px;
  padding: 2rem 1.5rem;
  border-radius: 10px;
  position: relative;
  transition: 0.3s;
}
.process-step-number {
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.renovation-detail {
  padding: 2rem;
  background: var(--light-gray);
  border-radius: 10px;
  margin-bottom: 1.5rem;
  transition: 0.3s;
}
.renovation-detail-icon {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}
.renovation-gallery,
.residential-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.gallery-item,
.gallery-item-renovation {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 250px;
}
.gallery-overlay,
.gallery-overlay-renovation {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  padding: 1.5rem;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s;
}
.feature-check {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.feature-check-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.renovation-testimonial {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  height: 100%;
}
.renovation-testimonial .quote-icon,
.residential-testimonial .quote-icon {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  opacity: 0.7;
}
@media (max-width: 992px) {
  .blog-hero h1,
  .development-hero h1,
  .hero-title,
  .renovation-hero h1 {
    font-size: 1.8rem;
  }
  .section-padding {
    padding: 3rem 0;
  }
  .blog-detail-hero h1,
  .faq-hero h1,
  .privacy-hero h1,
  .terms-hero h1 {
    font-size: 1.5rem;
  }
  .blog-featured-image {
    height: 400px;
  }
  .author-bio-detail {
    flex-direction: column;
    text-align: center;
  }
  .author-avatar-detail {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .post-navigation {
    flex-direction: column;
    gap: 1.5rem;
  }
  .nav-post,
  .process-step {
    max-width: 100%;
  }
  .featured-post-image {
    height: 300px;
  }
  .blog-grid,
  .portfolio-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
  .blog-sidebar {
    position: static;
    margin-top: 3rem;
  }
  .faq-search-container {
    margin-top: -30px;
  }
  .policy-toc-list {
    grid-template-columns: 1fr;
  }
  .process-container,
  .renovation-process {
    flex-direction: column;
    align-items: center;
  }
  .process-step-card {
    max-width: 100%;
    width: 100%;
  }
  .renovation-gallery {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
.process-step-number,
.residential-hero {
  align-items: center;
  display: flex;
  color: #fff;
}
@media (max-width: 768px) {
  .blog-hero h1,
  .development-hero h1,
  .hero-title,
  .renovation-hero h1 {
    font-size: 1.2rem;
  }
  .hero-subtitle {
    font-size: 1.1rem;
  }
  .navbar-nav {
    text-align: center;
    padding-top: 1rem;
  }
  .blog-content h2,
  .section-title {
    font-size: 1.8rem;
  }
  .blog-detail-hero h1,
  .faq-hero h1,
  .privacy-hero h1 {
    font-size: 1rem;
  }
  .blog-detail-hero {
    height: 60vh;
  }
  .blog-content {
    padding: 2rem 0;
  }
  .before-after-container,
  .blog-featured-image,
  .renovation-service-card {
    height: 300px;
  }
  .blog-content h3 {
    font-size: 1.3rem;
  }
  .blog-quote {
    padding: 1.5rem 2rem;
    font-size: 1.1rem;
  }
  .share-widget {
    flex-direction: column;
    align-items: flex-start;
  }
  .comment-avatar,
  .share-label {
    margin-bottom: 1rem;
  }
  .comment {
    flex-direction: column;
  }
  .blog-hero {
    height: 50vh;
  }
  .featured-post-content {
    padding: 2rem;
  }
  .author-bio {
    flex-direction: column;
    text-align: center;
  }
  .author-avatar {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .faq-hero,
  .privacy-hero {
    height: 40vh;
  }
  .faq-categories {
    flex-direction: column;
    align-items: center;
  }
  .faq-category-btn {
    width: 100%;
    max-width: 300px;
  }
  .popular-questions,
  .portfolio-grid,
  .renovation-gallery {
    grid-template-columns: 1fr;
  }
  .faq-stats {
    gap: 1rem;
  }
  .faq-stat {
    min-width: 120px;
  }
  .policy-section h2 {
    font-size: 1.5rem;
  }
  .policy-section h3 {
    font-size: 1.2rem;
  }
  .data-table {
    display: block;
    overflow-x: auto;
  }
  .privacy-request-form {
    padding: 1.5rem;
  }
  .phase-timeline::before {
    left: 30px;
  }
  .phase-item {
    flex-direction: row !important;
    margin-left: 60px;
  }
  .phase-content {
    width: 100%;
  }
  .phase-marker {
    left: 0;
    transform: translateX(-50%);
  }
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 1.2rem;
  }
  .btn-outline-custom,
  .btn-primary-custom {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .blog-detail-meta {
    flex-direction: column;
    gap: 1rem;
  }
  .blog-grid,
  .related-posts-grid {
    grid-template-columns: 1fr;
  }
  .comment-reply {
    margin-left: 2rem;
  }
  .blog-card-meta {
    flex-wrap: wrap;
  }
  .faq-hero p,
  .faq-question,
  .privacy-hero p {
    font-size: 1rem;
  }
  .faq-form,
  .faq-search-container {
    padding: 1.5rem;
  }
  .faq-question {
    padding: 1.2rem;
  }
  .faq-contact-cta {
    padding: 2rem;
  }
  .cookie-controls,
  .right-item {
    flex-direction: column;
  }
  .cookie-btn {
    width: 100%;
  }
  .right-icon {
    margin-bottom: 0.8rem;
  }
  .pillar-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  .process-step .step-circle {
    width: 80px;
    height: 80px;
  }
  .renovation-service-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  .process-step-number {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
}
.residential-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../images/photo-1568605114967-8130f3a36994.jpg)
      center center/cover no-repeat;
  height: 70vh;
  text-align: center;
}
.residential-service-detail {
  padding: 2rem;
  background: var(--light-gray);
  border-radius: 10px;
  height: 100%;
  transition: transform 0.3s;
}
.residential-service-detail:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.process-timeline {
  position: relative;
  padding: 2rem 0;
}
.process-step-number {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  border-radius: 50%;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  z-index: 1;
}
.residential-testimonial {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.feature-checklist li {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
}
.feature-checklist li i {
  color: var(--primary-color);
  margin-right: 10px;
  font-size: 1.2rem;
}
.terms-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url(../images/photo-1589829545856-d10d557cf95f.jpg)
      center center/cover no-repeat;
  height: 50vh;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
}
.definition-list {
  margin: 1.5rem 0;
}
.definition-term {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.3rem;
}
.definition-description {
  margin-bottom: 1rem;
  border-left: 2px solid var(--light-gray);
  padding-left: 1rem;
}
.important-notice h4 {
  color: #333;
  margin-bottom: 1rem;
}
.toc-list {
  list-style: none;
  padding-left: 0;
}
.toc-list li {
  margin-bottom: 0.8rem;
}
.contact-info-legal {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 2rem;
  margin: 3rem 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.contact-info-legal h3 {
  margin-bottom: 1.5rem;
  color: var(--primary-color);
}
.download-section {
  text-align: center;
  padding: 2rem;
  background: var(--light-gray);
  border-radius: 10px;
  margin: 2rem 0;
}
.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .residential-hero h1 {
    font-size: 1.5rem;
  }
  .process-timeline::before {
    left: 30px;
  }
  .process-step {
    flex-direction: row !important;
    margin-left: 60px;
  }
  .process-step-content {
    width: 100%;
  }
  .process-step-number {
    left: 0;
    transform: translateX(-50%);
  }
  .terms-hero {
    height: 40vh;
  }
  .terms-hero h1 {
    font-size: 2rem;
  }
  .terms-section h2 {
    font-size: 1.5rem;
  }
  .terms-section h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .terms-hero p {
    font-size: 1rem;
  }
  .contact-info-legal,
  .toc-container {
    padding: 1.5rem;
  }
}
.case-study-stat,
.commercial-hero,
.stat-box {
  text-align: center;
}
.commercial-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url(../images/photo-1497366754035-f200968a6e72.jpg)
      center center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  color: #fff;
}
.commercial-hero-content {
  max-width: 800px;
  margin: 0 auto;
}
.commercial-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.commercial-hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.commercial-stats {
  background: var(--primary-color);
  color: #fff;
  padding: 4rem 0;
}
.stat-box {
  padding: 1.5rem;
}
.stat-number {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;color: #000;
}
.process-diagram .aos-animate{box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;}
.stat-label {
  font-size: 1.1rem;
  opacity: 0.9;color: #000;
}
.project-type-card {
  border-radius: 10px;
  overflow: hidden;
  height: 400px;
  position: relative;
  margin-bottom: 2rem;
  transition: transform 0.3s;
}
.project-type-card:hover {
  transform: translateY(-10px);
}
.project-type-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-type-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  padding: 2rem;
}
.process-step-diagram .step-number,
.project-type-icon {
  background: var(--primary-color);
  border-radius: 50%;
  align-items: center;
}
.project-type-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
}
.case-study {
  background: var(--light-gray);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 3rem;
}
.case-study-image {
  height: 100%;
  min-height: 350px;
  object-fit: cover;
}
.case-study-content {
  padding: 3rem;
}
.case-study-stats {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
.case-study-stat .number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
  display: block;
}
.commercial-service {
  padding: 2.5rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: 0.3s;
}
.commercial-service:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.commercial-service .icon {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  display: inline-block;
}
.process-diagram {
  position: relative;
  padding: 3rem 0;
}
.process-step-diagram {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}
.process-step-diagram .step-number {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 2;
}
.process-step-diagram:not(:last-child) .step-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: calc(100% + 2rem);
  height: 3px;
  background: #e0e0e0;
  z-index: 1;
}
.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 2rem;
  align-items: center;
}
.client-logo {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: 0.3s;
}
.client-logo:hover {
  filter: grayscale(0);
  opacity: 1;
}
@media (max-width: 992px) {
  .commercial-hero h1 {
    font-size: 1.2rem;
  }
  .case-study-image {
    min-height: 300px;
  }
  .process-step-diagram:not(:last-child) .step-number::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .commercial-hero h1 {
    font-size: 2.2rem;
  }
  .stat-number {
    font-size: 2.5rem;
  }
  .case-study-stats {
    flex-wrap: wrap;
  }
  .client-logo-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1.5rem;
  }
}

       