                              .norm-breadcrum-secc {
                                  text-align: center;
                                  margin-top: 13px;
                                  width: 98%;
                                  height: 770px;
                                  border-radius: 25px;
                                  display: flex;
                                  align-items: center;
                                  justify-content: center;
                                  position: relative;
                                  overflow: hidden;
                                  background-position: bottom center;
                                  background-repeat: no-repeat;
                                  background-size: cover;
                                  justify-self: center;
                              }

                              .norm-breadcrum-secc:before {
                                  background-color: #9C55551A;
                              }

                              .norm-breadcrum-content {
                                  display: flex;
                                  align-items: center;
                                  justify-content: center;

                              }

                              .norm-breadcrum-content h1 {
                                  font-size: 65px;
                                  line-height: 1.125em;
                                  word-spacing: -0.03em;
                                  color: #FFFFFF;
                                  text-align: center;
                              }

                              .norm-breadcrumb-navigation {
                                  display: inline-flex;
                                  align-items: center;
                                  list-style: none;
                                  background: #fff;
                                  border-radius: 8px;
                                  padding: 10px 20px;
                                  margin-top: 2rem;
                              }

                              .norm-breadcrumb-navigation li {
                                  display: flex;
                                  align-items: center;
                                  font-size: 16px;
                                  font-weight: 500;

                              }

                              .norm-breadcrumb-navigation li+li::before {
                                  content: "/";
                                  margin: 0 10px;
                                  color: #ccc;
                              }

                              .norm-breadcrumb-navigation li a {
                                  text-decoration: none;
                                  color: #555;
                                  transition: color 0.2s;
                              }

                              .norm-breadcrumb-navigation li a:hover {
                                  color: #ff4040;
                              }

                              .norm-breadcrumb-navigation li:last-child {
                                  color: #ff4040;
                                  font-weight: 600;
                              }

                              /* Detail page background color */
                              .detail-page-body {
                                  background-color: #FDF6EC;
                              }

                              /* Transparent header style specifically for detail.php */
                              .detail-page-body .site-header {
                                  background: transparent;
                                  border-bottom: 1px solid transparent;
                                  box-shadow: none;
                                  transition: all 0.4s ease;
                              }

                              .detail-page-body .site-header .logo a {
                                  color: var(--white);
                              }

                              .detail-page-body .site-header .main-nav a {
                                  color: var(--white);
                              }

                              .detail-page-body .site-header .btn-book-now {
                                  background: #B5651D;
                                  border: 1px solid var(--white);
                                  color: var(--white);
                              }

                              .detail-page-body .site-header .btn-book-now:hover {
                                  background: var(--white);
                                  color: var(--dark);
                              }

                              .detail-page-body .site-header .menu-toggle span {
                                  background: var(--white);
                              }

                              /* Scrolled header state specifically for detail.php */
                              .detail-page-body .site-header.scrolled {
                                  background: var(--cream);
                                  border-bottom: 1px solid var(--primary);
                                  box-shadow: 0 4px 20px rgba(44, 26, 14, 0.08);
                              }

                              .detail-page-body .site-header.scrolled .logo a {
                                  color: var(--dark);
                              }

                              .detail-page-body .site-header.scrolled .main-nav a {
                                  color: var(--dark);
                              }

                              .detail-page-body .site-header.scrolled .btn-book-now {
                                  background: var(--primary);
                                  border-color: var(--primary);
                                  color: var(--white);
                              }

                              .detail-page-body .site-header.scrolled .btn-book-now:hover {
                                  background: #9a5316;
                                  border-color: #9a5316;
                                  color: var(--white);
                              }

                              .detail-page-body .site-header.scrolled .menu-toggle span {
                                  background: var(--dark);
                              }


                              .smarter-workspaces-sec {
                                  padding: 2rem 0;
                              }

                              .myBlogSwiper {
                                  position: relative;
                              }

                              .work-mount {
                                  display: flex;
                                  height: 508px;
                                  overflow: hidden;
                                  border-radius: 20px;
                              }

                              .content-box {
                                  width: 45%;
                                  background: var(--dark);
                                  color: var(--white);
                                  padding: 60px;
                                  display: flex;
                                  flex-direction: column;
                                  justify-content: center;
                              }

                              .content-box .tag-box {
                                  display: inline-block;
                                  background: var(--primary);
                                  color: var(--white);
                                  font-size: 12px;
                                  padding: 5px 12px;
                                  margin-bottom: 20px;
                                  letter-spacing: 2px;
                                  border-radius: 4px;
                              }

                              .content-box h4 {
                                  font-size: 30px;
                                  line-height: 1.4;
                                  margin-bottom: 20px;
                                  font-family: var(--font-heading);
                              }

                              .content-box p {
                                  color: var(--cream);
                                  opacity: 0.9;
                                  line-height: 1.8;
                                  font-size: 16px;
                              }

                              .read-more {
                                  color: var(--primary);
                                  text-decoration: none;
                                  font-size: 14px;
                                  letter-spacing: 2px;
                                  margin-top: 15px;
                                  font-weight: 600;
                                  transition: opacity 0.3s;
                              }

                              .read-more:hover {
                                  opacity: 0.8;
                              }

                              .image-box {
                                  width: 55%;
                              }

                              .image-box img {
                                  width: 100%;
                                  height: 100%;
                                  object-fit: cover;
                              }

                              .custom-next {
                                  position: absolute;
                                  top: 50%;
                                  left: 45%;
                                  transform: translate(-50%, -50%);
                                  margin-top: 0 !important;

                                  width: 95px;
                                  height: 52px;
                                  border-radius: 50px;

                                  display: flex;
                                  align-items: center;
                                  justify-content: center;

                                  background: rgba(255, 255, 255, 0.1);
                                  backdrop-filter: blur(8px);
                                  -webkit-backdrop-filter: blur(8px);

                                  border: 2px solid var(--white);

                                  cursor: pointer;
                                  z-index: 10;
                                  transition: background 0.3s, transform 0.3s;
                              }

                              .custom-next:hover {
                                  background: rgba(255, 255, 255, 0.2);
                              }

                              /* ❗ REMOVE default swiper arrow */
                              .custom-next::after {
                                  display: none !important;
                                  content: none;
                              }

                              /* ✅ Custom Arrow */
                              .custom-next::before {
                                  content: "";
                                  width: 12px;
                                  height: 12px;
                                  border-top: 2px solid var(--white);
                                  border-right: 2px solid var(--white);
                                  transform: rotate(45deg);
                                  margin-left: -4px;
                                  /* visually offset to center the arrow point */
                              }

                              /* Gradient Text */
                              .gradient-text {
                                  background: linear-gradient(270deg,
                                          var(--primary),
                                          #e89e58,
                                          var(--primary));
                                  background-size: 200% 200%;

                                  -webkit-background-clip: text;
                                  -webkit-text-fill-color: transparent;

                                  animation: gradientMove 6s ease infinite;
                              }

                              /* Animation */
                              @keyframes gradientMove {
                                  0% {
                                      background-position: 0% 50%;
                                  }

                                  50% {
                                      background-position: 100% 50%;
                                  }

                                  100% {
                                      background-position: 0% 50%;
                                  }
                              }

                              .smarter-workspaces-sec .sec-big-title {
                                  margin-bottom: 40px;
                              }

                              .categories-wise.multi-arm .monitor-arm-grid {
                                  max-width: 900px;
                                  margin: 0 auto;
                              }



                              /*  */
                              .toursec {
                                  background: url(/assets/images/pages/best-wooden-furniture-makers.webp);
                                  min-height: 500px;
                                  position: relative;
                                  object-fit: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
                              }

                              .toursec:before {
                                  content: "";
                                  position: absolute;
                                  background: #000;
                                  width: 100%;
                                  height: 100%;
                                  top: 0;
                                  left: 0;
                                  opacity: 0.5;
                              }

                              .box-middle-text {
                                  position: absolute;
                                  width: 100%;
                                  left: 50%;
                                  top: 50%;
                                  -webkit-transform: translate(-50%, -50%);
                                  -ms-transform: translate(-50%, -50%);
                                  transform: translate(-50%, -50%);
                                  text-align: center;
                                  z-index: 2;
                              }

                              .btn-play-inner {
                                  position: absolute;
                                  top: 50%;
                                  left: 50%;
                                  -webkit-transform: translate(-50%, -50%);
                                  -ms-transform: translate(-50%, -50%);
                                  transform: translate(-50%, -50%);
                                  -webkit-backdrop-filter: blur(8px);
                                  backdrop-filter: blur(8px);
                                  border-radius: 50%;
                              }

                              .btn-play-inner svg {
                                  width: 190px;
                                  height: 190px;
                              }

                              .btn-play-inner svg .stroke {
                                  stroke: rgba(255, 255, 255, 0.3);
                              }

                              .btn-play-inner svg .stroke,
                              .btn-play-inner svg .circle {
                                  fill: none;
                                  stroke-width: 2;
                                  stroke-linejoin: round;
                                  stroke-miterlimit: 10;
                              }

                              .btn-play-inner svg .circle {
                                  stroke: #fff;
                                  stroke-dashoffset: 700;
                                  stroke-dasharray: 700;
                                  stroke-linecap: butt;
                                  -webkit-transition: all 1.5s;
                                  -o-transition: all 1.5s;
                                  transition: all 1.5s;
                              }

                              .btn-play-inner svg .stroke,
                              .btn-play-inner svg .circle {
                                  fill: none;
                                  stroke-width: 2;
                                  stroke-linejoin: round;
                                  stroke-miterlimit: 10;
                              }

                              .btn-play-inner:hover .circle {
                                  stroke-dashoffset: 0;
                                  stroke-dasharray: 700;
                                  -webkit-transition: all 2s cubic-bezier(0.46, 0.08, 0.12, 0.91);
                                  -o-transition: all 2s cubic-bezier(0.46, 0.08, 0.12, 0.91);
                                  transition: all 2s cubic-bezier(0.46, 0.08, 0.12, 0.91);
                              }

                              .btn-play-inner em {
                                  position: absolute;
                                  inset: 0;
                                  max-height: fit-content;
                                  margin: auto;
                                  color: #fff;
                              }

                              .about-rams {
                                  position: relative;
                              }

                              .about-sect {
                                  padding-top: 120px;
                                  background: #302f42;
                              }

                              /* Section */
                              .about-main-sec {
                                  background: #111;
                                  margin-top: -3rem;
                              }

                              .left-col {
                                  width: 65%;
                                  flex: 0 0 65%;
                                  max-width: 65%;
                                  z-index: 1;
                              }

                              .main-tain-sec {
                                  padding: 80px 95px;
                              }


                              /* LEFT SIDE */
                              .main-tain-sec {
                                  padding: 80px 95px;

                              }

                              .sub-head {
                                  font-size: 12px;
                                  letter-spacing: 2px;
                                  color: #aaa;
                                  margin-bottom: 20px;
                                  position: relative;
                              }

                              .sub-head::after {
                                  content: "";
                                  display: block;
                                  width: 120px;
                                  height: 1px;
                                  background: #555;
                                  margin-top: 10px;
                              }

                              .main-tain-sec h2 {
                                  font-size: 48px;
                                  font-weight: 300;
                                  line-height: 1.3;
                                  color: #fff;
                              }

                              .main-tain-sec h2 span {
                                  font-weight: 700;
                              }

                              .desc {
                                  color: #aaa;
                                  margin: 20px 0 40px;
                                  max-width: 500px;
                              }

                              /* Big number */
                              .big-number {
                                  font-size: 160px;
                                  font-weight: 700;
                                  line-height: 1;
                                  color: #fff;
                              }

                              .exp-text {
                                  letter-spacing: 2px;
                                  font-size: 16px;
                                  color: #fff;
                                  font-weight: 600;
                              }

                              /* RIGHT SIDE */
                              .right-main {
                                  background: linear-gradient(135deg, #1a1a1a, #222);
                                  padding: 100px 60px;
                                  height: 100%;
                              }

                              .right-title {
                                  font-size: 32px;
                                  margin-bottom: 40px;
                                  color: #fff;
                              }

                              .right-title span {
                                  font-weight: 700;
                              }

                              /* Stats */
                              .stat-item {
                                  display: flex;
                                  gap: 20px;
                                  margin-bottom: 40px;
                                  align-items: flex-start;
                              }

                              .stat-item .num {
                                  /* font-size: 48px; */
                                  display: flex;
                                  align-items: center;
                                  /* font-weight: 300; */
                                  min-width: 190px;
                                  color: #fff;
                              }

                              .stat-item .num .counter {
                                  font-size: 70px;
                                  font-weight: 500;
                              }

                              .stat-item .num .spl {
                                  font-size: 30px;
                                  margin-left: 4px;
                              }

                              .stat-item h5 {
                                  font-size: 20px;
                                  margin-bottom: 5px;
                                  color: #fff;
                              }

                              .stat-item p {
                                  font-size: 16px;
                                  color: #aaa;
                                  max-width: 255px;
                              }

                              .craft-process-section {
                                  background-color: #F6F3EE;
                                  padding: 7rem 0;
                                  overflow: visible;
                              }

                              .craft-container {
                                  max-width: 1100px;
                                  margin: 0 auto;
                                  padding: 0 40px;
                              }

                              .craft-section-title {
                                  text-align: center;
                                  margin-bottom: 60px;
                              }

                              .craft-section-title h3 {
                                  font-size: clamp(26px, 4vw, 42px);
                                  font-weight: 700;
                                  color: #1a1a1a;
                                  line-height: 1.2;
                              }

                              .craft-process-grid {
                                  display: flex;
                                  flex-direction: column;
                              }

                              .craft-process-item {
                                  display: flex;
                                  align-items: center;
                                  padding: 48px 0;
                                  position: sticky;
                                  top: 60px;
                                  z-index: 2;
                                  background: #F6F3EE;
                                  border-bottom: 1px solid rgba(60, 40, 20, 0.12);
                                  /* scroll-reveal start state */
                                 
                                  transform: translateY(60px);
                                  transition: opacity 0.7s ease, transform 0.7s ease;
                              }

                              .craft-process-item.is-visible {
                                  opacity: 1;
                                  transform: translateY(0);
                              }

                              .craft-process-item:last-child {
                                  border-bottom: none;
                              }

                              .craft-process-item:nth-child(1) {
                                  transition-delay: 0s;
                              }

                              .craft-process-item:nth-child(2) {
                                  transition-delay: 0.1s;
                              }

                              .craft-process-item:nth-child(3) {
                                  transition-delay: 0.15s;
                              }

                              .craft-process-item:nth-child(4) {
                                  transition-delay: 0.2s;
                              }

                              .craft-process-item:nth-child(5) {
                                  transition-delay: 0.25s;
                              }

                              /* hover underline sweep */
                              .craft-process-item::after {
                                  position: absolute;
                                  bottom: 0;
                                  left: 0;
                                  content: "";
                                  width: 0;
                                  height: 2px;
                                  background: #c87941;
                                  transition: width 0.45s ease;
                              }

                              .craft-process-item:hover::after {
                                  width: 100%;
                              }

                              /* ── IDENTITY (icon + title) ── */
                              .craft-step-identity {
                                  width: 26%;
                                  padding-right: 24px;
                                  flex-shrink: 0;
                              }

                              .craft-step-icon {
                                  position: relative;
                                  display: inline-block;
                                  width: 64px;
                                  height: 64px;
                                  margin-bottom: 14px;
                                  z-index: 1;
                              }

                              .craft-step-icon svg {
                                  width: 60px;
                                  height: 60px;
                                  display: block;
                                  position: relative;
                                  z-index: 1;
                              }

                              .craft-step-icon::before {
                                  content: "";
                                  position: absolute;
                                  bottom: 0;
                                  left: 50%;
                                  transform: translateX(-50%);
                                  width: 26px;
                                  height: 26px;
                                  background-color: #c87941;
                                  border-radius: 50%;
                                  z-index: 0;
                                  transition: 0.3s ease;
                              }

                              .craft-process-item:hover .craft-step-icon::before {
                                  width: 38px;
                                  height: 38px;
                              }

                              .craft-step-title {
                                  font-size: 22px;
                                  font-weight: 600;
                                  color: #1a1a1a;
                                  margin: 0;
                              }

                              /* ── IMAGE ── */
                              .craft-step-image {
                                  width: 30%;
                                  flex-shrink: 0;
                                  height: 200px;
                                  /* fixed height — required for absolute-image hover swap */
                                  overflow: hidden;
                                  position: relative;
                                  border-radius: 12px;
                              }

                              .craft-step-image img {
                                  width: 100%;
                                  height: 100%;
                                  object-fit: cover;
                                  display: block;
                                  position: absolute;
                                  top: 0;
                                  left: 0;
                                  transition: transform 0.6s ease, opacity 0.6s ease, filter 0.6s ease;
                              }

                              .craft-step-image .img-base {
                                  opacity: 1;
                                  transform: translateX(0) scaleX(1);
                                  filter: blur(0);
                                  z-index: 1;
                              }

                              .craft-step-image .img-hover {
                                  opacity: 0;
                                  transform: translateX(-40%) scaleX(1.6);
                                  filter: blur(10px);
                                  z-index: 2;
                              }

                              .craft-process-item:hover .craft-step-image .img-hover {
                                  opacity: 1;
                                  transform: translateX(0) scaleX(1);
                                  filter: blur(0);
                              }

                              .craft-process-item:hover .craft-step-image .img-base {
                                  opacity: 0;
                              }

                              /* icon wobble */
                              .craft-process-item:hover .craft-step-icon svg {
                                  animation: craft-wobble 1.4s ease-in-out;
                              }

                              @keyframes craft-wobble {
                                  0% {
                                      transform: translateZ(0);
                                  }

                                  15% {
                                      transform: translate3d(-20%, 0, 0) rotate(-5deg);
                                  }

                                  30% {
                                      transform: translate3d(16%, 0, 0) rotate(3deg);
                                  }

                                  45% {
                                      transform: translate3d(-12%, 0, 0) rotate(-3deg);
                                  }

                                  60% {
                                      transform: translate3d(8%, 0, 0) rotate(2deg);
                                  }

                                  75% {
                                      transform: translate3d(-4%, 0, 0) rotate(-1deg);
                                  }

                                  100% {
                                      transform: translateZ(0);
                                  }
                              }

                              /* ── DESCRIPTION ── */
                              .craft-step-description {
                                  width: 44%;
                                  padding-left: 44px;
                                  box-sizing: border-box;
                              }

                              .craft-step-description p {
                                  font-size: 15.5px;
                                  line-height: 1.75;
                                  color: #3d3530;
                                  margin: 0;
                              }

                              .smarter-workspaces-sec .custom-next {
                                  right: 46% !important;
                                  width: 99px !important;
                                  height: 53px !important;
                              }



                              .we-testimail {
                                  position: relative;
                                  padding: 120px 0;
                                  background: #e9e4dd;
                                  overflow: hidden;
                              }

                              /* Side Background Circles */
                              .we-testimail::before,
                              .we-testimail::after {
                                  content: "";
                                  position: absolute;
                                  width: 600px;
                                  height: 600px;
                                  border-radius: 50%;
                                  background-size: cover;
                                  background-position: center;
                                  top: 50%;
                                  transform: translateY(-50%);
                                  z-index: 0;
                              }

                              .we-testimail::before {
                                  left: -250px;
                                  background-image: url(/assets/images/pages/furnished-wooden-dining-table-custom-makers.webp);
                              }

                              .we-testimail::after {
                                  right: -250px;
                                  background-image: url(/assets/images/pages/furnished-wooden-dining-tables-custom-makers.webp);
                              }

                              /* FIXED CENTER CIRCLE */
                              .we-testimail-fixed-circle {
                                  width: 650px;
                                  height: 650px;
                                  background: #f4f1ec;
                                  border-radius: 50%;
                                  margin: auto;
                                  position: relative;
                                  z-index: 2;
                                  display: flex;
                                  align-items: center;
                                  justify-content: center;
                              }

                              /* Swiper inside circle */
                              .mySwiper-testimonial {
                                  width: 80%;
                              }

                              /* Slide Content */
                              .our-client-feedback {
                                  text-align: center;
                                  position: relative;
                              }

                              .areas-cover-sec {
                                  padding: 3rem 0 3rem;
                              }

                              .areas-cover-sec .sec-big-title {
                                  margin-bottom: 0;
                              }

                              .area-list {
                                  list-style: none;
                                  padding: 0;
                                  margin: 0;
                                  display: flex;
                                  flex-wrap: wrap;
                                  max-width: fit-content;
                                  margin: 20px auto;
                                  border: 1px solid #cb9d55;
                                  padding: 20px;
                                  border-radius: 15px;
                                  background: #FBF6F1;
                              }

                              .area-list li {
                                  position: relative;
                                  padding-left: 28px;
                                  margin-bottom: 10px;
                                  font-size: 16px;
                                  color: #333;
                                  line-height: 1.6;
                                  width: 33.33%;
                              }

                              /* Icon */
                              .area-list li::before {
                                  content: "\f126";
                                  font-family: flaticon_normal-icon !important;
                                  position: absolute;
                                  left: 0;
                                  top: 2px;
                                  font-size: 16px;
                                  color: #cb9d55;
                              }

                              /* Soft hover effect */
                              .area-list a:hover {
                                  color: #cb9d55;
                              }

                              .area-list a {
                                  color: black;
                              }






                              .testimail-client-img::after {
                                  position: absolute;
                                  content: "\f15b \f15b \f15b \f15b \f15b";
                                  top: 8rem;
                                  font-family: flaticon_normal-icon !important;
                                  display: inline-block;
                                  font-size: 15px;
                                  color: #c8553b;
                                  letter-spacing: 6px;
                                  background-size: contain;
                                  left: 13rem;
                              }


                              .testimail-client-img img {
                                  width: 60px;
                                  height: 60px;
                                  border-radius: 50%;
                                  margin-bottom: 13px;
                                  position: relative;
                              }

                              .our-client-feedback h4 {
                                  font-size: 17px;
                                  font-weight: 600;
                                  margin: 0;
                              }

                              .our-client-feedback p {
                                  position: relative;
                                  font-size: 20px;
                                  line-height: 1.6;
                                  color: #4a3f35;
                                  margin: 40px 0 0;
                              }


                              /* Navigation inside circle */
                              .we-testimail-nav {
                                  position: absolute;
                                  bottom: 60px;
                                  left: 50%;
                                  transform: translateX(-50%);
                                  display: flex;
                                  gap: 36px;
                              }

                              .we-testimail-nav .swiper-button-next,
                              .we-testimail-nav .swiper-button-prev {
                                  position: relative;
                                  width: 55px;
                                  height: 55px;
                                  background: #e1d8cc;
                                  border-radius: 50%;
                                  color: #000;
                              }

                              .we-testimail-nav .swiper-button-next:after,
                              .we-testimail-nav .swiper-button-prev:after {
                                  font-size: 18px;
                              }


                              .blesssing-cta-home {
                                  position: relative;
                                  background-image: url(/assets/images/pages/best-custom-furnishing-room.webp);
                                  background-size: cover;
                                  background-position: center;
                                  padding: 8rem 0;
                                  width: 100%;
                                  overflow: hidden;
                                  align-content: center;
                              }

                              .blesssing-cta-home:before {
                                  content: "";
                                  position: absolute;
                                  height: 99%;
                                  width: 100%;
                                  top: 0;
                                  left: 0;
                                  background: rgba(0, 0, 0, 0.45);
                              }

                              .ripple-wrapper {
                                  position: absolute;
                                  inset: 0;
                                  width: 100%;
                                  height: 100%;
                                  overflow: hidden;
                                  z-index: 1;
                              }

                              #ripple-canvas,
                              #ripple-buffer {
                                  position: absolute;
                                  inset: 0;
                                  width: 100%;
                                  height: 100%;
                                  display: block;
                              }

                              .cta-content {
                                  position: relative;
                                  z-index: 2;
                                  color: #fff;
                                  max-width: 700px;
                                  margin: auto;
                              }

                              .blesssing-cta-home .cta-content {
                                  position: relative;
                                  z-index: 3;
                                  color: #fff;
                              }

                              .watch-text {
                                  font-size: 20px;
                                  font-style: italic;
                                  margin-bottom: 15px;
                                  color: #fff;
                              }

                              .blesssing-cta-home .sec-big-title {
                                  font-size: 55px;
                                  color: #fff;
                                  margin-bottom: 20px;
                                  letter-spacing: -0.2px;
                              }

                              .blesssing-cta-home .sec-big-title span {
                                  font-style: italic;
                              }

                              .cta-subtitle {
                                  color: #fff;
                                  margin-bottom: 40px;
                              }

                              .blesssing-cta-home:before {
                                  content: "";
                                  position: absolute;
                                  height: 99%;
                                  width: 100%;
                                  top: 0;
                                  left: 0;
                                  background: rgba(0, 0, 0, 0.45);
                              }

                              .blesssing-cta-home .cta-content {
                                  position: relative;
                                  z-index: 3;
                                  color: #fff;
                                  max-width: 700px;
                                  margin: auto;
                              }

                              .watch-text {
                                  font-size: 20px;
                                  font-style: italic;
                                  margin-bottom: 15px;
                                  color: #fff;
                                  display: inline-block;
                              }

                              .blesssing-cta-home .sec-big-title {
                                  font-size: 40px;
                                  color: #fff;
                                  margin-bottom: 20px;
                                  letter-spacing: -0.2px;
                                  line-height: 1.3;
                                  margin-top: 0;
                              }

                              .blesssing-cta-home .sec-big-title span {
                                  font-style: italic;
                              }

                              .cta-subtitle {
                                  color: #fff;
                                  margin-bottom: 40px;
                              }

                              .quick-action-btn a {
                                  text-decoration: none;
                              }

                              .k-book-btn {
                                  position: relative;
                                  overflow: hidden;
                                  font-size: 16px;
                                  font-weight: 600;
                                  padding: 10px 25px 10px 25px;
                                  border-radius: 100px;
                                  display: inline-flex;
                                  align-items: center;
                                  justify-content: center;
                                  gap: 10px;
                                  z-index: 1;
                                  background-color: #FFFFFF;
                                  color: #000000;
                                  transition: 500ms all ease;
                                  border: 1px solid #ffffff6b;
                              }

                              .k-book-btn:hover {
                                  color: #ffffff;
                                  background-color: #b3862c;
                                  /* Note: Original CSS uses var(--primary-color) #b3862c */
                              }

                              /* -------------------------------------- */
                              /* Responsive styles from responsive.css  */
                              /* -------------------------------------- */
                              @media (max-width: 767px) {
                                  .blesssing-cta-home {
                                      padding: 3rem 0;
                                  }

                                  .blesssing-cta-home .sec-big-title {
                                      font-size: 29px;
                                  }

                                  .watch-text {
                                      margin-bottom: 5px;
                                      font-size: 17px;
                                  }

                                  .cta-subtitle {
                                      margin-bottom: 20px;
                                  }

                                  .k-book-btn {
                                      padding: 8px 20px;
                                  }
                              }

                              @media (min-width: 768px) and (max-width: 900px) {
                                  .blesssing-cta-home {
                                      padding: 5rem 0;
                                  }

                                  .blesssing-cta-home .sec-big-title {
                                      font-size: 40px;
                                  }
                              }

                              /* ── RESPONSIVE ── */
                              @media (max-width: 768px) {
                                  .craft-process-item {
                                      flex-direction: column;
                                      align-items: flex-start;
                                      position: relative;
                                      top: 0;
                                  }

                                  .craft-step-identity,
                                  .craft-step-image,
                                  .craft-step-description {
                                      width: 100%;
                                      padding: 0;
                                  }

                                  .craft-step-image {
                                      height: 220px;
                                      margin: 20px 0;
                                  }
                              }
/* ═══════════════════════════════════════════════════════════
   LOCATION PAGE STYLES
   ═══════════════════════════════════════════════════════════ */

/* ── Image-Centric Intro ── */
.image-centric-intro {
    background: #fdfbf9;
}
.image-centric-intro .intro-image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.image-centric-intro .intro-image-grid img {
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
    transition: transform 0.5s ease, filter 0.5s ease;
}
.image-centric-intro .intro-image-grid img:hover {
    transform: scale(1.03);
    filter: brightness(1.05);
}

/* ── Trust Features Section ── */
.loc-trust-sec {
    padding: 80px 0;
    background: #fff;
}
.loc-trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
}
.loc-trust-card {
    position: relative;
    background: #fdfbf9;
    border-radius: 16px;
    padding: 40px 35px;
    border: 1px solid #f0ebe4;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.loc-trust-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, #c87941, #e8a86d);
    border-radius: 0 0 4px 4px;
    transition: height 0.5s ease;
}
.loc-trust-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(200, 121, 65, 0.10);
    border-color: #e0c9b3;
}
.loc-trust-card:hover::before {
    height: 100%;
}
.loc-trust-card .trust-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #c87941 0%, #e8a86d 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transition: transform 0.4s ease;
}
.loc-trust-card:hover .trust-icon {
    transform: rotate(-8deg) scale(1.08);
}
.loc-trust-card .trust-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.loc-trust-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2C1A0E;
    margin-bottom: 14px;
    line-height: 1.3;
}
.loc-trust-card p {
    font-size: 15px;
    line-height: 1.75;
    color: #666;
    margin: 0;
}

/* ── Services Grid (Location Page) ── */
.loc-services-sec {
    padding: 80px 0;
    background: #fdfbf9;
}
.loc-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.loc-service-card {
    position: relative;
    height: 380px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}
.loc-service-card .svc-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.7s ease;
    z-index: 0;
}
.loc-service-card:hover .svc-bg {
    transform: scale(1.08);
}
.loc-service-card .svc-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.05) 100%);
    z-index: 1;
    transition: background 0.4s ease;
}
.loc-service-card:hover .svc-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.4) 55%, rgba(0,0,0,0.1) 100%);
}
.loc-service-card .svc-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 2;
    transform: translateY(0);
    transition: transform 0.4s ease;
}
.loc-service-card .svc-content h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}
.loc-service-card .svc-content h3::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #c87941;
    margin-top: 10px;
    transition: width 0.4s ease;
}
.loc-service-card:hover .svc-content h3::after {
    width: 60px;
}
.loc-service-card .svc-content p {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}
.loc-service-card .svc-content .svc-quote {
    font-style: italic;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.15);
}

/* ── Locations Served Section ── */
.loc-areas-sec {
    padding: 80px 0;
    background: #fdfbf9;
}
.loc-areas-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 1000px;
    margin: 0 auto;
}
.loc-pin-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 22px;
    background: #fff;
    border: 1px solid #ede8e1;
    border-radius: 60px;
    transition: all 0.35s ease;
    cursor: default;
    text-decoration: none;
}
.loc-pin-card:hover {
    background: #c87941;
    border-color: #c87941;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(200, 121, 65, 0.22);
}
.loc-pin-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #c87941, #e8a86d);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
}
.loc-pin-card:hover .loc-pin-icon {
    background: #fff;
}
.loc-pin-icon svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    transition: fill 0.35s ease;
}
.loc-pin-card:hover .loc-pin-icon svg {
    fill: #c87941;
}
.loc-pin-name {
    font-weight: 600;
    font-size: 15px;
    color: #333;
    transition: color 0.35s ease;
}
.loc-pin-card:hover .loc-pin-name {
    color: #fff;
}

/* ═══════════════════════════════════════════════════════════
   MOBILE RESPONSIVE — Detail Page + Location Pages
   ═══════════════════════════════════════════════════════════ */

/* ── Tablet (768px–1024px) ── */
@media (max-width: 1024px) {
    .loc-trust-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .loc-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .loc-areas-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .norm-breadcrum-secc {
        height: 550px;
    }
    .norm-breadcrum-content h1 {
        font-size: 48px;
    }
    /* detail.php about section */
    .about-main-sec .left-col {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-main-sec .right-col {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main-tain-sec {
        padding: 50px 40px;
    }
    .right-main {
        padding: 50px 40px;
    }
    .main-tain-sec h2 {
        font-size: 36px;
    }
    .big-number {
        font-size: 100px;
    }
    /* detail.php toursec */
    .toursec {
        min-height: 350px;
    }
    .btn-play-inner svg {
        width: 140px;
        height: 140px;
    }
    /* detail.php work-mount */
    .work-mount {
        flex-direction: column;
        height: auto;
    }
    .content-box {
        width: 100%;
        padding: 40px;
    }
    .image-box {
        width: 100%;
        height: 350px;
    }
    /* testimonials */
    .we-testimail-fixed-circle {
        width: 500px;
        height: 500px;
    }
    .we-testimail::before,
    .we-testimail::after {
        width: 350px;
        height: 350px;
    }
    .our-client-feedback p {
        font-size: 16px;
    }
    .testimail-client-img::after {
        left: 8rem;
    }
    /* sfr-feature-card detail page */
    .videography-detail .sfr-feature-card {
        height: 400px;
    }
    .videography-detail .sfr-center-box {
        height: 400px;
        padding: 40px 30px;
    }
}

/* ── Mobile (≤768px) ── */
@media (max-width: 768px) {
    /* Breadcrumb */
    .norm-breadcrum-secc {
        height: 350px;
        margin-top: 5px;
        border-radius: 15px;
    }
    .norm-breadcrum-content h1 {
        font-size: 30px;
        line-height: 1.25;
        padding: 0 15px;
    }
    .norm-breadcrumb-navigation {
        padding: 8px 16px;
        margin-top: 1.2rem;
    }
    .norm-breadcrumb-navigation li {
        font-size: 13px;
    }

    /* Intro image grid */
    .image-centric-intro .intro-image-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .image-centric-intro .intro-image-grid img {
        grid-column: 1 / 2 !important;
        height: 200px !important;
    }
    .image-centric-intro .intro-image-grid img:first-child {
        height: 240px !important;
    }

    /* Trust cards */
    .loc-trust-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .loc-trust-card {
        padding: 28px 24px;
    }
    .loc-trust-card h4 {
        font-size: 18px;
    }
    .loc-trust-card p {
        font-size: 14px;
    }

    /* Services grid */
    .loc-services-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .loc-service-card {
        height: 300px;
    }
    .loc-service-card .svc-content {
        padding: 24px;
    }
    .loc-service-card .svc-content h3 {
        font-size: 20px;
    }

    /* Locations */
    .loc-areas-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .loc-pin-card {
        padding: 12px 16px;
        gap: 10px;
    }
    .loc-pin-icon {
        width: 36px;
        height: 36px;
    }
    .loc-pin-name {
        font-size: 14px;
    }

    /* Section typography */
    .section-title {
        font-size: 26px !important;
    }
    .section-script {
        font-size: 24px !important;
    }
    .section-heading {
        margin-bottom: 35px !important;
    }

    /* CTA section */
    .blesssing-cta-home .sec-big-title {
        font-size: 24px !important;
    }

    /* Process section */
    .craft-section-title h3 {
        font-size: 24px !important;
    }
    .craft-process-item {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        top: 0;
    }
    .craft-step-identity,
    .craft-step-image,
    .craft-step-description {
        width: 100%;
        padding: 0;
    }
    .craft-step-image {
        height: 220px;
        margin: 20px 0;
    }

    /* About content */
    .about-content p {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    /* FAQ */
    .faq-question {
        font-size: 15px !important;
    }
    .faq-body p {
        font-size: 14px !important;
    }

    /* ── detail.php specific mobile ── */
    .about-main-sec {
        margin-top: 0;
    }
    .main-tain-sec {
        padding: 40px 25px;
    }
    .main-tain-sec h2 {
        font-size: 28px;
    }
    .big-number {
        font-size: 80px;
    }
    .right-main {
        padding: 40px 25px;
    }
    .right-title {
        font-size: 24px;
    }
    .stat-item .num .counter {
        font-size: 48px;
    }
    .stat-item .num .spl {
        font-size: 22px;
    }
    .stat-item .num {
        min-width: 120px;
    }
    .stat-item h5 {
        font-size: 16px;
    }
    .stat-item p {
        font-size: 14px;
        max-width: 100%;
    }
    .toursec {
        min-height: 280px;
    }
    .btn-play-inner svg {
        width: 110px;
        height: 110px;
    }
    .btn-play-inner em {
        font-size: 13px;
    }
    /* detail.php work-mount */
    .work-mount {
        flex-direction: column;
        height: auto;
        border-radius: 14px;
    }
    .content-box {
        width: 100%;
        padding: 30px 20px;
    }
    .content-box h4 {
        font-size: 22px;
    }
    .content-box p {
        font-size: 14px;
    }
    .image-box {
        width: 100%;
        height: 250px;
    }
    .custom-next {
        left: 50% !important;
        top: auto !important;
        bottom: -30px;
        width: 70px !important;
        height: 42px !important;
    }
    /* detail.php videography */
    .videography-detail {
        padding: 3rem 0 !important;
    }
    .videography-detail .sfr-feature-card {
        height: 320px;
        border-radius: 14px !important;
    }
    .videography-detail .sfr-left-rounded {
        border-radius: 14px !important;
    }
    .videography-detail .sfr-right-rounded {
        border-radius: 14px !important;
    }
    .videography-detail .sfr-center-box {
        height: auto;
        padding: 35px 25px;
        min-height: 280px;
    }
    .sfr-overlay-content {
        padding: 24px !important;
    }
    .sfr-overlay-content h3 {
        font-size: 18px !important;
    }
    .sfr-overlay-content p {
        font-size: 14px !important;
    }
    /* testimonials */
    .we-testimail {
        padding: 60px 0;
    }
    .we-testimail::before,
    .we-testimail::after {
        display: none;
    }
    .we-testimail-fixed-circle {
        width: 100%;
        height: auto;
        border-radius: 0;
        background: transparent;
        padding: 20px 0;
    }
    .our-client-feedback p {
        font-size: 16px;
        line-height: 1.5;
    }
    .testimail-client-img::after {
        left: 50%;
        transform: translateX(-50%);
        top: 6rem;
    }
    .we-testimail-nav {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        justify-content: center;
        margin-top: 20px;
    }
    /* areas cover - detail.php */
    .areas-cover-sec {
        padding: 2rem 0;
    }
    .area-list {
        padding: 15px;
    }
    .area-list li {
        width: 50%;
        font-size: 14px;
        padding-left: 22px;
    }
    /* commitment */
    .commitment {
        padding: 40px 15px;
    }
    .commitment .main-title {
        font-size: 28px !important;
    }
    .footer-commitment img {
        width: 50px;
        height: 50px;
    }
    .footer-commitment h4 {
        font-size: 15px !important;
    }
}

/* ── Small Mobile (≤480px) ── */
@media (max-width: 480px) {
    .norm-breadcrum-secc {
        height: 300px;
    }
    .norm-breadcrum-content h1 {
        font-size: 24px;
    }
    .loc-areas-grid {
        grid-template-columns: 1fr;
    }
    .loc-service-card {
        height: 260px;
    }
    .area-list li {
        width: 100%;
    }
    .main-tain-sec h2 {
        font-size: 24px;
    }
    .big-number {
        font-size: 60px;
    }
    .stat-item {
        flex-direction: column;
        gap: 10px;
    }
    .stat-item .num {
        min-width: auto;
    }
}
