/* Body */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
body { margin: 0; font-family: var(--bs-body-font-family); font-size: var(--bs-body-font-size); font-weight: var(--bs-body-font-weight); line-height: var(--bs-body-line-height); color: var(--bs-body-color); text-align: var(--bs-body-text-align); background-color: var(--bs-body-bg); -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
/* Typegrpy */
body { font-family: "Poppins", sans-serif; }
html { scroll-behavior: smooth; }
section { padding: 5rem 0; }
.h2, h2 { font-size: 46px; }
p { font-size: 18px; line-height: 30px; line-height: 1.65; }

/* Footer */
.social-icon { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; background-color: #b5f433; color: #000; border-radius: 12px; text-decoration: none; transition: all 0.3s ease; }

/* Import Poppins Font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

/* SCSS Variables */
:root { --primary-green: #b5f433; --dark-green: #9ed629; --light-green: #d4f7a1; }

/* Base Styles */

/* BG  Class */
.bg-x2 { background: #F8F8F8CC; }

/* CM */
.align-right { text-align: right; }
.xs-title h2, .section-infracture-quite .xs-title h2 { margin-bottom: 25px; }

/* Navbar Styles */

#navbarNav { margin-left: 40px; }
.navbar .btn-login:hover { color: #fff !important; background: green; border: 1px solid green; }
.navbar { background: transparent; backdrop-filter: none; padding: 0.5rem 0; transition: all 0.3s ease; }
.navbar-brand { font-weight: bold; font-size: 1.2rem; }
.navbar-nav .nav-link { color: #fff !important; font-weight: 500; margin: 0 12.5px; padding: 0.25rem 1rem; border-radius: 5px; transition: all 0.3s ease; }
.navbar-nav .nav-link:hover { color: #fff !important; background-color: rgba(181, 244, 51, 0.1); }
.navbar-nav .nav-link.active { background-color: #b5f433; color: #000 !important; font-weight: 600; }
.navbar .btn-login { background-color: transparent; color: #fff; border: 2px solid #fff; border-radius: 15px; height: 44px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; margin-left: 0.5rem; text-decoration: none; width: 132px; }
.navbar .btn-login:hover { border-color: #fff; background-color: rgba(255, 255, 255, 0.1); color: #fff; }
.navbar .btn-create { background-color: #b5f433; color: #000; border: none; border-radius: 15px; height: 44px; display: flex; align-items: center; justify-content: center; font-weight: 600; transition: all 0.3s ease; margin-left: 0.5rem; text-decoration: none; width: 157px; }
.navbar .btn-create:hover { background-color: #9ed629; transform: translateY(-2px); color: #000; }
.scrolled { background: #fff!important; } 
.scrolled ul li a, .scrolled a.nav-link {color: #000!important;}
.scrolled .logo-white { display: none!important }
.scrolled .logo-black { display: block!important }
.scrolled .navbar-nav .nav-link:hover { color: #fff !important; background-color: rgb(38 130 38); }
.navbar .btn-login:hover { color: #268226 !important; }

/* Button Styles */
.btn-outline-light { border: 2px solid #fff; border-radius: 5px; transition: all 0.3s ease; }
.btn-outline-light:hover { background-color: #fff; color: #000; }
.btn-success-custom { background-color: #b5f433; color: #000; border-radius: 5px; padding: 0.5rem 1.5rem; font-weight: 600; transition: all 0.3s ease; }
.btn-success-custom:hover { background-color: #9ed629; }
.btn-success { background-color: #b5f433; border-color: #b5f433; }
.btn-success:hover { background-color: #9ed629; border-color: #9ed629; }
/* Hero Section */
.hero-section { position: relative; background-image: url("../images/banner.webp"); background-size: cover; background-repeat: no-repeat; background-position: 0 0; background-attachment: fixed; max-height: 100vh; }
.hero-section .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 15%); }
.hero-section .container { position: relative; z-index: 2; }
.hero-section h1 { font-weight: 600; font-size: 52px; line-height: 1.4; text-transform: capitalize; }
.hero-section .text-success { color: #b5f433 !important; }
.hero-section .btn { border-radius: 15px; padding: 0.75rem 2rem; font-weight: 600; transition: all 0.3s ease; font-size: 16px; line-height: 26px; text-transform: capitalize; }
.hero-section .btn-outline-light:hover { background-color: #fff; transform: translateY(-2px); }
.hero-section .btn-success { background-color: #b5f433; border-color: #b5f433; color: #000; display: flex; align-items: center; }
.hero-section .btn-success:hover { background-color: #9ed629; border-color: #9ed629; transform: translateY(-2px); }
.hero-section .btn-success div { border-radius: 8px; width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; margin-left: 8px; }
.hero-section .btn-success img { width: 16px; height: 16px; }
.hero-subtitle { font-weight: 500; font-size: 18px; line-height: 30px; }



/* Section title and subtitle */
.sec-title { font-weight: 600; font-size: 46px; line-height: 60px; text-transform: capitalize; }
.sec-subtitle { color: #353535; font-weight: 500; font-size: 18px; line-height: 30px; margin-top: 20px; }

/* section-infracture-quite */
.box-x1 { padding: 18px; border: 1px solid #B5F433; border-radius: 10px; margin-top: 60px; }


/* Footer */ 
footer.py-5 { background-color: #000 !important; padding: 75px 0px 0!important; } 
footer .footer-tagline { font-size: 18px; line-height: 28px; font-weight: 500; margin-bottom: 24px; } 
footer a:hover { color: #b5f433 !important; } 
footer .bi { font-size: 1.5rem; } 
.text-parrot-green { color: #b5f433 !important; } 
.footer-btn-started { background-color: #b5f433; color: #000; border: none; border-radius: 15px; padding: 12px 24px; font-weight: 500; font-size: 16px; transition: all 0.3s ease; margin-top: 8px; } 
.footer-btn-started:hover { background-color: #9ed629; color: #000; transform: translateY(-2px); } 
.footer-btn-started svg { width: 20px; height: 20px; } 
.social-icon { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; background-color: #b5f433; color: #000; border-radius: 12px; text-decoration: none; transition: all 0.3s ease; } 
.social-icon:hover { background-color: #9ed629; color: #000; transform: translateY(-2px); } 
.social-icon i { font-size: 20px; } 
.footer-link { color: #9ca3af !important; text-decoration: none; font-size: 14px; line-height: 24px; transition: color 0.3s ease; } .footer-link:hover { color: #fff !important; } 
.footer-link:hover .arrow-icon { opacity: 1; transform: translateX(3px); } 
.footer-link .arrow-icon { width: 16px; height: 16px; opacity: 0.7; transition: opacity 0.3s ease, transform 0.3s ease; }
p.copyright.text-white-50 { padding: 30px 0 45px; }
footer ul.list-unstyled li { padding-right: 45px; }



/* Custom Section Styling */
.energy-infrastructure-section { background-color: #268226 !important; color: white; padding: 4rem 0; }
.energy-infrastructure-section .col-md-7 { padding-right: 100px; }
.box-x1 { padding: 18px; border: 1px solid #B5F433; border-radius: 10px; margin-top: 60px; background: #fff; }

.section-infracture-quite h2 { margin-bottom: 40px; }
/* Solar Section  */
.highlight-card {border: 2px solid #b5f433; border-radius: 10px;padding: 20px;background-color: #fff;transition: transform 0.3s ease;display: flex;align-items: center;} 
.highlight-card:hover { transform: translateY(-10px);  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); } 
.highlight-icon {font-size: 2rem;color: #b5f433; /* Green icon color */margin-bottom: 10px;margin-right: 20px;} 
.highlight-title {font-weight: 500;font-size: 1.2rem;margin-bottom: 9px;} 
.highlight-description { font-size: 1rem; }
.highlight-card.st2 { flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 30px 0; }
.highlight-card.st2 .highlight-title { margin-bottom: 10px; margin-top: 15px; }
.section-5box h2 { margin-bottom: 40px; }
.title-lg-mb-x1 h2 { margin-bottom: 30px; }

.highlight-x3 { display: flex; } 
.highlight-card.st3 { background: #B5F433; min-height: 220px; align-items: flex-start; } 
.highlight-card.st3 { background-color: #B5F433; background-image: url(../images/Union.png); background-size: 104%; background-position: center; min-height: 220px; display: flex ; align-items: flex-start; background-repeat:no-repeat; }
.highlight-card.st3 .highlight-title { font-size: 20px; font-weight: 600; } 
.highlight-card.st3 .highlight-description { font-size: 16px; } 
.highlight-card.st3 .highlight-content { display: flex; flex-direction: column; min-height: 176px!important; }

/* Be Part Section */
 .bepart-energy { background-image: url('../images/bepart-bg.webp'); background-size: cover; background-position: center; padding: 100px 0; }
 .bepart-energy { padding-bottom: 0; } 
 .bepart-energy .btn { margin-bottom: 40px; margin-top: 20px; } 
 .bepart-energy .btn { font-size: 16px; font-weight: 500; } 
 .bepart-energy button.btn.btn-success.btn-lg { border: 1px solid #000; color: #000; border-radius: 10px; }
.icon-arrow-x1 { display: inline; margin-left: 10px; }
.btn-x5 { margin-top: 35px; } 
.btn-x5 .bg-green { background: #b5f433; font-size: 16px; font-weight: 500; }

/* Responsive */
@media (max-width: 1400px) { 
	.highlight-card.st3 { background-size: 120%; }
}
@media (max-width: 1200px) { 
	.highlight-card.st3 { background-size: 138%; }
}
@media (max-width: 768px) { 
	section { padding: 3rem 0; } 
	.hero-section h1 { font-size: 26px; } 
	.hero-section h1 br { display: none; } 
	.hero-subtitle { font-size: 15px; } 
	.hero-subtitle br { display: none; } 
	.hero-section .btn { font-size: 14px; } 
	.energy-infrastructure-section .col-md-7 { padding: 0 15px; } .h2, h2 { font-size: 24px; line-height: 1.5; } 
	.mb-5 { margin-bottom: 20px!important; } 
	.section-infracture-quite h2 br { display: none; } 
	.section-infracture-quite h2 { margin-bottom: 20px !important; } footer ul.list-unstyled li { padding-right: 5px; }

	/* Menu */
	#navbarNav { margin-left: 0!important; background: #000; padding: 20px 0; border-radius: 10px; } 
	ul.navbar-nav.ms-auto {display: flex;flex-direction: row;margin-top: 30px;} 
	ul.navbar-nav.ms-auto li { width: 50%; } 
	.navbar-nav .nav-link { padding: 5px 15px; } 
	.scrolled { background: transparent!important; position: relative; } 
	.scrolled ul li a, .scrolled a.nav-link { color: #fff!important; }
	nav.fixed-top { position: absolute; }
	.highlight-card.st3 .highlight-title { font-size: 15px; }
	.highlight-card.st3 { background: #B5F433; }
}

@media (max-width: 480px) { 
	.hero-section h1 { font-size: 22px; }
	.bepart-energy .btn { font-size: 14px; }
}
