* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
  }
  body{

    background-color: #EAEAEA ;


  }
  .logo {
    width: 60px !important;
  }
  
  .bg {
    overflow: visible;
    height: 50vh;
  
    background-color: #1e1e1e;
  }
  
  .title {
    position: relative;
  }
  
  .title h2,
  .title h4 {
    color: white;
    background-color: #000; /* Background color matching the image */
    padding: 10px 20px;
  }
  
  .title h2 {
    font-size: larger !important;
    border: 2px solid white;
    background-color: white;
    margin: 0;
    color: black;
    border-radius: 0; /* Square border */
  }
  
  .title h6 {
    margin: 0;
    border: 2px solid #f36c22; /* Orange border matching the image */
    background-color: #f36c22;
    border-radius: 0; /* Square border */
  }
 
  .title-section {
    border-bottom: 3px solid #f36e21; /* Apply border color only to the top */
  }

  
  .custom-box {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; /* Ensure the box takes full height of the column */
}

.custom-box:hover {
    transform: translateY(-5px);
}

.custom-box i {
    font-size: 50px;
    color: #6c757d;
    margin-bottom: 20px;
}

.custom-row {
    margin-top: 50px;
}

.logo-section {
    padding: 50px 0;
    text-align: center;
}

.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #212529;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.section-title::before .section-title::after {
    content: "";
    height: 8px;
    background-color: #000;
}

.divider-line {
    height: 1px;
    background-color: #6c757d;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px;
}

.logo-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

.logo-box:hover {
    transform: translateY(-5px);
}

.logo-box img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
}



  /* Default styling for large screens */
  .space {
    height: 20vh;
    width: 100%;
  }
  
  /* For tablets in portrait mode and small desktops */
  @media (max-width: 992px) {
    .space {
      width: 100%;
      height:  30vh; /* Adjust the height as needed */
    }
  }
  
  /* For tablets in landscape mode and large phones */
  @media (max-width: 768px) {
    .space {
      width: 100%;
  
      height: 70vh; /* Adjust the height as needed */
    }
  }
  
  /* For small phones */
  @media (max-width: 576px) {
    .space {
      width: 100%;
  
      height: 50vh; /* Adjust the height as needed */
    }
  }
  
  /* For extra small devices */
  @media (max-width: 375px) {
    .space {
      width: 100%;
  
      height: 200vh; /* Adjust the height as needed */
    }
  }
  .controller-title h2{



    margin: 0;
    border: 2px solid black; /* Orange border matching the image */
    background-color: black;
    color: white;
    border-radius: 0; /* Square border */
    padding: 8px;

  }
  .controller-title p{
    margin: 0;
    border: 2px solid #f36c22; /* Orange border matching the image */
    background-color: #f36c22;
    border-radius: 0; /* Square border */
    padding: 5px;

  }

  .box{

    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid black ;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
  }



.box:hover {
    transform: translateY(-5px);
}

.box img {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
}
.Controllers{
background-color: #EBEBEB;

}


footer {
	background: #1E1E1E;
	padding: 20px 0;
}
.single-content {
	text-align: center;
	padding: 115px 0;
}
.single-box p {
	color: #fff;
	line-height: 1.9;
}
.single-box h3 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.single-box .card-area i {
	color: #ffffff;
	font-size: 20px;
	margin-right: 10px;
}
.single-box ul {
	list-style: circle;
  color: white;
	padding: 0;
  margin: 15px;
}
.single-box ul li a {
	text-decoration: none;
	color: #fff;
	line-height: 2.5;
	font-weight: 100;
}
.single-box h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
#basic-addon2 {
	background: #fe1e4f;
	color: #fff;
}
.socials i {
	font-size: 18px;
	margin-right: 15px;
}
@media (max-width: 767px) {
	.single-box {
		margin-bottom: 50px;
	}
  .single-box {
    text-align: center;
  }
  
  .single-box  a {
    display: inline-block;
    margin-top: 10px;

  } 
  .single-box ul {
    list-style: none;
  
  }
}
@media (min-width: 768px) and (max-width: 991px) {
	.single-box {
		margin-bottom: 50px;
	}

  .single-box {
    text-align: center;
  }
  
  .single-box  a {
    display: inline-block;
    margin-top: 10px;

  } 
  .single-box ul {
    list-style: none;
  
  }
  
}
.socials i {
  display: inline-block;
  width: 40px; /* Adjust the size as needed */
  height: 40px; /* Adjust the size as needed */
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc; /* Optional: Adds a border to the square */
  border-radius: 5px; /* Optional: Adjusts the corners (0px for a perfect square) */
  margin: 2px; /* Optional: Adds space between the icons */
  font-size: 20px;

}
 .call {
  text-align: center;
}

.call  a {
  display: inline-block;
  margin-top: 10px;
} 
.callus{
border: 2px solid #f36e21;
border-radius: 5px;
padding: 3px;
color: white;
text-decoration: none;


}
.callus:hover{
color: white;

}