:root {
  --gold: #D4AF37;
  --gold-dark: #D4AF37;
  --dark: #121212;
  --light: #f8f9fa;
  --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #ffffff;
  color: #333;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-serif {
  font-family: 'Playfair Display', serif;
}

/* --- NAVIGATION --- */
.navbar {
  transition: var(--transition);
  padding: 0px 0;
  background: white !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.nav-link {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dark) !important;
  transition: color 0.3s ease;
  padding: 10px 15px !important;
}

.nav-link:hover {
  color: var(--gold) !important;
}

.logo-circle {
  width: 65px;
  height: 65px;
  background: var(--gold);
  border: 3px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Mega Menu */
.has-megamenu {
  position: static !important;
}

.megamenu {
  left: 5% !important;
  right: 5% !important;
  width: 90% !important;
  margin: 0 auto;
  border-top: 3px solid var(--gold);
  padding: 40px !important;
  border-radius: 0;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.mega-title {
  font-size: 14px;
  font-weight: 900;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  display: block;
}

/* --- PRICE BADGE --- */
.price-badge {
  background-color: var(--gold);
  color: white;
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 2px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

/* --- STEPS SECTION --- */
.step-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 auto 20px;
  overflow: hidden;
  background: white;
  transition: all 0.4s ease;
  padding: 5px;
}

.step-item:hover .step-circle {
  border-color: var(--gold);
  transform: translateY(-8px);
}

/* --- TALK TO EXPERT SECTION --- */
.expert-section {
  background-color: #fffdf5;
}

.progress-circle {
  width: 60px;
  height: 60px;
  position: relative;
}

.progress-circle svg {
  transform: rotate(-90deg);
}

.progress-circle circle {
  fill: none;
  stroke-width: 4;
}

.progress-circle .bg {
  stroke: #eee;
}

.progress-circle .bar {
  stroke: var(--gold);
  stroke-dasharray: 157;
  stroke-dashoffset: 78;
}

.expert-form input,
.expert-form select {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #eee;
  padding: 12px 0;
  font-size: 14px;
  background: transparent;
}

.expert-form input:focus {
  box-shadow: none;
  border-color: var(--gold);
}

.form-check-input:checked {
  background-color: var(--gold);
  border-color: var(--gold);
}

/* --- STICKY CTAs --- */
.sticky-ctas {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}

/* --- TABS --- */
.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- MOBILE OVERRIDES --- */
@media (max-width: 991px) {
  .navbar {
    background: white !important;
    padding: 15px 0 !important;
  }

  .nav-link {
    color: var(--dark) !important;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 10px !important;
    font-size: 12px;
  }

  .logo-circle {
    width: 55px;
    height: 55px;
  }

  .hero-title {
    font-size: 2.8rem !important;
  }

  .sticky-ctas {
    display: none !important;
  }

  .megamenu {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }
}

.bg-black-lux {
  background-color: #050505;
}

.text-gold {
  color: var(--gold);
}

.hover-zoom {
  transition: transform 0.8s ease;
}

.hover-zoom:hover {
  transform: scale(1.05);
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* ===============================
   HEADER SCROLL BEHAVIOR
================================ */

#mainNav {
  background: #fff;
  transition: transform 0.35s ease, box-shadow 0.3s ease;
  will-change: transform;
}

#mainNav.nav-hidden {
  transform: translateY(-110%);
}

#mainNav.nav-visible {
  transform: translateY(0);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}





/* ================= TILAK FOOTER ================= */
.tsa-footer {
  background: #050505;
  color: #bdbdbd;
  font-family: Inter, sans-serif;
  font-size: 13px;
}

.tsa-featured {
  padding: 40px 0;
  text-align: center;
  border-bottom: 1px solid #222;
}

.tsa-featured .tsa-label {
  font-size: 11px;
  letter-spacing: .4em;
  color: #777;
  margin-bottom: 20px;
}

.tsa-featured img {
  height: 22px;
  margin: 0 25px;
  opacity: .7;
}

.tsa-footer-main {
  padding: 60px 0;
}

.tsa-footer-main h6 {
  color: #c9a24d;
  font-size: 11px;
  letter-spacing: .25em;
  margin-bottom: 20px;
}

.tsa-footer-main ul {
  list-style: none;
  padding: 0;
}

.tsa-footer-main li {
  margin-bottom: 10px;
  cursor: pointer;
}

.tsa-footer-main li:hover {
  color: #fff;
}

.tsa-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tsa-brand img {
  width: 36px;
}

.tsa-brand h4 {
  color: #fff;
  font-family: Playfair Display, serif;
}

.tsa-desc {
  margin-top: 15px;
  line-height: 1.8;
}

.tsa-socials span {
  margin-right: 15px;
  cursor: pointer;
}

.tsa-locations,
.tsa-interests {
  padding: 35px 10%;
  border-top: 1px solid #222;
}

.tsa-locations h6,
.tsa-interests h6 {
  color: #c9a24d;
  font-size: 11px;
  letter-spacing: .25em;
  margin-bottom: 15px;
}

.tsa-sub {
  color: #888;
  margin-top: 15px;
}

.tsa-copy {
  text-align: center;
  padding: 25px 0;
  border-top: 1px solid #222;
  font-size: 11px;
  letter-spacing: .2em;
  color: #777;
}

/* Alert Styles for Contact Form */
.alert {
  padding: 15px 20px;
  margin-bottom: 25px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 14px;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.alert-danger {
  background-color: #fee;
  color: #c33;
  border: 1px solid #fcc;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.alert i,
.alert .fas,
.alert .far {
  margin-right: 10px;
  font-size: 16px;
}



.megamenu {
  left: 5% !important;
  right: 5% !important;
  width: 90% !important;
  margin: 0 auto;
  border-top: 3px solid var(--gold);
  padding: 40px !important;
  border-radius: 0;
}

.mega-title {
  font-size: 14px;
  font-weight: 900;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  display: block;
}

/* --- HERO SECTION --- */
.blog-hero {
  height: 50vh;
  position: relative;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

/* --- BLOG CARDS --- */
.section-title {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--dark);
  margin-bottom: 40px;
  border-bottom: 2px solid var(--gold);
  display: inline-block;
  padding-bottom: 5px;
}

.blog-card {
  border: none;
  background: transparent;
  margin-bottom: 50px;
  transition: var(--transition);
}

.blog-img-wrapper {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 250px;
}

.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.blog-card:hover img {
  transform: scale(1.1);
}

.blog-card .blog-title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 12px;
  color: var(--dark);
  transition: color 0.3s;
}

.blog-card:hover .blog-title {
  color: var(--gold);
}

.blog-excerpt {
  font-size: 13px;
  color: #777;
  line-height: 1.6;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: underline;
  letter-spacing: 1px;
}



/* --- MOBILE --- */
@media (max-width: 991px) {
  .navbar {
    padding: 10px 0 !important;
  }

  .logo-circle {
    width: 50px;
    height: 50px;
  }

  .blog-hero {
    height: 35vh;
  }

  .section-title {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .blog-img-wrapper {
    height: 200px;
  }
}

.mega-title {
  font-size: 14px;
  font-weight: 900;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  display: block;
}

/* --- HERO SECTION --- */
.careers-hero {
  height: 65vh;
  position: relative;
  background-color: #000;
  display: flex;
  align-items: center;
  margin-top: 110px;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

/* --- TRAINING SECTION --- */
.training-section {
  padding: 100px 0;
}

.training-img {
  border-radius: 15px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 500px;
  object-fit: cover;
}

/* --- JOB CARDS --- */
.jobs-section {
  background-color: var(--light-gold);
  padding: 100px 0;
}

.job-card {
  background: white;
  padding: 45px;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  height: 100%;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.job-card:hover {
  transform: translateY(-10px);
  border-color: var(--gold);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.job-category {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--gold);
  margin-bottom: 25px;
  text-transform: uppercase;
}

.btn-outline-gold {
  border: 1px solid var(--gold);
  color: var(--gold);
  border-radius: 0;
  font-size: 10px;
  font-weight: 800;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: var(--transition);
  text-decoration: none;
  display: inline-block;
}

.btn-outline-gold:hover {
  background: var(--gold);
  color: white !important;
}

/* --- JOIN FORM --- */
.join-form-container {
  background: white;
  border: 1px solid #eee;
  padding: 60px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  border-radius: 0;
}

.form-control,
.form-select {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: 15px 0;
  font-size: 14px;
  margin-bottom: 20px;
  background: transparent;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: var(--gold);
}

/* --- FOOTER --- */
.bg-black-lux {
  background-color: #050505;
  color: white;
}

/* --- MOBILE --- */
@media (max-width: 991px) {
  .navbar {
    padding: 10px 0 !important;
  }

  .logo-circle {
    width: 55px;
    height: 55px;
  }

  .careers-hero {
    height: auto;
    padding: 140px 0 80px;
    text-align: center;
  }

  .training-img {
    height: 350px;
    margin-bottom: 40px;
  }

  .join-form-container {
    padding: 30px 20px;
  }

  .section-padding {
    padding: 60px 0;
  }

  .sticky-ctas {
    display: none !important;
  }
}

 /* Mega Menu */
      
        .megamenu {
            left: 5% !important;
            right: 5% !important;
            width: 90% !important;
            margin: 0 auto;
            border-top: 3px solid var(--gold);
            padding: 40px !important;
            border-radius: 0;
            box-shadow: 0 25px 50px rgba(0,0,0,0.1);
        }
        .mega-title {
            font-size: 14px;
            font-weight: 900;
            color: var(--gold);
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
            display: block;
        }

        /* --- CONTACT HERO --- */
        .contact-hero {
            background-color: var(--gold);
            padding: 100px 0;
            text-align: center;
            color: white;
            margin-top: 110px;
        }
        .contact-hero h1 {
            font-size: 60px;
            font-weight: 700;
            letter-spacing: 5px;
            margin-bottom: 20px;
        }
        .contact-hero p {
            font-size: 14px;
            opacity: 0.9;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        /* --- MAIN CONTENT WRAPPER (REF MATCH) --- */
        .expert-section-wrapper {
            background-color: var(--light-gold);
            padding: 80px 0;
        }
        
        .contact-container {
            background: white;
            box-shadow: 0 20px 60px rgba(0,0,0,0.08);
            border-radius: 0;
            overflow: hidden;
        }

        /* Left Image Area */
        .contact-img-box {
            height: 100%;
            min-height: 600px;
            position: relative;
        }
        .contact-img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Form Area */
        .contact-form-box {
            padding: 50px;
        }

        .form-nav-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 20px;
        }

        .radio-options label {
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-right: 20px;
            cursor: pointer;
        }

        .progress-circle {
            width: 50px;
            height: 50px;
            position: relative;
        }
        .progress-circle svg { transform: rotate(-90deg); }
        .progress-circle circle { fill: none; stroke-width: 3; }
        .progress-circle .bg { stroke: #eee; }
        .progress-circle .bar { stroke: #d32f2f; stroke-dasharray: 126; stroke-dashoffset: 63; }

        .expert-form input {
            border: none;
            border-bottom: 1px solid #ddd;
            border-radius: 0;
            padding: 15px 0;
            font-size: 14px;
            margin-bottom: 20px;
            background: transparent;
        }
        .expert-form input:focus { box-shadow: none; border-color: var(--gold); }

        .profile-selection .form-check {
            margin-bottom: 15px;
            padding-left: 0;
        }
        .profile-selection input { margin-right: 12px; }
        .profile-selection label { font-size: 13px; color: #555; font-weight: 500; }

        /* --- INFO CARDS --- */
        .info-card {
            background: white;
            padding: 40px;
            text-align: center;
            border: 1px solid #f0f0f0;
            height: 100%;
            transition: var(--transition);
        }
        .info-card:hover { transform: translateY(-10px); border-color: var(--gold); }
        .info-icon-box {
            width: 50px;
            height: 50px;
            background: #fdfaf3;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            color: var(--gold);
        }
        .info-card h6 { font-weight: 800; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; font-size: 12px; }
        .info-card p { font-size: 13px; color: #777; margin-bottom: 0; line-height: 1.6; }

        /* --- FOOTER --- */
        .bg-black-lux { background-color: #050505; color: white; }
        .footer-logo-circle {
            width: 45px; height: 45px; background: var(--gold); border-radius: 50%;
            display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
        }

        /* --- MOBILE --- */
        @media (max-width: 991px) {
            .navbar { padding: 10px 0 !important; }
            .logo-circle { width: 55px; height: 55px; }
            .contact-hero { padding: 60px 0; margin-top: 90px; }
            .contact-hero h1 { font-size: 32px; letter-spacing: 2px; }
            .contact-img-box { min-height: 300px; }
            .contact-form-box { padding: 30px 20px; }
            .info-card { margin-bottom: 20px; }
        }


        .hero-section {
            position: relative;
            min-height: 70vh;
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), 
                        url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?q=80&w=2000') center/cover;
            display: flex;
            align-items: center;
           
            height: 95px;
        }

        .hero-content {
            color: white;
            max-width: 800px;
        }

        .hero-eyebrow {
            font-size: 11px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: var(--gold);
            margin-bottom: 20px;
        }

        .hero-title {
            font-size: 3.5rem;
            font-weight: 400;
            line-height: 1.2;
            margin-bottom: 25px;
        }

        .hero-text {
            font-size: 18px;
            line-height: 1.8;
            opacity: 0.9;
            margin-bottom: 40px;
        }

        .btn-primary-gold {
            background: var(--gold);
            color: white;
            padding: 18px 45px;
            font-size: 11px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 2px;
            border: none;
            transition: var(--transition);
            text-decoration: none;
            display: inline-block;
        }

        .btn-primary-gold:hover {
            background: var(--dark);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(201, 169, 97, 0.3);
        }

        .btn-outline-gold {
            background: transparent;
            color: white;
            padding: 18px 45px;
            font-size: 11px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 2px;
            border: 2px solid var(--gold);
            transition: var(--transition);
            text-decoration: none;
            display: inline-block;
        }

        .btn-outline-gold:hover {
            background: var(--gold);
            color: white;
        }

        /* FEATURE CARDS */
        .feature-section {
            padding: 100px 0;
            background: white;
        }

        .section-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .section-eyebrow {
            font-size: 11px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--gold);
            margin-bottom: 15px;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 400;
            line-height: 1.3;
            margin-bottom: 20px;
        }

        .section-subtitle {
            font-size: 16px;
            color: #666;
            max-width: 700px;
            margin: 0 auto;
        }

        .feature-card {
            background: white;
            padding: 50px 40px;
            border: 1px solid #eee;
            transition: var(--transition);
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: var(--gold);
            transform: scaleX(0);
            transition: var(--transition);
        }

        .feature-card:hover {
            box-shadow: 0 20px 60px rgba(0,0,0,0.1);
            transform: translateY(-10px);
        }

        .feature-card:hover::before {
            transform: scaleX(1);
        }

        .feature-icon {
            width: 70px;
            height: 70px;
            background: var(--light);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
            transition: var(--transition);
        }

        .feature-card:hover .feature-icon {
            background: var(--gold);
        }

        .feature-card:hover .feature-icon i {
            color: white !important;
        }

        .feature-title {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .feature-text {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
        }

        /* PROCESS SECTION */
        .process-section {
            padding: 100px 0;
            background: var(--light);
        }

        .process-timeline {
            position: relative;
            padding: 50px 0;
        }

        .process-step {
            display: flex;
            gap: 40px;
            margin-bottom: 80px;
            position: relative;
        }

        .process-step:last-child {
            margin-bottom: 0;
        }

        .step-number {
            flex-shrink: 0;
            width: 80px;
            height: 80px;
            background: var(--gold);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            font-weight: 900;
            color: white;
            position: relative;
            z-index: 2;
        }

        .process-step::before {
            content: '';
            position: absolute;
            left: 40px;
            top: 80px;
            width: 2px;
            height: calc(100% + 80px);
            background: linear-gradient(to bottom, var(--gold), transparent);
        }

        .process-step:last-child::before {
            display: none;
        }

        .step-content {
            flex: 1;
            padding-top: 10px;
        }

        .step-title {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .step-description {
            font-size: 15px;
            color: #666;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .step-features {
            list-style: none;
            padding: 0;
        }

        .step-features li {
            font-size: 13px;
            font-weight: 600;
            color: #333;
            padding: 8px 0;
            padding-left: 30px;
            position: relative;
        }

        .step-features li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 6px;
            height: 6px;
            background: var(--gold);
            border-radius: 50%;
        }

        /* SHOWCASE GALLERY */
        .showcase-section {
            padding: 100px 0;
            background: white;
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .gallery-item {
            position: relative;
            overflow: hidden;
            aspect-ratio: 4/3;
            cursor: pointer;
        }

        .gallery-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: var(--transition);
        }

        .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
            opacity: 0;
            transition: var(--transition);
            display: flex;
            align-items: flex-end;
            padding: 30px;
        }

        .gallery-item:hover .gallery-image {
            transform: scale(1.1);
        }

        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }

        .gallery-label {
            color: white;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* TECHNOLOGY SECTION */
        .tech-section {
            padding: 100px 0;
            background: var(--dark);
            color: white;
        }

        .tech-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
        }

        .tech-item {
            text-align: center;
            padding: 40px 20px;
        }

        .tech-icon {
            font-size: 50px;
            margin-bottom: 25px;
            color: var(--gold);
        }

        .tech-title {
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 15px;
        }

        .tech-text {
            font-size: 13px;
            color: #999;
            line-height: 1.6;
        }

        /* PRICING SECTION */
        .pricing-section {
            padding: 100px 0;
            background: var(--light);
        }

        .pricing-card {
            background: white;
            padding: 50px 40px;
            text-align: center;
            box-shadow: 0 10px 40px rgba(0,0,0,0.05);
            transition: var(--transition);
            border: 2px solid transparent;
        }

        .pricing-card:hover {
            border-color: var(--gold);
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(0,0,0,0.1);
        }

        .pricing-badge {
            display: inline-block;
            padding: 8px 20px;
            background: var(--gold);
            color: white;
            font-size: 10px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 25px;
        }

        .pricing-title {
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 20px;
        }

        .pricing-amount {
            font-size: 48px;
            font-weight: 900;
            color: var(--gold);
            margin-bottom: 10px;
        }

        .pricing-period {
            font-size: 13px;
            color: #666;
            margin-bottom: 30px;
        }

        .pricing-features {
            list-style: none;
            padding: 0;
            margin-bottom: 40px;
            text-align: left;
        }

        .pricing-features li {
            font-size: 14px;
            padding: 12px 0;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .pricing-features li:last-child {
            border-bottom: none;
        }

        /* CTA SECTION */
        .cta-section {
            padding: 120px 0;
            background: linear-gradient(135deg, var(--dark) 0%, #2a2a2a 100%);
            color: white;
            text-align: center;
        }

        .cta-title {
            font-size: 3rem;
            font-weight: 400;
            margin-bottom: 25px;
        }

        .cta-text {
            font-size: 18px;
            opacity: 0.9;
            margin-bottom: 50px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        /* FOOTER */
        .tsa-footer { background: #0a0a0a; color: #ccc; }
        .tsa-featured {
            background: #1a1a1a;
            padding: 40px 0;
            text-align: center;
            border-bottom: 1px solid #222;
        }
        .tsa-label {
            font-size: 10px;
            font-weight: 900;
            letter-spacing: 3px;
            color: var(--gold);
            margin-bottom: 30px;
        }
        .tsa-logos {
            display: flex;
            justify-content: center;
            gap: 60px;
            flex-wrap: wrap;
            opacity: 0.6;
        }
        .tsa-logos img {
            height: 30px;
            filter: brightness(0) invert(1);
        }
        .tsa-footer-main {
            padding: 80px 0;
        }
        .tsa-brand {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
        }
        .tsa-brand img {
            width: 50px;
            filter: brightness(0) invert(1);
        }
        .tsa-brand h4 {
            font-size: 18px;
            font-weight: 700;
            color: white;
            margin: 0;
        }
        .tsa-desc {
            font-size: 13px;
            line-height: 1.8;
            color: #888;
        }
        .tsa-footer-main h6 {
            font-size: 11px;
            font-weight: 900;
            letter-spacing: 2px;
            color: var(--gold);
            margin-bottom: 25px;
        }
        .tsa-footer-main ul {
            list-style: none;
            padding: 0;
        }
        .tsa-footer-main ul li {
            font-size: 13px;
            margin-bottom: 12px;
            color: #888;
            cursor: pointer;
            transition: var(--transition);
        }
        .tsa-footer-main ul li:hover {
            color: var(--gold);
        }
        .tsa-socials {
            display: flex;
            gap: 20px;
            margin-top: 20px;
        }
        .tsa-socials span {
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
        }
        .tsa-socials span:hover {
            color: var(--gold);
        }
        .tsa-copy {
            background: #000;
            padding: 25px 0;
            text-align: center;
            font-size: 11px;
            color: #555;
            border-top: 1px solid #111;
        }

        /* RESPONSIVE */
        @media (max-width: 991px) {
            .hero-title { font-size: 2.5rem; }
            .section-title { font-size: 2rem; }
            .cta-title { font-size: 2rem; }
            .gallery-grid { grid-template-columns: repeat(2, 1fr); }
            .tech-grid { grid-template-columns: repeat(2, 1fr); }
            .process-step { flex-direction: column; gap: 20px; }
            .process-step::before { display: none; }
        }

        @media (max-width: 576px) {
            .gallery-grid { grid-template-columns: 1fr; }
            .tech-grid { grid-template-columns: 1fr; }
        }
        .megamenu {
            left: 5% !important;
            right: 5% !important;
            width: 90% !important;
            margin: 0 auto;
            border-top: 3px solid var(--gold) !important;
            padding: 40px !important;
        }

        /* --- TESTIMONIAL HERO --- */
        .testimonial-hero {
            height: 40vh;
            background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://www.tilakstonearts.com/_next/image?url=https%3A%2F%2Fapi.servertsa.com%2Fuploads%2F1738141776064.jpeg&w=3840&q=75');
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
        }

        /* --- TESTIMONIAL GRID --- */
        .testimonial-grid {
            padding: 80px 0;
            background-color: #fafafa;
        }

        .testimonial-card {
            background: white;
            border: 1px solid #eee;
            border-radius: 12px;
            overflow: hidden;
            margin-bottom: 24px;
            transition: var(--transition);
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .testimonial-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.08);
            border-color: var(--gold);
        }

        .video-container {
            position: relative;
            width: 100%;
            aspect-ratio: 4/3;
            background: #000;
            overflow: hidden;
        }

        .video-thumb {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.85;
            transition: transform 0.8s ease;
        }

        .testimonial-card:hover .video-thumb {
            transform: scale(1.05);
        }

        .play-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 50px;
            height: 50px;
            background: rgba(255,255,255,0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--gold);
            cursor: pointer;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
            transition: var(--transition);
        }

        .testimonial-card:hover .play-overlay {
            background: var(--gold);
            color: white;
            transform: translate(-50%, -50%) scale(1.1);
        }

        .card-content {
            padding: 25px;
            text-align: center;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .quote-text {
            font-size: 13px;
            line-height: 1.6;
            color: #666;
            font-style: italic;
            margin-bottom: 20px;
        }

        .client-info {
            border-top: 1px solid #f0f0f0;
            padding-top: 15px;
        }

        .client-name {
            font-size: 11px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--dark);
            margin-bottom: 0;
        }

        .client-location {
            font-size: 10px;
            color: var(--gold);
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* --- FOOTER --- */
        .bg-black-lux { background-color: #050505; }
        .text-gold { color: var(--gold); }

        /* --- MOBILE --- */
        @media (max-width: 991px) {
            .navbar { padding: 10px 0 !important; }
            .logo-circle { width: 50px; height: 50px; }
            .testimonial-hero h1 { font-size: 2.2rem; }
            .testimonial-grid { padding: 40px 0; }
        }

        .vertical-text {
            writing-mode: vertical-rl;
            transform: rotate(180deg);
        }

        /* Dropdown & Mega Menu */
        .megamenu {
            left: 5% !important;
            right: 5% !important;
            width: 90% !important;
            margin: 0 auto;
            border-top: 3px solid var(--gold);
            padding: 40px !important;
        }

        /* --- HERO SECTION --- */
        .project-hero {
            height: 85vh;
            position: relative;
            background-color: #000;
        }
        .hero-bg {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            object-fit: cover;
            opacity: 0.7;
        }

        /* HERO FORM OVERLAY */
        .expert-form-container {
            background: white;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 30px 60px rgba(0,0,0,0.3);
            z-index: 10;
        }

        .progress-circle {
            width: 50px;
            height: 50px;
            position: relative;
        }
        .progress-circle svg { transform: rotate(-90deg); }
        .progress-circle circle { fill: none; stroke-width: 3; }
        .progress-circle .bg { stroke: #eee; }
        .progress-circle .bar { stroke: var(--gold); stroke-dasharray: 126; stroke-dashoffset: 63; }

        .expert-form input {
            border: none;
            border-bottom: 1px solid #ddd;
            border-radius: 0;
            padding: 10px 0;
            font-size: 14px;
            background: transparent;
        }
        .expert-form input:focus { box-shadow: none; border-color: var(--gold); }

        /* --- FILTER BAR --- */
        .filter-bar {
            background: #fffdf5;
            padding: 30px 0;
            border-bottom: 1px solid #eee;
        }

        /* --- PROJECT GALLERY --- */
        .project-card {
            border: none;
            overflow: hidden;
            background: #000;
            border-radius: 8px;
            height: 500px;
        }
        .project-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.8;
            transition: var(--transition);
        }
        .project-card:hover .project-img {
            transform: scale(1.1);
            opacity: 0.6;
        }

        /* --- LOGISTICS VISUAL --- */
        .logistic-step {
            padding: 30px;
            background: #fff;
            border: 1px solid #f0f0f0;
            height: 100%;
            transition: var(--transition);
        }
        .logistic-step:hover { border-color: var(--gold); transform: translateY(-5px); }
        .step-num { font-size: 32px; font-weight: 900; color: var(--gold); opacity: 0.2; }

        /* --- STATS SECTION --- */
        .bg-black-lux { background-color: #050505; }
        .text-gold { color: var(--gold); }

        /* --- STICKY CTAs --- */
        .sticky-ctas {
            position: fixed;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1000;
        }
        .vertical-text {
            writing-mode: vertical-rl;
            text-orientation: mixed;
            transform: rotate(180deg);
        }

        /* FAQ Styling */
        .accordion-button:not(.collapsed) {
            background-color: transparent;
            color: var(--gold);
            box-shadow: none;
        }
        .accordion-button:focus { box-shadow: none; }

        /* --- MOBILE --- */
        @media (max-width: 991px) {
            .navbar { padding: 10px 0 !important; }
            .logo-circle { width: 50px; height: 50px; }
            .project-hero { height: auto; padding-top: 120px; }
            .sticky-ctas { display: none !important; }
            .expert-form-container { margin-top: 40px; }
        }


        .hero-section {
            position: relative;
            min-height: 70vh;
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), 
                        url('https://images.unsplash.com/photo-1566402441483-c959e87f4160?q=80&w=2000') center/cover;
            display: flex;
            align-items: center;
            
            height: 95px;
        }

        .hero-content {
            color: white;
            max-width: 800px;
        }

        .hero-eyebrow {
            font-size: 11px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: var(--gold);
            margin-bottom: 20px;
        }

        .hero-title {
            font-size: 3.5rem;
            font-weight: 400;
            line-height: 1.2;
            margin-bottom: 25px;
        }

        .hero-text {
            font-size: 18px;
            line-height: 1.8;
            opacity: 0.9;
            margin-bottom: 40px;
        }

        .btn-primary-gold {
            background: var(--gold);
            color: white;
            padding: 18px 45px;
            font-size: 11px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 2px;
            border: none;
            transition: var(--transition);
            text-decoration: none;
            display: inline-block;
        }

        .btn-primary-gold:hover {
            background: var(--dark);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(201, 169, 97, 0.3);
        }

        /* STATS SECTION */
        .stats-section {
            padding: 80px 0;
            background: var(--dark);
            color: white;
        }

        .stat-item {
            text-align: center;
            padding: 30px;
        }

        .stat-number {
            font-size: 48px;
            font-weight: 900;
            color: var(--gold);
            margin-bottom: 10px;
        }

        .stat-label {
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: #ccc;
        }

        /* SECTION STYLING */
        .content-section {
            padding: 100px 0;
        }

        .section-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .section-eyebrow {
            font-size: 11px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--gold);
            margin-bottom: 15px;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 400;
            line-height: 1.3;
            margin-bottom: 20px;
        }

        .section-subtitle {
            font-size: 16px;
            color: #666;
            max-width: 700px;
            margin: 0 auto;
        }

        /* SHIPPING FEATURES */
        .shipping-feature {
            background: white;
            padding: 50px 40px;
            border: 1px solid #eee;
            transition: var(--transition);
            height: 100%;
            text-align: center;
        }

        .shipping-feature:hover {
            box-shadow: 0 20px 60px rgba(0,0,0,0.1);
            transform: translateY(-10px);
            border-color: var(--gold);
        }

        .feature-icon-large {
            width: 90px;
            height: 90px;
            background: var(--light);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 30px;
            transition: var(--transition);
        }

        .shipping-feature:hover .feature-icon-large {
            background: var(--gold);
        }

        .shipping-feature:hover .feature-icon-large i {
            color: white !important;
        }

        .feature-title {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .feature-text {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
        }

        /* PACKAGING PROCESS */
        .packaging-section {
            padding: 100px 0;
            background: var(--light);
        }

        .packaging-step {
            background: white;
            padding: 40px;
            margin-bottom: 30px;
            display: flex;
            gap: 30px;
            align-items: flex-start;
            border-left: 4px solid transparent;
            transition: var(--transition);
        }

        .packaging-step:hover {
            border-left-color: var(--gold);
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        }

        .step-icon-box {
            flex-shrink: 0;
            width: 70px;
            height: 70px;
            background: var(--gold);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            font-weight: 900;
        }

        .step-content h4 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .step-content p {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
            margin: 0;
        }

        /* SHIPPING TABLE */
        .shipping-table-section {
            padding: 100px 0;
            background: white;
        }

        .custom-table {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        }

        .custom-table thead {
            background: var(--dark);
            color: white;
        }

        .custom-table th {
            font-weight: 800;
            text-transform: uppercase;
            font-size: 12px;
            letter-spacing: 1.5px;
            padding: 25px 20px;
            border: none;
        }

        .custom-table td {
            padding: 20px;
            font-size: 14px;
            border-bottom: 1px solid #eee;
            font-weight: 600;
        }

        .custom-table tbody tr:hover {
            background: var(--light);
        }

        .badge-delivery {
            display: inline-block;
            padding: 6px 15px;
            background: var(--gold);
            color: white;
            font-size: 11px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 1px;
            border-radius: 20px;
        }

        /* MAP SECTION */
        .map-section {
            padding: 100px 0;
            background: var(--dark);
            color: white;
            text-align: center;
        }

        .country-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 30px;
            max-width: 1200px;
            margin: 60px auto 0;
        }

        .country-item {
            padding: 25px;
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.1);
            transition: var(--transition);
            cursor: pointer;
        }

        .country-item:hover {
            background: rgba(201, 169, 97, 0.2);
            border-color: var(--gold);
        }

        .country-flag {
            font-size: 40px;
            margin-bottom: 15px;
        }

        .country-name {
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* INSURANCE SECTION */
        .insurance-section {
            padding: 100px 0;
            background: var(--light);
        }

        .insurance-card {
            background: white;
            padding: 50px;
            text-align: center;
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
            transition: var(--transition);
        }

        .insurance-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(0,0,0,0.12);
        }

        .insurance-icon {
            width: 100px;
            height: 100px;
            background: var(--gold);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 30px;
        }

        .insurance-title {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .insurance-text {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
        }

        /* FAQ SECTION */
        .faq-section {
            padding: 100px 0;
            background: white;
        }

        .accordion-item {
            border: 1px solid #eee;
            margin-bottom: 15px;
            border-radius: 0 !important;
        }

        .accordion-button {
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 25px 30px;
            background: white;
            color: var(--dark);
        }

        .accordion-button:not(.collapsed) {
            background: var(--gold);
            color: white;
            box-shadow: none;
        }

        .accordion-button:focus {
            box-shadow: none;
            border-color: var(--gold);
        }

        .accordion-body {
            padding: 30px;
            font-size: 14px;
            color: #666;
            line-height: 1.8;
        }

        /* CTA SECTION */
        .cta-section {
            padding: 120px 0;
            background: linear-gradient(135deg, var(--dark) 0%, #2a2a2a 100%);
            color: white;
            text-align: center;
        }

        .cta-title {
            font-size: 3rem;
            font-weight: 400;
            margin-bottom: 25px;
        }

        .cta-text {
            font-size: 18px;
            opacity: 0.9;
            margin-bottom: 50px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        /* FOOTER */
        .tsa-footer { background: #0a0a0a; color: #ccc; }
        .tsa-featured {
            background: #1a1a1a;
            padding: 40px 0;
            text-align: center;
            border-bottom: 1px solid #222;
        }
        .tsa-label {
            font-size: 10px;
            font-weight: 900;
            letter-spacing: 3px;
            color: var(--gold);
            margin-bottom: 30px;
        }
        .tsa-logos {
            display: flex;
            justify-content: center;
            gap: 60px;
            flex-wrap: wrap;
            opacity: 0.6;
        }
        .tsa-logos img {
            height: 30px;
            filter: brightness(0) invert(1);
        }
        .tsa-footer-main {
            padding: 80px 0;
        }
        .tsa-brand {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
        }
        .tsa-brand img {
            width: 50px;
            filter: brightness(0) invert(1);
        }
        .tsa-brand h4 {
            font-size: 18px;
            font-weight: 700;
            color: white;
            margin: 0;
        }
        .tsa-desc {
            font-size: 13px;
            line-height: 1.8;
            color: #888;
        }
        .tsa-footer-main h6 {
            font-size: 11px;
            font-weight: 900;
            letter-spacing: 2px;
            color: var(--gold);
            margin-bottom: 25px;
        }
        .tsa-footer-main ul {
            list-style: none;
            padding: 0;
        }
        .tsa-footer-main ul li {
            font-size: 13px;
            margin-bottom: 12px;
            color: #888;
            cursor: pointer;
            transition: var(--transition);
        }
        .tsa-footer-main ul li:hover {
            color: var(--gold);
        }
        .tsa-socials {
            display: flex;
            gap: 20px;
            margin-top: 20px;
        }
        .tsa-socials span {
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
        }
        .tsa-socials span:hover {
            color: var(--gold);
        }
        .tsa-copy {
            background: #000;
            padding: 25px 0;
            text-align: center;
            font-size: 11px;
            color: #555;
            border-top: 1px solid #111;
        }

        /* RESPONSIVE */
        @media (max-width: 991px) {
            .hero-title { font-size: 2.5rem; }
            .section-title { font-size: 2rem; }
            .cta-title { font-size: 2rem; }
            .country-grid { grid-template-columns: repeat(3, 1fr); }
            .stat-number { font-size: 36px; }
        }

        @media (max-width: 576px) {
            .country-grid { grid-template-columns: repeat(2, 1fr); }
            .packaging-step { flex-direction: column; }
        }

        .project-hero {
            height: 85vh;
            position: relative;
            background-color: #000;
        }
        .hero-bg {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            object-fit: cover;
            opacity: 0.7;
        }

        /* HERO FORM OVERLAY */
        .expert-form-container {
            background: white;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 30px 60px rgba(0,0,0,0.3);
            z-index: 10;
        }

        .progress-circle {
            width: 50px;
            height: 50px;
            position: relative;
        }
        .progress-circle svg { transform: rotate(-90deg); }
        .progress-circle circle { fill: none; stroke-width: 3; }
        .progress-circle .bg { stroke: #eee; }
        .progress-circle .bar { stroke: var(--gold); stroke-dasharray: 126; stroke-dashoffset: 63; }

        .expert-form input {
            border: none;
            border-bottom: 1px solid #ddd;
            border-radius: 0;
            padding: 10px 0;
            font-size: 14px;
            background: transparent;
        }
        .expert-form input:focus { box-shadow: none; border-color: var(--gold); }

        /* --- FILTER BAR --- */
        .filter-bar {
            background: #fffdf5;
            padding: 30px 0;
            border-bottom: 1px solid #eee;
        }

        /* --- PROJECT GALLERY --- */
        .project-card {
            border: none;
            overflow: hidden;
            background: #000;
            border-radius: 8px;
            height: 500px;
        }
        .project-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.8;
            transition: var(--transition);
        }
        .project-card:hover .project-img {
            transform: scale(1.1);
            opacity: 0.6;
        }

        /* --- LOGISTICS VISUAL --- */
        .logistic-step {
            padding: 30px;
            background: #fff;
            border: 1px solid #f0f0f0;
            height: 100%;
            transition: var(--transition);
        }
        .logistic-step:hover { border-color: var(--gold); transform: translateY(-5px); }
        .step-num { font-size: 32px; font-weight: 900; color: var(--gold); opacity: 0.2; }

        /* --- STATS SECTION --- */
        .bg-black-lux { background-color: #050505; }
        .text-gold { color: var(--gold); }

        /* --- STICKY CTAs --- */
        .sticky-ctas {
            position: fixed;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1000;
        }
        .vertical-text {
            writing-mode: vertical-rl;
            text-orientation: mixed;
            transform: rotate(180deg);
        }

        /* FAQ Styling */
        .accordion-button:not(.collapsed) {
            background-color: transparent;
            color: var(--gold);
            box-shadow: none;
        }
        .accordion-button:focus { box-shadow: none; }

        /* --- MOBILE --- */
        @media (max-width: 991px) {
            .navbar { padding: 10px 0 !important; }
            .logo-circle { width: 50px; height: 50px; }
            .project-hero { height: auto; padding-top: 120px; }
            .sticky-ctas { display: none !important; }
            .expert-form-container { margin-top: 40px; }
        }

        .hero-section {
            position: relative;
            min-height: 75vh;
            background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
            display: flex;
            align-items: center;
            overflow: hidden;
            height: 95px;
        }

        .hero-pattern {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            background-image: radial-gradient(circle, var(--gold) 1px, transparent 1px);
            background-size: 40px 40px;
        }

        .hero-content {
            color: white;
            position: relative;
            z-index: 2;
        }

        .hero-eyebrow {
            font-size: 11px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: var(--gold);
            margin-bottom: 20px;
            display: inline-block;
            padding: 10px 30px;
            border: 2px solid var(--gold);
        }

        .hero-title {
            font-size: 4rem;
            font-weight: 400;
            line-height: 1.2;
            margin-bottom: 25px;
        }

        .hero-text {
            font-size: 18px;
            line-height: 1.8;
            opacity: 0.85;
            margin-bottom: 40px;
            max-width: 600px;
        }

        .hero-stats {
            display: flex;
            gap: 60px;
            margin-top: 50px;
        }

        .hero-stat-item {
            text-align: left;
        }

        .hero-stat-number {
            font-size: 48px;
            font-weight: 900;
            color: var(--gold);
            line-height: 1;
            margin-bottom: 10px;
        }

        .hero-stat-label {
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            opacity: 0.7;
        }

        /* CLIENT LOGOS SECTION */
        .logos-section {
            padding: 80px 0;
            background: white;
            border-bottom: 1px solid #eee;
        }

        .logos-marquee {
            overflow: hidden;
            position: relative;
        }

        .logos-track {
            display: flex;
            gap: 80px;
            animation: scroll 30s linear infinite;
            padding: 20px 0;
        }

        .client-logo {
            flex-shrink: 0;
            width: 160px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            filter: grayscale(100%) opacity(0.5);
            transition: var(--transition);
        }

        .client-logo:hover {
            filter: grayscale(0%) opacity(1);
        }

        .client-logo img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        @keyframes scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        /* TESTIMONIALS GRID */
        .testimonials-section {
            padding: 120px 0;
            background: var(--light);
        }

        .section-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .section-eyebrow {
            font-size: 11px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--gold);
            margin-bottom: 15px;
        }

        .section-title {
            font-size: 3rem;
            font-weight: 400;
            line-height: 1.3;
            margin-bottom: 20px;
        }

        .section-subtitle {
            font-size: 16px;
            color: #666;
            max-width: 700px;
            margin: 0 auto;
        }

        .testimonial-card {
            background: white;
            padding: 50px 40px;
            position: relative;
            transition: var(--transition);
            height: 100%;
            border: 1px solid transparent;
        }

        .testimonial-card::before {
            content: '"';
            position: absolute;
            top: 20px;
            left: 30px;
            font-size: 120px;
            font-family: 'Playfair Display', serif;
            color: var(--gold);
            opacity: 0.15;
            line-height: 1;
        }

        .testimonial-card:hover {
            border-color: var(--gold);
            box-shadow: 0 20px 60px rgba(0,0,0,0.1);
            transform: translateY(-10px);
        }

        .testimonial-text {
            font-size: 16px;
            line-height: 1.8;
            color: #555;
            margin-bottom: 30px;
            position: relative;
            z-index: 2;
            font-style: italic;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .author-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
            border: 3px solid var(--gold);
        }

        .author-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .author-info h5 {
            font-size: 16px;
            font-weight: 800;
            margin-bottom: 5px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .author-info p {
            font-size: 12px;
            color: #999;
            margin: 0;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .rating {
            margin-top: 10px;
            color: var(--gold);
        }

        /* VIDEO TESTIMONIALS */
        .video-section {
            padding: 120px 0;
            background: var(--dark);
            color: white;
        }

        .video-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

        .video-card {
            position: relative;
            aspect-ratio: 16/9;
            overflow: hidden;
            cursor: pointer;
            border: 3px solid transparent;
            transition: var(--transition);
        }

        .video-card:hover {
            border-color: var(--gold);
        }

        .video-thumbnail {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: var(--transition);
        }

        .video-card:hover .video-thumbnail {
            transform: scale(1.05);
        }

        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            transition: var(--transition);
        }

        .play-button {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: var(--gold);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: var(--transition);
        }

        .video-card:hover .play-button {
            transform: scale(1.1);
            background: white;
        }

        .video-card:hover .play-button i {
            color: var(--gold) !important;
        }

        .video-title {
            position: absolute;
            bottom: 20px;
            left: 20px;
            right: 20px;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* CASE STUDIES */
        .case-studies-section {
            padding: 120px 0;
            background: white;
        }

        .case-study-card {
            background: white;
            overflow: hidden;
            transition: var(--transition);
            border: 1px solid #eee;
            height: 100%;
        }

        .case-study-card:hover {
            box-shadow: 0 30px 80px rgba(0,0,0,0.12);
        }

        .case-image-wrapper {
            position: relative;
            aspect-ratio: 16/10;
            overflow: hidden;
        }

        .case-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: var(--transition);
        }

        .case-study-card:hover .case-image {
            transform: scale(1.08);
        }

        .case-badge {
            position: absolute;
            top: 20px;
            left: 20px;
            background: var(--gold);
            color: white;
            padding: 8px 20px;
            font-size: 10px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 1.5px;
        }

        .case-content {
            padding: 40px;
        }

        .case-location {
            font-size: 12px;
            font-weight: 700;
            color: var(--gold);
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 15px;
        }

        .case-title {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .case-description {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
            margin-bottom: 25px;
        }

        .case-details {
            display: flex;
            gap: 30px;
            padding-top: 25px;
            border-top: 1px solid #eee;
        }

        .case-detail-item {
            flex: 1;
        }

        .case-detail-label {
            font-size: 11px;
            font-weight: 700;
            color: #999;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 5px;
        }

        .case-detail-value {
            font-size: 16px;
            font-weight: 800;
            color: var(--dark);
        }

        /* GLOBAL PRESENCE MAP */
        .map-section {
            padding: 120px 0;
            background: var(--light);
        }

        .world-map-container {
            position: relative;
            max-width: 1200px;
            margin: 60px auto;
            padding: 60px;
            background: white;
            border: 2px solid var(--gold);
        }

        .map-dots {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 40px;
            text-align: center;
        }

        .map-dot {
            position: relative;
        }

        .dot {
            width: 20px;
            height: 20px;
            background: var(--gold);
            border-radius: 50%;
            margin: 0 auto 15px;
            position: relative;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); opacity: 1; }
            50% { transform: scale(1.3); opacity: 0.7; }
        }

        .dot::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 40px;
            border: 2px solid var(--gold);
            border-radius: 50%;
            opacity: 0.3;
        }

        .map-location {
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--dark);
        }

        .map-count {
            font-size: 11px;
            color: #999;
            margin-top: 5px;
        }

        /* INDUSTRY SECTORS */
        .industries-section {
            padding: 120px 0;
            background: var(--dark);
            color: white;
        }

        .industry-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }

        .industry-card {
            background: rgba(255,255,255,0.05);
            padding: 40px 30px;
            text-align: center;
            border: 1px solid rgba(255,255,255,0.1);
            transition: var(--transition);
            cursor: pointer;
        }

        .industry-card:hover {
            background: rgba(201, 169, 97, 0.1);
            border-color: var(--gold);
            transform: translateY(-10px);
        }

        .industry-icon {
            width: 80px;
            height: 80px;
            background: var(--gold);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            transition: var(--transition);
        }

        .industry-card:hover .industry-icon {
            transform: rotateY(360deg);
        }

        .industry-title {
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }

        .industry-count {
            font-size: 24px;
            font-weight: 900;
            color: var(--gold);
            margin-bottom: 10px;
        }

        .industry-text {
            font-size: 12px;
            color: #999;
        }

        /* CLIENT JOURNEY TIMELINE */
        .journey-section {
            padding: 120px 0;
            background: white;
        }

        .journey-timeline {
            max-width: 900px;
            margin: 60px auto;
            position: relative;
        }

        .journey-timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 2px;
            background: linear-gradient(to bottom, var(--gold), transparent);
            transform: translateX(-50%);
        }

        .journey-item {
            display: flex;
            gap: 40px;
            margin-bottom: 60px;
            position: relative;
        }

        .journey-item:nth-child(even) {
            flex-direction: row-reverse;
        }

        .journey-content {
            flex: 1;
            background: var(--light);
            padding: 30px;
            position: relative;
        }

        .journey-item:nth-child(odd) .journey-content {
            text-align: right;
        }

        .journey-number {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 60px;
            background: var(--gold);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: 900;
            color: white;
            z-index: 2;
            border: 5px solid white;
        }

        .journey-title {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .journey-text {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
        }

        /* CTA SECTION */
        .cta-section {
            padding: 120px 0;
            background: linear-gradient(135deg, var(--gold) 0%, #a88645 100%);
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .cta-pattern {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.1;
            background-image: radial-gradient(circle, white 1px, transparent 1px);
            background-size: 30px 30px;
        }

        .cta-content {
            position: relative;
            z-index: 2;
        }

        .cta-title {
            font-size: 3.5rem;
            font-weight: 400;
            margin-bottom: 25px;
        }

        .cta-text {
            font-size: 18px;
            opacity: 0.95;
            margin-bottom: 50px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .btn-cta {
            background: white;
            color: var(--gold);
            padding: 20px 50px;
            font-size: 12px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 2px;
            border: none;
            transition: var(--transition);
            text-decoration: none;
            display: inline-block;
        }

        .btn-cta:hover {
            background: var(--dark);
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.3);
        }

        /* FOOTER */
        .tsa-footer { background: #0a0a0a; color: #ccc; }
        .tsa-featured {
            background: #1a1a1a;
            padding: 40px 0;
            text-align: center;
            border-bottom: 1px solid #222;
        }
        .tsa-label {
            font-size: 10px;
            font-weight: 900;
            letter-spacing: 3px;
            color: var(--gold);
            margin-bottom: 30px;
        }
        .tsa-logos {
            display: flex;
            justify-content: center;
            gap: 60px;
            flex-wrap: wrap;
            opacity: 0.6;
        }
        .tsa-logos img {
            height: 30px;
            filter: brightness(0) invert(1);
        }
        .tsa-footer-main {
            padding: 80px 0;
        }
        .tsa-brand {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
        }
        .tsa-brand img {
            width: 50px;
            filter: brightness(0) invert(1);
        }
        .tsa-brand h4 {
            font-size: 18px;
            font-weight: 700;
            color: white;
            margin: 0;
        }
        .tsa-desc {
            font-size: 13px;
            line-height: 1.8;
            color: #888;
        }
        .tsa-footer-main h6 {
            font-size: 11px;
            font-weight: 900;
            letter-spacing: 2px;
            color: var(--gold);
            margin-bottom: 25px;
        }
        .tsa-footer-main ul {
            list-style: none;
            padding: 0;
        }
        .tsa-footer-main ul li {
            font-size: 13px;
            margin-bottom: 12px;
            color: #888;
            cursor: pointer;
            transition: var(--transition);
        }
        .tsa-footer-main ul li:hover {
            color: var(--gold);
        }
        .tsa-socials {
            display: flex;
            gap: 20px;
            margin-top: 20px;
        }
        .tsa-socials span {
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
        }
        .tsa-socials span:hover {
            color: var(--gold);
        }
        .tsa-copy {
            background: #000;
            padding: 25px 0;
            text-align: center;
            font-size: 11px;
            color: #555;
            border-top: 1px solid #111;
        }

        /* RESPONSIVE */
        @media (max-width: 991px) {
            .hero-title { font-size: 2.8rem; }
            .section-title { font-size: 2.2rem; }
            .cta-title { font-size: 2.5rem; }
            .hero-stats { flex-direction: column; gap: 30px; }
            .video-grid { grid-template-columns: 1fr; }
            .industry-grid { grid-template-columns: repeat(2, 1fr); }
            .map-dots { grid-template-columns: repeat(3, 1fr); }
            .journey-timeline::before { left: 30px; }
            .journey-item, .journey-item:nth-child(even) { flex-direction: column; }
            .journey-number { left: 30px; transform: translateX(0); }
            .journey-content { text-align: left !important; }
        }

        @media (max-width: 576px) {
            .industry-grid { grid-template-columns: 1fr; }
            .map-dots { grid-template-columns: repeat(2, 1fr); }
            .logos-track { gap: 40px; }
        }

        .section-padding {
            padding: 80px 0;
        }

        h1,
        h2,
        h3,
        h4 {
            font-family: Playfair Display, serif
        }

        .gold {
            color: #c9a24d
        }

        .smallcaps {
            letter-spacing: .25em;
            text-transform: uppercase;
            font-size: 11px
        }

        .section {
            padding: 60px 0
        }

        .img-cover {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        /* HERO */
        .hero {
            height: 90vh;
            background: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?q=80&w=2000") center/cover no-repeat;
            position: relative;
        }

        .hero:after {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, .55)
        }

        .hero .content {
            position: relative;
            z-index: 2;
            color: #fff
        }

        /* ROUND CATEGORIES */
        .round-img {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            object-fit: cover
        }

        /* HORIZONTAL SCROLL */
        .h-scroll {
            display: flex;
            gap: 16px;
            overflow-x: auto;
            padding-bottom: 10px
        }

        .h-scroll::-webkit-scrollbar {
            display: none
        }

        .card-img {
            width: 220px;
            height: 280px;
            object-fit: cover;
            border-radius: 6px
        }

        /* GRID IMAGES */
        .grid-img {
            height: 260px;
            object-fit: cover;
            border-radius: 6px
        }

        /* REELS */
        .reel {
            width: 160px;
            height: 280px;
            border-radius: 16px;
            object-fit: cover
        }

        /* OFFER */
        .offer {
            background: #0b0b0b;
            color: #fff
        }

        .process-timeline-section {
  padding: 80px 0;
}

/* Sticky left */
.process-timeline {
  position: sticky;
  top: 160px;
  padding-left: 40px;
}

/* Vertical line */
.timeline-line {
  position: absolute;
  left: 18px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #eee;
}
.timeline-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: var(--gold);
  transition: height 0.4s ease;
}

/* Step text */
.timeline-step {
  position: relative;
  margin-bottom: 60px;
  padding-left: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px;
  color: #aaa;
  cursor: default;
}
.timeline-step::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ddd;
  transition: all .4s ease;
}

.timeline-step.active {
  color: var(--gold);
}
.timeline-step.active::before {
  background: var(--gold);
  transform: scale(1.4);
}

/* Right content blocks */
.process-block {
  margin-bottom: 120px;
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s cubic-bezier(0.22,1,0.36,1);
}
.process-block.active {
  opacity: 1;
  transform: translateY(0);
}

.process-block img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 24px;
  margin-top: 30px;
  box-shadow: 0 30px 80px rgba(0,0,0,.12);
}

.phase {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-weight: 700;
}

.team-card img {
            width: 100%;
            height: 260px;
            object-fit: cover;
            filter: grayscale(100%);
            transition: 0.4s ease;
        }

        .team-card:hover img {
            filter: grayscale(0%);
            transform: scale(1.03);
        }

        .team-card h6 {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0.05em;
        }

        .team-card p {
            font-size: 11px;
            letter-spacing: 0.15em;
            text-transform: uppercase;
        }

        /* TEAM HERO BACKGROUND */
        .team-hero {
            background-image: url("https://images.unsplash.com/photo-1620641788421-7a1c342ea42e?q=80&w=2000");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        /* Dark luxury overlay */
        .team-hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.65);
            z-index: 0;
        }

        /* Content above overlay */
        .team-hero>.container {
            position: relative;
            z-index: 1;
        }

        /* Height control */
        .min-vh-75 {
            min-height: 75vh;
        }
        .product-hero img{
    height: 520px;
    object-fit: cover;
}
.thumb img{
    height: 100px;
    object-fit: cover;
    cursor: pointer;
}
.badge-location{
    position:absolute;
    top:15px;
    left:15px;
    background:#000;
    color:#fff;
    padding:6px 14px;
    font-size:11px;
    letter-spacing:0.2em;
}