html,
body {
	height: 100%;
}
body{
  font-family: 'Roboto',sans-serif;
  font-style: normal;
  margin: 0px;
}
.container {
  max-width: 1300px; /* keeps content from stretching too wide */
  margin: 0 auto;
}
/*.row{
     max-width: 1320px;
     margin-right: auto;
     margin-left: auto;
}*/
.contact-nav{
  background-color: #865ff0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0.5rem 3rem;
}
.contact-text{
  color: #FFFFFF;
  font-weight:400;
  font-size: 16px;
  gap: 6px;
  display: flex;
  align-items: center;
  padding-right: 25px;
}
.contact-img{
width: 20px;
height: 20px;
}
/*--- This is new nav ----*/


a:hover{
  transition: .1s;
  color: #865ff0;
}
a.active{
  background: #272727;
  transition: .5s;
  color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.checkbtn{
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}

/*--- Banner ---*/
.banner-main{
  position: relative;
  width: 100%;
  overflow: hidden;
 /* height: 100vh;  Full screen */
}
.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.banner-main2{
    position: relative;
    width: 100%;
    height: 100%;
    background: url('/assets/imgs/Banner-leniear.png') no-repeat center center;
    background-size: cover;
}
.banner-text{
  padding: 15rem 0rem 8rem; 
  text-align: center;
}
.banner-text p{
  text-align: center;
  font-weight: 700;
  color: #865ff0;
  font-size: 64px;
  line-height: 100px;
  text-transform: uppercase;
}
.banner-text p span{
  color: #FFFFFF;
}
.banner-btn{
  background-color: #865ff0;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  margin-top: 35px;
  padding: 15px 40px;
  border: none;
  border-radius: 35px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.bar-line{
    position: relative;
    text-align: center;
    height: 0px;
    z-index: 10;
    border: 6px solid #865ff0;
    width: 70%;
    margin-top: -12px;
}
.bar-line img{
    margin-top: -36px;
    width: 70%;
}
/*--.social-icons{
  display: grid;
  position: absolute;
  bottom: 10px;
  right: 50px;
}
.social-icons img{
  width:50px;
  margin: 14px;
}--*/

.technical-section{
  width: 100%;
  background-color: #292735;
  padding: 4rem;
  background-size: cover;
}
.technical-heading{
color: #fff;
text-align: center;
font-weight: 900;
font-size: 50px;
line-height: 130%;
}
.technical-heading span{
  font-weight: 800;
}
.technical-p{
font-weight: 400;
font-size: 21px;
line-height: 140%;
text-align: center;
color: #FFFFFFCC;
padding: 2rem 4rem;
}
.technical-box{
  padding: 2rem;
}
.technical-box img{
width: 50px;
margin-bottom: 1rem;
}
.technical-box h5{
font-weight: 700;
margin-bottom: 1rem;
font-size: 20px;
line-height: 130%;
color: #FFFFFF;
}
.technical-box p{
font-weight: 400;
font-size: 16px;
line-height: 140%;
color: #FFFFFFCC;
margin-bottom: 1rem;
}
.technical-box p span{
  font-weight: 700;
  color: #865ff0;
}

/* Trusted for performance. */

.trusted-section{
  width: 100%;
  background-color: #fff;
  background-size: cover;
  padding: 4rem 0rem 0rem;
}
.trusted-section .container {
    padding: 0;
}
.trusted-inner-section{
  background-color: #EFE9FF;
  padding: 2rem 1rem;
  margin: 3rem 0;
}
.trusted-heading{
font-weight: 700;
font-size: 36px;
line-height: 3.5rem;
color: #865ff0;
margin-bottom: 1rem;
}
.trusted-heading span{
  border-bottom: 3px solid #865ff0;
}
.trusted-box{
  padding: 1rem;
}
.trusted-box img{
  width: 36px;
margin-bottom: 1rem;
}
.trusted-box h5{
font-weight: 500;
font-size: 14px;
line-height: 22px;
color: #292635;
}
.trusted-bg{
  position: relative;
    z-index: 0;
    right: 26rem;
    width: 58rem;
    height: auto;
}

/* Powering Growth */
.trusted-bg-2{
  position: relative;
    z-index: 0;
    right: 0rem;
    width: 53rem;
    height: auto;
}
.trusted-inner-section p{
font-weight: 400;
font-size: 16px;
line-height: 140%;
color: #545454;
}
.trusted-box h3{
font-weight: 500;
font-size: 32px;
line-height: 100%;
color: #292635;
}
.trusted-btn{
background-color: #865ff0;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  margin-top: 25px;
  margin-left: 15px;
  padding: 15px 40px;
  border: none;
  border-radius: 35px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: fit-content;
}

/* The Finulent Advantage */
.finulent-section{
  width: 100%;
  padding: 4rem 0;
   background-size: cover;
  background-color: #fff;
}
.finulent-adv{
    padding: 1rem 4rem 0rem 4rem;
}
.finulent-heading{
font-weight: 700;
font-size: 48px;
line-height: 130%;
color: #292635;
margin-bottom: 2rem;
}
.finulent-heading span{
  color: #865ff0;
}
.finulent-box{
  padding: 1rem;
}
.finulent-box h5{
font-weight: 700;
font-size: 20px;
line-height: 39px;
color: #865ff0;
}
.finulent-box p{
font-weight: 400;
font-size: 16px;
line-height: 25px;
color: #545454;
}

.image-overlay {
  position: relative;
  overflow: hidden;
}
.image-overlay img,
.image-overlay video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}
.image-overlay video {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none; /* prevent blocking hover */
}

.image-overlay:hover video {
    opacity: 1;
}
.image-overlay:hover img {
  opacity: 0;
}
.image-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Gradient with transparency */
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 76.89%, #664690 100%);
  pointer-events: none;
}

.image-overlay-btn{
font-weight: 700;
font-size: 20px;
line-height: 31px;
color: #FFFFFF;
position: absolute;
bottom: 25px;
left: 20px;
z-index: 10;
display: flex;
align-items: center;
}
.image-overlay-btn img{
  width: 35px;
  margin-left: 10px;
}

/* Insight Resources */
.insight-section{
    width: 100%;
  background-color: #292735;
  background-size: cover;
    padding: 4rem;
}
.insight-heading{
font-weight: 700;
font-size: 48px;
line-height: 130%;
color: #FFFFFF;
margin-bottom: 2rem;
}
.insight-heading span{
  border-bottom: 3px solid #865ff0;
  padding-bottom: 10px;
}
.insight-box{
  padding: 2rem;
}
.insight-box img{
  width: 100%;
}
.insight-box h5{
font-weight: 400;
font-size: 20px;
line-height: 39px;
color: #865ff0;
padding-top: 30px;
}
.insight-box h4{
font-weight: 700;
font-size: 18px;
line-height: 28px;
color: #FFFFFF;
margin-bottom: 20px;
}
.insight-box p{
font-weight: 400;
font-size: 14px;
line-height: 25px;
color: #999999;
}
.insight-box hr{
border: 1px solid #FFFFFF;
opacity: 1;
}
.insight-month{
font-weight: 400;
font-size: 14px;
line-height: 16px;
text-align: right;
color: #FFFFFFCC;
}
.insight-date{
font-weight: 700;
font-size: 64px;
line-height: 66px;
text-align: center;
color: #fff;
}
.date-text{
font-weight: 400;
font-size: 14px;
line-height: 25px;
color: #F2F2F2;
}
.insight-btn{
  background-color: #865ff0;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    margin-top: 35px;
    padding: 15px 40px;
    border: none;
    border-radius: 35px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
}

/* Contact-section */
.contact-section{
padding: 2rem 4rem;
background-color: #fff;
width: 100%;
background-size: cover;
}
.contact-heading{
font-weight: 700;
font-size: 48px;
line-height: 130%;
color: #1B1B1B;
margin-bottom: 2rem;
}
.contact-heading span{
  border-bottom: 3px solid #865ff0;
}
.contact-section h3{
    margin-bottom: 1rem;
}
.contact-section p{
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #545454;
}
.contact-box{
  padding: 2rem;
}
.contact-box img{
  width: 100%;
}
.contact-box label{
font-weight: 600;
font-size: 16px;
line-height: 130%;
color: #5B5B5B;
margin-bottom: 15px;
}
.contact-box input{
  display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 2.5rem;
}

/* Mobile menu */
@media (max-width: 952px){
.logo{
    font-size: 30px;
    padding-left: 50px;
  }
  nav ul li a{
    font-size: 16px;
  }
}
/*-- @media (max-width: 858px){
  .checkbtn{
    display: block;
  }
  nav ul{
    position: fixed;
    width: 70%;
    height: 100vh;
    background: #865ff0;
    top: 44px;
    left: -100%;
    text-align: center;
    transition: all .5s;
    z-index: 1;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: #272727;
    color: #B2CF3A;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  #check:checked ~ ul{
    left: 0;
  }
} --*/

/*  Mobile */
@media screen and (max-width: 600px) {
    #siteSelector {
        font-size: 10px;
    }
 .contact-text {
    font-size: 11px;
  }
  #header-main nav{
      justify-content: right !important;
      display: none !important;
  }
  #header-main nav ul li {
    display: block;
  }
    
  .contact-img{
width: 15px;
height: 15px;
}
  .banner-text {
    padding: 10rem 1rem 5rem;
}
.banner-text p {
    font-size: 36px;
    line-height: 55px;
}
.banner-btn {
  left: 26%;
}
.bar-line img {
    margin-top: -30px;
}
.technical-section {
    padding: 3rem 2rem;
}
.technical-heading {
  font-size: 40px;
}
.technical-p {
  padding: 2rem 1rem;
}
.technical-box {
  padding: 2rem;
  text-align: center;
}
.trusted-box {
  padding: 0.5rem;
}
.trusted-box h5 {
  font-size: 10px;
}
.trusted-heading {
  font-size: 36px;
}
.trusted-section .col-lg-5{
  overflow: hidden;
  margin-top: -41rem;
}
.trusted-section .col-lg-1{
  display: none;
}

.finulent-section {
    padding: 3rem 2rem;
}
.finulent-adv{
    padding: 0;
}
.finulent-heading{
font-size: 33px;
}
.insight-section {
    padding: 3rem 0rem;
}
.insight-heading {
  font-size: 33px;
}

.contact-section {
    padding: 3rem 2rem;
}
.contact-heading {
  font-size: 33px;
}

.contact-box {
    padding: 2rem 0rem;
}

/*==== Mobile Expertice > Renewable page ===*/

.renew-banner-text span {
    font-size: 45px !important;
}
.solar-section {
    padding: 4rem 2rem 2rem !important;
}
.solar-section .col-lg-8 img {
    width: 43px !important;
}
.solar-section h4 {
    font-size: 15px !important;
}
.solar-section p {
    font-size: 16px !important;
}
.trusted-section-1 {
    padding: 2rem !important;
}
.trusted-section-1 .col-lg-1{
    display: none;
}
.trusted-section-1 .col-lg-5 .row img {
    width: 43px !important;
}
.trusted-section-2 {
    padding: 2rem !important;
}   
.trusted-section-2 .col-lg-5 h3 {
        margin: 1rem !important;
}
.trusted-section-2 .col-lg-5 p {
        margin: 1rem !important;
}
.trusted-section-2 .col-lg-5 ul {
    margin: 1rem !important;
}
.slider{
    margin: 2rem 0rem 2rem 1rem !important;
}
.trusted-section-2 .col-lg-1{
    display: none;
}
.why-section {
    padding: 4rem 2rem 2rem !important;
}

.gradient-section{
    padding: 4rem 2rem 2rem !important;
}
.gradient-section .row{
    padding: 3rem 1rem !important;
}
.gradient-text{
    font-size: 23px !important;
    padding-bottom: 1rem;
}
.faq-section{
    padding: 4rem 2rem 2rem !important;
}
.faq-heading{
    font-size: 32px !important;
}
.faq-section details{
    padding: 1rem !important;
}
.faq-section summary{
    font-size: 15px !important;
}
.faq-section details[open] div{
    font-size: 12px !important;
}
/*==== Mobile Contact page ===*/

/*==== Services page ====*/
.services-section h1{
    font-size: 40px !important;
}
.services-section{
    padding: 2rem !important;
}
.services-section .row .col-2 img {
    width: 48px !important;
}
.proposal-arrow{
    display: none;
}

}

/* Reload Header */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
  transition: all 0.3s ease;
}
#header-main nav{
  position: relative;
  display: flex;
  background-color: #ffffff00;
  padding: 20px 40px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  z-index: 500;
}

#header-main .row {
    align-items: center;
}

#header-main .brand img{width:180px;display:block}
/* ===== Main nav layout: left menu | logo | right menu ===== */
.nav-inner{display:flex;align-items:center;gap:28px;justify-content: end;}
/* Base Menu */
.menu { list-style: none; display: flex; gap: 70px; margin: 0; padding: 0; }
.menu > li { position: relative; }
.menu > li > a {
  display: block;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  text-decoration: none;
}
.menu > li > a:hover { color: #e9dcff; }

/* Normal Dropdown */
.dropdown {
  position: absolute;
  top: 100%; left: 0;
  min-width: 220px;
  background: #f7f4ff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  display: none;
  padding: 15px;
  list-style: none;
}
.dropdown li a {
  padding: 10px;
  color: #222;
  display: block;
  text-align: left;
}
.dropdown li a:hover { background: #ffffff; color: #6c3dff; }
.has-dropdown:hover > .dropdown { display: block; }

/* Mega Menu */
.has-megamenu { position: relative; }
.megamenu {
  position: absolute;
  top: 100%; left: -23rem;
  width: 850px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,0.14);
  display: none;
  padding: 0px;
  gap: 5px;
  z-index: 1000;
}
.has-megamenu:hover .megamenu { display: flex; }
.mega-col { flex: 1; }
.mega-col ul { list-style: none; margin: 0; padding: 0; }
.mega-col li { margin-bottom: 5px; }
.mega-col a {
  display: block;
  color: #222;
  padding: 6px 8px;
  text-decoration: none;
  border-radius: 5px;
  text-align: left;
}
.mega-col a i{
    float: right;
    padding: 5px;
}
.mega-col a:hover,
.mega-col a.active {
  background: #ffffff;
  color: #6c3dff;
}
/* Entire column background when active */
.mega-col.col2.col-active {
  background-color: #f7f4ff;     /* choose color you like */
  padding: 20px;
}
.mega-col.col1{
  background-color: #f3f3f3;     /* different shade for column 3 */
  padding: 20px;
}
.mega-col.col3.col-active {
  padding: 20px;
}
/* ensure inner ULs don't add extra background */
.mega-col .mega-submenu,
.mega-col .mega-subsubmenu {
  background: transparent;
}

/* slight spacing for active column content */
.mega-col.col2.col-active .mega-submenu.active li,
.mega-col.col3.col-active .mega-subsubmenu.active li {
  padding: 0px 8px;
}

/* Hide submenus initially */
.mega-submenu, .mega-subsubmenu { display: none; }
.mega-submenu.active, .mega-subsubmenu.active { display: block; }

/* Mega Subsubmenu (3rd column) */
.mega-submenu,
.mega-subsubmenu {
  max-height: 500px;       /* adjust as needed */
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: #6c3dff #f1f1f1;
}

/* Custom scrollbar (webkit browsers like Chrome, Edge) */
.mega-submenu::-webkit-scrollbar,
.mega-subsubmenu::-webkit-scrollbar,
.mobile-menu::-webkit-scrollbar {
  width: 6px;
}
.mega-submenu::-webkit-scrollbar-track,
.mega-subsubmenu::-webkit-scrollbar-track,
.mobile-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.mega-submenu::-webkit-scrollbar-thumb,
.mega-subsubmenu::-webkit-scrollbar-thumb,
.mobile-menu::-webkit-scrollbar-thumb {
  background-color: #6c3dff;
  border-radius: 4px;
}

/*-- Global location Style --*/
#siteSelector{
  margin-left: auto;
  margin-right: 1rem;
  background: #00000000;
  padding: 3px 8px;
  color: #ffff;
  border-radius: 20px;
  border-color: #fff;
}
#siteSelector option{
  color: #000;
}

/*--- Scrolling Header */
.scroll-header {
  background-color: #240046;
  display: none; /* hidden by default */
}
#header-scroll nav{
  position: relative;
  background-color: #ffffff00;
  padding: 20px 40px;
  align-items: center;
  z-index: 500;
}
#header-scroll .row{
  align-items: center;
  text-align: left;
  
}
#header-scroll img{
  width: 180px;
}



/* Mobile header (use your colors) */
.mobile-header {
  background: #240046;
  display: none; /* desktop hides it, media query will show */
  padding: 1rem;
  position: fixed;
  z-index: 2000;
}
.mobile-container { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.mobile-container img{ width:170px; display:block; }


/* menu button */
.menu-btn {
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  line-height:1;
}

/* Mobile menu panel */
.mobile-menu {
  display: none;               /* hidden by default */
  background: #865ff0;
  padding: 12px;
  width: 100%;
  max-height: 80vh;        /* so it fits inside viewport */
  overflow-y: auto;
  box-sizing: border-box;
}

/* when open */
.mobile-menu.open { display: block; }

/* lists */
.mobile-menu ul { list-style: none; margin: 0; padding: 0; }
.mobile-menu li { text-align: left; padding: 20px 0px;}

/* top-level anchor row layout */
.mobile-menu li > a {
  flex: 1;
  color: white;
  text-decoration: none;
  padding: 10px 6px;
  font-size: 15px;
  text-align: left;
}

/* small arrow button added by JS */
.submenu-toggle {
  margin-left: auto;     /* push it to the right */
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  padding: 6px;
}

/* arrow icon rotation */
.submenu-toggle .icon {
  display:inline-block;
  transform-origin: center;
  transition: transform .22s ease;
}
.mobile-menu li.open > .submenu-toggle .icon {
  transform: rotate(90deg);
}

/* nested UL hidden by default; shown when parent LI has .open */
.mobile-menu ul ul {
  display: none;
  position: static;  
  padding-left: 15px;
  background: transparent;
  margin: 0 0 6px 0;
  border-left: 2px solid rgba(255,255,255,0.06);
}
.mobile-menu li.open > ul { display: block; }

/* small visual tweak for deeper levels */
.mobile-menu ul ul ul { padding-left: 12px; border-left: none; }

/* Show only on mobile */
@media (max-width: 768px) {
  .desktop-header { display: none !important; } /* if you have desktop header class */
  .mobile-header { display: block; }
}




/*--- Footer ---*/
.footer-bg{
  background-color: #ffffff;
  padding: 40px;
}
.footer-bg img{
  width: 100%;
  margin-bottom: 2rem;
}
.footer-content{
font-weight: 400;
font-size: 14px;
line-height: 25px;
text-align: center;
text-transform: capitalize;
color: #545454;
margin-bottom: 2rem;
}
.footer-content a {
  color: #292635;
}
.footer-content a:hover {
  color: #292635; /* or a different color if preferred */
  text-decoration: underline; /* optional */
}

.footer-bg ul{
 list-style: none;
 margin-bottom: 2rem;
}
.footer-bg ul li{
color: #5B5B5B;
font-weight: 600;
font-size: 16px;
line-height: 130%;
margin-bottom: 1rem;
}
.footer-icon img{
    width: 30px;
}
.footer-info img{
  width: 24px;
  margin: 0 10px 5px 0;
}
.footer-info span{
font-weight: 600;
font-size: 16px;
line-height: 100%;
color: #865ff0;
}
.footer-info h5{
  margin-top: 1rem; 
font-weight: 600;
font-size: 24px;
line-height: 130%;
color: #545454;
}
.footer-info p{
font-weight: 400;
font-size: 14px;
line-height: 22px;
text-transform: capitalize;
color: #545454;
}
.footer-info input{
  border: 1px solid #270059;
 width: 100%;
border-radius: 8px;
padding: 10px;
}

/*--- Footer2 ---*/
.footer2-bg{
  background-color: #000000;
  padding: 4rem 2rem;
}
.footer2-bg img{
  width: 100%;
  margin-bottom: 2rem;
}
.purple-logo{
    width: 70% !important;
    margin-bottom: 2rem !important;
}
.footer2-bg .footer2-head{
font-weight: 600;
font-size: 20px;
line-height: 35px;
color: #FFFFFF;
padding-bottom: 2rem;
}
.footer2-bg ul li{
color: #FFFFFF;
font-weight: 300;
font-size: 16px;
line-height: 130%;
padding-bottom: 1.5rem;
list-style: none;
}
.footer2-icon img{
  width: 24px;
  margin: 20px 20px 20px 0;
}
.footer2-info img{
  width: 24px;
  margin: 0 10px 5px 0;
}
.footer2-info span{
font-weight: 300;
font-size: 16px;
line-height: 100%;
color: #FFFFFF;
}


/* Scroll Text css start */
/* Container styles */
.scrolling-text-container {
    border-radius: 4px;
    overflow: hidden;
}
/* Inner container styles */
.scrolling-text-inner {
    display: flex;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 500;
    padding: 8px 0;
}
/* Text styles */
.scrolling-text {
    display: flex;
}
.scrolling-text-item {
    padding: 0 30px;
    color: #fff;
}
.scrolling-text-item img{
    padding-right: 15px;
}

/* Apply the animation to the text items */
.scrolling-text-inner>div {
    animation: var(--direction) var(--marquee-speed) linear infinite;
}

/* Pause the animation when a user hovers over it */
.scrolling-text-container:hover .scrolling-text-inner>div {
    animation-play-state: paused;
}

/* Setting the Animation using Keyframes */
@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

/* Scroll Text css end */



/*===== Expertice > Renewable page ======*/

.renew-banner-main{
    background: url(/assets/imgs/expertice/renewable-banner.png) no-repeat center center;
    width: 100%;
    background-size: cover;
    margin-top: 5rem;
}
.renew-banner-text{
    padding: 5rem 0rem;
    text-align: center;
}
.renew-banner-text p{
    font-family: 'Roboto', sans-serif;
    color: #865ff0;
font-weight: 700;
font-size: 24px;
line-height: 100%;
text-align: center;
text-transform: uppercase;
}
.renew-banner-text span{
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
font-weight: 700;
font-size: 38px;
line-height: 130%;
text-align: center;
text-transform: uppercase;
}

.solar-section{
    width: 100%;
    background-color: #fff;
    background-size: cover;
    padding: 2rem 3rem 0rem;
}
.solar-section h2{
font-weight: 700;
font-size: 48px;
line-height: 130%;
color: #1B1B1B;
margin-bottom: 1rem;
}
.solar-section p{
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #545454;
margin-bottom: 2rem;
}
.solar-section h3{
font-weight: 700;
font-size: 48px;
line-height: 130%;
color: #1B1B1B;
margin-bottom: 1rem;
}
.solar-section h4{
font-weight: 700;
font-size: 24px;
line-height: 130%;
color: #1B1B1B;
margin-bottom: 1rem;
}
.solar-section h6{;
font-weight: 700;
font-size: 20px;
line-height: 130%;
text-align: center;
margin: 3rem 1rem 1rem;
color: #1B1B1B;
}

.solar-section .col-lg-8 img{
   width: 50px;
   margin-bottom: 1.5rem;
}

.trusted-section-1{
    width: 100%;
    background-color: #fff;
    background-size: cover;
    padding: 2rem 0rem 0rem;
}
.trusted-section-1 .container {
    padding: 0;
}
.trusted-section-1 .col-lg-5 h3{
font-weight: 700;
font-size: 32px;
line-height: 130%;
color: #1B1B1B;
margin: 1rem;
}
.trusted-section-1 .col-lg-5 .row{
    margin : 2rem 0;
}
.trusted-section-1 .col-lg-5 .row img{
    width: 50px;
}
.trusted-section-2 .col-lg-5 .row img {
    width: 50px;
}
.trusted-section-1 .col-lg-5 .row h6{
    font-weight: 600;
    color: #1B1B1B;
}
.trusted-section-1 .col-lg-5 .row p{
    margin: 0rem;
}
.trusted-section-1 .col-lg-5 p{
margin: 1rem 0rem 1rem;
}
.trusted-section-1 .col-lg-5 ul{
margin: 1rem 0rem 1rem;
line-height: 200%;
}
.trusted-section-1 .col-lg-5 ul ul{
margin: 0rem;
}

.trusted-section-2{
width: 100%;
    background-color: #F6F6F6;
    background-size: cover;
    padding: 4rem 0rem 0rem 2rem;
}

.trusted-section-2 .container {
    padding: 0;
}
.trusted-section-2 .col-lg-5 h3{
font-weight: 700;
font-size: 32px;
line-height: 130%;
color: #1B1B1B;
margin: 1rem 0rem 1rem;
}
.trusted-section-2 .col-lg-5 p{
margin: 1rem 0rem 1rem;
}
.trusted-section-2 .col-lg-5 ul{
margin: 1rem 0rem 1rem;
line-height: 200%;
}
.trusted-section-2 .col-lg-5 ul ul{
margin: 0rem;
}

/* Slider styles */
.slider {
      position: relative;
      width: 85%;
      max-width: 800px;
      overflow: hidden;
      margin-top: 2rem;
      margin-left: 1.5rem;
    }

    .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
      width: 100%;
    }

    .slides img {
      width: 100%;
    }

    /* Navigation buttons */
    .nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 2rem;
      color: #865ff0;
      background: #d5d5d54d;
      border: none;
      padding: 10px;
      cursor: pointer;
      border-radius: 50%;
      z-index: 10;
    }

    .prev {
      left: 10px;
    }

    .next {
      right: 10px;
    }
/* Slider end */


/* Flip Box Section */
.why-section {
    padding: 4rem 2rem 2rem !important;
    background-color: #fff;
}

.why-heading {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: #1B1B1B;
    margin-bottom: 4rem;
}

.why-inner-section {
    position: relative;
    width: 100%;
    height: 250px; /* adjust height */
    margin-bottom: 2rem;
    perspective: 1000px; /* for 3D effect */
}

/* Front and Back */
.why-front,
.why-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    backface-visibility: hidden;
    transition: transform 0.6s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* centers content horizontally */
    text-align: center;
    padding: 0 20px;
}

/* Front */
.why-front {
    background-color: #F6F1FF;
}

.why-front img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.why-front .why-text {
    font-weight: 600;
    font-size: 19px;
    line-height: 1.5;
    color: #1B1B1B;
}

/* Back */
.why-back {
    background-color: #865ff0;
    color: #fff;
    transform: rotateY(180deg);
    padding: 20px;
}

/* Flip effect */
.why-inner-section:hover .why-front {
    transform: rotateY(180deg);
}
.why-inner-section:hover .why-back {
    transform: rotateY(360deg);
}



.gradient-section{
    width: 100%;
    background-color: #fff;
    background-size: cover;
    padding: 4rem 3rem 2rem;
}
.gradient-section .row{
    background: linear-gradient(91.04deg, #460ADB 4.15%, rgba(152, 101, 219, 0.8) 96.89%), url("/assets/imgs/call-us-now-bg.jpg");
    background-size: cover;   /* Make sure image covers */
    background-position: center;
    border-radius: 10px;
    padding: 3rem;
    align-items: center;
}
.gradient-text{
font-weight: 600;
font-size: 32px;
line-height: 140%;
color: #FFFFFF;
}
.gradient-btn{
font-weight: 600;
font-size: 18px;
line-height: 20px;
text-align: center;
background-color: #fff;
color: #460ADB;
    padding: 12px 20px;
    border: none;
    border-radius: 20px;
}

/* ===== FAQ Section ===== */
/* ===== FAQ Section ===== */
.faq-section {
    width: 100%;
    background-color: #fff;
    background-size: cover;
    padding: 4rem 3rem 2rem;
}

.faq-heading {
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    color: #1B1B1B;
    margin-bottom: 1rem;
}

.faq-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #545454;
    margin-bottom: 3rem;
}

.faq-section .containers {
    margin: 1rem 0rem;
}

.faq-section details {
    border: 1px solid #dbdbdb;
    padding: 1.5rem 1.5rem;
    border-radius: 16px;
    min-height: 120px; /* keeps equal height before open */
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    background: #fff;
    display: block; /* always stack summary on top */
}

/* Hover effect with purple shadow */
.faq-section details:hover {
    box-shadow: 0px 6px 16px rgba(134, 95, 240, 0.25);
    transform: translateY(-3px);
}

/* FAQ Title (Summary) */
.faq-section summary {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #292635;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between; /* text left, icon right */
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Remove default arrow marker */
.faq-section summary::-webkit-details-marker {
    display: none;
}

/* Plus icon (before open) */
.faq-section summary:after {
    content: "\002B";
    font-size: 22px;
    font-weight: 600;
    margin-left: 10px;
}

/* When open */
.faq-section details[open] summary {
    margin-bottom: 1rem;
}

.faq-section details[open] summary:after {
    content: "\00D7"; /* × symbol */
    font-size: 22px;
    font-weight: 600;
}

/* FAQ Answer Text */
.faq-section details[open] div {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #292635;
    margin-top: 0.5rem;
}

/* ===== Contact Page Style ===== */
.contact-box .d-flex span {
    padding: 15px 8px;
}


.contact-info-head h4{
font-weight: 600;
font-size: 32px;
line-height: 53px;
color: #1B1B1B;
margin: 2rem 0rem;
}
.contact-info-head .d-flex{
    margin-bottom: 1.5rem;
}
.contact-info-head img{
    width: 32px;
    height: 32px;
}
.contact-info-head .contact-info{
font-weight: 600;
font-size: 24px;
line-height: 35px;
color: #292635;
padding: 0px 15px;
}

.our-office-head{
font-weight: 700;
font-size: 48px;
line-height: 150%;
text-align: center;
color: #292635;
}
.our-office-box{
    background-color: #F3EDFF;
    padding: 10px;
    margin-bottom: 1rem;
    border: solid 8px #ffffff;
} 
.our-office-box img{
    width: 80px;
    margin-bottom: 1rem;
}
.our-office-box .ouroffice-subhead{
font-weight: 700;
font-size: 20px;
line-height: 150%;
text-align: center;
color: #292635;
margin-bottom: 1rem;
}
.our-office-box .ouroffice-p{
font-weight: 400;
font-size: 18px;
line-height: 150%;
text-align: center;
color: #292635;
margin-bottom: 1rem;
}
/*====== Contact page style End ===*/

/*====== Services page style End ===*/
.services-section{
    width: 100%;
    background-color: #fff;
    background-size: cover;
    padding: 2rem 4rem 1rem;
    margin:0 auto;
    
}
.services-section h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    color: #292635;
    margin-bottom: 1rem;
}
.services-section h2{
   font-weight: 700;
   font-size: 40px;
   line-height: 130%;
   color: #292635;
   margin-bottom: 1rem;
}
.services-section h3{
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: #292635;
    margin: 1rem 0rem;
}
.services-section h4{
font-weight: 700;
font-size: 24px;
line-height: 150%;
color: #292635;
margin-bottom: 1rem;
}
.services-section h5{
font-weight: 600;
font-size: 20px;
line-height: 140%;
color: #292635;
margin-bottom: 1rem;
}
.services-section p{
font-weight: 400;
font-size: 16px;
line-height: 130%;
text-align: justify;
color: #292635;
margin-bottom: 2rem;
}
.services-section h6{
font-weight: 600;
font-size: 18px;
line-height: 150%;
color: #1B1B1B;
margin-bottom: 1rem;
}
.services-section .row .col-2 img {
    width: 55px;
}
.services-section ul{
    line-height: 160%;
}
.service-img{
    width: 100%;
    margin-bottom: 1rem;
}
.proposal-icon{
    width: 72px;
    margin: 2rem 0rem;
}
.proposal-arrow{
    width: 56%;
    height: 100%;
    margin: 2rem 0rem;
}
.services-section .col-lg-3{
    padding: 1rem 1.5rem;
}
/*===== About us page ====*/
.quotes{
    width: 64px;
    margin-bottom: 1rem;
}
.left-line{
    border-left: 10px solid #865ff0; 
    padding: 4rem 4rem 2rem;
}
.innovate-section{
    width: 100%;
    background: linear-gradient(91.04deg, #000000C7 0%, #000000C7 100%),
    url("/assets/imgs/about-us/about-us-impact-bg.jpg");
    background-size: cover;
    background-position: center;
    padding: 4rem 0rem;
}
.innovate-section h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 1rem;
}
.innovate-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 1rem;
}
.ethos-bg{
    background: #865ff0;
  color: #000; /* black text by default */
  padding: 5rem 3rem;
  transition: all 0.4s ease-in-out;
  margin-bottom: 2rem;
}
/* Default text styling */
.ethos-bg .ethos-num,
.ethos-bg .ethos-head,
.ethos-bg .ethos-p {
  color: #fff;
  transition: color 0.4s ease-in-out;
}
/* Background images */
.col-lg-4:nth-child(1) .ethos-bg.active,
.col-lg-4:nth-child(1) .ethos-bg:hover {
  background: url('/assets/imgs/about-us/our-ethos1.png') no-repeat center/cover;
}
.col-lg-4:nth-child(2) .ethos-bg:hover {
  background: url('/assets/imgs/about-us/our-ethos2.png') no-repeat center/cover;
}
.col-lg-4:nth-child(3) .ethos-bg:hover {
  background: url('/assets/imgs/about-us/our-ethos3.png') no-repeat center/cover;
}
.ethos-num{
font-weight: 500;
font-size: 64px;
line-height: 120%;
margin-bottom: 2rem;
}
.ethos-head{
font-weight: 700;
font-size: 28px;
line-height: 130%;
margin-bottom: 1rem;
}
.ethos-p{
font-weight: 500;
font-size: 20px;
line-height: 130%;
margin-bottom: 1rem;
}

.quote-corporate{
    width: 100%;
    background-color: #fff;
    background-size: cover;
    padding: 4rem;
}
.quote-corporate h2{
   font-weight: 700;
   font-size: 40px;
   line-height: 130%;
   color: #1B1B1B;
   margin-bottom: 1rem;
}
.quote-corporate h6{
font-weight: 600;
font-size: 18px;
line-height: 150%;
color: #1B1B1B;
margin-bottom: 1rem;
}
.quote-btn{
  background-color: #865ff0;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    margin-top: 35px;
    padding: 15px 40px;
    border: none;
    border-radius: 35px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: auto;
}
.trusted-sectionn-3{
width: 100%;
    background-color: #F6F6F6;
    background-size: cover;
    padding: 4rem 0rem 4rem 2rem;
}

.trusted-sectionn-3 .container {
    padding: 0;
}
.trusted-sectionn-3 .col-lg-5 h3{
font-weight: 700;
font-size: 32px;
line-height: 130%;
color: #1B1B1B;
margin: 1rem 0rem 1rem;
}
.trusted-sectionn-3 .col-lg-5 p{
margin: 1rem 0rem 1rem;
}
.trusted-sectionn-3 .col-lg-5 ul{
margin: 1rem 0rem 1rem;
line-height: 200%;
}
.trusted-sectionn-3 .col-lg-5 ul ul{
margin: 0rem;
}

/* Leadership Style css */

    .leader-card {
      position: relative;
      text-align: center;
      width: 250px;
      margin: auto;
    }

    .leader-card img {
      width: 100%;
      border-radius: 10px;
    }

    .leader-info {
      margin-top: 22px;
      margin-left: 4px;
      text-align: left;
    }

    .leader-name {
      font-weight: bold;
      font-size: 25px;
    }

    .leader-role {
      font-size: 18px;
    color: #865ff0;
    font-weight: 500;
    margin-top: 3px;
    }

    .plus-icon {
      position: absolute;
      bottom: 5.7rem;
      right: 4px;
      background: #865ff0;
      color: #fff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
      cursor: pointer;
      transition: 0.3s;
    }

    .plus-icon:hover {
      background: #4b26b3;
    }

    /* Popup Modal */
    .modal {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      justify-content: center;
      align-items: center;
    }

    .modal-content {
      background: #fff;
      border-radius: 12px;
      width: 70%;
      max-width: 900px;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      animation: fadeIn 0.3s ease-in-out;
      position: relative;
      top: 6rem;
      padding: 2rem 0rem;
    }

    .modal-header {
      padding: 20px;
      text-align: center;
      border-bottom: 1px solid #ddd;
    }

    .modal-header h2 {
      margin: 0;
      font-size: 4rem;
      font-weight: 600;
    }

    .modal-header h4 {
      margin: 5px 0 0;
      color: #865ff0;
    }

    .modal-body {
      display: flex;
      padding: 20px;
      gap: 20px;
    }

    .modal-left {
      flex: 2;
    }

    .modal-left p {
      line-height: 1.6;
    }

    .modal-right {
      flex: 1;
      text-align: center;
    }

    .modal-right img {
      max-width: 100%;
      border-radius: 12px;
    }

    .close-btn {
      position: absolute;
      top: 5px;
      right: 20px;
      font-size: 32px;
      color: #333;
      cursor: pointer;
    }

    @keyframes fadeIn {
      from {opacity: 0; transform: scale(0.95);}
      to {opacity: 1; transform: scale(1);}
    }

    /* Responsive */
    @media (max-width: 768px) {
      .modal-body {
        flex-direction: column;
      }
      .modal-right {
        order: -1;
      }
    }
    .bom-icon23 {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 46px;
    /* background-color: #865ff0; */
    color: #ffffff;
    border-radius: 12px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.our-office-box {
  position: relative;
  padding: 20px;
  border-radius: 12px;
  background: #f9f9ff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  min-height: 200px; /* keeps boxes aligned */
}

/* Hide address by default */
.our-office-box .ouroffice-p {
  display: none;
  margin-top: 10px;
  color: #292635;
  font-size: 14px;
  line-height: 1.4;
}

/* Show address on hover */
.our-office-box:hover .ouroffice-p {
  display: block;
}

/* Optional: Add hover effect */
.our-office-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(134,95,240,0.3); /* matches your theme color */
}
/* Hide right image column and line image in mobile landscape */
@media screen and (max-width: 991px) and (orientation: landscape) {
  .trusted-section .col-lg-5,
  .trusted-section .col-lg-1 {
    display: none !important;
  }

  /* Make the main content column full width */
  .trusted-section .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Hide right image column and line image in mobile landscape */
@media screen and (max-width: 991px) and (orientation: landscape) {
  .trusted-section .col-lg-5,
  .trusted-section .col-lg-1 {
    display: none !important;
  }

  /* Make the main content column full width */
  .trusted-section .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Default: show desktop headers, hide mobile header */
#mobile-header {
  display: none;
}

/* Mobile & tablet screens (portrait + landscape) */
@media screen and (max-width: 1024px) {
  #header-main,
  #header-scroll {
    display: none !important; /* hide desktop headers */
  }
  #mobile-header {
    display: block !important; /* show mobile header */
  }
}
/* Responsive styles for mobile devices */
@media (max-width: 600px) {
    .quote-corporate h2 {
        font-size: 18px; /* Smaller size for mobile */
        line-height: 1.4;
    }

    .quote-corporate h6 {
        font-size: 14px;
    }

    .quote-btn {
        width: auto;
        font-size: 14px;
        padding: 12px 30px;
    }

    .quotes {
        max-width: 40px; /* Optional: scale down image too */
    }
}
@media (max-width: 767px) {
  /* Make row flexible */
  .services-sectionnew .row {
    display: flex;
    flex-wrap: wrap;
  }

  /* All items take 50% width */
  .services-sectionnew .row > div {
    width: 50% !important;
  }

  /* Rotate arrows vertically */
  .services-sectionnew .proposal-arrow {
    transform: rotate(90deg);
    margin: 10px auto 0 auto; /* center below */
    display: block;
  }

  /* Stack icon + arrow vertically */
  .services-sectionnew .d-flex.align-items-center.justify-content-between {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .slider {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 5px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .slider .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    justify-content: flex-start; /* keep slides aligned left */
  }

  .slider .slides img {
    flex: 0 0 100%;
    width: auto;          /* maintain image ratio */
    height: 300px;        /* fixed height */
    object-fit: contain;  /* avoid cropping */
    margin: 0;            /* remove any auto-centering */
  }
}




