/* * ======================================================
<--  Indastre Footer Area Css -->
======================================================**/ */ */
.footer-area {
    padding: 100px 0 80px;
    background: url(../images/resource/footer-bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-contact-info {
    position: relative;
    z-index: 1;
}

p.footer-desc {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    font-family: "Archivo";
    /* margin-top: 41px; */
    width: 91%;
}

.footer-widget-social-icon {
    margin-top: 18px;
}

.footer-widget-social-icon ul li {
    display: inline-block;
    margin-right: 8px;
    margin-top: 14px;
}

.footer-widget-social-icon ul li a {
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #FF5E15;
    color: #FF5E15;
}

.footer-widget-social-icon ul li a:hover{
    color:#fff;
    background: #FF5E15;
    border: 1px solid #FF5E15;
}

.footer-widget-titel h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Yantramanav";
    margin-bottom: 44px;
    position: relative;
    z-index: 1;
}

.footer-widget-titel h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 36px;
    width: 30px;
    height: 2px;
    background-color: #ff5e14;

}

.footer-widget-menu ul li a {
    display: inline-block;
    transition: 0.5s;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    font-family: "Yantramanav";
    margin-bottom: 14px;
}

.footer-widget-menu ul li a:hover{
    color:#ff5e14;
}

/* footer widget address */

.footer-widget-icon {
    float: left;
    margin-right: 10px;
}

.footer-widget-icon span i {
    color: #FF5E15;
}

.footer-widget-contact p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    font-family: "Archivo";
    overflow: hidden;
}

.footer-widget-contact p a{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    font-family: "Archivo";
    overflow: hidden;
}

.footer-widget-gallery {
    margin-top: 50px;
}

.footer-widget-gallery a img {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

/* footer bootm  area*/
.footer-bottom-area {
    background: #04243D;
    padding: 34px 0 34px;
}

.footer-bottom-content-copy p {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.col-md-5.text-right {
    text-align: right;
}

.footer-bottom-menu { text-align: right; }
@media (max-width: 767.98px) {
  .footer-bottom-menu { text-align: left; }
}

.footer-bottom-menu a {
    display: inline-block;
    transition: 0.5s;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.footer-bottom-menu a:hover{
    color:#FF5E15;
}

/*================================
 <--Start Team  Section Css-->
=================================*/

.team-area {
    background: #F2F3F5;
    padding: 122px 0 90px;
}

.team-area .section-title {
    text-align: left;
    margin-bottom: 12px;
}

.team-area .team-button {
    text-align: right;
    position: relative;
    top: -50%;
}

.team-area .team-button a {
    display: inline-block;
    font-size: 16px;
    background: #FF5E15;
    text-transform: uppercase;
    padding: 12px 22px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.team-area .team-button a::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0A1028;
    transform: scale(0);
    transition: .5s;
}

.team-area .team-button a i {
    display: inline-block;
    font-size: 25px;
    transform: rotate(45deg);
    margin: 0 0 0;
    position: relative;
    bottom: -3px;
}

.team-area .team-button a:hover::before {
    transform: scale(1);
}

.team-area .single-team-box {
    margin-bottom: 30px;
    transition: .5s;
}

.team-area .single-team-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team-area .single-team-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: #0A1028;
    opacity: 0.4;
    transition: .5s;
}

.team-area .single-team-thumb img {
    width: 100%;
}

.team-area .team-icon-img {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s;
}

.team-area .team-icon-img img {
    width: inherit;
}

.team-area .team-icon-list {
    position: absolute;
    bottom: 0;
    left: -95px;
    z-index: 1;
    opacity: 0;
    transition: .5s;
}

.team-area .team-icon-list ul {
    display: inline-block;
    background: #fff;
    padding: 0 8px;
}

.team-area .team-icon-list ul li {
    display: inline-block;
    list-style: none;
    margin: 0 8px 0;
    color: #555555;
    transition: .5s;
    font-size: 17px;
}

.team-area .team-icon-list ul li a {
    display: inline-block;
    color: #555555;
    transition: .5s;
    font-size: 17px;
    padding: 13px 0;
    transition: .5s;
}

.team-area .team-title {
    text-align: center;
    margin: 30px 0 0;
}

.team-area .team-title h3 {
    font-size: 24px;
    line-height: 34px;
    color: #0a1027;
    font-weight: 500;
    margin: 0 0 0;
}

.team-area .team-title span {
    font-size: 17px;
    line-height: 30px;
    color: #ff5e14;
    font-weight: 400;
    font-family: "Archivo";
}

.team-area .team-icon-list ul li a i:hover{
    color: #FF5D13;
}

.team-area .single-team-box:hover .team-icon-list{
    left: 54px;
    opacity: 1;
}

.team-area .single-team-box:hover .single-team-thumb::before{
    height: 100%;
}

/*============================================
 <--Start .team-area.style_two  Css-->
==============================================*/

.team-area.style_two .section-title {
    text-align: center;
    margin-bottom: 60px;
}
.text-colour{
    color:white;
}

.about-list.style1 ul li {
    font-size: 20px;
    padding: 5px 0 5px;
    color: #171717;
    font-weight: 500;
    font-family: "Yantramanav";
    margin-bottom: 0;
}

.about-list.style1 ul li i {
    font-size: 20px;
    color: #FF5E15;
    margin-right: 12px;
}
.logo-img{
    /* width:300px; */
}
.youtube-embed {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  text-align: left;
}

.youtube-embed iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}

.about_area {
    background: url(../images/about/about_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 100px;
    position: relative;
}

.about_left {
    position: relative;
    margin-left: -20px;
}

.about-btn a {
    display: inline-block;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Yantramanav";
    background: #FF5E15;
    padding: 15px 33px;
    position: relative;
    z-index: 1;
}

.about-btn a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #171717;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0);
    opacity: 0;
}

.about-btn a:hover:after {
    transform: scale(1);
    opacity: 1;
    height: 100%;
    width: 100%;
}

.about-btn a i {
    font-size: 13px;
    font-weight: 600;
    margin-left: 12px;
    display: inline-block;
    transform: rotate(-45deg);
}

.about-shape {
    position: absolute;
    bottom: 20%;
    right: 5%;
}

.section-title.style-2 {
    margin-bottom: 42px;
}


p.section-description {
    font-size: 16px;
    line-height: 26px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
    width: 88%;
}

/* banner section css  */

.video-background {
  /* background: #000; */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}
@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}
/* .footer-logo-img{
    width:250px;
} */
.about-text{
    color:white;


}


.content-section {
    display: none;
}

.content-section.active {
    display: block;
}

.client-content{
    justify-content: center;
    padding:1rem;
    height: 100%;
}

.video-background::after{
   content:'';
    background: linear-gradient(45deg,#ff5e1463, #00000061);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2 ;
}

/*==================================================
<!-- Floating Action Button (FAB) Styles -->
==================================================*/

/* Floating Action Button Styles */
.user {
	position: fixed;
	bottom: 3rem;
	left: 3rem;
	z-index: 9999;
	transition: all 0.3s ease;
}

.user img {
	object-fit: cover;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
}

.user-avatar {
	width: 50px;
	height: 50px;
	border: 5px solid #FF5E1569;
	box-shadow: 0 0 10px 4px #FF5E15;
	backdrop-filter: blur(15px);
	cursor: pointer;
	transition: all 0.3s ease;
}

.user-avatar:hover {
	transform: scale(1.05);
	box-shadow: 0 0 15px 6px #FF5E15;
}

.user-card {
	background-color: #fff;
	display: flex;
	position: absolute;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	gap: 1rem;
	min-height: 100px;
	width: 650px;
	padding: 1.5rem;
	border-radius: 10px;
	bottom: 80px;
	left: 0;
	transform: translateX(0);
	box-shadow: 0px 8px 25px rgba(0,0,0,0.15);
	border: 1px solid rgba(255, 94, 21, 0.1);
}

.user-card.active {
	opacity: 1;
	visibility: visible;
}

.text {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.user-card h4 {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin: 0;
}

.user-card p {
	font-size: 20px;
	margin: 0;
}

.user-card p span {
	color: #FF5E15;
	font-weight: 600;
}

.usercard-text-justify {
	text-align: justify;
	/* text-justify: inter-word; */
	/* line-height: 1.6; */
    font-size: 16px;
}

.user-card button {
	width: 125px;
	height: 35px;
	border: 0;
	background-color: #FF5E15;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	border-radius: 3.5px;
	margin-top: 0.5rem;
	box-shadow: 2px 2px 3px rgba(255, 94, 21, 0.3);
	cursor: pointer;
	transition: all 0.3s ease;
}

.user-card button:hover {
	background-color: #e54a0a;
	transform: translateY(-2px);
	box-shadow: 2px 4px 6px rgba(255, 94, 21, 0.4);
}

.user-card button:active {
	box-shadow: 2px 2px 3px rgba(255, 94, 21, 0.3) inset;
}

.triangle {
	position: absolute;
	bottom: -15px;
	z-index: -1;
	left: 30px;
	transform: translateX(0);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #fff transparent transparent transparent;
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.user {
		bottom: 2rem;
		left: 1rem;
	}
	
	.user-card {
		width: 280px;
		left: -10px;
		padding: 1.2rem;
	}
	
	.user-avatar {
		width: 45px;
		height: 45px;
	}
	
	.user img {
		width: 50px;
		height: 50px;
	}
	
	.triangle {
		left: 25px;
	}
}

@media (max-width: 480px) {
	.user {
		bottom: 1.5rem;
		left: 0.5rem;
	}
	
	.user-card {
		width: 250px;
		left: -20px;
		padding: 1rem;
	}
	
	.user-avatar {
		width: 40px;
		height: 40px;
	}
	
	.user img {
		width: 45px;
		height: 45px;
	}
	
	.user-card h4 {
		font-size: 16px;
	}
	
	.user-card p {
		font-size: 11px;
	}
	
	.user-card button {
		width: 110px;
		height: 32px;
		font-size: 14px;
	}
	
	.triangle {
		left: 20px;
	}
}

/*---=================================
   <!--About Area Css-->
==================================---*/

.about-area {
    background: url(../images/resource/about-bg.jpg);
    background-repeat: no-repeat;
    padding: 10px 0 100px;
}

p.about-desc {
    width: 85%;
    margin-top:20px;
}

.single-about-box-left {
    /* border-bottom: 1px solid #22222229; */
    padding-bottom: 43px;
}

.single-about-thumb-left {
    float: left;
    margin-right: 30px;
}

.about-list-item ul li {
    font-size: 16px;
    line-height: 38px;
    color: #0a1027;
    font-weight: 500;
    font-family: "Yantramanav";
}

.about-list-item ul li i {
    display: inline-block;
    color: #ff5e14;
    font-size: 20px;
    margin-right: 12px;
    position: relative;
    top: 2px;
}

.about-author-one {
    margin-top: 25px;
}

.author-one-thumb {
    float: left;
    margin-right: 60px;
    margin-top: 8px;
}

.about-author-one-content h4 {
    font-size: 18px;
    color: #0a1027;
    font-weight: 400;
}

.about-author-one-content p {
    font-size: 14px;
    line-height: 28px;
    color: #565969;
    font-weight: 400;
}

.about-thumb-right {
    position: relative;
    /* left: 128px; */
    top: 0;
}


/*section-title*/
/* .section-title h1 {
    font-size: 80px;
    line-height: 52px;
    text-transform: uppercase;
    color: #0a1027;
    font-weight: 700;
    font-family: "Yantramanav";
} */

p.section-text {
    font-size: 24px;
    color: #0a1027;
    font-weight: 500;
    font-family: "Yantramanav";
    margin-top: 90px;
}

.em-bar {
    position: relative;
    background: #D0D0D0;
    width: 100%;
    height: 1px;
    left: 0px;
    top: -81px;
}

.em-bar:before {
    position: absolute;
    content: "";
    /* background: #ff5e14; */
    width: 20px;
    height: 2px;
    left: 0;
    top: -1px;
    transition: 1s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOV-BG;
}
@-webkit-keyframes MOV-BG{
  from {
        transform: translateX(0);
  }
  to {
     transform: translateX(1300px);
  }
}

.section-button {
    margin-top: 34px;
    text-align: right;
}

.section-button a {
    display: inline-block;
    border: 1px solid #d0c5c552;
    padding: 9px 28px 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: #0a1027;
    font-weight: 700;
    font-family: "Yantramanav";
	z-index:1;
	position:relative;
	transition:0.5s;
}

.section-button a:hover{
	color:#fff;
}

.section-button a:before{
	position:absolute;
	content:"";
	width:0;
	height:100%;
	left:50%;
	top:0;
	background:#ff5e14;
	z-index:-1;
	transition:0.5s
}	

.section-button a:hover:before{
	width:100%;
	left:0;
}


.section-button i {
    display: inline-block;
    font-size: 20px;
    transform: rotate(-50deg);
    position: relative;
    left: 13px;
    top: 0;
	transition:0.5s
}

.section-button a:hover i{
	transform: rotate(0deg);
	top:3px;
	color:#fff;
}

.row.section-title-gap {
    margin-top: 53px;
}

/*inner-pages-section-title*/

.section-title.inner {
    margin-bottom: 28px;
}

.section-title.inner h4 {
    color: #ff5e14;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 500;
}

.section-title.inner h1 {
    font-size: 46px;
    line-height: 46px;
    color: #0a1027;
    font-weight: 700;
    text-transform: capitalize;
}

 p.section-desc {
    width: 100%;
    margin-top: 28px;
}


/*==================================================
<!-- Renewable Energy Section Styles -->
==================================================*/

/* .renewable-energy-section {
    background: #F8F9FA;
    padding: 100px 0;
    position: relative;
}

.renewable-energy-section .consen-section-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #0A1028;
    margin-bottom: 20px;
    font-family: "Yantramanav";
}

.renewable-energy-section .consen-section-title h3 {
    font-size: 24px;
    font-weight: 500;
    color: #FF5E15;
    margin-bottom: 30px;
    font-family: "Archivo";
}

.renewable-energy-section .consen-section-title p {
    font-size: 18px;
    line-height: 28px;
    color: #575f66;
    font-weight: 400;
    font-family: "Archivo";
    max-width: 800px;
    margin: 0 auto;
} */

/* .renewable-energy-box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 30px;
} */

/* .renewable-energy-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
} */

/* .renewable-energy-box .energy-icon {
    text-align: center;
    margin-bottom: 20px;
} */

/* .renewable-energy-box .energy-icon img {
    width: 350px;
    height:280px;
    object-fit: contain;
} */

/* .renewable-energy-box .energy-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #0A1028;
    margin-bottom: 20px;
    font-family: "Yantramanav";
    text-align: center;
} */

/* .renewable-energy-box .energy-content p {
    font-size: 16px;
    line-height: 26px;
    color: #575f66;
    font-weight: 400;
    font-family: "Archivo";
    margin-bottom: 25px;
    text-align: left;
} */

/* .energy-features {
    list-style: none;
    padding: 0;
    margin: 0;
} */

/* .energy-features li {
    font-size: 15px;
    color: #575f66;
    font-weight: 400;
    font-family: "Archivo";
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
} */

/* .energy-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #FF5E15;
    font-weight: bold;
    font-size: 16px;
} */

/* .renewable-stats {
    background: #fff;
    padding: 60px 40px;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
} */

/* .stat-item {
    text-align: center;
    padding: 20px 0;
} */

/* .stat-number h2 {
    font-size: 48px;
    font-weight: 700;
    color: #FF5E15;
    margin-bottom: 10px;
    font-family: "Yantramanav";
} */

/* .stat-label h4 {
    font-size: 18px;
    font-weight: 500;
    color: #0A1028;
    font-family: "Archivo";
    margin: 0;
} */

/* .renewable-cta {
    margin-top: 50px;
} */

/* .renewable-cta .Indastre-btn a {
    background: #FF5E15;
    color: #fff;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    font-family: "Yantramanav";
} */

/* .renewable-cta .Indastre-btn a:hover {
    background: #e54a0a;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 94, 21, 0.3);
}

.renewable-cta .Indastre-btn a i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.renewable-cta .Indastre-btn a:hover i {
    transform: translateX(5px);
} */

/* Responsive Design for Renewable Energy Section */
/* @media (max-width: 768px) {
    .renewable-energy-section {
        padding: 60px 0;
    }
    
    .renewable-energy-section .consen-section-title h2 {
        font-size: 36px;
    }
    
    .renewable-energy-section .consen-section-title h3 {
        font-size: 20px;
    }
    
    .renewable-energy-section .consen-section-title p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .renewable-energy-box {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .renewable-energy-box .energy-content h3 {
        font-size: 20px;
    }
    
    .renewable-energy-box .energy-content p {
        font-size: 14px;
        line-height: 22px;
    }
    
    .renewable-stats {
        padding: 40px 20px;
    }
    
    .stat-number h2 {
        font-size: 36px;
    }
    
    .stat-label h4 {
        font-size: 16px;
    }
    
    .renewable-cta .Indastre-btn a {
        padding: 15px 30px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .renewable-energy-section .consen-section-title h2 {
        font-size: 28px;
    }
    
    .renewable-energy-section .consen-section-title h3 {
        font-size: 18px;
    }
    
    .renewable-energy-box {
        padding: 25px 15px;
    }
    
    .renewable-energy-box .energy-content h3 {
        font-size: 18px;
    }
    
    .stat-number h2 {
        font-size: 28px;
    }
    
    .renewable-cta .Indastre-btn a {
        padding: 12px 25px;
        font-size: 14px;
    }
} */

/* .popout .btn {
	display: inline-block;
	position: relative;
	outline: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	z-index: 999;
	background: #FF5E15;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(255, 94, 21, 0.3);
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
} */

/* .popout .btn:hover {
	background: #e54a0a;
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(255, 94, 21, 0.4);
}

.popout .btn.active {
	visibility: hidden;
	opacity: 0;
} */

/* .popout .btn:after {
	display: block;
	position: absolute;
	top: 0;
	content: "";
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background: #fff;
	z-index: -2;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

.popout .btn:active:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

.popout .panel {
	box-shadow: 0 8px 32px rgba(0,0,0,0.15);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 340px;
	text-align: left;
	overflow: hidden;
	visibility: hidden;
	transform: scale(0);
	transform-origin: 0% 100%;
	transition: transform 0.3s, visibility 0s 0.3s, opacity 0.3s;
	opacity: 0;
	border-radius: 8px;
}

.popout .panel.active {
	height: auto;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: transform 0.3s, visibility 0s 0s, opacity 0.3s;
}

.popout .panel-header {
	padding: 20px;
	font-size: 15px;
	background-color: #FF5E15;
	color: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	line-height: 1.5;
}

.popout .panel-body {
	padding: 15px 20px;
	background-color: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	font-size: 14px;
	color: #333;
	line-height: 1.6;
}

.popout .panel-body a {
	color: #FF5E15;
	text-decoration: none;
	font-weight: 600;
}

.popout .panel-body a:hover {
	text-decoration: underline;
} */

/* Mobile Responsive */
/* @media (max-width: 768px) {
	.popout {
		bottom: 2rem;
		left: 2rem;
	}
	
	.popout .panel {
		width: 280px;
	}
	
	.popout .btn {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	
	.popout .btn:after {
		width: 50px;
		height: 50px;
	}
} */

.quick-links{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Left align Quick Links on mobile and small devices */
@media (max-width: 991px) {
    .quick-links {
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .quick-links .footer-widget-content {
        text-align: left;
        width: 100%;
    }
    
    .quick-links .footer-widget-titel {
        text-align: left;
    }
    
    .quick-links .footer-widget-titel h4 {
        text-align: left;
    }
    
    .quick-links .footer-widget-menu {
        text-align: left;
    }
    
    .quick-links .footer-widget-menu ul {
        text-align: left;
    }
    
    .quick-links .footer-widget-menu ul li {
        text-align: left;
    }
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

/*==================================================
<!-- Timeline Section Styles -->
==================================================*/

.timeline-section {
    position: relative;
    overflow: hidden;
}

.timeline-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.timeline-container::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #9E9E9E, #9E9E9E, #9e9e9e8c);
    transform: translateX(-50%);
    /* z-index: 1; */
}

.timeline-item {
    position: relative;
    margin-bottom: 80px;
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.timeline-item:nth-child(odd) {
    flex-direction: row;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-year {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #FF5E15;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Yantramanav";
    z-index: 3;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(255, 94, 21, 0.3);
    min-width: 100px;
    text-align: center;
}

.timeline-content {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: calc(50% - 60px);
    position: relative;
    transition: all 0.3s ease;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-right: 60px;
    margin-left: 0;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-left: 60px;
    margin-right: 0;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.timeline-icon {
    width: 60px;
    height: 60px;
    background: #FF5E15;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(255, 94, 21, 0.3);
    border: 2px solid #FF5E15;
    position: relative;
    z-index: 1;
}

.timeline-icon::after {
    content: '';
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border-radius: 50%;
    border: 2px solid #FF5E15;
    top: -4px;
    left: -4px;
    z-index: -1;
}

.timeline-icon i {
    font-size: 28px;
    color: #fff;
    z-index: 2;
    position: relative;
}

.timeline-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    z-index: 2;
    position: relative;
}

.timeline-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0a1027;
    font-family: "Yantramanav";
    margin-bottom: 15px;
    margin-top: 0;
}

.timeline-content p {
    font-size: 16px;
    line-height: 26px;
    color: #575f66;
    font-weight: 400;
    font-family: "Archivo";
    margin: 0;
}

/* Responsive Design for Timeline */
@media (max-width: 992px) {
    .timeline-container::before {
        left: 30px;
    }
    
    .timeline-item {
        flex-direction: row !important;
        padding-left: 80px;
        align-items: flex-start;
    }
    
    .timeline-year {
        left: 30px;
        top: 0;
        transform: translateX(-50%);
    }
    
    .timeline-content {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 48px;
    }
}

@media (max-width: 768px) {
    .timeline-section {
        padding: 60px 0;
    }
    
    .timeline-container {
        padding: 20px 15px;
    }
    
    .timeline-container::before {
        left: 25px;
        width: 3px;
    }
    
    .timeline-item {
        padding-left: 60px;
        margin-bottom: 60px;
        align-items: flex-start;
    }
    
    .timeline-year {
        left: 25px;
        top: 0;
        padding: 10px 18px;
        font-size: 16px;
        min-width: 80px;
        transform: translateX(-50%);
    }
    
    .timeline-content {
        padding: 25px 20px;
        margin-top: 40px;
    }
    
    .timeline-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    
    .timeline-icon i {
        font-size: 24px;
    }
    
    .timeline-content h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .timeline-content p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .timeline-item {
        padding-left: 50px;
        margin-bottom: 50px;
        align-items: flex-start;
    }
    
    .timeline-year {
        top: 0;
        padding: 8px 15px;
        font-size: 14px;
        min-width: 70px;
        transform: translateX(-50%);
    }
    
    .timeline-content {
        padding: 20px 15px;
        margin-top: 36px;
    }
    
    .timeline-content h3 {
        font-size: 18px;
    }
    
    .timeline-content p {
        font-size: 13px;
        line-height: 22px;
    }
}

/*==================================================
<!-- Process Flow Section Styles -->
==================================================*/

.process-flow-section {
    position: relative;
    overflow: hidden;
}

.process-flow-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.process-flow-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
    position: relative;
}

.process-step {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
    text-align: center;
    position: relative;
    margin: 0 10px;
}

.process-step-icon {
    /* width: 120px; */
    height: 150px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #f8f9fa; */
    border-radius: 10px;
    padding: 15px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
}

.process-step-icon:hover {
    /* transform: translateY(-5px); */
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); */

    
}

.process-step-icon img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
}

.process-step-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0a1027;
    font-family: "Yantramanav";
    margin-bottom: 8px;
    margin-top: 0;
}

.process-step-content p {
    font-size: 16px;
    color: #575f66;
    font-weight: 500;
    font-family: "Archivo";
    margin: 0;
}

.process-arrow {
    flex: 0 0 40px;
    text-align: center;
    color: #FF5E15;
    font-size: 24px;
    margin: 0 10px;
}

.process-arrow-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-arrow-vertical {
    text-align: center;
    color: #FF5E15;
    font-size: 32px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive Design for Process Flow */
@media (max-width: 1200px) {
    .process-step {
        min-width: 180px;
        max-width: 220px;
    }
    
    .process-step-icon {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 992px) {
    .process-flow-row {
        justify-content: center;
        margin-bottom: 60px;
    }
    
    .process-step {
        min-width: 150px;
        max-width: 180px;
        margin: 0 5px 30px;
    }
    
    .process-step-icon {
        width: 90px;
        height: 90px;
    }
    
    .process-arrow {
        display: none;
    }
    
    .process-arrow-vertical {
        display: none;
    }
}

@media (max-width: 768px) {
    .process-flow-section {
        padding: 60px 0;
    }
    
    .process-flow-row {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }
    
    .process-step {
        min-width: 100%;
        max-width: 100%;
        margin: 0 0 30px;
    }
    
    .process-step-icon {
        width: 100px;
        height: 100px;
    }
    
    .process-arrow {
        display: none;
    }
    
    .process-arrow-vertical {
        display: none;
    }
}
.usercard.text-justify{
	text-align: justify;
    font-size: 16px;
}


.indastre-service-single-item {
    background: #fff !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 30px 30px 30px;
    border: 3px solid transparent;
    border-bottom: 3px solid #FF5E15;
    transition: .5s;
    text-align: left;
    overflow: hidden;
    position: relative;
    z-index: 1; 

}

.indastre-service-single-item:hover {
    border: 3px solid #FF5E15;

}

.indastre-service-single-item:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: #171717;
    transition: .5s;
    opacity: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-icon img {
    filter: brightness(1) invert(0);
    transition: .5s;
    display: inline-block !important;
}

.service-icon {
    width: 80px;
    height: 80px;
    background-color: #f5f6f7;
    line-height: 80px;
    text-align: center;
    margin-bottom: 25px;
    transition: .5s;
}

.service-number {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    color: #ff5e14;
    line-height: 80px;
}

/* IMPACT Section Styles */
.impact-section {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.impact-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a4d2e 0%, #2d5a3d 50%, #1a4d2e 100%);
    background-image: url('../images/solar-power.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.impact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.impact-section .container {
    position: relative;
    z-index: 2;
}

.impact-title-wrapper {
    text-align: center;
    /* margin-bottom: 60px; */
}

.impact-title {
    font-size: 72px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* margin-bottom: 30px; */
    font-family: 'Roboto', sans-serif;
}

.impact-title-underline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.underline-left,
.underline-right {
    flex: 1;
    max-width: 200px;
    height: 2px;
    background: linear-gradient(to right, transparent, #FFD700, transparent);
}

.underline-left {
    background: linear-gradient(to right, transparent, #FFD700);
}

.underline-right {
    background: linear-gradient(to left, transparent, #FFD700);
}

.underline-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
/* 
.impact-metrics-row {
    margin-top: 60px;
} */

.impact-metric-item {
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
}

.impact-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #4CAF50;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.impact-icon-circle:hover {
    transform: scale(1.1);
}

.impact-icon-circle svg {
    width: 40px;
    height: 40px;
}

.impact-metric-content {
    color: #ffffff;
}

.impact-metric-label {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.4;
}

.impact-metric-value {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .impact-title {
        font-size: 48px;
    }
    
    .impact-metric-value {
        font-size: 24px;
    }
    
    .impact-title-underline {
        gap: 10px;
    }
    
    .underline-left,
    .underline-right {
        max-width: 100px;
    }
}

@media (max-width: 767px) {
    .impact-section {
        padding: 60px 0;
        min-height: auto;
    }
    
    .impact-title {
        font-size: 36px;
        margin-bottom: 20px;
    }
    
    .impact-title-wrapper {
        margin-bottom: 50px;
    }
    
    .impact-icon-circle {
        width: 70px;
        height: 70px;
    }
    
    .impact-icon-circle svg {
        width: 35px;
        height: 35px;
    }
    
    .impact-metric-value {
        font-size: 20px;
    }
    
    .impact-metric-label {
        font-size: 14px;
    }
}

/* Impact Content Styles */
.impact-content-row {
    margin-top: 40px;
}

.impact-content-item {
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.impact-content-text {
    color: #ffffff;
}

.impact-content-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 20px;
}

.impact-content-desc {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
}

/* Future Solar Section Styles */
.future-solar-section {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.future-solar-content {
    padding: 40px 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
}

.future-solar-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.future-icon-wrapper {
    margin-bottom: 25px;
}

.future-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff5f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 2px solid #ff5e14;
    transition: transform 0.3s ease;
}

.future-solar-content:hover .future-icon-circle {
    transform: rotate(360deg);
    /* background-color: #ff5e14; */
}

.future-solar-content:hover .future-icon-circle svg {
    stroke: #ffffff;
}

.future-icon-circle svg {
    width: 50px;
    height: 50px;
    transition: stroke 0.3s ease;
}

.future-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.future-description {
    font-size: 16px;
    font-weight: 400;
    color: #565969;
    line-height: 1.7;
    margin: 0;
}

.mt-60 {
    margin-top: 60px;
}

.mt-40 {
    margin-top: 40px;
}

/* Responsive Styles for Future Section */
@media (max-width: 991px) {
    .future-solar-section {
        padding: 80px 0;
    }
    
    .future-solar-content {
        padding: 30px 20px;
    }
    
    .future-title {
        font-size: 22px;
    }
    
    .future-description {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .future-solar-section {
        padding: 60px 0;
    }
    
    .future-solar-content {
        padding: 25px 20px;
        margin-bottom: 25px;
    }
    
    .future-icon-circle {
        width: 70px;
        height: 70px;
    }
    
    .future-icon-circle svg {
        width: 40px;
        height: 40px;
    }
    
    .future-title {
        font-size: 20px;
    }
    
    .future-description {
        font-size: 14px;
    }
    
    .mt-60 {
        margin-top: 40px;
    }
    
    .mt-40 {
        margin-top: 30px;
    }
    
    .impact-content-title {
        font-size: 20px;
    }
    
    .impact-content-desc {
        font-size: 14px;
    }
}