@import url('../../assets-custom/root.css');
/* <!-- Section-1: How It works START  --> */

.index-section-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.index-section-1-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-section-1-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
  gap: 22px;
}
.index-section-1-card-image {
  width: 50px;
  height: 50px;
  background-color: var(--ea-primary-color);
  border-radius: 10px;
  padding: 10px;
}
.index-section-1-card-image img {
  width: 100%;

  border-radius: 10px;
}
.index-section-1-card-about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-section-1-card-1,
.index-section-1-card-2,
.index-section-1-card-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.index-section-1-card-1,
.index-section-1-card-2 {
  border-image-source: linear-gradient(0deg, rgba(226, 116, 71, 0) 9%, var(--ea-primary-color) 50%, rgba(226, 116, 71, 0) 89%);
  border-image-slice: 1;
  border-right: 1px solid;
  padding-right: 22px;
}
.index-section-1-card-about h3 {
  font-weight: 700;
  font-size: 22px;
  color: var(--ea-text-color-1);
}
.index-section-1-card-about p {
  font-weight: 400;
  font-size: 13px;
  color: var(--ea-text-color-1);
}
.index-section-1-header h1 {
  font-weight: 700;
}
.index-section-1-header p {
  font-weight: 500;
  color: var(--ea-text-color-1);
}
@media screen and (max-width: 990px) {
  .index-section-1 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 660px) {
  .index-section-1-cards {
    flex-direction: column;
  }
  .index-section-1-card-1,
  .index-section-1-card-2 {
    border: none;
  }
}

/* <!-- Section-2: About Us START  --> */
.index-section-2 {
  background: var(--ea-primary-faded-color);
  padding-top: 45px;
  padding-bottom: 45px;
  margin-top: 47px;
}
.index-section-2-container-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.index-section-2-left-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.index-section-2-right-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-section-2-left-container {
  width: 50%;
}
.index-section-2-right-container {
  width: 50%;
}
.index-section-2-image img {
  width: 100%;
}
.index-section-2-header h1 {
  font-weight: 700;
}
.index-section-2-header p {
  font-weight: 400;
  font-size: 13px;
  color: var(--ea-text-color-1);
}

.index-section-2-left-container .long-img img {
  border-top-left-radius: 50px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 50px;
}
.index-section-2-left-container .short-1-img img {
  border-top-left-radius: 50px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 50px;
}
.index-section-2-left-container .short-2-img img {
  border-top-left-radius: 5px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 5px;
}

.index-section-2-left-container > div {
  width: 50%;
}
@media screen and (max-width: 650px) {
  .index-section-2-container-div {
    flex-direction: column;
  }
  .index-section-2-left-container {
    width: 100%;
  }
  .index-section-2-right-container {
    width: 100%;
  }
}

/* <!-- Section-3: Our Services START  --> */
.index-section-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 68px;
}
.index-section-3-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-section-3-header p {
  font-weight: 400;
  font-size: 13px;
  color: var(--ea-text-color-1);
}
.index-section-3-header h1 {
  font-weight: 700;
}
.index-section-3-left-right-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.index-section-3-cards {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.index-section-3-cards > div {
  width: 304px;
  /* height: 239px; */
  border: 1px solid var(--ea-primary-color);
  padding: 14px;
  word-wrap: break-word;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 21px;
}
.index-section-3-left-container {
  width: 60%;
}
.index-section-3-right-container {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid; */
  border-radius: 8px;
  background-color: var(--ea-secondary-color);
}
.index-section-3-big-img {
  margin-top: -47px;
}
.index-section-3-card-image img {
  width: 100%;
}
.index-section-3-card-image {
  width: 50px;
  height: 50px;
  background-color: var(--ea-primary-color);
  border-radius: 10px;
  padding: 10px;
  /* border: 1px solid; */
}
.index-section-3-cards .active-card .index-section-3-card-image {
  background-color: white;
}
.index-section-3-cards > div.active-card {
  background-color: var(--ea-primary-color);
}
.index-section-3-card-about h3 {
  font-weight: 700;
  font-size: 22px;
  color: var(--ea-text-color-1);
}
.index-section-3-card-about p {
  font-weight: 400;
  font-size: 13px;
  color: var(--ea-text-color-1);
}
.index-section-3-cards .active-card h3,
.index-section-3-cards .active-card p {
  color: white;
}

@media screen and (max-width: 950px) {
  .index-section-3-left-right-container {
    flex-direction: column-reverse;
    margin-top: 58px;
  }
  .index-section-3-right-container {
    width: 100%;
  }
  .index-section-3-left-container {
    width: 100%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .index-section-3-cards > div {
    width: 100%;
  }
}

/* <!-- Section-4: Our Customer START  --> */
.index-section-4 {
  background-color: var(--ea-primary-faded-color);
  padding-top: 48px;
  margin-top: 38px;
  padding-bottom: 23px;
}
.index-section-4-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-4-customer-card {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section-4-customer-img {
  width: 100px;
}
.index-section-4-customer-img img {
  width: 100%;
  border-radius: 50%;
}
.index-section-4-about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  gap: 32px;
  padding-bottom: 66px;
}
.index-section-4-about-customer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 11px;
}
.index-section-4-about > p {
  font-weight: 400;
  font-size: 13px;
  color: var(--ea-text-color-1);
  text-align: center;
  padding-left: 10px;
  margin-top: 19px;
}
.index-section-4-header p {
  font-weight: 400;
  font-size: 13px;
  color: var(--ea-text-color-1);
}
.index-section-4-header h1 {
  font-weight: 700;
  margin-top: -14px;
}
.index-section-4-about-customer h3 {
  font-weight: 700;
  font-size: 22px;
  color: var(--ea-primary-color);
}
.index-section-4-about-customer p {
  font-weight: 400;
  font-size: 13px;
  color: var(--ea-text-color-1);
}
.index-section-4-card-1,
.index-section-4-card-2,
.index-section-4-card-3 {
  display: flex;
  flex-direction: column;
}
.index-section-4 .carousel-indicators li {
  background-color: var(--ea-text-color-1);
}
.index-section-4 .carousel-indicators li.active {
  background-color: var(--ea-primary-color);
}

.index-section-4 .carousel-control-next-icon,
.index-section-4 .carousel-control-prev-icon {
  display: none;
}

/* <!-- Section-5: FAQ START  --> */
.index-section-5 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  /* border: 1px solid red; */
  padding: 10px;
  padding-top: 43px;
  padding-bottom: 43px;
}
#accordionFlushExample {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
}
.accordion-item {
  width: 100%;
}
.accordion-header {
  border: none;
  position: relative;
}
.accordion-header button {
  border: none;
  width: 100%;
  background: white;
  border-bottom: 1px solid var(--ea-primary-color);
  text-align: left;
  padding: 6px;
  font-weight: 700;
  font-size: 18px;
  color: var(--ea-text-color-1);
  padding-bottom: 17px;
}
.accordion-header button:focus {
  outline: none;
}

.index-section-5 .accordion-body {
  padding: 6px;
  color: var(--ea-text-color-1);
  font-size: 14px;
}

.index-section-5-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 700px) {
  #accordionFlushExample {
    width: 100%;
  }
}

.index-section-5 .bi-chevron-down::before {
  content: '\f282';
  position: absolute;
  right: 6px;
  color: var(--ea-primary-color);
  font-size: 18px;
  top: 10px;
}
