/* === Process Banner Section === */
* {
  margin: 0;
  padding: 0;
  /* width: 100%; */
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: 'Mulish', sans-serif;
}

.process-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: 80px;
  background: url('../images/process-banner.jpg') center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}

/* Overlay for better text visibility */
.process-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* Text content */
.process-banner-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin-left: 8%;
}

.process-banner-content h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.process-banner-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #f1f1f1;
}

/* Button Style */
.banner-btn2 {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #ff4d4d;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.banner-btn2:hover {
  background-color: #ff4d4d;
  color: #fff;
}

/* ==============================
   RESPONSIVE DESIGN
============================== */

/* ===== Tablet & Small Laptop (≤1024px) ===== */
@media (max-width: 1024px) {
  .process-banner {
    height: 80vh;
    /* Reduce height for smaller screens */
    justify-content: center;
    text-align: center;
    background-position: center center;
    padding: 0 40px;
  }

  .process-banner-content {
    margin-left: 0;
    max-width: 90%;
  }

  .process-banner-content h1 {
    font-size: 2.3rem;
    line-height: 1.2;
  }

  .process-banner-content p {
    font-size: 1.1rem;
  }

  .banner-btn2 {
    padding: 10px 25px;
    font-size: 1rem;
  }
}

/* ===== Mobile Phones (≤600px) ===== */
@media (max-width: 600px) {
  .process-banner {
    height: 60vh;
    justify-content: center;
    text-align: center;
  }

  .process-banner-content {
    margin: 0;
    max-width: 100%;
  }

  .process-banner-content h1 {
    font-size: 1.9rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .process-banner-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  .banner-btn2 {
    font-size: 0.95rem;
    padding: 10px 22px;
    border-width: 1.5px;
  }
}





/* ===== Process Section ===== */
.process-section {
  background: url('../images/service-section-1.jpg') center center/cover no-repeat;
  color: #fff;
  padding: 70px 8%;
  position: relative;
  overflow: hidden;
}

.process-section h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 3.5rem;
  text-align: center;
}

.process-section h2 span {
  color: #ff2e2e;
}

.process-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.process-image img {
  width: 79%;
  max-width: 500px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.process-content {
  flex: 1;
  max-width: 600px;
}

.process-content p {
  line-height: 1.7;
  color: #dcdcdc;
  margin-bottom: 2.5rem;
  font-size: 18px;
  text-align: justify;
}


/* ==============================
   RESPONSIVE DESIGN
============================== */

/* Tablet & Small Laptop (≤1024px) */
@media (max-width: 1024px) {
  .process-section {
    padding: 80px 6%;
    background-position: center;
  }

  .process-section h2 {
    font-size: 2.2rem;
    margin-bottom: 2.8rem;
  }

  .process-container {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .process-image img {
    width: 85%;
    max-width: 420px;
    margin: 0 auto;
  }

  .process-content {
    max-width: 700px;
  }

  .process-content p {
    font-size: 17px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 2rem;
  }
}


/* Mobile (≤600px) */
@media (max-width: 600px) {
  .process-section {
    padding: 60px 20px;
    background-position: center;
  }

  .process-section h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    line-height: 1.3;
  }

  .process-container {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
  }

  .process-image img {
    width: 100%;
    max-width: 350px;
    border-radius: 15px;
  }

  .process-content {
    max-width: 100%;
  }

  .process-content p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 1.8rem;
    text-align: justify;
    /* prevent word spacing issue */
  }
}



/* ============================
   APPROACH SECTION
============================ */
.approach-section {
  background-color: #fff;
  padding: 40px 80px;
  font-family: 'Mulish', sans-serif;
  color: #111;
}

/* ===== CONTAINER ===== */
.approach-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

/* ===== LEFT SIDE ===== */
.approach-left {
  flex: 1;
  /* min-width: 320px; */
  text-align: center;
}

.approach-left h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: left;
  margin-left: 20px;
}

.approach-left h2 span {
  color: #e01b24;
}

.approach-left p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 40px;
}

.approach-left img {
  width: 95%;
  max-width: 480px;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
}

/* ===== RIGHT SIDE (TIMELINE) ===== */
.approach-right {
  flex: 1.2;
  min-width: 350px;
  position: relative;
  padding-left: 50px;
}

/* ===== TIMELINE STRUCTURE ===== */
.approach-timeline {
  position: relative;
  padding-left: 33px;
  margin-left: 21px;
  margin-top: 0%;
}

.approach-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: -33px;
  top: 10px;
  width: 2px;
  height: calc(187% - 49px);
  background-color: #e01b24;
  z-index: -1;
}

/* ===== TIMELINE STEP ===== */
.approach-step {
  position: relative;
  margin-bottom: 60px;
  opacity: 1;
  transform: translateY(60px);
  transition: all 0.8s ease;
}

.show-steps .approach-step {
  opacity: 1;
  transform: translateY(0);
}

.show-steps .approach-step:nth-child(1) {
  transition-delay: 0.1s;
}

.show-steps .approach-step:nth-child(2) {
  transition-delay: 0.3s;
}

.show-steps .approach-step:nth-child(3) {
  transition-delay: 0.5s;
}

/* ===== TIMELINE CIRCLE ===== */
.approach-circle {
  position: absolute;
  left: -49px;
  top: 0;
  width: 35px;
  height: 35px;
  border: 2px solid #e01b24;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e01b24;
  font-size: 1.1rem;
  font-weight: bold;
  z-index: 1;
}

/* ===== TIMELINE CONTENT ===== */
.approach-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

.approach-content p {
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
  width: 74%;
  text-align: justify;
}

/* ==============================
   RESPONSIVE DESIGN
============================== */

/* Tablet & Small Laptop (≤1024px) */
@media (max-width: 1024px) {
  .approach-section {
    padding: 60px 50px;
  }

  .approach-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 50px;
  }

  .approach-left {
    text-align: center;
  }

  .approach-left h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .approach-left p {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .approach-left img {
    width: 85%;
    max-width: 400px;
  }

  .approach-right {
    padding-left: 0;
    min-width: auto;
  }

  .approach-timeline {
    margin-top: 10%;
    margin-left: 0;
    padding-left: 0;
  }

  .approach-step:not(:last-child)::after {
    left: 17px;
    height: calc(170% - 40px);
  }

  .approach-circle {
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }

  .approach-content h3 {
    font-size: 1.3rem;
  }

  .approach-content p {
    font-size: 0.95rem;
    width: 100%;
  }
}


/* Mobile (≤600px) */
@media (max-width: 600px) {
  .approach-section {
    padding: 50px 20px;
  }

  .approach-container {
    flex-direction: column;
    gap: 40px;
  }

  .approach-left h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .approach-left p {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }

  .approach-left img {
    width: 100%;
    max-width: 320px;
    border-radius: 20px;
  }

  .approach-right {
    padding-left: 0;
    text-align: left;
  }

  .approach-timeline {
    margin-top: 10%;
    padding-left: 0;
    margin-left: 0;
  }

  .approach-step {
    margin-bottom: 40px;
  }

  .approach-step:not(:last-child)::after {
    left: 14px;
    height: calc(160% - 35px);
  }

  .approach-circle {
    left: 0;
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
  }

  .approach-content {
    padding-left: 50px;
  }

  .approach-content h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .approach-content p {
    font-size: 0.9rem;
    line-height: 1.6;
    width: 100%;
    text-align: justify;
    /* avoids extra gaps from justify */
  }
}



.talent-sourcing {
  padding: 48px 32px;
  background-color: #000;
}

.talent-sourcing h1 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 48px;
  font-weight: 700;
}

.talent-sourcing .light {
  color: #fff;
  font-weight: 300;
}

.talent-sourcing .red {
  color: #ff3232;
  font-weight: 500;
  animation: fadeInRight 2s;
}

.sourcing-features {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.feature {
  display: flex;
  flex-direction: row;
  /* align-items: flex-start; */
  flex: 1 1 280px;
  min-width: 280px;
  background: rgba(255, 255, 255, 0.01);
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  transition: transform 0.35s, box-shadow 0.35s;
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.18);
  animation: fadeInUp 1.5s;
}

.feature:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 16px 48px rgba(255, 50, 50, 0.17);
}

.num {
  font-size: 2.5rem;
  color: #ff3232;
  font-weight: 500;
  margin-right: 18px;
}

.feature h2 {
  margin: 0 0 8px 0;
  font-size: 25px;
  font-weight: 700;
  color: #eeeeeed6;
}

.feature p {
  margin: 0;
  color: #eeeeeed6;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  /* changed from justify to left */
  text-justify: inter-word;
  word-spacing: -1px;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* ==============================
   RESPONSIVE DESIGN
============================== */

/* Tablet & Small Laptop (≤1024px) */
@media (max-width: 1024px) {
  .talent-sourcing {
    padding: 40px 40px;
  }

  .talent-sourcing h1 {
    font-size: 2.2rem;
    margin-bottom: 36px;
    padding: 0 15px;
  }

  .sourcing-features {
    justify-content: center;
    gap: 32px;
  }

  .feature {
    flex: 1 1 45%;
    max-width: 45%;
  }

  .num {
    font-size: 2rem;
  }

  .feature h2 {
    font-size: 22px;
  }

  .feature p {
    font-size: 15px;
    line-height: 1.55;
    word-spacing: 0;
    /* Prevents extra spacing */
  }
}


/* Mobile (≤600px) */
@media (max-width: 600px) {
  .talent-sourcing {
    padding: 32px 20px;
  }

  .talent-sourcing h1 {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 28px;
  }

  .sourcing-features {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .feature {
    flex-direction: column;
    text-align: center;
    max-width: 100%;
    padding: 20px;
  }

  .num {
    margin: 0 0 10px 0;
    font-size: 1.9rem;
  }

  .feature h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .feature p {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    word-spacing: 0;
    /* eliminates unwanted gaps */
  }
}


.custom-software {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 64px;
  min-height: 100vh;
  box-sizing: border-box;
  background: #fff;
  gap: 40px;
  animation: fadeInSection 1.4s;
}

.custom-content {
  flex: 1 1 500px;
  max-width: 600px;
  padding: 16px 0;
  font-family: 'Mulish', sans-serif;
  color: #111;
}

.custom-software h1 {
  font-size: 38px;
  margin: 0 0 36px 0;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  animation: fadeInLeft 1.2s;
}

.custom-software .bold {
  font-weight: 500;
  color: #111;
}

.custom-software .red {
  color: #ff3232;
  font-weight: 500;
}

.custom-feature {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 36px;
  animation: fadeInUp 1s;
}

.custom-feature .num {
  font-size: 3.5rem;
  font-weight: 500;
  color: #ff99b8;
  min-width: 70px;
  font-family: 'Mulish', sans-serif;
}

.custom-feature h2 {
  margin: 0 0 6px 0;
  font-weight: 500;
  font-size: 1.40rem;
  color: #222222;
}

.custom-feature p {
  margin: 0;
  color: #222222d1;
  font-size: 15px;
  line-height: 1.55;
  width: 70%;
  text-align: justify;
}

.custom-image {
  flex: 1 1 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 24px;
}

.custom-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 32px;
  object-fit: cover;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.18);
  animation: fadeInRight 1.4s;
}

/* Animations */
@keyframes fadeInSection {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* ==============================
   RESPONSIVE DESIGN
============================== */

/* Tablet & Small Laptop (≤1024px) */
@media (max-width: 1024px) {
  .custom-software {
    flex-direction: column;
    padding: 60px 40px;
    min-height: auto;
    gap: 50px;
    text-align: center;
  }

  .custom-content {
    max-width: 700px;
    padding: 0;
  }

  .custom-software h1 {
    font-size: 2.2rem;
    margin-bottom: 28px;
  }

  .custom-feature {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
  }

  .custom-feature .num {
    font-size: 3rem;
    min-width: auto;
  }

  .custom-feature h2 {
    font-size: 1.25rem;
  }

  .custom-feature p {
    font-size: 15px;
    line-height: 1.6;
    width: 100%;
    text-align: center;
  }

  .custom-image {
    padding: 0;
  }

  .custom-image img {
    max-width: 400px;
    width: 85%;
  }
}


/* Mobile (≤600px) */
@media (max-width: 600px) {
  .custom-software {
    flex-direction: column;
    padding: 50px 20px;
    gap: 40px;
    text-align: center;
  }

  .custom-software h1 {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 24px;
  }

  .custom-feature {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }

  .custom-feature .num {
    font-size: 2.4rem;
    margin-bottom: 6px;
  }

  .custom-feature h2 {
    font-size: 1.1rem;
    margin-bottom: 6px;
  }

  .custom-feature p {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    text-align: center;
  }

  .custom-image {
    padding: 0;
  }

  .custom-image img {
    width: 100%;
    max-width: 320px;
    border-radius: 24px;
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.2);
  }
}




/* ===== Process Section ===== */
.deploy-section {
  background: url('../images/service-section-1.jpg') center center/cover no-repeat;
  color: #fff;
  padding: 70px 8%;
  position: relative;
  overflow: hidden;
}

.deploy-section h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 3.5rem;
  text-align: center;
}

.deploy-section h2 span {
  color: #ff2e2e;
}

.deploy-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.deploy-image img {
  width: 85%;
  max-width: 500px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.deploy-content {
  flex: 1;
  max-width: 600px;
}

.deploy-content h2 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: left;
}

.deploy-content p {
  line-height: 1.7;
  color: #dcdcdc;
  margin-bottom: 2.5rem;
  font-size: 16px;
  justify-content: center;
}

.deploy-block {
  flex: 1;
  max-width: 600px;
}

.deploy-block h2 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: left;
}

.deploy-block p {
  line-height: 1.7;
  color: #dcdcdc;
  margin-bottom: 2.5rem;
  font-size: 16px;
  justify-content: center;
}

.deploy-text {
  flex: 1 1 570px;
  max-width: 570px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* ==============================
   RESPONSIVE DESIGN
============================== */

/* ===== Tablet & Small Laptop (≤1024px) ===== */
@media (max-width: 1024px) {
  .deploy-section {
    padding: 80px 6%;
  }

  .deploy-container {
    flex-wrap: wrap;
    gap: 40px;
  }

  .deploy-content,
  .deploy-block,
  .deploy-text {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .deploy-image img {
    width: 90%;
    max-width: 420px;
  }

  .deploy-content h2,
  .deploy-block h2 {
    font-size: 22px;
  }

  .deploy-content p,
  .deploy-block p {
    font-size: 15px;
  }
}

/* ===== Mobile Phones (≤600px) ===== */
@media (max-width: 600px) {
  .deploy-section {
    padding: 60px 5%;
    overflow-x: hidden;
    /* ✅ Prevents white space */
  }

  .deploy-section h2 {
    font-size: 28px;
    margin-bottom: 2.5rem;
    text-align: center;
  }

  .deploy-container {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  .deploy-image {
    order: -1;
    /* ✅ Move image after heading */
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .deploy-image img {
    width: 100%;
    max-width: 300px;
    border-radius: 16px;
  }

  .deploy-content,
  .deploy-block,
  .deploy-text {
    text-align: center;
    max-width: 100%;
  }

  .deploy-content h2,
  .deploy-block h2 {
    font-size: 20px;
    text-align: center;
  }

  .deploy-content p,
  .deploy-block p {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 1.8rem;
  }
}

.feedback-section {
  display: flex;
  align-items: flex-start;
  /* Top-align both columns */
  justify-content: center;
  gap: 64px;
  width: 100%;
  max-width: 100%;
  padding: 48px 0;
  background: #fff;
  font-family: 'Mulish', sans-serif;
  box-sizing: border-box;
}

.feedback-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* min-width: 340px; */
  max-width: 660px;
  flex: 1 1 340px;
  padding-left: 3vw;
}

.feedback-image {
  width: 100%;
  margin-top: 12px;
  display: flex;
  justify-content: flex-start;
}

.feedback-image img {
  width: 100%;
  max-width: 367px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 6px 32px rgba(80, 80, 80, 0.12);
  background: #fff;
  margin-left: 20%;
}

/* ALIGN RIGHT SIDE */
.feedback-right {
  display: flex;
  flex-direction: column;
  /* justify-content: flex-start;
  max-width: 720px; */
  flex: 1 1 340px;
  gap: 54px;
  padding-right: 2vw;
  margin-top: 171px;
  /* <--- ADJUST this so the top aligns with the left image */

}

.feedback-feature {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.feature-num {
  font-size: 3rem;
  color: #ff99b8;
  font-weight: 500;
  min-width: 67px;
  font-family: 'Mulish', sans-serif;
}

.feedback-feature h2 {
  margin: 0 0 10px 0;
  font-size: 1.45rem;
  font-weight: 500;
  color: #000;
}

.feedback-feature p {
  margin: 0;
  color: #232323;
  font-size: 16px;
  line-height: 1.65;
  width: 65%;
  text-align: justify;
}

.wavy {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 32px;
  line-height: 1.12;
  color: #111;
  letter-spacing: 1px;
  display: inline-block;
  /* animation: wavy-text 2.4s infinite linear alternate; */
  margin-left: 19%;
}

@keyframes wavy-text {
  0% {
    transform: translateY(0px);
  }

  15% {
    transform: translateY(-6px);
  }

  30% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(6px);
  }

  70% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-6px);
  }
}

.pink {
  color: #ea385e;
}

/* ==============================
   RESPONSIVE DESIGN
============================== */

/* ===== Tablet & Small Laptop (≤1024px) ===== */
@media (max-width: 1024px) {
  .feedback-section {
    flex-wrap: wrap;
    gap: 40px;
    padding: 60px 4%;
  }

  .feedback-left,
  .feedback-right {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
  }

  .feedback-image img {
    margin-left: 10%;
    max-width: 320px;
  }

  .wavy {
    font-size: 32px;
    margin-left: 10%;
    text-align: center;
  }

  .feedback-feature h2 {
    font-size: 1.3rem;
  }

  .feedback-feature p {
    font-size: 15px;
    width: 80%;
  }
}

/* ===== Mobile Phones (≤600px) ===== */
@media (max-width: 600px) {
  .feedback-section {
    flex-direction: column;
    align-items: center;
    padding: 50px 5%;
    gap: 32px;
  }

  .wavy {
    font-size: 26px;
    margin-left: 0;
    text-align: center;
  }

  .feedback-left {
    align-items: center;
    text-align: center;
    padding: 0;
  }

  .feedback-image {
    order: 1;
    /* show image after heading */
    justify-content: center;
    margin-top: 16px;
  }

  .feedback-image img {
    max-width: 280px;
    margin: 0 auto;
    /* Center the image */
  }

  .feedback-right {
    margin-top: 0;
    gap: 36px;
    align-items: center;
    padding: 0;
  }

  .feedback-feature {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .feature-num {
    font-size: 2.5rem;
    min-width: auto;
  }

  .feedback-feature h2 {
    font-size: 1.2rem;
    margin-top: 8px;
  }

  .feedback-feature p {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    /* margin-left: -5%; */
  }
}