.carousel-control-prev,
.carousel-control-next {
  display: block; /* Default: show on desktop */
}



/* Hide on mobile screens */
@media (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    display: none ! important;
  }
}

@media (max-width: 768px) {
  .carousel-caption a
   {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .download-caption {
    position: absolute;
    top: 110px !important;
    left: 14px !important;
    width: 100px !important;
    background: #838383;
    padding: 10px;
    border-radius: 20px;
  }

  .download-caption a {
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6px;
    width: 100%;
    text-align: center;
	height:50%;
  }
}



/* General mobile container adjustment */
@media (max-width: 768px) {
  .container {
    padding: 0 30px;
  }

.title h2 {
  font-size: 20px;
}


  .banner-main .carousel-caption h1 {
        font-size: 25px;
        line-height: 22px;
        padding: 0px;
        margin-top: 30px;
        text-align: left;
    
  }

  .banner-main .carousel-caption p {
        font-size: 5px;
        line-height: 10px;
        padding-right: 0;
        margin-top: 10px;
        text-align: left;
        flex-wrap: inherit;
        font-weight: 500;
    
  }

 .product-description {
    max-height: 40px;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .product-description.expanded {
    max-height: 1000px;
  }

  

  .carousel-caption {
    text-align: center;
    padding: 0;
  }

  .logo img, .logo2 img {
    width: 100px;
  }

  .mobile-logo img {
    height: 35px;
  }

  .mobile-call img {
    height: 30px;
  }

  #menu-icon {
    font-size: 28px;
  }

  .mobile-menu ul li {
    margin-bottom: 10px;
  }

  .mobile-menu a {
    font-size: 16px;
    color: #000;
    display: block;
    padding: 8px 0;
  }
  
  .logo img, .logo2 img {
    width: 80px;
  }
}

@media (max-width: 576px) {
  .head_top {
	padding: 4px 10px; /* reduce top spacing on mobile */
  }

  .head_top .sociel_link li a {
    font-size: 14px;
  }

  .head_top p {
    font-size: 13px;
  }
  
}

/* Extra Small Devices */
@media (max-width: 480px) {
 

 
  .logo img, .logo2 img {
    width: 80px;
  }

.title h2 {
  font-size: 20px !important;
}

.title span {
	font-size:14px ! important;
	padding:20px;
}
.choose_bg .white_bg .for_box h3 {
	font-size:18px ! important;
}
.about .about_box p {
	padding:20px ! important;
	font-size:15px;
}

.col-md-3   {
	margin-bottom:20px;
}

.back img {
width:80%;
	
}

.bg-about {
	padding:50px;
	
}
.about .about_box figure img {
	width:80%;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Extra Small Devices */
@media (max-width: 480px) {
  .banner-main .carousel-caption h1 {
    font-size: 16px;
    line-height: 20px;
	 margin-top: 10px;
     text-align: left;
  }

 


  .logo img, .logo2 img {
    width: 80px;
  }

.title h2 {
  font-size: 20px !important;
}

.title h3 {
  font-size: 20px !important;
}



.title span {
	font-size:14px ! important;
	padding:20px;
}
.choose_bg .white_bg .for_box h3 {
	font-size:18px ! important;
}
.about .about_box p {
	padding:20px ! important;
	font-size:15px;
}

.back img {
width:80%;
	
}

.bg-about {
	padding:50px;
	
}
.about .about_box figure img {
	width:80%;
}


.ups {
	padding:50%;
}

 

}







#intro {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#intro img {
  width: 300px;
  max-width: 90vw;
  height: auto;
}

/* Optional: Resize on small screens */
@media (max-width: 480px) {
 #intro img {
  width: 300px;
  max-width: 90vw;
  height: auto;
  align-items: center;
  margin-right:50px;
}
}






/* Desktop (768px and up) */
@media (min-width: 768px) {
  

  .read-more-toggle {
    display: none;
  }


}

/* Hide filter list by default on mobile */
@media (max-width: 767px) {
  .collapse-on-mobile {
    display: none !important;
  }

   .collapse-on-mobile.show {
    display: block !important;
    margin-top: 10px;
    background-color: #f8f9fa;
    border-radius: 10px;
  }
  
 

}



/* Hide filter list by default on mobile */
@media (max-width: 767px) {
 
  
   .collapse-on-mobiles {
    display: none !important;
  }

   .collapse-on-mobiles.shows {
    display: block !important;
    margin-top: 0;
    background-color: #f8f9fa;
    border-radius: 10px;
  }

}


/* Hamburger menu styling */
#menu-icon {
  cursor: pointer;
  font-size: 28px;
  color: #333;
}

/* Mobile Menu Container */
#mobileMenu {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  z-index: 999;
}

/* Mobile Menu Links */
#mobileMenu ul li a {
  display: block;
  color: #000;
  padding: 12px 10px;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

/* Hover & Active effect */
#mobileMenu ul li a:hover,
#mobileMenu ul li.active a,
#mobileMenu ul li a:focus {
  background: #6b6b6b;
  color: #fff;
  border-radius: 8px;
}

/* Dropdown nested menu styling */
#mobileMenu ul li.dropdown ul {
  padding-left: 0;
  margin-top: 10px;
  list-style: none;
  background: #f1f1f1;
  border-radius: 8px;
}

#mobileMenu ul li.dropdown ul li a {
  font-size: 15px;
  padding: 8px 15px;
  color: #333;
}

#mobileMenu ul li.dropdown ul li a:hover {
  background-color: #d4d4d4;
}



.head_top .d-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.head_top .top-box {
  flex: 0;
}

.head_top .sociel_link {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  margin-left:10px;
}

.head_top .sociel_link li {
  list-style: none;
}

.head_top .sociel_link li a {
  font-size: 14px;
  color: #000;
}

.head_top p {
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

🔵 🟢 🟣 🔗     Sustainable energy for a brighter future

/* Mobile-specific fine-tuning */

