@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&family=Lato:wght@400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100vw;
  background-color: white;
  font-family: "Lato", sans-serif;
}
.hero {
  background-color: black;
  width: 100vw;
  display: flex;
  justify-content: center;
  padding: 50px;
  align-items: center;
}
.hero-image {
  width: 50%;
  height: 50%;
}
.about-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 40px;
  gap: 12rem;
  flex-wrap: wrap;
}

.about {
  font-weight: 600;
  font-size: 40px;
  font-family: "Playfair Display", serif;
  width: 300px;
  text-align: left;
}

.p-container {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: justify;
}

.about-reach {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding-right: 50px;
  text-align: justify;
  color: #0d0d0d;
}
.about-reachverse {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding-right: 50px;
  text-align: justify;
  color: #707070;
}
.charts-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  padding: 2rem;
}

.chart-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.chart-top-text,
.chart-bottom-text {
  font-size: 1rem;
  margin: 0.5rem 0;
}

.chart-image-wrapper {
  width: 150px;
  margin: 0 auto;
}

.chart-image {
  height: 150px;
  width: 150px;
  display: block;
  border-top: 4px solid transparent;
}

.chart-image.stroke-red {
  border-top-color: #8096f6;
}

.chart-image.stroke-blue {
  border-top-color: #3fc6f9;
}

.chart-image.stroke-green {
  border-top-color: #4caf50f6;
}

.chart-image.stroke-yellow {
  border-top-color: #ffd54f;
}

.chart-image.stroke-purple {
  border-top-color: #9380f6;
}

.percentage {
  color: #707070;
}

.mission-vision-layout {
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap; /* Ensures content wraps if it overflows */
  gap: 4rem;
  margin-top: 30px;
}

.mv-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.mv-content {
  flex: 1;
}

.mv-headers {
  display: flex;
  justify-content: center; /* center them */
  gap: 1.5rem; /* control spacing */
  padding: 20px;
}

.mv-headers h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
}

.mv-paragraphs {
  display: flex;
  gap: 1.5rem; /* optional spacing between paragraphs */
  position: relative;
  padding: 0 55px;
}

.mv-paragraph p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #707070;
  text-align: justify;
}
.mv-paragraph-div {
  width: 1px;
  background-color: #ccc;
}

.mv-paragraph {
  flex: 1;
  text-align: center;
}

/* Responsive layout for smaller screens */
@media screen and (max-width: 768px) {
  .project-showcase {
    flex-direction: column-reverse; /* Stack content and image vertically */
  }
  .about {
    text-align: center;
  }

  .about-reachverse {
    padding: 10px;
  }
  .hero {
    width: 100%;
    padding: 60px;

    height: auto;
  }

  .hero-img {
    width: 70%;
    height: 65%;
  }
  .project-content {
    order: 1; /* Content remains first */
  }
  .about-reach {
    padding: 10px;
  }

  .mission-vision-layout {
    flex-direction: column-reverse;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    /* margin: 0 20px; */
  }
  .mv-paragraphs {
    flex-direction: column;
    margin: 0 30px;
    padding: 0;
  }
  .about-section {
    gap: 2rem;
    padding: 30px;
  }
  .mv-paragraph-div {
    width: 100%; /* Full width for the divider */
    height: 1px; /* Height for the divider */
  }

  .mv-image img {
    width: 90%;
  }
}
@media (max-width: 900px) {
  .about-section {
    gap: 2rem;
    text-align: center;
  }
  .mission-vision-layout {
    flex-direction: column-reverse;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-bottom: 50px;
  }
  .mv-paragraphs {
    flex-direction: column;
    margin: 0 30px;
  }
  .mv-paragraph-div {
    width: 100%; /* Full width for the divider */
    height: 1px; /* Height for the divider */
  }

  .mv-image img {
    width: 85%;
  }
}

/* ------------------------------------------------------------------------- */
/* ------------------------ CORE VALUE SECTION ----------------------------- */
/* ------------------------------------------------------------------------- */
.core-values-section {
  display: flex;
  padding: 32px 100px;
  align-items: center;
  gap: 100px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content-wrapper {
  display: flex;
  align-items: center;
  gap: 100px;
  justify-content: space-between;
  width: 100%;
}

.values-container {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin: auto 0;
  flex-direction: column;
  align-items: center;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  color: rgb(13, 13, 13);
  font-weight: 500;
  letter-spacing: -0.8px;
  width: 100%;
}

.values-list {
  display: flex;
  margin-top: 32px;
  padding-bottom: 32px;
  align-items: start;
  gap: 40px;
  font-family: "Lato", sans-serif;
  justify-content: start;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.values-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.value-item {
  display: flex;
  width: 100%;
  max-width: 308px;
  align-items: start;
  gap: 12px;
  margin-bottom: 24px;
}

.number-circle {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: rgba(147, 128, 246, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.number {
  color: rgb(147, 128, 246);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
}

.value-content {
  min-width: 240px;
  flex: 1;
}

.value-title {
  color: rgb(13, 13, 13);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
  margin: 0 0 4px;
}

.value-description {
  color: rgb(112, 112, 112);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  margin: 0;
}

.values-image {
  aspect-ratio: 1.06;
  object-fit: contain;
  object-position: center;
  width: 458px;
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
}

@media screen and (max-width: 768px) {
  .core-values-section {
    padding: 32px 20px;
    gap: 20px;
    margin-top: -240px;
  }
  .values-container {
    margin: 0 20px;
  }
  .content-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .section-title {
    text-align: center;
  }
  .values-column {
    display: grid;
    grid-template-columns: 1fr;
  }

  .values-list {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }

  .values-image {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 900px) {
  .core-values-section {
    padding-top: 270px;
    gap: 20px;
  }
  .values-container {
    margin: 0 20px;
  }
  .content-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .section-title {
    text-align: center;
  }
  .values-column {
    display: grid;
    grid-template-columns: 1fr;
  }

  .values-list {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }

  .values-image {
    width: 100%;
    max-width: none;
  }
}

/* ------------------------------------------------------------------------- */
/* ------------------------ SERVICES HEADER  ----------------------------- */
/* ------------------------------------------------------------------------- */

.services-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 3rem;
  background-color: #f9f9f9;
}

.services-header {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #0d0d0d;
}

.services-label {
  margin: auto;
  max-width: 10%;
  color: #0d0d0d;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
  padding: 8px 16px;
  border-radius: 24px;
  background-color: white;
}

.services-header {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}
.services-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.services-header .services-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  padding-bottom: 45px;
}

.service-card,
.tech-card,
.data-analysis-card,
.consultation-card {
  flex: 1 1 calc(25% - 2rem);
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #ffff;
  border-radius: 10px;
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover,
.tech-card:hover,
.data-analysis-card:hover,
.consultation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); /* Enhance shadow on hover */
}

.service-card__icon-wrapper,
.tech-card__icon-wrapper,
.data-card__icon-wrapper,
.consultation-card__icon-wrapper {
  margin-bottom: 1rem;
}

.service-card__title,
.tech-card__title,
.data-card__title,
.consultation-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.service-card__description,
.tech-card__description,
.data-card__description,
.consultation-card__description {
  font-size: 1rem;
  color: #707070;
  line-height: 1.5;
  text-align: center;
  text-transform: none;
}
@media screen and (max-width: 900px) {
  .services-label {
    display: flex;
    justify-content: center;
    max-width: 29%;
    margin-top: 20px;
  }
  .service-card,
  .tech-card,
  .data-analysis-card,
  .consultation-card {
    margin: 0 57px;
  }
  .services-header {
    padding: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .services-label {
    max-width: 29%;
  }
}
/* ------------------------------------------------------------------------- */
/* ------------------------ PROJECT SHOWCASE  ----------------------------- */
/* ------------------------------------------------------------------------- */

.project-section {
  padding: 0rem 4rem;
}

.project-showcase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 50px;
}

.project-content {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin: auto 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  width: 495px;
}

.project-label {
  color: rgb(147, 128, 246);
  font-size: 16px;
  font-family: Lato, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: -0.32px;
  margin: 0;
}
a {
  color: rgb(147, 128, 246);
}

.project-details {
  margin-top: 24px;
  max-width: 100%;
  width: 495px;
  font-family: Lato, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  color: rgb(13, 13, 13);
  font-weight: 400;
  letter-spacing: -0.32px;
}

.project-title {
  font-size: 40px;
  font-family: "Playfair Display", -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.8px;
  margin: 0;
}

.project-description {
  color: rgb(112, 112, 112);
  line-height: 19px;
  margin: 16px 0 0 0;
}

.project-result {
  line-height: 1.2;
  margin: 16px 0 0 0;
}

.tech-stack {
  align-self: start;
  display: flex;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
}

.tech-group {
  align-self: stretch;
  margin: auto 0;
  font-family: Lato, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: -0.32px;
}

.tech-label {
  color: rgb(112, 112, 112);
  font-weight: 400;
  margin: 0;
}

.tech-name {
  color: rgb(13, 13, 13);
  font-weight: 500;
  margin: 0;
}

.tech-divider {
  align-self: stretch;
  display: flex;
  margin: auto 0;
  padding: 0 10px;
  flex-direction: column;
  align-items: center;
  width: 49px;
}

.divider-line {
  background-color: rgb(235, 235, 235);
  width: 1px;
  height: 38px;
}

.project-image {
  aspect-ratio: 1.29;
  object-fit: contain;
  object-position: center;
  width: 591px;
  border-radius: 8px;
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

@media (max-width: 991px) {
   .project-section {
    padding: 0rem 2rem;
  } 

  .project-content {
    max-width: 100%;
    padding-bottom: 40px;
  }

  .project-title {
    max-width: 100%;
  }

  .project-description {
    max-width: 100%;
  }

  .project-result {
    max-width: 100%;
  }

  .project-image {
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .project-image {
    max-width: 400px;
    width: auto;
  }
  .project-content {
    max-width: 100%;
    padding-bottom: 30px;
  }
}

/* ------------------------------------------------------------------------- */
/* ------------------------ TEAM SECTION  ----------------------------- */
/* ------------------------------------------------------------------------- */

.team-section {
  text-align: center;
  padding: 4rem 2rem;
  background-color: #f9f9f9;
  position: relative;
}

.team-label {
  margin: auto;
  width: 10%;
  color: #0d0d0d;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
  padding: 8px 16px;
  border-radius: 24px;
  background-color: rgba(147, 128, 246, 0.15);
  min-width: fit-content;
}

.team-title {
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0rem;
}

/* Scroll container wrapper */
.scroll-container {
  position: relative;
  overflow: hidden;
  padding: 0rem 0;
  max-width: 1200px;
  margin: 0 auto;
}

/* Updated team container for horizontal scroll */
.team-container {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 1rem 0;
  justify-content: flex-start;
}

.team-container::-webkit-scrollbar {
  display: none;
}

.team-card {
  flex: 0 0 calc(25% - 2rem); /* Each card takes 25% of the container width minus the gap */
  max-width: 300px; /* Optional: Set a max width for consistency */
  height: auto; /* Allow height to adjust based on content */
  overflow: hidden; /* Prevent content overflow */
  position: relative;
  scroll-snap-align: start; /* Snap each card to the start of the container */
}

.team-image {
  width: 100%; /* Ensure the image takes up the full width of its container */
  height: 100%; /* Maintain the aspect ratio of the image */
  object-fit: cover; /* Ensure the image covers the container without distortion */
  display: block; /* Remove any inline spacing issues */
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.team-info {
  padding: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
}

.team-name {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0.3rem 0 0.1rem;
  color: #333;
}

.team-role {
  font-family: "lato", sans-serif;
  font-size: 24px;
  color: #707070;
  margin: 0;
}

.team-card:hover .team-image {
  transform: scale(1.05);
}

/* Navigation buttons */
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: white;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #333;
  z-index: 10;
  transition: all 0.3s ease;
  opacity: 0.9;
}

.scroll-btn:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.scroll-btn.prev {
  left: -1rem;
}

.scroll-btn.next {
  right: -1rem;
}

/* Scroll indicators */
.scroll-indicators {
  display: none;
  margin-top: 2rem;
}

.indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background: rgba(147, 128, 246, 1);
  transform: scale(1.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .team-section {
    padding: 3rem 1.5rem;
  }

  .team-container {
    gap: 1.5rem;
  }

  .scroll-btn.prev {
    left: -0.5rem;
  }

  .scroll-btn.next {
    right: -0.5rem;
  }
}

@media (max-width: 768px) {
  .team-section {
    padding: 2rem 1rem;
  }

  .team-title {
    font-size: 1.5rem;
  }

  .team-label {
    min-width: fit-content;
    font-size: 14px;
  }

  .team-card {
    flex: 0 0 160px;
    width: 160px;
    flex: 0 0 calc(33% - 2rem); /* Keep the same size as desktop */
    max-width: 300px; /* Maintain the same max width */
  }
  .team-image {
    width: 100%; /* Ensure the image fills the card */
    height: 100%; /* Maintain aspect ratio */
  }
}

.team-container {
  gap: 1rem;
}

.scroll-btn {
  display: none; /* Hide buttons on mobile, use touch scroll */
}

.team-name {
  font-size: 0.9rem;
}

.team-role {
  font-size: 0.75rem;
}

@media (max-width: 480px) {
  .team-section {
    padding: 1.5rem 0.5rem;
  }

  .team-title {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }

  .team-card {
    flex: 0 0 140px;
    width: 140px;
    flex: 0 0 calc(100% - 1rem); /* Show 1 card per row */
  }
  .team-image {
    width: 100%; /* Ensure the image fills the card */
  }
  .team-container {
    gap: 0.8rem;
    padding: 0.5rem 1rem;
  }

  .scroll-indicators {
    margin-top: 1.5rem;
  }

  .indicator {
    width: 6px;
    height: 6px;
  }
}

/* For very small screens */
@media (max-width: 320px) {
  .team-card {
    flex: 0 0 120px;
    width: 120px;
  }

  .team-name {
    font-size: 0.8rem;
  }

  .team-role {
    font-size: 0.7rem;
  }
  .team-image {
    width: 100%; /* Ensure the image fills the card */
    height: 100%; /* Maintain aspect ratio */
  }
}
.footer-container {
  max-width: 100%;
  margin: 0 auto;
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 30px 40px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 50px;
  border-radius: 0;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start; /* Ensure all contents align to the left */
}

.logo-container img {
  width: auto;
  height: auto;
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 16px;
  color: #f5f5f5;
  align-items: flex-start; /* Align contact info to the left like the logo */
  width: 100%; /* Take full width of container */
}

.info-label {
  font-size: 16px;
  color: #f5f5f5;
  margin-bottom: 2px;
}

.info-value {
  font-size: 16px;
  color: #f5f5f5;
  margin-bottom: 10px;
}

.footer-center {
  display: flex;
  gap: 10rem;
  justify-content: center;
}

.menu-section {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
}

.menu-title {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  color: #f5f5f5;
}

.menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.menu-links li a {
  color: #f5f5f5;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.2s;
}

.menu-links li a:hover {
  color: #ccc;
}

.footer-right {
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}

.scan-text {
  font-size: 13px;
  text-align: start;
  color: #f5f5f5;
  margin-bottom: 10px;
}

.qr-code {
  width: 240px;
  height: 230px;
  margin-bottom: 15px;
  border-radius: 3px;
}

.website {
  font-size: 12px;
  margin-top: 5px;
  color: #f5f5f5;
}

/* Tablet Breakpoint */
@media (max-width: 900px) {
  .footer {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .footer-right {
    grid-column: 1 / -1;
    align-items: flex-start; /* Keep left alignment on tablet */
    margin-top: 20px;
  }

  .logo-container {
    max-width: 160px;
  }

  .footer-center {
    gap: 4rem; /* Reduce gap on smaller screens */
  }
}

/* Mobile Large Breakpoint */
@media (max-width: 768px) {
  .logo-container {
    max-width: 140px;
  }

  .footer-center {
    gap: 3rem;
  }
}

/* Mobile Breakpoint */
@media (max-width: 600px) {
  .footer {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    gap: 25px;
  }

  .footer-center {
    flex-direction: column; /* Stack menu sections on mobile */
    gap: 50px;
    align-items: flex-start;
  }
  .footer-container {
    max-width: 100%;
    margin: 0 auto;
  }
  .menu-section {
    margin-top: 0;
  }

  .contact-info {
    margin-bottom: 10px;
  }

  .logo-container {
    max-width: 120px;
    margin-bottom: 15px;
  }
}

/* Extra Small Mobile Breakpoint */
@media (max-width: 375px) {
  .footer {
    padding: 25px 15px;
  }

  .logo-container {
    max-width: 100px;
  }
  .footer-container {
    max-width: 100%;
    margin: 0 auto;
  }
}
