/* ================= PAGE BANNER ================= */

.page-banner {
  position: relative;
  height: 420px;
  background-image: url("../images/Our\ Services\ BG.png"); /* scissors image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Dark overlay */
.page-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(25, 25, 40, 0.75);
}

/* Content */
.page-banner-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

/* Breadcrumb */
.page-banner-content .breadcrumb {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 18px;
}

.page-banner-content .breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.page-banner-content .breadcrumb span {
  margin: 0 6px;
}

/* Title */
.page-banner-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.1;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .page-banner {
    height: 300px;
  }

  .page-banner-content h1 {
    font-size: 42px;
  }
}
.services-grid-section {
  padding: 100px 8%;
  background: #ffffff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

/* OUTER BORDER */
.service-box {
  padding: 18px;
  border: 2px dashed #e5d6c3;
}

/* INNER CARD */
.service-box > .service-img,
.service-box > .service-content {
  position: relative;
}

.service-box {
  background: #fff;
}

.service-box-inner {
  border: 1.5px dashed #e5d6c3;
}

/* REAL INNER LAYOUT */
.service-box {
  display: flex;
  align-items: center;
  gap: 40px;
}

.service-box {
  padding: 18px;
}

.service-box::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1.5px dashed #e5d6c3;
  pointer-events: none;
  display: none;
}

/* IMAGE */
.service-img {
  width: 180px;
  height: 180px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT */
.service-content {
  position: relative;
  z-index: 2;
}

.service-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;              /* 🔥 bigger like 1st image */
  font-weight: 600;
  color: #2f3142;
  margin-bottom: 16px;
}

.service-content h3 a {
  text-decoration: none;
  color: inherit;
}

.service-content p {
  font-size: 16px;
  color: #7a7a88;
  line-height: 1.8;
  max-width: 420px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .service-box {
    flex-direction: column;
    text-align: center;
  }

  .service-box::after {
    inset: 14px;
  }
}

  .service-content p {
    max-width: 100%;
  }

.why-choose-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  min-height: 640px;
}

/* LEFT PANEL */
.why-left {
  background: #4a4b5f;
  padding: 110px 90px;
  color: #d6d6dc;
}

.mini-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  color: #ddb892;
  margin-bottom: 20px;
  position: relative;
}

.mini-tag::before,
.mini-tag::after {
  content: "➝";
  margin: 0 10px;
  color: #ddb892;
}

.why-left h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 30px;
}

.intro-text {
  font-size: 16px;
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 35px;
  color: #cfcfd6;
}

/* POINTS */
.why-points {
  list-style: none;
  padding: 0;
}

.why-points li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #ffffff;
}

.why-points li::before {
  content: "➝";
  position: absolute;
  left: 0;
  color: #ddb892;
}

/* RIGHT PANEL */
.why-right {
  position: relative;
}

.why-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BADGE */
.style-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e1b891;
  padding: 40px 45px;
  max-width: 260px;
  color: #ffffff;
}

.badge-icon {
  margin-bottom: 15px;
}

.badge-icon svg {
  width: 46px;
  height: 46px;
  stroke: #ffffff;
  fill: none;
  stroke-width: 2;
}

.style-badge span {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  font-family: 'Cormorant Garamond', serif;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .why-choose-section {
    grid-template-columns: 1fr;
  }

  .why-left {
    padding: 80px 40px;
  }

  .why-right {
    height: 420px;
  }
}
.why-stats {
  display: flex;
  gap: 40px;
  margin: 35px 0;
}

.why-stats .stat strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  color: #ddb892;
}

.why-stats .stat span {
  font-size: 14px;
  color: #cfcfd6;
}
.why-cta {
  display: inline-block;
  margin-top: 35px;
  padding: 14px 38px;
  border: 1.5px solid #ddb892;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 13px;
  transition: all 0.4s ease;
}

.why-cta:hover {
  background: #ddb892;
  color: #000;
}
.fade-section {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}

.fade-section.visible {
  opacity: 1;
  transform: translateY(0);
}
.counter {
  transition: color 0.3s ease;
}
.craft-showcase {
  padding: 100px 8%;
  background: #ffffff;
}

.craft-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* CARD */
.craft-card {
  position: relative;
  overflow: hidden;
}

.craft-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* OVERLAY – SAME POSITION AS IMAGE 1 */
.craft-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 35, 0.35);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;

  padding: 0 25px 35px;
  text-align: center;
  transition: background 0.4s ease;
}

/* TITLE */
.craft-overlay h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 10px;

  opacity: 0;
  transform: translateY(30px);
  transition: all 0.45s ease;
}

/* DESCRIPTION */
.craft-overlay p {
  font-size: 15px;
  line-height: 1.6;
  color: #e5e5e5;

  opacity: 0;
  transform: translateY(30px);
  transition: all 0.45s ease;
  transition-delay: 0.18s; /* 👈 description AFTER title */
}

/* HOVER EFFECT */
.craft-card:hover img {
  transform: scale(1.06);
}

.craft-card:hover .craft-overlay {
  background: rgba(20, 20, 35, 0.65);
}

.craft-card:hover h3,
.craft-card:hover p {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .craft-grid {
    grid-template-columns: 1fr;
  }

  .craft-card img {
    height: 320px;
  }
}
.cta-strip {
  background: #e1b891; /* same warm beige */
  padding: 50px 0;
}

.cta-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
}

.cta-call {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cta-icon {
  width: 60px;
  height: 60px;
  background: #3f3f53;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.cta-icon svg {
  width: 26px;
  height: 26px;
}

.cta-call-text span {
  font-size: 14px;
  color: #fff;
  opacity: 0.9;
}

.cta-call-text strong {
  display: block;
  font-size: 22px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
}

.cta-text {
  color: #fff;
  max-width: 420px;
  font-size: 15px;
  line-height: 1.7;
}

.cta-btn {
  border: 1.5px solid #fff;
  color: #fff;
  padding: 14px 32px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.4s ease;
}

.cta-btn:hover {
  background: #fff;
  color: #3f3f53;
}
@media(max-width: 768px) {
  .cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cta-call {
    justify-content: center;
  }

  .cta-text {
    margin: 0 auto;
  }
}
/* TITLE DEFAULT (BEFORE HOVER) */
/* DEFAULT STATE */
.service-content h3 a {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 600;
  color: #2f3142;
  text-decoration: none;
  padding: 6px 14px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

/* ✅ ONLY TEXT HOVER (NOT BOX) */
.service-content h3 a:hover {
  color: #c9a16b;          /* gold text */
}
/* ===== SERVICES GRID SCROLL ANIMATION ===== */

.services-grid .service-box {
  opacity: 0;
  transform: translateX(0);
  transition: transform 0.9s ease, opacity 0.9s ease;
  will-change: transform, opacity;
}

/* LEFT ➜ RIGHT */
.services-grid .service-box.from-left {
  transform: translateX(-90px);
}

/* RIGHT ➜ LEFT */
.services-grid .service-box.from-right {
  transform: translateX(90px);
}

/* ACTIVE */
.services-grid .service-box.show {
  opacity: 1;
  transform: translateX(0);
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  .services-grid .service-box.from-left,
  .services-grid .service-box.from-right {
    transform: translateY(50px); /* vertical slide on mobile */
  }
}
/* ===== MOBILE AUTO SCROLL CAROUSEL ===== */
@media (max-width: 768px) {

  .services-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .services-grid::-webkit-scrollbar {
    display: none;
  }

  .services-grid .service-box {
    min-width: 85%;
    flex-shrink: 0;
    scroll-snap-align: center;
    opacity: 0.5;
    transform: scale(0.94);
    transition: all 0.5s ease;
  }

  .services-grid .service-box.active {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .services-dots {
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
}
