.hero {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .hero {
    padding-top: 90px;
    padding-bottom: 138px;
  }
}
.hero::before {
  content: "";
  background: url("../images/presentation/hero-bg.png") no-repeat center;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero .logo {
  margin-bottom: 40px;
}
.hero .subtitle {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 20px;
  border-radius: 20px;
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  border: 1px solid #fff;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .hero .subtitle {
    font-size: 1.25rem;
    padding: 12px 32px;
    border-radius: 40px;
    margin-bottom: 24px;
  }
}
.hero .heading {
  font-size: 36px;
  color: #fff;
  margin-bottom: 40px;
}
.hero .heading span {
  color: #A076F4;
}
@media screen and (min-width: 768px) {
  .hero .heading {
    font-size: 56px;
    margin-bottom: 80px;
  }
}
.hero .certificate-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero .certificate-container .certificate-item {
  flex: 1 1 100%;
  gap: 12px;
}
.hero .certificate-container .certificate-item img {
  width: 86px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .hero .certificate-container {
    gap: 10px;
  }
  .hero .certificate-container .certificate-item {
    flex: 0 1 calc(50% - 10px);
    margin-bottom: 0;
    gap: 20px;
    flex-wrap: nowrap !important;
  }
  .hero .certificate-container .certificate-item img {
    width: 136px;
  }
}
.hero .form-container {
  padding: 20px;
  background-color: #fff;
  border-radius: 1rem;
}
.hero .form-container .heading_1 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
}
.hero .form-container .heading_2 {
  font-size: 40px;
  color: #943BD8;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 20px;
}
.hero .form-container button {
  padding: 14px 12px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .hero .form-container {
    padding: 32px;
    border-radius: 1.5rem;
  }
  .hero .form-container .heading_1 {
    font-size: 32px;
  }
  .hero .form-container .heading_2 {
    font-size: 62px;
    margin-bottom: 32px;
  }
  .hero .form-container button {
    padding: 20px 16px;
    font-size: 20px;
    border-radius: 8px;
    margin-top: 32px;
  }
}


.traditional-way {
  padding: 40px 0;
}
@media (min-width: 576px) {
  .traditional-way {
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  .traditional-way {
    padding: 80px 0;
  }
}
.traditional-way .wrapper {
  border-radius: 40px;
  border: 1px solid #DFDFDF;
  box-shadow: 0px 25px 40px -10px rgba(28, 39, 49, 0.08);
  padding: 16px;
  background: white;
}
@media (min-width: 481px) {
  .traditional-way .wrapper {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .traditional-way .wrapper {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .traditional-way .wrapper {
    padding: 60px;
  }
}
.traditional-way .wrapper .hero-title {
  font-size: 1.75rem;
  line-height: normal;
  font-weight: 600;
}
.traditional-way .wrapper .hero-title .highlight {
  color: #8854F1;
}
@media (min-width: 481px) {
  .traditional-way .wrapper .hero-title {
    font-size: 2rem;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .traditional-way .wrapper .hero-title {
    font-size: 2.5rem;
    line-height: normal;
  }
}
@media (min-width: 992px) {
  .traditional-way .wrapper .hero-title {
    font-size: 3rem;
    line-height: normal;
  }
}
.traditional-way .wrapper .hero-quote {
  font-size: 18px;
  color: #2F3039;
  font-style: italic;
  font-weight: 600;
}
@media (min-width: 481px) {
  .traditional-way .wrapper .hero-quote {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .traditional-way .wrapper .hero-quote {
    font-size: 26px;
  }
}
.traditional-way .wrapper .custom-divider {
  width: 100%;
  max-width: 624px;
  margin: 0 auto;
  border-color: rgb(182, 182, 182);
}
@media (min-width: 768px) {
  .traditional-way .wrapper .custom-divider {
    width: 623px;
  }
}
.traditional-way .wrapper .process-card {
  min-width: 260px;
  flex: 1;
}
.traditional-way .wrapper .process-card img {
  width: 53px;
  aspect-ratio: 1.15;
  -o-object-fit: contain;
     object-fit: contain;
}
.traditional-way .wrapper .process-card h3 {
  color: #26282F;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}
@media (min-width: 481px) {
  .traditional-way .wrapper .process-card h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .traditional-way .wrapper .process-card h3 {
    font-size: 22px;
  }
}
.traditional-way .wrapper .process-card p {
  color: #535667;
  font-size: 15px;
  margin-top: 5px;
}
@media (min-width: 481px) {
  .traditional-way .wrapper .process-card p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .traditional-way .wrapper .process-card p {
    font-size: 17px;
  }
}

.hero-section {
  padding: 40px 0;
}
@media (min-width: 576px) {
  .hero-section {
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  .hero-section {
    padding: 80px 0;
  }
}
.hero-section .wrapper {
  background-color: #F5F7F9;
  border-radius: 20px;
  padding: 20px;
}
@media (min-width: 576px) {
  .hero-section .wrapper {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .hero-section .wrapper {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .hero-section .wrapper {
    padding: 60px;
    border-radius: 40px;
  }
}
.hero-section .wrapper .title-text {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .hero-section .wrapper .title-text {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .hero-section .wrapper .title-text {
    font-size: 3.625rem;
  }
}
.hero-section .wrapper .purple-text {
  color: #8A4FFF;
}
.hero-section .wrapper .feature-list {
  list-style: disc;
  text-decoration: none;
  padding: 0;
  padding-left: 20px;
  margin-bottom: 2rem;
}
.hero-section .wrapper .feature-list li {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.hero-section .wrapper .cta-button {
  display: inline-flex;
  align-items: center;
  background-color: #1A1F2C;
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hero-section .wrapper .cta-button:hover {
  background-color: #2A2F3C;
  color: white;
  transform: translateY(-2px);
}
.hero-section .wrapper .cta-button .arrow {
  margin-left: 10px;
}
.hero-section .wrapper .hero-image {
  max-width: 100%;
  height: auto;
}

.comparison-section .main-title {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .comparison-section .main-title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .comparison-section .main-title {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .comparison-section .main-title {
    font-size: 76px;
  }
}
.comparison-section .subtitle {
  font-size: 1.5rem;
  color: #8A4FFF;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .comparison-section .subtitle {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .comparison-section .subtitle {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .comparison-section .subtitle {
    font-size: 46px;
  }
}
.comparison-section .comparison-table {
  margin-top: 40px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.comparison-section table thead th {
  background-color: #4B2E83;
  color: white;
  padding: 24px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .comparison-section table thead th {
    font-size: 20px;
  }
}
.comparison-section .comparison-table tbody tr.comparison-row {
  transition: background-color 0.3s;
}
.comparison-section .comparison-table tbody tr.comparison-row:nth-child(even) {
  background-color: #EFEFF1 !important;
}
.comparison-section .comparison-table tbody tr.comparison-row:hover {
  background-color: #fcfcfc;
}
.comparison-section .challenge-col {
  color: #4B2E83;
  font-weight: 600;
  font-size: 1rem;
  padding: 24px 34px;
}
@media (min-width: 768px) {
  .comparison-section .challenge-col {
    font-size: 20px;
  }
}
.comparison-section .landscape-col {
  color: #5B5F71;
  font-size: 1rem;
  padding: 24px 34px;
  font-weight: 400;
}
.comparison-section .solution-col {
  color: #5B5F71;
  font-size: 1rem;
  padding: 24px 34px;
  font-weight: 400;
}

.comparison-table * {
  border: 0 !important;
}

.engineering-teams {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.engineering-teams .hero-title {
  font-size: 2.5rem;
  font-weight: 600;
}
.engineering-teams .hero-title span {
  color: #8A70FF;
}
@media (min-width: 768px) {
  .engineering-teams .hero-title {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .engineering-teams .hero-title {
    font-size: 4rem;
  }
}
.engineering-teams .hero-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2F3039;
  margin-top: 26px;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .engineering-teams .hero-description {
    max-width: 1032px;
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
@media (min-width: 992px) {
  .engineering-teams .hero-description {
    font-size: 22px;
    margin-top: 46px;
    margin-bottom: 46px;
  }
}
.engineering-teams .gradient-btn {
  background-color: rgba(136, 84, 241, 0.12);
  border: 1px solid #8854F1;
  border-radius: 12px;
  padding: 8px 32px;
  font-size: 24px;
  color: #8854F1;
  margin-top: 2rem;
  transition: transform 0.3s ease;
}
.engineering-teams .gradient-btn:hover {
  transform: translateY(-2px);
}
@media (min-width: 992px) {
  .engineering-teams .gradient-btn {
    border-radius: 40px;
  }
}

.top-rated {
  background-color: #000000;
  padding-top: 80px;
  padding-bottom: 80px;
}
.top-rated .badge-custom {
  text-align: center;
  margin-bottom: 2rem;
  border: 1px solid #FFFFFF;
  color: #fff;
  font-size: 1rem;
  padding: 8px 32px;
  background-color: rgba(255, 255, 255, 0.12);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top-rated .badge-custom {
    margin-bottom: 58px;
    font-size: 1.5rem;
  }
}
.top-rated .cards-list {
  margin-bottom: 112px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: "Inter", sans-serif;
  align-items: stretch;
}
@media (min-width: 768px) {
  .top-rated .cards-list {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .top-rated .cards-list {
    flex-direction: row;
    gap: 32px;
  }
}
.top-rated .cards-list .card-custom-1 {
  border-radius: 1rem;
  border: 1px solid #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.top-rated .cards-list .card-custom-1::before {
  content: "";
  background: url("../images/presentation/top-rated-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  background-size: cover;
  background-position: right;
}
.top-rated .cards-list .card-custom-1 .content {
  position: relative;
  z-index: 1;
  padding: 1rem;
  color: #fff;
  width: 100%;
  z-index: 9;
}
@media (min-width: 768px) {
  .top-rated .cards-list .card-custom-1 .content {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .top-rated .cards-list .card-custom-1 .content {
    padding: 80px 1.5rem 1.5rem 1.5rem;
  }
}
.top-rated .cards-list .card-custom-1 .content .card-title {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: normal;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .top-rated .cards-list .card-custom-1 .content .card-title {
    font-size: 38px;
  }
}
.top-rated .cards-list .card-custom-1 .content .card-text {
  font-weight: 300;
  font-size: 1rem;
  line-height: normal;
  color: #fff;
}
@media (min-width: 768px) {
  .top-rated .cards-list .card-custom-1 .content .card-text {
    font-size: 1.5rem;
  }
}
.top-rated .cards-list .card-custom-2 {
  border-radius: 1rem;
  gap: 1rem;
  border: 1px solid #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-rated .cards-list .card-custom-2 {
    min-height: 520px;
  }
}
.top-rated .cards-list .card-custom-2::before {
  content: "";
  background: url("../images/presentation/top-rated-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  background-size: cover;
  background-position: right;
}
.top-rated .cards-list .card-custom-2 .content {
  position: relative;
  z-index: 1;
  padding: 1rem;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 9;
}
@media (min-width: 768px) {
  .top-rated .cards-list .card-custom-2 .content {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .top-rated .cards-list .card-custom-2 .content {
    padding: 80px 1.5rem 1.5rem 1.5rem;
  }
}
.top-rated .cards-list .card-custom-2 .content .card-title {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: normal;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .top-rated .cards-list .card-custom-2 .content .card-title {
    font-size: 38px;
  }
}
.top-rated .cards-list .card-custom-2 .content .card-text {
  font-weight: 300;
  font-size: 1rem;
  line-height: normal;
  color: #fff;
}
@media (min-width: 768px) {
  .top-rated .cards-list .card-custom-2 .content .card-text {
    font-size: 1.5rem;
  }
}
.top-rated .cards-list .card-custom-3 {
  border-radius: 1rem;
  gap: 1rem;
  border: 1px solid #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-rated .cards-list .card-custom-3 {
    min-height: 520px;
  }
}
.top-rated .cards-list .card-custom-3::before {
  content: "";
  background: url("../images/presentation/top-rated-3.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  background-size: cover;
  background-position: right;
}
.top-rated .cards-list .card-custom-3 .content {
  position: relative;
  z-index: 1;
  padding: 1rem;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 9;
}
@media (min-width: 768px) {
  .top-rated .cards-list .card-custom-3 .content {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .top-rated .cards-list .card-custom-3 .content {
    padding: 80px 1.5rem 1.5rem 1.5rem;
  }
}
.top-rated .cards-list .card-custom-3 .content .card-title {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: normal;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .top-rated .cards-list .card-custom-3 .content .card-title {
    font-size: 38px;
  }
}
.top-rated .cards-list .card-custom-3 .content .card-text {
  font-weight: 300;
  font-size: 1rem;
  line-height: normal;
  color: #fff;
}
@media (min-width: 768px) {
  .top-rated .cards-list .card-custom-3 .content .card-text {
    font-size: 1.5rem;
  }
}
.top-rated .team-heading-section {
  margin-bottom: 62px;
}
.top-rated .team-heading-section .content {
  text-align: center;
  max-width: 728px;
  width: 100%;
}
.top-rated .team-heading-section .content .title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.top-rated .team-heading-section .content .title span {
  color: #8A2BE2;
}
@media (min-width: 768px) {
  .top-rated .team-heading-section .content .title {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .top-rated .team-heading-section .content .title {
    font-size: 58px;
  }
}
.top-rated .team-heading-section .content .custom-button {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  gap: 1rem;
  padding: 4px;
}
.top-rated .team-heading-section .content .custom-button .text {
  font-size: 16px;
  color: #27272B;
  margin: 0;
  padding: 14px 16px 14px 16px;
}
@media (min-width: 992px) {
  .top-rated .team-heading-section .content .custom-button .text {
    font-size: 20px;
    padding: 14px 28px 14px 20px;
  }
}
.top-rated .team-heading-section .content .custom-button .arrow-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-rated .team-heading-section .content .custom-button .arrow-icon svg {
  width: 32px;
  height: 32px;
  fill: #fff;
  stroke: #fff;
}
.top-rated .team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 425px) {
  .top-rated .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 576px) {
  .top-rated .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .top-rated .team-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .top-rated .team-grid {
    gap: 90px 32px;
  }
}
.top-rated .team-card {
  position: relative;
  text-align: center;
  padding: 0;
}
.top-rated .image-box {
  overflow: hidden;
  border-radius: 1rem;
}
.top-rated .image-box img {
  width: 100%;
  height: auto;
  display: block;
}
.top-rated .team-card-title {
  background: rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(16px);
  /* actual blur effect */
  -webkit-backdrop-filter: blur(16px);
  padding: 8px 10px;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  border-radius: 16px;
  border: 1px solid #fff;
  margin-top: -10px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 90%;
  font-family: "Inter", sans-serif;
}
@media (min-width: 768px) {
  .top-rated .team-card-title {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .top-rated .team-card-title {
    font-size: 1.5rem;
    bottom: -24px;
    max-width: 244px;
  }
}
.top-rated .guarantee-card {
  max-width: 768px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-image: url('../images/presentation/guarantee-bg.jpg');
  background-size: cover;
  background-position: center;
  box-shadow: 0px -1px 30px 0px rgba(178, 178, 178, 0.40);
}
@media (min-width: 768px) {
  .top-rated .guarantee-card {
    padding: 2rem;
  }
  .top-rated .custom-divider {
    margin: 112px auto 60px auto;
  }
}
@media (min-width: 992px) {
  .top-rated .guarantee-card {
    padding: 44px;
  }
}
.top-rated .custom-divider {
  width: 100%;
  margin: 40px auto;
  border-color: rgb(182, 182, 182);
}
.top-rated .content {
  max-width: 498px;
  margin: 0 auto;
}
.top-rated .content .guarantee-subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .top-rated .content .guarantee-subtitle {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .top-rated .content .guarantee-subtitle {
    font-size: 22px;
  }
}
.top-rated .content .guarantee-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .top-rated .content .guarantee-title {
    font-size: 21px;
  }
}
.top-rated .content .guarantee-text {
  font-size: 1rem;
  color: #DCDDE0;
}
.top-rated .content .guarantee-btn {
  background-color: #fff;
  color: #000;
  padding: 16px 20px;
  font-weight: 700;
  border-radius: 40px;
  transition: all 0.3s ease;
  font-size: 20px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.top-rated .content .guarantee-btn:hover {
  background-color: #f0f0f0;
  color: #000;
}
.top-rated .content .star-icon img {
  width: 128px;
  height: auto;
}

.case-study {
  padding-top: 50px;
  padding-bottom: 50px;
}
.case-study .wrapper {
  border: 1px solid #E4E4E4;
  border-radius: 32px;
  padding: 50px 20px;
}
@media (min-width: 576px) {
  .case-study .wrapper {
    padding: 70px 40px;
  }
}
@media (min-width: 768px) {
  .case-study .wrapper {
    padding: 82px 56px;
  }
}
.case-study .wrapper .heading-area {
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
}
.case-study .wrapper .heading-area .badge-custom {
  text-align: center;
  border: 1px solid #F15454;
  color: #F15454;
  font-size: 16px;
  padding: 8px 24px;
  background-color: rgba(241, 84, 84, 0.12);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .case-study .wrapper .heading-area .badge-custom {
    font-size: 20px;
  }
}
.case-study .wrapper .heading-area .sub-title {
  color: #FB4A57;
  font-size: 20px;
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .case-study .wrapper .heading-area .sub-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .case-study .wrapper .heading-area .sub-title {
    font-size: 38px;
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .case-study .wrapper .heading-area .sub-title {
    font-size: 48px;
    margin-bottom: 38px;
  }
}
.case-study .wrapper .heading-area .heading {
  font-weight: 600;
  color: #FFB5BA;
  font-size: 18px;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .case-study .wrapper .heading-area .heading {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
@media (min-width: 768px) {
  .case-study .wrapper .heading-area .heading {
    font-size: 38px;
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .case-study .wrapper .heading-area .heading {
    font-size: 48px;
    margin-bottom: 50px;
  }
}
.case-study .wrapper .bg-image {
  width: 100%;
  height: auto;
}
.case-study .wrapper .summary-page {
  font-family: "Inter", sans-serif;
  background-color: rgba(251, 74, 87, 0.81);
  padding: 30px;
  border-radius: 24px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .case-study .wrapper .summary-page {
    padding: 50px;
    border-radius: 38px;
  }
}
.case-study .wrapper .summary-page .profile-section,
.case-study .wrapper .summary-page .solution-section,
.case-study .wrapper .summary-page .key-features {
  background-color: #DA4C56;
  color: #fff;
  padding: 20px;
  border-radius: 24px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .case-study .wrapper .summary-page .profile-section,
  .case-study .wrapper .summary-page .solution-section,
  .case-study .wrapper .summary-page .key-features {
    padding: 30px;
    border-radius: 34px;
    height: 100%;
  }
}
.case-study .wrapper .summary-page .profile-section .section-title,
.case-study .wrapper .summary-page .solution-section .section-title,
.case-study .wrapper .summary-page .key-features .section-title {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .case-study .wrapper .summary-page .profile-section .section-title,
  .case-study .wrapper .summary-page .solution-section .section-title,
  .case-study .wrapper .summary-page .key-features .section-title {
    font-size: 30px;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
}
.case-study .wrapper .summary-page .summary-section {
  color: #fff;
  margin-bottom: 40px;
  background-color: transparent;
}
.case-study .wrapper .summary-page *, .case-study-2 .wrapper .summary-page *, .case-study-3 .wrapper .summary-page *, .case-study-4 .wrapper .summary-page * {
  color: #fff; 
}
.case-study .wrapper .summary-page .summary-section .section-title {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .case-study .wrapper .summary-page .summary-section .section-title {
    font-size: 30px;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
}
.case-study .wrapper .summary-page .summary-section .info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.case-study .wrapper .summary-page .summary-section .info p {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .case-study .wrapper .summary-page .summary-section .info p {
    font-size: 20px;
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .case-study .wrapper .summary-page .summary-section .info p {
    flex-wrap: nowrap;
  }
}
.case-study .wrapper .summary-page .summary-section .info p .title {
  min-width: 120px;
  font-weight: bold;
}
.case-study .wrapper .summary-page .profile-section .detail-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.case-study .wrapper .summary-page .profile-section .detail-box p {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .case-study .wrapper .summary-page .profile-section .detail-box p {
    font-size: 20px;
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .case-study .wrapper .summary-page .profile-section .detail-box p {
    flex-wrap: nowrap;
  }
}
.case-study .wrapper .summary-page .profile-section .detail-box p .title {
  min-width: 100px;
  font-weight: bold;
}
.case-study .wrapper .summary-page .profile-section .detail-box p .details {
  color: #FFCFD3;
}
.case-study .wrapper .summary-page .solution-section .detail-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.case-study .wrapper .summary-page .solution-section .detail-box .sub-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .case-study .wrapper .summary-page .solution-section .detail-box .sub-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.case-study .wrapper .summary-page .solution-section .detail-box ul {
  padding-left: 1.5rem;
  margin-bottom: 0;
}
.case-study .wrapper .summary-page .solution-section .detail-box li {
  font-size: 18px;
  color: #FFCFD3;
}
@media (min-width: 768px) {
  .case-study .wrapper .summary-page .solution-section .detail-box li {
    font-size: 20px;
  }
}
.case-study .wrapper .summary-page .key-features {
  margin-bottom: 0;
}
.case-study .wrapper .summary-page .key-features .detail-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.case-study .wrapper .summary-page .key-features .detail-box .sub-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .case-study .wrapper .summary-page .key-features .detail-box .sub-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.case-study .wrapper .summary-page .key-features .detail-box ul {
  padding-left: 1.5rem;
  margin-bottom: 0;
}
.case-study .wrapper .summary-page .key-features .detail-box li {
  font-size: 18px;
  color: #FFCFD3;
}
@media (min-width: 768px) {
  .case-study .wrapper .summary-page .key-features .detail-box li {
    font-size: 20px;
  }
}
.case-study .client-feedback-section {
  background-color: #fff;
  max-width: 1050px;
  margin: 50px auto 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .case-study .client-feedback-section {
    margin: 60px auto 0 auto;
  }
}
.case-study .client-feedback-section .feedback-wrapper {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 20px 48px 20px;
  text-align: center;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .case-study .client-feedback-section .feedback-wrapper {
    border-radius: 30px;
    padding: 24px 42px 72px 42px;
  }
}
.case-study .client-feedback-section .feedback-wrapper .feedback-title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .case-study .client-feedback-section .feedback-wrapper .feedback-title {
    font-size: 30px;
    margin-bottom: 32px;
  }
}
.case-study .client-feedback-section .feedback-wrapper .feedback-quote {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #606060;
  position: relative;
  max-width: 968px;
  margin: 0 auto 18px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .case-study .client-feedback-section .feedback-wrapper .feedback-quote {
    font-size: 20px;
  }
}
.case-study .client-feedback-section .feedback-wrapper .feedback-quote .quote-icon-left {
  position: absolute;
  background: url("../images/presentation/case-study/feedback-icon.png") no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 30px;
  top: -20px;
  left: 10px;
}
@media (min-width: 768px) {
  .case-study .client-feedback-section .feedback-wrapper .feedback-quote .quote-icon-left {
    width: 75px;
    height: 50px;
    top: -36px;
    left: 32px;
  }
}
.case-study .client-feedback-section .feedback-wrapper .feedback-quote .quote-icon-right {
  position: absolute;
  background: url("../images/presentation/case-study/feedback-icon.png") no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 30px;
  top: -20px;
  right: 10px;
}
@media (min-width: 768px) {
  .case-study .client-feedback-section .feedback-wrapper .feedback-quote .quote-icon-right {
    width: 75px;
    height: 50px;
    top: -36px;
    right: 32px;
  }
}
.case-study .client-feedback-section .feedback-wrapper .feedback-author {
  background-color: #F8F8F8;
  border-radius: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .case-study .client-feedback-section .feedback-wrapper .feedback-author {
    border-radius: 32px;
    padding: 8px 16px;
  }
}
.case-study .client-feedback-section .feedback-wrapper .feedback-author .author-image {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .case-study .client-feedback-section .feedback-wrapper .feedback-author .author-image {
    width: 58px;
    height: 58px;
    min-width: 58px;
  }
}
.case-study .client-feedback-section .feedback-wrapper .feedback-author .author-info {
  text-align: left;
}
.case-study .client-feedback-section .feedback-wrapper .feedback-author .author-info .author-name {
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  color: #606060;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .case-study .client-feedback-section .feedback-wrapper .feedback-author .author-info .author-name {
    font-size: 18px;
  }
}
.case-study .client-feedback-section .feedback-wrapper .feedback-author .author-info .author-role {
  font-weight: 500;
  font-size: 14px;
  color: #606060;
}
@media (min-width: 768px) {
  .case-study .client-feedback-section .feedback-wrapper .feedback-author .author-info .author-role {
    font-size: 15px;
  }
}

.case-study-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.case-study-2 .wrapper {
  border: 1px solid #E4E4E4;
  border-radius: 32px;
  padding: 50px 20px;
}
@media (min-width: 576px) {
  .case-study-2 .wrapper {
    padding: 70px 40px;
  }
}
@media (min-width: 768px) {
  .case-study-2 .wrapper {
    padding: 82px 56px;
  }
}
.case-study-2 .wrapper .heading-area {
  max-width: 1068px;
  margin: 0 auto;
  text-align: center;
}
.case-study-2 .wrapper .heading-area .badge-custom {
  text-align: center;
  border: 1px solid #243F60;
  color: #243F60;
  font-size: 16px;
  padding: 8px 24px;
  background-color: rgba(138, 157, 178, 0.17);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .case-study-2 .wrapper .heading-area .badge-custom {
    font-size: 20px;
  }
}
.case-study-2 .wrapper .heading-area .sub-title {
  color: #243F60;
  font-size: 20px;
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .case-study-2 .wrapper .heading-area .sub-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .case-study-2 .wrapper .heading-area .sub-title {
    font-size: 38px;
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .case-study-2 .wrapper .heading-area .sub-title {
    font-size: 48px;
    margin-bottom: 38px;
  }
}
.case-study-2 .wrapper .heading-area .heading {
  font-weight: 600;
  color: #8A9DB2;
  font-size: 18px;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .case-study-2 .wrapper .heading-area .heading {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
@media (min-width: 768px) {
  .case-study-2 .wrapper .heading-area .heading {
    font-size: 38px;
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .case-study-2 .wrapper .heading-area .heading {
    font-size: 48px;
    margin-bottom: 50px;
  }
}
.case-study-2 .wrapper .bg-image {
  width: 100%;
  height: auto;
}
.case-study-2 .wrapper .summary-page {
  font-family: "Inter", sans-serif;
  background-color: #8A9DB2;
  padding: 30px;
  border-radius: 24px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .case-study-2 .wrapper .summary-page {
    padding: 50px;
    border-radius: 38px;
  }
}
.case-study-2 .wrapper .summary-page .profile-section,
.case-study-2 .wrapper .summary-page .solution-section {
  background-color: #243F60;
  color: #fff;
  padding: 20px;
  border-radius: 24px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .case-study-2 .wrapper .summary-page .profile-section,
  .case-study-2 .wrapper .summary-page .solution-section {
    padding: 30px;
    border-radius: 34px;
    height: 100%;
  }
}
.case-study-2 .wrapper .summary-page .profile-section .section-title,
.case-study-2 .wrapper .summary-page .solution-section .section-title {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .case-study-2 .wrapper .summary-page .profile-section .section-title,
  .case-study-2 .wrapper .summary-page .solution-section .section-title {
    font-size: 30px;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
}
.case-study-2 .wrapper .summary-page .summary-section {
  color: #fff;
  margin-bottom: 40px;
  background-color: transparent;
}
.case-study-2 .wrapper .summary-page .summary-section .section-title {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .case-study-2 .wrapper .summary-page .summary-section .section-title {
    font-size: 30px;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
}
.case-study-2 .wrapper .summary-page .summary-section .info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.case-study-2 .wrapper .summary-page .summary-section .info p {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .case-study-2 .wrapper .summary-page .summary-section .info p {
    font-size: 20px;
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .case-study-2 .wrapper .summary-page .summary-section .info p {
    flex-wrap: nowrap;
  }
}
.case-study-2 .wrapper .summary-page .summary-section .info p .title {
  min-width: 120px;
  font-weight: bold;
}
.case-study-2 .wrapper .summary-page .profile-section .detail-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.case-study-2 .wrapper .summary-page .profile-section .detail-box p {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .case-study-2 .wrapper .summary-page .profile-section .detail-box p {
    font-size: 20px;
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .case-study-2 .wrapper .summary-page .profile-section .detail-box p {
    flex-wrap: nowrap;
  }
}
.case-study-2 .wrapper .summary-page .profile-section .detail-box p .title {
  min-width: 100px;
  font-weight: bold;
}
.case-study-2 .wrapper .summary-page .profile-section .detail-box p .details {
  color: #D7E4F5;
}
.case-study-2 .wrapper .summary-page .solution-section .detail-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.case-study-2 .wrapper .summary-page .solution-section .detail-box .sub-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .case-study-2 .wrapper .summary-page .solution-section .detail-box .sub-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.case-study-2 .wrapper .summary-page .solution-section .detail-box ul {
  padding-left: 1.5rem;
  margin-bottom: 0;
}
.case-study-2 .wrapper .summary-page .solution-section .detail-box li {
  font-size: 18px;
  color: #D7E4F5;
}
@media (min-width: 768px) {
  .case-study-2 .wrapper .summary-page .solution-section .detail-box li {
    font-size: 20px;
  }
}
.case-study-2 .client-feedback-section {
  background-color: #fff;
  max-width: 1050px;
  margin: 50px auto 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .case-study-2 .client-feedback-section {
    margin: 60px auto 0 auto;
  }
}
.case-study-2 .client-feedback-section .feedback-wrapper {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 20px 48px 20px;
  text-align: center;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .case-study-2 .client-feedback-section .feedback-wrapper {
    border-radius: 30px;
    padding: 24px 42px 72px 42px;
  }
}
.case-study-2 .client-feedback-section .feedback-wrapper .feedback-title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .case-study-2 .client-feedback-section .feedback-wrapper .feedback-title {
    font-size: 30px;
    margin-bottom: 32px;
  }
}
.case-study-2 .client-feedback-section .feedback-wrapper .feedback-quote {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #606060;
  position: relative;
  max-width: 968px;
  margin: 0 auto 18px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .case-study-2 .client-feedback-section .feedback-wrapper .feedback-quote {
    font-size: 20px;
  }
}
.case-study-2 .client-feedback-section .feedback-wrapper .feedback-quote .quote-icon-left {
  position: absolute;
  background: url("../images/presentation/case-study/feedback-icon.png") no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 30px;
  top: -20px;
  left: 10px;
}
@media (min-width: 768px) {
  .case-study-2 .client-feedback-section .feedback-wrapper .feedback-quote .quote-icon-left {
    width: 75px;
    height: 50px;
    top: -36px;
    left: 32px;
  }
}
.case-study-2 .client-feedback-section .feedback-wrapper .feedback-quote .quote-icon-right {
  position: absolute;
  background: url("../images/presentation/case-study/feedback-icon.png") no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 30px;
  top: -20px;
  right: 10px;
}
@media (min-width: 768px) {
  .case-study-2 .client-feedback-section .feedback-wrapper .feedback-quote .quote-icon-right {
    width: 75px;
    height: 50px;
    top: -36px;
    right: 32px;
  }
}
.case-study-2 .client-feedback-section .feedback-wrapper .feedback-author {
  background-color: #F8F8F8;
  border-radius: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .case-study-2 .client-feedback-section .feedback-wrapper .feedback-author {
    border-radius: 32px;
    padding: 8px 16px;
  }
}
.case-study-2 .client-feedback-section .feedback-wrapper .feedback-author .author-image {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .case-study-2 .client-feedback-section .feedback-wrapper .feedback-author .author-image {
    width: 58px;
    height: 58px;
    min-width: 58px;
  }
}
.case-study-2 .client-feedback-section .feedback-wrapper .feedback-author .author-info {
  text-align: left;
}
.case-study-2 .client-feedback-section .feedback-wrapper .feedback-author .author-info .author-name {
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  color: #606060;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .case-study-2 .client-feedback-section .feedback-wrapper .feedback-author .author-info .author-name {
    font-size: 18px;
  }
}
.case-study-2 .client-feedback-section .feedback-wrapper .feedback-author .author-info .author-role {
  font-weight: 500;
  font-size: 14px;
  color: #606060;
}
@media (min-width: 768px) {
  .case-study-2 .client-feedback-section .feedback-wrapper .feedback-author .author-info .author-role {
    font-size: 15px;
  }
}

.case-study-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.case-study-3 .wrapper {
  border: 1px solid #E4E4E4;
  border-radius: 32px;
  padding: 50px 20px;
}
@media (min-width: 576px) {
  .case-study-3 .wrapper {
    padding: 70px 40px;
  }
}
@media (min-width: 768px) {
  .case-study-3 .wrapper {
    padding: 82px 56px;
  }
}
.case-study-3 .wrapper .heading-area {
  max-width: 1068px;
  margin: 0 auto;
  text-align: center;
}
.case-study-3 .wrapper .heading-area .badge-custom {
  text-align: center;
  border: 1px solid #243F60;
  color: #243F60;
  font-size: 16px;
  padding: 8px 24px;
  background-color: rgba(138, 157, 178, 0.17);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .case-study-3 .wrapper .heading-area .badge-custom {
    font-size: 20px;
  }
}
.case-study-3 .wrapper .heading-area .sub-title {
  color: #243F60;
  font-size: 20px;
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .case-study-3 .wrapper .heading-area .sub-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .case-study-3 .wrapper .heading-area .sub-title {
    font-size: 38px;
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .case-study-3 .wrapper .heading-area .sub-title {
    font-size: 48px;
    margin-bottom: 38px;
  }
}
.case-study-3 .wrapper .heading-area .heading {
  font-weight: 600;
  color: #8A9DB2;
  font-size: 18px;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .case-study-3 .wrapper .heading-area .heading {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
@media (min-width: 768px) {
  .case-study-3 .wrapper .heading-area .heading {
    font-size: 38px;
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .case-study-3 .wrapper .heading-area .heading {
    font-size: 48px;
    margin-bottom: 50px;
  }
}
.case-study-3 .wrapper .bg-image {
  width: 100%;
  height: auto;
}
.case-study-3 .wrapper .summary-page {
  font-family: "Inter", sans-serif;
  background-color: #8A9DB2;
  padding: 30px;
  border-radius: 24px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .case-study-3 .wrapper .summary-page {
    padding: 50px;
    border-radius: 38px;
  }
}
.case-study-3 .wrapper .summary-page .profile-section,
.case-study-3 .wrapper .summary-page .solution-section {
  background-color: #243F60;
  color: #fff;
  padding: 20px;
  border-radius: 24px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .case-study-3 .wrapper .summary-page .profile-section,
  .case-study-3 .wrapper .summary-page .solution-section {
    padding: 30px;
    border-radius: 34px;
    height: 100%;
  }
}
.case-study-3 .wrapper .summary-page .profile-section .section-title,
.case-study-3 .wrapper .summary-page .solution-section .section-title {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .case-study-3 .wrapper .summary-page .profile-section .section-title,
  .case-study-3 .wrapper .summary-page .solution-section .section-title {
    font-size: 30px;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
}
.case-study-3 .wrapper .summary-page .summary-section {
  color: #fff;
  margin-bottom: 40px;
  background-color: transparent;
}
.case-study-3 .wrapper .summary-page .summary-section .section-title {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .case-study-3 .wrapper .summary-page .summary-section .section-title {
    font-size: 30px;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
}
.case-study-3 .wrapper .summary-page .summary-section .info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.case-study-3 .wrapper .summary-page .summary-section .info p {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .case-study-3 .wrapper .summary-page .summary-section .info p {
    font-size: 20px;
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .case-study-3 .wrapper .summary-page .summary-section .info p {
    flex-wrap: nowrap;
  }
}
.case-study-3 .wrapper .summary-page .summary-section .info p .title {
  min-width: 120px;
  font-weight: bold;
}
.case-study-3 .wrapper .summary-page .profile-section .detail-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.case-study-3 .wrapper .summary-page .profile-section .detail-box p {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .case-study-3 .wrapper .summary-page .profile-section .detail-box p {
    font-size: 20px;
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .case-study-3 .wrapper .summary-page .profile-section .detail-box p {
    flex-wrap: nowrap;
  }
}
.case-study-3 .wrapper .summary-page .profile-section .detail-box p .title {
  min-width: 100px;
  font-weight: bold;
}
.case-study-3 .wrapper .summary-page .profile-section .detail-box p .details {
  color: #D7E4F5;
}
.case-study-3 .wrapper .summary-page .solution-section .detail-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.case-study-3 .wrapper .summary-page .solution-section .detail-box .sub-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .case-study-3 .wrapper .summary-page .solution-section .detail-box .sub-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.case-study-3 .wrapper .summary-page .solution-section .detail-box ul {
  padding-left: 1.5rem;
  margin-bottom: 0;
}
.case-study-3 .wrapper .summary-page .solution-section .detail-box li {
  font-size: 18px;
  color: #D7E4F5;
}
@media (min-width: 768px) {
  .case-study-3 .wrapper .summary-page .solution-section .detail-box li {
    font-size: 20px;
  }
}
.case-study-3 .client-feedback-section {
  background-color: #fff;
  max-width: 1050px;
  margin: 50px auto 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .case-study-3 .client-feedback-section {
    margin: 60px auto 0 auto;
  }
}
.case-study-3 .client-feedback-section .feedback-wrapper {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 20px 48px 20px;
  text-align: center;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .case-study-3 .client-feedback-section .feedback-wrapper {
    border-radius: 30px;
    padding: 24px 42px 72px 42px;
  }
}
.case-study-3 .client-feedback-section .feedback-wrapper .feedback-title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .case-study-3 .client-feedback-section .feedback-wrapper .feedback-title {
    font-size: 30px;
    margin-bottom: 32px;
  }
}
.case-study-3 .client-feedback-section .feedback-wrapper .feedback-quote {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #606060;
  position: relative;
  max-width: 968px;
  margin: 0 auto 18px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .case-study-3 .client-feedback-section .feedback-wrapper .feedback-quote {
    font-size: 20px;
  }
}
.case-study-3 .client-feedback-section .feedback-wrapper .feedback-quote .quote-icon-left {
  position: absolute;
  background: url("../images/presentation/case-study/feedback-icon.png") no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 30px;
  top: -20px;
  left: 10px;
}
@media (min-width: 768px) {
  .case-study-3 .client-feedback-section .feedback-wrapper .feedback-quote .quote-icon-left {
    width: 75px;
    height: 50px;
    top: -36px;
    left: 32px;
  }
}
.case-study-3 .client-feedback-section .feedback-wrapper .feedback-quote .quote-icon-right {
  position: absolute;
  background: url("../images/presentation/case-study/feedback-icon.png") no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 30px;
  top: -20px;
  right: 10px;
}
@media (min-width: 768px) {
  .case-study-3 .client-feedback-section .feedback-wrapper .feedback-quote .quote-icon-right {
    width: 75px;
    height: 50px;
    top: -36px;
    right: 32px;
  }
}
.case-study-3 .client-feedback-section .feedback-wrapper .feedback-author {
  background-color: #F8F8F8;
  border-radius: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .case-study-3 .client-feedback-section .feedback-wrapper .feedback-author {
    border-radius: 32px;
    padding: 8px 16px;
  }
}
.case-study-3 .client-feedback-section .feedback-wrapper .feedback-author .author-image {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .case-study-3 .client-feedback-section .feedback-wrapper .feedback-author .author-image {
    width: 58px;
    height: 58px;
    min-width: 58px;
  }
}
.case-study-3 .client-feedback-section .feedback-wrapper .feedback-author .author-info {
  text-align: left;
}
.case-study-3 .client-feedback-section .feedback-wrapper .feedback-author .author-info .author-name {
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  color: #606060;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .case-study-3 .client-feedback-section .feedback-wrapper .feedback-author .author-info .author-name {
    font-size: 18px;
  }
}
.case-study-3 .client-feedback-section .feedback-wrapper .feedback-author .author-info .author-role {
  font-weight: 500;
  font-size: 14px;
  color: #606060;
}
@media (min-width: 768px) {
  .case-study-3 .client-feedback-section .feedback-wrapper .feedback-author .author-info .author-role {
    font-size: 15px;
  }
}

.case-study-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.case-study-4 .wrapper {
  border: 1px solid #E4E4E4;
  border-radius: 32px;
  padding: 50px 20px;
}
@media (min-width: 576px) {
  .case-study-4 .wrapper {
    padding: 70px 40px;
  }
}
@media (min-width: 768px) {
  .case-study-4 .wrapper {
    padding: 82px 56px;
  }
}
.case-study-4 .wrapper .heading-area {
  max-width: 1068px;
  margin: 0 auto;
  text-align: center;
}
.case-study-4 .wrapper .heading-area .badge-custom {
  text-align: center;
  border: 1px solid #007731;
  color: #007731;
  font-size: 16px;
  padding: 8px 24px;
  background-color: rgba(5, 163, 70, 0.1);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .case-study-4 .wrapper .heading-area .badge-custom {
    font-size: 20px;
  }
}
.case-study-4 .wrapper .heading-area .sub-title {
  color: #05A346;
  font-size: 20px;
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .case-study-4 .wrapper .heading-area .sub-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .case-study-4 .wrapper .heading-area .sub-title {
    font-size: 38px;
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .case-study-4 .wrapper .heading-area .sub-title {
    font-size: 48px;
    margin-bottom: 38px;
  }
}
.case-study-4 .wrapper .heading-area .heading {
  font-weight: 600;
  color: rgba(5, 163, 70, 0.41);
  font-size: 18px;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .case-study-4 .wrapper .heading-area .heading {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
@media (min-width: 768px) {
  .case-study-4 .wrapper .heading-area .heading {
    font-size: 38px;
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .case-study-4 .wrapper .heading-area .heading {
    font-size: 48px;
    margin-bottom: 50px;
  }
}
.case-study-4 .wrapper .bg-image {
  width: 100%;
  height: auto;
}
.case-study-4 .wrapper .summary-page {
  font-family: "Inter", sans-serif;
  background-color: #3CCE86;
  padding: 30px;
  border-radius: 24px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .case-study-4 .wrapper .summary-page {
    padding: 50px;
    border-radius: 38px;
  }
}
.case-study-4 .wrapper .summary-page .profile-section,
.case-study-4 .wrapper .summary-page .solution-section {
  background-color: #077840;
  color: #fff;
  padding: 20px;
  border-radius: 24px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .case-study-4 .wrapper .summary-page .profile-section,
  .case-study-4 .wrapper .summary-page .solution-section {
    padding: 30px;
    border-radius: 34px;
    height: 100%;
  }
}
.case-study-4 .wrapper .summary-page .profile-section .section-title,
.case-study-4 .wrapper .summary-page .solution-section .section-title {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .case-study-4 .wrapper .summary-page .profile-section .section-title,
  .case-study-4 .wrapper .summary-page .solution-section .section-title {
    font-size: 30px;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
}
.case-study-4 .wrapper .summary-page .summary-section {
  color: #fff;
  margin-bottom: 40px;
  background-color: transparent;
}
.case-study-4 .wrapper .summary-page .summary-section .section-title {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .case-study-4 .wrapper .summary-page .summary-section .section-title {
    font-size: 30px;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
}
.case-study-4 .wrapper .summary-page .solution-section ul {
  padding-left: 1.5rem;
  margin-bottom: 0;
}
.case-study-4 .wrapper .summary-page .solution-section li {
  font-size: 18px;
  color: #D7E4F5;
}
@media (min-width: 768px) {
  .case-study-4 .wrapper .summary-page .solution-section li {
    font-size: 20px;
  }
}

.footer-v2 {
  background-color: #000000;
  padding: 40px 24px;
  border-radius: 36px;
}
@media (min-width: 768px) {
  .footer-v2 {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .footer-v2 {
    padding: 60px;
  }
}
.footer-v2 .heading {
  font-size: 28px;
  color: #fff;
}
@media (min-width: 576px) {
  .footer-v2 .heading {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  .footer-v2 .heading {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .footer-v2 .heading {
    font-size: 58px;
  }
}
.footer-v2 .heading span {
  color: #8854F1;
}
.footer-v2 .custom-divider {
  width: 100%;
  margin: 0 auto;
  border-color: rgb(182, 182, 182);
  margin-top: 16px;
  margin-bottom: 24px;
}
@media (min-width: 768x) {
  .footer-v2 .custom-divider {
    margin-bottom: 36px;
  }
}
@media (min-width: 992px) {
  .footer-v2 .custom-divider {
    margin-bottom: 75px;
  }
}
.footer-v2 .subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.33);
  font-weight: 600;
  margin-top: 32px;
}
@media (min-width: 576px) {
  .footer-v2 .subtitle {
    font-size: 20px;
    margin-top: 42px;
  }
}
@media (min-width: 768px) {
  .footer-v2 .subtitle {
    font-size: 30px;
    margin-top: 52px;
  }
}
@media (min-width: 992px) {
  .footer-v2 .subtitle {
    font-size: 40px;
    margin-top: 62px;
  }
}
.footer-v2 ul li, .footer-v2 ul a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .footer-v2 ul li, .footer-v2 ul a {
    font-size: 22px;
  }
}
.footer-v2 .link-box {
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-v2 address {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .footer-v2 address {
    text-align: right;
    font-size: 24px;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
}
@media (min-width: 768px) {
  header {
    padding: 20px 40px;
  }
}

.logo {
  font-weight: 700;
  font-size: 20px;
  color: #9560F0;
  /* Light Purple */
  text-decoration: none;
  font-family: "Inter", sans-serif;
}

nav {
  display: none;
}
nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #6A6A71;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
}
nav a:hover {
  color: #9560F0;
}
@media (min-width: 768px) {
  nav {
    display: flex;
  }
}

.btn-header {
  background-color: #9560F0;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  transition: background-color 0.3s ease;
}
.btn-header:hover {
  background-color: #7C3AED;
}

.product-dev {
  text-align: center;
  padding: 55px 0;
}
@media (min-width: 768px) {
  .product-dev {
    padding: 75px 0;
  }
}
@media (min-width: 992px) {
  .product-dev {
    padding: 95px 0;
  }
}
.product-dev h1 {
  font-size: 32px;
  font-weight: 700;
  color: #202022;
}
.product-dev h1 span {
  color: #9560F0;
}
@media (min-width: 768px) {
  .product-dev h1 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .product-dev h1 {
    font-size: 72px;
  }
}
.product-dev .subtitle {
  margin-top: 20px;
  font-size: 18px;
  color: #202022;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.product-dev .subtitle span {
  color: #9560F0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .product-dev .subtitle {
    font-size: 22px;
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .product-dev .subtitle {
    font-size: 30px;
    margin-top: 28px;
  }
}
.product-dev .description {
  font-family: "Inter", sans-serif;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #6A6A71;
  max-width: 716px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .product-dev .description {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .product-dev .description {
    font-size: 18px;
    margin-top: 42px;
  }
}
.product-dev .buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
@media (min-width: 768px) {
  .product-dev .buttons {
    margin-top: 80px;
    gap: 40px;
  }
}
.product-dev .buttons a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  border-radius: 10px;
  font-size: 14px;
  padding: 12px 16px;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-dev .buttons .btn-primary {
  background-color: #8B5CF6 !important;
  color: #ffffff !important;
  border-color: #8B5CF6 !important;
  transition: .3s ease-in-out all;
  position: relative;
  top: 0;
}
.product-dev .buttons .btn-primary::before {display: none}
.product-dev .buttons .btn-primary:hover {
  background-color: #6527ce !important;
  box-shadow: 0px 0px 30px #6527ce80 !important;
  border-color: #6527ce !important;
  transition: .3s ease-in-out all;
  top: -2px;
}
.product-dev .buttons .btn-secondary {
  background-color: #ffffff;
  color: #1f2937;
  border: 1px solid rgba(149, 96, 240, 0.2);
  transition: .3s ease-in-out all;
  position: relative;
  top: 0;
}
.product-dev .buttons .btn-secondary:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px #00000029;
  top: -2px;
  transition: .3s ease-in-out all;
}
@media (min-width: 768px) {
  .product-dev .buttons {
    flex-direction: row;
  }
}

.features .card-box {
  padding: 32px;
  border: 1px solid #F1EBFF;
  background-image: linear-gradient(#F9F7FF, #FFFFFF);
  border-radius: 12px;
}
.features .card-box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.features .card-box img {
  margin-bottom: 24px;
}
.features .card-box .title {
  font-size: 36px;
  font-weight: bold;
  color: #8854F1;
  margin-bottom: 4px;
}
.features .card-box .detail {
  color: #6B7280;
  font-size: 16px;
  font-weight: 400;
}

.mvp {
  padding: 80px 0;
}
.mvp .heading {
  color: #202022;
  font-size: 46px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.mvp .description {
  color: #4B5563;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.mvp .item-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .mvp .item-container {
    gap: 20px;
    margin-top: 32px;
  }
}
.mvp .list-item {
  color: #4B5563;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}

.btn-purple {
  background-color: #943BD8;
  color: #fff;
  font-weight: 600;
}

.btn-purple:hover {
  background-color: #7b2bb5;
}

input[type=text] {
  border: 1px solid #A5ADC2;
  border-radius: 8px;
}

.form-control {
  border: 1px solid #A5ADC2;
  border-radius: 8px;
  font-size: 1rem;
  color: #A5ADC2;
  padding: 1rem 10px 10px 10px;
}

.form-floating > label {
  color: #A5ADC2;
}/*# sourceMappingURL=style.css.map */




@media screen and (max-width: 575px) {
  .how-we-do .wrapper .card-switcher-container {
    padding: 0 !important;
  }
  .top-rated .team-grid {
    padding: 20px;
  }
  .case-study .wrapper .summary-page, .case-study-2 .wrapper .summary-page, .case-study-3 .wrapper .summary-page, .case-study-4 .wrapper .summary-page, .case-study-5 .wrapper .summary-page {
    padding: 20px;
  }
  .case-study .client-feedback-section {
    margin: 30px auto 0 auto;
    padding: 0px;
  }
  .case-study-2, .case-study-1, .case-study-3, .case-study-4 {
    padding-bottom: 10px;
  }
  .top-rated .image-box {
      height: 310px;
  }
  .top-rated .cards-list {
    margin-bottom: 82px;
    margin-top: 40px;
  }
  .faster-ai .wrapper .illustration-container {
    padding: 20px;
  }
  .faster-ai .wrapper .illustration {
    width: 120px;
    height: 120px;
  }
  ol, ul, .case-study-2 .wrapper .summary-page .solution-section .detail-box ul, .case-study-3 .wrapper .summary-page .solution-section .detail-box ul {
    padding-left: .5rem;
  }
  ul li ul {
    margin-left: 6px;
    margin-bottom: 8px !important;
  }
  .wrapper .summary-page .solution-section .detail-box li {
    font-size: 16px !important;
  }
}

/* Book a Meeting */

.logo {
  font-weight: 700;
  font-size: 20px;
  color: #9560F0;
  /* Light Purple */
  text-decoration: none;
  font-family: 'Inter', sans-serif; }

@media (min-width: 768px) {
  .logo {
    font-size: 22px; } }

@media (min-width: 992px) {
  .logo {
    font-size: 24px; } }

nav {
  display: none; }
  nav a {
    margin: 0 10px;
    text-decoration: none;
    color: #6A6A71;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease; }
    nav a:hover {
      color: #9560F0; }

@media (min-width: 768px) {
  nav {
    display: flex; } }

.btn-header {
  background-color: #9560F0;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  transition: background-color 0.3s ease; }
  .btn-header:hover {
    background-color: #7C3AED; }

.product-dev {
  text-align: center;
  padding: 35px 0; }

@media (min-width: 576px) {
  .product-dev {
    padding: 45px 0; } }

@media (min-width: 768px) {
  .product-dev {
    padding: 75px 0; } }

@media (min-width: 992px) {
  .product-dev {
    padding: 95px 0; } }
  .product-dev h1 {
    font-size: 32px;
    font-weight: 700;
    color: #202022; }
    .product-dev h1 span {
      color: #9560F0; }

@media (min-width: 768px) {
  .product-dev h1 {
    font-size: 48px; } }

@media (min-width: 992px) {
  .product-dev h1 {
    font-size: 72px; } }
  .product-dev .subtitle {
    margin-top: 20px;
    font-size: 18px;
    color: #202022;
    font-weight: 400;
    font-family: 'Inter', sans-serif; }
    .product-dev .subtitle span {
      color: #9560F0;
      font-weight: 600; }

@media (min-width: 768px) {
  .product-dev .subtitle {
    font-size: 22px;
    margin-top: 24px; } }

@media (min-width: 992px) {
  .product-dev .subtitle {
    font-size: 30px;
    margin-top: 28px; } }
  .product-dev .description {
    font-family: 'Inter', sans-serif;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #6A6A71;
    max-width: 716px;
    margin: 0 auto;
    padding: 0 10px; }

@media (min-width: 768px) {
  .product-dev .description {
    margin-top: 32px; } }

@media (min-width: 768px) {
  .product-dev .description {
    font-size: 18px;
    margin-top: 42px; } }
  .product-dev .buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    align-items: center; }

@media (min-width: 768px) {
  .product-dev .buttons {
    margin-top: 80px;
    gap: 40px; } }
    .product-dev .buttons a {
      text-decoration: none;
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      border-radius: 10px;
      font-size: 14px;
      padding: 12px 16px;
      transition: background-color 0.3s ease;
      display: flex;
      align-items: center;
      gap: 8px; }
    .product-dev .buttons .btn-primary {
      background-color: #8B5CF6;
      color: #ffffff; }
      .product-dev .buttons .btn-primary:hover {
        background-color: #7C3AED; }
    .product-dev .buttons .btn-secondary {
      background-color: #ffffff;
      color: #1f2937;
      border: 1px solid rgba(149, 96, 240, 0.2); }
      .product-dev .buttons .btn-secondary:hover {
        background-color: #f3f4f6; }

@media (min-width: 768px) {
  .product-dev .buttons {
    flex-direction: row; } }

.features .card-box {
  padding: 32px;
  border: 1px solid #F1EBFF;
  background-image: linear-gradient(#F9F7FF, #FFFFFF);
  border-radius: 12px; }
  .features .card-box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  .features .card-box img {
    margin-bottom: 24px; }
  .features .card-box .title {
    font-size: 24px;
    font-weight: bold;
    color: #8854F1;
    margin-bottom: 4px; }

@media (min-width: 576px) {
  .features .card-box .title {
    font-size: 28px; } }

@media (min-width: 768px) {
  .features .card-box .title {
    font-size: 32px; } }

@media (min-width: 992px) {
  .features .card-box .title {
    font-size: 36px; } }
  .features .card-box .detail {
    color: #6B7280;
    font-size: 16px;
    font-weight: 400; }

.mvp {
  padding: 30px 0; }

@media (min-width: 576px) {
  .mvp {
    padding: 40px 0; } }

@media (min-width: 768px) {
  .mvp {
    padding: 60px 0; } }

@media (min-width: 992px) {
  .mvp {
    padding: 80px 0; } }
  .mvp .heading {
    color: #202022;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Inter', sans-serif; }

@media (min-width: 576px) {
  .mvp .heading {
    font-size: 28px; } }

@media (min-width: 768px) {
  .mvp .heading {
    font-size: 32px; } }

@media (min-width: 992px) {
  .mvp .heading {
    font-size: 46px; } }
  .mvp .description {
    color: #4B5563;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Inter', sans-serif; }
  .mvp .item-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 24px; }

@media screen and (min-width: 768px) {
  .mvp .item-container {
    gap: 16px;
    margin-top: 28px; } }

@media screen and (min-width: 992px) {
  .mvp .item-container {
    gap: 20px;
    margin-top: 32px; } }
  .mvp .list-item {
    color: #4B5563;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    margin-bottom: 0; }

.client-quote {
  background-color: #faf4ff;
  border: 1px solid #f1e4fc;
  margin-top: 10rem;
  border-radius: 30px; }

@media screen and (min-width: 768px) {
  .client-quote {
    margin-top: 12rem; } }
  .client-quote .client-banner {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    background-image: url("../images/presentation/user-banner.webp");
    background-position: right center;
    background-size: cover;
    border: 1px solid #fff;
    margin-top: -7rem;
    max-width: 896px;
    height: auto;
    border-radius: 16px;
    margin: -140px auto 0 auto;
    padding: 36px 40px; }
  .client-quote .img-box {
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.38);
    height: 118px;
    width: 118px;
    border-radius: 100%;
    border: 1px solid white;
    position: relative;
    z-index: 2; }
    .client-quote .img-box img {
      background-size: cover;
      width: 100%; }
  .client-quote .name {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px; }
  .client-quote .position {
    font-size: 18px;
    font-weight: 500;
    color: #fff; }
  .client-quote .quote-area p {
    color: #555;
    font-size: 18px;
    font-style: italic;
    font-weight: 700; }
  .client-quote .quote-area::before {
    content: "";
    display: inline-block;
    background-image: url(https://cdn-cjido.nitrocdn.com/OWBpPGhVFQSOSTFJpSSOzqWMqrFnKYbA/assets/images/optimized/rev-79c7e65/www.ateamsoftsolutions.com/wp-content/themes/twentytwenty-child/updated/images/case-study/qoute.png);
    width: 100%;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 1rem; }
  .client-quote .quote-area::after {
    content: "";
    display: inline-block;
    background-image: url(https://cdn-cjido.nitrocdn.com/OWBpPGhVFQSOSTFJpSSOzqWMqrFnKYbA/assets/images/optimized/rev-79c7e65/www.ateamsoftsolutions.com/wp-content/themes/twentytwenty-child/updated/images/case-study/qoute.png);
    width: 100%;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 1rem;
    transform: rotate(180deg); }

.insta-bg {
  padding: 30px 0; }

@media (min-width: 576px) {
  .insta-bg {
    padding: 40px 0; } }

@media (min-width: 768px) {
  .insta-bg {
    padding: 60px 0; } }

@media (min-width: 992px) {
  .insta-bg {
    padding: 90px 0; } }
  .insta-bg .wrapper .box {
    width: 240px;
    height: 240px;
    border-radius: 24px;
    background-color: #DADADA; }

@media screen and (min-width: 576px) {
  .insta-bg .wrapper .box {
    width: 320px;
    height: 320px; } }

@media screen and (min-width: 992px) {
  .insta-bg .wrapper .box {
    width: 512px;
    height: 512px; } }

@media screen and (min-width: 992px) {
  .insta-bg .wrapper .box {
    width: 736px;
    height: 736px; } }

.kick-off {
  font-family: 'Inter', sans-serif; }
  .kick-off .ready-mvp {
    text-align: center;
    color: white;
    padding: 50px 20px;
    border-radius: 25px;
    background: linear-gradient(90deg, #4e2a84, #8b4cc2);
    position: relative;
    overflow: hidden; }
    .kick-off .ready-mvp .heading {
      font-size: 24px;
      color: #fff;
      font-weight: 700;
      margin-bottom: 8px; }

@media (min-width: 576px) {
  .kick-off .ready-mvp .heading {
    font-size: 28px; } }

@media (min-width: 768px) {
  .kick-off .ready-mvp .heading {
    font-size: 36px; } }

@media (min-width: 992px) {
  .kick-off .ready-mvp .heading {
    font-size: 48px; } }
    .kick-off .ready-mvp .description {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      margin: 0 auto; }

@media (min-width: 768px) {
  .kick-off .ready-mvp .description {
    max-width: 658px; } }

@media (min-width: 992px) {
  .kick-off .ready-mvp .description {
    font-size: 18px; } }
  .kick-off .circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05); }
  .kick-off .circle.left {
    width: 100px;
    height: 100px;
    bottom: 20px;
    left: 20px; }
  .kick-off .circle.right {
    width: 150px;
    height: 150px;
    top: -50px;
    right: -50px; }
  .kick-off .btn-schedule {
    margin-top: 40px;
    width: fit-content;
    background-color: white;
    color: #9560F0;
    font-weight: 600;
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
    transition: 0.3s ease;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    list-style: none; }
  .kick-off .btn-schedule:hover {
    background-color: #f0e9ff;
    color: #5a1bb1; }



    /* Ai driven solution */

    .ai-driven-solution {
      padding-top: 40px;
      padding-bottom: 80px;
      font-family: 'Poppins', sans-serif; }
    
    @media (min-width: 576px) {
      .ai-driven-solution {
        padding-top: 60px;
        padding-bottom: 100px; } }
    
    @media (min-width: 768px) {
      .ai-driven-solution {
        padding-top: 70px;
        padding-bottom: 120px; } }
    
    @media (min-width: 992px) {
      .ai-driven-solution {
        padding-top: 80px;
        padding-bottom: 148px; } }
    
    .ai-driven-solution .header {
      margin-bottom: 32px; }
    
    @media (min-width: 992px) {
      .ai-driven-solution .header {
        margin-bottom: 56px; } }
    
    .ai-driven-solution .heading {
      font-size: 32px;
      color: #27272B;
      font-weight: 700;
      margin-bottom: 16px; }
    
    @media (min-width: 576px) {
      .ai-driven-solution .heading {
        font-size: 40px; } }
    
    @media (min-width: 768px) {
      .ai-driven-solution .heading {
        font-size: 48px; } }
    
    @media (min-width: 992px) {
      .ai-driven-solution .heading {
        font-size: 60px;
        margin-bottom: 24px; } }
    
    .ai-driven-solution .heading span {
      color: #7C4CDB; }
    
    .ai-driven-solution .description {
      color: #4D4D52;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 32px; }
    
    @media (min-width: 576px) {
      .ai-driven-solution .description {
        font-size: 16px; } }
    
    @media (min-width: 768px) {
      .ai-driven-solution .description {
        font-size: 18px; } }
    
    @media (min-width: 992px) {
      .ai-driven-solution .description {
        font-size: 20px;
        margin-bottom: 64px; } }
    
    .ai-driven-solution .cta-button {
      background-color: #2c2c2c;
      color: #d1d1d1;
      border: none;
      padding: 4px;
      border-radius: 30px;
      overflow: hidden;
      display: flex;
      align-items: center;
      transition: all 0.4s ease;
      position: relative; }
    
    .ai-driven-solution .cta-button .icon-wrapper {
      background: #fff;
      color: #000;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.4s ease;
      z-index: 2; }
    
    @media (min-width: 576px) {
      .ai-driven-solution .cta-button .icon-wrapper {
        width: 48px;
        height: 48px; } }
    
    @media (min-width: 768px) {
      .ai-driven-solution .cta-button .icon-wrapper {
        width: 52px;
        height: 52px; } }
    
    @media (min-width: 992px) {
      .ai-driven-solution .cta-button .icon-wrapper {
        width: 58px;
        height: 58px; } }
    
    .ai-driven-solution .cta-button .btn-text {
      transition: color 0.4s ease;
      z-index: 2;
      padding: 8px 16px 8px 12px; }
    
    @media (min-width: 576px) {
      .ai-driven-solution .cta-button .btn-text {
        padding: 10px 20px 10px 16px; } }
    
    @media (min-width: 768px) {
      .ai-driven-solution .cta-button .btn-text {
        padding: 12px 24px 12px 18px; } }
    
    @media (min-width: 992px) {
      .ai-driven-solution .cta-button .btn-text {
        padding: 14px 28px 14px 20px; } }
    
    .ai-driven-solution .cta-button::before {
      content: '';
      position: absolute;
      background: #fff;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      left: 4px;
      top: 50%;
      transform: translateY(-50%);
      transform-origin: right;
      transition: all 0.4s ease;
      z-index: 1; }
    
    @media (min-width: 576px) {
      .ai-driven-solution .cta-button::before {
        width: 48px;
        height: 48px; } }
    
    @media (min-width: 768px) {
      .ai-driven-solution .cta-button::before {
        width: 52px;
        height: 52px; } }
    
    @media (min-width: 992px) {
      .ai-driven-solution .cta-button::before {
        width: 58px;
        height: 58px; } }
    
    .ai-driven-solution .cta-button:hover::before {
      width: 100%;
      border-radius: 50px;
      left: 0; }
    
    .ai-driven-solution .cta-button:hover .btn-text {
      color: #000; }
    
    .ai-driven-solution .cta-button:hover .icon-wrapper {
      color: #000;
      background: transparent; }
    
    .ai-driven-solution .image-wrapper-v2 img {
      max-height: 610px;
      object-fit: contain; }
    
    .health-tech {
      background-color: #000;
      padding-top: 60px;
      padding-bottom: 60px; }
    
    @media (min-width: 576px) {
      .health-tech {
        padding-top: 80px;
        padding-bottom: 80px; } }
    
    @media (min-width: 768px) {
      .health-tech {
        padding-top: 90px;
        padding-bottom: 90px; } }
    
    @media (min-width: 992px) {
      .health-tech {
        padding-top: 98px;
        padding-bottom: 98px; } }
    
    .health-tech .heading {
      font-size: 28px;
      color: #fff;
      font-weight: 700;
      margin-bottom: 20px; }
    
    @media (min-width: 576px) {
      .health-tech .heading {
        font-size: 40px;
        margin-bottom: 40px; } }
    
    @media (min-width: 768px) {
      .health-tech .heading {
        font-size: 48px;
        margin-bottom: 60px; } }
    
    @media (min-width: 992px) {
      .health-tech .heading {
        font-size: 60px;
        margin-bottom: 80px; } }
    
    .health-tech .heading span {
      color: #7C4CDB; }
    
    .health-tech .list-item {
      border: 1px solid #414350;
      border-radius: 16px;
      position: relative;
      overflow: hidden;
      max-height: 400px; }
    
    @media (max-width: 991px) {
      .health-tech .list-item {
        height: 300px; } }
    
    .health-tech .list-item:hover img {
      transition: all 0.2s ease;
      transform: scale(1.2); }
    
    .health-tech .list-item .content-area {
      padding: 24px;
      position: absolute;
      top: 0;
      left: 0; }
    
    @media (min-width: 576px) {
      .health-tech .list-item .content-area {
        padding: 22px; } }
    
    .health-tech .list-item .content-area .title {
      font-size: 16px;
      font-weight: 400;
      text-align: left;
      color: #fff;
      line-height: normal; }
    
    @media (min-width: 576px) {
      .health-tech .list-item .content-area .title {
        font-size: 18px; } }
    
    .health-tech .list-item .bg-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
    
    .health-tech .list-item .overlay-2 {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      transition: all 0.2s ease;
      background-image: linear-gradient(#151516, #392365, #7c4cdb); }
    
    .health-tech .list-item:hover .overlay-2 {
      opacity: 1; }
    
    .health-tech .list-item .overlay-2-wrapper {
      padding: 22px;
      color: #fff; }
    
    .health-tech .list-item .overlay-2-wrapper .title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 16px;
      line-height: normal; }
    
    @media (min-width: 576px) {
      .health-tech .list-item .overlay-2-wrapper .title {
        margin-bottom: 20px; 
        font-size: 18px;} }
    
    @media (min-width: 768px) {
      .health-tech .list-item .overlay-2-wrapper .title {
        margin-bottom: 24px; } }
    
    .health-tech .list-item .overlay-2-wrapper .details {
      font-size: 15px;
      font-weight: 400;
    color: #fff; }
    
    .health-tech .list-item .overlay-2-wrapper button {
      background-color: #EFEFF1;
      border-radius: 36px;
      padding: 8px 16px;
      font-size: 14px;
      font-weight: 600;
      color: #535667;
      border: 0;
      width: fit-content; }
    
    @media (min-width: 576px) {
      .health-tech .list-item .overlay-2-wrapper button {
        font-size: 15px;
        padding: 9px 18px; } }
    
    @media (min-width: 768px) {
      .health-tech .list-item .overlay-2-wrapper button {
        font-size: 16px;
        padding: 10px 20px; } }
    
    .health-tech .list-item .overlay-2-wrapper button:hover {
      background-color: #fff; }
    
    .use-case {
      margin-top: 60px;
      margin-bottom: 48px; }
    
    @media (min-width: 576px) {
      .use-case {
        margin-top: 80px; } }
    
    @media (min-width: 768px) {
      .use-case {
        margin-top: 90px; } }
    
    @media (min-width: 992px) {
      .use-case {
        margin-top: 98px; } }
    
    .use-case .heading {
      font-size: 28px;
      color: #151516;
      font-weight: 700;
      margin-bottom: 20px; }
    
    @media (min-width: 576px) {
      .use-case .heading {
        font-size: 32px;
        margin-bottom: 28px; } }
    
    @media (min-width: 768px) {
      .use-case .heading {
        font-size: 36px;
        margin-bottom: 32px; } }
    
    @media (min-width: 992px) {
      .use-case .heading {
        font-size: 40px;
        margin-bottom: 44px; } }
    
    .use-case .heading span {
      color: #7C4CDB; }
    
    .use-case .content-area {
      background-color: #F3EEFE;
      border-radius: 30px;
      padding: 24px 20px; }
    
    @media (min-width: 576px) {
      .use-case .content-area {
        padding: 32px 36px; } }
    
    @media (min-width: 768px) {
      .use-case .content-area {
        padding: 40px 48px; } }
    
    @media (min-width: 992px) {
      .use-case .content-area {
        padding: 48px 64px; } }
    
    .use-case .content-area .title {
      font-size: 18px;
      color: #202022;
      font-weight: 700;
      margin-bottom: 20px; }
    
    @media (min-width: 576px) {
      .use-case .content-area .title {
        font-size: 20px;
        margin-bottom: 28px; } }
    
    @media (min-width: 768px) {
      .use-case .content-area .title {
        font-size: 22px;
        margin-bottom: 32px; } }
    
    @media (min-width: 992px) {
      .use-case .content-area .title {
        font-size: 24px;
        margin-bottom: 40px; } }
    
    .use-case .content-area .image-wrapper-v2 {
      width: 100%;
      max-width: 910px;
      max-height: 612px;
      overflow: hidden;
      border-radius: 26px;
      margin-bottom: 20px;
      position: relative; }
    
    .use-case .content-area .image-wrapper-v2:hover img {
      transition: all 0.2s ease;
      transform: scale(1.2); }
    
    .use-case .content-area .image-wrapper-v2 img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    
    @media (min-width: 576px) {
      .use-case .content-area .image-wrapper-v2 {
        margin-bottom: 28px; } }
    
    @media (min-width: 768px) {
      .use-case .content-area .image-wrapper-v2 {
        margin-bottom: 32px; } }
    
    @media (min-width: 992px) {
      .use-case .content-area .image-wrapper-v2 {
        margin-bottom: 44px; } }
    
    .use-case .content-area .image-wrapper-v2 .overlay-2 {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      transition: all 0.2s ease;
      background-image: linear-gradient(#151516, #392365, #7c4cdb); }
    
    .use-case .content-area .image-wrapper-v2:hover .overlay-2 {
      opacity: 1; }
    
    .use-case .content-area .image-wrapper-v2 .overlay-2-wrapper {
      padding: 32px 24px;
      color: #fff; }
    
    @media (min-width: 576px) {
      .use-case .content-area .image-wrapper-v2 .overlay-2-wrapper {
        padding: 44px 30px; } }
    
    @media (min-width: 768px) {
      .use-case .content-area .image-wrapper-v2 .overlay-2-wrapper {
        padding: 56px 36px; } }
    
    .use-case .content-area .image-wrapper-v2 .overlay-2-wrapper .title {
      font-size: 20px;
      font-weight: 600;
      line-height: normal;
      color: #fff;
      margin-bottom: 20px; }
    
    @media (min-width: 768px) {
      .use-case .content-area .image-wrapper-v2 .overlay-2-wrapper .title {
        font-size: 28px;
        margin-bottom: 24px; } }
    
    @media (min-width: 992px) {
      .use-case .content-area .image-wrapper-v2 .overlay-2-wrapper .title {
        font-size: 30px;
        margin-bottom: 32px; } }
    
    .use-case .content-area .image-wrapper-v2 .overlay-2-wrapper ul li {
      color: #fff;
      font-weight: 400;
      font-size: 16px;
      list-style: disc;
      text-align: start; }
    
    @media (min-width: 992px) {
      .use-case .content-area .image-wrapper-v2 .overlay-2-wrapper ul li {
        font-size: 18px; } }
    
    .use-case .content-area button {
      background-color: #27272B;
      padding: 12px 24px;
      border-radius: 48px;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      border: 0; }
    
    @media (min-width: 768px) {
      .use-case .content-area button {
        font-size: 18px;
        padding: 14px 28px; } }
    
    @media (min-width: 992px) {
      .use-case .content-area button {
        font-size: 20px; } }
    
    .appointment-booking {
      margin-bottom: 48px; }
    
    .appointment-booking .wrapper {
      background-color: #ECF6ED;
      padding: 32px;
      border-radius: 30px; }
    
    @media (min-width: 576px) {
      .appointment-booking .wrapper {
        padding: 48px; } }
    
    @media (min-width: 768px) {
      .appointment-booking .wrapper {
        padding: 56px; } }
    
    @media (min-width: 992px) {
      .appointment-booking .wrapper {
        padding: 64px; } }
    
    .appointment-booking .wrapper .heading {
      font-size: 24px;
      color: #202022;
      font-weight: 700;
      max-width: 640px;
      margin-bottom: 28px; }
    
    @media (min-width: 576px) {
      .appointment-booking .wrapper .heading {
        font-size: 28px;
        margin-bottom: 32px; } }
    
    @media (min-width: 768px) {
      .appointment-booking .wrapper .heading {
        font-size: 32px;
        margin-bottom: 36px; } }
    
    @media (min-width: 992px) {
      .appointment-booking .wrapper .heading {
        font-size: 36px;
        margin-bottom: 56px; } }
    
    .appointment-booking .wrapper .list-item {
      background-color: #fff;
      padding: 24px;
      border-radius: 20px; }
    
    @media (min-width: 576px) {
      .appointment-booking .wrapper .list-item {
        padding: 28px; } }
    
    @media (min-width: 768px) {
      .appointment-booking .wrapper .list-item {
        padding: 32px; } }
    
    .appointment-booking .wrapper .list-item .title {
      color: #414350;
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 8px; }
    
    @media (min-width: 768px) {
      .appointment-booking .wrapper .list-item .title {
        font-size: 20px;
        margin-bottom: 10px; } }
    
    @media (min-width: 992px) {
      .appointment-booking .wrapper .list-item .title {
        font-size: 24px; } }
    
    .appointment-booking .wrapper .list-item .details {
      color: #202022;
      font-weight: 400;
      font-size: 16px; }
    
    @media (min-width: 768px) {
      .appointment-booking .wrapper .list-item .details {
        font-size: 18px; } }
    
    @media (min-width: 992px) {
      .appointment-booking .wrapper .list-item .details {
        font-size: 20px; } }
    
    .appointment-booking .wrapper .image-wrapper-v2 {
      border-radius: 30px;
      width: 100%;
      height: 100%;
      background: radial-gradient(#e2fedb, #d1f6cc, #c5edb7);
      overflow: hidden; }
    
    .appointment-booking .wrapper .image-wrapper-v2 img {
      width: 100%;
      height: 480px;
      object-fit: contain; }
    
    @media (min-width: 992px) {
      .appointment-booking .wrapper .image-wrapper-v2 img {
        height: auto; } }
    
    .appointment-booking .wrapper button {
      background-color: #27272B;
      padding: 12px 24px;
      border-radius: 48px;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      border: 0;
      margin-top: 28px; }
    
    @media (min-width: 768px) {
      .appointment-booking .wrapper button {
        font-size: 18px;
        margin-top: 32px;
        padding: 14px 28px; } }
    
    @media (min-width: 992px) {
      .appointment-booking .wrapper button {
        font-size: 20px;
        margin-top: 56px; } }
    
    .medication-safety {
      margin-bottom: 48px; }
    
    .medication-safety .wrapper {
      background-color: #F3EEFE;
      padding: 32px;
      border-radius: 30px; }
    
    @media (min-width: 576px) {
      .medication-safety .wrapper {
        padding: 48px; } }
    
    @media (min-width: 768px) {
      .medication-safety .wrapper {
        padding: 56px; } }
    
    @media (min-width: 992px) {
      .medication-safety .wrapper {
        padding: 64px; } }
    
    .medication-safety .wrapper .heading {
      font-size: 24px;
      color: #202022;
      font-weight: 700;
      max-width: 640px;
      margin-bottom: 28px; }
    
    @media (min-width: 576px) {
      .medication-safety .wrapper .heading {
        font-size: 28px;
        margin-bottom: 32px; } }
    
    @media (min-width: 768px) {
      .medication-safety .wrapper .heading {
        font-size: 32px;
        margin-bottom: 36px; } }
    
    @media (min-width: 992px) {
      .medication-safety .wrapper .heading {
        font-size: 36px;
        margin-bottom: 56px; } }
    
    .medication-safety .wrapper .list-item {
      background-color: #fff;
      padding: 24px;
      border-radius: 20px; }
    
    @media (min-width: 576px) {
      .medication-safety .wrapper .list-item {
        padding: 28px; } }
    
    @media (min-width: 768px) {
      .medication-safety .wrapper .list-item {
        padding: 32px; } }
    
    .medication-safety .wrapper .list-item .title {
      color: #414350;
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 8px; }
    
    @media (min-width: 768px) {
      .medication-safety .wrapper .list-item .title {
        font-size: 20px;
        margin-bottom: 10px; } }
    
    @media (min-width: 992px) {
      .medication-safety .wrapper .list-item .title {
        font-size: 24px; } }
    
    .medication-safety .wrapper .list-item .details {
      color: #202022;
      font-weight: 400;
      font-size: 16px; }
    
    @media (min-width: 768px) {
      .medication-safety .wrapper .list-item .details {
        font-size: 18px; } }
    
    @media (min-width: 992px) {
      .medication-safety .wrapper .list-item .details {
        font-size: 20px; } }
    
    .medication-safety .wrapper .image-wrapper-v2 {
      border-radius: 30px;
      width: 100%;
      height: 100%;
      background: radial-gradient(#292250, #292250);
      overflow: hidden; }
    
    .medication-safety .wrapper .image-wrapper-v2 img {
      width: 100%;
      height: 480px;
      object-fit: contain; }
    
    @media (min-width: 992px) {
      .medication-safety .wrapper .image-wrapper-v2 img {
        height: auto; } }
    
    .medication-safety .wrapper button {
      background-color: #27272B;
      padding: 12px 24px;
      border-radius: 48px;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      border: 0;
      margin-top: 28px; }
    
    @media (min-width: 768px) {
      .medication-safety .wrapper button {
        font-size: 18px;
        margin-top: 32px;
        padding: 14px 28px; } }
    
    @media (min-width: 992px) {
      .medication-safety .wrapper button {
        font-size: 20px;
        margin-top: 56px; } }
    
    .predictive-staff {
      margin-bottom: 48px; }
    
    .predictive-staff .wrapper {
      background-color: #E1F2FF;
      padding: 32px;
      border-radius: 30px; }
    
    @media (min-width: 576px) {
      .predictive-staff .wrapper {
        padding: 48px; } }
    
    @media (min-width: 768px) {
      .predictive-staff .wrapper {
        padding: 56px; } }
    
    @media (min-width: 992px) {
      .predictive-staff .wrapper {
        padding: 64px; } }
    
    .predictive-staff .wrapper .heading {
      font-size: 24px;
      color: #202022;
      font-weight: 700;
      max-width: 640px;
      margin-bottom: 28px; }
    
    @media (min-width: 576px) {
      .predictive-staff .wrapper .heading {
        font-size: 28px;
        margin-bottom: 32px; } }
    
    @media (min-width: 768px) {
      .predictive-staff .wrapper .heading {
        font-size: 32px;
        margin-bottom: 36px; } }
    
    @media (min-width: 992px) {
      .predictive-staff .wrapper .heading {
        font-size: 36px;
        margin-bottom: 56px; } }
    
    .predictive-staff .wrapper .list-item {
      background-color: #fff;
      padding: 24px;
      border-radius: 20px; }
    
    @media (min-width: 576px) {
      .predictive-staff .wrapper .list-item {
        padding: 28px; } }
    
    @media (min-width: 768px) {
      .predictive-staff .wrapper .list-item {
        padding: 32px; } }
    
    .predictive-staff .wrapper .list-item .title {
      color: #414350;
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 8px; }
    
    @media (min-width: 768px) {
      .predictive-staff .wrapper .list-item .title {
        font-size: 20px;
        margin-bottom: 10px; } }
    
    @media (min-width: 992px) {
      .predictive-staff .wrapper .list-item .title {
        font-size: 24px; } }
    
    .predictive-staff .wrapper .list-item .details {
      color: #202022;
      font-weight: 400;
      font-size: 16px; }
    
    @media (min-width: 768px) {
      .predictive-staff .wrapper .list-item .details {
        font-size: 18px; } }
    
    @media (min-width: 992px) {
      .predictive-staff .wrapper .list-item .details {
        font-size: 20px; } }
    
    .predictive-staff .wrapper .image-wrapper-v2 {
      border-radius: 30px;
      width: 100%;
      height: 100%;
      background: radial-gradient(#aed7f7, #c5e6fe, #a4d8ff);
      overflow: hidden; }
    
    .predictive-staff .wrapper .image-wrapper-v2 img {
      width: 100%;
      height: 480px;
      object-fit: contain; }
    
    @media (min-width: 992px) {
      .predictive-staff .wrapper .image-wrapper-v2 img {
        height: auto; } }
    
    .predictive-staff .wrapper button {
      background-color: #27272B;
      padding: 12px 24px;
      border-radius: 48px;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      border: 0;
      margin-top: 28px; }
    
    @media (min-width: 768px) {
      .predictive-staff .wrapper button {
        font-size: 18px;
        margin-top: 32px;
        padding: 14px 28px; } }
    
    @media (min-width: 992px) {
      .predictive-staff .wrapper button {
        font-size: 20px;
        margin-top: 56px; } }
    
    .predictive-purchase {
      margin-bottom: 48px; }
    
    .predictive-purchase .wrapper {
      background-color: #E9E9E9;
      padding: 32px;
      border-radius: 30px; }
    
    @media (min-width: 576px) {
      .predictive-purchase .wrapper {
        padding: 48px; } }
    
    @media (min-width: 768px) {
      .predictive-purchase .wrapper {
        padding: 56px; } }
    
    @media (min-width: 992px) {
      .predictive-purchase .wrapper {
        padding: 64px; } }
    
    .predictive-purchase .wrapper .heading {
      font-size: 24px;
      color: #202022;
      font-weight: 700;
      max-width: 640px;
      margin-bottom: 28px; }
    
    @media (min-width: 576px) {
      .predictive-purchase .wrapper .heading {
        font-size: 28px;
        margin-bottom: 32px; } }
    
    @media (min-width: 768px) {
      .predictive-purchase .wrapper .heading {
        font-size: 32px;
        margin-bottom: 36px; } }
    
    @media (min-width: 992px) {
      .predictive-purchase .wrapper .heading {
        font-size: 36px;
        margin-bottom: 56px; } }
    
    .predictive-purchase .wrapper .list-item {
      background-color: #fff;
      padding: 24px;
      border-radius: 20px; }
    
    @media (min-width: 576px) {
      .predictive-purchase .wrapper .list-item {
        padding: 28px; } }
    
    @media (min-width: 768px) {
      .predictive-purchase .wrapper .list-item {
        padding: 32px; } }
    
    .predictive-purchase .wrapper .list-item .title {
      color: #414350;
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 8px; }
    
    @media (min-width: 768px) {
      .predictive-purchase .wrapper .list-item .title {
        font-size: 20px;
        margin-bottom: 10px; } }
    
    @media (min-width: 992px) {
      .predictive-purchase .wrapper .list-item .title {
        font-size: 24px; } }
    
    .predictive-purchase .wrapper .list-item .details {
      color: #202022;
      font-weight: 400;
      list-style: disc;
      font-size: 16px; }
    
    @media (min-width: 768px) {
      .predictive-purchase .wrapper .list-item .details {
        font-size: 18px; } }
    
    @media (min-width: 992px) {
      .predictive-purchase .wrapper .list-item .details {
        font-size: 20px; } }
    
    .predictive-purchase .wrapper .image-wrapper-v2 {
      border-radius: 30px;
      width: 100%;
      height: 100%;
      background: radial-gradient(#01010b, #01010b);
      overflow: hidden; }
    
    .predictive-purchase .wrapper .image-wrapper-v2 img {
      width: 100%;
      height: 480px;
      object-fit: contain; }
    
    @media (min-width: 992px) {
      .predictive-purchase .wrapper .image-wrapper-v2 img {
        height: auto; } }
    
    .predictive-purchase .wrapper button {
      background-color: #27272B;
      padding: 12px 24px;
      border-radius: 48px;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      border: 0;
      margin-top: 28px; }
    
    @media (min-width: 768px) {
      .predictive-purchase .wrapper button {
        font-size: 18px;
        margin-top: 32px;
        padding: 14px 28px; } }
    
    @media (min-width: 992px) {
      .predictive-purchase .wrapper button {
        font-size: 20px;
        margin-top: 56px; } }
    
    .clinical-trial-platform {
      margin-bottom: 48px; }
    
    .clinical-trial-platform .wrapper {
      background-color: #FFF9E6;
      border-radius: 30px;
      padding: 24px; }
    
    @media (min-width: 576px) {
      .clinical-trial-platform .wrapper {
        padding: 32px; } }
    
    @media (min-width: 768px) {
      .clinical-trial-platform .wrapper {
        padding: 48px; } }
    
    @media (min-width: 992px) {
      .clinical-trial-platform .wrapper {
        padding: 64px; } }
    
    .clinical-trial-platform .wrapper .heading {
      font-size: 24px;
      color: #202022;
      font-weight: 700;
      margin-bottom: 16px; }
    
    @media (min-width: 576px) {
      .clinical-trial-platform .wrapper .heading {
        font-size: 28px;
        margin-bottom: 20px; } }
    
    @media (min-width: 768px) {
      .clinical-trial-platform .wrapper .heading {
        font-size: 32px;
        margin-bottom: 24px; } }
    
    @media (min-width: 992px) {
      .clinical-trial-platform .wrapper .heading {
        font-size: 36px;
        margin-bottom: 28px; } }
    
    .clinical-trial-platform .wrapper .description {
      font-size: 18px;
      color: #444;
      font-weight: 400;
      margin-bottom: 20px;
      max-width: 926px; }
    
    @media (min-width: 576px) {
      .clinical-trial-platform .wrapper .description {
        font-size: 20px;
        margin-bottom: 24px; } }
    
    @media (min-width: 768px) {
      .clinical-trial-platform .wrapper .description {
        font-size: 22px;
        margin-bottom: 28px; } }
    
    @media (min-width: 992px) {
      .clinical-trial-platform .wrapper .description {
        font-size: 24px;
        margin-bottom: 32px; } }
    
    .clinical-trial-platform .wrapper .scrolling-words-container {
      padding: 32px 64px;
      border: 4px solid #fff;
      font-size: 24px;
      font-weight: 700;
      color: #B38900;
      white-space: normal;
      background: linear-gradient(to right, #ffe696, #f0c023);
      border-radius: 60px;
      max-width: 780px;
      margin: 0 auto; }
    
    @media (min-width: 768px) {
      .clinical-trial-platform .wrapper .scrolling-words-container {
        font-size: 28px; } }
    
    @media (min-width: 992px) {
      .clinical-trial-platform .wrapper .scrolling-words-container {
        font-size: 30px; } }
    
    .clinical-trial-platform .wrapper .scrolling-words-container .scrolling-words-box {
      height: 48px;
      margin: auto;
      overflow: hidden; }
    
    .clinical-trial-platform .wrapper .scrolling-words-container .scrolling-words-box ul {
      display: flex;
      flex-direction: column;
      margin: 0;
      padding: 0;
      animation: scrollUp 4s infinite; }
    
    .clinical-trial-platform .wrapper .scrolling-words-container .scrolling-words-box ul li {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 3rem;
      list-style: none; }
    
    @keyframes scrollUp {
      15%,
    25% {
        transform: translateY(-16.6666666667%); }
      40%,
    50% {
        transform: translateY(-33.3333333333%); }
      65%,
    75% {
        transform: translateY(-50%); }
      90%,
    100% {
        transform: translateY(-66.6666666667%); }
      115%,
    125% {
        transform: translateY(-83.3333333333%); } }
    
    .clinical-trial-platform .wrapper .details {
      font-size: 18px;
      color: #202022;
      font-weight: 400;
      margin-top: 20px;
      margin-bottom: 28px; }
    
    @media (min-width: 576px) {
      .clinical-trial-platform .wrapper .details {
        font-size: 20px;
        margin-top: 24px;
        margin-bottom: 36px; } }
    
    @media (min-width: 768px) {
      .clinical-trial-platform .wrapper .details {
        font-size: 22px;
        margin-top: 28px;
        margin-bottom: 48px; } }
    
    @media (min-width: 992px) {
      .clinical-trial-platform .wrapper .details {
        font-size: 24px;
        margin-top: 32px;
        margin-bottom: 56px; } }
    
    .clinical-trial-platform .wrapper .image-wrapper-v2 {
      border-radius: 30px;
      background: linear-gradient(to top, #EDDDA3, #FFEFB8, #FFEBA4);
      padding: 26px;
      max-height: 600px; }
    
    .clinical-trial-platform .wrapper .image-wrapper-v2 img {
      border-radius: 16px;
      width: 100%;
      object-fit: contain;
      max-width: 952px; }
    
    .clinical-trial-platform .wrapper button {
      background-color: #27272B;
      padding: 12px 24px;
      border-radius: 48px;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      border: 0;
      margin-top: 28px; }
    
    @media (min-width: 768px) {
      .clinical-trial-platform .wrapper button {
        font-size: 18px;
        margin-top: 32px;
        padding: 14px 28px; } }
    
    @media (min-width: 992px) {
      .clinical-trial-platform .wrapper button {
        font-size: 20px;
        margin-top: 56px; } }
    
    .monitoring-system {
      margin-bottom: 48px; }
    
    .monitoring-system .wrapper {
      background-color: #FDEDF2;
      border-radius: 30px;
      padding: 24px; }
    
    @media (min-width: 576px) {
      .monitoring-system .wrapper {
        padding: 32px; } }
    
    @media (min-width: 768px) {
      .monitoring-system .wrapper {
        padding: 48px; } }
    
    @media (min-width: 992px) {
      .monitoring-system .wrapper {
        padding: 64px; } }
    
    .monitoring-system .wrapper .heading {
      font-size: 24px;
      color: #202022;
      font-weight: 700;
      max-width: 926px;
      margin-bottom: 16px; }
    
    @media (min-width: 576px) {
      .monitoring-system .wrapper .heading {
        font-size: 28px;
        margin-bottom: 20px; } }
    
    @media (min-width: 768px) {
      .monitoring-system .wrapper .heading {
        font-size: 32px;
        margin-bottom: 24px; } }
    
    @media (min-width: 992px) {
      .monitoring-system .wrapper .heading {
        font-size: 36px;
        margin-bottom: 28px; } }
    
    .monitoring-system .wrapper .description {
      font-size: 18px;
      color: #444;
      font-weight: 400;
      margin-bottom: 24px;
      max-width: 926px; }
    
    @media (min-width: 576px) {
      .monitoring-system .wrapper .description {
        font-size: 20px;
        margin-bottom: 28px; } }
    
    @media (min-width: 768px) {
      .monitoring-system .wrapper .description {
        font-size: 22px;
        margin-bottom: 32px; } }
    
    @media (min-width: 992px) {
      .monitoring-system .wrapper .description {
        font-size: 24px;
        margin-bottom: 40px; } }
    
    .monitoring-system .wrapper .image-wrapper-v2 {
      margin-bottom: 24px; }
    
    .monitoring-system .wrapper .image-wrapper-v2 .item-box {
      background-color: rgba(255, 255, 255, 0.57);
      border-radius: 22px;
      padding: 20px; }
    
    .monitoring-system .wrapper .image-wrapper-v2 .item-box img {
      border-radius: 20px;
      width: 100%;
      object-fit: contain; }
    
    @media (min-width: 576px) {
      .monitoring-system .wrapper .image-wrapper-v2 {
        margin-bottom: 28px; } }
    
    @media (min-width: 768px) {
      .monitoring-system .wrapper .image-wrapper-v2 {
        margin-bottom: 32px; } }
    
    @media (min-width: 992px) {
      .monitoring-system .wrapper .image-wrapper-v2 {
        margin-bottom: 40px; } }
    
    .monitoring-system .wrapper .details {
      font-size: 18px;
      color: #202022;
      font-weight: 400;
      margin-bottom: 24px; }
    
    @media (min-width: 576px) {
      .monitoring-system .wrapper .details {
        font-size: 20px;
        margin-bottom: 28px; } }
    
    @media (min-width: 768px) {
      .monitoring-system .wrapper .details {
        font-size: 22px;
        margin-bottom: 32px; } }
    
    @media (min-width: 992px) {
      .monitoring-system .wrapper .details {
        font-size: 24px;
        margin-bottom: 40px; } }
    
    .monitoring-system .wrapper button {
      background-color: #27272B;
      padding: 12px 24px;
      border-radius: 48px;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      border: 0; }
    
    @media (min-width: 768px) {
      .monitoring-system .wrapper button {
        font-size: 18px;
        padding: 14px 28px; } }
    
    @media (min-width: 992px) {
      .monitoring-system .wrapper button {
        font-size: 20px; } }
    
    .certification {
      background-color: #151516;
      padding-top: 40px;
      padding-bottom: 64px; }
    
    .certification .heading {
      font-size: 18px;
      color: #fff;
      font-weight: 400; }
    
    @media (min-width: 576px) {
      .certification .heading {
        font-size: 20px; } }
    
    @media (min-width: 768px) {
      .certification .heading {
        font-size: 22px; } }
    
    @media (min-width: 992px) {
      .certification .heading {
        font-size: 24px; } }
    
    .certification .certification-wrapper-healthcare {
      display: grid;
      gap: 32px;
      grid-template-columns: repeat(1, 1fr);
      margin-top: 28px;
      margin-bottom: 32px; }
    
    @media (min-width: 576px) {
      .certification .certification-wrapper-healthcare {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 40px; } }
    
    @media (min-width: 768px) {
      .certification .certification-wrapper-healthcare {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 60px; } }
    
    @media (min-width: 992px) {
      .certification .certification-wrapper-healthcare {
        grid-template-columns: repeat(5, 1fr);
        margin-bottom: 80px; } }
    
    .certification .certification-wrapper-healthcare .item {
      border: 1px solid #26282F;
      background-image: linear-gradient(#151516, #202022);
      padding: 20px;
      border-radius: 12px; }
    
    .certification .certification-wrapper-healthcare .item img {
      width: fit-content; }
    
    .certification .certification-wrapper-healthcare .item button {
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      width: fit-content;
      padding: 6px 12px;
      border: 1px solid #7c7f8d;
      background-color: #2F3039;
      border-radius: 8px; 
    cursor: auto;
    }
    
    .certification .certification-wrapper-enterprise {
      display: grid;
      gap: 32px;
      grid-template-columns: repeat(1, 1fr);
      margin-top: 28px; }
    
    @media (min-width: 576px) {
      .certification .certification-wrapper-enterprise {
        grid-template-columns: repeat(2, 1fr); } }
    
    @media (min-width: 768px) {
      .certification .certification-wrapper-enterprise {
        grid-template-columns: repeat(3, 1fr); } }
    
    @media (min-width: 992px) {
      .certification .certification-wrapper-enterprise {
        grid-template-columns: repeat(4, 1fr); } }
    
    .certification .certification-wrapper-enterprise .item {
      border: 1px solid #26282F;
      background-image: linear-gradient(#151516, #202022);
      padding: 20px;
      border-radius: 12px; }
    
    .certification .certification-wrapper-enterprise .item img {
      width: fit-content; }
    
    .certification .certification-wrapper-enterprise .item button {
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
      width: fit-content;
      padding: 6px 12px;
      border: 1px solid #7c7f8d;
      background-color: #2F3039;
      border-radius: 8px; 
      cursor: auto;}
    
    .certification .certification-wrapper-enterprise .item .name {
      font-size: 18px; }
    
    .certification .certification-wrapper-enterprise .item:nth-child(1) {
      position: relative;
      overflow: hidden; }
    
    .certification .certification-wrapper-enterprise .item:nth-child(1)::before {
      content: '';
      position: absolute;
      top: 0;
      right: -1rem;
      background: url("../images/presentation/ai-driven-solution/certificate/certificate-6-bg.png");
      object-fit: cover;
      background-repeat: no-repeat;
      width: 160px;
      height: 160px; }
    
    .certification .certification-wrapper-enterprise .item:nth-child(2) {
      position: relative;
      overflow: hidden; }
    
    .certification .certification-wrapper-enterprise .item:nth-child(2)::before {
      content: '';
      position: absolute;
      top: 0;
      right: -1rem;
      background: url("../images/presentation/ai-driven-solution/certificate/certificate-7-bg.png");
      object-fit: cover;
      background-repeat: no-repeat;
      width: 160px;
      height: 160px; }
    
    .certification .certification-wrapper-enterprise .item:nth-child(3) {
      position: relative;
      overflow: hidden; }
    
    .certification .certification-wrapper-enterprise .item:nth-child(3)::before {
      content: '';
      position: absolute;
      top: 0;
      right: -1rem;
      background: url("../images/presentation/ai-driven-solution/certificate/certificate-8-bg.png");
      object-fit: cover;
      background-repeat: no-repeat;
      width: 160px;
      height: 160px; }
    
    .certification .certification-wrapper-enterprise .item:nth-child(4) {
      position: relative;
      overflow: hidden; }
    
    .certification .certification-wrapper-enterprise .item:nth-child(4)::before {
      content: '';
      position: absolute;
      top: 0;
      right: -1rem;
      background: url("../images/presentation/ai-driven-solution/certificate/certificate-9-bg.png");
      object-fit: cover;
      background-repeat: no-repeat;
      width: 160px;
      height: 160px; }
    
    .our-custom {
      padding-top: 60px;
      padding-bottom: 60px; }
    
    @media (min-width: 576px) {
      .our-custom {
        padding-top: 100px;
        padding-bottom: 100px; } }
    
    @media (min-width: 768px) {
      .our-custom {
        padding-top: 120px;
        padding-bottom: 120px; } }
    
    @media (min-width: 992px) {
      .our-custom {
        padding-top: 144px;
        padding-bottom: 162px; } }
    
    .our-custom .wrapper .heading {
      font-size: 20px;
      color: #151516;
      font-weight: 600;
      margin-bottom: 16px;
      line-height: normal; }
    
    @media (min-width: 576px) {
      .our-custom .wrapper .heading {
        font-size: 28px;
        margin-bottom: 28px; } }
    
    @media (min-width: 768px) {
      .our-custom .wrapper .heading {
        font-size: 32px;
        margin-bottom: 40px; } }
    
    @media (min-width: 992px) {
      .our-custom .wrapper .heading {
        font-size: 48px;
        margin-bottom: 60px; } }
    
    .our-custom .wrapper .heading span {
      color: #7C4CDB; }
    
    .our-custom .wrapper .timeline-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      position: relative;
      margin-bottom: 36px; }
    
    @media (min-width: 576px) {
      .our-custom .wrapper .timeline-container {
        gap: 24px;
        margin-bottom: 40px; } }
    
    @media (min-width: 768px) {
      .our-custom .wrapper .timeline-container {
        flex-direction: row;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 52px; } }
    
    @media (min-width: 992px) {
      .our-custom .wrapper .timeline-container {
        gap: 20px;
        margin-bottom: 64px; } }
    
    .our-custom .wrapper .timeline-container::before {
      content: '';
      position: absolute;
      top: 42%;
      bottom: 0;
      left: auto;
      z-index: -1;
      transform: rotate(90deg);
      background: url("../images/presentation/ai-driven-solution/custom-arrow.svg");
      background-size: cover;
      background-repeat: no-repeat;
      width: 50%;
      height: 8px;
      max-width: 90%; }
    
    @media (min-width: 768px) {
      .our-custom .wrapper .timeline-container::before {
        left: 50%;
        bottom: auto;
        width: 100%;
        transform: translate(-50%, -100%);
        height: 12px;
        max-width: 75%; } }
    
    @media (min-width: 992px) {
      .our-custom .wrapper .timeline-container::before {
        height: 20px; } }
    
    @media (min-width: 1360px) {
      .our-custom .wrapper .timeline-container::before {
        max-width: 80%;
        height: 24px; } }
    
    .our-custom .wrapper .timeline-container .timeline-circle {
      width: 50px;
      height: 50px;
      border-radius: 100%;
      background-color: #F3EEFE;
      border: 2px solid #A076F4;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 8px; }
    
    @media (min-width: 576px) {
      .our-custom .wrapper .timeline-container .timeline-circle {
        width: 60px;
        height: 60px; } }
    
    @media (min-width: 768px) {
      .our-custom .wrapper .timeline-container .timeline-circle {
        width: 66px;
        height: 66px;
        margin-bottom: 12px; } }
    
    .our-custom .wrapper .timeline-container .title {
      font-size: 12px;
      font-weight: 600;
      color: #392365;
      text-align: center;
      background-color: #fff; }
    
    @media (min-width: 576px) {
      .our-custom .wrapper .timeline-container .title {
        font-size: 13px; } }
    
    @media (min-width: 768px) {
      .our-custom .wrapper .timeline-container .title {
        font-size: 14px;
        background-color: transparent; } }
    
    @media (min-width: 992px) {
      .our-custom .wrapper .timeline-container .title {
        font-size: 16px; } }
    
    .our-custom .wrapper .cta-button {
      background-color: #8854F1;
      color: #fff;
      border: none;
      padding: 4px;
      border-radius: 30px;
      overflow: hidden;
      display: flex;
      align-items: center;
      transition: all 0.4s ease;
      position: relative; }
    
    .our-custom .wrapper .cta-button .icon-wrapper {
      background: #fff;
      color: #8854F1;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.4s ease;
      z-index: 2; }
    
    @media (min-width: 576px) {
      .our-custom .wrapper .cta-button .icon-wrapper {
        width: 48px;
        height: 48px; } }
    
    @media (min-width: 768px) {
      .our-custom .wrapper .cta-button .icon-wrapper {
        width: 52px;
        height: 52px; } }
    
    @media (min-width: 992px) {
      .our-custom .wrapper .cta-button .icon-wrapper {
        width: 58px;
        height: 58px; } }
    
    .our-custom .wrapper .cta-button .btn-text {
      transition: color 0.4s ease;
      z-index: 2;
      padding: 8px 16px 8px 12px; }
    
    @media (min-width: 576px) {
      .our-custom .wrapper .cta-button .btn-text {
        padding: 10px 20px 10px 16px; } }
    
    @media (min-width: 768px) {
      .our-custom .wrapper .cta-button .btn-text {
        padding: 12px 24px 12px 18px; } }
    
    @media (min-width: 992px) {
      .our-custom .wrapper .cta-button .btn-text {
        padding: 14px 28px 14px 20px; } }
    
    .our-custom .wrapper .cta-button::before {
      content: '';
      position: absolute;
      background: #fff;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      left: 4px;
      top: 50%;
      transform: translateY(-50%);
      transform-origin: right;
      transition: all 0.4s ease;
      z-index: 1; }
    
    @media (min-width: 576px) {
      .our-custom .wrapper .cta-button::before {
        width: 48px;
        height: 48px; } }
    
    @media (min-width: 768px) {
      .our-custom .wrapper .cta-button::before {
        width: 52px;
        height: 52px; } }
    
    @media (min-width: 992px) {
      .our-custom .wrapper .cta-button::before {
        width: 58px;
        height: 58px; } }
    
    .our-custom .wrapper .cta-button:hover::before {
      width: 100%;
      border-radius: 50px;
      left: 0; }
    
    .our-custom .wrapper .cta-button:hover .btn-text {
      color: #8854F1; }
    
    .our-custom .wrapper .cta-button:hover .icon-wrapper {
      color: #8854F1;
      background: transparent; }


      @media screen and (max-width: 575px) {
        .clinical-trial-platform .wrapper .scrolling-words-container .scrolling-words-box ul li, .clinical-trial-platform .wrapper .scrolling-words-container .scrolling-words-box {
          height: 110px;
        }
        .clinical-trial-platform .wrapper .scrolling-words-container {
          padding: 20px;
        }
      }
    