body {
  line-height: 1.8;
  font-family: 'Segoe UI', sans-serif;
}

html,
body {
  width: 100% !important;
  overflow-x: hidden;
}

.custom-modal-close {
  top: -24px !important;
  right: -30px !important;
  background: #fff !important;
  color: #222 !important;
  border-radius: 50%;
  border: 2px solid #222;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 2rem;
  line-height: 1.2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.custom-modal-close:hover,
.custom-modal-close:focus {
  border-color: #2196f3;
  box-shadow: 0 0 0 3px #2196f355;
  color: #2196f3 !important;
  outline: none;
}

.accordion-button {
  margin-bottom: 10px !important;
}

.navbar-custom {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: background-color 0.6s ease-in-out;
  background-color: transparent;
  box-shadow: none;
}

.navbar-custom .nav-link,
.navbar-custom .navbar-brand {
  color: #fff !important;
  font-weight: 400;
}

.navbar-custom.scrolled .nav-link,
.navbar-custom.scrolled .navbar-brand {
  color: #212529 !important;
}

.nav-link.scrolled {
  color: black !important;
  font-weight: bold;
}

.navbar-custom.scrolled {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hero {
  background: linear-gradient(183deg, #4e869d 0%, #7da2a7 60%, #cbc4c4 100%) !important;
  color: white;
  height: 75vh;
  /* Adjust the height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-top: 5.5rem;
}

.btn-green {
  border-color: #000000;
  color: #fff;
  color: #fff;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.825rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  padding: 0.915rem 1.85rem;
  border: 2px solid transparent;
  -webkit-border-radius: 100px;
}

.btn-green:hover {
  background-color: #06c668;
  border-color: #06c668;
  color: #fff;
  border: 2px solid #389bf2;
  color: #fff;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.825rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  padding: 0.915rem 1.85rem;
  border: 2px solid transparent;
  -webkit-border-radius: 100px;
}

#headline {
  font-size: 3rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  /* Optional: Adds a shadow to text for better visibility */
}

#sub-headline {
  font-size: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  /* Optional: Adds a shadow to text for better visibility */
}

#cta-btn {
  background-color: #007bff;
  /* Button color */
  border-color: #007bff;
  font-size: 1.25rem;
  padding: 12px 24px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
}

#cta-btn:hover {
  background-color: #0056b3;
  /* Darker shade of blue when hovering over the button */
  border-color: #0056b3;
}


.feature-card {
  perspective: 1000px;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.feature-card-inner {
  position: relative;
  width: 100%;
  height: 230px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.feature-card:hover .feature-card-inner {
  transform: rotateY(180deg);
}

.feature-card-front,
.feature-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}

.feature-card-back {
  transform: rotateY(180deg);
  background-color: #f8f9fa;
}

.feature-icon {
  font-size: 3rem;
  color: #7cbbd5;
}

footer {
  background-color: #343a40;
  color: white;
  padding: 20px 0;
}

.language-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
}


.testimonial {
  text-align: center;
  padding: 85px 50px 45px 70px;
  margin: 70px 15px 35px;
  background: #f9f9f9;
  box-shadow: 8px 4px 0 0 #77a9dd;
  position: relative;
}

.testimonial .pic {
  width: 120px;
  height: 120px;
  border: 5px solid #77a9dd;
  margin: 0 auto;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}

.testimonial .pic img {
  width: 100%;
  height: 100%;
}

.testimonial .description {
  font-size: 15px;
  color: #757575;
  line-height: 27px;
  margin-bottom: 20px;
  position: relative;
}

.testimonial .description:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 32px;
  color: #77a9dd;
  position: absolute;
  top: -15px;
  left: -35px;
}

.testimonial .testimonial-profile {
  position: relative;
  margin: 20px 0 10px 0;
}

.testimonial .testimonial-profile:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #77a9dd;
  margin: 0 auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

.testimonial .title {
  display: inline-block;
  font-size: 18px;
  color: #4a5184;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.testimonial .post {
  display: inline-block;
  font-size: 15px;
  color: #757575;
  text-transform: capitalize;
}

.owl-theme .owl-controls {
  margin-top: 10px;
}

.owl-theme .owl-controls .owl-page span {
  background: #5e5f5f;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #77a9dd;
}

.owl-theme .owl-controls .owl-page.active span {
  width: 22px;
  height: 12px;
}

.h2,
h2 {
  font-size: 2.2rem !important;
  /* color: #fff !important; */
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.bg-secondary {
  background: linear-gradient(90deg, rgb(65 71 77 / 83%) 0%, #232526 100%) !important;
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
  font-size: larger !important;
}

.btn-green {
  border-color: #000000;
  color: #fff;
  color: #fff;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.825rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  padding: 0.915rem 1.85rem;
  border: 2px solid transparent;
  -webkit-border-radius: 100px;
}

.btn-green:hover {
  background-color: #06c668;
  border-color: #06c668;
  color: #fff;
  color: #fff;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.825rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  padding: 0.915rem 1.85rem;
  border: 2px solid transparent;
  -webkit-border-radius: 100px;
}

/* Styling the video container */
.video-container {
  position: relative;
  padding-bottom: 48.25%;
  /* Aspect Ratio of 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 15px;
  /* Rounded corners */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  /* Shadow effect for the container */
  background-color: #000;
  /* Background color before the video plays */
}

/* Styling the play button overlay */
.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  border-radius: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Styling the play button */
.play-button {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  font-size: 24px;
  padding: 15px 30px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease;
}

.play-button:hover {
  background-color: #fff;
  color: #000;
}

.video-container:hover .video-overlay {
  opacity: 1;
}

/* When the video is playing, hide the play button */
#video-frame {
  display: block;
}

/* Optional: Adjusting the appearance of the iframe */
.video-container iframe {
  border-radius: 15px;
  /* Rounded corners for iframe */
}

.image-container {
  position: relative;
  text-align: center;
}

/* Text Styling under each image */
.image-text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  color: #4383b6;
  /* A color similar to your theme */
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Styling the icon and text container */
.icons i {
  color: #4383b6;
  /* Optional: Customize with your theme color */
  margin: 10px;
}

.icons p {
  margin-top: 10px;
  font-size: 16px;
}

.icons .col-md-3 {
  text-align: center;
}

.fa,
.fas {
  color: #4383b6;
  font-weight: 900;
}

.col-md-6 {
  flex: 0 0 auto;
  /* width: 50%;
  display: flex; */
  justify-content: center;
  align-items: center;
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
  font-size: 1.2rem !important;
}

.hero-section {
  text-align: justify;
  /* padding-left: 65px;
  padding-right: 50px; */
}

.work-faster-section {
  margin-top: 3rem !important;
  text-align: justify;
  /* padding-left: 50px;
  padding-right: 76px; */
}

.stores-badge {
  margin-top: 35px;
}

.stores-badge span.os-version {
  display: block;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1;
  margin-top: 23px;
}

a.store {
  margin-right: 12px;
}

*.h2 .dark {
  font-size: 3.25rem !important;
  color: #0a0909 !important;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

ul.txt-list {
  list-style: none !important;
  list-style: disc;
  /* margin-left: 15px; */
}

.mb-35 {
  margin-bottom: 35px;
}

ul.txt-list li {
  display: flex;
  font-size: 1rem;
  margin-bottom: 7px;
}

.btn-grey,
.navbar .nav-button .btn-tra-grey:hover,
.navbar .nav-button .btn-tra-grey:focus,
.btn-tra-grey:hover,
.btn-tra-grey:focus {
  background-color: #333;
  border-color: #333;
}

.btn,
.btn-type-light.btn-tra:hover,
.btn-type-light.btn-tra:focus,
.comment-form .form-control:focus,
.woocommerce button.button.alt.single_add_to_cart_button {
  border: 2px solid #389bf2;
}

.btn {
  background: #851a1a00;
  color: #000000;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.725rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  padding: 0.515rem 1rem;
  border: 2px solid #000000;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.btn:hover {
  background: #070707e3;
  color: #e9e8e8;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.725rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  padding: 0.515rem 1rem;
  border: 2px solid #000000;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

h3.h3-lg {
  font-size: 2.75rem;
}

.work-faster-section {
  text-align: justify;

}

.why-choose-section ul li i {
  color: #007bff;
  /* or any accent color */
  font-size: 1.1rem;
}

ol,
ul {
  padding-left: 0rem !important;
}

.shape-section {
  margin-top: 3rem !important;
  text-align: justify;
  padding-left: 4px;
}

/* .btn-blue,
.navbar .nav-button .btn-tra-blue:hover,
.navbar .nav-button .btn-tra-blue:focus,
.btn-tra-blue:hover,
.btn-tra-blue:focus {
  background-color: #2e71f1;
  border-color: #2e71f1;
  color: #fff;
} */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.vc_row.vc_row-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.vc_row {
  margin-left: -15px;
  margin-right: -15px;
}

.fbox-2 {
  margin-bottom: 40px;
}

.fbox-2 .icon-md {
  font-size: 40px;
  margin-bottom: 20px;
}

.fbox-2-txt h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.fbox-2-txt p {
  color: #888;
  font-size: 1rem;
}

.grey-color {
  color: #888;
}

.section-title {
  text-align: center;
  margin-bottom: 70px;
}

.section-title p {
  color: #888;
  padding: 0 15%;
  margin-top: 20px;
  margin-bottom: 0;
}

h3.h3-lg {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

p.p-md {
  font-size: 1.125rem;
  color: #888;
}

.icon-sm {
  font-size: 24px;
}

.flaticon-004-tap,
.flaticon-089-notification-1,
.flaticon-090-settings-1,
.flaticon-071-pin,
.flaticon-075-image,
.flaticon-112-sync {
  color: #5a5a5a;
}

.fbox-2:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.stats-section {
  background: linear-gradient(1deg, #4e869d 0%, #7da2a7 60%, #cbc4c4 100%) !important;
  /* Add your background image here */
  background-size: cover;
  background-position: center;
  padding: 70px 0;
  color: white;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.section-title p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
}

.vc_row {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.wpb_column {
  flex: 1;
  text-align: center;
}

.stat-box {
  padding: 5px 20px;

}

.stat-number {
  font-size: 4.25rem !important;
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
}

.percentage {
  font-size: 4rem;
  font-weight: bold;
}

.stat-title {
  padding-top: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.stat-box:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .vc_row {
    flex-direction: column;
    align-items: center;
  }

  .stat-box {
    margin-bottom: 20px;
    width: 100%;
  }
}

.bi-check-circle-fill::before {
  content: "\f26a";
  color: #4b95d0 !important;
}

.bi-credit-card::before {
  content: "\f2dc";
  font-size: -webkit-xxx-large;
}

.bi-lock::before {
  content: "\f47b";
  font-size: -webkit-xxx-large;
}

.bi-unlock::before {
  content: "\f600";
  font-size: -webkit-xxx-large;
}

.bi-geo-alt-fill::before {
  font-size: -webkit-xxx-large;
  content: "\f3e7";
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: #4c96d0 !important;
  border-color: #327fbd !important;
}

.stat-box .bi-geo-alt-fill::before {
  content: "\f3e7";
  font-size: 3rem !important;
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
  font-size: 1.3rem !important;
}