/* WHY CHOOSE US 4-Box Grid */
.why-choose-container.why-choose-4box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  position: relative;
  z-index: 2;
}

/* WHY CHOOSE US 4-Box Split Layout (Image Right) */
.why-choose-container.why-choose-4box.split-img-right {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0 60px 0;
  background: none;
  position: relative;
  z-index: 2;
  gap: 3em;
}
.why-choose-4box-content {
  flex: 1 1 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 320px;
  max-width: 600px;
  padding-right: 1.5em;
}
.why-choose-features-4box.split-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  width: 100%;
  max-width: 520px;
}
.why-choose-4box-img-wrap {
  flex: 1 1 380px;
  min-width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-4box-img {
  width: 100%;
  max-width: 420px;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(191,160,70,0.13);
  object-fit: cover;
  min-height: 260px;
  background: #eee;
}
@media (max-width: 1100px) {
  .why-choose-container.why-choose-4box.split-img-right {
    flex-direction: column;
    gap: 2em;
    padding: 40px 0 30px 0;
  }
  .why-choose-4box-content, .why-choose-4box-img-wrap {
    max-width: 100vw;
    min-width: 0;
    padding: 0 1em;
  }
  .why-choose-features-4box.split-img {
    grid-template-columns: 1fr;
    gap: 1em;
    max-width: 100vw;
  }
  .why-choose-4box-img {
    max-width: 98vw;
    min-height: 180px;
  }
}
.why-choose-header-4box {
  text-align: center;
  margin-bottom: 2.5em;
}
.why-choose-accent-bar {
  width: 60px;
  height: 6px;
  background: #EAA64C;
  border-radius: 3px;
  margin: 0 auto 1.5em auto;
}
.why-choose-heading-alt {
  font-size: 2em;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.5em;
  letter-spacing: 0.5px;
}
.why-choose-heading-alt .highlight {
  color: #EAA64C;
}
.why-choose-desc-alt {
  font-size: 1.13em;
  color: #555;
  margin-bottom: 2.2em;
  line-height: 1.7;
}
.why-choose-features-4box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.2em;
  width: 100%;
  max-width: 1000px;
}
.why-choose-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(191,160,70,0.10);
  padding: 2.2em 1.5em 1.5em 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.why-choose-box:hover {
  box-shadow: 0 8px 32px rgba(191,160,70,0.16);
  transform: translateY(-8px) scale(1.03);
}
.why-choose-box-icon {
  font-size: 2.5em;
  color: #EAA64C;
  margin-bottom: 0.7em;
}
.why-choose-box-title {
  font-size: 1.18em;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.4em;
  letter-spacing: 0.5px;
}
.why-choose-box-desc {
  font-size: 1.02em;
  color: #444;
  line-height: 1.5;
}
@media (max-width: 1100px) {
  .why-choose-features-4box {
    grid-template-columns: 1fr 1fr;
    gap: 1.2em;
  }
}
@media (max-width: 700px) {
  .why-choose-features-4box {
    grid-template-columns: 1fr;
    gap: 1em;
  }
  .why-choose-container.why-choose-4box {
    padding: 40px 0 30px 0;
  }
}
/* Redesigned WHY CHOOSE US Section (Split Layout) */
.why-choose-section.redesigned-why {
  background: #f7f4ee;
  padding: 70px 0 60px 0;
  position: relative;
  overflow: hidden;
}
.why-choose-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(120deg, #fffbe9 0%, #f7f4ee 100%);
  z-index: 1;
}
.why-choose-split {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 0;
  background: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(191,160,70,0.07);
}
.why-choose-left {
  flex: 1 1 420px;
  background: #fff;
  padding: 3.5em 2.5em 3.5em 2.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 320px;
  position: relative;
}
.why-choose-accent-bar {
  width: 60px;
  height: 6px;
  background: #EAA64C;
  border-radius: 3px;
  margin-bottom: 1.5em;
}
.why-choose-heading-alt {
  font-size: 2em;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.5em;
  letter-spacing: 0.5px;
}
.why-choose-heading-alt .highlight {
  color: #EAA64C;
}
.why-choose-desc-alt {
  font-size: 1.13em;
  color: #555;
  margin-bottom: 2.2em;
  line-height: 1.7;
}
.why-choose-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.why-choose-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 1.1em;
}
.why-feature-icon-alt {
  font-size: 2em;
  color: #EAA64C;
  flex-shrink: 0;
  margin-top: 0.1em;
}
.why-feature-list-title {
  font-weight: 700;
  color: #222;
  font-size: 1.08em;
  margin-right: 0.5em;
}
.why-feature-list-desc {
  color: #666;
  font-size: 1em;
  font-weight: 400;
}
.why-choose-right-img {
  flex: 1 1 420px;
  min-width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f4ee;
  position: relative;
}
.why-choose-img-modern-alt {
  width: 100%;
  max-width: 480px;
  border-radius: 0 18px 18px 0;
  box-shadow: 0 4px 24px rgba(191,160,70,0.13);
  object-fit: cover;
  min-height: 320px;
  background: #eee;
}
@media (max-width: 900px) {
  .why-choose-split {
    flex-direction: column;
    max-width: 98vw;
    box-shadow: none;
  }
  .why-choose-left, .why-choose-right-img {
    min-width: 0;
    max-width: 100vw;
    border-radius: 0;
    padding: 2em 1em;
  }
  .why-choose-img-modern-alt {
    border-radius: 0 0 18px 18px;
    max-width: 100vw;
    min-height: 180px;
  }
}
/* Redesigned Our Previous Projects Section */
.project-gallery-section.redesigned-gallery {
  background: #f8f6f2;
  padding: 60px 0 50px 0;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2em;
  max-width: 1100px;
  margin: 0 auto 2.5em auto;
  padding: 0 1em;
}
.gallery-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(191,160,70,0.10);
  overflow: hidden;
  position: relative;
  transition: transform 0.25s, box-shadow 0.25s;
  cursor: pointer;
}
.gallery-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px rgba(191,160,70,0.16);
}
.gallery-card-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  background: #eee;
}
.gallery-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.3s;
}
.gallery-card:hover .gallery-card-img {
  filter: brightness(0.85) blur(1px);
}
.gallery-card-overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(34,34,34,0.55) 0%, rgba(255,255,255,0.01) 80%);
  opacity: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1.2em 1em;
  transition: opacity 0.3s;
  border-radius: 0 0 16px 16px;
}
.gallery-card:hover .gallery-card-overlay {
  opacity: 1;
}
.gallery-card-title {
  color: #fff;
  font-size: 1.18em;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
  margin-bottom: 0.2em;
}
.gallery-viewall-wrap {
  text-align: center;
}
.gallery-viewall-btn {
  display: inline-block;
  background: #EAA64C;
  color: #fff;
  font-weight: 600;
  font-size: 1.08em;
  padding: 0.85em 2.2em;
  border-radius: 24px;
  text-decoration: none;
  margin-top: 0.5em;
  box-shadow: 0 2px 8px rgba(191,160,70,0.10);
  transition: background 0.2s, color 0.2s;
}
.gallery-viewall-btn:hover {
  background: #b08d4c;
  color: #fffbe9;
}
@media (max-width: 700px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1.2em;
  }
}
/* Redesigned WHY CHOOSE US Section */
.why-choose-section.redesigned-why {
  position: relative;
  background: #f7f4ee;
  padding: 70px 0 60px 0;
  overflow: hidden;
}
.why-choose-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(120deg, #fffbe9 0%, #f7f4ee 100%);
  z-index: 1;
}
.why-choose-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 3.5em;
  flex-wrap: wrap;
}
.why-choose-content {
  flex: 1 1 380px;
  min-width: 320px;
  max-width: 540px;
  text-align: center;
}
.why-choose-heading {
  font-size: 2.1em;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.5em;
  letter-spacing: 0.5px;
  text-align: center;
}
.why-choose-heading .highlight {
  color: #EAA64C;
}
.why-choose-desc {
  font-size: 1.13em;
  color: #555;
  margin-bottom: 2.2em;
  line-height: 1.7;
  text-align: center;
}
.why-choose-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.7em 2.2em;
}
.why-feature-block {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(191,160,70,0.07);
  padding: 1.3em 1.2em 1.1em 1.2em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.why-feature-icon {
  font-size: 2em;
  color: #EAA64C;
  margin-bottom: 0.5em;
}
.why-feature-title {
  font-size: 1.13em;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.2em;
}
.why-feature-desc {
  font-size: 1em;
  color: #666;
  line-height: 1.5;
}
.why-choose-image-wrap {
  flex: 1 1 320px;
  min-width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-img-modern {
  width: 100%;
  max-width: 420px;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(191,160,70,0.13);
  object-fit: cover;
}
@media (max-width: 900px) {
  .why-choose-container {
    flex-direction: column;
    gap: 2.2em;
    padding: 0 1em;
  }
  .why-choose-img-modern {
    max-width: 98vw;
  }
  .why-choose-content {
    max-width: 100%;
  }
}
/* Redesigned Testimonial Section */
.testimonial-section.redesigned {
  background: #f8f6f2;
  padding: 60px 0 50px 0;
}
.testimonial-header {
  text-align: center;
  margin-bottom: 2.5em;
}
.testimonial-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.2em;
}
.testimonial-slider-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 320px;
  max-width: 540px;
  margin: 0 auto 1.5em auto;
}
.testimonial-card {
  display: none;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(191,160,70,0.10);
  padding: 38px 32px 28px 32px;
  min-width: 320px;
  max-width: 540px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  z-index: 1;
}
.testimonial-card.active {
  display: flex;
  opacity: 1;
  position: relative;
  z-index: 2;
  transform: scale(1.02);
}
.testimonial-card-content {
  margin-bottom: 1.5em;
  position: relative;
}
.testimonial-card-quote {
  color: #EAA64C;
  font-size: 2.2em;
  position: absolute;
  left: -0.7em;
  top: -0.5em;
  opacity: 0.18;
  pointer-events: none;
}
.testimonial-card-text {
  font-size: 1.13em;
  color: #444;
  line-height: 1.7;
  font-style: italic;
  margin-left: 1.2em;
}
.testimonial-card-footer {
  display: flex;
  align-items: center;
  gap: 1em;
}
.testimonial-card-photo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(191,160,70,0.10);
  border: 2px solid #fff3e0;
}
.testimonial-card-author {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.testimonial-card-name {
  font-weight: 700;
  color: #222;
  font-size: 1.08em;
}
.testimonial-card-role {
  font-size: 0.98em;
  color: #EAA64C;
  font-weight: 500;
}
.testimonial-controls {
  display: flex;
  justify-content: center;
  gap: 1.2em;
  margin-top: 1.2em;
}
.testimonial-arrow {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-shadow: 0 2px 8px rgba(191,160,70,0.10);
  color: #EAA64C;
  font-size: 1.3em;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.testimonial-arrow:hover {
  background: #EAA64C;
  color: #fff;
}
@media (max-width: 700px) {
  .testimonial-slider-cards, .testimonial-card {
    min-width: 0;
    max-width: 98vw;
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonial-card {
    padding: 28px 10px 18px 10px;
  }
}
/* Modern FAQ Accordion Styles */
.faq-container {
  max-width: 900px;
  margin: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
}
.faq-container h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  color: #333;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #ff6600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s;
}
.faq-question:hover {
  color: #e05400;
}
.faq-answer {
  margin-top: 10px;
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  display: none;
}
.faq-item.active .faq-answer {
  display: block;
}
.faq-icon {
  font-size: 22px;
  transition: transform 0.3s;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
}
@media (max-width: 600px) {
  .faq-container {
    padding: 25px 20px;
  }
  .faq-container h2 {
    font-size: 26px;
  }
  .faq-question {
    font-size: 16px;
  }
}
/* How It Works Section */
.how-it-works-section {
    background: #faf7f2;
    padding: 3.5em 0 2.5em 0;
    margin: 0 0 2.5em 0;
    border-radius: 18px;
    box-shadow: 0 2px 18px rgba(191,160,70,0.06);
}
.how-it-works-header {
    text-align: center;
    margin-bottom: 2.2em;
}
.how-it-works-title {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0.4em;
    color: #222;
}
.how-it-works-subtitle {
    font-size: 1.13em;
    color: #b08d4c;
    font-weight: 500;
    margin-bottom: 0.2em;
}
.how-it-works-steps {
    display: flex;
    justify-content: center;
    gap: 2.5em;
    flex-wrap: wrap;
}
.how-step {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(191,160,70,0.07);
    padding: 2em 1.5em 1.5em 1.5em;
    max-width: 320px;
    min-width: 240px;
    flex: 1 1 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.5em;
    position: relative;
}
.how-step-number {
    font-size: 2.2em;
    font-weight: 700;
    color: #EAA64C;
    margin-bottom: 0.5em;
    opacity: 0.9;
    letter-spacing: 2px;
}
.how-step-title {
    font-size: 1.18em;
    font-weight: 600;
    margin-bottom: 0.4em;
    color: #222;
}
.how-step-desc {
    font-size: 1em;
    color: #555;
    line-height: 1.6;
}
@media (max-width: 900px) {
    .how-it-works-steps {
        flex-direction: column;
        align-items: center;
        gap: 1.2em;
    }
    .how-step {
        max-width: 98%;
        min-width: 0;
        width: 100%;
    }
}
/* Split layout for highlight section */
.highlight-bg-flex {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 340px;
    width: 100%;
}
.highlight-bg-spacer {
    flex: 1 1 0;
    /* This area will show the background image */
}
.highlight-bg-content-right {
    flex: 0 1 520px;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
    max-width: 520px;
    padding: 2.5em 2.5em 2.5em 1.5em;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: rgba(30,30,30,0.10);
    border-radius: 0 18px 18px 0;
    z-index: 2;
}
@media (max-width: 900px) {
  .highlight-bg-flex {
    flex-direction: column;
  }
  .highlight-bg-spacer {
    display: none;
  }
  .highlight-bg-content-right {
    max-width: 100%;
    border-radius: 0 0 18px 18px;
    padding: 2em 1em;
    align-items: flex-end;
  }
}
/* Right-aligned highlight section content */
.highlight-bg-content-right {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
    max-width: 600px;
    padding-right: 3vw;
    padding-left: 1vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.highlight-bg-content-right .highlight-title,
.highlight-bg-content-right .highlight-desc,
.highlight-bg-content-right .highlight-btn {
    text-align: right;
    align-self: flex-end;
}
/* Highlight Section: Best Interior Designers in Thane */
.highlight-bg-section {
    position: relative;
    background: url('../assets/slider2.jpg') center center/cover no-repeat;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 2.5em 0;
    border-radius: 18px;
    overflow: hidden;
}
.highlight-bg-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(30, 30, 30, 0.60);
    z-index: 1;
}
.highlight-bg-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 2.5em 1.5em;
}
.highlight-title {
    font-size: 2.1em;
    font-weight: 700;
    margin-bottom: 0.7em;
    letter-spacing: 1px;
}
.highlight-desc {
    font-size: 1.13em;
    font-weight: 400;
    margin-bottom: 1.5em;
    line-height: 1.7;
    color: #f3f3f3;
}
.highlight-btn {
    display: inline-block;
    background: #EAA64C;
    color: #fff;
    font-weight: 600;
    padding: 0.85em 2.2em;
    border-radius: 24px;
    font-size: 1.08em;
    text-decoration: none;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    transition: background 0.2s, color 0.2s;
}
.highlight-btn:hover {
    background: #c98a3b;
    color: #fff;
}
/* Modern Services Card Images */
.modern-service-img.full-img {
    width: 100%;
    margin-bottom: 1.1em;
    display: block;
}
.modern-service-img.full-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 4px 18px rgba(0,0,0,0.10);
    border: none;
    background: #fff;
    transition: transform 0.2s;
    display: block;
}
.modern-service-img.full-img img:hover {
    transform: scale(1.03);
}
.modern-service-img {
    margin-bottom: 1.1em;
}
/* Modern Services Section */
.modern-services-section {
    width: 100vw;
    background: #faf9f6;
    padding: 3em 0 2.5em 0;
    margin: 0 auto 2em auto;
}
.modern-services-header {
    text-align: center;
    margin-bottom: 2.5em;
}
.modern-services-title {
    font-size: 2em;
    font-weight: 700;
    color: #181818;
    margin-bottom: 0.3em;
    letter-spacing: 1px;
}
.modern-services-subtitle {
    font-size: 1.15em;
    color: #EAA64C;
    font-weight: 600;
    margin-bottom: 0.7em;
    letter-spacing: 0.5px;
}
.modern-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.2em;
}
.modern-service-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(191,160,70,0.07);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.2em 1.5em 1.5em 1.5em;
    position: relative;
    transition: box-shadow 0.2s, transform 0.2s;
    min-height: 320px;
}
.modern-service-card:hover {
    box-shadow: 0 4px 20px rgba(191,160,70,0.13);
    transform: translateY(-4px) scale(1.03);
}
.modern-service-number {
    font-size: 2.5em;
    font-weight: 700;
    color: #EAA64C;
    opacity: 0.18;
    position: absolute;
    top: 1.1em;
    left: 1.2em;
    z-index: 1;
    pointer-events: none;
}
.modern-service-content {
    position: relative;
    z-index: 2;
    margin-top: 1.2em;
    width: 100%;
}
.modern-service-title {
    font-size: 1.18em;
    font-weight: 700;
    color: #181818;
    margin-bottom: 0.5em;
    letter-spacing: 0.5px;
}
.modern-service-desc {
    font-size: 1.02em;
    color: #444;
    margin-bottom: 1.2em;
    line-height: 1.5;
}
.modern-service-link {
    color: #EAA64C;
    font-weight: 600;
    text-decoration: none;
    font-size: 1em;
    border-bottom: 1.5px solid #EAA64C;
    transition: color 0.2s, border-color 0.2s;
}
.modern-service-link:hover {
    color: #bfa046;
    border-color: #bfa046;
}
@media (max-width: 1100px) {
    .modern-services-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.2em;
    }
}
@media (max-width: 700px) {
    .modern-services-grid {
        grid-template-columns: 1fr;
        gap: 1em;
    }
    .modern-service-card {
        min-height: 0;
        padding: 1.2em 0.7em 1em 0.7em;
    }
    .modern-service-number {
        font-size: 1.5em;
        top: 0.7em;
        left: 0.8em;
    }
}
/* Our Services Intro Section */
.services-intro-section {
    width: 100vw;
    background: #fff;
    padding: 2.5em 0 1.5em 0;
    margin: 0 auto 0 auto;
}
.services-intro-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 0 1.2em;
}
.services-intro-title {
    font-size: 2.2em;
    font-weight: 700;
    color: #181818;
    margin-bottom: 0.3em;
    letter-spacing: 1px;
}
.services-intro-subtitle {
    font-size: 1.18em;
    color: #EAA64C;
    font-weight: 600;
    margin-bottom: 0.7em;
    letter-spacing: 0.5px;
}
.services-intro-desc {
    font-size: 1.08em;
    color: #444;
    margin-bottom: 0.2em;
    line-height: 1.6;
}
@media (max-width: 600px) {
    .services-intro-title {
        font-size: 1.3em;
    }
    .services-intro-subtitle {
        font-size: 1em;
    }
    .services-intro-desc {
        font-size: 0.98em;
    }
}
/* Stats Bar Section (Single Link) */
.stats-bar-link {
    display: block;
    text-decoration: none;
    margin: 0 auto 2em auto;
    width: 100vw;
    background: none;
}
.stats-bar-section {
    background: #fff;
    padding: 0;
    margin: 0;
    width: 100vw;
    box-shadow: 0 2px 12px rgba(191,160,70,0.07);
    border-radius: 0;
    transition: box-shadow 0.2s, background 0.2s;
}
.stats-bar-link:hover .stats-bar-section {
    background: #faf9f6;
    box-shadow: 0 4px 20px rgba(191,160,70,0.13);
}
.stats-bar-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    min-height: 110px;
}
.stat-bar-block {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5em 0.5em 1.2em 0.5em;
    background: none;
}
.stat-bar-value {
    font-size: 2.3em;
    font-weight: 700;
    color: #EAA64C;
    margin-bottom: 0.2em;
    letter-spacing: 1px;
    line-height: 1.1;
}
.stat-bar-label {
    font-size: 1.08em;
    color: #222;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 1.2;
}
.stat-bar-divider {
    width: 2px;
    background: #f0e3c2;
    margin: 1.2em 0;
    border-radius: 2px;
    min-height: 60px;
    align-self: stretch;
}
@media (max-width: 900px) {
    .stats-bar-container {
        min-height: 70px;
    }
    .stat-bar-value {
        font-size: 1.4em;
    }
    .stat-bar-label {
        font-size: 0.98em;
    }
    .stat-bar-divider {
        min-height: 40px;
    }
}
@media (max-width: 600px) {
    .stats-bar-container {
        flex-direction: column;
        min-height: 0;
        gap: 0;
    }
    .stat-bar-block {
        padding: 0.7em 0;
    }
    .stat-bar-divider {
        width: 80%;
        height: 2px;
        min-height: 0;
        margin: 0.2em auto;
        background: #f0e3c2;
    }
}
/* Stats Section */
.stats-section {
    width: 100vw;
    background: #fff;
    padding: 2.5em 0 2em 0;
    margin: 0 auto 2em auto;
}
.stats-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2.5em;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.stat-block {
    background: #faf9f6;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(191,160,70,0.07);
    padding: 2em 2.5em 1.5em 2.5em;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0.5em 0;
    transition: box-shadow 0.2s, transform 0.2s;
}
.stat-block:hover {
    box-shadow: 0 4px 20px rgba(191,160,70,0.13);
    transform: translateY(-4px) scale(1.03);
}
.stat-value {
    font-size: 2.7em;
    font-weight: 700;
    color: #EAA64C;
    margin-bottom: 0.2em;
    letter-spacing: 1px;
}
.stat-label {
    font-size: 1.1em;
    color: #222;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
}
@media (max-width: 900px) {
    .stats-container {
        gap: 1.2em;
    }
    .stat-block {
        padding: 1.2em 1.2em 1em 1.2em;
        min-width: 120px;
    }
    .stat-value {
        font-size: 2em;
    }
}
@media (max-width: 600px) {
    .stats-container {
        flex-direction: column;
        align-items: center;
        gap: 0.7em;
    }
    .stat-block {
        width: 90vw;
        min-width: 0;
        padding: 1em 0.7em 0.7em 0.7em;
    }
    .stat-value {
        font-size: 1.4em;
    }
}
/* Services Portrait Image Slider */
.service-slider-container {
    position: relative;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto 3em auto;
    max-height: 480px;
}
.service-slider {
    display: flex;
    transition: transform 0.5s cubic-bezier(.77,0,.18,1);
    width: 100vw;
}
.service-slide {
    min-width: 100vw;
    height: 480px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0;
    display: flex;
    align-items: flex-end;
}
.service-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg,rgba(0,0,0,0.7) 80%,rgba(0,0,0,0.1) 100%);
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
    padding: 18px 32px 18px 24px;
    border-radius: 0 18px 0 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    min-width: 260px;
    max-width: 80vw;
    letter-spacing: 0.5px;
}
.service-slider-container .slider-arrow {
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #d6a654;
    border: 2px solid #d6a654;
    border-radius: 50%;
    padding: 10px 12px;
    cursor: pointer;
    font-size: 1.5em;
    transition: 0.3s;
    box-shadow: 0 2px 8px rgba(191,160,70,0.13);
    z-index: 2;
    position: absolute;
}
.service-slider-container .slider-arrow.left { left: 10px; }
.service-slider-container .slider-arrow.right { right: 10px; }
.service-slider-container .slider-arrow:hover {
    background-color: #d6a654;
    color: #fff;
}
@media (max-width: 900px) {
    .service-slide, .service-slider-container {
        height: 280px;
        max-height: 280px;
    }
    .service-caption {
        font-size: 1em;
        padding: 10px 16px 10px 12px;
    }
}
@media (max-width: 600px) {
    .service-slide, .service-slider-container {
        height: 160px;
        max-height: 160px;
    }
    .service-caption {
        font-size: 0.95em;
        padding: 6px 8px 6px 8px;
        min-width: 120px;
    }
}
/* Full-width Image Slider */
.slider-container {
    position: relative;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto 3em auto;
    max-height: 400px;
}
.slider {
    display: flex;
    transition: transform 0.4s ease-in-out;
    width: 100%;
}
.slide {
    min-width: 100vw;
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slide-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    background: rgba(0, 0, 0, 0.3);
    padding: 8px 16px;
    border-radius: 5px;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background-color: #fff;
    color: #d6a654;
    border: 2px solid #d6a654;
    border-radius: 50%;
    padding: 10px 12px;
    cursor: pointer;
    font-size: 1.5em;
    transition: 0.3s;
    box-shadow: 0 2px 8px rgba(191,160,70,0.13);
}
.slider-arrow:hover {
    background-color: #d6a654;
    color: #fff;
}
.slider-arrow.left {
    left: 10px;
}
.slider-arrow.right {
    right: 10px;
}
@media (max-width: 900px) {
    .slide, .slider-container {
        height: 240px;
        max-height: 240px;
    }
    .slide-caption {
        font-size: 1.1em;
        padding: 6px 10px;
    }
}
@media (max-width: 600px) {
    .slide, .slider-container {
        height: 140px;
        max-height: 140px;
    }
    .slide-caption {
        font-size: 0.95em;
        padding: 4px 7px;
    }
}

body { background: #f8f8f8; margin: 0; font-family: 'Barlow Semi Condensed', 'Segoe UI', Arial, sans-serif; }
.hero {
    min-height: 100vh;
    background: linear-gradient(90deg, #222 60%, #bfa046 100%);
    color: #fff;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.header {
    background: transparent;
    color: #fff;
    padding: 2em 0 0.5em 0;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    z-index: 10;
}
.nav {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(34,34,34,0.7);
    box-shadow: none;
    padding: 0.5em 0;
    text-align: center;
    margin-bottom: 1em;
}
.nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 1.5em;
    font-weight: 500;
    transition: color 0.2s;
}
.nav a:hover {
    color: #bfa046;
}
.slider {
    width: 100vw;
    height: 100vh;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    z-index: 1;
}
.slides {
    position: relative;
    width: 100vw;
    height: 100vh;
}
.slide {
    position: absolute;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    opacity: 0;
    transition: opacity 0.7s;
    z-index: 1;
}
.slide img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: block;
}
input[type="radio"] {
    display: none;
}
#slide1:checked ~ .slide.s1 {
    opacity: 1;
    z-index: 2;
}
#slide2:checked ~ .slide.s2 {
    opacity: 1;
    z-index: 2;
}
#slide3:checked ~ .slide.s3 {
    opacity: 1;
    z-index: 2;
}
.navigation-manual {
    position: absolute;
    width: 100%;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.manual-btn {
    border: 2px solid #fff;
    padding: 6px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 10px;
    background: rgba(191,160,70,0.7);
    transition: background 0.3s;
}
.manual-btn:hover {
    background: #fff;
}
.hero-content {
    text-align: center;
    margin: 2em 0 0 0;
    animation: fadeInUp 1.2s;
}
.hero-content h2 {
    font-size: 2.8em;
    margin-bottom: 0.3em;
    font-weight: 700;
    animation: textPop 1.2s;
}
.hero-content p {
    font-size: 1.3em;
    margin-bottom: 1.5em;
    animation: fadeInUp 1.6s;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes textPop {
    0% { opacity: 0; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1); }
}
.cta-btn {
    background: #bfa046;
    color: #fff;
    border: none;
    padding: 0.9em 2.2em;
    font-size: 1.1em;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s;
}
.cta-btn:hover {
    background: #a88c2c;
}
.projects {
    max-width: 1200px;
    margin: 3em auto 2em auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
}
.project-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    overflow: hidden;
    transition: box-shadow 0.2s;
}
.project-card:hover {
    box-shadow: 0 4px 20px rgba(191,160,70,0.15);
}
.project-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    background: #eee;
}
.project-info {
    padding: 1.2em;
}
.project-title {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.project-desc {
    color: #666;
    font-size: 1em;
}
@media (max-width: 900px) {
    .hero-content h2 { font-size: 2em; }
    .slide img { height: 40vh; }
}
@media (max-width: 600px) {
    .header { padding: 1em 0 0.5em 0; }
    .nav a { margin: 0 0.7em; }
    .slide img { height: 28vh; min-height: 160px; }
}
.main-header {
    background: #181818;
    color: #fff;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: relative;
    z-index: 20;
}
.main-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.4em 1.2em;
}
.logo img {
    height: 48px;
    width: auto;
}
.logo {
    background: #fff;
    border-radius: 20%;
    padding: 0.3em 0.7em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-nav {
    display: flex;
    align-items: center;
    gap: 0.3em;
    background: none;
    margin-left: 0;
}
.main-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.02em;
    padding: 0.2em 0.5em;
    border-radius: 4px;
    background: none;
    transition: background 0.2s, color 0.2s;
}
.main-nav a:hover {
    background: #EAA64C;
    color: #181818;
}
.quote-btn {
    background: #fff;
    color: #EAA64C !important;
    font-weight: 600;
    padding: 0.3em 0.7em;
    border-radius: 20%;
    margin-left: 1em;
    box-shadow: 0 2px 8px rgba(234,166,76,0.12);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
}
.quote-btn:hover {
    background: #EAA64C;
    color: #fff !important;
}
.projects-overlap {
    position: relative;
    width: 100%;
    z-index: 10;
    margin-top: -120px; /* Adjust for desired overlap */
    display: flex;
    justify-content: center;
    pointer-events: none;
}
.projects {
    max-width: 1200px;
    width: 90vw;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(191,160,70,0.13);
    padding: 2em 1.5em 1em 1.5em;
    pointer-events: auto;
}
.project-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(191,160,70,0.13);
    overflow: visible;
    transition: box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.project-info {
    padding: 1.2em;
    text-align: center;
}
.project-card {
    background: none;
    border-radius: 12px;
    box-shadow: none;
    overflow: visible;
    transition: box-shadow 0.2s;
}
.project-card:hover {
    box-shadow: 0 4px 20px rgba(191,160,70,0.15);
    background: #fff;
}
.project-icon {
    font-size: 3em;
    text-align: center;
    margin: 1em 0;
    color: #EAA64C;
}
/* About Section Styles */
.about-section {
    max-width: 1200px;
    margin: 4em auto 2em auto;
    padding: 0 1.5em;
}
.about-container {
    display: flex;
    gap: 2.5em;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(191,160,70,0.13);
    overflow: hidden;
    align-items: center;
}
.about-img {
    flex: 1 1 50%;
    min-width: 320px;
    max-width: none;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 2em 0 2em 2em;
}
.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(191,160,70,0.13);
}
.about-content {
    flex: 1 1 50%;
    padding: 2em 2em 2em 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.about-content {
    flex: 1 1 60%;
    padding: 2em 2em 2em 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.about-stats {
    display: flex;
    gap: 2em;
    margin-bottom: 1.2em;
    flex-wrap: wrap;
}
.about-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 0.7em 1.2em;
    min-width: 90px;
    box-shadow: 0 2px 8px rgba(191,160,70,0.07);
}
.stat-value {
    font-size: 1.5em;
    font-weight: 700;
    color: #EAA64C;
}
.stat-label {
    font-size: 0.98em;
    color: #222;
    margin-top: 0.2em;
}
.about-title {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0.3em;
    color: #181818;
}
.about-subtitle {
    font-size: 1.15em;
    font-weight: 600;
    margin-bottom: 0.7em;
    color: #EAA64C;
}
.about-desc {
    font-size: 1.08em;
    color: #444;
    margin-bottom: 1.2em;
    line-height: 1.6;
}
.about-btn {
    background: #EAA64C;
    color: #fff;
    border: none;
    padding: 0.7em 2em;
    font-size: 1em;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(191,160,70,0.10);
    transition: background 0.2s;
}
.about-btn:hover {
    background: #bfa046;
}
@media (max-width: 900px) {
    .about-container {
        flex-direction: column;
        gap: 1.5em;
    }
    .about-img, .about-content {
        padding: 1.2em;
    }
    .about-content {
        align-items: center;
        text-align: center;
    }
    .about-stats {
        justify-content: center;
    }
}
/* Services Section */
.services {
    padding: 60px 20px;
    text-align: center;
    background: #faf9f6;
}
.section-header .subtitle {
    text-transform: uppercase;
    color: #c59d5f;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 0.2em;
}
.section-header h2 {
    font-size: 2.2em;
    margin: 10px 0 40px;
    color: #222;
    font-weight: 700;
    letter-spacing: 1px;
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}
.service-card {
    position: relative;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 4px 24px rgba(191,160,70,0.10);
    transition: box-shadow 0.2s, transform 0.2s;
}
.service-card:hover {
    box-shadow: 0 8px 32px rgba(197,157,95,0.18);
    transform: translateY(-6px) scale(1.03);
}
.card-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(30%);
    background: #fff;
    width: 85%;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 16px rgba(0,0,0,0.10);
    border-radius: 7px;
    min-height: 56px;
}
.left-border {
    width: 5px;
    height: 32px;
    background-color: #c59d5f;
    border-radius: 3px;
    margin-right: 14px;
    flex-shrink: 0;
}
.card-content h3 {
    margin: 0;
    font-size: 1.13em;
    color: #333;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: left;
}
@media (max-width: 900px) {
    .service-grid {
        grid-template-columns: 1fr 1fr;
    }
    .service-card {
        height: 200px;
    }
    .card-content {
        width: 92%;
        padding: 14px 14px;
    }
}
@media (max-width: 600px) {
    .service-grid {
        grid-template-columns: 1fr;
    }
    .service-card {
        height: 170px;
    }
    .card-content {
        width: 96%;
        padding: 12px 10px;
    }
}
/* End Services Section */
