body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

.hero {
  position: relative;
  min-height: 100vh;
  background: url("../images/3ba1cf43027921264c0f2c9dd0005101c2bda8a2.jpg") no-repeat center center/cover;

}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(30, 30, 30, 0.6) 0%,
      rgba(1, 96, 76, 0.8) 100%);
  z-index: 1;
}

.floating-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 13px;
  border-radius: 50px;
  border: 1px solid #02ED85;
  background: #5C9A8D;
  box-shadow: 0 0 13.2px 0 #00C950;
  cursor: pointer;
  z-index: 999;
}

.floating-btn img {
  width: 30px;
  height: 30px;
}

.navbar {
  position: relative;
  z-index: 2;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.navbar .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: "Inter", sans-serif;
  color: #5AE0C5 !important;
  font-weight: 700;
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.logo:hover {
  color: #4cc4ad;
}

.logo-shape {
  width: 22px;
  height: 22px;
}


.navbar .navbar-nav {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar .nav-link {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.navbar .nav-link:hover {
  color: #5AE0C5;
}


.navbar .nav-link.active {
  font-weight: 600;
  color: #5AE0C5;
}

.btn-login {
  color: white;
  background-color: #68AD9E;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-login:hover {
  background-color: #579285;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.language-dropdown {
  position: relative;
  display: inline-block;
}

.lang-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.lang-btn img {
  width: 32px;
  height: 32px;
}

.lang-menu {
  display: none;
  position: absolute;
  top: 120%;
  right: 0;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  min-width: 150px;
  z-index: 10;
}

.lang-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.lang-menu a:hover {
  background-color: #68AD9E;
  color: #fff;
}

.flag {
  width: 20px;
  height: 14px;
  border-radius: 2px;
  object-fit: cover;
}

.lang-menu.show {
  display: block;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1005px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 15px 40px;
}

.hero-subtitle {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
  color: #DDE2E4;
}



/* Hero Title & Description */
.hero-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  letter-spacing: -1.2px;
  margin-bottom: 20px;
  color: #F1F9F7;
  text-align: center;
}

.hero-description {
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 160%;
  color: #DDE2E4;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 35px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.btn-agent {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 28px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-job {
  color: #00BCD4;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-agent {
  background: transparent;
  border: 2px solid #73C0B0;
  color: white;
  text-decoration: none;
}

.btn-agent:hover {
  background-color: #73C0B0;
  color: #fff;
}

.btn-job {
  background-color: #73C0B0;
  border: none;
  color: #fff;
}

.btn-job:hover {
  background-color: #5aa496;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/*two flows  */
.how-it-works-container {
  background-color: #fff;
  padding: 35px 20px;
  max-width: 1300px;
  margin: 0 auto;
}

.main-title {
  color: #28433E;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 100%;
}

.subtitle {
  color: #627085;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 32px;
}

.section-title {
  color: #28433E;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center !important;
}

.how-it-works-box {
  border: 2px solid #73C0B0;
  border-radius: 15px;
  padding: 40px 20px;
  background-color: #fff;
}

.step-wrapper {
  position: relative;
  padding-left: 40px;
}

.step-wrapper::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 40px;
  bottom: 0;
  width: 2px;
  background-color: #E0E7E6;
  z-index: 1;
}

.step {
  position: relative;
  padding-left: 20px;
  padding-bottom: 30px;
  min-height: 40px;
}

.step:last-child {
  padding-bottom: 0;
}

.step-number {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -40px;
  top: 0;
  background: #D1FAE5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 2;
}

.step-title {
  color: #28433E;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.step-description {
  color: #627085;
  font-size: 16px;
  line-height: 1.4;
}

/* services */
.services-section {
  background: linear-gradient(113.68deg, #10715D 37.98%, #2F8775 67.66%);
}

.services-main-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.service-box {
  width: 100%;
  max-width: 350px;
  width: 100%;
  max-width: 350px;
  aspect-ratio: 1 / 0.8;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: auto;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.icon-box {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 15px;
}

.talent-sourcing-icon {
  background: linear-gradient(90deg, #314158 0%, #009689 100%);
}

.verified-agents-icon {
  background: linear-gradient(90deg, #FB923C 0%, #F87171 100%);
}

.end-to-end-icon {
  background: linear-gradient(90deg, #00AD89 0%, #73C0B0 100%);
}

.performance-icon {
  background: linear-gradient(90deg, #FFD230 0%, #FB923C 100%);
}

.icon-box i {
  font-size: 2.5rem;
}

.service-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #14573A;
}

.service-title4 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #14573A;
}

.service-description {
  font-size: 16px;
  line-height: 1.4;
  color: #627085;
}




/* Section: Custom Image */
.custom-img {
  width: 568px;
  height: 600px;
  flex-shrink: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.image-caption {
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
  color: #E2E8F0;
  background: none;
  padding: 0;
  max-width: 85%;
}

.caption-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 6px;
}

.image-caption p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 80%;
  margin: 0;
}

/* Section: Feature Item */
.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.feature-item .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 4px;
}

.feature-title {
  color: #34564F;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.feature-text {
  color: #627085;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.intelligent-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title1 {
  text-align: left;
  color: #34564F;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-subtitle1 {
  font-size: 18px;
  line-height: 150%;
  color: #627085;
  text-align: left;
}

/* Section: Intelligent Section Titles */
.section-title2 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section-subtitle2 {
  color: #94A3B8;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Section: Features Section */
.features-section {
  background: #22455B;
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 33px;
  border-radius: 16px;
  border: 1px solid rgba(49, 65, 88, 0.80);
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.60) 0%, rgba(30, 41, 59, 0.00) 100%);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(6px);
  height: 100%;

}

.feature-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-header h5 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #E2E8F0;
  margin: 0;
}

.feature-card p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #CBD5E1;
  margin: 0;
}

/* Icon Styles */
.icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-gradient-1 {
  background: linear-gradient(135deg, #00BCD4 0%, #00D3F2 100%);
}

.bg-gradient-2 {
  background: linear-gradient(135deg, #FFA726 0%, #FFB900 100%);
}

.bg-gradient-3 {
  background: linear-gradient(135deg, #0D47A1 0%, #2B7FFF 100%);
}

.bg-gradient-4 {
  background: linear-gradient(135deg, #45556C 0%, #90A1B9 100%);
}

/* Section: Ywmina */
.ywmina-section {
  background: var(--foundation-green-light-hover, #EAF6F3);
  padding-bottom: 60px;
}

.ywmina-title {
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  color: #45736A;
}

.ywmina-btn {
  background-color: #569084;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 16px;
  padding: 16px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  border: 2px solid #02ED85;
  background: linear-gradient(93deg, #45736A 14.75%, #53B9A5 95.88%);
  box-shadow: 0 0 10.4px 0 #00C950;
}

.ywmina-btn svg {
  display: inline-block;
}

.ywmina-btn:hover {
  background-color: #569084;
  color: #fff;
}

.ywmina-paragraph {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #627085;
  margin-top: 16px;
}

.ywmina-image img {
  max-width: 55%;
  height: auto;
}

.ywmina-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #D4EBE7;
}

.ywmina-arrow img {
  width: 16px;
  height: 16px;
}

/* Section: Values */
.values-section {
  background: linear-gradient(114deg, #10715D 37.98%, #2F8775 67.66%);
  padding-top: 80px;
  padding-bottom: 80px;
  color: #FFF;

}

.values-title {
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  text-align: center;
  margin-bottom: 15px;
}

.values-subtitle {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #F1F9F7;
  text-align: center;
  margin-bottom: 50px;
}

.value-card {
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.value-card:hover {
  transform: translateY(-5px);
}

.value-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.value-card-title {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  margin-bottom: 10px;
  text-align: start;
}

.value-card-text {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #F1F9F7;
  text-align: start;
}

/* partner say */
.partners-section {
  background: radial-gradient(80% 80% at 50% -20%, rgba(56, 248, 210, 0.00) 67.79%, rgba(44, 172, 116, 0.12) 100%), #FFF;
}

.partners-title {
  color: #34564f;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.partners-subtitle {
  color: #627085;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.partner-card {
  border-radius: 16px;
  background: #f3f5f4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 25px 20px;
  width: 384px;
  height: 310px;
  text-align: left;
  transition: all 0.3s ease;
}

.partner-text {
  color: #314158;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 40px;
}

.partner-name {
  color: #0f172b;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.partner-role {
  color: #627085;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.swiper-slide-active .partner-card {
  width: 403px;
  height: 337px;
  background: linear-gradient(135deg, #25b194 0%, #066c57 100%);
  transform: scale(1.05);
}

.swiper-slide-active .partner-text {
  color: #e2e8f0;
  font-size: 18px;
  line-height: 150%;
}

.swiper-slide-active .partner-name {
  color: #fff;
}

.swiper-slide-active .partner-role {
  color: #d6f5ea;
}

.partner-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #00a991;
  object-fit: cover;
}

.msg-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 12px;
  color: #333;
}

.swiper-slide .testimonial-card {
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* faq */
.faq-section {
  background: linear-gradient(180deg, #28433E 0%, #166E5E 100%);
}

.faq-title {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.accordion-item {
  background: #F1F9F7;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(134, 146, 165, 0.5);
  margin-bottom: 15px;
  overflow: hidden;
  border: none;
}

.accordion-button {
  background: transparent;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #28433E;
  box-shadow: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-image: url("../images/arrow\ down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.accordion-body {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #314158;
  padding: 15px 20px;
}

.early-access .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}

.early-access-form {
  flex-direction: row;
  max-width: 750px;
  width: 100%;
  margin-top: 20px;
}

.early-access {
  position: relative;
  background: #F3FFFD;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
}

.early-access h2 {
  color: #166E5E;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.early-access p {
  color: #627085;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.early-access-form {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 6px 0 rgba(134, 146, 165, 0.50);
  background: #FFF;
}

.early-access-form input {
  flex: 1;
  height: 80px;
  border: none;
  padding: 0 10px;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #A5A5A5;
  outline: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.early-access-form input::placeholder {
  color: #A5A5A5;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.early-access-form button {
  width: 230.187px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 29px 8px;
  gap: 10px;
  flex-shrink: 0;
  background: #166E5E;
  color: #FFF;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.early-access-form button:hover {
  background: #0f4e44;
}

.decor {
  position: absolute;
  z-index: 0;
}

.top-right {
  top: 0;
  right: 0;
}

.bottom-left {
  bottom: 0;
  left: 0;
}

.contact-section {
  background: var(--Foundation-Green-Light, #F1F9F7);
  padding: 60px 15px;
}

.contact-title {
  color: #569084;
  font-weight: bold;
  font-size: 1rem;
}

.contact-title-2 {
  font-size: 2rem;
  font-weight: bold;
  color: #28433E;
}

.custom-input {
  border: 1px solid #627085 !important;
  padding: 14px 16px;
  font-size: 15px;
  color: #627085;
}

.custom-input::placeholder {
  color: #627085;
  font-size: 0.9rem;
  opacity: 1;
}

.date-box {
  position: relative;
}

.date-box .form-control {
  padding-right: 40px;
}

.date-box .calendar-icon {
  position: absolute;
  right: 12px;
  color: #627085;
  font-size: 1.2rem;
  pointer-events: none;
}

.form-label {
  color: #34564F;
}

.upload-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border: 1px solid #627085;
  border-radius: 6px;
  cursor: pointer;
  color: #28433E;
  font-weight: 500;
  transition: all 0.3s ease;
}

.upload-box:hover {
  background-color: #f8fdfd;
  border-color: #627085;
  color: #424D5E;
}

.custom-btn,
.custom-btn:hover,
.custom-btn:focus,
.custom-btn:active {
  background-color: #45736A !important;
  color: #fff !important;
  box-shadow: none !important;
  border: none !important;
  transform: none !important;
  padding: 20px;

}

.custom-btn i {
  font-size: 18px;
}

/* footer */
.footer {
  background-color: #34564F;
  color: #fff;
  padding-top: 60px;
  position: relative;
  text-align: center;
}

.footer h4 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer p,
.footer a,
.footer span {
  font-size: 16px;
  color: #fff;
}

.footer a {
  text-decoration: none;
  transition: color 0.3s;
}

.footer a:hover {
  color: #ccc;
}


.footer .container {
  text-align: left;
}

.footer .row {
  justify-content: flex-start;
  text-align: left;
}

/* Contact info alignment */
.contact-info .d-flex {
  justify-content: flex-start !important;
  text-align: left;
}

/* Footer bottom */
.footer-bottom {
  background-color: #28433E;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  width: 100%;
}

.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom .media-icons {
  display: flex;
  gap: 15px;
}

.footer-bottom .media-icons img {
  width: 24px;
  height: auto;
  cursor: pointer;
}

.footer-bottom .social-icons a:hover {
  color: #569084;

}

.logo-shape {
  width: 40px;
  height: auto;
}

.footer h5 {
  white-space: nowrap;
}

.footer .row>div {
  text-align: left;
}


/* Responsive adjustments */

@media (max-width: 1366PX) {
  .footer .contact-info {
    padding-left: 0;
    margin-top: 30px;
  }

  .footer-bottom {
    text-align: left;
  }

  .footer .d-flex {
    justify-content: center !important;
  }

  .footer .row>div {
    text-align: center;
  }

  .footer-bottom .media-icons {
    order: 1;
    margin-bottom: 8px;
  }

  .footer-bottom p {
    order: 2;
  }

  .main-title,
  .section-title,
  .services-main-title,
  .section-title1,
  .section-title2,
  .partners-title,
  .contact-title-2,
  .faq-title,
  .mainBe {
    font-size: 28px;
    line-height: 38px;
  }

  .subtitle,
  .section-subtitle1,
  .section-subtitle2,
  .partners-subtitle,
  .contact-title,
  .Be-the-pharagraph,
  .step-description,
  .service-description,
  .feature-text {
    font-size: 16px;
    line-height: 150%;
  }

  .step-title,
  .service-title,
  .feature-title,
  .feature-header {
    font-size: 20px;
  }

  .early-access h2 {
    color: #166E5E;
    font-family: Poppins, sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .early-access-form input {
    width: 60% !important;
    max-width: 500px;
    height: 80px !important;
  }

  .early-access-form button {
    width: 40% !important;
    max-width: 300px;
    height: 80px !important;
  }

  .partner-card,
  .swiper-slide-active .partner-card {
    width: 100% !important;
    height: auto !important;
  }

  .ywmina-image {
    display: none !important;
  }

  .floating-btn {
    width: 50px;
    height: 50px;
    padding: 8px;
    bottom: 20px;
    right: 20px;
  }

  .floating-btn img {
    text-align: center;
    width: 22px;
    height: 22px;
  }

  .footer {
    text-align: center;
  }

  .footer .row {
    justify-content: center;
  }

  .footer .col-lg-5,
  .footer .col-lg-2,
  .footer .contact-info {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer .contact-info .d-flex {
    justify-content: center;
  }

  .footer-bottom .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
  }

  .footer-bottom .media-icons {
    order: -1;
  }

  .footer a.d-flex.align-items-center {
    justify-content: center;
  }

  .footer .contact-info {
    text-align: center;
  }

  .footer .contact-info .d-flex {
    flex-direction: column;
    align-items: center;/
  }

  .footer .contact-info img {
    margin-right: 0 !important;
    margin-bottom: 8px;
  }
}

@media (max-width: 1024px) {
  .custom-img {
    width: 568px;
    height: 600px;
    flex-shrink: 0;
    max-height: none;
  }
}

@media (max-width: 1024px) {
  .values-subtitle {
    font-size: 16px;
  }

  .value-card {
    padding: 25px 15px;
  }
}

@media (max-width: 991px) {
  .hero-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.2px;
    text-align: center;
  }

  .hero-description {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
  }

  .btn-agent,
  .btn-job {
    width: 100%;
  }

  .ywmina-title {
    font-size: 28px;
    text-align: center;
  }

  .ywmina-btn {
    justify-content: center;
    width: 100%;
  }

  .ywmina-paragraph {
    text-align: left;
  }

  .col-lg-8,
  .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .values-title {
    font-size: 28px;
  }

  .value-card {
    padding: 20px 10px;
  }

  .value-icon {
    width: 50px;
    height: 50px;
  }

  .hero {
    height: auto;
    padding-bottom: 60px;
  }

  .hero-content {
    padding-top: 80px;
  }

  .hero-title {
    font-size: 28px;
    line-height: 38px;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .ywmina-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {

  .value-card-title,
  .value-card-text {
    text-align: center;
  }

  .value-icon {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 991.98px) {
  #mainNav {
    text-align: center;
  }

  #mainNav .navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #mainNav .nav-item {
    width: 100%;
  }

  #mainNav .btn-login {
    width: 75%;
  }
}

@media (max-width: 1366px) and (min-width: 1025px),
(max-width: 1180px),
(max-width: 1024px) {
  .how-it-works-container .row>[class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  #services .row>[class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  #services .row>[class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.myPartnersSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .partner-card {
    width: 384px !important;
    height: 310px !important;
  }

  .swiper-slide-active .partner-card {
    width: 403px !important;
    height: 337px !important;
  }
}

@media (max-width: 1366px) {
  .partner-card {
    max-width: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .hero-content {
    position: relative;
    top: 50px;
  }
}

@media (min-width: 1180px) {
  .early-access {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-align: left !important;
  }

  .ywmina-image {
    display: block !important;
  }

  .early-access-form {
    max-width: 500px !important;
    margin: 0 !important;
  }
}

@media (max-width: 820px) {
  .ywmina-image {
    display: none;
  }
}

@media (max-width: 414px) {
  .partners-section .partner-text {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .partners-section .partner-text {
    font-size: 16px;
  }

}

@media (max-width: 360px) {
  .partners-section .partner-text {
    font-size: 16px;
  }
}

@media (max-width :1044) {
  .text_content {
    align-items: center;
  }
}

.offshore-section {
  background: var(--foundation-green-light-hover, #EAF6F3);
}

.main-title {
  background: linear-gradient(90deg, #14573A 0.04%, #00A991 118.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main-paragraph {
  color: var(--gray, #627085);
  text-align: center;

  /* H5 */
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  min-width: 40px;
  margin: auto;
}

.btn-circle-wrapper {
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: var(--foundation-green-light-active, #D4EBE7);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(4px);
  width: 32%;
  margin: auto;
}

.btn-circle {

  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 25px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-circle-1 {
  background: #12A994;
  color: #fff;
}

.btn-circle-2 {
  background: var(--foundation-green-light-active, #D4EBE7);
  color: #000;
}

/* responsiveness */
@media (max-width: 767px) {
  .btn-circle-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .main-title {
    font-size: 28px;
  }

  .main-paragraph {

    font-size: 16px;
    width: calc(60% - 20px);
    max-width: 100%;
    margin: 0 auto;
    text-align: center;

  }

}

.card-custom {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(187, 255, 238, 0.30);
  backdrop-filter: blur(6px);
}

.card-title {
  font-family: "Nimbus Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: var(--foundation-green-dark-active, #34564F);

}

.card-paragraph {
  color: var(--gray, #627085);

  /* Body Small */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-subtitle {
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  color: var(--foundation-green-dark-active, #34564F);

}

.section-paragraph {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--gray, #627085);
}

.popup-btn {
  color: #FFF;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  background: #12A994;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  padding: 12px 20px;
  border: none;
  width: 100%;
}

a {
  text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .card-custom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .icon-wrapper {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .btn-circle-wrapper {
    width: auto;
    gap: 8px;
    justify-content: center;
    padding: 5px;
  }

  .btn-circle {
    height: 50px;
    padding: 0 15px;
    font-size: 14px;
  }
  .section-subtitle {
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  color: var(--foundation-green-dark-active, #34564F);

}
.card-paragraph{
  font-size: 16px;
}
.section-paragraph{
  font-size: 16px;
}
}

.cards-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  /* Desktop */
  margin: 20px auto;
  max-width: 1200px;
  
}

/* Tablet */
@media (max-width: 1199px) {
  .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cards-container {
    grid-template-columns: 1fr;
  }
}

/* Card Styles */
.custom-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(187, 255, 238, 0.30);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10),
    0 4px 6px -4px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(6px);
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.custom-card:hover {
  transform: translateY(-5px);
}

/* Icon Wrapper */
.icon-wrapper2 {
  border-radius: 8px;
  border: 1px solid rgba(0, 187, 167, 0.20);
  background: rgba(0, 187, 167, 0.10);
  padding: 5px ;
  max-width: 20%;
  margin: auto;
  margin-bottom: 12px;
}

/* Title */
.card-title {
  color: var(--foundation-green-dark-active, #34564F);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Paragraph */
.card-text {
  color: #99A1AF;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.btn-circle.active {
  background: #12A994;
  color: #fff;
}

.btn-circle {
  background: var(--foundation-green-light-active, #D4EBE7);
  color: #28433E;
  transition: all 0.3s ease;
}

.btn-circle.active {
  background: #12A994;
  color: #fff;
}







.cancel-btn {
    color: var(--Gray-700, #414651);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */

    border-radius: 8px;
    border: 1px solid var(--Gray-300, #D5D7DA);
    background: var(--Base-White, #FFF);
    padding: 8px 16px;
    cursor: pointer;
    /* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}

    .cancel-btn:hover {
        background: #f9f9f9;
    }

.done-btn {
    color: var(--Base-White, #FFF);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */

    border-radius: 8px;
    border: 1px solid var(--Error-600, #D92D20);
    background: var(--Error-600, #D92D20);
    padding: 8px 16px;
    cursor: pointer;
    /* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}

#addRowBtn {
    background: #12A994;
    margin-top: 13px;
    padding: 10px 26px;
    border: none;
    color: #fff;
}

.table-container {
    position: relative;
    top: 70px;
    padding: 0 120px; /* المسافة يمين وشمال */
    overflow-x: auto; /* لو العرض أكبر من الشاشة يسمح بالسكرول */
}

.table_align_middle {
    width: 100%; /* خلي العرض 100% من الـ container */
    border-collapse: collapse;
}

/* overview */
.table_title {
    color: var(--Foundation-Green-Darker, #28433E);
    /* H5 */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.stat-section {
    width: 100%;
}

.stat-card-one, .stat-card-two, .stat-card-three, .stat-card-four {
    width: 250px;
    border-radius: 14px;
    color: #fff;
}

.stat-card-one {
    border-radius: 14px;
    border: 0.8px solid #FFD6A7;
    background: linear-gradient(135deg, #FFF7ED 0%, #FFEDD4 100%);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    color: #CA3500;
    /* Body Base */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.stat-card-two {
    border-radius: 14px;
    border: 0.8px solid #B9F8CF;
    background: linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 100%);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    color: #008236;
    /* Body Base */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.stat-card-three {
    border-radius: 14px;
    border: 0.8px solid #E9D4FF;
    background: linear-gradient(135deg, #FAF5FF 0%, #F3E8FF 100%);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    color: #8200DB;
    /* Body Base */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.stat-card-four {
    border-radius: 14px;
    border: 0.8px solid #BEDBFF;
    background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    color: #1447E6;
    /* Body Base */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.stat-subtitle-one,
.stat-subtitle-two,
.stat-subtitle-three,
.stat-subtitle-four {
    font-size: 16px;
    opacity: 0.9;
}

.stat-number-one,
.stat-number-two,
.stat-number-three,
.stat-number-four {
    font-size: 32px;
    font-weight: bold;
}

.stat-info-one,
.stat-info-two,
.stat-info-three,
.stat-info-four {
    font-size: 14px;
    opacity: 0.8;
}

.stat-icon-one {
    border-radius: 14px;
    background: #FF6900;
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
}

.stat-icon-two {
    border-radius: 14px;
    background: #00C950;
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
}

.stat-icon-three {
    border-radius: 14px;
    background: #AD46FF;
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
}

.stat-icon-four {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background: #2B7FFF;
}
/* cashback */
.profit-section {
    background: #EAF6F3;
}

.profit-title {
    background: linear-gradient(90deg, #14573A 0.04%, #00A991 118.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.profit-subtitle {
    color: #627085;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    max-width: 800px;
    margin: 0 auto;
}

.custom-card {
    border-radius: 8px;
    border: 0.8px solid rgba(98, 112, 133, 0.25);
    background: #FFF;
    transition: all 0.3s ease;
}

    .custom-card:hover {
        transform: translateY(-5px);
        box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.08);
    }

.card-title {
    color: #34564F;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.card-text {
    color: #627085;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.profit-footer {
    color: #28433E;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    max-width: 900px;
    margin: 0 auto;
}
/* Responsive Adjustments */
@media (max-width: 767px) {
    .profit-title {
        font-size: 28px;
    }

    .profit-subtitle, .profit-footer {
        font-size: 16px;
    }
}
/* industries */
.industries-outsourcing-section {
    background: #EAF6F3;
    padding: 60px 0;
}

.industries-outsourcing-header {
    text-align: center;
    margin-bottom: 50px;
}

.industries-outsourcing-title {
    background: linear-gradient(90deg, #14573A 0.04%, #00A991 118.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.industries-outsourcing-desc {
    color: #627085;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
}

.industries-outsourcing-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.industry-outsource-card {
    display: flex;
    width: 620px;
    padding: 31px 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

    .industry-outsource-card:hover {
        transform: translateY(-8px);
    }

.industry-outsource-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orange-gradient {
    background: linear-gradient(90deg, #FB923C 0%, #F87171 100%);
}

.blue-gradient {
    background: linear-gradient(90deg, #314158 0%, #009689 100%);
}

.green-gradient {
    background: linear-gradient(90deg, #00AD89 0%, #73C0B0 100%);
}

.yellow-gradient {
    background: linear-gradient(90deg, #FFD230 0%, #FB923C 100%);
}

.industry-outsource-title {
    color: #14573A;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.industry-outsource-text {
    color: #627085;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

/* Responsive */
@media (max-width: 767px) {
    .industries-outsourcing-title {
        font-size: 28px;
    }

    .industries-outsourcing-desc {
        font-size: 16px;
    }

    .industry-outsource-card {
        width: 100%;
    }

    .industry-outsource-title {
        font-size: 20px;
    }

    .industry-outsource-text {
        font-size: 15px;
    }
}
