/* Modern 2025/2026 UX tweaks */

/* Sticky header (keeps menu visible while scrolling) */
#site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(95, 24, 92, 0.97);
  border-bottom: 0 !important;
}

/* Keep previous Elementor header available as fallback content, but
   hide it so the new navigation is the primary top experience. */
#site-header .elementor-location-header {
  display: none;
}

/* If the header background is translucent in some themes, force readability */
#site-header * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Home hero CTA block */
.home-availability-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 16px;
}

.home-availability-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.home-availability-cta .wa-btn {
  background: #25d366;
  color: #ffffff;
}

.home-availability-cta .wa-btn:hover {
  background: #1fb255;
}

.home-availability-cta .call-btn {
  background: #111827;
  color: #ffffff;
}

.home-availability-cta .call-btn:hover {
  background: #0b1220;
}

@media (max-width: 600px) {
  .home-availability-cta a {
    width: 100%;
  }
}

/* New modern top menu (logo left, menu right) */
.modern-top-nav-wrap {
  background: rgba(95, 24, 92, 0.97);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
  border-bottom: 0 !important;
}

.modern-top-nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 10px 8px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.modern-brand img {
  width: 64px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  background: transparent;
  padding: 0px;
  display: block;
}

.modern-menu-toggle {
  display: none;
}

.modern-call-quick,
.modern-menu-toggle {
  background: #d79414;
  color: #fff !important;
  border: 1px solid #e1a431;
  border-radius: 10px;
  padding: 8px 12px;
  height: 38px;
  line-height: 1;
  box-sizing: border-box;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.modern-call-quick {
  display: none;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.modern-call-quick:hover,
.modern-menu-toggle:hover,
.modern-call-quick:focus-visible,
.modern-menu-toggle:focus-visible {
  background: #d79414;
  color: #fff !important;
  border-color: #e1a431;
}

.modern-top-actions {
  display: none;
  align-items: center;
  gap: 8px;
}

.modern-site-menu {
  display: flex;
  align-items: center;
  gap: 18px;
}

.modern-site-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  opacity: 0.92;
}

.modern-site-menu a.active,
.modern-site-menu a:hover {
  opacity: 1;
  text-decoration: none;
  color: #ffcc66;
}

/* Modern hero with faded background image + overlay content */
.modern-hero {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  margin: 18px auto 28px;
  min-height: 480px;
  max-width: 1180px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url("../images/bg1.jpg");
  background-size: cover;
  background-position: right center;
}

.modern-hero-content {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  padding: 30px 20px 24px;
  color: #fff;
  text-align: center;
}

.modern-hero-kicker {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(215, 148, 20, 0.88);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.modern-hero h1 {
  margin: 10px 0 6px;
  color: #fff;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  text-wrap: balance;
}

.modern-hero p {
  color: #f3f4f6;
  font-size: 18px;
  margin: 0 0 8px;
}

.modern-hero-intro {
  max-width: 760px;
  margin: 0 auto 10px;
}

.modern-hero-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 10px auto;
  max-width: 900px;
}

.modern-hero-services .service-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: rgba(58, 16, 67, 0.58);
  border: 1px solid rgba(230, 179, 72, 0.48);
  border-radius: 12px;
  padding: 8px 10px;
  text-decoration: none;
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease;
}

.modern-hero-services .service-card:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 211, 107, 0.8);
  background: rgba(70, 20, 80, 0.72);
}

.modern-hero-services strong {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
}

.modern-hero-services span {
  color: #e5e7eb;
  font-size: 13px;
  line-height: 1.25;
}

.modern-hero-urgency {
  font-weight: 700;
  margin: 2px 0 8px;
}

.happy-customers-counter {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 2px 0 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(95, 24, 92, 0.75);
  border: 1px solid rgba(225, 164, 49, 0.6);
  color: #fff;
}

.happy-customers-counter .count {
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  color: #ffd166;
  min-width: 48px;
  text-align: right;
}

.happy-customers-counter .label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.modern-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.modern-hero-actions .primary-cta,
.modern-hero-actions .call-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 12px;
  padding: 11px 16px;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
}

.modern-hero-actions .primary-cta {
  background: #22c55e;
  color: #fff;
}

.modern-hero-actions .call-cta {
  background: #d79414;
  color: #fff;
}

.modern-trust-strip {
  margin-top: 14px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  border: 1px solid rgba(225, 164, 49, 0.55);
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  text-align: left;
}

.modern-trust-strip .trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #f2e6d3;
}

.modern-trust-strip .trust-item i {
  color: #d79414;
  font-size: 18px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.modern-trust-strip .trust-item strong {
  display: block;
  color: #111827;
  font-size: 13px;
  line-height: 1.15;
}

.modern-trust-strip .trust-item span {
  display: block;
  color: #475569;
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width: 860px) {
  .modern-top-actions {
    display: inline-flex;
  }

  .modern-call-quick {
    display: inline-flex;
  }

  .modern-menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }

  .modern-site-menu {
    display: flex;
    position: fixed;
    top: 88px;
    left: 10px;
    right: 10px;
    width: auto;
    background: linear-gradient(180deg, rgba(95, 24, 92, 0.98), rgba(72, 18, 72, 0.98));
    border: 1px solid rgba(230, 179, 72, 0.45);
    border-radius: 14px;
    padding: 10px 10px 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    z-index: 10001;
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
    pointer-events: none;
    visibility: hidden;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25);
  }

  .modern-site-menu.is-open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    visibility: visible;
  }

  .modern-site-menu a {
    display: block;
    padding: 11px 12px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    background: transparent;
  }

  .modern-site-menu a.active {
    background: rgba(215, 148, 20, 0.24);
    text-decoration: none;
  }

  .modern-hero {
    min-height: 560px;
    border-radius: 0;
    margin-top: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.46)),
      url("../images/bg1.jpg");
    background-position: 76% center;
  }

  .modern-hero-content {
    padding: 20px 12px 16px;
  }

  .modern-hero h1 {
    font-size: clamp(28px, 8.6vw, 42px);
  }

  .modern-hero-intro {
    font-size: 16px;
  }

  .happy-customers-counter {
    margin: 2px auto 8px;
  }

  .modern-hero-services {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 8px auto;
  }

  .modern-hero-actions a {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }

  .modern-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 8px;
  }

  .modern-trust-strip .trust-item {
    padding: 8px 8px;
  }
}

/* How it works block */
.home-how-it-works {
  max-width: 1180px;
  margin: 0 auto 16px;
  padding: 0 14px;
}

.how-it-works-inner {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #f0e2ca;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
  padding: 18px 14px 16px;
}

.how-it-works-inner h2 {
  margin: 0 0 12px;
  text-align: center;
  color: #111827;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
}

.how-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.how-step-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff, #fff9ef);
  border: 1px solid #f3e5d0;
  border-radius: 14px;
  text-align: center;
  padding: 12px 10px 11px;
}

.step-number {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #f8c73a;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 12px rgba(248, 199, 58, 0.35);
}

.step-visual {
  width: 86px;
  height: 70px;
  margin: 8px auto 6px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #f2e8d8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-visual i {
  color: #d79414;
  font-size: 36px;
}

.how-step-card h3 {
  margin: 2px 0 2px;
  color: #111827;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 800;
}

.how-step-card p {
  margin: 0;
  color: #334155;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 600;
}

.how-step-card .step-subline {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
}

/* Modern story/content section under hero */
.home-story-modern {
  max-width: 1180px;
  margin: 0 auto 34px;
  padding: 0 14px;
}

.home-story-inner {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
  padding: 22px 18px 20px;
}

.home-story-inner h2 {
  margin: 0 0 6px;
  text-align: center;
  color: #5f185c;
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.15;
}

.home-story-inner .story-lead {
  max-width: 860px;
  margin: 0 auto 16px;
  text-align: center;
  font-size: 17px;
  color: #1f2937;
}

.story-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.story-card {
  background: linear-gradient(180deg, #fff, #fff7eb);
  border: 1px solid #f4dfbf;
  border-radius: 12px;
  padding: 14px 12px;
}

.story-card i {
  color: #d79414;
  font-size: 18px;
  margin-bottom: 6px;
}

.story-card h3 {
  margin: 0 0 4px;
  color: #5f185c;
  font-size: 17px;
  line-height: 1.2;
}

.story-card p {
  margin: 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.45;
}

.home-quick-links {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.home-quick-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #5f185c;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.home-quick-links a:hover {
  background: #772072;
}

@media (max-width: 860px) {
  .home-how-it-works {
    margin-bottom: 12px;
  }

  .how-it-works-inner {
    padding: 14px 10px 12px;
  }

  .how-steps {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .how-step-card {
    padding: 11px 10px 10px;
  }

  .how-step-card h3 {
    font-size: 24px;
  }

  .how-step-card p {
    font-size: 16px;
  }

  .story-cards {
    grid-template-columns: 1fr;
  }

  .home-story-inner {
    padding: 18px 14px 16px;
  }

  .home-story-inner .story-lead {
    font-size: 16px;
  }

  .home-quick-links a {
    width: 100%;
  }
}

/* Unified product card template styling */
.product-card-modern {
  background: #ffffff;
  border: 1px solid #f2e5d3;
  border-radius: 18px;
  overflow: visible;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.1);
  width: 47%;
  margin: 16px 6px 10px !important;
  vertical-align: top;
}

.product-card-modern .product-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.product-card-modern .product-card-image {
  position: relative;
  overflow: visible;
  border-radius: 16px 16px 0 0;
  padding-bottom: 0;
}

.product-card-modern .product-card-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 16px 16px 0 0;
}

.product-card-modern .product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #f97316;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  padding: 7px 10px;
  border-radius: 999px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.product-card-modern .product-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(95, 24, 92, 0.92);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  padding: 7px 10px;
  border-radius: 999px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.product-card-modern .product-title-badge {
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  width: calc(100% - 22px);
  background: #ffffff;
  color: #111827;
  border-radius: 14px;
  border: 1px solid #f0e2ca;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.15);
  padding: 8px 10px;
  text-align: center;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.2;
  z-index: 5;
}

.product-card-modern .product-short-desc {
  margin-top: 0 !important;
  width: 100%;
  background: #fff;
  box-shadow: none;
  padding: 30px 12px 14px;
  position: relative;
  z-index: 1;
}

.product-card-modern .product-short-desc h3 {
  margin: 0 0 12px;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 14px;
  color: #111827;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-shadow: none !important;
  filter: none !important;
  opacity: 1;
}

.product-card-modern .button-viewdetails {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 11px 14px;
  font-weight: 800;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0.2px;
  background: #d79414 !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(215, 148, 20, 0.36);
}

.product-card-modern:hover {
  transform: translateY(-2px);
  transition: transform 140ms ease;
}

@media (max-width: 860px) {
  /* Keep strictly two columns on phones */
  .product-card-modern {
    width: 46.5% !important;
    margin: 10px 1.5% 8px !important;
    display: inline-block;
    vertical-align: top;
  }
}

