@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: #062657;
}

.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: #d8a96c;
  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;
}
