/* ===== GLOBAL RESET & BASE STYLES ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
select, select option {
  font-family: "Segoe UI Emoji", "Noto Color Emoji", "Apple Color Emoji", "Twemoji", "EmojiSymbols", sans-serif;
}

body {
  padding-top: 7.5625rem; /* SAME as your header height */
  margin: 0;
  overflow-x: hidden;
  color: #333;
  font-family: 'Poppins', sans-serif;
}

/* ===== HEADER SECTION ===== */
/* Slide-in from left or right */
.slide-in-left,
.slide-in-right {
  opacity: 0;
  transform: translateX(-80px);
  transition: opacity 2s ease, transform 2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.slide-in-right {
  transform: translateX(80px);
}

/* Slide in from below */
.slide-in-up {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  will-change: opacity, transform;
}

/* Slide in from above */
.slide-in-down {
  opacity: 0;
  transform: translateY(-80px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  will-change: opacity, transform;
}

/* Text/card reveal - fade in + move up */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s ease-out, transform 1.4s ease-out;
  will-change: opacity, transform;
}

/* Final visible state for any animated element */
.visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* Optional stagger (can adjust per section) */
.reveal:nth-child(1) { transition-delay: 0s; }
.reveal:nth-child(2) { transition-delay: 0.15s; }
.reveal:nth-child(3) { transition-delay: 0.3s; }
.reveal:nth-child(4) { transition-delay: 0.45s; }

.employment-section .slide-in-left,
.employment-section .slide-in-right,
.employment-section .slide-in-up,
.employment-section .slide-in-down,
.employment-section .reveal {
  transition-duration: 1s !important; /* slower */
  transition-timing-function: ease-out !important;
}

.head-main-section {
  top: 0;
  width: 100%;
  height: 7.5625rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.25rem 1.5625rem 0.125rem rgba(0, 0, 0, 0.12);
  background: linear-gradient(to bottom, #EDEDEB 0%, #EDEDEB 40%, #FFFFFF 40%, #FFFFFF 100%);
  z-index: 1000;
  position: fixed;
}

.header-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
}

.head-top-section {
  position: relative;
  left: 0rem;
  top: 0.9375rem;
  color: #333;
  flex: 1;
  margin-left: clamp(12rem, 15vw, 18rem); /* CHANGE THIS - scales with screen width */
  max-width: calc(100vw - 35rem); /* CHANGE THIS - use viewport width */
  min-width: 0; /* ADD THIS */
  overflow: hidden; /* ADD THIS - prevents text overflow */
}

.website-container235 {
  position: relative;
  top: 2.1875rem;
  right: 0;
  height: 2.6875rem;
  display: flex;
  padding: 0 0.9375rem 0 1.5625rem;
  gap: 1.25rem;
  align-items: center;
  background: linear-gradient(to right, #4C704C 54%, #91D691 100%);
  border-top-left-radius: 62.4375rem;
  border-bottom-left-radius: 62.4375rem;
  white-space: nowrap;
  padding-right: 1.5625rem;
  flex-shrink: 0;
}

.website-link22 {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}

.website-text255 {
  color: black;
  font-size: clamp(0.75rem, 1vw, 1rem);
  line-height: 1.4;
  word-wrap: break-word; /* ADD THIS - allows text wrapping */
  overflow-wrap: break-word; /* ADD THIS - better browser support */
  
}

.website-text256, 
.website-text257, 
.website-text258 {
  font-family: 'Poppins', sans-serif;
  color: rgba(244, 244, 242, 1);
  font-size: clamp(0.75rem, 1vw, 1rem);
}

.website-list4 {
  display: flex;
  gap: 0.625rem;
  margin-top: 0.375rem;
}

.website-list4 > div {
  margin: 0;
}

.website-list4 > div a {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
  line-height: 2.25rem;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 0.125rem solid #fff;
  position: relative;
  overflow: hidden;
}

.website-list4 iconify-icon {
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: #4c704c;
  transition: 0.5s;
  z-index: 3;
  position: relative;
}

.website-list4 > div a:hover iconify-icon {
  color: #fff;
  transform: rotateY(360deg);
}

.website-list4 > div a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: 2;
}

.website-list4 > div a:hover::before {
  top: 0;
}

.website-component182 a::before { background: #3b5999; }
.website-component183 a::before { background: #55acee; }
.website-component184 a::before { background: #0077b5; }

@keyframes slide-in-right-zoom-fade {
  from {
    opacity: 0;
    transform: translateX(100px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.logo-head {
  position: absolute;
  top: 0.0625rem;
  left: clamp(4rem, 5.5vw, 8rem);
  width: auto;
  height: 7.1875rem;
  max-width: clamp(8rem, 8vw, 9rem);
  object-fit: contain;
  z-index: 1001;

  animation: slide-in-right-zoom-fade 3s ease forwards;
}

.navbar {
  position: absolute;
  bottom: 0.2rem;
  right: 6.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.nav-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.nav-link a {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #2c3e50;
  display: inline-block;
}

.nav-link a:hover {
  transform: translateY(-0.25rem) scale(1.02);
  color: #027a4c;
}

.nav-link.active a {
  color: #027a4c;
  cursor: pointer;
}

/* ===== HERO SECTION ===== */
.hero {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  min-height: 70vh;
  position: relative;
  overflow: visible;
}

.hero-left {
  flex: 1;
  background: url('../images/worldmap.jpg') no-repeat center center/contain;
  display: flex;
  align-items: center;
  padding: 2.5rem 5%;
  z-index: 1;
}

.hero-content {
  max-width: 100%;
  width: 100%;
  padding: 1.25rem;
  box-sizing: border-box;
}

.hero-content h1 {
  font-size: clamp(1.5rem, 5vw, 2.25rem);
  margin-bottom: 0.625rem;
  font-weight: 700;
}

.hero-content h2 {
  font-size: clamp(1.25rem, 4vw, 1.75rem);
  color: #3fb36b;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.hero-content p {
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 1.875rem;
}

.hero-content h2 span {
  color: #1f9f4b;
}

.hero-btn {
  display: inline-block;
  margin-top: 1.25rem;
  padding: 0.75rem 1.5rem;
  background-color: #3fb36b;
  color: white;
  border-radius: 0.375rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.hero-btn:hover {
  background-color: #1f9f4b;
  transform: translateY(-0.0625rem);
}

.fade-out {
  animation: fadeOut 0.4s ease forwards;
}

.fade-in {
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.98);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.hero-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 0; 
  position: relative;
}

.angled-wrapper {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  position: relative; 
}

.angled-image {
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 34% 100%, 0% 50%, 34% 0);
  position: absolute;
  top: 0;
  left: 0;
}

.angled-image img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}

/* ===== TEXT BANNER ===== */
.txt-services{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 5.9375rem;
    background: linear-gradient(rgb(155 155 155 / 70%), rgb(20 20 20 / 70%)), url(../images/txt1.jpg);
    background-size: cover;
    background-position: 60% 60%;
    color: #F4F4F2;
    padding: 1rem;
}
.txt-services h1{
  font-size: clamp(1rem, 2.2vw, 1.5rem);
    font-weight: bold;
    color: #d6e5d6;
    margin: 0;
    line-height: 1.2;
}
.txt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 5.9375rem;
  background: linear-gradient(rgb(155 155 155 / 70%), rgb(20 20 20 / 70%)), url(../images/txt1.jpg);
  background-size: cover;
  background-position: 60% 60%;
  color: #F4F4F2;
  padding: 1rem;
}

.txt h1 {
  font-size: clamp(1rem, 2.2vw, 1.5rem);
  font-weight: bold;
  color: #d6e5d6;
  margin: 0;
  line-height: 1.2;
}

/* ===== WHO WE ARE SECTION ===== */
.who-we-are {
  display: flex;
  justify-content: center;
  align-items: stretch;
  background: #f4f9f6;
  padding: 1.75rem 5.125rem;
  gap: 2.5rem;
}

.who-content {
  flex: 1 1 0;
  min-width: 0;
  max-width: 50%;
  box-sizing: border-box;
}

.who-content h2 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  color: #222;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.who-content h3 {
  font-size: clamp(0.875rem, 2.5vw, 1rem);
  color: #22c55e;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.who-content p {
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  color: #555;
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.features {
  list-style: none;
  padding: 0;
  margin-bottom: 1.875rem;
}

.features li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin-bottom: 0.75rem;
  color: #333;
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
}

.features img {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}

.who-image {
  flex: 1;
  min-width: 18.75rem;
}

.who-image img:hover {
  box-shadow: 0 0.25rem 0.8125rem rgb(35 169 97 / 42%);
  transform: translateY(-0.25rem) scale(1.02);
}

.who-image img {
  border-radius: 1rem;
  background: white;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  max-height: 31.25rem;
  display: block;
  object-fit: cover;
}

/* =============== ALL PAGES TOP MARGIN =============== */


/* ===== EMPLOYMENT SECTION ===== */
.employment-section {
  background: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}

.employment-section .section-header h2 {
  color: #222;
}

.employment-section .section-header p {
  color: #666;
}

.card-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 2rem);
  max-width: 1200px;
  margin: 0 auto clamp(0.5rem, 2vw, 1rem);
}

.service-card {
  flex: 1 1 min(300px, 100%);
  max-width: 285rem;
  background: #fff;
  border-radius: 12px;
  border: 0.0625rem solid #e5e7eb;
  border-radius: 0.75rem;
  margin-bottom: 0.5rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  border: 1px solid #f0f0f0;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.icon-circle {
  width: clamp(60px, 8vw, 80px);
  height: clamp(60px, 8vw, 80px);
  background: linear-gradient(135deg, #1a5d3f, #2d7a56);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 4px 12px rgba(26, 93, 63, 0.2);
}

.icon-circle img {
  width: clamp(30px, 4vw, 40px);
  height: clamp(30px, 4vw, 40px);
  filter: brightness(0) invert(1);
}

.service-card h3 {
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 600;
  color: #222;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.service-card p {
  font-size: clamp(0.875rem, 2vw, 1rem);
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.card-link {
  display: inline-flex;
  align-items: center;
  color: #1a5d3f;
  font-weight: 500;
  text-decoration: none;
  font-size: clamp(0.875rem, 2vw, 1rem);
  transition: color 0.3s ease;
}

.card-link:hover {
  color: #2d7a56;
}

.learn-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 93, 63, 0.3);
  background: linear-gradient(135deg, #2d7a56, #1a5d3f);
}

/* ===== NEPAL HUB OF TALENT ===== */
.section-102 {
  background-color: #f9fdfb;
  padding: 2rem 1rem;
}

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

.title-102 {
  color: #1a5d3f;
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  margin-bottom: 2rem;
}

.flex-102 {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
  justify-content: center;
}

.text-102 {
  flex: 1 1 400px;
  color: #2c3e50;
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  line-height: 1.6;
  text-align: left;
  min-width: 280px;
}

.image-102 {
  flex: 1 1 300px;
  text-align: center;
  min-width: 250px;
}

.image-102 img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-102 img:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.explore-more-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.explore-more {
  padding: 0.75rem 1.5rem;
  background-color: #3f6341; /* Keep original color */
  border: none;
  border-radius: 0.25rem; /* Rounded corners preserved */
  color: #fff;
  cursor: pointer;
  font-size: clamp(0.875rem, 2vw, 1rem);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Enhanced shadow */
  font-weight: 600; /* More defined text */
  letter-spacing: 0.5px; /* Spaced letters for a polished feel */
  text-transform: uppercase; /* Optional: more button-like */
  position: relative;
  overflow: hidden;
}

.explore-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 93, 63, 0.3);
  background: linear-gradient(135deg, #2d7a56, #1a5d3f);
}


/* ===== MEDICAL COMPLIANCE SECTION ===== */
.medical-compliance-section {
  background-color: #f9fdfb;
  padding: 3.75rem 1.25rem;
}

.medical-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1.875rem;
}

.medical-box {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.07);
  transition: transform 0.2s ease;
}

.medical-box:hover {
  box-shadow: 0 0.25rem 0.8125rem rgb(35 169 97 / 42%);
  transform: translateY(-0.25rem) scale(1.02);
  cursor: pointer;
}

.medical-box h3 {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  color: #1a5d3f;
  margin-bottom: 0.9375rem;
  font-weight: 600;
}

.medical-box ul {
  padding-left: 1.25rem;
}

.medical-box li {
  margin-bottom: 0.625rem;
  line-height: 1.6;
  color: #2c3e50;
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
}

/* ===== WHY CHOOSE DHARMA OVERSEAS SECTION ===== */
.why-dharma-section {
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
}
.why-dharma-section-0 {
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  background: linear-gradient(rgb(155 155 155 / 70%), rgb(20 20 20 / 70%)), url(../images/why-us.avif);
  background-position: center;
  background-size: cover;
  color: #d6e5d6;
}
.dharma-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.dharma-feature-card {
  background-color: rgba(244, 244, 242, 1);
  padding: 1.5rem 1.25rem;
  border-radius: 0.625rem;
  text-align: center;
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease;
  flex: 1 1 12.5rem;
  max-width: 17.5rem;
  min-width: 13.75rem;
}

.dharma-feature-card:hover {
  box-shadow: 0 0.25rem 0.8125rem rgb(35 169 97 / 42%);
  transform: translateY(-0.3125rem) scale(1.02);
}

.dharma-feature-card h3 {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  color: #1a5d3f;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.dharma-feature-card p {
  color: #2c3e50;
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  line-height: 1.5;
}

/* ===== SERVICE CARD ===== */
.service-card {
  background: #fff;
  border: 0.0625rem solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1.5625rem 1.25rem;
  margin-bottom: 0.5rem;
  width: 25rem;
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.07);
  text-align: left;
  transition: all 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 0.25rem 0.8125rem rgb(35 169 97 / 42%);
  transform: translateY(-0.25rem) scale(1.02);
  cursor: pointer;
}

.icon-circle {
  width: 3.75rem;
  height: 3.75rem;
  background-color: rgba(31, 122, 77, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.9375rem;
}

.service-card h3 {
  font-size: clamp(1rem, 2.2vw, 1.0625rem);
  font-weight: 600;
  color: #111;
  margin-bottom: 0.75rem;
}

.service-card p {
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  color: #555;
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.card-link {
  color: #111;
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.card-link:hover {
  text-decoration: underline;
  color: #1a5d3f;
}

/* ===== DIRECTOR SECTION ===== */
.director-section {
  background-color: #ededeb;
  padding: 1.9rem 1.25rem;
  display: flex;
  justify-content: center;
}

.director-container {
  display: flex;
  max-width: 76.25rem;
  border-radius: 1rem;
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
}

.director-container:hover {
  box-shadow: 0 0.25rem 0.8125rem rgb(35 169 97 / 42%);
  transform: translateY(-0.25rem) scale(1.02);
  cursor: pointer;
}

.director-image {
  flex: 1;
  max-width: 21.875rem;
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
}

.director-image img {
  width: 100%;
  height: 100%;
  border-radius: 1rem 0 0 1rem;
  object-fit: cover;
}

.director-content {
  flex: 2;
  padding: 1.875rem 1.5625rem;
  border-radius: 0 1rem 1rem 0;
  background-color: #FFFFFF;
}

.director-title {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  font-weight: bold;
  margin-bottom: 0.375rem;
  color: #222;
}

a.learn-btn {
  text-decoration: none;
  color: #1a5d3f;
  transition: color 0.2s ease;
}

a.learn-btn:hover {
  color: #22c55e;
}

.title-underline {
  width: 3.125rem;
  border: 0.125rem solid #222;
  margin-bottom: 0.625rem;
}

.vision-title {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 600;
  color: #555;
  margin-bottom: 1.25rem;
}

.director-content p {
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  line-height: 1.7;
  color: #333;
  margin-bottom: 0.9375rem;
}

.container-5005 {
  display: flex;
  max-width: min(87.5rem, 95vw);
  margin: 0 auto;
  padding: clamp(0.5rem, 2vw, 0.875rem);
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
}

.section-subtitle-5005 {
  font-size: clamp(0.875rem, 2.5vw, 1.125rem);
  color: #666;
  line-height: 1.6;
}

/* ===== TRUSTED SECTION ===== */
.trusted-section {
  background-image: url('../images/txt2.png');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  position: relative;
}

.trusted-overlay {
  background: rgba(0, 0, 0, 0.55);
  margin: 0 auto;
  width: 100%;
  padding: 1rem;
}

.trusted-overlay h2 {
  font-size: clamp(1.375rem, 3.5vw, 1.625rem); /* 22px - 26px */
  font-weight: bold;
  margin-bottom: 0.25rem;
  color: #22c55e;
}

.trusted-overlay p {
  font-size: clamp(0.8125rem, 2vw, 0.875rem); /* 13px - 14px */
  margin-bottom: 0.15rem;
  color: #e6e6e6;
  line-height: 1.6;
}

.trusted-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0.75rem, 2.5vw, 1.25rem);
}

.stat-box {
  min-width: 120px;
  text-align: center;
  padding: 0.5rem;
}

.stat-box h3 {
  font-size: clamp(1.25rem, 3vw, 1.5rem); /* 20px - 24px */
  font-weight: 700;
  margin-bottom: 0.1875rem;
  color: #22c55e;
}

.stat-box span {
  font-size: clamp(0.75rem, 1.8vw, 0.8125rem); /* 12px - 13px */
  color: #e6e6e6;
}

/* ===== STEPS SECTION ===== */
.steps-section {
  max-width: 68.75rem;
  margin: 0 auto;
  padding: 3.75rem 1.25rem;
}

.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.steps-container {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.steps-menu {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 15rem;
}

.step-tab {
  padding: 0.9375rem 1.25rem;
  border-radius: 0.5rem;
  background: #f6f6f6;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
}

.step-tab.active,
.step-tab:hover {
  background: #3c5c3c;
  color: white;
  transform: translateX(0.25rem);
}

.step-content {
  display: flex;
  gap: 1.25rem;
  max-width: 43.75rem;
  flex: 1;
  align-items: flex-start;
}

.step-content img {
  width: 15.625rem;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.step-content img:hover {
  transform: scale(1.05);
}

.step-text h3 {
  font-size: clamp(1.25rem, 3vw, 1.375rem);
  font-weight: bold;
  margin-bottom: 0.9375rem;
  color: #333;
}

.step-text p {
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  line-height: 1.6;
  color: #444;
  margin-bottom: 1.25rem;
}

.learn-more {
  margin-block-start: 1rem;
  padding: 0.5rem 1rem;
  background-color: #3f6341;
  border: none;
  border-radius: 0.25rem;
  color: white;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.learn-more:hover {
  background-color: #1a5f2e;
  transform: translateY(-0.125rem);
}

/* ===== CIRCULAR FLOW SECTION ===== */
.container {
  max-width: min(87.5rem, 95vw);
  margin: 0 auto;
  padding: clamp(1rem, 3vw, 1.875rem);
  width: 100%;
  box-sizing: border-box;
}

.main-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: center;
  min-height: 60vh;
}

/* Orbital Ring Design - Complete CSS */

.circle-section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.circular-flow {
  position: relative;
  width: min(31.25rem, 85vw);
  height: min(31.25rem, 85vw);
  aspect-ratio: 1;
}

.circle {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon {
  width: clamp(3.5rem, 8vw, 4.375rem);
  height: clamp(3.5rem, 8vw, 4.375rem);
  border-radius: 50%;
  border: 0.125rem solid #3f6341;
  background: linear-gradient(135deg, #ffffff 0%, #f8fffe 100%);
  color: #3f6341;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
  z-index: 15;
}

.icon:hover {
  transform: scale(1.1);
  box-shadow: 0 0.5rem 1.875rem rgba(63, 99, 65, 0.15);
  border-color: #5a8a5c;
}

.icon.active {
  background: linear-gradient(135deg, #3f6341 0%, #5a8a5c 100%);
  color: #ffffff;
  border-color: #3f6341;
  transform: scale(1.2);
  z-index: 20;
  box-shadow: 0 0.75rem 2.5rem rgba(63, 99, 65, 0.4);
}

/* Orbital Rings */
.orbital-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.0625rem solid rgba(63, 99, 65, 0.2);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.orbital-ring-1 {
  width: 60%;
  height: 60%;
  border-style: dashed;
  border-width: 0.0625rem;
  opacity: 1;
  animation: rotate-slow 60s linear infinite;
}

.orbital-ring-2 {
  width: 75%;
  height: 75%;
  border-style: solid;
  border-width: 0.0625rem;
  opacity: 0.25;
  animation: rotate-medium 45s linear infinite reverse;
}

.orbital-ring-3 {
  width: 90%;
  height: 90%;
  border-style: dotted;
  border-width: 0.125rem;
  opacity: 0;
  animation: rotate-fast 30s linear infinite;
}

/* Responsive orbital rings */
@media (max-width: 768px) {
  .orbital-ring-1 {
    width: 55%;
    height: 55%;
  }
  
  .orbital-ring-2 {
    width: 70%;
    height: 70%;
  }
  
  .orbital-ring-3 {
    width: 85%;
    height: 85%;
  }
}

@media (max-width: 480px) {
  .orbital-ring-1 {
    width: 50%;
    height: 50%;
  }
  
  .orbital-ring-2 {
    width: 65%;
    height: 65%;
  }
  
  .orbital-ring-3 {
    width: 80%;
    height: 80%;
  }
}

/* Orbital ring animations */
@keyframes rotate-slow {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate-medium {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate-fast {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Remove connecting lines (if they exist) */
.connecting-lines {
  display: none;
}



/* Enhanced glow effect for active icon */
.icon.active::before {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  border: 0.125rem solid rgba(63, 99, 65, 0.3);
  border-radius: 50%;
  top: -10%;
  left: -10%;
  animation: pulse-glow 2s ease-in-out infinite;
  z-index: -1;
}

@keyframes pulse-glow {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.6;
  }
}

/* Optional: Add subtle background pattern */
.circular-flow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15%;
  height: 15%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(63, 99, 65, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

/* Pause animations on hover for better UX */
.circular-flow:hover .orbital-ring {
  animation-play-state: paused;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  .orbital-ring {
    animation: none;
  }
  
  .icon.active::before {
    animation: none;
    opacity: 0.3;
  }
}
.center-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(1.25rem);
  padding: clamp(0.75rem, 2vw, 1.125rem);
  border-radius: 1rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  
}

.center-label h3 {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.375rem;
}

.center-label p {
  font-size: clamp(0.75rem, 1.5vw, 0.75rem);
  color: #64748b;
  font-weight: 400;
}

.content-section {
  padding: 0 clamp(0.75rem, 2vw, 1.25rem);
  text-align: left;
}

.content-header {
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
  text-align: left;
}

.content-header .badge {
  display: inline-block;
  background: #3f6341;
  color: white;
  padding: clamp(0.375rem, 1vw, 0.5rem) clamp(1rem, 2vw, 1.25rem);
  border-radius: 1.5625rem;
  font-size: clamp(0.75rem, 1.8vw, 0.875rem);
  font-weight: 500;
  margin-bottom: clamp(1rem, 2vw, 1.25rem);
  letter-spacing: 0.03125rem;
}

.content-header h1 {
  font-size: clamp(1.375rem, 4vw, 1.625rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.625rem;
  line-height: 1.1;
  text-align: left;
}

.content-header .subtitle {
  font-size: clamp(0.875rem, 2.5vw, 0.9375rem);
  color: #64748b;
  font-weight: 400;
  max-width: min(31.25rem, 100%);
  line-height: 1.5;
  text-align: left;
}

.step-display {
  text-align: left;
}

.step-display h3,
.step-display p,
.step-display ul,
.step-display li {
  text-align: left;
}

.step-display {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  padding: 1.5625rem;
  border: 0.0625rem solid rgba(63, 99, 65, 0.1);
  box-shadow: 0 0.5rem 1.5625rem rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
}

.step-number {
  width: 2.8125rem;
  height: 2.8125rem;
  background: #3f6341;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

.step-title {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 600;
  color: #3f6341;
  margin-bottom: 0.75rem;
}

.step-description {
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.step-features {
  list-style: none;
  margin-bottom: 1.5625rem;
  padding: 0;
}

.step-features li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #64748b;
}

.step-features li::before {
  content: "✓";
  background: #3f6341;
  color: white;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.625rem;
  font-size: 0.6875rem;
  font-weight: bold;
  flex-shrink: 0;
}

.action-buttons {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
  flex-wrap: wrap;
}

.btn-primary {
  background: #3f6341;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.625rem;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-primary:hover {
  background: #577c58;
  transform: translateY(-0.125rem);
}

.btn-secondary {
  color: #3f6341;
  background: transparent;
  border: 0.125rem solid #3f6341;
  padding: 0.625rem 1.375rem;
  border-radius: 0.625rem;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-secondary:hover {
  background: #3f6341;
  color: white;
  transform: translateY(-0.125rem);
}

.progress-indicator {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #e2e8f0;
}

.progress-bar {
  width: 100%;
  height: 0.25rem;
  background: #e2e8f0;
  border-radius: 0.125rem;
  overflow: hidden;
  margin-bottom: 0.625rem;
}

.progress-fill {
  height: 100%;
  background: #3f6341;
  border-radius: 0.125rem;
  transition: width 0.6s ease;
}

.progress-text {
  font-size: 0.75rem;
  color: #64748b;
  text-align: center;
}

/* ===== WHY CHOOSE PAGE ===== */
.why-choose-page {
  background-color: #ededeb;
  width: 100%;
  overflow-x: hidden; /* Prevents horizontal scrolling */
}

.section-201 {
  padding: 2.75rem 1.25rem; /* 60px 20px */
  background-color: #ffffff;
  max-width: 100%;
  padding-bottom: 0.15rem;
}

.container-201 {
  max-width: min(75rem, 95%); /* 1200px with 5% padding */
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.block-201 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 2.5rem); /* 24px-40px responsive gap */
  margin-bottom: 3.75rem; /* 60px */
  width: 100%; /* Ensure it stays within container */
}

.block-201.reverse-201 {
  flex-direction: row-reverse;
}

.text-201 {
  flex: 1 1 min(28rem, 100%); /* Minimum 280px but won't exceed container */
  min-width: 0; /* Allows text to shrink properly */
  padding: 0 1rem; /* Prevents text from touching edges */
}

.title-201 {
  font-size: clamp(1.375rem, 3.5vw, 1.625rem); /* 22px-26px */
  color: #1a5d3f;
  margin-bottom: 0.9375rem; /* 15px */
  font-weight: 600;
  line-height: 1.3;
}

.desc-201 {
  font-size: clamp(0.875rem, 2.2vw, 1rem); /* 14px-16px */
  color: #2c3e50;
  margin-bottom: 1.25rem; /* 20px */
  line-height: 1.6;
}

.list-201 {
  padding-left: 1.25rem; /* 20px */
  margin-bottom: 0.9375rem; /* 15px */
  text-align: left;
}

.list-201 li {
  margin-bottom: 0.625rem; /* 10px */
  color: #2c3e50;
  font-size: clamp(0.875rem, 2vw, 0.9375rem); 
  line-height: 1.5;
  position: relative;
}

/* .list-201 li::before {
  content: "•";
  color: #1a5d3f;
  font-weight: bold;
  position: absolute;
  left: 0;
} */

.note-201 {
  font-style: italic;
  color: #4b6454;
  font-size: clamp(0.875rem, 2vw, 0.9375rem); /* 14px-15px */
  background: #f8f8f8;
  padding: 0.75rem;
  border-left: 3px solid #1a5d3f;
  border-radius: 0 0.25rem 0.25rem 0;
}

.image-201 {
  flex: 1 1 min(25rem, 100%); /* Minimum 250px but responsive */
  text-align: center;
  max-width: 100%;
  position: relative;
}

.image-201 img {
  max-width: 100%;
  height: auto;
  border-radius: 0.625rem; /* 10px */
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.07); /* 0 6px 20px */
  transition: transform 0.3s ease;
  object-fit: cover;
  aspect-ratio: 16/9; /* Maintains image proportions */
}

.image-201 img:hover {
  transform: scale(1.02);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}

/* ===== TESTIMONIALS SECTION ===== */
.testimonials-section {
  padding: 1.5rem 0.25rem;
  text-align: center;
  background-color: #ffffff;
}

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

.testimonials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1rem, 3vw, 1.5rem);
}

.testimonial-card {
  background: #fafafa;
  border-radius: 0.625rem;
  padding: 1.5625rem 1.25rem;
  margin-bottom: 2.5rem;
  max-width: 22.5rem;
  border: 0.0625rem solid #e5e7eb;
  border-radius: 0.75rem;
  width: 100%;
  text-align: left;
  position: relative;
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
  flex: 1 1 300px; 
}

.testimonial-card:hover {
  box-shadow: 0 0.25rem 0.8125rem rgb(35 169 97 / 42%);
  transform: translateY(-0.25rem) scale(1.02);
  cursor: pointer;
}

.testimonial-name strong {
  color: #027a4c;
}

.rating-badge {
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  background: #027a4c;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.2);
}

.stars {
  color: #fbc02d;
  font-size: 1rem;
  margin: 0.625rem 0;
}

.review {
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  color: #444;
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

/* ===== RECRUITMENT SECTION ===== */
.recruitment-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.125rem;
  gap: 2.5rem;
  font-family: Arial, sans-serif;
  flex-wrap: wrap;
}

.recruitment-content {
  flex: 1;
  max-width: 48%;
  font-size: clamp(0.875rem, 2.2vw, 1rem);
  line-height: 1.8;
}

.read-more {
  margin-top: 1.25rem;
  padding: 0.75rem 1.5625rem;
  background: linear-gradient(to right, #ff7e00, #ff4500);
  border: none;
  border-radius: 1.875rem;
  color: white;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.read-more:hover {
  background: linear-gradient(to right, #ff6a00, #ff3000);
  transform: translateY(-0.125rem) scale(1.05);
  box-shadow: 0 0.375rem 1rem rgba(255, 126, 0, 0.3);
}

/* ===== TRUSTED SECTION 2 ===== */
.trusted-section2 {
  background-image: url('../images/txt12.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  color: #fff;
}

.trusted-overlay2 {
  background: rgba(0, 0, 0, 0.55);
  padding: 2rem 1rem;
  margin: 0 auto;
  width: 100%;
}

.trusted-overlay2 h2 {
  font-size: clamp(1.375rem, 3.5vw, 1.625rem);
  font-weight: bold;
  margin-bottom: 0.625rem;
  color: #22c55e;
}

.trusted-overlay2 p {
  font-size: clamp(0.8125rem, 2vw, 0.875rem);
  margin-bottom: 2rem;
  color: #e6e6e6;
  line-height: 1.6;
}

.trusted-stats2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 5vw, 3.75rem);
  color: #1F7A4D;
}

.stat-box2 {
  min-width: 120px;
  text-align: center;
  padding: 0.5rem;
}

.stat-box2 h3 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 0.3125rem;
  color: #22c55e;
}

.stat-box2 span {
  font-size: clamp(0.75rem, 1.8vw, 0.8125rem);
  color: #e6e6e6;
}

/* ===== FOOTER ===== */
.footer {
  background: #ededeb;
  color: #027a4c;
  padding: clamp(1.5rem, 4vw, 1.875rem) 0 0;
  width: 100%;
}

.footer-container {
  max-width: min(79rem, 95vw);
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 1.5rem);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  justify-content: space-between;
  box-sizing: border-box;
}

.footer-col {
  flex: 1;
  min-width: min(13.75rem, 100%);
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.footer-logo {
  width: clamp(6rem, 15vw, 8.75rem);
  height: auto;
}

.footer h4 {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  margin: clamp(0.5rem, 1.5vw, 0.625rem) 0;
  font-weight: bold;
}

.footer h5 {
  font-size: clamp(0.9rem, 2vw, 1rem);
  margin: clamp(0.75rem, 2vw, 0.9375rem) 0 clamp(0.25rem, 1vw, 0.3125rem);
}

.footer p, 
.footer li, 
.footer a {
  font-size: clamp(0.8rem, 2vw, 0.9375rem);
  color: #0f0f0f;
  line-height: 1.6;
}

.footer a {
  text-decoration: none;
  color: #0f0f0f;
  transition: all 0.3s ease;
}

.footer a:hover {
  text-decoration: underline;
  color: #027a4c;
}

.footer-services div {
  display: flex;
  gap: clamp(0.4rem, 1.5vw, 0.625rem);
  align-items: center;
  margin: clamp(0.5rem, 1.5vw, 0.625rem) 0;
  color: #0f0f0f;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact iconify-icon {
  margin-right: clamp(0.375rem, 1vw, 0.5rem);
  color: #000000;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  vertical-align: middle;
}

.footer-contact li {
  margin: clamp(0.5rem, 1.5vw, 0.625rem) 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-tags span {
  display: inline-block;
  background: rgb(50 151 59 / 10%);
  padding: clamp(0.25rem, 1vw, 0.3125rem) clamp(0.5rem, 1.5vw, 0.625rem);
  border-radius: 1.25rem;
  margin: clamp(0.25rem, 1vw, 0.3125rem) clamp(0.25rem, 1vw, 0.3125rem) 0 0;
  font-size: clamp(0.75rem, 1.8vw, 0.8125rem);
}

.footer-bottom {
  margin-top: clamp(2rem, 4vw, 2.5rem);
  background: #5a734a;
  padding: clamp(1rem, 2vw, 1.25rem);
  text-align: center;
  display: flex;
  gap: clamp(1rem, 5vw, 12.5rem);
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.footer-bottom p {
  color: #f4f9f6;
  margin: 0;
  font-size: clamp(0.8rem, 2vw, 0.9375rem);
}

.footer-bottom a {
  color: #f4f9f6;
  font-size: clamp(0.8rem, 2vw, 0.9375rem);
}

.footer-bottom a:hover {
  color: #ffffff;
}

/* ===== INDUSTRY CARDS ===== */
.section-301 {
  background-color: #ffffff;
  background: linear-gradient(rgb(231 231 231 / 93%), rgb(118 118 118 / 77%)), url(../images/industry-collage.jpg);
  background-size: contain;
  padding: 1.75rem 1.25rem;
}
.title-301 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.container-301 {
  max-width: 75rem;
  margin: 0 auto;
  text-align: center;
}

.grid-301 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.card-301 {
  background-color: #f1f7f4;
  width: 15.625rem;
  padding: 1.5rem 1.125rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease;
  text-align: center;
}

.card-301:hover {
  transform: translateY(-0.3125rem);
}

.image-301 img {
  max-width: 100%;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.06);
}

/* ===== SKILLED WORKFORCE ===== 
/* .section-302 {
  background-color: #f9fdfb;
  padding: 3.75rem 1.25rem;
}

.container-302 {
  max-width: 75rem;
  margin: auto;
}

.block-302 {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  align-items: center;
}

.text-302 {
  flex: 1 1 31.25rem;
}

.image-302 {
  flex: 1 1 25rem;
  text-align: center;
}

.image-302 img {
  max-width: 100%;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.05);
}

/* ===== SEMI/UNSKILLED WORKFORCE ===== 
.section-303 {
  background-color: #ffffff;
  padding: 3.75rem 1.25rem;
}

.container-303 {
  max-width: 75rem;
  margin: auto;
}

.block-303 {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  align-items: center;
}

.reverse-303 {
  flex-direction: row-reverse;
}

.text-303 {
  flex: 1 1 31.25rem;
}

.image-303 {
  flex: 1 1 25rem;
  text-align: center;
}

.image-303 img {
  max-width: 100%;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.05);
}

/* ===== GLOBAL NETWORK ===== 
.section-304 {
  background-color: #f1f7f4;
  padding: 3.75rem 1.25rem;
  text-align: center;
}

.container-304 {
  max-width: 75rem;
  margin: auto;
}

.block-304 {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.875rem;
}

.text-304 {
  flex: 1 1 25rem;
  text-align: left;
}

.image-304 {
  flex: 1 1 25rem;
  text-align: center;
}

.image-304 img {
  max-width: 75%;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.05);
} */

/* ===== SECTION 302: HIGHLY SKILLED PROFESSIONALS ===== */
.section-302 {
  background-color: #ededeb;
  padding: 2.75rem 1.25rem;
}

.container-302 {
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1rem;
}

.block-302 {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  align-items: center;
}

.text-302 {
  flex: 1 1 31.25rem;
}

.image-302 {
  flex: 1 1 25rem;
  text-align: center;
}

.image-302 img {
  max-width: 100%;
  height: auto;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.05);
}

.title-302 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.list-302 li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}


/* ===== SECTION 303: SEMI/UNSKILLED WORKFORCE ===== */
.section-303 {
  background-color: #ffffff;
  padding: 3.75rem 1.25rem;
}

.container-303 {
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1rem;
}

.block-303 {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  align-items: center;
}

.reverse-303 {
  flex-direction: row-reverse;
}

.text-303 {
  flex: 1 1 31.25rem;
}

.image-303 {
  flex: 1 1 25rem;
  text-align: center;
}

.image-303 img {
  max-width: 100%;
  height: auto;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.05);
}

.title-303 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.text-303 p {
  margin-bottom: 1rem;
  line-height: 1.6;
}


/* ===== SECTION 304: GLOBAL NETWORK ===== */
.section-304 {
  background-color: #f1f7f4;
  padding: 1.75rem 1.25rem;
  text-align: center;
}

.container-304 {
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1rem;
}

.title-304 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.block-304 {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.875rem;
}

.text-304 {
  flex: 1 1 25rem;
  text-align: left;
}

.image-304 {
  flex: 1 1 25rem;
  text-align: center;
}

.image-304 img {
  max-width: 75%;
  height: auto;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.05);
}

.list-304 li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}


/* ===== CONTACT INFO & FORM ===== */
.section-401 {
  background-color: #f9fdfb;
  padding: 3.75rem 1.25rem;
}

.container-401 {
  max-width: 75rem;
  margin: auto;
}

.info-form-401 {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  align-items: flex-start;
}

.contact-info-401 {
  background-color: #ffffff;
  padding: 1.875rem 1.5rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.07);
  flex: 1 1 21.875rem;
}

.title-401 {
  font-size: 1.625rem;
  color: #1a5d3f;
  margin-bottom: 1.25rem;
}

.info-list-401 {
  list-style: none;
  padding: 0;
  font-size: 1rem;
  color: #2c3e50;
  line-height: 1.8;
}

/* .contact-form-401 {
  background-color: #ffffff;
  padding: 1.875rem 1.5rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.07);
  flex: 1 1 37.5rem;
}

.contact-form-401 form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-row-401 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.form-row-401 p {
  display: flex;
  gap: 1rem;
  flex: 1;
  width: 100%;
  margin: 0;
}

.form-row-401 p span {
  flex: 1;
}

.form-row-401 input {
  flex: 1;
  padding: 0.75rem;
  border: 1px solid #ccd6ce;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
}

textarea {
  padding: 0.75rem;
  border: 1px solid #ccd6ce;
  border-radius: 0.375rem;
  resize: vertical;
  font-size: 0.9375rem;
  width: 100%;
} */


.contact-form-401 {
  background-color: #ffffff;
  padding: 1.875rem 1.5rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.07);
  flex: 1 1 37.5rem;
  max-width: 45rem;
  width: 100%;
  box-sizing: border-box;
}

.contact-form-401 form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Wrap rows */
.form-row-401 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}

/* Ensure p doesn't break layout */
.form-row-401 p {
  display: flex;
  gap: 1rem;
  flex: 1;
  width: 100%;
  margin: 0;
}

/* Let CF7 span elements behave like columns */
.form-row-401 p span {
  flex: 1;
  display: block;
}

/* Input styles */
.form-row-401 input,
.form-row-401 textarea,
.form-row-401 select {
  padding: 0.75rem;
  border: 1px solid #ccd6ce;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  width: 100%;
  box-sizing: border-box;
}

/* Textarea specifically */
textarea {
  resize: vertical;
  min-height: 120px;
  padding: 0.75rem;
  border: 1px solid #ccd6ce;
  border-radius: 0.375rem;
  resize: vertical;
  font-size: 0.9375rem;
  width: 100%;
}




/* Section 402: Office Info & Map */
.section-402 {
  background-color: #ffffff;
  padding: 3.75rem 1.25rem;
}

.container-402 {
  max-width: 75rem;
  margin: auto;
}

.office-details-402 {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.office-text-402 {
  background-color: #ffffff;
  padding: 1.875rem 1.5rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.07);
  flex: 1 1 25rem;
  font-size: 1rem;
  color: #2c3e50;
}

.map-402 {
  flex: 1 1 37.5rem;
}

.map-402 iframe {
  width: 100%;
  height: 18.75rem;
  border-radius: 0.625rem;
  border: none;
}
/* Slideshow container */
.dharma-slider-container {
  max-width: 1000px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.dharma-slide-02 {
  display: none;
}

.dharma-slide-02 img {
  width: 100%;
  max-height: 31.25rem; /* adjust as needed */
  object-fit: cover;
  border-radius: 10px;
}

/* Dots */
.dharma-dot-01 {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 4px;
  background-color: #b6ccb6;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.dharma-dot-01.active,
.dharma-dot-01:hover {
  background-color: #305d35;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from { opacity: 0.4; }
  to { opacity: 1; }
}

/* .office-gallery-402 {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
}

.office-gallery-402 img {
  max-width: 100%;
  width: 17.5rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.05);
} */

/* Section 403: Call to Action */
.section-403 {
  background-color: #f1f7f4;
  padding: 3.75rem 1.25rem;
  text-align: center;
}

.container-403 {
  max-width: 100%;
  width: 90%;
  margin: auto;
}

.cta-403 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  text-align: center;
}

.cta-text-403 h2 {
  font-size: clamp(1.5rem, 4vw, 2.5rem); /* Responsive scaling */
  color: #1a5d3f;
  margin: 0;
}

.tagline-403 {
  font-size: clamp(1rem, 2.5vw, 1.25rem); /* Responsive scaling */
  color: #4a4a4a;
  margin-top: 0.625rem;
}

.cta-image-403 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.cta-image-403 img {
  width: 85%; /* Increased image size */
  border-radius: 0.625rem;
  height: 31.25rem;
  object-fit: cover;
}

.overlay-403 {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(26, 93, 63, 0.8);
  color: #fff;
  padding: 0.375rem 0.75rem;
  font-weight: 500;
  border-radius: 0.375rem;
  font-size: clamp(0.75rem, 1vw, 1rem);
}





/* ===== MEDIA QUERIES (CONSOLIDATED AT BOTTOM) ===== */
/* @media (max-width: 48rem) { 768px */
@media (max-width: 64rem) { 
  body{
    padding-top: 11.5625rem;
  }
 .head-main-section {
    height: auto;
    min-height: 8rem;
    padding: 0.75rem;
  }
  
  .header-content {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
  }
  
  .logo-head {
    position: relative;
    left: 0;
    top: 0;
    height: 3.5rem;
    max-width: 4rem;
    margin: 0 auto;
    display: block;
    order: 1;
  }
  
  .head-top-section {
    position: relative;
    margin-left: 0rem;
    top: 0;
    text-align: center;
    font-size: clamp(0.5rem, 0.8vw, 0.65rem);
    max-width: 100%;
    order: 2;
  }
  
  .website-container235 {
    position: relative;
    top: 0;
    right: 0;
    height: auto;
    flex-direction: column;
    padding: 0.75rem;
    gap: 0.5rem;
    border-radius: 1rem;
    order: 3;
    width: 100%;
    max-width: 25rem;
  }
  
  .website-link22 {
    flex-direction: row;
    gap: 0.25rem;
  }
  
  .navbar {
    position: relative;
    bottom: 0;
    right: 0;
    order: 4;
    width: 100%;
    justify-content: center;
  }
  
  .nav-menu {
    justify-content: center;
    gap: 0.25rem;
  }
  
  .nav-link a {
    font-size: 0.7rem;
    padding: 0.3rem 0.5rem;
  }
  
  .website-list4 {
    display: none;
  }
  
  .hero {
    flex-direction: column;
    min-height: 37vh;
  }
  
  .hero-left,
  .hero-right {
    flex: auto;
    width: 100%;
  }
  
  .hero-content {
    text-align: center;
    padding: 1rem;
  }
  
  .hero-right {
    display: none;
  }
  
  .angled-wrapper {
    height: 60vh;
    width: 100%;
    overflow: visible;
  }
  
  .angled-image {
    display: none;
  }
  
  .txt {
    height: auto;
    min-height: 3.5rem;
    padding: 1rem 0.75rem;
  }
  
  .txt h1 {
    font-size: clamp(0.75rem, 2.5vw, 1.2rem);
  }
  
  .who-we-are {
    flex-direction: column;
    padding: 2.5rem 1.5rem;
    gap: 2rem;
  }
  
  .who-content {
    max-width: 100%;
  }
  
  .who-image {
    min-width: auto;
    order: -1;
  }
  
  .main-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .content-section,
  .content-header,
  .step-display {
    text-align: center;
  }
  /* ===== SERVICES PAGE ===== */
  .aboutpage,
  .servicespage,
  .industry-page,
  .contact-page {
   margin-top: 12.5625rem;
  }


  /* ===== INDUSTRY PAGE ===== */
  .block-302,
  .block-303,
  .block-304 {
    flex-direction: column;
    gap: 2rem;
  }

  .card-container{
    padding: 0 1rem;
  }

  .text-302,
  .image-302,
  .text-303,
  .image-303,
  .text-304,
  .image-304 {
    flex: 1 1 100%;
    text-align: center !important;
    padding: 0 1rem; /* Added inner padding for content spacing */
  }

  .section-302,
  .section-303,
  .section-304 {
    padding: 1.5rem 1rem;
  }

  .container-302,
  .container-303,
  .container-304 {
    padding: 0 0.5rem;
  }

  .list-302 {
    text-align: left;
  }

  .list-304 {
    text-align: left;
  }

  .text-304 {
    text-align: center !important;
  }

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

  .title-301,
  .title-302,
  .title-303,
  .title-304 {
    font-size: clamp(1.5rem, 4vw, 1.9rem);
    margin-bottom: 1rem;
  }

  .list-302 li,
  .list-304 li,
  .text-303 p {
    padding: 0 0.5rem;
    font-size: clamp(0.9rem, 3vw, 1.1rem);
    line-height: 1.6;
  }
  /* Contact page */
  .cta-image-403 img {
    width: 100%;
    height: 24.25rem;
  }
  .overlay-403{
    bottom: 0.5rem;
  }
  .contact-form-401 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-container {
    flex-direction: column;
    gap: 2rem;
  }
  
  .footer-col {
    min-width: 100%;
    text-align: center;
  }
  
  .footer-services div {
    justify-content: center;
  }
  
  .footer-contact li {
    justify-content: center;
  }
  
  .director-section {
    padding: 2.5rem 1rem;
    flex-direction: column;
  }
  
  .director-container {
    flex-direction: column;
    max-width: 100%;
  }
  
  .director-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 1rem 1rem 0 0;
  }
  
  .director-image img {
    border-radius: 1rem 1rem 0 0;
  }
  
  .director-content {
    border-radius: 0 0 1rem 1rem;
    padding: 1.5rem 1.25rem;
  }
  
/* ===== TRUSTED PAGE  ===== */
  .trusted-overlay {
    padding: 0.75rem;
  }
  
  .trusted-overlay h2 {
    margin-bottom: 0.25rem;
  }
  
  .trusted-overlay p {
    margin-bottom: 0.75rem;
  }
  
  .trusted-stats {
    gap: 1rem;
  }
 /* ===== TRUSTED PAGE ===== */
 /* ===== WHY CHOOSE PAGE ON MOBILE ===== */
  .why-choose-page {
    margin-top: 11.5625rem; /* Adjusted for mobile header */
  }
  
  .section-201 {
    padding: 2.5rem 1rem; /* 40px 16px */
  }
  
  .block-201 {
    flex-direction: column;
    margin-bottom: 2.5rem; /* 40px */
    text-align: center;
  }
  
  .text-201 {
    padding: 0;
    text-align: center;
  }
  
  .list-201 {
    text-align: left;
    display: inline-block;
  }
  
  .image-201 {
    order: -1; /* Image first on mobile */
    margin-bottom: 1.5rem;
  }
  
  .image-201 img {
    width: 100%;
    max-width: 30rem; /* Limits image width on mobile */
  }
  /* ===== WHY CHOOSE PAGE ON MOBILE ===== */

  .slide-in-left,
  .slide-in-right,
  .slide-in-up,
  .slide-in-down,
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .logo-head {
    animation: none !important;
  }
}

@media (max-width: 30rem) { /* 480px */
  body {
    padding-top: 16.5625rem;
  }
  
  .hero-content {
    padding: 0.75rem;
  }
  
  .hero-content h1 {
    font-size: 1.2rem;
  }
  
  .hero-content h2 {
    font-size: 1rem;
  }
  
  .hero-content p {
    font-size: 0.7rem;
  }
  
  .website-link22 {
    flex-direction: column;
    gap: 0.25rem;
  }
  
  .txt {
    height: 6rem;
  }
  
  .who-we-are {
    padding: 2rem 1rem;
    gap: 1.5rem;
  }
  /* ===== SERVICES PAGE ===== */
  .aboutpage,
  .servicespage, 
  .industry-page,
  .contact-page {
   margin-top: 16.5625rem;
  }

  .block-302,
  .block-303,
  .block-304 {
    gap: 1rem;
  }
  /* ===== INDUSTRIES PAGE ===== */
  .features img {
    width: 1rem;
    height: 1rem;
  }
  
  .footer-container {
    padding: 0 1rem;
    gap: 1rem;
  }
  
  .footer-col {
    margin-bottom: 0;
  }
  
  .footer-bottom {
    padding: 1.5rem 1rem;
  }
  

  .testimonial-card {
    padding: 1rem;
  }
  
  .rating-badge {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.75rem;
  }
  
  .avatar {
    width: 2rem;
    height: 2rem;
  }
  
  .client-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .trusted-overlay {
    padding: 0.5rem;
  }
  
  .trusted-overlay h2 {
    margin-bottom: 0.1875rem;
  }
  
  .trusted-overlay p {
    margin-bottom: 0.5rem;
  }
  
  .trusted-stats {
    gap: 0.75rem;
  }
  
  .stat-box h3 {
    margin-bottom: 0.125rem;
  }

/* ===== WHY CHOOSE PAGE ON MOBILE ===== */
  .why-choose-page {
    margin-top: 15.5625rem; /* Extra space for mobile header */
  }
  
  .section-201 {
    padding: 2rem 0.75rem; /* 32px 12px */
  }
  
  .title-201 {
    font-size: 1.25rem; /* 20px */
  }
  
  .desc-201, 
  .list-201 li, 
  .note-201 {
    font-size: 0.875rem; /* 14px */
  }
  .cta-image-403 img {
    width: 100%;
    height: 12.25rem;
  }
  /* Contact Form */
  .form-row-401 {
    flex-direction: column;
  }

  .form-row-401 p {
    flex-direction: column;
    gap: 0;
    margin-bottom: 1rem;
  }

  .form-row-401 p span {
    width: 100%;
  }
/* ===== WHY CHOOSE PAGE ON MOBILE ===== */
}