/* @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'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --infra-primary: #314550;
    --infra-secondary: #c9a658;
    --infra-white: #fff;
    --font-family: "Roboto", sans-serif;
    --font-black: #2e2e2e;
    --bg-color : #f1f1f1;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
  }
body {
    background: var(--bg-color);
    overflow-x: hidden;
    font-family: var(--font-family) !important;
}
.lakshmiinfra-bg-sec{
    background-color: var(--infra-primary);
}
p {
    color: var(--font-black);
    font-weight: 300;
    font-size: 16px;
}
li{
    list-style-type: none;
}
a{
    text-decoration: none !important;
}
/* 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;
}

/*====================================================== navbar ================================================= */
.header {
    position: fixed;
    top: -15px;
    width: 100%;
    z-index: 9;
    height: 125px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.lakshmiinfra_nav {
    position: relative;
}

.lakshmiinfra_main_section {
    height: 100vh;
}

.lakshmiinfra_main_section video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.laskshmiinfra-project_list {
    position: absolute;
    width: 100%;
    bottom: -45px;
}

.laskshmiinfra-project_list .card_item {
    text-align: center;
    backdrop-filter: blur(3px);
    background: #1f2c33ad;
    padding: 5px;
    border: 1px solid #515151;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 10px;

}

.laskshmiinfra-project_list .card_item h5 {
    color: var(--infra-secondary);
    font-size: 30px;
}

.laskshmiinfra-project_list .card_item h5 span {
    font-size: 24px;
}

.laskshmiinfra-project_list .card_item p {
    color: var(--infra-white);
    font-weight: 300;
    font-size:16px;
}

/* .hero-real-estate{
    padding-top: 200px;
} */
.hero-real-estate {
    position: sticky;
    top: 10px;
}

.lakshmi_infra_client_section,
.lakshmi_infra_footer {
    position: relative;
    z-index: 1;
}

.lakshmi_infra_client_section {
    background: #f1f1f1;
}

/* .hero-section {
    height: 90vh;
    width: 100vw;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)),
        url('assets/home_one.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
} */

/* .hero-section-one {
    height: 80vh;
    width: 100vw;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
} */
.hero-section-one {
    position: absolute;
    top: 20%;
    left: 10%;
}

/* 
.logo {
    position: absolute;
    top: 30px;
    left: 80px;
} */
.logo{
    color: transparent;
}
.logo img {
    max-width: 15%;
    height: auto;
}

.main-heading {
    position: absolute;
    top: 40%;
    left: 28%;
    text-align: center;
}

.heading-line1,
.heading-line2 {
    font-size: 50px;
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--infra-white);
}

.dreams {
    color: var(--infra-white);
    font-weight: 600;
}

.legacies {
    color: var(--infra-white);
    font-weight: 600;
}

.menu-icon {
    /* position: absolute;
    top: 50px;
    right: 110px; */
    width: 45px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    cursor: pointer;
    backdrop-filter: blur(13px) saturate(1.8);
    background: rgba(0, 0, 0, 0.021);
    border: 1px solid rgba(204, 204, 204, 0.397);
    padding: 9px;
}

.menu-icon span {
    background: var(--infra-white);
    height: 2px;
    width: 100%;
}

.who-we-are h1 {
    font-weight: 400;
}

/* .stats-grid {
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    top: -50px;
    z-index: 2;
} */
/* 
.stat-card {
    backdrop-filter: blur(10px);
    background: linear-gradient(to top,
            rgba(165, 239, 255, 0.1) 0%,
            rgba(110, 191, 244, 0.1) 77%,
            rgba(70, 144, 212, 0.1) 100%);
    -webkit-backdrop-filter: blur(15px);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    padding: 45px 35px;
    width: 280px;
    text-align: center;
    position: relative;
    margin-right: 25px;
    bottom: -230px;
    border-radius: 10px;
}

.stat-card:first-child {
    border-radius: 10px;
}

.stat-card:last-child {
    border-radius: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.stat-card:hover {
    background: linear-gradient(to top,
            rgba(165, 239, 255, 0.1) 0%,
            rgba(110, 191, 244, 0.1) 77%,
            rgba(70, 144, 212, 0.1) 100%);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--infra-secondary);
    margin-bottom: 12px;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 200;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    line-height: 1.2;
} */

.hero-real-estate h1,
.hero-real-estate h2 {
    color: white;
}

.hero-content {
    text-align: center;
    z-index: 10;
    position: relative;
}

.glass-container {
    /* background: linear-gradient(to top,
            rgba(165, 239, 255, 0.1) 0%,
            rgba(110, 191, 244, 0.1) 77%,
            rgba(70, 144, 212, 0.1) 100%); */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: #252525ab;
    border: 1px solid rgb(127 127 127 / 36%);
    border-radius: 10px;
    padding: 40px 120px;
    margin: 0 auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.main-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 500;
    margin-bottom: 10px;
    /* letter-spacing: 2px; */
    line-height: 1.2;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
}

.subtitle {
    font-weight: 400;
    color: var(--infra-secondary);
    margin-bottom: 15px;
    /* letter-spacing: 1px; */
    font-size: 40px;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
}

.description {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
}

.arrow-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}
/* 
.floating-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.particle:nth-child(1) {
    left: 10%;
    animation-delay: 0s;
    width: 4px;
    height: 4px;
}

.particle:nth-child(2) {
    left: 20%;
    animation-delay: 2s;
    width: 6px;
    height: 6px;
}

.particle:nth-child(3) {
    left: 30%;
    animation-delay: 4s;
    width: 3px;
    height: 3px;
}

.particle:nth-child(4) {
    left: 40%;
    animation-delay: 6s;
    width: 5px;
    height: 5px;
}

.particle:nth-child(5) {
    left: 50%;
    animation-delay: 1s;
    width: 4px;
    height: 4px;
}

.particle:nth-child(6) {
    left: 60%;
    animation-delay: 3s;
    width: 6px;
    height: 6px;
}

.particle:nth-child(7) {
    left: 70%;
    animation-delay: 5s;
    width: 3px;
    height: 3px;
}

.particle:nth-child(8) {
    left: 80%;
    animation-delay: 7s;
    width: 5px;
    height: 5px;
}

.particle:nth-child(9) {
    left: 90%;
    animation-delay: 2.5s;
    width: 4px;
    height: 4px;
} */

.testimonial-section .subtitle {
    font-size: 16px;
    margin-bottom: 40px;
}

.carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.avatars {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px 0;
    max-width: 80%;
}

.avatars::-webkit-scrollbar {
    display: none;
}

.avatars img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ccc;
    transition: transform 0.3s ease;
}

.avatars img:hover {
    transform: scale(1.1);
    border-color: var(--infra-primary);
}

.testimonial {
    max-width: 700px;
    margin: 0 auto;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    color: #444;
}

.footer {
    background-color: var(--infra-primary);
    /* color: #fff; */
    padding: 80px 20px 30px;
    font-size: 14px;
}

.footer h6 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 16px;
}

.footer a {
    color: #ccc;
    text-decoration: underline;
    font-weight: 200;
    font-size: 12px;
}

.footer a:hover,
.footer p:hover {
    color: var(--infra-white);
}

.footer .logos {
    max-height: 80px;
    margin-bottom: 20px;
}

.footer i {
    color: var(--infra-secondary);
    margin-right: 10px;
}

.footer .social-icons a {
    font-size: 18px;
    color: var(--infra-secondary) !important;
    margin-right: 15px;
}

.footer-bottom {
    border-top: 1px solid #4a4a4a;
    margin-top: 30px;
    padding-top: 15px;
    font-size: 13px;
}

.sub_footer span,
.sub_footer a {
    color: #ccc;
    font-size: 10px;
}

#button.show,
.sticky_btn.show {
    opacity: 1;
    visibility: visible;
}

#button {
    display: inline-block;
    background-color: var(--infra-primary);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
}

#button i {
    font-size: 32px;
    color: var(--infra-secondary);
}

.sticky_btn {
    text-decoration: none;
    display: inline-block;
    background-color: var(--infra-primary);
    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-white) !important;
    text-decoration: none;
    right: -33px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
}

.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;
    margin-top: 50px;
    border-radius: 10px;
    position: relative;
    width: 420px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    background: none;
    border: none;
}

.fontweight {
    font-weight: 200;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 50px;
    background-color: white;
    color: black;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.sectionproj h1 {
    color: var(--infra-secondary);
    margin-bottom: 20px;
    font-weight: 400;
}

.sectionproj .tabs {
    position: sticky;
    top: 70px;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    top: 0;
    padding: 15px 0;
    z-index: 1;
}

.tabs button {
    padding: 10px 25px;
    border: none;
    background: #fff;
    color: #000;
    cursor: pointer;
    border-radius: 10px;
}

.tabs button.active {
    background: var(--infra-primary);
    color: var(--infra-secondary);
}

.descriptionss {
    color: var(--font-black);
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}

.project-grid {
    position: relative;
}

.project-grid .project-card {
    position: sticky;
    top: 200px;
}

.project-grid .ongoing:nth-child(1) {
    margin-top: 10px;
}


.project-grid .ongoing:nth-child(2) {
    margin-top: 200px;
}

/* 3rd col-lg-4 */
.project-grid .ongoing:nth-child(3) {
    margin-top: 350px;
}

/* 4th col-lg-4 */
.project-grid .ongoing:nth-child(4) {
    margin-top: 550px;
}

.project-card {
    background: #fff;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s;
}

.project-card:hover {
    transform: translateY(-5px);
}

.project-card .info {
    padding: 15px;
}

.project-card .info h3 {
    margin: 0 0 5px;
    font-size: 18px;
    color: black;
}

.project-card .info p.project_location {
    margin: 0;
    color: #777;
}

.project-card img {
    width: 100%;
    height: 200px;

}

.glass-menu {
    position: fixed;
    top: 0;
    right: 0px;
    width: 25vw;
    height: 100vh;
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, 0.48);
    display: none;
    flex-direction: column;
    /* justify-content: center; */
    align-items: end;
    z-index: 1000;
    display: none;
    margin: 0;
    padding: 60px 0px 0px 0px;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

.glass-menu.active {
    display: flex;
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.glass-menu .nav-list {
    list-style: none;
    padding: 0px 50px 0px 0px;
    margin: 0;
    text-align: right;
    line-height: 45px;
    z-index: 100;
}

.glass-menu li.nav_item {
    margin: 15px 0;
}

.glass-menu a {
    font-size: 16px;
    color: #d3d3d39c;
    text-decoration: none;
    font-weight: 300;
}

.glass-menu a.active {
    font-weight: 300;
    font-size: 20px;
    color: var(--infra-white)
}

.glass-menu a:hover {
    color: white;
}

.close-icon {
    cursor: pointer;
    padding: 0px 50px 0px 0px;
    font-size: 40px;
    color: var(--infra-white);
    font-weight: 100;
}

.testimonial-container {
    padding: 60px 0px;
    max-width: 1000px;
    width: 100%;
    text-align: center;
    justify-content: center;
    position: relative;
}

.section-title {
    font-size: 2.5rem;
    color: var(--infra-primary);
    margin-bottom: 10px;
    font-weight: 600;
    margin-left: 490px;

}

.section-subtitle {
    color: #7f8c8d;
    font-size: 1rem 16px;
    margin-bottom: 50px;
    /* font-weight: 400; */
    margin-left: 494px;
}

.carousel-wrapper {
    position: relative;
    /* overflow: hidden;
    width: 100vw; */
}

.profiles-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
    padding: 20px 0;
    gap: 20px;
}

.profile {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 15px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 3px solid transparent;
    opacity: 0.6;
    transform: scale(0.8);
}

.profile.active {
    width: 120px;
    height: 120px;
    border: 4px solid gray;
    opacity: 1;
    transform: scale(1);

}

.profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--infra-primary);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.nav-arrow:hover {
    background: var(--infra-primary);
    transform: translateY(-50%) scale(1.1);
}

.nav-arrow.prev {
    left: 150px;
}

.nav-arrow.next {
    right: 150px;
}

.testimonial-content {
    max-width: 600px;
    margin: 0 auto;
    opacity: 1;
    /* ← Make visible */
    transform: none;
    /* optional */
}

.client-name {
    font-size: 1.5rem;
    color: var(--infra-primary);
    margin-bottom: 10px;
    font-weight: 600;
}

.stars {
    margin-bottom: 20px;
}

.star {
    color: var(--infra-secondary);
    font-size: 20px;
    margin: 0 2px;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #34495e;
    font-style: italic;
    position: relative;
}

.testimonial-text::before {
    /* content: '"'; */
    font-size: 4rem;
    color: var(--infra-primary);
    position: absolute;
    left: -30px;
    top: -20px;

}

.testimonial-text::after {
    /* content: '"'; */
    font-size: 4rem;
    color: var(--infra-primary);
    position: absolute;
    right: -30px;
    bottom: -40px;

}

.color-second {
    color: var(--infra-secondary);
}

.fos-small {
    font-size: 16px;
    text-align: justify;
    color: var(--font-black);
}

/* .glass-menu .nav-list li a:hover {
    font-size: 28px;
    border-color: rgba(255, 255, 255, 0.4);
} */

.project-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    cursor: pointer;
    /* max-width: 300px;
    margin: auto; */
}

.project-card .info {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    height: 115px;
}

.project-card .info h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: bold;
}

.project-card .info p.project_location {
    margin: 4px 0 0;
    font-size: 0.9rem;
    color: #666;
}

.project-card .arrow {
    font-size: 1.2rem;
    color: #888;
}

.project-card img {
    width: 100%;
    height: 300px;
    display: block;
    border-radius: 0px !important;
}

/* .icon {
    top: -48px;
    left: -40px;
    transform: rotate(320deg);
    width: 250px;
} */
.icon {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(350deg);
    width: 220px;
    animation: floatUpDown 3s ease-in-out infinite;
  }
  
  /* Keyframes for up-down animation */
  @keyframes floatUpDown {
    0%, 100% {
      transform: translateY(0) rotate(350deg);
    }
    50% {
      transform: translateY(-15px) rotate(350deg); /* Moves up */
    }
  }

.icons {
    transform: rotate(0deg);
    width: 200px;
    margin-bottom: 10px;

}

.testimonial-section {
    text-align: center;
    padding: 60px 20px;
}

.testimonial-section h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: var(--infra-primary);
}

.testimonial-section .subtitle {
    color: #777;
    margin-bottom: 30px;
}

.carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-bottom: 40px;*/
}

.profiles {
    display: flex;
    gap: 40px;
    align-items: center;
    transition: all 0.4s ease-in-out;
}
.profiles .profile:nth-child(1){
    width: 60px;
    height: 60px;
}
.profiles .profile:nth-child(2){
    width: 90px;
    height: 90px;
}
.profiles .profile:nth-child(3){
    width: 120px;
    height: 120px;
}
.profiles .profile:nth-child(5){
    width: 120px;
    height: 120px;
}
.profiles .profile:nth-child(6){
    width: 90px;
    height: 90px;
}
.profiles .profile:nth-child(7){
    width: 60px;
    height: 60px;
}

.profile {
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    width: 60px;
    height: 60px;
    transform: scale(0.85);
    opacity: 1;
}

.profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile.center {
    width: 120px;
    height: 120px;
    transform: scale(1.2);
    z-index: 10;
}

.testimonial-content {
    max-width: 800px;
    margin: 0 auto;
    transition: 0.3s;
}

.client-name {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 10px;
}

.stars {
    color: var(--infra-secondary);
    margin: 5px 0;
    font-size: 1.2rem;
}

.testimonial-text {

    padding: 20px 30px;
    border-radius: 12px;
    font-size: 1.05rem;

    margin-top: 15px;
}

.multiblend {
    max-height: 300px;
    mix-blend-mode: multiply;
}

/* Background Video */
/* .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 40%;
    width: auto;
    height: 100%;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
} */
.bg-video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

/* Optional overlay (if needed for readability) */
.hero-real-estate::after {
    content: "";
    position: absolute;
    inset: 0;
    /* semi-dark overlay */
    z-index: -1;

}

/* .hero-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -2;
    pointer-events: none;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.4);
} */

.nav-list {
    list-style: none;
    padding: 0;
    margin: 60px 0 0 0;
}

.nav-list li {
    opacity: 0;
    transform: translateX(-30px);
    /* Slide from left */
    animation: slideInLeft 0.5s ease forwards;
}

.nav-list li:nth-child(1) {
    animation-delay: 0.2s;
}

.nav-list li:nth-child(2) {
    animation-delay: 0.4s;
}

.nav-list li:nth-child(3) {
    animation-delay: 0.6s;
}

.nav-list li:nth-child(4) {
    animation-delay: 0.8s;
}

.nav-list li:nth-child(5) {
    animation-delay: 1s;
}

.nav-list li:nth-child(6) {
    animation-delay: 1.2s;
}

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/*about-us*/

.values-section {
    background: url('assets/about.png') no-repeat center center/cover;
    position: relative;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    background-attachment: fixed;
}

.value-card {
    background: linear-gradient(to top,
            rgba(255, 255, 255, 0.05) 0%,
            rgba(255, 255, 255, 0.03) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.08);
}

.value-card .icon {
    font-size: 24px;
    margin-bottom: 15px;
}

.value-card .title {
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--infra-white)
}

.value-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #f0f0f0;
    text-align: justify;
}

.bg-image-html {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.7;
}

.about-us-section {
    background-color: #f4f4f4;
    padding: 60px 50px;
    color: var(--font-black);
    font-size: 14px;
    line-height: 1.5;
}

.about-us-section .container {
    /* max-width: 1300px;
    margin: 0 auto; */
    text-align: justify;
}

.about-title {
    color: var(--infra-secondary);
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.infra_pillars h1 {
    color: var(--infra-secondary);
    font-weight: 400;
}

.infra_pillars h5 {
    color: var(--infra-primary);
    font-weight:400;
    padding-top: 20px;
}

.infra_pillars img {
    width: 100%;
    max-width: 30%;
}

.hero-text-overlay {
    z-index: 2;
    animation: fadeInLeft 1.5s ease-out forwards;
    opacity: 0;
}

.hero-line {
    font-size: 5vw;
    font-weight: 300;
    margin: 5px 100px;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(50px);
    animation: slideText 1.2s ease-out forwards;
    text-align: left;
}

.hero-line:nth-child(2) {
    animation-delay: 0.5s;
}

.highlight {
    font-weight: 700;
}

@keyframes slideText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    to {
        opacity: 1;
    }
}

.section-hero {
    height: 100vh;
    width: 100vw;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
        url('assets/about_us.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.contact_links p {
    color: #ccc;
    font-size: 12px;
}
.footer_logo {
    width: 75%;
}

.dropdown-container {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  
  .dropdown-label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    /* color: #374151; */
  }
  
  .dropdown-button {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 0.375rem;
    border: 1px solid #d1d5db;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 0.5rem 1rem;
    background-color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
    outline: none;
  }
  .placeholder{
    background-color: transparent !important;
  }
  .dropdown-button:hover {
    background-color: #f9fafb;
  }
  
  .dropdown-button:focus {
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.5), 0 0 #0000;
    border-color: #6366f1;
  }
  
  .dropdown-button svg {
    margin-left: 0.5rem;
    margin-right: -0.25rem;
    height: 1.25rem;
    width: 1.25rem;
  }
  
  .dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0.5rem;
    width: 14rem;
    border-radius: 0.375rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    outline: none;
    z-index: 10;
    opacity: 0;
    transform: scale(0.9);
    transform-origin: top left;
    visibility: hidden;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0s linear 0.2s;
  }
  
  .dropdown-content.show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0s linear;
  }
  
  .dropdown-content .menu-item {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    color: #374151;
    text-decoration: none;
    border-radius: 0.375rem;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  
  .dropdown-content .menu-item:hover {
    background-color: #f3f4f6;
    color: #111827;
  }
  
  .select-dropdown-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 14rem;
    border-radius: 0.375rem;
    border: 1px solid #d1d5db;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 0.5rem 1rem;
    background-color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
    outline: none;
  }
  
  .select-dropdown-button:hover {
    background-color: #f9fafb;
  }
  
  .select-dropdown-button:focus {
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.5), 0 0 #0000;
    border-color: #6366f1;
  }
  
  .select-dropdown-button .selected-value {
    flex-grow: 1;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .select-dropdown-button svg {
    margin-left: 0.5rem;
    height: 1.25rem;
    width: 1.25rem;
  }
  
  .select-dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0.5rem;
    width: 14rem;
    border-radius: 0.375rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    outline: none;
    z-index: 10;
    opacity: 0;
    transform: scale(0.9);
    transform-origin: top left;
    visibility: hidden;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0s linear 0.2s;
  }
  
  .select-dropdown-content.show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0s linear;
  }
  
  .select-dropdown-content .select-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    color: #374151;
    text-decoration: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  
  .select-dropdown-content .select-option:hover {
    background-color: #f3f4f6;
    color: #111827;
  }
  
  .multi-select-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 14rem;
    border-radius: 0.375rem;
    border: 1px solid #d1d5db;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 0.5rem 1rem;
    background-color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
    outline: none;
    min-height: 2.5rem;
  }
  
  .multi-select-button:hover {
    background-color: #f9fafb;
  }
  
  .multi-select-button:focus {
    box-shadow: 0 0 0 3px #9f946a66, 0 0 #0000;
    border-color: #9f946a;
  }
  
  .multi-select-button .selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    flex-grow: 1;
    text-align: left;
  }
  
  .multi-select-button .selected-tag {
    background-color: #9f946a;
    color: #ffffff;
    padding: 0.125rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    white-space: nowrap;
  }
  
  .multi-select-button .placeholder {
    color: var(--font-black);
    opacity: 1;
    font-weight: 400;
  }
  
  .multi-select-button svg {
    margin-left: 0.5rem;
    height: 1.25rem;
    width: 1.25rem;
  }
  
  .multi-select-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    color: #374151;
    text-decoration: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  
  .multi-select-option:hover {
    background-color: #f3f4f6;
    color: #111827;
  }
  
  .multi-select-option .checkbox-icon {
    width: 1rem;
    height: 1rem;
    border: 1px solid #9ca3af;
    border-radius: 0.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  }
  
  .multi-select-option.selected .checkbox-icon {
    background-color: #4f46e5;
    border-color: #4f46e5;
  }
  
  .multi-select-option.selected .checkbox-icon svg {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  

/* ============================= career ====================================================== */

.career-section {
    position: relative;
    /* background: url(./assets/career_banner.png) center center / cover no-repeat; */
    /* height: 100vh; */
    /* padding: 50px 20px; */
    /* overflow: hidden; */
}
.infra_about_section{
    text-align: justify;
    font-size: 14px;
}
.infra_about_section h1 ,.career_form h1{
    color: var(--infra-secondary) !important;
    font-weight: 400 !important;
}
.submit-btn {
    background-color: var(--infra-secondary) !important;
}
.upload-btn-wrapper .btn {
    color: var(--infra-white);
    background-color: var(--infra-primary);
    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;
  }
.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-primary) !important;
}
/* ================================= PRivacy Policy ========================================== */

.privacy-policy h1{
    color: var(--infra-secondary);
    font-weight: 400;
}
.privacy-policy h2{
    color: var(--font-black);
}
.privacy-policy p,.privacy-policy li{
    color: var(--font-black);
    font-weight: 300;
    font-size: 14px;
}

/* =============================== contact =================================================== */

.contact_right iframe{
width: 100%;
max-width: 90%;
height: 300px;
border-radius: 10px;
}
.contact_items{
    padding: 30px 35px 20px 25px;
}
.contact_items i{
    color: var(--infra-secondary);
}
.contact_items a,.contact_items p{
    color: #ccc;
    font-size: 14px;
}
.contact_head {
    position: absolute;
    left:7%;
    bottom: 25%;
    text-align: left;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease-out forwards;
  }
  
  /* Animation Keyframes */
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
.contact_head h1{
    color: var(--infra-white);
    font-weight: 500;
}
.contact_head p{
    color: var(--infra-white);
    font-weight: 200;
    font-size: 14px;
}
/* ========================================= Project ========================================= */
.project_main{
    position: relative;
}
.project_main video{
    position: fixed;
    top: 0;
}
.fixed_project_section{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    height: 60vh;
}
.project_head_line {
    /* position: absolute; */
    bottom: 90px;
    left: 25%;
    opacity: 0;
    transform: translateX(-1000px);
    animation: fadeUp 1s ease-out forwards;
    background-color: #50597ad6;
    backdrop-filter: blur(14px);
    padding: 20px 0px 20px 40px;
    width: 100%;
    max-width: 40%;
    border-radius: 10px;
    /*border: 1px solid rgb(141, 141, 141);*/
  }
  
  /* Keyframes for fade up */
  @keyframes fadeUp {
    to {
      opacity: 1;
      transform: translateX(-20px);
    }
  }
.project_head_line h2{
    font-weight: 400;
    color: var(--infra-secondary);
}
.project_head_line h4{
    font-weight: 200;
    color: var(--infra-white);
    font-size:1.2rem;
}
.project_head_line h6{
    font-weight: 200;
    color: var(--infra-white);
}
.project_details_section{
    margin-top: 240px;
}
.project_second_line{
    position: absolute;
    left: 9%;
    top: -160px;
    text-align: center;
    opacity: 0;
    transform: translateY(60px);
    animation: fadesUp 1s ease-out forwards;
    background-color: rgba(50, 50, 50, 0.562);
    backdrop-filter: blur(14px);
    padding: 20px 40px;
    width: 100%;
    max-width: 80%;
    border-radius: 10px;
    border: 1px solid rgb(141, 141, 141);
}
  /* Keyframes for fade up */
  @keyframes fadesUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
.project_second_line h2{
    font-weight: 400;
    color: var(--infra-secondary);
}
.project_second_line h4{
    font-weight: 400;
    color: var(--infra-white);
}
.project_second_line h6{
    font-weight: 200;
    color: var(--infra-white);
    font-size: 16px;
    line-height: 20px;
}
.sahajnivas_project_details,.sahajnivas_floor_plans,.locations_section{
    position: relative;
    background-color: var(--bg-color);
}
.r_c_plans a{
    color: var(--infra-primary);
    text-decoration: none;
}
.r_c_plans a img{
    height: 180px;
    max-width: 80%;
    object-fit: cover;
}
.project_highlights ul {
    padding: 0px;
    list-style:auto;
}
.project_highlights ul li{
    font-size: 14px;
}
.project_highlights h4{
    color: var(--infra-secondary);
}
.sahajnivas_project_details h2{
    color: var(--infra-primary);
    font-weight: 400;
}
.sahajnivas_project_details h3{
    color: var(--infra-primary);
    font-weight: 400;
    margin-bottom: 1px;
}
.project-list p{
    position: relative;
    font-size: 16px;
    color: var(--font-black);
}
.project-list p::after{
    position: absolute;
    content: '';
    width: 100%;
    max-width: 15%;
    height: 2px;
    background-color: var(--infra-secondary);
    bottom: -3px;
    left: 0px;
}
.sahajnivas_floor_plans h2{
    font-weight: 400;
    color: var(--infra-secondary);
}
.sahajnivas_floor_plans p{
    font-weight: 300;
    color: var(--font-black);
    font-size: 14px;
}
.sahajnivas_floor_plans img{
    cursor: pointer;
}
.section-floor .sticky_btn{
    position: relative;
    rotate: 0deg;
    left: 0px;
    padding: 4px 25px;
    text-decoration: none;
    font-weight: 300;
    border-radius: 10px;
    z-index: 0;
}

/* Dropdown base styles */

.nav-list li.dropdown {
    position: relative;
  }
  
  .dropdown-toggle {
    display: block;
    padding: 0px 5px;
    cursor: pointer;
    user-select: none;
    color: #d3d3d39c;
  }
  
  .dropdown-menu {
    position: initial !important;
    top: 100%;
    left: -100px;
    background: rgba(255, 255, 255, 0) !important;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 180px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    opacity: 0;
    display: none;
    /* transform: translateY(10px);
    transition: all 0.3s ease; */
    z-index: 1000;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0) !important;
    float: none !important;
  }
  
  .dropdown-menu.show {
    opacity: 1;
    display: block;
    /* transform: translateY(0); */
    pointer-events: auto;
  }
  .dropdown-menu li{
    line-height: 12px;
    text-align: end;
  }
  .dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    color: #d3d3d39c;
    text-decoration: none;
  }
  .dropdown-submenu {
    position: relative;
  }
  /* Ensure submenus are hidden by default */
/* .dropdown-menu .dropdown-menu {
    display: none;
    position: absolute;
    left: 0%;
    top: 0;
    margin-top: 0;
  } */
  
  /* Show submenu on hover */
  /* .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  } */
  
  /* Optional styling for submenu */
 
  
  /* .dropdown-submenu > .dropdown-toggle::after {
    content: " ▶";
    float: right;
  } */
  
  /* .dropdown-menu .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
  } */
  
  .dropdown-menu .dropdown-menu.show {
    display: block;
  }
  .dropdown-submenu span{
    line-height: 50px;
  }
  
  /* .dropdown-menu li a:hover {
    background-color: #f2f2f2;
  } */
  
 /* 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-weight: 400;
    color: var(--infra-primary);
  }
  .lakshmi_rera_no {
    width: 100%;
    max-width: 20%;
  }
  .popup-content p {
    margin: 1rem 0;
    font-size: 14px;
    text-align: left;
    padding: 10px 10px 20px 0px;
    color: var(--font-black);
  }
  
  .popup-content button {
    padding: 0.7rem 1.5rem;
    border: none;
    background-color: var(--infra-secondary);
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  .popup-content button:hover {
    background-color: var(--infra-primary);
  }
.sahajnivas_master_plans{
    background-color: var(--bg-color);
    position: relative;
}
.sahajnivas_master_plans h2{
    color: var(--infra-secondary);
}
.sahajnivas_master_plans h2 p{
    font-size: 14px;
}
.sahajnivas_master_plans img{
    mix-blend-mode: multiply;
}
  .location_pointers{
    position: absolute;
    top: 73px;
    right: -60px;
    background: var(--infra-primary);
    padding: 30px 30px;
    border-radius: 20px;
    width: 100%;
    max-width: 40%
  }
  .location_pointers h4{
    color: var(--infra-secondary);
  }
  .loc_pointer{
    width: 100%;
    max-width: 5%;
    height: fit-content;
  }
  .location_pointers li{
    font-size: 14px;
    /*line-height: 25px;*/
    color: #fff;
  }
/*  =========================== Responsive Data Here ========================================= */
.completed-card {
    background: white;
    border-radius: 20px;
    padding: 2rem 1rem;
    box-shadow: 0 10px 30px rgba(49, 69, 80, 0.1);
    border: 1px solid rgba(49, 69, 80, 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom:20px;
    height: 150px;
}

.completed-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: linear-gradient(90deg, #314550, #c9a658);
}

.completed-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(49, 69, 80, 0.15);
}

.completed-card .project-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.completed-card .project-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #314550;
}

.completed-card .location-info {
    color: #314550;
    font-size: 0.9rem;
    font-weight: 600;
}

.completed-card .project-stats {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 0rem;
}

.completed-card .stat-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.terms_conditions{
    color: var(--infra-primary);
    font-size: 12px;
}
.submit_btn .submit{
    background: var(--infra-primary);
    width: 100%;
    border-radius: 5px;
    color: var(--bg-color);
    font-size: 14px;
    font-family: var(--font-family);
    font-weight: 300;
    padding: 4px 0px 3px;
}
.project_logo{
    position: relative;
}
/* .sahajnivas_logo{
    position: absolute;
    width: 100%;
    max-width: 26%;
    opacity: 0.1;
    top: 60px;
} */
 /* .sahajnivas_floor_plans img{
    width: 100%;
    max-width: 200px;
 } */
 .sahajnivas_floor_plans p{
    font-weight: 500;
    color: var(--infra-primary);
 }
 
@media only screen and (max-width: 575.98px) {
    .popup-content {
        padding: 1.5rem 1rem;
      }
    
      .popup-content p {
        font-size: 0.55rem;
      }
    
      .popup-content button {
        width: 100%;
      }
    .logo img{
        max-width: 70px;
    }
    .glass-menu {
        width: 100vw;
    }
    .heading-line1, .heading-line2 {
        font-size: 34px;
    }
    .laskshmiinfra-project_list {
        bottom:-30px;
    }
    
    .laskshmiinfra-project_list .card_item p {
        font-size: 1rem;
        margin: 2px;
    }
    .laskshmiinfra-project_list .card_item h5 {
        font-size: 27px;
        margin: 0px;
    }

    .lakshmiinfra_main_section {
        height: 110vh;
    }

    .card_item {
        height: 100%;
        border-radius: 10px;
    }

    .main-heading {
        top: 20%;
        left: 0%;
    }

    .multiblend {
        height: 100%;
        max-height: 190px;
        mix-blend-mode: multiply;
    }

    /* .profile {
        width: 0px;
        height: 0px;
    } */
    .profiles .profile:nth-child(1),.profiles .profile:nth-child(2),.profiles .profile:nth-child(3),
    .profiles .profile:nth-child(5),.profiles .profile:nth-child(6),.profiles .profile:nth-child(7){
        width: 0px;
        height: 0px;
    }
  
    .field {
        left: 42% !important;
    }
    .right-arrow{
        right: -5%;
    }
    .left-arrow{
        left: -5%;
    }
    .profiles {
        gap: 0px;
    }

    .profile.center {
        width: 80px;
        height: 80px;
    }
    .sectionproj h1{
        padding-top: 25px;
    }
    .tabs{
        top: 90px !important;
        gap: 10px;
        padding: 0px 0px 15px 0px;
        justify-content: space-between;
        flex-direction: column;
    }
    .tabs_section{
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }
    .testimonial-content {
        font-size: 0.95rem;
        padding: 0 1rem;
    }

    .tabs button {
        padding: 10px 10px;
    }

    .project-grid .ongoing:nth-child(1){
        margin-top: 0px;
    }
    .project-grid .ongoing:nth-child(2){
        margin-top: 10px;
    }
    .project-grid .ongoing:nth-child(3){
        margin-top: 10px;
    }
    .project-grid .ongoing:nth-child(4) {
        margin-top: 10px;
    }
    .icon {
        top: -40px;
        left: -6px;
        transform: rotate(328deg);
        width: 100px;
    
    }

    .project-card img {
        height: 100%;
    }

    .lakshmi_infra_two {
        position: relative;
    }

    .hero-real-estate {
        top: 100px;
        height: 100vh;
    }

    .hero-section-one {
        top: 25%;
        left: 0%;
    }

    .main-title,
    .subtitle {
        font-size: 24px;
    }

    .glass-container {
        width: 100%;
        max-width: 90%;
        margin: auto;
        padding: 40px 40px;
    }
    .descriptionss{
        padding-top: 20px;
    }
    .testimonial-text{
        padding: 0px;
        font-size: 0.8rem;
    }
    .footer{
        padding: 80px 0px 30px;
    }
    .footer_logo{
        width: 25%;
    }

    /* about */
    .about-us-section{
        padding: 60px 0px;
        color: var(--font-black);
    }
    .hero-line {
        font-size: 10vw;
        margin: 5px 0px;
        line-height: 1.4;
    }
    .infra_pillars img {
        max-width: 45%;
    }
    .contact-section img{
        height: 300px;
        object-fit: cover;
    }
    .contact_head {
        bottom: 16%;
    }
    .project_head_line{
        max-width: 100%;
    }
    .fixed_project_section{
        height: 80vh;
        padding: 20px 10px;
    }
    .project_head_line h4{
        font-size: 18px;
    }
    .project_head_line h6{
        font-size: 12px;
    }
    .project_second_line {
        position: relative;
        max-width: 100% !important;
        left: 0% !important;
        top: 0% !important;
        padding: 20px 15px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;

    }
    .location_pointers {
        position: absolute;
        top: 184px;
        right: 15px;
        background: var(--infra-primary);
        padding: 30px 13px 10px;
        border-radius: 20px;
        width: 100%;
        max-width: 92% ;
    }
    .founders-section h4 {
        font-size: 1rem !important;
    }
    .founders_quote {
        font-size: 127px !important;
        top: -130px !important;
    }
   .founders_image {
        position: absolute;
        bottom: 230px !important;
        max-width: 50% !important;
        right: 14px !important;
    }
    .rera_number {
        font-size: 0.5rem !important;
    }
    .project-card .info p.project_location {
        font-size: 0.6rem !important;
    }
    .project-card .info h3 {
        font-size: 0.8rem !important;
    }
    .project_details_section {
        margin-top: 101px;
    }
    .sahajnivas_project_details h3{
       font-size:1.2rem; 
    }
    .sahajnivas_project_details h2{
        font-size:1.8rem; 
    }
    .footer a,.contact_links p,.sub_footer span, .sub_footer a{
        color:#ffffff;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .main-heading {
        position: absolute;
        top: 40%;
        left: 19%;
        text-align: center;
    }
    /*.founders_image {*/
    /*    max-width: 26%;*/
    /*    top: -479px;*/
    /*}*/
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /*      .founders_image {*/
    /*max-width: 79% !important;*/
    /*}*/
    .project_second_line {
    top: -60px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1460px) {
    .project_second_line {
        left: 20%;
        top: -140px;
        max-width: 65%;
    }
    .main-heading {
        left: 29%;
    }
    .hero-section-one {
        left: 18%;
    }
    /*.founders_image {*/
    /*    max-width: 71% !important;*/
    /*}*/
}
@media only screen and (min-width: 1461px) and (max-width: 1520px) {
     .hero-section-one {
        left: 17%;
    }
}

@media only screen and (min-width: 1461px) and (max-width: 1900px) {}

@media only screen and (min-width: 1901px) and (max-width: 2399px) {
    .main-heading {
        left: 36%;
    }
    .hero-section-one {
        left: 25%;
    }
    .contact_head {
        left: 15%;
    }
    .project_second_line {
        left: 25%;
        top: -58px;
        max-width: 50%;
    }
    /*.founders_image{*/
    /*    max-width: 63% !important;*/
    /*}*/
}

@media only screen and (min-width: 2400px) {
    .project_second_line {
    left: 27%;
    top: -41px;
    opacity: 0;
    padding: 20px 40px;
    width: 100%;
    max-width: 44%;
    }
    /*.founders_image {*/
    /*max-width: 63% !important;*/
    /*}*/
}



#news-slider{
    margin-top: 40px;
}
.post-slide{
   
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    /* box-shadow: 0px 14px 22px -9px #bbcbd8; */
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
    text-align: center;
}
.post-slide .post-img p{
    color: var(--infra-primary);
    font-weight: 500;
    font-family: var(--font-family);
    padding-top: 20px;
}
.post-slide .post-img img{
    width: 100%;
    height: 200px;
    transform: scale(1,1);
    transition:transform 0.2s linear;
    mix-blend-mode: multiply;
    object-fit: cover;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:16px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 16px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:40%;
    left:-15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:40%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}

.field {
position: fixed;
left: 48%;
bottom: 55px;
}

.field .scroll {
  width: 50px;
  height: 50px;
  border: 2px solid #d4d4d4;
  border-radius: 50%;
  position: relative;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
}
.field .scroll::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #d4d4d4;
  border-bottom: 2px solid #d4d4d4;
  transform: rotate(-45deg);
}

@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}

.rera_number{
    font-size: 0.7rem;
}
.arrow{
    background: #ffffff;
    padding: 7px 11px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    cursor: pointer;
}
.left-arrow{
    position: absolute;
    left: 10%;
    top: 60px;
}
.right-arrow{
    position: absolute;
    right: 10%;
    top: 60px;
}
.serenity_brand{
        position: absolute;
    max-width: 8%;
    right: 46px;
    top: 54%;
    padding-top: 100px;
}
 .founders-section{
            background-color: #f4f4f4;
        }
        .founders-section .row{
            background:#314550;
        }
        .founders-section h4{
            color: #ffffff;
            font-weight: 300;
            font-size: 1.3rem;
        }
        .founders-section h5{
            color: #c9a658;
            font-weight: 300;
            font-style: italic;
        }
        .founders-section h6{
            color: #ffffff;
            font-weight: 300;
            font-style: italic;
        }
        .founders_content{
            z-index: 4;
        }
        .founders_quote{
            position: absolute;
            color: #558499;
            font-size: 206px;
            top: -136px;
            height: fit-content;
            transform: translate(-26px 30px 30px);
            transform: scaleY(-1);
            opacity: 0.1;
            z-index: -1;
        }
        .founders_image{
            position: absolute;
            bottom: -137px;
            max-width: 80%;
            right: 0px;
        }
        
        
        
        
        
        
        
        .select2-selection__choice{
  background-color: var(--bs-gray-200);
  border: none !important;
  font-size: 12px;
  font-size: 0.85rem !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: 0.75rem;
    height: 0.75rem;
    padding: 0.25em;
    margin-right: 0.25rem;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    /* background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) 50%/0.75rem auto no-repeat; */
    /* border: 0; */
}

.select2-results__option[aria-selected] {
    background: white;
    cursor: pointer;
    /* color: #fff; */
}
.select2-results__option[aria-selected]:hover {
    background: grey !important;
    cursor: pointer;
    color: #fff !important;
}
.heading-two{
    color: var(--infra-primary);
}
.heading-three{
    color: var(--infra-secondary);

}
.heading-three:hover{
    color: var(--infra-secondary);
}