/* navba style */


/* BASE STYLES */

:root {
  --gold: #c49a3c;
  --gold-light: #d4b15e;
  --dark: #141414;
  --cream: #f7f5f0;
}
body {
  font-family: sans-serif;
  margin: 0;
  background: #fff;
  color: #2a2520;
}
.container {
  padding: 0 28px;
  max-width: 1200px;
  margin: 0 auto;
}
.container-main {
  padding: 0 40px;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #f9f8f5;
  border-bottom: 1px solid #ddd;
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 40px;
}
.nav-logo img {
  height: 36px;
}
.connect-btn {
  border: 2px solid #c49a3c;
  background: transparent;
  color: #c49a3c;
  padding: 8px 18px;
  cursor: pointer;
}
.connect-btn:hover {
  background: #c49a3c;
  color: #fff;
}
.side-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #f9f8f5;
  transition: 0.3s;
  z-index: 1001;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
}
.side-menu.active {
  right: 0;
}
.side-menu a {
  padding: 18px 24px;
  font-size: 20px;
  text-decoration: none;
  color: #c49a3c;
  border-bottom: 1px solid #eee;
}
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.page-hero {
  background: var(--dark);
  color: #fff;
  padding: 120px 0 60px;
}
.section-heading {
  font-size: 36px;
  font-weight: 300;
}


/* ==========================================
   FOOTER STYLES 
========================================== */


    /* Footer Scope CSS Styles (Replaced Tailwind) */
    .tatva-footer-wrapper {
        font-family: 'Helvetica Neue Lt Pro', Helvetica, Arial, sans-serif;
        background-color: #0d0d0d !important;
        color: #ffffff99 !important;
        width: 100%;
        padding-top: 4rem;
        padding-bottom: 2rem;
        border-top: 1px solid #222222;
    }

    .tatva-footer-container {
        width: 100%;
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    @media (min-width: 640px) {
        .tatva-footer-container {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
    }

    @media (min-width: 1024px) {
        .tatva-footer-container {
            padding-left: 2rem;
            padding-right: 2rem;
        }
    }

    .tatva-footer-grid-top {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding-bottom: 3.5rem;
    }

    @media (min-width: 768px) {
        .tatva-footer-grid-top {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (min-width: 1024px) {
        .tatva-footer-grid-top {
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 3rem;
        }
    }

    .tatva-footer-col {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .tatva-footer-col-links {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .tatva-footer-brand {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .tatva-footer-logo-svg {
        width: 1.75rem;
        height: 1.75rem;
        color: #C49A3C;
    }

    .tatva-footer-brand-text {
        font-size: 1.125rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        color: #ffffff;
        text-transform: uppercase;
    }

    .tatva-footer-desc, 
    .tatva-footer-offices-desc {
        font-size: 14px;
        line-height: 1.625;
        color: #ffffff99 !important;
        margin: 0;
    }

    .tatva-footer-offices-desc {
        font-size: 13px;
    }

    .tatva-footer-socials {
        display: flex;
        padding-top: 0.5rem;
        gap: 1.5rem;
    }

    .tatva-footer-socials a, 
    .tatva-footer-col-links a {
        font-size: 14px;
        color: #ffffff99 !important;
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .tatva-footer-socials a {
        color: #C49A3C !important;
    }

    .tatva-footer-socials a:hover {
        text-decoration: underline;
    }

    .tatva-footer-col-links a:hover {
        color: #C49A3C !important;
    }

    .tatva-footer-col-links ul {
        display: flex;
        flex-direction: column;
        gap: 0.625rem;
        padding: 0;
        margin: 0;
        list-style: none;
        padding-top: 0.5rem;
    }

    .tatva-footer-wrapper h3 {
        font-size: 16px !important;
        font-family: 'Helvetica Neue Lt Pro', Helvetica, Arial, sans-serif !important;
        color: #ffffff !important;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-weight: 500;
        margin: 0;
    }

    .tatva-footer-wrapper h4 {
        color: #C49A3C !important;
        font-weight: 700;
        font-size: 14px !important;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin: 0;
    }

    .tatva-footer-newsletter-form {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding-top: 0.25rem;
    }

    @media (min-width: 640px) {
        .tatva-footer-newsletter-form {
            flex-direction: row;
        }
    }

    .tatva-footer-input {
        background-color: #181818 !important;
        border: 1px solid #333333;
        padding: 0.625rem 1rem;
        border-radius: 0;
        outline: none;
        font-size: 14px;
        color: #ffffff99 !important;
        width: 100%;
    }

    .tatva-footer-input::placeholder {
        color: #ffffff66 !important;
    }

    .tatva-footer-input:focus {
        border-color: #C49A3C;
    }

    .tatva-footer-btn {
        background-color: #C49A3C;
        color: #000000;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        padding: 0.625rem 1.5rem;
        font-size: 13px;
        border: none;
        cursor: pointer;
        transition: background-color 0.2s ease;
        white-space: nowrap;
    }

    .tatva-footer-btn:hover {
        background-color: #c5a059;
    }

    .tatva-footer-divider {
        border-top: 1px solid #222222;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .tatva-footer-offices-section {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .tatva-footer-offices-title {
        padding-bottom: 2rem;
        text-align: center;
    }

    .tatva-footer-offices-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    @media (min-width: 640px) {
        .tatva-footer-offices-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (min-width: 1024px) {
        .tatva-footer-offices-grid {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
    }

    .tatva-footer-office-card {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .tatva-footer-bottom {
        border-top: 1px solid #222222;
        margin-top: 2.5rem;
        padding-top: 1.5rem;
        text-align: center;
    }

    .tatva-footer-bottom p {
        font-size: 13px;
        color: #ffffff99 !important;
        margin: 0;
    }
