@charset "UTF-8";
.benefits-section {
  position: relative;
}
.benefits-section .benefits-title h2 {
  font-size: 38px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.2;
}
.benefits-section .benefits-subtitle p {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 50px;
  line-height: 1.6;
}
.benefits-section .benefit-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 35px 28px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
  border: 1px solid transparent;
  margin-bottom: 30px;
  text-align: left;
}
.benefits-section .benefit-card h3,
.benefits-section .benefit-card p {
  color: black;
}
.benefits-section .benefit-card svg {
  background: #fee2e2;
  border-radius: 100%;
  width: 64px;
  height: 64px;
}
.benefits-section .benefit-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
  border-color: #fee2e2;
}
.benefits-section .benefit-card:hover svg {
  background: #dc2626;
}
.benefits-section .benefit-card:hover svg path,
.benefits-section .benefit-card:hover svg circle {
  stroke: white;
}
.benefits-section .benefit-card:hover:hover {
  border: 2px solid #dc2626;
}
.benefits-section .benefit-card:hover .box-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: linear-gradient(135deg, #fce7f3 0%, #fecaca 100%);
}
.benefits-section .benefit-card .box-image {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #fce7f3 0%, #ffe4e6 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.benefits-section .benefit-title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 10px 0;
  line-height: 1.3;
}
.benefits-section .benefit-desc p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

.about-zbizworld-section {
  background: #ffffff;
}
.about-zbizworld-section .about-heading h2 {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.2;
}
.about-zbizworld-section .about-intro p {
  font-size: 18px;
  color: black;
  line-height: 1.7;
  margin-bottom: 20px;
}
.about-zbizworld-section .about-intro p strong {
  color: #dc2626;
  font-weight: 700;
}
.about-zbizworld-section .about-content p {
  font-size: 16px;
  color: black;
  line-height: 1.8;
  margin-bottom: 15px;
}
.about-zbizworld-section .about-content p strong {
  color: #1f2937;
  font-weight: 600;
}
.about-zbizworld-section .about-mission p {
  font-size: 16px;
  color: black;
  line-height: 1.8;
  margin-bottom: 30px;
}
.about-zbizworld-section .about-mission p strong {
  color: #dc2626;
  font-weight: 600;
}
.about-zbizworld-section .stats-row {
  margin-bottom: 30px;
}
.about-zbizworld-section .stat-box {
  background: white;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
          box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.about-zbizworld-section .stat-box h3 {
  font-size: 36px;
  font-weight: 700;
  color: #dc2626;
  margin: 0 0 8px 0;
  line-height: 1;
}
.about-zbizworld-section .stat-box p {
  font-size: 15px;
  color: black;
  margin: 0;
  font-weight: 500;
}
.about-zbizworld-section .about-cta-btn {
  background: linear-gradient(135deg, #dc2626 0%, #dc2626 100%);
  -webkit-box-shadow: 0 6px 20px rgba(239, 68, 68, 0.3);
          box-shadow: 0 6px 20px rgba(239, 68, 68, 0.3);
}

.services-section {
  position: relative;
}
.services-section .services-title h2 {
  font-size: 38px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.2;
}
.services-section .services-subtitle p {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 50px;
  line-height: 1.6;
}
.services-section .service-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.services-section .service-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
  border-color: #fee2e2;
}
.services-section .service-card:hover .box-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.services-section .service-card .box-image img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.services-section .service-card-title {
  padding: 20px 20px 0 20px;
}
.services-section .service-card-title h3 {
  font-size: 19px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  line-height: 1.3;
}
.services-section .service-card-desc {
  padding: 10px 20px 20px 20px;
}
.services-section .service-card-desc p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

.achievements-section {
  position: relative;
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  overflow: hidden;
}
.achievements-section::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.achievements-section .achievements-title h2 {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.2;
}
.achievements-section .achievements-subtitle p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 50px;
  line-height: 1.6;
}
.achievements-section .achievement-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 40px 25px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.achievements-section .achievement-card:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.achievements-section .achievement-card .achievement-icon {
  font-size: 48px;
  margin-bottom: 20px;
  display: block;
}
.achievements-section .achievement-card .achievement-icon svg {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.achievements-section .achievement-card h3 {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px 0;
  line-height: 1;
}
.achievements-section .achievement-card p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-weight: 500;
}

.testimonial-section {
  background: #fafafa;
  padding: 80px 0;
  /* ===== TITLE ===== */
}
.testimonial-section .testimonial-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}
.testimonial-section .testimonial-subtitle p {
  font-size: 16px;
  color: #64748b;
  margin-bottom: 50px;
}
.testimonial-section {
  /* ===== SLIDER CARD ===== */
}
.testimonial-section .icon-box.testimonial-box {
  background: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  padding: 40px 45px;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.testimonial-section {
  /* ===== AVATAR ===== */
}
.testimonial-section .testimonial-image {
  width: 120px !important;
}
.testimonial-section .testimonial-image img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border: 3px solid #ec1f27;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 0px !important;
}
.testimonial-section {
  /* ===== CONTENT ===== */
}
.testimonial-section .icon-box-text {
  padding-left: 25px;
}
.testimonial-section .icon-box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.testimonial-section {
  /* Star rating */
}
.testimonial-section .star-rating {
  font-size: 20px;
  color: #f5a623;
  margin-bottom: 8px;
  line-height: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.testimonial-section {
  /* Meta: name + job */
}
.testimonial-section .testimonial-meta {
  margin-bottom: 16px;
  font-size: 14px;
  color: #333;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.testimonial-section .testimonial-meta .testimonial-name {
  font-weight: 700;
  color: #000;
}
.testimonial-section .testimonial-meta .testimonial-name-divider {
  margin: 0 4px;
  color: #999;
}
.testimonial-section .testimonial-meta .testimonial-company {
  color: #666;
}
.testimonial-section {
  /* Text */
}
.testimonial-section .testimonial-text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: -120px;
  margin-top: 30px;
}
.testimonial-section .testimonial-text p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  color: #000;
}
.testimonial-section {
  /* ===== STARS ===== */
}
.testimonial-section .star-rating {
  margin-bottom: 8px;
}
.testimonial-section .star-rating span {
  color: #facc15;
}
.testimonial-section .star-rating span::before {
  color: #facc15;
}
.testimonial-section {
  /* ===== TEXT ===== */
}
.testimonial-section .testimonial-text {
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  color: black;
  font-style: normal !important;
  margin-bottom: 25px;
}
.testimonial-section .testimonial-text::before {
  content: "“";
  font-size: 64px;
  color: #fecaca;
  position: absolute;
  left: -30px;
  top: -20px;
  line-height: 1;
}
.testimonial-section .testimonial-text::after {
  content: "”";
  font-size: 64px;
  color: #fecaca;
  position: absolute;
  right: -10px;
  bottom: -40px;
  line-height: 1;
}
.testimonial-section {
  /* ===== NAME + ROLE ===== */
}
.testimonial-section .testimonial-meta {
  padding-top: 10px;
}
.testimonial-section .testimonial-meta .testimonial-name {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
}
.testimonial-section .testimonial-meta .testimonial-name-divider {
  display: none;
}
.testimonial-section .testimonial-meta .testimonial-company {
  display: block;
  font-size: 16px;
  color: #ec1f27;
  margin-top: 4px;
  font-weight: 600;
}
.testimonial-section {
  /* ===== FLICKITY DOTS ===== */
}
.testimonial-section .flickity-page-dots {
  bottom: -40px;
}
.testimonial-section .flickity-page-dots .dot {
  width: 15px;
  height: 15px;
  background: #d1d5db;
  opacity: 1;
  margin: 0 6px;
}
.testimonial-section .flickity-page-dots .dot.is-selected {
  background: #ec1f27;
  width: 30px;
  border-radius: 999px;
}
.testimonial-section {
  /* ===== ARROWS ===== */
}
.testimonial-section .flickity-prev-next-button {
  background: #fff;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  width: 42px;
  height: 42px;
  opacity: 1 !important;
  border-radius: 100% !important;
}
.testimonial-section .flickity-prev-next-button .arrow {
  fill: black;
}
.testimonial-section .flickity-prev-next-button:hover {
  background: #ec1f27;
}
.testimonial-section .flickity-prev-next-button:hover .arrow {
  fill: black;
}
.testimonial-section {
  /* ===== MOBILE ===== */
}
@media (max-width: 768px) {
  .testimonial-section .icon-box.testimonial-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .testimonial-section .icon-box-text {
    padding-left: 0;
    margin-top: 20px;
  }
  .testimonial-section .testimonial-text::before {
    left: 0;
  }
  .testimonial-section .testimonial-text::after {
    right: 0;
  }
}

.cta-final-section {
  position: relative;
  background: -webkit-gradient(linear, left top, right bottom, from(rgb(17, 24, 39)), color-stop(rgb(127, 29, 29)), to(rgb(17, 24, 39)));
  background: linear-gradient(to right bottom, rgb(17, 24, 39), rgb(127, 29, 29), rgb(17, 24, 39));
  overflow: hidden;
}
.cta-final-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(239, 68, 68, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.cta-final-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}
.cta-final-section .cta-final-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.cta-final-section .cta-final-subtitle p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
  line-height: 1.7;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.cta-final-section .cta-primary-btn {
  background: linear-gradient(135deg, #dc2626 0%, #dc2626 100%);
  -webkit-box-shadow: 0 10px 30px rgba(239, 68, 68, 0.4);
          box-shadow: 0 10px 30px rgba(239, 68, 68, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}
.cta-final-section .cta-primary-btn:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 15px 40px rgba(239, 68, 68, 0.5);
          box-shadow: 0 15px 40px rgba(239, 68, 68, 0.5);
}
.cta-final-section .cta-secondary-btn {
  border: 2px solid #ffffff;
  color: #ec1f27 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.cta-final-section .cta-secondary-btn:hover {
  background: #ffffff;
  color: #1e1e32;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.cta-final-section .cta-features-row {
  position: relative;
  z-index: 1;
}
.cta-final-section .cta-feature-item {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px 25px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-final-section .cta-feature-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.cta-final-section .cta-feature-item .cta-feature-icon {
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
}
.cta-final-section .cta-feature-item .cta-feature-icon svg {
  width: 50px;
  height: 50px;
}
.cta-final-section .cta-feature-item .cta-feature-icon svg path {
  stroke: #f87171;
}
.cta-final-section .cta-feature-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px 0;
  line-height: 1.3;
}
.cta-final-section .cta-feature-item p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .benefits-section .benefits-title h2 {
    font-size: 30px;
  }
  .benefits-section .benefits-subtitle p {
    font-size: 15px;
    margin-bottom: 35px;
  }
  .benefits-section .benefit-card {
    padding: 30px 22px;
    margin-bottom: 20px;
  }
  .benefits-section .benefit-title h3 {
    font-size: 17px;
  }
  .benefits-section .benefit-desc p {
    font-size: 13px;
  }
  .about-zbizworld-section .about-heading h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .about-zbizworld-section .about-intro p {
    font-size: 16px;
  }
  .about-zbizworld-section .about-content p,
  .about-zbizworld-section .about-mission p {
    font-size: 15px;
  }
  .about-zbizworld-section .stat-box {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .about-zbizworld-section .stat-box h3 {
    font-size: 30px;
  }
  .about-zbizworld-section .stat-box p {
    font-size: 14px;
  }
  .services-section .services-title h2 {
    font-size: 30px;
  }
  .services-section .services-subtitle p {
    font-size: 15px;
    margin-bottom: 35px;
  }
  .services-section .service-card {
    margin-bottom: 20px;
  }
  .services-section .service-card-title {
    padding: 18px 18px 0 18px;
  }
  .services-section .service-card-title h3 {
    font-size: 18px;
  }
  .services-section .service-card-desc {
    padding: 10px 18px 18px 18px;
  }
  .services-section .service-card-desc p {
    font-size: 13px;
  }
  .achievements-section .achievements-title h2 {
    font-size: 30px;
  }
  .achievements-section .achievements-subtitle p {
    font-size: 15px;
    margin-bottom: 35px;
  }
  .achievements-section .achievement-card {
    padding: 35px 20px;
    margin-bottom: 20px;
  }
  .achievements-section .achievement-card .achievement-icon {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .achievements-section .achievement-card h3 {
    font-size: 40px;
  }
  .achievements-section .achievement-card p {
    font-size: 15px;
  }
  .testimonial-section .testimonial-title h2 {
    font-size: 30px;
  }
  .testimonial-section .testimonial-subtitle p {
    font-size: 15px;
    margin-bottom: 35px;
  }
  .testimonial-section .testimonial-slide {
    padding: 40px 30px;
  }
  .testimonial-section .testimonial-name h3 {
    font-size: 20px;
  }
  .testimonial-section .testimonial-content p {
    font-size: 15px;
    padding: 0 20px;
  }
  .cta-final-section .cta-final-title h2 {
    font-size: 32px;
  }
  .cta-final-section .cta-final-subtitle p {
    font-size: 16px;
  }
  .cta-final-section .cta-primary-btn,
  .cta-final-section .cta-secondary-btn {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .cta-final-section .cta-feature-item {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
  .cta-final-section .cta-feature-item .cta-feature-icon {
    font-size: 36px;
  }
  .cta-final-section .cta-feature-item h4 {
    font-size: 17px;
  }
  .cta-final-section .cta-feature-item p {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .benefits-section {
    padding: 50px 15px !important;
  }
  .benefits-section .benefits-title h2 {
    font-size: 26px;
  }
  .benefits-section .benefits-subtitle p {
    font-size: 14px;
  }
  .benefits-section .benefit-card {
    padding: 25px 18px;
  }
  .benefits-section .benefit-card:hover {
    border: 2px solid #dc2626;
  }
  .benefits-section .benefit-card .box-image {
    width: 55px;
    height: 55px;
  }
  .benefits-section .benefit-title h3 {
    font-size: 16px;
  }
  .about-zbizworld-section {
    padding: 50px 15px !important;
  }
  .about-zbizworld-section .about-heading h2 {
    font-size: 28px;
  }
  .about-zbizworld-section .about-intro p {
    font-size: 15px;
  }
  .about-zbizworld-section .about-content p,
  .about-zbizworld-section .about-mission p {
    font-size: 14px;
  }
  .about-zbizworld-section .stat-box {
    padding: 18px 12px;
  }
  .about-zbizworld-section .stat-box h3 {
    font-size: 28px;
  }
  .services-section {
    padding: 50px 15px !important;
  }
  .services-section .services-title h2 {
    font-size: 26px;
  }
  .services-section .service-card-title h3 {
    font-size: 17px;
  }
  .achievements-section {
    padding: 50px 15px !important;
  }
  .achievements-section .achievements-title h2 {
    font-size: 26px;
  }
  .achievements-section .achievement-card {
    padding: 30px 18px;
  }
  .achievements-section .achievement-card .achievement-icon {
    font-size: 36px;
  }
  .achievements-section .achievement-card h3 {
    font-size: 36px;
  }
  .achievements-section .achievement-card p {
    font-size: 14px;
  }
  .testimonial-section {
    padding: 50px 15px !important;
  }
  .testimonial-section .testimonial-title h2 {
    font-size: 26px;
  }
  .testimonial-section .testimonial-slide {
    padding: 35px 25px;
  }
  .testimonial-section .testimonial-name h3 {
    font-size: 19px;
  }
  .testimonial-section .testimonial-role p {
    font-size: 13px;
  }
  .testimonial-section .testimonial-content p {
    font-size: 14px;
    padding: 0 15px;
  }
  .testimonial-section .testimonial-content p::before, .testimonial-section .testimonial-content p::after {
    font-size: 50px;
  }
  .cta-final-section {
    padding: 60px 15px !important;
  }
  .cta-final-section .cta-final-title h2 {
    font-size: 26px;
  }
  .cta-final-section .cta-final-subtitle p {
    font-size: 15px;
  }
  .cta-final-section .cta-feature-item {
    padding: 20px 18px;
  }
  .cta-final-section .cta-feature-item .cta-feature-icon {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .cta-final-section .cta-feature-item h4 {
    font-size: 16px;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}