@keyframes bounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.bounce-2 {
  animation: bounceUpDown 1.2s ease-in-out infinite; 
}

img {
  width: 70%;
  height: auto;
}

.web-price-bx {
  padding: 80px 0 100px;
  background-color: #f6f9fc;
}
.web-price-bx .web-port-img-sldr-head {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.web-price-bx .how-we-work-step {
  padding: 0 3.75rem;
  margin: 40px 0 0 0;
  width: 100%;
  display: inline-block;
  position: relative;
}
.web-price-bx .how-we-work-step .border-line {
  position: absolute;
  width: 100%;
  left: 0;
  top: 25px;
}
.web-price-bx .how-we-work-step .border-line img {
  position: absolute;
  width: 100%;
  left: 0;
}
.web-price-bx .how-we-work-step .how-we-work-step-wrap {
  text-align: center;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.web-price-bx .how-we-work-step .how-we-work-step-wrap img {
  width: 100%;
  margin-bottom: 0.9375rem;
}
.how-we-work-step .how-we-work-step-wrap h6 {
  font-size: 1rem;
  font-family: "proxima_novasemibold";
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.87);
}
.web-price-bx .how-we-work-step .slide-bottom {
  animation: slide-bottom 15s linear infinite alternate-reverse both;
}
.web-price-bx .how-we-work-step .slide-top {
  animation: slide-top 15s linear infinite alternate-reverse both;
}
@keyframes slide-bottom {
  0% { transform: translateY(30px); }
  100% { transform: translateY(0); }
}
@keyframes slide-top {
  0% { transform: translateY(-40px); }
  100% { transform: translateY(0); }
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  overflow: hidden;
}

.border-line-top {
  border-top: 1px solid var(--line-dark);
}
.border-line {
  border: 1px solid #e5e5e5 !important;
}

img.lazy-image {
  background: url(assets/images/border-line.svg) center center no-repeat;   
}
img.lazy-image.loaded {
  background-image: none;
}
.owl-theme img.lazy-image.loaded {
  height: auto;
  opacity: 1;
}

.section-performance {
  padding-bottom: 2.8em;
}

.flex-three {
  display: flex;
  justify-content: center; 
  gap: 20px; 
  flex-wrap: wrap;
}
.btn-main {
  flex: 0 0 auto; 
}

.button-src {
  display: inline-block;
  padding: 16px 32px;
  font-size: 17px;
  border-radius: 8px;
  background-color: #007BFF;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  min-width: 160px;
  text-align: center;
}
.button-src:hover {
  background-color: #0056b3;
}

.banner-home5 {
  padding: 100px 0; 
  background-color: #000;
}
.banner-home5 .title-inner {
  margin-bottom: 50px;
}
.banner-home5 .title-inner h1 {
  font-size: 48px;
  margin-bottom: 24px;
}
.banner-home5 .title-group p.des {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 35px;
  font-weight: bold;
}
.banner-home5 .btn-wrap {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.banner-home5 .image img {
  width: 100%;
  height: auto;
  display: block;
}

.title-group {
  position: relative;
  z-index: 2;
}
.menu-service li a {
  color: #ffffff !important;
  position: relative;
  z-index: 2;
}

.service2-image {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.feature-service2-image {
  perspective: 700px;
  overflow: hidden;
}
.feature-service2-image:hover .service2-image {
  transform: rotateY(10deg);
}

.cta-wrapper {
  background-color: #0052cc;
  padding: 0;
}
.cta-box {
  background-color: #fff;
  width: 100%;
  height: 380px;
  padding: 60px 20px;
  box-sizing: border-box;
  text-align: center;
}
.cta-heading {
  font-size: 36px;
  font-weight: 500;
  color: #2c2c2c;
  margin-bottom: 30px;
  line-height: 1.3;
}
.cta-modern {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 60px 30px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  max-width: 500px;
  margin: 0 auto;
}
.cta-title {
  font-size: 40px;
  font-weight: 500;
  color: #2c2c2c;
  line-height: 1.6;
  margin-bottom: 30px;
}
.cta-button {
  display: inline-block;
  background-color: #0052cc;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cta-button:hover {
  background-color: #003d99;
  color: #ffffff; 
}

.single-line {
  font-size: 37px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.upload-box {
  width: 100%;
  max-width: 600px;
  margin: auto;
  height: 250px;
  background-color: #f5f2ec;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.upload-box:hover {
  background-color: #eae7e2;
}
.upload-box svg {
  margin-bottom: 10px;
}
.upload-box p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

.upload-area {
  border: 2px dashed #007bff;
  border-radius: 6px;
  padding: 40px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.upload-area i {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 10px;
  display: block;
}
.upload-area p {
  font-size: 16px;
  color: #333;
}
.upload-wrapper {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
.theme-btn.btn-style-two {
  background: none !important;  
  background-color: transparent !important; 
  border: none !important;            
  outline: none !important;           
  box-shadow: none !important;        
  color: #fff !important;              
  padding: 14px 20px !important;
  display: inline-block !important;
}

.theme-btn.btn-style-two::before,
.theme-btn.btn-style-two::after {
  content: none !important;
  background: none !important;
  background-image: none !important;
  border: none !important;
  display: none !important;
}
