.global-hero-brand-title
{
    font-size: 50px;
}

@media (max-width: 1499px) {
    .global-hero-brand-title {
        font-size: 40px;
    }
}

.package-global-wrapper .package-title {
  font-size: 17px !important;
  line-height: 30px;
}

.package-global-wrapper .vo-package-equivalent-price {
  padding: 20px 11px;
}

.package-global-wrapper .vo-pricing-wrapper-one .pricing-body
{
  margin-top: 0;
}
.package-global-wrapper .vo-pricing-wrapper-one .pricing-body .single-pricing
{
  margin-bottom: 25px;
}

.vtpulse {
  animation: vtpulse 2s infinite;
}

@keyframes vtpulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.about_main ul li {
  float: left;
  position: relative;
  padding-bottom: 35px;
}

.about_main ul li > span {
  position: absolute;
  left: 0;
  top: 5px;
}

.about_main ul li > span img {
  border-radius: 5px;
}



.how-it-work li span img {
  width: 8%;
}

.about_main ul li h6 {
  margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}

.vat-content-extra p {
}

.vat-content-extra p i {
  color: var(--light-blue-color);
  margin-right: 5px;
}

.about_image img {
  border-radius: 10px;
  box-shadow: 1px 8px 83px rgb(0 0 0 / 14%);
}

.equal-section
{
    padding: 40px 0;
}

.seo-content-section
{
    background-color: var(--light-section-color);
}

.seo-content-section .content-01 ul li,
.seo-content-section .content-03 ul li,
.seo-content-section .content-04 ul li {
  line-height: 40px;
}

.seo-content-section .content-01,
.seo-content-section .content-02,
.seo-content-section .content-03,
.seo-content-section .content-04,
.seo-content-section .content-05,
.seo-content-section .content-06 {
  margin-bottom: 40px;
}

.seo-content-section .vat-p-down-space {
  margin-bottom: 0;
  color: black;
}

.seo-content-section .vat-p-down-space i {
  font-size: 8px;
  position: relative;
  top: -2px;
}

.seo-content-section .seo-content-vat-each {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 992px) {
  .about_image {
    margin: 30px !important;
    margin-top: 0 !important;
  }
}

/* CTA Section */
.cta-wrapper-section {
  padding: 40px 0;
}

.ba-cta-wrapper {
  position: relative;
  margin: 0 auto;
  border-radius: 24px;
  padding: 40px 30px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  background: linear-gradient(145deg, #20282d 0%, #1b2429 50%, #0f1417 100%);
}

.ba-cta-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      rgba(74, 158, 255, 0.03) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(74, 158, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.6;
}

.ba-cta-content {
  position: relative;
  z-index: 10;
  text-align: center;
  margin: 0 auto;
}
.ba-cta-content h2 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.ba-cta-subtitle {
  font-size: 20px;
  color: #b8c5d0;
  margin-bottom: 40px;
  line-height: 1.6;
}

.ba-cta-btn {
  display: inline-block;
  padding: 18px 48px;
  background: #ffffff;
  color: #20282d;
  text-decoration: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

@media (max-width: 768px) {
  .ba-cta-wrapper {
    padding: 60px 30px;
    border-radius: 16px;
  }
  .ba-cta-content h2 {
    font-size: 32px;
  }
  .ba-cta-subtitle {
    font-size: 18px;
  }
  .ba-cta-btn {
    padding: 16px 40px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .ba-cta-wrapper {
    padding: 40px 20px;
  }
}
/* CTA Section */

@media (max-width: 500px) {
.package-global-wrapper .vo-pricing-wrapper-one .pricing-header-start
{
  height: 110px;
}

.global-hero-brand-title {
    font-size: 35px;
    line-height: 50px;
}
}
