/* ==========================================================================
   DhaRa Studios - Luxury Photography Theme
   ========================================================================== */

/* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100vh;
  background-color: #12100e;
  color: #f5f2eb;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ==========================================================================
   Site Headers (2 Separate Headers)
   ========================================================================== */
/* Header 1: Initial Hero Header */
.site-header-hero {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 30px 0;
  background-color: transparent !important;
}

.site-header-hero .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #ffffff !important;
}

.site-header-hero .brand-logo {
  font-family: 'Alex Brush', 'Cormorant Garamond', cursive, serif;
  font-size: 44px;
  font-weight: 400;
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  padding: 0 20px;
}

.site-header-hero .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

@media (max-width: 991.98px) {

  .site-header-hero .brand-logo,
  .site-header-white-fixed .brand-logo {
    font-size: 26px !important;
    padding: 0 !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  .site-header-hero .navbar-collapse {
    background-color: rgba(18, 16, 14, 0.96);
    backdrop-filter: blur(12px);
    padding: 20px 15px;
    border-radius: 8px;
    margin-top: 12px;
    border: 1px solid rgba(201, 169, 110, 0.25);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
    width: 100%;
  }

  .site-header-white-fixed .navbar-collapse {
    background-color: #ffffff !important;
    padding: 20px 15px;
    border-radius: 8px;
    margin-top: 12px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    width: 100%;
  }
}

/* Header 2: White Sticky Header */
.site-header-white-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040 !important;
  background-color: #ffffff !important;
  padding: 12px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid #e5e5e5;
  display: none !important;
}

.site-header-white-fixed.active-sticky {
  display: block !important;
}

.site-header-white-fixed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2818, 16, 14, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  filter: none !important;
}

/* Hide all site headers when any lightbox modal is open */
body.modal-open #sticky-white-header,
body.modal-open .site-header-hero,
body.modal-open .site-header-white-fixed {
  z-index: 1 !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.site-header-white-fixed .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #12100e !important;
}

.site-header-white-fixed .nav-link:hover {
  color: #666666 !important;
}

.site-header-white-fixed .brand-logo {
  font-family: 'Alex Brush', 'Cormorant Garamond', cursive, serif;
  font-size: 42px;
  font-weight: 400;
  color: #12100e !important;
  text-shadow: none !important;
  white-space: nowrap;
  padding: 0 20px;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: flex-end;
  background-image: url('../images/hero-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(15, 12, 10, 0.5) 0%,
      rgba(15, 12, 10, 0.15) 35%,
      rgba(15, 12, 10, 0.55) 75%,
      rgba(15, 12, 10, 0.8) 100%);
  pointer-events: none;
}

.hero-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px 90px 50px;
}

.hero-content {
  max-width: 680px;
}

/* Cinematic Movie Zoom-Out Effect (Ken Burns Effect) */
.hero-swiper .swiper-slide img.ken-burns,
#heroCarousel .carousel-item img.ken-burns {
  transform: scale(1.15);
  transition: transform 3.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.hero-swiper .swiper-slide-active img.ken-burns,
#heroCarousel .carousel-item.active img.ken-burns {
  transform: scale(1.0);
}

/* Luxury Hero Action Buttons */
.btn-gold-hero {
  background-color: #c9a96e;
  color: #12100e;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 0;
  transition: all 0.3s ease;
  border: 1px solid #c9a96e;
}

.btn-gold-hero:hover {
  background-color: #dfbe81;
  color: #12100e;
  transform: translateY(-2px);
}

.btn-outline-hero {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.btn-outline-hero:hover {
  background-color: #ffffff;
  color: #12100e;
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* Right-Aligned 4 Pagination Lines for Swiper */
.hero-pagination-wrapper {
  z-index: 10;
}

.hero-swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 3px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  transition: all 0.4s ease;
  margin: 0 !important;
  cursor: pointer;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
  width: 60px;
  background-color: #c9a96e;
}

.hero-subtitle {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 24px;
}

.hero-description {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.38;
  color: #f4ede4;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.2px;
}

/* ==========================================================================
   Site Footer
   ========================================================================== */
.site-footer {
  background-color: #0c0a09;
  padding: 35px 50px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-link {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #ffffff;
}

.footer-divider {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
}

.copyright {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.5px;
}

/* ==========================================================================
   Portfolio / Gallery Section
   ========================================================================== */
.portfolio-section {
  background-color: #f7f4ee;
  color: #1a1715;
  padding: 100px 50px 80px 50px;
}

.portfolio-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
}

.portfolio-subtitle {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8c8378;
  margin-bottom: 16px;
}

.portfolio-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  color: #12100e;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.portfolio-description {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  font-style: normal;
  color: #5c554e;
  margin-bottom: 28px;
  line-height: 1.5;
}

.portfolio-tabs-wrapper {
  margin-top: 35px;
  width: 100%;
}

.portfolio-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
}

.tab-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #5c554e;
  background-color: transparent;
  border: 1px solid rgba(18, 16, 14, 0.15);
  border-radius: 30px;
  padding: 9px 22px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.tab-btn:hover {
  color: #12100e;
  border-color: #12100e;
}

.tab-btn.active {
  color: #ffffff;
  background-color: #12100e;
  border-color: #12100e;
}

.btn-primary {
  display: inline-block;
  background-color: #12100e;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 32px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #332d29;
}

.portfolio-grid-container {
  max-width: 1400px;
  margin: 0 auto;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.portfolio-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gallery-row-double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #eae3d8;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-card:hover img {
  transform: scale(1.03);
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(18, 16, 14, 0.75) 100%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.gallery-card:hover .card-overlay {
  opacity: 1;
}

.card-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #ffffff;
  text-transform: uppercase;
}

.portfolio-action {
  text-align: center;
  margin-top: 50px;
}

/* Card Specific Heights */
.card-large {
  height: 380px;
}

.card-small {
  height: 240px;
}

.card-medium-wide {
  height: 280px;
}

.card-tall {
  height: 560px;
}

.card-square {
  height: 360px;
}

.card-medium-square {
  height: 340px;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1024px) {
  .site-header {
    padding: 25px 30px;
  }

  .site-header.scrolled {
    padding: 15px 30px;
  }

  .hero-container {
    padding: 0 30px 70px 30px;
  }

  .hero-description {
    font-size: 28px;
  }

  .nav-group {
    gap: 25px;
  }

  .portfolio-section {
    padding: 70px 30px 60px 30px;
  }

  .portfolio-title {
    font-size: 38px;
  }

  .portfolio-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .site-header {
    padding: 20px;
  }

  .site-header.scrolled {
    padding: 12px 20px;
  }

  .nav-container {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }

  .nav-group.left,
  .nav-group.right {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .brand-logo {
    order: -1;
    font-size: 36px;
  }

  .hero-container {
    padding: 0 20px 50px 20px;
  }

  .hero-description {
    font-size: 24px;
    line-height: 1.4;
  }

  .hero-subtitle {
    font-size: 10px;
    margin-bottom: 16px;
  }

  .portfolio-section {
    padding: 60px 20px 50px 20px;
  }

  .portfolio-title {
    font-size: 30px;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .card-large,
  .card-tall,
  .card-square,
  .card-medium-square,
  .card-medium-wide {
    height: 280px;
  }

  .card-small {
    height: 180px;
  }
}

/* Bootstrap Mobile Nav Overrides */
@media (max-width: 991.98px) {
  .site-header-initial {
    padding: 20px;
  }

  .site-header-fixed {
    padding: 12px 20px;
  }

  .site-header-initial .navbar-collapse {
    background-color: rgba(18, 16, 14, 0.96);
    padding: 25px 20px;
    margin-top: 15px;
    border-radius: 4px;
  }

  .site-header-fixed .navbar-collapse {
    background-color: #ffffff;
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .site-header-fixed .navbar-toggler-icon {
    filter: invert(1);
  }
}

/* ==========================================================================
   Services Section (What We Photograph)
   ========================================================================== */
.services-section {
  background-color: #151210;
  color: #f5f2eb;
  padding: 100px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.services-header {
  max-width: 750px;
}

.services-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #c9a96e;
}

.services-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 46px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.18;
  margin-bottom: 18px;
}

.services-description {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 19px;
  color: rgba(245, 242, 235, 0.7);
  line-height: 1.5;
}

.service-card {
  background-color: #1d1a17;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 169, 110, 0.35);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45);
}

.service-icon-box svg {
  transition: transform 0.4s ease;
}

.service-card:hover .service-icon-box svg {
  transform: scale(1.1);
}

.service-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 300;
  color: rgba(201, 169, 110, 0.6);
  display: inline-block;
  line-height: 1;
}

.service-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.25;
}

.service-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(245, 242, 235, 0.65);
  margin-bottom: 15px;
}

.service-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #c9a96e;
  text-decoration: none;
  transition: color 0.3s ease, letter-spacing 0.3s ease;
}

.service-card:hover .service-link {
  color: #ffffff;
  letter-spacing: 2px;
}

/* ==========================================================================
   Founder Section (Meet the Founder - Light / White Theme)
   ========================================================================== */
.founder-section {
  background-color: #f7f4ee;
  color: #1a1715;
  padding: 100px 0;
  border-top: 1px solid #eae3d8;
}

.founder-image-card {
  position: relative;
  padding: 12px;
  background-color: #f8f5f0;
  border: 1px solid #e5dfd5;
}

.founder-image-wrapper {
  height: 520px;
  overflow: hidden;
}

.founder-image-wrapper img {
  height: 100%;
  transition: transform 0.6s ease;
}

.founder-image-card:hover .founder-image-wrapper img {
  transform: scale(1.04);
}

.founder-badge {
  position: absolute;
  bottom: 25px;
  right: -15px;
  background-color: #12100e;
  border: 1px solid #12100e;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.badge-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #c9a96e;
}

.badge-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}

.founder-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #8c8378;
}

.founder-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  color: #12100e;
  line-height: 1.1;
}

.founder-role {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2.5px;
  color: #8c8378;
}

.founder-quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-style: italic;
  color: #5c554e;
  border-left: 2px solid #12100e;
  padding-left: 20px;
  line-height: 1.45;
}

.founder-bio p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: #4a443e;
}

.btn-outline-gold {
  border: 1px solid #12100e;
  color: #12100e;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.5px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.btn-outline-gold:hover {
  background-color: #12100e;
  color: #ffffff;
  border-color: #12100e;
}

.signature-font {
  font-family: 'Alex Brush', cursive;
  font-size: 40px;
  color: #12100e;
}

@media (max-width: 991.98px) {
  .founder-badge {
    right: 15px;
  }

  .founder-image-wrapper {
    height: 420px;
  }
}

/* ==========================================================================
   Pricing Section (Investment Tiers)
   ========================================================================== */
.pricing-section {
  background-color: #151210;
  color: #f5f2eb;
  padding: 100px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.pricing-header {
  max-width: 750px;
}

.pricing-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #c9a96e;
}

.pricing-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 46px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.18;
  margin-bottom: 18px;
}

.pricing-description {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 19px;
  color: rgba(245, 242, 235, 0.7);
  line-height: 1.5;
}

.pricing-card {
  background-color: #1d1a17;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 169, 110, 0.35);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

.pricing-card.featured {
  background-color: #221e1a;
  border: 1px solid #c9a96e;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.featured-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c9a96e;
  color: #12100e;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 4px 18px;
  white-space: nowrap;
}

.package-category {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2.5px;
  color: #c9a96e;
}

.package-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
}

.package-price {
  display: flex;
  align-items: baseline;
}

.package-price .currency {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: #c9a96e;
  margin-right: 4px;
}

.package-price .amount {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
}

.package-price .duration {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.45);
  margin-left: 8px;
}

.package-tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(245, 242, 235, 0.65);
  line-height: 1.6;
}

.pricing-card .divider {
  border-color: rgba(255, 255, 255, 0.08);
  opacity: 1;
}

.package-features li {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(245, 242, 235, 0.75);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.package-features li i {
  color: #c9a96e;
  font-size: 15px;
}

.btn-gold {
  background-color: #c9a96e;
  color: #12100e;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 0;
  transition: background-color 0.3s ease;
  border: none;
}

.btn-gold:hover {
  background-color: #dfbe81;
  color: #12100e;
}

.btn-outline-light-gold {
  border: 1px solid rgba(201, 169, 110, 0.5);
  color: #c9a96e;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.btn-outline-light-gold:hover {
  background-color: #c9a96e;
  color: #12100e;
  border-color: #c9a96e;
}

/* ==========================================================================
   Contact Section (Luxury Light Ivory Theme)
   ========================================================================== */
.contact-section {
  background-color: #f7f4ee;
  color: #12100e;
  padding: 100px 0;
  border-top: 1px solid #e5dfd5;
}

.contact-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #8a7550;
}

.contact-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 46px;
  font-weight: 400;
  color: #12100e;
  line-height: 1.18;
}

.contact-lead {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 19px;
  color: #4a443e;
  line-height: 1.55;
}

.contact-detail-item {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #e5dfd5;
  border-radius: 4px;
}

.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #12100e;
  border: 1px solid #12100e;
  color: #c9a96e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.detail-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #8a7550;
  margin-bottom: 2px;
}

.detail-val {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #12100e;
}

.social-badge {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: #12100e;
  border: 1px solid #12100e;
  padding: 4px 12px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.social-badge:hover {
  background-color: #12100e;
  color: #ffffff;
}

.contact-form-card {
  background-color: #ffffff;
  border: 1px solid #e5dfd5;
  border-radius: 6px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

.form-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  color: #12100e;
}

.form-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #666666;
}

.form-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #12100e;
  margin-bottom: 8px;
}

.custom-input-light {
  background-color: #fcfaf7 !important;
  border: 1px solid #e0d9ce !important;
  color: #12100e !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px !important;
  padding: 12px 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.custom-input-light::placeholder {
  color: #888888;
}

.custom-input-light:focus {
  border-color: #12100e !important;
  box-shadow: 0 0 10px rgba(18, 16, 14, 0.1) !important;
  outline: none;
}

select.custom-input-light option {
  background-color: #ffffff;
  color: #12100e;
}

.btn-dark-inquiry {
  background-color: #12100e;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.5px;
  border-radius: 4px;
  border: 1px solid #12100e;
  transition: all 0.3s ease;
}

.btn-dark-inquiry:hover {
  background-color: #c9a96e;
  border-color: #c9a96e;
  color: #12100e;
  transform: translateY(-2px);
}

/* ==========================================================================
   Luxury Site Footer Component
   ========================================================================== */
.site-footer {
  background-color: #0f0d0b;
  color: #f5f2eb;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left !important;
}

.site-footer p,
.site-footer h4,
.site-footer ul,
.site-footer li,
.site-footer a {
  text-align: left !important;
}

.footer-brand-logo {
  font-family: 'Alex Brush', 'Cormorant Garamond', cursive, serif;
  font-size: 42px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
}

.footer-brand-logo:hover {
  color: #c9a96e;
}

.footer-tagline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 16px;
  font-style: italic;
  color: rgba(245, 242, 235, 0.7);
  line-height: 1.5;
}

.footer-location {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #c9a96e;
}

.footer-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.5px;
  color: #c9a96e;
}

.footer-menu li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(245, 242, 235, 0.65);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 4px 0;
}

.footer-menu li a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.footer-contact-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(245, 242, 235, 0.6);
}

.footer-email {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-email:hover {
  color: #c9a96e;
}

.social-icon-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon-btn:hover {
  background-color: #c9a96e;
  border-color: #c9a96e;
  color: #12100e;
  transform: translateY(-2px);
}

.copyright {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: rgba(245, 242, 235, 0.5);
}

.legal-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: rgba(245, 242, 235, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.legal-link:hover {
  color: #c9a96e;
}

.legal-divider {
  color: rgba(245, 242, 235, 0.3);
}

/* ==========================================================================
   Cinematic Page Hero Banner (Bespoke Luxury Header)
   ========================================================================== */
.gallery-hero-banner {
  background-color: #12100e;
  padding-top: 195px;
  padding-bottom: 70px;
  color: #f5f2eb;
  border-bottom: 1px solid rgba(201, 169, 110, 0.2);
  width: 100%;
}

.gallery-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(4px) brightness(0.4);
  transform: scale(1.05);
}

.gallery-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 16, 14, 0.6) 0%, rgba(18, 16, 14, 0.92) 80%, #12100e 100%);
}

.hero-watermark-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Alex Brush', cursive;
  font-size: clamp(60px, 12vw, 150px);
  color: rgba(201, 169, 110, 0.07);
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}

.hero-breadcrumb-badge {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(201, 169, 110, 0.3);
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hero-breadcrumb-badge .breadcrumb-item,
.hero-breadcrumb-badge .breadcrumb-item a {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #c9a96e;
  text-decoration: none;
}

.hero-breadcrumb-badge .breadcrumb-item a:hover {
  color: #ffffff;
}

.hero-breadcrumb-badge .breadcrumb-item.active {
  color: rgba(245, 242, 235, 0.7);
}

.hero-breadcrumb-badge .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(201, 169, 110, 0.5);
  content: "›";
  padding: 0 8px;
}

.hero-tagline-badge {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #c9a96e;
}

.gallery-hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.gallery-hero-desc {
  font-family: 'Cormorant Garamond', Georgia, serif;
  max-width: 720px;
  color: rgba(245, 242, 235, 0.8);
  line-height: 1.5;
}

.gallery-filter-wrapper {
  background: transparent !important;
  backdrop-filter: none !important;
  border: none !important;
  box-shadow: none !important;
  max-width: 100%;
}

.gallery-filter-tabs .filter-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(245, 242, 235, 0.8);
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.gallery-filter-tabs .filter-btn:hover,
.gallery-filter-tabs .filter-btn.active {
  background-color: #c9a96e;
  border-color: #c9a96e;
  color: #12100e;
}

/* Light Theme Filter Buttons for Portfolio Section */
.portfolio-section .gallery-filter-tabs .filter-btn {
  background: #ffffff !important;
  border: 1px solid #d8d0c2 !important;
  color: #12100e !important;
}

.portfolio-section .gallery-filter-tabs .filter-btn:hover,
.portfolio-section .gallery-filter-tabs .filter-btn.active {
  background-color: #c9a96e !important;
  border-color: #c9a96e !important;
  color: #12100e !important;
}

.gallery-fullwidth-section {
  background-color: #f7f4ee;
  width: 100%;
}

.fullwidth-masonry-grid {
  column-count: 4;
  column-gap: 6px;
  width: 100%;
  padding: 6px 0;
}

@media (max-width: 1199.98px) {
  .fullwidth-masonry-grid {
    column-count: 3;
  }
}

@media (max-width: 991.98px) {
  .fullwidth-masonry-grid {
    column-count: 2;
  }
}

@media (max-width: 575.98px) {
  .fullwidth-masonry-grid {
    column-count: 2 !important;
    column-gap: 6px;
  }
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 6px;
  display: inline-block;
  width: 100%;
}

.gallery-image-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.gallery-image-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.gallery-image-box:hover img {
  transform: scale(1.05);
}

.gallery-hover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(18, 16, 14, 0.9) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-image-box:hover .gallery-hover-overlay {
  opacity: 1;
}

.overlay-cat {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  color: #c9a96e;
  margin-bottom: 4px;
}

.overlay-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}

/* ==========================================================================
   Zoom Lightbox Modal Component (zoomModal.php)
   ========================================================================== */
.zoom-lightbox-modal {
  background-color: rgba(10, 8, 6, 0.96);
  z-index: 999999 !important;
}

.modal-backdrop {
  z-index: 999990 !important;
}

.zoom-lightbox-modal .modal-dialog {
  max-width: 95vw;
}

.zoom-lightbox-modal .modal-content {
  box-shadow: none;
}

.zoom-modal-close {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 1000005 !important;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.zoom-modal-close:hover {
  background-color: #c9a96e;
  border-color: #c9a96e;
  color: #12100e;
  transform: rotate(90deg);
}

.zoom-nav-btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000000 !important;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.zoom-prev-btn {
  left: 25px;
}

.zoom-next-btn {
  right: 25px;
}

.zoom-nav-btn:hover {
  background-color: #c9a96e;
  border-color: #c9a96e;
  color: #12100e;
  transform: translateY(-50%) scale(1.1);
}

.zoom-image-wrapper img {
  max-height: 80vh;
  max-width: 85vw;
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.zoom-category-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: #c9a96e;
}

.zoom-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
}

.zoom-counter {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

/* ==========================================================================
   Editorial Collage Gallery Cards (gallery.php)
   ========================================================================== */
.card-editorial-hero {
  height: 520px;
  border-radius: 4px;
}

.card-editorial-medium {
  height: 420px;
  border-radius: 4px;
}

.card-editorial-banner {
  height: 380px;
  border-radius: 4px;
}

.card-editorial-square {
  height: 440px;
  border-radius: 4px;
}

@media (max-width: 767.98px) {
  .card-editorial-hero {
    height: 280px;
  }

  .card-editorial-medium {
    height: 230px;
  }

  .card-editorial-banner {
    height: 220px;
  }

  .card-editorial-square {
    height: 230px;
  }
}

/* ==========================================================================
   About Us Page Styles
   ========================================================================== */
.about-origin-section {
  background-color: #f7f4ee;
}

.origin-glass-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(18, 16, 14, 0.88);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(201, 169, 110, 0.3);
  border-radius: 4px;
}

.pillar-card {
  border-color: rgba(0, 0, 0, 0.08) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-translate-y:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.btn-gold {
  background-color: #c9a96e;
  color: #12100e;
  border: 1px solid #c9a96e;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background-color: #ffffff;
  color: #12100e;
  border-color: #ffffff;
}

.max-w-700 {
  max-width: 700px;
}

.max-w-600 {
  max-width: 600px;
}

.font-serif {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.timeline-box {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.08) !important;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.timeline-box:hover {
  border-color: #c9a96e !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.team-card {
  border-color: rgba(0, 0, 0, 0.08) !important;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.team-img-wrapper img {
  transition: transform 0.5s ease;
}

.team-card:hover .team-img-wrapper img {
  transform: scale(1.05);
}

.fs-7 {
  font-size: 11px;
}

/* ==========================================================================
   Testimonials Section
   ========================================================================== */
.testimonials-section {
  background-color: #12100e;
  border-top: 1px solid rgba(201, 169, 110, 0.2);
  border-bottom: 1px solid rgba(201, 169, 110, 0.2);
}

.testimonials-radial-glow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(201, 169, 110, 0.16) 0%, transparent 75%);
  pointer-events: none;
  z-index: 1;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(201, 169, 110, 0.25);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  border-color: #c9a96e;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  transform: translateY(-4px);
}

.testimonial-rating i {
  font-size: 14px;
  margin-right: 2px;
}

.testimonials-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
  opacity: 0.6;
  width: 8px;
  height: 8px;
  transition: all 0.3s ease;
}

.testimonials-pagination .swiper-pagination-bullet-active {
  background: #c9a96e;
  opacity: 1;
  width: 24px;
  border-radius: 12px;
}

/* ==========================================================================
   Cinematic Reels & Motion Section
   ========================================================================== */
.reels-section {
  background-color: #f7f4ee;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.reels-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #a38240 !important;
}

.reel-card {
  height: 480px;
  border-radius: 4px;
  transition: all 0.4s ease;
}

@media (max-width: 767.98px) {
  .reel-card {
    height: 320px;
  }
}

.reel-card img {
  height: 100%;
  transition: transform 0.6s ease;
}

.reel-card:hover img {
  transform: scale(1.08);
}

.reel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 16, 14, 0.4) 0%, rgba(18, 16, 14, 0.2) 40%, rgba(18, 16, 14, 0.9) 100%);
  transition: all 0.3s ease;
}

.reel-badge {
  background: rgba(18, 16, 14, 0.7);
  backdrop-filter: blur(6px);
  color: #c9a96e;
  border: 1px solid rgba(201, 169, 110, 0.4);
  border-radius: 20px;
}

.reel-duration {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 8px;
  border-radius: 12px;
}

.reel-play-btn {
  width: 58px;
  height: 58px;
  background: rgba(201, 169, 110, 0.9);
  color: #12100e;
  border-radius: 50%;
  font-size: 28px;
  padding-left: 4px;
  text-decoration: none;
  box-shadow: 0 0 25px rgba(201, 169, 110, 0.6);
  transition: all 0.3s ease;
}

.reel-card:hover .reel-play-btn {
  background: #ffffff;
  color: #12100e;
  transform: scale(1.15);
  box-shadow: 0 0 35px rgba(255, 255, 255, 0.8);
}

.btn-outline-gold {
  border: 1px solid #c9a96e;
  color: #12100e;
  background: transparent;
  transition: all 0.3s ease;
}

.btn-outline-gold:hover {
  background: #c9a96e;
  color: #12100e;
  border-color: #c9a96e;
}

/* ==========================================================================
   Global Section Heading & Description Typography Scaling
   ========================================================================== */
.testimonials-title,
.reels-title,
.portfolio-title,
.services-title {
  font-size: clamp(26px, 3.5vw, 36px) !important;
  font-weight: 400 !important;
}

.testimonials-description,
.reels-description,
.portfolio-description,
.services-description {
  font-size: 15px !important;
  line-height: 1.6 !important;
}