html {
  scroll-behavior: smooth;
}

.banner {
  height: 700px;
  width: 100%;
  background-color: #1100AB;
  position: relative;
  overflow: hidden;
}
.banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 0, 171, 0.8);
  pointer-events: none;
}
.banner .banner-overlay::before {
  content: "";
  position: absolute;
  width: 883px;
  height: 1043px;
  border-radius: 1043px;
  background: #0023AE;
  filter: blur(100px);
  right: -335px;
  top: -717px;
}
.banner .banner-overlay::after {
  content: "";
  position: absolute;
  width: 777px;
  height: 663px;
  border-radius: 777px;
  background: rgba(50, 0, 144, 0.6);
  filter: blur(100px);
  left: -284px;
  bottom: -390px;
}
.banner .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}
.banner .banner-logo {
  height: 20px;
  width: 89px;
}
.banner .banner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner .banner-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 800px;
  text-align: center;
}
.banner .banner-title {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  color: #ffffff;
  margin: 0;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}
.banner .banner-description {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
}
.banner .banner-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}
.banner .banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 240px;
  height: 50px;
  padding: 15px 80px;
  border: 2px solid #ffffff;
  border-radius: 30px;
  background: transparent;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.banner .banner-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.banner .banner-btn span {
  white-space: nowrap;
}
.banner .banner-btn svg {
  flex-shrink: 0;
}

@media (max-width: 800px) {
  .banner {
    height: 700px;
  }
  .banner .banner-content {
    padding: 0;
    align-items: flex-start;
    transform: none;
    top: 131px;
    left: 30px;
    right: auto;
    position: absolute;
    justify-content: flex-start;
    width: calc(100% - 60px);
  }
  .banner .banner-logo {
    align-self: flex-start;
    height: 20px;
    width: 89px;
  }
  .banner .banner-text {
    align-items: flex-start;
    text-align: left;
    gap: 20px;
    max-width: 100%;
  }
  .banner .banner-title {
    font-size: 30px;
    line-height: 40px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  }
  .banner .banner-description {
    font-size: 16px;
    line-height: 28px;
  }
  .banner .banner-buttons {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: stretch;
  }
  .banner .banner-btn {
    width: 100%;
    max-width: 100%;
    height: 50px;
    padding: 15px 80px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 375px) {
  .banner .banner-content {
    left: 20px;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .banner .banner-title {
    font-size: 28px;
    line-height: 38px;
  }
  .banner .banner-btn {
    padding: 15px 40px;
  }
}
.ai-stats-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 70px;
  padding: 87px;
  background: #021945;
  margin: 0 auto;
}
.ai-stats-wrap .ai-stats-title {
  color: #FFF;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
  margin: 0;
}
.ai-stats-wrap .ai-stats-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1200px;
  max-width: 100%;
}
.ai-stats-wrap .ai-stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 210px;
}
.ai-stats-wrap .ai-stat-item .stat-value {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.ai-stats-wrap .ai-stat-item .stat-label {
  color: #FAFBFD;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.ai-stats-wrap .ai-stat-item .stat-desc {
  color: #C6C8D1;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

@media (max-width: 800px) {
  .ai-stats-wrap {
    gap: 0;
    padding: 60px 20px;
  }
  .ai-stats-wrap .ai-stats-title {
    text-align: center;
    padding: 0 20px;
  }
  .ai-stats-wrap .ai-stats-content {
    flex-direction: column;
    text-align: center;
    padding-top: 10px;
  }
  .ai-stats-wrap .ai-stats-content .ai-stat-item {
    width: 100%;
    padding: 30px 20px 0;
    align-items: center;
  }
  .ai-stats-wrap .ai-stats-content .ai-stat-item .stat-value {
    font-size: 48px;
  }
  .ai-stats-wrap .ai-stats-content .ai-stat-item .stat-label {
    font-size: 20px;
  }
  .ai-stats-wrap .ai-stats-content .ai-stat-item .stat-desc {
    font-size: 16px;
  }
}
.agentic-ai-section {
  width: 100%;
  padding: 100px 104px;
  display: flex;
  justify-content: center;
  position: relative;
}
.agentic-ai-section .agentic-ai-content {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.agentic-ai-section .agentic-ai-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  margin-bottom: 60px;
}
.agentic-ai-section .agentic-ai-title {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  color: #202437;
  margin: 0;
}
.agentic-ai-section .agentic-ai-description {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #515666;
  margin: 0;
  max-width: 700px;
}
.agentic-ai-section .agentic-ai-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  width: 100%;
  position: relative;
}
.agentic-ai-section .ai-card {
  position: relative;
  background: #FAFBFD;
  border: 1px solid #EBECF1;
  border-radius: 24px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 270px;
  justify-content: center;
}
.agentic-ai-section .ai-card-icon {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agentic-ai-section .ai-card-icon .icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: rgba(59, 92, 222, 0.1);
  border-radius: 10px;
  z-index: 0;
}
.agentic-ai-section .ai-card-icon svg {
  position: relative;
  z-index: 1;
}
.agentic-ai-section .ai-card-icon svg[width="26"] {
  width: 26px;
  height: 26px;
}
.agentic-ai-section .ai-card-icon svg[width="40"] {
  width: 40px;
  height: 40px;
}
.agentic-ai-section .ai-card-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.agentic-ai-section .ai-card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.agentic-ai-section .ai-card-title {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: #202437;
  margin: 0;
}
.agentic-ai-section .ai-card-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #202437;
  margin: 0;
}
.agentic-ai-section .agentic-ai-decoration {
  position: absolute;
  left: 0;
  top: -90px;
  width: 180px;
  height: 90px;
  pointer-events: none;
}
.agentic-ai-section .agentic-ai-decoration .robot-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 800px) {
  .agentic-ai-section {
    padding: 60px 20px;
  }
  .agentic-ai-section .agentic-ai-header {
    margin-bottom: 40px;
    align-items: flex-start;
    text-align: left;
  }
  .agentic-ai-section .agentic-ai-title {
    font-size: 28px;
    line-height: 36px;
  }
  .agentic-ai-section .agentic-ai-description {
    font-size: 16px;
    line-height: 24px;
  }
  .agentic-ai-section .agentic-ai-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 90px;
  }
  .agentic-ai-section .ai-card {
    height: auto;
    min-height: 200px;
  }
  .agentic-ai-section .ai-card:first-child {
    margin-top: 0;
  }
}
.smart-way-wrap {
  padding: 120px 0;
  background-color: #021945;
  position: relative;
  overflow: hidden;
}
.smart-way-wrap .smart-way {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.smart-way-wrap .smart-way .smart-way-header-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  text-align: center;
}
.smart-way-wrap .smart-way h3 {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
  margin: 0;
}
.smart-way-wrap .smart-way .smart-way-subtitle {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  max-width: 700px;
}
.smart-way-wrap .smart-way .smart-way-content {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
}
.smart-way-wrap .smart-way .smart-way-item {
  display: flex;
  width: 50%;
  padding: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.smart-way-wrap .smart-way .smart-way-item.smart-way-item-lofty {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(164deg, #3B5CDE -4.28%, #572FB4 108.9%);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
.smart-way-wrap .smart-way .smart-way-header {
  margin-bottom: 30px;
  width: 100%;
}
.smart-way-wrap .smart-way .smart-way-header .smart-way-title {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 20px 0;
}
.smart-way-wrap .smart-way .smart-way-header .smart-way-description {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin: 0;
}
.smart-way-wrap .smart-way .smart-way-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  margin-bottom: 40px;
}
.smart-way-wrap .smart-way .smart-way-list .smart-way-list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.smart-way-wrap .smart-way .smart-way-list .smart-way-list-item .smart-way-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}
.smart-way-wrap .smart-way .smart-way-list .smart-way-list-item .smart-way-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.smart-way-wrap .smart-way .smart-way-list .smart-way-list-item .icon-fontHome_check_no {
  margin-top: 2px;
  line-height: 1;
  background: #fff;
  color: #f0454c;
  border-radius: 50%;
}
.smart-way-wrap .smart-way .smart-way-list .smart-way-list-item .icon-fontHome-Check {
  margin-top: 2px;
  line-height: 1;
  background: #fff;
  color: #19ab63;
  border-radius: 50%;
}
.smart-way-wrap .smart-way .smart-way-list .smart-way-list-item .smart-way-text {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.smart-way-wrap .smart-way .agent-flow {
  width: 100%;
  height: 200px;
}
.smart-way-wrap .smart-way .agent-flow img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.smart-way-wrap .smart-way .smart-way-tools {
  width: 100%;
  height: 200px;
}
.smart-way-wrap .smart-way .smart-way-tools img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.smart-way-wrap .smart-way .smart-way-button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.smart-way-wrap .smart-way .smart-way-button a {
  width: 250px;
  height: 50px;
  border-width: 2px;
}
.smart-way-wrap .smart-way-ellipse-left {
  position: absolute;
  width: 871px;
  height: 721px;
  left: -269px;
  top: -104px;
  background: rgba(0, 31, 169, 0.3);
  filter: blur(200px);
}
.smart-way-wrap .smart-way-ellipse-right {
  position: absolute;
  width: 911px;
  height: 989px;
  left: 910px;
  top: 722px;
  background: rgba(107, 65, 214, 0.3);
  filter: blur(200px);
}

@media (max-width: 800px) {
  .smart-way-wrap {
    padding: 60px 20px;
  }
  .smart-way-wrap .smart-way .smart-way-header-section {
    align-items: flex-start;
    text-align: left;
    margin-bottom: 40px;
    gap: 15px;
  }
  .smart-way-wrap .smart-way h3 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .smart-way-wrap .smart-way .smart-way-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .smart-way-wrap .smart-way .smart-way-content {
    flex-direction: column;
    padding: 0;
    gap: 0;
    background: rgba(255, 255, 255, 0.08);
  }
  .smart-way-wrap .smart-way .smart-way-item {
    width: 100%;
    padding: 30px 20px;
    border-radius: 20px;
  }
  .smart-way-wrap .smart-way .smart-way-header {
    margin-bottom: 20px;
  }
  .smart-way-wrap .smart-way .smart-way-header .smart-way-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .smart-way-wrap .smart-way .smart-way-header .smart-way-description {
    font-size: 16px;
    line-height: 22px;
  }
  .smart-way-wrap .smart-way .smart-way-list {
    gap: 12px;
    margin-bottom: 30px;
  }
  .smart-way-wrap .smart-way .smart-way-list .smart-way-list-item {
    gap: 8px;
  }
  .smart-way-wrap .smart-way .smart-way-list .smart-way-list-item .smart-way-text {
    font-size: 16px;
    line-height: 22px;
  }
  .smart-way-wrap .smart-way .agent-flow,
  .smart-way-wrap .smart-way .smart-way-tools {
    height: auto;
    min-height: 150px;
  }
  .smart-way-wrap .smart-way .agent-flow img,
  .smart-way-wrap .smart-way .smart-way-tools img {
    object-fit: contain;
  }
  .smart-way-wrap .smart-way .smart-way-button {
    margin-top: 30px;
  }
  .smart-way-wrap .smart-way .smart-way-button a {
    width: 250px;
    height: 50px;
  }
  .smart-way-wrap .smart-way-ellipse-left {
    width: 300px;
    height: 300px;
    left: -150px;
    top: -50px;
  }
  .smart-way-wrap .smart-way-ellipse-right {
    width: 300px;
    height: 300px;
    left: auto;
    right: -150px;
    top: auto;
    bottom: -50px;
  }
}
.aos-team-section {
  width: 100%;
  padding: 80px 120px 100px;
  background: #F9FBFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.aos-team-section .aos-team-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.aos-team-section .aos-team-title {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  color: #202437;
  margin: 0;
}
.aos-team-section .aos-team-description {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #202437;
  margin: 0;
  max-width: 700px;
}
.aos-team-section .aos-team-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
}
.aos-team-section .aos-tab {
  background: #FFFFFF;
  border: 1px solid #E1E2E6;
  border-radius: 12px;
  padding: 0 20px;
  height: 50px;
  font-family: "SF Pro", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #202437;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.aos-team-section .aos-tab.active {
  border-color: #3B5CDE;
  color: #3B5CDE;
}
.aos-team-section .aos-tab:hover {
  border-color: #3B5CDE;
}
.aos-team-section .aos-team-select-wrapper {
  display: none;
  width: 100%;
  max-width: 400px;
}
.aos-team-section .aos-team-select {
  width: 100%;
  height: 50px;
  padding: 0 40px 0 20px;
  background: #FFFFFF;
  border: 1px solid #E1E2E6;
  border-radius: 12px;
  font-family: "SF Pro", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #202437;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23202437' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 16px;
}
.aos-team-section .aos-team-select:focus {
  outline: none;
  border-color: #3B5CDE;
}
.aos-team-section .aos-team-carousel {
  width: 100%;
  max-width: 1200px;
  position: relative;
}
.aos-team-section .aos-team-card {
  display: none;
  width: 100%;
}
.aos-team-section .aos-team-card.active {
  display: block;
}
.aos-team-section .aos-card-gradient {
  width: 100%;
  background: linear-gradient(180.05deg, #1B43BC 17.66%, #5728A9 119.27%);
  border-radius: 24px;
  padding: 30px 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.aos-team-section .aos-card-text {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 30px 0;
  max-width: 100%;
}
.aos-team-section .aos-card-video {
  width: 860px;
  height: 537.5px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0 0;
}
.aos-team-section .aos-card-video video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}
.aos-team-section .aos-card-video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #FFFFFF;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.aos-team-section .aos-card-video.loading::before {
  opacity: 1;
}
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.aos-team-section .aos-team-button {
  display: flex;
  justify-content: center;
  width: 100%;
}
.aos-team-section .aos-team-button a {
  width: 300px;
  height: 50px;
  background: linear-gradient(172.49deg, #3B5CDE 4.72%, #5621C7 104.71%);
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.aos-team-section .aos-team-button a:hover {
  background: linear-gradient(172.49deg, #4f6ce1 4.72%, #6b3ed4 104.71%);
  box-shadow: 0 4px 20px rgba(59, 92, 222, 0.4);
  transform: translateY(-2px);
}
.aos-team-section .aos-team-button a:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(59, 92, 222, 0.3);
}

@media (max-width: 800px) {
  .aos-team-section {
    padding: 60px 20px;
  }
  .aos-team-section .aos-team-tabs {
    display: none;
  }
  .aos-team-section .aos-team-select-wrapper {
    display: flex;
    justify-content: center;
  }
  .aos-team-section .aos-card-gradient {
    padding: 30px 20px 0;
  }
  .aos-team-section .aos-card-video {
    width: 100%;
    height: auto;
    aspect-ratio: 1.6;
  }
}
.testimonials-section {
  width: 100%;
  padding: 120px;
  background: linear-gradient(180deg, rgba(40, 66, 222, 0.9) 0%, rgba(107, 43, 244, 0.9) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials-section .testimonials-container {
  display: flex;
  align-items: center;
  gap: 90px;
  width: 100%;
  max-width: 1200px;
}
.testimonials-section .testimonials-nav {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.testimonials-section .testimonials-nav svg path {
  stroke: #FFFFFF;
}
.testimonials-section .testimonials-nav:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}
.testimonials-section .testimonials-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.testimonials-section .testimonials-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  width: 800px;
}
.testimonials-section .testimonials-title {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.5;
  color: #FFFFFF;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}
.testimonials-section .testimonials-swiper {
  width: 100%;
}
.testimonials-section .testimonials-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}
.testimonials-section .testimonials-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.testimonials-section .testimonials-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonials-section .testimonials-name {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0;
}
.testimonials-section .swiper-pagination {
  display: none;
  margin-top: 30px;
  position: static;
}
.testimonials-section .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #D1D5DB;
  opacity: 1;
  transition: all 0.3s ease;
}
.testimonials-section .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
  background: #FFFFFF;
}

@media (max-width: 800px) {
  .testimonials-section {
    padding: 60px 20px;
  }
  .testimonials-section .testimonials-container {
    gap: 20px;
  }
  .testimonials-section .testimonials-content {
    width: 100%;
  }
  .testimonials-section .testimonials-nav {
    display: none;
  }
  .testimonials-section .testimonials-title {
    text-align: left;
  }
  .testimonials-section .testimonials-text {
    text-align: left;
  }
  .testimonials-section .testimonials-author {
    justify-content: flex-start;
  }
  .testimonials-section .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
  }
}
.trust-safety-section {
  width: 100%;
  padding: 100px 0 0 0;
  background: #F9FBFF;
  display: flex;
  justify-content: center;
}
.trust-safety-section .trust-safety-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
.trust-safety-section .trust-safety-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.trust-safety-section .trust-safety-title {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  color: #202437;
  margin: 0;
  text-transform: capitalize;
}
.trust-safety-section .trust-safety-description {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #515666;
  margin: 0;
  max-width: 100%;
}
.trust-safety-section .trust-safety-content {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
}
.trust-safety-section .trust-safety-card {
  background: #FFFFFF;
  border: 1px solid #EBECF1;
  border-radius: 24px;
  padding: 40px;
  width: 550px;
  flex-shrink: 0;
}
.trust-safety-section .trust-safety-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.trust-safety-section .trust-feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.trust-safety-section .trust-feature-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.trust-safety-section .trust-feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.trust-safety-section .trust-feature-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.trust-safety-section .trust-feature-title {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  color: #202437;
  margin: 0;
}
.trust-safety-section .trust-feature-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #515666;
  margin: 0;
}
.trust-safety-section .trust-professionals-badge {
  background: rgba(59, 92, 222, 0.1);
  border-radius: 50px;
  padding: 10px 0 10px 20px;
  display: flex;
  align-items: center;
  height: 46px;
  margin-top: 16px;
  width: 420px;
  max-width: 100%;
}
.trust-safety-section .trust-professionals-avatars {
  display: flex;
  align-items: center;
  padding-right: 12px;
}
.trust-safety-section .trust-avatar {
  width: 58px;
  height: 26px;
}
.trust-safety-section .trust-professionals-text {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #3B5CDE;
  margin: 0;
  text-transform: capitalize;
}
.trust-safety-section .trust-safety-image {
  width: 550px;
  height: 600px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.trust-safety-section .trust-safety-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .trust-safety-section {
    padding: 80px 40px 0 40px;
  }
  .trust-safety-section .trust-safety-content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .trust-safety-section .trust-safety-card {
    width: 100%;
    max-width: 600px;
  }
  .trust-safety-section .trust-safety-image {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  .trust-safety-section .trust-safety-image img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 800px) {
  .trust-safety-section {
    padding: 60px 20px 0 20px;
  }
  .trust-safety-section .trust-safety-header {
    gap: 15px;
    margin-bottom: 30px;
  }
  .trust-safety-section .trust-safety-title {
    font-size: 34px;
    line-height: 51px;
  }
  .trust-safety-section .trust-safety-description {
    font-size: 18px;
    line-height: 27px;
  }
  .trust-safety-section .trust-safety-content {
    gap: 30px;
  }
  .trust-safety-section .trust-safety-card {
    padding: 24px 16px;
  }
  .trust-safety-section .trust-safety-features {
    gap: 20px;
  }
  .trust-safety-section .trust-feature-item {
    gap: 12px;
  }
  .trust-safety-section .trust-feature-icon {
    width: 28px;
    height: 28px;
  }
  .trust-safety-section .trust-professionals-badge {
    width: 100%;
    padding: 8px 12px;
    gap: 8px;
    height: auto;
    min-height: 40px;
    margin-top: 12px;
  }
}
@media (max-width: 480px) {
  .trust-safety-section {
    padding: 40px 16px 0 16px;
  }
  .trust-safety-section .trust-safety-card {
    padding: 20px 12px;
  }
  .trust-safety-section .trust-safety-features {
    gap: 16px;
  }
  .trust-safety-section .trust-feature-icon {
    width: 24px;
    height: 24px;
  }
  .trust-safety-section .trust-professionals-badge {
    padding: 6px 10px;
    gap: 6px;
  }
}

/* Video Modal */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}
.video-modal.active {
  display: flex;
}
.video-modal .video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.video-modal .video-modal-content {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1200px;
  animation: modalSlideIn 0.4s ease;
}
.video-modal .video-modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  z-index: 2;
}
.video-modal .video-modal-close:hover {
  transform: scale(1.1);
}
.video-modal .video-modal-close svg path {
  stroke: #FFFFFF;
}
.video-modal .video-modal-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}
.video-modal .video-modal-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 800px) {
  .video-modal .video-modal-content {
    width: 95%;
  }
  .video-modal .video-modal-close {
    top: -45px;
    width: 36px;
    height: 36px;
  }
  .video-modal .video-modal-close svg {
    width: 20px;
    height: 20px;
  }
  .video-modal .video-modal-wrapper {
    border-radius: 8px;
  }
}

@media (max-width: 480px) {
  .video-modal .video-modal-close {
    top: -40px;
    width: 32px;
    height: 32px;
  }
  .video-modal .video-modal-close svg {
    width: 18px;
    height: 18px;
  }
}

/*# sourceMappingURL=index.css.map */
