  /* ================= GLOBAL ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #1b1b1b;
  overflow-x: hidden;
}

/* ================= NAVBAR ================= */
.custom-navbar {
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(8px);
  padding: 15px 0;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  color: #fff;
  padding: 0 !important;
  margin-right: 0;
  background: transparent !important;
  line-height: 0;
  border: 0;
  box-shadow: none;
}

.navbar-brand span {
  color: #d4af37;
}

.site-logo {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* Navbar: cap height so logo aligns with nav links; no solid block behind asset */
.site-logo-nav {
    /* max-height: 52px; */
    /* width: auto; */
    max-width: 162px;
    object-fit: contain;
    object-position: left center;
}

.nav-link {
  color: #fff !important;
  margin: 0 12px;
}

.nav-link.active {
  color: #d4af37 !important;
}

/* BUTTONS */
.btn-gold {
  background: #d4af37;
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 500;
  transition: all 0.25s ease;
}

.btn-gold:hover {
  background: #b8962e;
  color: #fff;
  transform: translateY(-1px);
}

.btn-white {
  background: #fff;
  color: #000;
  padding: 10px 22px;
  border-radius: 8px;
}

/* ================= HERO ================= */
.carousel-item,
.hero {
  height: 100vh;
}

.hero {
  display: flex;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
}

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

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 650px;
  background: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 26px 28px;
  backdrop-filter: blur(4px);
}
.btn-white, .about-btn {
    text-decoration: auto;
}

.hero-tag {
  color: #d4af37;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}.navbar-brand:focus, .navbar-brand:hover {
    color: #fff;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
}
.hero-inner {
    left: 52px;
}

.hero-title span {
  color: #d4af37;
}

.hero-desc {
  margin-top: 20px;
  color: #ddd;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.carousel-indicators {
  margin-bottom: 30px;
  gap: 8px;
}

.carousel-indicators [data-bs-target] {
  width: 28px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.45);
}

.carousel-indicators .active {
  background-color: #d4af37;
}

/* ================= ABOUT ================= */
.about-section {
  padding: 100px 0;
  background: #f5f5f5;
}

.about-title {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
}

.about-title span {
  color: #d4af37;
}

.about-text {
  color: #666;
  line-height: 1.8;
}

.about-btn {
  display: inline-block;
  margin-top: 20px;
  background: #000;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
}

.about-btn:hover {
  background: #d4af37;
}

.about-images {
  position: relative;
}

.main-img img {
  width: 100%;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.img-box {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  background: #fff;
  padding: 10px;
}

.top-box {
  top: -30px;
  right: -30px;
}

.bottom-box {
  bottom: -30px;
  right: -30px;
}

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

/* ================= SERVICES ================= */
.black__bg {
  background: #000;
  padding: 100px 0;
  color: #fff;
}

.home-services {
  position: relative;
  background: #060606;
  color: #fff;
  overflow: hidden;
  padding-top: 82px;
  padding-bottom: 88px;
}

.home-services .container {
  position: relative;
  max-width: 1220px;
}

.home-services::before,
.home-services::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, 94%);
  height: 20px;
  border-top: 1px solid rgba(212, 175, 55, 0.75);
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 999px;
  pointer-events: none;
}

.home-services::before {
  top: 10px;
}

.home-services::after {
  bottom: 8px;
}

.home-services .container::before {
  content: "❦";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(212, 175, 55, 0.9);
  font-size: 18px;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.25);
}

.home-services .container::after {
  content: "❦";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(212, 175, 55, 0.88);
  font-size: 18px;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.25);
}

.home-services .container {
  background:
    radial-gradient(circle at 7% 9%, rgba(212, 175, 55, 0.18) 0 2px, transparent 3px),
    radial-gradient(circle at 9% 13%, rgba(212, 175, 55, 0.12) 0 3px, transparent 4px),
    radial-gradient(circle at 12% 8%, rgba(212, 175, 55, 0.12) 0 4px, transparent 5px),
    radial-gradient(circle at 90% 9%, rgba(212, 175, 55, 0.16) 0 2px, transparent 3px),
    radial-gradient(circle at 93% 13%, rgba(212, 175, 55, 0.12) 0 3px, transparent 4px),
    radial-gradient(circle at 96% 8%, rgba(212, 175, 55, 0.12) 0 4px, transparent 5px);
}

.home-services-head {
  margin: 0 auto 30px;
  text-transform: uppercase;
  position: relative;
  max-width: 620px;
  border: unset;
  border-radius: 3px;
  padding: 16px 12px 14px;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.9), rgba(6, 6, 6, 0.8));
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.35);
}

.home-services-head::before,
.home-services-head::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(540px, 78%);
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(212, 175, 55, 0.85), transparent);
}

.home-services-head::before {
  top: 10px;
}

.home-services-head::after {
  bottom: 10px;
}

.home-services-head h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(44px, 5vw, 56px);
  letter-spacing: 4px;
  color: #d7b25a;
  margin-bottom: 6px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6), 0 0 12px rgba(212, 175, 55, 0.08);
}

.home-services-head p {
  margin: 0;
  color: #f1f1f1;
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: 300;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.05);
}

.home-services-head h2::before,
.home-services-head h2::after {
  content: "✦";
  color: rgba(212, 175, 55, 0.85);
  font-size: 11px;
  vertical-align: middle;
  margin: 0 12px;
}

.home-service-card {
  height: 100%;
  background: linear-gradient(180deg, #0e0e0e 0%, #090909 100%);
  border: 1px solid rgba(212, 175, 55, 0.62);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.14), 0 14px 30px rgba(0, 0, 0, 0.38);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.home-service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(231, 198, 118, 0.86);
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.24), 0 22px 42px rgba(0, 0, 0, 0.5);
}

.home-service-media {
  position: relative;
}

.home-service-media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.45s ease;
}

.home-service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 15%, rgba(255, 200, 95, 0.16), rgba(0, 0, 0, 0)),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.52));
}

.home-service-body {
  text-align: center;
  padding: 0 34px 34px;
  position: relative;
  margin-top: -38px;
}

.home-service-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 2px solid rgba(212, 175, 55, 0.85);
  background: #090909;
  color: #d4af37;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 14px;
}

.home-service-body h3 {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #d7b25a;
}

.home-service-divider {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  color: #d4af37;
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 13px;
}

.home-service-divider::before,
.home-service-divider::after {
  content: "";
  width: 58px;
  height: 1px;
  background: rgba(212, 175, 55, 0.8);
  margin: 0 12px;
}

.home-services .row {
  margin-bottom: 6px;
}

.home-service-body p {
  color: #f0f0f0;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 16px;
}

.home-service-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #e8c56e;
  font-weight: 500;
  letter-spacing: 1.6px;
  border: 1px solid rgba(212, 175, 55, 0.72);
  border-radius: 999px;
  padding: 10px 26px;
  transition: all 0.25s ease;
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.14);
}

.home-service-link:hover {
  color: #0e0e0e;
  background: #d4af37;
  border-color: #d4af37;
}

.home-service-card:hover .home-service-media img {
  transform: scale(1.06);
}

.services-heading {
  font-size: 48px;
  font-family: 'Playfair Display', serif;
  color: #d4af37;
}

.services__block {
  position: relative;
}

.services__block img {
  width: 100%;
  border: 4px solid #fff;
}

.services__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0px;
}

.services__title h3 {
  font-size: 70px;
  color: rgb(212 175 55);
}

.services__title-info {
  border-left: 1px solid rgba(255,255,255,0.3);
  padding-left: 10px;
}

/* POSITION FIX */
.services__first .services__title {
    position: absolute;
    top: -34px;
    right: -168px;
}

.services__second { margin-top: 70px; }
.services__third { margin-top: -86px; }
.services__fourth { margin-top: -14px; }
.services__fifth {
    top: 44px;
}

.services__fifth .services__title {
    position: absolute;
    left: 0;
    top: -84px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #d4af37 !important;
}


/* ================= TESTIMONIAL ================= */
.testimonial-section {
    background: linear-gradient(to right, #d4af37, #111111, #666562);
    padding: 60px 0;
}
h2.text-center.mb-5 {
    margin-bottom: 10px;
    color: #d4af37;
    font-family: 'Playfair Display';
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 2.4px;
}
.swiper-slide .card p {
    color: #fff;
}
.swiper-slide .card h5 {
    color: #d4af37;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #d4af37;
    font-size: 32px;
    font-weight: 700;
}

.card {
  background: #111;
  padding: 30px;
  text-align: center;
  transform: scale(0.85);
  opacity: 0.4;
  transition: 0.4s;
  min-height: 180px;
}

.swiper-slide-active .card {
  transform: scale(1);
  opacity: 1;
}

.swiper-slide-prev .card,
.swiper-slide-next .card {
  opacity: 0.7;
  transform: scale(0.9);
}


/* ================= CONTACT ================= */
.contact-section {
  position: relative;
  padding: 80px 0;
  background: url('../images/common/our-service-event.png') center/cover no-repeat;
  color: #fff;
}

.contact-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
}

.contact-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 60px;
}

.info-block h5 {
    color: #d4af37;
}

.contact-info h2 {
  font-size: 48px;
}

.contact-info span {
  color: #d4af37;
}

.contact-form {
  background: rgba(255,255,255,0.05);
  padding: 40px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}

.contact-form button {
  background: #d4af37;
  padding: 12px 25px;
  border: none;
  color: #fff;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }



}
/* ================= CTA SECTION ================= */
.cta-section {
  position: relative;
  padding: 50px 0;
  background: #000;
  color: #fff;
  overflow: hidden;
}

/* OVERLAY */
.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.85),
    rgba(0,0,0,0.6)
  );
}

/* WRAPPER */
.cta-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* TEXT */
.cta-content h2 {
  font-size: 42px;
  font-family: 'Playfair Display', serif;
  line-height: 1.3;
  margin-bottom: 15px;
}

.cta-content h2 span {
  color: #d4af37;
  font-style: italic;
}

.cta-content p {
  color: #ddd;
  font-size: 16px;
  max-width: 500px;
}

/* BUTTON */
.cta-btn {
  background: #d4af37;
  color: #fff;
  padding: 14px 32px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
  white-space: nowrap;
}

.cta-btn:hover {
  background: #b8962e;
  transform: translateY(-2px);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .cta-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .cta-content p {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .cta-content h2 {
    font-size: 30px;
  }
}

/* ================= FOOTER ================= */
.footer-section {
  background: linear-gradient(135deg, #1c1c1c, #2a2a2a);
  color: #ccc;
  padding: 50px 0 0px;
}

/* WRAPPER */
.footer-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 26px;
}

/* LOGO */
.footer-col h3 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #fff;
}

.footer-brand-logo {
  margin: 0;
  line-height: 0;
  background: transparent;
}

.site-logo-footer {
  max-width: 220px;
  width: auto;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.footer-col h3 span {
  color: #d4af37;
}

/* TEXT */
.footer-col p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 15px;
}

/* HEADINGS */
.footer-col h5 {
    color: #d4af37;
    margin-bottom: 15px;
    font-weight: 600;
}

/* LINKS */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

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

.footer-col ul li a:hover {
  color: #d4af37;
}

/* SOCIAL */
.footer-social {
  margin-top: 20px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #333;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 16px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #d4af37;
  transform: translateY(-3px);
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid rgb(212 175 55);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Poppins';
}

.footer-bottom span {
  font-style: italic;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .footer-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
/* ================= STATS SECTION ================= */
.stats-section {
    position: relative;
    padding: 80px 0;
    background: url('../images/common/our-service-event.png') center / cover no-repeat;
    color: #fff;
}

/* HEADER */
.stats-header h2 {
  font-size: 42px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 50px;
}

.stats-header h2 {
    color: #ffffff;
    text-shadow: 0 0 black;
    backdrop-filter: blur(2px);
}

.stats-header span {
  color: #d4af37;
}

/* WRAPPER */
.stats-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.stat-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.4s;
}

/* HOVER */
.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* ICON */
.stat-card .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: rgba(212,175,55,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-card .icon i {
  font-size: 24px;
  color: #d4af37;
}

/* NUMBER */
.stat-card h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

.stat-card h3 span {
  color: #d4af37;
}

/* TEXT */
.stat-card p {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
}
.stat-card h3 {
    color: #000;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .stats-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .stats-wrapper {
    grid-template-columns: 1fr;
  }

  .stats-header h2 {
    font-size: 30px;
  }
}


.services__title-info a {
    color: #fff;
    text-decoration: none;
    border: 1px solid;
    border-radius: 10px;
    padding: 4px 8px;
}


@media (min-width: 320px) and (max-width: 766px) {

.carousel-item, .hero {
    height: 72vh;
}
.hero-inner {
    left: 30px;
    max-width: 85%;
    padding: 20px;
}
.btn-white {
    padding: 10px 18px;
    font-size: 12px;
}
.hero-title {
    font-size: 20px;
}

.carousel-indicators {
    margin-bottom: 16px;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
    padding: 0;
}

ul.navbar-nav.ms-auto.align-items-center {
    display: block;
}
li.nav-item.ms-3 {
    margin-top: 12px;
    margin-left: 1px !important;
}
.about-btn {
    margin-top: 5px;
    margin-bottom: 40px;
}
.about-section {
    padding: 60px 0;
}

.custom-navbar {
    width: 100%;
    padding-right: 20px;
}
.services__first .services__title {
    position: absolute;
    top: 4px;
    right: 0;
    backdrop-filter: blur(2px);
}
.services__title-info a {
    text-decoration: none;
    border: unset;
    padding: 4px 15px;
}
.services__fourth, .services__third, .services__block.services__second {
    margin-top: 20px !important;
}
.services__fifth .services__title, .services__fourth .services__title.w-100, .services__third.d-flex .services__title, .services__second .services__title {
    position: absolute;
    bottom: 2px;
    backdrop-filter: blur(2px);
    padding: 5px;
    left: 7px;
}
.services__fourth .services__title.w-100, .services__third .services__title.w-100 {
    width: fit-content !important;
}
.services__fifth .services__title {
    top: unset;
}
.black__bg {
    padding: 28px 0 100px 0;
}
.testimonial-section .swiper-slide .card p {
    font-size: 14px;
    padding: 10px;
}
.testimonial-section {
    padding: 40px 0 40px 0;
}
.contact-form {
    padding: 40px 16px;
}
.contact-section {
    padding: 60px 0;
}
.footer-col p, .footer-col ul li, .footer-col h5 {
    text-align: justify;
}

.footer-wrapper {
    gap: 28px;
    margin-bottom: 26px;
}

.footer-bottom p {
    margin-bottom: 0px;
}
.footer-bottom span {
    margin-bottom: 20px;
    font-style: normal;
}

}
@media (min-width: 1024px) and (max-width: 1366px) {
.carousel-item, .hero {
    height: 42vh;
}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
}
.about-section {
    padding: 80px 55px;
}
.contact-form {
    margin-right: 20px;
}
.card {
    padding: 20px;
}

}
@media (min-width: 767px) and (max-width: 1023px) {
.custom-navbar .container {
    margin: 0;
    padding: 0px 24px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}
.carousel-item, .hero {
    height: 50vh;
}
.about-section {
    padding: 60px 0 100px 0;
}
.hero-inner {
    padding: 22px;
}
.about-btn {
    margin-bottom: 20px;
}
.footer-col p, .footer-col ul li, .footer-col h5 {
    text-align: justify;
}
.footer-bottom {
    flex-direction: row;
    gap: 8px;
    text-align: center;
    padding-top: 16px;
}
.footer-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    gap: 30px;
}
.services__fourth, .services__third, .services__block.services__second {
    margin-top: 20px !important;
}
.services__fifth .services__title, .services__fourth .services__title.w-100, .services__third.d-flex .services__title, .services__second .services__title {
    position: absolute;
    bottom: 10px;
    backdrop-filter: blur(6px);
    padding: 5px;
    left: 7px;
}
.services__fourth .services__title.w-100, .services__third .services__title.w-100 {
    width: fit-content !important;
}
.services__fifth .services__title {
    top: unset;
}
.services__first .services__title {
    position: absolute;
    top: 6px;
    right: unset;
    left: 6px;
    backdrop-filter: blur(10px);
}
.black__bg {
    padding: 60px 0 100px 0;
}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
}
ul.navbar-nav.ms-auto.align-items-center {
    display: block;
}
li.nav-item.ms-3 {
    margin-left: 0px !important;
    margin-top: 12px;
    margin-bottom: 12px;
}

}

/* ================= INNER PAGE SHARED ================= */
.section-pad {
  padding: 60px 0;
}

section.service-fit.section-pad.reveal-up a.btn-gold-outline {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 8px 10px;
}

.inner-hero {
  height: 68vh;
  min-height: 520px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0;
  padding-top: 36px;
}

.inner-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.45));
}

.inner-hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
  color: #fff;
}

.hero-kicker {
  color: #d4af37;
  letter-spacing: 1.7px;
  font-size: 12px;
  margin-bottom: 10px;
}

.inner-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  line-height: 1.12;
  margin-bottom: 16px;
}

.inner-hero-content p {
  color: #efefef;
  font-size: 17px;
  line-height: 1.75;
}

.section-label {
  color: #d4af37;
  letter-spacing: 1.7px;
  font-size: 12px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.section-head h2 {
  font-family: "Playfair Display", serif;
  font-size: 44px;
  margin-bottom: 14px;
  line-height: 1.2;
}

.section-head p,
.section-pad p {
  font-size: 16px;
  line-height: 1.8;
}

.inner-breadcrumb {
  background: #0f0f0f;
  padding: 12px 0;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.inner-hero .inner-breadcrumb {
  position: relative;
  z-index: 1;
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 26px;
}

.inner-hero-content .inner-breadcrumb .container {
  max-width: none;
  margin: 0;
  padding: 0;
}

.inner-breadcrumb .container {
  display: flex;
  gap: 10px;
  align-items: center;
}

.inner-breadcrumb a,
.inner-breadcrumb p,
.inner-breadcrumb span {
  margin: 0;
  color: #d8d8d8;
  text-decoration: none;
  font-size: 14px;
}

.inner-breadcrumb p {
  color: #d4af37;
}

.reveal-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}