.text-amber-400 {
  color: #fbbf24;
}
.cta-btn-main, .cta-sale-btn {
  width: 100%;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 1.06rem;
  padding: 1rem 1.4rem;
  min-width: 220px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  transition: transform 0.12s ease, box-shadow 0.15s ease;
}
.cta-btn-main {
  background: linear-gradient(180deg, #1e58ff 0%, #149dff 100%) !important;
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 0 20px rgba(20, 157, 255, .45), inset 0 -4px 8px rgba(0, 0, 0, .25);
}
.cta-btn-main svg {
  width: 1.1em;
  height: 1.1em;
  stroke: #fff;
  stroke-width: 2.1;
}
.cta-btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 28px rgba(20, 157, 255, .6), inset 0 -4px 8px rgba(0, 0, 0, .25);
}
.cta-sale-btn {
  background: linear-gradient(180deg, #ff4fd8 0%, #ff006e 100%) !important;
  color: #fff !important;
  font-weight: 900;
  box-shadow: 0 0 24px rgba(255, 0, 110, .55), inset 0 -4px 8px rgba(0, 0, 0, .25);
}
.cta-sale-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 32px rgba(255, 0, 110, .7), inset 0 -4px 8px rgba(0, 0, 0, .25);
}
.get-free-mockup.get-40-off {
  background-image: linear-gradient(#212121, #212121), linear-gradient(137.48deg, #0ceb28 10%, #0f1fe3 45%, #e90c0c 67%, #e3530f 87%);
}
.get-free-mockup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 16rem;
  overflow: hidden;
  height: 3rem;
  background-size: 300% 300%;
  cursor: pointer;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
  transition: 0.5s;
  animation: gradient_301 5s ease infinite;
  border: double 4px transparent;
  background-image: linear-gradient(#212121, #212121), linear-gradient(137.48deg, #ffdb3b 10%, #fe53bb 45%, #8f51ea 67%, #04f 87%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.get-free-mockup #container-stars {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
}
.get-free-mockup strong {
  z-index: 2;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  color: #fff;
  text-shadow: 0 0 4px white;
}
.get-free-mockup #glow {
  position: absolute;
  display: flex;
  width: 12rem;
}
.get-free-mockup #glow .circle {
  width: 100%;
  height: 30px;
  filter: blur(2rem);
  animation: pulse_3011 4s infinite;
  z-index: -1;
}
.get-free-mockup #glow .circle:nth-of-type(1) {
  background: rgba(254, 83, 186, 0.636);
}
.get-free-mockup #glow .circle:nth-of-type(2) {
  background: rgba(142, 81, 234, 0.704);
}
.get-free-mockup #stars {
  position: relative;
  background: transparent;
  width: 200rem;
  height: 200rem;
}
.get-free-mockup #stars::after {
  content: "";
  position: absolute;
  top: -10rem;
  left: -100rem;
  width: 100%;
  height: 100%;
  animation: animStarRotate 90s linear infinite;
}
.get-free-mockup #stars::after {
  background-image: radial-gradient(#fff 1px, transparent 1%);
  background-size: 50px 50px;
}
.get-free-mockup #stars::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 170%;
  height: 500%;
  animation: animStar 60s linear infinite;
}
.get-free-mockup #stars::before {
  background-image: radial-gradient(#fff 1px, transparent 1%);
  background-size: 50px 50px;
  opacity: 0.5;
}
.get-free-mockup:hover #container-stars {
  z-index: 1;
  background-color: #212121;
}
.get-free-mockup:hover {
  transform: scale(1.1);
}
.get-free-mockup:active {
  border: double 4px #fe53bb;
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: none;
}
.get-free-mockup:active .circle {
  background: #fe53bb;
}
.brtpmj_businessheader {
  display: none !important;
}
.hero-section, .header-section {
  position: relative;
  overflow: hidden;
}
.header-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 45px;
  background: linear-gradient(to bottom, rgba(13, 15, 16, 0) 0%, rgba(13, 15, 16, .55) 55%, #0d0f10 100%);
  z-index: 0;
}
.hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 84px;
  background: linear-gradient(to bottom, #0d0f10 0%, rgba(13, 15, 16, .85) 45%, rgba(13, 15, 16, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.tab-section .swiper-slide img {
  width: 100%;
  max-width: 505px;
  height: 336px;
}
@media screen and (max-width: 1024px) {
  .tab-section .swiper-slide img {
    height: auto;
  }
}
.review-trustpilot .review-title {
  font-size: 22px;
  margin-bottom: 1.2rem;
  font-weight: 700;
  color: #fff;
}
.review-trustpilot .review-title .header-stars {
  color: #06d897;
}
.review-trustpilot #rating-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #232323;
  border-radius: 16px;
  padding: 1.2rem 1.5rem 1.2rem 1.5rem;
  margin-bottom: 1.8rem;
  background: #191919;
}
.review-trustpilot .rating-score {
  flex: 0 0 120px;
  text-align: center;
}
.review-trustpilot .rating-score .avg {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}
.review-trustpilot .rating-score .label {
  font-weight: 700;
  color: #e0e4ef;
}
.review-trustpilot .rating-score .stars {
  display: inline-flex;
  align-items: center;
  gap: 0.4ch;
  font-weight: 700;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  margin: 0.25rem 0;
}
.review-trustpilot .rating-score .star {
  font-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin-right: 2px;
  color: #fff;
  background: var(--star-color, #06d897);
}
.review-trustpilot .rating-score .star.empty {
  background: #232323;
  color: #444;
}
.review-trustpilot .rating-score .count {
  font-size: 14px;
  color: #a8b2bf;
  font-weight: 400;
}
.review-trustpilot .rating-breakdown {
  flex: 1;
}
.review-trustpilot .rating-breakdown .rating-row {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 14px;
}
.review-trustpilot .rating-breakdown .rating-row span:first-child {
  width: 50px;
  color: #e0e4ef;
}
.review-trustpilot .rating-breakdown .rating-row .rating-bar {
  flex: 1;
  height: 10px;
  background: #232323;
  border-radius: 4px;
  overflow: hidden;
  margin-left: 10px;
}
.review-trustpilot .rating-breakdown .rating-row .rating-bar-fill {
  height: 100%;
}
.review-trustpilot .rating-breakdown .rating-row .fill-1 {
  background: #fa4e4e;
}
.review-trustpilot .rating-breakdown .rating-row .fill-2 {
  background: #ff944a;
}
.review-trustpilot .rating-breakdown .rating-row .fill-3 {
  background: #ffe16b;
}
.review-trustpilot .rating-breakdown .rating-row .fill-4 {
  background: #99c344;
}
.review-trustpilot .rating-breakdown .rating-row .fill-5 {
  background: #06d897;
}
.review-trustpilot .rating-breakdown .rating-row .rating-count {
  width: 48px;
  text-align: right;
  margin-left: 8px;
  font-weight: 700;
  color: #06d897;
}
.review-trustpilot .see-all-btn, .review-trustpilot .hide-reviews-btn {
  display: block;
  margin: 0 auto 1.5rem auto;
  padding: 0.85rem 2.2rem;
  background: #06d897;
  color: #16191b;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .11);
  transition: background 0.18s;
  letter-spacing: 0.02em;
}
.review-trustpilot .hide-reviews-btn {
  background: #e4e4e4;
  color: #181818;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.2rem;
  border-radius: 22px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .11);
  border: none;
  font-size: 17px;
  letter-spacing: 0.01em;
}
.review-trustpilot .review-grid.all {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
  margin-top: 1.1rem;
}
.review-trustpilot .review-card {
  background: #181818;
  border: 1px solid #232323;
  border-radius: 10px;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}
.review-trustpilot .review-card.show {
  opacity: 1;
  transform: translateY(0);
}
.review-trustpilot .review-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.review-trustpilot .review-section {
  font-family: Arial, sans-serif;
  background: #101010;
  color: #f0f1f3;
  padding: 1rem 1rem 1.5rem 1rem;
}
.review-trustpilot .review-card .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  background: #2b2b2b;
}
.review-trustpilot .review-card .info {
  margin-left: 0.75rem;
  flex: 1;
}
.review-trustpilot .review-card .info .name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.25rem;
}
.review-trustpilot .review-card .info .meta, .review-trustpilot .review-card .review-date {
  font-size: 14px;
  color: #9ca6b2;
}
.review-trustpilot .review-card .stars {
  display: inline-flex;
  align-items: center;
  gap: 0.4ch;
  font-weight: 700;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.review-trustpilot .review-card .star {
  font-size: 14px;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin-right: 4px;
  color: #fff;
  background: #06d897;
}
.review-trustpilot .verified-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 8px;
}
.review-trustpilot .verified-container .verified {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #2bf7a8;
}
.review-trustpilot .verified-container .verified svg {
  width: 12px;
  height: 10px;
  margin-right: 4px;
  fill: none;
  stroke: #2bf7a8;
  stroke-width: 2;
}
.review-trustpilot .verified-popup {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: #232323;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
  font-size: 14px;
  line-height: 1.4;
  color: #e0e4ef;
  width: 260px;
  z-index: 100;
}
.review-trustpilot .verified-popup a {
  color: #5c74c5;
  text-decoration: underline;
}
.review-trustpilot .verified-label {
  font-weight: 600;
  color: #fff;
}
.review-trustpilot .review-card .quote-title {
  font-size: 18px;
  font-weight: 700;
  color: #f5f7fa;
  margin-bottom: 0.5rem;
}
.review-trustpilot .review-card .quote-body {
  font-size: 16px;
  color: #ced7de;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.review-trustpilot .review-card .experience-date {
  font-size: 14px;
  color: #a8b2bf;
  margin-top: auto;
}
.review-trustpilot .review-card .experience-date strong {
  font-weight: 600;
  color: #e0e4ef;
}
.review-trustpilot .pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0.7rem 0;
  border-radius: 8px;
  overflow: hidden;
  font-size: 16px;
  background: none;
  border: none;
  justify-content: center;
  gap: 0.18rem;
}
.review-trustpilot .pagination li {
  min-width: 42px;
  padding: 0.62rem 0.8rem;
  margin: 0 0.08rem;
  text-align: center;
  cursor: pointer;
  user-select: none;
  border-radius: 9px;
  color: #e0e4ef;
  font-weight: 600;
  border: none;
  background: #191919;
  transition: background 0.17s, color 0.17s;
}
.review-trustpilot .pagination li.disabled {
  background: #212325;
  color: #757575;
  cursor: default;
}
.review-trustpilot .pagination li:first-child, .review-trustpilot .pagination li:last-child {
  font-weight: 700;
  border-radius: 10px;
}
.review-trustpilot .pagination li.active {
  background: #06d897 !important;
  color: #181818 !important;
  border: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .11);
}
.form-request-free-mockup-and-quote .wpforms-field.wpforms-field-name {
  padding-bottom: 53px;
}
.form-request-free-mockup-and-quote .wpforms-submit-container {
  text-align: center;
}
.form-request-free-mockup-and-quote .request-free-button {
  width: 50%;
  background: linear-gradient(90deg, #4bb7ff, #0165a8 50%);
}
@media screen and (max-width: 768px) {
  .form-request-free-mockup-and-quote .request-free-button {
    width: 100%;
  }
}
div.wpforms-container-full.form-subscribe {
  margin: 0;
}
div.wpforms-container-full.form-subscribe form.wpforms-form {
  display: flex;
  align-items: center;
}
div.wpforms-container-full.form-subscribe form.wpforms-form input[type="email"] {
  max-width: 100%;
}
div.wpforms-container-full.form-subscribe .wpforms-submit-container {
  width: 40%;
  margin-top: 0 !important;
}
div.wpforms-container-full.form-subscribe .wpforms-submit-container .submit-form-subscribe {
  color: #0e1116;
  background: linear-gradient(135deg, #ff4fd8, #ff006e) !important;
  box-shadow: 0 0 18px rgba(255, 0, 110, .45), 0 0 8px rgba(255, 79, 216, .35);
  width: 120px;
  height: 43px;
}
div[data-elementor-type="footer"] .social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
div[data-elementor-type="footer"] .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #1b212b;
  background: #0a0d10;
  transition: 0.15s;
}
div[data-elementor-type="footer"] .social a:hover {
  transform: translateY(-2px);
  border-color: #2a3240;
  box-shadow: 0 0 14px rgba(255, 79, 216, .35);
}
div[data-elementor-type="footer"] .social a svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  color: #e7ebf2;
}
@keyframes animStar {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-135rem);
  }
}
@keyframes animStarRotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes gradient_301 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes pulse_3011 {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
