/*
Theme Name: AGV V2
Theme URI: https://aaryagroup.in
Author: Aarya Group
Description: Premium luxury real estate theme V2 for Aarya Group Vadodara
Version: 2.0
Text Domain: agv_v2
*/

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-vertical],
.lenis [data-lenis-prevent-horizontal] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

/* ===== FONT FACE DECLARATIONS ===== */

/* Euclid Square */
@font-face {
  font-family: 'Euclid Square';
  src: url('assets/Euclid-Square-font/EuclidSquare-Light.woff2') format('woff2'),
    url('assets/Euclid-Square-font/EuclidSquare-Light.woff') format('woff'),
    url('assets/Euclid-Square-font/EuclidSquare-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Square';
  src: url('assets/Euclid-Square-font/EuclidSquare-Regular.woff2') format('woff2'),
    url('assets/Euclid-Square-font/EuclidSquare-Regular.woff') format('woff'),
    url('assets/Euclid-Square-font/EuclidSquare-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Square';
  src: url('assets/Euclid-Square-font/EuclidSquare-Medium.woff2') format('woff2'),
    url('assets/Euclid-Square-font/EuclidSquare-Medium.woff') format('woff'),
    url('assets/Euclid-Square-font/EuclidSquare-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Square';
  src: url('assets/Euclid-Square-font/EuclidSquare-SemiBold.woff2') format('woff2'),
    url('assets/Euclid-Square-font/EuclidSquare-SemiBold.woff') format('woff'),
    url('assets/Euclid-Square-font/EuclidSquare-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Square';
  src: url('assets/Euclid-Square-font/EuclidSquare-Bold.woff2') format('woff2'),
    url('assets/Euclid-Square-font/EuclidSquare-Bold.woff') format('woff'),
    url('assets/Euclid-Square-font/EuclidSquare-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* SangBleu Empire Trial */
@font-face {
  font-family: 'SangBleu Empire';
  src: url('assets/sangbleu-font-family/SangBleuEmpireTrial-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SangBleu Empire';
  src: url('assets/sangbleu-font-family/SangBleuEmpireTrial-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SangBleu Empire';
  src: url('assets/sangbleu-font-family/SangBleuEmpireTrial-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SangBleu Empire';
  src: url('assets/sangbleu-font-family/SangBleuEmpireTrial-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

/* ===== NEW CINEMATIC ANIMATIONS ===== */
@keyframes kenBurnsBg {
  0% {
    transform: scale(1) translate(0, 0);
  }

  100% {
    transform: scale(1.1) translate(-2%, -1%);
  }
}

@keyframes titleRevealLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
    letter-spacing: 40px;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    letter-spacing: 15px;
    filter: blur(0);
  }
}

@keyframes titleRevealRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
    letter-spacing: 40px;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    letter-spacing: 15px;
    filter: blur(0);
  }
}

@keyframes logoReveal {
  0% {
    opacity: 0;
    transform: scale(0.5);
    filter: brightness(2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter: brightness(1);
  }
}

@keyframes heroDescReveal {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scrollBounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

@keyframes lineExtract {
  0% {
    width: 0;
    opacity: 0;
  }

  100% {
    width: 100%;
    opacity: 1;
  }
}

/* ===== RESET & BASICS ===== */
:root {
  --color-gold: #AC835E;
  --color-gold-dark: #8e6b4d;
  --color-navy: #0F141A;
  --color-dark: #1A1A1A;
  --color-white: #FFFFFF;
  --color-cream: #F9F7F2;
  --color-beige: #F1E9DB;
  --color-text-light: #666666;
  /* --font-serif: 'Playfair Display', serif; */
  --font-serif: 'SangBleu Empire';
  --font-sans: 'Inter', sans-serif;
  --color-gold-light: #d4b87a;
  --color-navy-light: #243548;
  --color-warm-white: #F5F0EB;
  --color-text: #333333;
  --color-text-muted: #999999;

  /* --font-sans: 'Euclid Square', 'Inter', 'Helvetica Neue', Arial, sans-serif; */
  --font-sans: 'Euclid Square';
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.12);
  --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.07);

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 30px;
  --radius-full: 50px;

  --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-fast: 0.25s ease;
}

/* ===== GLOBAL RESET ===== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-sans);
  color: var(--color-text);
  background: var(--color-white);
  line-height: 1.7;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-fast);
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-dark);
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

container-future {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0px;
}

/* ===== SCROLL REVEAL ANIMATION ===== */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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

.pt100 {
  padding: 100px 10px;
}

/* ===== MEDIA QUERIES (Requested) ===== */

/* Ultra-wide screens */
@media screen and (min-width: 1600px) and (max-width: 1920px) {
  .container {
    max-width: 1600px;
  }

  .hero-title {
    font-size: 11rem;
  }

  .signature-header {
    grid-template-columns: 1fr 1fr;
  }
}

/* Laptops */
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .container {
    max-width: 1320px;
  }

  .container-future {
    max-width: 100%;
  }

  .hero-title {
    font-size: 9rem;
  }

  .future-content {
    width: 100% !important;
  }

  .page-hero-section {
    height: 90vh !important;
  }

  .signature-header {
    grid-template-columns: 1fr 1fr;
  }
}

/* Desktops */
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .container {
    max-width: 1180px;
  }

  .hero-title {
    font-size: 8rem;
  }

  .page-hero-section {
    height: 85vh !important;
  }

  .signature-header {
    grid-template-columns: 1fr 1fr;
  }
}

/* Tablets */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 720px;
    padding: 0 24px;
  }

  .section-padding {
    padding: 80px 0;
  }

  .signature-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .property-grid {
    grid-template-columns: 1fr 1fr;
  }

  .future-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .reviews-layout {
    flex-direction: column;
    gap: 40px;
  }

  .reviews-title-aside {
    flex: none;
  }

  .reviews-title-aside h2 {
    writing-mode: horizontal-tb;
    transform: rotate(0);
    border-left: none;
    border-bottom: 2px solid var(--color-gold);
    padding: 0 0 10px 0;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .signature-header {
    grid-template-columns: 1fr 1fr;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }

  .section-padding {
    padding: 60px 0;
  }

  .hero-title {
    font-size: 5rem;
  }

  .hero-title-top {
    padding-left: 0;
    text-align: center;
  }

  .hero-title-bottom {
    padding-right: 0;
    text-align: center;
    margin-top: 0;
  }

  .hero-footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .signature-header {
    text-align: center;
  }

  .desc-group p {
    margin: 0 auto;
  }

  .property-grid {
    grid-template-columns: 1fr;
  }

  .property-image {
    height: 300px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-number {
    font-size: 3.5rem;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .main-nav {
    width: 100%;
  }

  .footer-logo img {
    width: 45% !important;
  }

  .signature-header {
    grid-template-columns: 1fr;
  }
}


.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  transition: all 0.5s ease;
}

.mobile-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* Hamburger Icon Transform */
#menuToggle.active svg line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

#menuToggle.active svg line:nth-child(2) {
  opacity: 0;
}

#menuToggle.active svg line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Main Nav (Fullscreen/Slide-in) */
.main-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 350px;
  height: 100vh;
  background: var(--color-white);
  z-index: 1001;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  padding: 100px 50px;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
}

.main-nav.active {
  right: 0;
}

.main-nav ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.main-nav a {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--color-dark);
  letter-spacing: 2px;
  transition: all 0.3s ease;
}

.main-nav a:hover {
  color: var(--color-gold);
  padding-left: 10px;
}

/* Desktop Hide Nav */
@media screen and (min-width: 1025px) {
  /* Only show menu button if you want it as a drawer, 
     but usually for premium sites a drawer is nice.
     We will keep it as drawer for all for the "Menu" feel. */
}

/* ===== COMMON COMPONENTS ===== */
.section-padding {
  /* padding: 100px 0; */
  padding: 80px 0;
}
.section-padding-callback{
	padding: 40px 0px 80px
}
.text-center {
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

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

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 3rem);
  line-height: 1.1;
  letter-spacing: 2px;
  color: var(--color-dark);
  margin-bottom: 20px;
}

.section-title1 {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 3rem);
  line-height: 1.1;
  letter-spacing: 2px;
  color: #ac835e;
  margin-bottom: 20px;
}

/* --- PREMIUM PAGE HERO --- */
.page-hero-section {
  height: 65vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
  margin-top: -100px;
  /* Offset for transparent header */
  padding-top: 100px;
  overflow: hidden;
}

.page-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(15, 20, 26, 0.4) 0%,
      rgba(15, 20, 26, 0.85) 100%);
  z-index: 1;
}

.page-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
}

.page-hero-title {
  font-family: 'SangBleu Empire', serif !important;
  font-size: clamp(3rem, 8vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -1px;
  color: #fff !important;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.8), 0 0 100px rgba(0, 0, 0, 0.5);
}

.page-hero-subtitle {
  font-size: 0.95rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #ac835e;
  margin: 20px 0px;
  font-weight: 500;
  display: block;
}

.page-hero-desc {
  font-size: 1.05rem;
  line-height: 1.6;
  opacity: 0.8;
  margin-top: 20px;
  max-width: 650px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .page-hero-section {
    height: 50vh;
    padding-bottom: 40px;
  }

  .page-hero-subtitle {
    letter-spacing: 2px;
    font-size: 0.8rem;
  }
}

.desc-group p .accent,
.signature-title .accent,
.signature-title-about .accent {
  color: var(--color-gold);
}

.section-title .accent {
  display: block;
  font-size: 48px;
  letter-spacing: 5px;
  color: var(--color-gold);
  margin-top: 10px;
}

.gold-line {
  width: 60px;
  height: 2px;
  background: var(--color-gold);
  margin: 20px 0;
}

.btn-outline {
  display: inline-block;
  padding: 12px 35px;
  background: var(--color-gold);
  /* border: 1px solid var(--color-gold); */
  color: var(--color-white);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: var(--color-white);
  border: 1px solid var(--color-gold);
  color: var(--color-dark);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(196, 162, 101, 0.3);
}

/* ===== HEADER STYLES ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 40px 0;
  transition: all 0.4s ease;
}

.site-header.scrolled,
.site-header.inner-header {
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}


.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}



.header-left,
.header-right {
  display: flex;
  align-items: center;
  flex: 1;
}

.header-right {
  justify-content: flex-end;
}

.header-menu-btn {
  background: transparent;
  border: 1px solid #AC835E;
  color: var(--color-white);
  padding: 8px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.header-menu-btn:hover {
  border-color: var(--color-white);
}

.hamburger-icon {
  color: var(--color-gold);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hamburger-icon span {
  width: 18px;
  height: 1px;
  background: currentColor;
  display: block;
}

.header-contact-link {
  color: var(--color-white);
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 25px;
  font-weight: 500;
}

.site-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.site-logo img {
  height: 50px;
  width: auto;
  transition: all 0.4s ease;
}

.scrolled .site-logo img,
.inner-header .site-logo img {
  height: 45px;
}


.header-phone {
  color: var(--color-white);
  font-size: 0.85rem;
  font-weight: 500;
  margin-right: 30px;
  letter-spacing: 1px;
}

.header-cta {
  background: var(--color-gold);
  color: var(--color-white);
  padding: 10px 25px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.header-cta:hover {
  background: var(--color-gold-dark);
  transform: scale(1.02);
}

/* Projects Dropdown Menu */
.header-cta-wrapper {
  position: relative;
}

.header-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--color-white);
  min-width: 220px;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: var(--radius-md);
  padding: 15px 0;
  list-style: none;
  z-index: 1001;
  margin-top: 10px;
  border: 1px solid rgba(172, 131, 94, 0.1);
}

.header-cta-wrapper::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 15px;
}

.header-cta-wrapper:hover .header-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-dropdown li a {
  display: block;
  padding: 12px 25px;
  color: var(--color-dark);
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.2s ease;
  font-weight: 500;
  font-family: var(--font-sans);
}

.header-dropdown li a:hover {
  color: var(--color-gold);
  background: rgba(172, 131, 94, 0.05);
  padding-left: 30px;
}


/* Main Nav (Full-screen Overlay) */
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  transform: translateY(-100%);
  transition: transform 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}

.main-nav.active {
  transform: translateY(0);
}

.nav-close {
  position: absolute;
  top: 40px;
  right: 60px;
  font-size: 3rem;
  color: white;
  cursor: pointer;
}

.main-nav ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}

.main-nav a {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 6vw, 3rem);
  color: var(--color-white);
  letter-spacing: 5px;
  transition: all 0.4s ease;
  opacity: 0.7;
}

.main-nav a:hover {
  opacity: 1;
  transform: scale(1.1);
  color: var(--color-gold);
}

/* ===== HERO SECTION ===== */
.hero-section {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  /* Changed back from hidden to allow scroll button overflow */
  /* Prevent cutting off the scroll button */
  padding: 0 60px;
  z-index: 10;
  /* Keep above following sections */
}

.hero-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.hero-section.hero-animate .hero-bg {
  animation: kenBurnsBg 20s ease-out forwards;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 1s ease-out;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 0;
  transition: opacity 1.5s ease;
}

.hero-section.hero-animate .hero-overlay {
  opacity: 1;
}

.hero-content {
  width: 100%;
  max-width: 1600px;
  position: relative;
  z-index: 1;
}

.hero-title {
  position: relative;
}

.hero-title-top {
  display: block;
  font-family: 'SangBleu Empire';
  font-size: clamp(4rem, 12vw, 6rem);
  line-height: 1;
  letter-spacing: 15px;
  color: white;
  text-align: left;
  opacity: 0;
}

.hero-section.hero-animate .hero-title-top {
  animation: titleRevealLeft 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0.5s forwards;
}

.hero-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  position: relative;
  opacity: 0;
}

.hero-section.hero-animate .hero-logo-wrap {
  animation: logoReveal 1.2s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
}

.hero-logo-wrap::before,
.hero-logo-wrap::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  width: 0;
}

.hero-section.hero-animate .hero-logo-wrap::before,
.hero-section.hero-animate .hero-logo-wrap::after {
  animation: lineExtract 1.5s ease forwards 1.2s;
}

.hero-center-logo {
  height: clamp(60px, 12vw, 120px);
  width: auto;
  margin: 0 40px;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
}

.hero-title-top,
.hero-title-bottom {
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.hero-title-bottom {
  display: block;
  font-family: 'SangBleu Empire';
  font-size: clamp(4rem, 12vw, 6rem);
  line-height: 1;
  letter-spacing: 15px;
  color: white;
  text-align: right;
  opacity: 0;
}

.hero-section.hero-animate .hero-title-bottom {
  animation: titleRevealRight 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0.8s forwards;
}

.hero-bottom-left {
  position: absolute;
  bottom: 80px;
  left: 60px;
  max-width: 450px;
  color: white;
  opacity: 0;
}

.hero-section.hero-animate .hero-bottom-left {
  animation: heroDescReveal 1.2s ease forwards 1.8s;
}

.hero-desc {
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 300;
  opacity: 0.9;
}

.hero-bottom-center {
  position: absolute;
  bottom: -54px;
  /* Half of circle height */
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
  /* High enough to be clickable */
}

.hero-scroll-circle {
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  /* Removed transform: translateX(-50%) to avoid double shift */
}

.hero-section.hero-animate .hero-scroll-circle {
  animation: scrollBounce 2s infinite ease-in-out;
}

.hero-scroll-circle:hover {
  transform: scale(1.05);
  /* Simplified hover since it's already centered */
}

/* ===== SIGNATURE DEVELOPMENTS ===== */
.signature-section {
  /* background-color: var(--color-cream); */
  position: relative;
  z-index: 1;
}

.signature-header {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  gap: 50px;
  align-items: center;
  margin-bottom: 20px;
}

.signature-title {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 3rem);
  line-height: 1.1;
  letter-spacing: 2px;
}

.signature-title-about {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 1rem);
  line-height: 1.1;
  letter-spacing: 2px;
}

.desc-group p {
  color: var(--color-dark);
  line-height: 1.8;
  max-width: 420px;
  font-size: 1rem;
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.property-card {
  background: var(--color-white);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.property-card:hover {
  transform: translateY(-10px);
}

.property-image {
  height: 400px;
  overflow: hidden;
}

.property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.property-card:hover .property-image img {
  transform: scale(1.08);
}

.property-info {
  padding: 40px 25px 25px;
  text-align: left;
  position: relative;
}

.property-info h3 {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.property-info p {
  font-size: 0.9rem;
  color: var(--color-text-light);
  margin-bottom: 12px;
}

.property-meta {
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: var(--color-gold);
  font-weight: 500;
  text-transform: uppercase;
}

.explore-btn {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.65rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-dark);
  position: absolute;
  right: 20px;
  top: -45px;
  background: var(--color-white);
  transition: all 0.3s ease;
  padding: 15px;
  line-height: 1.3;
}

.explore-btn:hover {
  background: var(--color-gold);
  color: var(--color-white);
  transform: scale(1.1);
}

/* ===== FUTURE SECTION ===== */
.future-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}

.future-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.future-content {
  width: 70%;
  padding-right: 50px;
}

.future-content p {
  margin-bottom: 25px;
  color: var(--color-text-light);
  line-height: 1.9;
}

/* ===== PREMIUM GALLERY ===== */
.premium-section {
  /* background: var(--color-beige); */
}

/* 3D Coverflow Slider */
.premium-slider-container {
  position: relative;
  width: 100%;
  margin-top: 20px;
  perspective: 2000px;
  overflow: hidden;
  padding-bottom: 5px;
}

.premium-gallery {
  position: relative;
  width: 100%;
  height: 600px;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-item {
  position: absolute;
  width: 280px;
  /* Portrait aspect ratio as per image */
  height: 400px;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  /* border-radius: 12px; */
  overflow: hidden;
  cursor: pointer;
  /* box-shadow: 0 15px 45px rgba(0, 0, 0, 0.4); */
  user-select: none;
  /* -webkit-box-reflect: below 5px linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.1)); */
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 3D States - Matching user image fan overlap */
.gallery-item.active {
  transform: translate3d(0, 0, 350px);
  z-index: 10;
  /* opacity: 1; */
}

.gallery-item.prev-1 {
  transform: translate3d(-290px, 0, 30px) rotateY(45deg);
  z-index: 5;
}

.gallery-item.next-1 {
  transform: translate3d(290px, 0, 30px) rotateY(-45deg);
  z-index: 5;
}

.gallery-item.prev-2 {
  transform: translate3d(-530px, 0, 0) rotateY(60deg);
  z-index: 1;
}

.gallery-item.next-2 {
  transform: translate3d(530px, 0, 0) rotateY(-60deg);
  z-index: 1;
}

.gallery-item.hidden {
  opacity: 0;
  transform: translate3d(0, 0, -500px);
  pointer-events: none;
}

/* Dots */
.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(172, 131, 94, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #AC835E;
  transform: scale(1.3);
}

@media screen and (max-width: 991px) {
  .gallery-item {
    width: 80%;
    height: 350px;
  }

  .gallery-item.prev-1 {
    transform: translate3d(-150px, 0, -100px) rotateY(45deg);
  }

  .gallery-item.next-1 {
    transform: translate3d(150px, 0, -100px) rotateY(-45deg);
  }
}

/* ===== REVIEWS SECTION ===== */
.reviews-section {
  background: var(--color-cream);
}

.reviews-layout {
  display: flex;
  gap: 80px;
}

.reviews-title-aside {
  flex: 0 0 300px;
  position: relative;
}

.reviews-title-aside h2 {
  font-size: 3.5rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 5px;
  color: var(--color-dark);
  border-left: 1px solid var(--color-gold);
  padding-left: 50px;
}

.reviews-carousel-wrapper {
  flex: 1;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}

.reviews-track {
  display: flex;
  gap: 25px;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.review-card {
  flex: 0 0 calc(33.333% - 16.666px);
  min-width: calc(33.333% - 16.666px);
  border: 1px solid #AC835E;
  background: var(--color-white);
  padding: 40px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-sizing: border-box;
  min-height: 450px;
  justify-content: flex-start;
}

.review-card.dark {
  background: var(--color-navy);
  color: var(--color-white);
}

.review-card p {
  font-size: 1.1rem;
  line-height: 1.6;
  font-style: normal;
  margin-bottom: 20px;
}

.review-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 25px;
}

.review-footer {
  margin-top: auto;
  padding-top: 20px;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(172, 131, 94, 0.2);
  margin-top: 30px;
}

.review-author {
  font-weight: 700;
  color: inherit;
}

.review-stars {
  color: var(--color-gold);
  letter-spacing: 2px;
}

.carousel-nav {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.nav-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #AC835E;
  background: transparent;
  color: #AC835E;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-btn:hover {
  background: #AC835E;
  color: white;
}

.review-card p {
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 25px;
}

.review-author {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.review-stars {
  color: var(--color-gold);
  font-size: 0.9rem;
}

/* ===== STATS SECTION ===== */
.stats-section {
  position: relative;
  padding: 100px 0;
  color: var(--color-white);
  overflow: hidden;
}

.stats-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.stats-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stats-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.stats-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.stat-item {
  background: #181D24;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* padding: 60px 20px; */
  padding: 40px 50px;
  /* align-items: center; */
  align-items: self-start;
  transition: transform 0.4s ease;
  text-align: center;
}

.stat-number-wrap {
  display: flex;
  align-items: baseline;
  color: var(--color-white);
  margin-bottom: 20px;
}

.stat-number {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 1;
  font-weight: 400;
}

.stat-suffix {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  margin-left: 2px;
}

.stat-label {
  text-align: start;
  font-family: var(--font-sans);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.8;
  color: var(--color-white);
  line-height: 1.4;
}

.stats-overlay-text {
  position: absolute;
  top: 41%;
  left: 25%;
  /* Moved from 50% to be noticeably off-center */
  transform: translateY(-50%);
  width: auto;
  pointer-events: none;
  z-index: 2;
  text-align: left;
}

.stats-overlay-text img {
  width: 100%;
  max-width: 600px;
  height: auto;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.5));
}

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

  .stat-item {
    height: 250px;
    padding-top: 40px;
  }
}

/* ===== CALLBACK SECTION ===== */
.callback-card {
  background: var(--color-beige);
  padding: 80px 100px;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 20px;
}

.callback-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.form-group input {
  width: 100%;
  padding: 15px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: var(--font-sans);
  font-size: 1rem;
  outline: none;
}

.form-group input:focus {
  border-bottom-color: var(--color-gold);
}

.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: var(--color-text-light);
}

.form-check .wpcf7-list-item {
  margin: 0;
}

.form-check .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
}

.submit-btn {
  background: var(--color-gold);
  color: var(--color-white);
  border: none;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 0.9rem;
  letter-spacing: 2px;
  cursor: pointer;
  align-self: flex-start;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: var(--color-gold-dark);
  transform: scale(1.05);
}

/* ===== FOOTER STYLES ===== */
.site-footer {
  background: #0f141a;
  /* Darker background */
  color: var(--color-white);
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden;
}

.footer-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  /* height: 100%; */
  z-index: 0;
  /* opacity: 0.05; */
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-watermark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* opacity: 0.08; */
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

/* Footer Top */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
}

.footer-menu ul {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer-menu li {
  position: relative;
}

.footer-menu li:not(:last-child)::after {
  content: '|';
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.3);
}

.footer-menu a {
  font-size: 0.85rem;
  letter-spacing: 2px;
  font-weight: 500;
  color: var(--color-white);
  text-transform: uppercase;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: var(--color-white);
  font-size: 0.9rem;
}

/* .footer-social a:first-child {
  background: var(--color-white);
  border-color: var(--color-white);
} */

/* .footer-social a:first-child {
  background: #AC835E;
  border-color: #AC835E;
} */
.social-icon:hover {
  background: #AC835E;
  border-color: #AC835E;
  color: var(--color-white);
}

/* Footer Center */
.footer-center {
  text-align: center;
  margin-bottom: 80px;
}

.footer-logo img {
  width: 10%;
  height: auto;
  margin-bottom: 10px;
  display: inline-block
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 20px; */
  gap: 1px;
}

.footer-phone {
  font-size: 2rem;
  font-family: var(--font-sans);
  color: var(--color-gold);
  font-weight: 600;
  letter-spacing: 2px;
}

.footer-address {
  font-size: 0.9rem;
  opacity: 0.8;
  max-width: 500px;
  line-height: 1.6;
}

.footer-email {
  font-size: 1rem;
  opacity: 0.7;
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer-email:hover {
  opacity: 1;
}

/* Footer Bottom */
.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
}

.footer-legal {
  text-align: center;
}

.footer-developer {
  justify-content: flex-end;
}

.footer-copyright p {
  opacity: 0.6;
  line-height: 1.6;
}

.footer-legal ul {
  display: flex;
  gap: 20px;
}

.footer-legal li:not(:last-child)::after {
  content: '|';
  margin-left: 20px;
  opacity: 0.3;
}

.footer-legal a {
  opacity: 0.8;
  transition: color 0.3s;
}

.footer-legal a:hover {
  color: var(--color-gold);
}

.footer-developer {
  display: flex;
  align-items: center;
  gap: 30px;
  text-align: right;
}

.footer-developer p {
  opacity: 0.6;
  line-height: 1.4;
}

.footer-developer span {
  display: inline;
  margin-left: 5px;
  font-weight: 600;
  color: var(--color-white);
}

.footer-back-to-top {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: var(--color-white);
}

.footer-back-to-top:hover {
  background: var(--color-gold);
  border-color: var(--color-gold);
  transform: translateY(-5px);
}

/* Floating Action Buttons */
.whatsapp-btn,
.back-to-top {
  position: fixed;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
  z-index: 1000;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.whatsapp-btn {
  left: 30px;
  background-color: #25d366;
  border: none;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
  background-color: #128c7e;
  color: white;
}

.back-to-top {
  right: 30px;
  background-color: var(--color-gold);
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.back-to-top:hover {
  transform: translateY(-5px);
  background-color: var(--color-gold-dark);
  color: white;
}

/* Responsive Footer */
@media screen and (max-width: 991px) {
  .footer-top {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .footer-menu ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-phone {
    font-size: 2.2rem;
  }

  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .footer-developer {
    text-align: right;
    align-items: flex-end;
    gap: 10px;
  }
}

/* --- Premium Single Project Page --- */
.premium-project-single {
  font-family: 'Euclid Square', sans-serif;
  animation: fadeIn 1s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.project-hero {
  height: 80vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: -100px;
  /* Offset for transparent header */
  padding-top: 100px;
}

.project-brand-logo img {
  max-height: 80px;
  width: auto;
  filter: brightness(0) invert(1);
}

.project-title {
  font-family: 'SangBleu Empire', serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.1;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.project-quick-stats {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.project-quick-stats span {
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

.project-quick-stats i {
  color: var(--color-gold);
  font-size: 1.1rem;
}

.hero-scroll-invite {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-scroll-invite .line {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-scroll-invite .line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-gold);
  animation: scrollLine 2s infinite;
}

@keyframes scrollLine {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.highlight-item {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
}

.highlight-item:hover {
  border-color: var(--color-gold);
  transform: translateY(-5px);
  box-shadow: var(--shadow-sm);
}

.highlight-item .icon-wrap {
  width: 40px;
  height: 40px;
  background: var(--color-beige);
  color: var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.2rem;
}

.highlight-item .text {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.agv-main-gallery {
  margin: 40px 0;
  overflow: visible !important;
}

.agv-main-gallery .swiper-slide {
  opacity: 0.4;
  transition: opacity 0.5s ease;
}

.agv-main-gallery .swiper-slide-active {
  opacity: 1;
}

.agv-main-gallery img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 5px;
}

.video-container,
.map-container {
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}

.video-container iframe,
.map-container iframe {
  display: block;
}

@media (max-width: 991px) {
  .project-hero {
    height: 60vh;
  }

  .agv-main-gallery img {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .project-hero {
    height: 50vh;
  }

  .project-quick-stats {
    gap: 15px;
  }

  .agv-main-gallery img {
    height: 300px;
  }

  .highlights-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== ABOUT PAGE REDESIGN ===== */
.about-hero {
  height: 80vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color-white);
  margin-top: -100px;
}

.about-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: kenBurnsBg 20s infinite alternate;
}

.about-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(15, 20, 26, 0.5) 0%,
      rgba(15, 20, 26, 0.7) 50%,
      rgba(15, 20, 26, 0.9) 100%);
  z-index: 2;
}

.about-hero-content {
  position: relative;
  z-index: 3;
  max-width: 1000px;
  padding: 0 40px;
}

.about-hero-subtitle {
  font-size: 0.95rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 20px;
  font-weight: 500;
  display: block;
}

.about-hero-title {
  font-size: clamp(2.5rem, 8vw, 4rem);
  line-height: 1.2;
  margin-bottom: 40px;
  color: var(--color-white);
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.8);
  font-weight: 700;
}

.about-hero-title .accent {
  color: var(--color-gold);
  display: block;
  margin-top: 10px;
  font-size: 0.8em;
}

/* Legacy Section */
.legacy-section {
  background: var(--color-cream);
  overflow: hidden;
}

.legacy-content {
  max-width: 700px;
}

.legacy-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--color-text);
  margin-bottom: 25px;
  text-align: justify;
  opacity: 0.9;
}

.legacy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.legacy-image-wrap {
  position: relative;
}

.legacy-img-main {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.legacy-badge {
  position: absolute;
  bottom: -30px;
  right: -30px;
  background: var(--color-navy);
  color: var(--color-white);
  padding: 30px;
  border-radius: var(--radius-md);
  text-align: center;
  box-shadow: var(--shadow-md);
}

.legacy-badge .year {
  display: block;
  font-size: 2.5rem;
  font-family: var(--font-serif);
  color: var(--color-gold);
  line-height: 1;
}

.legacy-badge .text {
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Mission & Vision */
.vision-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.vm-card {
  background: var(--color-white);
  padding: 60px;
  border-radius: var(--radius-lg);
  transition: var(--transition);
  border: 1px solid rgba(172, 131, 94, 0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vm-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-gold);
}

.vm-icon {
  font-size: 2.5rem;
  color: var(--color-gold);
  margin-bottom: 10px;
}

.vm-title {
  font-size: 1rem;
  color: var(--color-navy);
}

/* Asset Classes */
.asset-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.asset-card {
  position: relative;
  height: 540px;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
}

.asset-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.asset-card:hover .asset-img {
  transform: scale(1.1);
}

.asset-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  color: var(--color-white);
  transition: var(--transition);
}

.asset-card:hover .asset-overlay {
  padding-bottom: 50px;
}

.asset-name {
  color: #fff;
  font-size: 1.5rem;
  font-family: var(--font-serif);
  /* margin-bottom: 10px; */
}

.asset-desc {
  color: #fff;
  font-size: 0.9rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.asset-card:hover .asset-desc {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {

  .legacy-grid,
  .vision-mission-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .asset-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .asset-grid {
    grid-template-columns: 1fr;
  }

  .legacy-badge {
    right: 0;
    bottom: -20px;
    padding: 20px;
  }
}

/* General Hero & Section Styles */
.about-hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  color: var(--color-white);
  margin-top: -100px;
  padding-bottom: 80px;
}

.about-hero-content {
  position: relative;
  z-index: 3;
  max-width: 1000px;
  padding: 0 40px;
  width: 100%;
}

.about-hero-title {
  font-family: 'SangBleu Empire', serif !important;
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -1px;
  color: #fff !important;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.8);
}

.about-hero-desc {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.9;
  margin-top: 25px;
  max-width: 650px;
  font-weight: 300;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.about-hero .agv-scroll-badge {
  position: absolute;
  bottom: 120px;
  right: 50px;
}

/* Goal & Pillars Section */
.goal-section {
  background: var(--color-white);
}

.goal-header {
  margin-bottom: 60px;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.pillar-item {
  padding: 40px;
  background: var(--color-cream);
  border-radius: var(--radius-lg);
  transition: var(--transition);
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
}

.pillar-icon {
  width: 60px;
  height: 60px;
  background: var(--color-gold);
  color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 25px;
  box-shadow: 0 10px 20px rgba(172, 131, 94, 0.2);
  transition: var(--transition);
}

.pillar-item:hover .pillar-icon {
  transform: scale(1.1) rotate(5deg);
  background: var(--color-dark);
}

.pillar-item:hover {
  background: var(--color-white);
  border-color: var(--color-gold);
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
}

.pillar-title {
  font-size: 1.5rem;
  color: var(--color-gold);
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.pillar-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--color-text-light);
}

@media (max-width: 1200px) {
  .pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .pillars-grid {
    grid-template-columns: 1fr;
  }

  .about-hero .agv-scroll-badge {
    /* Hide on mobile to prevent text overlap */
    display: none;
  }
}

/* Logo Carousel Section */
.logo-carousel-section {
  padding: 60px 0;
  background: var(--color-white);
  border-top: 1px solid #eee;
  overflow: hidden;
}

.logo-track {
  display: flex;
  width: calc(250px * 10);
  animation: logoScroll 30s linear infinite;
}

.logo-slide {
  width: 250px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  flex-shrink: 0;
}

.logo-slide img {
  max-width: 400px;
  max-height: 130px;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.4s ease;
}

.logo-slide:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

@keyframes logoScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 5));
  }
}

@media (max-width: 767px) {
  .logo-track {
    gap: 50px;
    width: calc(150px * 10);
    animation: logoScrollMobile 20s linear infinite;
  }

  .logo-slide {
    width: 150px;
    padding: 0 20px;
  }

  @keyframes logoScrollMobile {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-150px * 5));
    }
  }
}

/* NRI Accordion Styles */
.ot-accordions {
  margin: 40px auto;

}

.ot-accordions .acc-item {
  margin-bottom: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.02);
}

.ot-accordions .acc-toggle {
  cursor: pointer;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  color: #AC835E;
}

.ot-accordions .acc-toggle:hover {
  color: #805e41ff;
  background: rgba(255, 255, 255, 0.05);
}

.ot-accordions .acc-toggle .down,
.ot-accordions .acc-toggle .up {
  font-size: 14px;
  color: #AC835E;
}

.ot-accordions .acc-toggle .up {
  display: none;
}

.ot-accordions .acc-item.current .acc-toggle .down {
  display: none;
}

.ot-accordions .acc-item.current .acc-toggle .up {
  display: block;
}

.ot-accordions .acc-content {
  display: none;
  padding: 0 20px 20px 20px;
  color: #333333;
  font-size: 15px;
  line-height: 1.8;
}

.ot-accordions .acc-item.current .acc-toggle {
  color: #AC835E;
}

/* NRI Side Button (Theme Related) */
.nri-side-btn {
  position: fixed;
  right: -2px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background: var(--color-gold, #AC835E);
  color: #fff;
  padding: 25px 15px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 1000;
  border-radius: 25px;
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nri-side-btn:hover {
  background: #fff;
  color: var(--color-gold, #AC835E);
  padding-top: 35px;
}

/* ===== CONTACT & CAREERS PAGES ===== */
.contact-layout,
.careers-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: start;
  margin-top: 60px;
}

.careers-layout {
  grid-template-columns: 1fr 1fr;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.info-block {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.info-block i {
  font-size: 35px;
  color: var(--color-gold, #AC835E);
  margin-top: 5px;
}

.info-block h4 {
  font-family: var(--font-serif, serif);
  font-size: 1.5rem;
  color: var(--color-dark, #181d24);
  margin: 0 0 10px 0;
}

.info-block p,
.info-block a {
  color: var(--color-text-light, #aaa);
  font-size: 1.1rem;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.3s;
}

.info-block a:hover {
  color: var(--color-gold, #AC835E);
}

.theme-card {
  background: var(--color-beige, #f9f5f0);
  padding: 50px;
  border-radius: 20px;
}

.theme-card h3 {
  font-family: var(--font-serif, serif);
  font-size: 2.2rem;
  color: var(--color-dark, #181d24);
  margin-bottom: 20px;
}

/* CF7 Universal Theme Styles */
.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.wpcf7-form p {
  margin-bottom: 20px;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="file"],
.wpcf7-form textarea {
  width: 100%;
  padding: 15px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--color-dark, #181d24);
  font-family: var(--font-sans, sans-serif);
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s ease;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-bottom-color: #AC835E;
}

.wpcf7-form textarea {
  min-height: 100px;
  height: 120px;
  resize: vertical;
}

.wpcf7-form input[type="submit"] {
  background: #AC835E;
  color: #fff;
  border: none;
  padding: 16px 50px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
  align-self: flex-start;
  margin-top: 10px;
  display: inline-block;
}

.wpcf7-form input[type="submit"]:hover {
  background: #181d24;
  color: #AC835E;
  transform: scale(1.05);
}

@media (max-width: 991px) {

  .contact-layout,
  .careers-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .theme-card {
    padding: 30px;
  }
}

/* ===== TERMS & PRIVACY PAGES ===== */
.terms-content {
  /* max-width: 900px; */
  margin: 0 auto;
  line-height: 1.8;
  font-size: 1.1rem;
  color: var(--color-text-light, #aaa);
}

.terms-content h4 {
  font-family: var(--font-serif, serif);
  color: #AC835E;
  margin-top: 40px;
  margin-bottom: 15px;
}

.terms-content h4:first-child {
  margin-top: 0;
}

.terms-content p {
  margin-bottom: 25px;
}

.terms-content ul,
.terms-content ol {
  margin-left: 20px;
  margin-bottom: 30px;
}

.terms-content li {
  margin-bottom: 15px;
}

/* ===== ABOUT PAGE: PILLAR ICONS SHINE EFFECT ===== */
.goal-section .pillar-icon {
  background-color: #AC835E !important;
  /* Deeper color as requested */
  color: #fff !important;
  border: none;
  /* Continuous shining effect */
  animation: pillarShine 2s infinite alternate ease-in-out;
}

.goal-section .pillar-icon i {
  color: #fff !important;
}

@keyframes pillarShine {
  0% {
    box-shadow: 0 0 10px rgba(172, 131, 94, 0.4), 0 0 20px rgba(172, 131, 94, 0.2);
    transform: scale(1);
  }

  100% {
    box-shadow: 0 0 25px rgba(172, 131, 94, 0.9), 0 0 45px rgba(172, 131, 94, 0.6);
    transform: scale(1.08);
  }
}

/* ============================================================
   COMPREHENSIVE MOBILE & TABLET RESPONSIVE STYLES
   ============================================================ */

/* ===== HEADER RESPONSIVE ===== */

/* Tablet (768px - 1024px) */
@media screen and (max-width: 1024px) {
  .header-contact-link {
    display: none;
  }

  .header-phone {
    display: none;
  }

  .site-logo img {
    height: 40px;
  }

  .header-cta {
    font-size: 0.7rem;
    padding: 8px 18px;
    letter-spacing: 1px;
  }

  .header-dropdown {
    min-width: 180px;
  }

  .main-nav a {
    font-size: clamp(2rem, 5vw, 3rem);
    letter-spacing: 3px;
  }

  .main-nav ul {
    gap: 30px;
  }

  .nav-close {
    top: 30px;
    right: 30px;
    font-size: 2.5rem;
  }
}

/* Mobile (max-width: 767px) */
@media screen and (max-width: 767px) {

  /* --- Header Mobile --- */
  .site-header {
    padding: 15px 0;
  }

  .site-header .container {
    padding: 0 15px;
  }

  .header-inner {
    position: relative;
  }

  .header-left {
    flex: 0 0 auto;
  }

  .header-right {
    flex: 0 0 auto;
  }

  .header-menu-btn {
    padding: 6px 12px;
    font-size: 0.65rem;
    gap: 8px;
    letter-spacing: 1px;
  }

  .header-contact-link {
    display: none;
  }

  .header-phone {
    display: none;
  }

  .site-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .site-logo img {
    height: 35px;
  }

  .scrolled .site-logo img,
  .inner-header .site-logo img {
    height: 30px;
  }

  .header-cta {
    font-size: 0.6rem;
    padding: 7px 12px;
    gap: 6px;
    letter-spacing: 1px;
  }

  .header-cta svg {
    width: 10px;
    height: 10px;
  }

  .header-dropdown {
    min-width: 160px;
    right: 0;
  }

  .header-dropdown li a {
    padding: 10px 20px;
    font-size: 0.7rem;
  }

  /* --- Full Screen Nav Mobile --- */
  .main-nav {
    width: 100%;
    padding: 80px 30px;
  }

  .main-nav a {
    font-size: 2rem;
    letter-spacing: 3px;
  }

  .main-nav ul {
    gap: 25px;
  }

  .nav-close {
    top: 20px;
    right: 25px;
    font-size: 2.5rem;
  }

  /* --- Hero Section Mobile --- */
  .hero-section {
    padding: 0 20px;
    min-height: 100vh;
  }

  .hero-title-top,
  .hero-title-bottom {
    font-size: clamp(2.5rem, 10vw, 4rem) !important;
    letter-spacing: 5px;
	          text-align: center;
  }

  .hero-center-logo {
    height: clamp(40px, 10vw, 70px);
    margin: 0 15px;
  }

  .hero-logo-wrap {
	  
    padding: 10px 0 30px;
  }

  .hero-bottom-left {
    left: 20px;
    bottom: 60px;
    max-width: 300px;
  }

  .hero-desc {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .hero-scroll-circle {
    width: 70px;
    height: 70px;
  }

  .hero-bottom-center {
    bottom: -35px;
  }

  /* --- Signature Developments Mobile --- */
  .signature-title {
    font-size: clamp(2rem, 6vw, 2.5rem);
    text-align: center;
  }

  .desc-group p {
    text-align: center;
    max-width: 100%;
  }

  /* --- Future Section Mobile --- */
  .future-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .future-content {
    width: 100% !important;
    padding: 15px !important;
    text-align: center;
  }

  .future-content .gold-line {
    margin: 20px auto;
  }

  .future-content .btn-outline {
    display: inline-block;
  }

  .future-image img {
    border-radius: 10px;
  }

  /* --- Premium Gallery Mobile --- */
  .premium-gallery {
    height: 350px;
  }

  .gallery-item {
    width: 200px !important;
    height: 280px !important;
  }

  .gallery-item.active {
    transform: translate3d(0, 0, 200px);
  }

  .gallery-item.prev-1 {
    transform: translate3d(-120px, 0, -50px) rotateY(35deg) !important;
  }

  .gallery-item.next-1 {
    transform: translate3d(120px, 0, -50px) rotateY(-35deg) !important;
  }

  .gallery-item.prev-2,
  .gallery-item.next-2 {
    opacity: 0 !important;
    pointer-events: none;
  }

  /* --- CUSTOMER REVIEWS SECTION MOBILE --- */
  .reviews-section {
    padding: 50px 0;
  }

  .reviews-layout {
    flex-direction: column !important;
    gap: 30px !important;
  }

  .reviews-title-aside {
    flex: none !important;
    text-align: center;
  }

  .reviews-title-aside h2 {
    writing-mode: horizontal-tb !important;
    transform: rotate(0) !important;
    font-size: 2.5rem;
    border-left: none !important;
    border-bottom: 2px solid var(--color-gold);
    padding: 0 0 15px 0 !important;
    text-align: center;
    display: inline-block;
  }

  .reviews-carousel-wrapper {
    overflow: hidden;
    padding: 10px 0;
  }

  .reviews-track {
    gap: 15px;
  }

  .review-card {
    flex: 0 0 calc(100% - 0px) !important;
    min-width: calc(100% - 0px) !important;
    padding: 30px 25px;
    min-height: 350px;
  }

  .review-card p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .review-avatar {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .carousel-nav {
    justify-content: center;
    margin-top: 20px;
  }

  .nav-btn {
    width: 40px;
    height: 40px;
  }

  /* --- Stats Section Mobile --- */
  .stats-section {
    padding: 60px 0;
  }

  .stat-item {
    height: auto !important;
    padding: 30px 25px !important;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .stat-number {
    font-size: 3rem !important;
  }

  .stat-label {
    font-size: 0.85rem;
  }

  .stats-overlay-text {
    display: none;
  }

  /* --- Callback Section Mobile --- */
  .callback-card {
    padding: 40px 25px !important;
    border-radius: 15px;
  }

  .callback-form {
    margin-top: 25px;
  }

  .submit-btn {
    width: 100%;
    text-align: center;
  }

  /* --- Footer Mobile --- */
  .site-footer {
    padding: 50px 0 30px;
  }

  .footer-top {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }

  .footer-menu ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .footer-menu a {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }

  .footer-menu li:not(:last-child)::after {
    margin-left: 10px;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-center {
    margin-bottom: 40px;
  }

  .footer-logo img {
    width: 35% !important;
  }

  .footer-phone {
    font-size: 1.5rem;
  }

  .footer-address {
    font-size: 0.85rem;
    padding: 0 10px;
  }

  .footer-bottom {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .footer-legal ul {
    flex-direction: column;
    gap: 10px;
  }

  .footer-legal li:not(:last-child)::after {
    display: none;
  }

  .footer-developer {
    text-align: center;
    flex-direction: column;
    gap: 10px;
  }

  /* --- Page Hero Section Mobile --- */
  .page-hero-section {
    height: 45vh !important;
    padding-bottom: 30px;
  }

  .page-hero-title {
    font-size: clamp(2rem, 7vw, 2.5rem) !important;
  }

  .page-hero-desc {
    font-size: 0.9rem;
    max-width: 100%;
  }

  /* --- About Page Mobile --- */
  .about-hero {
    height: 70vh;
    padding-bottom: 50px;
  }

  .about-hero-content {
    padding: 0 20px;
  }

  .about-hero-title {
    font-size: clamp(2rem, 7vw, 3rem) !important;
  }

  .about-hero-desc {
    font-size: 0.95rem;
    max-width: 100%;
  }

  .legacy-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  .legacy-content p {
    font-size: 1rem;
    text-align: left;
  }

  .vision-mission-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .vm-card {
    padding: 35px 25px;
  }

  .asset-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .asset-card {
    height: 350px;
  }

  /* --- Contact & Careers Mobile --- */
  .contact-layout,
  .careers-layout {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .theme-card {
    padding: 25px 20px !important;
  }

  .theme-card h3 {
    font-size: 1.8rem;
  }

  .info-block {
    gap: 15px;
  }

  .info-block i {
    font-size: 25px;
  }

  .info-block h4 {
    font-size: 1.2rem;
  }

  /* --- NRI Side Button Mobile --- */
  .nri-side-btn {
    padding: 15px 10px;
    font-size: 0.7rem;
    border-radius: 15px;
  }

  /* --- Floating Buttons Mobile --- */
  .whatsapp-btn,
  .back-to-top {
    width: 44px;
    height: 44px;
    bottom: 20px;
    font-size: 1.3rem;
  }

  .whatsapp-btn {
    left: 15px;
  }

  .back-to-top {
    right: 15px;
  }

  /* --- Logo Carousel Mobile --- */
  .logo-carousel-section {
    padding: 40px 0;
  }

  /* --- Section Titles Mobile --- */
  .section-title {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
  }

  .section-title .accent {
    font-size: clamp(1.5rem, 5vw, 2.2rem);
    letter-spacing: 2px;
  }

  .section-title1 {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
  }

  /* --- PT100 util --- */
  .pt100 {
    padding: 50px 10px;
  }
}

/* ===== EXTRA SMALL DEVICES (under 400px) ===== */
@media screen and (max-width: 400px) {
  .header-menu-btn {
    padding: 5px 10px;
    font-size: 0.6rem;
    gap: 6px;
  }

  .header-cta {
    font-size: 0.55rem;
    padding: 6px 10px;
    gap: 5px;
    letter-spacing: 0.5px;
  }

  .site-logo img {
    height: 28px;
  }

  .hero-title-top,
  .hero-title-bottom {
    font-size: 2.2rem !important;
    letter-spacing: 3px;
  }

  .hero-center-logo {
    height: 35px;
    margin: 0 10px;
  }

  .hero-bottom-left {
    max-width: 250px;
    bottom: 50px;
    left: 15px;
  }

  .hero-desc {
    font-size: 0.8rem;
  }

  .review-card {
    padding: 25px 20px;
    min-height: 300px;
  }

  .reviews-title-aside h2 {
    font-size: 2rem;
  }

  .review-card p {
    font-size: 0.9rem;
  }

  .footer-phone {
    font-size: 1.2rem;
  }

  .footer-logo img {
    width: 50% !important;
  }

  .stat-number {
    font-size: 2.5rem !important;
  }

  .callback-card {
    padding: 30px 20px !important;
  }

  .page-hero-section {
    height: 60vh !important;
  }

  .about-hero {
    height: 60vh;
  }

  .about-hero-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem) !important;
  }

  .signature-title {
    font-size: clamp(1.6rem, 6vw, 2rem);
  }

  .gallery-item {
    width: 160px !important;
    height: 230px !important;
  }

  .gallery-item.active {
    transform: translate3d(0, 0, 150px);
  }

  .gallery-item.prev-1 {
    transform: translate3d(-90px, 0, -50px) rotateY(35deg) !important;
  }

  .gallery-item.next-1 {
    transform: translate3d(90px, 0, -50px) rotateY(-35deg) !important;
  }

  .premium-gallery {
    height: 280px;
  }
}

/* ===== TABLET PORTRAIT (768px - 1024px) ===== */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  /* Reviews - 2 cards visible */
  .review-card {
    flex: 0 0 calc(50% - 12.5px) !important;
    min-width: calc(50% - 12.5px) !important;
    padding: 35px 30px;
    min-height: 380px;
  }

  .reviews-layout {
    flex-direction: column;
    gap: 40px;
  }

  .reviews-title-aside {
    flex: none;
    text-align: center;
  }

  .reviews-title-aside h2 {
    writing-mode: horizontal-tb;
    transform: rotate(0);
    font-size: 3rem;
    border-left: none;
    border-bottom: 2px solid var(--color-gold);
    padding: 0 0 15px 0;
  }

  .carousel-nav {
    justify-content: center;
  }

  /* Future Section tablet */
  .future-grid {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }

  .future-content {
    width: 100% !important;
    padding: 10px 15px !important;
  }

  /* Premium Gallery tablet */
  .gallery-item {
    width: 240px;
    height: 340px;
  }

  /* Stats tablet */
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .stat-item {
    height: 350px;
    padding: 30px 20px;
  }

  /* Hero tablet */
  .hero-section {
    padding: 0 30px;
  }

  .hero-title-top,
  .hero-title-bottom {
    font-size: clamp(3rem, 8vw, 5rem);
    letter-spacing: 8px;
  }

  /* Footer tablet */
  .footer-bottom {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }

  .footer-developer {
    justify-content: flex-end;
    text-align: right;
  }

  .footer-legal {
    text-align: center;
  }

  .footer-legal ul {
    justify-content: center;
  }
}

/* ===== SMALL LAPTOP (1025px - 1279px) ===== */
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .container {
    max-width: 960px;
    padding: 0 30px;
  }

  .hero-title-top,
  .hero-title-bottom {
    font-size: clamp(4rem, 8vw, 5.5rem);
    letter-spacing: 10px;
  }

  .review-card {
    flex: 0 0 calc(33.333% - 16.666px);
    min-width: calc(33.333% - 16.666px);
    padding: 30px;
    min-height: 400px;
  }

  .future-content {
    width: 90%;
    padding-right: 20px;
  }

  .stat-item {
    height: 380px;
    padding: 30px 30px;
  }
}

/* ===== LANDSCAPE PHONES ===== */
@media screen and (max-width: 767px) and (orientation: landscape) {
  .hero-section {
    min-height: 100vh;
  }

  .hero-title-top,
  .hero-title-bottom {
    font-size: clamp(2rem, 6vw, 3rem) !important;
  }

  .hero-center-logo {
    height: 40px;
  }

  .about-hero {
    height: 100vh;
  }

  .page-hero-section {
    height: 100vh !important;
  }

  .review-card {
    min-height: 280px;
    padding: 20px;
  }
}