@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #000000;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.common-list i {
  color: #00AEEF;
}
.common-list li {
  margin-bottom: 12px;
}

.section-badge {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #00AEEF;
  background: rgba(0, 174, 239, 0.1);
  border: 1px solid rgba(0, 174, 239, 0.3);
  border-radius: 100px;
  padding: 5px 16px;
  margin-bottom: 14px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.section-badge-light {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #00AEEF;
  border: 1px solid rgba(0, 174, 239, 0.4);
  border-radius: 100px;
  padding: 5px 16px;
  margin-bottom: 14px;
}

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: #0D1B2A;
  line-height: 1.15;
  margin-bottom: 16px;
}

.section-title-light {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 16px;
}

.section-desc {
  font-size: 1rem;
  color: #000;
  line-height: 1.75;
  margin: 0 auto;
}

.section-desc-light {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.scrolled .navbar-toggler-icon {
  filter: invert(1);
}

.btn-solid-navy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 3px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #0D1B2A;
  color: #ffffff;
  border-color: #0D1B2A;
}
.btn-solid-navy:hover {
  background: transparent;
  color: #0D1B2A;
}

.btn-outline-navy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 3px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  background: transparent;
  color: #0D1B2A;
  border-color: #0D1B2A;
}
.btn-outline-navy:hover {
  background: #0D1B2A;
  color: #ffffff;
}

.btn-accent-solid {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 3px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #00AEEF;
  color: #ffffff;
  border-color: #00AEEF;
}
.btn-accent-solid:hover {
  background: transparent;
  color: #00AEEF;
}

.btn-outline-light {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 3px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.4);
}
.btn-outline-light:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-emergency {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 3px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #ffffff;
  color: #C0202C;
  border-color: #ffffff;
  font-weight: 600;
}
.btn-emergency:hover {
  background: transparent;
  color: #ffffff;
}

.btn-outline-white {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 3px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-outline-white:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
}

.dropdown-item.active:hover, .dropdown-item:active {
  color: #000 !important;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #00AEEF;
}

.top-bar {
  background: #0D1B2A;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.top-bar .topbar-social a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
  margin-right: 14px;
  transition: color 0.25s;
}
.top-bar .topbar-social a:hover {
  color: #00AEEF;
}
.top-bar .topbar-info {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
}
.top-bar .topbar-info i {
  color: #00AEEF;
}
.top-bar .topbar-phone {
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: color 0.25s;
}
.top-bar .topbar-phone i {
  color: #00AEEF;
}
.top-bar .topbar-phone:hover {
  color: #00AEEF;
}

#mainNav {
  background: #ffffff;
  padding: 0;
  box-shadow: 0 2px 20px rgba(13, 27, 42, 0.08);
  transition: all 0.3s ease;
  position: sticky;
  top: 0;
  z-index: 1000;
}
#mainNav.scrolled {
  background: #0D1B2A;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
#mainNav.scrolled .nav-logo-default {
  display: none;
}
#mainNav.scrolled .nav-logo-scrolled {
  display: block;
}
#mainNav.scrolled .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85);
}
#mainNav.scrolled .navbar-nav .nav-link:hover, #mainNav.scrolled .navbar-nav .nav-link.active {
  color: #00AEEF;
}
#mainNav.scrolled .nav-cta-btn:hover {
  background: #00AEEF;
}
#mainNav .navbar-brand {
  padding: 12px 0;
}
#mainNav .navbar-toggler {
  border: 1px solid #D1D9E0;
}
#mainNav .navbar-toggler:focus {
  box-shadow: none;
}
#mainNav .nav-logo-default {
  height: 52px;
  display: block;
}
#mainNav .nav-logo-scrolled {
  height: 52px;
  display: none;
}
#mainNav .navbar-nav .nav-link {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #0D1B2A;
  padding: 28px 12px;
  letter-spacing: 0.02em;
  position: relative;
  transition: color 0.25s;
}
#mainNav .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 12px;
  right: 12px;
  height: 2px;
  background: #00AEEF;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
#mainNav .navbar-nav .nav-link:hover, #mainNav .navbar-nav .nav-link.active {
  color: #00AEEF;
}
#mainNav .navbar-nav .nav-link:hover::after, #mainNav .navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}
#mainNav .dropdown-menu {
  border: none;
  border-radius: 6px;
  box-shadow: 0 12px 40px rgba(13, 27, 42, 0.14);
  padding: 8px;
  min-width: 220px;
  border-top: 3px solid #00AEEF;
}
#mainNav .dropdown-item {
  font-size: 1rem;
  padding: 9px 14px;
  border-radius: 4px;
  color: #000000;
  transition: all 0.3s ease;
}
#mainNav .dropdown-item:hover {
  background: #F4F6F8;
  color: #00AEEF;
  padding-left: 20px;
}
#mainNav .nav-cta-btn {
  display: inline-block;
  background: #00AEEF;
  color: #ffffff !important;
  font-family: "Oswald", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 3px;
  transition: all 0.3s ease;
}
#mainNav .nav-cta-btn:hover {
  background: #C0202C;
}

section {
  overflow: hidden;
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-carousel {
  position: relative;
}

.hero-slide {
  height: 92vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-slide .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(13, 27, 42, 0.96) 45%, rgba(13, 27, 42, 0.72) 100%);
  z-index: 1;
}
.hero-slide .container-fluid {
  position: relative;
  z-index: 2;
}
.hero-slide .row {
  min-height: 92vh;
}

.hero-content {
  padding: 60px 0 0 50px;
}

.hero-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00AEEF;
  border: 1px solid rgba(0, 174, 239, 0.45);
  border-radius: 100px;
  padding: 6px 18px;
  margin-bottom: 22px;
  background: rgba(0, 174, 239, 0.08);
}
.hero-badge.hero-badge-red {
  color: #C0202C;
  border-color: rgba(192, 32, 44, 0.45);
  background: rgba(192, 32, 44, 0.08);
}

.hero-title {
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.08;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}

.hero-services {
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #00AEEF;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  max-width: 540px;
  margin-bottom: 8px;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.btn-hero-solid {
  display: inline-flex;
  align-items: center;
  background: #00AEEF;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 20px;
  border: 2px solid #00AEEF;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.btn-hero-solid:hover {
  background: transparent;
  color: #00AEEF;
}

.btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 20px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  transition: all 0.3s ease;
}
.btn-hero-ghost:hover {
  border-color: rgba(255, 255, 255, 0.85);
  color: #ffffff;
}

.btn-hero-red {
  display: inline-flex;
  align-items: center;
  background: #C0202C;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 30px;
  border: 2px solid #C0202C;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.btn-hero-red:hover {
  background: transparent;
  color: #C0202C;
}

.hero-project-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  border: 3px solid rgba(255, 255, 255, 0.12);
  margin: 60px 0;
}
.hero-project-card img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero-project-card .hpc-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(13, 27, 42, 0.96), transparent);
  padding: 40px 20px 18px;
  display: flex;
  flex-direction: column;
}
.hero-project-card .hpc-label .hpc-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
}
.hero-project-card .hpc-label .hpc-sub {
  font-size: 0.78rem;
  color: #00AEEF;
  margin-top: 3px;
  letter-spacing: 0.04em;
}

.hero-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.hero-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
  display: block;
}
.hero-carousel .owl-dots .owl-dot.active span {
  width: 28px;
  border-radius: 4px;
  background: #00AEEF;
}
.hero-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  color: #ffffff !important;
  font-size: 1.2rem !important;
  transition: all 0.3s ease;
  z-index: 10;
}
.hero-carousel .owl-nav button:hover {
  background: #00AEEF !important;
  border-color: #00AEEF !important;
}
.hero-carousel .owl-prev {
  left: 20px;
}
.hero-carousel .owl-next {
  right: 20px;
}

.quick-access-section {
  background: #0D1B2A;
  position: relative;
  overflow: hidden;
  border-top: 2px solid #00aeef;
}
.quick-access-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.quick-access-section::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.08) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.quick-access-section .container-fluid {
  position: relative;
  z-index: 1;
}

.quick-access-row {
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.qa-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 32px 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  transition: all 0.4s ease;
  color: #ffffff;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.qa-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #00AEEF, transparent);
  transition: width 0.45s ease;
}
.qa-item:hover {
  background: rgba(0, 174, 239, 0.06);
  color: #ffffff;
}
.qa-item:hover::before {
  width: 100%;
}
.qa-item:hover .qa-icon {
  background: rgba(0, 174, 239, 0.14);
  border-color: rgba(0, 174, 239, 0.3);
  color: #00AEEF;
  box-shadow: 0 0 22px rgba(0, 174, 239, 0.22);
  transform: scale(1.08);
}
.qa-item:hover .qa-content span {
  color: rgba(255, 255, 255, 0.85);
}
.qa-item.qa-emergency .qa-icon {
  background: rgba(192, 32, 44, 0.1);
  border: 1px solid rgba(192, 32, 44, 0.22);
  color: #C0202C;
}
.qa-item.qa-emergency::before {
  background: linear-gradient(90deg, transparent, #C0202C, transparent);
}
.qa-item.qa-emergency:hover {
  background: rgba(192, 32, 44, 0.08);
}
.qa-item.qa-emergency:hover::before {
  width: 100%;
}
.qa-item.qa-emergency:hover .qa-icon {
  background: rgba(192, 32, 44, 0.18);
  border-color: rgba(192, 32, 44, 0.38);
  color: #C0202C;
  box-shadow: 0 0 22px rgba(192, 32, 44, 0.25);
  transform: scale(1.08);
}
.qa-item .qa-icon {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: #00AEEF;
  flex-shrink: 0;
  transition: all 0.4s ease;
}
.qa-item .qa-content {
  display: flex;
  flex-direction: column;
}
.qa-item .qa-content strong {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
}
.qa-item .qa-content span {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.48);
  margin-top: 3px;
  transition: color 0.35s;
}
.qa-item .qa-content span i {
  font-size: 0.7rem;
}

.stats-section {
  background: #f7f7f7;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.stats-section::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.1);
  pointer-events: none;
}
.stats-section::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.stats-scroll {
  border-radius: 8px;
  overflow: hidden;
}

.stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 20px;
  background: #ffffff;
  transition: background 0.3s;
  min-height: 250px;
}
.stat-card:hover {
  background: rgba(0, 174, 239, 0.06);
}
.stat-card:hover .stat-icon-wrap {
  background: #0D1B2A;
  color: #00AEEF;
  border-color: #0D1B2A;
}
.stat-card .stat-icon-wrap {
  width: 56px;
  height: 56px;
  background: #F4F6F8;
  border: 2px solid rgba(0, 174, 239, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #00AEEF;
  margin-bottom: 16px;
  transition: all 0.35s ease;
}
.stat-card .stat-num {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  color: #0D1B2A;
  line-height: 1;
  margin-bottom: 8px;
}
.stat-card .stat-label {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #0D1B2A;
  line-height: 1;
  margin-bottom: 8px;
}
.stat-card .stat-desc {
  font-size: 0.82rem;
  font-weight: 500;
  color: #000;
  line-height: 1.55;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.industries-section {
  background: #ffffff;
  padding: 90px 0;
  position: relative;
}
.industries-section .section-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  background: #00AEEF;
  margin: 16px auto 0;
  border-radius: 2px;
}

.industry-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 36px 28px 32px;
  height: 100%;
  border: 1px solid #D1D9E0;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.industry-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #00AEEF;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s ease;
}
.industry-card::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(0, 174, 239, 0.05);
  transition: all 0.4s ease;
  pointer-events: none;
}
.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(13, 27, 42, 0.1);
  border-color: rgba(0, 174, 239, 0.35);
  background: #ffffff;
}
.industry-card:hover::before {
  transform: scaleY(1);
}
.industry-card:hover::after {
  width: 160px;
  height: 160px;
  background: rgba(0, 174, 239, 0.07);
}
.industry-card:hover .ind-icon {
  background: #0D1B2A;
  color: #00AEEF;
  transform: scale(1.08) rotate(-4deg);
}
.industry-card:hover h4 {
  color: #00AEEF;
}
.industry-card .ind-icon {
  width: 64px;
  height: 64px;
  background: #F4F6F8;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #00AEEF;
  margin-bottom: 22px;
  transition: all 0.35s ease;
  box-shadow: 0 4px 14px rgba(13, 27, 42, 0.06);
}
.industry-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #00AEEF;
  margin-bottom: 10px;
  transition: color 0.3s;
}
.industry-card p {
  font-size: 1rem;
  color: #000;
  line-height: 1.75;
  margin-bottom: 22px;
}
.industry-card .ind-link {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #00AEEF;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s ease;
  position: relative;
  z-index: 1;
}
.industry-card .ind-link:hover {
  gap: 12px;
}

.services-section {
  background: #080d18;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.services-section::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.09) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.services-section .container-fluid {
  position: relative;
  z-index: 1;
}
.services-section .svc-glow-bl {
  position: absolute;
  bottom: -160px;
  left: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.services-section .section-badge {
  color: #00AEEF;
  background: rgba(0, 174, 239, 0.1);
  border-color: rgba(0, 174, 239, 0.28);
}
.services-section .section-title {
  color: #ffffff;
}
.services-section .section-title span {
  color: #00AEEF;
}
.services-section .section-desc {
  color: rgba(255, 255, 255, 0.5);
}
.services-section .btn-solid-navy {
  background: transparent;
  color: #00AEEF;
  border-color: rgba(0, 174, 239, 0.45);
}
.services-section .btn-solid-navy:hover {
  background: #00AEEF;
  color: #ffffff;
  border-color: #00AEEF;
  box-shadow: 0 0 28px rgba(0, 174, 239, 0.3);
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 24px 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: all 0.4s ease;
  height: 100%;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #00AEEF, transparent);
  transition: width 0.45s ease;
}
.service-card::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.06) 0%, transparent 70%);
  transition: all 0.45s ease;
  pointer-events: none;
}
.service-card:hover {
  transform: translateY(-8px);
  background: rgba(0, 174, 239, 0.06);
  border-color: rgba(0, 174, 239, 0.28);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 174, 239, 0.12), inset 0 1px 0 rgba(0, 174, 239, 0.08);
  color: #ffffff;
}
.service-card:hover::before {
  width: 100%;
}
.service-card:hover::after {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.1) 0%, transparent 70%);
}
.service-card:hover .svc-icon {
  background: rgba(0, 174, 239, 0.14);
  border-color: rgba(0, 174, 239, 0.3);
  color: #00AEEF;
  transform: scale(1.12) translateY(-2px);
  box-shadow: 0 0 24px rgba(0, 174, 239, 0.22);
}
.service-card:hover h5 {
  color: #00AEEF;
}
.service-card .svc-icon {
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
  transition: all 0.4s ease;
}
.service-card h5 {
  font-size: 0.95rem;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  transition: color 0.3s;
}

.why-section {
  background: #ffffff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.why-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -100px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.07) 0%, transparent 68%);
  pointer-events: none;
}
.why-section::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: -60px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.1);
  pointer-events: none;
}

.why-img-wrap {
  position: relative;
  border-radius: 10px;
  overflow: visible;
}
.why-img-wrap::before {
  content: "";
  position: absolute;
  top: 24px;
  left: -22px;
  right: 22px;
  bottom: -24px;
  border-radius: 10px;
  border: 2px solid rgba(0, 174, 239, 0.28);
  z-index: 0;
  pointer-events: none;
}
.why-img-wrap .why-main-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 32px 80px rgba(13, 27, 42, 0.16);
}
.why-img-wrap .why-badge-box {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: #00AEEF;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  min-width: 110px;
  box-shadow: 0 14px 40px rgba(0, 174, 239, 0.4);
  z-index: 2;
}
.why-img-wrap .why-badge-box .why-badge-num {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.why-img-wrap .why-badge-box .why-badge-txt {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

.why-p {
  color: #000;
  line-height: 1.8;
  margin-bottom: 14px;
}

.why-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.why-checklist .why-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.86rem;
  font-weight: 500;
  color: #0D1B2A;
  background: #F4F6F8;
  border: 1px solid #D1D9E0;
  border-left: 3px solid #00AEEF;
  border-radius: 3px;
  padding: 12px 16px;
  transition: all 0.28s ease;
}
.why-checklist .why-check:hover {
  background: rgba(0, 174, 239, 0.05);
  border-color: rgba(0, 174, 239, 0.28);
  border-left-color: #00AEEF;
  transform: translateX(3px);
}
.why-checklist .why-check i {
  color: #00AEEF;
  flex-shrink: 0;
  margin-top: 2px;
}

.why-closing {
  font-style: italic;
  color: #0D1B2A;
  font-size: 0.95rem;
  line-height: 1.7;
  border-left: 3px solid #00AEEF;
  padding-left: 16px;
}

.projects-section {
  background: #F4F6F8;
  padding: 90px 0;
}

.project-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #D1D9E0;
  transition: all 0.35s ease;
}
.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(13, 27, 42, 0.14);
}
.project-card:hover .proj-img img {
  transform: scale(1.06);
}
.project-card:hover .proj-overlay {
  opacity: 1;
}
.project-card:hover .proj-btn {
  transform: translateY(0);
}
.project-card .proj-img {
  position: relative;
  overflow: hidden;
  height: 220px;
}
.project-card .proj-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.project-card .proj-img .proj-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 27, 42, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s;
}
.project-card .proj-btn {
  width: 48px;
  height: 48px;
  background: #00AEEF;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transform: translateY(10px);
  transition: transform 0.35s;
}
.project-card .proj-body {
  padding: 22px;
}
.project-card .proj-body .proj-type {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00AEEF;
  display: block;
  margin-bottom: 8px;
}
.project-card .proj-body h5 {
  font-size: 1.05rem;
  color: #0D1B2A;
  margin-bottom: 6px;
}
.project-card .proj-body p {
  font-size: 0.82rem;
  color: #000;
  margin-bottom: 14px;
}
.project-card .proj-body .proj-link {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0D1B2A;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.25s, gap 0.3s;
}
.project-card .proj-body .proj-link:hover {
  color: #00AEEF;
  gap: 10px;
}

.se-split-section {
  display: block;
}
.se-split-section .btn-accent-solid {
  width: -moz-fit-content;
  width: fit-content;
}

.se-panel {
  padding: 70px 60px;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.se-panel.se-panel-dark {
  background: #1F2937;
}
.se-panel.se-panel-red {
  background: #61080e;
}
.se-panel .se-panel-icon {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.se-panel.se-panel-dark .se-panel-icon {
  color: #00AEEF;
}
.se-panel.se-panel-red .se-panel-icon {
  color: rgba(255, 255, 255, 0.85);
}
.se-panel h3 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: #ffffff;
  margin-bottom: 16px;
}
.se-panel p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  max-width: 460px;
}
.se-panel .se-badge {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C0202C;
  background: #ffffff;
  border-radius: 100px;
  padding: 4px 14px;
  margin-bottom: 16px;
}
.se-panel .se-list {
  margin-top: 20px;
}
.se-panel .se-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.78);
  padding: 5px 0;
}
.se-panel .se-list li i {
  color: #00AEEF;
  font-size: 0.75rem;
}

.innovation-section {
  background: #F4F6F8;
  padding: 90px 0;
}

.innovation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.innovation-grid .inno-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #0D1B2A;
  transition: all 0.3s ease;
}
.innovation-grid .inno-item:hover {
  border-color: #00AEEF;
  background: rgba(0, 174, 239, 0.04);
}
.innovation-grid .inno-item i {
  color: #00AEEF;
  font-size: 1.1rem;
  width: 22px;
  flex-shrink: 0;
}

.inno-img-wrap {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(13, 27, 42, 0.14);
}
.inno-img-wrap img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.inno-img-wrap:hover img {
  transform: scale(1.03);
}

.testimonials-section {
  background: #080d18;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.testimonials-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.testimonials-section::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.09) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.testimonials-section .container-fluid {
  position: relative;
  z-index: 1;
}
.testimonials-section .testi-glow-bl {
  position: absolute;
  bottom: -160px;
  left: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.testimonials-section .section-badge {
  color: #00AEEF;
  background: rgba(0, 174, 239, 0.1);
  border-color: rgba(0, 174, 239, 0.28);
}
.testimonials-section .section-title {
  color: #ffffff;
}

.testi-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  padding: 38px 36px;
  margin: 6px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.testi-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #00AEEF, transparent);
  transition: width 0.45s ease;
}
.testi-card::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.06) 0%, transparent 70%);
  transition: all 0.45s ease;
  pointer-events: none;
}
.testi-card:hover {
  transform: translateY(-8px);
  background: rgba(0, 174, 239, 0.06);
  border-color: rgba(0, 174, 239, 0.28);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 174, 239, 0.12), inset 0 1px 0 rgba(0, 174, 239, 0.08);
}
.testi-card:hover::before {
  width: 100%;
}
.testi-card:hover::after {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.1) 0%, transparent 70%);
}
.testi-card:hover .testi-quote {
  opacity: 1;
}
.testi-card:hover .testi-avatar {
  background: rgba(0, 174, 239, 0.14);
  border-color: rgba(0, 174, 239, 0.3);
  color: #00AEEF;
  box-shadow: 0 0 24px rgba(0, 174, 239, 0.22);
}
.testi-card .testi-quote {
  font-size: 2rem;
  color: #00AEEF;
  margin-bottom: 18px;
  opacity: 0.5;
  transition: opacity 0.35s;
}
.testi-card .testi-text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 28px;
}
.testi-card .testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.testi-card .testi-author .testi-avatar {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.55);
  flex-shrink: 0;
  transition: all 0.4s ease;
}
.testi-card .testi-author strong {
  display: block;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Oswald", sans-serif;
}
.testi-card .testi-author span {
  display: block;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.38);
  margin-top: 2px;
}

.testi-carousel .owl-dots {
  text-align: center;
  margin-top: 28px;
}
.testi-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
  transition: all 0.3s ease;
}
.testi-carousel .owl-dots .owl-dot.active span {
  background: #00AEEF;
  width: 24px;
  border-radius: 4px;
}

.cta-section {
  background: #ffffff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  height: 100%;
  background: linear-gradient(to left, #F4F6F8 0%, transparent 100%);
  pointer-events: none;
}
.cta-section::after {
  content: "";
  position: absolute;
  top: -150px;
  left: -100px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.14);
  pointer-events: none;
}
.cta-section .cta-ring {
  position: absolute;
  top: -80px;
  left: -40px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.07);
  background: radial-gradient(circle, rgba(0, 174, 239, 0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.cta-section .container-fluid {
  position: relative;
  z-index: 1;
}
.cta-section .cta-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  color: #0D1B2A;
  line-height: 1.15;
  margin-bottom: 20px;
}
.cta-section .cta-title::before {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background: #00AEEF;
  border-radius: 2px;
  margin-bottom: 20px;
}
.cta-section .cta-desc {
  color: #000;
  line-height: 1.8;
  margin-bottom: 10px;
  max-width: 520px;
}

.cta-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-top: 3px solid #00AEEF;
  border-radius: 10px;
  padding: 36px 32px;
  box-shadow: 0 8px 24px rgba(13, 27, 42, 0.07), 0 32px 64px rgba(13, 27, 42, 0.06);
  position: relative;
  z-index: 1;
}

.cta-btn-red, .cta-btn-outline, .cta-btn-solid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 28px;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  text-align: center;
}

.cta-btn-solid {
  background: #00AEEF;
  color: #ffffff;
  border-color: #00AEEF;
}
.cta-btn-solid:hover {
  background: transparent;
  color: #00AEEF;
}

.cta-btn-outline {
  background: transparent;
  color: #0D1B2A;
  border-color: rgba(13, 27, 42, 0.22);
}
.cta-btn-outline:hover {
  background: #0D1B2A;
  color: #ffffff;
  border-color: #0D1B2A;
}

.cta-btn-red {
  background: #C0202C;
  color: #ffffff;
  border-color: #C0202C;
  font-weight: 600;
}
.cta-btn-red:hover {
  background: transparent;
  color: #C0202C;
}

.site-footer {
  background: #080d18;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.site-footer::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.08) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.site-footer .footer-glow-bl {
  position: absolute;
  bottom: -140px;
  left: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.site-footer .footer-top,
.site-footer .footer-bottom {
  position: relative;
  z-index: 1;
}
.site-footer .footer-top {
  padding: 80px 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.site-footer .footer-logo {
  height: 52px;
}
.site-footer .footer-tagline {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
}
.site-footer .footer-about {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.8;
}
.site-footer .footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-footer .footer-contacts .footer-contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.58);
  transition: color 0.25s;
}
.site-footer .footer-contacts .footer-contact-link i {
  color: #00AEEF;
  width: 14px;
}
.site-footer .footer-contacts .footer-contact-link:hover {
  color: #00AEEF;
}
.site-footer .footer-social {
  display: flex;
  gap: 10px;
}
.site-footer .footer-social a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.35s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.site-footer .footer-social a:hover {
  background: rgba(0, 174, 239, 0.14);
  color: #00AEEF;
  border-color: rgba(0, 174, 239, 0.35);
  box-shadow: 0 0 18px rgba(0, 174, 239, 0.22);
}
.site-footer .footer-heading {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-footer .footer-nav li {
  margin-bottom: 8px;
}
.site-footer .footer-nav a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.25s, padding-left 0.25s;
  display: inline-block;
}
.site-footer .footer-nav a:hover {
  color: #00AEEF;
  padding-left: 4px;
}
.site-footer .footer-bottom {
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.32);
}
.site-footer .footer-bottom p {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.28);
  margin: 0;
}
.site-footer .footer-bottom a {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.35);
  transition: color 0.25s;
}
.site-footer .footer-bottom a:hover {
  color: #00AEEF;
}

.page-hero {
  background: #080d18;
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(45deg, rgba(8, 13, 24, 0.8784313725), rgba(8, 21, 35, 0.8392156863)), url(img/breadbg.jpg);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.page-hero::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.09) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.page-hero .ch-glow-bl {
  position: absolute;
  bottom: -160px;
  left: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.page-hero .container-fluid {
  position: relative;
  z-index: 1;
}
.page-hero .section-badge {
  color: #00AEEF;
  background: rgba(0, 174, 239, 0.1);
  border-color: rgba(0, 174, 239, 0.28);
}
.page-hero .section-title {
  color: #ffffff;
}
.page-hero .ch-breadcrumb {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.page-hero .ch-breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
}
.page-hero .ch-breadcrumb a:hover {
  color: #00AEEF;
}
.page-hero .ch-breadcrumb .ch-sep {
  margin: 0 8px;
  opacity: 0.4;
}
.page-hero .ch-breadcrumb .ch-current {
  color: #00AEEF;
}
.page-hero .ch-lead {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.85;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.contact-info-section {
  background: #ffffff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.contact-info-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.contact-info-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(13, 27, 42, 0.04);
  pointer-events: none;
}
.contact-info-section .container-fluid {
  position: relative;
  z-index: 1;
}

.ct-info-card {
  background: #ffffff;
  border: 1px solid rgba(209, 217, 224, 0.9);
  border-top: 3px solid #00AEEF;
  border-radius: 8px;
  padding: 36px 32px;
  height: 100%;
  box-shadow: 0 4px 24px rgba(13, 27, 42, 0.05);
}
.ct-info-card .ct-card-badge {
  font-family: "Inter", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #00AEEF;
  margin-bottom: 6px;
}
.ct-info-card .ct-card-name {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  color: #0D1B2A;
  font-weight: 600;
  margin-bottom: 28px;
}

.ct-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}
.ct-info-item:last-child {
  margin-bottom: 0;
}
.ct-info-item .ci-icon {
  width: 40px;
  height: 40px;
  background: rgba(0, 174, 239, 0.08);
  border: 1px solid rgba(0, 174, 239, 0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  color: #00AEEF;
  flex-shrink: 0;
  margin-top: 2px;
}
.ct-info-item .ci-body .ci-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(13, 27, 42, 0.45);
  margin-bottom: 3px;
}
.ct-info-item .ci-body .ci-value {
  font-size: 0.93rem;
  color: #0D1B2A;
  font-weight: 500;
}
.ct-info-item .ci-body .ci-value a {
  color: #0D1B2A;
  transition: color 0.25s;
}
.ct-info-item .ci-body .ci-value a:hover {
  color: #00AEEF;
}

.ct-hours-card {
  background: #0D1B2A;
  border-radius: 8px;
  padding: 36px 32px;
  height: 100%;
}
.ct-hours-card .ct-card-badge {
  font-family: "Inter", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #00AEEF;
  margin-bottom: 6px;
}
.ct-hours-card .ct-card-name {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 28px;
}
.ct-hours-card .hours-row {
  margin-bottom: 20px;
}
.ct-hours-card .hours-row .hours-day {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 4px;
}
.ct-hours-card .hours-row .hours-time {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1;
}
.ct-hours-card .hours-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 24px 0;
}
.ct-hours-card .hours-emergency {
  background: rgba(192, 32, 44, 0.12);
  border: 1px solid rgba(192, 32, 44, 0.25);
  border-radius: 3px;
  padding: 16px;
}
.ct-hours-card .hours-emergency .em-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #C0202C;
  margin-bottom: 6px;
}
.ct-hours-card .hours-emergency .em-text {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
  margin: 0;
}

.contact-bid-section {
  background: #080d18;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.contact-bid-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.contact-bid-section::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.08) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.contact-bid-section .bid-glow-bl {
  position: absolute;
  bottom: -160px;
  left: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.contact-bid-section .container-fluid {
  position: relative;
  z-index: 1;
}
.contact-bid-section .section-badge {
  color: #00AEEF;
  background: rgba(0, 174, 239, 0.1);
  border-color: rgba(0, 174, 239, 0.28);
}
.contact-bid-section .section-title {
  color: #ffffff;
}
.contact-bid-section .bid-intro-text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.85;
  margin-bottom: 32px;
}
.contact-bid-section .bid-upload-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00AEEF;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 174, 239, 0.3);
}

.bid-glass-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  padding: 40px 36px;
}
.bid-glass-card .wpcf7 form.invalid .wpcf7-response-output {
  color: #fff;
}

.contact-service-section {
  background: #F4F6F8;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.contact-service-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.05);
  pointer-events: none;
}
.contact-service-section .container-fluid {
  position: relative;
  z-index: 1;
}
.contact-service-section .svc-intro-text {
  font-size: 1rem;
  color: rgba(13, 27, 42, 0.6);
  line-height: 1.85;
}

.svc-form-card {
  background: #ffffff;
  border-radius: 8px;
  border-top: 3px solid #00AEEF;
  padding: 40px 36px;
  box-shadow: 0 4px 32px rgba(13, 27, 42, 0.07);
}
.svc-form-card br {
  display: none;
}
.svc-form-card .wpcf7-form-control:not([type=submit]) {
  width: 100%;
  color: rgba(13, 27, 42, 0.52);
}

.ct-form-dark .ct-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 7px;
}
.ct-form-dark .ct-control {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 3px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 0.92rem;
  padding: 12px 16px;
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.ct-form-dark .ct-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.22);
}
.ct-form-dark .ct-control::placeholder {
  color: rgba(255, 255, 255, 0.22);
}
.ct-form-dark .ct-control:focus {
  outline: none;
  border-color: #00AEEF;
  background: rgba(0, 174, 239, 0.04);
  box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.12);
  color: #ffffff;
}
.ct-form-dark .ct-control option {
  background: #0d1b2a;
  color: #ffffff;
}
.ct-form-dark textarea.ct-control {
  resize: vertical;
  min-height: 110px;
}

.ct-form-light .ct-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(13, 27, 42, 0.52);
  margin-bottom: 7px;
}
.ct-form-light .ct-control {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-radius: 3px;
  color: #0D1B2A;
  font-family: "Inter", sans-serif;
  font-size: 0.92rem;
  padding: 12px 16px;
  transition: border-color 0.25s, box-shadow 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.ct-form-light .ct-control::-moz-placeholder {
  color: rgba(13, 27, 42, 0.28);
}
.ct-form-light .ct-control::placeholder {
  color: rgba(13, 27, 42, 0.28);
}
.ct-form-light .ct-control:focus {
  outline: none;
  border-color: #00AEEF;
  box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.12);
}
.ct-form-light textarea.ct-control {
  resize: vertical;
  min-height: 110px;
}

.file-drop-zone {
  display: block;
  border: 2px dashed rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 32px 24px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.file-drop-zone i {
  font-size: 2.2rem;
  color: #00AEEF;
  display: block;
  margin-bottom: 12px;
}
.file-drop-zone .fz-title {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 5px;
}
.file-drop-zone .fz-note {
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.3);
}
.file-drop-zone input[type=file] {
  display: none;
}
.file-drop-zone:hover {
  border-color: rgba(0, 174, 239, 0.45);
  background: rgba(0, 174, 239, 0.03);
}

.svc-type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.svc-chip input[type=checkbox] {
  display: none;
}
.svc-chip label {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #F4F6F8;
  border: 1px solid #D1D9E0;
  border-radius: 3px;
  padding: 11px 14px;
  cursor: pointer;
  transition: all 0.25s;
  font-size: 0.85rem;
  font-weight: 500;
  color: #0D1B2A;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.svc-chip label i {
  font-size: 0.85rem;
  color: rgba(13, 27, 42, 0.38);
  transition: color 0.25s;
}
.svc-chip label:hover {
  border-color: rgba(0, 174, 239, 0.4);
  background: rgba(0, 174, 239, 0.04);
}
.svc-chip input:checked + label {
  border-color: #00AEEF;
  background: rgba(0, 174, 239, 0.07);
  color: #00AEEF;
}
.svc-chip input:checked + label i {
  color: #00AEEF;
}
.svc-chip.emergency-chip label i {
  color: rgba(192, 32, 44, 0.45);
}
.svc-chip.emergency-chip input:checked + label {
  border-color: #C0202C;
  background: rgba(192, 32, 44, 0.06);
  color: #C0202C;
}
.svc-chip.emergency-chip input:checked + label i {
  color: #C0202C;
}
.svc-chip.emergency-chip label:hover {
  border-color: rgba(192, 32, 44, 0.35);
  background: rgba(192, 32, 44, 0.04);
}

.contact-social-section {
  background: #080d18;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.contact-social-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.contact-social-section::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.07) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.contact-social-section .social-glow-bl {
  position: absolute;
  bottom: -160px;
  left: -80px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.contact-social-section .container-fluid {
  position: relative;
  z-index: 1;
}
.contact-social-section .section-badge {
  color: #00AEEF;
  background: rgba(0, 174, 239, 0.1);
  border-color: rgba(0, 174, 239, 0.28);
}
.contact-social-section .social-section-lead {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  max-width: 560px;
  margin: 12px auto 0;
  line-height: 1.75;
}

.social-links-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
}

.social-link-card {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 20px 36px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.social-link-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #00AEEF, transparent);
  transition: width 0.4s ease;
}
.social-link-card:hover {
  background: rgba(0, 174, 239, 0.06);
  border-color: rgba(0, 174, 239, 0.25);
  transform: translateY(-4px);
  color: #ffffff;
}
.social-link-card:hover::before {
  width: 100%;
}
.social-link-card:hover .slc-icon {
  color: #00AEEF;
}
.social-link-card:hover .slc-name {
  color: #ffffff;
}
.social-link-card .slc-icon {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.42);
  transition: color 0.3s;
}
.social-link-card .slc-name {
  font-family: "Oswald", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.3s;
}
.social-link-card .slc-soon {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 100px;
  padding: 2px 8px;
  margin-left: 4px;
}

.contact-faq-section {
  background: #ffffff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.contact-faq-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.contact-faq-section .container-fluid {
  position: relative;
  z-index: 1;
}
.contact-faq-section .faq-section-desc {
  font-size: 0.95rem;
  color: rgba(13, 27, 42, 0.55);
  line-height: 1.75;
  margin-top: 16px;
}

.faq-accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(209, 217, 224, 0.9);
}
.faq-accordion .accordion-item:first-of-type {
  border-top: 1px solid rgba(209, 217, 224, 0.9);
}
.faq-accordion .accordion-button {
  background: transparent;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #0D1B2A;
  padding: 22px 0;
  box-shadow: none;
  letter-spacing: 0.02em;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #00AEEF;
  background: transparent;
  box-shadow: none;
}
.faq-accordion .accordion-button:focus {
  box-shadow: none;
}
.faq-accordion .accordion-body {
  padding: 0 0 24px 0;
  color: rgba(13, 27, 42, 0.68);
  font-size: 0.93rem;
  line-height: 1.75;
}
.faq-accordion .accordion-body p {
  margin-bottom: 8px;
}
.faq-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}
.faq-accordion .faq-area-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 16px;
}
.faq-accordion .faq-area-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #0D1B2A;
}
.faq-accordion .faq-area-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00AEEF;
  flex-shrink: 0;
}
.faq-accordion .faq-check-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.faq-accordion .faq-check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #0D1B2A;
  margin-bottom: 7px;
}
.faq-accordion .faq-check-list li i {
  color: #00AEEF;
  font-size: 0.78rem;
}

.contact-map-section {
  background: #F4F6F8;
  padding: 90px 0;
}
.contact-map-section .map-wrapper {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(13, 27, 42, 0.12);
  border-top: 3px solid #00AEEF;
  margin-top: 32px;
}

.contact-cta-section {
  background: #ffffff;
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.contact-cta-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.contact-cta-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(13, 27, 42, 0.04);
  pointer-events: none;
}
.contact-cta-section .container-fluid {
  position: relative;
  z-index: 1;
}
.contact-cta-section .contact-cta-desc {
  font-size: 1.05rem;
  color: rgba(13, 27, 42, 0.58);
  line-height: 1.75;
  max-width: 520px;
  margin: 14px auto 0;
}
.contact-cta-section .contact-cta-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.career-why-section,
.career-safety-section,
.career-testi-section {
  background: #080d18;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.career-why-section::before,
.career-safety-section::before,
.career-testi-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.career-why-section::after,
.career-safety-section::after,
.career-testi-section::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.09) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.career-why-section .container-fluid,
.career-safety-section .container-fluid,
.career-testi-section .container-fluid {
  position: relative;
  z-index: 1;
}
.career-why-section .section-badge,
.career-safety-section .section-badge,
.career-testi-section .section-badge {
  color: #00AEEF;
  background: rgba(0, 174, 239, 0.1);
  border-color: rgba(0, 174, 239, 0.28);
}
.career-why-section .section-title,
.career-safety-section .section-title,
.career-testi-section .section-title {
  color: #ffffff;
}
.career-why-section .section-desc,
.career-safety-section .section-desc,
.career-testi-section .section-desc {
  color: rgba(255, 255, 255, 0.52);
}

.why-glow-bl,
.safety-glow-bl,
.ctesti-glow-bl {
  position: absolute;
  bottom: -160px;
  left: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.career-intro-section {
  background: #ffffff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.career-intro-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.career-intro-section .container-fluid {
  position: relative;
  z-index: 1;
}
.career-intro-section .career-intro-lead {
  font-size: 1.02rem;
  color: #000000;
  line-height: 1.85;
  margin-bottom: 10px;
}
.career-intro-section .career-intro-lead:last-child {
  margin-bottom: 0;
}

.career-benefit-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  padding: 36px 32px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}
.career-benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #00AEEF, transparent);
  transition: width 0.45s ease;
}
.career-benefit-card:hover {
  background: rgba(0, 174, 239, 0.05);
  border-color: rgba(0, 174, 239, 0.25);
  transform: translateY(-4px);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.35);
}
.career-benefit-card:hover::before {
  width: 100%;
}
.career-benefit-card:hover .cb-icon {
  background: rgba(0, 174, 239, 0.14);
  border-color: rgba(0, 174, 239, 0.3);
  color: #00AEEF;
}
.career-benefit-card:hover .cb-title {
  color: #00AEEF;
}
.career-benefit-card .cb-icon {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 22px;
  transition: all 0.35s ease;
}
.career-benefit-card .cb-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
  transition: color 0.3s;
}
.career-benefit-card .cb-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.78;
  margin-bottom: 16px;
}
.career-benefit-card .cb-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.career-benefit-card .cb-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 7px;
  line-height: 1.5;
}
.career-benefit-card .cb-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00AEEF;
  flex-shrink: 0;
  margin-top: 5px;
}
.career-benefit-card .cb-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.career-benefit-card .cb-check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 7px;
}
.career-benefit-card .cb-check-list li i {
  color: #00AEEF;
  font-size: 0.75rem;
}

.career-jobs-section {
  background: #F4F6F8;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.career-jobs-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.career-jobs-section .container-fluid {
  position: relative;
  z-index: 1;
}
.career-jobs-section .jobs-intro-text {
  font-size: 1rem;
  color: rgba(13, 27, 42, 0.62);
  line-height: 1.75;
}
.career-jobs-section .jobs-sub-heading {
  font-family: "Oswald", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #00AEEF;
  margin-top: 6px;
  margin-bottom: 0;
}

.career-job-card {
  background: #ffffff;
  border: 1px solid rgba(209, 217, 224, 0.9);
  border-top: 3px solid #00AEEF;
  border-radius: 8px;
  padding: 32px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.career-job-card:hover {
  box-shadow: 0 12px 40px rgba(13, 27, 42, 0.1);
  transform: translateY(-4px);
}
.career-job-card .job-icon {
  width: 48px;
  height: 48px;
  background: rgba(0, 174, 239, 0.08);
  border: 1px solid rgba(0, 174, 239, 0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #00AEEF;
  margin-bottom: 18px;
  flex-shrink: 0;
}
.career-job-card .job-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #00AEEF;
  margin-bottom: 20px;
  line-height: 1.25;
}
.career-job-card .job-section-label {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #0d1b2a;
  margin-bottom: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(209, 217, 224, 0.7);
}
.career-job-card .job-section-label.first {
  border-top: none;
  padding-top: 0;
}
.career-job-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
}
.career-job-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.87rem;
  color: rgba(13, 27, 42, 0.68);
  margin-bottom: 6px;
  line-height: 1.5;
}
.career-job-card ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(0, 174, 239, 0.55);
  flex-shrink: 0;
  margin-top: 6px;
}
.career-job-card .job-req-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.career-job-card .job-req-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.87rem;
  color: #0D1B2A;
  margin-bottom: 6px;
}
.career-job-card .job-req-list li i {
  color: #00AEEF;
  font-size: 0.75rem;
}
.career-job-card .job-apply-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #00AEEF;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(209, 217, 224, 0.7);
  transition: gap 0.25s;
  width: 100%;
}
.career-job-card .job-apply-link:hover {
  gap: 10px;
  color: #0D1B2A;
}

.career-students-section {
  background: #ffffff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.career-students-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.career-students-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(13, 27, 42, 0.04);
  pointer-events: none;
}
.career-students-section .container-fluid {
  position: relative;
  z-index: 1;
}
.career-students-section .students-welcome {
  font-size: 0.95rem;
  color: rgba(13, 27, 42, 0.62);
  line-height: 1.75;
  margin-bottom: 20px;
}
.career-students-section .students-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.career-students-section .students-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.93rem;
  color: #0D1B2A;
  font-weight: 500;
  margin-bottom: 10px;
}
.career-students-section .students-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00AEEF;
  flex-shrink: 0;
}
.career-students-section .students-closing-box {
  background: #0D1B2A;
  border-radius: 8px;
  padding: 40px 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.career-students-section .students-closing-box .sc-text {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 28px;
}

.career-quote-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  padding: 40px 36px;
  height: 100%;
}
.career-quote-card .quote-icon {
  font-size: 2.8rem;
  color: rgba(0, 174, 239, 0.28);
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}
.career-quote-card p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.82;
  font-style: italic;
  margin-bottom: 24px;
}
.career-quote-card .quote-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 16px;
}
.career-quote-card .quote-author {
  font-family: "Oswald", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #00AEEF;
}

.career-apply-section {
  background: #F4F6F8;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.career-apply-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.career-apply-section .container-fluid {
  position: relative;
  z-index: 1;
}
.career-apply-section .apply-intro-lead {
  font-size: 1rem;
  color: rgba(13, 27, 42, 0.65);
  line-height: 1.78;
  margin-bottom: 16px;
}
.career-apply-section .apply-email-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0D1B2A;
  margin-bottom: 10px;
  transition: color 0.25s;
}
.career-apply-section .apply-email-link i {
  color: #00AEEF;
}
.career-apply-section .apply-email-link:hover {
  color: #00AEEF;
}
.career-apply-section .apply-or-text {
  font-size: 0.88rem;
  color: rgba(13, 27, 42, 0.48);
  margin: 0;
}

.career-apply-card {
  background: #ffffff;
  border-radius: 8px;
  border-top: 3px solid #00AEEF;
  padding: 40px 36px;
  box-shadow: 0 4px 32px rgba(13, 27, 42, 0.07);
}

.file-drop-zone-light {
  border-color: rgba(0, 174, 239, 0.22);
}
.file-drop-zone-light i {
  color: #00AEEF;
}
.file-drop-zone-light .fz-title {
  color: rgba(13, 27, 42, 0.62);
}
.file-drop-zone-light .fz-note {
  color: rgba(13, 27, 42, 0.32);
}
.file-drop-zone-light:hover {
  border-color: #00AEEF;
  background: rgba(0, 174, 239, 0.03);
}

@media (max-width: 991px) {
  .career-apply-card {
    padding: 28px 22px;
  }
  .students-closing-box {
    padding: 32px 28px;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .career-quote-card {
    padding: 28px 24px;
  }
  .career-benefit-card {
    padding: 28px 24px;
  }
}
.tpage-intro-section {
  background: #ffffff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.tpage-intro-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.tpage-intro-section .container-fluid {
  position: relative;
  z-index: 1;
}
.tpage-intro-section .tpage-intro-lead {
  font-size: 1.02rem;
  color: rgba(13, 27, 42, 0.68);
  line-height: 1.85;
  margin-bottom: 10px;
}
.tpage-intro-section .tpage-intro-lead:last-child {
  margin-bottom: 0;
}

.testimonials-page-section {
  background: #080d18;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.testimonials-page-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.testimonials-page-section::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.09) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.testimonials-page-section .tpage-glow-bl {
  position: absolute;
  bottom: -160px;
  left: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.testimonials-page-section .container-fluid {
  position: relative;
  z-index: 1;
}

.tpage-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  padding: 36px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}
.tpage-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #00AEEF, transparent);
  transition: width 0.45s ease;
}
.tpage-card:hover {
  background: rgba(0, 174, 239, 0.05);
  border-color: rgba(0, 174, 239, 0.22);
  transform: translateY(-5px);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.4);
}
.tpage-card:hover::before {
  width: 100%;
}
.tpage-card:hover .tc-cat {
  background: rgba(0, 174, 239, 0.16);
  border-color: rgba(0, 174, 239, 0.38);
}
.tpage-card .tc-cat {
  display: inline-block;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00AEEF;
  background: rgba(0, 174, 239, 0.1);
  border: 1px solid rgba(0, 174, 239, 0.22);
  border-radius: 100px;
  padding: 3px 12px;
  margin-bottom: 6px;
  align-self: flex-start;
  transition: all 0.25s;
}
.tpage-card .tc-project {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.tpage-card .tc-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 20px;
}
.tpage-card .tc-stars i {
  font-size: 0.78rem;
  color: #F5A623;
}
.tpage-card .tc-quote-icon {
  font-size: 1.5rem;
  color: rgba(0, 174, 239, 0.22);
  margin-bottom: 14px;
  display: block;
}
.tpage-card p {
  font-size: 0.93rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.85;
  font-style: italic;
  flex: 1;
  margin-bottom: 22px;
}
.tpage-card .tc-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 16px;
}
.tpage-card .tc-author {
  font-family: "Oswald", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #00AEEF;
}

.tpage-relationships-section {
  background: #F4F6F8;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.tpage-relationships-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.tpage-relationships-section .container-fluid {
  position: relative;
  z-index: 1;
}
.tpage-relationships-section .rel-intro {
  font-size: 1rem;
  color: rgba(13, 27, 42, 0.62);
  line-height: 1.75;
  margin-bottom: 0;
}
.tpage-relationships-section .rel-check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
}
.tpage-relationships-section .rel-check-grid li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 500;
  color: #0D1B2A;
}
.tpage-relationships-section .rel-check-grid li i {
  color: #00AEEF;
  font-size: 0.8rem;
  flex-shrink: 0;
}

.tpage-cta-section {
  background: #080d18;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.tpage-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.tpage-cta-section::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.08) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.tpage-cta-section .tpage-cta-glow-bl {
  position: absolute;
  bottom: -160px;
  left: -80px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.tpage-cta-section .container-fluid {
  position: relative;
  z-index: 1;
}
.tpage-cta-section .section-title {
  color: #ffffff;
}
.tpage-cta-section .tpage-cta-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
  max-width: 580px;
  margin: 14px auto 0;
}
.tpage-cta-section .tpage-cta-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

@media (max-width: 767px) {
  .tpage-card {
    padding: 28px 24px;
  }
  .rel-check-grid {
    grid-template-columns: 1fr;
  }
}
.projects-intro-section {
  background: #ffffff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.projects-intro-section::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -220px;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.projects-intro-section .container-fluid {
  position: relative;
  z-index: 1;
}
.projects-intro-section .proj-intro-lead {
  font-size: 1rem;
  color: rgba(13, 27, 42, 0.68);
  line-height: 1.85;
  margin-bottom: 10px;
}
.projects-intro-section .proj-intro-lead:last-of-type {
  margin-bottom: 0;
}
.projects-intro-section .proj-cat-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.projects-intro-section .proj-cat-tags .pct-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #0D1B2A;
  background: #F4F6F8;
  border: 1px solid #D1D9E0;
  border-radius: 100px;
  padding: 6px 16px;
  transition: all 0.22s;
}
.projects-intro-section .proj-cat-tags .pct-chip i {
  color: #00AEEF;
  font-size: 0.66rem;
}
.projects-intro-section .proj-cat-tags .pct-chip:hover {
  background: rgba(0, 174, 239, 0.07);
  border-color: rgba(0, 174, 239, 0.28);
  color: #00AEEF;
}

.projects-grid-section {
  background: #F4F6F8;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.projects-grid-section::before {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.05);
  pointer-events: none;
}
.projects-grid-section .container-fluid {
  position: relative;
  z-index: 1;
}

.proj-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.32s ease;
}
.proj-card:hover {
  box-shadow: 0 14px 52px rgba(0, 0, 0, 0.13);
  transform: translateY(-5px);
}
.proj-card:hover .proj-img-overlay {
  opacity: 1;
}
.proj-card:hover .proj-img img {
  transform: scale(1.06);
}
.proj-card .proj-img {
  position: relative;
  overflow: hidden;
  height: 230px;
}
.proj-card .proj-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.48s ease;
  display: block;
}
.proj-card .proj-img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 27, 42, 0.58);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.32s ease;
}
.proj-card .proj-img-overlay .proj-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #00AEEF;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 10px 26px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.22s;
}
.proj-card .proj-img-overlay .proj-view-btn:hover {
  background: rgb(0, 136.870292887, 188);
}
.proj-card .proj-card-body {
  padding: 24px 28px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.proj-card .proj-cat {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #00AEEF;
  background: rgba(0, 174, 239, 0.08);
  border: 1px solid rgba(0, 174, 239, 0.2);
  border-radius: 100px;
  padding: 3px 12px;
  margin-bottom: 12px;
  align-self: flex-start;
}
.proj-card .proj-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0D1B2A;
  line-height: 1.3;
  margin-bottom: 10px;
}
.proj-card .proj-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 14px;
}
.proj-card .proj-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.85rem;
  color: rgba(13, 27, 42, 0.52);
}
.proj-card .proj-meta span i {
  color: #00AEEF;
  font-size: 0.7rem;
  flex-shrink: 0;
}
.proj-card .proj-desc {
  font-size: 1rem;
  color: rgba(13, 27, 42, 0.62);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 20px;
}
.proj-card .proj-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00AEEF;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 174, 239, 0.28);
  padding-bottom: 2px;
  align-self: flex-start;
  transition: all 0.22s;
}
.proj-card .proj-link:hover {
  gap: 11px;
  border-color: #00AEEF;
}

.projects-portfolio-section {
  background: #ffffff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.projects-portfolio-section::before {
  content: "";
  position: absolute;
  top: -180px;
  left: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.projects-portfolio-section .container-fluid {
  position: relative;
  z-index: 1;
}

.proj-tabs-bar {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}

.proj-industry-tabs {
  display: inline-flex;
  gap: 6px;
  border: none;
  flex-wrap: wrap;
  justify-content: center;
  background: #F4F6F8;
  border: 1px solid #D1D9E0;
  border-radius: 100px;
  padding: 6px;
  box-shadow: 0 8px 28px rgba(13, 27, 42, 0.06);
}
.proj-industry-tabs .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(13, 27, 42, 0.65);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 100px;
  padding: 11px 20px;
  transition: all 0.25s ease;
}
.proj-industry-tabs .nav-link i {
  font-size: 0.82rem;
  color: #00AEEF;
  transition: color 0.25s ease;
}
.proj-industry-tabs .nav-link:hover {
  color: #0D1B2A;
  background: rgba(0, 174, 239, 0.08);
}
.proj-industry-tabs .nav-link.active {
  background: linear-gradient(135deg, #00AEEF, rgb(0, 129.4443514644, 177.8));
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(0, 174, 239, 0.35);
}
.proj-industry-tabs .nav-link.active i {
  color: #ffffff;
}

.proj-industry-panels .pf-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-radius: 8px;
  padding: 22px 20px 20px;
  height: 100%;
  min-height: 118px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(13, 27, 42, 0.05);
  transition: all 0.3s ease;
}
.proj-industry-panels .pf-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #00AEEF;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}
.proj-industry-panels .pf-item::after {
  content: "";
  position: absolute;
  bottom: -26px;
  right: -26px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(0, 174, 239, 0.05);
  transition: all 0.4s ease;
  pointer-events: none;
}
.proj-industry-panels .pf-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(13, 27, 42, 0.12);
  border-color: rgba(0, 174, 239, 0.25);
}
.proj-industry-panels .pf-item:hover::before {
  transform: scaleY(1);
}
.proj-industry-panels .pf-item:hover::after {
  background: rgba(0, 174, 239, 0.09);
}
.proj-industry-panels .pf-item:hover .pf-icon {
  background: #00AEEF;
  border-color: #00AEEF;
  color: #ffffff;
}
.proj-industry-panels .pf-icon {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 174, 239, 0.09);
  border: 1px solid rgba(0, 174, 239, 0.25);
  color: #00AEEF;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.proj-industry-panels .pf-name {
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0D1B2A;
  line-height: 1.3;
  margin-top: auto;
}
.proj-industry-panels .pf-units {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #00AEEF;
  background: rgba(0, 174, 239, 0.08);
  border-radius: 100px;
  padding: 3px 11px;
}
.proj-industry-panels .pf-desc-panel {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 760px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(13, 27, 42, 0.07);
  padding: 40px;
}
.proj-industry-panels .pf-desc-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 174, 239, 0.09);
  border: 2px solid rgba(0, 174, 239, 0.22);
  color: #00AEEF;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proj-industry-panels .pf-desc-text {
  font-size: 1.02rem;
  color: rgba(13, 27, 42, 0.68);
  line-height: 1.8;
  margin: 0;
}

.projects-stats-section {
  background-image: linear-gradient(45deg, #0d1b2a, #0d1b2a);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.projects-stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.projects-stats-section::after {
  content: "";
  position: absolute;
  top: -160px;
  right: -100px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.09) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.projects-stats-section .container-fluid {
  position: relative;
  z-index: 1;
}
.projects-stats-section .section-title {
  color: #ffffff;
}

.pst-panel {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
}

.pst-col {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.pst-col:nth-child(4n) {
  border-right: none;
}
@media (min-width: 992px) {
  .pst-col:nth-last-child(-n+4) {
    border-bottom: none;
  }
}

.pst-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 38px 18px;
  height: 100%;
  transition: background 0.3s ease;
}
.pst-card:hover {
  background: rgba(0, 174, 239, 0.07);
}
.pst-card:hover .pst-icon-wrap {
  background: #00AEEF;
  border-color: #00AEEF;
  box-shadow: 0 10px 26px rgba(0, 174, 239, 0.45);
}
.pst-card:hover .pst-icon-wrap i {
  color: #0D1B2A;
}
.pst-card .pst-icon-wrap {
  width: 60px;
  height: 60px;
  background: rgba(0, 174, 239, 0.1);
  border: 2px solid rgba(0, 174, 239, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #00AEEF;
  margin-bottom: 18px;
  transition: all 0.35s ease;
}
.pst-card .pst-icon-wrap i {
  transition: color 0.35s ease;
}
.pst-card .pst-num {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
}
.pst-card .pst-num em {
  font-style: normal;
  font-size: 0.62em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 2px;
}
.pst-card .pst-desc {
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.projects-map-section {
  background: #F4F6F8;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.projects-map-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.projects-map-section .container-fluid {
  position: relative;
  z-index: 1;
}

.pmap-frame {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
.pmap-frame::before {
  content: "";
  position: absolute;
  top: 22px;
  left: -22px;
  right: 22px;
  bottom: -22px;
  border: 2px solid rgba(0, 174, 239, 0.25);
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}
.pmap-frame .pmap-img,
.pmap-frame .pmap-placeholder {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 32px 80px rgba(13, 27, 42, 0.16);
}
.pmap-frame .pmap-placeholder {
  aspect-ratio: 21/9;
  background: linear-gradient(rgba(0, 174, 239, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.06) 1px, transparent 1px), linear-gradient(135deg, #0D1B2A, rgb(20.2327272727, 42.0218181818, 65.3672727273));
  background-size: 26px 26px, 26px 26px, cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.pmap-frame .pmap-placeholder i {
  font-size: 2.6rem;
  color: #00AEEF;
}
.pmap-frame .pmap-placeholder span {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.projects-approach-section {
  background: #ffffff;
  padding: 90px 0;
}
.projects-approach-section .proj-approach-tag {
  font-size: 0.85rem;
  color: rgba(13, 27, 42, 0.55);
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.projects-approach-section .proj-approach-tag i {
  color: #00AEEF;
}

.proj-approach-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.proj-approach-grid .pa-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #F4F6F8;
  border: 1px solid #D1D9E0;
  border-left: 3px solid transparent;
  border-radius: 3px;
  padding: 18px 20px;
  overflow: hidden;
  transition: all 0.28s ease;
}
.proj-approach-grid .pa-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: #00AEEF;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.28s ease;
}
.proj-approach-grid .pa-item:hover {
  background: rgba(0, 174, 239, 0.05);
  border-color: rgba(0, 174, 239, 0.22);
  transform: translateX(4px);
}
.proj-approach-grid .pa-item:hover::before {
  transform: scaleY(1);
}
.proj-approach-grid .pa-item:hover .pa-icon {
  background: #00AEEF;
  border-color: #00AEEF;
  color: #ffffff;
}
.proj-approach-grid .pa-item:hover .pa-num {
  opacity: 0.22;
}
.proj-approach-grid .pa-num {
  position: absolute;
  top: 6px;
  right: 14px;
  font-family: "Oswald", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: #00AEEF;
  opacity: 0.1;
  line-height: 1;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
.proj-approach-grid .pa-icon {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 174, 239, 0.1);
  border: 1px solid rgba(0, 174, 239, 0.28);
  color: #00AEEF;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.28s ease;
}
.proj-approach-grid .pa-text {
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
  color: #0D1B2A;
}

.projects-gallery-section {
  background: #F4F6F8;
  padding: 90px 0;
}

.pg-tile {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(13, 27, 42, 0.06);
  position: relative;
  transition: all 0.32s ease;
}
.pg-tile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #00AEEF;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.32s ease;
  z-index: 2;
}
.pg-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(13, 27, 42, 0.14);
  border-color: rgba(0, 174, 239, 0.25);
}
.pg-tile:hover::before {
  transform: scaleX(1);
}
.pg-tile:hover .pg-icon-circle {
  background: #00AEEF;
  border-color: #00AEEF;
  color: #ffffff;
  transform: scale(1.08);
}
.pg-tile .pg-tile-ph {
  position: relative;
  aspect-ratio: 4/3;
  width: 100%;
  background: linear-gradient(rgba(0, 174, 239, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.05) 1px, transparent 1px), linear-gradient(135deg, #0D1B2A, rgb(20.2327272727, 42.0218181818, 65.3672727273));
  background-size: 22px 22px, 22px 22px, cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg-tile .pg-icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid rgba(0, 174, 239, 0.35);
  color: #00AEEF;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.32s ease;
}
.pg-tile .pg-tile-footer {
  padding: 14px 16px;
  border-top: 1px solid #D1D9E0;
  text-align: center;
}
.pg-tile .pg-tile-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #0D1B2A;
  letter-spacing: 0.01em;
}

.projects-cta-section {
  background-image: linear-gradient(45deg, #0d1b2a, #0d1b2a);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.projects-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.projects-cta-section::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.08) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.projects-cta-section .pcta-glow-bl {
  position: absolute;
  bottom: -150px;
  left: -80px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.projects-cta-section .container-fluid {
  position: relative;
  z-index: 1;
}
.projects-cta-section .section-title {
  color: #ffffff;
}
.projects-cta-section .pcta-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
  margin: 14px auto 0;
}
.projects-cta-section .pcta-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

@media (max-width: 991px) {
  .proj-card .proj-img {
    height: 210px;
  }
  .pst-col {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .pst-col:nth-child(4n) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
  .pst-col:nth-child(3n) {
    border-right: none;
  }
  .pst-col:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .proj-card .proj-card-body {
    padding: 20px 22px 24px;
  }
  .proj-cat-tags {
    gap: 8px;
  }
  .pcta-btns {
    flex-direction: column;
    align-items: center;
  }
  .proj-industry-tabs {
    gap: 6px;
  }
  .proj-industry-tabs .nav-link {
    padding: 8px 14px;
    font-size: 0.66rem;
  }
  .proj-approach-grid {
    grid-template-columns: 1fr;
  }
  .pf-desc-panel {
    flex-direction: column;
    text-align: center;
    padding: 28px 24px;
  }
  .pst-card {
    padding: 26px 12px;
  }
  .pst-col:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
  .pst-col:nth-child(2n) {
    border-right: none;
  }
  .pst-col:nth-last-child(-n+3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .pst-col:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .pmap-frame::before {
    top: 12px;
    left: -10px;
    right: 10px;
    bottom: -12px;
  }
}
.page-hero-project .ps-meta-line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 14px;
}
.page-hero-project .ps-meta-line span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.04em;
}
.page-hero-project .ps-meta-line span i {
  color: #00AEEF;
  font-size: 0.7rem;
}
.page-hero-project .ps-meta-line .ps-meta-sep {
  color: rgba(255, 255, 255, 0.22);
  font-size: 0.7rem;
}

.ps-overview-section {
  background: #ffffff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.ps-overview-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.ps-overview-section .container-fluid {
  position: relative;
  z-index: 1;
}
.ps-overview-section .ps-main-img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 16px 64px rgba(0, 0, 0, 0.14);
  display: block;
}
.ps-overview-section .ps-overview-body {
  padding-left: 20px;
}
.ps-overview-section .ps-overview-body h4, .ps-overview-section .ps-overview-body h3, .ps-overview-section .ps-overview-body h2 {
  color: #00AEEF;
}
.ps-overview-section .ps-overview-body .ps-overview-lead {
  font-size: 1rem;
  color: rgba(13, 27, 42, 0.68);
  line-height: 1.85;
  margin-bottom: 10px;
}
.ps-overview-section .ps-overview-body .ps-overview-lead:last-of-type {
  margin-bottom: 0;
}
.ps-overview-section .ps-overview-body ul li {
  padding-left: 20px;
  position: relative;
  list-style: none;
}
.ps-overview-section .ps-overview-body ul li:before {
  color: #00AEEF;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
}
.ps-overview-section .ps-meta-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}
.ps-overview-section .ps-meta-cards .ps-meta-card {
  background: #F4F6F8;
  border: 1px solid #D1D9E0;
  border-radius: 3px;
  padding: 16px 18px;
  text-align: center;
}
.ps-overview-section .ps-meta-cards .ps-meta-card .pmc-icon {
  width: 34px;
  height: 34px;
  background: rgba(0, 174, 239, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
}
.ps-overview-section .ps-meta-cards .ps-meta-card .pmc-icon i {
  color: #00AEEF;
  font-size: 0.8rem;
}
.ps-overview-section .ps-meta-cards .ps-meta-card .pmc-label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(13, 27, 42, 0.45);
  display: block;
  margin-bottom: 3px;
}
.ps-overview-section .ps-meta-cards .ps-meta-card .pmc-value {
  font-family: "Oswald", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #0D1B2A;
  line-height: 1.25;
}

.ps-scope-section {
  background: #F4F6F8;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.ps-scope-section::before {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.05);
  pointer-events: none;
}
.ps-scope-section .container-fluid {
  position: relative;
  z-index: 1;
}
.ps-scope-section .ps-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 32px;
  margin-top: 36px;
}
.ps-scope-section .ps-scope-grid li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.96rem;
  font-weight: 500;
  color: #0D1B2A;
  line-height: 1.4;
}
.ps-scope-section .ps-scope-grid li .ps-check {
  width: 22px;
  height: 22px;
  background: rgba(0, 174, 239, 0.1);
  border: 1px solid rgba(0, 174, 239, 0.25);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.ps-scope-section .ps-scope-grid li .ps-check i {
  color: #00AEEF;
  font-size: 0.6rem;
}

.ps-highlights-section {
  background: #ffffff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.ps-highlights-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.05);
  pointer-events: none;
}
.ps-highlights-section .container-fluid {
  position: relative;
  z-index: 1;
}

.ps-highlight-card {
  background: #F4F6F8;
  border: 1px solid #D1D9E0;
  border-radius: 8px;
  padding: 32px 28px;
  text-align: center;
  height: 100%;
  transition: all 0.28s ease;
}
.ps-highlight-card:hover {
  border-color: rgba(0, 174, 239, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
.ps-highlight-card .psh-icon {
  width: 52px;
  height: 52px;
  background: rgba(0, 174, 239, 0.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.ps-highlight-card .psh-icon i {
  color: #00AEEF;
  font-size: 1.1rem;
}
.ps-highlight-card .psh-value {
  font-family: "Oswald", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #0D1B2A;
  line-height: 1;
  margin-bottom: 6px;
}
.ps-highlight-card .psh-label {
  font-size: 0.8rem;
  color: rgba(13, 27, 42, 0.55);
  line-height: 1.4;
}

.ps-services-section {
  background: #0D1B2A;
  padding: 52px 0;
  position: relative;
  overflow: hidden;
}
.ps-services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
.ps-services-section .container-fluid {
  position: relative;
  z-index: 1;
}
.ps-services-section .ps-svc-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 16px;
  display: block;
}
.ps-services-section .ps-svc-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.ps-services-section .ps-svc-tags .svc-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Oswald", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  padding: 8px 20px;
  transition: all 0.22s;
}
.ps-services-section .ps-svc-tags .svc-tag i {
  color: #00AEEF;
  font-size: 0.65rem;
}
.ps-services-section .ps-svc-tags .svc-tag:hover {
  background: rgba(0, 174, 239, 0.12);
  border-color: rgba(0, 174, 239, 0.35);
  color: #00AEEF;
}

@media (max-width: 991px) {
  .ps-overview-section .ps-main-img {
    height: 360px;
  }
  .ps-overview-section .ps-overview-body {
    padding-left: 0;
    margin-top: 32px;
  }
  .ps-meta-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .ps-overview-section .ps-main-img {
    height: 280px;
  }
  .ps-scope-grid {
    grid-template-columns: 1fr !important;
  }
  .ps-meta-cards {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 575px) {
  .ps-meta-cards {
    grid-template-columns: 1fr !important;
  }
  .ps-svc-tags {
    gap: 8px;
  }
}
.cs-intro-section {
  background: #ffffff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.cs-intro-section::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -220px;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.cs-intro-section .container-fluid {
  position: relative;
  z-index: 1;
}
.cs-intro-section .cs-intro-lead {
  font-size: 1rem;
  color: rgba(13, 27, 42, 0.68);
  line-height: 1.85;
  margin-bottom: 0;
}

.cs-grid-section {
  background: #F4F6F8;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.cs-grid-section::before {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.05);
  pointer-events: none;
}
.cs-grid-section .container-fluid {
  position: relative;
  z-index: 1;
}

.cs-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #D1D9E0;
  padding: 32px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.32s ease;
}
.cs-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #00AEEF, rgba(0, 174, 239, 0.5));
  transition: width 0.42s ease;
}
.cs-card:hover {
  border-color: rgba(0, 174, 239, 0.22);
  box-shadow: 0 10px 42px rgba(0, 0, 0, 0.09);
  transform: translateY(-4px);
}
.cs-card:hover::before {
  width: 100%;
}
.cs-card:hover .cs-num {
  color: rgba(0, 174, 239, 0.22);
}
.cs-card .cs-num {
  font-family: "Oswald", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: rgba(13, 27, 42, 0.07);
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
  transition: color 0.3s;
}
.cs-card .cs-cat {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #00AEEF;
  background: rgba(0, 174, 239, 0.08);
  border: 1px solid rgba(0, 174, 239, 0.2);
  border-radius: 100px;
  padding: 3px 12px;
  margin-bottom: 12px;
  align-self: flex-start;
}
.cs-card .cs-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  color: #0D1B2A;
  line-height: 1.3;
  margin-bottom: 10px;
}
.cs-card .cs-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}
.cs-card .cs-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.76rem;
  color: rgba(13, 27, 42, 0.5);
}
.cs-card .cs-meta span i {
  color: #00AEEF;
  font-size: 0.68rem;
}
.cs-card p {
  font-size: 1rem;
  color: rgba(13, 27, 42, 0.6);
  line-height: 1.78;
  flex: 1;
  margin-bottom: 22px;
}
.cs-card .cs-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #00AEEF;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 174, 239, 0.28);
  padding-bottom: 2px;
  align-self: flex-start;
  transition: all 0.22s;
}
.cs-card .cs-link:hover {
  gap: 11px;
  border-color: #00AEEF;
}

.cs-cta-section {
  background: #080d18;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.cs-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.cs-cta-section::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.08) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.cs-cta-section .cs-cta-glow-bl {
  position: absolute;
  bottom: -150px;
  left: -80px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.cs-cta-section .container-fluid {
  position: relative;
  z-index: 1;
}
.cs-cta-section .section-title {
  color: #ffffff;
}
.cs-cta-section .cs-cta-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
  max-width: 560px;
  margin: 14px auto 0;
}
.cs-cta-section .cs-cta-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.css-meta-bar {
  background: #ffffff;
  padding: 32px 0;
  border-bottom: 1px solid #D1D9E0;
}
.css-meta-bar .css-meta-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
  border-right: 1px solid #D1D9E0;
}
.css-meta-bar .css-meta-item:last-child {
  border-right: none;
}
.css-meta-bar .css-meta-item .cmi-icon {
  width: 42px;
  height: 42px;
  background: rgba(0, 174, 239, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.css-meta-bar .css-meta-item .cmi-icon i {
  color: #00AEEF;
  font-size: 0.88rem;
}
.css-meta-bar .css-meta-item .cmi-label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(13, 27, 42, 0.42);
  display: block;
  margin-bottom: 2px;
}
.css-meta-bar .css-meta-item .cmi-value {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #0D1B2A;
  line-height: 1.2;
}

.css-challenge-section {
  background: #ffffff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.css-challenge-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.05);
  pointer-events: none;
}
.css-challenge-section .container-fluid {
  position: relative;
  z-index: 1;
}
.css-challenge-section .css-project-img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 16px 56px rgba(0, 0, 0, 0.12);
  display: block;
}
.css-challenge-section .css-section-label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #00AEEF;
  display: block;
  margin-bottom: 10px;
}
.css-challenge-section .css-body-text {
  font-size: 1rem;
  color: rgba(13, 27, 42, 0.68);
  line-height: 1.85;
}

.css-solution-section {
  background: #0D1B2A;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.css-solution-section p {
  color: #fff;
}
.css-solution-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.css-solution-section::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.08) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.css-solution-section .css-sol-glow-bl {
  position: absolute;
  bottom: -150px;
  left: -80px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.css-solution-section .container-fluid {
  position: relative;
  z-index: 1;
}
.css-solution-section .css-section-label {
  color: rgba(255, 255, 255, 0.45);
}
.css-solution-section .section-title {
  color: #ffffff;
}
.css-solution-section .css-sol-body {
  font-size: 1.02rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.88;
}
.css-solution-section .css-sol-icon {
  width: 72px;
  height: 72px;
  background: rgba(0, 174, 239, 0.12);
  border: 1px solid rgba(0, 174, 239, 0.22);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
.css-solution-section .css-sol-icon i {
  color: #00AEEF;
  font-size: 1.6rem;
}

.css-results-section {
  background: #F4F6F8;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.css-results-section::before {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.05);
  pointer-events: none;
}
.css-results-section .container-fluid {
  position: relative;
  z-index: 1;
}
.css-results-section ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  margin-top: 36px;
}
.css-results-section ul li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-radius: 3px;
  padding: 18px 20px;
  font-size: 1rem;
  font-weight: 500;
  color: #0D1B2A;
  line-height: 1.4;
  transition: all 0.25s;
}
.css-results-section ul li:hover {
  border-color: rgba(0, 174, 239, 0.28);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.css-results-section ul li .css-res-icon {
  width: 28px;
  height: 28px;
  background: rgba(0, 174, 239, 0.1);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.css-results-section ul li .css-res-icon i {
  color: #00AEEF;
  font-size: 0.68rem;
}

@media (max-width: 991px) {
  .css-meta-bar .css-meta-item {
    border-right: none;
    border-bottom: 1px solid #D1D9E0;
  }
  .css-challenge-section .css-project-img {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .css-challenge-section .css-project-img {
    height: 260px;
  }
  .css-results-section ul {
    grid-template-columns: 1fr !important;
  }
  .cs-card {
    padding: 26px 22px;
  }
}
.about-intro-section {
  background: #ffffff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.about-intro-section::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -220px;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.about-intro-section .container-fluid {
  position: relative;
  z-index: 1;
}
.about-intro-section .about-intro-lead {
  font-size: 1rem;
  color: rgba(13, 27, 42, 0.68);
  line-height: 1.88;
  margin-bottom: 14px;
}
.about-intro-section .about-intro-lead:last-of-type {
  margin-bottom: 0;
}
.about-intro-section .about-goal-line {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #0D1B2A;
  margin-top: 4px;
}
.about-intro-section .about-img-wrap {
  position: relative;
}
.about-intro-section .about-img-wrap .about-intro-img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.12);
  display: block;
}
.about-intro-section .about-img-wrap .about-exp-badge {
  position: absolute;
  bottom: 28px;
  left: -24px;
  background: #00AEEF;
  color: #ffffff;
  padding: 20px 26px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0, 174, 239, 0.38);
}
.about-intro-section .about-img-wrap .about-exp-badge .aeb-num {
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.about-intro-section .about-img-wrap .about-exp-badge .aeb-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
  display: block;
  margin-top: 4px;
}

.about-story-section {
  background: #080d18;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.about-story-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.about-story-section::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.09) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.about-story-section .story-glow-bl {
  position: absolute;
  bottom: -160px;
  left: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.about-story-section .container-fluid {
  position: relative;
  z-index: 1;
}
.about-story-section .about-founder-img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  border: 2px solid rgba(0, 174, 239, 0.2);
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.45);
  display: block;
}
.about-story-section .about-story-para {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.88;
  margin-bottom: 14px;
}
.about-story-section .about-story-para:last-of-type {
  margin-bottom: 0;
}
.about-story-section .about-story-tagline {
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #00AEEF;
  letter-spacing: 0.03em;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.about-mv-section {
  background: #ffffff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.about-mv-section::before {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.about-mv-section .container-fluid {
  position: relative;
  z-index: 1;
}

.about-mv-card {
  border-radius: 8px;
  padding: 48px 40px;
  height: 100%;
  background: #F4F6F8;
  border: 1px solid #D1D9E0;
}
.about-mv-card .amv-icon {
  width: 64px;
  height: 64px;
  background: rgba(0, 174, 239, 0.1);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.about-mv-card .amv-icon i {
  color: #00AEEF;
  font-size: 1.5rem;
}
.about-mv-card .amv-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #00AEEF;
  display: block;
  margin-bottom: 8px;
}
.about-mv-card .amv-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0D1B2A;
  margin-bottom: 16px;
  line-height: 1.2;
}
.about-mv-card .amv-body {
  font-size: 1rem;
  color: rgba(13, 27, 42, 0.65);
  line-height: 1.85;
}
.about-mv-card.mv-vision {
  background: #0D1B2A;
  border-color: transparent;
}
.about-mv-card.mv-vision .amv-icon {
  background: rgba(0, 174, 239, 0.12);
  border: 1px solid rgba(0, 174, 239, 0.22);
}
.about-mv-card.mv-vision .amv-title {
  color: #ffffff;
}
.about-mv-card.mv-vision .amv-body {
  color: rgba(255, 255, 255, 0.6);
}

.about-values-section {
  background: #F4F6F8;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.about-values-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.05);
  pointer-events: none;
}
.about-values-section .container-fluid {
  position: relative;
  z-index: 1;
}

.about-value-card {
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-radius: 8px;
  padding: 36px 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.28s ease;
}
.about-value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #00AEEF, rgba(0, 174, 239, 0.5));
  transition: width 0.42s ease;
}
.about-value-card:hover {
  border-color: rgba(0, 174, 239, 0.22);
  box-shadow: 0 10px 42px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.about-value-card:hover::before {
  width: 100%;
}
.about-value-card:hover .avc-icon {
  background: rgba(0, 174, 239, 0.14);
}
.about-value-card .avc-icon {
  width: 54px;
  height: 54px;
  background: rgba(0, 174, 239, 0.08);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: background 0.25s;
}
.about-value-card .avc-icon i {
  color: #00AEEF;
  font-size: 1.15rem;
}
.about-value-card .avc-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0D1B2A;
  margin-bottom: 10px;
}
.about-value-card .avc-desc {
  font-size: 1rem;
  color: rgba(13, 27, 42, 0.6);
  line-height: 1.78;
  margin: 0;
}

.about-cta-section {
  background: #080d18;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.about-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.about-cta-section::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.08) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.about-cta-section .about-cta-glow-bl {
  position: absolute;
  bottom: -150px;
  left: -80px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.about-cta-section .container-fluid {
  position: relative;
  z-index: 1;
}
.about-cta-section .section-title {
  color: #ffffff;
}
.about-cta-section .about-cta-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
  max-width: 560px;
  margin: 14px auto 0;
}
.about-cta-section .about-cta-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

@media (max-width: 991px) {
  .about-intro-section .about-img-wrap .about-exp-badge {
    left: 12px;
    bottom: 12px;
  }
  .about-intro-section .about-img-wrap .about-intro-img {
    height: 380px;
  }
  .about-founder-img {
    height: 380px !important;
  }
  .about-mv-card {
    padding: 36px 28px;
  }
}
@media (max-width: 767px) {
  .about-intro-section .about-img-wrap .about-intro-img {
    height: 300px;
  }
  .about-intro-section .about-img-wrap .about-exp-badge {
    left: 12px;
    bottom: 12px;
  }
  .about-value-card {
    padding: 28px 24px;
  }
  .about-cta-btns {
    flex-direction: column;
    align-items: center;
  }
}
.leadership-intro-section {
  background: #ffffff;
  padding: 96px 0 80px;
  position: relative;
}
.leadership-intro-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 50%, rgba(0, 174, 239, 0.05) 0%, transparent 60%);
  pointer-events: none;
}
.leadership-intro-section .container {
  position: relative;
  z-index: 1;
}
.leadership-intro-section .li-lead {
  font-size: 1.15rem;
  color: #0D1B2A;
  line-height: 1.8;
  margin-bottom: 16px;
}
.leadership-intro-section .li-commitment {
  font-size: 1.15rem;
  color: #0D1B2A;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.01em;
  padding-left: 20px;
  border-left: 4px solid #00AEEF;
  margin-top: 24px;
  line-height: 1.5;
}

.leadership-founder-section {
  background: #080d18;
  padding: 96px 0 80px;
  position: relative;
  overflow: hidden;
}
.leadership-founder-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cpath d='M64 0H0v64' fill='none' stroke='rgba(255,255,255,.03)' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 64px 64px;
  pointer-events: none;
}
.leadership-founder-section::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.leadership-founder-section .container {
  position: relative;
  z-index: 1;
}
.leadership-founder-section .lf-glow-bl {
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(192, 32, 44, 0.07) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.founder-img-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.founder-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 13, 24, 0.6) 0%, transparent 50%);
}
.founder-img-wrap .founder-img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 12px;
  display: block;
}
.founder-img-wrap .founder-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  background: rgba(8, 13, 24, 0.75);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 16px 22px;
}
.founder-img-wrap .founder-badge .fb-name {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
.founder-img-wrap .founder-badge .fb-title {
  font-size: 0.78rem;
  color: #00AEEF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 4px;
}

.founder-body {
  padding-left: 20px;
}
.founder-body .founder-quote {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 28px 28px 28px 32px;
  margin-bottom: 28px;
  position: relative;
}
.founder-body .founder-quote::before {
  content: "“";
  position: absolute;
  top: 12px;
  left: 18px;
  font-size: 3.5rem;
  color: rgba(0, 174, 239, 0.3);
  font-family: Georgia, serif;
  line-height: 1;
}
.founder-body .founder-quote p {
  font-size: 1 rem;
  color: rgba(255, 255, 255, 0.75);
  font-style: italic;
  line-height: 1.9;
  margin-bottom: 0;
  padding-left: 16px;
}
.founder-body .founder-bio p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
  margin-bottom: 12px;
}
.founder-body .founder-philosophy {
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
  padding-left: 20px;
  border-left: 4px solid #00AEEF;
  margin-top: 20px;
  line-height: 1.5;
}

.leadership-team-section {
  background: #F4F6F8;
  padding: 96px 0 80px;
  position: relative;
}
.leadership-team-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.04) 0%, transparent 70%);
  pointer-events: none;
}
.leadership-team-section .container {
  position: relative;
  z-index: 1;
}
.leadership-team-section .lt-lead {
  font-size: 1.05rem;
  color: rgba(13, 27, 42, 0.75);
  line-height: 1.8;
  margin-bottom: 12px;
}
.leadership-team-section .lt-objective {
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0D1B2A;
  padding-left: 18px;
  border-left: 4px solid #00AEEF;
  margin-top: 16px;
  line-height: 1.5;
}

.lt-dept-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 36px 28px;
  height: 100%;
  border: 1px solid #D1D9E0;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}
.lt-dept-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #00AEEF, rgba(0, 174, 239, 0));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.lt-dept-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(13, 27, 42, 0.1);
  border-color: rgba(0, 174, 239, 0.3);
}
.lt-dept-card:hover::before {
  transform: scaleX(1);
}
.lt-dept-card:hover .ltd-icon {
  background: #00AEEF;
  color: #ffffff;
}
.lt-dept-card .ltd-icon {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: rgba(0, 174, 239, 0.08);
  color: #00AEEF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 18px;
  transition: background 0.3s, color 0.3s;
}
.lt-dept-card .ltd-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0D1B2A;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.lt-dept-card .ltd-text {
  font-size: 0.92rem;
  color: rgba(13, 27, 42, 0.7);
  line-height: 1.75;
  margin-bottom: 0;
}

.leadership-culture-section {
  background: #ffffff;
  padding: 96px 0 80px;
  position: relative;
}
.leadership-culture-section .container {
  position: relative;
  z-index: 1;
}
.leadership-culture-section .lc-lead {
  font-size: 1.05rem;
  color: rgba(13, 27, 42, 0.75);
  line-height: 1.8;
  margin-bottom: 12px;
}

.lc-card {
  background: #F4F6F8;
  border-radius: 12px;
  padding: 32px 24px;
  height: 100%;
  border: 1px solid #D1D9E0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}
.lc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(13, 27, 42, 0.08);
}
.lc-card:hover .lcc-icon {
  background: #00AEEF;
  color: #ffffff;
}
.lc-card .lcc-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0, 174, 239, 0.08);
  color: #00AEEF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin: 0 auto 16px;
  transition: background 0.3s, color 0.3s;
}
.lc-card .lcc-title {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0D1B2A;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.lc-card .lcc-desc {
  font-size: 0.9rem;
  color: rgba(13, 27, 42, 0.7);
  line-height: 1.7;
  margin-bottom: 0;
}

.leadership-oneteam-section {
  background: #080d18;
  padding: 96px 0 80px;
  position: relative;
  overflow: hidden;
}
.leadership-oneteam-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cpath d='M64 0H0v64' fill='none' stroke='rgba(255,255,255,.03)' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 64px 64px;
  pointer-events: none;
}
.leadership-oneteam-section::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.07) 0%, transparent 70%);
  pointer-events: none;
}
.leadership-oneteam-section .lot-glow-bl {
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(192, 32, 44, 0.07) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.leadership-oneteam-section .container {
  position: relative;
  z-index: 1;
}
.leadership-oneteam-section .lot-eyebrow {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.06);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}
.leadership-oneteam-section .lot-para {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.85;
  margin-bottom: 14px;
}
.leadership-oneteam-section .lot-tagline {
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  padding-left: 20px;
  border-left: 4px solid #00AEEF;
  margin-top: 24px;
  line-height: 1.5;
}

.leadership-careers-section {
  background: #0D1B2A;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.leadership-careers-section::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.1) 0%, transparent 70%);
  pointer-events: none;
}
.leadership-careers-section .container {
  position: relative;
  z-index: 1;
}
.leadership-careers-section .lcareer-glow-bl {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(192, 32, 44, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.leadership-careers-section .lcareer-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  max-width: 640px;
  margin: 14px auto 0;
}
.leadership-careers-section .lcareer-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.leadership-people-section {
  background: #EEF2F7;
  padding: 80px 0;
  position: relative;
}
.leadership-people-section::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.04) 0%, transparent 70%);
  pointer-events: none;
}
.leadership-people-section .container {
  position: relative;
  z-index: 1;
}
.leadership-people-section .lp-para {
  font-size: 1.05rem;
  color: rgba(13, 27, 42, 0.75);
  line-height: 1.85;
  margin-bottom: 16px;
}
.leadership-people-section .lp-para:last-child {
  margin-bottom: 0;
}
.leadership-people-section .lp-closing {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0D1B2A;
  letter-spacing: 0.02em;
}

@media (max-width: 991px) {
  .founder-body {
    padding-left: 0;
    margin-top: 40px;
  }
  .founder-img-wrap .founder-img {
    height: 400px;
  }
  .leadership-intro-section,
  .leadership-founder-section,
  .leadership-team-section,
  .leadership-culture-section,
  .leadership-oneteam-section,
  .leadership-careers-section,
  .leadership-people-section {
    padding: 72px 0 60px;
  }
}
@media (max-width: 767px) {
  .founder-img-wrap .founder-img {
    height: 300px;
  }
  .founder-body .founder-quote {
    padding: 22px 20px 22px 24px;
  }
  .lt-dept-card {
    padding: 28px 22px;
  }
  .lc-card {
    padding: 28px 20px;
  }
  .lcareer-btns {
    flex-direction: column;
    align-items: center;
  }
}
.services-intro-section {
  background: #ffffff;
  padding: 96px 0 80px;
  position: relative;
}
.services-intro-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 50%, rgba(0, 174, 239, 0.04) 0%, transparent 60%);
  pointer-events: none;
}
.services-intro-section .container {
  position: relative;
  z-index: 1;
}
.services-intro-section .svc-intro-lead {
  font-size: 1.05rem;
  color: rgba(13, 27, 42, 0.75);
  line-height: 1.8;
  margin-bottom: 14px;
}
.services-intro-section .svc-intro-lead:last-child {
  margin-bottom: 0;
}

.services-grid-section {
  background: #F4F6F8;
  padding: 96px 0 80px;
  position: relative;
}
.services-grid-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.03) 0%, transparent 70%);
  pointer-events: none;
}
.services-grid-section .container {
  position: relative;
  z-index: 1;
}

.svc-list-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #D1D9E0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
}
.svc-list-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #00AEEF, rgba(0, 174, 239, 0));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: 2;
}
.svc-list-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(13, 27, 42, 0.1);
  border-color: rgba(0, 174, 239, 0.25);
}
.svc-list-card:hover::before {
  transform: scaleX(1);
}
.svc-list-card:hover .slc-icon {
  background: #00AEEF;
  color: #ffffff;
}
.svc-list-card .slc-head {
  background: #0D1B2A;
  padding: 28px 28px 24px;
  position: relative;
  overflow: hidden;
}
.svc-list-card .slc-head::after {
  content: attr(data-num);
  position: absolute;
  top: -12px;
  right: 16px;
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.05);
  line-height: 1;
  pointer-events: none;
}
.svc-list-card .slc-head .slc-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(0, 174, 239, 0.12);
  color: #00AEEF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 16px;
  transition: background 0.3s, color 0.3s;
}
.svc-list-card .slc-head .slc-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 4px;
  line-height: 1.25;
}
.svc-list-card .slc-head .slc-subtitle {
  font-size: 0.8rem;
  color: #00AEEF;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.svc-list-card .slc-body {
  padding: 24px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.svc-list-card .slc-body h4, .svc-list-card .slc-body h3, .svc-list-card .slc-body h2 {
  color: #00AEEF;
}
.svc-list-card .slc-body ul li {
  padding-left: 20px;
  position: relative;
  list-style: none;
  margin-bottom: 10px;
}
.svc-list-card .slc-body ul li:before {
  color: #00AEEF;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
}
.svc-list-card .slc-desc {
  font-size: 1rem;
  color: rgba(13, 27, 42, 0.7);
  line-height: 1.75;
  margin-bottom: 16px;
}
.svc-list-card .slc-section-label {
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #00AEEF;
  margin-bottom: 10px;
}
.svc-list-card .slc-items {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 12px;
}
.svc-list-card .slc-items li {
  font-size: 1rem;
  color: rgba(13, 27, 42, 0.75);
  display: flex;
  align-items: flex-start;
  gap: 7px;
  line-height: 1.4;
}
.svc-list-card .slc-items li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00AEEF;
  flex-shrink: 0;
  margin-top: 5px;
}
.svc-list-card .slc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #00AEEF;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: auto;
  transition: gap 0.25s;
}
.svc-list-card .slc-link:hover {
  gap: 12px;
  color: rgb(0, 144.2962343096, 198.2);
}

@media (max-width: 991px) {
  .services-intro-section,
  .services-grid-section,
  .services-listing-cta {
    padding: 72px 0 60px;
  }
  .svc-list-card .slc-items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .svc-list-card .slc-head {
    padding: 24px 22px 20px;
  }
  .svc-list-card .slc-body {
    padding: 20px 22px;
  }
  .slcta-btns {
    flex-direction: column;
    align-items: center;
  }
}
.industries-intro-section {
  background: #ffffff;
  padding: 96px 0 80px;
  position: relative;
}
.industries-intro-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 50%, rgba(0, 174, 239, 0.04) 0%, transparent 60%);
  pointer-events: none;
}
.industries-intro-section .container {
  position: relative;
  z-index: 1;
}
.industries-intro-section .ind-intro-lead {
  font-size: 1.05rem;
  color: rgba(13, 27, 42, 0.75);
  line-height: 1.8;
  margin-bottom: 14px;
}

.industries-grid-section {
  background: #F4F6F8;
  padding: 96px 0 80px;
  position: relative;
}
.industries-grid-section::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.03) 0%, transparent 70%);
  pointer-events: none;
}
.industries-grid-section .container,
.industries-grid-section .container-fluid {
  position: relative;
  z-index: 1;
}
.industries-grid-section .ind-feature-row {
  margin-bottom: 24px;
}

.ind-feature-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-radius: 18px;
  padding: 44px 40px 40px;
  height: 100%;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.ind-feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #00AEEF, rgba(0, 174, 239, 0));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 2;
}
.ind-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(13, 27, 42, 0.12);
  border-color: rgba(0, 174, 239, 0.28);
}
.ind-feature-card:hover::before {
  transform: scaleX(1);
}
.ind-feature-card:hover .ind-feature-icon {
  background: #0D1B2A;
  color: #00AEEF;
}
.ind-feature-card .ind-feature-num {
  position: absolute;
  top: -18px;
  right: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
  font-weight: 700;
  color: rgba(13, 27, 42, 0.04);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}
.ind-feature-card .ind-feature-tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00AEEF;
  background: rgba(0, 174, 239, 0.1);
  border: 1px solid rgba(0, 174, 239, 0.28);
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 24px;
}
.ind-feature-card .ind-feature-tag i {
  font-size: 0.62rem;
}
.ind-feature-card .ind-feature-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}
.ind-feature-card .ind-feature-icon {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  border-radius: 16px;
  background: #F4F6F8;
  color: #00AEEF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.ind-feature-card .ind-feature-title {
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0D1B2A;
  line-height: 1.3;
  margin: 0;
}
.ind-feature-card .ind-feature-desc {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  color: rgba(13, 27, 42, 0.72);
  line-height: 1.85;
  margin-bottom: 24px;
}
.ind-feature-card .ind-feature-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0D1B2A;
  background: #F4F6F8;
  border-radius: 3px;
  padding: 12px 22px;
  transition: all 0.28s ease;
}
.ind-feature-card .ind-feature-link:hover {
  background: #00AEEF;
  color: #ffffff;
  gap: 12px;
}

.ind-list-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #D1D9E0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
}
.ind-list-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #00AEEF, rgba(0, 174, 239, 0));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: 2;
}
.ind-list-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(13, 27, 42, 0.1);
  border-color: rgba(0, 174, 239, 0.25);
}
.ind-list-card:hover::before {
  transform: scaleX(1);
}
.ind-list-card:hover .ind-single-icon {
  background: #00AEEF;
  color: #ffffff;
}
.ind-list-card .ind-single-head {
  background: #0D1B2A;
  padding: 26px 26px 22px;
  position: relative;
  overflow: hidden;
}
.ind-list-card .ind-single-head::after {
  content: attr(data-num);
  position: absolute;
  top: -10px;
  right: 14px;
  font-family: "Oswald", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.05);
  line-height: 1;
  pointer-events: none;
}
.ind-list-card .ind-single-head .ind-single-icon {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(0, 174, 239, 0.12);
  color: #00AEEF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  margin-bottom: 14px;
  transition: background 0.3s, color 0.3s;
}
.ind-list-card .ind-single-head .ind-single-title {
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
  line-height: 1.3;
  margin: 0;
}
.ind-list-card .ind-single-body {
  padding: 22px 26px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ind-list-card .ind-single-desc {
  font-size: 0.92rem;
  color: rgba(13, 27, 42, 0.68);
  line-height: 1.65;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
}
.ind-list-card .ind-read-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #00AEEF;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-top: auto;
  transition: gap 0.25s;
}
.ind-list-card .ind-read-more:hover {
  gap: 11px;
  color: rgb(0, 144.2962343096, 198.2);
}

.industries-cta-section {
  background: #080d18;
  padding: 96px 0 80px;
  position: relative;
  overflow: hidden;
}
.industries-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cpath d='M64 0H0v64' fill='none' stroke='rgba(255,255,255,.03)' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 64px 64px;
  pointer-events: none;
}
.industries-cta-section::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.industries-cta-section .ind-cta-glow-bl {
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(192, 32, 44, 0.07) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.industries-cta-section .container {
  position: relative;
  z-index: 1;
}
.industries-cta-section .ind-cta-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
  max-width: 560px;
  margin: 14px auto 0;
}
.industries-cta-section .ind-cta-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

@media (max-width: 991px) {
  .industries-intro-section,
  .industries-grid-section,
  .industries-cta-section {
    padding: 72px 0 60px;
  }
  .ind-feature-card {
    padding: 36px 30px;
  }
}
@media (max-width: 767px) {
  .ind-cta-btns {
    flex-direction: column;
    align-items: center;
  }
  .ind-feature-card {
    padding: 30px 24px;
  }
  .ind-feature-row {
    margin-bottom: 16px;
  }
  .ind-feature-top {
    gap: 14px;
  }
  .ind-feature-icon {
    width: 56px;
    height: 56px;
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .page-hero {
    padding: 80px 0 60px;
  }
  .bid-glass-card,
  .svc-form-card {
    padding: 30px 24px;
  }
  .svc-type-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .social-links-row {
    gap: 12px;
  }
  .social-link-card {
    padding: 16px 24px;
  }
  .faq-area-list {
    grid-template-columns: 1fr;
  }
  .contact-cta-btns {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .why-checklist {
    grid-template-columns: 1fr;
  }
  .innovation-grid {
    grid-template-columns: 1fr 1fr;
  }
  .why-img-wrap .why-main-img {
    height: 380px;
  }
  .why-img-wrap .why-badge-box {
    bottom: 10px;
    right: 10px;
  }
  .se-panel {
    padding: 50px 36px;
  }
  .inno-img-wrap img {
    height: 340px;
  }
  .hero-slide,
  .hero-slide .row {
    min-height: 80vh;
  }
  #mainNav .navbar-nav .nav-link {
    padding: 12px;
  }
  #mainNav .navbar-nav .nav-link::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-slide,
  .hero-slide .row {
    min-height: 100vh;
    flex-direction: column-reverse;
  }
  .hero-content {
    padding: 10px 8px 10px;
  }
  .qa-item {
    padding: 20px 18px;
    border-right: none;
    border-bottom: 1px solid #D1D9E0;
  }
  .se-panel {
    padding: 50px 28px;
    min-height: auto;
  }
  .innovation-grid {
    grid-template-columns: 1fr;
  }
  .inno-img-wrap img {
    height: 280px;
  }
  .cta-btns {
    gap: 10px;
  }
  .why-img-wrap .why-badge-box {
    position: relative;
    bottom: auto;
    right: auto;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
  }
  .hero-slide {
    min-height: 100vh;
    height: unset;
  }
  #mainNav .nav-cta-btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .btn-hero-solid,
  .btn-hero-ghost,
  .btn-hero-red {
    padding: 12px 22px;
    font-size: 0.8rem;
  }
}
.commercial-plumbing-page .cp-lead {
  font-size: 1rem;
  color: #000;
  line-height: 1.85;
  margin-bottom: 14px;
}
.commercial-plumbing-page .cp-lead:last-child {
  margin-bottom: 0;
}
.commercial-plumbing-page .cp-section-close {
  font-style: italic;
  color: #0D1B2A;
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  border-left: 3px solid #00AEEF;
  padding-left: 16px;
  text-align: left;
}
.commercial-plumbing-page .cp-btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.commercial-plumbing-page .cp-intro-section {
  background: #ffffff;
  padding: 90px 0;
}
.commercial-plumbing-page .cp-built-section {
  background: #F4F6F8;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.commercial-plumbing-page .cp-built-section::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -140px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.1);
  pointer-events: none;
}
.commercial-plumbing-page .cp-built-section .container-fluid {
  position: relative;
  z-index: 1;
}
.commercial-plumbing-page .cp-services-section {
  background: #ffffff;
  padding: 90px 0;
}
.commercial-plumbing-page .cp-service-list {
  max-width: 920px;
  margin: 0 auto;
}
.commercial-plumbing-page .cp-service-item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid #D1D9E0;
}
.commercial-plumbing-page .cp-service-item.cp-service-item-last, .commercial-plumbing-page .cp-service-item:last-child {
  border-bottom: none;
}
.commercial-plumbing-page .cp-service-item .cp-service-icon {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  background: #F4F6F8;
  border: 1px solid rgba(0, 174, 239, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #00AEEF;
}
.commercial-plumbing-page .cp-service-item .cp-service-body h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0D1B2A;
  margin-bottom: 6px;
}
.commercial-plumbing-page .cp-service-item .cp-service-body p {
  font-size: 1rem;
  color: #000;
  line-height: 1.75;
  margin: 0;
}
.commercial-plumbing-page .cp-industries-section {
  background: #F4F6F8;
  padding: 90px 0;
}
.commercial-plumbing-page .cp-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.commercial-plumbing-page .cp-check-grid li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.96rem;
  font-weight: 500;
  color: #0D1B2A;
  text-align: left;
}
.commercial-plumbing-page .cp-check-grid li i {
  color: #00AEEF;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.commercial-plumbing-page .cp-why-section {
  background: #ffffff;
  padding: 90px 0;
}
.commercial-plumbing-page .cp-approach-section {
  background: #F4F6F8;
  padding: 90px 0;
}
.commercial-plumbing-page .cp-approach-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.commercial-plumbing-page .cp-approach-step {
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-top: 3px solid #00AEEF;
  border-radius: 8px;
  padding: 28px 22px;
  text-align: center;
  height: 100%;
  transition: all 0.28s ease;
}
.commercial-plumbing-page .cp-approach-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(13, 27, 42, 0.1);
}
.commercial-plumbing-page .cp-approach-step .cp-step-num {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgba(0, 174, 239, 0.3);
  line-height: 1;
  margin-bottom: 12px;
}
.commercial-plumbing-page .cp-approach-step h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #0D1B2A;
  margin-bottom: 8px;
}
.commercial-plumbing-page .cp-approach-step p {
  font-size: 0.88rem;
  color: #000;
  line-height: 1.6;
  margin: 0;
}
.commercial-plumbing-page .cp-more-section {
  background: #ffffff;
  padding: 90px 0;
}
.commercial-plumbing-page .cp-bullet-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 500;
  color: #0D1B2A;
  padding: 10px 0;
  border-bottom: 1px solid #D1D9E0;
}
.commercial-plumbing-page .cp-bullet-list li:last-child {
  border-bottom: none;
}
.commercial-plumbing-page .cp-bullet-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #00AEEF;
  font-size: 0.78rem;
  flex-shrink: 0;
}
.commercial-plumbing-page .cp-projects-section {
  background: #F4F6F8;
  padding: 90px 0;
}
.commercial-plumbing-page .cp-faq-section {
  background: #ffffff;
  padding: 90px 0;
}
.commercial-plumbing-page .cp-cta-section {
  background: #080d18;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.commercial-plumbing-page .cp-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.commercial-plumbing-page .cp-cta-section::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.08) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.commercial-plumbing-page .cp-cta-section .cp-cta-glow-bl {
  position: absolute;
  bottom: -160px;
  left: -80px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.commercial-plumbing-page .cp-cta-section .container-fluid {
  position: relative;
  z-index: 1;
}
.commercial-plumbing-page .cp-cta-section .section-title {
  color: #ffffff;
}
.commercial-plumbing-page .cp-cta-section .cp-cta-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  max-width: 640px;
  margin: 0 auto 10px;
}
.commercial-plumbing-page .cp-cta-section .cp-cta-desc:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .commercial-plumbing-page .cp-approach-steps {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .commercial-plumbing-page .cp-check-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .commercial-plumbing-page .cp-approach-steps {
    grid-template-columns: 1fr 1fr;
  }
  .commercial-plumbing-page .cp-service-item {
    flex-direction: column;
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .commercial-plumbing-page .cp-approach-steps {
    grid-template-columns: 1fr;
  }
  .commercial-plumbing-page .cp-btn-group {
    flex-direction: column;
    align-items: center;
  }
}

.services-wrappe br {
  display: none;
}

.contact-bid-section .wpcf7-response-output {
  color: #fff;
}

.multifamily-page .mf-lead {
  font-size: 1rem;
  color: #000;
  line-height: 1.85;
  margin-bottom: 14px;
}
.multifamily-page .mf-lead:last-child {
  margin-bottom: 0;
}
.multifamily-page .mf-section-close {
  font-style: italic;
  color: #0D1B2A;
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  border-left: 3px solid #00AEEF;
  padding-left: 16px;
  text-align: left;
}
.multifamily-page .mf-btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.multifamily-page .mf-intro-section {
  background: #ffffff;
  padding: 90px 0;
}
.multifamily-page .mf-built-section {
  background: #F4F6F8;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.multifamily-page .mf-built-section::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -140px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.1);
  pointer-events: none;
}
.multifamily-page .mf-built-section .container-fluid {
  position: relative;
  z-index: 1;
}
.multifamily-page .mf-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.multifamily-page .mf-check-grid li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.96rem;
  font-weight: 500;
  color: #0D1B2A;
  text-align: left;
}
.multifamily-page .mf-check-grid li i {
  color: #00AEEF;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.multifamily-page .mf-experience-section {
  background: #ffffff;
  padding: 90px 0;
}
.multifamily-page .mf-experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.multifamily-page .mf-experience-card {
  background: #F4F6F8;
  border: 1px solid #D1D9E0;
  border-radius: 8px;
  padding: 30px 26px;
  height: 100%;
  transition: all 0.3s ease;
}
.multifamily-page .mf-experience-card:hover {
  transform: translateY(-4px);
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(13, 27, 42, 0.1);
}
.multifamily-page .mf-experience-card:hover .mf-exp-icon {
  background: #0D1B2A;
  color: #00AEEF;
  border-color: #0D1B2A;
}
.multifamily-page .mf-experience-card .mf-exp-icon {
  width: 54px;
  height: 54px;
  background: #ffffff;
  border: 1px solid rgba(0, 174, 239, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #00AEEF;
  margin-bottom: 18px;
  transition: all 0.35s ease;
}
.multifamily-page .mf-experience-card h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #0D1B2A;
  margin-bottom: 8px;
}
.multifamily-page .mf-experience-card p {
  font-size: 0.92rem;
  color: #000;
  line-height: 1.65;
  margin: 0;
}
.multifamily-page .mf-stats-section {
  background: #f7f7f7;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.multifamily-page .mf-stats-section::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.1);
  pointer-events: none;
}
.multifamily-page .mf-stats-section::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.04) 0%, transparent 70%);
  pointer-events: none;
}
.multifamily-page .mf-stats-section .container-fluid {
  position: relative;
  z-index: 1;
}
.multifamily-page .mf-stats-box {
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-radius: 8px;
  overflow: hidden;
}
.multifamily-page .mf-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 20px;
  background: #ffffff;
  transition: background 0.3s;
  min-height: 250px;
}
.multifamily-page .mf-stat-card:hover {
  background: rgba(0, 174, 239, 0.06);
}
.multifamily-page .mf-stat-card:hover .mf-stat-icon-wrap {
  background: #0D1B2A;
  color: #00AEEF;
  border-color: #0D1B2A;
}
.multifamily-page .mf-stat-card .mf-stat-icon-wrap {
  width: 56px;
  height: 56px;
  background: #F4F6F8;
  border: 2px solid rgba(0, 174, 239, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #00AEEF;
  margin-bottom: 16px;
  transition: all 0.35s ease;
}
.multifamily-page .mf-stat-card .mf-stat-label {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #0D1B2A;
  line-height: 1;
  margin-bottom: 8px;
}
.multifamily-page .mf-stat-card .mf-stat-num {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: #0D1B2A;
  line-height: 1.3;
  margin-bottom: 8px;
}
.multifamily-page .mf-stat-card .mf-stat-desc {
  font-size: 0.82rem;
  font-weight: 500;
  color: #000;
  line-height: 1.55;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.multifamily-page .mf-systems-section {
  background: #F4F6F8;
  padding: 90px 0;
}
.multifamily-page .mf-system-category {
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-top: 3px solid #00AEEF;
  border-radius: 8px;
  padding: 28px 26px;
  height: 100%;
}
.multifamily-page .mf-system-category .mf-system-icon {
  width: 50px;
  height: 50px;
  background: #F4F6F8;
  border: 1px solid rgba(0, 174, 239, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #00AEEF;
  margin-bottom: 16px;
}
.multifamily-page .mf-system-category h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #0D1B2A;
  margin-bottom: 14px;
}
.multifamily-page .mf-system-category ul li {
  position: relative;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.7;
  padding-left: 16px;
}
.multifamily-page .mf-system-category ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00AEEF;
}
.multifamily-page .mf-precon-section {
  background: #ffffff;
  padding: 90px 0;
}
.multifamily-page .mf-challenges-section {
  background: #F4F6F8;
  padding: 90px 0;
}
.multifamily-page .mf-challenge-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.multifamily-page .mf-challenge-grid li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.96rem;
  font-weight: 500;
  color: #0D1B2A;
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-radius: 3px;
  padding: 12px 16px;
  text-align: left;
}
.multifamily-page .mf-challenge-grid li i {
  color: #00AEEF;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.multifamily-page .mf-projects-section {
  background: #ffffff;
  padding: 90px 0;
}
.multifamily-page .mf-project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
.multifamily-page .mf-project-card {
  background: #F4F6F8;
  border: 1px solid #D1D9E0;
  border-left: 3px solid #00AEEF;
  border-radius: 8px;
  padding: 30px 28px;
  height: 100%;
  transition: all 0.3s ease;
}
.multifamily-page .mf-project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(13, 27, 42, 0.1);
}
.multifamily-page .mf-project-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0D1B2A;
  margin-bottom: 10px;
}
.multifamily-page .mf-project-card .mf-project-meta {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00AEEF;
  background: rgba(0, 174, 239, 0.1);
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 14px;
}
.multifamily-page .mf-project-card p {
  font-size: 0.92rem;
  color: #000;
  line-height: 1.7;
  margin: 0;
}
.multifamily-page .mf-approach-section {
  background: #F4F6F8;
  padding: 90px 0;
}
.multifamily-page .mf-approach-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.multifamily-page .mf-approach-step {
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-top: 3px solid #00AEEF;
  border-radius: 8px;
  padding: 26px 20px;
  text-align: center;
  height: 100%;
  transition: all 0.28s ease;
}
.multifamily-page .mf-approach-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(13, 27, 42, 0.1);
}
.multifamily-page .mf-approach-step .mf-step-num {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: rgba(0, 174, 239, 0.3);
  line-height: 1;
  margin-bottom: 10px;
}
.multifamily-page .mf-approach-step h5 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0D1B2A;
  margin-bottom: 8px;
}
.multifamily-page .mf-approach-step p {
  font-size: 0.84rem;
  color: #000;
  line-height: 1.6;
  margin: 0;
}
.multifamily-page .mf-why-section {
  background: #ffffff;
  padding: 90px 0;
}
.multifamily-page .mf-bullet-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 500;
  color: #0D1B2A;
  padding: 10px 0;
  border-bottom: 1px solid #D1D9E0;
}
.multifamily-page .mf-bullet-list li:last-child {
  border-bottom: none;
}
.multifamily-page .mf-bullet-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #00AEEF;
  font-size: 0.78rem;
  flex-shrink: 0;
}
.multifamily-page .mf-after-section {
  background: #F4F6F8;
  padding: 90px 0;
}
.multifamily-page .mf-faq-section {
  background: #ffffff;
  padding: 90px 0;
}
.multifamily-page .mf-cta-section {
  background: #080d18;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.multifamily-page .mf-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.multifamily-page .mf-cta-section::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.08) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.multifamily-page .mf-cta-section .mf-cta-glow-bl {
  position: absolute;
  bottom: -160px;
  left: -80px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.multifamily-page .mf-cta-section .container-fluid {
  position: relative;
  z-index: 1;
}
.multifamily-page .mf-cta-section .section-title {
  color: #ffffff;
}
.multifamily-page .mf-cta-section .mf-cta-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  max-width: 640px;
  margin: 0 auto 10px;
}
.multifamily-page .mf-cta-section .mf-cta-desc:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .multifamily-page .mf-experience-grid {
    grid-template-columns: 1fr 1fr;
  }
  .multifamily-page .mf-approach-steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .multifamily-page .mf-check-grid,
  .multifamily-page .mf-challenge-grid,
  .multifamily-page .mf-project-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .multifamily-page .mf-experience-grid {
    grid-template-columns: 1fr;
  }
  .multifamily-page .mf-approach-steps {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .multifamily-page .mf-approach-steps {
    grid-template-columns: 1fr;
  }
  .multifamily-page .mf-btn-group {
    flex-direction: column;
    align-items: center;
  }
}

.common-space {
  padding: 90px 0;
}

.blogs-listing {
  background: #F4F6F8;
  position: relative;
  overflow: hidden;
}
.blogs-listing::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.08);
  pointer-events: none;
}
.blogs-listing::after {
  content: "";
  position: absolute;
  bottom: -160px;
  left: -140px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
}
.blogs-listing .container {
  position: relative;
  z-index: 1;
}

.blogs-card {
  height: 100%;
}

.blogs-wrap {
  font-size: 0.92rem;
  color: rgba(13, 27, 42, 0.6);
  line-height: 1.75;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-radius: 8px;
  padding: 18px 20px 26px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}
.blogs-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #00AEEF, rgba(0, 174, 239, 0.5));
  transition: width 0.42s ease;
}
.blogs-wrap:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 174, 239, 0.25);
  box-shadow: 0 20px 50px rgba(13, 27, 42, 0.12);
}
.blogs-wrap:hover::before {
  width: 100%;
}
.blogs-wrap:hover .blog-card-top a {
  box-shadow: 0 10px 26px rgba(13, 27, 42, 0.18);
}
.blogs-wrap:hover .blog-card-top img {
  transform: scale(1.07);
}
.blogs-wrap:hover .blog-title a {
  color: #00AEEF;
}

.blog-card-top {
  margin-bottom: 14px;
}
.blog-card-top a {
  display: block;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 12px;
  transition: box-shadow 0.35s ease;
}
.blog-card-top img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.blog-card-top {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00AEEF;
}

.blog-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #0D1B2A;
  line-height: 1.4;
  margin-bottom: 10px;
}
.blog-title a {
  transition: color 0.25s ease;
}
.blog-title a:hover {
  color: #00AEEF;
}

@media (max-width: 767px) {
  .blog-card-top img {
    height: 190px;
  }
  #mainNav .dropdown-item {
    white-space: break-spaces;
  }
}
.service-details-page {
  background: #ffffff;
  position: relative;
}

.main-hero-img {
  position: relative;
}
.main-hero-img img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(13, 27, 42, 0.12);
}
.main-hero-img p {
  margin: 16px 0 0;
  font-family: "Oswald", sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00AEEF;
}

.service-main-content h2, .service-main-content h3, .service-main-content h4, .service-main-content h5 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #0D1B2A;
  line-height: 1.3;
  margin: 36px 0 16px;
}
.service-main-content h2:first-child, .service-main-content h3:first-child, .service-main-content h4:first-child, .service-main-content h5:first-child {
  margin-top: 0;
}
.service-main-content h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
}
.service-main-content h3 {
  font-size: 1.3rem;
}
.service-main-content h4 {
  font-size: 1.1rem;
}
.service-main-content h5 {
  font-size: 1rem;
}
.service-main-content p {
  font-size: 1rem;
  color: #000;
  line-height: 1.85;
  margin-bottom: 20px;
}
.service-main-content p:last-child {
  margin-bottom: 0;
}
.service-main-content a {
  color: #00AEEF;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.25s ease;
}
.service-main-content a:hover {
  color: #0D1B2A;
}
.service-main-content strong, .service-main-content b {
  color: #0D1B2A;
  font-weight: 600;
}
.service-main-content ul, .service-main-content ol {
  margin: 0 0 20px 20px;
}
.service-main-content ul li, .service-main-content ol li {
  font-size: 1rem;
  color: #000;
  line-height: 1.8;
  margin-bottom: 8px;
  padding-left: 4px;
}
.service-main-content ul {
  list-style: disc;
}
.service-main-content ol {
  list-style: decimal;
}
.service-main-content blockquote {
  margin: 28px 0;
  padding: 24px 28px;
  background: #F4F6F8;
  border-left: 4px solid #00AEEF;
  border-radius: 3px;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #0D1B2A;
}
.service-main-content blockquote p:last-child {
  margin-bottom: 0;
}
.service-main-content img {
  border-radius: 8px;
  margin: 8px 0 24px;
}
.service-main-content hr {
  border: none;
  border-top: 1px solid #D1D9E0;
  margin: 32px 0;
}
.service-main-content figure {
  margin: 24px 0;
}
.service-main-content figure figcaption {
  font-size: 0.8rem;
  color: #000;
  text-align: center;
  margin-top: 8px;
}

.service-sidebar-menu {
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-top: 3px solid #00AEEF;
  border-radius: 8px;
  padding: 30px 28px;
  box-shadow: 0 4px 24px rgba(13, 27, 42, 0.05);
}
.service-sidebar-menu ul li {
  border-bottom: 1px solid #D1D9E0;
}
.service-sidebar-menu ul li:last-child {
  border-bottom: none;
}
.service-sidebar-menu ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 0;
  font-size: 0.94rem;
  font-weight: 500;
  color: #0D1B2A;
  line-height: 1.4;
  transition: color 0.25s ease, padding-left 0.25s ease;
}
.service-sidebar-menu ul li a::before {
  content: "→";
  color: #00AEEF;
  font-weight: 700;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.service-sidebar-menu ul li a:hover {
  color: #00AEEF;
  padding-left: 4px;
}

@media (max-width: 991px) {
  .main-hero-img img {
    height: 320px;
  }
  .service-sidebar-menu {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .main-hero-img img {
    height: 240px;
  }
}
.downloads-section {
  background: #F4F6F8;
  position: relative;
}

.downloads-table {
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(13, 27, 42, 0.05);
}

.dl-row {
  display: grid;
  grid-template-columns: 90px 1fr 180px;
  align-items: center;
  gap: 12px;
  padding: 18px 28px;
  border-bottom: 1px solid #D1D9E0;
  transition: background 0.25s ease;
}
.dl-row:last-child {
  border-bottom: none;
}
.dl-row:not(.dl-head):hover {
  background: rgba(0, 174, 239, 0.05);
}
.dl-row:not(.dl-head):hover .dl-btn {
  background: #00AEEF;
  color: #ffffff;
  border-color: #00AEEF;
}

.dl-head {
  background: #0D1B2A;
  border-bottom: none;
}
.dl-head .dl-col {
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.dl-head .dl-action {
  text-align: right;
}

.dl-col {
  font-size: 0.98rem;
  color: #0D1B2A;
}

.dl-sno {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #00AEEF;
  font-size: 0.95rem;
}

.dl-title {
  font-weight: 500;
  padding-right: 16px;
}

.dl-action {
  text-align: right;
}

.dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #00AEEF;
  background: transparent;
  border: 1px solid rgba(0, 174, 239, 0.35);
  border-radius: 100px;
  padding: 8px 18px;
  transition: all 0.25s ease;
}
.dl-btn i {
  font-size: 0.8rem;
}
.dl-btn:hover {
  background: #00AEEF;
  color: #ffffff;
  border-color: #00AEEF;
  box-shadow: 0 8px 20px rgba(0, 174, 239, 0.25);
}

.dl-empty {
  padding: 40px 28px;
  text-align: center;
  color: #000;
  font-size: 0.95rem;
}

@media (max-width: 1199px) {
  .menu-item-has-children:hover .dropdown-menu {
    display: block;
  }
  .navbar-collapse {
    overflow-y: scroll;
    max-height: 90vh;
  }
}
@media (max-width: 767px) {
  .dl-head {
    display: none;
  }
  .dl-row {
    grid-template-columns: 32px 1fr auto;
    padding: 16px 18px;
  }
  .dl-title {
    font-size: 0.92rem;
  }
  .dl-btn {
    padding: 7px 14px;
    font-size: 0.68rem;
  }
}
.whatsapp {
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  background: #25D366;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
  z-index: 999;
  transition: all 0.3s ease;
  animation: whatsapp-pulse 2.2s infinite;
}
.whatsapp i {
  line-height: 1;
}
.whatsapp:hover {
  color: #ffffff;
  background: rgb(32.4346774194, 184.9653225806, 89.414516129);
  transform: scale(1.08);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .whatsapp {
    left: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
  }
}

@keyframes whatsapp-pulse {
  0% {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28), 0 0 0 0 rgba(37, 211, 102, 0.45);
  }
  70% {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28), 0 0 0 14px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28), 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.abt-page-leadership {
  background: #ffffff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.abt-page-leadership::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -220px;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.abt-page-leadership .container-fluid {
  position: relative;
  z-index: 1;
}

.abt-page-lead-card {
  background: #F4F6F8;
  border: 1px solid #D1D9E0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(13, 27, 42, 0.08);
}

.abt-page-lead-media {
  position: relative;
  height: 100%;
  min-height: 460px;
}
.abt-page-lead-media .abt-page-lead-img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.abt-page-lead-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 70%, rgba(13, 27, 42, 0.1) 100%);
  pointer-events: none;
}

.abt-page-lead-body {
  padding: 52px 48px;
}
.abt-page-lead-body .abt-page-lead-name {
  font-family: "Oswald", sans-serif;
  font-size: 1.85rem;
  font-weight: 700;
  color: #0D1B2A;
  margin-bottom: 14px;
}
.abt-page-lead-body .abt-page-lead-roles {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}
.abt-page-lead-body .abt-page-lead-roles span {
  font-family: "Inter", sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00AEEF;
  background: rgba(0, 174, 239, 0.1);
  border: 1px solid rgba(0, 174, 239, 0.3);
  border-radius: 100px;
  padding: 6px 15px;
}
.abt-page-lead-body .abt-page-lead-bio {
  font-size: 1rem;
  color: rgba(13, 27, 42, 0.68);
  line-height: 1.88;
  margin-bottom: 14px;
}
.abt-page-lead-body .abt-page-lead-bio:last-of-type {
  margin-bottom: 0;
}
.abt-page-lead-body .abt-page-lead-focus {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid #D1D9E0;
}
.abt-page-lead-body .abt-page-lead-focus .abt-page-focus-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #0D1B2A;
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-radius: 100px;
  padding: 8px 16px 8px 14px;
  transition: all 0.3s ease;
}
.abt-page-lead-body .abt-page-lead-focus .abt-page-focus-chip i {
  color: #00AEEF;
  font-size: 0.7rem;
}
.abt-page-lead-body .abt-page-lead-focus .abt-page-focus-chip:hover {
  border-color: rgba(0, 174, 239, 0.35);
  background: rgba(0, 174, 239, 0.06);
  transform: translateY(-2px);
}

.abt-page-certs {
  background: #F4F6F8;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.abt-page-certs::before {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.abt-page-certs .container-fluid {
  position: relative;
  z-index: 1;
}
.abt-page-certs .abt-page-certs-lead {
  font-size: 1rem;
  color: rgba(13, 27, 42, 0.62);
  line-height: 1.85;
  max-width: 720px;
  margin: 14px auto 0;
}

.abt-page-cert-item {
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-radius: 8px;
  padding: 28px 20px;
  height: 100%;
  text-align: center;
  transition: all 0.28s ease;
}
.abt-page-cert-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(13, 27, 42, 0.1);
  border-color: rgba(0, 174, 239, 0.26);
}
.abt-page-cert-item:hover .apc-icon {
  background: rgba(0, 174, 239, 0.14);
}
.abt-page-cert-item .apc-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  background: rgba(0, 174, 239, 0.08);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
}
.abt-page-cert-item .apc-icon i {
  color: #00AEEF;
  font-size: 1.1rem;
}
.abt-page-cert-item span {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0D1B2A;
  line-height: 1.45;
}

.abt-page-safety {
  background: #080d18;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.abt-page-safety::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.abt-page-safety::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.09) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.abt-page-safety .abt-page-safety-glow {
  position: absolute;
  bottom: -160px;
  left: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.abt-page-safety .container-fluid {
  position: relative;
  z-index: 1;
}
.abt-page-safety .abt-page-safety-lead {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.88;
  margin-top: 16px;
}
.abt-page-safety .abt-page-safety-quote {
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  font-style: italic;
  color: #00AEEF;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.abt-page-safety-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.abt-page-safety-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  padding: 16px 18px;
  transition: all 0.28s ease;
}
.abt-page-safety-check.abt-page-safety-check--wide {
  grid-column: 1/-1;
}
.abt-page-safety-check i {
  color: #00AEEF;
  font-size: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.abt-page-safety-check span {
  font-size: 0.92rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}
.abt-page-safety-check:hover {
  border-color: rgba(0, 174, 239, 0.3);
  background: rgba(0, 174, 239, 0.06);
  transform: translateX(3px);
}

.abt-page-cta {
  background: #080d18;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.abt-page-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.abt-page-cta::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.08) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.abt-page-cta .abt-page-cta-glow {
  position: absolute;
  bottom: -150px;
  left: -80px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.abt-page-cta .container-fluid {
  position: relative;
  z-index: 1;
}
.abt-page-cta .abt-page-cta-tagline {
  font-family: "Oswald", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
  margin-top: 10px;
}
.abt-page-cta .abt-page-cta-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.woocommerce ul.order_details li {
  margin-right: 37px !important;
}

.common-page ul li {
  padding-left: 20px;
  position: relative;
  list-style: none;
  margin-bottom: 8px;
}
.common-page ul li:before {
  color: #00AEEF;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
}
.common-page p {
  margin-bottom: 10px;
}
.common-page h2 {
  color: #00AEEF;
}
.common-page h2, .common-page h3, .common-page h4 {
  margin-top: 15px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .abt-page-lead-media {
    min-height: 320px;
  }
  .abt-page-lead-media .abt-page-lead-img {
    min-height: 320px;
  }
  .abt-page-lead-body {
    padding: 40px 32px;
  }
}
@media (max-width: 767px) {
  .abt-page-lead-body {
    padding: 32px 24px;
  }
  .abt-page-safety-grid {
    grid-template-columns: 1fr;
  }
}
.sfty-daily-section,
.sfty-stopwork-section,
.sfty-supervision-section,
.sfty-cor-section,
.sfty-final-section {
  background: #080d18;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.sfty-daily-section::before,
.sfty-stopwork-section::before,
.sfty-supervision-section::before,
.sfty-cor-section::before,
.sfty-final-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 174, 239, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 174, 239, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 0;
}
.sfty-daily-section::after,
.sfty-stopwork-section::after,
.sfty-supervision-section::after,
.sfty-cor-section::after,
.sfty-final-section::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.09) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.sfty-daily-section .container-fluid,
.sfty-stopwork-section .container-fluid,
.sfty-supervision-section .container-fluid,
.sfty-cor-section .container-fluid,
.sfty-final-section .container-fluid {
  position: relative;
  z-index: 1;
}
.sfty-daily-section .section-badge,
.sfty-stopwork-section .section-badge,
.sfty-supervision-section .section-badge,
.sfty-cor-section .section-badge,
.sfty-final-section .section-badge {
  color: #00AEEF;
  background: rgba(0, 174, 239, 0.1);
  border-color: rgba(0, 174, 239, 0.28);
}
.sfty-daily-section .section-title,
.sfty-stopwork-section .section-title,
.sfty-supervision-section .section-title,
.sfty-cor-section .section-title,
.sfty-final-section .section-title {
  color: #ffffff;
}

.sfty-glow-bl {
  position: absolute;
  bottom: -160px;
  left: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.stopwork-glow {
  position: absolute;
  bottom: -160px;
  left: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(192, 32, 44, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.sfty-dark-text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.82;
  margin-bottom: 12px;
}
.sfty-dark-text:last-of-type {
  margin-bottom: 0;
}

.sfty-emphasis-light {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #00AEEF;
  line-height: 1.5;
}

.sfty-emphasis {
  font-family: "Oswald", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #0D1B2A;
}

.sfty-note {
  font-size: 0.92rem;
  font-style: italic;
  color: rgba(13, 27, 42, 0.55);
  line-height: 1.7;
  border-left: 3px solid #00AEEF;
  padding-left: 16px;
}

.sfty-intro-section {
  background: #ffffff;
  padding: 70px 0 60px;
  position: relative;
  overflow: hidden;
}
.sfty-intro-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.sfty-intro-section .container-fluid {
  position: relative;
  z-index: 1;
}

.sfty-intro-lead {
  font-size: 1.05rem;
  color: #000000;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 12px;
}
.sfty-intro-lead strong {
  color: #0D1B2A;
}

.sfty-goal-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  background: #0D1B2A;
  border-radius: 8px;
  padding: 26px 32px;
  margin-top: 18px;
}
.sfty-goal-banner i {
  font-size: 1.5rem;
  color: #00AEEF;
  flex-shrink: 0;
}
.sfty-goal-banner span {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.sfty-commitment-section {
  background: #F4F6F8;
  padding: 90px 0;
}

.sfty-mgmt-section {
  background: #ffffff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.sfty-mgmt-section::before {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.sfty-mgmt-section .container-fluid {
  position: relative;
  z-index: 1;
}

.sfty-ms-card {
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-top: 3px solid #00AEEF;
  border-radius: 8px;
  padding: 32px 28px;
  height: 100%;
  transition: all 0.3s ease;
}
.sfty-ms-card:hover {
  box-shadow: 0 16px 44px rgba(13, 27, 42, 0.1);
  transform: translateY(-4px);
}
.sfty-ms-card:hover .ms-icon {
  background: #0D1B2A;
  color: #00AEEF;
}
.sfty-ms-card .ms-icon {
  width: 52px;
  height: 52px;
  background: #F4F6F8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #00AEEF;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.sfty-ms-card h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #0D1B2A;
  margin-bottom: 12px;
  line-height: 1.35;
}
.sfty-ms-card p {
  font-size: 0.92rem;
  color: #000;
  line-height: 1.7;
  margin-bottom: 10px;
}
.sfty-ms-card p:last-child {
  margin-bottom: 0;
}

.sfty-field-section {
  background: #F4F6F8;
  padding: 90px 0;
}

.sfty-toolbox-section {
  background: #ffffff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.sfty-toolbox-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.sfty-toolbox-section .container-fluid {
  position: relative;
  z-index: 1;
}

.sfty-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sfty-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  font-weight: 500;
  color: #0D1B2A;
  background: #F4F6F8;
  border: 1px solid #D1D9E0;
  border-radius: 100px;
  padding: 9px 18px;
  transition: all 0.25s ease;
}
.sfty-chip::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #00AEEF;
  font-size: 0.7rem;
}
.sfty-chip:hover {
  border-color: rgba(0, 174, 239, 0.4);
  background: rgba(0, 174, 239, 0.06);
  color: #00AEEF;
}

.sfty-training-section {
  background: #F4F6F8;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.sfty-training-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.sfty-training-section .container-fluid {
  position: relative;
  z-index: 1;
}

.sfty-ppe-section {
  background: #ffffff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.sfty-ppe-section::before {
  content: "";
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.06);
  pointer-events: none;
}
.sfty-ppe-section .container-fluid {
  position: relative;
  z-index: 1;
}

.sfty-quote-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid #C0202C;
  border-radius: 8px;
  padding: 36px 32px;
}
.sfty-quote-box i {
  font-size: 1.6rem;
  color: rgba(192, 32, 44, 0.55);
  margin-bottom: 16px;
  display: block;
}
.sfty-quote-box p {
  font-family: "Oswald", sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.6;
  font-style: italic;
  margin: 0;
}

.sfty-subcontractor-section {
  background: #F4F6F8;
  padding: 90px 0;
}

.sfty-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sfty-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  color: #0D1B2A;
  line-height: 1.5;
  margin-bottom: 10px;
}
.sfty-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00AEEF;
  flex-shrink: 0;
  margin-top: 7px;
}

.sfty-list-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 24px;
}

.sfty-wcb-section {
  background: #ffffff;
  padding: 90px 0;
}

.sfty-status-box {
  background: rgba(0, 174, 239, 0.08);
  border: 1px solid rgba(0, 174, 239, 0.25);
  border-radius: 8px;
  padding: 22px 26px;
}
.sfty-status-box strong {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: #00AEEF;
  margin-bottom: 8px;
}
.sfty-status-box p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin: 0;
}

.sfty-quality-section {
  background: #F4F6F8;
  padding: 90px 0;
}

.sfty-wellbeing-section {
  background: #ffffff;
  padding: 90px 0;
}

.sfty-docs-section {
  background: #F4F6F8;
  padding: 90px 0;
}

.sfty-doc-card {
  background: #ffffff;
  border: 1px solid #D1D9E0;
  border-top: 3px solid #00AEEF;
  border-radius: 8px;
  padding: 32px 30px;
  height: 100%;
  box-shadow: 0 4px 24px rgba(13, 27, 42, 0.05);
}
.sfty-doc-card h4 {
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0D1B2A;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #D1D9E0;
}

.sfty-final-tagline {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.sfty-final-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

@media (max-width: 991px) {
  .sfty-list-2col {
    grid-template-columns: 1fr;
  }
  .sfty-goal-banner {
    flex-direction: column;
    gap: 10px;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .sfty-ms-card {
    padding: 26px 22px;
  }
  .sfty-doc-card {
    padding: 26px 22px;
  }
  .sfty-quote-box {
    padding: 28px 24px;
  }
}/*# sourceMappingURL=style.css.map */