.header{
  background-image: url("../images/png/header-bg.png");
  background-repeat: repeat-x;
  min-height: 180px;
}
.choose-us{
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
  background: #fff;
}
.small-image {
  width: 110%; 
  max-width: 400px; /* Set a maximum width to maintain proportions */
  display: block; /* Center the image within the column */
  margin: 0 auto;
  border-radius: 15px; /* Apply rounded corners for aesthetics */
}
/* Centered Title Styles with New Class Names */
.new-title {
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  color: #333;
}

/* Subtitle Styles with New Class Names */
.new-text-1 {
  color: #07beb8;
}

/* Main Title Styles with New Class Names */
.new-text-2 {
  font-weight: bold;
  font-size: 2.5rem;
  color: #000;
}

/* Underline Animation Styles with New Class Names */
.new-animated-underline {
  position: relative;
  display: inline-block;
}

.new-animated-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #07beb8;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-in-out;
}

.new-animated-underline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.custom-list {
  text-align: left;
  max-width: 50%;
  margin: 0 auto;
}

.custom-list li {
  margin: 10px 0;
  padding-left: 20px;
  text-indent: -20px;
  list-style-position: inside;
  text-align: left; /* Ensure text alignment to the left */
}

.company-logo-container {
  position: absolute;
  left: 20px; /* Adjust the left value as needed for positioning */
  top: 80px; /* Adjust the top value as needed for positioning */
}

.company-logo {
  text-decoration: none;
}

.company-logo .main-logo {
  width: 150px; /* Adjust the width as needed */
  height: auto;
}

.services-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  background-color: #f5f5f5;
}

.service {
  text-align: center;
}

.circle {
  width: 150px;
  height: 150px;
  background-color: #f7f7f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: transform 0.3s ease-in-out;
}

.circle img {
  width: 190%;
  height: 105%;
  object-fit: cover; /* Make the image fill the circle */
  border-radius: 50%;
  
}
.service p {
  font-weight: bold;
}

.service:hover .circle {
  transform: scale(1.1);
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

body {
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
}

.logo-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); /* Adjust the logo size as needed */
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.logo {
  background-color: #fff;
  border: 1px solid #100f0f;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}

.logo img {
  max-width: 100%;
  max-height: 100px; /* Adjust the logo height as needed */
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* Align the content to the top */
  margin: 20px; /* Add margin for spacing */
}

.custom-list {
  /* Add your list styling here */
}

.image-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* Align images to the center of the column */
}

.image-container img {
  max-width: 50%; /* Adjust image size as needed */
  height: auto;
  margin-bottom: 20px; /* Add spacing between images */
}

.led-control-gears-title {
  font-size: 36px; /* Adjust the font size as needed */
  font-weight: 700; /* Adjust the font weight for boldness */
  color: #03273e; /* Adjust the color to match your branding */
  text-transform: uppercase; /* Uppercase text */
  letter-spacing: 2px; /* Adjust letter spacing for spacing between characters */
  text-align: center; /* Center the text horizontally */
  margin: 0; /* Remove any default margins */
  padding: 20px 0; /* Add vertical padding as needed */
}

body {
  font-family: Arial, sans-serif;
  background-color: #f7f7f7;
  margin: 0;
  padding: 0;
}

.content-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}

.left-content,
.right-content {
  flex: 1;
  padding: 20px;
}

.led-control-gears-title,
.led-light-sources-title {
  font-size: 28px;
  font-weight: 600;
  color: #0099ff;
  text-transform: uppercase;
  margin: 0; /* Remove margin from both titles */
  border-bottom: 2px solid #0099ff;
}

.led-control-gears-title {
  margin-bottom: 20px; /* Add margin to the LED Control Gears title */
}

.logo-container {
  display: flex;
  flex-wrap: wrap;
}

.logo {
  margin: 10px;
}

.logo img {
  max-width: 100px; /* Adjust the max-width as needed */
  height: auto;
  display: block;
  border-radius: 10px; /* Add rounded edges to the logos */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a subtle shadow for depth */
}

.subheading {
  font-size: 24px;
  font-weight: 600;
  color: #333; 
  margin-bottom: 10px; /* Adjust as needed */
  text-transform: uppercase; /* Uppercase text */
  letter-spacing: 1px; /* Adjust letter spacing as needed */
}

.scrollable-list {
  max-height: 400px; 
  overflow-y: auto; 
}


/* Add some styles for image container */
.image-container {
  width: 100%;
  max-width: 800px; 
  margin: 0 auto; 
  overflow-y: scroll; 
  max-height: 400px; 
}

/* New class for image row */
.image-row {
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between;
  margin-bottom: 20px; 
}

/* Set a fixed aspect ratio for the images */
.image-container img {
  width: calc(25% - 5px); 
  height: 150px; 
  object-fit: cover; 
  margin-bottom: 15px; 
  box-sizing: border-box; 
}

/* Additional styles for img-thumbnail class if needed */
.img-thumbnail {
  border: 2px solid #130b0b; /* Increased border size for a more pronounced frame */
  border-radius: 8px; /* Larger border radius for rounded corners */
  padding: 8px; /* Increased padding for more spacing inside the frame */
}

.justified-text {
  text-align: justify;
}

.thumbnail-logo {
  width: 50px; 
  height: auto; 
  border-radius: 5px; /* Add rounded corners */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
}

.image-containers {
  display: flex;
  flex-direction: column;
  align-items: center; /* Align images to the center of the column */
}

.image-containers img {
  max-width: 65%; /* Adjust image size as needed */
  height: auto;
  margin-bottom: 20px; /* Add spacing between images */
}

.small-product-image {
  max-width: auto;
  height: auto;
  max-height: 200px; /* Set a maximum height for the images */
  object-fit: contain; /* Maintain aspect ratio and fit within the container */
}

.custom-padding {
  padding: 100px; /* Adjust the value as needed */
}



/*
.fe-body{
  background-color: ;
}*/
