body {
  font-family: "Montserrat", Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #1a232f;
  /* Attractive soft gradient background */
  background: linear-gradient(120deg, #e8f0f3 0%, #f6f8fa 100%);
  min-height: 100vh;
  background-attachment: fixed;
}

/* Optional: Add a subtle pattern overlay */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.07;
  background-image: url("https://www.transparenttextures.com/patterns/symphony.png");
  z-index: 0;
}

/* Make sure main content is above the overlay */
header,
.services-section,
.about-section,
footer {
  position: relative;
  z-index: 1;
}

header {
  background: #333;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

header h1 {
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 2.2rem; /* adjust as needed */
  font-weight: 700;
  letter-spacing: 1px;
}

nav {
  margin: 20px 0;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
}

nav a {
  text-decoration: none;
  color: #1a232f;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 8px 0;
  transition: color 0.2s;
}

nav a.active,
nav a:hover {
  color: #3a7afe;
}

.cta-btn {
  background: #000;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.2s;
}

.cta-btn:hover {
  background: #c59d5f;
  color: #fff;
}

section {
  padding: 20px;
}

h2 {
  color: #333;
}

.services-section {
  background: url("../images/img3.jpg") center center/cover no-repeat;
  position: relative;
  padding: 64px 0;
}

.services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8); /* white overlay for readability */
  z-index: 0;
}

.services-header,
.services-list,
.services-section > * {
  position: relative;
  z-index: 1;
}

.services-header {
  text-align: center;
  margin-bottom: 40px;
}

.services-header h2 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #366e70;
  margin-bottom: 12px;
}

.services-header p {
  font-size: 1.18rem;
  color: #34495e;
  margin: 0 auto;
  max-width: 600px;
}

.services-list {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.service-item {
  flex: 1 1 220px;
  max-width: 320px;
  min-width: 220px;
  background: none;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.service-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  object-fit: contain;
}

.service-image {
  width: 64px;
  height: 64px;
  margin-bottom: 14px;
  border-radius: 8px; /* Optional: rounded corners */
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.service-item h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #1a232f;
  text-align: left;
}

.service-item p {
  font-size: 1.05rem;
  color: #6c7a89;
  text-align: left;
  line-height: 1.7;
}

.services-btn-container {
  margin-top: 24px;
}

.main-btn {
  display: inline-block;
  background: #3a7afe;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
  padding: 14px 38px;
  border-radius: 32px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(58, 122, 254, 0.08);
  transition: background 0.2s, box-shadow 0.2s;
}

.main-btn:hover {
  background: #2556c7;
  box-shadow: 0 6px 24px rgba(58, 122, 254, 0.15);
}

footer {
  text-align: center;
  padding: 32px 0 16px 0;
  color: #888;
  font-size: 1rem;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  margin-top: 40px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: auto;
}

.contact-form input,
.contact-form textarea {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form button {
  background: #333;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.contact-form button:hover {
  background: #555;
}

.main-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 0 32px 0;
  background: url("../images/img6.avif") center center/cover no-repeat;
  position: relative;
}

.main-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.75); /* white overlay for readability */
  z-index: 0;
}

.logo-title-container,
.main-logo,
.main-title,
.header-showcase-img {
  position: relative;
  z-index: 1;
}

.main-logo {
  width: 320px; /* Make the logo much bigger */
  max-width: 90vw;
  height: auto;
  margin-bottom: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.main-title {
  font-size: 2.7rem;
  font-weight: 800;
  color: #1a232f;
  letter-spacing: 2px;
  text-align: center;
}

.main-title span {
  font-weight: 400;
  color: #366e70;
  letter-spacing: 1px;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 64px 48px;
  /* background: #f5f5f5; */
  min-height: 60vh;
}

.hero-content {
  background: url("../images/img5.avif") center center/cover no-repeat;
  position: relative;
  padding: 64px 0;
}

.hero-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7); /* white overlay for readability */
  z-index: 0;
}

.hero-content > * {
  position: relative;
  z-index: 1;
}

.hero-content h1 {
  color: #111; /* or #000 for pure black */
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: -2px;
  margin: 0;
  line-height: 1;
}

.hero-content h1 span {
  display: block;
}

.hero-content p {
  font-size: 1.5rem;
  margin: 24px 0;
}

.hero-btn {
  background: #000;
  color: #fff;
  padding: 16px 40px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  transition: background 0.2s;
}

.hero-btn:hover {
  background: #c59d5f;
}

.hero-img {
  max-width: 500px;
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 200;
}

.whatsapp-float img {
  width: 56px;
  height: 56px;
}

/* Transform Your Space Today CTA Section */
.cta-transform-section {
  background: #366e70;
  color: #fff;
  text-align: center;
  padding: 100px 20px 90px 20px;
}

.cta-transform-section h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 28px;
  color: #fff;
}

.cta-transform-section p {
  font-size: 1.35rem;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #f8fafc;
}

.cta-transform-btn {
  display: inline-block;
  background: #4e979a;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 18px 48px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}

.cta-transform-btn:hover {
  background: #255b5d;
}

/* You can remove or comment out the .why-choose styles if not used elsewhere */
/*
.why-choose {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #fff;
  padding: 64px 48px;
  gap: 48px;
  margin-top: 0;
}

.why-choose-content {
  flex: 1.2;
  max-width: 700px;
}

.why-choose-content h2 {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 16px;
  color: #222;
}

.why-choose-content h1 {
  font-size: 2.8rem;
  font-weight: 900;
  margin: 0 0 16px 0;
  line-height: 1.15;
  color: #222;
}

.why-divider {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  margin: 24px 0;
}

.why-choose-content p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 32px;
}

.why-features {
  display: flex;
  gap: 48px;
}

.why-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-features li {
  font-size: 1rem;
  margin-bottom: 12px;
  position: relative;
  padding-left: 18px;
}

.why-features li::before {
  content: "▪";
  color: #c59d5f;
  position: absolute;
  left: 0;
  font-size: 1.1em;
  top: 0;
}

.why-choose-image {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.why-choose-image img {
  max-width: 400px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}
*/
.mission-vision-values {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #fff;
  padding: 64px 48px;
  gap: 48px;
  margin-top: 0;
}

.mvv-left {
  flex: 1.2;
  max-width: 700px;
}

.mvv-left h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

.mvv-green {
  color: #009933;
  font-size: 1.2rem;
  margin-top: 24px;
  margin-bottom: 8px;
  font-weight: 600;
}

.mvv-left p {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 12px;
}

.mvv-left ul {
  margin: 0 0 0 18px;
  padding: 0;
  color: #222;
  font-size: 1.05rem;
}

.mvv-left ul li {
  margin-bottom: 8px;
  list-style: disc;
}

.mvv-right {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.mvv-right img {
  max-width: 350px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}

/* About section styles */
.about-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1200px;
  margin: 60px auto 0 auto;
  padding: 40px 20px;
  background: url("../images/img4.avif") center center/cover no-repeat;
  position: relative;
  padding: 64px 0;
}

.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8); /* white overlay for readability */
  z-index: 0;
}

.about-section > * {
  position: relative;
  z-index: 1;
}

.about-image {
  flex: 1 1 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-image img {
  width: 100%;
  max-width: 420px;
  background: #e2e3e4;
  border: 4px solid #f3f3f3;
  border-radius: 8px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
  outline: 3px solid orange;
  outline-offset: -8px;
}

.about-content {
  flex: 1 1 480px;
  text-align: left;
}

.about-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #1a232f;
}

.about-content p {
  font-size: 1.15rem;
  color: #444;
  line-height: 1.7;
}

/* New .why-choose styles */
.why-choose-section {
  background: url("../images/img7.avif") center center/cover no-repeat;
  position: relative;
  padding: 80px 0 80px 0;
  margin-top: 48px;
  margin-bottom: 48px;
}

.why-choose-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85); /* overlay for readability */
  z-index: 0;
}

.why-choose-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.why-choose-section h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a232f;
  margin-bottom: 12px;
}

.why-choose-section p {
  font-size: 1.18rem;
  color: #34495e;
  margin-bottom: 48px;
}

.why-choose-list {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.why-choose-item {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(58, 122, 254, 0.04);
  padding: 36px 28px 32px 28px;
  min-width: 260px;
  max-width: 340px;
  flex: 1 1 260px;
  text-align: left;
}

.why-choose-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: #366e70;
  margin-bottom: 12px;
}

.why-choose-item h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a232f;
  margin-bottom: 10px;
}

.why-choose-item p {
  font-size: 1.05rem;
  color: #6c7a89;
  margin: 0;
}

/* Testimonials section styles */
.testimonials-section {
  margin: 64px auto 0 auto;
  max-width: 1400px;
  padding: 0 20px 40px 20px;
}

.testimonials-header {
  background: #f3f4f6;
  border-radius: 6px;
  padding: 32px 24px 24px 24px;
  margin: 0 auto 48px auto;
  max-width: 900px;
}

.testimonials-header h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1a232f;
  margin-bottom: 12px;
}

.testimonials-header p {
  font-size: 1.18rem;
  color: #23303a;
  margin: 0;
}

.testimonials-list {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.testimonial-item {
  flex: 1 1 260px;
  max-width: 320px;
  min-width: 220px;
  text-align: center;
  margin-bottom: 32px;
}

.testimonial-img-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}

.testimonial-img-container img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  background: #e2e3e4;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.06);
}

.testimonial-quote {
  position: absolute;
  right: 18px;
  bottom: 14px;
  background: #397072;
  color: #fff;
  font-size: 2.2rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: serif;
  border: 4px solid #fff;
  box-shadow: 0 2px 8px rgba(57, 112, 114, 0.08);
}

.testimonial-item h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a232f;
  margin-bottom: 14px;
  margin-top: 0;
}

.testimonial-item p {
  font-size: 1.08rem;
  color: #5a6a7a;
  line-height: 1.7;
  margin: 0;
}

/* Contact section styles */
.contact-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
  max-width: 1400px;
  margin: 64px auto 0 auto;
  padding: 0 20px 40px 20px;
}

.contact-info {
  flex: 1 1 420px;
  max-width: 540px;
  padding-right: 24px;
}

.contact-info h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a232f;
  margin-bottom: 18px;
}

.contact-info p {
  font-size: 1.18rem;
  color: #23303a;
  margin-bottom: 32px;
}

.contact-details {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
}

.contact-details li {
  font-size: 1.08rem;
  color: #23303a;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-icon {
  font-size: 1.25rem;
  color: #397072;
  min-width: 24px;
}

.contact-details a {
  color: #397072;
  text-decoration: underline;
  transition: color 0.2s;
}

.contact-details a:hover {
  color: #2556c7;
}

.contact-social {
  margin-top: 18px;
  display: flex;
  gap: 22px;
}

.contact-social a {
  color: #23303a;
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f3f4f6;
}

.contact-social a:hover {
  color: #fff;
  background: #397072;
}

.contact-map {
  flex: 1 1 520px;
  min-width: 320px;
  max-width: 700px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.06);
  background: #fff;
}

.contact-map iframe {
  width: 100%;
  height: 350px;
  border: 0;
  border-radius: 8px;
  display: block;
}

/* Floating Contact Us Button */
.floating-contact-btn {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 1000;
  background: #397072;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
  padding: 16px 36px;
  border-radius: 32px;
  box-shadow: 0 4px 24px rgba(57, 112, 114, 0.18);
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  letter-spacing: 1px;
}

.floating-contact-btn:hover {
  background: #2556c7;
  box-shadow: 0 6px 32px rgba(57, 112, 114, 0.25);
}

/* Modal Styles */
.quote-modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(30, 32, 34, 0.75);
  justify-content: center;
  align-items: center;
}

.quote-modal.open {
  display: flex;
}

.quote-modal-content {
  background: #fff;
  border-radius: 16px;
  display: flex;
  overflow: hidden;
  max-width: 900px;
  width: 90%;
  box-shadow: 0 8px 48px rgba(30, 32, 34, 0.18);
  position: relative;
}

.quote-modal-image {
  flex: 1 1 340px;
  min-width: 320px;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
}

.quote-modal-form {
  flex: 1 1 400px;
  padding: 36px 32px 32px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quote-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 2rem;
  color: #397072;
  cursor: pointer;
  font-weight: bold;
  transition: color 0.2s;
}

.quote-modal-close:hover {
  color: #c0392b;
}

.quote-modal-form h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 28px;
  color: #1a232f;
}

#quoteForm {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

#quoteForm input,
#quoteForm textarea {
  padding: 14px 16px;
  font-size: 1.1rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #fafbfc;
  outline: none;
  transition: border 0.2s;
  font-family: inherit;
}

#quoteForm input:focus,
#quoteForm textarea:focus {
  border: 1.5px solid #397072;
  background: #fff;
}

#quoteForm button {
  margin-top: 8px;
  padding: 16px 0;
  background: #111;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 2px;
  transition: background 0.2s;
}

#quoteForm button:hover {
  background: #397072;
}

/* Hero Section Styles */
.hero-section {
  position: relative;
  min-height: 520px;
  /* background: linear-gradient(rgba(18, 36, 54, 0.82), rgba(18, 36, 54, 0.82)),
    url("../images/hero-bg.jpg") center/cover no-repeat; */
  background: linear-gradient(120deg, #e8f0f3 0%, #f6f8fa 100%);
  color: #1a232f;
  padding-bottom: 60px;
}

.hero-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px 60px 0 60px;
}

.hero-logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-logo img {
  height: 44px;
  width: 44px;
}

.hero-logo span {
  font-size: 2rem;
  font-weight: 700;
  color: #d6f3ea;
  letter-spacing: 1px;
}

.hero-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.hero-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.18rem;
  font-weight: 500;
  padding: 8px 0;
  transition: color 0.2s;
}

.hero-link.active,
.hero-link:hover {
  color: #d6f3ea;
}

.hero-btn {
  background: #45796a;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 600;
  padding: 14px 38px;
  border-radius: 4px;
  text-decoration: none;
  margin-left: 18px;
  transition: background 0.2s;
  letter-spacing: 1px;
  display: inline-block;
}

.hero-btn:hover {
  background: #2e4d3f;
}

.hero-content {
  text-align: center;
  margin-top: 90px;
}

.hero-content h1 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 1.1;
  color: #fff;
}

.hero-content h2,
.hero-content p {
  color: #1a232f !important;
}

.hero-content p {
  font-size: 1.35rem;
  color: #e6e6e6;
  margin: 0 auto;
  max-width: 900px;
  line-height: 1.6;
}

/* Center Title Style */
.center-title {
  text-align: center;
  margin: 32px 0 24px 0;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a232f;
  letter-spacing: 1px;
}

/* Match background and set heading color for Elevating Spaces section */
.elevating-section {
  background: linear-gradient(120deg, #f8fafc 0%, #e3e9f7 50%, #f6f0fa 100%);
  padding: 60px 0;
}

.elevating-section h1,
.elevating-section h2 {
  color: #1a232f;
}

.elevating-header {
  text-align: center;
  padding: 60px 0 40px 0;
  max-width: 900px;
  margin: 0 auto;
}

.elevating-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1a232f;
  letter-spacing: 1px;
}

.elevating-header p {
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 0;
  line-height: 1.6;
}

/* FAQ Section Styles */
.faq-section {
  background: url("../images/img12.avif") center center/cover no-repeat;
  padding: 64px 0 64px 0;
  margin-top: 40px;
  text-align: center;
  position: relative;
}

.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(
    255,
    255,
    255,
    0.82
  ); /* subtle white overlay for readability */
  z-index: 0;
}

.faq-title,
.faq-subtitle,
.faq-list {
  position: relative;
  z-index: 1;
}

.faq-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1a232f;
  margin-bottom: 10px;
}

.faq-subtitle {
  font-size: 1.18rem;
  color: #34495e;
  margin-bottom: 48px;
}

.faq-list {
  display: flex;
  justify-content: center;
  gap: 48px;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.faq-item {
  flex: 1 1 260px;
  min-width: 260px;
  max-width: 400px;
  background: #f8fafc;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(58, 122, 254, 0.04);
  padding: 36px 28px 32px 28px;
  text-align: left;
}

.faq-item h3 {
  font-size: 1.45rem;
  font-weight: 700;
  color: #1a232f;
  margin-bottom: 18px;
}

.faq-item p {
  font-size: 1.08rem;
  color: #6c7a89;
  line-height: 1.7;
  margin: 0;
}

.header-showcase-img {
  width: 100%;
  max-width: 520px;
  margin-top: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.footer-copyright {
  color: #fff;
  background: #23201d;
  padding: 18px 0 12px 0;
  text-align: center;
  font-size: 1.08rem;
  border-top: 2px dashed #6b4a2b;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
}

.designer-name {
  color: #c97a3a;
  font-weight: 500;
}

@media (max-width: 900px) {
  .faq-list {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .faq-item {
    max-width: 100%;
    min-width: 0;
    text-align: left;
  }
}

/* Responsive */
@media (max-width: 1100px) {
  .testimonials-list {
    gap: 24px;
  }
  .testimonial-item {
    max-width: 260px;
  }
  .contact-section {
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
  }
  .contact-info {
    padding-right: 0;
    max-width: 100%;
  }
  .contact-map {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .testimonials-list {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .testimonial-item {
    max-width: 100%;
    min-width: 0;
  }
  .about-section {
    flex-direction: column;
    gap: 32px;
    padding: 32px 10px;
  }
  .about-content {
    text-align: center;
  }
  .why-choose-list.horizontal {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .why-choose-item {
    max-width: 100%;
    min-width: 0;
    text-align: center;
  }
  .quote-modal-content {
    flex-direction: column;
    max-width: 98vw;
  }
  .quote-modal-image img {
    min-height: 220px;
  }
  .quote-modal-image {
    min-width: 0;
    width: 100%;
  }
  .quote-modal-form {
    padding: 24px 14px 18px 14px;
  }
  .hero-section {
    padding: 32px 18px;
  }
  .hero-content {
    margin-top: 32px;
  }
  .hero-content h1 {
    font-size: 2.5rem;
  }
  .hero-logo img {
    height: 34px;
    width: 34px;
  }
  .hero-logo span {
    font-size: 1.3rem;
  }
  .hero-btn {
    padding: 10px 18px;
    font-size: 1rem;
  }
}

.image-slider {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.slider-images {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}
.slider-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 12px;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(58, 122, 254, 0.7);
  color: #fff;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  z-index: 2;
  padding: 8px 16px;
  border-radius: 50%;
  transition: background 0.2s;
}
.slider-btn.prev {
  left: 10px;
}
.slider-btn.next {
  right: 10px;
}
.slider-btn:hover {
  background: #2556c7;
}

.auto-image-slider {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  background: #fff;
  height: 320px;
  position: relative;
}

.auto-slider-track {
  display: flex;
  width: calc(250px * 8); /* 8 images width for smooth loop */
  animation: auto-slide 16s linear infinite;
}

.auto-slider-image {
  width: 250px;
  height: 320px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 16px;
  margin-right: 16px;
  background: #eee;
}

@keyframes auto-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 900px) {
  .auto-image-slider,
  .auto-slider-image {
    height: 180px;
  }
  .auto-slider-image {
    width: 140px;
  }
}
@media (max-width: 600px) {
  .auto-image-slider,
  .auto-slider-image {
    height: 120px;
  }
  .auto-slider-image {
    width: 90px;
  }
}

.auto-image-slider-full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  /* Copy the hero section background here */
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  height: 340px;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.auto-slider-track-full {
  display: flex;
  animation: auto-slide-full 30s linear infinite;
  gap: 20px; /* Adds gap between slider images */
}

.auto-slider-image-full {
  width: 20vw;
  height: 340px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 0;
  background: #eee;
  /* Remove margin if present */
  margin: 0;
  padding: 0;
}

@keyframes auto-slide-full {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100vw);
  }
}

@media (max-width: 900px) {
  .auto-image-slider-full,
  .auto-slider-image-full {
    height: 180px;
  }
  .auto-slider-image-full {
    width: 40vw;
  }
}
@media (max-width: 600px) {
  .auto-image-slider-full,
  .auto-slider-image-full {
    height: 120px;
  }
  .auto-slider-image-full {
    width: 80vw;
  }
}

.logo-title-container {
  /* ...existing styles... */
  margin-bottom: 40px; /* Add space below the title/logo section */
}

.auto-image-slider-full {
  margin-top: 40px; /* Add space above the slider if needed */
}
