/* ================= GLOBAL STYLES ================= */
body {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

:root {
  --primary: #0f0f0f;
  --gold: #c6a96b;
  --gold-soft: #e5d3a3;
  --light: #f8f8f8;
}

section {
  padding: 80px 0;
}

h2 {
  font-weight: 700;
}

/* ================= TOP BAR ================= */

/* ================= NAVBAR ================= */
.navbar {
  transition: 0.4s;
}

.navbar.hidden {
  transform: translateY(-100%);
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 1px;
}

/* ================= HERO SECTION ================= */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: #fff;
}

.hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

/* ================= TRUST STRIP ================= */
.counter {
  font-size: 2rem;
  font-weight: 700;
}

/* ================= ABOUT COLLAGE ================= */
.collage img {
  border-radius: 12px;
  transition: 0.5s;
}
.collage img:hover {
  transform: scale(1.05);
}

/* ================= SERVICE CARDS ================= */
.service-card {
  padding: 30px;
  border-radius: 14px;
  transition: 0.3s;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.service-card:hover {
  transform: translateY(-8px);
}

/* ================= PROJECT GRID ================= */
.project-item {
  overflow: hidden;
  border-radius: 12px;
}
.project-item img {
  width: 100%;
  transition: 0.5s;
}
.project-item:hover img {
  transform: scale(1.1);
}

/* ================= PROCESS TIMELINE ================= */
.timeline {
  display: flex;
  overflow-x: auto;
  gap: 30px;
}
.step {
  min-width: 220px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

/* ================= TESTIMONIAL ================= */
.testimonial {
  text-align: center;
  padding: 30px;
}

/* ================= CTA ================= */
.cta {
  background: url("https://images.unsplash.com/photo-1503387762-592deb58ef4e")
    center/cover no-repeat;
  color: #fff;
  position: relative;
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.cta .container {
  position: relative;
  z-index: 2;
}

/* ================= FOOTER ================= */
footer {
  background: #111;
  color: #bbb;
}
footer a {
  color: #bbb;
  text-decoration: none;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.2rem;
  }

  .top-left {
    display: flex;
    flex-wrap: wrap;
  }

  .top-left span {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
  }

  .top-left span .details {
    align-items: flex-start !important;
  }

  .top-left span .icon {
    font-size: 37px;
    transition: all 0.3s ease-in-out;
    width: auto;
  }

  .top-right {
    display: none;
  }
}

/* buttons */
.btn-dark {
  background: var(--primary);
  border: none;
}

.btn-light {
  background: var(--gold);
  border: none;
  color: #000;
}

/* section titles */
h2 {
  color: var(--primary);
  position: relative;
}
h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--gold);
  display: block;
  margin: 12px auto 0;
}

.collage img {
  clip-path: inset(0 0 100% 0);
}

.service-card {
  border: 1px solid transparent;
}

.service-card:hover {
  transform: translateY(-10px);
  border-color: var(--gold);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.service-card {
  border: 1px solid transparent;
}

.service-card:hover {
  transform: translateY(-10px);
  border-color: var(--gold);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* ===== LOADER ===== */
#loader {
  position: fixed;
  inset: 0;
  background: #0f0f0f;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader-logo {
  color: #c6a96b;
  font-size: 28px;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-align: center;
}

.loader-bar {
  width: 0;
  height: 2px;
  background: #c6a96b;
  margin: auto;
}

/* ===== PREMIUM TOP BAR ===== */
.top-bar {
  background: #0f0f0f;
  color: #ccc;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.top-bar i {
  color: var(--gold);
  margin-right: 6px;
  transition: all 0.3s ease-in-out;
}

.top-left span {
  margin-right: 15px;
}

.top-right a {
  color: #ccc;
  margin-left: 15px;
  transition: 0.3s;
}

.top-right a:hover {
  color: var(--gold);
}

/* ===== NAVBAR PREMIUM ===== */
.navbar {
  padding: 18px 0;
  transition: all 0.4s ease;
  background: transparent;
}

/* glass effect */
.navbar.scrolled {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

/* brand styling */
.navbar-brand {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 2px;
  color: #fff;
}

.navbar-brand span {
  color: var(--gold);
}

/* nav links */
.nav-link {
  color: #fff;
  margin: 0 14px;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
}

/* underline animation */
.nav-link::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: 0.3s;
}

.nav-link:hover::after {
  width: 100%;
}

/* change color after scroll */
.navbar.scrolled .nav-link {
  color: #222;
}

.navbar.scrolled .navbar-brand {
  color: #111;
}

/* ===== LUXURY BUTTON ===== */
.btn-luxury {
  background: var(--gold);
  color: #000;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-luxury:hover {
  background: var(--gold-soft);
  transform: translateY(-2px);
}

/* mobile menu background */
@media (max-width: 991px) {
  .navbar-collapse {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
  }
  .nav-link {
    color: #222 !important;
  }
}

/* ================= TOP BAR ================= */
.top-bar {
  background: #0a0a0a;
  color: #bbb;
  font-size: 13px;
  padding: 8px 0;
}

.divider {
  width: 1px;
  height: 12px;
  background: var(--gold);
  display: inline-block;
  margin: 0 12px;
  height: auto;
}

.top-right a {
  color: #bbb;
  margin-left: 15px;
  transition: 0.3s;
}
.top-right a:hover {
  color: var(--gold);
}

/* ================= HEADER ================= */
.main-header {
  position: relative; /* IMPORTANT */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 18px 0;
  background-color: var(--primary);
  transition: all 0.4s ease;
  overflow: visible;
}

/* shrink on scroll */
.main-header.shrink {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: fixed;
}

/* nav inner */
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* logo */
.brand-logo {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
}

.brand-logo span {
  color: var(--gold);
}

/* desktop menu */
.nav-menu a {
  margin: 0 18px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
}

/* animated underline slide */
.nav-menu a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, var(--gold), var(--gold-soft));
  transition: 0.4s;
}

.nav-menu a:hover::after {
  width: 100%;
}

/* color change after scroll */
.main-header.shrink .brand-logo,
.main-header.shrink .nav-menu a {
  color: #222;
}

/* luxury button */
.btn-luxury {
  background: linear-gradient(45deg, var(--gold), var(--gold-soft));
  border: none;
  color: #000;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}
.btn-luxury:hover {
  transform: translateY(-2px);
}

/* mobile toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
.menu-toggle span {
  width: 26px;
  height: 3px;
  background: #fff;
  margin: 4px 0;
  transition: 0.3s;
}

/* ================= MOBILE DRAWER ================= */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  background: #111;
  transition: 0.4s ease;
  z-index: 1000;
  padding: 40px 30px;
}

.mobile-drawer.active {
  right: 0;
}

.mobile-drawer a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 18px 0;
  font-size: 18px;
}

/* overlay when open */
.mobile-drawer::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
}
.mobile-drawer.active::before {
  opacity: 1;
  pointer-events: auto;
}

/* ================= MOBILE ================= */
@media (max-width: 991px) {
  .nav-menu,
  .btn-luxury {
    display: none !important;
  }

  .menu-toggle {
    display: flex;
  }

  .brand-logo {
    color: #fff;
  }

  .top-bar {
    display: flex;
  }
}

.hero {
  padding: 0 0 0 0;
}

.top-left span {
  display: flex;
  cursor: pointer;
}

.top-left span .icon {
  font-size: 37px;
  transition: all 0.3s ease-in-out;
}

.top-left span:hover i {
  color: #b7b7b7;
}

.top-left span .details {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.top-left {
  display: flex;
}

.top-right i {
  width: 25px;
  height: 25px;
  padding: 4px 5px;
  border-radius: 7px;

  transition: all 0.7s ease-in-out;
  transform: rotate(0);
}

.top-right i:hover {
  background-color: var(--gold);
  color: #000;
  transform: rotate(360deg);
  border: 2px solid var(--gold);
}

.hero-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
  transform: translateX(0); /* reset */
}

.slide.active {
  opacity: 1;
  pointer-events: all;
  z-index: 2;
}

.slide-content {
  will-change: transform;
}

.slide video,
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  transition: background 1s ease;
}

.slide.active .overlay {
  background: rgba(0, 0, 0, 0.5);
}

.slide-content {
  position: absolute;
  z-index: 2;
  top: 0;
  transform: translateY(30%);
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  right: 50%;
  width: 600px;
}

.slide-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.slide-content p {
  font-size: 1.25rem;
  margin-bottom: 30px;
}

.btn {
  margin: 0 10px;
  padding: 0.8rem 2rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-light {
  background: #c6a96b;
  color: #000;
  border: none;
}

.btn-light:hover {
  background: #fff;
  color: #000;
}

.btn-outline-light {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-outline-light:hover {
  background: #c6a96b;
  color: #000;
  border-color: #c6a96b;
}

/* Navigation arrows */
.slider-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: rgba(198, 169, 107, 0.5);
  color: #fff;
  border: none;
  font-size: 2.5rem;
  padding: 0.4rem 0.9rem;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s;
  width: 80px;
}

.slider-nav .prev {
  left: 30px;
}

.slider-nav .next {
  right: 30px;
}

.slider-nav button:hover {
  background: #c6a96b;
  color: #000;
}

/* Dots */
.slider-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
  z-index: 3;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(198, 169, 107, 0.5);
  cursor: pointer;
  transition: all 0.3s;
}

.dot.active,
.dot:hover {
  background: #c6a96b;
  transform: scale(1.3);
}

.slide-content h1,
.slide-content p,
.slide-content .btn {
  opacity: 0;
  transform: translateY(40px);
}

.slide img {
  transform: scale(1);
  transition: transform 6s ease;
}

.slide.active img {
  transform: scale(1.08);
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.6)
  );
  transition: opacity 1s ease;
}

/* dropdown items */
.premium-dropdown a {
  display: block;
  padding: 10px 20px;
  color: #222;
  font-weight: 500;
  text-decoration: none;
}

.premium-dropdown a:hover {
  background: #f4f4f4;
}

/* dropdown wrapper */
.nav-dropdown {
  position: relative;
}

/* arrow animation */
.dropdown-arrow {
  display: inline-block;
  margin-left: 6px;
  transition: transform 0.3s ease;
  font-size: 12px;
}

/* dropdown container */
.premium-dropdown {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  min-width: 240px;
  padding: 14px 0;
  border-radius: 14px;
  display: block;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.12),
    0 5px 12px rgba(0, 0, 0, 0.08);

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.96);
  transition: all 0.35s cubic-bezier(0.17, 0.67, 0.35, 1);
  z-index: 9999;
}

.premium-dropdown a {
  display: block;
  padding: 12px 24px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  transition: all 0.25s ease;
  position: relative;
}

/* hover luxury effect */
.premium-dropdown a::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 0;
  height: 2px;
  background: #c8a96a;
  transition: 0.3s ease;
}

.premium-dropdown a:hover::before {
  width: 18px;
}

.premium-dropdown a:hover {
  padding-left: 40px;
  color: #c8a96a;
}

/* show dropdown */
.nav-dropdown:hover .premium-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

/* rotate arrow */
.nav-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}
.nav-menu {
  display: flex;
  align-items: center;
}

.nav-dropdown > a {
  cursor: pointer;
}

/* PREMIUM DROPDOWN */
.nav-dropdown {
  position: relative;
}

.dropdown-arrow {
  display: inline-block;
  margin-left: 6px;
  transition: transform 0.3s ease;
  font-size: 12px;
}

.premium-dropdown {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  min-width: 240px;
  padding: 14px 0;
  border-radius: 14px;

  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);

  box-shadow:
    0 25px 50px rgba(0, 0, 0, 0.15),
    0 10px 20px rgba(0, 0, 0, 0.08);

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.96);
  transition: all 0.35s cubic-bezier(0.17, 0.67, 0.35, 1);
  z-index: 9999;
}

.premium-dropdown a {
  display: block;
  padding: 12px 24px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  transition: all 0.25s ease;
  position: relative;
}

.premium-dropdown a::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: 0.3s ease;
}

.premium-dropdown a:hover::before {
  width: 18px;
}

.premium-dropdown a:hover {
  padding-left: 40px;
  color: var(--gold);
}

.nav-dropdown:hover .premium-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.nav-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

/* container drawer */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  z-index: 100001; /* above overlay */
  background: #111;
  transition: right 0.4s ease;
  pointer-events: auto;
}

/* overlay */
.mobile-drawer::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1000; /* behind drawer */
  transition: opacity 0.3s;
  pointer-events: none; /* don't block drawer */
}

/* active state */
.mobile-drawer.active {
  right: 0;
}

.mobile-drawer.active::before {
  opacity: 0;
  pointer-events: auto; /* overlay clickable */
}

/* Close button inside drawer */
.mobile-drawer .drawer-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  background: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 1002; /* above everything inside drawer */
  transition: color 0.3s;
}

.mobile-drawer .drawer-close:hover {
  color: var(--gold);
}

.trust-strip {
  background: linear-gradient(135deg, #fdf6f0, #f8f0e7);
  color: #222;
}

.trust-strip .counter-block {
  margin: 20px 0;
}

.trust-strip .counter {
  font-size: 3rem;
  font-weight: 700;
  color: #d4af37; /* premium gold color */
}

.trust-strip .counter-label {
  font-size: 1.1rem;
  margin-top: 0.5rem;
  letter-spacing: 1px;
  font-weight: 500;
  color: #555;
}

.about-preview {
  background: #fdfaf6;
  color: #222;
}

.about-preview .collage {
  position: relative;
}

.about-preview .img-wrapper {
  position: relative;
}

.about-preview img {
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.about-preview .img-top {
  position: relative;
  z-index: 2;
  transform: translateY(0px) rotate(-2deg);
}

.about-preview .img-bottom {
  position: absolute;
  top: 40px;
  left: 230px;
  z-index: 1;
  transform: scale(0.95) rotate(2deg);
}

.about-preview .about-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
}

.about-preview .about-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #555;
}

.about-preview .btn-dark {
  background-color: #222;
  border: none;
  padding: 12px 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.about-preview .btn-dark:hover {
  background-color: #d4af37;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .bg-light .row {
    text-align: center;
  }

  .bg-light .col {
    margin-bottom: 20px;
  }

  .counter {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .bg-light .col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }

  .counter {
    font-size: 1.8rem;
  }
}

@media (max-width: 992px) {
  .about-preview .row {
    flex-direction: column-reverse;
    text-align: center;
  }

  .about-preview .collage {
    margin-bottom: 30px;
  }

  .about-preview .img-top,
  .about-preview .img-bottom {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 80%;
    margin: 0 auto 20px;
  }

  .about-preview .about-content h2 {
    font-size: 2rem;
  }

  .about-preview .about-content p {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .about-preview .img-top,
  .about-preview .img-bottom {
    width: 100%;
  }

  .about-preview .about-content h2 {
    font-size: 1.7rem;
  }

  .about-preview .about-content p {
    font-size: 0.95rem;
  }

  .about-preview .btn-dark {
    padding: 10px 20px;
  }
}

/* Wrapper to contain overlapping images */
.about-preview .img-wrapper {
  position: relative;
  width: 100%;
  height: 350px; /* fixed height for desktop */
}

/* Images overlapping in desktop view */
.about-preview .img-wrapper img {
  width: 60%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  position: absolute; /* for overlap */
  transition: transform 0.5s ease;
}

/* Top image slightly offset */
.img-top {
  top: 0;
  left: -50px;
  z-index: 2;
}

/* Bottom image slightly offset */
.img-bottom {
  bottom: -20px;
  right: 20px;
  z-index: 1;
}

/* Mobile responsive: stack images vertically */
@media (max-width: 767px) {
  .about-preview .img-wrapper {
    height: auto; /* wrapper grows with images */
  }
  .about-preview .img-wrapper img {
    position: relative; /* remove absolute on mobile */
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 25px;
  }
}

/* Modern card styling */
.modern-card {
  background: #fff;
  padding: 2rem 1.5rem;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  position: relative;
}

.modern-card .icon-circle {
  width: 80px;
  height: 80px;
  background: var(--gold);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin: -60px auto 1rem;
  transition: all 0.4s ease;
}

.modern-card h5 {
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #111;
}

.modern-card p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1.2rem;
  line-height: 1.6;
}

.modern-card .read-more {
  font-weight: 600;
  color: var(--gold);
  text-decoration: none;
  transition: all 0.3s ease;
}

.modern-card .read-more span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.modern-card:hover .read-more span {
  transform: translateX(5px);
}

/* Hover effects */
.modern-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.modern-card:hover .icon-circle {
  transform: scale(1.2) rotate(10deg);
}

/* Project Card */
.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.5s,
    box-shadow 0.5s;
}

.project-card img {
  width: 100%;
  display: block;
  transition: transform 0.5s;
}

.project-card .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease;
  text-align: left;
}

.project-card:hover img {
  transform: scale(1.1) rotate(1deg);
}

.project-card:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}

/* Filter button active state */
.filter-buttons .filter-btn.btn-light {
  background-color: var(--gold) !important;
  color: #fff !important;
  border-color: var(--gold-soft) !important;
}

/* Smooth hover effect for filter buttons */
.filter-buttons .filter-btn {
  transition: all 0.3s;
}

.why-choose-us .feature-card {
  background: #fff;
  transition:
    transform 0.4s,
    box-shadow 0.4s;
  cursor: pointer;
}
.why-choose-us .feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.why-choose-us .icon i {
  color: var(--gold);
  transition:
    color 0.4s,
    transform 0.4s;
}
.why-choose-us .feature-card:hover .icon i {
  transform: rotate(10deg) scale(1.2);
  color: var(--gold-soft);
}
.why-choose-us p {
  font-size: 0.95rem;
}

.journey-container {
  position: relative;
  width: 100%;
  height: 1200px;
}

/* Curved SVG path */
.journey-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
}

/* Steps */
.journey-step {
  position: absolute;
  opacity: 0;
  display: flex;
  align-items: center;
  transition: transform 0.4s;
}

/* Icon styling */
.step-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  flex-shrink: 0;
  transition: transform 0.4s;
}

.journey-step:hover .step-icon {
  transform: scale(1.2) rotate(10deg);
}

/* Step content */
.step-content {
  background: #fff;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  width: 250px;
  transition: transform 0.3s;
}

.journey-step:hover .step-content {
  transform: translateY(-5px);
}

.step-content h5 {
  margin-bottom: 0.3rem;
  font-weight: 600;
}

.step-content p {
  font-size: 0.9rem;
  color: #666;
}

/* Responsive */
@media (max-width: 768px) {
  .journey-step {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .step-content {
    margin-top: 10px;
    width: 90%;
  }
  .step-icon {
    margin-right: 0;
  }
}

/* Carousel */
.testimonial-carousel {
  position: relative;
  overflow: hidden;
}

/* Testimonial card */
.testimonial-card {
  position: absolute;
  width: 100%;
  opacity: 0;
  padding: 2rem 1.5rem;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.6s ease;
  top: 0;
  left: 0;
}

/* Active card */
.testimonial-card.test_active {
  opacity: 1;
  position: relative;
}

/* Quote icon */
.quote-icon {
  font-size: 3rem;
  color: var(--gold);
  margin-bottom: 1rem;
  display: block;
}

/* Avatar */
.testimonial-avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text */
.testimonial-card p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.testimonial-card strong {
  color: #222;
  font-weight: 600;
}

/* Dots */
.testimonial-dots .test_dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}

.testimonial-dots .test_active-dot {
  background: var(--gold);
  transform: scale(1.2);
}

/* Arrow buttons */
.test-prev,
.test-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--gold);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}

.test-prev:hover,
.test-next:hover {
  transform: translateY(-50%) scale(1.1);
}

.test-prev {
  left: 30px;
}

.test-next {
  right: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .test-prev,
  .test-next {
    display: none;
  }

  .slide-content {
    position: absolute;
    z-index: 2;
    top: 250px;
    transform: translateY(30%);
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: 8%;
    width: 362px;
  }

  .slide-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .main-header.shrink .menu-toggle span {
    background-color: #000;
  }
}

/* Blog Card */
.blog-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.4s,
    box-shadow 0.4s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 500px;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.blog-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s;
}

.blog-card:hover .blog-image {
  transform: scale(1.05);
}

.blog-content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-content h5 {
  font-size: 1.3rem;
  margin-bottom: 0.7rem;
  font-weight: 600;
}

.blog-content p {
  color: #666;
  font-size: 0.95rem;
  flex: 1;
}

.read-more {
  margin-top: 1rem;
  font-weight: 600;
  color: var(--gold);
  text-decoration: none;
  transition: color 0.3s;
}

.read-more:hover {
  color: var(--gold-soft);
  text-decoration: underline;
}

.cta-section-image {
  position: relative;
  background-image: url("https://picsum.photos/1920/1080?blur=2");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* creates parallax effect */
  color: #fff;
  padding: 7rem 1rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-section-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* dark overlay for contrast */
  z-index: 1;
}

.cta-section-image .container {
  position: relative;
  z-index: 2;
}

.cta-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #fff;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

/* CTA Button */
.cta-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  color: #222;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.cta-btn:hover {
  color: #fff;
  background: var(--gold);
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

.partners-wrapper {
  overflow: hidden;
  position: relative;
}

.partners-track {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.partners-track img {
  height: 60px;
  object-fit: contain;
  filter: grayscale(60%);
  transition:
    filter 0.3s,
    transform 0.3s;
}

.partners-track img:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.partners-section h5 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #333;
}

.footer-section {
  background: #1a1a1a;
  color: #ccc;
  position: relative;
}

.footer-section a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section a:hover {
  color: var(--gold);
}

.footer-brand {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

.social-icons a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  background: #333;
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s;
}

.social-icons a:hover {
  background: var(--gold);
  color: #fff;
  transform: translateY(-3px);
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.newsletter-form input.form-control {
  border-radius: 50px;
  padding: 0.5rem 1rem;
}

.newsletter-form button {
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  background: var(--gold);
  color: #fff;
  border: none;
  transition: all 0.3s;
}

.newsletter-form button:hover {
  background: var(--gold);
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .newsletter-form {
    flex-direction: column;
    gap: 0.5rem;
  }
  .newsletter-form input,
  .newsletter-form button {
    width: 100%;
  }
  .social-icons a {
    margin-right: 8px;
  }
}

.about-hero {
  padding: 8rem 1rem 4rem 1rem;
  background: url("https://picsum.photos/1920/600?blur=5") center/cover
    no-repeat fixed;
  color: #fff;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.about-title {
  font-size: 3rem;
  font-weight: 700;
}

.about-subtitle {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
}

.story-image img {
  max-width: 100%;
}

.story-content h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.story-content h2::after {
  margin: 0;
}

.team-card img {
  transition: transform 0.4s;
}

.team-card img:hover {
  transform: scale(1.05);
}

.value-card {
  transition:
    transform 0.4s,
    box-shadow 0.4s;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-card {
  background: #fff;
  transition:
    transform 0.4s,
    box-shadow 0.4s;
  cursor: pointer;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.service-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.service-btn {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  background: var(--gold);
  color: #fff;
  border-radius: 50px;
  transition: all 0.3s;
  text-decoration: none;
}

.service-btn:hover {
  background: var(--gold-soft);
  transform: translateY(-3px) scale(1.05);
}

.pagination {
  width: 100%;
  display: flex;
  font-family: Arial, sans-serif;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

.pagination a {
  color: var(--gold);
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  border-radius: 4px;
}

.pagination a:hover {
  background-color: var(--gold);
  color: white;
}

.pagination a.active {
  background-color: var(--gold);
  color: white;
  border: 1px solid var(--gold-soft);
}

.pagination a:first-child,
.pagination a:last-child {
  border-radius: 4px;
}

/* =============================
   SERVICE DETAIL PAGE
============================= */

.service-detail-section {
  padding: 80px 0;
  background: #fff;
}

.service-detail-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-feature-img {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 35px;
}

.service-feature-img img {
  width: 100%;
  display: block;
}

/* Breadcrumb */
.breadcrumb-wrap {
  background: #f8f9fa;
  padding: 12px 0;
  font-size: 14px;
}

.breadcrumb-wrap a {
  text-decoration: none;
  color: #666;
}

.breadcrumb-wrap span {
  margin: 0 8px;
  color: #999;
}

.breadcrumb-wrap .current {
  color: #111;
  font-weight: 600;
}

/* =============================
   CKEDITOR SAFE CONTENT
============================= */

.ck-content {
  line-height: 1.8;
  font-size: 17px;
  color: #444;
}

/* headings */
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* images */
.ck-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 20px 0;
}

/* iframe (youtube/maps) */
.ck-content iframe {
  width: 100%;
  min-height: 350px;
  border: 0;
  border-radius: 12px;
  margin: 25px 0;
}

/* tables */
.ck-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
}

.ck-content table th,
.ck-content table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.ck-content table th {
  background: #f5f5f5;
}

/* lists */
.ck-content ul,
.ck-content ol {
  padding-left: 20px;
  margin: 20px 0;
}

.service-gallery {
  margin-top: 50px;
}

.service-gallery img {
  width: 100%;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
}

.service-gallery img:hover {
  transform: scale(1.05);
}

/* =============================
   PROCESS SECTION
============================= */

.service-process {
  margin-top: 70px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.process-step {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.process-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(0, 0, 0, 0.05));
  opacity: 0;
  transition: 0.3s;
}

.process-step:hover::before {
  opacity: 1;
}

.process-step:hover {
  transform: translateY(-8px);
}

.process-step-number {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* =============================
   STICKY CONTACT WIDGET
============================= */

.sticky-contact {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}

.sticky-contact a {
  background: #111;
  color: #fff;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.sticky-contact a:hover {
  transform: translateY(-3px);
}

#custom-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#custom-lightbox img.lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

#custom-lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

#custom-lightbox .lightbox-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  transform: translateY(-50%);
}

#custom-lightbox .prev,
#custom-lightbox .next {
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

/* Lightbox container animation */
#custom-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  overflow: hidden;

  /* fade-in/out */
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* when active */
#custom-lightbox.show {
  display: flex;
  opacity: 1;
}

/* Image slide animation */
#custom-lightbox img.lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

  transform: scale(0.8);
  opacity: 0;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

#custom-lightbox img.lightbox-img.show-img {
  transform: scale(1);
  opacity: 1;
}

/* Close and nav buttons remain same */
#custom-lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

#custom-lightbox .lightbox-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  transform: translateY(-50%);
}

#custom-lightbox .prev,
#custom-lightbox .next {
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

.ck-content > img {
  /* hide the bottom initially */
  clip-path: inset(0% 0% 100% 0%);
  -webkit-clip-path: inset(0% 0% 100% 0%);
  display: block;
}

.gallery-item {
  /* hide the bottom initially */
  clip-path: inset(0% 0% 100% 0%);
  -webkit-clip-path: inset(0% 0% 100% 0%);
  display: block;
}

.project-card {
  cursor: pointer;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.project-info h5 {
  font-weight: 600;
}

.project-info p {
  margin-bottom: 0.5rem;
}

.project-info .btn {
  font-size: 0.85rem;
}

/* Sticky Sidebar */
.project-sidebar {
  position: sticky;
  top: 50px;
}
.project-sidebar .contact-form {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
/* Project Info Table */
.project-info-table th {
  width: 150px;
}
/* Project Gallery */
.project-gallery img {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1s ease;
  cursor: pointer;
}

/* HERO */
.blog-hero {
  background: #111;
  color: #fff;
  padding: 70px 0 50px;
}
.blog-title {
  font-size: 42px;
  margin: 15px 0;
}
.blog-meta {
  opacity: 0.8;
  font-size: 14px;
}
.breadcrumb {
  font-size: 13px;
  opacity: 0.7;
}

/* LAYOUT */
.blog-layout {
  padding: 60px 0;
}
.grid {
  display: grid;
  grid-template-columns: 2.1fr 1fr;
  gap: 50px;
}

/* FEATURE IMAGE */
.featured-image {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 30px;
  /* hide the bottom initially */
  clip-path: inset(0% 0% 100% 0%);
  -webkit-clip-path: inset(0% 0% 100% 0%);
  display: block;
}

/* CKEDITOR CONTENT */
.ck-content {
  font-size: 18px;
  line-height: 1.8;
}
.ck-content h2,
.ck-content h3 {
  margin-top: 40px;
}
.ck-content img {
  width: 100%;
  border-radius: 10px;
  margin: 25px 0;
}
.ck-content iframe {
  width: 100%;
  height: 420px;
  border: 0;
  border-radius: 10px;
  margin: 25px 0;
}
.ck-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
}
.ck-content td,
.ck-content th {
  border: 1px solid #ddd;
  padding: 10px;
}

/* SIDEBAR */
.blog-sidebar .sticky-wrap {
  position: sticky;
  top: 100px;
}
.widget {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}

/* CONTACT FORM */
.contact-widget input,
.contact-widget textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.contact-widget button {
  width: 100%;
  background: #111;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  cursor: pointer;
}

/* MINI POSTS */
.post-mini {
  display: flex;
  gap: 12px;
  margin-top: 15px;
  text-decoration: none;
  color: #000;
}
.post-mini img {
  width: 70px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}
.post-mini p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}
.post-mini span {
  font-size: 12px;
  color: #777;
}

/* TREND ITEMS */
.trend-item {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.trend-item:hover {
  color: #000;
}

/* MOBILE */
@media (max-width: 900px) {
  .grid {
    grid-template-columns: 1fr;
  }
  .blog-title {
    font-size: 28px;
  }
}

/* HERO */
.contact-hero {
  background: #111;
  color: #fff;
  padding: 80px 0 60px;
}
.contact-hero h1 {
  font-size: 42px;
  margin: 15px 0;
}
.contact-hero p {
  opacity: 0.85;
}

/* GRID */
.contact-section {
  padding: 70px 0;
}
.grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
}

/* FORM */
.contact-form-wrap h2 {
  margin-bottom: 20px;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 14px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.contact-form button {
  background: #111;
  color: #fff;
  border: none;
  padding: 16px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
}

/* SIDEBAR */
.sticky-card {
  position: sticky;
  top: 100px;
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.info-box {
  margin-bottom: 20px;
}
.info-box h3 {
  margin-bottom: 5px;
  font-size: 16px;
}
.call-btn {
  display: block;
  text-align: center;
  background: #111;
  color: #fff;
  padding: 14px;
  border-radius: 8px;
  text-decoration: none;
}

/* MAP */
.map-section iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

/* CTA */
.contact-cta {
  padding: 70px 0;
  background: #f7f7f7;
}
.cta-btn {
  display: inline-block;
  margin-top: 15px;
  background: #111;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
}

/* MOBILE */
@media (max-width: 900px) {
  .grid {
    grid-template-columns: 1fr;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .contact-hero h1 {
    font-size: 30px;
  }
}

/* HERO */
.process-hero {
  background: #111;
  color: #fff;
  padding: 80px 0 60px;
}
.process-hero h1 {
  font-size: 42px;
  margin: 15px 0;
}

/* INTRO */
.process-intro {
  padding: 50px 0;
  text-align: center;
  max-width: 700px;
  margin: auto;
  font-size: 18px;
  color: #555;
}

/* TIMELINE */
.process-timeline {
  position: relative;
  padding: 80px 0;
}
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e5e5e5;
  transform: translateX(-50%);
}

.process-step {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}
.process-step:nth-child(even) {
  flex-direction: row-reverse;
}

.step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 2;
}

.step-card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  width: 40%;
  margin: 0 40px;
}
.step-card h3 {
  margin-bottom: 10px;
}

/* BENEFITS */
.process-benefits {
  padding: 70px 0;
  background: #f7f7f7;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 30px;
}
.benefit {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
}

/* CTA */
.process-cta {
  padding: 70px 0;
}
.cta-btn {
  background: #111;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
}

/* MOBILE */
@media (max-width: 900px) {
  .timeline-line {
    left: 20px;
  }
  .process-step,
  .process-step:nth-child(even) {
    flex-direction: row;
  }
  .step-card {
    width: 100%;
    margin-left: 20px;
  }
  .benefits-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.testimonials-section {
  padding: 70px 0;
  background: #f8f8f8;
}

#masonry-reviews {
  width: 100%;
}

#masonry-reviews::after {
  content: "";
  display: block;
  clear: both;
}

.testimonial-card-listing {
  background: #fff;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 25px;
  transition: 0.35s ease;
  position: relative;
}

.testimonial-card-listing:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* HEADER */
.testimonial-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

/* AVATAR */
.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f1f1f1;
}

/* CLIENT INFO */
.client-info strong {
  display: block;
  font-size: 16px;
}

.client-info span {
  font-size: 13px;
  color: #777;
}

/* STARS */
.stars {
  color: var(--gold);
  font-size: 14px;
  margin-top: 4px;
  letter-spacing: 1px;
}

.testimonial-card-listing p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

.quote-icon {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 22px;
  color: #eaeaea;
}

.job-card {
  background: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.apply-btn,
.details-btn {
  background: var(--gold);
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  text-decoration: none;
  border: none;
}

.career-points li {
  margin-bottom: 8px;
}

.benefit-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  font-size: 30px;
}

.sticky-hr {
  position: sticky;
  top: 100px;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.accordion-button {
  font-weight: 600;
  color: #111;
}

.accordion-button.collapsed:after {
  content: "\f106";
}

.accordion-button::after{
  color: #fff;
}
.accordion-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.accordion-body {
  background: #f9f9f9;
}

.accordion-button:not(.collapsed){
  background-color: var(--gold);
  color: #fff;
}
