body {
	font-family: 'Exo2', sans-serif;
	/* background-color: #f8f9fa; */
	background-color: #1c2b2d !important;
}

h1 {
	font-family: 'Exo2', sans-serif;
	font-weight: 700;
	/* Bold */
}

em {
	font-family: 'Exo2', sans-serif;
	font-style: italic;
}

html,
body {
	height: 100%;
	margin: 0;
	position:relative;
	overflow-x:hidden !important;
}

.carousel,
.carousel-inner,
.carousel-item,
.carousel-item img {
	height: 100vh;
}

.carousel-item img {
	object-fit: cover;
	width: 100%;
}

.carousel-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.carousel-caption {
	z-index: 2;
}

.carousel-caption h5,
.carousel-caption p {
	color: #fff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-size: 60%;
}

.carousel-indicators li {
	background-color: #fff;
}

.parallax-section {
	background: url('../images/home/DSC_8516-2.jpg') center center / cover no-repeat fixed;
	min-height: 100vh;
	position: relative;
	z-index: 1;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.parallax-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: -1;
}

.parallax-section h2 {
	/* font-size: 2.5rem; */
	letter-spacing: 1px;
	/* text-transform: uppercase; */
	margin-bottom: 25px;
}

.parallax-section ul li {
	padding: 10px 0;
	font-size: 1.1rem;
}

.fullwidth-image-section {
	position: relative;
	width: 100%;
	height: 80vh;
	background: url('../images/home/DSC_8520-4.jpg') center center / cover no-repeat;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fullwidth-image-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
}

.overlay-text {
	position: relative;
	color: #fff;
	max-width: 600px;
	text-align: left;
	padding: 20px;
}

.overlay-text h2 {
	font-size: 2rem;
	margin-bottom: 20px;
}

.overlay-text p {
	font-size: 1rem;
	margin-bottom: 20px;
}

.overlay-text .btn {
	text-transform: uppercase;
	border: 1px solid #fff;
	color: #fff;
}

.overlay-text .btn:hover {
	background-color: #fff;
	color: #000;
}

.slick-dotted.slick-slider {
	margin-bottom: 15px !important;
}

.feature-card {
  background: linear-gradient(145deg, #1f2f31, #192425);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  /* padding: 2rem; */
  transition: all 0.35s ease;
  color: #e9ecef;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top left, rgba(100, 173, 84, 0.15), transparent 70%);
  opacity: 0.6;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  border-color: rgba(100, 173, 84, 0.5);
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-card h5 {
  color: #64ad54;
  font-weight: 600;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 1;
}

.feature-card p {
  color: #cfd8dc;
  font-size: 0.95rem;
  position: relative;
  z-index: 1;
}

	  

.feature-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #fff;
	margin-bottom: 1rem;
}

.feature-card h5 {
	font-weight: 600;
	margin-bottom: .5rem;
}

.feature-card p {
	color: #6c757d;
	font-size: .95rem;
}

.bg-grad-1 {
	background: linear-gradient(135deg, #06b6d4, #3b82f6);
}

.bg-grad-2 {
	background: linear-gradient(135deg, #f97316, #ef4444);
}

.bg-grad-3 {
	background: linear-gradient(135deg, #7c3aed, #06b6d4);
}

.bg-grad-4 {
	background: linear-gradient(135deg, #10b981, #06b6d4);
}

.bg-grad-5 {
	background: linear-gradient(135deg, #ef9a9a, #f48fb1);
}

.padding15 {
	padding: 15px !important;
}

header {
	/* height: 125px; */
	padding: 0px !important;
}

@media (min-width: 768px) {
	.navbar .dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}
}

.dropdown-menu {
	border-radius: 12px;
	padding: 10px;
	min-width: 220px;
	border: none;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
	border-radius: 8px;
	padding: 10px 15px;
	transition: all 0.2s;
}

.dropdown-item:hover {
	background-color: #f1f5ff;
	color: #64ad54;
}

.menu {
	cursor: pointer;
}

/* .contact-section { */
	/* background: linear-gradient(to right, #f8f9fa, #e9ecef); */
/* } */

/* .contact-card { */
	/* background: #ffffff; */
	/* border-radius: 20px; */
	/* transition: transform 0.3s ease, box-shadow 0.3s ease; */
/* } */

/* .contact-card:hover { */
	/* transform: translateY(-5px); */
	/* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); */
/* } */

.modern-input {
	border-radius: 0.25rem;
	border: 1px solid #dee2e6;
	padding: 6px 16px;
	font-size: 1rem;
	transition: all 0.3s ease;
	margin-bottom: 20px;
	background-color: transparent !important;
	line-height: 3rem;
	height: 3rem;
	color:#fff !important;
}

.modern-input:focus {
	border-color: #64ad54;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
	color:#fff !important;
}

.modern-btn {
	border-radius: .25rem;
	font-weight: 600;
	transition: all 0.3s ease;
}

.modern-btn:hover {
	background-color: #1c2b2d !important;
	transform: translateY(-2px);
	/* box-shadow: 0 6px 20px rgba(13, 110, 253, 0.3); */
}

#captchaCanvas {
	background: #f1f3f5;
	border-radius: 10px;
	cursor: pointer;
}

.tm-parallax-2 {
	position: relative;
	background-image: url('../images/home/warehouse.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.transparent-box {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 40px;
	/* border-radius: 12px; */
	overflow-y: auto;
	/* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4); */
}

.transparent-btn {
	background: transparent !important;
	color: #fff !important;
	border: 1px solid white;
	border-radius: .25rem;
	padding: 10px !important;
	margin-top: 40px;
	/* float: right; */
}


select {
	width: 100%;
	color: #fff;
}


select {
	width: 100%;
	color: #fff;
}

/* For ALL inputs, textareas, selects */
.input::placeholder,
textarea::placeholder {
	color: #fff !important;
	/* White placeholder */
	opacity: 1 !important;
	/* Ensure full visibility */
}

/* Chrome, Safari, Edge */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fff !important;
}

/* Firefox */
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #fff !important;
	opacity: 1;
}

/* Firefox 19+ */
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #fff !important;
	opacity: 1;
}

/* IE 10+ */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #fff !important;
}


.themebtn1 {
	background-color: #1c2b2d !important;
}

.themebtn {
	background-color: #64ad54 !important;
}

.dropdown-item {
	cursor: pointer;
}


/* Gallery Grid */
.tm-gallery {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	/* gap: 20px; */
	padding-top: 10px;
}

/* Card container */
.tm-gallery-item figure {
	position: relative;
	overflow: hidden;
	/* border-radius: 15px; */
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	margin: 0;
}

/* Image */
.tm-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

/* Overlay text */
.tm-gallery-item figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	opacity: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	text-align: center;
	transition: opacity 0.4s ease, transform 0.4s ease;
	transform: translateY(0px);
}

/* Hover Effects */
.tm-gallery-item:hover img {
	transform: scale(1.1);
}

.tm-gallery-item:hover figcaption {
	opacity: 1;
	transform: translateY(0);
}

/* Title */
.tm-gallery-item figcaption h2 {
	font-size: 1.2rem;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Subtitle */
.tm-gallery-item figcaption p {
	font-size: 0.9rem;
	opacity: 0.9;
}

/* Responsive */
@media (max-width: 1200px) {
	.tm-gallery {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.tm-gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.tm-gallery {
		grid-template-columns: 1fr;
	}
}


.footer p {
	color: #fff !important;
}

.bg-dark {
	background-color: #1c2b2d !important;
}


footer a:hover,
footer .footer-icons a:hover {
	color: #64ad54 !important;
	/* theme green hover */
}

hr {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}


/* Hide default checkbox */
input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 22px;
	height: 22px;
	border: 2px solid #64ad54;
	border-radius: 6px;
	background-color: #1c2b2d;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
}

/* Hover effect */
input[type="checkbox"]:hover {
	box-shadow: 0 0 6px rgba(100, 173, 84, 0.6);
	transform: scale(1.05);
}

/* Checked state */
input[type="checkbox"]:checked {
	background-color: #64ad54;
	border-color: #64ad54;
}

/* Checkmark */
input[type="checkbox"]:checked::after {
	content: "✔";
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 1px;
	left: 4px;
}


/* On hover / focus */
#countryDropdown:focus,
#stateDropdown:focus {
	outline: none;
	border-color: #64ad54;
	box-shadow: 0 0 6px rgba(100, 173, 84, 0.6);
}

/* Make option list transparent with white text */
#countryDropdown option,
#stateDropdown option {
	background: #1c2b2d;
	/* dark theme background for dropdown list */
	color: #fff;
	/* text white */
}

.dropdown-menu-right {
	right: auto !important;
}

#navbarSupportedContent a {
	position: relative;
}

#navbarSupportedContent a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	background: linear-gradient(90deg, #1c2b2d, #64ad54);
	border-radius: 0;
	transition: all 0.5s ease-in-out;
}

#navbarSupportedContent a:hover::before {
	width: 100%;
	border-radius: 50%;
}

.bg-primary {
	background-color: #64ad54 !important;

}

.text-primary {
	color: #64ad54 !important;

}

.overflowhidden {
	overflow: hidden;
}

.bg-footer {
	/* background-color:#eeeeee00 !important; */
	background-image: linear-gradient(0deg, rgba(7, 13, 23, 0.45), rgba(7, 13, 23, 0.25));
}

.theme-text {
	color: #64ad54 !important;
}


/* .aboutushero { */
	/* background-image: linear-gradient(0deg, rgba(7, 13, 23, 0.65), rgba(7, 13, 23, 0.25)); */
	/* background-size: cover; */
	/* background-position: center; */
	/* color: #fff; */
	/* padding: 8rem 0 0 0 */
/* } */

/* .aboutushero .badge-feature { */
	/* background: rgba(255, 255, 255, 0.08); */
	/* border: 1px solid rgba(255, 255, 255, 0.08); */
	/* color: #fff; */
	/* padding: .65rem .9rem; */
	/* border-radius: .5rem; */
	/* font-weight: 600; */
	/* display: inline-block; */
	/* margin-right: .5rem; */
	/* margin-bottom: .5rem; */
/* } */

@media (max-width: 767.98px) {
	.aboutushero {
		padding: 3rem 0;
	}

	.aboutushero h1 {
		font-size: 1.6rem;
	}
}

.icon-circle {
	width: 56px;
	height: 56px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, rgba(100, 173, 84, 0.12), rgba(100, 173, 84, 0.06));
	font-size: 1.45rem
}

.stat {
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff !important;
}

.substat {
	color: var(--muted);
	font-size: .95rem
}


.what-section {
	padding: 4rem 1rem;
	background: linear-gradient(180deg, #ffffff, #fbfdff)
}

.what-title {
	font-size: clamp(1.6rem, 3.6vw, 2rem);
	font-weight: 800;
	margin-bottom: .25rem
}

.what-lead {
	color: var(--muted);
	margin-bottom: 1.25rem
}

.cap-card {
	border-radius: 14px;
	padding: 1.15rem;
	background: rgba(13, 110, 253, 0.03);
	border: 1px solid rgba(13, 110, 253, 0.06);
	transition: transform .22s ease, box-shadow .22s ease
}

.cap-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 40px rgba(10, 30, 80, 0.06)
}

.cap-icon {
	width: 56px;
	height: 56px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	background: linear-gradient(180deg, rgba(13, 110, 253, 0.12), rgba(111, 156, 255, 0.06));
	font-size: 1.4rem
}

.pill {
	background: linear-gradient(90deg, var(--accent), #6f9cff);
	color: #fff;
	padding: .38rem .6rem;
	border-radius: 999px;
	font-weight: 700
}

.accordion-button:focus {
	box-shadow: none
}

/* @media(min-width:992px) { */
	/* .what-section { */
		/* padding: 5.5rem 2rem */
	/* } */
/* } */


:root {
	--accent: #64ad54;
	--muted: #6c757d;
}

.what-section {
	padding: 4rem 1rem;
	background: linear-gradient(180deg, #ffffff, #f9fcfa)
}

.what-title {
	font-size: clamp(1.6rem, 3.6vw, 2rem);
	font-weight: 800;
	margin-bottom: .25rem;
	color: #2f5130
}

.what-lead {
	color: var(--muted);
	margin-bottom: 1.25rem
}

.cap-card {
	border-radius: 14px;
	padding: 1.15rem;
	background: rgba(100, 173, 84, 0.05);
	border: 1px solid rgba(100, 173, 84, 0.1);
	transition: transform .22s ease, box-shadow .22s ease
}

.cap-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 40px rgba(47, 81, 48, 0.1)
}

.cap-icon {
	width: 56px;
	height: 56px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	background: linear-gradient(180deg, rgba(100, 173, 84, 0.15), rgba(100, 173, 84, 0.06));
	font-size: 1.4rem;
	color: var(--accent)
}

.pill {
	background: linear-gradient(90deg, var(--accent), #89c978);
	color: #fff;
	padding: .38rem .6rem;
	border-radius: 999px;
	font-weight: 700
}

.accordion-button:focus {
	box-shadow: none
}

/* @media(min-width:992px) { */
	/* .what-section { */
		/* padding: 5.5rem 2rem */
	/* } */
/* } */



 /* Banner */
.hero-section {
background: linear-gradient(
	135deg,
	rgba(100, 173, 84, 0.75),
	rgba(7, 13, 23, 0.65)
  ),
  url("../images/capabilities-bg.jpg") center/cover no-repeat;
color: #fff;
text-align: center;
padding: 5rem 1rem;
}

.hero-section h1 {
font-weight: 700;
letter-spacing: 1px;
}

.hero-section p {
max-width: 700px;
margin: 1rem auto 0;
font-size: 1.15rem;
}


.theme-gradient{
	background: linear-gradient(135deg, #f9fff9 0%, #e7f6e7 100%);
}
.pb-6 {
  padding-bottom: 5rem !important;
}

.display-4{
	font-weight: 500 !important;
}
.display-5{
	font-size:2.5rem !important;
}
.text-dark{
	color: #000 !important;
}

hr {
    border-top: 1px solid #64ad54;
}
.hrmargin{
	margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.dropdown-item {
    color: #fff !important; 
}
.dropdown-item:hover {
    background-color: #1c2b2d !important;
	color:#64ad54 !important;
}
@media only screen and (max-width: 600px) {
  body {
    background-color: lightblue;
  }
}

/* .innovative-modal { */
  /* background: rgba(255, 255, 255, 0.95); */
  /* border-radius: 20px; */
  /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); */
  /* backdrop-filter: blur(8px); */
  /* transform: translateY(40px); */
  /* opacity: 0; */
  /* transition: all 0.4s ease-in-out; */
/* } */

/* .modal.show .innovative-modal { */
  /* transform: translateY(0); */
  /* opacity: 1; */
/* } */

/* .modal-backdrop.show { */
  /* opacity: 0.6; */
  /* background: radial-gradient(circle at center, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.85)); */
/* } */

/* .form-control:focus { */
  /* border-color: #000; */
  /* box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.1); */
/* } */

/* .submitppForm { */
  /* transition: all 0.3s ease; */
/* } */

/* .submitppForm:hover { */
  /* background-color: #343a40; */
  /* transform: translateY(-2px); */
/* } */

.close {
    text-shadow: unset !important;
	opacity: 1 !important;
}
.companybtn{
	margin-top:101px;
}

@media (max-width: 767px) {
	.display-4{
		font-size:2rem !important;
	}
	.display-5{
		font-size:1.5rem !important;
	}
	
	.navbar-nav .dropdown-menu{
		margin-right: -100px;
	}
	.navbar-nav{
		margin-left: 0px !important;
		text-align: left;
	}
	.navbar {
		    padding: .5rem 0rem !important; 
	}
		.companybtn{
			margin-top:40px !important;
		}
	
}
.fs1p5rem{
	font-size:1.5rem !important;
}

figure{
	width: 96% !important;
    height: 200px !important;
}
.padding0{
	padding:0px !important;
}