.quote-overlay{
    background-color: #05477f;
    opacity: 0.75;
}
.highlight-box {
    background: linear-gradient(135deg, var(--primary-color), #0664a3);
    color: white;
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 0rem;
    /* box-shadow: 0 10px 30px rgba(5, 71, 127, 0.2); */
}
:root {
    --primary-color: #05477f;
    --primary-bg: #ffffff;
}

.highlight-item {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.6;
}

.highlight-item:last-child {
    margin-bottom: 0;
}

.highlight-item i {
    color: #ffd700;
    margin-right: 0.5rem;
}
.strengths-grid {
    margin-top: 2rem;
}

.strength-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.strength-card:hover {
    border-color: rgba(5, 71, 127, 0.05);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(5, 71, 127, 0.05);
}

.strength-icon {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.strength-title {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.strength-description {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}
.icons-at-left {
    background-color: #05477f15;
    width: 50px;
    height: 50px;
    border-radius: 10%;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
}
.bg-syntegrate-light{
    background-color: #05477f15;
}
.left-20 {
    left: -20px;
  }
.why-us-box{}



/* About us page */
.diamond {
    width: 195px;
    height: 195px;
    background: #000;
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 4px;

  }

  .diamond img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(-45deg);
  }

  .diamond-text {
    transform: rotate(-45deg);
    font-weight: bold;
  }

  /* .angle-box {
    background-color: #f8f9fa;
    transform: skewX(-5deg);
    padding: 50px 20px;
  }

  .angle-box-inner {
    transform: skewX(5deg);
  } */

  @media (max-width: 768px) {
    .diamond {
      width: 175px;
      height: 175px;
      margin: 4rem auto;
    }
    .header .header-logo img{
      width: auto;
    height: 65px;
    max-height: 65px;
    }
  }
  .machine-card{
    border:1px solid #05477f15;
    padding: 10px ;
    border-radius: 10px;
    transition:box-shadow 0.3s ease;
  }
  .machine-card:hover{
    box-shadow: 0 4px 8px rgba(5, 71, 127, 0.05);
  }
  .machine-card img {
    max-height: 150px;
    object-fit: contain;
    margin-bottom: 15px;
  }
  .machine-title {
    font-weight: bold;
    font-size: 1.1rem;
  }
  .machine-subtitle {
    color: #555;
    font-size: 0.85rem;
    margin: 5px 0;
    

  }


  /* Hero Carousel */
  .carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
  }

  .carousel-caption {
    z-index: 10;
  }

  .carousel-caption h1,
  .carousel-caption p {
    color: #fff;
  }

    .hero-highlight-box {
      background: rgba(255, 255, 255, 0.1);
      border-left: 4px solid #f9f9f9;
      padding: 10px 20px;
      margin-top: 1rem;
      color: #fff;
      font-size: 0.95rem;
    }
    .video-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }
    .text-hero{
      color: #5e9d3f;
    }
.client-box img {
  min-width: 100px;
  min-height: 100px !important;
  max-width: 100px;
  max-height: 100px !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list-style-disc {
  list-style-type: disc;
}

.list-style-disc .list-group-item {
  list-style-type: disc;
  display: list-item;
}
.brand-logo {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-logo img {
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #0d47a115;
  box-shadow: none;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow:none;
}

.service-block img{
  max-width: 100%;
  
}

.work-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.work-card:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 10px 25px rgba(0,0,0,0.15); */
  /* border-radius: 10px; */
}
.work-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}
.caption {
  margin-top: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
}