@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-emiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

.red-button {
  align-self: flex-start;
  padding: 9px 3rem 9px 1.5rem;
  border-radius: 50px;
  background: url("../images/white-right-arrow.svg") no-repeat right 14px center, linear-gradient(90deg, #C02A2C 0%, #FF7D7F 100%);
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
}
.red-button:hover {
  color: #ffffff;
}

.hero {
  padding: 3rem 0 3rem;
  height: 100vh;
}
.hero .container {
  height: 100%;
}
.hero .hero-inner {
  position: relative;
  border-radius: 24px;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100%;
}
.hero .hero-inner .hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-inner .thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero .hero-inner .thumb:before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.29) 35.37%, #0070B9 100%);
}
.hero .hero-inner .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-inner .hero-content {
  position: relative;
  z-index: 5;
  margin-left: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #ffffff;
  width: 100%;
  max-width: 490px;
}
.hero .hero-inner .box-legacy {
  position: absolute;
  bottom: 14px;
  left: 4rem;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #ffffff;
}
.hero .hero-inner .box-legacy img {
  width: 31px;
}
.hero .hero-inner .box-legacy p {
  font-weight: 600;
  font-style: italic;
}

.benefits {
  padding: 4rem 0;
}
.benefits .container {
  max-width: 1470px;
}
.benefits .benefit-grid {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(2, 1fr);
}
.benefits .benefit-grid .benefit-left-content h2 {
  color: #0070B9;
}
.benefits .benefit-grid .benefit-left-content .n-text-16 {
  color: #565656;
}
.benefits .benefit-grid .benefit-right-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.benefits .benefit-grid .benefit-right-accordion .accordion-item .acc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  background: #92D4FF;
  backdrop-filter: blur(8.5px);
  padding: 1rem 2.25rem;
  cursor: pointer;
}
.benefits .benefit-grid .benefit-right-accordion .accordion-item .acc-head p {
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
}
.benefits .benefit-grid .benefit-right-accordion .accordion-item .acc-head .plus-icon {
  width: 21.4px;
  aspect-ratio: 1;
  flex-shrink: 0;
  transition: all 0.3s;
}
.benefits .benefit-grid .benefit-right-accordion .accordion-item .accordion-body {
  padding: 0 7.5px;
}
.benefits .benefit-grid .benefit-right-accordion .accordion-item .accordion-body .accordion-body-content {
  margin-top: -1rem;
  padding: 2rem 1.5rem;
  background: #FFF;
  box-shadow: 0 5px 20px 0 #BFDEF3;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.benefits .benefit-grid .benefit-right-accordion .accordion-item .accordion-body .accordion-body-content ul {
  padding-left: 20px;
  list-style: disc;
}
.benefits .benefit-grid .benefit-right-accordion .accordion-item:nth-child(2) .acc-head {
  background: #43B5FF;
}
.benefits .benefit-grid .benefit-right-accordion .accordion-item:nth-child(3) .acc-head {
  background: #089EFF;
}
.benefits .benefit-grid .benefit-right-accordion .accordion-item:nth-child(4) .acc-head {
  background: #0070B9;
}
.benefits .benefit-grid .benefit-right-accordion .accordion-item.is-active .plus-icon {
  transform: rotate(45deg);
  opacity: 0;
}

.story {
  padding: 4rem 0 7rem;
}
.story .container {
  max-width: 1470px;
}
.story .story-head {
  display: flex;
}
.story .story-head .story-img {
  width: 46%;
  object-fit: cover;
  aspect-ratio: 666/435;
}
.story .story-head .story-content {
  width: 54%;
  padding: 3rem 5rem;
  border-radius: 0 24px 24px 0;
  background: #F1FAFF;
  position: relative;
  display: flex;
  align-items: center;
}
.story .story-head .story-content h2 {
  color: #0070B9;
}
.story .story-head .story-content .story-richtext {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #111;
}
.story .story-head .story-content .story-richtext span {
  color: #ED9B33;
  font-weight: 700;
}
.story .story-head .story-content .plane-img {
  position: absolute;
  width: 20%;
  top: -1.5rem;
  right: -4px;
}
.story .story-features {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 2rem;
  padding: 0 4rem;
}
.story .story-features .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.story .story-features .feature-item .box-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #0070B9;
}
.story .story-features .feature-item .box-icon img {
  aspect-ratio: 1;
  object-fit: contain;
}
.story .story-features .feature-item .feature-content {
  color: #111;
}
.story .story-features .feature-item .feature-content h3 {
  color: #0070B9;
}

.the-diff .container {
  max-width: 1470px;
}
.the-diff .the-diff-inner {
  padding: 7.5rem 4rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #F1FAFF 0%, #0070B9 100%);
}
.the-diff .the-diff-inner .the-diff-head {
  text-align: center;
  max-width: 520px;
  justify-content: center;
  margin: 0 auto;
}
.the-diff .the-diff-inner .the-diff-head h2 {
  color: #0070B9;
}
.the-diff .the-diff-inner .the-diff-head .red-button {
  align-self: center;
}
.the-diff .the-diff-inner .the-diff-body {
  padding-bottom: 67px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  align-items: flex-end;
}
.the-diff .the-diff-inner .the-diff-body:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 5px;
  background: rgba(71, 161, 219, 0.33);
}
.the-diff .the-diff-inner .the-diff-body .diff-box {
  position: relative;
  padding: 3rem 2rem;
  background: #ffffff;
  border-radius: 3rem;
}
.the-diff .the-diff-inner .the-diff-body .diff-box .b-text-20 {
  margin-bottom: 1.5rem;
  font-size: 19px;
}
.the-diff .the-diff-inner .the-diff-body .diff-box .shape-img {
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 28px;
  transform: translateX(-50%);
}
.the-diff .the-diff-inner .the-diff-body .diff-box .ellipse-img {
  position: absolute;
  left: 50%;
  bottom: calc(-4rem - 7px);
  width: 14px;
  transform: translateX(-50%);
}

.process {
  overflow: hidden;
  padding: 7.5rem 0;
  position: relative;
}
.process .container {
  max-width: 1470px;
  position: relative;
}
.process .map-img {
  position: absolute;
  width: 100%;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.process .the-diff-head {
  text-align: center;
  max-width: 520px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.process .the-diff-head h2 {
  color: #0070B9;
}
.process .the-diff-head .n-text-16 {
  color: #565656;
}
.process .the-diff-head .red-button {
  align-self: center;
}
.process .steps {
  position: relative;
  z-index: 5;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin: 0 auto;
}
.process .steps .step-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.process .steps .step-group .step-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 10px 20px;
  border-radius: 50px;
  background: #63C1FF;
  color: #ffffff;
}
.process .steps .step-group .step-item .number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #0070B9;
  font-size: 1.25rem;
  font-weight: 700;
}
.process .steps .step-group .step-item .step-content {
  font-size: 1.25rem;
}
.process .steps .step-group .step-item:nth-child(2) {
  background: #3CB1FF;
}
.process .steps .step-group .step-item:nth-child(3) {
  background: #109FFF;
}
.process .steps .step-group .step-item:nth-child(4) {
  background: #088EE6;
}
.process .steps .step-group.right-box .step-item {
  background: #0E83CF;
}
.process .steps .step-group.right-box .step-item:nth-child(2) {
  background: #1477B7;
}
.process .steps .step-group.right-box .step-item:nth-child(3) {
  background: #1A6698;
}
.process .steps .step-group.right-box .step-item:nth-child(4) {
  background: #1E5980;
}

.success .container {
  max-width: 1470px;
}
.success .flex-column-gap-48 {
  position: relative;
  padding: 7rem 3rem 9rem;
  border-radius: 24px;
  overflow: hidden;
}
.success .flex-column-gap-48 .thumb-city {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.success .flex-column-gap-48 .thumb-city img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.success .flex-column-gap-48 .thumb-city:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 35.37%, #0070B9 100%);
}
.success .flex-column-gap-48 .the-diff-head {
  text-align: center;
  max-width: 520px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  color: #565656;
}
.success .flex-column-gap-48 .the-diff-head h2 {
  color: #0070B9;
}
.success .flex-column-gap-48 .the-diff-head .red-button {
  align-self: center;
}
.success .flex-column-gap-48 .success-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  position: relative;
  z-index: 5;
}
.success .flex-column-gap-48 .success-grid .accordions {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.success .flex-column-gap-48 .success-grid .accordions .accordion-item {
  padding: 1.5rem 2.5rem;
  border-radius: 20px;
  background: rgba(0, 112, 185, 0.5);
  backdrop-filter: blur(8.5px);
  cursor: pointer;
}
.success .flex-column-gap-48 .success-grid .accordions .accordion-item .acc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.success .flex-column-gap-48 .success-grid .accordions .accordion-item .acc-head p {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
}
.success .flex-column-gap-48 .success-grid .accordions .accordion-item .acc-head .plus-icon {
  width: 21.4px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.success .flex-column-gap-48 .success-grid .accordions .accordion-item .accordion-body {
  display: none;
  padding-top: 18px;
  overflow: hidden;
}
.success .flex-column-gap-48 .success-grid .accordions .accordion-item .accordion-body .accordion-body-content {
  color: #111;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.success .flex-column-gap-48 .success-grid .accordions .accordion-item .accordion-body .accordion-body-content ul {
  padding-left: 20px;
  list-style: disc;
}
.success .flex-column-gap-48 .success-grid .accordions .accordion-item.is-active {
  background-color: #ffffff;
}
.success .flex-column-gap-48 .success-grid .accordions .accordion-item.is-active .acc-head p {
  color: #ED9B33;
}
.success .flex-column-gap-48 .success-grid .accordions .accordion-item.is-active .plus-icon {
  opacity: 0;
}

.testimonials {
  padding: 7.5rem 0 4rem;
}
.testimonials .container {
  max-width: 1470px;
}
.testimonials .test-box {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 0 4rem;
}
.testimonials .test-head {
  text-align: center;
}
.testimonials .test-head h2 {
  margin-bottom: 12px;
  color: #0070B9;
}
.testimonials .test-head p {
  color: #565656;
}
.testimonials .testimonial-swiper-wrapper {
  position: relative;
}
.testimonials .testimonial-swiper-wrapper .testimonial-swiper {
  padding-bottom: 6.5rem;
}
.testimonials .testimonial-swiper-wrapper .testimonial-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #E3E6F0;
  opacity: 1;
  transition: all 0.3s;
}
.testimonials .testimonial-swiper-wrapper .testimonial-swiper .swiper-pagination-bullet-active {
  background: #C02A2C;
  border-radius: 24px;
  width: 40px;
}
.testimonials .testimonial-swiper-wrapper .testimonial-swiper .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #0070B9 0%, #A6DBFE 100%);
  top: 36%;
}
.testimonials .testimonial-swiper-wrapper .testimonial-swiper .swiper-button-prev:after {
  display: none;
}
.testimonials .testimonial-swiper-wrapper .testimonial-swiper .swiper-button-next {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #0070B9 0%, #A6DBFE 100%);
  top: 36%;
}
.testimonials .testimonial-swiper-wrapper .testimonial-swiper .swiper-button-next:after {
  display: none;
}
.testimonials .testimonial-swiper-wrapper .testimonial-swiper .swiper-button-disabled {
  opacity: 1;
  background: #E3E6F0;
}
.testimonials .testimonial-swiper-wrapper .swiper-slide .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.testimonials .testimonial-swiper-wrapper .swiper-slide .inner .slide-head {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonials .testimonial-swiper-wrapper .swiper-slide .inner .slide-head .flag-img {
  width: 5.812rem;
  height: 5.812rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.testimonials .testimonial-swiper-wrapper .swiper-slide .inner .slide-head .content .name {
  color: #171921;
  font-weight: 700;
}
.testimonials .testimonial-swiper-wrapper .swiper-slide .inner .slide-head .content .desc {
  color: #565656;
  margin-bottom: 8px;
}
.testimonials .testimonial-swiper-wrapper .swiper-slide .inner .slide-head .content .stars {
  display: flex;
}
.testimonials .testimonial-swiper-wrapper .swiper-slide .inner .slide-head .content .stars img {
  width: 2.25rem;
  height: 2.25rem;
}
.testimonials .testimonial-swiper-wrapper .swiper-slide .inner .slide-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 980px;
}
.testimonials .testimonial-swiper-wrapper .swiper-slide .inner .slide-body .n-text-16 {
  color: #111;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.testimonials .testimonial-swiper-wrapper .swiper-slide .inner .slide-body .book-button {
  width: 212px;
  text-align: center;
  padding-right: 16px;
}

.contact-sect {
  margin-top: 3rem;
  margin-bottom: 6rem;
}
.contact-sect .container {
  max-width: 1470px;
}
.contact-sect .contact-inner {
  position: relative;
  padding: 5rem 3rem;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contact-sect .contact-inner .contact-img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}
.contact-sect .contact-inner .c-content {
  position: relative;
  z-index: 5;
  padding-right: 6rem;
  width: 45%;
}
.contact-sect .contact-inner .c-content img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.contact-sect .contact-inner .c-content .heading-30 {
  color: #ffffff;
  position: relative;
  z-index: 5;
}
.contact-sect .contact-inner .c-content .n-text-16 {
  color: #ffffff;
  position: relative;
  z-index: 5;
}
.contact-sect .contact-inner .group-form {
  border-radius: 20px;
  background: #FFF;
  backdrop-filter: blur(16.5px);
  padding: 3rem;
  width: 50%;
}
.contact-sect .contact-inner .group-form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-sect .contact-inner .group-form form .form-group {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 0;
}
.contact-sect .contact-inner .group-form form label {
  font-size: 12px;
  color: #111;
  font-weight: 600;
  width: 100%;
}
.contact-sect .contact-inner .group-form form label input {
  width: 100%;
  padding: 10px 23px;
  border-radius: 25px;
  background: #F0F9FF;
  margin-top: 4px;
  font-size: 1rem;
  color: #c3c3c3;
  font-weight: 400;
}
.contact-sect .contact-inner .group-form form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-sect .contact-inner .group-form form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.contact-sect .contact-inner .group-form form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  margin-bottom: 0;
  display: flex;
  padding: 10px 23px;
  border-radius: 25px;
  background: #F0F9FF;
  gap: 1rem;
  cursor: pointer;
  /* Radio trong CF7 */
  /* Chấm tròn bên trong khi checked */
  /* Trạng thái checked: hiện chấm xanh */
}
.contact-sect .contact-inner .group-form form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #0070B9;
  border-radius: 50%;
  background: #fff;
  padding: 0;
  margin: 4px 0 0 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.contact-sect .contact-inner .group-form form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type=radio]::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #0070B9;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.contact-sect .contact-inner .group-form form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type=radio]:checked::after {
  opacity: 1;
}
.contact-sect .contact-inner .group-form form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 1rem;
}
.contact-sect .contact-inner .group-form form .star {
  color: #0070B9;
}
.contact-sect .contact-inner .group-form form .group-btn input {
  width: 100%;
  cursor: pointer;
  border-radius: 50px;
  background: url("../images/white-right-arrow.svg") no-repeat right 14px center, linear-gradient(90deg, #0070B9 0%, #A6DBFE 100%);
  padding: 10px 24px;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 700;
}
.contact-sect .contact-inner .group-form form .wpcf7-response-output {
  margin: 0;
}

@keyframes bounceBox {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.group-form.bounce {
  animation: bounceBox 0.4s ease;
}

@media screen and (max-width: 1024px) {
  .red-button {
    padding: 9px 3rem 9px 1.5rem;
    background: url("../images/white-right-arrow.svg") no-repeat right 14px center, linear-gradient(90deg, #C02A2C 0%, #FF7D7F 100%);
    font-size: 0.9375rem;
  }
  .hero {
    padding: 51px 0 1rem;
  }
  .hero .container {
    padding: 0;
  }
  .hero .hero-inner {
    border-radius: 0 0 24px 24px;
  }
  .hero .hero-inner .thumb:before {
    background: linear-gradient(180deg, rgba(0, 112, 185, 0) -3.85%, rgba(255, 255, 255, 0.39) 49.57%, rgba(0, 112, 185, 0.93) 99.83%);
  }
  .hero .hero-inner .hero-content {
    margin-left: 0;
    gap: 20px;
    padding: 0 24px;
  }
  .hero .hero-inner .box-legacy {
    bottom: 2rem;
    left: 0;
    padding: 0 24px;
  }
  .benefits {
    padding: 44px 0 30;
  }
  .benefits .benefit-grid {
    gap: 3.75rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .benefits .benefit-grid .benefit-right-accordion .accordion-item .acc-head {
    padding: 10px 14px;
    cursor: pointer;
  }
  .benefits .benefit-grid .benefit-right-accordion .accordion-item .acc-head .plus-icon {
    width: 15px;
  }
  .benefits .benefit-grid .benefit-right-accordion .accordion-item .accordion-body .accordion-body-content {
    margin-top: -8px;
    padding: 2rem 1.25rem;
  }
  .story {
    padding: 0 0 3.75rem;
  }
  .story .container {
    padding: 0;
  }
  .story .story-head {
    flex-direction: column;
  }
  .story .story-head .story-img {
    width: 100%;
  }
  .story .story-head .story-content {
    width: 100%;
    padding: 50px 24px;
    border-radius: 0 0 24px 24px;
  }
  .story .story-head .story-content .plane-img {
    position: absolute;
    width: 28%;
    top: unset;
    bottom: 0;
    right: 26px;
  }
  .story .story-features {
    margin-top: 2.5rem;
    gap: 2.5rem;
    padding: 0 1.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .story .story-features .feature-item {
    gap: 1.25rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .story .story-features .feature-item .feature-content {
    color: #111;
  }
  .story .story-features .feature-item .feature-content h3 {
    color: #0070B9;
  }
  .the-diff .container {
    padding: 0;
  }
  .the-diff .the-diff-inner {
    padding: 3.75rem 0;
    border-radius: 20px;
    background: linear-gradient(180deg, #F1FAFF 0%, #0070B9 100%);
  }
  .the-diff .the-diff-inner .the-diff-head {
    padding: 0 24px;
  }
  .the-diff .the-diff-inner .the-diff-body {
    padding-bottom: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    padding: 0 24px 0 50px;
  }
  .the-diff .the-diff-inner .the-diff-body:before {
    bottom: 0;
    left: 12px;
    width: 5px;
    height: 100%;
  }
  .the-diff .the-diff-inner .the-diff-body .diff-box {
    padding: 2.5rem 28px;
    text-align: center;
  }
  .the-diff .the-diff-inner .the-diff-body .diff-box .b-text-20 {
    margin-bottom: 1.25rem;
  }
  .the-diff .the-diff-inner .the-diff-body .diff-box .shape-img {
    top: 50%;
    left: -13px;
    bottom: unset;
    width: 26px;
    transform: translate(0%, -50%);
  }
  .the-diff .the-diff-inner .the-diff-body .diff-box .ellipse-img {
    top: 50%;
    left: calc(-2.25rem - 7px);
    bottom: unset;
    transform: translate(0%, -50%);
  }
  .process {
    padding: 4.2rem 0;
  }
  .process .map-img {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .process .the-diff-head {
    text-align: center;
    justify-content: center;
    align-items: stretch;
  }
  .process .the-diff-head .red-button {
    align-self: stretch;
    padding-right: 1.5rem;
  }
  .process .steps {
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
  .process .steps .step-group {
    gap: 12px;
  }
  .process .steps .step-group .step-item {
    gap: 19px;
    padding: 7px 20px;
  }
  .process .steps .step-group .step-item .number {
    width: 26px;
    height: 26px;
    font-size: 1rem;
  }
  .process .steps .step-group .step-item .step-content {
    font-size: 0.9rem;
  }
  .success .container {
    padding: 0;
  }
  .success .flex-column-gap-48 {
    padding: 6.25rem 1.5rem 4.6875rem;
  }
  .success .flex-column-gap-48 .thumb-city:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 33.89%, rgba(0, 112, 185, 0.8) 100%);
  }
  .success .flex-column-gap-48 .success-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .success .flex-column-gap-48 .success-grid .accordions {
    gap: 20px;
  }
  .success .flex-column-gap-48 .success-grid .accordions .accordion-item {
    padding: 1.5rem 1.125rem;
    border-radius: 24px;
  }
  .success .flex-column-gap-48 .success-grid .accordions .accordion-item .acc-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .success .flex-column-gap-48 .success-grid .accordions .accordion-item .acc-head p {
    font-size: 1rem;
  }
  .success .flex-column-gap-48 .success-grid .accordions .accordion-item .acc-head .plus-icon {
    width: 15px;
  }
  .success .flex-column-gap-48 .success-grid .accordions .accordion-item .accordion-body {
    padding-top: 16px;
  }
  .testimonials {
    padding: 3.25rem 0;
  }
  .testimonials .test-box {
    gap: 1.25rem;
    padding: 0;
  }
  .testimonials .testimonial-swiper-wrapper .testimonial-swiper {
    padding-bottom: 5.5rem;
  }
  .testimonials .testimonial-swiper-wrapper .testimonial-swiper .swiper-button-prev {
    top: unset;
    bottom: 0;
    left: 1.5rem;
  }
  .testimonials .testimonial-swiper-wrapper .testimonial-swiper .swiper-button-next {
    background: linear-gradient(90deg, #0070B9 0%, #A6DBFE 100%);
    top: unset;
    bottom: 0;
    right: 1.5rem;
  }
  .testimonials .testimonial-swiper-wrapper .swiper-slide .inner {
    gap: 1.25rem;
  }
  .testimonials .testimonial-swiper-wrapper .swiper-slide .inner .slide-head {
    justify-content: center;
  }
  .testimonials .testimonial-swiper-wrapper .swiper-slide .inner .slide-head .flag-img {
    width: 3.125rem;
    height: 3.125rem;
  }
  .testimonials .testimonial-swiper-wrapper .swiper-slide .inner .slide-head .content {
    width: 60%;
  }
  .testimonials .testimonial-swiper-wrapper .swiper-slide .inner .slide-head .content .desc {
    margin-bottom: 4px;
  }
  .testimonials .testimonial-swiper-wrapper .swiper-slide .inner .slide-head .content .stars img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .testimonials .testimonial-swiper-wrapper .swiper-slide .inner .slide-body .book-button {
    padding-right: 1rem;
  }
  .contact-sect {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .contact-sect .container {
    padding: 0;
  }
  .contact-sect .contact-inner {
    padding: 0;
    border-radius: 0;
    flex-direction: column;
    gap: 4rem;
  }
  .contact-sect .contact-inner .contact-img {
    display: none;
  }
  .contact-sect .contact-inner .c-content {
    padding-right: 0;
    padding: 2.5rem 0;
    width: 100%;
    border-radius: 3rem;
    overflow: hidden;
  }
  .contact-sect .contact-inner .c-content p {
    padding: 0 24px;
  }
  .contact-sect .contact-inner .c-content img {
    display: block;
    object-fit: cover;
    inset: 0;
  }
  .contact-sect .contact-inner .c-content a {
    position: relative;
    z-index: 4;
    width: calc(100% - 48px);
    text-align: center;
    padding-right: 1.5rem;
    display: inline-block;
    margin: 0 auto;
  }
  .contact-sect .contact-inner .group-form {
    border-radius: 0px;
    padding: 0 1.5rem;
    width: 100%;
  }
  .contact-sect .contact-inner .group-form form {
    gap: 18px;
  }
  .contact-sect .contact-inner .group-form form .form-group {
    gap: 18px;
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-sect .contact-inner .group-form form .wpcf7-form-control.wpcf7-radio {
    gap: 14px;
  }
  .contact-sect .contact-inner .group-form form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
  }
  .contact-sect .contact-inner .group-form form .star {
    color: #0070B9;
  }
  .contact-sect .contact-inner .group-form form .group-btn input {
    background: linear-gradient(90deg, #0070B9 0%, #A6DBFE 100%);
  }
  .contact-sect .contact-inner .group-form form .wpcf7-response-output {
    margin: 0;
  }
}
/*# sourceMappingURL=tpl-home.css.map */
