@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Custom CSS for styling and layout */
body {
	font-family: 'Poppins', sans-serif;
	color: #000000;
	background-color: #fff;
	overflow-x: hidden;
	/* Prevent horizontal scrollbar */
}

/* --- Navbar Styles --- */
.navbar {
	padding-top: 1rem;
	padding-bottom: 1rem;
	box-shadow: none !important;
	max-width: 100vw;
}

.dropdown-toggle::after, .menu-dynamic li.menu-item-has-children > a::after {
	content: "" !important;
	border: 0;
	background: url(../images/dropdown.svg);
	background-size: 100%;
	background-position: center;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 0;
	display: inline-block;
}

.navbar-brand img {
	width: 180px;
}

.navbar-nav .nav-link {
	color: #333;
	font-weight: 500 !important;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-size: 15px;
}

.navbar-nav .dropdown-menu {
	border-radius: 0.5rem;
	border: 1px solid #eee;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.btn {
	border-radius: 0 !important;
}

.btn-primary {
	background-color: #000;
	color: #fff;
	border-radius: 0.25rem;
	padding: 0.75rem 1.5rem;
	font-weight: 500;
	border: 0;
}

main {
	margin-top: 114px;
}

/* --- Hero Section Styles --- */
.hero-section {
	padding: 7rem 0 10rem 0;

	/* Space for fixed navbar */
	overflow: hidden;
	position: relative;
}

.hero-content h1 {
	font-size: 3.8rem;
	font-weight: 400;
	line-height: 1.2;
}

.hero-content h1 .highlight {
	color: #9ACD32;
	/* A light green color */
}

.hero-content .subtitle {
	font-size: 1.875rem;
	font-weight: 300;
	margin-top: 1rem;
}

.footer-address p{
 font-size: 0.9rem;
}

.hero-carousel-wrapper {
	overflow: hidden;
	-webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
	mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
}

.hero-carousel-track {
	display: flex;
}

.hero-carousel-slide {
	flex: 0 0 40%;
	/* Show 3 images at a time */
	padding: 0 0.5rem;
	box-sizing: border-box;
	opacity: 0;
	/* Initially hidden for GSAP */
	visibility: hidden;
}

.hero-carousel-slide img {
	width: 100%;

	height: 500px;
	object-fit: cover;
}

/* --- Info Section Styles --- */
.section-padding {
	padding: 6rem 0;
}

.info-section {
	margin: 0;
}

.section-title {
	font-size: 2.1875rem;
	font-weight: 400;
	line-height: 1.4;
}

.section-paragraph {
	font-size: 1.25rem;
}




/* --- Core Services Section Styles --- */
.services-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service {
	width: 18%;

}

.service h4 {
	font-size: 24px;
	font-weight: 400;
	margin-top: 20px;
}

/* --- Full Width Image Section --- */
.full-width-image-section {
	padding: 0;
	opacity: 0;
	/* Initially hidden for GSAP */
	visibility: hidden;
}

.full-width-image-section img {
	width: 100%;
	height: auto;
}

/* --- Features Section --- */
.features-section {
	opacity: 0;
	/* Initially hidden for GSAP */
	visibility: hidden;
}

.feature-item {
	padding-right: 10%;
}

.feature-item .icon {
	width: 50px;
	margin-bottom: 1rem;
	height: 82px;
}

.feature-item .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.feature-item h3 {
	font-size: 1.875rem;
	font-weight: 400;
	margin-bottom: 1rem;
}

.feature-item p {

	font-size: 1rem;
}

/* --- Footer Styles --- */
.site-footer {
	background-color: #f8f9fa;

}

.footer-top {
	padding: 4rem 0;
}

.footer-logo {
	max-width: 150px;
}

.footer-links h5 {
	font-weight: 600;
	margin-bottom: 1.5rem;
}

.footer-links ul {
	padding-left: 0;
	list-style: none;
}

.footer-links ul li a {
	color: #333;
	text-decoration: none;
	margin-bottom: 0.75rem;
	display: inline-block;
	transition: color 0.3s ease;
}

.footer-links ul li a:hover {
	color: #9ACD32;
}

.footer-bottom {
	border-top: 1px solid #e9ecef;
	padding: 1.5rem 0;
}

.footer-bottom a {
	color: #333;
	text-decoration: none;
	margin-right: 1.5rem;
}

.footer-bottom .social-icons a {
	color: #000;
	font-size: 2rem;
	margin-left: 1rem;

	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.footer-bottom .social-icons a:hover {
	transform: translateY(-3px);
}

.copyright {
	padding: 1.5rem 0;
	background-color: #fff;
	text-align: center;

	font-size: 0.9rem;
}

.section-wimg {
	position: relative;
	min-height: 558px;
	    background: #f4f4f4;
    display: flex
;
    align-items: center;
}

.section-abs-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	max-height: 558px;
	min-height: 558px;
}

.section-abs-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-abs-image-rt {
	left: auto;
	right: 0;
}

/* =====================================
   CUSTOM ANIMATED HAMBURGER MENU
======================================== */

/* Remove default Bootstrap styling from the button */
.navbar-toggler {
	border: none;
	padding: 0;
}

.navbar-toggler:focus {
	box-shadow: none;
}

/* Container for the hamburger lines to center them */
.hamburger-button {
	width: 40px;
	height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
}

/* Styling for each line of the hamburger */
.hamburger-line {
	width: 100%;
	height: 4px;
	background-color: #333;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}

/*
  Animation styles when the button has the .active class
*/

/* Rotate the top line down */
.hamburger-button.active .hamburger-line:nth-child(1) {
	transform: translateY(13px) rotate(45deg);
}

/* Hide the middle line */
.hamburger-button.active .hamburger-line:nth-child(2) {
	opacity: 0;
}

/* Rotate the bottom line up */
.hamburger-button.active .hamburger-line:nth-child(3) {
	transform: translateY(-13px) rotate(-45deg);
}


/*
====================================
  Glowing Silver Shimmer Effect
====================================
*/

/* This prepares the image container (no changes needed here) */
.section-abs-image {

	overflow: hidden;
}

/* This is the new, upgraded shimmer style */
.shimmer-effect {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 150%;

	/* The new gradient for a "glowing silver" look */
	background: linear-gradient(100deg,
			/* A slightly more dynamic angle */
			rgba(255, 255, 255, 0) 20%,
			rgba(250, 250, 255, 0.8) 45%,
			/* Bright, near-white highlight */
			rgba(192, 192, 192, 0.4) 55%,
			/* Soft silver tone */
			rgba(255, 255, 255, 0) 80%);

	/* The "glow" is created with a filter.
     It adds a soft, light-colored shadow around the gradient. */
	filter: drop-shadow(0 0 15px rgba(200, 200, 255, 0.5));

	/* Initial position (rotated and off-screen) */
	transform: translateX(-150%) translateY(-15%) rotate(25deg);
}

.weprovide {
	top: -7px;
}



.herosection_inner{
	min-height: 510px;
	position: relative;
	overflow: hidden;
	background: url(../images/ldc_bg.jpg) right center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	color:#fff;
	padding-top: 30px !important;
}
.herosection_inner h1{
	font-size: 3rem;
}
.herosection_inner p{
	margin-bottom: 0;
}

.services_four .service{
	width: 24%;
}
.inr-service{
	margin-bottom: 45px;
}
.inr-service .srvc-img img{
width: 100%;
}
.inr-service h4{
	font-size: 18px;
	font-weight: 400;
	margin-top: 15px;
}

.color-green{
	color: #94BA33 !important;
}

.sss_bg{
	background-image: url(../images/sss_bg.jpg);
}

.hba_bg{
	background-image: url(../images/hba_bg.jpg);
}
.fll_bg{
	background-image: url(../images/fll_bg.jpg);
}
.vulcan_projects h5{
	font-size: 22px;
	font-weight: 500;
	margin-top:15px;
	margin-bottom: 40px;
}
.vulcan_projects img{
	width: 100%;
}


/* Makes project images look clickable and adds a nice hover effect */
.vulcan_projects img {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vulcan_projects img:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Styles for the lightbox modal */
#imageLightbox .modal-content {
    background-color: rgba(10, 10, 10, 0.9); /* Slightly darker for better contrast */
    border: none;
}

#imageLightbox .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* NEW: A figure element to group the image and its caption */
.lightbox-figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* The actual image inside the lightbox */
.lightbox-img {
    max-width: 90vw;
    max-height: 85vh; /* Reduced slightly to make space for caption */
    object-fit: contain;
    transition: opacity 0.3s ease-in-out;
}

/* NEW: Styles for the caption (title) below the image */
.lightbox-caption {
    color: #f8f9fa; /* A clean, bright white */
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    max-width: 80vw;
    transition: opacity 0.3s ease-in-out;
}

/* Style the close button to be white and more visible */
#imageLightbox .btn-close {
    position: absolute;
    top: 20px;
    right: 25px;
    filter: invert(1) grayscale(100%) brightness(200%);
    font-size: 1.2rem;
    opacity: 1;
    z-index: 1061;
}

/* Styles for the navigation arrows */
.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease;
    z-index: 1060;
}

.lightbox-nav:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.lightbox-nav.prev {
    left: 20px;
}

.lightbox-nav.next {
    right: 20px;
}

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

.font-regular{
font-weight: 400;
}

.solar_banner{
	background-image: url(../images/solarbanner.jpg);
}

@media (max-width:768px) {
	.hero-content h1 {
		font-size: 2.8rem;
	}

	.hero-carousel-wrapper {
		position: static;
		width: 100%;
		margin-top: 28px;
	}

	.hero-carousel-slide img {
		height: 300px;
	}

	.hero-section {
		padding-bottom: 0;
		        padding-top: 6px;
	}
.section-wimg{
	flex-direction: column;
}
	.section-abs-image {
		position: relative;
		width: 100%;
		min-height: 1px;
		margin-bottom: 10px;
	}

	.info-section {
		margin-top: 0;
	}

	.core-services-section {
		padding-top: 0;
		padding-bottom: 0;
	}

	.service {
		width: 100%;
		margin-bottom: 50px;
	}

	.service:last-child {
		margin-bottom: 0;
	}

	.whetheryr {
		padding-bottom: 0;
	}

	.feature-item {
		margin-bottom: 50px;
		padding-right: 0;
	}

	.section-title {
		font-size: 1.8rem;
		margin-bottom: 20px;

	}

	.footer-top,
	.footer-bottom {
		text-align: center;
	}

	.social-icons {
		text-align: center;
		width: 100%;
		margin-top: 28px;
	}

	.footer-bottom div {
		width: 100%;
	}
}

@media(max-width:768px){
	.services_four .service{
		width: 100%;
	}
}

.wpcf7-form label{
	font-size: 13px;
}
.wpcf7-form p{
	margin-bottom: 35px;
}
.wpcf7-form label, .wpcf7-form-control-wrap{
	width: 100%;
}
.wpcf7-form-control-wrap{
	display: block;
	width: 100%;
}

.wpcf7-form-control{
	width: 100%;
	border: 0;
	border-bottom: 1px solid #000;
	outline: 0 !important;
}

.wpcf7-form textarea{
	height: 100px;
}

.wpcf7-submit{
	background-color: #000;
	color: #fff;
	padding: 10px;
	border: 0;
}

.btn-primary:hover, .wpcf7-submit:hover{
	background-color: #94BA33;
}

.menu-dynamic li a{
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.navbar-collapse{
	justify-content: flex-end;
}

.menu-dynamic li:last-child a{
	background-color: #000;
	color: #fff;
}
.menu-dynamic li:last-child a:hover{
		background-color: #94BA33;
}
.menu-dynamic li .sub-menu a{
	border: 0;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	border: 0 !important;
	    padding: 12px 15px;
}





.marquee {
    width: 100%;
    overflow: hidden; /* Crucial: Hides the content that overflows */
    -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
    mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
}

.marquee__track {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    /* This width will be double the content width after JS runs */
    width: fit-content; 
    
    /* THE ANIMATION */
    animation: scroll 40s linear infinite;
}

.marquee:hover .marquee__track {
    animation-play-state: paused;
}

.marquee__track li {
    flex-shrink: 0;
    padding: 0 40px; /* Space between logos */
}

.marquee__track img {
    height: 160px; /* Adjust height as needed */
    width: auto;
}

/* The keyframe that makes the magic happen */
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        /*
         * This is the secret. We move the track to the left by exactly
         * half of its total width. Since the track is duplicated,
         * this means it moves by the width of the original set of logos.
         * The result is a perfect, seamless loop.
        */
        transform: translateX(-50%);
    }
}

@media (max-width:768px){
	.marquee__track li{
		padding: 0 15px;
	}
.footer-address p {
 text-align: center; }
}