/* heading */
.aboutus-section {
  position: relative;
  width: 100%;
  background-color: #1e1d2d;
  color: white;
  padding: 200px 20px;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 768px) {
  .aboutus-section {
    padding: 100px 15px;
  }
}

/* Background video styles */
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 1;
  pointer-events: none;
}

/* Content container */
.aboutus-content {
  position: relative;
  z-index: 1;
}

.aboutus-content h2 {
  font-size: 6vw;
  font-weight: bold;
  margin-bottom: 30px;
}

/* Button Group */
.button-group {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* Buttons */
.btn-orange,
.btn-white {
  background-color: white;
  color: black;
  font-weight: bold;
  padding: 12px 28px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-orange:hover,
.btn-white:hover {
  background-color: #f46706;
  color: #fff;
}


.know-who-we-are, .key-expertise, .process-we-follow, .team-section, .our-values, .why-choose-us
 {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.8s ease-out;
}

.know-who-we-are.visible, .key-expertise.visible, .process-we-follow.visible, .team-section.visible, .our-values.visible, .why-choose-us.visible{
  opacity: 1;
  transform: translateY(0);
}

/* Know Who We Are Section */
.know-who-we-are {
  padding: 10px 0px;
  text-align: center;
}

.know-who-we-are h3 {
  font-size: 28px;
  margin-bottom: 30px;
  color: black;
  align-content: center;
  font-weight: bold;
  margin-top: 30px;
}

.know-wrapper {
  /*background-color: white;*/
  /*border-radius: 12px;*/
  /*box-shadow: 0 0px 30px #1976D2;*/
  margin: 0 auto;
  padding: 30px;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
}

.know-text {
  flex: 0 0 79%;
    text-align: justify;
    font-size: 18px;
    color: black;
    line-height: 1.5;
}

.know-text strong {
  font-weight: bold;
  /* ensures bolding works */
}

.know-image {
  flex: 1 1 23%;
  text-align: center;
}

/*.know-image img {*/
/*        position: relative;*/
/*    left: 15px;*/
  /*width: 372px;*/
  /*height: auto;*/
/*}*/

/* Key Expertise Section */
.key-expertise {
  padding: 10px 0px;
  text-align: center;
}

.key-expertise h3 {
  font-size: 28px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: bold;
  color: black;
}

.expertise-container {
  /*background-color: white;*/
  margin: 0 auto;
  padding: 30px;
  /*border-radius: 12px;*/
  /*box-shadow: 0 0px 30px #1976D2;*/
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*gap: 20px;*/
  /*align-items: center;*/
  /*justify-content: space-between;*/
  /*max-width: 1000px;*/
}

.expertise-video {
  max-width: 500px;
  height: auto;
  margin: 0 228;
  object-fit: fill;
}
.capabilities-list {
  /*margin-top: 10px;*/
  padding-left: 20px;
  list-style-type: disc;
  color: black;
  font-size: 13px;
  line-height: 1.7;
  /*margin-bottom: 20px;*/
}
.capabilities-list strong{
    font-weight: bold;
}
ol {
    padding-left: 20px;
    color: black;
    font-size: 13px;
    line-height: 1.7;
    list-style-position: outside;
    /* safer */
    list-style-type: decimal;
    /*margin-bottom: 20px;*/
    /* ensures numbers show */

}

/* ol li {
  margin-bottom: 20px;
} */
ol li strong {
    font-weight: bold;
}

.process-text {
margin: 0px 20px;
  flex: 1 1 0;
  font-size: 16px;
  text-align: justify;
  line-height: 1.5;
  color: black;
}

.process-text strong {
  font-weight: bold;
  /* ensures bolding works */
}

.expertise-text strong {
  font-weight: bold;
  /* ensures bolding works */
}

/* Process We Follow Section */
.process-we-follow {
  padding: 10px 0px;
  text-align: center;
}

.process-we-follow h3 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
  margin-top: 30px;
}

.process-video {
  width: 100%;
  max-width: 760px;
  height: 320px;
  margin: 0 0;
  object-fit: fill;
}

.process-box {
  margin: 0 auto;
  /*background-color: #ffffff;*/
  padding: 30px;
  /*border-radius: 16px;*/
  /*box-shadow: 0 0px 30px #1976D2;*/
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*gap: 30px;*/
  /*justify-content: space-between;*/
  align-items: center;
  max-width: 1000px;
}

/* Team Section */
.team-section {
  padding: 10px 0px;
  text-align: center;
}

.team-section h3 {
  font-size: 28px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: bold;
}

.team-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  
}

.team-member {
  background: #fff;
  /*border-radius: 20px;*/
  padding: 30px 20px;
  width: 100%;
  max-width: 280px;
  /*box-shadow: 0 0px 30px #1976D2;*/
  transition: transform 0.3s ease;
}

.team-member:hover {
  transform: translateY(-5px);
}

.member-photo {
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  background-color: #ddd;
  border-radius: 50%;
}

.team-member h4 {
  margin: 10px 0;
  font-weight: 700;
}

.team-member p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

/* Our Values Section */
#our-values {
  padding: 40px 0;
}

#our-values h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#our-values .values-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1000px;
  margin: auto;
}

.value-card {
  background-color: #000;
  color: #fff;
  padding: 20px;
  width: 100%;
  max-width: 250px;
  border-radius: 10px;
  /*box-shadow: 0 0px 30px #1976D2;*/
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: italic;
}

.value-card blockquote strong {
  font-weight: bold;
  /* ensures bolding works */
}

/* Quote marks */
.value-card blockquote::before,
.value-card blockquote::after {
  font-size: 16px;
}

/* Why Choose Us Section */
#why-choose-us {
  padding: 10px 0px;
  font-family: 'Poppins', sans-serif;
}

.section-container {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

#why-choose-us h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
}

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  /*gap: 10;*/
  justify-content: center;
}

/* 
.image-container img {
  width: 100%;
  max-width: 200px;
  height: auto;
} */


.robotic-video {
  max-width: 360px;
  height: 274px;
  margin: 0 0;
  object-fit: fill;
}


.connect-button {
position: relative;
  top: 10px;
  left: 200px;
  background-color: #1976D2;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.connect-button:hover {
  background-color: #e56700;
}

/* Media Query Tweaks for Mobile */
@media (max-width: 600px) {

  .aboutus-content h2,
  .know-who-we-are h3,
  .key-expertise h3,
  .process-we-follow h3,
  .team-section h3 {
    font-size: 22px;
  }

  .know-wrapper,
  .expertise-container,
  .process-box,
  .team-container {
    flex-direction: column;
    text-align: center;
  }

  .know-text,
  .expertise-text,
  .process-text,
  .text-container {
    text-align: justify;
  }

  .value-card {
    width: 90%;
  }
}