
        .hero-section {
    padding: 40px 0;
    background: #fff;
}
.hero-img {
    position: relative;
    text-align: center;
}
.hero-img img.main-img {
    width: 100%;
    max-width: 400px;
    border-radius: 50%;
}
.hero-img .badge-img {
    position: absolute;
    width: 80px;
}
.badge-top {
    top: 10px;
    right: 10px;
}
.badge-bottom {
    bottom: 10px;
    right: 10px;
}
.action-button {
    background-color: red;
    color: #fff;
    font-weight: bold;
    padding: 10px 12px;
/*    margin-bottom: 15px;*/
    display: inline-block;
    border-radius: 5px;
    text-align: center;
}
.black-bar {
    background: #F50000;
    color: white;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
}
.black-bar a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}
.accordion-button::after {
    font-family: 'Font Awesome 5 Free';
    content: '+';
    font-weight: 900;
    float: right;
    margin-left: auto;
}
.accordion-button:not(.collapsed)::after {
    content: '-';
}
.accordion-button {
    background-color: #222;
    color: #fff;
    font-weight: bold;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-body {
    background-color: #f8f9fa;
}
.cta-button {
    background-color: #e74c3c;
    color: white;
    font-weight: bold;
    padding: 15px;
    border: none;
    width: 100%;
    transition: background-color 0.3s ease;
}
.cta-button:hover {
    background-color: #c0392b;
}
.circle-hover:hover {
    background-color: orange !important;
    color: white;
    transition: 0.3s;
}
.circle {
    width: 180px;
    height: 180px;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    background-color: white;
    margin: auto;
    font-size: 15px;
}
.logo-img {
    width: 100px;
    height: auto;
    margin: 30px auto;
    display: block;
}

/* Responsive media queries */
@media (max-width: 992px) {
    .hero-img img.main-img {
        max-width: 300px;
    }

    .hero-img .badge-img {
        width: 70px;
    }
}

@media (max-width: 768px) {
    .circle {
        width: 140px;
        height: 140px;
        font-size: 13px;
        padding: 10px;
    }

    .logo-img {
        width: 80px;
        margin: 20px auto;
    }

    .hero-img .badge-img {
        width: 60px;
    }
}

@media (max-width: 576px) {
    .black-bar {
        font-size: 14px;
        padding: 6px 0;
    }

    .cta-button {
        padding: 12px;
        font-size: 14px;
    }
}


/*........thin-media css start......*/

.red-bg {
        background-color: #f50000;
        color: white;
        text-align: center;
        padding: 10px 0;
        font-weight: bold;
      }
      .cta-btn {
        background-color: red;
        color: white;
        font-weight: bold;
        padding: 10px 20px;
        border: none;
        border-radius: 30px;
      }
      .cta-btn:hover {
        background-color: #c40000;
      }

  .marquee-wrapper {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.marquee-content {
  display: inline-flex;
  gap: 3rem;
  will-change: transform;
}

.marquee-content img {
  height: 50px;
  object-fit: contain;
  filter: brightness(0) invert(1); /* optional for white look on red */
  width: 100%;
}
.team-section {
    background: repeating-linear-gradient(45deg, #1c1c1c, #1c1c1c 10px, #191919 10px, #191919 20px);
    padding: 50px 20px;
/*    text-align: center;*/
    color: white;
  }
  .icon-design{
   width: 40px; height: 40px; font-size: 1.2rem;
  }
  .bg-img{
    background-image: url(../img/red-img.webp);
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
  .bg-lightgrey{
    background-image: url(../img/light-gray.webp)!important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .info-box {
  padding: 25px;
  color: white;
  height: 100%;
}
.bg-custom-red {
  background-color: #ff0000;
}
@media (max-width: 576px) {
  .info-box {
    padding: 15px; /* Reduce padding for small screens */
    font-size: 14px; /* Optional: slightly smaller text */
  }
}
.bg-red{
    background-color: #f50000;
}
.border-dashed {
    border-style: dashed !important;
  }
  @media (max-width: 767.98px) {
    .reverse-on-mobile {
        flex-direction: column-reverse !important;
    }
}
