@font-face {
    font-family: 'Neue-Machina-Regular'; /* Choose a name for your font */
    src: url('../fonts/NeueMachina-Regular.otf') format('truetype'); /* Correct path to your font file */
    font-style: normal;
}

@font-face {
    font-family: 'Neue-Machina-Medium'; /* Choose a name for your font */
    src: url('../fonts/NeueMachina-Medium.otf') format('truetype'); /* Correct path to your font file */
    font-style: normal;
}

@font-face {
    font-family: 'Neue-Machina-Ultralight'; /* Choose a name for your font */
    src: url('../fonts/NeueMachina-Ultralight.otf') format('truetype'); /* Correct path to your font file */
    font-style: normal;
}

@font-face {
    font-family: 'Neue-Machina-Light'; /* Choose a name for your font */
    src: url('../fonts/NeueMachina-Light.otf') format('truetype'); /* Correct path to your font file */
    font-style: normal;
}

@font-face {
    font-family: 'Neue-Machina-Bold'; /* Choose a name for your font */
    src: url('../fonts/NeueMachina-Bold.otf') format('truetype'); /* Correct path to your font file */
    font-style: normal;
}

@font-face {
    font-family: 'Neue-Machina-Ultrabold'; /* Choose a name for your font */
    src: url('../fonts/NeueMachina-Ultrabold.otf') format('truetype'); /* Correct path to your font file */
    font-style: normal;
}

@font-face {
    font-family: 'Neue-Machina-Black'; /* Choose a name for your font */
    src: url('../fonts/NeueMachina-Black.otf') format('truetype'); /* Correct path to your font file */
    font-style: normal;
}


*{
    padding:0px;
    margin:0px; 
}

a{
    text-decoration: none !important;
    color:black;
}

p{
    font-size: 20px !important;
}

@media only screen and (max-width: 680px) {
    p{
        font-size: 18px !important;
        line-height: 24px;
    }
}

@media only screen and (min-width:670px) and (max-width: 1300px) {
    p{
        font-size: 17px !important;
        /* line-height: 22px; */
    }
}
/* BACKGROUND UTILITY CLASSES */
.bg-blue--100{
    background-color: #e6ecf8;
    color:#16213b !important;
}

.bg-blue--600{
    background-color: #2c569d;
}

.bg-blue--700{
    background-color: #25457f;
}

.bg-blue--950{
    background-color: #16213b;
    color:#fff !important;
}

.bg-green--100{
    background-color: #e8f4e4;
}

.bg-green--300{
    background-color:#b6dcae ;
}

.bg-green--400{
    background-color:#7bba6e ;
}

.bg-green--500{
    background-color:#589e49 ;
}

.bg-transparent{
    background-color: transparent;
}

.text-blue{
    color:#25457f;
}

.text-green{
    color:#589e49;
}
/* BACKGROUND UTILITY CLASSES */

/* BUTTON CLASSES */
.cta-btn--blue{
    background-color: #2c569d;
    color:#fff;
    border: none;
    padding:15px 40px;
    border-radius: 0px !important;
    transition: background-color 0.3s ease;
}

.cta-btn--green{
    background-color: #7bba6e;
    color:#fff;
    border: none;
    padding:15px 40px;
    border-radius: 0px !important;
    transition: background-color 0.3s ease;
}

.cta-btn-outline--white{
    background-color: transparent;
    color:#fff;
    border: 2px solid #fff;
    padding:15px 40px;
    border-radius: 0px !important;
    transition: background-color 0.3s ease;
}
/* BUTTON CLASSES */
.section-wrap{
    padding:100px 70px 0px 70px !important;
}

.section-wrap-bottom{
    padding:100px 70px 100px 70px !important;
}

@media only screen and (max-width: 768px){

    .section-wrap{
        padding:50px 20px 0px 20px !important;
    }

    .section-wrap-bottom{
        padding:50px 20px 50px 20px !important;
    }

}

@media only screen and (min-width:1300px){

    .section-wrap{
        padding:100px 100px 0px 100px !important;
    }
    
    .section-wrap-bottom{
        padding:100px 100px 100px 100px !important;
    }

}

.home-banner{
    margin-top:-170px;
height:100vh;
position:relative;
background: #16213b;
}

@media only screen and (max-width:668px){
    .home-banner {
        margin-top:-65px; 
        background: #fff;
    }
}

.enriching-img{
    margin-top:100px;
}

.links{
    color:#fff;
    font-size: 18px;
    z-index:2;
}
.navbar-blue--950{
    background-color: #16213b;
    color:#fff !important;
}

.home-banner-overlay{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height:100vh;
    padding:150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end !important;
    align-items: flex-start;
}

@media only screen and (min-width:670px) and (max-width:1290px){
    .home-banner-overlay{
        position:absolute;
        top:0;
        left:0;
        width: 100%;
        height:125vh;
        padding:150px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end !important;
        align-items: flex-start;
    } 
}

@media only screen and (max-width:668px){
    .cta-btn--green {
        padding:10px 25px;
    }

    .cta-btn-outline--white {
        padding:10px 25px;
    }

    .home-banner-overlay{
        position:absolute;
        top:0;
        left:0;
        width: 100%;
        height:76vh;
        padding:50px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end !important;
        align-items: flex-start;
    }
}

.title{
    /* font-family: 'Playfair Display', sans-serif; */
    font-family: 'Neue-Machina-Bold', sans-serif;

}

.title--25{
    font-size:25px;
}

}
.title--30{
    font-size:30px;
}

.title--32{
    font-size:32px;
}

.title--40{
    font-size:40px;
   }

.title--50{
 font-size:50px;
}

.title--60{
    font-size:60px;
}

.title--70{
    font-size:70px;
}

@media only screen and (max-width: 680px) {
    .title--40{
        font-size:36px;
       }

    .title--50{
        font-size:36px;
    }

    .title--60{
        font-size:46px;
    }

    .title--30{
        font-size:26px;
    }
}

.dropdown{
    position:static !important;
}

.dropdown-main-menu{
 font-size: 17px !important;
 font-weight: 550 !important;
}

/* Default styling for dropdown items */
.dropdown-item {
    position: relative;
    font-size: 16px;
    text-decoration: none;
    /* display: inline-block; */
    transition: color 0.3s ease;

}

/* Create the underline effect */
.dropdown-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px; /* Adjust thickness of underline */
    background-color: #3A6AB2; /* Change this to match your design */
    transition: width 0.3s ease-in-out;
}

/* Expand underline on hover */
.dropdown-item:hover::after {
    width: 100%;
}

.dropdown-item:hover{
    background-color: transparent !important;
    color: #3A6AB2;
}

.vd-custom-dropdown{
    width: 100vw !important;
    border-radius: 0px !important;
    left: 0px !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: inline-block;
}


/* CUSTOM NAVIGATION BAR START */
/* Custom Navbar */
.custom-navbar {
    background-color: transparent !important;
    position: relative;
    z-index: 9999999;
    border-bottom: 1px solid #ffffff66;
}

/* Style the toggler button */
.custom-toggler {
    border: none;
}

.custom-toggler .navbar-toggler-icon {
    background-image: none;
    width: 30px;
    height: 2px;
    background-color: white;
    position: relative;
}

.custom-toggler .navbar-toggler-icon::before,
.custom-toggler .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: white;
}

.custom-toggler .navbar-toggler-icon::before {
    top: -8px;
}

.custom-toggler .navbar-toggler-icon::after {
    top: 8px;
}

/* Fullscreen Menu */
.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255);
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease-in-out, visibility 0.3s ease-in-out;
}

.fullscreen-menu.show {
    opacity: 1;
    visibility: visible;
}

/* Close Button */
.close-menu {
    position: absolute;
    top: -2px;
    right: 25px;
    font-size: 40px;
    color: black;
    background: none;
    border: none;
    cursor: pointer;
}

/* CUSTOM NAVIGATION BAR END */


.our-business-wrap-1{
    background: url('../images/home/our-business/interior-2.png'); 
    background-size: cover;
    height: 100vh; /* Adjust the height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.our-business-wrap-2{
    background: url('../images/home/our-business/turnkey.png'); 
    background-size: cover;
    height: 100vh; /* Adjust the height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.our-business-wrap-3{
    background: url('../images/home/our-business/commercial-1.png'); 
    background-size: cover;
    height: 100vh; /* Adjust the height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.our-business-wrap-4{
    background: url('../images/home/our-business/residential-3.png'); 
    background-size: cover;
    height: 100vh; /* Adjust the height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.our-business-wrap-5{
    background: url('../images/home/our-business/manufacture-1.png'); 
    background-size: cover;
    height: 100vh; /* Adjust the height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.our-business-wrap-6{
    background: url('../images/home/our-business/lighting-1.png'); 
    background-size: cover;
    height: 100vh; /* Adjust the height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.our-business-wrap-7{
    background: url('../images/home/our-business-mobile.png'); 
    background-size: cover;
    height: 90vh; /* Adjust the height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.business-content{
    position: relative;
    z-index: 2;
}

.business-title{
    font-size:55px;
}

@media only screen and (min-width: 668px) and (max-width :1250px){
    .our-business-wrap-1{
        background: url('../images/home/our-business/interior-2.png'); 
        background-size: cover;
        height: 140vh; /* Adjust the height as needed */
        display: flex;
        align-items: center;
        justify-content: center;
        position:relative;
    }

    .our-business-wrap-2{
        background: url('../images/home/our-business/turnkey.png'); 
        background-size: cover;
        height: 140vh; /* Adjust the height as needed */
        display: flex;
        align-items: center;
        justify-content: center;
        position:relative;
    }
    
    .our-business-wrap-3{
        background: url('../images/home/our-business/commercial-1.png'); 
        background-size: cover;
        height: 140vh; /* Adjust the height as needed */
        display: flex;
        align-items: center;
        justify-content: center;
        position:relative;
    }
    
    .our-business-wrap-4{
        background: url('../images/home/our-business/residential-3.png'); 
        background-size: cover;
        height: 140vh; /* Adjust the height as needed */
        display: flex;
        align-items: center;
        justify-content: center;
        position:relative;
    }
    
    .our-business-wrap-5{
        background: url('../images/home/our-business/manufacture-1.png'); 
        background-size: cover;
        height: 140vh; /* Adjust the height as needed */
        display: flex;
        align-items: center;
        justify-content: center;
        position:relative;
    }
    
    .our-business-wrap-6{
        background: url('../images/home/our-business/lighting-1.png'); 
        background-size: cover;
        height: 140vh; /* Adjust the height as needed */
        display: flex;
        align-items: center;
        justify-content: center;
        position:relative;
    }
    
    .our-business-wrap-7{
        background: url('../images/home/our-business-mobile.png'); 
        background-size: cover;
        height: 90vh; /* Adjust the height as needed */
        display: flex;
        align-items: center;
        justify-content: center;
        position:relative;
    }
}

@media (max-width: 690px) {

    .business-title{
        font-size:30px;
    }
    
}

.business-list{
    border-bottom:2px solid white !important;
    cursor: pointer !important;
}
.business-list h6{
    /* font-size: 20px; */
    color:#fff;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.business-list:hover h5{
    transform: scale(1.05);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.business-list:hover{
    border-bottom:3px solid #3A6AB2 !important;
}

.business-list-active{
    border-bottom:3px solid #3A6AB2 !important;
}

.career-section{
    background: url('../images/home/career.png');
    background-size: cover;
    /* height: 100vh; Adjust the height as needed */
}


.hero-banner{
    position: relative;
}

.hero-banner-img{
    width: 100%;
    margin-top:-200px;
}

.hero-banner-overlay{
    position: absolute;
    top: 100px !important;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.green-underline{
    position: absolute;
    width: 10%;
    height: 4px;
    background-color: #7bba6e;
    margin-top: 10px;
    z-index: 2;
    opacity: 1;
}

@media only screen and (max-width: 680px) {
  
       .green-underline {
        position: absolute;
        width: 10%;
        height: 4px;
        background-color: #7bba6e;
        margin-top: 10px;
        z-index: 2;
        opacity: 1;
        top: 35%;
    }

    .hero-banner-overlay {
        position: absolute;
        /* top: -220px !important; */
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}
/* Business page start */
.business-card {
    position: relative;
    overflow: hidden; /* Ensures the image doesn't exceed container bounds */
    cursor: pointer;
}

.business-card h2{
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: white;
}

.business-card img {
    transition: transform 0.9s ease-in-out;
}

.business-card:hover img {
    transform: scale(1.2);
}

.business-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5) 70%);
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: inherit;
}

.business-overlay-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5) 70%);
    top:0px;
    z-index: inherit;
}

.green-line{
    width: 100%;
    height: 3px;
    background-color: #7bba6e;
    margin-bottom: 5px;
    opacity: 1;
    border:none;
}

.blue-line{
    width: 100%;
    height: 3px;
    background-color: #3A6AB2;
    margin-bottom: 5px;
    opacity: 1;
    border:none;
}

.business-service-included-list{
    font-size:17px;
}
.custom-tab:first-of-type {
    text-align: left;
    padding: 20px 40px;
    font-size: 20px;
    border:1px solid #cccaca !important;
    /* border-top:0px !important; */
    border-radius: 0px !important;
    color:#16213b;
}

.custom-tab{
    text-align: left;
    padding: 20px 40px;
    font-size: 20px;
    border:1px solid #cccaca !important;
    border-top:0px !important;
    border-radius: 0px !important;
    color:#16213b;
}

.custom-tab:hover{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1 );
    border-left:3px solid #3A6AB2 !important;
    background-color: #3A6AB2 !important;
    color:#fff !important;
}

.custom-tab.active{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1 );
    border:1px solid #70a3ef !important;
    border-left:4px solid #3A6AB2 !important;
    background-color: #fff !important;
    color:#3A6AB2 !important; 
}

.fade:not(.show) {
    display: none;
}

.business-arrow{
    height:50px;
}

@media only screen and (max-width:680px){
    .business-arrow{
        height:40px;
    }
}
/* Business page end */

/* career page start */
.join-card{
    position:relative;
}
.apply-card-overlay{
position :absolute;
top:0;
left: 12px;
width:96.4%;
height:100%;
padding:10px 20px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width:680px){
    .apply-card-overlay{
        position :absolute;
        top:0;
        left: 12px;
        width:94%;
        height:100%;
        padding:10px 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        background-color: rgba(0, 0, 0, 0.5);
        }
}

.cta-btn-outline--small-rounded-white{
    padding: 7px 30px;
    font-size: 18px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    border-radius: 50px;
}

.work-life-balance-bg{
    background: url('../images/career/work-life-balance.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.founder-words{
    font-weight: 400 !important;
    line-height: 35px;
    font-size: 20px;

}

.career-manoj{
    position: absolute !important;
    bottom:0;
}

.career-manoj-card{
    position: relative; 
    height:110vh;
}

@media only screen and (min-width:1300px){
    .career-manoj-card{
        position: relative; 
        height:70vh;
    }

    .founder-words{
        font-weight: 400 !important;
        line-height: 35px;
        font-size: 24px;
    
    }
}
@media only screen and (max-width: 668px){
    .work-life-balance-bg{
        background: url('../images/career/work-life-balance-mobile.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
}
/* career page end */

/* sustainability start */
.last-section{
    background: url('../images/sustainability/net-zero/goal-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
/* sustainability end */

/* about page start */
.capability-card{
    position : relative;
    cursor: pointer;
}

.capability-overlay{
    position :absolute;
    bottom:0;
    left:0px;
    width:100%;
    padding:10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    cursor: pointer;
}

.manufacturing-div{
    position : relative;
}

.manufacturing-overlay{
    position : absolute;
    width: 50%;
    top:30%;
}

.who-div{
    background: url('../images/about/who-desktop.png');
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 668px){
    .who-div{
        background: url('../images/about/who-mobile.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
}
/* about page end */

/* footer start */
.footer-links{
    font-size:16px !important; 
    cursor: pointer;
}

.footer-links:hover{
    color:#25457f;
}

.footer-link-head{
    font-size:18px !important;
    cursor: pointer;
    font-weight:600 !important;
}

.footer-link-head:hover{
    color:#25457f;
}
/* footer end */

/* header start */
.desktop-logo{
    margin-top:-100px;
    margin-left:-80px;
    height: 50px;
}

@media only screen and (min-width: 768px) and (max-width:1290px){
    .desktop-logo{
        margin-top:-90px;
        margin-left:-20px;
        height: 40px;
    }
}
/* header end */

.bg-innovation{
    background: url('../images/about/innovation/innovation-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}


.bg-2018{
    background: url('../images/about/innovation/innovation-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    border:20px solid #B6DCAE;
}

.history-position{
    position : relative;
}

.line-1{
    position : absolute;
    bottom :-90px;
}

.line-2{
    height: 300px;
    position: absolute;
    bottom: -146px;
    left: 0;
}

.line-3{
    height: 300px;
    position: absolute;
    bottom: -200px;
    left: 180px;
}

.history-overlay-1{
    position :absolute;
    top:0px;
}

.history-overlay-2{
    position :absolute;
    top:0px;
}

.contact-mobile{
    padding:20px;
    border-top:1px solid lightgrey;
    font-size: 16px !important;
}

.carousel-control-next{
        background: black;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    top: 42%;
}

.carousel-control-prev {
    background: black;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    top: 41%;
}