/* index page industry section */

.team-slider .card-team {
  position: relative;
}

.team-slider .card-team:after {
  opacity: 1 !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(28, 56, 121, 1) 100%
  ) !important;
}

.team-slider .card-team .card-team-content {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.team-slider .card-team:hover .card-team-content {
  opacity: 0 !important;
  transform: translateY(80px) !important;
}

.team-slider .card-team:hover:after {
  opacity: 0 !important;
}

/* about us  vision  */
.service-slider .card-service:hover .card-service-content {
  background: var(--primary-color);
  color: white;
}
/* about us page global */

.globe {
  position: relative;
  overflow: hidden;
}

.quality-bg {
  position: absolute;
  inset: 0;
  background: url("../img/about/global-brass-components-export-import-network.webp")
    center center / cover no-repeat;
  z-index: 1;
}

.quality-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}

.quality-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.quality-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.about .globe .section-headings {
  width: 50%;
}

.quality-list {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quality-card {
  display: flex;
  gap: 18px;
  padding: 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  transition: 0.35s;
}

.quality-card:hover {
  transform: translateX(-8px);
}

.number {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1c3879;
  color: #fff;
  font-weight: 700;
}

.quality-card h3,
.quality-card h5 {
  margin-bottom: 8px;
}

.quality-card p {
  margin: 0;
}

@media (max-width: 991px) {
  .quality-content {
    min-height: auto;
    padding: 90px 0;
  }

  .quality-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .about .globe .section-headings,
  .quality-list {
    width: 100%;
  }

  .section-headings {
    text-align: center;
  }

  .section-button {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .quality-content {
    padding: 70px 0;
  }

  .quality-wrapper {
    gap: 40px;
  }

  .about .globe .section-headings {
    width: 100%;
  }

  .section-headings p {
    font-size: 15px;
    line-height: 1.8;
  }

  .quality-list {
    width: 100%;
  }

  .quality-card {
    padding: 18px;
    gap: 15px;
  }

  .number {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }

  .quality-card h3,
  .quality-card h5 {
    font-size: 18px;
  }

  .quality-card p {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .quality-content {
    padding: 60px 0;
  }

  .subheading {
    font-size: 14px;
  }

  .section-headings p {
    font-size: 14px;
  }

  .quality-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
  }

  .number {
    margin-bottom: 5px;
  }
}
.quality-bg {
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .quality-bg {
    background-position: 60% center;
    background-size: cover;
  }
}

/* about us page faq */
.accordion-block.active .accordion-opener {
  background-color: var(--primary-color);
  color: white !important;
}

/* about us why choose us */
.about .promotion-lists {
  background-color: rgba(96, 126, 170, 0.842);
}

.promotion .counter-item {
  background-color: var(--primary-color);
}
.about .promotion .counter-item {
  background-color: var(--primary-color);
}

/* globale section */
.global-presence .globalFlagSwiper {
  width: 100%;
}

.global-presence .globalFlagSwiper .swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.global-presence .globalFlagSwiper .swiper-slide img {
  width: 80px;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}
/* 
@media (max-width: 480px) {
  .faq .heading,
  .category .heading {
    font-size: 19px;
  }
}
@media (min-width: 767px) {
  .faq .heading,
  .category .heading {
    font-size: 25px;
  }
} */
