* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-family: "Public Sans", serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-height: -webkit-calc(22/13);
  line-height: -moz-calc(22/13);
  line-height: calc(22 / 13);
  background: #dfdfdf;
}
.single-banner-slide {
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}
.section {
  padding: 60px 0;
}
footer {
  background-color: #343a40;
  color: white;
  padding: 20px 0;
}
.bgsize {
  height: 377px;
}
.title-small {
  margin-bottom: 37px;
}

.blocks {
  text-decoration: none;
  color: #000000;
}

.service-list_text h5 a {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}
.service-list_text p {
  line-height: calc(22 / 13);
  margin-bottom: 0;
}

#productCarousel {
  margin-top: 40px;
}

.service-card {
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.service-card img {
  max-height: 180px;
  object-fit: cover;
  border-radius: 10px;
}

.card-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-title a {
  font-size: 1.2rem;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.card-title a:hover {
  color: #007bff;
}

.card-text {
  font-size: 0.9rem;
  color: #777;
}

.carousel-item {
  padding: 15px;
}

.title-3 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}
.carousel-control-prev {
  left: -100px !important;
}

.carousel-control-next {
  right: -100px;
}

.service-client {
  margin-top: 40px;
}

#logoCarousel {
  padding: 20px 0;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.carousel-inner {
  text-align: center;
}

.carousel-item img:hover {
  transform: scale(1.1);
}

.title-3 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.footer-3 {
    background-color: #333; /* Dark background */
    color: #fff; /* White text for contrast */
    padding: 40px 0;
  }
  
  .footer-description {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  .title-footer {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  
  .footer-link {
    list-style: none;
    padding: 0;
  }
  
  .footer-link li {
    margin-bottom: 10px;
  }
  
  .footer-link a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .footer-link a:hover {
    color: #E74339; /* Highlight color on hover */
  }
  
  .social-footer {
    margin-top: 10px;
  }
  
  .social-icon {
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
    transition: transform 0.3s;
  }
  
  .social-icon:hover {
    transform: scale(1.2); /* Slightly enlarge on hover */
  }
  
  .con__item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  
  .con__item i {
    margin-right: 8px;
  }
  
  .copyright-2 {
    background-color: #222;
    color: #bbb; /* Lighter color for copyright text */
    padding: 10px 0;
  }

  .banner-area-about {
    position: relative;
    overflow: hidden;
}

.banner-area .single-banner-slide {
  background-size: cover;
  background-position: center;
  height: 300px; /* Default height */
}



.single-banner-slide-about {
    width: 100%;
    height: 70vh;
    display: block;
    object-fit: cover;
}

.banner-content-about {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2; 
}

.banner-title-about {
    font-size: 36px; 
    font-weight: bold;
    margin-bottom: 10px;
}

.banner-subtitle-about {
    font-size: 18px;
    margin-bottom: 20px;
}

.banner-cta-about {
    background-color: #E74339;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.banner-cta-about:hover {
    background-color: #D6342B;
}

/* Optional: Add a dark overlay */
.banner-area-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 1; /* Below text but above the image */
}

.section {
    padding: 60px 0; /* Space above and below the section */
}

.section-title {
    font-size: 2.5rem; /* Title size */
    font-weight: bold; /* Bold title */
}

.port {
    border-radius: 10px; /* Rounded corners for images */
    transition: transform 0.3s; /* Smooth hover effect */
}

.port:hover {
    transform: scale(1.05); /* Scale image on hover */
}

.gall {
    height: 200px; /* Set a fixed height */
    object-fit: cover; /* Maintain aspect ratio while filling the space */
    width: 100%; /* Make images responsive */
    border-radius: 8px; /* Optional: Add rounded corners */
    transition: transform 0.3s; /* Optional: Add a hover effect */
}

.gall:hover {
    transform: scale(1.05); /* Optional: Slightly enlarge on hover */
}

.inquiry {
  font-size: 18px;
  font-weight: 700;
}

#form-contact input {
  width: 100%;
  color: #999;
  outline: none;
  padding: 10px;
  border: 1px solid #cecece;
}

.card {
  height: 400px; /* Fixed height for the card */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card img {
  height: 150px; /* Fixed height for the image */
  width: 100%; /* Fixed width to fit the card */
  object-fit: cover; /* Ensures the image covers the allocated space */
  border-radius: 5px; /* Optional: Adds rounded corners to the image */
}


/* Ensure responsive behavior */
@media (max-width: 768px) {
    .port {
        width: 100%; /* Full width on smaller screens */
    }
    .title-footer{
      margin-top: 25px;
    }
}


.gallery-item img {
  height: 200px;
  width: 100%;
  object-fit: cover; 
  border-radius: 10px; 
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05); 
}

@media (min-width: 768px) {
  .banner-area .single-banner-slide {
    height: 500px;
  }
  
}