@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Manrope:wght@200..800&display=swap');
/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&family=Manrope:wght@200..800&display=swap');

/* Root Variables */
:root {
  --primary-color: #6366f1;
  --secondary-color: #8b5cf6;
  --accent-purple: #a78bfa;
  --dark-navy: #1e293b;
  --light-bg: #f8f9ff;
  --white: #ffffff;
  --text-dark: #1e293b;
  --text-light: #464646;
  --yellow-badge: #fbbf24;
  --purple-badge: #8b5cf6;
}

/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--text-dark);
  overflow-x: hidden;
}

.home-header {
  position: sticky;
  top: 0;
  z-index: 999;
}


/* Hero Section */
.hero-section {
  padding: 100px 0 120px 0;
  position: relative;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.hero-section .container {
  padding-left: 15px;
  padding-right: 15px;
}

.hero-section .row {
  margin-left: 0;
  margin-right: 0;
}

.hero-section .col-lg-6 {
  padding-left: 15px;
  padding-right: 15px;
}


.hero-bg-wrapper {
  background-image: url("../assets/images/bg-hero-image.png");
  background-repeat: no-repeat;
  background-position: top center;
  overflow: visible;
  background-size: 100% 100%;
  margin-top: -80px;
}


.sub-heading {
  color: #792ef1;
  font-weight: 800;
}

.badge-custom {
  display: inline-block;
  padding: 12px 28px;
  background-color: rgba(232, 236, 252, 0.9);
  color: #792ef1;
  border: 1px solid rgba(121, 46, 241, 0.2);
  border-radius: 12px;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 32px;
  box-shadow: 0 2px 8px rgba(121, 46, 241, 0.1);
  text-align: left;
  align-self: flex-start;
}

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

/* Mobile Menu Styling */
.mobile-toggle {
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  padding: 8px;
}

.mobile-menu-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  gap: 16px;
  z-index: 999;
  border-radius: 0 0 16px 16px;
}

.mobile-menu-container.show {
  display: flex;
}

.mobile-menu-container a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-container .header-cta {
  text-align: center;
  margin-top: 10px;
  display: block;
  width: 100%;
}

.btn-text {
  background: linear-gradient(269.1deg,
      #2f47ac -5.12%,
      #792ef1 50.51%,
      #2f47ac 107.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.hero-title {
  font-size: 48px;
  color: var(--text-dark);
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: left;
  width: 100%;
}

.hero-title-span {
  font-weight: 300;
  font-size: 32px;
  color: #4a4a4a;
  font-family: 'Be Vietnam Pro', sans-serif;
  display: inline-block;
  letter-spacing: 1.5px;
}

.hero-title strong em {
  font-style: italic;
  font-weight: 700;
  color: #1a1611;
  font-family: 'DM Serif Display', serif;
  font-size: 36px;
  display: inline-block;
  line-height: 1;
  letter-spacing: 1px;
}

.hero-description {
  font-size: 16px;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 520px;
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: left;
}

.btn-contact img {
  height: 20px;
  width: 20px;
  margin-left: 1rem;
}

.btn-contact,
.btn-know-more {
  background: linear-gradient(286.47deg, #040e38 -1.09%, #071862 50%, #792ef1 100%);
  color: var(--white);
  padding: 14px 32px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 12px rgba(121, 46, 241, 0.2);
  text-decoration: none;
}

.btn-contact:hover {
  background-color: #0f172a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Hero Images */
.hero-images {
  position: relative;
  height: 550px;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-video {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: right center;
  border-radius: 12px;
}

.search-badge {
  position: absolute;
  top: 20px;
  right: 80px;
  background-color: var(--purple-badge);
  color: var(--white);
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.robotic-arm {
  position: absolute;
  top: 0;
  right: 40px;
  width: 200px;
  z-index: 2;
}

.robotic-arm img {
  width: 100%;
  height: auto;
}

.businessman {
  position: absolute;
  bottom: 0;
  right: 60px;
  width: 250px;
  z-index: 1;
}

.businessman img {
  width: 100%;
  height: auto;
}

.hired-badge {
  position: absolute;
  bottom: 80px;
  right: 20px;
  background-color: var(--yellow-badge);
  color: var(--text-dark);
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  z-index: 4;
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
}

/* Hero Arrow */
.hero-arrow-container {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-arrow-image {
  width: 900px;
  height: 150px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

@media (max-width: 768px) {
  .hero-arrow-image {
    height: 60px;
  }

  .hero-arrow-container {
    bottom: -30px;
  }
}

@media (max-width: 575px) {
  .hero-arrow-image {
    height: 50px;
  }

  .hero-arrow-container {
    bottom: -25px;
  }
}

/* Stats Section */
.stats-section {
  margin-bottom: 20px;
  position: relative;
  padding: 20px 0 100px 0;
}


.stats-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 25px;
  padding: 0 30px;
  /* min-height: 280px; */
  z-index: 1;
  /* Create a curved path that matches the arrow's upward parabolic structure */
  transform-style: preserve-3d;
}

.stat-card {
  text-align: center;
  padding: 0;
  position: relative;
  width: 140px;
  flex-shrink: 0;
}

/* Glassmorphism Icon Wrapper */
.stat-icon-wrapper {
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-icon-glass {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  box-shadow: 0 8px 32px rgba(139, 92, 246, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(139, 92, 246, 0.1);
  position: relative;
  overflow: hidden;
}

.stat-icon-glass::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%,
      rgba(255, 255, 255, 0.1) 100%);
  transform: rotate(45deg);
}

.stat-icon-image {
  width: 35px;
  height: 35px;
  object-fit: contain;
  transform: rotate(-45deg);
  filter: drop-shadow(0 2px 4px rgba(139, 92, 246, 0.3));
}

.stat-content h6 {
  font-size: 12px;
  color: var(--text-light);
  margin-bottom: 6px;
  font-weight: 500;
  line-height: 1.3;
}

.stat-content p {
  font-size: 11px;
  color: var(--text-dark);
  line-height: 1.3;
  margin: 0;
}

.stat-content strong {
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}

.why-choose-container {
  padding-bottom: 6rem;
  padding-top: 1rem;
}

/* Upward Arrow Curve - Desktop - Figma-style arc (center highest, edges lowest) */
@media (min-width: 992px) {
  .stats-container {
    align-items: flex-end;
    min-height: 320px;
    padding-bottom: 20px;
  }

  /* Outer cards - lowest (wide base of upward arrow) */
  .stat-position-1,
  .stat-position-7 {
    transform: translateY(95px);
  }

  /* Second from edges - rising */
  .stat-position-2,
  .stat-position-6 {
    transform: translateY(60px);
  }

  /* Third from edges - higher */
  .stat-position-3,
  .stat-position-5 {
    transform: translateY(28px);
  }

  /* Center card - peak of upward arrow */
  .stat-position-4 {
    transform: translateY(0);
  }
}

/* Wave Divider */
.wave-divider {
  position: relative;
  width: 100%;
  height: 80px;
  margin-top: 60px;
  overflow: hidden;
}

.wave-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Services Section */
/* ================= SERVICES SECTION ================= */

.services-section {
  padding: 100px 0;
  background: #ffffff;
}

.services-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

/* LEFT CONTENT */
.services-content {
  max-width: 420px;
}

.services-title {
  font-size: 42px;
  margin-bottom: 20px;
}

.highlight-service {
  background: linear-gradient(217.53deg,
      #2f47ac 26.93%,
      #792ef1 114.91%) !important;
  color: white;
  font-size: 8px;
}

.services-title span {
  font-weight: 800;
  background: linear-gradient(270deg, #2f47ac 2.39%, #792ef1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Optional for Firefox */
  background-clip: text;
  color: transparent;
}

.services-description {
  font-size: 18px;
  line-height: 1.7;
  color: #3a3a3a;
}

/* RIGHT GRID */
.services-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 180px);
  grid-template-rows: repeat(2, 180px);
  gap: 24px;
}

/* CARD BASE */
.service-card {
  position: relative;
  border-radius: 18px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0effa;
}

.service-card-title {
  font-size: 1rem;
  text-align: center;
}

.service-card img {
  height: 55px;
  width: 55px;
}

/* COLORS */
.service-card.primary {
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  color: #ffffff;
}

.service-card.light {
  background: #f4f6ff;
  color: #0f172a;
}

/* ICON */
.icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.white-icon {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.light-icon {
  background: #ffffff;
  color: #0f172a;
}

/* ARROW */
.card-arrow {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #1e293b;
  color: #ffffff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-arrow.yellow {
  background: #facc15;
  color: #1e293b;
}

/* STAGGERED POSITIONS */
.service-card.top {
  transform: translateY(-24px);
}

.service-card.bottom {
  transform: translateY(24px);
}

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

/* ================= TABLET (iPad) ================= */
@media (max-width: 991px) {
  .services-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 48px;
    text-align: center;
  }

  .services-content {
    max-width: 520px;
  }

  .services-cards {
    grid-template-columns: repeat(2, 160px);
    grid-template-rows: repeat(2, 160px);
    gap: 20px;
  }

  .service-card {
    padding: 18px;
    border-radius: 16px;
  }

  .service-card span {
    font-size: 13px;
  }

  /* Softer stagger for tablet */
  .service-card.top {
    transform: translateY(-14px);
  }

  .service-card.bottom {
    transform: translateY(14px);
  }
}

/* ================= MOBILE ================= */
@media (max-width: 575px) {

  .services-section,
  .about-section,
  .global-reach-section {
    padding: 60px 0;
  }

  .services-title {
    font-size: 30px;
  }

  .services-description {
    font-size: 14px;
  }

  .services-cards {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    gap: 18px;
  }

  .service-card {
    width: 100%;
    min-height: 140px;
    padding: 20px;
  }

  /* Remove stagger on mobile */
  .service-card.top,
  .service-card.bottom {
    transform: none;
  }
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 36px;
  }

  .hero-title-span {
    font-size: 362px;
  }

  .hero-title strong em {
    font-size: 42px;
  }

  .hero-images {
    height: 350px;
  }

  .robotic-arm {
    width: 150px;
  }

  .businessman {
    width: 200px;
  }

  .services-grid {
    margin-top: 40px;
  }

  .stats-section {
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 40px 0;
  }

  .stats-container {
    gap: 30px;
    min-height: auto;
  }

  .stat-card {
    width: 120px;
  }

  .stat-icon-glass {
    width: 70px;
    height: 70px;
  }

  .stat-icon-image {
    width: 45px;
    height: 45px;
  }

  /* Remove mountain positioning on tablet */
  .stat-position-1,
  .stat-position-2,
  .stat-position-3,
  .stat-position-4,
  .stat-position-5,
  .stat-position-6,
  .stat-position-7 {
    transform: translateY(0) !important;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 95px 0 0 0;
  }

  .why-choose {
    background: none !important;
    background-image: none;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-title-span {
    font-size: 32px;
  }

  .hero-title strong em {
    font-size: 38px;
  }

  .hero-images {
    height: 300px;
    margin-top: 40px;
  }

  .robotic-arm {
    width: 120px;
    right: 20px;
  }

  .businessman {
    width: 160px;
    right: 30px;
  }

  .search-badge {
    width: 40px;
    height: 40px;
    font-size: 16px;
    right: 60px;
  }

  .hired-badge {
    font-size: 12px;
    padding: 8px 16px;
    bottom: 60px;
    right: 10px;
  }

  .services-grid {
    /* grid-template-columns: 1fr; */
  }

  .service-large {
    grid-column: 1;
    grid-row: auto;
  }

  .services-title {
    font-size: 32px;
  }

  .stats-section {
    margin-top: 40px;
    padding: 30px 0;
  }

  .stats-container {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .stat-card {
    width: 100%;
    max-width: 250px;
  }

  .stat-icon-glass {
    width: 60px;
    height: 60px;
  }

  .stat-icon-image {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 575px) {
  .hero-title {
    font-size: 28px;
  }

  .hero-title-span {
    font-size: 28px;
  }

  .hero-title strong em {
    font-size: 32px;
  }

  .badge-custom {
    font-size: 14px;
    padding: 8px 20px;
  }

  .btn-contact {
    padding: 12px 28px;
    font-size: 14px;
  }

  .services-section {
    padding: 60px 0;
  }

  .stats-section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px 0;
  }

  .stat-icon-glass {
    width: 60px;
    height: 60px;
  }

  .stat-icon-image {
    width: 35px;
    height: 35px;
  }
}

.section-title {
  font-size: 42px;
  color: var(--text-dark);
  margin-bottom: 50px;
}

.section-title .text-primary {
  color: var(--primary-color);
}

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

.why-choose {
  background-image: url("../assets/images/why-choose-us-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 100px 0
}

/* Title */
.why-title {
  padding-top: 1rem;
  text-align: center;
  font-size: 42px;
  margin-bottom: 10px;
}

.why-title span,
.about-company-subtitle {
  font-weight: 800;
  background: linear-gradient(270deg, #2f47ac 2.39%, #792ef1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Layout */
.why-layout {
  display: grid;
  grid-template-columns: 1fr 420px 1fr;
  gap: 60px;
  align-items: flex-start;
}

/* Columns */
.why-col {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* Align left/right visually to center-box */
.why-col.left,
.why-col.right {
  padding-top: 90px;
}

.why-col.left {
  align-items: flex-end;
  text-align: right;
}

.why-col.right {
  align-items: flex-start;
  text-align: left;
}

/* Cards */
.why-card {
  max-width: 320px;
  display: flex;
  flex-direction: column;
}

.why-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #464646;
  text-align: left;
}

/* Badge */
.why-badge {
  display: inline-block;
  padding: 8px 20px;
  width: 160px;
  text-align: center;
  border-radius: 6px;
  background: linear-gradient(269.68deg, #2f47ac 2.63%, #792ef1 182.41%);
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 12px;
}

/* Center column */
.why-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Center Box */
.center-box {
  width: 100%;
  height: 300px;

  background-image: url("../assets/images/why-choose-us.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

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

  text-align: center;
  padding: 24px;
  border-radius: 20px;
  color: #ffffff;
}

/* Bulb */
.bulb-icon {
  width: 30px;
  height: 30px;
}

/* Center text */
.center-box p {
  font-size: 13px;
  line-height: 1.6;
  max-width: 140px;
}

/* Bottom center card */
.center-bottom {
  margin-top: 40px;
  display: flex;
  justify-self: center;
  align-items: center;
}

.center-bottom p {
  text-align: center;
}

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

@media (max-width: 991px) {
  .why-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .why-col.left,
  .why-col.right {
    padding-top: 0;
    align-items: center;
    text-align: center;
  }

  .why-card {
    max-width: 420px;
    align-items: center;
  }

  .center-bottom {
    margin-top: 24px;
  }
}

@media (max-width: 575px) {
  .why-title {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .center-box {
    height: 260px;
  }

  .center-box p {
    max-width: 143px;
    font-size: 14px;
  }
}

.value-card {
  background-color: var(--white);
  padding: 20px 24px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.value-card-light {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
}

.value-badge {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: var(--white);
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 12px;
}

.value-card p {
  font-size: 13px;
  color: var(--text-dark);
  line-height: 1.6;
  margin: 0;
}

/* Center Card */
.value-card-center {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: var(--white);
  padding: 32px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}

.value-card-center p {
  font-size: 15px;
  color: var(--white);
  line-height: 1.6;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}

/* Bottom Center Card */
.value-card-bottom {
  grid-column: 1 / -1;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  padding: 20px 24px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.value-card-bottom p {
  font-size: 13px;
  color: var(--text-dark);
  line-height: 1.6;
  margin: 0;
}

/* ===========================
   ABOUT OUR COMPANY SECTION
   =========================== */

.about-section {
  position: relative;
}

.about-content {
  padding-right: 40px;
}

.about-description {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 32px;
}

.btn-know-more:hover {
  background-color: #5558e3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

/* About Image Container */
.about-image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  margin-top: -160px;
}

.about-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.about-badge-1 {
  position: absolute;
  top: 50px;
  right: 80px;
  width: 60px;
  height: 60px;
  background-color: var(--yellow-badge);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--text-dark);
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
  z-index: 2;
}

.about-badge-2 {
  position: absolute;
  bottom: 80px;
  left: 50px;
  width: 50px;
  height: 50px;
  background-color: var(--yellow-badge);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--text-dark);
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
  z-index: 2;
}

/* ===========================
   GLOBAL REACH SECTION
   =========================== */

.global-reach-section {
  padding: 40px 0 80px 0;
}

.global-reach-card {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-radius: 24px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  flex-direction: column;
}

.global-badge {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: var(--white);
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 20px;
}

.global-content {
  margin-bottom: 20px;
}

.global-content p {
  color: var(--white);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  max-width: 500px;
}

.global-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.global-image img {
  max-width: 100%;
  height: auto;
  opacity: 0.9;
}

/* ===========================
   RESPONSIVE - NEW SECTIONS
   =========================== */

@media (max-width: 991px) {
  .section-title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .why-choose-section {
    padding: 60px 0;
  }

  .about-content {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .about-image-container {
    min-height: 300px;
  }

  .about-badge-1 {
    right: 40px;
    top: 30px;
  }

  .about-badge-2 {
    left: 30px;
    bottom: 50px;
  }

  .global-reach-card {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .about-section {
    padding: 60px 0;
  }

  .about-image-container img {
    max-width: 280px;
    /* mobile size */
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .value-card-center {
    grid-column: 1;
  }

  .value-card-bottom {
    grid-column: 1;
  }

  .why-choose-section {
    padding: 50px 0;
  }

  .about-section {
    padding: 60px 0;
  }

  .about-image-container {
    min-height: 250px;
    margin-top: 0px;
  }

  .about-badge-1 {
    width: 50px;
    height: 50px;
    font-size: 20px;
    right: 20px;
    top: 20px;
  }

  .about-badge-2 {
    width: 40px;
    height: 40px;
    font-size: 16px;
    left: 20px;
    bottom: 30px;
  }

  .global-reach-section {
    padding: 30px 0 60px 0;
  }

  .global-reach-card {
    padding: 24px;
    min-height: 250px;
  }

  .global-content p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 28px;
  }

  .value-card,
  .value-card-light,
  .value-card-bottom {
    padding: 16px 20px;
  }

  .value-card-center {
    padding: 24px;
  }

  .btn-know-more {
    padding: 12px 28px;
    font-size: 14px;
  }

  .global-badge {
    font-size: 12px;
    padding: 8px 20px;
  }
}