.hero {
  position: relative;
  width: 100%;
  height: 420px;
  background: url("/images/Blouse\ Cover\ BG.png") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 18, 25, 0.6);
}

.hero-content {
  position: relative;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}

.breadcrumb {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 12px;
}
.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.breadcrumb span {
  margin: 0 6px;
}

.hero-content h1 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}
.service-details-full {
  padding: 80px 0;
}

.service-layout {
  display: grid;
  grid-template-columns: 2.6fr 1fr;
  gap: 40px;
}

.main-image {
  width: 100%;
  margin-bottom: 25px;
}

.service-left h2 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  margin-bottom: 15px;
}

.service-left p {
  color: #7a7a7a;
  line-height: 1.8;
  margin-bottom: 18px;
}

.highlight-text {
  font-family: "Playfair Display", serif;
  color: #d3a172;
  font-size: 20px;
}

.icon-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 30px 0;
}

.icon-box {
  display: flex;
  gap: 15px;
}

.icon-box img {
  width: 40px;
}

.benefits {
  display: flex;
  gap: 30px;
  margin: 50px 0;
}

.benefits img {
  width: 45%;
}

.benefits-content h3 {
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}

.benefits-content ul {
  list-style: none;
  padding: 0;
}

.benefits-content li {
  margin-bottom: 8px;
}

.faq details {
  background: #faf6f2;
  padding: 18px;
  margin-bottom: 10px;
  cursor: pointer;
}

.service-menu {
  background: #faf6f2;
}

/* Normal state */
.service-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #2f2e3c;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  background: #faf6f2;
  transition: all 0.25s ease;
}

/* Arrow */
.service-menu a span {
  font-size: 22px;
  color: #2f2e3c;
  transition: color 0.25s ease;
}

/* ACTIVE (current page) */
.service-menu a.active {
  background: #ddb38c;
  color: #ffffff;
}

.service-menu a.active span {
  color: #ffffff;
}

/* 🔥 HOVER EFFECT (EXACT LIKE 1st IMAGE) */
.service-menu a:hover {
  background: #ddb38c;
  color: #ffffff;
}

.service-menu a:hover span {
  color: #ffffff;
}

.contact-box {
  position: relative;
  background: url("/images/suit\ stitching.jpg") center/cover;
  padding: 60px 30px;
  text-align: center;
  color: #fff;
}

.contact-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(47,46,60,.88);
}

.contact-box * {
  position: relative;
}

.contact-icon {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ===== CONTACT CARD (EXACT MATCH) ===== */

.contact-card {
  position: relative;
  background:
    linear-gradient(rgba(52,54,71,0.88), rgba(52,54,71,0.88)),
    url("images/sewing-machine.jpg") center / cover no-repeat;
  padding: 70px 30px;
  text-align: center;
  color: #fff;
}

/* CIRCLE ICON */
.contact-icon {
  width: 90px;
  height: 90px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-icon svg {
  width: 34px;
  height: 34px;
}

/* TITLE */
.contact-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 22px;
}

/* SUBTEXT */
.call-label {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  color: #e0e0e0;
  margin-bottom: 6px;
}
.contact-box a {
  color: #ffffff !important;   /* force white */
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}
/* NUMBER */
.call-number {
  font-size: 18px;
  color: white;
  font-weight: 450;
  text-decoration: none;
}

.call-number:hover {
  text-decoration: underline;
}

/* MOBILE */
@media (max-width: 768px) {
  .contact-card {
    padding: 60px 20px;
  }

  .contact-card h3 {
    font-size: 28px;
  }

  .contact-icon {
    width: 75px;
    height: 75px;
  }
}
