.main-header .main-box .logo-box .logo img {
        max-width: 130px; 
}
.main-menu .navigation > li > a {
      padding: 25px 10px;
}
.fullwidth-section .section-outer .content-column .content h2 {
      font-size: 20px;
}
.main-footer .logo-widget .footer-logo img {
    margin-left: -3px;
    /* margin-top: 15px; */
    height: 100px;
    /* width: 200px; */
    object-fit: cover;
}
  .links-widget .links {
      position: relative;
      margin-left: 70px;
  }
  .main-footer .footer-column #que{
      margin-left: 70px;
  }
  .fullwidth-section .section-outer .content-column .content .title {
     
      font-size: 25px;
      font-family: none;
      text-transform: capitalize;
 }
 .read-more {
      background-color: white;
      border: 1px solid black;
      padding: 10px 15px;
      border-radius: 20px;
      transition: all 0.5s ease; /* Smooth transition for all properties */
      cursor: pointer; /* Change cursor to pointer */
  }
  
  .read-more:hover {
      box-shadow: 0 0 5px 5px black; /* Increased shadow on hover */
      transform: scale(1.05); /* Slightly scale up the button */
      background-color: #f0f0f0; /* Change background color on hover */
  }
  
.news-style-one .inner-box .lower-content .lower-box {
      padding-top: 30px;
      
  }
  .services-block .icon-box .icon img{
      height: 100px;
    
      object-fit: cover;
  }
  .cal-to-action-section h3 {
      
      font-size: 20px;
      
      font-family: 'Sofia', cursive;
  }

  .main-slider .tp-dottedoverlay {
       background: transparent !important;
  }
  .gallery-item .inner-box .image .overlay-box .content {
    position: relative;
    width: 378.8px;
    height: 260.13px;
}
#product_text{
    display: flex;
    align-items: center;
    justify-content: center;
    
    font-size: 25px;
    font-weight: 700;
    color: white;
    margin-top: -65px
    
}
.sec-title .title {
    position: relative;
     color: #9cc327;
    font-size: 20px;
    margin-top: 8px;
    text-transform: capitalize;
    font-family: 'Sofia', cursive;
    font-weight: 700;
  
    
}
#space{
    margin-top: 20px;
}
.main-slider{
    margin-bottom: 50px;
}
#custome_font{
    color: #9cc327;
    font-size: 35px;
    font-weight: 600;
}
#main_title{
    position: relative;
    color: #9cc327;
    font-size: 40px;
    margin-top: 50px;
    text-transform: capitalize;
    font-family:none;
    font-weight: 700;
}

/* ======== achivment css ======== */

.image-caption-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 15px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 1), rgba(20, 20, 20, 1)); /* Darker blackish gradient background */

    border-radius: 8px;
}

.image-box {
    flex: 1 1 calc(25% - 30px); /* Each image takes 25% width minus spacing */
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.image-box img {
    width: 100%; /* Makes the image responsive */
    height: 300px;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
    object-fit: contain;
}

.image-box p {
    margin-top: 30px;
    font-size:2rem;
    color: #fff; /* White text color for better contrast */
    /* font-weight: 600; */
}

.image-box img:hover {
    transform: scale(1.05); /* Adds zoom effect on hover */
}

@media (max-width: 991px) {
    .image-box {
        flex: 1 1 calc(50% - 20px); /* 2 images per row on medium screens */
    }
}

@media (max-width: 575px) {
    .image-box {
        flex: 1 1 100%; /* Full width on small screens */
    }
}




.main-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 600px; /* Set height for the section */
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%; /* Each slide takes full width */
    height: 600px; /* Fixed height for each slide */
    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 45%;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.5); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 20px;
}

.title {
    font-size: 10px;
    margin-bottom: 10px;
    animation: fadeIn 1s;
}

h2 {
    font-size: 10px;
    margin-bottom: 20px;
    animation: fadeIn 1.5s;
}

p {
    /* text-align: center; */
    font-size: 20px;
    margin-bottom: 20px;
    animation: fadeIn 2s;
}

#buttons {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    gap: 10px;
}

#theme-btn {
    padding: 10px 20px;
    background-color: #ff5722;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

#theme-btn:hover {
    background-color: #00000078;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.seg{
    display: inline-block;
    width: 100px;
    height: 100px;
}


#gapp{
    /*margin-bottom:-80px;*/
}
#Address{
    text-decoration: none;
    color: #6b6b6b;
}
#Address:hover{
    color: black;
}

#bulb{
    margin-bottom: 60px;
    padding-right: 50px;
    height: 400px;
    width: 400px;
    object-fit: cover;
}
#our_product_text{
    margin-bottom: 30px;
}


  

.client-slider-container {
    text-align: center;
    /* background-color: #2c2c2c; */
    padding: 20px;
    color: #ff8040;
}

.client-slider-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #ff8040;
}

.client-slider {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #2c2c2c; */
    border-radius: 8px;
}

.client-slides {
    display: flex;
    width: calc(100px * 12); /* Adjust width for all images */
    animation: slide 15s linear infinite;
}

.client-slide {
    flex: 0 0 20%; /* Each image will take 20% of the container to show 5 images at a time */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}

.client-slide img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: contain;
}

@keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}


#footer_address{
    padding: 5px;
    color: white;

}
#footer_address:hover{
      color: #9cc327;;
}