@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;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none !important;
}

html,
body {
  width: 100%;
}

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

body {
  overflow: clip;
}

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

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

.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 ul li a {
    background: #00000070;
}

.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;
   background: rgba(255, 143, 42, 0.08);
  color: #FF8F2A;
}

.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 0;
}

.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: 190px;
  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;
}


@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;
}

/* category-hero-section */

.category-hero {
  position: relative;
  width: 100%;
  height: 450px;
  background-image: url("../images/category.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* overflow: hidden; */
}

.category-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); 
    z-index: 1;
}

.category-hero > * {
    position: relative;
    z-index: 2;
}

.category-navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}

.category-logo {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}

.category-logo img {
  width: 180px;
}

.category-nav-links {
  display: flex;
  gap: 30px;
  list-style-type: none;
}

.category-nav-links a {
  transition: 0.3s;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 1px;
}

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


/* Hamburger Button */

.category-hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.category-hamburger span {
  height: 3px;
  width: 25px;
  background: white;
  margin: 4px 0;
  transition: 0.3s;
}


/* Centered Heading */

.category-hero-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5.2rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
   font-family: "Libre Bodoni", serif;
}

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

/* Responsive Navbar */

@media (max-width: 768px) {

  .category-hamburger {
    display: flex;
  }

  .category-nav-links {
    display: none;
    position: absolute;
    top: 80px;
    right: 60px;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 20px;
    z-index: 999;
  }

  .category-nav-links.active {
    display: flex;
  }

}

/* ahmedabad-section */

.tabs-section {
  display: flex;
  gap: 50px;
  width: 100%;
  justify-content: space-between;
  margin-top: 150px;
  margin-bottom: 100px;
}

.tabs {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.tab {
  font-size: 35px;
  color: #bbb;
  cursor: pointer;
  transition: 0.3s;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.tab.active {
  color: #00262C;
  font-weight: bold;
}

.panel {
  width: 45%;
  height: 700px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  transition: all 0.6s ease;
}

.panel img.active {
  left: 0;
  opacity: 1;
}

/* completed-section */

.Completed-projects {
  margin-top: 200px;
  margin-bottom: 200px;
}

.completed-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.completed-header h2 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #00262C;
  margin-bottom: 25px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.completed-header p {
  color: #A6A6A6;
  font-size: 20px;
  line-height: 1.5;
  text-align: end;
  max-width: 650px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}


/* slider */

.slider-wrapper {
  position: relative;
}

.slider-container {
  overflow: hidden;
  /* width: 100%; */
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
}

.image-section {
  width: 67%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.image-section img {
  width: 100%;
  height: 650px;
  display: block;
  border-radius: 20px;
}

.nav-buttons {
  position: absolute;
  bottom: 80px;
  left: 80px;
  display: flex;
  gap: 10px;
}

.nav-buttons button {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid rgb(0 0 0);
  background: #9e959557;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#prev,
#next {
  font-size: 30px;
}

.nav-buttons button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* Hover and active styles */
.nav-buttons button:hover,
.nav-buttons button:active {
  background-color: #FF8F2B;
  border: 1px solid #999999;
}

.nav-buttons button:hover img,
.nav-buttons button:active img {
  transform: scale(1.05);
}


.text-section {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}

.text-section hr {
  width: 95%;
}

.text-box {
  background: #e9e9eb;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0.8, 0, 0, 0.08);
  padding: 39px;
}

.text-box h2 {
  font-size: 46px;
  color: #00262C;
  margin-bottom: 25px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.text-box p {
  font-size: 18px;
  color: #1E2321;
  line-height: 1.5;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.dot-indicators {
  text-align: center;
  margin-top: 20px;
}

.dot-indicators span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  transition: all 0.3s;
}

.dot-indicators .active {
  background: orange;
  width: 24px;
  border-radius: 5px;
}

/* ---------- Ongoing Project Section ---------- */

.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 150px;
}

.heading-left h2 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #00262C;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.heading-right {
  color: #A6A6A6;
  font-size: 20px;
  line-height: 1.6;
  text-align: end;
  max-width: 650px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.project-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.project-card {
  flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
}

.ongoing-img {
  width: 100%;
  height: 442px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  aspect-ratio: 16 / 9;
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}

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

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

.card-content {
  padding-top: 25px;
  padding-left: 18px;
}

.project-card h2 {
  font-size: 36px;
  margin: 0;
  color: #00262C;
  margin-top: 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.project-card p {
  font-size: 21px;
  color: #A6A6A6;
  line-height: 1.6;
  max-width: 600px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 10px 0;
  width: 70%;
}

.location {
  font-size: 20px;
  color: #A6A6A6;
  /* line-height: 30px; */
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  max-width: 600px
}

.details-row {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #A6A6A6;
  flex-wrap: wrap;
  gap: 10px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.detail-left {
  padding-right: 40px;
}

.learn-more {
  font-weight: 600;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 1px;
}

.learn-more i {
  color: #ff8f2b;
}

.learn-more:hover {
  text-decoration: underline;
}

/* ---------- Responsive Styles ---------- */

/* Tablet (max 992px) */
@media (max-width: 992px) {
  .header {
    flex-direction: column;
    text-align: center;
  }

  .heading-right {
    text-align: center;
    max-width: 100%;
    font-size: 18px;
  }

  .project-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .project-card h2 {
    font-size: 25px;
  }

  .ongoing-img {
    /* height: auto; */
  }

  .ongoing-img {
    aspect-ratio: 7 / 9;
    height: 200px;
  }
}

/* Mobile (max 600px) */
@media (max-width: 600px) {
  .header {
    margin-bottom: 40px;
  }

  .heading-left h2 {
    font-size: 2.4rem;
    /* text-align: center; */
  }

  .heading-right {
    font-size: 16px;
    /* text-align: center; */
    /* line-height: 1.5; */
  }

  .project-grid {
    gap: 30px;
  }

  .project-card h2 {
    font-size: 18px;
  }

  .project-card p,
  .location,
  .details-row {
    font-size: 16px;
  }

  .learn-more {
    font-size: 18px;
  }

  .ongoing-img img {
    width: 200px;
    height: 200px;
  }
}



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

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

.inquiry-section h2 {
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 1px;
    overflow: visible;
    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;
  font-size: 14px;
  /* font-weight: 600; */
  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;
  width: 130px;
  text-align: center;
  height: 48px;
  justify-content: center;
}

.glow-button span {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease, filter 0.3s ease;
   font-family: 'Helvetica Neue', Arial, sans-serif;
}

.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%,
      #ffc382 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);
  }
} */

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

.project-card {
  display: flex;
  flex-direction: column;
}




/* footer section */

.footer-section {
  background-color: #f8f8f8;
  padding: 60px 0 20px;
  /* font-family: sans-serif; */
}

.footer-box {
    width: 20%;
}


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

.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: 'SaansTRIAL-Medium'; */
}

/* .footer-box.footer-logo-box p {
  color: #00262C;
  max-width: 280px;
  font-family: 'SaansTRIAL-Medium';
  font-weight: 500;
  padding-bottom: 20px;
  letter-spacing: 1px;
} */


.footer-box p,
.footer-box ul li a,
.footer-box a {
  color: #A6A6A6;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.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;
  /* justify-content: center; */
  gap: 15px;
  padding: 0;
  margin-bottom: 20px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  /* background-color: #fff; */
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  /* border: 2px solid #fff; */
  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;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.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;
  }

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

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



/* animation-css */

.split-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.split-visible .split-word {
  opacity: 1;
  transform: translateY(0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow: hidden;
}

.split-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.split-visible .split-word {
  opacity: 1;
  transform: translateY(0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow: hidden;
  line-height: 1.4;
}

.word {
  display: inline-block;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s ease;
  margin-right: 6px;
}

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

.line {
  display: block;
}


/* Responsive */

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

  .header {
    /* flex-direction: column; */
    gap: 20px;
  }
}

/* laptop-responsive */

@media (max-width: 1024px) {

  .category-hero {
    height: 450px;
  }

  .panel {
    width: 50%;
  }

  .Completed-projects {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .completed-header h2 {
    line-height: 1.1;
  }

  .image-section {
    width: 65%;
  }

  .image-section img {
    width: 100%;
    height: 440px;
  }

  .nav-buttons {
    position: absolute;
    bottom: 50px;
    left: 50px;
  }

  .nav-buttons button {
    width: 45px;
    height: 45px;
  }

  .text-section {
    width: 35%;
  }

  .text-box {
    padding: 15px;
    margin-bottom: 5px;
  }

  .text-box h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .text-box p {
    font-size: 15px;
  }

  hr {
    margin: 3px 0;
  }

  .location {
    font-size: 18px;
  }

  .details-row {
    font-size: 18px;
  }

  .learn-more {
    font-size: 22px;
  }

  .completed-header {
    margin-bottom: 50px;
  }

  .project-card p {
    font-size: 18px;
  }

  .project-card h2 {
    font-size: 45px;
  }

  .project-card img {
    width: 100%;
    height: 430px;
  }

  .inquiry {
    height: 800px;
  }

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

  /* footer section */

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

  .footer-grid {
    gap: 20px;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 125%;
  }
}


/* tablet-responsive */

@media (max-width: 768px) {

  /* hero-section */

  .category-hero {
    height: 300px;
  }

  .category-hero-heading {
    font-size: 45px;
    padding: 0 20px;
  }


  .tab {
    font-size: 25px;
  }

  .panel {
    width: 50%;
    height: 400px;
  }

  .Completed-projects {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .completed-header h2 {
    font-size: 2.6rem;
  }

  .completed-header p {
    font-size: 14px;
  }

  .category-hero {
    margin-bottom: 30px;
  }

  .image-section {
    width: 60%;
  }

  .image-section img {
    width: 100%;
    height: 300px;
  }

  .nav-buttons {
    bottom: 35px;
    left: 35px;
  }

  .nav-buttons button {
    width: 35px;
    height: 35px;
  }

  .text-section {
    width: 40%;
    gap: 10px;
  }

  .text-box {
    padding: 15px;
    margin-bottom: 5px;
  }

  .text-box h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .text-box p {
    font-size: 10px;
  }

  hr {
    margin: 1px 0;

  }

  .location {
    font-size: 12px;
  }

  .details-row {
    font-size: 12px;
  }

  .learn-more {
    font-size: 15px;
    margin-top: 5px;
  }

  .completed-header {
    margin-bottom: 30px;
  }

  .project-card p {
    font-size: 18px;
  }

  .project-card h2 {
    font-size: 45px;
  }

  .learn-more i {
    padding-right: 10px;
  }

  .detail-left {
    padding-right: 50px;
  }

  .header {
    margin-bottom: 30px;
    display: flex;
    margin-top: 50px;
  }

  .heading-left h2 {
    font-size: 2.6rem;
  }

  .heading-right {
    font-size: 16px;

  }

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

  .project-card h2 {
    font-size: 30px;
    margin-top: 5px;
  }

  .project-card img {
    width: 100%;
    height: 250px;
  }

  .project-card p {
    font-size: 12px;
  }

  /* inquiry-section */

  .inquiry {
    height: 550px;
  }

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


  /* .footer-section */

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

  .footer-box {
    width: 32%;
  }

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

  .footer-grid {
    gap: 10px;
  }

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

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

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

/* mobile-responsive */

@media (max-width: 560px) {

  .container {
    padding: 0 20px;
  }

  .image-section img {
    width: 100%;
    height: 300px;
  }

/* hero-section */

  .category-hero {
    height: 200px;
  }

  .category-hero-heading {
    font-size: 2.0rem;
  }

  .category-navbar {
    padding: 15px;
  }

  .category-logo img {
    width: 90px;
  }

  .project-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }

  .tab {
    font-size: 14px;
  }

  .tabs {
    gap: 6px;
  }

  .panel {
    height: 200px;
  }

  .tabs-section {
    margin-top: 50px;
  }

  .Completed-projects {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .completed-header {
    flex-direction: column;
  }

  .completed-header h2 {
    font-size: 1.8rem;
  }

  .completed-header p {
    font-size: 15px;
    text-align: start;
  }

  .completed-header{
    margin-bottom: 3px;
  }

  .slide {
    flex-direction: column;
  }

  .image-section {
    width: 100%;
  }

  .nav-buttons {
    bottom: 20px;
    left: 20px;
  }

  .text-section {
    width: 90%;
  }

  .text-box {
    padding: 15px;
    margin-bottom: 5px;
  }

  .text-box h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .text-box p {
    font-size: 12px;
  }

  hr {
    margin: 5px 0;
  }

  .location {
    font-size: 15px;
  }

  .details-row {
    font-size: 15px;
  }

  .learn-more {
    font-size: 18px;
    margin-top: 8px;
  }

  .header {
    flex-direction: column;
  }

  .heading-left h2 {
    font-size: 2.2rem;
  }

  .heading-right {
    font-size: 15px;
    text-align: start;
  }

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

  .project-card h2 {
    font-size: 26px;
  }

  /* inquiry-section */

  .inquiry {
    height: 400px;
    margin-top: 50px;
  }

  .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 */

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

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

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

  .inquiry-btn {
    width: 50%;
    padding: 10px;
    justify-content: center;
  }

  .copyright {
    font-size: 12px;
  }

  .social-icons {
    width: 100%;
  }


}

@media (max-width: 500px) {
  .glow-button {
    width: 100px;
    text-align: center;
    height: 35px;
    font-size: 12px;
  }
}



/*  Inquiry Popup Styles  */
.inquiry-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
}

.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: #e7892c;
}

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

/* Inquiry Popup Styles  */
.inquiry-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  display: flex; 
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.inquiry-popup.active {
  opacity: 1;
  pointer-events: auto;
}

.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: #e7892c;
}

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

@keyframes scaleIn {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}


/* 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);
}

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

/* 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;
}

.nav-menu li.open > .submenu-toggle {
  transform: translateY(-50%) rotate(180deg);
}

}





/* (commercial vadodara) */
.page-id-1503 .project-section .project-card {
  display: flex !important;
  flex-direction: row !important;
  gap: 30px;
  align-items: flex-start;
}

/* Left image */
.page-id-1503 .project-section .project-card .ongoing-img {
  width: 50% !important;
  height: auto !important;
}

/* Right content */
.page-id-1503 .project-section .project-card .card-content {
  width: 50% !important;
  padding-left: 30px !important;
  padding-top: 0 !important;
}

/* Responsive */
@media (max-width: 900px) {
  .page-id-1503 .project-section .project-card {
    flex-direction: column !important;
  }
  .page-id-1503 .project-section .project-card .ongoing-img,
  .page-id-1503 .project-section .project-card .card-content {
    width: 100% !important;
    padding-left: 0 !important;
  }
}

.page-id-1503 .project-card {
  max-width: calc(99% - 20px);
}



img.lazyload {
    filter: blur(0) !important;
}

img[data-skip-lazy],
img.lazyloaded {
    opacity: 1 !important;
    filter: blur(0) !important;
}


