/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.feature-section-button-solid{
	background-color: white !important;
	color: black; 
	width: 100%; 
	text-align: center;
}

.contact-us-send-button{
	background-color: white !important;
	color: black; 
	width: 100%; 
	text-align: center;
}

.sm-form-control{
	color:white !important;
}

.contact-section .card-text{
	color:black !important;
	font-size: 20px;
}

.contact-section .card-title{
	color:black !important;
	font-size: 20px;
	position: relative;
	top:20px;
}

.contact-section .card{
	height:auto;
}

.menu-item.current-menu a.menu-link div {
    color: #FE6D69; /* Your desired color */
}

.dark-bg-section{
    background-color:#0f111a;
	margin-top:0px !important;
	margin-bottom:0px !important;
}


.product-section {
	padding: 50px;
	text-align: center;
}

.product-header {
	margin-bottom: 20px;
}

.product-header h1 {
	font-size: 32px;
}

.product-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.product-name{
	color:#fff;
	text-transform: uppercase;
}

.product-sub-name{
	color:#fff;
}

.product-name-hr{
   margin-left:500px;
   margin-right:500px;
   margin-bottom: 50px;
   border:1px solid white;
}

.product-image {
	display: flex;
	align-items: center; /* Vertically center items */
	justify-content: center; /* Horizontally center items */
	border-radius: 10px;
}

.product-image img {
	max-height: 100%;
	max-width: 100%;
	object-fit: cover; /* Adjust the image fitting */
}

.product-details h2 {
	font-size: 24px;
}

.product-description {
	margin-bottom: 20px;
}

.product-specs {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.spec {
	width: 150px;
	height: auto;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}

.spec p {
	margin: 0;
	color: black;
}

.spec-icon {
	font-size: 40px;
	margin-bottom: 8px;
	color:#FE6D69;
}

.spec-key {
	font-size: 14px;
	font-weight: bold;
}

.spec-value {
	font-size: 20px;
}


.product-features {
	background-color: #f8f8f8;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	margin-top:0px;
}

.product-features h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.feature-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top:30px;
	display: flex;
	flex-wrap: wrap;
	gap: 0px; /* Adjust the gap between columns */
}

.feature-column {
	flex: 1;
	min-width: 30%; /* Adjust the column width as needed */
	
}

.feature-icon {
	font-size: 20px;
	margin-right: 10px;
	color: #3498db;
}

.feature-text {
	font-size: 16px;
	color:black;
}

.cta-heading{
    color:white;
}

.hev-kit-image{
	width:100%;
}

.section-paragraph{
	color:white;
	margin-left:200px;
	margin-right:200px;
	font-weight: normal;
	height:30%;
}

.section-heading{
	color:white;
	text-align: center;
}

.value-image{
	max-height:300px;
	width:100%;
}

.value-text{
	font-size:25px;
	text-align: center;
	margin-top:10px
}

.testimonial-card{
  background-color: #fff;
  color:#000;
  padding:15px;
  min-height: 200px;
}

.testimonial-author{
	font-weight: bold;
}

.accordion-body{
	color:black;
}

.accordion-button{
	outline: none;
}