* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
  text-decoration: none;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: 'times';
  src: url('../fonts/times');
}

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@700&family=Times+New+Roman&family=Helvetica+Neue&display=swap');

@font-face {
  font-family: 'Cal Bodoni Palazzo';
  src: url('../fonts/CalBodoniPalazzo-Regular.woff2') format('woff2'),
    url('../fonts/CalBodoniPalazzo-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


html,
body {
  width: 100%;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  overscroll-behavior-x: none;
  overflow-inline: clip;
  /* background-color: white; */
}

body {
  overflow: clip;
}

.nav-menu li.open > .sub-menu,
.nav-menu li .sub-menu li.open > ul,
.nav-menu li .sub-menu li ul li.open > ul {
  max-height: 1000px;
}


.main-menu1 .sub-menu {
 display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: rgba(252, 248, 248, 0.15);
  backdrop-filter: blur(15px);
  min-width: 230px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  z-index: 999;
  flex-direction: column;
  margin: 5px 0 0 0;      
  padding: 5px 0;         
  opacity: 0;
  pointer-events: auto;
  transition: all 0.4s ease;
}

.main-menu1 li:hover > .sub-menu {
 opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.main-menu1 li {
  position: relative;
}

.main-menu1 li a {
  display: block;
  padding: 8px 15px;      
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  transition: all 0.3s ease;
}

.main-menu1 .sub-menu li a:hover {
  background: rgba(255, 143, 42, 0.08);
  color: #FF8F2A;
  padding-left: 25px;
  border-radius: 8px;
}

.main-menu1 .sub-menu li ul {
  position: absolute;
  margin-left: 0px;
  top: 0;
  left: 100%;
  transform: translateX(20px);
  background: rgba(252, 248, 248, 0.15);
  backdrop-filter: blur(15px);
  min-width: 220px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  z-index: 999;
  padding: 5px 0;      
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}

.main-menu1 .sub-menu li:hover > ul {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.main-menu1 .sub-menu li ul li a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease;
}

.main-menu1 .sub-menu li ul li a:hover {
padding: 8px 15px;       
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}

.container {
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 5rem;
  box-sizing: border-box;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-section {
  position: relative;
  z-index: 1000;
  padding: 10px 120px;
}

.head-img img {
  width: 190px;
}

.hamburger {
  font-size: 26px;
  cursor: pointer;
  display: none;
  z-index: 1100;
  color: #fff;
}

.nav-menu {
  display: flex;
  gap: 20px;
}

.nav-menu ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu ul li {
  position: relative;
}

.nav-menu ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 1px;
  padding: 8px 15px;         
  line-height: 1.3;
}

.nav-menu ul li a:hover,
.nav-menu ul li a:active {
  color: #FF8F2A;
}

.dropdown > a::after,
.dropdown-sub > a::after {
  content: "▸";
  float: right;
  transition: transform 0.3s;
}

.dropdown.open > a::after,
.dropdown-sub.open > a::after {
  transform: rotate(90deg);
}

.nav-menu ul li .sub-menu li ul {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(20px);
  background: rgba(252, 248, 248, 0.15);
  backdrop-filter: blur(15px);
  min-width: 200px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  z-index: 999;
  padding: 0px 0;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  color: #000;
}

.main-menu1 li a.active {
  color: #FF8F2A;
}



@media (max-width: 1024px) {

.nav-menu ul li a.active,
.nav-menu ul li .sub-menu li a.active,
.nav-menu ul li .sub-menu li ul li a.active {
  color: #FF8F2A;
}

.nav-menu ul li .sub-menu li ul {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  background: #000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  border-width: 80%;
  padding-left: 10px;
  color: #ffffff;
}

.nav-menu ul li .sub-menu li.open > ul {
  max-height: 1000px;
  background: #000;
  width: 100%;
  margin: 0;
  border-radius: 0px;
}

.nav-menu ul li .sub-menu li ul li a {
  font-size: 14px;
  background: #000;
}

.main-menu1 .sub-menu li a:hover {
  border-radius: 0;
}

.nav-menu ul li .sub-menu li.open > ul {
  margin-left: 15px;
}

.nav-menu ul li.open > .sub-menu {
  max-height: 1000px;
  overflow: visible;
  margin-left: 15px;
  box-shadow: none;
}

.nav-menu ul li .sub-menu {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  background: #000;
}

.hamburger {
  display: block;
  font-size: 28px;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
  z-index: 1100;
}

.nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  color: white;
  z-index: 999;
  display: none;
  flex-direction: column;
  overflow-y: auto;
  transition: transform 0.3s ease;
  padding-top: 60px;
}

.nav-menu.active {
  display: flex;
}

.nav-menu ul{
  gap: 15px;
}

.nav-menu ul {
  flex-direction: column;
  width: 100%;
  list-style: none;
  padding: 25px;
  margin: 0;
}

.nav-menu ul li {
  position: relative;
  width: 100%;
  border-width: 40%;
}

.nav-menu ul li.has-submenu > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 15px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
}

.nav-menu ul li.has-submenu > a::after {
  content: "+";
  font-size: 22px;
  color: #FF8F2A;
  margin-left: auto;
  flex-shrink: 0;
  transition: transform 0.3s ease, content 0.3s ease;
}

  .nav-menu ul li.open > a::after {
    content: "|";
    transform: rotate(0deg);
    font-size: 12px;
  }

  .nav-menu ul li .sub-menu {
    background: #000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    color: #ffffff;
  }

  .nav-menu ul li.open > .sub-menu {
    max-height: 1000px;
    width: 90%;
    padding: 10px 25px;
  }

  .nav-menu ul li .sub-menu li a {
    padding: 12px;
    font-size: 15px;
    color: #ffffff;
    background: #000;
  }

  .nav-menu ul li .sub-menu li ul {
    background: #000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .nav-menu ul li .sub-menu li.open > ul {
    max-height: 1200px;
    width: 85%;
    padding: 2px;
  }

  .nav-menu ul li .sub-menu li ul li a {
    font-size: 14px;
    color: #ffffff;
    background: #000;
  }

  .nav-menu ul li .sub-menu li a,
  .nav-menu ul li .sub-menu li ul li a {
    line-height: 1.3;
  }

  #closeBtn {
    display: block !important;
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 32px;
    color: #ffffff;
    cursor: pointer;
    z-index: 2000;
  }

  .nav-menu.active {
    display: flex !important;
  }

  .nav-menu {
    width: 100vw !important;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    overflow-y: auto;
    padding-top: 60px;
    z-index: 1500;
  }

  .nav-menu ul li {
    border-width: 40%;
  }

  .nav-menu ul li .sub-menu li {
    border-width: 40%;
  }

  .nav-menu {
    background: radial-gradient(circle at top, #000, #000);
    transition: all 0.4s ease;
  }

  .nav-menu.active {
    animation: slideInMenu 0.4s ease forwards;
  }

  @keyframes slideInMenu {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .nav-menu ul li {
    transition: all 0.3s ease;
  }

  .nav-menu ul li a {
    color: #ffffff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }

  .nav-menu ul li a:hover {
    color: #FF8F2A;
  }

  .nav-menu ul li.has-submenu > a::after {
    color: #FF8F2A;
  }

  .nav-menu ul li.open > a::after {
    transform: rotate(90deg);
  }

  .nav-menu ul li .sub-menu {
    background: #000;
    transition: max-height 0.5s ease, opacity 0.3s ease;
    opacity: 0;
    margin-left: 10px;
    border-radius: 0 0 12px 12px;
  }

  .nav-menu ul li.open > .sub-menu {
    max-height: 1500px;
    opacity: 1;
    padding: 1px 0;
  }

  .nav-menu ul li .sub-menu li a {
    padding: 12px 25px;
    background: transparent;
    display: block;
    transition: all 0.3s ease;
  }

  .nav-menu ul li .sub-menu li a:hover {
    color: #FF8F2A;
    border-radius: 6px;
    padding-left: 35px;
  }

  .nav-menu ul li .sub-menu li ul {
    margin-left: 20px;
  }

  .nav-menu ul li .sub-menu li.open > ul {
    max-height: 1100px;
    border-bottom: 1px solid #333232;
  }

  .nav-menu ul li .sub-menu li ul li a {
    padding: 10px 35px;
    transition: all 0.3s ease;
  }

  .nav-menu ul li .sub-menu li ul li a:hover {
    color: #FF8F2A;
  }

  #closeBtn {
    transition: transform 0.3s ease, color 0.3s ease;
  }

  #closeBtn:hover {
    color: #FF8F2A;
    transform: rotate(90deg);
  }

  
  .nav-menu ul li .sub-menu li.has-submenu > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 25px;
    font-size: 17px;
    color: #ffffff;
    background: transparent;
    position: relative;
  }

  .nav-menu ul li .sub-menu li.has-submenu > a::after {
    content: "+";
    font-size: 18px;
    color: #FF8F2A;
    margin-left: auto;
    flex-shrink: 0;
    transition: transform 0.3s ease, content 0.3s ease;
  }

  .nav-menu ul li .sub-menu li.open > a::after {
    content: "|";
    font-size: 12px;
  }

  .nav-menu ul li {
  margin: 0;
  padding: 0;
}


.nav-menu ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  /* background: rgba(252, 248, 248, 0.15); */
  backdrop-filter: blur(15px);
  min-width: 220px;
  border-radius: 12px;
  /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25); */
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  padding: 0;  
  margin: 0;  
}


.nav-menu ul li:hover > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0); 
}
}

span#closeBtn {
  display: none;
}



.hero-bg {
  position: relative;
  overflow: hidden;
}

.hero-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: -1;
}

.banner-section {
  position: relative;
  height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: -2;
}

.banner-section .ban-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ban-info h2 {
  font-size: 80px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
}

.banner-section button {
  letter-spacing: 0.8px;
  padding: 20px 30px;
  font-size: 18px;
  background-color: #FF8F2A;
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 40px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* banner heading */

.heading-main {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 3PX;
  letter-spacing: 5PX;
}

.heading-sub {
  font-family: 'times-italic';
  font-style: italic;
  font-weight: 400;
  font-size: 25px;
  margin: 2px 0 12px;
  color: #fff;
  letter-spacing: 3px;
}

.heading-created {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 26px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

.banner-heading {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  margin-top: 100px;
  line-height: 1.4;
}

.line-text {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  font-style: italic;
  font-family: 'helvetica neue', serif;
  color: #fff;
}

.line-text::before,
.line-text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 200px;
  height: 2px;
  background-color: #fff;
}

.line-text::before {
  left: -200px;
}

.line-text::after {
  right: -200px;
}

@media (max-width: 768px) {

  .heading-main {
    font-size: 45px;
  }

}

@media (max-width: 560px) {
  .heading-main {
    font-size: 16px;
  }

  h1#heading-main{
    font-size: 18px;
  }

  .line-text::before,
  .line-text::after {
    top: 50%;
    width: 50px;
  }

  .line-text::before {
    left: -50px;
  }

  .line-text::after {
    right: -50px;
  }

  .heading-created {
    font-family: 'helvetica neue', sans-serif;
    font-size: 15px;
    letter-spacing: 8px;
  }

  .heading-sub {
    font-size: 18px;
    margin: 4px 0 6px;
  }
}

.main-heading {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.5;
  color: white;
  /* font-family: sans
  -serif; */
  font-family: "Libre Bodoni", serif;
  letter-spacing: 3px;
}

.word {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  animation: slideUp 0.6s ease forwards;
}

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

.highlight {
  color: #FF8F2A;
  font-weight: 510;
  font-style: italic;
  font-family: times;
}

/* banner-button */

.animated-button {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  background: #FF8F2A;
  border: none;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  margin-top: 20px;
}


/* old button */

/* Hover overlay glow
.animated-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF8F2A;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 50px;
}

.animated-button:hover::before {
  opacity: 0.1;
}

Border lines
.animated-button span {
  position: absolute;
  display: block;
  border-radius: 50px;
}

Top border
.animated-button span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, transparent, #ffa600, #FFD700, #ffffc0, #FFD700);
  transition: none;
}

Right border
.animated-button span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #ffa600, #FFD700, #ffffc0, #FFD700);
  transition: none;
}

Bottom border
.animated-button span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 5px;
  background: linear-gradient(to left, transparent, #ffa600, #FFD700, #ffffc0, #FFD700);
  transition: none;
}

Left border
.animated-button span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to top, transparent, #ffa600, #FFD700, #ffffc0, #FFD700);
  transition: none;
}

Animate on hover
.animated-button:hover span:nth-child(1) {
  animation: animateTop 2s linear infinite;
}

.animated-button:hover span:nth-child(2) {
  animation: animateRight 2s linear infinite;
}

.animated-button:hover span:nth-child(3) {
  animation: animateBottom 2s linear infinite;
}

.animated-button:hover span:nth-child(4) {
  animation: animateLeft 2s linear infinite;
}

Keyframes for continuous movement
@keyframes animateTop {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes animateRight {
  0% {
    top: -100%;
  }

  100% {
    top: 100%;
  }
}

@keyframes animateBottom {
  0% {
    right: -100%;
  }

  100% {
    right: 100%;
  }
}

@keyframes animateLeft {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: 100%;
  }
}

@media (max-width: 560px) {
  .animated-button {
    padding: 7px 15px;
    color: #fff;
    font-size: 10px;
  }

}

.glow-button {
  position: relative;
  padding: 16px 38px;
  font-size: 20px;
  color: white;
  background: linear-gradient(135deg, #f88c2e, #f8841e);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease;
}

.glow-button span {
  position: relative;
  z-index: 2;
}

.glow-button .icon {
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
} */


/* One clean animated border - only on hover */

/* .glow-button::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50px;
  background: conic-gradient(from 0deg, #ffffff80, #e26a00, #fdba8d, #FF8F2A);
  z-index: 0;
  opacity: 0;
  transform: rotate(0deg);
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.glow-button::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: linear-gradient(135deg, #FF8F2B, #FF8F2B);
  border-radius: 50px;
  z-index: 1;
  pointer-events: none;
}

.glow-button:hover::before {
  opacity: 1;
  animation: spinBorder 3s linear infinite, pulseGlow 1s ease-in-out infinite;
}

@keyframes spinBorder {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulseGlow {

  0%,
  100% {
    filter: brightness(1.1) drop-shadow(0 0 6px #f5f4f3);
  }

  50% {
    filter: brightness(1.6) drop-shadow(0 0 12px #f4f4f5);
  }
} */


/* card */

.cards {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background-color: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 100px;
  font-weight: 500;
  letter-spacing: 1px;
}

.card-container {
  perspective: 1000px;
  opacity: 0;
  transform: translateY(200px);
}

.card-container.animate {
  animation: riseUp 1.5s ease forwards;
}

.card-container.center.animate {
  animation-delay: 0.2s;
}

.card-container.left.animate {
  animation-delay: 0.9s;
}

.card-container.right.animate {
  animation-delay: 0.9s;
}

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

.box-card {
  position: relative;
  width: 500px;
  height: 250px;
  padding: 3em;
  background: rgb(241, 241, 241);
  color: #FF8F2A;
  border-radius: 10px;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.box-card h3 {
  font-size: 50px;
  color: #FF8F2A;
}

.box-card p {
  font-size: 25px;
  color: #FF8F2A;
  padding-top: 60px;
}

.card-container.left .box-card:hover {
  transform: translateY(-20px) rotateY(15deg) rotateX(10deg);
  box-shadow: -10px 20px 40px rgba(0, 0, 0, 0.2);
}

.card-container.center .box-card:hover {
  transform: translateY(-20px) rotateX(10deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.card-container.right .box-card:hover {
  transform: translateY(-20px) rotateY(-15deg) rotateX(10deg);
  box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.2);
}

/* Common content alignment */
.box-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Left & Right text spacing fix */
.box-card p {
  padding-top: 0;   /* REMOVE extra push */
  margin-top: auto; /* Align text to bottom */
}

/* Center card city name alignment */
.center-city-name {
  margin-top: auto;  /* Push it same level as others */
  font-size: 25px;
  color: #FF8F2A;
}



/* ================================
   ABOUT SECTION
=================================== */

.about-section {
    padding: 100px 0;
    background-color: #f2f4f0;
}

.about-heading {
    text-transform: capitalize;
    font-size: 60px;
    line-height: 110%;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
    color: #00262C;
    margin-bottom: 40px;
}

/* Main Row (Text + Media) */
.about-row {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

/* Left Text (50%) */
.about-text {
    width: 50%;
}

.about-content {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* ================================
   VIDEO + RIGHT IMAGES (50%)
=================================== */

.about-media-wrapper {
    display: flex;
    gap: 30px;
    width: 50%;
    /* align-items: flex-start; */
    justify-content: center;
}

/* Big Video (keeps ratio) */
.about-video {
    width: 90%;
    height: 350px;
}

.about-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* Right side two stacked images */
.about-images-side {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-images-side img {
    width: 100%;
    height: 150px;
    border-radius: 12px;
    object-fit: cover;
}

/* ================================
   Responsive
=================================== */

@media(max-width: 991px) {
    .about-row {
        flex-direction: column;
    }

    .about-text,
    .about-media-wrapper {
        width: 100%;
    }

    .about-media-wrapper {
        flex-direction: column;
    }

    .about-video,
    .about-images-side {
        width: 100%;
    }

    .about-heading {
        font-size: 40px;
    }
}

@media(max-width: 600px) {
    .about-heading {
        font-size: 32px;
    }

    .about-content {
        font-size: 16px;
    }
}







/* Animation */

@keyframes aboutappear {
  from {
    opacity: 0;
    clip-path: inset(0 100% 100% 0);
  }

  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

.about-large-img,
.about-small-img {
  animation: aboutappear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}


/* Responsive  */

@media (max-width: 1024px) {
  .about-images {
    flex-direction: column;

  }

  .about-text {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .about-image-group {
    justify-content: center;
    gap: 15px;
  }

  .about-large-img img {
    width: 300px;
    height: 300px;
  }

  .about-small-img img {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 768px) {
  .about-content {
    font-size: 18px;
  }

  .about1-content {
    font-size: 18px;
  }

  .about-images {
    gap: 2px;
  }
}

@media (max-width: 600px) {

  .about-section {
    padding: 40px 0px;
    /* margin-top: 50px; */
  }

  .about-heading {
    margin-bottom: 15px;
  }

  .about-heading {
    font-size: 2.2rem;
  }

  .about-content {
    font-size: 15px;
  }

  .about1-content {
    font-size: 15px;
  }

  .about-image-group {
    justify-content: center;
    gap: 10px;
  }

  .about-large-img img {
    width: 200px;
    height: 215px;
  }

  .about-small-img img {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 550px) {

  .Projects {
    padding: 50px 0 30px 30px !important;
  }
}


/* Base styles - hidden initially */
.info-overlay small,
.info-overlay h3,
.info-overlay p,
.info-overlay .read {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}

/* Animate one-by-one using delays */
.card:hover .info-overlay small {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.card:hover .info-overlay h3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.card:hover .info-overlay p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}

.card:hover .info-overlay .read {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}

/* Base hidden */
.info-overlay h3,
.info-overlay p,
.info-overlay .rera-section,
.info-overlay .explore-btn {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}

/* Animate sequence */
.card:hover .info-overlay h3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.card:hover .info-overlay p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.card:hover .info-overlay .explore-btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s; /* Explore last */
}



/* projects-section */

.Projects {
  padding: 100px 0 30px 100px;
  /* margin-top: 100px; */
  background-color: white;
}

.Projects .full-width {
  padding-right: 0;
}

.Projects h1 {
  margin-bottom: 30px;
  text-transform: capitalize;
  line-height: 110%;
  font-size: 60px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #00262C;
}

.tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.tab {
  padding: 18px 35px;
  background: #F2F4F0;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  color: #a3a9a9;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 1px;
}

.tab.active {
  background-color: #FF8F2A;
  color: #fff;
}

/* .Cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-bottom: 150px;
} */

.Cards {
  padding-bottom: 150px;
}

/* Optional spacing between items in Owl */
.owl-item {
  padding-right: 20px;
}


.card {
  position: relative;
  height: 600px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: white;
  cursor: pointer;
  transition: transform 0.3s;
  /* padding-top: 10px; */
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}

.info-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 32px;
  background: #000000;
  color: white;
  padding: 30px;
  opacity: 0;
  transition: 0.3s;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.5s ease-in-out;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 2px;
}

.card:hover .info-overlay {
  opacity: 0.85;
}

/* Top Right Badge */
.top-heading {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 4px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 1px !important;
}

/* Bottom content stack */
.bottom-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  bottom: 0px;
  margin-top: 150px;
  margin-left: 30px;
}

.bottom-content>* {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

/* Stagger effect */
.card:hover .top-heading {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.card:hover .bottom-content h3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
  font-size: 55px;
  font-weight: 200;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.bottom-content h3 {
  color: #FF8F2A;
  margin-bottom: 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.card:hover .bottom-content .address {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.card:hover .bottom-content .price {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
  font-size: 30px;
}

.card:hover .bottom-content .actions {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}

.card:hover .bottom-content .explore-btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}

.bottom-content p {
  font-size: 20px;
  padding-top: 15px;
  line-height: 1.8rem;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.bottom-content .explore-btn {
  padding: 8px 22px;
  font-size: 18px;
  margin-top: 25px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* Buttons styling */

.actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.actions .btn {
  padding: 5px 12px;
  font-size: 13px;
  border: none;
  border-radius: 4px;
  background: #fff;
  color: #000;
  cursor: pointer;
  transition: background 0.3s;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.actions .btn:hover {
  background: #f0f0f0;
}

/* Explore button small */

.explore-btn {
  margin-top: 15px;
  padding: 12px 40px;
  font-size: 22px;
  border: none;
  border-radius: 4px;
  background: #FF8F2A;
  color: #ffffff;
  cursor: pointer;
  width: fit-content;
  margin-top: 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.actions .btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease;
  margin-top: 10px;
}

.actions .btn:hover {
  background: rgba(255, 255, 255, 0.2);
}



.featured-projects {
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.featured-projects::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust opacity here */
  z-index: 0;
}

.featured-projects .container,
.featured-projects .project_slider {
  position: relative;
  z-index: 1;
}

.featured-projects {
  background-repeat: no-repeat;
  color: white;
  padding: 50px 0 50px;
  text-align: center;
  background-size: cover;
}

.featured-projects h2 span {
  color: white;
}

.featured-projects h2 em {
  color: #FF8F2B;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.project-slider .project-item {
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  transform: scale(0.8) !important;
}

.project_image {
  height: 100%;
}

.project-slider .project-item img {
  width: 80%;
  height: 300px;
  object-fit: cover;
}

.project-content {
  color: white;
  padding: 15px;
  display: none;
  width: 31%;
  text-align: left;
}

.project-slider .center .project-content {
  display: block;
}

.project-slider .center .project-item {
  height: auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.project-slider .center .project_image {
  width: 55%;
  border-radius: 42px;
  overflow: hidden;
}

.project-slider .center .project_image img {
  height: 677px;
}

.project-slider .center .project-item {
  transform: scale(1) !important;
}

.project-slider .project-content img {
  max-width: 72px;
  height: auto;
}

.project-slider .owl-stage {
  display: flex;
  align-items: baseline;
}

.project-content h3 {
  font-size: 32px;
  line-height: 1.3;
  margin: 20px 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}

.project-content p {
  font-size: 19px;
  line-height: 1.4;
  max-width: 330px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 1px;
}

.owl-arrow1 img {
  height: 60px;
  width: 60px;
  cursor: pointer;
}

.owl-arrow1 img:hover {
  height: 60px;
  width: 60px;
  color: #ff8f2a;
  border: 2px solid;
  border-radius: 50%;
}

img.custom-prev {
  transform: rotate(180deg);
}

.featured-heading {
  text-align: left;
  max-width: 491px;
}

.heading-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  width: 100%;
  flex-wrap: wrap;
}

.featured-heading p.subtitle {
  font-size: 18px;
  line-height: 1.4;
}

.heading-flex .owl-arrow {
  margin-top: 0;
}

.featured-heading h2 {
  font-size: 50px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.featured-heading p.subtitle {
  font-size: 20px;
  line-height: 1.4;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 1px;
}


/* inquiry-section */

.inquiry {
  margin: 0;
  background-color: #F2F4F0;
  color: #062b2f;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 850px;
}

.inquiry-section {
  text-align: center;
}

.inquiry-section h2 {
  font-size: 4.5rem;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 1px;
  max-width: 1550px;
}

.inquiry-section p {
  font-size: 1.2rem;
  color: #00262C;
  /* margin-bottom: 25px; */
  line-height: 1.6rem;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto 25px; 
  text-align: center;
}




.glow-button {
  position: relative;
  padding: 12px 30px;
  font-size: 16px;
  color: white;
  background: #FF8F2B;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 1px;
}

@media (max-width: 500px) {
      .glow-button {
        /* padding: 0.8em 1.4em;
        font-size: 14px; */
        height: 27px;
    }
}


/* .glow-button span {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease, filter 0.3s ease;
}

.glow-button .icon {
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.glow-button::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 999px;
  background: conic-gradient(from 0deg,
      #FF8F2B 0%,
      #f8a449 25%,
      #FF8F2B 50%,
      #ffbc7a 75%,
      #FF8F2B 100%);
  z-index: 0;
  opacity: 0;
  transform: rotate(0deg);
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.glow-button::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: #FF8F2B;
  border-radius: 999px;
  z-index: 1;
  pointer-events: none;
}

.glow-button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #FF8F2Baa;
}

.glow-button:hover::before {
  opacity: 1;
  animation: spinBorder 3s linear infinite, pulseGlow 1.5s ease-in-out infinite;
}

.glow-button:hover span {
  filter: brightness(1.3);
}

@keyframes spinBorder {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulseGlow {

  0%,
  100% {
    filter: brightness(1.1) drop-shadow(0 0 6px #FF8F2B);
  }

  50% {
    filter: brightness(1.6) drop-shadow(0 0 16px #ffc382);
  }
} */


.word-animate {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  animation: wordUp 0.6s ease forwards;
}

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


/* footer section */

.footer-section {
  background-color: #f8f8f8;
  padding: 60px 0 20px;
}

.footer-grid {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 60px;
}
.footer-box {
    width: 20%;
}


.footer-box.footer-logo-box {
  width: 30%;
}

.footer-box.footer-logo-box a {
  color: #fff;
}

.footer-logo-box img {
  width: 175px;
  margin-bottom: 15px;
}

.footer-box h4 {
  font-size: 20px;
  margin: 12px 0;
  color: #1c1c1c;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 1px;
}

.footer-box p,
.footer-box ul li a {
  font-size: 18px;
  text-decoration: none;
  line-height: 1.6;
  font-family: 'Helvetica Neue', Arial, sans-serif
}

.footer-box p,
.footer-box ul li a,
.footer-box a {
  color: #A6A6A6;
}

.footer-box ul {
  list-style: none;
  padding: 0;
}

.footer-box ul li {
  margin-bottom: 8px;
}

.footer-bottom {
  margin-top: 30px;
  text-align: center;
}

/* Social Icons With Effects */

.social-icons {
  display: flex;
  gap: 15px;
  padding: 0;
  margin-bottom: 20px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
}

.social-icons a i {
  position: relative;
  color: #262626;
  transition: 0.5s;
  z-index: 3;
}

.social-icons a:hover i {
  color: #fff;
  transform: rotateY(360deg);
}

.social-icons a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: 2;
}

.social-icons a:hover::before {
  top: 0;
}


.social-icons a:nth-child(1)::before {
  background: #3b5999;
  /* Facebook */
}

.social-icons a:nth-child(2)::before {
  background: #0077b5;
  /* LinkedIn */
}

.social-icons a:nth-child(3)::before {
  background: #ff0000;
  /* YouTube */
}

.social-icons a:nth-child(4)::before {
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  /* Instagram */
}

.copyright {
  text-align: center;
  font-size: 15px;
  color: #A6A6A6;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #eee;
  flex-wrap: wrap;
}

.footer-spacer {
  flex: 1;
} /* Left side empty */

.footer-center {
  flex: 1;
  text-align: center;
}

.footer-center p {
  margin: 0;
  font-size: 18px;
  color: #A6A6A6;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.footer-right {
  flex: 1;
  text-align: right;
}

.footer-right a {
  margin-left: 20px;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 18px;
  color: #A6A6A6;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.footer-right a:hover {
  color: #ff9f43;
}

/* Responsive: Stack vertically on mobile */
@media (max-width: 768px) {
  .footer-bottom-bar {
    flex-direction: column;
    text-align: center;
  }

  .footer-right {
    margin-top: 10px;
    text-align: center;
  }

  .footer-right a {
    margin: 0 10px;
  }

  .footer-spacer {
    display: none;
  }
}


@media (max-width: 768px){
  .footer-right{
    display: flex;
  }
}


/* Responsive */

@media (max-width: 1440px) {
  .box-card {
    width: 420px;
  }

  .project-slider .center .project_image img {
    height: 550px;
  }
}

@media (max-width: 1024px) {

  .head-img img {
    width: 100px;
  }

  .main-heading {
    font-size: 1.8rem;
  }

  .box-card {
    position: relative;
    width: 300px;
    height: 150px;
    padding: 1em;
  }

  .box-card p {
    font-size: 18px;
    padding-top: 10px;
  }

  .box-card h3 {
    font-size: 30px;
  }

  .card {
    height: 300px;
  }

  .Projects h1 {
    font-size: 50px;
  }

  .tab {
    padding: 15px 30px;
  }

  .project-slider .center .project_image img {
    height: 350px;
  }

  .info-box h2 {
    font-size: 40px;
  }

  .info-box p {
    font-size: 20px;
  }

  .featured-heading h2 {
    font-size: 50px;
  }

  .video-overlay-btn {
    width: 14%;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    gap: 20px;
  }

  /* inquiry-section */

  .inquiry {
    height: 800px;
  }

  .inquiry-section h2 {
    font-size: 4.1rem;
  }
}

@media(max-width:990px) {

  .main-heading {
    font-size: 30px;
  }

  .banner-section button {
    letter-spacing: 0.8px;
    padding: 15px 20px;
  }

  .elite-title h1 {
    font-size: 50px;
  }

  .elite-disc {
    max-width: 400px;
    color: #A6A6A6;
    font-size: 18px;
  }

  .card {
    height: 450px;
  }

  .head-col-1 {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .head-img {
    width: 100%;
    justify-content: end;
    display: flex;
  }
}

@media (max-width: 768px) {

  .main-heading {
    font-size: 20px;
  }

  .animated-button {
    padding: 6px 8px;
    font-size: 10px;
  }

  .cards {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .box-card {
    position: relative;
    width: 230px;
  }

  .info-box p {
    margin-top: 0;
    font-size: 16px;
  }

  .footer-box p,
  .footer-box ul li a {
    font-size: 15px;
  }

  .footer-box {
    width: 32%;
  }

  .footer-box.footer-logo-box p {
    margin: 0 auto;
  }

  .social-icons {
    text-align: center;
  }

  .info-box h2 {
    font-size: 25px;
  }

  .project-slider .center .project_image {
    border-radius: 19px;
  }

  .info-overlay {
    display: none;
  }

  .close-btn {
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
    cursor: pointer;
    align-self: flex-end;
  }

  .ban-info h2 {
    font-size: 50px;
  }

  .banner-section button {
    font-size: 14px;
    padding: 12px 18px;
  }

  .hero-bg {
    background-position: top center;
  }

  .info-box {
    margin-bottom: 20px;
  }

  .elite-title h1 {
    font-size: 2.3rem;
    margin-bottom: 15px;
  }

  .video-wrapper {
    height: 400px;
  }

  .video-overlay-btn {
    padding: 5px;
  }

  .elite-disc {
    max-width: 380px;
    color: #666;
    font-size: 1rem;
    line-height: 1.5;
    text-align: right;
  }

  .custom-prev,
  .custom-next {
    width: 50px;
    height: 50px;
  }

  .elite-video video {
    width: 100%;
    max-width: 100%;
  }

  .Projects h1 {
    font-size: 40px;
  }

  .tabs {
    gap: 8px;
    margin-bottom: 20px;
  }

  .tab {
    padding: 8px 14px;
    font-size: 14px;
  }

  .card {
    height: 220px;
  }

  .featured-heading h2 {
    font-size: 50px;
  }

  .project-slider .center .project_image img {
    height: 350px;
  }

  .Projects {
    padding: 80px 0 30px 30px;
  }

  .card {
    height: 350px;
  }

  .Cards {
    padding-bottom: 80px;
  }

  .owl-arrow1 img {
    height: 50px;
    width: 50px;
  }

  .owl-arrow1 img:hover {
    height: 50px;
    width: 50px;
    color: #ff8f2a;
    border: 2px solid;
    border-radius: 50%;
  }

  .project-content h3 {
    font-size: 23px;
    line-height: 1.3;
    margin: 10px 0;
  }

  .project-content {
    width: 50%;
  }

  .project-content p {
    font-size: 15px;
  }

  .card img {
    object-fit: cover;
  }

  .footer-grid {
    gap: 10px;
  }

  /* inquiry-section */

  .inquiry {
    height: 550px;
  }

  .inquiry-section h2 {
    font-size: 3.1rem;
  }

  .footer-box.footer-logo-box {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }

  .footer-logo-bottom img {
    width: 120px;
  }

  .footer-box.footer-logo-box p {
    max-width: 100%;
    text-align: center;
  }
}


@media (max-width: 320px) {
  .box-card {
    width: 300px;
  }

}

@media (max-width: 560px) {

  /* .Projects {
    margin-top: 50px;
  } */

  .hamburger {
    font-size: 20px;
  }

  .featured-projects {
    height: auto;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .head-img img {
    width: 60px;
  }

  .button-now {
    font-size: 6px;
    padding: 1px 8px;
  }

  .box-card h3 {
    font-size: 34px;
  }

  .project-slider .center .project-item {
    gap: 10px;
  }

  .heading-flex {
    margin-bottom: 0px;
  }

  #banner-heading {
    font-size: 20px;
  }

  .box-card {
    flex-direction: column;
    text-align: center;
    width: 300px;
    height: 150px;
  }

  .cards {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .container {
    padding: 0 20px;
  }

  .footer-grid {
    flex-direction: column;
    text-align: center;
  }

  .footer-box,
  .footer-box.footer-logo-box {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }

  .banner-section {
    height: 18vh;
  }

  .ban-info h2 {
    font-size: 34px;
    line-height: 1.3;
  }

  .banner-section button {
    font-size: 11px;
    padding: 8px 11px;
    margin-top: 15px;
  }

  .cards {
    font-family: Raleway, sans-serif;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .video-overlay-btn {
    width: 57px;
  }

  .video-wrapper {
    height: 300px;
  }

  .info-container {
    gap: 10px;
  }

  .owl-arrow {
    justify-content: center;
  }

  .info-box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .info-box h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .info-box p {
    font-size: 0.9rem;
  }

  .elite-title h1 {
    font-size: 40px;
  }

  .elite-head {
    text-align: center;
    justify-content: center;
  }

  .elite-disc {
    font-size: 0.9rem;
    padding: 0 10px;
    text-align: center;
  }

  .custom-prev,
  .custom-next {
    width: 45px;
    height: 45px;
  }

  .Projects h1 {
    font-size: 35px;
    text-align: left;
  }

  .card {
    height: 350px;
  }

  .info-overlay h3 {
    font-size: 14px;
  }

  .featured-heading {
    max-width: 100%;
  }

  .info-overlay small {
    font-size: 14px;
  }

  .read a img {
    max-width: 30px;
  }

  .tab {
    padding: 7px 12px;
    font-size: 13px;
  }

  .cards {
    gap: 16px;
  }

  .project-content p {
    align-items: center;
  }

  .owl-carousel .owl-item img {
    width: 60%;
    align-items: center;
  }

  .info-overlay h3 {
    font-size: 20px;
    margin-top: 45px;
    font-weight: 500;
    line-height: 1.4;
  }

  .info-overlay p {
    font-size: 13px;
    margin-top: 15px;
    line-height: 1.3;
  }

  .read a {
    font-size: 0.75rem;
  }

  .featured-heading h2 {
    font-size: 30px;
    text-align: center;
  }

  .featured-heading p.subtitle {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
  }

  .project-slider .center .project_image img{
    height: 250px;
  }


  .project-slider .project-content img {
    max-width: 60px;
    height: auto;
  }

  .project-slider .center .project_image,
  .project-content {
    width: 60%;
    text-align: center;
  }

  .owl-arrow1 img {
    margin-bottom: 10px;
  }

  .owl-arrow1 {
    gap: 30px;
  }

  .project-slider .project-content img {
    margin: 0 auto;
  }

  .heading-flex {
    justify-content: center;
  }

  .project-slider {
    padding: 0 20px;
  }

  /* inquiry-section */

  .inquiry {
    height: 400px;
  }

  .inquiry-section {
    padding: 25px;
    margin-top: 5px;
  }

  .inquiry-section h2 {
    font-size: 1.7rem;
  }

  .inquiry-section p {
    font-size: 0.8rem;
  }

  .inquiry-section .btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .footer-section {
    padding: 30px 0;
  }

  .copyright {
    font-size: 12px;
  }

  .inquiry p {
    text-align: center;
  }

  .social-icons {
    align-items: center;
    justify-content: center;
  }

  .footer-box p{
    /* align-items: center; */
    text-align: center;
  }

}

.word {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
  animation: wordIn 0.5s forwards;
}

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




/* === Inquiry Popup Styles === */
.inquiry-popup {
  display: none; 
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
}

.inquiry-popup.active {
  display: flex;
  animation: fadeIn 0.3s ease;
}

.inquiry-popup-content {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: scaleIn 0.3s ease;
}

.inquiry-popup-content h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.8rem;
  color: #222;
}

.inquiry-popup-content label {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-weight: 500;
}

.inquiry-popup-content input,
.inquiry-popup-content textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease;
}

.inquiry-popup-content input:focus,
.inquiry-popup-content textarea:focus {
  border-color: #ff9f43;
}

.submit-btn {
  background: #ff9f43;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #ff9f43;
}


.close-popup {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  color: #333;
  cursor: pointer;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes scaleIn {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.inquiry-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.inquiry-popup.active {
  display: flex;
}
.inquiry-popup-content {
  background: #fff;
  max-width: 500px;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  animation: slideUp 0.4s ease;
}
.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: #333;
}
@keyframes slideUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* Basic Popup Styles */
.inquiry-popup {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.7);
  z-index:9999;
  display:none;
}
.inquiry-popup-content {
  background:#fff;
  max-width:500px;
  margin:10% auto;
  padding:30px;
  position:relative;
  border-radius:8px;
}
.close-popup {
  position:absolute;
  top:10px;
  right:15px;
  font-size:28px;
  cursor:pointer;
}
.submit-btn {
  background: #ff9f43;
  color:#fff;
  padding:10px 20px;
  border:none;
  cursor:pointer;
  margin-top:10px;
  border-radius:4px;
}
.submit-btn:hover { background:#ff9f43; }




/* Remove old orange ::after icons */
.nav-menu ul li.has-submenu > a::after,
.nav-menu ul li.open > a::after,
.nav-menu ul li .sub-menu li.has-submenu > a::after,
.nav-menu ul li .sub-menu li.open > a::after {
  content: none !important;
}

/* Style the white JS toggle icons */
.submenu-toggle {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-left: 10px;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
  user-select: none;
}

.nav-menu li.open > .submenu-toggle {
  color: #fff;
  transform: rotate(180deg);
}

/* Position submenu toggle icons ( + / – ) to the right side */
.nav-menu li {
  position: relative;
}

.nav-menu .submenu-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease;
}

/* Rotate icon when submenu is open */
.nav-menu li.open > .submenu-toggle {
  transform: translateY(-50%) rotate(180deg);
}

/* Hide submenu toggle by default (desktop) */
.nav-menu .submenu-toggle {
  display: none;
}

/* Show submenu toggle only on mobile */
@media (max-width: 1024px) {
  .nav-menu li {
    position: relative;
  }

  .nav-menu .submenu-toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  /* Rotate icon when submenu is open */
  .nav-menu li.open > .submenu-toggle {
    transform: translateY(-50%) rotate(180deg);
  }
}



/* RERA QR Wrapper */
.rera-box {
  width: 120px;
  height: 90px;
  background: #ffffff;
  border-radius: 5px;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.25);

  /* Animation reset */
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.45s ease;
}

/* QR Image inside box */
.rera-box img {
  width: 100px;
  height: 90px;
  object-fit: contain;
}

/* RERA number */
.rera-number {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.45s ease;
}

/* Hover Animation */
.card:hover .rera-box {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}

.card:hover .rera-number {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.1s;
}





.footer-box.policy-box {
  width: 18%;
}

.footer-box.policy-box h4 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #1c1c1c;
}

.footer-box.policy-box ul {
  list-style: none;
  padding: 0;
}

.footer-box.policy-box ul li {
  margin-bottom: 8px;
}

.footer-box.policy-box ul li a {
  color: #A6A6A6;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s ease;
}

.footer-box.policy-box ul li a:hover {
  color: #ff9f43;
}

.center-city-label {
  color: #ff7a00;
  font-size: 22px;
  margin-top: 5px;
  font-weight: 500;
}


.center-count-wrapper {
    display: flex;
    align-items: center;
    gap: 8px; /* space between 07+ and Cities */
}

.center-count-text {
    font-size: 35px;
    font-weight: 600;
    color: #FF8F2A; /* या आपका chosen color */
}


@media (max-width: 768px) {

.header-section{
  padding: 0 !important;
}
}