/* Responsive badge layout for portfolio cards */
.portfolio-wrap .badge {
  font-size: 0.97rem;
  padding: 0.45em 1em;
  margin-bottom: 0.25em;
  white-space: normal;
}
.portfolio-wrap .d-flex.flex-wrap {
  flex-wrap: wrap !important;
}
@media (max-width: 575.98px) {
  .portfolio-wrap .badge {
    font-size: 0.92rem;
    padding: 0.35em 0.7em;
    margin-bottom: 0.18em;
  }
}
/* Animated gradient border for trustee logos */
.trustee-logo-lg {
  border: 3px solid transparent;
  border-radius: 16px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(120deg, #00f2ff, #a259ff, #00f2ff) border-box;
  transition: box-shadow 0.22s, border-color 0.22s, filter 0.22s;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  position: relative;
}
.trustee-logo-lg:hover {
  border: 3px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(270deg, #a259ff, #00f2ff, #a259ff) border-box;
  box-shadow: 0 8px 32px rgba(10,18,40,0.13);
  filter: drop-shadow(0 0 8px #00f2ff);
  animation: border-rotate 1.2s linear infinite;
}
@keyframes border-rotate {
  0% { filter: drop-shadow(0 0 8px #00f2ff); }
  100% { filter: drop-shadow(0 0 16px #a259ff); }
}
/* Premium Glassmorphism for Testimonial Cards */
.testimonial-item {
  background: rgba(255,255,255,0.18) !important;
  border-radius: 22px;
  box-shadow: 0 8px 32px 0 rgba(10,18,40,0.16), 0 1.5px 8px rgba(0,80,180,0.10);
  border: 2px solid;
  border-image: linear-gradient(120deg, #00f2ff 0%, #a259ff 100%);
  border-image-slice: 1;
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  transition: box-shadow 0.28s cubic-bezier(.4,0,.2,1), transform 0.22s cubic-bezier(.4,0,.2,1), border-image 0.5s;
  position: relative;
  overflow: hidden;
}
.testimonial-item:hover {
  box-shadow: 0 20px 56px 0 rgba(10,18,40,0.22), 0 6px 24px rgba(0,80,180,0.16);
  transform: translateY(-6px) scale(1.025);
  border-image: linear-gradient(120deg, #a259ff 0%, #00f2ff 100%);
}
.testimonial-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0,80,180,0.09) 0%, rgba(255,255,255,0.13) 100%);
  pointer-events: none;
  z-index: 0;
  box-shadow: 0 0 32px 8px rgba(255,255,255,0.10) inset;
}
.testimonial-item > * {
  position: relative;
  z-index: 1;
}
/* Subtle, professional background for feature cards section */
.feature-cards-bg {
  background: linear-gradient(135deg, #101d3c 0%, #181f3a 100%);
  position: relative;
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(10,18,40,0.13);
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  overflow: hidden;
}
/* Portfolio hero panel */
.portfolio-panel {
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0 0 1.5rem;
  max-width: 980px;
  margin: 0 auto 1.5rem;
}

.portfolio-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 1.4rem;
  border-radius: 999px;
  letter-spacing: 0.3em;
  font-size: 0.8rem;
  font-weight: 600;
  color: #f97316;
  background: rgba(249, 115, 22, 0.12);
}

.portfolio-headline {
  margin: 1rem 0 0.75rem;
  font-size: clamp(2.2rem, 4vw, 3rem);
  line-height: 1.1;
  color: #0f172a;
}

.portfolio-body {
  margin: 0 auto;
  max-width: 720px;
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.7;
}

.portfolio-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15, 23, 42, 0.15), transparent);
  margin: 1.75rem 0 1.25rem;
}

.portfolio-focus {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 2.25rem;
}

.focus-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.95rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #64748b;
  font-weight: 600;
}

.focus-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.65);
  animation: focusPulse 3s ease-in-out infinite;
}

.focus-pill:nth-child(2) .focus-dot {
  animation-delay: 0.3s;
}

.focus-pill:nth-child(3) .focus-dot {
  animation-delay: 0.6s;
}

.focus-pill:nth-child(4) .focus-dot {
  animation-delay: 0.9s;
}

@keyframes focusPulse {
  0% {
    transform: scale(0.85);
    opacity: 0.6;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.85);
    opacity: 0.6;
  }
}

@media (max-width: 575.98px) {
  .portfolio-panel {
    border-radius: 32px;
    padding: 1.75rem;
  }

  .focus-pill {
    letter-spacing: 0.2em;
  }
}
}
.trustee-item:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.13);
  transform: translateY(-4px) scale(1.03);
}
.trustee-item:hover img {
  filter: none;
  transform: scale(1.07);
}
/* Metrip About section (scoped) */
.metrip-about .section-title h5 {
  letter-spacing: 0.12em;
}

.metrip-about .section-title h1 {
  line-height: 1.15;
}

.metrip-about .metrip-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.metrip-about .metrip-card p {
  font-size: 0.95rem;
}

.metrip-about .metrip-card:hover {
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

/* Metrip Why Choose section (scoped) */
.metrip-why-blocks {
  background: #fbfbfb;
}

.metrip-why-blocks .section-title h5 {
  letter-spacing: 0.12em;
}

.metrip-why-blocks .metrip-why-block {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(232, 224, 255, 0.28));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12), 0 12px 28px rgba(125, 70, 200, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.metrip-why-blocks .metrip-why-block:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.14), 0 18px 36px rgba(125, 70, 200, 0.25);
}

.metrip-why-blocks .metrip-why-block p {
  color: #2f2f2f;
}

.metrip-why-blocks .metrip-why-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(124, 58, 237, 0.14);
  color: #4c1d95;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

/* Reduce gap between Services and Testimonials */
.metrip-services {
  padding-bottom: 2.5rem !important;
}

.metrip-testimonials {
  padding-top: 2.5rem !important;
}

.metrip-why-blocks .metrip-why-block h5 {
  color: #1f1f1f;
}


/* ICT services pro layout */

.ict-services-pro {
  position: relative;
  overflow: hidden;
  background: transparent;
  border-radius: 32px;
  padding: 3rem 3rem 2.75rem;
  color: #0f172a;
  border: none;
  box-shadow: none;
}

.section-eyebrow {
  letter-spacing: 0.28em;
  font-size: 0.75rem;
  color: #0f172a;
  display: inline-flex;
  padding: 0.35rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(226, 232, 240, 0.7);
  margin-bottom: 1.1rem;
}

.ict-services-hero {
  align-items: stretch;
}

.hero-copy {
  max-width: 640px;
}

.hero-heading {
  font-size: clamp(2.3rem, 4vw, 3.2rem);
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.75rem;
}

.hero-subheading {
  font-size: 1.08rem;
  color: #4b5563;
  margin-bottom: 0.6rem;
}

.hero-underline {
  display: inline-flex;
  gap: 0.4rem;
  margin-bottom: 1.1rem;
}

.hero-underline span {
  display: block;
  width: 60px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff7a00, #ffb347);
}

.hero-narrative {
  font-size: 1rem;
  line-height: 1.65;
  color: #4b4f63;
  margin-bottom: 1.4rem;
}

.ict-services-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ict-services-pills .pill {
  min-width: 0;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  padding: 0 1.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #475569;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ict-services-pills .pill:hover,
.ict-services-pills .pill:focus-visible {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
}

.hero-highlight-card {
  background: linear-gradient(145deg, #f9fbff, #eef2f7);
  border-radius: 26px;
  padding: 2rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.hero-visual-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 25px 50px rgba(15, 23, 42, 0.2);
  background: #0f172a;
}

.hero-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 11, 32, 0) 0%, rgba(6, 11, 32, 0.65) 70%, rgba(6, 11, 32, 0.85) 100%);
  pointer-events: none;
}

.hero-visual-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05);
}

.hero-visual-chip {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: 0 15px 30px rgba(15, 23, 42, 0.25);
  z-index: 1;
}

.hero-visual-chip i {
  color: #0ea5e9;
}

.hero-highlight-card h5 {
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #0f172a;
  margin-bottom: 1.25rem;
}

.hero-highlight-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-highlight-list li {
  padding-left: 2.1rem;
  position: relative;
  font-size: 0.98rem;
  color: #334155;
  line-height: 1.5;
}

.hero-highlight-list li::before {
  content: "\f26e";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 1rem;
  color: #0ea5e9;
}

.hero-cta-wrapper {
  text-align: center;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.4rem;
  border-radius: 999px;
  background: #0f2b60;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: 0 25px 40px rgba(15, 43, 96, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-cta-alt {
  background: linear-gradient(135deg, #00d1b2, #00a4e4);
  border: 1px solid rgba(0, 209, 178, 0.6);
  box-shadow: 0 22px 40px rgba(0, 164, 228, 0.35);
}

.hero-cta:hover,
.hero-cta:focus-visible {
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 32px 48px rgba(15, 43, 96, 0.4);
}

.hero-cta-alt:hover,
.hero-cta-alt:focus-visible {
  box-shadow: 0 34px 52px rgba(0, 164, 228, 0.5);
}

@media (max-width: 991.98px) {
  .hero-highlight-card {
    padding: 1.75rem;
  }

  .hero-cta-wrapper {
    margin-top: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .hero-underline span {
    width: 44px;
  }

  .hero-highlight-card {
    padding: 1.5rem;
  }

  .hero-visual-card {
    min-height: 300px;
  }

  .hero-visual-chip {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    font-size: 0.85rem;
    justify-content: center;
  }

  .ict-services-pills {
    justify-content: center;
  }
}

.kpi-panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  background: #ffffff;
  border-radius: 24px;
  padding: 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.kpi-panel .label {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: #94a3b8;
}

.kpi-panel strong {
  font-size: 2.3rem;
  display: block;
  color: #ff6a00;
  margin: 0.2rem 0 0.3rem;
}

.kpi-panel p {
  margin: 0;
  color: #475569;
  line-height: 1.4;
}

.ict-services-grid {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.ict-service-card {
  --card-accent-rgb: 26, 64, 111;
  --card-overlay-rgb: 26, 64, 111;
  position: relative;
  border-radius: 32px;
  padding: 1.9rem 1.8rem 1.7rem;
  background: linear-gradient(160deg, rgba(var(--card-accent-rgb), 0.08) 0%, #ffffff 55%);
  border: 1px solid rgba(var(--card-accent-rgb), 0.18);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
  transition: transform 0.35s cubic-bezier(.25,.8,.25,1), box-shadow 0.35s ease;
}

.ict-service-card::before {
  content: "";
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  top: 0.85rem;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--card-accent-rgb), 0.95), rgba(var(--card-accent-rgb), 0.35));
  box-shadow: 0 10px 22px rgba(var(--card-accent-rgb), 0.25);
}

.ict-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 15% 10%, rgba(var(--card-overlay-rgb), 0.12), transparent 42%), linear-gradient(145deg, rgba(var(--card-accent-rgb), 0.07), transparent 65%);
  pointer-events: none;
}

.ict-service-card > * {
  position: relative;
  z-index: 1;
}

.ict-service-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 35px 80px rgba(15, 23, 42, 0.16);
}

.service-card-head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.service-icon-tile {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(var(--card-accent-rgb), 0.95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.35rem;
  box-shadow: 0 20px 30px rgba(var(--card-accent-rgb), 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-eyebrow {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(18, 39, 69, 0.55);
  margin-bottom: 0.35rem;
}

.ict-service-card h4 {
  color: #12274a;
  font-size: 1.35rem;
  margin: 0;
  letter-spacing: -0.01em;
}

.service-description {
  margin: 0;
  color: #4c5870;
  line-height: 1.55;
  font-size: 1rem;
}

.service-meta {
  margin-top: auto;
  padding-top: 0.4rem;
}

.service-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  background: rgba(var(--card-accent-rgb), 0.08);
  border: 1px solid rgba(var(--card-accent-rgb), 0.2);
  color: #16355a;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.service-meta-pill i {
  font-size: 1rem;
  color: inherit;
}

.ict-service-card.hero {
  --card-accent-rgb: 14, 165, 233;
  --card-overlay-rgb: 14, 165, 233;
}

.ict-service-card.accent-blue {
  --card-accent-rgb: 14, 116, 144;
  --card-overlay-rgb: 6, 83, 126;
}

.ict-service-card.accent-amber {
  --card-accent-rgb: 249, 115, 22;
  --card-overlay-rgb: 179, 80, 8;
}

.ict-service-card.accent-teal {
  --card-accent-rgb: 16, 185, 129;
  --card-overlay-rgb: 4, 120, 87;
}

.ict-service-card.accent-purple {
  --card-accent-rgb: 139, 92, 246;
  --card-overlay-rgb: 91, 33, 182;
}

.ict-service-card.accent-slate {
  --card-accent-rgb: 71, 85, 105;
  --card-overlay-rgb: 51, 65, 85;
}

.ict-service-card:hover .service-icon-tile {
  transform: translateY(-6px) rotate(-3deg);
  box-shadow: 0 25px 40px rgba(var(--card-accent-rgb), 0.35);
}

.service-kpi-chip {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--card-accent-rgb), 0.2);
  background: rgba(var(--card-accent-rgb), 0.08);
  color: #0f172a;
  font-weight: 600;
  font-size: 0.85rem;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
}

.service-kpi-chip i {
  color: rgba(var(--card-accent-rgb), 1);
}

.service-status-rail {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.service-status-track {
  position: relative;
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: rgba(var(--card-accent-rgb), 0.1);
  overflow: hidden;
}

.service-status-progress {
  position: absolute;
  inset: 0;
  width: calc(var(--service-progress, 0.85) * 100%);
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(var(--card-accent-rgb), 0.3), rgba(var(--card-overlay-rgb), 0.95));
  animation: statusPulse 2.4s ease-in-out infinite;
}

.service-status-caption {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.65);
}

@keyframes statusPulse {
  0% { filter: brightness(0.9); }
  50% { filter: brightness(1.15); }
  100% { filter: brightness(0.9); }
}

@media (max-width: 991.98px) {
  .ict-services-pro {
    padding: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .ict-service-card {
    padding: 1.5rem;
  }

  .service-card-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Portfolio intro redesign */
.portfolio-intro {
  padding: clamp(1.9rem, 4vw, 3.2rem) clamp(1.5rem, 4vw, 3.2rem);
  max-width: 960px;
  margin: 0 auto;
  border-radius: 0;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.portfolio-narrative {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.portfolio-eyebrow {
  display: inline-flex;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: #ff7a00;
  background: rgba(255, 122, 0, 0.12);
}

.portfolio-headline {
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  color: #0f172a;
  line-height: 1.08;
  margin-bottom: 0.75rem;
}

.portfolio-body {
  font-size: 1rem;
  line-height: 1.55;
  color: #475569;
  margin-bottom: 1.2rem;
}

.portfolio-signal-track {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  color: #94a3b8;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  padding-top: 0.9rem;
}

.portfolio-signal-track span {
  position: relative;
  padding-left: 18px;
}

.portfolio-signal-track span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0ea5e9;
  transform: translateY(-50%);
  box-shadow: 0 0 10px rgba(14, 165, 233, 0.5);
  animation: signalPulse 2.8s ease-in-out infinite;
}

.portfolio-signal-track span:nth-child(2)::before {
  animation-delay: 0.4s;
}

.portfolio-signal-track span:nth-child(3)::before {
  animation-delay: 0.8s;
}

.portfolio-signal-track span:nth-child(4)::before {
  animation-delay: 1.2s;
}

@keyframes signalPulse {
  0% {
    opacity: 0.35;
    transform: translateY(-50%) scale(0.85);
    box-shadow: 0 0 4px rgba(14, 165, 233, 0.25);
  }
  35% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 14px rgba(14, 165, 233, 0.5);
  }
  70% {
    opacity: 0.6;
    transform: translateY(-50%) scale(0.95);
    box-shadow: 0 0 8px rgba(14, 165, 233, 0.35);
  }
  100% {
    opacity: 0.35;
    transform: translateY(-50%) scale(0.85);
    box-shadow: 0 0 4px rgba(14, 165, 233, 0.2);
  }
}

.portfolio-highlight-grid .col-sm-6 {
  display: flex;
}

.portfolio-highlight-card {
  border-radius: 18px;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(135deg, #ffffff, rgba(248, 250, 252, 0.82));
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  width: 100%;
}

.portfolio-highlight-card .label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #94a3b8;
}

.portfolio-highlight-metric {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0.35rem 0;
}

.portfolio-highlight-note {
  color: #475569;
  line-height: 1.45;
}

.portfolio-highlight-card.accent-primary {
  border-color: rgba(14, 165, 233, 0.3);
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.12), #ffffff);
}

.portfolio-highlight-card.accent-secondary {
  border-color: rgba(255, 106, 0, 0.3);
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.12), #ffffff);
}

@media (max-width: 991.98px) {
  .portfolio-intro {
    padding: 2rem;
  }
}

@media (max-width: 575.98px) {
  .portfolio-signal-track {
    letter-spacing: 0.18em;
    justify-content: center;
    text-align: center;
  }

  .portfolio-intro {
    text-align: center;
  }

  .portfolio-highlight-grid .col-sm-6 {
    justify-content: center;
  }
}

/* Facts cards glass effect */
.facts .facts-card {
  background: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Metrip Services section (scoped) */
.metrip-services .service-item {
  padding: 0;
  align-items: stretch !important;
  justify-content: flex-start !important;
  overflow: hidden;
  height: 300px;
}

.metrip-services .service-item > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Ensure content is readable on all devices (no hover dependency) */
.metrip-services .service-item .service-icon,
.metrip-services .service-item h4,
.metrip-services .service-item p,
.metrip-services .service-item a.btn {
  position: relative;
  z-index: 2;
}

.metrip-services .service-item .service-icon {
  margin-top: -30px;
  margin-bottom: 18px;
}

.metrip-services .service-item h4,
.metrip-services .service-item p {
  padding-inline: 22px;
}

.metrip-services .service-item h4 {
  color: #0f172a;
  margin-bottom: 10px;
}

.metrip-services .service-item p {
  color: rgba(15, 23, 42, 0.78);
  line-height: 1.45;
  padding-bottom: 18px;
}

/* Mobile/tablet: subtle base overlay for clarity (static) */
.metrip-services .service-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 1;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.10) 0%, rgba(15, 23, 42, 0.02) 48%, rgba(255, 255, 255, 0) 100%);
  transition: opacity 0.2s ease;
}

/* Desktop: dark overlay on hover only (opacity fade) */
@media (hover: hover) and (pointer: fine) {
  .metrip-services .service-item::after {
    opacity: 0;
  }

  .metrip-services .service-item:hover::after {
    opacity: 1;
    background: rgba(15, 23, 42, 0.35);
  }

  .metrip-services .service-item h4,
  .metrip-services .service-item p {
    color: #0f172a;
  }
}

/* Keep equal heights; prevent button from jumping outside */
.metrip-services .service-item a.btn,
.metrip-services .service-item:hover a.btn {
  bottom: 14px;
  opacity: 1;
}

/* Metrip Services overlay cards (scoped) */
.metrip-services .service-item {
  position: relative;
  padding: 0;
  overflow: hidden;
  height: 300px;
}

.metrip-services .service-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.metrip-services .metrip-service-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  background: rgba(15, 23, 42, 0.38);
  color: #ffffff;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.metrip-services .metrip-service-overlay h4,
.metrip-services .metrip-service-overlay p {
  color: #ffffff;
}

.metrip-services .service-item a.btn {
  z-index: 3;
}

/* Desktop hover: reveal overlay (fade only) */
@media (hover: hover) and (pointer: fine) {
  .metrip-services .metrip-service-overlay {
    opacity: 0;
  }

  .metrip-services .service-item:hover .metrip-service-overlay {
    opacity: 1;
  }
}

/* Touch devices: keep overlay always visible */
@media (hover: none) {
  .metrip-services .metrip-service-overlay {
    opacity: 1;
  }
}

/* METRIP Our Process section (scoped) */
.metrip-process .metrip-process-card {
  background: #fbfbfb;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  text-align: left;
}

.metrip-process .metrip-process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.10);
  border-color: rgba(15, 23, 42, 0.12);
}

.metrip-process .metrip-process-step {
  font-family: "Teko", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(15, 23, 42, 0.6);
  font-size: 22px;
  line-height: 1;
}

.metrip-process .metrip-process-icon {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s cubic-bezier(.4,0,.2,1), color 0.25s cubic-bezier(.4,0,.2,1);
}
  .metrip-process-card:hover .metrip-process-icon i {
    transform: scale(1.18) rotate(-6deg);
    color: #0ea5e9;
  }

.metrip-process .metrip-process-divider {
  height: 1px;
  width: 100%;
  background: rgba(15, 23, 42, 0.10);
  margin: 0 0 14px;
}

.metrip-process .metrip-process-card h4 {
  color: #0f172a;
}

.metrip-process .metrip-process-card p {
  color: rgba(15, 23, 42, 0.72) !important;
}

/*  =====================================================

Template:    Delex - Creative Portfolio HTML Template
Version:    1.0
Last change:    21/09/25 
Author:    https://themeforest.net/user/designsninja/portfolio

=====================================================*/

/*-------------------------------------------------
    [ ## Color Variables ]
*/
:root {
    --primary: #ff6a00;
    --secondary: #ee0979;
    --light: #f1f1f1;
    --dark: #141414;
}

.bg-primary {
    background-color: #ff6a00 !important;
}
.bg-light {
    background-color: #f1f1f1 !important;
}
.text-primary {
    color: #ff6a00 !important;
}

.btn-primary{
    background-color: #ff6a00;
    border-color: #ff6a00;
}

.btn-primary:hover, .btn-primary:focus, .btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle{
    background-color: #ee0979;
    border-color: #ee0979;
    color: #ffffff;
    box-shadow: none;
}

.border-radius {
  border-radius: 0.5em;
}

.border-radius-1 {
  border-radius: 1em;
}

.border-radius-2 {
  border-radius: 2em;
}

.radius-left{border-top-left-radius:0.5em;border-bottom-left-radius:0.5em;}
.radius-right{border-top-right-radius:0.5em;border-bottom-right-radius:0.5em;}

.radius-left-1{border-top-left-radius:1em;border-bottom-left-radius:1em;}
.radius-right-1{border-top-right-radius:1em;border-bottom-right-radius:1em;}

.radius-left-2{border-top-left-radius:2em;border-bottom-left-radius:2em;}
.radius-right-2{border-top-right-radius:2em;border-bottom-right-radius:2em;}


/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Body ***/
html, body {
    width: 100%;
    height: 100%;
}
body{
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  position: relative;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{font-family: "Teko", sans-serif;}
.navbar .nav-item .dropdown-menu {
    width: 240px;
}
.brand-logo {
  height: 42px;
  max-height: 48px;
  width: auto;
  display: block;
  object-fit: contain;
}
.footer-brand-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 60%);
}

.footer-brand-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.08), transparent 45%);
  pointer-events: none;
}

.footer-brand-title {
  letter-spacing: 1.2px;
  font-weight: 800;
}

.footer-brand-underline {
  width: 44px;
  height: 3px;
  background: var(--secondary);
  border-radius: 999px;
  opacity: 0.8;
  box-shadow: 0 4px 10px rgba(238, 9, 121, 0.35);
  margin: 4px auto 0;
}

.footer-brand-copy {
  max-width: 320px;
  margin-inline: auto;
  line-height: 1.5;
  font-size: 15.5px;
}
.dropdown-item {
    padding: 10px 15px;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #ff6a00;
}
a {
    color: #ff6a00;
    text-decoration: none;
}
a:hover, a:focus {
    color: #ee0979;
    text-decoration: none;
}

/*** Heading ***/
.fw-bold {
    font-weight: 800 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.fw-medium {
    font-weight: 600 !important;
}
.fw-normal{
    font-weight: 400 !important;
}
.fw-light{
    font-weight: 300 !important;
}
.fw-thin{
    font-weight: 200 !important;
}

/*** Helper Classes ***/
.color-primary {
  color: #ffd194!important;
}

.color-secondary {
  color: #70e1f5 !important;
}

.color-white {
  color: white!important;
}

.color-black {
  color: black!important;
}

.text-white {
  color: white;
}
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5 {
  color: white !important;
}

.bg-color-primary{background-color: #ffd194;}
.bg-color-secondary{background-color: #70e1f5;}

.z-index-1{z-index: 1;}
.z-index-2{z-index: 2;}
.z-index-3{z-index: 3;}
.z-index-4{z-index: 4;}
.z-index-5{z-index: 5;}

/*-------------------------------------------------
  [ ## Brands Band ]
*/
.brand-band {
  background: linear-gradient(135deg, #0c152d 0%, #111d3a 50%, #0c152d 100%);
  position: relative;
  overflow: hidden;
}

.brand-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 28px 28px, 28px 28px;
  opacity: 0.35;
  pointer-events: none;
}

.brand-cards {
  padding-inline: 6px;
}

.vendor-card {
  min-height: 120px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #e5e7eb;
  font-weight: 600;
  letter-spacing: 0.15px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 4px solid var(--primary);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.vendor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
  background: rgba(255, 255, 255, 0.12);
}

.topbar {
  background: linear-gradient(90deg, #0a1628 0%, #0f1e36 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 14px;
}

.topbar .info-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e5e7eb;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.topbar .info-pill i {
  font-size: 16px;
}

.topbar .info-pill:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
}

.topbar .info-pill:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.3);
  outline-offset: 3px;
}

.topbar .topbar-row {
  row-gap: 8px;
}

.topbar .topbar-pills {
  gap: 10px 16px;
}

.hero-cta {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.hero-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}

.hero-cta:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.35);
  outline-offset: 3px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
}

.hero-slide {
  position: relative;
  min-height: 80vh;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(8, 18, 38, 0.45), rgba(5, 12, 26, 0.22));
  z-index: 1;
}

.hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide .carousel-caption {
  position: absolute;
  inset: 0;
  background: transparent !important;
  z-index: 2;
}

.hero-slide .carousel-caption h1,
.hero-slide .carousel-caption h3,
.hero-slide .carousel-caption a {
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
}

@media (max-width: 768px) {
  .hero-slide {
    min-height: 65vh;
  }

  .hero-slide img {
    min-height: 65vh;
  }

  .hero-slide .carousel-caption .p-3 {
    padding: 1.5rem !important;
  }

  .hero-slide .carousel-caption h3 {
    font-size: 0.85rem;
    letter-spacing: 0.14em;
  }

  .hero-slide .carousel-caption h1 {
    font-size: 1.95rem;
    line-height: 1.2;
  }

  .hero-slide .carousel-caption a {
    margin: 0.4rem 0.35rem !important;
  }

  .hero-cta {
    padding: 0.75rem 1.35rem;
  }
}

@media (max-width: 576px) {
  .hero-slide {
    min-height: 60vh;
  }

  .hero-slide img {
    min-height: 60vh;
  }

  .hero-slide .carousel-caption h1 {
    font-size: 1.6rem;
  }

  .hero-slide .carousel-caption a {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 0.45rem auto !important;
  }
}

.services-menu .dropdown-menu {
  border: 0;
  box-shadow: 0 18px 45px rgba(6, 20, 41, 0.22);
  padding: 10px 0;
}

.services-menu .dropdown-item {
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 10px 18px;
  transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.services-menu .dropdown-item:hover,
.services-menu .dropdown-item:focus {
  background: rgba(255, 106, 0, 0.12);
  color: var(--primary);
  padding-left: 22px;
}

.services-menu .dropdown-item:active {
  background: rgba(255, 106, 0, 0.18);
  color: var(--primary);
}
/*-------------------------------------------------
    [ ## Font Size ]
*/
.fts-13 {
  font-size: 13px;
}

.fts-15 {
  font-size: 15px;
}

.fts-18 {
  font-size: 18px;
}

.fts-20 {
  font-size: 20px;
}

.fts-25 {
  font-size: 25px;
}

.fts-30 {
  font-size: 30px;
}

.fts-35 {
  font-size: 35px;
}

.fts-40 {
  font-size: 40px;
}

.fts-45 {
  font-size: 45px;
}

.fts-50 {
  font-size: 50px;
}

.fts-60 {
  font-size: 60px;
}

.fts-65 {
  font-size: 65px;
}

.fts-70 {
  font-size: 70px;
}

.fts-75 {
  font-size: 75px;
}

/*--------------------------------------------------------------
# Text Alignment
--------------------------------------------------------------*/
.txt-left{text-align: left;}
.txt-center{text-align: center;}
.txt-right{text-align: right;}

/*--------------------------------------------------------------
# Heights and Widths
--------------------------------------------------------------*/

/* Width Pixels */

.width-1px {width: 1px}
.width-2px {width: 2px}
.width-3px {width: 3px}
.width-4px {width: 4px}
.width-5px {width: 5px}
.width-6px {width: 6px}
.width-7px {width: 7px}
.width-8px {width: 8px}
.width-9px {width: 9px}
.width-10px {width: 10px}
.width-80px {width: 80px}
.width-90px {width: 90px}
.width-100px {width: 100px}
.width-150px {width: 150px}
.width-200px {width: 200px}
.width-250px {width: 250px}
.width-300px {width: 300px}
.width-350px {width: 350px}
.width-400px {width: 400px}
.width-450px {width: 450px}
.width-500px {width: 500px!important}
.width-550px {width: 550px}
.width-600px {width: 600px}
.width-650px {width: 650px!important}
.width-700px {width: 700px}
.width-800px {width: 800px}

/* Width Percentage */

.width-10-percent {width: 10% !important}
.width-20-percent {width: 20% !important}
.width-30-percent {width: 30% !important}
.width-40-percent {width: 40% !important}
.width-50-percent {width: 50% !important}
.width-60-percent {width: 60% !important}
.width-70-percent {width: 70% !important}
.width-80-percent {width: 80% !important}
.width-90-percent {width: 90% !important}
.width-100-percent {width: 100% !important}
.width-auto {width:auto !important}
.max-width-100 {max-width: 100%}

/* Minimum Width */

.min-width-100px {min-height: 100px}
.min-width-200px {min-height: 200px}
.min-width-300px {min-height: 300px}
.min-width-400px {min-height: 400px}
.min-width-500px {min-height: 500px}
.min-width-600px {min-height: 600px}
.min-width-700px {min-height: 700px}

/* View Width */

.view-width-100vh{width: 100vh;}

/* Height Pixels */

.height-1px {height: 1px!important}
.height-2px {height: 2px!important}
.height-3px {height: 3px!important}
.height-4px {height: 4px!important}
.height-5px {height: 5px!important}
.height-6px {height: 6px!important}
.height-7px {height: 7px!important}
.height-8px {height: 8px!important}
.height-9px {height: 9px!important}
.height-10px {height: 10px!important}
.height-80px {height: 80px}
.height-90px {height: 90px}
.height-100px {height: 100px}
.height-150px {height: 150px}
.height-200px {height: 200px}
.height-250px {height: 250px}
.height-300px {height: 300px;}
.height-350px {height: 350px}
.height-400px {height: 400px}
.height-450px {height: 450px}
.height-500px {height: 500px!important;}
.height-550px {height: 550px}
.height-600px {height: 600px}
.height-650px {height: 650px!important;}
.height-700px {height: 700px}
.height-800px {height: 800px}

/* Height Percentage */

.height-10-percent {height: 10%}
.height-20-percent {height: 20%}
.height-30-percent {height: 30%}
.height-40-percent {height: 40%}
.height-50-percent {height: 50%}
.height-60-percent {height: 60%}
.height-70-percent {height: 70%}
.height-80-percent {height: 80%}
.height-90-percent {height: 90%}
.height-100-percent {height: 100% !important}
.height-auto {height:auto !important}
.max-height-100 {max-height: 100%}

/* Minimum Heights */

.min-height-100px {min-height: 100px}
.min-height-200px {min-height: 200px}
.min-height-300px {min-height: 300px!important;}
.min-height-400px {min-height: 400px}
.min-height-500px {min-height: 500px}
.min-height-600px {min-height: 600px}
.min-height-700px {min-height: 700px}
.min-height-800px {min-height: 800px}
.min-height-900px {min-height: 900px}

/* Hero Heights  */

.xs-screen {height:300px;}
.sm-screen {height:400px;}
.md-screen {height:600px;}
.lg-screen {height:700px;}
.xl-screen {height:800px;}
.xxl-screen{height: 1000px;}

/* View Heights */

.view-height-100vh{height: 100vh!important;}

/* Borders */

.br-0{border: 0!important;}


/*-------------------------------------------------
    [ ## Margin Element ]
*/
.mr-0 {
  margin: 0;
}

.mrt-0 {
  margin-top: 0;
}

.mrb-0 {
  margin-bottom: 0!important;
}

.mrl-0 {
  margin-left: 0;
}

.mrr-0 {
  margin-right: 0;
}

.mrt-5 {
  margin-top: 5px;
}

.mrb-5 {
  margin-bottom: 5px;
}

.mrl-5 {
  margin-left: 5px;
}

.mrr-5 {
  margin-right: 5px;
}

.mrt-10 {
  margin-top: 10px;
}

.mrb-10 {
  margin-bottom: 10px;
}

.mrl-10 {
  margin-left: 10px;
}

.mrr-10 {
  margin-right: 10px;
}

.mrt-15 {
  margin-top: 15px;
}

.mrb-15 {
  margin-bottom: 15px!important;
}

.mrl-15 {
  margin-left: 15px;
}

.mrr-15 {
  margin-right: 15px;
}

.mrt-20 {
  margin-top: 20px;
}

.mrb-20 {
  margin-bottom: 20px!important;
}

.mrl-20 {
  margin-left: 20px;
}

.mrr-20 {
  margin-right: 20px;
}

.mrt-25 {
  margin-top: 25px;
}

.mrb-25 {
  margin-bottom: 25px;
}

.mrl-25 {
  margin-left: 25px;
}

.mrr-25 {
  margin-right: 25px;
}

.mrt-30 {
  margin-top: 30px!important;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrl-30 {
  margin-left: 30px;
}

.mrr-30 {
  margin-right: 30px;
}

.mrt-35 {
  margin-top: 35px;
}

.mrb-35 {
  margin-bottom: 35px;
}

.mrl-35 {
  margin-left: 35px;
}

.mrr-35 {
  margin-right: 35px;
}

.mrt-40 {
  margin-top: 40px;
}

.mrb-40 {
  margin-bottom: 40px;
}

.mrl-40 {
  margin-left: 40px;
}

.mrr-40 {
  margin-right: 40px;
}

.mrt-45 {
  margin-top: 45px;
}

.mrb-45 {
  margin-bottom: 45px;
}

.mrl-45 {
  margin-left: 45px;
}

.mrr-45 {
  margin-right: 45px;
}

.mrt-50 {
  margin-top: 50px;
}

.mrb-50 {
  margin-bottom: 50px;
}

.mrl-50 {
  margin-left: 50px;
}

.mrr-50 {
  margin-right: 50px;
}

.mrt-55 {
  margin-top: 55px;
}

.mrb-55 {
  margin-bottom: 55px;
}

.mrl-55 {
  margin-left: 55px;
}

.mrr-55 {
  margin-right: 55px;
}

.mrt-60 {
  margin-top: 60px;
}

.mrb-60 {
  margin-bottom: 60px;
}

.mrl-60 {
  margin-left: 60px;
}

.mrr-60 {
  margin-right: 60px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrt-65 {
  margin-top: 65px;
}

.mrb-65 {
  margin-bottom: 65px;
}

.mrl-65 {
  margin-left: 65px;
}

.mrr-65 {
  margin-right: 60px;
}

.mrt-70 {
  margin-top: 70px;
}

.mrb-70 {
  margin-bottom: 70px;
}

.mrl-70 {
  margin-left: 70px;
}

.mrr-70 {
  margin-right: 70px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrb-75 {
  margin-bottom: 75px;
}

.mrl-75 {
  margin-left: 75px;
}

.mrr-75 {
  margin-right: 75px;
}

.mrt-80 {
  margin-top: 80px;
}

.mrb-80 {
  margin-bottom: 80px;
}

.mrb-85 {
  margin-bottom: 85px;
}

.mrl-80 {
  margin-left: 80px;
}

.mrr-80 {
  margin-right: 80px;
}

.mrt-90 {
  margin-top: 90px;
}

.mrb-90 {
  margin-bottom: 90px;
}

.mrl-90 {
  margin-left: 90px;
}

.mrr-90 {
  margin-right: 90px;
}

.mrt-100 {
  margin-top: 100px;
}
.mrt-150 {
  margin-top: 150px;
}

.mrb-100 {
  margin-bottom: 100px;
}

.mrl-100 {
  margin-left: 100px;
}

.mrr-100 {
  margin-right: 100px;
}

.mrt-105 {
  margin-top: 105px;
}

.mrb-105 {
  margin-bottom: 105px;
}

.mrl-105 {
  margin-left: 105px;
}

.mrr-105 {
  margin-right: 105px;
}

.mrt-120 {
  margin-top: 120px;
}

.mrb-120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .mrb-120 {
    margin-bottom: 100px;
  }
}

.mrl-120 {
  margin-left: 120px;
}

.mrr-120 {
  margin-right: 120px;
}

.mrb-145 {
  margin-bottom: 145px;
}

.mrt-150 {
  margin-top: 150px;
}

.mrt-200 {
  margin-top: 200px;
}

.mrb-150 {
  margin-bottom: 150px;
}

.mrb-155 {
  margin-bottom: 155px;
}

.mrb-170 {
  margin-bottom: 170px;
}

.mrb-175 {
  margin-bottom: 175px;
}

.mrl-150 {
  margin-left: 150px;
}

.mrr-150 {
  margin-right: 150px;
}

.mrb-185 {
  margin-bottom: 185px;
}

.mrb-190 {
  margin-bottom: 190px;
}

.mrb-195 {
  margin-bottom: 195px;
}

.mrb-200 {
  margin-bottom: 200px;
}

@media only screen and (max-width: 991px) {
  .md-mrt-60 {
    margin-top: 60px;
  }

  .md-mrb-60 {
    margin-bottom: 60px;
  }

  .md-mrt-55 {
    margin-top: 55px;
  }

  .md-mrb-55 {
    margin-bottom: 55px;
  }

  .md-mrt-50 {
    margin-top: 50px;
  }

  .md-mrb-50 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .ms-mrt-60 {
    margin-top: 60px;
  }

  .ms-mrb-60 {
    margin-bottom: 60px;
  }

  .ms-mrt-55 {
    margin-top: 55px;
  }

  .ms-mrb-55 {
    margin-bottom: 55px;
  }

  .ms-mrt-50 {
    margin-top: 50px;
  }

  .ms-mrb-50 {
    margin-bottom: 50px;
  }
}
/* Margin Top Negative Value */
.ml-t-5 {
  margin-top: -5px;
}

.ml-t-8 {
  margin-top: -8px;
}

.ml-t-058p {
  margin-top: -0.58%;
}

.ml-t-10 {
  margin-top: -10px;
}

.ml-t-15 {
  margin-top: -15px;
}

.ml-t-20 {
  margin-top: -20px;
}

.ml-t-25 {
  margin-top: -25px;
}

.ml-t-30 {
  margin-top: -30px;
}

.ml-t-35 {
  margin-top: -35px;
}

.ml-t-40 {
  margin-top: -40px;
}

.ml-t-45 {
  margin-top: -45px;
}

.ml-t-50 {
  margin-top: -50px;
}

.ml-t-55 {
  margin-top: -55px;
}

.ml-t-60 {
  margin-top: -60px;
}

.ml-t-75 {
  margin-top: -75px;
}

.ml-t-90 {
  margin-top: -90px;
}

.ml-t-105 {
  margin-top: -105px;
}

.ml-t-120 {
  margin-top: -120px;
}

.ml-t-135 {
  margin-top: -135px;
}

.ml-t-150 {
  margin-top: -150px;
}

.ml-t-165 {
  margin-top: -165px;
}

.ml-t-180 {
  margin-top: -180px;
}

.ml-t-195 {
  margin-top: -195px;
}

.ml-t-210 {
  margin-top: -210px;
}

.ml-t-225 {
  margin-top: -225px;
}

/* Margin bottom Negtive value */
.ml-b-5 {
  margin-bottom: -5px;
}

.ml-b-10 {
  margin-bottom: -10px;
}

.ml-b-15 {
  margin-bottom: -15px;
}

.ml-b-20 {
  margin-bottom: -20px;
}

.ml-b-25 {
  margin-bottom: -25px;
}

.ml-b-30 {
  margin-bottom: -30px;
}

.ml-b-35 {
  margin-bottom: -35px;
}

.ml-b-40 {
  margin-bottom: -40px;
}

.ml-b-45 {
  margin-bottom: -45px;
}

.ml-b-50 {
  margin-bottom: -50px;
}

.ml-b-55 {
  margin-bottom: -55px;
}

.ml-b-60 {
  margin-bottom: -60px;
}

.ml-b-75 {
  margin-bottom: -75px;
}

.ml-b-80 {
  margin-bottom: -80px;
}

.ml-b-90 {
  margin-bottom: -90px;
}

.ml-b-105 {
  margin-bottom: -105px;
}

.ml-b-120 {
  margin-bottom: -120px;
}

.ml-b-135 {
  margin-bottom: -135px;
}

.ml-bp-0933 {
  margin-bottom: -0.933%;
}

/*-------------------------------------------------
    [ ## Padding Element ]
*/
.pd-0 {
  padding: 0!important;
}

.pd-t-0 {
  padding-top: 0!important;
}

.pd-b-0 {
  padding-bottom: 0!important;
}

.pd-l-0 {
  padding-left: 0!important;
}

.pd-r-0 {
  padding-right: 0!important;
}

.pd-t-5 {
  padding-top: 5px;
}

.pd-b-5 {
  padding-bottom: 5px;
}

.pd-l-5 {
  padding-left: 5px;
}

.pd-r-5 {
  padding-right: 5px;
}

.pd-t-10 {
  padding-top: 10px;
}

.pd-b-10 {
  padding-bottom: 10px;
}

.pd-l-10 {
  padding-left: 10px;
}

.pd-r-10 {
  padding-right: 10px;
}

.pd-t-15 {
  padding-top: 15px;
}

.pd-b-15 {
  padding-bottom: 15px;
}

.pd-l-15 {
  padding-left: 15px;
}

.pd-r-15 {
  padding-right: 15px;
}

.pd-t-20 {
  padding-top: 20px;
}

.pd-b-20 {
  padding-bottom: 20px;
}

.pd-l-20 {
  padding-left: 20px;
}

.pd-r-20 {
  padding-right: 20px;
}

.pd-t-25 {
  padding-top: 25px;
}

.pd-b-25 {
  padding-bottom: 25px;
}

.pd-l-25 {
  padding-left: 25px;
}

.pd-r-25 {
  padding-right: 25px;
}

.pd-t-30 {
  padding-top: 30px;
}

.pd-b-30 {
  padding-bottom: 30px;
}

.pd-l-30 {
  padding-left: 30px;
}

.pd-r-30 {
  padding-right: 30px;
}

.pd-t-35 {
  padding-top: 35px;
}

.pd-b-35 {
  padding-bottom: 35px;
}

.pd-l-35 {
  padding-left: 35px;
}

.pd-r-35 {
  padding-right: 35px;
}

.pd-t-40 {
  padding-top: 40px;
}

.pd-b-40 {
  padding-bottom: 40px;
}

.pd-l-40 {
  padding-left: 40px;
}

.pd-r-40 {
  padding-right: 40px;
}

.pd-t-45 {
  padding-top: 45px;
}

.pd-b-45 {
  padding-bottom: 45px;
}

.pd-l-45 {
  padding-left: 45px;
}

.pd-r-45 {
  padding-right: 45px;
}

.pd-t-50 {
  padding-top: 50px;
}

.pd-b-50 {
  padding-bottom: 50px;
}

.pd-l-50 {
  padding-left: 50px;
}

.pd-r-50 {
  padding-right: 50px;
}

.pd-t-60 {
  padding-top: 60px;
}

.pd-b-60 {
  padding-bottom: 60px;
}

.pd-l-60 {
  padding-left: 60px;
}

.pd-r-60 {
  padding-right: 60px;
}

.pd-t-70 {
  padding-top: 70px;
}

.pd-b-70 {
  padding-bottom: 70px;
}

.pd-l-70 {
  padding-left: 70px;
}

.pd-r-70 {
  padding-right: 70px;
}

.pd-t-75 {
  padding-top: 75px;
}

.pd-b-75 {
  padding-bottom: 75px;
}

.pd-l-75 {
  padding-left: 75px;
}

.pd-r-75 {
  padding-right: 75px;
}

.ptb-80 {
  padding: 80px 0;
}

.pd-t-80 {
  padding-top: 80px;
}

@media (min-width:430px) and (max-width:932px) {
  .xs-pd-t-80{padding-top: 80px;}
  .xs-pd-b-80{padding-bottom: 80px;}
}

.pd-b-80 {
  padding-bottom: 80px;
}

.pd-l-80 {
  padding-left: 80px;
}

.pd-r-80 {
  padding-right: 80px;
}

.pd-t-90 {
  padding-top: 90px;
}

.pd-b-90 {
  padding-bottom: 90px;
}

.pd-l-90 {
  padding-left: 90px;
}

.pd-r-90 {
  padding-right: 90px;
}

.pd-t-100 {
  padding-top: 100px;
}

.pd-l-100 {
  padding-left: 100px;
}

.pd-r-100 {
  padding-right: 100px;
}

.pd-t-105 {
  padding-top: 105px;
}

.pd-b-105 {
  padding-bottom: 105px;
}

.pd-l-105 {
  padding-left: 105px;
}

.pd-r-105 {
  padding-right: 105px;
}

.pd-t-130 {
  padding-top: 130px;
}

.pd-b-130 {
  padding-bottom: 130px;
}

.pd-l-130 {
  padding-left: 130px;
}

.pd-r-130 {
  padding-right: 130px;
}

.ptb-130 {
  padding: 130px 0;
}

.pd-t-135 {
  padding-top: 135px;
}

.pd-b-135 {
  padding-bottom: 135px;
}

.pd-l-135 {
  padding-left: 135px;
}

.pd-r-135 {
  padding-right: 135px;
}

.pd-t-140 {
  padding-top: 140px;
}

.pd-b-140 {
  padding-bottom: 140px;
}

.pd-l-140 {
  padding-left: 140px;
}

.pd-r-140 {
  padding-right: 140px;
}

.pd-t-150 {
  padding-top: 150px;
}

.pd-b-150 {
  padding-bottom: 150px;
}

.pd-l-150 {
  padding-left: 150px;
}

.pd-r-150 {
  padding-right: 150px;
}

.pd-t-165 {
  padding-top: 165px;
}

.pd-b-165 {
  padding-bottom: 165px;
}

.pd-l-165 {
  padding-left: 165px;
}

.pd-r-165 {
  padding-right: 165px;
}

.pd-t-180 {
  padding-top: 180px;
}

.pd-b-170 {
  padding-bottom: 170px;
}

.pd-b-180 {
  padding-bottom: 180px;
}

.pd-l-180 {
  padding-left: 180px;
}

.pd-r-180 {
  padding-right: 180px;
}

.pd-t-195 {
  padding-top: 195px;
}

.pd-b-195 {
  padding-bottom: 195px;
}

.pd-l-195 {
  padding-left: 195px;
}

.pd-r-195 {
  padding-right: 195px;
}

.pd-t-200 {
  padding-top: 200px;
}

.pd-b-200 {
  padding-bottom: 200px!important;
}

.pd-l-200 {
  padding-left: 200px;
}

.pd-r-200 {
  padding-right: 200px;
}

.pd-t-205 {
  padding-top: 205px;
}

.pd-b-205 {
  padding-bottom: 205px;
}

.pd-l-205 {
  padding-left: 205px;
}

.pd-r-205 {
  padding-right: 205px;
}

.pd-t-210 {
  padding-top: 210px;
}

.pd-t-220 {
  padding-top: 220px;
}

.pd-b-220 {
  padding-bottom: 220px;
}

.pd-l-220 {
  padding-left: 220px;
}

.pd-r-220 {
  padding-right: 220px;
}

.pd-t-225 {
  padding-top: 225px;
}

.pd-b-225 {
  padding-bottom: 225px;
}

.pd-l-225 {
  padding-left: 225px;
}

.pd-r-225 {
  padding-right: 225px;
}

.pd-t-235 {
  padding-top: 235px;
}

.pd-b-235 {
  padding-bottom: 235px;
}

.pd-l-235 {
  padding-left: 235px;
}

.pd-r-235 {
  padding-right: 220px;
}

.pd-t-240 {
  padding-top: 240px;
}

.pd-t-255 {
  padding-top: 255px;
}

.pd-10{
  padding: 10px;
}
.pd-20{
  padding: 20px;
}
.pd-30{
  padding: 30px;
}
.pd-40{
  padding: 40px;
}
.pd-50{
  padding: 50px;
}
.pd-60{
  padding: 60px;
}
.pd-70{
  padding: 70px;
}
.pd-80{
  padding: 80px;
}
.pd-90{
  padding: 90px;
}
.pd-100{
  padding: 100px;
}
.help-block{display: block;}
.help-block.with-errors{
  padding-top: 0px;
  padding-bottom: 15px;
  color: #ff7575;
  text-align: left;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}


/*** Button ***/
.btn {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: "Inter", sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    transition: .5s;
    text-transform: uppercase;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
        margin-left: 0;
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 22px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}

@keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
    font-size: 24px;
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img {
  height: 360px;
}

.team-item .team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Bias the crop upward so heads stay in frame */
  object-position: center 20%;
  display: block;
}

@media (max-width: 991.98px) {
  .team-item .team-img {
    height: 320px;
  }
}

@media (max-width: 575.98px) {
  .team-item .team-img {
    height: 280px;
  }
}

.recent-blogs img{width: 100px;height: 100px;object-fit: cover;}
.recent-blogs h5{font-weight: 400;}

.page-item.active .page-link{background-color: #ff6a00;border-color: #ff6a00;}
.page-link{color: #ff6a00;}

.page-link:hover, .page-link:focus{color: #ff6a00;}

.btn-light {
    color: #000;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.comments-section img{width: 45px;height: 45px;}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
    margin-top: -60px;
        z-index: 1;
    }
}

/* Facts section refinements (keep structure intact) */
.facts .shadow {
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.facts .bg-primary {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}

.facts .bg-light {
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.facts .bg-white.border-radius,
.facts .bg-primary.border-radius {
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.facts h4 {
  letter-spacing: 0.02em;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(15, 23, 42, 0.25);
}

.facts .bg-primary h4 {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.facts .bg-light h4 {
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.35);
}

.facts .bg-primary:hover h4,
.facts .bg-light:hover h4 {
  transform: translateY(-1px);
  transition: transform 0.2s ease, text-shadow 0.2s ease;
}

.facts p {
  line-height: 1.45;
}

.facts .badge {
  font-weight: 500;
  letter-spacing: 0.01em;
}

.facts .bg-primary .badge {
  border-color: rgba(255, 255, 255, 0.45) !important;
}

.facts .bg-light .badge {
  border-color: rgba(255, 106, 0, 0.35) !important;
}

@media (max-width: 991.98px) {
  .facts .radius-left,
  .facts .radius-right {
    border-radius: 0.5em;
  }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../images/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}

/*** Contact Form ***/

input:not(.form-check-input),
textarea {
  background-color: #f1f1f1;
  width: 100%;
  border: 1px solid rgba(18, 21, 24, 0.1);
  margin-bottom: 5px;
  padding: 15px 20px;
  box-shadow: none;
  font: 400 15px "Inter", sans-serif;
  line-height: 1.4;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

input:not(.form-check-input):focus, input:not(.form-check-input):active,
textarea:focus,
textarea:active {
  outline: 0;
  box-shadow: none;
}

textarea {
  height: 140px;
}

input:not(.form-check-input), textarea, .form-control {
  color: #7C7C7C;
}

input:not(.form-check-input)::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #AAAAAA;
}

input:not(.form-check-input)::-moz-placeholder, textarea::-moz-placeholder, .form-control::-moz-placeholder {
  color: #AAAAAA;
}

input:not(.form-check-input):-ms-placeholder, textarea:-ms-placeholder, .form-control:-ms-placeholder {
  color: #AAAAAA;
}

input:not(.form-check-input)::-ms-placeholder, textarea::-ms-placeholder, .form-control::-ms-placeholder {
  color: #AAAAAA;
}

input:not(.form-check-input)::placeholder, textarea::placeholder, .form-control::placeholder {
  color: #AAAAAA;
}

input:not(.form-check-input):focus, textarea:focus, .form-control:focus {
  border-color: rgba(18, 21, 24, 0.2);
}

.form-control {
  background-color: #f1f1f1;
  height: auto;
  border: 1px solid rgba(18, 21, 24, 0.1);
  padding: 15px 20px;
  font: 400 15px "Inter", sans-serif;
  line-height: 1.4;
}

.form-control:focus {
  background: transparent;
  box-shadow: none;
}

.form-control:read-only {
  background: #e4e8ec;
  border: 0;
}

.form-control.form-control-sm {
  padding: 10px 15px;
  font-size: 0.875rem;
}

.form-control.form-control-lg {
  font-size: 1.25rem;
}

.form-control-plaintext {
  border: 0;
}

.form-check-input:disabled ~ .form-check-label {
  color: #AAAAAA;
}

.required:after {
  content: '*';
  padding-left: 3px;
}

select {
  margin-bottom: 1rem;
}

.custom-select {
  background-color: transparent;
  width: auto;
  min-width: 160px;
  height: auto;
  border-radius: 0;
  padding: 15px 20px;
  border-color: rgba(18, 21, 24, 0.1);
  color: #7C7C7C;
  font: 400 15px "Inter", sans-serif;
  line-height: 1.4;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.custom-select:focus {
  border-color: rgba(18, 21, 24, 0.2);
  outline: 0;
  box-shadow: none;
}

.custom-select.custom-select-sm {
  height: auto;
  padding: 10px 15px;
  font-size: 0.875rem;
}

.custom-select.custom-select-lg {
  height: auto;
  padding: 15px 20px;
  font-size: 1.25rem;
}

.custom-select.select-fullwidth {
  width: 100%;
}

.contact-select {
  background-color: #f8f9fa;
  border: 1px solid rgba(18, 21, 24, 0.08);
  color: #5b6470;
  padding: 14px 48px 14px 20px;
  border-radius: 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%236b7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px;
  box-shadow: 0 8px 16px rgba(9, 30, 62, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-select:focus {
  border-color: rgba(14, 165, 233, 0.45);
  background-color: #ffffff;
  box-shadow: 0 12px 24px rgba(14, 165, 233, 0.18);
  outline: 0;
}

.contact-image-card {
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.contact-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(9, 30, 62, 0.28), rgba(9, 30, 62, 0));
  opacity: 0.9;
}

.contact-image-card:hover {
  transform: scale(1.02);
  box-shadow: 0 16px 40px rgba(7, 20, 40, 0.22);
}

.contact-info-card {
  border: 1px solid rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-info-card:hover {
  transform: translateY(-4px);
  border-color: rgba(14, 165, 233, 0.28);
  box-shadow: 0 14px 30px rgba(9, 30, 62, 0.14);
}

.contact-info-icon {
  width: 54px;
  height: 54px;
  box-shadow: 0 8px 16px rgba(9, 30, 62, 0.18);
}

.contact-info-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.contact-brands .brand-band {
  background: linear-gradient(180deg, #0b1630 0%, #101d3c 50%, #0b1630 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 14px 32px rgba(6, 13, 30, 0.45);
}

.contact-brands .vendor-card {
  background: rgba(23, 33, 61, 0.95);
  color: #e2e8f0;
  border-radius: 16px;
  padding: 22px 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 10px 22px rgba(5, 10, 25, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-brands .vendor-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--primary), var(--secondary));
}

.contact-brands .vendor-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(5, 10, 25, 0.45);
}

/* Contact channel panel */
.contact-channel-panel {
  background: linear-gradient(145deg, #ffffff 0%, #f6f8fc 100%);
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 3rem;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.contact-channel-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(14, 165, 233, 0.08), transparent 45%), radial-gradient(circle at 85% 0%, rgba(249, 115, 22, 0.08), transparent 55%);
  pointer-events: none;
}

.contact-channel-heading {
  max-width: 640px;
  margin: 0 auto 2.5rem;
  position: relative;
}

.contact-channel-eyebrow {
  display: inline-flex;
  padding: 0.35rem 1.4rem;
  border-radius: 999px;
  letter-spacing: 0.25em;
  font-size: 0.78rem;
  font-weight: 600;
  color: #0ea5e9;
  border: 1px solid rgba(14, 165, 233, 0.35);
  background: rgba(14, 165, 233, 0.08);
  margin-bottom: 1rem;
}

.contact-channel-grid {
  position: relative;
}

.contact-channel-grid .col-lg-4 {
  padding: 1rem 1.5rem;
}

.contact-channel-card {
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  min-height: 330px;
  padding: 2rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-channel-grid .col-lg-4:not(:last-child) .contact-channel-card::after {
  content: "";
  position: absolute;
  top: 12%;
  right: -16px;
  width: 1px;
  height: 76%;
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.18), transparent);
  opacity: 0.4;
}

.contact-channel-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}

.channel-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(15, 23, 42, 0.04);
}

.channel-pill-orange {
  border-color: rgba(249, 115, 22, 0.4);
  background: rgba(249, 115, 22, 0.12);
  color: #b45309;
}

.channel-pill-blue {
  border-color: rgba(14, 165, 233, 0.45);
  background: rgba(14, 165, 233, 0.12);
  color: #0369a1;
}

.channel-links {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.channel-link {
  font-weight: 600;
  color: #0ea5e9;
  text-decoration: none;
  transition: color 0.15s ease;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.channel-link:hover {
  color: #0284c7;
}

.channel-link.muted {
  color: #475569;
  font-weight: 500;
}

.channel-footnote {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 0;
}

.channel-meta-alt {
  font-size: 0.85rem;
  color: #475569;
}

.channel-map {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  .contact-channel-panel {
    padding: 2rem;
  }

  .contact-channel-grid .col-lg-4:not(:last-child) .contact-channel-card::after {
    display: none;
  }

  .contact-channel-card {
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  .contact-channel-panel {
    padding: 1.5rem;
  }

  .contact-channel-grid .col-lg-4 {
    padding: 0.5rem 0;
  }

  .contact-channel-card {
    padding: 1.5rem;
  }

  .contact-channel-eyebrow {
    letter-spacing: 0.14em;
  }
}

@media (min-width: 992px) {
  .contact-flex-row {
    align-items: stretch;
  }

  .contact-flex-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }

  .contact-flex-row > [class*="col-"] > * {
    width: 100%;
  }

  .contact-flex-row form,
  .contact-flex-row .field-ops-card {
    flex: 1 1 auto;
  }
}

/* Field operations photo card */
.field-ops-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.18);
  min-height: 360px;
  background: #0f172a;
}

.field-ops-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05);
  min-height: 360px;
}

.field-ops-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0) 0%, rgba(2, 6, 23, 0.85) 65%, rgba(2, 6, 23, 0.95) 100%);
  z-index: 1;
}

.field-ops-eyebrow {
  display: inline-flex;
  padding: 0.3rem 1rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.7rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 1rem;
}

.field-ops-chip {
  position: absolute;
  top: 1.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.25);
  z-index: 2;
}

.field-ops-chip i {
  color: #f97316;
}

.field-ops-chip-left {
  left: 1.5rem;
}

.field-ops-chip-right {
  right: 1.5rem;
}

.field-ops-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.field-ops-stat {
  min-width: 120px;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.field-ops-stat-label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.75);
}

.field-ops-stat strong {
  font-size: 0.95rem;
  color: #f8fafc;
  font-weight: 600;
}

.field-ops-btn {
  font-weight: 600;
  color: #0f172a !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);
}

.field-ops-btn:hover {
  color: #0c4a6e !important;
}

@media (max-width: 575.98px) {
  .field-ops-chip {
    position: static;
    margin: 0.5rem 0 0;
  }

  .field-ops-card {
    min-height: 320px;
  }

  .field-ops-image {
    min-height: 320px;
  }
}

/* ICT promo panel under services */
.ict-cta-panel {
  margin-top: 1rem;
  padding: 3rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(circle at 15% 20%, rgba(14, 165, 233, 0.35), transparent 45%), radial-gradient(circle at 80% 0%, rgba(59, 130, 246, 0.4), transparent 55%), linear-gradient(135deg, #0f172a 0%, #1e293b 65%, #0f172a 100%);
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.35);
  overflow: hidden;
  position: relative;
}

.ict-cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(148, 163, 184, 0.25);
  pointer-events: none;
}

.ict-cta-eyebrow {
  display: inline-flex;
  padding: 0.35rem 1.25rem;
  border-radius: 999px;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 600;
  color: #93c5fd;
  background: rgba(14, 165, 233, 0.12);
  border: 1px solid rgba(14, 165, 233, 0.3);
}

.ict-cta-title {
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  line-height: 1.2;
}

.ict-cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.75rem;
  font-size: 0.95rem;
}

.ict-cta-points span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(226, 232, 240, 0.8);
}

.ict-cta-panel .btn-light {
  color: #0f172a;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);
}

.ict-cta-panel .btn-light:hover {
  color: #0c4a6e;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.35);
}

@media (max-width: 991.98px) {
  .ict-cta-panel {
    padding: 2.25rem;
  }

  .ict-cta-panel .text-lg-end {
    text-align: left !important;
  }
}

@media (max-width: 575.98px) {
  .ict-cta-panel {
    padding: 1.75rem;
  }

  .ict-cta-eyebrow {
    letter-spacing: 0.12em;
  }

  .ict-cta-points {
    flex-direction: column;
  }
}

/* Animated LED indicators */
.ict-led-status {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}

.ict-led-label {
  letter-spacing: 0.2em;
}

.led-bar {
  width: 110px;
  min-width: 90px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(145deg, #1f2937, #111827);
  border-radius: 10px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.18);
  padding: 4px 10px;
}

.led-badge {
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 4px;
  row-gap: 2px;
  width: 130px;
  min-width: 130px;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  background: linear-gradient(145deg, #1f2937, #111827);
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.led {
  width: 12px;
  height: 4px;
  background: #111;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
}

.led-badge .led {
  width: 7px;
  height: 3px;
}

.green.active {
  background: #00ff66;
  box-shadow: 0 0 5px #00ff66, 0 0 10px #00ff66, 0 0 20px #00ff66;
}

.orange.active {
  background: #ff8800;
  box-shadow: 0 0 5px #ff8800, 0 0 10px #ff8800, 0 0 20px #ff8800;
}

.yellow.active {
  background: #ffd000;
  box-shadow: 0 0 5px #ffd000, 0 0 10px #ffd000, 0 0 20px #ffd000;
}

.led-bar-hero {
  width: 220px;
  padding: 6px 16px;
  border-radius: 999px;
  justify-content: space-between;
  background: linear-gradient(120deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.75));
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.led-bar-hero .led {
  width: 12px;
  height: 6px;
}

@media (max-width: 575.98px) {
  .ict-led-status {
    align-items: flex-start;
  }

  .led-bar-hero {
    width: 100%;
    justify-content: space-around;
  }
}