@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon837f.eot?b1bod");
  src: url("fonts/icomoon837f.eot?b1bod#iefix") format("embedded-opentype"),
    url("fonts/icomoon837f.ttf?b1bod") format("truetype"),
    url("fonts/icomoon837f.woff?b1bod") format("woff"),
    url("fonts/icomoon837f.svg?b1bod#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-air:before {
  content: "\e900";
}
.icon-consultation:before {
  content: "\e901";
}
.icon-design:before {
  content: "\e902";
}
.icon-electrical:before {
  content: "\e903";
}
.icon-fav:before {
  content: "\e904";
  color: #f60;
}
.icon-hand-coin:before {
  content: "\e905";
}
.icon-hand-coin-fill:before {
  content: "\e906";
}
.icon-hand-user:before {
  content: "\e907";
}
.icon-heater:before {
  content: "\e908";
  color: #fff;
}
.icon-hourglass:before {
  content: "\e909";
}
.icon-inspection:before {
  content: "\e90a";
}
.icon-paint:before {
  content: "\e90b";
}
.icon-pencil:before {
  content: "\e90c";
}
.icon-pipe:before {
  content: "\e90d";
}
.icon-pipe-leak:before {
  content: "\e90e";
  color: #fff;
}
.icon-pipe-oval:before {
  content: "\e90f";
  color: #fff;
}
.icon-plunger:before {
  content: "\e910";
  color: #fff;
}
.icon-reward:before {
  content: "\e911";
}
.icon-reward-fill:before {
  content: "\e912";
}
.icon-roof:before {
  content: "\e913";
}
.icon-spanner:before {
  content: "\e914";
  color: #fff;
}
.icon-tap:before {
  content: "\e915";
  color: #fff;
}
.icon-timer:before {
  content: "\e916";
}
.icon-wrench:before {
  content: "\e917";
}

/* .icon-wrench-house:before {
  content: "\e918";
} */
.subborder {
  border-radius: 34px;
}
.custom-list {
  list-style: none;
  padding: 0;
}
.custom-list li {
  position: relative;
  padding-left: 28px;
}
.custom-list li::before {
  content: "⦿";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}
/* MAIN WRAPPER */
.mission-block {
  padding: 80px 20px;
  background: #f7f8fa;
}

.mission-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* IMAGE */
.mission-image-wrap {
  position: relative;
}

.mission-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* TEXT AREA */
.mission-content {
  color: #062657;
}

.mission-tag {
  display: inline-block;
  padding: 6px 16px;
  font-size: 15px;
  font-weight: 600;
  background: #d8a96c;
  color: #062657;
  border-radius: 34px;
}

.mission-title {
  margin-top: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .mission-title {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
  }
}

.mission-text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.mission-points {
  margin-top: 20px;
  padding-left: 18px;
}

.mission-points li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #062657;
  position: relative;
}

.mission-points li::before {
  content: "•";
  position: absolute;
  left: -14px;
  font-size: 22px;
  color: #d8a96c;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .mission-inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .mission-image {
    margin-bottom: 30px;
  }
}
/* SECTION WRAPPER */
.vision-block {
  padding: 45px 20px;
  background: #ffffff;
}

/* GRID */
.vision-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}

/* TEXT STYLES */
.vision-content {
  color: #062657;
}

.vision-tag {
  display: inline-block;
  background: #062657;
  color: #d8a96c;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 34px;
  font-weight: 600;
}

.vision-title {
  margin-top: 20px;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
}

.vision-text {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

/* MINI BOXES */
.vision-box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}

.vision-box {
  background: #f7f8fa;
  padding: 20px;
  border-left: 6px solid #d8a96c;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.vision-box h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #062657;
}

.vision-box p {
  font-size: 14px;
  color: #555;
}

/* IMAGE */
.vision-image-wrap {
  position: relative;
}

.vision-image {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .vision-inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .vision-image {
    margin-top: 30px;
  }

  .vision-box-wrap {
    grid-template-columns: 1fr;
  }
}
/* SECTION BACKGROUND */
.mission-unique {
  position: relative;
  padding: 60px 20px;
  background: #f7f8fa;
}

/* CURVED BACKGROUND SHAPE */
.mission-unique-bg {
  position: absolute;
  inset: 0;
  background: #062657;
  border-radius: 0 0 50% 50%;
  height: 50%;
  z-index: 0;
}

/* MAIN CARD */
.mission-unique-card {
  position: relative;
  z-index: 0;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  padding: 40px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* IMAGE */
.mission-unique-image {
  flex: 1;
}

.mission-unique-image img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover;
}

/* CONTENT */
.mission-unique-content {
  flex: 1;
  color: black;
}

.tag {
  background: #d8a96c;
  display: inline-block;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 34px;
  color: #062657;
}

.title {
  margin-top: 18px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.text {
  margin-top: 15px;
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}

/* POINTS */
.points {
  margin-top: 18px;
  padding-left: 16px;
}

.points li {
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
}

.points li::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #062657;
  border-radius: 50%;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .mission-unique-card {
    flex-direction: column;
    padding: 30px;
  }

  .title {
    font-size: 28px;
  }
} /* KEYFRAMES */
@keyframes cardReveal {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes imageSlide {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes textFade {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatUp {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}

/* APPLY ANIMATIONS */
.mission-unique-card {
  animation: cardReveal 1.2s ease-out forwards;
}

.mission-unique-image img {
  animation: imageSlide 1.4s ease-out forwards;
}

.mission-unique-content > * {
  opacity: 0;
  animation: textFade 1s ease-out forwards;
}

.mission-unique-content h3 {
  animation-delay: 0.3s;
}
.mission-unique-content h2 {
  animation-delay: 0.5s;
}
.mission-unique-content p {
  animation-delay: 0.7s;
}
.mission-unique-content ul {
  animation-delay: 0.9s;
}

/* BACKGROUND FLOAT */
.mission-unique-bg {
  animation: floatUp 2s ease-out forwards;
}

/* MAIN SECTION */
.mission-overlay {
  position: relative;
  height: 520px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* BACKGROUND IMAGE */
.mission-overlay-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.mission-overlay-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PANEL */
.mission-overlay-panel {
  position: relative;
  z-index: 2;
  max-width: 450px;
  padding: 30px 35px;
  background: rgba(255, 255, 255, 0.92);
  border-left: 8px solid #d8a96c;
  border-radius: 6px;
  margin-left: 8%;
}

/* TEXT STYLES */
.mo-tag {
  font-size: 14px;
  font-weight: 600;
  color: #062657;
}

.mo-title {
  margin-top: 12px;
  font-size: 30px;
  color: #062657;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .mo-title {
    margin-top: 12px;
    font-size: 23px;
    color: #062657;
    line-height: 1.3;
    font-weight: 700;
  }
}

.mo-text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.mo-list {
  margin-top: 15px;
  padding-left: 18px;
}

.mo-list li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #062657;
  position: relative;
}

.mo-list li::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 7px;
  width: 7px;
  height: 7px;
  background: #d8a96c;
  border-radius: 50%;
}

/* RESPONSIVE */
@media (max-width: 800px) {
  .mission-overlay {
    height: auto;
    padding: 60px 0;
  }

  .mission-overlay-panel {
    margin: 0 auto;
    max-width: 90%;
  }
}
/* ANIMATION KEYFRAMES */
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomSlow {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* APPLY ANIMATIONS */
.mission-overlay-panel {
  animation: fadeSlideUp 1.2s ease-out forwards;
}

.mission-overlay-bg img {
  animation: zoomSlow 6s ease-out forwards;
}
/* MAIN WRAPPER */
.mission-pillars {
  padding: 100px 20px;
  background: #f7f8fa;
}

.mission-pillars-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* HEADER */
.mp-header {
  text-align: center;
  margin-bottom: 60px;
  animation: fadeUp 1.2s ease-out forwards;
  opacity: 0;
}

.mp-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #062657;
}
@media (max-width: 767.98px) {
  .mp-header h2 {
    font-size: 30px;
    font-weight: 700;
    color: #062657;
  }
}

.mp-header p {
  margin-top: 12px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  color: #444;
}

/* GRID */
.mp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  position: relative;
}

/* Vertical center line */
.mp-grid::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #d8a96c;
  transform: translateX(-1px);
}

/* ITEM */
.mp-item {
  text-align: center;
  padding: 20px;
  opacity: 0;
  animation: fadeSlide 1s ease-out forwards;
}

.mp-item:nth-child(1) {
  animation-delay: 0.3s;
}
.mp-item:nth-child(2) {
  animation-delay: 0.6s;
}
.mp-item:nth-child(3) {
  animation-delay: 0.9s;
}

.mp-icon {
  width: 70px;
  height: 70px;
  background: #062657;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mp-icon span {
  color: #d8a96c;
  font-size: 32px;
}

.mp-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #062657;
  margin-bottom: 10px;
}

.mp-item p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* ANIMATIONS */
@keyframes fadeSlide {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .mp-grid {
    grid-template-columns: 1fr;
  }

  .mp-grid::before {
    display: none;
  }

  .mp-item {
    padding: 20px 10px;
  }
}
/* REMOVE MIDDLE LINE */
.mp-grid::before {
  display: none; /* line removed */
}

/* HOVER EFFECTS ON EACH ITEM */
.mp-item {
  transition: all 0.3s ease;
}

.mp-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  background: white;
  border-radius: 14px;
}

/* ICON HOVER EFFECT */
.mp-item:hover .mp-icon {
  background: #d8a96c;
  transform: scale(1.08);
}

.mp-item:hover .mp-icon span {
  color: #062657;
}

/* TEXT COLOR GLOW EFFECT */
.mp-item:hover h3 {
  color: #d8a96c;
  transition: 0.3s;
}
.skill {
  width: 160px;
}
.skill2 {
  width: 150px;
}
.Skill3 {
  width: 100px;
}
.training-approach {
  padding: 60px 20px;
  background-color: #062657; /* dark background */
  font-family: Arial, sans-serif;
  text-align: center;
  color: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-tag {
  display: inline-block;
  font-weight: bold;
  color: #d8a96c; /* highlight color */
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #d8a96c;
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #d8a96c;
  }
}

.section-desc {
  color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
}

.training-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.training-card {
  background-color: #fff;
  padding: 30px 20px;
  width: 30%;
  min-width: 250px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
  text-align: center;
  color: #062657;
  position: relative;
  overflow: hidden;
}

.training-card img {
  width: 80px; /* bigger image */
  height: 80px;
  display: block;
  margin: 0 auto 15px;
  transition: transform 0.3s;
}

.training-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.training-card p {
  font-size: 14px;
  color: #555;
}

/* Hover Effects */
.training-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  background: #d8a96c; /* gold on hover */
  color: #062657;
}

.training-card:hover h3,
.training-card:hover p {
  color: #062657;
}

.training-card:hover img {
  transform: scale(1.1);
  filter: invert(100%) brightness(150%);
}

/* Responsive */
@media (max-width: 992px) {
  .training-card {
    width: 45%;
  }
}

@media (max-width: 600px) {
  .training-card {
    width: 100%;
  }
}

/* Fade-up Animation */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-up {
  opacity: 0;
  animation: fadeUp 0.8s forwards;
}

.animate-up:nth-child(1) {
  animation-delay: 0.2s;
}
.animate-up:nth-child(2) {
  animation-delay: 0.4s;
}
.animate-up:nth-child(3) {
  animation-delay: 0.6s;
}
.animate-up:nth-child(4) {
  animation-delay: 0.8s;
}
.animate-up:nth-child(5) {
  animation-delay: 1s;
}
.animate-up:nth-child(6) {
  animation-delay: 1.2s;
}
/* ===== OUR VISION SECTION ===== */
.vision-section {
  background: linear-gradient(135deg, #0b1e39, #112b4e);
  color: #fff;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.vision-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  animation: fadeInUp 1.2s ease-in-out;
}

.vision-title {
  font-size: 2rem;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.vision-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #e8e8e8;
  max-width: 900px;
  margin: 0 auto 50px;
}

.vision-description span {
  color: #fff;
  font-weight: 600;
}

/* GRID */
.vision-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

/* CARD */
.vision-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px 20px;
  border-radius: 16px;
  transition: all 0.4s ease;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.vision-card img {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto 15px;
  transition: transform 0.3s ease;
  filter: brightness(0) invert(1);
}

.vision-card h3 {
  color: #d4af37;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.vision-card p {
  font-size: 0.95rem;
  color: #dcdcdc;
  line-height: 1.6;
}

/* HOVER EFFECT */
.vision-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.1);
  border-color: #d4af37;
}

.vision-card:hover img {
  transform: scale(1.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .vision-title {
    font-size: 1.4rem;
  }

  .vision-description {
    font-size: 0.95rem;
  }

  .vision-card {
    padding: 25px 15px;
  }
}

/* ANIMATION */
@keyframes fadeInUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ============ OUR COMMITMENT CLEAN STYLE ============ */
.commitment-clean-section {
  background-color: #ffffff;
  padding: 50px 20px;
  position: relative;
  overflow: hidden;
}

.commitment-clean-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .commitment-clean-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 60px;
    flex-wrap: wrap;
    text-align: center;
  }
  .commitment-clean-title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 80px;
    height: 4px;
    background-color: #d8a96c;
    border-radius: 2px;
    animation: lineGrow 1.2s ease forwards;
  }
  .commitment-clean-image {
    flex: 1 1 200px !important;
    text-align: center;
    animation: fadeRight 1.2s ease forwards;
  }
}

.commitment-clean-text {
  flex: 1 1 550px;
  animation: fadeUp 1s ease forwards;
}

.commitment-clean-title {
  font-size: 2.4rem;
  color: #062657;
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
}

.commitment-clean-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: #d8a96c;
  border-radius: 2px;
  animation: lineGrow 1.2s ease forwards;
}

.commitment-clean-subtitle {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
  animation: fadeIn 1s ease forwards;
}

.commitment-clean-para {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 18px;
  animation: fadeIn 1s ease forwards;
}

.commitment-clean-image {
  flex: 1 1 400px;
  text-align: center;
  animation: fadeRight 1.2s ease forwards;
}

.commitment-clean-image img {
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
  transition: transform 0.5s ease;
}

.commitment-clean-image img:hover {
  transform: scale(1.05);
}

/* ============ ANIMATIONS ============ */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lineGrow {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 80px;
    opacity: 1;
  }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .commitment-clean-container {
    flex-direction: column;
    text-align: center;
  }

  .commitment-clean-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .commitment-clean-image img {
    width: 100%;
    max-width: 380px;
  }
}
.team-section {
  background-color: #ffffff;
  padding: 40px 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

.team-container {
  max-width: 1100px;
  margin: 0 auto;
  animation: fadeUp 1.2s ease-in-out forwards;
}

.team-subtitle {
  display: inline-block;
  background: rgb(6 38 87);
  color: #d5ab69;
  border-radius: 30px;
  padding: 6px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 12px;
  animation: slideIn 1s ease-out forwards;
}

.team-title {
  font-size: 32px;
  color: #062657;
  font-weight: 700;
  margin-bottom: 25px;
  animation: fadeUp 1.2s ease-in-out forwards;
}

.team-intro,
.team-text {
  color: #444;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 18px;
  animation: fadeUp 1.2s ease-in-out forwards;
}

.team-text strong {
  color: #062657;
}

.team-image-wrap {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeZoom 1.4s ease-in-out forwards;
}

.team-image {
  width: 100%;
  max-width: 600px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.team-image:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(6, 38, 87, 0.3);
}

/* ✨ Animations */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeZoom {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 📱 Responsive */
@media (max-width: 992px) {
  .team-title {
    font-size: 28px;
  }

  .team-intro,
  .team-text {
    font-size: 15px;
  }

  .team-image {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .team-title {
    font-size: 24px;
  }

  .team-intro,
  .team-text {
    font-size: 14px;
  }

  .team-image {
    border-radius: 10px;
  }
}
/* ===== OUR LEADERSHIP SECTION ===== */
.leadership-intro {
  background: #ffffff;
  padding: 50px 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #062657;
  overflow: hidden;
}

.leadership-container {
  max-width: 850px;
  margin: 0 auto;
}

.leadership-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #062657;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.leadership-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #d8a96c;
  margin: 12px auto 0;
  border-radius: 2px;
}

.leadership-subtitle {
  font-size: 1.3rem;
  color: #d8a96c;
  margin-bottom: 25px;
  font-weight: 500;
}

.leadership-text {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 700px;
}

/* ANIMATION */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1.2s ease-out forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
  .leadership-title {
    font-size: 2rem;
  }

  .leadership-subtitle {
    font-size: 1.1rem;
  }

  .leadership-text {
    font-size: 0.95rem;
  }
}
/* ===== DIRECTOR SECTION ===== */
.director-section {
  background: #ffffff;
  padding: 50px 20px;
  font-family: "Poppins", sans-serif;
  color: #062657;
  overflow: hidden;
}

.director-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

/* IMAGE */
.director-image {
  flex: 1 1 40%;
  text-align: center;
}

.director-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.director-image img:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

/* CONTENT */
.director-content {
  flex: 1 1 55%;
}

.director-name {
  font-size: 2rem;
  font-weight: 700;
  color: #062657;
  margin-bottom: 5px;
}

.director-title {
  font-size: 1.1rem;
  color: #d8a96c;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.director-desc {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 16px;
}

/* DIRECTOR MESSAGE */
.director-message {
  margin-top: 30px;
  background: #f7f8fa;
  border-left: 5px solid #d8a96c;
  padding: 25px 30px;
  border-radius: 8px;
}

.message-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #062657;
}

.message-text {
  font-style: italic;
  color: #333;
  line-height: 1.7;
}

/* ANIMATIONS */
.fade-left {
  opacity: 0;
  transform: translateX(-40px);
  animation: fadeLeft 1.2s ease-out forwards;
}

.fade-right {
  opacity: 0;
  transform: translateX(40px);
  animation: fadeRight 1.2s ease-out forwards;
}

@keyframes fadeLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .director-container {
    flex-direction: column;
    text-align: center;
  }

  .director-content {
    flex: 1 1 100%;
  }

  .director-message {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .director-name {
    font-size: 1.7rem;
  }

  .director-title {
    font-size: 1rem;
  }

  .director-desc {
    font-size: 0.95rem;
  }
}
/* ======== DIRECTOR SECTION (PRIYA) ======== */
.director-section.priya {
  background: #ffffff;
  color: #062657;
  padding: 50px 20px;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

.director-section.priya .director-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row; /* text left, image right */
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

/* IMAGE STYLING */
.director-section.priya .director-image {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.director-section.priya .director-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.director-section.priya .director-image img:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

/* TEXT CONTENT */
.director-section.priya .director-text {
  flex: 1 1 55%;
}

.director-section.priya .director-name {
  font-size: 2rem;
  font-weight: 700;
  color: #062657;
  margin-bottom: 5px;
}

.director-section.priya .director-title {
  font-size: 1.1rem;
  color: #d8a96c;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.director-section.priya p {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 16px;
}

/* MESSAGE BOX */
.director-section.priya .director-message {
  margin-top: 30px;
  background: #f7f8fa;
  border-left: 5px solid #d8a96c;
  padding: 25px 30px;
  border-radius: 8px;
}

.director-section.priya .director-message h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #062657;
  margin-bottom: 10px;
}

.director-section.priya .director-message p {
  font-style: italic;
  color: #333;
  line-height: 1.7;
}

/* ANIMATIONS */
.fade-left {
  opacity: 0;
  transform: translateX(-40px);
  animation: fadeLeft 1.2s ease-out forwards;
}

.fade-right {
  opacity: 0;
  transform: translateX(40px);
  animation: fadeRight 1.2s ease-out forwards;
}

@keyframes fadeLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .director-section.priya .director-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .director-section.priya .director-image {
    order: 2;
    margin-top: 30px;
  }

  .director-section.priya .director-message {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .director-section.priya .director-name {
    font-size: 1.7rem;
  }

  .director-section.priya .director-title {
    font-size: 1rem;
  }

  .director-section.priya p {
    font-size: 0.95rem;
  }
}
/* ---------- CERTIFICATIONS SECTION ---------- */
.certifications-section {
  background: #f9fafb;
  padding: 50px 20px;
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* Heading */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 2.5rem;
  color: rgb(6, 38, 87);
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  color: #555;
  font-size: 1.1rem;
}

/* Grid layout */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media (max-width: 768px) {
  .cert-grid {
    grid-template-columns: 1fr;
  }
}

/* Card */
.cert-card {
  background: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 40px 30px;
  transition: all 0.4s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-top: 6px solid #d5ab69;
}

.cert-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(6, 38, 87, 0.2);
}

/* Image */
.cert-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.cert-img img {
  width: 180px;
  height: 180px;
  padding: 10px;
  object-fit: contain;
  border-radius: 50%;
  border: 5px solid #d5ab69;
  transition: transform 0.4s ease, border-color 0.4s ease;
}

.cert-card:hover .cert-img img {
  transform: scale(1.05);
  border-color: rgb(6, 38, 87);
}

/* Content */
.cert-card h3 {
  color: rgb(6, 38, 87);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.cert-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Footer */
.cert-footer {
  background: rgb(6, 38, 87);
  color: #fff;
  text-align: center;
  margin-top: 70px;
  padding: 40px 20px;
  border-radius: 20px;
}

.cert-footer h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #d5ab69;
}

.cert-footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 30px;
  list-style: none;
  padding: 0;
}

.cert-footer li {
  font-size: 1rem;
  font-weight: 500;
}

/* Animation */
.cert-card {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s forwards;
}

.cert-card:nth-child(1) {
  animation-delay: 0.1s;
}
.cert-card:nth-child(2) {
  animation-delay: 0.2s;
}
.cert-card:nth-child(3) {
  animation-delay: 0.3s;
}
.cert-card:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.security-section {
  background: #fff;
  color: #333;
  padding: 50px 20px;
  overflow: hidden;
}

.security-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.security-content {
  flex: 1 1 200px;
  animation: fadeInLeft 1s ease forwards;
}

.security-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: rgb(6, 38, 87);
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767.98px) {
  .security-title {
    font-size: 2rem;
    font-weight: 700;
    color: rgb(6, 38, 87);
    margin-bottom: 20px;
    position: relative;
  }
}

.security-title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #d5ab69;
  display: block;
  margin-top: 12px;
  border-radius: 2px;
}

.security-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 30px;
}

.security-btn {
  display: inline-block;
  background: #d5ab69;
  color: rgb(6, 38, 87);
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.security-btn:hover {
  background: rgb(6, 38, 87);
  color: #fff;
  transform: translateY(-3px);
}

.security-image {
  flex: 1 1 250px;
  text-align: center;
  animation: fadeInRight 1s ease forwards;
}

.security-image img {
  width: 100%;
  max-width: 480px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.security-image img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(213, 171, 105, 0.4);
}

/* Animations */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .security-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .security-title::after {
    margin: 10px auto;
  }

  .security-btn {
    margin: 0 auto;
  }
}
/* Section Base */
.security-offerings {
  width: 100%;
  background: #f3f0f0;
  padding: 40px 20px;
  text-align: center;
}

/* Header */
.offerings-header {
  max-width: 850px;
  margin: 0 auto 60px;
}

.offerings-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: rgb(6, 38, 87);
  margin-bottom: 20px;
  position: relative;
}

.offerings-header h2::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #d5ab69;
  display: block;
  margin: 15px auto 0;
  border-radius: 2px;
}

.offerings-header p {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.8;
}

/* Grid Layout */
.offerings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1300px;
  margin: 0 auto;
}

/* Card */
.offering-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: all 0.4s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.offering-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.offering-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: rgb(6, 38, 87);
  padding: 18px 10px;
  border-top: 3px solid #d5ab69;
  background: #fff;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Hover Effect */
.offering-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(213, 171, 105, 0.3);
}

.offering-card:hover img {
  transform: scale(1.07);
}

/* Responsive */
@media (max-width: 768px) {
  .offerings-header h2 {
    font-size: 2rem;
  }
  .offering-card img {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .offerings-header p {
    font-size: 1rem;
  }
  .offering-card h3 {
    font-size: 1rem;
    padding: 15px 8px;
  }
}
/* SECTION BASE */
.why-sakriya {
  background: #fff;
  padding: 40px 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* FLEX CONTAINER */
.why-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
  max-width: 1200px;
}

/* IMAGE LEFT */
.why-image {
  flex: 1 1 45%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(6, 38, 87, 0.15);
  transform: translateX(-50px);
  opacity: 0;
  animation: fadeInLeft 1.2s ease forwards;
}

.why-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.why-image:hover img {
  transform: scale(1.05);
}

/* TEXT RIGHT */
.why-text1 {
  flex: 1 1 50%;
  color: rgb(6, 38, 87);
  transform: translateX(50px);
  opacity: 0;
  animation: fadeInRight 1.2s ease forwards;
}

.why-text1 h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #d5ab69;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767.98px) {
  .why-text1 h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #d5ab69;
    margin-bottom: 20px;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .commitment-clean-title {
    font-size: 2.4rem;
    color: #062657;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
  }
}

.why-text1 h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 70px;
  height: 3px;
  background-color: rgb(6, 38, 87);
  border-radius: 5px;
}

.why-text1 p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #333;
}

/* POINTS LIST */
.why-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 25px;
}

.point {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: rgb(6, 38, 87);
  transition: all 0.3s ease;
}

.point i {
  color: #d5ab69;
  margin-right: 10px;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.point:hover {
  color: #d5ab69;
  transform: translateX(6px);
}

.point:hover i {
  transform: scale(1.2);
}

/* ANIMATIONS */
@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
  .why-container {
    flex-direction: column;
    gap: 40px;
  }

  .why-image,
  .why-text {
    flex: 1 1 100%;
    transform: none;
    opacity: 1;
    animation: none;
  }

  .why-text h2 {
    font-size: 2rem;
  }

  .why-points {
    grid-template-columns: 1fr;
  }
}
/* SECTION BASE */
.facility-section {
  background: #fff;
  color: #333;
  padding: 60px 20px;
  overflow: hidden;
}

/* FLEX CONTAINER */
.facility-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

/* IMAGE LEFT */
.facility-image {
  flex: 1 1 250px;
  text-align: center;
  animation: fadeInLeft 1s ease forwards;
}

.facility-image img {
  width: 100%;
  max-width: 480px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.facility-image img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(213, 171, 105, 0.4);
}

/* TEXT RIGHT */
.facility-content {
  flex: 1 1 200px;
  animation: fadeInRight 1s ease forwards;
}

.facility-title {
  font-size: 2rem;
  font-weight: 700;
  color: rgb(6, 38, 87);
  margin-bottom: 20px;
  position: relative;
}

.facility-title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #d5ab69;
  display: block;
  margin-top: 12px;
  border-radius: 2px;
}

.facility-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 30px;
}

.facility-btn {
  display: inline-block;
  background: #d5ab69;
  color: rgb(6, 38, 87);
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.facility-btn:hover {
  background: rgb(6, 38, 87);
  color: #fff;
  transform: translateY(-3px);
}

/* Animations */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .facility-container {
    flex-direction: column;
    text-align: center;
  }

  .facility-title::after {
    margin: 10px auto;
  }

  .facility-btn {
    margin: 0 auto;
  }
}
.soft-services {
  background: linear-gradient(rgba(45, 96, 173, 0.68), rgba(44, 84, 145, 0.99)),
    url(../../../assets/gallery/44.jpg) center / cover no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 40px 5%;
  color: #333;
  min-height: 500px; /* ensures image area is visible */
  z-index: 0;
}

.soft-services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 38, 87, 0.4);
  z-index: 0;
}

.soft-container {
  position: relative;
  z-index: 1;
}

.soft-services2 {
  background: #ffffff;
  padding: 40px 5%;
  color: #333;
}

.soft-container {
  max-width: 1300px;
  margin: 0 auto;
}

/* Heading */
.soft-header {
  text-align: center;
  margin-bottom: 50px;
}
.soft-header1 {
  text-align: center;
  margin-bottom: 50px;
}

.soft-header h2 {
  font-size: 2.6rem;
  color: rgb(6, 38, 87);
  margin-bottom: 15px;
  position: relative;
}
.soft-header1 h2 {
  font-size: 2.6rem;
  color: rgb(255, 255, 255);
  margin-bottom: 15px;
  position: relative;
}
.soft-header h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #d5ab69;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}
.soft-header1 h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #d5ab69;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}
.soft-header p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}

/* Cards Grid */
.soft-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.soft-cards2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.soft-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(6, 38, 87, 0.1);
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.soft-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 28px rgba(213, 171, 105, 0.25);
}

.soft-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.soft-card:hover img {
  transform: scale(1.05);
}

.soft-card h3 {
  font-size: 1.2rem;
  color: rgb(6, 38, 87);
  font-weight: 600;
  padding: 15px 10px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .soft-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .soft-cards2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .soft-cards {
    grid-template-columns: 1fr;
  }
  .soft-cards2 {
    grid-template-columns: 1fr;
  }
  .soft-card img {
    height: 200px;
  }
}
.why-fm {
  width: 100%;
  background: #fff;
  padding: 50px 20px;
  overflow: hidden;
}

.why-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1300px;
  margin: 0 auto;
  flex-wrap: wrap;
}

/* Left Text Section */
.why-text {
  flex: 1 1 550px;
  animation: slideInLeft 1s ease forwards;
}

.why-text h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgb(6, 38, 87);
  margin-bottom: 20px;
  position: relative;
}

.why-text h2::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #d5ab69;
  display: block;
  margin-top: 10px;
  border-radius: 2px;
}

.why-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 30px;
}

/* Highlighted Points */
.why-points {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
}

.point {
  font-size: 1rem;
  color: rgb(6, 38, 87);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f9f9f9;
  padding: 10px 16px;
  border-radius: 8px;
  border-left: 4px solid #d5ab69;
  transition: all 0.3s ease;
  cursor: default;
}

.point i {
  color: #d5ab69;
  font-size: 1.2rem;
}

.point:hover {
  background: rgb(6, 38, 87);
  color: #fff;
  transform: translateY(-3px);
}

.point:hover i {
  color: #fff;
}

/* Right Image */
.why-image {
  animation: slideInRight 1s ease forwards;
}

.why-image img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.why-image img:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 32px rgba(213, 171, 105, 0.4);
}

/* Animations */
@keyframes slideInLeft {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .why-container {
    flex-direction: column;
    text-align: center;
  }

  .why-text h2::after {
    margin: 10px auto 0;
  }

  .why-points {
    justify-content: center;
  }

  .why-image img {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .why-text h2 {
    font-size: 2rem;
  }

  .why-text p {
    font-size: 1rem;
  }

  .point {
    font-size: 0.95rem;
  }
}

@media only screen and (max-width: 600px) {
  .facility-title {
    line-height: 40px;
  }
}

/* ===== Terms of Service Section (Full Width, Clean Layout) ===== */
.terms-section {
  background: #fdfaf6;
  padding: 80px 6%;
  font-family: "Poppins", sans-serif;
  color: #333;
  line-height: 1.8;
}

/* Header */
.terms-header {
  text-align: center;
  margin-bottom: 50px;
}

.terms-header h2 {
  font-size: 2.6rem;
  color: rgb(6, 38, 87);
  position: relative;
  font-weight: 700;
}

.terms-header h2::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #d5ab69;
  display: block;
  margin: 10px auto;
  border-radius: 2px;
}

.terms-header p {
  color: #777;
  font-size: 1rem;
}

/* Content */
.terms-content {
  max-width: 1100px;
  margin: 0 auto;
}

.terms-content h3 {
  color: rgb(6, 38, 87);
  font-size: 1.3rem;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}

.terms-content h3::before {
  content: "•";
  color: #d5ab69;
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
}

.terms-content p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 15px;
}

.terms-content ul {
  padding-left: 40px;
  margin-bottom: 20px;
}

.terms-content ul li {
  margin-bottom: 8px;
  font-size: 1rem;
  color: #444;
}

/* Links */
.terms-content a {
  color: #d5ab69;
  text-decoration: none;
  font-weight: 500;
}

.terms-content a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
  .terms-section {
    padding: 60px 5%;
  }

  .terms-header h2 {
    font-size: 2.2rem;
  }

  .terms-content h3 {
    font-size: 1.15rem;
  }
}

@media (max-width: 600px) {
  .terms-section {
    padding: 50px 5%;
  }

  .terms-header h2 {
    font-size: 1.9rem;
  }

  .terms-content p,
  .terms-content ul li {
    font-size: 0.95rem;
  }
}
/* PRIVACY POLICY SECTION */
.privacy-policy {
  width: 100%;
  background: #fff;
  padding: 80px 5%;
  color: #333;
  line-height: 1.8;
  animation: fadeIn 1.2s ease-in-out forwards;
}

.privacy-container {
  max-width: 1100px;
  margin: 0 auto;
}

.privacy-policy h1 {
  font-size: 2.6rem;
  color: rgb(6, 38, 87);
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.privacy-policy h1::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #d5ab69;
  display: block;
  margin: 12px auto 0;
  border-radius: 2px;
}

.effective-date {
  text-align: center;
  color: #666;
  font-size: 1rem;
  margin-bottom: 40px;
}

.privacy-policy h2 {
  color: rgb(6, 38, 87);
  font-size: 1.6rem;
  margin-top: 40px;
  margin-bottom: 15px;
  position: relative;
}

.privacy-policy h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50px;
  height: 3px;
  background: #d5ab69;
  border-radius: 2px;
}

.privacy-policy p {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 20px;
}

.privacy-policy ul {
  padding-left: 25px;
  margin-bottom: 25px;
}

.privacy-policy ul li {
  margin-bottom: 10px;
  font-size: 1.05rem;
  position: relative;
  color: #333;
}

.privacy-policy ul li::before {
  content: "•";
  color: #d5ab69;
  font-weight: bold;
  position: absolute;
  left: -18px;
}

.privacy-policy a {
  color: rgb(6, 38, 87);
  text-decoration: none;
  font-weight: 600;
}

.privacy-policy a:hover {
  text-decoration: underline;
  color: #d5ab69;
}

.highlight {
  color: rgb(6, 38, 87);
  font-weight: 600;
  background: rgba(213, 171, 105, 0.1);
  display: inline-block;
  padding: 6px 10px;
  border-radius: 6px;
}

/* ANIMATION */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .privacy-policy {
    padding: 60px 20px;
  }

  .privacy-policy h1 {
    font-size: 2rem;
  }

  .privacy-policy h2 {
    font-size: 1.3rem;
  }

  .privacy-policy p,
  .privacy-policy ul li {
    font-size: 1rem;
  }
}
/* THANK YOU SECTION */
.thankyou {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("../../../assets/gallery/1.jpg") center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 5%;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

/* Dark Overlay */
.overlay-bg {
  position: absolute;
  inset: 0;
  background: rgb(255 255 255 / 87%);
  backdrop-filter: blur(2px);
  z-index: 1;
  animation: fadeIn 1s ease forwards;
}

/* Content */
.thankyou-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  animation: slideUp 1.2s ease forwards;
}

.thank-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  animation: popIn 1.4s ease;
}

.thankyou-content h1 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #062657;
  letter-spacing: 0.5px;
}

.thankyou-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 35px;
}

/* Buttons */
.thank-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.btn-primary,
.btn-secondary {
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s ease;
}

.btn-primary {
  background: #062657;
  color: #d5ab69;
}

.btn-primary:hover {
  background: #d5ab69;
  color: #062657;
  transform: translateY(-4px);
}

.btn-secondary {
  border: 2px solid #062657;
  color: #062657;
}

.btn-secondary:hover {
  background: #d5ab69;
  color: #062657;
  transform: translateY(-4px);
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes popIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .thankyou-content h1 {
    font-size: 2.2rem;
  }
  .thankyou-content p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .thankyou {
    padding: 40px 5%;
  }
  .thankyou-content h1 {
    font-size: 1.9rem;
  }
  .thankyou-content p {
    font-size: 0.95rem;
  }
  .thank-icon {
    width: 70px;
    height: 70px;
  }
}
/* HERO */
.career-hero-sec {
  background: url("../../../assets/gallery/1.jpg") center/cover no-repeat;
  height: 45vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.career-hero-overlay {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
  text-align: center;
  border-radius: 10px;
}
.career-hero-title {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
}
.career-hero-subtitle {
  color: #000000;
  font-size: 18px;
  margin-top: 10px;
}

/* WHY WORK WITH US */
.career-why-sec {
  padding: 60px 20px;
  background: #062657;
  color: #fff;
}
.why-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.why-text-career {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  color: white;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.why-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s ease;
}
.why-box:hover {
  background: #d5ab69;
  color: #062657;
}

/* MAIN SECTION */
.career-main-sec {
  padding: 70px 20px;
  background: #f7f7f7;
}

.career-main-container {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: auto;
}

/* OPENINGS */
.opening-title {
  font-size: 30px;
  font-weight: 700;
  color: #062657;
  margin-bottom: 20px;
}
.opening-card {
  background: #fff;
  border-left: 5px solid #d5ab69;
  padding: 18px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.opening-btn {
  padding: 12px 25px;
  background: #062657;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.opening-btn:hover {
  background: #d5ab69;
  color: #062657;
}

/* FORM */
.career-form-box {
  background: #062657;
  padding: 30px;
  border-radius: 12px;
}
.form-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.career-apply-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.career-input {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 12px;
  color: white;
  border-radius: 5px;
}
.career-input::placeholder {
  color: #ddd;
}
.career-input-file {
  background: transparent;
  color: #fff;
}
.career-submit-btn {
  padding: 14px;
  background: #d5ab69 !important;
  color: #062657;
  border: none;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.3s ease;
}
.career-submit-btn:hover {
  background: #fff !important;
  color: #062657;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .career-main-container,
  .why-grid {
    grid-template-columns: 1fr;
  }
}
/* ============================
   PREMIUM MODERN POPUP (v2)
   ============================ */

/* Backdrop */
.enq-modal-backdrop {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  z-index: 3000;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.enq-modal-backdrop.enq-open {
  display: flex;
  opacity: 1;
}

/* Popup Box */
.enq-modal {
  width: 100%;
  max-width: 420px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;

  /* Smaller padding vertically */
  padding: 14px 22px;

  /* ↓↓↓ THIS REDUCES TOP & BOTTOM SPACE ↓↓↓ */
  margin: 0 0; /* remove extra margins */
  transform: translateY(10px) scale(0.92); /* less vertical movement */
  opacity: 0;

  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.25);
  transition: transform 0.45s cubic-bezier(0.22, 0.7, 0.35, 1),
    opacity 0.45s ease;
}

.enq-modal-backdrop.enq-open .enq-modal {
  opacity: 1;
  transform: translateY(0px) scale(1); /* centered */
}

/* Close Button */
.enq-close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 25px;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: 0.3s ease;
}

.enq-close:hover {
  transform: rotate(90deg) scale(1.1);
  background: rgba(255, 255, 255, 0.3);
}

/* Header */
.enq-header {
  text-align: center;
  margin-bottom: 16px;
}

/* Logo */
.enq-logo-wrap {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  margin: 0 auto 12px;
  transition: 0.35s ease;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.25);
}

.enq-logo-wrap:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.35);
}

.enq-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Titles */
.enq-title {
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
}

.enq-sub {
  color: #eaeaea;
  font-size: 13px;
  margin-top: 4px;
}

/* Form */
.enq-form {
  margin-top: 14px;
}

.enq-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

.enq-input,
.enq-textarea {
  width: 100%;
  padding: 12px 13px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 14px;
  transition: 0.25s ease;
}

.enq-input:focus,
.enq-textarea:focus {
  background: rgba(255, 255, 255, 0.28);
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.22);
  outline: none;
}

.enq-textarea {
  min-height: 90px;
  resize: vertical;
}

/* Row */
.enq-row {
  display: flex;
  gap: 12px;
}

/* Buttons */
.enq-actions {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
}

.enq-submit {
  background: #d5ab69 !important;
  color: #062657;
  padding: 11px 20px;
  border: none;
  font-weight: 700;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.25s ease;
}

.enq-submit:hover {
  background: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(213, 171, 105, 0.35);
}

.enq-cancel {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 11px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: 0.25s ease;
}

.enq-cancel:hover {
  background: rgba(255, 255, 255, 0.35);
}

/* Feedback */
.enq-feedback {
  margin-top: 12px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  min-height: 18px;
}

/* Mobile */
@media (max-width: 520px) {
  .enq-modal {
    max-width: 90%;
    padding: 22px;
  }
  .enq-row {
    flex-direction: column;
  }
  .enq-actions {
    flex-direction: column-reverse;
    gap: 12px;
  }
}
/* Fix select dropdown styling */
.enq-input select,
.enq-input option,
.enq-input,
select.enq-input {
  background: rgba(0, 0, 0, 0.35) !important;
  color: #ffffff !important;
}

/* Dropdown list (options) */
.enq-input option {
  background: #1d1d1d !important;
  color: #ffffff !important;
}


/* newkypcss */

.kyp-light-blue {
     background: #01bfe7;
}

.kyp-light-blue-social:hover {

 background: #01bfe7;

}


/* =========================================================
   kyp index
========================================================= */
/* ===== Services Overlap Strip ===== */
.services-strip-wrap{
  position: relative;
  z-index: 1;
  margin-top: -60px;         /* pulls the strip up over the hero section above it */
  padding: 0 20px;
}

.services-strip{
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(180deg, #142240 0%, #0d1a33 100%);
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(6, 12, 26, 0.35);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 36px;
  gap: 16px;
  flex-wrap: wrap;
}

.service-item{
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1 1 220px;
  min-width: 0;
}

.service-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgb(1 191 231 / 27%);
    border: 1px solid rgb(1 191 231);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon svg{
  width: 22px;
  height: 22px;
}

.service-text{
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.service-title{
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.service-sub{
  color: #aab3c5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}

.service-divider{
  width: 1px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

/* ===== Tablet ===== */
@media (max-width: 992px){
  .services-strip{
    justify-content: flex-start;
  }
  .service-item{
    flex: 1 1 45%;
  }
  .service-divider{
    display: none;
  }
}

/* ===== Mobile ===== */
@media (max-width: 640px){
  .services-strip-wrap{
    margin-top: -14px;
    padding: 0 14px;
  }
  .services-strip{
    flex-direction: column;
    align-items: stretch;
    padding: 22px 20px;
    border-radius: 16px;
    gap: 20px;
  }
  .service-item{
    flex: 1 1 auto;
  }
  .service-title{
    white-space: normal;
    font-size: 15px;
  }
  .service-sub{
    white-space: normal;
    font-size: 12px;
  }
  .service-icon{
    width: 42px;
    height: 42px;
  }
  .service-icon svg{
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 360px){
  .services-strip{
    padding: 18px 16px;
  }
}



/* aboutkyp */

.kyp-about-section {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    width: 100%;
    padding: 40px 5%;
    box-sizing: border-box;
    background: #ffffff;
  }

  .kyp-about-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }

  /* ---------- IMAGE SIDE ---------- */
  .kyp-about-images {
    position: relative;
    width: 100%;
  }

  .kyp-image-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 18px;
    width: 100%;
  }

  .kyp-img-box {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #e8ecf3;
  }

  .kyp-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .kyp-img-main {
    grid-row: 1 / 3;
    aspect-ratio: 3 / 4;
    clip-path: polygon(0 0, 78% 0, 100% 14%, 100% 100%, 0% 100%);
  }

  .kyp-img-sub-top {
    aspect-ratio: 4 / 3;
  }

  .kyp-img-sub-bottom {
    aspect-ratio: 4 / 3;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
  }

  .kyp-stack-gap {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  /* Experience badge */
  .kyp-badge {
    position: absolute;
    left: -22px;
    bottom: 6%;
    background: linear-gradient(145deg, #1848c9, #0d2e8c);
    color: #ffffff;
    border-radius: 16px;
    padding: 22px 20px;
    text-align: center;
    width: 118px;
    box-shadow: 0 18px 34px rgba(13, 46, 140, 0.35);
    z-index: 2;
  }

  .kyp-badge .kyp-badge-number {
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
  }

  .kyp-badge .kyp-badge-label {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    opacity: 0.92;
  }

  /* ---------- CONTENT SIDE ---------- */
  .kyp-about-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .kyp-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 7px 18px;
    border: 1.5px solid #cfd9f5;
    border-radius: 30px;
    color: #1848c9;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 22px;
    background: #f4f7ff;
  }

  .kyp-heading {
    font-size: 40px;
    line-height: 1.22;
    font-weight: 800;
    color: #10193f;
    margin: 0 0 20px 0;
    letter-spacing: -0.01em;
  }

  .kyp-heading .kyp-highlight {
    color: #1848c9;
  }

  .kyp-desc {
    font-size: 15.5px;
    line-height: 1.75;
    color: #5b6479;
    margin: 0 0 34px 0;
    max-width: 560px;
  }

  /* Feature icons row */
  .kyp-features {
    display: flex;
    gap: 42px;
    margin-bottom: 38px;
    flex-wrap: wrap;
  }

  .kyp-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 128px;
  }

  .kyp-feature-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 1.5px solid #d6e0fb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    background: #f7f9ff;
    flex-shrink: 0;
  }

  .kyp-feature-icon svg {
    width: 26px;
    height: 26px;
    stroke: #1848c9;
    fill: none;
  }

  .kyp-feature-label {
    font-size: 13.5px;
    font-weight: 600;
    color: #232b45;
    line-height: 1.4;
  }

  /* CTA button */
  .kyp-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1848c9;
    color: #ffffff;
    font-size: 14.5px;
    font-weight: 700;
    padding: 15px 28px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
  }

  .kyp-cta svg {
    width: 16px;
    height: 16px;
    stroke: #ffffff;
    fill: none;
    transition: transform 0.25s ease;
  }

  .kyp-cta:hover {
    background: #0d2e8c;
    transform: translateY(-2px);
  }

  .kyp-cta:hover svg {
    transform: translateX(4px);
  }

  /* ---------- RESPONSIVE ---------- */
  @media (max-width: 992px) {
    .kyp-about-wrapper {
      grid-template-columns: 1fr;
      gap: 70px;
      max-width: 1400px;
    }

    .kyp-about-images {
      max-width: 480px;
      margin: 0 auto;
    }

    .kyp-heading {
      font-size: 34px;
    }

    .kyp-features {
      gap: 30px;
    }
  }

  @media (max-width: 600px) {
    .kyp-about-section {
      padding: 50px 5% 60px;
    }

    .kyp-about-wrapper {
      gap: 55px;
      max-width: 1200px;
    }

    .kyp-image-grid {
      grid-template-columns: 1.1fr 0.9fr;
      gap: 12px;
    }

    .kyp-stack-gap {
      gap: 12px;
    }

    .kyp-badge {
      left: -12px;
      width: 96px;
      padding: 16px 12px;
      border-radius: 12px;
    }

    .kyp-badge .kyp-badge-number {
      font-size: 22px;
      margin-bottom: 5px;
    }

    .kyp-badge .kyp-badge-label {
      font-size: 11px;
    }

    .kyp-heading {
      font-size: 27px;
    }

    .kyp-about-content {
      align-items: center;
      text-align: center;
    }

    .kyp-desc {
      text-align: center;
    }

    .kyp-features {
      justify-content: center;
      gap: 22px;
    }

    .kyp-feature {
      width: 96px;
    }

    .kyp-feature-icon {
      width: 54px;
      height: 54px;
    }

    .kyp-feature-label {
      font-size: 12.5px;
    }

    .kyp-cta {
      width: 100%;
      justify-content: center;
    }
  }

  @media (max-width: 380px) {
    .kyp-heading {
      font-size: 23px;
    }

    .kyp-features {
      gap: 16px;
    }

    .kyp-feature {
      width: 84px;
    }
  }

  /* process-spacing */

  .process-space {

    padding: 50px;
  }

  .border {

    border-radius: 20px;
  }


  /* industries we offer */

/* ==========================================================================
   Industries We Serve Section
   ========================================================================== */

.industries-section {
  position: relative;
  overflow: hidden;
  padding: 56px 24px 48px;
  background-color: #fbfbfd;
}

/* Decorative faint wave lines in the background, top-right */
.industries-bg-curve {
  position: absolute;
  top: -40px;
  right: -60px;
  width: 480px;
  height: 260px;
  pointer-events: none;
  background-image:
    repeating-radial-gradient(
      circle at 100% 0%,
      transparent 0,
      transparent 38px,
      rgba(37, 61, 173, 0.07) 39px,
      rgba(37, 61, 173, 0.07) 40px
    );
  -webkit-mask-image: linear-gradient(to bottom left, rgba(0,0,0,0.9), transparent 70%);
          mask-image: linear-gradient(to bottom left, rgba(0,0,0,0.9), transparent 70%);
  z-index: 0;
}

.industries-container {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

/* Eyebrow pill label */
.industries-eyebrow-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.industries-eyebrow {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #2f4bd6;
  background-color: #eaeeff;
  border: 1px solid #c9d3fb;
  border-radius: 999px;
  padding: 6px 18px;
  white-space: nowrap;
}

/* Heading */
.industries-heading {
  
  
  line-height: 1.25;
 
 
  margin: 0 0 46px;
  padding: 0 12px;
}

/* Icon + label list */
.industries-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: start;
  margin: 0;
  padding: 0;
}

.industries-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 0 14px;
}

/* Dotted vertical divider between items */
.industries-item + .industries-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 34px;
  border-left: 1.5px dotted #c7cce0;
}

.industries-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.industries-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.industries-label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #0e1a3d;
  max-width: 120px;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */

/* Tablet: four per row */
@media (max-width: 900px) {
  .industries-heading {
    font-size: 28px;
  }

  .industries-list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 36px;
  }

  /* Dividers only needed within a row: hide before 1st and 5th item */
  .industries-item:nth-child(4n+1)::before {
    display: none;
  }
}

/* Small tablet / large phone: three per row */
@media (max-width: 680px) {
  .industries-section {
    padding: 44px 16px 40px;
  }

  .industries-heading {
    font-size: 24px;
    margin-bottom: 36px;
  }

  .industries-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .industries-item:nth-child(4n+1)::before {
    display: block;
  }

  .industries-item:nth-child(3n+1)::before {
    display: none;
  }

  .industries-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
  }

  .industries-label {
    font-size: 12.5px;
    max-width: 100px;
  }
}

/* Mobile: two per row */
@media (max-width: 460px) {
  .industries-eyebrow {
    font-size: 10px;
    padding: 5px 14px;
  }

  .industries-heading {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 30px;
    padding: 0 4px;
  }

  .industries-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .industries-item {
    padding: 0 10px 28px;
  }

  .industries-item:nth-child(3n+1)::before {
    display: block;
  }

  .industries-item:nth-child(2n+1)::before {
    display: none;
  }

  .industries-icon {
    width: 44px;
    height: 44px;
  }

  .industries-label {
    font-size: 12px;
    max-width: 92px;
  }
}


/* ===== Counter / Stats Section ===== */

.stats-section {
  position: relative;
  width: 100%;
  padding: 56px 24px;
  background-color: #0a1e42;
  background-image:
    linear-gradient(100deg, rgba(9, 20, 46, 0.94) 0%, rgba(10, 30, 66, 0.88) 45%, rgba(9, 20, 46, 0.94) 100%),
    url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=1920&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.stats-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(56, 132, 255, 0.16), transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(56, 132, 255, 0.14), transparent 45%);
  pointer-events: none;
}

.stats-container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 24px;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 200px;
  min-width: 200px;
  position: relative;
  padding-right: 24px;
}

.stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 54px;
  width: 1px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(120, 160, 220, 0.35), rgba(255, 255, 255, 0));
}

.stat-icon {
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(56, 132, 255, 0.08);
  border: 1.5px solid rgba(94, 158, 255, 0.55);
  box-shadow:
    0 0 0 4px rgba(56, 132, 255, 0.06),
    0 0 18px rgba(56, 132, 255, 0.25);
  color: #5e9eff;
}

.stat-icon svg {
  width: 28px;
  height: 28px;
}

.stat-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.stat-number {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.stat-label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #aebfe0;
  white-space: nowrap;
}

/* ===== Responsive ===== */

@media (max-width: 991px) {
  .stats-container {
    justify-content: center;
  }

  .stat-item {
    flex: 1 1 45%;
    min-width: 220px;
    padding-right: 0;
    justify-content: flex-start;
  }

  .stat-item::after {
    display: none;
  }
}

@media (max-width: 600px) {
  .stats-section {
    padding: 40px 20px;
  }

  .stats-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .stat-item {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
  }

  .stat-icon {
    width: 54px;
    height: 54px;
  }

  .stat-icon svg {
    width: 24px;
    height: 24px;
  }

  .stat-number {
    font-size: 24px;
  }

  .stat-label {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stat-number {
    transition: none !important;
  }
}

/* =========================================================
   KYP COUNTER SECTION
   Fully Responsive - Desktop / Laptop / Tablet / Mobile
========================================================= */

.counter-section {
  position: relative;
  width: 100%;
  padding: 55px 20px;
  background-color: #050b18;
  background-image:
    linear-gradient(
      90deg,
      rgba(5, 11, 24, 0.93),
      rgba(8, 18, 40, 0.90)
    ),
    url("../../../assets/images/counterimg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  box-sizing: border-box;
}

.counter-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 15% 50%,
      rgba(30, 90, 200, 0.16),
      transparent 55%
    ),
    radial-gradient(
      circle at 85% 50%,
      rgba(20, 120, 210, 0.10),
      transparent 55%
    );
  pointer-events: none;
}

/* =========================================================
   MAIN CONTAINER
========================================================= */

.counter-container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1320px;

  margin: 0 auto;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));

  align-items: center;

  box-sizing: border-box;
}

/* =========================================================
   OLD HTML DIVIDERS
   Hidden because CSS now creates responsive dividers
========================================================= */

.counter-divider {
  display: none !important;
}

/* =========================================================
   COUNTER ITEM
========================================================= */

.counter-item {
  position: relative;

  width: 100%;
  min-width: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 14px;

  padding: 8px 18px;

  box-sizing: border-box;
}

/* =========================================================
   VERTICAL DIVIDERS
   Generated between counters
========================================================= */

.counter-item:nth-child(1)::after,
.counter-item:nth-child(3)::after,
.counter-item:nth-child(5)::after,
.counter-item:nth-child(7)::after {
  content: "";

  position: absolute;

  top: 50%;
  right: 0;

  width: 1px;
  height: 58px;

  transform: translateY(-50%);

  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 0.20),
    transparent
  );
}

/* =========================================================
   ICON
========================================================= */

.counter-icon {
  position: relative;

  flex: 0 0 62px;

  width: 62px;
  height: 62px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.10),
      rgba(255, 255, 255, 0.025)
    );

  border: 1px solid rgba(255, 255, 255, 0.16);

  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.025),
    inset 0 0 15px rgba(255, 255, 255, 0.025);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;

  box-sizing: border-box;
}

.counter-item:hover .counter-icon {
  transform: translateY(-4px);

  background:
    linear-gradient(
      145deg,
      rgba(40, 120, 255, 0.18),
      rgba(255, 255, 255, 0.04)
    );

  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.035),
    0 10px 24px rgba(0, 0, 0, 0.30);
}

/* =========================================================
   ICON IMAGE
========================================================= */

.counter-icon img {
  width: 42px;
  height: 42px;

  max-width: 100%;
  max-height: 100%;

  object-fit: contain;

  display: block;

  filter: brightness(0) invert(1);

  transition: transform 0.3s ease;
}

.counter-item:hover .counter-icon img {
  transform: scale(1.08);
}

/* =========================================================
   TEXT WRAPPER
========================================================= */

.counter-text {
  min-width: 0;

  display: flex;
  flex-direction: column;

  align-items: flex-start;

  gap: 3px;

  text-align: left;

  box-sizing: border-box;
}

/* =========================================================
   NUMBER
========================================================= */

.counter-text h3 {
  margin: 0;

  font-family: Arial, Helvetica, sans-serif;

  font-size: clamp(26px, 2vw, 32px);

  font-weight: 700;

  line-height: 1.1;

  color: #ffffff;

  white-space: nowrap;
}

.counter-number,
.counter-static {
  color: #ffffff;
}

/* =========================================================
   LABEL
========================================================= */

.counter-text p {
  margin: 0;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 13px;

  font-weight: 400;

  line-height: 1.35;

  color: rgba(255, 255, 255, 0.68);

  letter-spacing: 0.15px;

  white-space: normal;
}

/* =========================================================
   LARGE LAPTOPS
   1200px - 1400px
========================================================= */

@media (max-width: 1400px) {

  .counter-section {
    padding: 50px 25px;
  }

  .counter-item {
    gap: 12px;
    padding: 8px 12px;
  }

  .counter-icon {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }

  .counter-icon img {
    width: 40px;
    height: 40px;
  }

  .counter-text h3 {
    font-size: 28px;
  }

  .counter-text p {
    font-size: 12.5px;
  }
}

/* =========================================================
   TABLET / SMALL LAPTOP
   769px - 1100px

   3 columns
========================================================= */

@media (max-width: 1100px) {

  .counter-section {
    padding: 45px 20px;
  }

  .counter-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 25px;
  }

  .counter-item {
    padding: 8px 15px;
  }

  /* Hide vertical separators for tablet */
  .counter-item::after {
    display: none !important;
  }

  .counter-icon {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
  }

  .counter-icon img {
    width: 38px;
    height: 38px;
  }

  .counter-text h3 {
    font-size: 27px;
  }

  .counter-text p {
    font-size: 12px;
  }
}

/* =========================================================
   TABLET PORTRAIT
   601px - 768px

   2 columns
========================================================= */

@media (max-width: 768px) {

  .counter-section {
    padding: 42px 18px;
  }

  .counter-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 22px;
  }

  .counter-item {
    justify-content: flex-start;
    padding: 8px 12px;
  }

  .counter-icon {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
  }

  .counter-icon img {
    width: 36px;
    height: 36px;
  }

  .counter-text h3 {
    font-size: 25px;
  }

  .counter-text p {
    font-size: 12px;
  }
}

/* =========================================================
   MOBILE
   481px - 600px

   1 column
========================================================= */

@media (max-width: 600px) {

  .counter-section {
    padding: 40px 16px;
  }

  .counter-container {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .counter-item {
    width: 100%;

    justify-content: center;

    padding: 8px 10px;

    gap: 14px;
  }

  .counter-icon {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
  }

  .counter-icon img {
    width: 35px;
    height: 35px;
  }

  .counter-text {
    min-width: 150px;
  }

  .counter-text h3 {
    font-size: 25px;
  }

  .counter-text p {
    font-size: 12.5px;
  }
}

/* =========================================================
   SMALL MOBILE
   361px - 480px
========================================================= */

@media (max-width: 480px) {

  .counter-section {
    padding: 35px 14px;
  }

  .counter-item {
    gap: 12px;
  }

  .counter-icon {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
  }

  .counter-icon img {
    width: 32px;
    height: 32px;
  }

  .counter-text {
    min-width: 145px;
  }

  .counter-text h3 {
    font-size: 23px;
  }

  .counter-text p {
    font-size: 12px;
  }
}

/* =========================================================
   VERY SMALL PHONES
   360px and below
========================================================= */

@media (max-width: 360px) {

  .counter-section {
    padding: 30px 12px;
  }

  .counter-item {
    gap: 10px;
    padding: 7px 5px;
  }

  .counter-icon {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .counter-icon img {
    width: 29px;
    height: 29px;
  }

  .counter-text {
    min-width: 0;
  }

  .counter-text h3 {
    font-size: 21px;
  }

  .counter-text p {
    font-size: 11px;
    line-height: 1.3;
  }
}

/* =========================================================
   EXTRA SAFETY
   Prevent accidental horizontal overflow
========================================================= */

.counter-section,
.counter-container,
.counter-item,
.counter-text {
  max-width: 100%;
}

.counter-section * {
  box-sizing: border-box;
}

/* service-button */

.service-btn{

  background: #01bfe7;
}

/* ==========================================================================
   WHY CHOOSE US SECTION
   ========================================================================== */

.wcu-section {
  background: #eef2fa;
  padding: 50px 20px;
  overflow: hidden;
  position: relative;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.wcu-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ---------------------------------
   HEADER
--------------------------------- */

.wcu-header {
  text-align: center;
  margin-bottom: 70px;
}

.wcu-badge {
  display: inline-block;
  background: linear-gradient(90deg, #0a1f4d 0%, #1f5fb8 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 9px 24px;
  border-radius: 30px;
  margin-bottom: 22px;
}

.wcu-title {
  font-size: 44px;
  font-weight: 800;
  color: #0a1f4d;
  margin: 0 0 18px 0;
  line-height: 1.2;
}

.wcu-title-accent {
  color: #1f6fd8;
}

.wcu-underline {
  width: 70px;
  height: 4px;
  background: #1f6fd8;
  margin: 0 auto 26px auto;
  border-radius: 4px;
}

.wcu-subtitle {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
  font-weight: 400;
}

/* ---------------------------------
   GRID LAYOUT
--------------------------------- */

.wcu-grid {
  display: grid;
  grid-template-columns: 1fr 340px 1fr;
  align-items: center;
  gap: 20px;
}

.wcu-column {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

/* ---------------------------------
   CARDS
--------------------------------- */

.wcu-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 26px 28px 26px 26px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  box-shadow: 0 10px 30px rgba(15, 40, 100, 0.08);
  overflow: hidden;
}

/* corner ribbon number */
.wcu-number {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background: #1f6fd8;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 8px 10px 0 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.wcu-column-left .wcu-card:nth-child(1) .wcu-number {
  background: #0a2a63;
}

.wcu-icon {
  flex-shrink: 0;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wcu-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.wcu-icon-dark {
  background: radial-gradient(circle at 30% 30%, #16295c, #0a1533);
}

.wcu-icon-blue {
  background: radial-gradient(circle at 30% 30%, #2f6fe0, #1747a6);
}

.wcu-icon-teal {
  background: radial-gradient(circle at 30% 30%, #2ea8d8, #1a6fb0);
}

.wcu-card-content {
  padding-top: 2px;
}

.wcu-card-title {
  font-size: 16.5px;
  font-weight: 700;
  color: #0a1f4d;
  margin: 0 0 8px 0;
  line-height: 1.35;
}

.wcu-card-text {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* ---------------------------------
   CENTER IMAGE
--------------------------------- */

.wcu-center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

.wcu-center-ring {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 1px solid #c7d3ea;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wcu-center-ring::before,
.wcu-center-ring::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: #1f6fd8;
  border-radius: 50%;
}

.wcu-center-ring::before {
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
}

.wcu-center-ring::after {
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}

.wcu-center-image {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  background: #0a1533;
  box-shadow: 0 0 0 8px #ffffff, 0 20px 50px rgba(10, 30, 80, 0.25);
}

.wcu-center-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------------------------------
   RESPONSIVE
--------------------------------- */

@media (max-width: 1200px) {
  .wcu-grid {
    grid-template-columns: 1fr 300px 1fr;
    gap: 14px;
  }

  .wcu-center-ring {
    width: 280px;
    height: 280px;
  }

  .wcu-center-image {
    width: 230px;
    height: 230px;
  }

  .wcu-card {
    padding: 20px;
  }
}

@media (max-width: 992px) {
  .wcu-title {
    font-size: 34px;
  }

  .wcu-grid {
    grid-template-columns: 1fr;
  }

  .wcu-center {
    order: -1;
    margin-bottom: 40px;
  }

  .wcu-column {
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .wcu-section {
    padding: 60px 16px;
  }

  .wcu-title {
    font-size: 26px;
  }

  .wcu-subtitle br {
    display: none;
  }

  .wcu-center-ring {
    width: 220px;
    height: 220px;
  }

  .wcu-center-image {
    width: 180px;
    height: 180px;
    box-shadow: 0 0 0 6px #ffffff, 0 15px 40px rgba(10, 30, 80, 0.25);
  }

  .wcu-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 20px;
  }

  .wcu-icon {
    width: 56px;
    height: 56px;
  }

  .wcu-icon img {
    width: 50px;
    height: 50px;
  }

  .wcu-card-title {
    font-size: 15.5px;
  }

  .wcu-number {
    width: 46px;
    height: 46px;
    font-size: 12px;
  }
}

 /* ---------- New Footer wrapper ---------- */
  .kyp-footer {
    position: relative;
    background-color: #050b17;
    background-image:
      linear-gradient(100deg, rgba(4, 9, 20, 0.97) 0%, rgba(6, 13, 26, 0.93) 38%, rgb(0 0 0 / 82%) 65%, rgb(0 0 0) 100%), url(../../../assets/images/counterimg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    overflow: hidden;
    isolation: isolate;
  }

  .kyp-footer * {
    box-sizing: border-box;
  }

  .kyp-footer a {
    text-decoration: none;
  }

  .kyp-footer-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 64px 40px 0;
  }

  /* ---------- Top grid: brand + 3 columns + contact ---------- */
  .kyp-top-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1.15fr 1.15fr;
    gap: 40px;
    padding-bottom: 48px;
  }

  /* ---- Brand column ---- */
  .kyp-brand-logo {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin-bottom: 22px;
  }

  .kyp-brand-title {
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.35;
    margin: 0 0 14px;
    letter-spacing: 0.2px;
  }

  .kyp-brand-title span {
    color: #3d8bff;
  }

  .kyp-title-underline {
    width: 48px;
    height: 3px;
    background: #2f7dfa;
    border-radius: 2px;
    margin-bottom: 18px;
  }

  .kyp-brand-desc {
    font-size: 14.5px;
    line-height: 1.75;
    color: #ffffff;
    max-width: 340px;
    margin: 0 0 26px;
  }

  .kyp-socials {
    display: flex;
    gap: 12px;
  }

  .kyp-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    flex-shrink: 0;
  }

  .kyp-social-btn svg {
    width: 16px;
    height: 16px;
    fill: #ffffff;
  }

  .kyp-social-btn:hover {
    background-color: #2f7dfa;
    border-color: #2f7dfa;
    transform: translateY(-3px);
  }

  /* ---- Generic column heading ---- */
  .kyp-col-heading {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 14px;
  }

  .kyp-heading-underline {
    width: 34px;
    height: 2px;
    background: #2f7dfa;
    border-radius: 2px;
    margin-bottom: 22px;
  }

  /* ---- Quick links column ---- */
  .kyp-links-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .kyp-links-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14.5px;
    color: #ffffff;
    transition: color 0.2s ease, transform 0.2s ease;
  }

  .kyp-links-list a:hover {
    color: #3d8bff;
    transform: translateX(3px);
  }

  .kyp-links-list a svg {
    width: 13px;
    height: 13px;
    fill: #2f7dfa;
    flex-shrink: 0;
  }

  /* ---- Services column ---- */
  .kyp-services-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .kyp-services-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14.5px;
    color: #ffffff;
    transition: color 0.2s ease, transform 0.2s ease;
  }

  .kyp-services-list a:hover {
    color: #3d8bff;
    transform: translateX(3px);
  }

  .kyp-services-list .kyp-icon-box {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .kyp-services-list .kyp-icon-box svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #3d8bff;
    stroke-width: 1.6;
  }

  /* ---- Contact column ---- */
  .kyp-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .kyp-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 14.5px;
    color: #ffffff;
    line-height: 1.6;
  }

  .kyp-contact-item a {
    color: #ffffff;
    transition: color 0.2s ease;
    word-break: break-word;
  }

  .kyp-contact-item a:hover {
    color: #3d8bff;
  }

  .kyp-contact-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }

  .kyp-contact-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: #3d8bff;
    stroke-width: 1.6;
  }

  /* ---------- Features strip ---------- */
  .kyp-features-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    background: rgba(15, 26, 48, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 34px 20px;
    margin-bottom: 32px;
  }

  .kyp-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
  }

  .kyp-feature-item svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: #3d8bff;
    stroke-width: 1.5;
  }

  .kyp-feature-item span {
    font-size: 14.5px;
    color: #e6eaf2;
    font-weight: 500;
    line-height: 1.4;
  }

  /* ---------- CTA banner ---------- */
  .kyp-cta-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background:
      linear-gradient(100deg, rgba(6, 12, 24, 0.95) 0%, rgba(8, 16, 30, 0.85) 55%, rgba(8, 16, 30, 0.55) 100%),
      url("../../../assets/images/footer-cta.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 32px 40px;
    margin-bottom: 44px;
    overflow: hidden;
  }

  .kyp-cta-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    min-width: 0;
  }

  .kyp-cta-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: #2f7dfa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .kyp-cta-icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.6;
  }

  .kyp-cta-text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 6px;
    line-height: 1.3;
  }

  .kyp-cta-text p {
    font-size: 14.5px;
    color: #b7c0d1;
    margin: 0;
  }

  .kyp-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #2f7dfa;
    color: #ffffff;
    font-size: 14.5px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding: 15px 10px 15px 26px;
    border-radius: 50px;
    white-space: nowrap;
    transition: background-color 0.25s ease, transform 0.25s ease;
    flex-shrink: 0;
  }

  .kyp-cta-btn:hover {
    background-color: #1f6ae0;
    transform: translateY(-2px);
  }

  .kyp-cta-btn-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .kyp-cta-btn-arrow svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: #2f7dfa;
    stroke-width: 2.2;
  }

  /* ---------- Bottom bar ---------- */
  .kyp-bottom-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 26px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }

  .kyp-bottom-left {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .kyp-bottom-shield {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(61, 139, 255, 0.6);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .kyp-bottom-shield svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #3d8bff;
    stroke-width: 1.6;
  }

  .kyp-copyright {
    font-size: 13.5px;
    color: #9aa4b8;
    line-height: 1.6;
    margin: 0;
  }

  .kyp-bottom-right {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .kyp-legal-links {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 13.5px;
    color: #c3cbd9;
  }

  .kyp-legal-links a {
    color: #c3cbd9;
    transition: color 0.2s ease;
  }

  .kyp-legal-links a:hover {
    color: #3d8bff;
  }

  .kyp-legal-divider {
    color: rgba(255, 255, 255, 0.25);
  }

  .kyp-scroll-top {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  }

  .kyp-scroll-top svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
  }

  .kyp-scroll-top:hover {
    background-color: #2f7dfa;
    border-color: #2f7dfa;
    transform: translateY(-3px);
  }

  /* =========================================================
     RESPONSIVE
     ========================================================= */

  /* ---- Tablet / small laptop ---- */
  @media (max-width: 1100px) {
    .kyp-top-grid {
      grid-template-columns: 1fr 1fr;
      row-gap: 44px;
    }

    .kyp-features-strip {
      grid-template-columns: repeat(3, 1fr);
      row-gap: 30px;
    }
  }

  /* ---- Tablet portrait ---- */
  @media (max-width: 820px) {
    .kyp-footer-inner {
      padding: 52px 28px 0;
    }

    .kyp-cta-banner {
      flex-direction: column;
      align-items: flex-start;
      padding: 28px;
    }

    .kyp-cta-btn {
      width: 100%;
      justify-content: space-between;
    }
  }

  /* ---- Mobile ---- */
  @media (max-width: 640px) {
    .kyp-footer-inner {
      padding: 44px 20px 0;
    }

    .kyp-top-grid {
      grid-template-columns: 1fr;
      gap: 40px;
      padding-bottom: 40px;
    }

    .kyp-brand-logo {
      width: 96px;
      height: 96px;
    }

    .kyp-brand-title {
      font-size: 22px;
    }

    .kyp-features-strip {
      grid-template-columns: repeat(2, 1fr);
      padding: 28px 16px;
      gap: 28px 12px;
    }

    .kyp-cta-left {
      flex-direction: column;
      align-items: flex-start;
      gap: 14px;
    }

    .kyp-cta-text h3 {
      font-size: 19px;
    }

    .kyp-bottom-bar {
      flex-direction: column;
      align-items: flex-start;
      gap: 18px;
    }

    .kyp-bottom-right {
      width: 100%;
      justify-content: space-between;
    }
  }

  /* ---- Small mobile ---- */
  @media (max-width: 400px) {
    .kyp-features-strip {
      grid-template-columns: 1fr;
    }

    .kyp-legal-links {
      flex-wrap: wrap;
      gap: 10px 16px;
    }
  }

  .text-color-icon{

    color: white;
  }

  .img-border{

border-radius: 15px;

  }

  /* ===== Leadership / Director Message Section ===== */

.leader-section {
  width: 100%;
  padding: 80px 24px;
  background: #ffffff;
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  box-sizing: border-box;
}

.leader-section * {
  box-sizing: border-box;
}

.leader-container {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: center;
}

/* ---------- Image side ---------- */

.leader-image-wrap {
  position: relative;
  width: 100%;
}

.leader-image {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  box-shadow: 0 20px 40px -12px rgba(15, 30, 60, 0.18);
}

.experience-badge {
  position: absolute;
  left: -28px;
  bottom: -28px;
  background: #1657cf;
  background: linear-gradient(155deg, #1a63e0 0%, #0f4dc4 100%);
  color: #ffffff;
  width: 148px;
  padding: 20px 16px 18px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 16px 30px -8px rgba(15, 77, 196, 0.45);
}

.experience-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.experience-icon svg {
  width: 18px;
  height: 18px;
}

.experience-label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
  opacity: 0.95;
  margin-bottom: 4px;
}

.experience-number {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.experience-sub {
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.92;
}

/* ---------- Content side ---------- */

.leader-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.leader-eyebrow {
  display: inline-block;
  background: #123b8c;
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.leader-heading {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  color: #0f1b33;
  margin: 0 0 22px;
}

.leader-text {
  font-size: 15.5px;
  line-height: 1.85;
  color: #6b7280;
  margin: 0 0 20px;
  max-width: 560px;
}

.leader-text:last-of-type {
  margin-bottom: 28px;
}

.leader-signature {
  margin-top: 4px;
}

.leader-name {
  font-size: 16.5px;
  font-weight: 700;
  color: #0f1b33;
  margin: 0 0 2px;
}

.leader-role {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 2px;
}

.leader-company {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

/* ===== Tablet ===== */
@media (max-width: 900px) {
  .leader-container {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .leader-image {
    height: 420px;
  }

  .leader-heading {
    font-size: 32px;
  }

  .leader-text {
    max-width: 100%;
  }
}

/* ===== Mobile ===== */
@media (max-width: 560px) {
  .leader-section {
    padding: 56px 18px;
  }

  .leader-container {
    gap: 56px;
  }

  .leader-image {
    height: 340px;
    border-radius: 14px;
  }

  .experience-badge {
    left: 16px;
    bottom: -24px;
    width: 128px;
    padding: 16px 12px 14px;
    border-radius: 12px;
  }

  .experience-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
  }

  .experience-number {
    font-size: 26px;
  }

  .experience-label {
    font-size: 12px;
  }

  .experience-sub {
    font-size: 11.5px;
  }

  .leader-content {
    margin-top: 8px;
  }

  .leader-eyebrow {
    font-size: 11px;
    padding: 6px 14px;
    margin-bottom: 16px;
  }

  .leader-heading {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .leader-text {
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 16px;
  }

  .leader-name {
    font-size: 15.5px;
  }

  .leader-role,
  .leader-company {
    font-size: 13.5px;
  }
}

/* =========================================================
   KYP DIRECTOR PAGE
   FEATURES + QUOTE SECTION
   Fully Responsive
========================================================= */


/* =========================================================
   FEATURES SECTION
========================================================= */

.features-section {
  width: 100%;
  padding: 70px 20px;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7faff 100%
    );
  box-sizing: border-box;
}


/* =========================================================
   FEATURES WRAPPER
========================================================= */

.features-wrap {
  width: 100%;
  max-width: 1220px;

  margin: 0 auto;

  padding: 0;

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  background: #ffffff;

  border: 1px solid #e2eaf4;

  border-radius: 22px;

  box-shadow:
    0 15px 45px rgba(30, 48, 125, 0.08),
    0 4px 12px rgba(30, 48, 125, 0.04);

  overflow: hidden;

  box-sizing: border-box;
}


/* =========================================================
   FEATURE ITEM
========================================================= */

.feature-item {
  position: relative;

  min-width: 0;

  padding: 42px 30px 40px;

  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;

  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}


/* Vertical divider */

.feature-item:not(:last-child)::after {
  content: "";

  position: absolute;

  top: 24px;
  right: 0;

  width: 1px;
  height: calc(100% - 48px);

  background:
    linear-gradient(
      to bottom,
      transparent,
      #dce6f1 20%,
      #dce6f1 80%,
      transparent
    );
}


/* Hover */

.feature-item:hover {
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f5f9ff 100%
    );
}


/* =========================================================
   ICON
========================================================= */

.feature-icon {
  width: 68px;
  height: 68px;

  margin-bottom: 20px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;

  background:
    linear-gradient(
      145deg,
      #1e307d 0%,
      #087fc3 70%,
      #10bbdd 100%
    );

  border: 5px solid #eef6ff;

  box-shadow:
    0 8px 20px rgba(8, 127, 195, 0.18);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.feature-item:hover .feature-icon {
  transform: translateY(-5px) scale(1.04);

  box-shadow:
    0 12px 28px rgba(8, 127, 195, 0.25);
}


/* SVG */

.feature-icon svg {
  width: 29px;
  height: 29px;

  display: block;
}


/* =========================================================
   TITLE
========================================================= */

.feature-title {
  margin: 0 0 10px;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 17px;

  font-weight: 700;

  line-height: 1.35;

  color: #1e2369;

  letter-spacing: -0.01em;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.feature-text {
  width: 100%;
  max-width: 250px;

  margin: 0 auto;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 13.5px;

  font-weight: 400;

  line-height: 1.65;

  color: #667085;
}


/* =========================================================
   QUOTE SECTION
========================================================= */

.quote-section {
  position: relative;

  width: calc(100% - 40px);

  max-width: 1220px;

  min-height: 280px;

  margin: 0 auto 70px;

  border-radius: 22px;

  overflow: hidden;

  display: flex;
  align-items: center;

  box-shadow:
    0 18px 45px rgba(17, 35, 85, 0.14);

  box-sizing: border-box;
}


/* =========================================================
   BACKGROUND IMAGE
========================================================= */

.quote-bg {
  position: absolute;

  inset: 0;

  background-image:
    url("../../../assets/images/director/below.jpg");

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  transform: scale(1.01);
}


/* =========================================================
   OVERLAY
========================================================= */

.quote-overlay {
  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(18, 26, 92, 0.97) 0%,
      rgba(24, 43, 120, 0.92) 42%,
      rgba(8, 127, 195, 0.78) 75%,
      rgba(8, 127, 195, 0.58) 100%
    );
}


/* =========================================================
   QUOTE CONTENT
========================================================= */

.quote-wrap {
  position: relative;

  z-index: 2;

  width: 100%;

  max-width: 760px;

  padding: 52px 60px;

  box-sizing: border-box;
}


/* =========================================================
   BADGE
========================================================= */

.quote-badge {
  display: inline-flex;

  align-items: center;

  padding: 7px 13px;

  margin-bottom: 16px;

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.11);

  border: 1px solid rgba(255, 255, 255, 0.18);

  color: #ffffff;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 1.1px;

  text-transform: uppercase;
}


/* =========================================================
   QUOTE MARK
========================================================= */

.quote-mark {
  display: block;

  height: 48px;

  margin-bottom: 5px;

  color: #10bbdd;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 64px;

  font-weight: 700;

  line-height: 0.8;
}


/* =========================================================
   QUOTE TEXT
========================================================= */

.quote-text {
  max-width: 720px;

  margin: 0;

  color: #ffffff;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 23px;

  font-weight: 600;

  line-height: 1.55;

  letter-spacing: -0.015em;
}


/* =========================================================
   QUOTE LINE
========================================================= */

.quote-line {
  width: 56px;
  height: 3px;

  margin-top: 22px;

  border-radius: 10px;

  background:
    linear-gradient(
      90deg,
      #10bbdd,
      #ffffff
    );
}


/* =========================================================
   LARGE LAPTOP
========================================================= */

@media (max-width: 1200px) {

  .features-section {
    padding: 60px 18px;
  }

  .feature-item {
    padding: 38px 22px 36px;
  }

  .feature-title {
    font-size: 16px;
  }

  .feature-text {
    font-size: 13px;
  }

  .quote-section {
    width: calc(100% - 36px);

    min-height: 260px;
  }

  .quote-wrap {
    padding: 46px 48px;
  }

  .quote-text {
    font-size: 21px;
  }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

  .features-section {
    padding: 50px 16px;
  }

  .features-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    border-radius: 18px;
  }

  .feature-item {
    padding: 34px 25px;
  }

  /* Remove vertical divider on right column */

  .feature-item:nth-child(2)::after,
  .feature-item:nth-child(4)::after {
    display: none;
  }

  /* Add horizontal divider */

  .feature-item:nth-child(1)::before,
  .feature-item:nth-child(2)::before {
    content: "";

    position: absolute;

    left: 22px;
    right: 22px;

    bottom: 0;

    height: 1px;

    background:
      linear-gradient(
        90deg,
        transparent,
        #dce6f1,
        transparent
      );
  }

  .feature-icon {
    width: 62px;
    height: 62px;

    margin-bottom: 17px;
  }

  .feature-icon svg {
    width: 27px;
    height: 27px;
  }

  .quote-section {
    width: calc(100% - 32px);

    min-height: 240px;

    margin-bottom: 50px;

    border-radius: 18px;
  }

  .quote-wrap {
    padding: 42px 38px;
  }

  .quote-text {
    font-size: 19px;
  }
}


/* =========================================================
   LARGE MOBILE
========================================================= */

@media (max-width: 600px) {

  .features-section {
    padding: 38px 14px;
  }

  .features-wrap {
    grid-template-columns: 1fr;

    border-radius: 17px;
  }

  .feature-item {
    padding: 30px 22px;
  }

  /* Remove all vertical dividers */

  .feature-item::after {
    display: none !important;
  }

  /* Horizontal divider */

  .feature-item:not(:last-child) {
    border-bottom: 1px solid #e2e9f1;
  }

  .feature-item::before {
    display: none !important;
  }

  .feature-icon {
    width: 60px;
    height: 60px;

    margin-bottom: 16px;

    border-width: 4px;
  }

  .feature-icon svg {
    width: 26px;
    height: 26px;
  }

  .feature-title {
    font-size: 16px;
  }

  .feature-text {
    max-width: 360px;

    font-size: 13px;

    line-height: 1.6;
  }

  .quote-section {
    width: calc(100% - 28px);

    min-height: 0;

    margin-bottom: 38px;

    border-radius: 17px;

    align-items: stretch;
  }

  .quote-bg {
    background-position: 60% center;
  }

  .quote-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(18, 26, 92, 0.94) 0%,
        rgba(18, 40, 111, 0.92) 55%,
        rgba(8, 127, 195, 0.78) 100%
      );
  }

  .quote-wrap {
    padding: 34px 24px 36px;
  }

  .quote-badge {
    font-size: 9px;

    padding: 6px 11px;
  }

  .quote-mark {
    font-size: 52px;

    height: 40px;
  }

  .quote-text {
    font-size: 17px;

    line-height: 1.55;
  }

  .quote-line {
    margin-top: 18px;
  }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  .features-section {
    padding: 32px 12px;
  }

  .feature-item {
    padding: 27px 17px;
  }

  .feature-icon {
    width: 56px;
    height: 56px;
  }

  .feature-icon svg {
    width: 24px;
    height: 24px;
  }

  .feature-title {
    font-size: 15px;
  }

  .feature-text {
    font-size: 12.5px;

    line-height: 1.58;
  }

  .quote-section {
    width: calc(100% - 24px);

    border-radius: 15px;
  }

  .quote-wrap {
    padding: 30px 20px 32px;
  }

  .quote-mark {
    font-size: 48px;

    height: 36px;
  }

  .quote-text {
    font-size: 16px;

    line-height: 1.55;
  }

  .quote-line {
    width: 46px;
  }
}


/* =========================================================
   VERY SMALL DEVICES
========================================================= */

@media (max-width: 360px) {

  .features-section {
    padding: 28px 10px;
  }

  .features-wrap {
    border-radius: 14px;
  }

  .feature-item {
    padding: 25px 15px;
  }

  .feature-icon {
    width: 52px;
    height: 52px;

    margin-bottom: 14px;
  }

  .feature-icon svg {
    width: 22px;
    height: 22px;
  }

  .feature-title {
    font-size: 14.5px;
  }

  .feature-text {
    font-size: 12px;
  }

  .quote-section {
    width: calc(100% - 20px);

    border-radius: 14px;
  }

  .quote-wrap {
    padding: 27px 17px 29px;
  }

  .quote-badge {
    font-size: 8px;

    letter-spacing: 0.8px;
  }

  .quote-mark {
    font-size: 44px;

    height: 33px;
  }

  .quote-text {
    font-size: 15px;
  }
}


/* =========================================================
   ACCESSIBILITY / SAFETY
========================================================= */

.features-section *,
.quote-section * {
  box-sizing: border-box;
}

.quote-section,
.features-wrap {
  max-width: 100%;
}

.quote-text,
.feature-text,
.feature-title {
  overflow-wrap: break-word;
}


/* =========================================================
   REDUCE MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .feature-item,
  .feature-icon {
    transition: none;
  }
}

/* =========================================================
   KYP SERVICES + WHY CHOOSE US
   PREMIUM BLUE / CYAN DESIGN
   FULLY RESPONSIVE
========================================================= */


/* =========================================================
   COLOR VARIABLES
========================================================= */

:root {
  --kyp-navy: #1f246b;
  --kyp-navy-dark: #11184d;
  --kyp-blue: #087fc3;
  --kyp-cyan: #10bbdd;

  --kyp-light-blue: #f3f8fd;
  --kyp-soft-blue: #eaf5fc;

  --kyp-heading: #17204f;
  --kyp-text: #657186;
  --kyp-border: #e2eaf2;

  --kyp-shadow: 0 12px 35px rgba(22, 49, 95, 0.08);
}


/* =========================================================
   GLOBAL SECTION SAFETY
========================================================= */

.services-section,
.why-section {
  width: 100%;
  box-sizing: border-box;
}

.services-section *,
.why-section * {
  box-sizing: border-box;
}


/* =========================================================
   SHARED EYEBROW
========================================================= */

.eyebrow-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 8px 17px;

  border-radius: 100px;

  background: linear-gradient(
    135deg,
    var(--kyp-navy),
    var(--kyp-blue)
  );

  color: #ffffff;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 10px;
  font-weight: 700;

  line-height: 1;

  letter-spacing: 1px;

  text-transform: uppercase;
}


/* =========================================================
   SERVICES SECTION
========================================================= */

.services-section {
  position: relative;

  padding: 50px 24px;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7fbff 100%
    );

  overflow: hidden;
}


/* Subtle decorative glow */

.services-section::before {
  content: "";

  position: absolute;

  width: 420px;
  height: 420px;

  top: -220px;
  right: -180px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(16, 187, 221, 0.08),
      transparent 68%
    );

  pointer-events: none;
}


/* =========================================================
   SERVICES CONTAINER
========================================================= */

.services-container {
  position: relative;

  z-index: 1;

  width: 100%;
  max-width: 1280px;

  margin: 0 auto;
}


/* =========================================================
   SERVICES HEADER
========================================================= */

.services-header {
  max-width: 780px;

  margin: 0 auto 52px;

  text-align: center;
}


/* =========================================================
   SERVICES TITLE
========================================================= */

.services-title {
  margin: 16px 0 0;

  font-family: Arial, Helvetica, sans-serif;

  font-size: clamp(29px, 3vw, 40px);

  font-weight: 800;

  line-height: 1.15;

  letter-spacing: -0.035em;

  color: var(--kyp-heading);
}


/* =========================================================
   SERVICES GRID
========================================================= */

.services-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 26px;
}


/* =========================================================
   SERVICE CARD
========================================================= */

.service-card {
  position: relative;

  min-width: 0;

  background: #ffffff;

  border: 1px solid var(--kyp-border);

  border-radius: 18px;

  overflow: hidden;

  box-shadow:
    0 8px 25px rgba(22, 48, 95, 0.055);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}


/* Hover */

.service-card:hover {
  transform: translateY(-8px);

  border-color:
    rgba(8, 127, 195, 0.28);

  box-shadow:
    0 20px 45px rgba(20, 55, 105, 0.13);
}


/* =========================================================
   SERVICE IMAGE
========================================================= */

.service-card-img {
  position: relative;

  width: 100%;

  aspect-ratio: 16 / 10;

  overflow: hidden;

  background: #dfeaf4;
}


/* Image overlay */

.service-card-img::after {
  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(8, 35, 80, 0.02) 35%,
      rgba(10, 30, 75, 0.30) 100%
    );

  pointer-events: none;
}


/* Image */

.service-card-img img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition:
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}


/* Zoom effect */

.service-card:hover
.service-card-img img {
  transform: scale(1.07);
}


/* =========================================================
   SERVICE BODY
========================================================= */

.service-card-body {
  padding: 21px 20px 23px;

  background: #ffffff;
}


/* =========================================================
   SERVICE TITLE
========================================================= */

.service-card-title {
  margin: 0 0 9px;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 17px;

  font-weight: 700;

  line-height: 1.35;

  color: var(--kyp-heading);
}


/* =========================================================
   SERVICE DESCRIPTION
========================================================= */

.service-card-text {
  margin: 0;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 13px;

  font-weight: 400;

  line-height: 1.62;

  color: var(--kyp-text);
}


/* =========================================================
   WHY CHOOSE US
========================================================= */

.why-section {
  position: relative;

  padding: 90px 24px;

  background:
    linear-gradient(
      135deg,
      #10174c 0%,
      #18266f 52%,
      #086ea9 100%
    );

  overflow: hidden;
}


/* Decorative glow top */

.why-section::before {
  content: "";

  position: absolute;

  width: 500px;
  height: 500px;

  top: -250px;
  right: -160px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(16, 187, 221, 0.18),
      transparent 67%
    );

  pointer-events: none;
}


/* Decorative glow bottom */

.why-section::after {
  content: "";

  position: absolute;

  width: 420px;
  height: 420px;

  bottom: -260px;
  left: -180px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(8, 127, 195, 0.18),
      transparent 67%
    );

  pointer-events: none;
}


/* =========================================================
   WHY CONTAINER
========================================================= */

.why-container {
  position: relative;

  z-index: 1;

  width: 100%;
  max-width: 1280px;

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(270px, 0.8fr)
    minmax(0, 1.55fr);

  gap: 70px;

  align-items: center;
}


/* =========================================================
   WHY LEFT
========================================================= */

.why-left {
  min-width: 0;
}


/* =========================================================
   WHY BADGE
========================================================= */

.eyebrow-badge--dark {
  background:
    rgba(255, 255, 255, 0.07);

  border:
    1px solid rgba(255, 255, 255, 0.16);

  color: var(--kyp-cyan);
}


/* =========================================================
   WHY TITLE
========================================================= */

.why-title {
  margin: 18px 0 18px;

  font-family: Arial, Helvetica, sans-serif;

  font-size: clamp(30px, 3vw, 42px);

  font-weight: 800;

  line-height: 1.16;

  letter-spacing: -0.035em;

  color: #ffffff;
}


/* =========================================================
   WHY TEXT
========================================================= */

.why-text {
  max-width: 390px;

  margin: 0;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.75;

  color: rgba(255, 255, 255, 0.66);
}


/* =========================================================
   WHY RIGHT
========================================================= */

.why-right {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 19px;
}


/* =========================================================
   WHY ITEM
========================================================= */

.why-item {
  min-width: 0;

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  gap: 15px;

  padding: 23px 19px;

  border-radius: 16px;

  background:
    rgba(255, 255, 255, 0.055);

  border:
    1px solid rgba(255, 255, 255, 0.09);

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}


/* Hover */

.why-item:hover {
  transform: translateY(-5px);

  background:
    rgba(255, 255, 255, 0.09);

  border-color:
    rgba(16, 187, 221, 0.28);

  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.13);
}


/* =========================================================
   WHY ICON
========================================================= */

.why-icon {
  width: 58px;
  height: 58px;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  border-radius: 15px;

  background:
    linear-gradient(
      145deg,
      rgba(8, 127, 195, 0.22),
      rgba(16, 187, 221, 0.10)
    );

  border:
    1px solid rgba(16, 187, 221, 0.22);

  overflow: hidden;

  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
}


/* Icon hover */

.why-item:hover .why-icon {
  transform: translateY(-3px);

  border-color:
    rgba(16, 187, 221, 0.42);
}


/* Icon image */

.why-icon img {
  width: 50px;
  height: 50px;

  max-width: 100%;
  max-height: 100%;

  display: block;

  object-fit: contain;
}


/* =========================================================
   WHY ITEM BODY
========================================================= */

.why-item-body {
  min-width: 0;
}


/* =========================================================
   WHY ITEM TITLE
========================================================= */

.why-item-title {
  margin: 0 0 8px;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 15px;

  font-weight: 700;

  line-height: 1.38;

  color: #ffffff;
}


/* =========================================================
   WHY ITEM TEXT
========================================================= */

.why-item-text {
  margin: 0;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 12.8px;

  font-weight: 400;

  line-height: 1.6;

  color: rgba(255, 255, 255, 0.60);
}


/* =========================================================
   LARGE LAPTOP
========================================================= */

@media (max-width: 1200px) {

  .services-section {
    padding: 78px 20px;
  }

  .services-grid {
    gap: 21px;
  }

  .why-section {
    padding: 78px 20px;
  }

  .why-container {
    gap: 45px;
  }

}


/* =========================================================
   TABLET LANDSCAPE
========================================================= */

@media (max-width: 1024px) {

  .services-section {
    padding: 68px 18px;
  }

  .services-header {
    margin-bottom: 42px;
  }

  .services-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 20px;
  }

  .service-card-img {
    aspect-ratio: 16 / 9;
  }


  /* Why */

  .why-section {
    padding: 68px 18px;
  }

  .why-container {
    grid-template-columns: 1fr;

    gap: 42px;
  }

  .why-text {
    max-width: 650px;
  }

  .why-right {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 18px;
  }

}


/* =========================================================
   TABLET PORTRAIT
========================================================= */

@media (max-width: 768px) {

  .services-section {
    padding: 58px 16px;
  }

  .services-header {
    margin-bottom: 36px;
  }

  .services-title {
    font-size: 30px;
  }

  .services-grid {
    gap: 16px;
  }

  .service-card {
    border-radius: 16px;
  }

  .service-card-body {
    padding: 18px 16px 20px;
  }

  .service-card-title {
    font-size: 16px;
  }

  .service-card-text {
    font-size: 12.5px;
  }


  /* Why */

  .why-section {
    padding: 58px 16px;
  }

  .why-container {
    gap: 36px;
  }

  .why-title {
    font-size: 31px;
  }

  .why-right {
    gap: 15px;
  }

  .why-item {
    padding: 20px 17px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .services-section {
    padding: 48px 14px;
  }

  .services-header {
    margin-bottom: 30px;
  }

  .eyebrow-badge {
    padding: 7px 14px;

    font-size: 9px;
  }

  .services-title {
    margin-top: 14px;

    font-size: 27px;

    line-height: 1.2;
  }

  .services-grid {
    grid-template-columns: 1fr;

    gap: 16px;
  }

  .service-card-img {
    aspect-ratio: 16 / 9;
  }

  .service-card-body {
    padding: 19px 17px 20px;
  }

  .service-card-title {
    font-size: 17px;
  }

  .service-card-text {
    font-size: 13px;

    line-height: 1.6;
  }


  /* Why */

  .why-section {
    padding: 50px 14px;
  }

  .why-container {
    gap: 30px;
  }

  .why-title {
    font-size: 28px;
  }

  .why-text {
    max-width: none;

    font-size: 13.5px;
  }

  .why-right {
    grid-template-columns: 1fr;

    gap: 13px;
  }

  .why-item {
    flex-direction: row;

    align-items: flex-start;

    gap: 14px;

    padding: 18px 15px;

    border-radius: 14px;
  }

  .why-icon {
    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    border-radius: 13px;
  }

  .why-icon img {
    width: 44px;
    height: 44px;
  }

  .why-item-title {
    font-size: 15px;

    margin-top: 1px;
  }

  .why-item-text {
    font-size: 12.5px;

    line-height: 1.55;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  .services-section {
    padding: 42px 12px;
  }

  .services-title {
    font-size: 24px;
  }

  .service-card {
    border-radius: 14px;
  }

  .service-card-body {
    padding: 17px 15px 18px;
  }

  .service-card-title {
    font-size: 15.5px;
  }

  .service-card-text {
    font-size: 12.2px;
  }


  /* Why */

  .why-section {
    padding: 42px 12px;
  }

  .why-title {
    font-size: 25px;
  }

  .why-text {
    font-size: 12.8px;
  }

  .why-item {
    gap: 12px;

    padding: 16px 13px;
  }

  .why-icon {
    width: 48px;
    height: 48px;

    flex-basis: 48px;
  }

  .why-icon img {
    width: 40px;
    height: 40px;
  }

  .why-item-title {
    font-size: 14px;
  }

  .why-item-text {
    font-size: 11.8px;
  }

}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 360px) {

  .services-section {
    padding: 36px 10px;
  }

  .services-title {
    font-size: 22px;
  }

  .service-card-body {
    padding: 15px 13px;
  }

  .service-card-title {
    font-size: 14.5px;
  }

  .service-card-text {
    font-size: 11.7px;
  }

  .why-section {
    padding: 36px 10px;
  }

  .why-title {
    font-size: 23px;
  }

  .why-item {
    padding: 15px 11px;
  }

  .why-icon {
    width: 44px;
    height: 44px;

    flex-basis: 44px;
  }

  .why-icon img {
    width: 36px;
    height: 36px;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .service-card,
  .service-card-img img,
  .why-item,
  .why-icon {
    transition: none !important;
  }
}

/* ==========================================================================
   Smart Facility Management Solutions — Section
   Palette: Deep Navy #0B2A5B, Primary Blue #1450C4, Sky Accent #3B7BF0,
            Ink #10203D, Muted #5C6B84, Line #E4E9F2, Surface #FFFFFF
   ========================================================================== */

.facility-section {
  --navy: #0b2a5b;
  --blue: #1450c4;
  --sky: #3b7bf0;
  --ink: #10203d;
  --muted: #5c6b84;
  --line: #e3e8f2;
  --surface: #ffffff;
  --tint: #f4f7fd;

  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 96px 32px;
  background: var(--surface);
  overflow: hidden;
}

.facility-container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  align-items: center;
  gap: 64px;
}

/* -------------------- Content column -------------------- */

.facility-content {
  max-width: 520px;
}

.facility-eyebrow {
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 18px;
}

.facility-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.18;
  color: var(--ink);
  margin: 0 0 22px;
  letter-spacing: -0.01em;
}

.facility-divider {
  width: 56px;
  height: 4px;
  border-radius: 2px;
  background: var(--blue);
  margin-bottom: 26px;
}

.facility-description {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0 0 44px;
}

/* -------------------- Feature pills -------------------- */

.facility-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 20px 10px 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.feature-item:hover {
  border-color: var(--sky);
  box-shadow: 0 12px 28px -14px rgba(20, 80, 196, 0.35);
  transform: translateY(-3px);
}

.feature-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--tint);
  color: var(--blue);
  flex-shrink: 0;
}

.feature-icon svg {
  width: 22px;
  height: 22px;
}

.feature-label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
}

/* -------------------- Media column -------------------- */

.facility-media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-frame {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 4 / 4.7;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(11, 42, 91, 0.35);
  z-index: 2;
}

.media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.media-accent-ring {
  position: absolute;
  top: -28px;
  left: -8px;
  width: 150px;
  height: 150px;
  border: 2px solid var(--sky);
  border-radius: 24px;
  z-index: 1;
  opacity: 0.55;
}

.media-accent-block {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 130px;
  height: 130px;
  background: var(--navy);
  border-radius: 0 28px 0 100%;
  z-index: 1;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1024px) {
  .facility-container {
    gap: 48px;
  }

  .media-frame {
    max-width: 360px;
  }
}

@media (max-width: 860px) {
  .facility-section {
    padding: 72px 24px;
  }

  .facility-container {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .facility-content {
    max-width: 100%;
    order: 2;
  }

  .facility-media {
    order: 1;
  }

  .media-frame {
    max-width: 380px;
  }

  .facility-heading br {
    display: none;
  }
}

@media (max-width: 560px) {
  .facility-section {
    padding: 56px 18px;
  }

  .facility-heading {
    font-size: 28px;
  }

  .facility-description {
    font-size: 15px;
    margin-bottom: 34px;
  }

  .facility-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .feature-item {
    padding: 18px 8px 16px;
  }

  .media-frame {
    max-width: 300px;
    aspect-ratio: 4 / 4.5;
    border-radius: 22px;
  }

  .media-accent-ring {
    width: 100px;
    height: 100px;
    top: -18px;
    left: -6px;
    border-radius: 18px;
  }

  .media-accent-block {
    width: 90px;
    height: 90px;
    top: -24px;
    right: -24px;
  }
}

@media (max-width: 380px) {
  .facility-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-label {
    font-size: 11.5px;
  }
}


/* =========================================================
   KYP SERVICES SECTION
   BLUE / CYAN / NAVY
   PREMIUM RESPONSIVE DESIGN
========================================================= */


/* =========================================================
   ROOT COLORS
========================================================= */

:root {

  --kyp-navy: #1e2369;
  --kyp-navy-dark: #10174f;

  --kyp-blue: #087fc3;
  --kyp-blue-dark: #065f99;

  --kyp-cyan: #10bbdd;

  --kyp-light: #f3f8fd;
  --kyp-white: #ffffff;

  --kyp-heading: #17204f;
  --kyp-text: #64748b;

  --kyp-border: #dfe8f1;

}


/* =========================================================
   SECTION
========================================================= */

.services-section {

  position: relative;

  width: 100%;

  padding: 50px 24px;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7fbff 100%
    );

  overflow: hidden;

  box-sizing: border-box;
}


/* Decorative background glow */

.services-section::before {

  content: "";

  position: absolute;

  width: 480px;
  height: 480px;

  top: -260px;
  right: -180px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(16, 187, 221, 0.09),
      transparent 68%
    );

  pointer-events: none;
}


.services-section::after {

  content: "";

  position: absolute;

  width: 400px;
  height: 400px;

  bottom: -250px;
  left: -180px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(8, 127, 195, 0.07),
      transparent 68%
    );

  pointer-events: none;
}


/* =========================================================
   CONTAINER
========================================================= */

.services-container {

  position: relative;

  z-index: 1;

  width: 100%;

  max-width: 1240px;

  margin: 0 auto;

}


/* =========================================================
   HEADER
========================================================= */

.services-header {

  max-width: 760px;

  margin: 0 auto 55px;

  text-align: center;

}


/* =========================================================
   EYEBROW
========================================================= */

.services-eyebrow {

  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 8px 17px;

  border-radius: 100px;

  background:
    linear-gradient(
      135deg,
      var(--kyp-navy),
      var(--kyp-blue)
    );

  color: #ffffff;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 1.25px;

  line-height: 1;

  text-transform: uppercase;

}


/* =========================================================
   TITLE
========================================================= */

.services-title {

  margin: 17px 0 17px;

  color: var(--kyp-heading);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: clamp(
    30px,
    3vw,
    40px
  );

  font-weight: 800;

  line-height: 1.15;

  letter-spacing: -0.035em;

}


/* =========================================================
   DIVIDER
========================================================= */

.services-divider {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 12px;

}


.divider-line {

  width: 55px;

  height: 2px;

  border-radius: 10px;

  background:
    linear-gradient(
      90deg,
      transparent,
      #b9cee1
    );

}


.divider-line:last-child {

  background:
    linear-gradient(
      90deg,
      #b9cee1,
      transparent
    );

}


.divider-icon {

  width: 31px;
  height: 31px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  color: var(--kyp-blue);

  background:
    #e9f5fc;

  border:
    1px solid #d6eaf6;

}


/* =========================================================
   SERVICES GRID
========================================================= */

.services-grid {

  display: grid;

  grid-template-columns:
    repeat(
      3,
      minmax(0, 1fr)
    );

  gap: 26px;

}


/* =========================================================
   CARD
========================================================= */

.service-card {

  position: relative;

  min-width: 0;

  background:
    #ffffff;

  border:
    1px solid var(--kyp-border);

  border-radius: 20px;

  overflow: hidden;

  box-shadow:
    0 10px 30px
    rgba(
      21,
      52,
      94,
      0.075
    );

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;

}


/* Card hover */

.service-card:hover {

  transform:
    translateY(-8px);

  border-color:
    rgba(
      8,
      127,
      195,
      0.30
    );

  box-shadow:
    0 20px 48px
    rgba(
      17,
      53,
      101,
      0.14
    );

}


/* =========================================================
   MEDIA
========================================================= */

.card-media {

  position: relative;

  width: 100%;

  aspect-ratio: 16 / 10;

  overflow: hidden;

  background:
    #dce9f3;

}


/* Image */

.card-media img {

  width: 100%;

  height: 100%;

  display: block;

  object-fit: cover;

  transition:
    transform 0.65s
    cubic-bezier(
      0.22,
      1,
      0.36,
      1
    );

}


.service-card:hover
.card-media img {

  transform:
    scale(1.08);

}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.card-overlay {

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(9, 25, 75, 0.04) 40%,
      rgba(9, 28, 76, 0.46) 100%
    );

  pointer-events: none;

}


/* =========================================================
   NUMBER
========================================================= */

.card-number {

  position: absolute;

  top: 15px;

  left: 15px;

  z-index: 2;

  width: 42px;
  height: 36px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 9px;

  background:
    rgba(
      30,
      35,
      105,
      0.94
    );

  border:
    1px solid
    rgba(
      255,
      255,
      255,
      0.35
    );

  color: #ffffff;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 12px;

  font-weight: 800;

  letter-spacing: 0.5px;

  box-shadow:
    0 8px 18px
    rgba(
      0,
      0,
      0,
      0.18
    );

}


/* =========================================================
   CARD BODY
========================================================= */

.card-body {

  position: relative;

  padding:
    23px
    22px
    25px;

}


/* =========================================================
   SMALL LABEL
========================================================= */

.card-label {

  display: inline-block;

  margin-bottom: 9px;

  color:
    var(--kyp-blue);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: 1px;

  text-transform: uppercase;

}


/* =========================================================
   TITLE
========================================================= */

.card-title {

  margin: 0 0 10px;

  color:
    var(--kyp-heading);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 18px;

  font-weight: 700;

  line-height: 1.35;

}


/* =========================================================
   TEXT
========================================================= */

.card-text {

  margin: 0;

  color:
    var(--kyp-text);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 13.5px;

  font-weight: 400;

  line-height: 1.68;

}


/* =========================================================
   LARGE LAPTOP
========================================================= */

@media (max-width: 1200px) {

  .services-section {

    padding:
      80px 20px;

  }

  .services-grid {

    gap: 21px;

  }

  .card-body {

    padding:
      21px
      19px
      23px;

  }

}


/* =========================================================
   TABLET LANDSCAPE
========================================================= */

@media (max-width: 1024px) {

  .services-section {

    padding:
      70px 18px;

  }

  .services-header {

    margin-bottom:
      42px;

  }

  .services-grid {

    grid-template-columns:
      repeat(
        2,
        minmax(0, 1fr)
      );

    gap: 20px;

  }

  .card-media {

    aspect-ratio:
      16 / 10;

  }

}


/* =========================================================
   TABLET PORTRAIT
========================================================= */

@media (max-width: 768px) {

  .services-section {

    padding:
      60px 16px;

  }

  .services-title {

    font-size:
      30px;

  }

  .services-grid {

    gap: 17px;

  }

  .service-card {

    border-radius:
      17px;

  }

  .card-number {

    top: 12px;
    left: 12px;

    width: 38px;
    height: 33px;

    font-size:
      11px;

  }

  .card-body {

    padding:
      18px
      16px
      21px;

  }

  .card-title {

    font-size:
      16px;

  }

  .card-text {

    font-size:
      12.5px;

  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .services-section {

    padding:
      48px 14px;

  }

  .services-header {

    margin-bottom:
      32px;

  }

  .services-eyebrow {

    font-size:
      9px;

    padding:
      7px 13px;

  }

  .services-title {

    margin-top:
      14px;

    font-size:
      27px;

    line-height:
      1.2;

  }

  .services-divider {

    gap:
      9px;

  }

  .divider-line {

    width:
      42px;

  }

  .services-grid {

    grid-template-columns:
      1fr;

    gap:
      17px;

  }

  .service-card {

    border-radius:
      16px;

  }

  .card-media {

    aspect-ratio:
      16 / 9;

  }

  .card-body {

    padding:
      18px
      17px
      20px;

  }

  .card-title {

    font-size:
      17px;

  }

  .card-text {

    font-size:
      13px;

    line-height:
      1.6;

  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  .services-section {

    padding:
      42px 12px;

  }

  .services-title {

    font-size:
      24px;

  }

  .service-card {

    border-radius:
      14px;

  }

  .card-body {

    padding:
      17px
      15px
      19px;

  }

  .card-title {

    font-size:
      15.5px;

  }

  .card-text {

    font-size:
      12.2px;

  }

  .card-label {

    font-size:
      8px;

  }

  .card-number {

    width:
      35px;

    height:
      31px;

    top:
      10px;

    left:
      10px;

    font-size:
      10px;

  }

}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 360px) {

  .services-section {

    padding:
      36px 10px;

  }

  .services-title {

    font-size:
      22px;

  }

  .card-body {

    padding:
      15px
      13px
      18px;

  }

  .card-title {

    font-size:
      14.5px;

  }

  .card-text {

    font-size:
      11.7px;

  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .service-card,
  .card-media img {

    transition:
      none !important;

  }

}

/* contact-us-page */

/* =========================================================
   KYP CONTACT SECTION
   PREMIUM BLUE / CYAN DESIGN
   FULLY RESPONSIVE
   UNIQUE SUBMIT BUTTON NAMES
========================================================= */


/* =========================================================
   CONTACT SECTION
========================================================= */

.contact-section {

  --kyp-navy: #1e2369;
  --kyp-navy-dark: #10174f;
  --kyp-blue: #087fc3;
  --kyp-cyan: #10bbdd;

  --kyp-light: #f4f8fc;
  --kyp-soft: #eaf5fc;

  --kyp-heading: #17204f;
  --kyp-muted: #6b778d;
  --kyp-border: #dfe7f0;

  width: 100%;

  padding: 90px 24px;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f5f9fd 100%
    );

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  box-sizing: border-box;
}


/* =========================================================
   GLOBAL BOX SIZING
========================================================= */

.contact-section *,
.contact-section *::before,
.contact-section *::after {
  box-sizing: border-box;
}


/* =========================================================
   WRAPPER
========================================================= */

.contact-wrapper {

  width: 100%;

  max-width: 1220px;

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, 1.55fr)
    minmax(320px, 0.9fr);

  gap: 28px;

  align-items: stretch;
}


/* =========================================================
   COMMON CARD
========================================================= */

.contact-card {

  min-width: 0;

  border-radius: 22px;
}


/* =========================================================
   FORM CARD
========================================================= */

.form-card {

  background: #ffffff;

  border:
    1px solid var(--kyp-border);

  padding:
    44px;

  box-shadow:
    0 18px 50px
    rgba(
      20,
      47,
      91,
      0.08
    );
}


/* =========================================================
   FORM HEADER
========================================================= */

.form-heading {
  margin-bottom: 30px;
}


.form-eyebrow,
.office-eyebrow {

  display: inline-flex;

  align-items: center;

  color: var(--kyp-blue);

  font-size: 10px;

  font-weight: 800;

  letter-spacing: 1.2px;

  line-height: 1;

  text-transform: uppercase;
}


.form-eyebrow::before,
.office-eyebrow::before {

  content: "";

  width: 24px;

  height: 2px;

  margin-right: 8px;

  border-radius: 10px;

  background:
    var(--kyp-cyan);
}


/* =========================================================
   CARD TITLE
========================================================= */

.card-title {

  margin: 10px 0 0;

  color: var(--kyp-heading);

  font-size: 30px;

  font-weight: 800;

  line-height: 1.2;

  letter-spacing: -0.03em;
}


.title-line {

  width: 52px;

  height: 3px;

  margin-top: 14px;

  border-radius: 10px;

  background:
    linear-gradient(
      90deg,
      var(--kyp-blue),
      var(--kyp-cyan)
    );
}


/* =========================================================
   FORM INTRO
========================================================= */

.form-intro {

  max-width: 620px;

  margin: 14px 0 0;

  color: var(--kyp-muted);

  font-size: 13.5px;

  line-height: 1.7;
}


/* =========================================================
   FORM
========================================================= */

.contact-form {

  display: flex;

  flex-direction: column;

  gap: 16px;
}


.form-row {

  display: grid;

  grid-template-columns:
    repeat(
      2,
      minmax(0, 1fr)
    );

  gap: 16px;
}


/* =========================================================
   INPUT GROUP
========================================================= */

.input-group {

  position: relative;

  width: 100%;

  min-width: 0;

  display: flex;

  align-items: center;

  border:
    1px solid #dfe6ef;

  border-radius: 12px;

  background:
    #f8fafc;

  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}


.input-group:focus-within {

  background:
    #ffffff;

  border-color:
    var(--kyp-blue);

  box-shadow:
    0 0 0 4px
    rgba(
      8,
      127,
      195,
      0.10
    );
}


/* =========================================================
   INPUT ICON
========================================================= */

.input-icon {

  flex:
    0 0 48px;

  width: 48px;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  color:
    #8c98aa;

  transition:
    color 0.25s ease;
}


.input-group:focus-within
.input-icon {

  color:
    var(--kyp-blue);
}


.input-icon svg {

  width: 17px;

  height: 17px;

  display: block;
}


/* =========================================================
   INPUT / SELECT / TEXTAREA
========================================================= */

.input-group input,
.input-group select,
.input-group textarea {

  width: 100%;

  min-width: 0;

  border: none;

  outline: none;

  background: transparent;

  color:
    var(--kyp-heading);

  font-family: inherit;

  font-size: 14px;

  font-weight: 400;
}


/* =========================================================
   INPUT
========================================================= */

.input-group input {

  height: 52px;

  padding:
    0 15px 0 0;
}


.input-group input::placeholder,
.input-group textarea::placeholder {

  color:
    #a1acbc;

  opacity: 1;
}


/* =========================================================
   SELECT
========================================================= */

.select-group {
  position: relative;
}


.select-group select {

  height: 52px;

  padding:
    0 42px 0 0;

  cursor: pointer;

  appearance: none;

  -webkit-appearance: none;

  -moz-appearance: none;
}


.select-group select:invalid {

  color:
    #a1acbc;
}


.select-group select option {

  color:
    var(--kyp-heading);
}


.select-chevron {

  position: absolute;

  top: 50%;

  right: 15px;

  display: flex;

  align-items: center;

  transform:
    translateY(-50%);

  color:
    #8c98aa;

  pointer-events: none;
}


.select-chevron svg {

  width: 16px;

  height: 16px;
}


/* =========================================================
   TEXTAREA
========================================================= */

.textarea-group {

  align-items:
    flex-start;
}


.textarea-icon {

  height:
    auto;

  margin-top:
    16px;
}


.textarea-group textarea {

  min-height:
    128px;

  padding:
    15px 15px 15px 0;

  resize:
    vertical;

  line-height:
    1.6;
}


/* =========================================================
   UNIQUE KYP SUBMIT BUTTON
   IMPORTANT:
   Uses only #kyp-contact-submit-btn and
   .kyp-contact-submit-btn
========================================================= */

.kyp-contact-submit-btn {

  width: 100%;

  min-height: 52px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 11px;

  margin-top: 3px;

  padding:
    13px 22px;

  border:
    0;

  outline:
    none;

  border-radius:
    12px;

  background:
    linear-gradient(
      135deg,
      var(--kyp-navy),
      var(--kyp-blue)
    );

  color:
    #ffffff;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size:
    14px;

  font-weight:
    700;

  line-height:
    1.2;

  text-align:
    center;

  text-decoration:
    none;

  cursor:
    pointer;

  appearance:
    none;

  -webkit-appearance:
    none;

  box-shadow:
    0 12px 25px
    rgba(
      8,
      95,
      165,
      0.20
    );

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    filter 0.25s ease;
}


/* Hover */

#kyp-contact-submit-btn:hover {

  transform:
    translateY(-2px);

  background:
    linear-gradient(
      135deg,
      var(--kyp-blue),
      var(--kyp-cyan)
    );

  box-shadow:
    0 16px 32px
    rgba(
      8,
      95,
      165,
      0.28
    );

  filter:
    brightness(1.02);
}


/* Focus */

#kyp-contact-submit-btn:focus {

  outline:
    3px solid
    rgba(
      16,
      187,
      221,
      0.20
    );

  outline-offset:
    2px;
}


/* Active */

#kyp-contact-submit-btn:active {

  transform:
    translateY(0);

  box-shadow:
    0 8px 18px
    rgba(
      8,
      95,
      165,
      0.20
    );
}


/* Button icon */

#kyp-contact-submit-btn svg {

  width:
    17px;

  height:
    17px;

  flex:
    0 0 17px;

  display:
    block;
}


/* =========================================================
   SECURITY NOTE
========================================================= */

.secure-note {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 7px;

  margin:
    3px 0 0;

  color:
    #8b96a7;

  font-size:
    11.5px;

  line-height:
    1.5;

  text-align:
    center;
}


.secure-note svg {

  width:
    13px;

  height:
    13px;

  flex-shrink:
    0;
}


/* =========================================================
   OFFICE CARD
========================================================= */

.office-card {

  position:
    relative;

  overflow:
    hidden;

  display:
    flex;

  flex-direction:
    column;

  padding:
    42px 34px 30px;

  color:
    #ffffff;

  background:
    linear-gradient(
      145deg,
      #111850 0%,
      #1e2369 48%,
      #087fc3 125%
    );

  box-shadow:
    0 18px 50px
    rgba(
      17,
      38,
      89,
      0.18
    );
}


/* =========================================================
   OFFICE DECORATION
========================================================= */

.office-card::before {

  content:
    "";

  position:
    absolute;

  width:
    360px;

  height:
    360px;

  top:
    -220px;

  right:
    -180px;

  border-radius:
    50%;

  background:
    radial-gradient(
      circle,
      rgba(
        16,
        187,
        221,
        0.24
      ),
      transparent 68%
    );

  pointer-events:
    none;
}


.office-card::after {

  content:
    "";

  position:
    absolute;

  width:
    260px;

  height:
    260px;

  bottom:
    -180px;

  left:
    -130px;

  border-radius:
    50%;

  background:
    radial-gradient(
      circle,
      rgba(
        8,
        127,
        195,
        0.20
      ),
      transparent 68%
    );

  pointer-events:
    none;
}


/* =========================================================
   OFFICE HEADER
========================================================= */

.office-header {

  position:
    relative;

  z-index:
    1;

  margin-bottom:
    30px;
}


.office-eyebrow {

  color:
    var(--kyp-cyan);
}


.card-title.light {

  color:
    #ffffff;

  font-size:
    29px;
}


.office-intro {

  max-width:
    330px;

  margin:
    12px 0 0;

  color:
    rgba(
      255,
      255,
      255,
      0.66
    );

  font-size:
    13px;

  line-height:
    1.65;
}


/* =========================================================
   OFFICE DETAILS
========================================================= */

.office-details {

  position:
    relative;

  z-index:
    1;

  flex:
    1;
}


/* =========================================================
   OFFICE ITEM
========================================================= */

.office-item {

  display:
    flex;

  align-items:
    flex-start;

  gap:
    15px;
}


.office-icon {

  flex:
    0 0 42px;

  width:
    42px;

  height:
    42px;

  display:
    flex;

  align-items:
    center;

  justify-content:
    center;

  border-radius:
    12px;

  background:
    rgba(
      255,
      255,
      255,
      0.09
    );

  border:
    1px solid
    rgba(
      255,
      255,
      255,
      0.13
    );

  color:
    var(--kyp-cyan);
}


.office-icon svg {

  width:
    17px;

  height:
    17px;
}


/* =========================================================
   OFFICE TEXT
========================================================= */

.office-text {

  min-width:
    0;
}


.office-text h3 {

  margin:
    1px 0 7px;

  color:
    #ffffff;

  font-size:
    14px;

  font-weight:
    700;

  line-height:
    1.4;
}


.office-text p {

  margin:
    0;

  color:
    rgba(
      255,
      255,
      255,
      0.66
    );

  font-size:
    12.5px;

  line-height:
    1.7;

  overflow-wrap:
    anywhere;
}


/* =========================================================
   OFFICE DIVIDER
========================================================= */

.office-divider {

  width:
    100%;

  height:
    1px;

  margin:
    18px 0;

  background:
    rgba(
      255,
      255,
      255,
      0.10
    );
}


/* =========================================================
   ACCENT
========================================================= */

.office-accent {

  position:
    relative;

  z-index:
    1;

  display:
    flex;

  align-items:
    center;

  gap:
    6px;

  margin-top:
    25px;
}


.office-accent span {

  display:
    block;

  height:
    3px;

  border-radius:
    10px;
}


.office-accent span:nth-child(1) {

  width:
    30px;

  background:
    var(--kyp-cyan);
}


.office-accent span:nth-child(2) {

  width:
    12px;

  background:
    rgba(
      255,
      255,
      255,
      0.55
    );
}


.office-accent span:nth-child(3) {

  width:
    6px;

  background:
    rgba(
      255,
      255,
      255,
      0.30
    );
}


/* =========================================================
   LARGE LAPTOP
========================================================= */

@media (max-width: 1200px) {

  .contact-section {

    padding:
      78px 20px;
  }

  .contact-wrapper {

    gap:
      22px;
  }

  .form-card {

    padding:
      36px;
  }

  .office-card {

    padding:
      36px 28px 28px;
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 980px) {

  .contact-section {

    padding:
      65px 18px;
  }

  .contact-wrapper {

    grid-template-columns:
      1fr;

    gap:
      20px;
  }

  .form-card {

    padding:
      36px;
  }

  .office-card {

    padding:
      36px;
  }

  .office-intro {

    max-width:
      580px;
  }

  .office-details {

    display:
      grid;

    grid-template-columns:
      repeat(
        2,
        minmax(
          0,
          1fr
        )
      );

    gap:
      20px;
  }

  .office-divider {

    display:
      none;
  }

  .office-item {

    padding:
      18px;

    border:
      1px solid
      rgba(
        255,
        255,
        255,
        0.10
      );

    border-radius:
      14px;

    background:
      rgba(
        255,
        255,
        255,
        0.045
      );
  }

}


/* =========================================================
   TABLET PORTRAIT
========================================================= */

@media (max-width: 768px) {

  .contact-section {

    padding:
      55px 16px;
  }

  .form-card,
  .office-card {

    border-radius:
      18px;
  }

  .form-card {

    padding:
      30px;
  }

  .office-card {

    padding:
      30px;
  }

  .card-title {

    font-size:
      27px;
  }

  .card-title.light {

    font-size:
      27px;
  }

  .form-row {

    gap:
      14px;
  }

  .office-details {

    grid-template-columns:
      1fr;

    gap:
      12px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .contact-section {

    padding:
      45px 13px;
  }

  .contact-wrapper {

    gap:
      16px;
  }

  .form-card {

    padding:
      24px 18px;

    border-radius:
      16px;
  }

  .office-card {

    padding:
      26px 18px;

    border-radius:
      16px;
  }

  .form-heading {

    margin-bottom:
      24px;
  }

  .form-intro {

    font-size:
      12.8px;
  }

  .form-row {

    grid-template-columns:
      1fr;

    gap:
      14px;
  }

  .contact-form {

    gap:
      14px;
  }

  .input-group {

    border-radius:
      11px;
  }

  .input-group input,
  .input-group select {

    height:
      50px;
  }

  .textarea-group textarea {

    min-height:
      115px;
  }

  #kyp-contact-submit-btn {

    min-height:
      50px;

    border-radius:
      10px;
  }

  .secure-note {

    font-size:
      11px;
  }

  .office-header {

    margin-bottom:
      22px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  .contact-section {

    padding:
      38px 10px;
  }

  .form-card {

    padding:
      22px 15px;
  }

  .office-card {

    padding:
      23px 15px;
  }

  .card-title {

    font-size:
      24px;
  }

  .card-title.light {

    font-size:
      24px;
  }

  .form-intro {

    font-size:
      12.3px;

    line-height:
      1.6;
  }

  .input-icon {

    flex-basis:
      44px;

    width:
      44px;
  }

  .input-group input,
  .input-group select,
  .input-group textarea {

    font-size:
      13px;
  }

  .office-item {

    gap:
      12px;

    padding:
      15px;
  }

  .office-icon {

    flex-basis:
      38px;

    width:
      38px;

    height:
      38px;

    border-radius:
      10px;
  }

  .office-text h3 {

    font-size:
      13px;
  }

  .office-text p {

    font-size:
      11.8px;
  }

}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 360px) {

  .contact-section {

    padding:
      32px 8px;
  }

  .form-card {

    padding:
      20px 13px;
  }

  .office-card {

    padding:
      21px 13px;
  }

  .card-title {

    font-size:
      22px;
  }

  .card-title.light {

    font-size:
      22px;
  }

  .form-eyebrow,
  .office-eyebrow {

    font-size:
      9px;
  }

  .office-item {

    padding:
      13px;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  #kyp-contact-submit-btn,
  .input-group {

    transition:
      none !important;
  }

}


/* =========================================================
   KYP CAREER PAGE
   PREMIUM BLUE / CYAN DESIGN
   FULLY RESPONSIVE
   ALL CLASSES ARE UNIQUE
========================================================= */


/* =========================================================
   ROOT
========================================================= */

.kyp-career-page {

  --kyp-career-navy: #1e2369;
  --kyp-career-navy-dark: #10174f;

  --kyp-career-blue: #087fc3;
  --kyp-career-cyan: #10bbdd;

  --kyp-career-light: #f4f8fc;
  --kyp-career-soft: #eaf5fc;

  --kyp-career-heading: #17204f;
  --kyp-career-text: #64748b;
  --kyp-career-muted: #8a96a8;

  --kyp-career-border: #dfe7f0;

  width: 100%;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  color: var(--kyp-career-heading);

  overflow: hidden;
}


/* =========================================================
   RESET INSIDE PAGE
========================================================= */

.kyp-career-page *,
.kyp-career-page *::before,
.kyp-career-page *::after {

  box-sizing: border-box;

}


/* =========================================================
   CONTAINER
========================================================= */

.kyp-career-container {

  width: 100%;

  max-width: 1240px;

  margin: 0 auto;

  padding-left: 24px;
  padding-right: 24px;

}


/* =========================================================
   HERO
========================================================= */

.kyp-career-hero {

  position: relative;

  min-height: 570px;

  display: flex;

  align-items: center;

  overflow: hidden;

}


.kyp-career-hero-bg {

  position: absolute;

  inset: 0;

  background-image:
    url("../assets/images/career/career-banner.jpg");

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

}


.kyp-career-hero-overlay {

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(10, 17, 70, 0.97) 0%,
      rgba(20, 35, 105, 0.91) 45%,
      rgba(8, 127, 195, 0.55) 100%
    );

}


.kyp-career-hero-content {

  position: relative;

  z-index: 2;

  max-width: 680px;

  padding:
    90px 0;

}


.kyp-career-eyebrow {

  display: inline-flex;

  padding:
    8px 15px;

  border:
    1px solid
    rgba(
      16,
      187,
      221,
      0.38
    );

  border-radius:
    999px;

  background:
    rgba(
      16,
      187,
      221,
      0.08
    );

  color:
    var(--kyp-career-cyan);

  font-size:
    10px;

  font-weight:
    800;

  letter-spacing:
    1.2px;

}


.kyp-career-hero-title {

  margin:
    20px 0 18px;

  color:
    #ffffff;

  font-size:
    clamp(
      42px,
      5vw,
      68px
    );

  font-weight:
    800;

  line-height:
    1.05;

  letter-spacing:
    -0.04em;

}


.kyp-career-hero-title span {

  display:
    block;

  color:
    var(--kyp-career-cyan);

}


.kyp-career-hero-text {

  max-width:
    610px;

  margin:
    0;

  color:
    rgba(
      255,
      255,
      255,
      0.73
    );

  font-size:
    15px;

  line-height:
    1.75;

}


.kyp-career-primary-btn {

  display:
    inline-flex;

  align-items:
    center;

  gap:
    14px;

  margin-top:
    30px;

  padding:
    14px 18px 14px 20px;

  border-radius:
    10px;

  background:
    linear-gradient(
      135deg,
      var(--kyp-career-blue),
      var(--kyp-career-cyan)
    );

  color:
    #ffffff;

  text-decoration:
    none;

  font-size:
    12px;

  font-weight:
    700;

  box-shadow:
    0 12px 28px
    rgba(
      8,
      95,
      165,
      0.25
    );

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;

}


.kyp-career-primary-btn:hover {

  transform:
    translateY(-3px);

  box-shadow:
    0 17px 34px
    rgba(
      8,
      95,
      165,
      0.34
    );

}


.kyp-career-btn-arrow {

  width:
    28px;

  height:
    28px;

  display:
    flex;

  align-items:
    center;

  justify-content:
    center;

  border-radius:
    50%;

  background:
    rgba(
      255,
      255,
      255,
      0.15
    );

}


/* =========================================================
   SECTION HEADINGS
========================================================= */

.kyp-career-section-heading {

  max-width:
    760px;

  margin:
    0 auto 48px;

  text-align:
    center;

}


.kyp-career-small-label {

  display:
    inline-flex;

  color:
    var(--kyp-career-blue);

  font-size:
    10px;

  font-weight:
    800;

  letter-spacing:
    1.3px;

  text-transform:
    uppercase;

}


.kyp-career-small-label::before {

  content:
    "";

  width:
    22px;

  height:
    2px;

  margin:
    5px 8px 0 0;

  border-radius:
    10px;

  background:
    var(--kyp-career-cyan);

}


.kyp-career-section-heading h2 {

  margin:
    14px 0 13px;

  color:
    var(--kyp-career-heading);

  font-size:
    clamp(
      28px,
      3vw,
      40px
    );

  line-height:
    1.17;

  font-weight:
    800;

  letter-spacing:
    -0.035em;

}


.kyp-career-section-heading p {

  max-width:
    700px;

  margin:
    0 auto;

  color:
    var(--kyp-career-text);

  font-size:
    14px;

  line-height:
    1.7;

}


/* =========================================================
   BENEFITS
========================================================= */

.kyp-career-benefits {

  padding:
    50px 0;

  background:
    #ffffff;

}


.kyp-career-benefit-grid {

  display:
    grid;

  grid-template-columns:
    repeat(
      4,
      minmax(
        0,
        1fr
      )
    );

  gap:
    20px;

}


.kyp-career-benefit-card {

  display:
    flex;

  align-items:
    flex-start;

  gap:
    15px;

  padding:
    25px 20px;

  border:
    1px solid
    var(--kyp-career-border);

  border-radius:
    16px;

  background:
    #ffffff;

  box-shadow:
    0 10px 25px
    rgba(
      20,
      47,
      90,
      0.045
    );

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;

}


.kyp-career-benefit-card:hover {

  transform:
    translateY(-5px);

  border-color:
    rgba(
      8,
      127,
      195,
      0.25
    );

  box-shadow:
    0 17px 35px
    rgba(
      20,
      47,
      90,
      0.09
    );

}


.kyp-career-benefit-icon {

  flex:
    0 0 50px;

  width:
    50px;

  height:
    50px;

  display:
    flex;

  align-items:
    center;

  justify-content:
    center;

  border-radius:
    14px;

  color:
    var(--kyp-career-blue);

  background:
    var(--kyp-career-soft);

}


.kyp-career-benefit-icon svg {

  width:
    25px;

  height:
    25px;

}


.kyp-career-benefit-card h3 {

  margin:
    1px 0 8px;

  color:
    var(--kyp-career-heading);

  font-size:
    15px;

  font-weight:
    700;

  line-height:
    1.35;

}


.kyp-career-benefit-card p {

  margin:
    0;

  color:
    var(--kyp-career-text);

  font-size:
    12.5px;

  line-height:
    1.6;

}


/* =========================================================
   CURRENT OPENINGS
========================================================= */

.kyp-career-openings {

  padding:
    90px 0;

  background:
    var(--kyp-career-light);

}


.kyp-career-jobs {

  display:
    grid;

  grid-template-columns:
    repeat(
      2,
      minmax(
        0,
        1fr
      )
    );

  gap:
    22px;

}


.kyp-career-job-card {

  position:
    relative;

  padding:
    28px;

  border:
    1px solid
    var(--kyp-career-border);

  border-radius:
    18px;

  background:
    #ffffff;

  box-shadow:
    0 10px 30px
    rgba(
      20,
      47,
      90,
      0.055
    );

  overflow:
    hidden;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;

}


.kyp-career-job-card::before {

  content:
    "";

  position:
    absolute;

  top:
    0;

  left:
    0;

  width:
    100%;

  height:
    4px;

  background:
    linear-gradient(
      90deg,
      var(--kyp-career-navy),
      var(--kyp-career-cyan)
    );

}


.kyp-career-job-card:hover {

  transform:
    translateY(-6px);

  border-color:
    rgba(
      8,
      127,
      195,
      0.25
    );

  box-shadow:
    0 18px 42px
    rgba(
      20,
      47,
      90,
      0.11
    );

}


/* Job top */

.kyp-career-job-top {

  display:
    flex;

  align-items:
    flex-start;

  justify-content:
    space-between;

  gap:
    15px;

}


.kyp-career-job-number {

  display:
    inline-flex;

  margin-bottom:
    8px;

  color:
    var(--kyp-career-cyan);

  font-size:
    10px;

  font-weight:
    800;

  letter-spacing:
    1px;

}


.kyp-career-job-top h3 {

  margin:
    0;

  color:
    var(--kyp-career-heading);

  font-size:
    21px;

  line-height:
    1.25;

  font-weight:
    750;

}


.kyp-career-job-status {

  flex:
    0 0 auto;

  padding:
    6px 10px;

  border-radius:
    999px;

  background:
    #e8f8f0;

  color:
    #1d8a58;

  font-size:
    9px;

  font-weight:
    800;

  text-transform:
    uppercase;

  letter-spacing:
    .8px;

}


/* Job meta */

.kyp-career-job-meta {

  display:
    grid;

  grid-template-columns:
    repeat(
      3,
      minmax(
        0,
        1fr
      )
    );

  gap:
    10px;

  margin:
    23px 0 20px;

  padding:
    15px 0;

  border-top:
    1px solid
    var(--kyp-career-border);

  border-bottom:
    1px solid
    var(--kyp-career-border);

}


.kyp-career-job-meta-item {

  min-width:
    0;

  display:
    flex;

  align-items:
    flex-start;

  gap:
    8px;

}


.kyp-career-meta-icon {

  flex:
    0 0 auto;

  color:
    var(--kyp-career-blue);

  font-size:
    14px;

}


.kyp-career-job-meta-item small {

  display:
    block;

  margin-bottom:
    3px;

  color:
    var(--kyp-career-muted);

  font-size:
    9px;

  line-height:
    1.3;

}


.kyp-career-job-meta-item strong {

  display:
    block;

  color:
    var(--kyp-career-heading);

  font-size:
    11.5px;

  font-weight:
    700;

  line-height:
    1.35;

  overflow-wrap:
    anywhere;

}


/* Description */

.kyp-career-job-description p {

  margin:
    0;

  color:
    var(--kyp-career-text);

  font-size:
    13px;

  line-height:
    1.7;

}


/* Apply */

.kyp-career-job-btn {

  display:
    inline-flex;

  align-items:
    center;

  justify-content:
    space-between;

  width:
    100%;

  margin-top:
    22px;

  padding:
    12px 14px 12px 16px;

  border-radius:
    9px;

  background:
    var(--kyp-career-soft);

  color:
    var(--kyp-career-blue);

  text-decoration:
    none;

  font-size:
    12px;

  font-weight:
    700;

  transition:
    background 0.25s ease,
    color 0.25s ease;

}


.kyp-career-job-btn span {

  width:
    27px;

  height:
    27px;

  display:
    flex;

  align-items:
    center;

  justify-content:
    center;

  border-radius:
    50%;

  background:
    #ffffff;

  transition:
    transform 0.25s ease;

}


.kyp-career-job-btn:hover {

  color:
    #ffffff;

  background:
    linear-gradient(
      135deg,
      var(--kyp-career-blue),
      var(--kyp-career-cyan)
    );

}


.kyp-career-job-btn:hover span {

  transform:
    translate(
      2px,
      -2px
    );

}


/* =========================================================
   APPLICATION
========================================================= */

.kyp-career-application {

  padding:
    50px 0;

  background:
    #ffffff;

}


.kyp-career-application-wrap {

  display:
    grid;

  grid-template-columns:
    minmax(
      0,
      0.8fr
    )
    minmax(
      0,
      1.2fr
    );

  gap:
    60px;

  align-items:
    start;

}


.kyp-career-application-info {

  padding-top:
    25px;

}


.kyp-career-application-info h2 {

  margin:
    17px 0 18px;

  color:
    var(--kyp-career-heading);

  font-size:
    clamp(
      30px,
      3vw,
      43px
    );

  font-weight:
    800;

  line-height:
    1.14;

  letter-spacing:
    -0.035em;

}


.kyp-career-application-info > p {

  max-width:
    470px;

  margin:
    0;

  color:
    var(--kyp-career-text);

  font-size:
    14px;

  line-height:
    1.75;

}


/* Application points */

.kyp-career-application-points {

  display:
    flex;

  flex-direction:
    column;

  gap:
    15px;

  margin-top:
    30px;

}


.kyp-career-application-point {

  display:
    flex;

  align-items:
    flex-start;

  gap:
    11px;

}


.kyp-career-application-point span {

  flex:
    0 0 23px;

  width:
    23px;

  height:
    23px;

  display:
    flex;

  align-items:
    center;

  justify-content:
    center;

  margin-top:
    1px;

  border-radius:
    50%;

  background:
    var(--kyp-career-soft);

  color:
    var(--kyp-career-blue);

  font-size:
    12px;

  font-weight:
    800;

}


.kyp-career-application-point p {

  margin:
    0;

  color:
    var(--kyp-career-text);

  font-size:
    12.5px;

  line-height:
    1.6;

}


/* =========================================================
   FORM CARD
========================================================= */

.kyp-career-form-card {

  padding:
    34px;

  border:
    1px solid
    var(--kyp-career-border);

  border-radius:
    20px;

  background:
    #ffffff;

  box-shadow:
    0 20px 55px
    rgba(
      21,
      50,
      95,
      0.09
    );

}


.kyp-career-form-heading {

  margin-bottom:
    24px;

}


.kyp-career-form-heading h3 {

  margin:
    0 0 7px;

  color:
    var(--kyp-career-heading);

  font-size:
    24px;

  font-weight:
    800;

}


.kyp-career-form-heading p {

  margin:
    0;

  color:
    var(--kyp-career-text);

  font-size:
    12.5px;

}


/* =========================================================
   FORM
========================================================= */

.kyp-career-form {

  display:
    flex;

  flex-direction:
    column;

  gap:
    15px;

}


.kyp-career-form-group {

  width:
    100%;

}


.kyp-career-form-group label {

  display:
    block;

  margin-bottom:
    7px;

  color:
    var(--kyp-career-heading);

  font-size:
    11.5px;

  font-weight:
    700;

}


.kyp-career-form-group input,
.kyp-career-form-group select,
.kyp-career-form-group textarea {

  width:
    100%;

  min-width:
    0;

  border:
    1px solid
    #dfe6ef;

  outline:
    none;

  border-radius:
    10px;

  background:
    #f8fafc;

  color:
    var(--kyp-career-heading);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size:
    13px;

  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;

}


.kyp-career-form-group input,
.kyp-career-form-group select {

  height:
    50px;

  padding:
    0 14px;

}


.kyp-career-form-group textarea {

  min-height:
    110px;

  padding:
    14px;

  resize:
    vertical;

  line-height:
    1.6;

}


.kyp-career-form-group input::placeholder,
.kyp-career-form-group textarea::placeholder {

  color:
    #a2adbc;

}


.kyp-career-form-group input:focus,
.kyp-career-form-group select:focus,
.kyp-career-form-group textarea:focus {

  background:
    #ffffff;

  border-color:
    var(--kyp-career-blue);

  box-shadow:
    0 0 0 4px
    rgba(
      8,
      127,
      195,
      0.09
    );

}


/* =========================================================
   FILE UPLOAD
========================================================= */

.kyp-career-file-box {

  position:
    relative;

  min-height:
    76px;

  border:
    1px dashed
    #b9c9d9;

  border-radius:
    12px;

  background:
    #f8fbfe;

  overflow:
    hidden;

  transition:
    border-color 0.25s ease,
    background 0.25s ease;

}


.kyp-career-file-box:hover {

  border-color:
    var(--kyp-blue);

  background:
    #f3f9fd;

}


.kyp-career-file-box > input[type="file"] {

  position:
    absolute;

  inset:
    0;

  z-index:
    3;

  width:
    100%;

  height:
    100%;

  opacity:
    0;

  cursor:
    pointer;

}


.kyp-career-file-content {

  position:
    relative;

  z-index:
    1;

  min-height:
    76px;

  display:
    flex;

  align-items:
    center;

  gap:
    12px;

  padding:
    12px 15px;

}


.kyp-career-file-icon {

  flex:
    0 0 42px;

  width:
    42px;

  height:
    42px;

  display:
    flex;

  align-items:
    center;

  justify-content:
    center;

  border-radius:
    11px;

  color:
    var(--kyp-career-blue);

  background:
    var(--kyp-career-soft);

}


.kyp-career-file-icon svg {

  width:
    22px;

  height:
    22px;

}


.kyp-career-file-content > div:nth-child(2) {

  min-width:
    0;

  flex:
    1;

}


.kyp-career-file-content strong {

  display:
    block;

  color:
    var(--kyp-career-heading);

  font-size:
    12px;

  margin-bottom:
    4px;

}


.kyp-career-file-content span:not(.kyp-career-file-browse) {

  display:
    block;

  color:
    var(--kyp-career-muted);

  font-size:
    10px;

}


.kyp-career-file-browse {

  flex:
    0 0 auto;

  padding:
    8px 11px;

  border-radius:
    7px;

  background:
    var(--kyp-career-blue);

  color:
    #ffffff;

  font-size:
    10px;

  font-weight:
    700;

}


/* =========================================================
   SUBMIT
========================================================= */

.kyp-career-submit {

  width:
    100%;

  min-height:
    52px;

  display:
    flex;

  align-items:
    center;

  justify-content:
    center;

  gap:
    12px;

  margin-top:
    3px;

  padding:
    12px 20px;

  border:
    none;

  outline:
    none;

  border-radius:
    10px;

  background:
    linear-gradient(
      135deg,
      var(--kyp-career-navy),
      var(--kyp-career-blue)
    );

  color:
    #ffffff;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size:
    13px;

  font-weight:
    700;

  cursor:
    pointer;

  box-shadow:
    0 12px 27px
    rgba(
      8,
      95,
      165,
      0.20
    );

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;

}


.kyp-career-submit:hover {

  transform:
    translateY(-2px);

  background:
    linear-gradient(
      135deg,
      var(--kyp-career-blue),
      var(--kyp-career-cyan)
    );

  box-shadow:
    0 16px 33px
    rgba(
      8,
      95,
      165,
      0.28
    );

}


.kyp-career-submit:focus {

  outline:
    3px solid
    rgba(
      16,
      187,
      221,
      0.18
    );

  outline-offset:
    2px;

}


.kyp-career-submit-arrow {

  font-size:
    17px;

}


/* Form note */

.kyp-career-form-note {

  display:
    flex;

  align-items:
    flex-start;

  justify-content:
    center;

  gap:
    6px;

  margin:
    0;

  color:
    var(--kyp-career-muted);

  font-size:
    10.5px;

  line-height:
    1.5;

  text-align:
    center;

}


/* =========================================================
   CTA
========================================================= */

.kyp-career-cta {

  position:
    relative;

  min-height:
    330px;

  display:
    flex;

  align-items:
    center;

  overflow:
    hidden;

  background-image:
    url("../assets/images/career/career-cta.jpg");

  background-size:
    cover;

  background-position:
    center;

}


.kyp-career-cta-overlay {

  position:
    absolute;

  inset:
    0;

  background:
    linear-gradient(
      90deg,
      rgba(
        10,
        18,
        75,
        0.96
      ),
      rgba(
        19,
        48,
        115,
        0.88
      ),
      rgba(
        8,
        127,
        195,
        0.62
      )
    );

}


.kyp-career-cta-content {

  position:
    relative;

  z-index:
    1;

  max-width:
    680px;

  padding:
    70px 0;

}


.kyp-career-cta .kyp-career-small-label {

  color:
    var(--kyp-career-cyan);

}


.kyp-career-cta h2 {

  margin:
    15px 0 14px;

  color:
    #ffffff;

  font-size:
    clamp(
      30px,
      3.2vw,
      44px
    );

  font-weight:
    800;

  line-height:
    1.12;

  letter-spacing:
    -0.035em;

}


.kyp-career-cta p {

  max-width:
    600px;

  margin:
    0;

  color:
    rgba(
      255,
      255,
      255,
      0.70
    );

  font-size:
    14px;

  line-height:
    1.7;

}


/* =========================================================
   LARGE LAPTOP
========================================================= */

@media (max-width: 1200px) {

  .kyp-career-benefit-grid {

    grid-template-columns:
      repeat(
        2,
        minmax(
          0,
          1fr
        )
      );

  }

  .kyp-career-application-wrap {

    gap:
      38px;

  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 980px) {

  .kyp-career-container {

    padding-left:
      20px;

    padding-right:
      20px;

  }


  .kyp-career-hero {

    min-height:
      500px;

  }


  .kyp-career-hero-content {

    max-width:
      620px;

  }


  .kyp-career-jobs {

    grid-template-columns:
      1fr;

  }


  .kyp-career-application-wrap {

    grid-template-columns:
      1fr;

    gap:
      45px;

  }


  .kyp-career-application-info {

    padding-top:
      0;

  }


  .kyp-career-application-info > p {

    max-width:
      720px;

  }

}


/* =========================================================
   TABLET PORTRAIT
========================================================= */

@media (max-width: 768px) {

  .kyp-career-hero {

    min-height:
      460px;

  }


  .kyp-career-hero-content {

    padding:
      75px 0;

  }


  .kyp-career-hero-title {

    font-size:
      45px;

  }


  .kyp-career-benefits,
  .kyp-career-openings,
  .kyp-career-application {

    padding:
      65px 0;

  }


  .kyp-career-benefit-grid {

    grid-template-columns:
      repeat(
        2,
        minmax(
          0,
          1fr
        )
      );

  }


  .kyp-career-job-card {

    padding:
      24px;

  }


  .kyp-career-form-card {

    padding:
      28px;

  }


  .kyp-career-cta {

    min-height:
      290px;

  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .kyp-career-container {

    padding-left:
      14px;

    padding-right:
      14px;

  }


  .kyp-career-hero {

    min-height:
      520px;

  }


  .kyp-career-hero-overlay {

    background:
      linear-gradient(
        180deg,
        rgba(
          9,
          18,
          74,
          0.97
        ) 0%,
        rgba(
          20,
          39,
          103,
          0.92
        ) 62%,
        rgba(
          8,
          127,
          195,
          0.68
        ) 100%
      );

  }


  .kyp-career-hero-content {

    padding:
      60px 0;

  }


  .kyp-career-eyebrow {

    font-size:
      9px;

    padding:
      7px 12px;

  }


  .kyp-career-hero-title {

    margin-top:
      16px;

    font-size:
      38px;

  }


  .kyp-career-hero-text {

    font-size:
      13px;

  }


  .kyp-career-primary-btn {

    margin-top:
      23px;

    padding:
      12px 15px;

  }


  .kyp-career-benefits,
  .kyp-career-openings,
  .kyp-career-application {

    padding:
      48px 0;

  }


  .kyp-career-section-heading {

    margin-bottom:
      34px;

  }


  .kyp-career-section-heading h2 {

    font-size:
      27px;

  }


  .kyp-career-section-heading p {

    font-size:
      12.8px;

  }


  .kyp-career-benefit-grid {

    grid-template-columns:
      1fr;

    gap:
      13px;

  }


  .kyp-career-benefit-card {

    padding:
      20px 17px;

  }


  .kyp-career-jobs {

    gap:
      15px;

  }


  .kyp-career-job-card {

    padding:
      21px 17px;

    border-radius:
      15px;

  }


  .kyp-career-job-top h3 {

    font-size:
      18px;

  }


  .kyp-career-job-meta {

    grid-template-columns:
      1fr;

    gap:
      12px;

    padding:
      16px 0;

  }


  .kyp-career-job-meta-item {

    align-items:
      center;

  }


  .kyp-career-job-description p {

    font-size:
      12.5px;

  }


  .kyp-career-application-wrap {

    gap:
      32px;

  }


  .kyp-career-application-info h2 {

    font-size:
      29px;

  }


  .kyp-career-application-info > p {

    font-size:
      13px;

  }


  .kyp-career-form-card {

    padding:
      22px 16px;

    border-radius:
      16px;

  }


  .kyp-career-form-heading h3 {

    font-size:
      21px;

  }


  .kyp-career-form-group input,
  .kyp-career-form-group select {

    height:
      48px;

  }


  .kyp-career-file-content {

    gap:
      9px;

    padding:
      10px;

  }


  .kyp-career-file-icon {

    flex-basis:
      38px;

    width:
      38px;

    height:
      38px;

  }


  .kyp-career-file-browse {

    display:
      none;

  }


  .kyp-career-cta {

    min-height:
      330px;

  }


  .kyp-career-cta-content {

    padding:
      55px 0;

  }


  .kyp-career-cta h2 {

    font-size:
      29px;

  }


  .kyp-career-cta p {

    font-size:
      12.8px;

  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  .kyp-career-hero {

    min-height:
      500px;

  }


  .kyp-career-hero-title {

    font-size:
      34px;

  }


  .kyp-career-hero-text {

    font-size:
      12.5px;

  }


  .kyp-career-job-top {

    gap:
      10px;

  }


  .kyp-career-job-status {

    padding:
      5px 8px;

    font-size:
      8px;

  }


  .kyp-career-job-card {

    padding:
      19px 14px;

  }


  .kyp-career-job-number {

    font-size:
      9px;

  }


  .kyp-career-job-top h3 {

    font-size:
      17px;

  }


  .kyp-career-job-btn {

    font-size:
      11px;

  }


  .kyp-career-application-info h2 {

    font-size:
      26px;

  }


  .kyp-career-form-card {

    padding:
      20px 13px;

  }


  .kyp-career-form-group label {

    font-size:
      10.5px;

  }


  .kyp-career-form-group input,
  .kyp-career-form-group select,
  .kyp-career-form-group textarea {

    font-size:
      12px;

  }


  .kyp-career-cta h2 {

    font-size:
      26px;

  }

}


/* =========================================================
   VERY SMALL DEVICES
========================================================= */

@media (max-width: 360px) {

  .kyp-career-container {

    padding-left:
      10px;

    padding-right:
      10px;

  }


  .kyp-career-hero-title {

    font-size:
      31px;

  }


  .kyp-career-benefits,
  .kyp-career-openings,
  .kyp-career-application {

    padding:
      40px 0;

  }


  .kyp-career-section-heading h2 {

    font-size:
      24px;

  }


  .kyp-career-benefit-card {

    padding:
      17px 13px;

  }


  .kyp-career-benefit-icon {

    flex-basis:
      45px;

    width:
      45px;

    height:
      45px;

  }


  .kyp-career-benefit-icon svg {

    width:
      22px;

    height:
      22px;

  }


  .kyp-career-job-card {

    padding:
      17px 12px;

  }


  .kyp-career-form-card {

    padding:
      18px 11px;

  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .kyp-career-page *,
  .kyp-career-page *::before,
  .kyp-career-page *::after {

    transition:
      none !important;

  }

}

