.swiper-box-wrap {
  height: 700px;
}
.swiper-box-wrap .swiper-box {
  position: relative;
  overflow: hidden;
  height: 700px;
  display: block;
  margin: auto;
}
.swiper-box-wrap .swiper-box .content-wrap {
  height: 700px;
}
.swiper-box-wrap .swiper-box .pcSwiper {
  position: relative;
}
.swiper-box-wrap .swiper-box .pcSwiper .swiper-pagination {
  position: relative;
  bottom: 218px;
  line-height: 8px;
  z-index: 1;
}
.swiper-box-wrap .swiper-box .pcSwiper .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-box-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: relative;
}
.swiper-box-wrap .content-wrap .slide-content {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.swiper-box-wrap .content-wrap .slide-content .swiper-des {
  max-width: 550px;
  height: 230px;
  margin-top: 156px;
}
.swiper-box-wrap .content-wrap .slide-content .swiper-des .title {
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  color: #ffffff;
}
.swiper-box-wrap .content-wrap .slide-content .swiper-des .des {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 40px;
}
.swiper-box-wrap .content-wrap .slide-content .swiper-des .md-button {
  width: 240px;
  height: 50px;
  background: transparent;
  border: 2px solid #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
}
.swiper-box-wrap .content-wrap .slide-content .swiper-des .md-button:hover {
  background: #fff;
}
.swiper-box-wrap .content-wrap .slide-content .swiper-right {
  width: 570px;
  height: 470px;
  margin-top: 74px;
}
.swiper-box-wrap .content-wrap .slide-content .swiper-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-box-wrap .content-wrap .slide-content .swiper-right.slide1 {
  margin-top: 90px;
}
.swiper-box-wrap .content-wrap .swiper-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.swiper-box-wrap .content-wrap .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mb-flat-card {
  max-width: 1200px;
  height: 360px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 24px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 80px;
  padding: 50px 100px;
  position: relative;
  margin-top: -180px;
  z-index: 5;
}
.mb-flat-card .card-item .item-avatar {
  height: 80px;
  margin-bottom: 30px;
  width: 80px;
}
.mb-flat-card .card-item .item-avatar img {
  height: 100%;
  width: 100%;
}
.mb-flat-card .card-item .item-info {
  margin-bottom: 10px;
}
.mb-flat-card .card-item .item-info .info-name {
  color: #202437;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
}
.mb-flat-card .card-item .item-info .info-desc {
  color: #202437;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.mb-flat-card .card-item .item-btn a {
  width: auto !important;
}
.mb-flat-card .card-item .item-btn a:hover {
  background-color: transparent;
}
.mb-flat-card .card-item .item-btn a:hover:after {
  font-family: iconfont !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3b5cde;
  content: "\e603";
  font-size: 12px;
  font-weight: 400;
  margin-left: 8px;
}

.your-business {
  max-width: 1200px;
  margin: 100px auto;
}
.your-business .business-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #202437;
  margin-bottom: 40px;
}
.your-business .business-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.your-business .business-cards .business-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  height: 340px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.your-business .business-cards .business-card:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}
.your-business .business-cards .business-card.card-1 {
  background-image: url("https://cdn.lofty.com/image/fs/servicetool/2026123/6/original_b6c4321ae83c432d.png");
}
.your-business .business-cards .business-card.card-2 {
  grid-column: span 2;
  background-image: url("https://cdn.lofty.com/image/fs/servicetool/2026123/6/original_ec8b50cb26d94da1.png");
}
.your-business .business-cards .business-card.card-2:hover {
  transform: scale(1.025);
}
.your-business .business-cards .business-card.card-3 {
  background-image: url("https://cdn.lofty.com/image/fs/servicetool/2026123/6/original_6fb9ff1907b3462a.png");
}
.your-business .business-cards .business-card.card-4 {
  background-image: url("https://cdn.lofty.com/image/fs/servicetool/2026123/6/original_302b5f616acc46c0.png");
}
.your-business .business-cards .business-card.card-5 {
  background-image: url("https://cdn.lofty.com/image/fs/servicetool/2026123/6/original_beee57c0fd3f464c.png");
}
.your-business .business-cards .business-card .card-content {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  z-index: 1;
}
.your-business .business-cards .business-card .card-content .card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 10px;
}
.your-business .business-cards .business-card .card-content .card-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #ffffff;
}

.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;
  z-index: 1;
}
.smart-way-wrap .smart-way h3 {
  color: #FFF;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 60px;
}
.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 .lofty-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.smart-way-wrap .smart-way .smart-way-header .lofty-title-row .lofty-agent-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.smart-way-wrap .smart-way .smart-way-header .lofty-title-row .lofty-agent-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.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-title img {
  width: 28px;
  margin-right: 10px;
}
.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%;
  -o-object-fit: contain;
     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 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
}
.smart-way-wrap .smart-way .agent-flow .agent-flow-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  min-width: 0;
  white-space: nowrap;
}
.smart-way-wrap .smart-way .agent-flow .agent-flow-item .agent-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.smart-way-wrap .smart-way .agent-flow .agent-flow-item .agent-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.smart-way-wrap .smart-way .agent-flow .agent-flow-item .agent-label {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.755px;
  margin: 0;
  text-align: center;
}
.smart-way-wrap .smart-way .agent-flow .agent-arrow {
  width: 18px;
  height: 33px;
  flex-shrink: 0;
}
.smart-way-wrap .smart-way .agent-flow .agent-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.smart-way-wrap .smart-way .smart-way-tools {
  width: 100%;
  position: relative;
}
.smart-way-wrap .smart-way .smart-way-tools .tools-mask-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.smart-way-wrap .smart-way .smart-way-tools .tools-mask-wrapper::before, .smart-way-wrap .smart-way .smart-way-tools .tools-mask-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.smart-way-wrap .smart-way .smart-way-tools .tools-mask-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #152B5C 0%, rgba(2, 25, 69, 0) 100%);
}
.smart-way-wrap .smart-way .smart-way-tools .tools-mask-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #152B5C 0%, rgba(2, 25, 69, 0) 100%);
}
.smart-way-wrap .smart-way .smart-way-tools .tools-row {
  display: flex;
  gap: 10px;
  opacity: 0.8;
}
.smart-way-wrap .smart-way .smart-way-tools .tools-row:first-child {
  margin-left: 20px;
}
.smart-way-wrap .smart-way .smart-way-tools .tools-row .tool-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 110px;
  height: 45px;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.smart-way-wrap .smart-way .smart-way-tools .tools-row .tool-badge img {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.smart-way-wrap .smart-way .smart-way-tools .tools-row .tool-badge span {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}
.smart-way-wrap .smart-way .smart-way-tools .tools-row + .tools-row {
  margin-top: 10px;
}
.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);
  pointer-events: none;
}
.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);
  pointer-events: none;
}
.smart-way-wrap .ai-stats-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 70px;
  padding: 100px 0 0 0;
  position: relative;
  z-index: 1;
}
.smart-way-wrap .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;
}
.smart-way-wrap .ai-stats-wrap .ai-stats-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1200px;
  max-width: 100%;
}
.smart-way-wrap .ai-stats-wrap .ai-stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 210px;
}
.smart-way-wrap .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;
}
.smart-way-wrap .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;
}
.smart-way-wrap .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;
}
.smart-way-wrap .ai-stats-wrap .ai-stats-button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.smart-way-wrap .ai-stats-wrap .ai-stats-button a {
  width: 240px;
  height: 50px;
  padding: 15px 80px;
  background: #FFFFFF;
  border-radius: 30px;
  color: #3B5CDE;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}
.smart-way-wrap .ai-stats-wrap .ai-stats-button a:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #3B5CDE;
}
.smart-way-wrap .ai-stats-wrap .ai-stats-button a:active {
  background: rgba(255, 255, 255, 0.8);
  color: #3B5CDE;
}

.testimonials {
  width: 100%;
  padding: 90px 0;
  background: #F6F7FB;
  overflow: hidden;
}
.testimonials .testimonials-title {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  color: #202437;
  margin: 0 auto 50px;
}
.testimonials .testimonials-swiper {
  max-width: 1260px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.testimonials .testimonials-swiper::before, .testimonials .testimonials-swiper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.testimonials .testimonials-swiper::before {
  left: calc(50% - 50vw);
  width: calc(50vw - 50% - 15px);
  background: linear-gradient(to right, #F6F7FB 0%, rgba(246, 247, 251, 0) 200%);
}
.testimonials .testimonials-swiper::after {
  left: calc(100% + 15px);
  width: calc(50vw - 50% - 15px);
  background: linear-gradient(to left, #F6F7FB 0%, rgba(246, 247, 251, 0) 200%);
}
.testimonials .testimonials-swiper .swiper-wrapper {
  display: flex;
}
.testimonials .testimonials-swiper .swiper-wrapper .swiper-slide {
  margin-right: 30px;
  width: 400px;
  transition: transform 0.3s ease;
}
.testimonials .testimonials-swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.testimonials .testimonials-swiper .swiper-wrapper .swiper-slide:hover {
  transform: scale(1.05);
}
.testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card {
  background: #FFF;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-image-wrap {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-image-wrap .testimonial-image {
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-image-wrap .testimonial-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 6px 16px;
  border-radius: 100px;
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-content {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-content .testimonial-heading {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #202437;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-content .testimonial-description {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #515666;
  margin: -20px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-content .testimonial-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-content .testimonial-author .author-info {
  flex: 1;
}
.testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-content .testimonial-author .author-info .author-name {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #A0A3AF;
  margin: 0 0 4px 0;
}
.testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-content .testimonial-author .author-info .author-title {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #A0A3AF;
  margin: 0;
}
.testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-content .testimonial-author .author-avatar {
  width: auto;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.testimonials .testimonials-swiper .testimonials-prev-btn,
.testimonials .testimonials-swiper .testimonials-next-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 210px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.testimonials .testimonials-swiper .testimonials-prev-btn svg,
.testimonials .testimonials-swiper .testimonials-next-btn svg {
  color: #202437;
}
.testimonials .testimonials-swiper .testimonials-prev-btn:hover,
.testimonials .testimonials-swiper .testimonials-next-btn:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.testimonials .testimonials-swiper .testimonials-prev-btn {
  left: 20px;
}
.testimonials .testimonials-swiper .testimonials-next-btn {
  right: 20px;
}
.testimonials .testimonials-swiper .testimonials-pagination {
  display: none;
}

.cta-wrap {
  width: 100%;
  background: #021945;
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-wrap .cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 536px;
  width: 100%;
}
.cta-wrap .cta-content .cta-title {
  font-family: "Manrope", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
  color: #FFFFFF;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
}
.cta-wrap .cta-content .cta-button {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cta-wrap .cta-content .cta-button a {
  width: 250px;
  height: 50px;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  background: linear-gradient(171deg, rgb(22, 25, 210) 4.72%, rgb(86, 33, 199) 104.71%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
}
.cta-wrap .cta-content .cta-button a:hover {
  opacity: 0.9;
}

.team {
  height: 220px;
  max-width: 1200px;
  margin: 120px auto;
}
.team .team-title {
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  vertical-align: middle;
  color: var(--solid-black-202437, rgb(32, 36, 55));
  margin-bottom: 60px;
}
.team .team-item ul {
  display: flex;
  gap: 20px 50px;
  justify-content: center;
  flex-wrap: wrap;
}
.team .team-item ul li {
  width: 150px;
  height: 60px;
}
.team .team-item ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 800px) {
  .swiper-box-wrap {
    height: 800px;
  }
  .swiper-box-wrap .swiper-box {
    height: 800px;
  }
  .swiper-box-wrap .swiper-box .pcSwiper .swiper-pagination {
    bottom: 176px;
  }
  .swiper-box-wrap .swiper-box .pcSwiper .content-wrap {
    height: 800px;
  }
  .swiper-box-wrap .swiper-box .pcSwiper .content-wrap .slide-content {
    width: 100%;
    height: 800px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .swiper-box-wrap .swiper-box .pcSwiper .content-wrap .slide-content .swiper-des {
    margin: 100px 30px 30px;
    height: auto;
  }
  .swiper-box-wrap .swiper-box .pcSwiper .content-wrap .slide-content .swiper-des .title {
    font-size: 30px;
    line-height: 40px;
  }
  .swiper-box-wrap .swiper-box .pcSwiper .content-wrap .slide-content .swiper-des .des {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .swiper-box-wrap .swiper-box .pcSwiper .content-wrap .slide-content .swiper-des .button .md-button {
    width: 100%;
  }
  .swiper-box-wrap .swiper-box .pcSwiper .content-wrap .slide-content .swiper-right {
    width: 100%;
    height: 260px;
    padding: 0 30px;
    margin-top: 0;
  }
  .swiper-box-wrap .swiper-box .pcSwiper .content-wrap .slide-content .swiper-right img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .swiper-box-wrap .swiper-box .pcSwiper .content-wrap .slide-content .slide1 {
    margin-top: 16px;
  }
  .mb-flat-card {
    width: 90%;
    flex-direction: column;
    height: auto;
    padding: 50px 38px;
    gap: 40px;
    margin-top: -150px;
  }
  .your-business {
    margin: 60px 15px;
    padding: 0;
  }
  .your-business .business-title {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 30px;
  }
  .your-business .business-cards {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .your-business .business-cards .business-card {
    height: 280px;
  }
  .your-business .business-cards .business-card.card-2 {
    grid-column: span 1;
  }
  .your-business .business-cards .business-card .card-content {
    top: 20px;
    left: 20px;
    right: 20px;
  }
  .your-business .business-cards .business-card .card-content .card-title {
    font-size: 18px;
    line-height: 26px;
  }
  .your-business .business-cards .business-card .card-content .card-desc {
    font-size: 14px;
    line-height: 22px;
  }
  .smart-way-wrap {
    padding: 60px 20px;
  }
  .smart-way-wrap .smart-way .smart-way-content {
    flex-direction: column;
    padding: 0;
  }
  .smart-way-wrap .smart-way .smart-way-item {
    width: 100%;
    flex-direction: column;
    padding: 30px 20px;
  }
  .smart-way-wrap .smart-way .smart-way-header .smart-way-title {
    font-size: 30px;
    line-height: 40px;
  }
  .smart-way-wrap .smart-way .smart-way-header .smart-way-description {
    font-size: 16px;
    line-height: 24px;
  }
  .smart-way-wrap .smart-way .smart-way-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .smart-way-wrap .smart-way .smart-way-list .smart-way-list-item .smart-way-text {
    font-size: 14px;
    line-height: 22px;
  }
  .smart-way-wrap .agent-flow .agent-flow-item {
    width: 100%;
    padding: 30px 20px;
    gap: 8px;
  }
  .smart-way-wrap .agent-flow .agent-flow-item .agent-icon img {
    width: 60px;
    height: 60px;
  }
  .smart-way-wrap .agent-flow .agent-flow-item .agent-label {
    font-size: 16px;
  }
  .smart-way-wrap .ai-stats-wrap {
    gap: 0;
    padding: 100px 0 0 0;
  }
  .smart-way-wrap .ai-stats-wrap .ai-stats-title {
    text-align: center;
    padding: 0 20px;
  }
  .smart-way-wrap .ai-stats-wrap .ai-stats-content {
    flex-direction: column;
    text-align: center;
    padding-top: 10px;
  }
  .smart-way-wrap .ai-stats-wrap .ai-stats-content .ai-stat-item {
    width: 100%;
    padding: 30px 20px 0;
    align-items: center;
  }
  .smart-way-wrap .ai-stats-wrap .ai-stats-button {
    margin-top: 60px;
  }
  .smart-way-wrap .smart-way .smart-way-tools .tools-row:first-child {
    margin-left: -20px;
  }
  .smart-way-wrap .smart-way .smart-way-tools .tools-row:last-child {
    margin-left: -60px;
  }
  .smart-way-wrap .smart-way .smart-way-tools .tools-row .tool-badge {
    min-width: 80px;
    height: 33px;
  }
  .smart-way-wrap .smart-way-ellipse-left,
  .smart-way-wrap .smart-way-ellipse-right {
    display: none;
  }
  .cusomer {
    flex-direction: column;
    padding-bottom: 60px;
    margin-top: -40px;
  }
  .cusomer .cusomer-left {
    width: 90%;
  }
  .cusomer .cusomer-left .cusomer-title {
    font-size: 30px;
  }
  .cusomer .cusomer-left .cusomer-desc {
    width: 90%;
    margin-bottom: 60px;
  }
  .cusomer .cusomer-left .cusomer-button {
    margin-bottom: 40px;
  }
  .cusomer .cusomer-right {
    width: 90%;
  }
  .testimonials {
    padding: 60px 20px;
  }
  .testimonials .testimonials-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .testimonials .testimonials-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-image-wrap {
    height: 200px;
  }
  .testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-image-wrap .testimonial-badge {
    top: 15px;
    right: 15px;
    padding: 4px 12px;
    font-size: 12px;
  }
  .testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-content {
    padding: 20px;
    gap: 20px;
  }
  .testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-content .testimonial-heading {
    font-size: 18px;
    line-height: 26px;
  }
  .testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-content .testimonial-description {
    font-size: 14px;
    margin-top: -10px;
  }
  .testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-content .testimonial-author .author-info .author-name,
  .testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-content .testimonial-author .author-info .author-title {
    font-size: 14px;
  }
  .testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-content .testimonial-author .author-avatar {
    width: 40px;
    height: 40px;
  }
  .testimonials .testimonials-swiper .swiper-wrapper .swiper-slide .testimonial-card .testimonial-content .testimonial-author .author-logo {
    height: 32px;
    max-width: 100px;
  }
  .testimonials .testimonials-swiper .testimonials-prev-btn,
  .testimonials .testimonials-swiper .testimonials-next-btn {
    display: none;
  }
  .testimonials .testimonials-swiper .testimonials-pagination {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 30px;
    line-height: 1;
  }
  .testimonials .testimonials-swiper .testimonials-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #D1D3DB;
    opacity: 1;
    margin: 0 6px;
  }
  .testimonials .testimonials-swiper .testimonials-pagination .swiper-pagination-bullet-active {
    background: #3B5CDE;
  }
  .cta-wrap {
    padding: 60px 20px;
  }
  .cta-wrap .cta-content .cta-title {
    font-size: 30px;
    line-height: 42px;
  }
  .team {
    height: auto;
    margin: 60px 0;
  }
  .team .team-title {
    margin-bottom: 0;
  }
  .team .team-item ul {
    gap: 10px;
    padding-top: 20px;
    justify-content: center;
  }
  .team .team-item ul li {
    flex-basis: calc(33.33333% - 18px) !important;
    height: 60px;
  }
}
/* LoftyBlast Modal Styles */
body.modal-open {
  overflow: hidden;
  height: 100%;
}

.lofty-blast-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lofty-blast-mask.show {
  opacity: 1;
}

.blast-modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: all 0.3s ease;
}
.blast-modal-container.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.lofty-blast-modal {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  max-width: 540px;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.blast-close-btn-external {
  position: absolute;
  bottom: -64px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  border: 1px solid #A0A3AF;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 0.2s ease;
}
.blast-close-btn-external svg {
  width: 12px;
  height: 12px;
}
.blast-close-btn-external svg path {
  fill: #A0A3AF;
  transition: fill 0.2s ease;
}

.blast-modal-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blast-modal-content {
  padding: 30px;
  text-align: left;
}

.blast-image-container {
  margin-bottom: 25px;
}

.blast-image {
  max-width: 100%;
  height: auto;
}

.blast-title {
  font-family: SF Pro, Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #202437;
  margin-bottom: 10px;
}

.blast-description {
  font-family: SF Pro, Manrope;
  font-weight: 510;
  font-style: Medium;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #515666;
}

.blast-modal-footer {
  padding: 0 30px 30px;
}

.blast-purchase-btn {
  background: #3b5cde;
  width: 480px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-family: SF Pro, Manrope;
  font-weight: 510;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  cursor: pointer;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .lofty-blast-modal {
    width: 90vw;
    margin: 0 10px;
  }
  .blast-modal-content {
    padding: 15px 20px;
  }
  .blast-modal-footer {
    padding: 0 20px 20px;
  }
  .blast-modal-footer .blast-purchase-btn {
    width: 100%;
  }
  .blast-title {
    font-size: 18px;
  }
  .blast-description {
    font-size: 14px;
  }
  .blast-leads-info {
    flex-direction: column;
    gap: 10px;
  }
}/*# sourceMappingURL=index.css.map */