@font-face {
    font-family: 'Aptos';
    src: url('../fonts/Aptos.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aptos';
    src: url('../fonts/Aptos-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Aptos';
    src: url('../fonts/Aptos-Black-Italic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Aptos';
    src: url('../fonts/Aptos-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Aptos';
    src: url('../fonts/Aptos-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Aptos';
    src: url('../fonts/Aptos-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: 'Aptos', sans-serif;
    overflow-x: hidden;
}

/* Default Dark Mode */
body {
    background-color: #fff;
    color: #000;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Light Mode */
body.light-mode {
    background-color: #000;
    color: #fff;
}

a {
    text-decoration: none;
}

header {
    background-color: black;
    padding: 20px 0px;
    border-bottom: 1px solid grey;
    border-bottom: 0.5px solid #767676;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(11.199999809265137px);
}

.common_padding {
    padding: 0px 80px;
}

.header_links p a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header_links {
    display: flex;
    align-items: center;
}

.header_links p {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.main_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.light-mode .facility-heading h3{
    color: #fff;
}
#light {
    padding-left: 30px;
}

.banner_section {
    background-color: black;
    height: 100vh;
    position: relative;
}

.banner_section video {
    height: 80vh;
    object-fit: cover;
}

.banner_content {
    position: absolute;
    top: 0;
    left: 5%;
    width: 60%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) -3.49%, #000 46.32%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_content h2 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Aptos', sans-serif;
}

.banner_content p {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 20px;
}

.primary_btn {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    padding: 10px 40px;
    border: 1px solid grey;
    background-color: transparent;
    margin-top: 25px;
    height: fit-content;

}
/* .banner-btn {
    color: #fff !important;
}
.banner-btn:hover{
    color: #83bf00 !important;
} */
.primary_btn:hover {
    background-color: white;
    color: #83bf00;
}


.dropdown-toggle::after{
    color: #8dca0a;
}
.dropdown-menu.show{
    background: #fff !important;
    border-radius: 0px 0px 10px 10px;
border: 0.5px solid #767676;
margin-top: 39px !important;
padding: 14px;
}
.dropdown-item:active, .dropdown-item:hover{
    color: #83bf00 !important;
    text-decoration: none;
    background-color: transparent !important;
}
.light-mode .primary_btn {
    color: #fff;
}
.bottom_btn img {
    filter: contrast(0.5);
}
.light-mode .primary_btn:hover {
    background-color: #83bf00;
    color: white;
    border: 0;
}

.main_pt {
    padding-top: 70px;
}

.companies_section p {
    color: rgba(106, 106, 106, 0.70);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.763px;
    /* 150% */
}

.light-mode .companies_section p {
    color: rgb(255, 255, 255);
}

.light-mode .cmp_slider img {
    filter: inherit;
}
.cmp_slider img {
    height: 50px;
    object-fit: contain;
    filter: invert(1);
}

.abt video {
    height: 400px;
    object-fit: cover;
}
.benefits-sec li {
    width: 18%;
    margin-right: 20px;
    list-style: none;
}
.service_content p{
    color: #fff;
}
.abt {
    position: relative;
}
.benefits-sec ul{
    display: flex;
}

.dropdown-item{
    color:#000 !important;
}
.about_nova {
    margin: 0px 68px;
    padding: 20px;
    background-color: #fff;
    top: -160px;
    width: 90%;
    left: 0;
    justify-content: center;
    align-items: center;
    right: 0;
    display: inline-block;
}

.light-mode .about_nova {
    background-color: rgb(255, 255, 255);
}

.about_nova h3 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.light-mode .about_nova h3 {
    color: #000000;
}

.light-mode .about_nova p {
    color: #000000;
}

.about_nova p {
    color: #6A6A62;
    font-size: 22px;
    font-style: normal;
    font-weight: 200;
    line-height: 27px;
}

.border-left {
    position: relative;
}

.border-left::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    margin-right: 10px;
}

.light-mode .border-left::before {
    background-color: rgb(0, 0, 0);
}

.pt_100 {
    padding-top: 300px;
}

.head_flex {
    display: flex;
    justify-content: space-between;
}

.head_flex h3 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.light-mode .head_flex h3 {
    color: #fff;

}

.service_row {
    padding-top: 40px;
    padding-bottom: 40px;

}

.service_row h4 {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 125% */
    text-transform: capitalize;
}

.light-mode .service_row h4 {
    color: #fff;
}

.core_serive {
    background-image: url(../images/index/s1.png);
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.avs-service1{
    background-image: url(../images/index/a1.png);
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .5s;
}
.avs-service1:hover{
    background-image: url(../images/index/a1-hover.png);
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .5s;
}
.avs-service2{
    background-image: url(../images/index/a2.png);
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .5s;
}
.avs-service2:hover{
    background-image: url(../images/index/a2-hover.png);
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .5s;
}
.avs-service3{
    background-image: url(../images/index/a3.png);
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .5s;
}
.avs-service3:hover{
    background-image: url(../images/index/a3-hover.png);
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .5s;
}
.avs-service4{
    background-image: url(../images/index/a4.png);
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .5s;
}
.avs-service4:hover{
    background-image: url(../images/index/a4-hover.png);
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .5s;
}

.fm-service1{
    background-image: url(../images/index/f1.png);
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .5s;
}

.fm-service2{
    background-image: url(../images/index/f2.png);
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .5s;
}

.fm-service3{
    background-image: url(../images/index/f3.png);
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .5s;
}



.core_serive h3 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    /* 93.75% */
    text-transform: capitalize;
}



.core_serive2 {
    background-image: url(../images/index/s2.png);
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.core_serive2 h3 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    /* 93.75% */
    text-transform: capitalize;
}

.service_content {
    background-color: #000;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
    transform: translatey(120%);
    transition: 1s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service_slider .swiper-slide:hover .service_content {
    transform: translateX(0);
    transition: 1s;


}
.audio-redirection a{
    color: #83BF00;
    font-size: 28px;
    text-decoration-line: underline;
}

.audio-redirection p{
    color: #000;
font-size: 28px;
font-style: normal;
font-weight: 300;
text-transform: capitalize;
}

.light-mode .audio-redirection p{
    color: #fff;
}
.service_content p a {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.4px;
}
.service_content p, .service_content a {
    color: #fff;
}
.we_Do_row {
    padding-top: 40px;
}

.we_Do_row img {
    width: 100%;
}

.we_Do_row h4 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.light-mode .we_Do_row h4 {
    color: #fff;
}

.we_Do_row p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.light-mode .we_Do_row p {
    color: #fff;
}

.testi_Section h3 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 83px;
    /* 197.619% */
    letter-spacing: -0.42px;
    text-align: center;
}

.light-mode .testi_Section h3 {
    color: #fff;

}

.testi_box {
    border-radius: 26px;
    border: 2px solid rgb(111 111 111 / 10%);
    background: #fff;
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}




.light-mode .testi_box{
    background: #0D0D0D;
}
.testi_box img {
    width: 70px;
}

.testi_box p{
    text-align: left !important;
}

.testi_box p span {
    color: #000;
    -webkit-text-stroke-width: 2;
    -webkit-text-stroke-color: rgba(220, 220, 220, 0.10);
    font-size: 21px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 37.295px !important;
    padding-top: 20px;
    text-align: left !important;
    white-space-collapse: inherit !important;
    font-family: Aptos !important;
    white-space: normal !important;
}
.light-mode .testi_box p span{
    color: #fff !important;
}

.testi_box h4 {
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 2;
    -webkit-text-stroke-color: rgba(220, 220, 220, 0.10);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.798px;
    /* 103.992% */
    letter-spacing: 0.8px;
}
.toggle-read-more{
    color: #000;
}
.light-mode .testi_box h4, .light-mode .toggle-read-more{
    color: #fff;
}


.testi_box h6 {
    color: #000;
    -webkit-text-stroke-width: 2;
    -webkit-text-stroke-color: rgba(220, 220, 220, 0.10);
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 38.407px;
    /* 256.049% */
    letter-spacing: 0.15px;
}
.light-mode .testi_box h6{
    color: #fff;
}


.go_work_Section img {
    width: 30%;
}

.go_work_Section h4 {
    color: #000;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 49.087px;
    /* 115.625% */
    text-transform: capitalize;
}

.light-mode .go_work_Section h4 {
    color: #fff;
}

.go_work_Section p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    /* 139.447% */
}

.light-mode .go_work_Section p {
    color: #fff;
}

footer {
    border-top: 1px solid #6A6A6A;
    padding: 30px 0px;
}

.footer-row {
    padding-top: 30px;
}

.footer h4, footer h4 a {
    color: rgba(255, 255, 255, 0.70);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    /* 139.447% */
}
footer p:hover a {
    margin-left: 20px;
    color: green !important;
}
.light-mode footer h4, .light-mode footer h4 a {
    color: #fff;
}

footer p a {
    color: #2a2929;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    /* 139.447% */
    transition: .5s;
}
.home-service{
    height: 100%;
    display: flex;
    align-items: center;
}
.light-mode footer p a {
    color: #fff;
}

.socail_links {
    padding-top: 40px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.nova_footer {
    padding: 10px 30px;
}

.nova_footer img {
    width: 100%;
}
/* .service-exp-btn .primary_btn{
    color: #000;
} */

/* .footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.footer_bottom p {
    font-size: 17px;
    margin-bottom: 0;

}

.light-mode .footer_bottom p {
    color: #fff;
}

.footer_bottom img {
    width: 150px;
    margin: auto;
}

.audio_section h4 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 125% */
    text-transform: capitalize;
}

.light-mode .audio_section h4 {
    color: #fff;
}




.light-mode .dark_gif {
    display: block;
}

.light-mode .white_gif {
    display: none;
}

.dark_gif {
    display: none;
}

.white_gif {
    display: block;
}

.light-mode .light_gif {
    display: block;
}






.audio_service_box {
    position: relative;
}

.audio_service_box img {
    width: 100%;
}

.audio_content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -5.29%, #000 122.35%);
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding-left: 30px;
}

.audio_content h3 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    /* 93.75% */
    text-transform: capitalize;
}

.facility_box {
    position: relative;
    overflow: hidden;
}

.facility_box h3 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 37px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}

.faci_ab {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-90px);
    transition: 2s;
    z-index: 0;
}

.facility_box:hover .faci_ab {
    transform: translateX(0px);
    transition: 2s;


}

.facility_box p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: relative;
    z-index: 1;
}

.light-mode .facility_box h3 {
    color: #fff;
}

.light-mode .facility_box p {
    color: #fff;
}

.about_banner {
    background-color: #fff;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.light-mode .about_banner {
    background-color: #000;
}
.seg-image {
    margin-right: 10px;
}
.project-img{
    height: 380px;
    object-fit: cover;
}
.about-main-cont{
    margin-bottom: 120px;
}
.prj_banner {
    height: auto !important;
    padding-top: 350px;
}
.light-mode .dropdown-menu.show{
    background: #000 !important;
}
.light-mode .dropdown-item {
    color: #fff !important;
}
.service-head-sec h6{
    margin-bottom: 40px !important;
}
.service-head-sec h2{
    margin-bottom: 80px;
}
.service-head-sec p{
    margin-bottom: 50px;
}
.about_banner h6 {
    color: #83BF00;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.763px;
    margin-bottom: 0px;
}

.about_banner h2 {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.light-mode .about_banner h2 {
    color: #fff;
}

.about_banner p {
    color: #000;
    font-size: 27px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    padding-top: 20px;
}

.light-mode .about_banner p {
    color: #fff;
}

.about-content p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.light-mode .about-content p {
    color: #fff;
}

.our_mission h3 {
    color: #000;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.light-mode .our_mission h3 {
    color: #fff;
}

.light-mode .our_values h3 {
    color: #000;
}

.our_mission p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.light-mode .our_mission p {
    color: #fff;
}

.zoom-container {
    overflow: hidden;
    /* Ensures the image doesn't overflow the container */
    width: 100%;
    /* Set your desired width */
    height: 800px;
    /* Set your desired height */
}

.zoom-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the container */
    transform: scale(1);
    /* Initial scale */
    transition: transform 10s ease-in-out;
    /* Smooth zoom transition */
    animation: zoom-in 10s infinite alternate;
    /* Infinite zoom animation */
}

@keyframes zoom-in {
    0% {
        transform: scale(1);
        /* Start at original size */
    }

    100% {
        transform: scale(1.2);
        /* End with zoomed size */
    }
}

.our_values h3 {
    color: #000;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.light-mode .our_values h3 {
    color: #fff;
}

.light-mode .our_values p {
    color: #fff;
}

.our_values p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.value_box {
    border-radius: 10px;
    border: 2px solid rgba(220, 220, 220, 0.10);
    background: #0D0D0D;
    padding: 30px 15px;
       width: 100%;
    object-fit: contain;
    min-height: 600px;
    
}

.value_box img {
    width: 100%;
    object-fit: contain;
    height: 200px;
}

.value_box h4 {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 40px;
}

.value_box p {
    color: #FFF !important;
    font-size: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.our_history h3 {
    color: #000;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.light-mode .our_history h3 {
    color: #fff;
}

.our_history h5 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 37px;
    padding-top: 30px;
    text-transform: capitalize;
}

.light-mode .our_history h5 {
    color: #fff;
}

.conact_banner h6 {
    color: #83BF00;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.763px;
    /* 150% */
}

.banner_section {
    padding-top: 60px;
}

.contact_row {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    margin-bottom: 50px;
}

.address_box {
    padding: 0px 0px;
    display: flex;
}

.address_box h5 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 30%;
}

.light-mode .address_box h5 {
    color: #fff;
}

.light-mode .address_box p a, .light-mode  .address_box p {
    color: #fff;
}

.address_box p a, .address_box p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.ad_main_box {
    padding: 80px 55px;
    border-bottom: 0px solid grey;
}

.contact_row .border-end {
    border-color: grey !important;
}

.form_section {
    padding: 40px 0px 40px 70px;
}

.form_section h4 {
    color: #DCDCDC;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.form_Flex {
    display: flex;
    padding-top: 40px;
    padding-bottom: 17px;
    border-bottom: 1px solid grey;
}

.label_form {
    width: 30%;
}

.label_form h6 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.light-mode .label_form h6 {
    color: #000;
}

.form_Flex .form_input input {
    background-color: transparent;
    border: 0;
    width: 100%;
    color: white;
}

.form_input textarea {
    background-color: transparent;
    border: 0;
    width: 100%;
    color: white;
}

.text-areaa {
    padding-top: 40px;
    border-bottom: 1px solid grey;

}

.form_Flex .form_input {
    width: 70%;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}



.serv_p p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.light-mode .serv_p p {
    color: #ffffff;
}

.pt-ser {
    padding-top: 200px;
}

.service_row_box a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.light-mode .service_row_box a {
    color: #000;
}

.service_row_box .col-lg-4 {
    display: flex;
    flex-direction: column;
    /* align-content: space-between; */
    align-items: baseline;
    justify-content: space-between;
}

.service_row_box ul li {
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 8px;
}

.light-mode .service_row_box ul li, .light-mode .lets-go {
    color: #fff !important;
}
.service_moal .modal-content {
    background: #0D0D0D;
    width: 710px;
}
.modal_close {
    border: 0;
    background-color: transparent;
    width: 50px;
    margin-bottom: 20px;
}

.cmp_slider img {
    width: 77%;
    text-align: center;
    margin: auto;
}

.service_moal .modal-content p {
    font-size: 21px;
}

.projects_box:hover {
    /* padding: 30px; */
    border: 1px solid rgba(220, 220, 220, 0.15);
    background: #000;
    transition: 1s;

}

.projects_box:hover .proj_cont {
    transition: 1s;
    transform: translateY(-140px);
    background: rgb(0, 0, 0);
    padding: 24px;
}

.projects_box {
    transition: 1s;
    border: 1px solid rgba(220, 220, 220, 0.15);
    background: #000;
    position: relative;
    overflow: hidden;
    height: 400px;
    margin-bottom: 25px;
}

.proj_cont {
    transform: translateY(100%);
    transition: 1s;
}

.proj_cont h4 {
    color: #DCDCDC;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    text-transform: capitalize;

    padding-bottom: 10px;
}
.proj_cont p {
    color: #fff;
    margin: 0;
}
.prj_main_img {
    position: relative;
    height: 400px;
    object-fit: cover;
}

.prj_arow img {
    width: 80px;
}
.lets-go{
    color: #000 !important;
}
.prj_arow {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 100%;
    margin-left: auto;
    text-align: end;
    transition: 1s;
}

.projects_box:hover .prj_arow {
    top: 44px;
    right: 44px;
    transition: 1s;

}


.prj_det_banner {
    margin-top: 50px;
}

.detail_content h3 {
    color: #000;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.light-mode .detail_content h3 {
    color: #fff;
}


.detail_content p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 70px;
    margin: 0px auto;
    width: 55%;
}
.light-mode .detail_content span, .light-mode .detail_content strong {
    color: #fff !important;
}
.light-mode .detail_content p{
    color: #fff;
}

.contact_banner {
    height: 100%;
}

.seg_cont div a {
    display: flex;
    justify-content: space-between;
    margin: 0px 30px;
    padding: 55px 0 35px;

}

.seg_cont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98.5%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -5.29%, #000 122.35%);
}

.seg_cont h4 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-transform: capitalize;
}
.service_row_box {
    margin-top: 17px;
    margin-left: 17px;
    margin-right: 17px;
}

.seg_Det img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.seg_Det {
    padding-bottom: 40px;
}

.seg_Det h3 {
    color: #000;
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.seg_Det ul li {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: normal;
}

.bottom_footer {}

/* .cmp_slider .swiper-slide div {
    background-color: #000;
    padding: 20px;
} */

.ver {
    height: 40px;
    margin: 0;
}

.ver .swiper-slide {
    display: flex;
    justify-content: left;
    align-items: center;
}

.ver h6 {
    margin-bottom: 0;
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.facility_p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.light-mode .facility_p{
    color: #fff;
}








.time_main{

}

.timeline {
  display: flex;
  align-items: center;
  position: relative;
  gap: 50px;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 100px;
}

.timeline-item {
  text-align: center;
  position: relative;
  cursor: pointer;
}

/* .timeline-item .line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 50%;
  height: 2px;
  background-color: #555;
  z-index: -1;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}

.timeline-item .dot {
  width: 20px;
  height: 20px;
  background-color: #555;
  border-radius: 50%;
  margin: 0 auto;
  transition: background-color 0.3s, transform 0.3s;
  z-index: 1;
} */

/* .timeline-item:hover ~ .timeline-item .line {
  background-color: #555;
}

.timeline-item.active .line {
  background-color: #83BF00
}

.timeline-item.active .dot {
  background-color: #83BF00;
  transform: scale(1.2);
} */

/* .timeline-item .content {
  position: absolute;
  bottom: -114px;
  left: 0;
  width: 400px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
} */

/* .timeline-item:hover .content {
  opacity: 1;
  pointer-events: auto;
} */

/* .timeline:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #555;
  z-index: -2;
} */

.light-mode .seg_Det h3{
    color: #fff;
}
.light-mode .seg_Det ul li{
    color: #fff;
}

.light-mode .about_nova{
    background-color: #000;
}
.light-mode .about_nova h3{
    color: #fff;
}
.light-mode .about_nova p{
    color:#fff;
}
.light-mode .border-left::before{
    background-color: #fff;
}





/* General Styling */
.timeline-container {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    color: #000;
    text-align: center;
}

/* Swiper */
.timeline-swiper {
    width: 100%;
}

/* Timeline Item */
.timeline-item {
    position: relative;
    text-align: center;
    width: auto;
    padding-top: 30px;
}

/* Line between dots */
.timeline-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: green;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

/* Dots */
.dot {
    width: 20px;
    height: 20px;
    background: green;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: 30px;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}
.timeline-item h3, .timeline-item p{
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.timeline-item p{
    font-weight: 400;
}

/* Glowing effect for active dot */
.timeline-item.active .dot {
    box-shadow: 0 0 15px 5px limegreen;
}

/* Content Styling */
.timeline-item .content {
    margin-top: 20px;
    opacity: 0.7;
    transition: opacity 0.3s;
    text-align: left;
    margin-right: 25px;
}

.timeline-item.active .content {
    opacity: 1;
    font-weight: bold;
}


/* Swiper Navigation Buttons */
.swiper-button-next, .swiper-button-prev {
    color: green;
}

.card-policy{
    border-radius: 26px;
    border: 2px solid rgba(220, 220, 220, 0.10);
    background: #0D0D0D;
    min-height: 100%;
    color: #fff;
    padding: 22px;
}
.card-policy h5{
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 20px;
}
.card-policy p{
    font-size: 20px;
font-style: normal;
font-weight: 300;
color: #fff;
line-height: normal;
}
.light-mode .timeline-item h3, .light-mode .timeline-item p{
    color: #fff;
}

.banner-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255, 255, 255);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 2s;
    transition-timing-function: ease-out;
    z-index: -1;
    border-radius: 0px 50px 50px 0;
    color: #83bf00 !important;
  }
  .banner-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.518);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 2s;
    transition-timing-function: ease-out;
    z-index: -1;
    border-radius: 0px 50px 50px 0;
  }
  .banner-btn:hover {
    color: #83bf00 !important;
  }
  .banner-btn:hover:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
    border-radius: 0;
    color: #83bf00 !important;
  }
  .banner-btn:hover:after {
    transform: scaleX(1.02);
    transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
    border-radius: 0;
  }
  .light-mode .banner-btn{
    color: #fff;
  }
  .banner-btn {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    padding: 18px 30px;
    border: 1px solid grey;
    background-color: transparent;
    margin-top: 25px;
    height: fit-content;
    position: relative;
    z-index: 3;
}
.zoom-img {
    overflow: hidden;
  }
  
  .zoom-img  img {
    width: 100%;
    transition: all .3s ease-in-out;
    height: auto;
  }
  
  .zoom-img img:hover {
    transform: scale(1.2);
  }

  .swiper-pagination-vertical.swiper-pagination-bullets{
    top: inherit !important;
    bottom: 0;
  }
  .swiper-pagination-bullet-active{
    background: #000 !important;
  }
  .light-mode .swiper-pagination-bullet-active{
    background: #fff !important;
  }
  .swiper-pagination-bullet{
    background: #888;
  }

  .our_mission {
    margin: 80px 0;
}
.card-policy:hover {
    border: 3px solid #83bf00;
    transition: .5s;
}
.about_nova ul {
    padding-left: 16px;
}
.facility-heading h3{
    color: #000;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;

}
.light-mode .facility-heading h5{
    color:#fff;
}
.facility-heading h5{
    color: #000;
font-size: 28px;
font-style: normal;
font-weight: 300;
line-height: 37px; /* 115.625% */
text-transform: capitalize;
min-height: 100px;
}
.header_links a:hover{
    color: #83bf00;
}
.seg-image img:hover {
    filter: blur(3px);
}
.seg-sec {
    margin-bottom: 100px;
}
.light-mode .filter-sec a {
    color: #fff !important;
}
.filter-sec a{
    color: #000;
    font-size: 21.619px;
font-style: normal;
font-weight: 400;
}
.light-mode .filter-sec a{
    color: #fff;
}
.light-mode .filter-sec img{
    filter: hue-rotate();
}
.pj-detail img{
    height: 550px;
    object-fit: cover;
    object-position: center;
}
.filter-sec img {
    filter: invert(1);
    margin-left: 10px;
}
.filter-sec {
    text-align: right;
    margin-bottom: 40px;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 12px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #83BF00;
    background: transparent;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #83BF00;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.filter-modal .modal-content{
    background-color: #000 !important;
}

.filter-btn button{
    border: 1px solid #FFF;
    background: transparent;
    color: #fff;
    padding: 5px 30px;
    width: 110px;
}
.filter-btn {
    text-align: center;
}
.filter-modal .modal-content {
    background-color: #000 !important;
    width: 477px !important;
    height: fit-content;
    padding: 20px;
}

.filter-modal .modal-body{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.portfolio-sec, .testi-bottom{
    margin-bottom: 130px;
}
.contentDiv button{
    border: 0;
    background: transparent;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 3;
}
.light-mode .contentDiv button img {
    filter: invert(1);
}

.light-mode .dark-logo {
    display: block;
}
.dark-logo {
    display: none;
}
.light-mode .light-logo {
    display: none;
}
.light-logo {
    display: block;
}
.header_links p a.active {
    color: #83bf00 !important;
}

#next-section {
    margin-top: 90px;
}
.corporate-sec{
    margin-bottom: 130px;
}