@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Vidaloka&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Great+Vibes&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Vidaloka&display=swap');


:root {
  --infra-col-one: #d6af47;
  --infra-col-two: #F7DE7C;
  --infra-col-three: #FFF3A5;
  --infra-dark-col: #12202B;
  --font-poppins: "Poppins", sans-serif;
  --infra-light: #f8f4fc;
  --great-vibes: "Great Vibes", cursive;
  --font-cormorant: 'Cormorant Garamond', serif;
}

* {
  margin: 0px;
  padding: 0px;
}

.frac-cursive {
  font-family: var(--great-vibes);
}

.cursive-text {
  color: var(--infra-col-one);
  font-size: 60px;
}

.frac-font {
  font-family: "Poppins", sans-serif;
}

.frac-bg {
  background-color: var(--infra-dark-col);
}

.infra_bg_white {
  background-color: var(--infra-light);
}
.theme-col{
    color: var(--infra-col-one);
}
 input::placeholder {
  color: #12202b63 !important;
  opacity: 1;
} 
select{
    color: #12202b63 !important;
}
.submit-btn {
  background-color: var(--infra-col-one) !important;
}

 input::placeholder,
textarea::placeholder {
  color: #12202b63 !important;
  opacity: 1;
} 

 input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #12202b63 !important;
} 

 input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #12202b63 !important;
} 
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

input,
select {
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid var(--infra-dark-col) !important;
}

.upload-btn-wrapper .btn {
  color: var(--infra-light);
  background-color: var(--infra-dark-col);
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 0px;
  width: 100%;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

::-webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
}

/* Preloader style */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 1s ease;
}

#preloader img {
  width: 150px;
  /* adjust as needed */
}

/* Fade-out effect */
#preloader.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* nav bar */
.nav-logo {
  width: 100%;
  max-width: 20%;
}

.infra-item {
  text-decoration: none;
  color: var(--infra-dark-col);
  font-size: 14px;
  position: relative;
}

.infra-item.active {
 color: var(--infra-col-one);
}

/* .infra-item.active {
  color: var(--infra-col-one);
} */

/* Support for nested dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -0.5rem;
  display: none;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.infra_block {
  position: relative;
}

.infra-head-block {
  position: absolute;
  top: 20%;
  width: 100%;
  max-width: 30%;
  /* left: 6%; */
  left: -100px;
  /* start slightly off-screen */
  opacity: 0;
  animation: slideIn 1.5s ease-out forwards;
}

@keyframes slideIn {
  to {
    left: 6%;
    opacity: 1;
  }
}

h1,
p,
h2 {
  font-family: var(--font-poppins);
}

.infra_head_one h2 {
  color: var(--infra-light);
  font-weight: 200;
}

.infra-home-banner h1 {
  font-size: 60px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
}

.icon-link {
  border: 1px solid #ffff;
  border-radius: 20px;
  width: 100%;
  max-width: 50%;
  justify-content: center;
  padding: 6px 0px 6px 0px;
  color: var(--infra-light);
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-link .bi {
  color: #fff;
  font-size: 20px;
}

.infra-about {
  border: 1px solid var(--infra-dark-col);
  width: 100%;
  max-width: 30%;
  padding: 6px 0px 6px 0px;
}

.infra-about .bi {
  color: var(--infra-dark-col);
}

.stats-wrapper {
  background-color: var(--infra-dark-col);
  /* dark background */
  padding: 10px 0px 10px 0;
}

/* 
.stat-item {
  position: relative;
  padding: 20px 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.stat-item h2 {
  font-size: 3rem;
  margin: 0;
  color: #fff;
}

.stat-item p {
  margin: 5px 0 0;
  font-size: 1rem;
  color: #fff;
} */

/* .hovered_items {
  position: absolute;
  width: 100%;
  top: -28px;
  z-index: 10000000;
} */

/* .count-items {
  padding: 0px;
  background-color: var(--infra-dark-col);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;

} */

/* .count-items.active {
  opacity: 1;
} */
/* 
.flex-fill:hover {
  transform: scale(1.1);
} */

.infro_who h1,
.frac-projects h1 {
  font-size: 50px;
  font-weight: 500;
}

.infro_who p {
  font-weight: 400;
  font-size: 13px;
  text-align: justify;
  line-height: 25px;
}

.counted_item {
  padding: 35px 30px 35px 45px;
  text-align: left;
}

.counted_item.active {
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.counted_item h6 {
  font-weight: 400;
}

.frac-projects {
  background-color: var(--infra-dark-col);
}

.frac-projects h1 {
  color: var(--infra-col-one);
}

.frac-project-content {
  width: 100%;
  max-width: 82%;
  margin: auto;
  font-family: var(--font-poppins);
  font-weight: 300;
  font-size: 14px;
  color: var(--infra-light);
}


/* .projects {
  padding: 50px 0px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
} */

/* .card {
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  transition: transform 0.5s, box-shadow 0.3s;
  width: 25%;
  height: 400px;
  position: relative;
  cursor: pointer;
} */

.frac_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgb(6 28 7 / 80%), rgb(0 0 0 / 19%));
  opacity: 0;
}

.frac_overlay.active {
  opacity: 1;
}

/* .projects .hover-bar {
  bottom: 0;
  top: auto;
  z-index: 2;
} */

/* .card img {
  width: 100%;
  height: 400px;
  display: block;
  object-fit: cover;
} */

/* .card-content {
  background: linear-gradient(to top, var(--infra-dark-col), rgba(0, 0, 0, 0));
  color: #fff;
  padding: 10px 10px 10px 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.card-content h3 {
  font-family: var(--font-poppins);
  font-weight: 400;
} */
/* 
.card.active,
.card:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 3;
} */

.tab-content {
  max-width: 100%;
  margin: 0 auto;
  font-size: 15px;
  color: black;
  line-height: 1.6;
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-content .bi-arrow-up-right-circle {
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 30px;
  color: var(--infra-light);
}

.tab-title.active h5 {
  font-weight: 300;
  color: var(--infra-col-one);
  border-bottom: 2px solid var(--infra-col-one);
}

.tab-title h5 {
  width: 100%;
  color: var(--infra-light);
  font-weight: 300;
  border-bottom: 2px solid transparent;
  padding-bottom: 8px;
  margin-bottom: 35px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  text-transform: uppercase;
  font-family: var(--font-poppins);
}

.project_details {
  position: absolute;
  top: 9%;
  left: 4%;
  text-align: left;
}

.project_details P {
  font-size: 13px;
  font-weight: 300;
}

.awards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 20px 10px 20px;
  gap: 180px;
}

.award {
  width: 100px;
  height: 100px;
  opacity: 0.6;
  transition: all 0.3s ease;
  cursor: pointer;
}

.award img {
  width: 100%;
  height: auto;
}

.award.active,
.award:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  .cards {
    flex-direction: column;
    align-items: center;
  }

  .awards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 55px;
  }

  .reality_structure .icon-link {
    max-width: 20% !important;
    padding: 3px 0px 3px 0px !important;
  }
}

.frac_vision_creating {
  background-attachment: fixed;
}

.frac_vision_creating .vision_content {
  color: var(--infra-col-one);
  font-family: var(--font-poppins);
}

.sub_vision_content {
  color: var(--infra-dark-col);
  font-family: var(--font-poppins);
  font-weight: 300;
}

.reality_structure {
  padding-bottom: 25% !important;
}

.frac-image {
  position: absolute;
  left: 10%;
  top: 60%;
}

.frac-image img {
  width: 100%;
  /*max-width: 80%;*/
  object-fit: cover;
}

.frac-image .infra-vision {
  border: 1px solid var(--infra-col-one);
  max-width: 10%;
  margin: 40px 0px;
}

.frac-image .infra-vision .bi {
  color: var(--infra-col-one);
}

.reality_structure .icon-link {
  border: 1px solid var(--infra-dark-col);
  border-radius: 20px;
  width: 100%;
  max-width: 10%;
  justify-content: center;
  padding: 6px 0px 6px 0px;
  color: var(--infra-light);
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.reality_structure .icon-link .bi {
  color: var(--infra-dark-col);
  font-size: 20px;
}

.space_divider {
  padding: 120px 0px;
}

/* footer */
.footer-logo {
  width: 100%;
  max-width: 75%;
}

.infra-footer h2 {
  font-family: var(--font-poppins);
  color: #ffffffc2;
}

.infra_social_media {
  gap: 10px;
}

.infra-footer a,
.infra-footer p {
  color: #ffffffc2;
  font-size: 14px;
  text-decoration: none;
}

.infra-footer i {
  color: #ffffffc2;
}

.infra-centered {
  align-items: self-start;
  gap: 10px;
}

.infra_sub-footer p,
.infra_sub-footer a {
  color: #ffffffc2;
  font-size: 10px;
  text-decoration: none;
}

/* About page */


.infra-about-block {
  position: absolute;
  top: 20%;
  width: 100%;
  max-width: 30%;
  /* left: 6%; */
  left: -100px;
  /* start slightly off-screen */
  opacity: 0;
  animation: slideIn 1.5s ease-out forwards;
}

@keyframes slideIn {
  to {
    left: 6%;
    opacity: 1;
  }
}

.infra-about-banner h1 {
  font-size: 75px;
  color: #ffffff;
  text-transform: uppercase;
  word-spacing: 20px;
  text-align: end;
}

.infra-about-banner h1 .span_1 {
  font-size: 85px;
  font-family: var(--font-poppins);
}

.infra-about-banner h1 .span_2 {
  font-family: var(--font-poppins);
}


.hero-section {
  position: relative;
  background: url('/assets/about.jpg') center center/cover no-repeat;
  background: radial-gradient(circle, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 80%) 100%), url('/assets/about.jpg') center center/cover no-repeat;
  height: 87vh;
  padding: 50px 20px;
  overflow: hidden;
}

.hero-project-section {
    position: relative;
    background: url('/assets/projects.png') center center/cover no-repeat;
    /* background: radial-gradient(circle, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 80%) 100%), url('/assets/projects.png') center center/cover no-repeat; */
    height: 87vh;
    background-size: cover;
    background-position: bottom;
    padding: 50px 20px;
    overflow: hidden;
}

.customer_testimonials {
  position: relative;
  background: url('/assets/CT.png') center center/cover no-repeat;
  background: radial-gradient(circle, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 80%) 100%), url('/assets/CT.png') center center/cover no-repeat;
  height: 100vh;
  padding: 50px 20px;
  overflow: hidden;
}

.career-section {
  position: relative;
  background: url('/assets/career_banner.jpg') center center/cover no-repeat;
  height: 90vh;
  padding: 50px 20px;
  overflow: hidden;
}
.contact-section{
    position: relative;
  background: url('/assets/contact_banner.jpg') center center/cover no-repeat;
  height: 90vh;
  padding: 50px 20px;
  overflow: hidden;  
}

.career-section .hero-text {
  top: 20% !important;
}

.career-section .hero-text span {
  font-size: 55px;
  font-family: var(--font-poppins);
  text-transform: uppercase;
}

.hero-text {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 15%;
  bottom: -20px;
  color: white;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1.2s ease-out forwards;
}


.hero-text h2 {
  margin-bottom: 0px;
  font-family: var(--font-poppins);
}

.hero-text .span_1 {
  font-size: 72px;
  font-weight: 400;
}

.hero-text h2 strong {
  font-size: 8rem;
  font-weight: 500;
  padding-left: 10%;
  line-height: 68px;
}

.hero-text .span_2 {
  font-size: 72px;
  padding-left: 40%;
  font-weight: 400;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .hero-text h2 {
    font-size: 1.8rem;
  }

.project_details_img h1 {
    font-size: 27px !important;
}
.project_right{
    padding: 25px !important;
}
  .hero-text h2 strong {
    font-size: 2.2rem;
  }

  .infra_block img {
    height: 45vh;
    object-fit: cover;
  }

  .infra-head-block {
    max-width: 50%;
  }

  .infra-home-banner h1 {
    font-size: 45px;
  }

  .infra-home-banner h1 .span_1 {
    font-size: 54px;
  }

  .infra-head-block .icon-link {
    padding: 4px 13px 4px 10px;
    max-width: 95%
  }

  .infro_who p {
    line-height: 20px;
  }

  .infra-about {
    max-width: 45%;
  }

  .infro_who h1,
  .frac-projects h1 {
    font-size: 36px;
  }

  .counted_item h6 {
    font-size: 13px;
  }

  .tab-title h5 {
    margin-bottom: 10px;
  }

  .frac-project-content {
    max-width: 100%;
    font-weight: 300;
    text-align: justify;
  }

  .counted_item {
    padding: 35px 30px 35px 30px;
  }

  .tab-content .bi-arrow-up-right-circle {
    font-size: 24px;
  }

  .card {
    width: 100%;
  }

  .frac-image {
    top: 80%;
  }

  .nav-logo {
    max-width: 35%;
  }

  .space_divider {
    padding: 56px 0px;
  }
  .hero-section,.hero-project-section,.customer_testimonials,.career-section,.contact-section{
    height: 45vh;
  }
  .hero-text {
    bottom: -9px;
  }
  .hero-text .span_2 {
    font-size: 38px;
    padding-left: 20%;
    font-weight: 400;
  }
  .hero-text .span_1 {
    font-size: 28px;
    font-weight: 400;
  }
  .footer-logo {
    max-width: 25%;
  }
  .cursive-text {
    color: var(--infra-col-one);
    font-size: 40px;
  }
  .infra-footer a .bi {
    font-size: 14px;
  }

  .infra-footer a,
  .infra-footer p {
    font-size: 12px;
    font-weight: 300;
  }
  .infra_about_section p{
    text-align: justify !important;
    font-size: 13px;
  }
  .infra_about_cards {
    padding: 45px 35px !important;
  }
  .infra_about_cards img {
    max-width: 21% !important;
    top: -37px !important;
  }
  .infra_about_cards p {
    font-size: 12px !important;
    text-align: justify !important;
  }
  .infra_pillars h5 {
    padding-top: 13px;
    font-size: 14px;
  }
  .project_section_one p {
    font-size: 13px !important;
    text-align: justify;
  }
  .serenity_section img {
    position: absolute;
    left: 0% !important;
    width: 100%;
}
.serenity-count_section {
  margin-top: 80px !important;
  padding-top: 160px !important;
}
.serenity_items h2 {
  font-size: 20px !important;
}
  /* .about_infra_img {
    max-width: 100% !important;
  } */
}

/* .about_infra_img {
  width: 100%;
  max-width: 75%;
} */

/* .infra_about_section{
padding: 0px 0px 0px 0px;
} */
.infra_about_section h2 {
  font-family: var(--font-poppins);
  font-weight: 400;
}

.infra_about_section p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
}

.infra_about_cards {
  /* background-color: var(--infra-light); */
  height: 100%;
  padding: 25px 35px;
  position: relative;
  border: 1px solid var(--infra-light);
  border-radius: 20px;
}

.infra_about_cards h3 {
  font-family: var(--font-poppins);
  color: var(--infra-light);
}

.infra_about_cards p {
  text-align: left;
  color: var(--infra-light);
  font-weight: 300;
  font-family: var(--font-poppins);
  font-size: 14px;
  margin-top: 20px;
}

.infra_about_cards img {
  position: absolute;
  background-color: var(--infra-dark-col);
  width: 100%;
  max-width: 25%;
  top: -45px;
  padding: 10px;
}

/* .infra_about_cards:hover {
  background-color: var(--infra-dark-col);
} */

/* .infra_about_cards:hover h3 {
  color: var(--infra-light);
} */

/* 
.infra_about_cards .hover-bar.active {
  opacity: 1;
} */

/* .infra_about_cards .hover-bar {
  position: absolute;
  top: 0;
  left: -100%;
  height: 8px;
  width: 100%;
  background: radial-gradient(circle, rgba(255, 243, 165, 1) 0%, rgba(178, 127, 43, 1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
} */

/* .hover-bar {
  position: absolute;
  top: 0;
  left: -100%;
  height: 8px;
  width: 100%;
  background: #FFF3A5;
  background: radial-gradient(circle, rgba(255, 243, 165, 1) 0%, rgba(178, 127, 43, 1) 100%);
  animation: none;
}

.hover-bar.animate {
  animation: slideBar 0.6s forwards ease-out;
} */

/* @keyframes slideBar {
  from {
    left: -100%;
  }

  to {
    left: 0%;
  }
} */

.infra_pillars h1 {
  font-family: var(--font-poppins);
}

.infra_pillars h5 {
  font-family: var(--font-poppins);
  color: var(--infra-dark-col);
  font-weight: 400;
  padding-top: 20px;
}

.infra_pillars img {
  width: 100%;
  max-width: 30%;
}

#Brochure_btn{
    background-color: var(--infra-dark-col);
    text-align: center;  
    font-size: 16px;
    padding: 3px 15px;
    color: var(--infra-light);
}
#sticky_btn {
      display: inline-block;
      background-color: var(--infra-dark-col);
      text-align: center;
      position: fixed;
      top: 45%;
      transition: background-color .3s,
      opacity .5s, visibility .5s;
      opacity: 0;
      visibility: hidden;
      z-index: 1000;
      font-size: 16px;
      rotate: 270deg;
      padding: 3px 15px;
      color: var(--infra-light);
      right: -42px;
}

#button {
  display: inline-block;
  background-color: var(--infra-dark-col);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button i {
  font-size: 30px;
  color: var(--infra-light);
}

#button:hover {
  cursor: pointer;
  /* background-color: #333; */
}

#button:hover i {
  color: var(--font-guest);
}

#button:active {
  background-color: #555;
}

#button.show,
#sticky_btn.show {
  opacity: 1;
  visibility: visible;
}

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  text-align: justify;
  font-weight: 300;
}

.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: var(--infra-dark-col);
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: var(--infra-col-one);
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  margin-bottom: 10px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #12202B;
  margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: var(--infra-dark-col);
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: var(--infra-dark-col);
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  border-radius: 15px;
}


.project_section_one p {
  font-size: 14px;
}

.serenity_section {
  position: relative;
}

.serenity_section img {
  position: absolute;
  left: 10%;
}

.serenity-count_section {
  margin-top: 180px;
  padding-top: 280px;
}

.serenity_items {
  text-align: center;
}

.serenity_items h2 {
  color: var(--infra-col-one);
  font-family: var(--font-poppins);
  font-size: 40px;
  font-weight: 400;
}

.serenity_items p {
  color: var(--infra-light);
  font-size: 12px;
}

.section_projects_images img {
  height: 280px;
  object-fit: cover;
  margin-bottom: 30px;
}

.floor_plans img {
  object-fit: cover;
}
#sticky_btn {
  cursor: pointer;
  z-index: 1000;
}

.popup-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}

.popup-form {
  background: white;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  width: 420px;
}

.popup-form input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
  background: none;
  border: none;
}

.error {
  color: red;
  font-size: 12px;
  margin-top: -8px;
  margin-bottom: 10px;
}

.success-msg {
  color: green;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}


@media only screen and (min-width: 1350px) and (max-width: 1450px) {
    .serenity_section img {
        left: 15%;
    }
}
@media only screen and (min-width: 1920px) and (max-width:2590px) {
   .infra-head-block {
    position: absolute;
    top: 34%;
   }
   .infra-home-banner h1 {
    font-size: 80px;   
   }
   .infra_head_one h2 {
    font-size: 40px;
   }
   .icon-link {
    font-size: 18px;
   }
   .project_details_img {
    height: 80vh;
   }
}

.project_details_img{
  background: radial-gradient(circle, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 80%) 100%),url('/assets/projects.png') center center/cover no-repeat;
  height: 100vh;
  padding: 50px 20px;
}
.project_right{
  background-color:#12202bd4;
  padding: 40px;
}
.project_right h3{
  color: var(--infra-col-one);
}
.project_details_img h1{
  font-size:55px;
}
/* .project_details_img h1 span{
  color: var(--infra-col-one);
} */
.project_right p{
  color: var(--infra-light);
  font-size: 14px;
  position: relative;
}
.project_right p::before{
  content: '';
  width: 100%;
  max-width: 40px;
  height: 2px;
  background-color: var(--infra-light);
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: -7px;
}



 /* Popup Background */
 #disclaimer-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}

/* Popup Box */
.popup-content {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  max-width: 900px;
  width: 90%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.popup-content h2 {
  margin-top: 0;
  font-family: var(--font-poppins);
}
.lakshmi_rera_no {
  width: 100%;
  max-width: 20%;
}
.popup-content p {
  margin: 1rem 0;
  font-size: 14px;
  text-align: left;
  font-family: var(--font-poppins);
  padding: 10px 10px 20px 0px;
}

.popup-content button {
  padding: 0.7rem 1.5rem;
  border: none;
  background-color: var(--infra-col-one);
  font-family: var(--font-poppins);
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s;
}

.popup-content button:hover {
  background-color: var(--infra-dark-col);
}

/* Responsive */
@media screen and (max-width: 500px) {
  .popup-content {
    padding: 1.5rem 1rem;
  }

  .popup-content p {
    font-size: 0.55rem;
  }

  .popup-content button {
    width: 100%;
  }
}
.notify_data{
    font-size: 14px;
    text-align: center;
    padding: 20px 0px 0px 0px;
}
.privacy-policy h1{
    font-family: var(--font-poppins);
    margin-bottom: 15px;
}
.privacy-policy p{
    font-size:14px;
    font-family: var(--font-poppins);
}
.project_tabs{
  color: var(--infra-light);
  cursor: pointer;
}
.project_tabs.active{
  color: var(--infra-col-one);
  font-family: var(--font-poppins);
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid var(--infra-col-one);
}
.project_tab {
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.project_tab.active {
  display: block;
  opacity: 1;
}
.tab_3.active{
  display: block;
}
.terms_conditions{
    color: var(--infra-primary);
    font-size: 12px;
}
.submit_btn .submit{
    background: var(--infra-col-one);
    width: 100%;
    border-radius: 5px;
    color: var(--bg-color);
    font-size: 14px;
    font-family: var(--font-poppins);
    font-weight: 300;
    padding: 4px 0px 3px;
}
