body {
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #041f17;
    color: #fff;
}



/* ===== PREMIUM NAV ANIMATION ===== */

.nav-menu ul li {
    position: relative;
}

.nav-menu ul li a {
    text-decoration: none;
    color: #e6c26a;
    font-weight: 500;
    padding: 8px 0;
    display: inline-block;
    position: relative;
    transition: 0.3s ease;
}

/* GOLD UNDERLINE ANIMATION */

.nav-menu ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg,#e6c26a,#ffffff);
    transition: width 0.4s ease;
}

.nav-menu ul li a:hover::after {
    width: 100%;
}

/* ACTIVE PAGE STYLE */

.nav-menu ul li a.active {
    color: #ffffff;
}

.nav-menu ul li a.active::after {
    width: 100%;
}


/* ===== PREMIUM NAV ===== */

.nav-menu ul {
    list-style: none;
    display: flex;
    gap: 50px;
    position: relative;
    padding: 0;
    margin: 0;
}

.nav-menu ul li {
    position: relative;
}

.nav-link {
    text-decoration: none;
    color: #e6c26a;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
    transition: 0.3s ease;
}

.nav-link:hover {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(230,194,106,0.5);
}

/* GOLD SLIDING BAR */

.nav-indicator {
    position: absolute;
    bottom: -5px;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg,#e6c26a,#ffffff);
    transition: all 0.4s ease;
    border-radius: 2px;
}

/* HERO */

.contact-hero {
    text-align: center;
    padding: 140px 20px 80px;
    background: linear-gradient(135deg,#0b3d2c,#041f17);
}

.contact-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    color: #e6c26a;
}

.contact-hero p {
    margin-top: 10px;
}

/* CONTACT SECTION */

.contact-section {
    padding: 100px 0;
}

.contact-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

/* INFO */

.contact-info h2,
.contact-form h2 {
    font-family: 'Playfair Display', serif;
    color: #e6c26a;
    margin-bottom: 20px;
}

.contact-info p {
    line-height: 1.8;
}

.contact-info a {
    color: #e6c26a;
    text-decoration: none;
}

/* FORM */

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form input,
.contact-form textarea {
    padding: 15px;
    margin-bottom: 15px;
    border: none;
    border-radius: 8px;
    background: #073827;
    color: #fff;
}

.contact-form textarea {
    min-height: 120px;
}

.contact-form button {
    padding: 15px;
    border: none;
    background: #e6c26a;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.3s;
}

.contact-form button:hover {
    background: #fff;
}

.success {
    color: #4CAF50;
}

.error {
    color: #ff4d4d;
}

/* MAP */

.map-container {
    margin-top: 20px;
    border-radius: 15px;
    overflow: hidden;
}

/* RESPONSIVE */

@media (max-width: 900px) {
    .contact-container {
        grid-template-columns: 1fr;
    }
}

/* ===== HEADER ===== */

.main-header {
    width: 100%;
    background: #052c1d;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.nav-container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 50px;
}

.nav-menu ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.nav-menu ul li {
    list-style: none;
}

.nav-menu ul li a {
    text-decoration: none;
    color: #e6c26a;
    font-weight: 500;
    transition: 0.3s ease;
}

.nav-menu ul li a:hover,
.nav-menu ul li a.active {
    color: #ffffff;
}

.contact-hero {
    margin-top: 100px;
}

.nav-menu ul li a:hover {
    text-shadow: 0 0 10px rgba(230,194,106,0.6);
}

/* ================================= */
/* GLOBAL WIDTH FIX – ALL PAGES */
/* ================================= */

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100%;
}

/* Prevent horizontal overflow everywhere */
* {
    box-sizing: border-box;
}

/* Section safety */
section {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

/* Container alignment fix */
.container,
.elite-container,
.signature-section,
.stack-container,
.why-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* ================================= */
/* SIGNATURE COLLECTION MOBILE FIX */
/* ================================= */

@media (max-width: 768px) {

.signature-section {
    padding: 60px 20px;
    text-align: center;
}

.section-title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 40px;
}

/* Stack reset for mobile */
.stack-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 25px !important;
}

.stack-card {
    width: 100% !important;
    max-width: 350px !important;
    transform: none !important;
    margin: 0 auto !important;
    position: relative !important;
}

/* Remove GSAP X movement on mobile */
.card-0,
.card-1,
.card-2,

.main-header {
  width: 100%;
  background: #042e1f;
  position: sticky;
  top: 0;
  z-index: 999;
}

.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 50px;
}

.nav-menu ul {
  display: flex;
  list-style: none;
  gap: 30px;
}

.nav-menu a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

@media (max-width: 768px) {

.nav-menu {
  position: fixed;
  top: 70px;
  right: -100%;
  width: 70%;
  height: 100vh;
  background: #032016;
  transition: 0.4s;
  padding-top: 40px;
}

.nav-menu ul {
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.nav-menu.active {
  right: 0;
}

.menu-toggle {
  display: block;
}

}

@media (max-width: 768px) {

.menu-toggle {
    display: block;
    font-size: 26px;
    color: white;
    cursor: pointer;
}

.nav-menu {
    position: fixed;
    top: 70px;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: #032016;
    transition: 0.3s ease;
    padding-top: 40px;
}

.nav-menu.active {
    right: 0;
}

.nav-menu ul {
    flex-direction: column;
    text-align: center;
    gap: 20px;
}

}

/* ===== HAMBURGER DEFAULT (HIDDEN ON DESKTOP) ===== */

.menu-toggle {
    display: none;
    font-size: 26px;
    cursor: pointer;
    color: #d4af37;
}

/* ===== SHOW ONLY ON MOBILE ===== */

@media (max-width: 768px) {

.menu-toggle {
    display: block;
}

.nav-menu {
    display: none;
    flex-direction: column;
    background: #052c1d;
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    padding: 20px 0;
}

.nav-menu.active {
    display: flex;
}

}

.menu-toggle {
    display: none;
    font-size: 26px;
    cursor: pointer;
    color: #d4af37;
}

/* Mobile */
@media (max-width: 768px) {

.menu-toggle {
    display: block;
}

.nav-menu {
    display: none;
    flex-direction: column;
    background: #052c1d;
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    padding: 20px 0;
}

.nav-menu ul {
    list-style: none;
    text-align: center;
}

.nav-menu li {
    margin: 15px 0;
}

.nav-menu.active {
    display: flex;
}

}