/* section  recruitment */
.recruitment-section {
  background-color: #eefaff ;
  padding: 80px 20px;
  text-align: center;
}

.recruitment-section .container {
  max-width: 900px;
  margin: 0 auto;
}

.recruitment-section h2 {
  font-size: 28px;
  font-weight: 600;
  background: linear-gradient(90deg, #00aaff, #00cc66);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
  line-height: 1.4;
}

.recruitment-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5a6a;
  margin-bottom: 15px;
}

/* Tablet */
@media (max-width: 768px) {
  .recruitment-section {
    padding: 60px 15px;
  }

  .recruitment-section h2 {
    font-size: 22px;
  }

  .recruitment-section p {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .recruitment-section {
    padding: 40px 15px;
  }

  .recruitment-section h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .recruitment-section p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}

/* problem-section */
.problem-section {
  background: #ffffff;
  padding: 60px 20px;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.title {
  color: #0d4f6c;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.highlight {
  text-align: center;
  color: #2bb673;
  margin-bottom: 6px;
}

.highlight.bottom {
  margin-top: 20px;
  text-align: center;
} 

.content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  margin-left: 140px;
}
.content > div {
  flex: 1;
}

.content .left {
  padding-right: 10px;
}

.content .right {
  padding-left: 10px;
}
.content p {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
}

.content ul {
  padding-left: 18px;
}

.content li {
  font-size: 15px;
  color: #444;
  margin-bottom: 8px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .content {
    flex-direction: column;
	margin-left: 40px;
  }

  .title {
    font-size: 20px;
  }

  .highlight {
    font-size: 13px;
  }
}
 
 
/* Section workforce*/
.workforce-section {
  background: #ffffff;
  padding: 0px 20px;
  text-align: center;
}

/* Container (if not using Bootstrap) */
.workforce-section .container {
  max-width: 1000px;
  margin: 0 auto;
}

/* Heading */
.workforce-section .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;

  background: linear-gradient(90deg, #00aaff, #00cc66);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Description */
.workforce-section .description {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 35px;
}

/* Points Section */
.workforce-section .points {
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
}

/* Points Heading */
.workforce-section .points h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
}

/* List */
.workforce-section .points ul {
  padding-left: 20px;
}

/* List Items */
.workforce-section .points ul li {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* Custom bullet color */
.workforce-section .points ul li::marker {
  color: #00cc66;
}

/* Responsive */
@media (max-width: 768px) {
  .workforce-section {
    padding: 50px 15px;
  }

  .workforce-section .title {
    font-size: 24px;
  }

  .workforce-section .description {
    font-size: 14px;
  }

  .workforce-section .points {
    text-align: left;
  }
}
  
/*tasc-operation-section*/ 

.tasc-operation-section {
  padding: 60px 20px;
  background: #eefaff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.main-title {
  text-align: center;
  font-size: 32px;
  color: #2bb673;
  margin-bottom: 10px;
}

.subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 50px;
}

.row {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  gap: 40px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col {
  flex: 1;
}

.image img {
  width: 100%;
  max-width: 340px;
} 
 
.text h3 {
  color: #0d3b66;
  margin-bottom: 15px;
}

.text p,
.text ul {
  color: #555;
  line-height: 1.6;
}

.text ul {
  padding-left: 20px;
  text-align: left;
}

.footer-text {
  text-align: center;
  margin-top: 30px;
  color: #777;
}

/* Responsive */
@media (max-width: 768px) {
  .row,
  .row.reverse {
    flex-direction: column;
    text-align: center;
  }

  .image img {
    margin: auto;
  }
}

/*business-impact-section */ 

.business-impact-section {
  padding: 60px 20px;
  background: #ffffff;
}

.container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.title {
  font-size: 26px;
  color: #0d3b66;
  font-weight: 600;
  margin-bottom: 15px;
}

.subtitle {
  color: #2bb3e6;
  font-size: 15px;
  margin-bottom: 40px;
}

.impact-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  text-align: left;
  margin-bottom: 3px;
}

.impact-grid ul {
  flex: 1;
  padding-left: 20px;
}

.impact-grid li {
  margin-bottom: 15px;
  color: #333;
  line-height: 1.6;
}

.highlight-text {
  color: #2bb3e6;
  font-size: 14px;
  margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .impact-grid {
    flex-direction: column;
  }

  .container {
    text-align: left;
  }
}

/* Section  start*/
section.beyond-section.beyond-section-v2 {
  position: relative;
  background-color: #eefaff;
  padding: 90px 20px 140px;
  overflow: hidden;
  text-align: center;
}

/* Content */
.beyond-content {
  max-width: 1100px;
  margin: 0 auto;
}

/* Title */
.beyond-title {
  font-size: 34px;
  font-weight: 700;
  background: linear-gradient(90deg, #00a8c5, #2ecc71);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

/* Subtitle */
.beyond-subtitle {
  font-size: 16px;
  color: #6c7a89;
  margin-bottom: 45px;
}

/* Layout */
.beyond-grid {
  display: flex;
  justify-content: flex-start;
}

.beyond-left {
  max-width: 420px;
  text-align: left;
}

/* Heading */
.beyond-heading {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2c3e50;
}

/* List */
.beyond-list {
  padding-left: 18px;
}

.beyond-list li {
  font-size: 16px;
  color: #4a6572;
  margin-bottom: 10px;
}

/* Skyline */
.beyond-skyline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 355px;
  background: linear-gradient(98deg, #2ecc71, #00a8c5);
  clip-path: polygon(
    0% 85%, 10% 80%, 20% 82%, 30% 75%, 40% 78%,
    50% 70%, 60% 82%, 70% 65%, 80% 88%, 90% 75%, 100% 90%,
    100% 100%, 0% 100%
  );
  opacity: 0.85;
}

/* Responsive */
@media (max-width: 768px) {
  .beyond-grid {
    justify-content: center;
  }

  .beyond-left {
    text-align: center;
  }

  .beyond-title {
    font-size: 26px;
  }
}

/* business section */

.uae-business-section {
  background: #ffffff;
  padding: 80px 0;
}

.uae-content {
  max-width: 900px;
  margin: 0 auto;
}

.uae-title {
  font-size: 28px;
  font-weight: 600;
  color: #0a6c74;
  margin-bottom: 15px;
}

.uae-subtitle {
  font-size: 16px;
  color: #777;
  margin-bottom: 40px;
  
}

.uae-features {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

.uae-item {
  flex: 1;
  text-align: center;
}

.uae-item .icon img {
  width: 40px;
  margin-bottom: 10px;
}

.uae-item p {
  font-size: 16px;
  color: #333;
}

.uae-bottom-text {
  font-size: 16px;
  color: #888;
  max-width: 750px;
  margin: 0 auto;
} 
@media (max-width: 768px) {
  .uae-features {
    flex-direction: column;
    align-items: center;
  }
}

/* workforce partner */

.workforce-partner {
  background-color: #eefaff;
  padding: 40px 0;
  text-align: left;
}

.section-title2 {
  font-size: 28px;
  font-weight: 600;
  color: #1bbf9b;
  margin-bottom: 20px;
}

.section-description {
  max-width: 600px;
  margin: 0 auto 10px;
  color: #4a5a6a;
  font-size: 15px;
  line-height: 1.6;
} 
/* workforce capability */
.workforce-capability {
  background: #fff;
  padding: 100px 0;
}

.workforce-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* Image */
.workforce-image {
  flex: 1;
}

.workforce-image img {
  max-width: 100%;
  height: auto;
}

/* Content */
.workforce-content {
  flex: 1;
  max-width: 480px;
}

/* Title */
.workforce-content h2 {
  font-size: 34px;
  line-height: 1.3;
  color: #1bbf9b;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Paragraph */
.workforce-content p {
  font-size: 15px;
  color: #4a5a6a;
  line-height: 1.7;
  margin-bottom: 15px;
}


section.fortune-section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.fortune-cnt {
    max-width: 645px;
    padding-left: 74px !important;
}

