@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

.widget_text.so-panel.widget.widget_custom_html {
  margin-bottom: 0 !important;
}

.siteorigin-content {
  margin-top: 72px;
}

section {
  padding: 3rem;
}

.heading-two {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #012f69;
  text-align: center;
  font-size: 28px;
  line-height: 150%;
}

.hero {
  background-color: #0d2439;
}

.hero .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.hero h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 650;
  font-size: 31px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 5%;
}

.hero .left {
  flex: 2;
}

.hero .right {
  flex: 1;
}

.hero .right {
  display: flex;
  justify-content: end;
  align-items: center;
}

.hero .right img {
  max-width: 380px;
}

/* Intro */
.intro {
  background-color: #f1f1f0;
}

.intro .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6rem;
  width: 100%;
}

.intro .left {
  flex: 1;
}

.intro .right {
  flex: 2;
}

.intro .right p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  padding: 0;
}

/* Built */
.built {
  background-color: #f1f1f0;
}

.built .container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.built .container h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 1);
  font-size: 26px;
  text-align: center;
}

.built .container .para {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  padding: 0;
  text-align: center;
}

.built .cards-container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
  margin-top: 6rem;
}

.built .cards-container .card {
  background-color: #e6e6e6;
  position: relative;
  cursor: default;
  flex: 1;
  aspect-ratio: 1 / 1.1;
  height: 100%;
}

.built .cards-container .card-body {
  border: none;
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: default;
}

.built .cards-container .card-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
}

.built .cards-container .card-text {
  border: none;
  text-align: center;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

.built .cards-container img {
  background-color: #0585fa;
  border-radius: 50%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}

/* Business Challenges */
.business-challenge .cards-container .card-body {
  margin: 0;
}

.business-challenge .cards-container .card:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.9);
}

.business-challenge .cards-container {
  gap: 0;
}

.business-challenge .cards-container .card {
  aspect-ratio: 4 / 3;
}

.business-challenge .cards-container .card-title {
  font-size: 16px;
}

.business-challenge .cards-container .card-text {
  font-size: 14px;
  height: 150px;
  overflow: auto;
}

/* Solution */
.solution .cards-container {
  gap: 4rem;
}

.solution .cards-container .card-body {
  margin-top: 0;
  align-items: start;
}

.solution .cards-container .card {
  background-color: transparent;
  border-top: 2px solid gray;
  border-bottom: 2px solid gray;
  flex: 1;
  aspect-ratio: 4 / 5;
}

.solution .cards-container .card-title {
  font-size: 16px;
  text-align: left;
}

.solution .cards-container .card-text {
  font-size: 14px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}

/* CTA */
.cta {
  background-color: #224a7c;
}

.cta .container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.cta .para {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  padding: 0;
  text-align: center;
  margin-bottom: 3rem;
}

.cta .btn-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.cta .btn-container .btn {
  background-color: #f67272;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  padding: 0.9rem 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  box-shadow: none;
  cursor: pointer;
  border-radius: 5px;
}

.cta .btn-container .btn:hover {
  color: rgba(255, 255, 255, 1);
}

/* Results */
.results .cards-container {
  flex-wrap: wrap;
  justify-content: center;
}

.results .cards-container .card {
  position: unset;
  display: flex;
  padding: 1rem;
  background-color: white;
  width: calc((100% / 3) - 10px);
  aspect-ratio: 16 / 10;
  flex: none;
}

.results .cards-container img {
  position: unset;
  transform: none;
  border-radius: 0;
  background: none;
  height: fit-content;
}

.results .cards-container .card-body {
  margin-top: 0;
  align-items: start;
  justify-content: start;
  padding: 0;
}

.results .cards-container .card-text {
  text-align: left;
  line-height: 140%;
  font-size: 14px;
}

.results .cards-container .card-title {
  text-align: left;
  font-size: 16px;
}

/* Why choose us */
.why-choose {
  background-color: #f1f1f0;
}

.why-choose .container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.why-choose .container .para {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  padding: 0;
  text-align: center;
}

/* FAQ */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.faq-question {
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black;
  transition: background-color 0.3s;
}
.faq-section {
  background-color: #ffffff;
  padding: 40px 20px;
}
.faq-question:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.faq-question::after {
  content: "+";
  font-size: 1.5rem;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
  color: #1e5ac880;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  padding: 0 30px 20px;
  max-height: 500px;
}

/* Responsive Styles */
@media screen and (max-width: 992px) {
  .siteorigin-content {
    margin-top: 63px;
  }

  .hero .main {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .intro .container {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
    gap: 3rem;
  }

  .results .cards-container .card {
    width: 100%;
    aspect-ratio: unset;
    flex-direction: column;
  }

  .results .cards-container .card-body {
    margin: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .built .cards-container {
    flex-wrap: wrap;
  }

  .built .cards-container .card {
    width: calc((100% / 2) - 10px);
    flex: none;
    aspect-ratio: 1 / 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .business-challenge .cards-container {
    gap: 10px;
  }

  .solution .cards-container .card {
    width: calc((100% / 2) - 4rem);
    flex: none;
    aspect-ratio: unset;
  }

  .results .cards-container .card {
    aspect-ratio: 1 / 0.8;
  }

  .results .cards-container img {
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  section {
    padding: 1rem !important;
  }

  .hero h1 {
    font-size: 24px;
    line-height: 130%;
  }

  .heading-two {
    font-size: 22px;
  }

  .built .cards-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
  }

  .built .cards-container .card {
    width: 100%;
    flex: none;
    aspect-ratio: unset;
  }

  .business-challenge .cards-container .card-body {
    width: 100% !important;
    padding: 2rem;
  }

  .business-challenge .cards-container .card-text {
    height: auto;
  }

  .cta .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .results .cards-container .card {
    width: 100%;
    aspect-ratio: unset;
    flex-direction: column;
  }

  .results .cards-container .card-body {
    margin: auto;
  }

  .solution .cards-container .card {
    flex: none;
    aspect-ratio: unset;
  }
}
