html, body {
  margin: 0;
  padding:0;
  height: 100%;
}
.navbar-toggler-icon {
  background-image: url('data:image/svg+xml,...'); 
}
.navbar-toggler {
  border: none;
  outline: none; 
}
.navbar-nav {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .navbar-nav {
      flex-direction: column;
      text-align: center;
  }
  .navbar-nav .nav-item {
      margin-bottom: 1rem;
  }
}
.contact-bar {
  background-color: orange;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  height: 50px;
  position: fixed;
  width: 100%;
 top: 0;
 z-index: 1000;
}
.contact-infos {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-infos i {
  margin-right: 8px;
}
.social-media {
  display: flex;
  align-items: center;
  gap: 15px;
}
.social-media a {
  color: white;
  text-decoration: none;
}
.social-media a:hover {
  color: #ccc;
}
.navbar {
  top: 50px;
    padding: 1rem 2rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.navbar-brand {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.navbar-brand span {
    font-size: 18px;
    font-weight: normal;
    color: #666;
}
.nav-link {
    color: #333;
    transition: color 0.2s ease;
}
.nav-link:hover {
    color: orange;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
  margin-top: -20px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.btn-primary {
    background-color: orange;
    border-color:orangered;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 0;
    border-radius: 5%;
    border: none;
    line-height: 35px; 
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center;   
}
.btn-primary:hover {
    background-color: orange;
    border-color: orangered;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.caret {
    border-top: 5px solid orange;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin: 0 4 0 10px;
    vertical-align: middle;
    width: 0;
}
.hero {
  position: relative;
  height: 80vh; 
  margin: 0;
  padding: 0;
  overflow: hidden; 
}
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Send the background image to the back */
  overflow: hidden;
}
.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.hero-content {
  position: relative;
  padding: 20px;
  text-align: left;
  max-width: 600px; 
  margin-left: -190px; 
}
.hidden {
  display: none;
}
.hero-content h1 {
  font-size: 48px; 
  font-weight: bold;
  margin-top: 100px;
  color: white;
}
.hero-content h4 {
  font-size: 24px; 
  margin-top: 20px;
  color: white;
}
.hero-content h1 span {
  display: block;
  font-size: 48px; 
  line-height: 1.2;
}
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}
@media (min-width: 1200px) {
  .hero-content {
      margin-left: -190px; 
  }
  .hero-content h1 {
      font-size: 48px; 
  }
  .hero-content h4 {
      font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .hero-content {
      margin-left: -100px; 
  }
  .hero-content h1 {
      font-size: 36px; 
  }
  .hero-content h4 {
      font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .hero-content {
      margin-left: 0; 
      max-width: 100%;
  }
  .hero-content h1 {
      font-size: 32px; 
  }
  .hero-content h4 {
      font-size: 18px;
  }
}
  .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
   
  }
    .section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--accent-color);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
    .section-title p {
    margin-bottom: 0;
  }
.services-section {
  background-color: black;
  color: white; 
  width: 100%; 
  padding: 60px 20px;
  box-sizing: border-box;
  text-align: center;
  margin: 0; 
}
.service {
  background-color: #333;
  color: #fff;
  padding: 60px 40px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.carousel-controls {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  margin-left: 0px;
}
.carousel-btn {
  background-color: orange;
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.services-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow: hidden; 
  width: 100%;
}
.service-box {
  flex: 1 0 calc(33.33% - 20px); 
  display: none;
  max-width: 30%; 
  box-sizing: border-box;
  padding: 20px;
  background-color: #333;
  color: white;
  height: 250px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  border: 1px solid gray;
  border-radius: 10px;
  margin: 30px 20px;
  position: relative;
  transition: height 0.3s ease, transform 0.3s ease; 
}
.service-box.visible {
  display: block; 
}
.service-box:hover {
  height: 400px; 
  transform: scale(1.05);
}
.service-box h3 {
  color: orange;
}
.service-box p {
  font-size: 16px;
  color: white;
  text-align: left;
}
.tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 0px; 
  left: 70%;
  transform: translateX(-50%);
  background-color: gray;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: visibility 0s, opacity 0.3s ease;
}
.tooltip::after {
  content: '';
  position: absolute;
  top: 100%; 
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.tooltip-btn {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: orange;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px; 
  white-space: nowrap; 
}
@media (max-width: 768px) {
  .tooltip-btn {
    padding: 8px 16px; 
    font-size: 12px;
  }
}
.service-box:hover .tooltip-btn {
  display: block;
}
.service-box:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1100px) {
  .service-box {
    flex: 1 0 45%; 
    max-width: 45%;
  }
}
@media (max-width: 800px) {
  .service-box {
    flex: 1 0 100%; 
    max-width: 100%; 
  }
}
@media (max-width: 480px) {
  .service-box {
    flex: 1 0 100%; 
    max-width: 100%; 
  }
  .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

/*Testimonials Section*/
.testimonial-item {
  box-shadow: 0px 2px 15px color-mix(in srgb, var(--default-color), transparent 90%);
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  position: relative;
  height: 100%;
}
.testimonial-item h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;

  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0;
}
 .testimonial-item p {
  font-style: italic;
margin-left: 60px;
 margin-top: 10px;
}
.testimonial-item h4{
  margin-left:70px;
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}
.small-image{
  width: 450px;
  height:450px;
  margin-left: 100px;
  margin-top: -50px;
}

/*about us Section*/
.aboutus {
  background-color: #333;
  color: #fff;
  padding: 60px 40px;
  width: 1300px;
  height: 600px;
  margin-left: -100px;
  margin-top: -60px;
}
.aboutus h2 {
  margin-top: -10px;
  margin-left: 0px;
}
.aboutus img {
  position: absolute;
  top: 140px;
  left: -100px;
  width: 60%;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.containers {
  position: absolute;
  left: 500px;
  color: white;
  font-size: 24px;
}
.containers p {
  color: white;
  font-size: 18px;
  margin-top: -20px;
}
.containers .btn-primary {
  width: 200px;
  height: 50px;
}
@media (max-width: 768px) {
  .aboutus {
      width: 100%;
      padding: 20px;
      margin: 0 auto;
      height: auto;
      text-align: center;
      box-sizing: border-box;
  }
  .aboutus img {
      position: relative;
      width: 80%;
      margin: 0 auto;
      top: 0;
      left: 0;
  }
  .containers {
      position: relative;
      left: 0;
      margin: 20px auto;
      text-align: center;
      font-size: 18px;
  }
  .containers h2 {
      font-size: 22px;
  }
  .containers p {
      font-size: 16px;
  }
  .btn-primary {
      width: 80%;
      margin: 10px auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .aboutus {
      width: 90%;
      padding: 40px;
      margin: 0 auto;
      height: auto;
      box-sizing: border-box;
      text-align: center;
  }
  .aboutus img {
      position: relative;
      width: 70%;
      margin: 20px auto;
      top: 0;
      left: 0;
  }
  .containers {
      position: relative;
      left: 0;
      margin: 20px auto;
      font-size: 20px;
  }
  .containers h2 {
      font-size: 22px;
  }
  .containers p {
      font-size: 18px;
  }
  .btn-primary {
      width: 60%;
      margin: 15px auto;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .aboutus {
      width: 1100px;
      padding: 20px;
      margin-left: auto;
      margin-right: auto;
      height: auto;
      box-sizing: border-box;
      text-align: center;
  }
  .aboutus img {
      position: relative;
      width: 75%;
      margin: 20px auto;
      top: 0;
      left: 0;
  }
  .containers {
      position: relative;
      left: 0;
      margin: 30px auto;
      font-size: 22px;
  }
  .containers h2 {
      font-size: 24px;
  }
  .containers p {
      font-size: 20px;
  }
  .btn-primary {
      width: auto;
      margin-top: 15px;
      font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .aboutus {
    width: 950px; 
    padding: 20px;
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 0;
    height: auto;
    box-sizing: border-box; 
    text-align: center; 
  }
  .aboutus img {
    width: 70%; 
    height: auto; 
    margin: 20px 0; 
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
  }
  .containers {
    position: relative;
    left: 0;
    margin-top: 20px; 
    font-size: 20px;
    text-align: center; 
  }
  .containers h2 {
    font-size: 24px; 
    margin-top: 15px; 
  }
  .containers p {
    font-size: 18px;
    margin-top: 10px;
  }
  .btn-primary {
    width: 200px;
    margin-top: 10px;
    font-size: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .testimonial-item {
    padding: 20px; 
    margin: 10px 0; 
    box-sizing: border-box; 
  }
  .testimonial-item h2 {
    font-size: 16px; 
  }
  .testimonial-item p {
    font-size: 14px;
    margin-left: 0;
  }
  .testimonial-item h4 {
    margin-left: 0; 
  }

  .small-image {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 20px; 
  }
}

/*Portfolio Section*/
.portfolio-filters a[data-filter="all"],
.portfolio-filters a[data-filter="welding"],
.portfolio-filters a[data-filter="graphic-design"] {
  color: orange; 
}
.portfolio-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.portfolio-filters {
  margin-left: 250px;
  font-size: 18px;
}
.portfolio-filters li {
  display: inline;
  margin-left: 30px;
  position: relative;
  align-items: baseline;
}
.portfolio-filters a {
  color: #666;
  text-decoration: none; 
  transition: color 0.3s ease;
}
.portfolio-filters a:hover {
  color: orange; 
}
@media (max-width: 992px) {
  .portfolio-filters {
    margin-left: 0; 
    text-align: left;
  }
  .portfolio-filters li {
    display: inline-block; 
    margin: 10px 10px 10px 0; 
  }
}
@media (max-width: 575px) {
  .portfolio-filters {
    margin-left: 0; 
    text-align: left; 
  }
  .portfolio-filters li {
    display: block; 
    margin: 10px 0; 
  }
  .portfolio-filters a {
    color: orange; 
  }
}
.portfolio-item img {
  width: 300px;
  height: 300px;
  cursor: pointer;
  margin-right: 60px;
}
.see-more-button {
  display: none; 
  margin-top: 20px; 
}
/*contact Section*/
.contact {
  background-color: #f7f7f7;
  padding: 60px 0;
}
.contact-info {
  color: #fff;
  background-color: #333;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-info h3 {
  margin-top: 0;
}
.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-info li {
  margin-bottom: 20px;
}
.contact-info i {
  font-size: 24px;
  margin-right: 10px;
  color: #666;
}
.word {
  color: #000000;
}
.contact .info-boxes i {
  font-size: 20px;
  color: orange;
  background-color: rgba(128, 128, 128, 0.2); 
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.contact .info-boxes .info-item {
  padding: 15px; 
  margin-bottom: 10px; 
  background-color: #fff; 
  border-radius: 5px;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 
  flex-wrap: wrap; 
}
.contact .info-boxes .info-item .word,
.contact .info-boxes .info-item div {
  color: #000; 
  font-size: 14px; 
  flex-grow: 1; 
  max-width: 80%; 
}
.contact-form {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form .form-control {
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
}
.contact-form button[type="submit"] {
  background-color: orange;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
}
.contact-form button[type="submit"]:hover {
  background-color: orangered;
}
.rounded-box {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .contact .info-boxes .info-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact .info-boxes .info-item .word {
    max-width: none; 
  }
}

/* footer Section*/
.footer {
  background-color: #333;
  color: #fff;
  padding: 60px 0;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-about {
  margin-bottom: 20px;
}
.footer-about .logo {
  margin-bottom: 10px;
}
.footer-about .sitename {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.footer-about p {
  margin-bottom: 20px;
  color: #ccc;
}
.social-links {
  margin-top: 20px;
}
.social-links a {
  margin-right: 10px;
  color: #fff;
  transition: color 0.3s ease;
}
.social-links a:hover {
  color: #ccc;
}
.footer-links {
  margin-bottom: 20px;
}
.footer-links h4 {
  margin-top: 0;
  color: #fff;
  font-weight: bold;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: #ccc;
  transition: color 0.3s ease;
}
.footer-links a:hover {
  color: #fff;
}
.footer-contact {
  margin-bottom: 20px;
}
.footer-contact h4 {
  margin-top: 0;
  color: #fff;
  font-weight: bold;
}
.footer-contact p {
  margin-bottom: 10px;
  color: #ccc;
}
.footer-contact strong {
  color: #fff;
}
.copyright {
  background-color: #333;
  padding: 20px 0;
  border-top: 1px solid #444;
}
.copyright p {
  margin-bottom: 10px;
  color: #ccc;
}
.copyright .sitename {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.credits {
  font-size: 14px;
  color: #ccc;
  margin-top: 10px;
}
/*who we are*/
.story img{
  width: 600px;
  height: 500px;
}
.image-container {
  position: relative;
  width: 100%;
  height: 600px; 
}
.image-container img {
  width: 100%; 
  height: 100%;
  object-fit: cover; 
}
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.who-are {
  height: auto; 
  text-align: center;
}
@media (max-width: 768px) {
  .image-container {
    height: 400px; 
  }
  .overlay-text {
    font-size: 18px; 
    padding: 10px; 
  }
  .overlay-text .btn {
    margin-top: 20px; 
  }
}
@media (max-width: 480px) {
  .image-container {
    height: 300px; 
  }
  .overlay-text {
    font-size: 16px; 
  }
}
.about-us, .our-team, .our-values, .contact-us {
  padding: 60px 0;
}
.about-us h1, .our-team h2, .our-values h2, .contact-us h2 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}
.our-values .values {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.our-values .value {
  max-width: 300px;
}
.our-values .value i {
  font-size: 50px;
  margin-bottom: 20px;
  color: #3498db;
}
.process-title h2{
text-align: center;
margin-top: 60px;
}
.process-title p{
  text-align: center;
  margin-top: 30px;
}
/* Process Section */
.process-section {
  background-color: #f4f4f4;
  padding: 50px 20px;
  text-align: center;
}
.process-section h2 {
  color: #333;
  font-size: 2.5em;
  margin-bottom: 20px;
}
.process-section p {
  color: #666;
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto 40px;
}
.process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.step {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  min-width: 100%;
  box-sizing: border-box;
  margin: 10px;
  margin-left: 100px;
}
.carousel-container {
  position: relative;
  max-width: 1000px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-left: 150px;
  width: 100%; 
  margin: 0 auto; 
}
.step p {
  color: #666;
  font-size: 1em;
}
.step h1 {
  position: relative;
  display: inline-block;
}
.step h1::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px; 
  height: 2px; 
  background-color: orange; 
}
.carousel-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.6s ease;
}
.dot.active {
  background-color: #333;
}
.carousel-arrow-left, .carousel-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 50%;
  user-select: none;
}
.carousel-arrow-left {
  left: 10px;
}
.carousel-arrow-right {
  right: 10px;
}
.carousel-content {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease-in-out;
  overflow: hidden;
}
.step img {
  width: 280px;
  margin-left: 550px;
  margin-top: -200px;
}
@media (max-width: 768px) {
  .step {
    max-width: 90%;
    margin-left: 0;
    padding: 15px; 
  }
  .carousel-container {
    flex-direction: column; 
    margin: 0 auto;
    width: 95%; 
  }
  .step h1 {
    font-size: 1.5em;
  }
  .step p {
    font-size: 0.9em; 
  }
  .step img {
    width: 100%; 
    margin: 0 auto; 
    display: block;
  }
}
.box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}
.box {
  flex: 1 1 calc(33.333% - 40px); 
  max-width: calc(33.333% - 40px);
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.box h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.box p {
  font-size: 1em;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .box {
      flex: 1 1 calc(50% - 40px);
      max-width: calc(50% - 40px);
  }
}
@media (max-width: 480px) {
  .box {
      flex: 1 1 100%;
      max-width: 100%;
  }
}

/* Heros Section   services*/
.heros {
  --default-color: #ffffff;
  --background-color: #000000;
  --heading-color: #ffffff;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 40px;
}
.heros .info {
  position: relative;
  inset: 0;
  z-index: 3;
  padding: 140px 0 60px 0;
  text-align: center; 
}
@media (max-width: 768px), (max-height: 480px) {
  .heros .info {
    padding: 80px 20px 40px 20px; 
  }
}
.heros .info h2 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  color: white;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
@media (max-width: 768px) {
  .heros .info h2 {
    font-size: 32px; 
  }
}
.heros .info p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto; 
  padding: 0 15px;
}
@media (max-width: 768px) {
  .heros .info p {
    font-size: 16px; 
  }
}
.heros .info .btn-get-started {
  color: var(--contrast-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid var(--accent-color);
}
.heros .info .btn-get-started:hover {
  background: var(--accent-color);
}
.heros .carousel {
  inset: 0;
  position: absolute;
  overflow: hidden;
}
.heros .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition-duration: 0.4s;
}
.heros .carousel-item img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.heros .carousel-item::before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.heros .carousel-control-prev {
  justify-content: start;
}

@media (min-width: 640px) {
  .heros .carousel-control-prev {
    padding-left: 15px;
  }
}
.heros .carousel-control-next {
  justify-content: end;
}
@media (min-width: 640px) {
  .heros .carousel-control-next {
    padding-right: 15px;
  }
}
.content {
  margin: 20px 0;
}
.img-fluid {
  width: 100%;
  height: 500px;
  max-width: 1500px;
  margin: 0 auto;
}
.feature-box {
  border: 1px solid #7a7777;
  border-radius: 5px;
  padding: 20px;
  background-color: #333;
  box-shadow: 15px 15px 4px rgba(0, 0, 0, 0.15); 
  color: white;
  margin-top: 10px;
  margin: 0;
  text-align: left;
  margin-bottom: 30px; 
}
.feature-box h4 {
  margin-top: 0;
  color: white;
}
.feature-box p {
  margin-bottom: 0;
}
.team .card {
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
  height: 300px;
}
.boxes-why {
  background-color: #333;
  width: 100%;
  height: 400px;
  padding-top: 30px; 
}
.boxes-why h2 {
  color: white;
}
@media (max-width: 768px) {
  .feature-box {
    margin-bottom: 20px; 
    padding: 15px;
    box-shadow: 10px 10px 3px rgba(0, 0, 0, 0.15);
  }
  .boxes-why {
    height: auto;
    padding: 20px;
  }
  .container {
    padding: 0 15px; 
  }
  .boxes-why h2 {
    font-size: 1.5rem; 
    text-align: center;
  }
  .row {
    display: flex;
    flex-direction: column; 
    align-items: center;
  }
  .feature-box {
    width: 90%; 
    margin: 10px auto;
  }
}
.section-why {
  margin: 20px 0;
  align-content: center;
  background-color: #333;
  width: 100%;
  height: 400px;
  color: wheat;
  padding-top: 30px;
}
.section-why h2 {
  font-size: 2em;
  margin-bottom: 10px;
  margin-left: 400px; 
}
.section-why ul {
  margin-bottom: 10px;
  margin-left: 200px; 
}
@media (max-width: 768px) {
  .section-why {
    height: auto; 
    padding: 20px;
  }
  .section-why h2 {
    font-size: 1.5em; 
    text-align: center;
    margin: 0 auto;
  }
  .section-why ul {
    margin: 0 auto; 
    padding: 0 15px; 
    text-align: center; 
  }
  .section-why ul li {
    margin-bottom: 10px; 
  }
}
/*Team Section*/
.team .member {
  box-shadow: 0px 2px 25px color-mix(in srgb, var(--default-color), transparent 90%);
  text-align: center;
  border-radius: 15px;
  padding: 15px; 
}
.team .member img {
  border-radius: 15px;
  overflow: hidden;
  width: 200px;
  height: 200px; 
  object-fit: contain; 
}

.team .member .member-content {
  padding: 0 20px 30px 20px;
}
.team .member h4 {
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 2px;
  font-size: 20px;
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}
.team .member .social {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.team .member .social a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  transition: 0.3s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 60%);
}
.team .member .social a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}
.team .member .social i {
  font-size: 18px;
 margin-left: -10px;
}
@media (max-width: 992px) {
  .team .member {
    margin-left: 0; 
    margin-bottom: 30px; 
  }
  .team .member img {
    width: 180px; 
    height: 320px; 
  }
}
@media (max-width: 576px) {
  .team .member {
    margin-left: 0; 
    text-align: center;
    padding: 10px;
  }
  .team .member img {
    width: 150px;
    height: 280px; 
  }
}
/*Services Section electricity*/
.services .service-item {
  padding: 40px;
  box-shadow: 0px 0 30px color-mix(in srgb, var(--default-color), transparent 90%);
  height: 100%;
}
.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}
.services .service-item .icon i {
  color: color-mix(in srgb, var(--heading-color), transparent 30%);
  font-size: 56px;
  
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}
.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: color-mix(in srgb, var(--heading-color), transparent 95%);
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
}
.services .service-item h3 {
  color: color-mix(in srgb, var(--heading-color), transparent 20%);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid color-mix(in srgb, var(--heading-color), transparent 90%);
  transition: 0.3s;
}
.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}
.services .service-item:hover .icon i {
  color: var(--heading-color);
}
.services .service-item:hover .icon:before {
  background: color-mix(in srgb, var(--accent-color), transparent 50%);
}
.services .service-item:hover h3 {
  border-color: color-mix(in srgb, var(--accent-color), transparent 10%);
  color: var(--heading-color);
}
.services .service-item:hover .readmore {
  color: var(--accent-color);
}
.team-member {
  display: flex;
  align-items: center; 
  background: white;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; 
  padding: 20px;
}
.photo {
  flex: 1; 
  max-width: 400px; 
}
.photo img {
  width: 100%;
  height: auto; 
 }
.description {
  flex: 2; 
  padding-left: 20px;
}
h3 {
  color: #333;
}
p {
  color: #666;
  line-height: 1.5;
}
.social-icons {
  margin-top: 10px;
}
.social-icons a {
  margin: 0 5px;
  text-decoration: none;
  color: #007bff;
}
.social-icons a:hover {
  color: #0056b3;
}



.category-list, .subcategory-list {
  list-style-type: none;
  padding-left: 20px;
}

.category, .subcategory {
  cursor: pointer;
  margin: 20px 10px;
}

.category:hover, .subcategory:hover {
  background-color: #f0f0f0;
}
.category{
  font-size: 25px;
}
.image-gallery {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.image-gallery img {
  width: 200px;
  height: auto;
  border-radius: 8px;
}

.hidden {
  display: none;
}
.hidden {
  display: none;
}
@media (max-width: 768px) {
  .category {
    font-size: 20px;
  }

  .image-gallery {
    display: flex;
    flex-direction: column; 
    align-items: center; 
  }

  .image-gallery img {
    max-width: 90%; 
    margin-bottom: 10px; 
    height: auto;
  }
}

@media (max-width: 480px) {
  .category {
    font-size: 18px;
  }

  .image-gallery img {
    max-width: 100%; 
    margin-bottom: 10px; 
    height: auto;
  }
}





.template {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  gap: 20px;
}

.grid-section {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: calc(25% - 20px); /* Four sections per row */
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grid-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  background-color: #f0f0f0;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns per row */
  gap: 10px;
  padding: 15px;
}

.grid-item {
  text-align: center;
}

.grid-item img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.3s ease-in-out;
}

.grid-item:hover img {
  transform: scale(1.05);
}

.grid-item p {
  margin-top: 5px;
  font-size: 14px;
  color: #333;
}

.explore-btn {
  display: block;
  margin: 10px auto 15px;
  padding: 10px 20px;
  text-align: center;
  background-color: orange;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.explore-btn:hover {
  background-color: #e69500;
}


.project-container {
  position: relative;
  width: 300px;
  display: inline-block;
  gap: 40px;
}

.project-container h2{
 color: orange;
}

.machine-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  width: 90%;
}

.project-container:hover .machine-hover {
  display: block;
}

@media (max-width: 1200px) {
  .grid-section {
    width: calc(33.33% - 20px); /* Three sections per row */
  }
}

@media (max-width: 900px) {
  .grid-section {
    width: calc(50% - 20px); /* Two sections per row */
  }
}

@media (max-width: 600px) {
  .grid-section {
    width: 100%; /* One section per row */
  }
}
