
.industiries_services_ces h2 {
          font-weight: 600;
          font-size: 2.5rem;
          text-align: center;
          color: #0a78be;
          margin-bottom: 2rem;
        }/* Namespaced styles for 'Why Choose Us' only */
.why-choose-us {
  --wcu-bg: #0f172a;
  --wcu-card: #111827;
  --wcu-text: #e5e7eb;
  --wcu-muted: #9ca3af;
  --wcu-accent: #0e82fd;
  --wcu-ring: rgba(14, 130, 253, 0.25);
  --wcu-icon-bg: rgba(14, 130, 253, 0.15);

  position: relative;
  overflow: hidden;
}

.why-choose-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 30%,
      rgba(14, 130, 253, 0.15) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(14, 130, 253, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.why-choose-us__container {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.03)
  );
  border: 1px solid rgba(156, 163, 175, 0.2);
  border-radius: 20px;
  padding: 48px 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
  backdrop-filter: blur(10px);
}

.why-choose-us__title {
  margin: 0 0 32px 0;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: 0.3px;
  line-height: 1.15;
  text-align: center;
  background: linear-gradient(90deg, var(--wcu-text), #c7d2fe);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.why-choose-us__title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 25%;
  width: 50%;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--wcu-accent),
    transparent
  );
}

.why-choose-us__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 640px) {
  .why-choose-us__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .why-choose-us__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.why-choose-us__item {
  margin: 0;
  padding: 20px 16px 20px 60px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(156, 163, 175, 0.18);
  border-radius: 14px;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.why-choose-us__item-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--wcu-icon-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wcu-accent);
  font-size: 18px;
  transition: all 0.3s ease;
}

.why-choose-us__item:hover {
  transform: translateY(-3px);
  border-color: rgba(14, 130, 253, 0.5);
  box-shadow: 0 10px 25px rgba(14, 130, 253, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

.why-choose-us__item:hover .why-choose-us__item-icon {
  background: var(--wcu-accent);
  color: white;
  transform: translateY(-50%) scale(1.1);
}

@media (prefers-color-scheme: light) {
  .why-choose-us {
    --wcu-bg: #f8fafc;
    --wcu-card: #ffffff;
    --wcu-text: #0b1220;
    --wcu-muted: #4b5563;
    --wcu-icon-bg: rgba(14, 130, 253, 0.08);
    background: radial-gradient(
        900px 600px at 10% 0%,
        rgba(14, 130, 253, 0.08),
        transparent 60%
      ),
      #f8fafc
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230e82fd' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    color: var(--wcu-text);
  }
  .why-choose-us__container {
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  }
  .why-choose-us__item {
    background: #fff;
    border: 1px solid rgba(14, 130, 253, 0.15);
  }
  .why-choose-us__item:hover {
    background: rgba(14, 130, 253, 0.06);
  }
}

:root {
  --hover-bg: #0a78be;
  /* dark green on hover */
  --text-muted: #5b6a63;
  /* normal paragraph color */
  --radius: 16px;
}

.service-card {
  border-top: 4px solid #0a78be;
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease,
    color 0.25s ease;
  background: #fff;
  color: #0a78be;
}

.service-card .card-img-top {
  transition: filter 0.25s ease, transform 0.25s ease;
  width: 50px;
  height: 50px;
  margin: 1rem 0 0 1rem;
}

.service-card .card-body p {
  color: var(--text-muted);
  transition: color 0.25s ease;
}

.service-card:hover {
  background: var(--hover-bg);
  color: #fff;
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.service-card:hover .card-img-top {
  filter: brightness(0.8) contrast(1.05);
  /* darken image slightly so white text pops */
  transform: scale(1.02);
}

.service-card:hover .card-body p,
.service-card:hover .card-body h3 {
  color: #fff;
}

/* global presence */
.global_pressence {
  background-color: #000;
  padding: 2rem 0 0 1rem;
  margin: 2rem 0;
}

.global_pressence h4,
.global_pressence h3 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 2.2rem;
}

.global_pressence p {
  text-align: center;
  color: #fff;
  line-height: normal;
  font-size: 1rem;
}

.glob_pres_box {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 3rem 3rem 0 3rem;
  border-radius: 1.3rem;
  background-color: #4e4c4c8a;
}

.glob_pres_box .col-lg-2 {
  flex: 0 0 20%;
  /* Force equal width (20% for 5 items per row) */
  max-width: 20%;
  /* Ensure Bootstrap respects the width */
  margin-bottom: 3rem;
}

.glob_pres_box .col-lg-2 img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
}

.glob_pres_box .col-lg-2 h5 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-top: 1rem;
  font-size: 1.3rem;
}

.world_map {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

@media only screen and (max-width: 500px) {

    }
  .global_pressence h4,
  .global_pressence h3 {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }

  .global_pressence {
    padding: 2rem 0;
  }

  .glob_pres_box {
    margin: 0 0 2rem 0;
    padding: 2rem 0 0 0;
  }

  .glob_pres_box .col-lg-1 {
    display: none;
  }

  .glob_pres_box .col-lg-2 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 2rem;
  
  }

  .glob_pres_box .col-lg-2 img {
    width: 50px;
    height: 50px;
  }

  .glob_pres_box .col-lg-2 h5 {
    font-size: 1rem;
  }
}
