/* ================= THEME 7 – PREMIUM FURNITURE ================= */

:root {
  --theme7-primary: #5a3e2b;
  --theme7-dark: #2f1d12;
  --theme7-accent: #c19a6b;
  --theme7-light-bg: #f4ede6;
}


/* ================= HERO ================= */

.theme7-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.theme7-hero .bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme7-hero .video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(47,29,18,0.88),
    rgba(90,62,43,0.75)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  z-index: 2;
}

.hero-content {
  color: #ffffff;
  max-width: 900px;
}

.hero-content h1 {
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.hero-content p {
  font-size: 1.3rem;
  margin-bottom: 35px;
}


/* ================= BACKGROUNDS ================= */

.contact-cards-theme7,
.contact-social-section-theme7 {
  background: var(--theme7-light-bg);
}


/* ================= POSTER ================= */

.theme7-poster {
  background: linear-gradient(135deg, var(--theme7-primary), var(--theme7-dark));
  padding: 80px 80px;
}

.poster-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.poster-left {
  flex: 1;
}

.poster-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.poster-right img {
  max-width: 380px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.theme7-poster .poster-name {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  background: linear-gradient(90deg, #ffffff, var(--theme7-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.theme7-poster .poster-location-heading {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  color: var(--theme7-accent);
  margin-top: 35px;
  margin-bottom: 15px;
}

.theme7-poster .poster-contact {
  font-size: 1.3rem;
  margin: 12px 0;
  display: flex;
  gap: 10px;
}

.theme7-poster .poster-contact i,
.theme7-poster .poster-contact a {
  color: #ffffff;
}

.theme7-poster .poster-location p {
  color: #e6d5c3;
  font-size: 1.1rem;
  margin: 6px 0;
}


/* ================= SERVICES ================= */

.theme7-services {
  padding: 90px 20px;
  background: var(--theme7-light-bg);
  text-align: center;
}

.theme7-services .section-title {
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  margin-bottom: 60px;
  color: var(--theme7-primary);
}

.theme7-services .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.theme7-services .services-grid img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 18px;
  transition: 0.4s ease;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

.theme7-services .services-grid img:hover {
  transform: scale(1.05);
}

.theme7-services .services-save {
  margin-top: 60px;
}


/* ================= MAP ================= */

.theme7-map {
  padding: 90px 20px;
  background: #ffffff;
  text-align: center;
}

.theme7-map .section-title {
  color: var(--theme7-primary);
}

.theme7-map .map-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(90,62,43,0.25);
}

.theme7-map iframe {
  width: 100%;
  height: 450px;
  border: 0;
}


/* ================= PAYMENT ================= */

.theme7-payment {
  padding: 90px 20px;
  background: var(--theme7-light-bg);
  text-align: center;
}

.theme7-payment .section-title {
  color: var(--theme7-primary);
}

.theme7-payment .upi-id {
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: var(--theme7-dark);
}

.theme7-payment .payment-icons {
  display: flex;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
}

.theme7-payment .payment-icons img {
  width: 100px;
  padding: 18px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(90,62,43,0.25);
  transition: 0.3s ease;
}

.theme7-payment .payment-icons img:hover {
  transform: translateY(-8px);
}


/* ================= FOLLOW SECTION ================= */

.contact-social-section-theme7 {
  padding: 80px 20px;
  text-align: center;
}

.contact-social-section-theme7 .section-title {
  margin-bottom: 45px;
  color: var(--theme7-primary);
}

.contact-social-section-theme7 .social-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.contact-social-section-theme7 .social-card {
  background: #ffffff;
  padding: 22px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(90,62,43,0.15);
  transition: 0.3s ease;
}

.contact-social-section-theme7 .social-card:hover {
  transform: translateY(-6px);
}

.contact-social-section-theme7 .social-card img {
  width: 50px;
}


/* ================= SLIDER ================= */

.slide-bg {
  height: 85vh;
  min-height: 500px;
}

.banner .slide-bg::before {
  background: linear-gradient(
    to bottom,
    rgba(47,29,18,0.85),
    rgba(90,62,43,0.75)
  );
}

.slide-content h2 {
  font-family: "Oswald", sans-serif;
  font-size: 2.8rem;
  margin-bottom: 15px;
}

.slide-content p {
  font-size: 1.1rem;
  margin-bottom: 25px;
}


/* ================= BUTTON ================= */

.btn-Know-theme7 {
  background: #ffffff;
  color: var(--theme7-primary);
}

.btn-Know-theme7:hover {
  background: var(--theme7-accent);
  color: #ffffff;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {

  .poster-content {
    flex-direction: column;
    text-align: center;
  }

  .poster-right {
    margin-top: 30px;
  }

  .poster-right img {
    max-width: 280px;
  }

  .theme7-services .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .theme7-services .services-grid img {
    height: 240px;
  }

  .theme7-map iframe {
    height: 350px;
  }
}

@media (max-width: 576px) {

  .hero-content h1 { font-size: 2.2rem; }
  .hero-content p { font-size: 1rem; }

  .poster-right img { max-width: 220px; }

  .slide-bg { height: 60vh; }

  .theme7-services .services-grid {
    grid-template-columns: 1fr;
  }

  .theme7-services .services-grid img {
    height: 220px;
  }

  .theme7-map iframe {
    height: 280px;
  }

  .section-title {
    font-size: 1.8rem;
  }

  /* Mobile Follow Fix */
  .contact-social-section-theme7 .social-cards {
    gap: 20px;
  }

  .contact-social-section-theme7 .social-card {
    padding: 15px;
  }

  .contact-social-section-theme7 .social-card img {
    width: 40px;
  }
}
