@import url('https://fonts.googleapis.com/css2?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&display=swap');
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
:root {
  --infra-primary: #314550;
  --infra-secondary: #c9a658;
  --infra-white: #fff;
}
.color_teal{
  color: var(--infra-primary);
}
.color_secondary{
  color: var(--infra-secondary);
}
.bg-back {
  background-image: url("../lakshmisahajnivas/assets/background_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.font-serif{
  font-family: serif;
}
.font-sizes{
  font-size: 12px;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Poppins' !important;
  background-color: #f1f1f1 !important;
}
body::-webkit-scrollbar {
  display: none;
}
/*nav css*/  
.logo {
  max-width: 60px;
}
.logo_sahaj {
  max-width: 80px;
}

.navbar-custom {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1050;
  padding-right: 80px;
}
.navbar-custom .logo img {
  height: 70px;
  width: 70px;
}
.navbar-custom .nav-link {
  color: var(--infra-primary) !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}
.navbar-custom .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--infra-secondary);
  transition: width 0.4s ease 0.1s;
}
.navbar-custom .nav-link:hover {
  color: var(--infra-secondary) !important;
}
.navbar-custom .nav-link:hover::after {
  width: 100%;
}
.navbar-custom .nav-link:not(:hover)::after {
  transition: width 0.3s ease;
}
@media (max-width: 425px) {
  .navbar-custom {
    padding: 0.5rem 1rem;
  }
  .navbar-nav .nav-link {
    padding: 0.5rem 0;
  }
}
.hide-navbar {
  transform: translateY(-100%);
  transition: transform 0.8s ease;
}
.hero-section {
  width: 100%;
}

/* Mobile banner styling */
.mobile-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Desktop banner image */
.desktop-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.desktop-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* .lx-form-box {*/
/*    position: absolute;*/
/*  background-color: var(--infra-primary);*/
/*   transform: translateY(-50%);*/
/*  padding: 30px;*/
/*    top: 37%;*/
/*  right: 5%;*/
/*width: 30%;*/
/*  margin: 0 auto;*/
/*  border: 1px solid #334;*/
/*  color: white;*/
/*  z-index: 100;*/
/*  margin-right: 150px;*/
/*}*/

.lx-form-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.lx-form {
  display: flex;
  flex-direction: column;
}
.lx-form label {
  margin-bottom: 5px;
  font-size: 14px;
  /*color: #fff;*/
}
.lx-form input[type="text"],
.lx-form input[type="email"],
.lx-form input[type="tel"] {
background-color: transparent;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 0px !important;
    border-bottom: 1px solid black !important;
    color: white;
    padding: 15px 4px;
    margin-bottom: 20px;
    font-size: 14px;
    outline: none;
}

/* #popup-name,#popup-mobile,#popup-email{
    border-bottom: 1px solid var(--infra-primary);
} */
.lx-form input[type="text"]:focus,
.lx-form input[type="email"]:focus,
.lx-form input[type="tel"]:focus {
  border-bottom: 0px solid var(--infra-primary);
}
.lx-dropdown-group select {
  border: none !important;
  /*border-bottom: 1px solid var(--infra-primary) !important;*/
  background: transparent;
  padding: 18px 4px;
  font-size: 16px;
  outline: none;
  appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}
.lx-dropdown-group label {
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}
.lx-dropdown-group {
  width: 100%;
  max-width: 600px; 
}
/*.lx-form-box {*/
/*  background: #f1f1f1;*/
/*  border: 1px solid var(--infra-primary);*/
/*  max-width: 800px;*/
/*  margin: 100px;*/
/*  height: 520px;*/
/*}*/
.lx-form-title {
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}
.lx-form label {
  display: block;

  font-weight: 500;
}
/*.lx-form input,*/
/*.lx-form select {*/
/*  width: 100%;*/
/*  padding: 10px 14px;*/
/*  border: 1.5px solid var(--infra-primary);*/
/*  color: #fff;*/
/*  font-size: 16px;*/
/*}*/
.lx-form input::placeholder {
  color: var(--infra-primary) !important;

}
.lx-dropdown-group {
  margin-top: 15px;
}
.lx-submit-btn {
  width: 100%;
  padding: 12px;
  background-color: var(--infra-primary);
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}
.lx-submit-btn:hover {
  background-color: #006666;
}
/*about us*/
.about-hero {
  position: relative;
  background: url('../lakshmisahajnivas/assets/background_bg.jpg') center center / cover no-repeat;
  overflow: hidden;
  width: 100%;
  background-attachment: fixed;
}
.about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about-hero img {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.sahaj{
  background-blend-mode: multiply !important;
}
.stat-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px;
  border-radius: 16px;
  transition: transform 0.3s ease;
}
.stat-card:hover {
  transform: translateY(-5px);
}
/*downloads*/
.downloads-section {
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
}
.downloads-title {
  font-size: 32px;
  color: #0e1c36;
  position: relative;
  margin-bottom: 40px;
}
.downloads-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 10px auto 0;
  background-color: var(--infra-primary);
}
.downloads-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
.download-card {
  border: 1px solid #ccc;
  padding: 2rem;
  width: 200px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.download-card:hover {
  transform: translateY(-5px);
}
.download-card img {
  width: 60px;
  margin-bottom: 1rem;
}
.download-card h3 {
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 600;
  color: var(--infra-primary);
}
.download-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 10px 20px;
  background-color: var(--infra-primary);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.download-btn:hover {
  background-color: #1a2e4f;
}

@media (max-width: 768px) {
  .downloads-grid {
    flex-direction: column;
    align-items: center;
  }

  .download-card {
    width: 90%;
  }
}
/*gallery*/
 .gallery-section {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      background-color: black;
    }

    .gallery-background-wrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
    }

    .gallery-background {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transform: scale(1.05);
      transition:
        opacity 0.6s ease-in-out,
        transform 1s ease-in-out 0.3s;
      will-change: opacity, transform;
    }

    .gallery-background.visible {
      opacity: 1;
      transform: scale(1);
    }

    .gallery-tabs {
      display: flex;
      height: 100%;
      z-index: 2;
      position: relative;
    }

    .gallery-tab {
      flex: 1;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      color: white;
      font-size: 1.2rem;
      font-weight: bold;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      z-index: 1;
      transition: color 0.3s ease;
      padding-top: 80px;
      text-align: center;
    }

    .gallery-tab::before {
      content: '';
      position: absolute;
      top: -120%;
      left: 0;
      width: 100%;
      height: 25%;
      background-color: rgb(231 231 231 / 22%);
      z-index: -1;
      transition: bottom 0.4s ease;
    }

    .gallery-tab:hover::before,
    .gallery-tab.active::before {
      top: 0;
    }

    .gallery-tab:hover,
    .gallery-tab.active {
      color: #003d4d;
    }

    .gallery-tab::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 100%;
      background: rgba(255, 255, 255, 0.3);
    }

    .gallery-tab:last-child::after {
      display: none;
    }
/*footer*/

.footer-logo {
  max-width: 100px;
  height: auto;
}
.width-mobile{
  width: 40%;
}
.bg-dark-teal{
  background-color: var(--infra-primary);
}

/* Back to Top Button */
#backToTop {
  display: none; 
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 999;
  background-color: var(--infra-primary);
  color: var(--infra-secondary) !important;
}
/* Responsive spacing if needed */
@media (max-width: 768px) {
  .footer-logo {
    margin: 0 auto 20px;
    display: block;
  }
}

/*CTA-Buttons*/
.side-buttons {
  position: fixed;
  top: 55%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.side-btn {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background-color: var(--infra-primary); 
  color: white;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid white;
  transition: all 0.3s ease;
  font-size: 14px;
  transition: background-color 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  z-index: 1;
  
}

.side-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.15);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.6s ease-in-out;
  z-index: -1;
}

.side-btn:hover::before {
  transform: scaleY(1);
}
/*about laxmi infra*/
.about-lakshmi-section {
  padding: 60px 20px;
}
.about-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.about-container p {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}
.about-image {
  position: absolute;
  top: 55px;
  right: 50px;
  width: 300px;
  z-index: 1;
  opacity: 0.2;
}
.about-image img {
  width: 100%;
  height: auto;
}
/*buttons*/
.button_style {
  background-color: var(--infra-primary) !important; 
  color: white !important;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid white;
  font-size: 14px;
  transition: background-color 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button_style::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.15);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease-in-out;
  z-index: -1;
}
.button_style:hover::before {
  transform: scaleX(1);
}
/*connectivity location*/
.location-section {
  background-color: var(--infra-primary); 
}

.location-section h3 {
  color: var(--infra-secondary);
}

.location-section p {
  font-size: 15px;
  color: #ddd;
}

.location-section i {
  font-size: 2rem;
}
 .location-icon {
  width: 80px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

 .location-icon:hover {
  transform: scale(1.1);
}

.pattern-bg {
  background-image: url('../lakshmisahajnivas/assets/logo.webp');
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  position: absolute;
  top: 40px;
  width: 400px;
  height: 400px;
  right: 100px;
  opacity: 0.2;
}
.about-lakshmi-section p{
  font-size: 14px;
  text-align: center;
}
/*image-gallery*/
 .scroll-loop-gallery {
      position: relative;
      width: 100%;
      overflow: hidden;
      padding: 60px 0;
      background: #fff;
      animation: scrollFadeInUp 1s ease forwards;
      opacity: 0;
         background-image: url('../lakshmisahajnivas/assets/background_white.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

    @keyframes scrollFadeInUp {
      0% {
        opacity: 0;
        transform: translateY(40px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .scroll-loop-track {
      display: flex;
      gap: 30px;
      animation: scrollSlideLeft 100s linear infinite;
      width: max-content;
    }

    .scroll-loop-gallery:hover .scroll-loop-track {
      animation-play-state: paused;
    }

    @keyframes scrollSlideLeft {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    .scroll-loop-item {
      flex: 0 0 300px;
      max-width: 300px;
      position: relative;
      overflow: hidden;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      transition: transform 0.4s ease;
    }

    .scroll-loop-item img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.4s ease;
    }

    .scroll-loop-item:hover img {
      transform: scale(1.05);
    }

    .scroll-loop-overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 61, 77, 0.4);
      opacity: 0;
      transition: opacity 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .scroll-loop-item:hover .scroll-loop-overlay {
      opacity: 1;
    }

    .scroll-loop-overlay span {
      font-size: 3rem;
      color: white;
     
    }
.scroll-loop-lightbox {
  position: fixed; /* or relative */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
    .scroll-loop-lightbox img {
      max-width: 90%;
      max-height: 90%;  
    }
    .scroll-loop-lightbox:target {
      display: flex;
    }
    .scroll-loop-gallery::before,
    .scroll-loop-gallery::after {
      content: "";
      position: absolute;
      top: 0;
      width: 100px;
      height: 100%;
      z-index: 1;
      pointer-events: none;
    }
    .scroll-loop-gallery::before {
      left: 0;
      background: linear-gradient(to right, white 0%, transparent 100%);
    }
    .scroll-loop-gallery::after {
      right: 0;
      background: linear-gradient(to left, white 0%, transparent 100%);
    }
    @media (max-width: 768px) {
      .scroll-loop-item {
        flex: 0 0 80%;
        max-width: 80%;
      }
    }
@media (max-width: 425px) {
  .about-hero {
    padding: 50px 20px;
    text-align: center;
  }
  .about-hero {
    padding: 0;
  }
  .about-hero {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .about-hero img.sahaj {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .about-hero h2 {
    font-size: 1.4rem;
    text-align: center;
  }
  .about-hero p {
    font-size: 12px;
    padding: 0 10px;
    text-align: center;
  }
  .about-hero p.lead{
    font-size: 12px !important;
  }
  #plan {
    padding: 40px 20px;
  }
  #plan h2 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  #plan .card {
    padding: 20px 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  }
  #plan .card img {
    width: 50px !important;
    margin-bottom: 1rem;
  }
  #plan .card h5 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  #plan .btn.button_style {
    font-size: 0.9rem;
    padding: 8px 20px;
  }
  .scroll-loop-gallery {
    padding: 40px 0;
  }
  .scroll-loop-track {
    gap: 16px;
  }
  .scroll-loop-item {
    flex: 0 0 100vw;   /* full width of screen */
    max-width: 80vw;
  }
  .scroll-loop-item img {
    width: 100%;
    height: auto;
    display: block;
  }
  .scroll-loop-overlay span {
    font-size: 2rem;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .gallery-tabs {
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 20px;
    gap: 8px;
  }
  .gallery-tab {
        width: 40%;
        text-align: left;
        justify-content: center;
        font-size: 1rem;
        padding: 39px 16px;
        position: relative;
        color: #fff;
        font-weight: 700;
        transition: color 0.3s ease;
        z-index: 1;
    }
  .gallery-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    width: 100%;
    background-color: rgba(231, 231, 231, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
  }
  .gallery-tab:hover::before,
  .gallery-tab.active::before {
    opacity: 1;
    color: white !important;
  }
  .gallery-tab::after {
    display: none;
  }
  .location-icon {
    width: 40px;
  }
  .location-section h4 {
    font-size: 20px;
  }
  .location-section p {
    font-size: 12px;
  }
  .about-lakshmi-section h1 {
    font-size: 30px;
  }
  .about-lakshmi-section p {
    font-size: 12px;
    line-height: 1.5;
    padding: 0 8px;
    text-align: justify;
  }
  .logo {
   max-width: 50px;
}
.about-image {
  position: absolute;
  top: 255px;
  right: 50px;
  width: 300px;
  z-index: 1;
  opacity: 0.2;
}
.width-mobile{
  width: 25% !important;
}

}
/*pop-up form*/
.popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
   height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(10px);
}

.popup-box {
  background: white;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  position: relative;
}

.popup-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.lx-form input,
.lx-form select {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    /* border: none !important; */
    /* color: black; */
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid black;


}
.lightbox-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  z-index: 1000000;
}
.lx-form-box {
    position: absolute;
    background-color: var(--infra-primary);
    transform: translateY(-50%);
    padding: 30px;
    top: 37%;
    right: 5%;
    width: 30%;
    margin: 0 auto;
  
    color: white;
    z-index: 100;
    margin-right: 150px;
}
.texted {
    color: #fff;
    font-size: 12px;
}
.texted-one{
    color: black;
    font-size: 10px;
}
.lx-form-box {
    background: #31455070  !important;
    /* border: 1px solid var(--infra-primary); */
    max-width: 800px;
    margin: 60px 80px 0px 0px;
    height: 520px;
}
#popup-name,#popup-email,#popup-mobile{
    color: black;
    
}
.form-control:focus{
  box-shadow: none !important;

}

    #lx-name::placeholder,
  #lx-email::placeholder,
  #lx-mobile::placeholder,
  #bhk-select::placeholder{
    color: white !important;
    opacity: 1; /* Ensures full white */
  }
  #bhk-select {
    background: transparent !important;
    border: none;
    border-bottom: 1px solid black !important;
    color: white !important;
    
  
  }
    #bhk-select option {

    color: black !important;
  }



