@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*::-webkit-scrollbar {
	width: 12px
}

*::-webkit-scrollbar-track {
	background: #24252A;
}

*::-webkit-scrollbar-thumb {
	background-color: #FF8222;
	border-radius: 20px;
	border: 3px solid #24252A
}

html {
	background: #F0F0F0;
	color: #1C1C20;
	font-family: "Roboto";
	scroll-behavior: smooth; 
}
body {
	min-width: 360px;
}

.uk-link, a {
	color: #FF8222;
	text-decoration: none;
	cursor: pointer;
}

.uk-link, a:hover {
	color: #08D3F7;
	text-decoration: none;
	cursor: pointer;
}

a.leacli-header__mob-logo {
	display: block;
	width: 130px;
}
.leacli-header__mob {
	background-color: rgba(35, 35, 40, 0.7);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	padding: 10px 10px;
	border-radius: 40px;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 { 
	color: #1C1C20; 
	font-family: "Raleway";
}
.main-section { 
	padding: 20px 0px;
	min-height: 90vh;
}
@media (min-width: 959px){
	.rocket {
		background-image: url('../img/main/bg2.png');
	}
}
@media (max-width: 959px){
	.products .uk-first-column {
		max-width: 49vw!important;
	}
}
.main-body {
	padding: 70px 0px 80px 0px;
	height: 60vh;
	display: flex;
	align-items: center;
}
nav.leacli-header__nav {
	background-color: rgba(35, 35, 40, 0.7);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	padding: 3px 5px;
	border-radius: 40px;
}
nav.leacli-header__nav a {
	color: #fff;
	font-weight: 600;
	display: block;
	padding: 5px 10px;
	border-radius: 20px;
	transition: all 1s ease-out;
}
nav.leacli-header__nav a:hover {
	background-color: #1C1C20;
	text-decoration: none;
}
a.leacli-header__logo {
	width: 122px;
	display: block;
}

.leacli-header__contactbar {
	background-color: rgba(35, 35, 40, 0.7);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	padding: 8px 12px;
	border-radius: 40px;
}
a.leacli-header__lang {
	display: block;
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	padding: 5px 14px;
	border-radius: 40px;
	color: #fff;
	font-size: 13px;
}
span.text-hero {
	font-size: 48px;
	line-height: 60px;
	font-weight: 900;
}
.text-white {
	color: #fff;
}
.uk-button-default {
	background-color: transparent;
	color: #333;
	border: 1px solid #cbcbcb;
}
.uk-button-secondary {
  background-color: #27262c;
  color: #fff;
	border-radius: 40px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: all 1s ease-out;
}
.uk-button-primary {
	background-color: #FF8222;
	color: #fff;
	border-radius: 40px;
	border: 1px solid transparent;   
	font-weight: 600;
  transition: all 1s ease-out;
}
.uk-button-primary:hover {
	background-color: #ee761b;
}
.uk-light .uk-button-primary {
	background-color: #FF8222;
	color: #fff;
}
.lang-drop {
	width: 80px;
}
.lang-card {
	background-color: rgba(35, 35, 40, 0.7);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	padding: 10px 15px;
	border-radius: 15px;
}
.uk-text-primary {
	color: #FF8222 !important;
}
.uk-box-shadow-medium {
	box-shadow: 0px -10px 15px rgba(0, 0, 0, .18);
}
.uk-border-rounded {
	border-radius: 16px;
}

.audit-button {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 30px;
  padding: 10px 10px 10px 20px;
  background-color: #232328;
  color: white;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s;
}
.audit-button .text {
  margin-right: 10px;
}
.audit-button .icon {
  display: flex;
  gap: 1px;
  background-color: #FF8222;
  border-radius: 50px;
  padding: 8px 12px;
  color: white;
  font-weight: bold;
  font-size: 12px;
}
.audit-button .arrow {
  width: 14px;
  height: 14px;
  opacity: 0.3;
  animation: arrowBlink 1.2s infinite;
}
.audit-button .arrow:nth-child(1) {
  animation-delay: 0s;
}
.audit-button .arrow:nth-child(2) {
  animation-delay: 0.2s;
}
.audit-button .arrow:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes arrowBlink {
  0%, 100% {
	opacity: 0.3;
	transform: translateX(0);
  }
  50% {
	opacity: 1;
	transform: translateX(2px);
  }
}



.victor {
	padding: 0px 20px;
}
.victor-mobile {
	position: relative;
	padding: 0px !important;
	margin: 0 auto;
}
.victor-glow {
	position: absolute;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(255,130,34,0.15) 0%, rgba(255,130,34,0) 70%);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	filter: blur(40px);
}
.victor-content {
	z-index: 1;
}
.victor img {
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 255, 255, 0.05);
	animation: float 6s ease-in-out infinite;
}

.victor-mobile .victor-content > img {
	animation: none;
}

@keyframes fadeInUp {
  from {
	opacity: 0;
	transform: translateY(10px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}
@keyframes pulseGlow {
  0%, 100% {
	transform: scale(1);
	opacity: 1;
  }
  50% {
	transform: scale(1.05);
	opacity: 0.95;
  }
}
.niche-button {
  display: inline-flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  color: white;
  font-size: 16px;
  border-radius: 999px;
  padding: 6px 16px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards, pulseGlow 3s ease-in-out infinite;
}

.uk-margin-small-bottom:nth-child(1) .niche-button {
  animation-delay: 0.1s, 1s;
}
.uk-margin-small-bottom:nth-child(2) .niche-button {
  animation-delay: 0.3s, 1.5s;
}
.uk-margin-small-bottom:nth-child(3) .niche-button {
  animation-delay: 0.5s, 2s;
}

@keyframes pixelFlicker {
  0% { opacity: 0; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1); }
  100% { opacity: 0.8; transform: scale(0.98); }
}
.pixel-arrow .pixel {
  opacity: 0;
  animation: pixelFlicker 1.5s ease-in-out infinite;
  transform-origin: center;
}
.pixel-arrow .pixel:nth-child(2)  { animation-delay: 0.1s; }
.pixel-arrow .pixel:nth-child(3)  { animation-delay: 0.2s; }
.pixel-arrow .pixel:nth-child(4)  { animation-delay: 0.3s; }
.pixel-arrow .pixel:nth-child(5)  { animation-delay: 0.4s; }
.pixel-arrow .pixel:nth-child(6)  { animation-delay: 0.5s; }
.pixel-arrow .pixel:nth-child(7)  { animation-delay: 0.6s; }
.pixel-arrow .pixel:nth-child(8)  { animation-delay: 0.7s; }
.pixel-arrow .pixel:nth-child(9)  { animation-delay: 0.8s; }
.pixel-arrow .pixel:nth-child(10) { animation-delay: 0.9s; }
.pixel-arrow .pixel:nth-child(11) { animation-delay: 1.0s; }


.uk-button-small {
	padding: 0 15px;
	line-height: 28px;
	font-size: 13px;
	font-weight: 700;
}
.niche-button .bold {
	font-weight: 800;
	margin-right: 16px;
	font-size: 20px;
}
.leacli-header__astronaut img {
	width: 42px;
	margin-right: 10px;
}
.leacli-header__astronaut {
  animation: float 6s ease-in-out infinite;
  display: inline-block;
}
@keyframes float {
  0% {
	transform: translateY(0px) rotate(0deg);
  }
  50% {
	transform: translateY(-15px) rotate(2deg);
  }
  100% {
	transform: translateY(0px) rotate(0deg);
  }
}
.portfolio {
	background: #1C1C20;
	padding: 0px 0px 50px 0px;
	border-radius: 30px 30px;
	margin-top: -30px;
}

.portfolio-card {
	background: transparent;
	padding: 15px 15px;
	border-radius: 20px;
}
.portfolio-left-card {
	background-color: rgba(35, 35, 40, 0.3);
	backdrop-filter: blur(1px);
	-webkit-backdrop-filter: blur(15px);
	padding: 20px 20px;
	border-radius: 16px;
}
.portfolio-card-img img {
	border-radius: 16px;
}
.text-meta {
	font-size: 14px;
	line-height: 18px;
	margin: 12px 0px 0px 0px;
	color: #c2c2c2;
	font-weight: 400;
}
.uk-heading-small {
	color: #fff;
	font-weight: 500;
	margin: 0px 0px 20px 0px;
}
.portfolio-card-cta {
	margin-top: 60px;
}
.calltoaction {
	padding: 50px 0px 0px 0px;
}
.services {
	padding: 50px 0px;
}
.calltoaction-block {
	background-color: #1F1F24;
	padding: 20px 20px;
	border-radius: 20px;
}
.calltoaction-block-form-card {
	background: #232328;
}
.border-rounded {
	border-radius: 20px;
}
.calltoaction-block-form-card {
	background-color: rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 255, 255, 0.05);
	padding: 16px 16px;
	border-radius: 20px;
}
.service-card-link {
  background: #F5F5F5;
  border-radius: 16px;
  padding: 20px;
  display: block;
  color: #1c1c20;
  transition: all 1s ease-out;
}
.service-card-link:hover {
	background: #27262c;
	color: #fff;
	text-decoration: none;
}
.service-card {
  background: #F5F5F5;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #1c1c20;
  transition: all 1s ease-out;
}

a.service-card.service-card-main {
	padding: 20px 10px;
	gap: 5px;
	display: flex;
	justify-content: space-between;
}

.service-card.service-card-main span {
	padding: 1px 6px;
	display: inline-block;
	font-size: 16px;
	background: rgb(0 0 0 / 08%);
	border-radius: 6px;
	margin-top: 4px;
}

.service-card:hover {
	background: #27262c;
	color: #fff;
	text-decoration: none;
}
.icon-circle { 
	border-radius: 8px;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: iconsctapulse 1s infinite alternate;
}
.icon-circle img {
	width: 40px;
	height: 40px;
}
.text-content {
	font-size: 17px;
	font-weight: 600; 
	line-height: 1.3;
}
.services-block {
	padding: 40px 0px;
}
.service-title {
	margin: 30px 0px 0px 0px;
}
.tariffs {
	padding: 50px 0;
	background: #F5F5F5;
	border-radius: 40px;
}
.tariffs-cards {
	background: #F9F9F9;
	padding: 20px 20px;
	border-radius: 30px;
}
.tariffs-cards-body {
	padding: 30px 30px 16px 30px;
}
.tariffs-cards img {
	border-radius: 20px;
}
.features-list {
  list-style: none;
  padding: 0;
  margin: 0; 
  font-size: 16px;
  color: #1c1c20;
}
.features-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EAEAEA;
}
.features-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.check-icon {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C0C0C0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='16 10 11 15 8 12'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.price-tag {
  background-color: #E8E8E8;
  color: #1c1c20;
  padding: 4px 10px;
  border-radius: 20px;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 600;
}
.divider {
	width: 100%;
	border: 1.5px dashed #C4C4C4;
	margin: 10px 0px;
}
.leacli-cta {
	padding: 50px 0;
	background: #1c1b1f;
	border-radius: 40px 40px 0 0;
}
.leacli-cta__icon {
	width: 50px;
	animation: iconsctapulse 1s infinite alternate;
}
@keyframes iconsctapulse {
  0% {
	transform: scale(1);
	opacity: 0.8;
  }
  100% {
	transform: scale(1.1);
	opacity: 1;
  }
}
.leacli-cta__circlebg {
	height: 140px;
	width: 140px;
	margin: 0 auto;
	display: block;
}

@keyframes rotate{
	from{ transform: rotate(-360deg); }
	to{ transform: rotate(360deg); }
}
.leacli-cta__sscc {
	height: 140px;
	width: 140px;
	margin: 0 auto;
	animation-name: rotate;
	animation-duration: 35s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}


text {
	font-weight: 700;
}
footer {
	background: #1C1C20;
	margin-top: -1px;
}
.leacli-footer {
	background-color: #1F1F24;
	color: #eee;
	padding: 50px 30px 30px 30px;
	border-radius: 30px;
}
.leacli-footer__logo {
	margin-bottom: 30px;
	display: block;
	width: 140px;
}
.leacli-footer__contact-list a {
	color: #ccc;
	text-decoration: none;
	display: block;
	padding: 5px 0;
}
.leacli-footer__contact-list a:hover {
	color: #fff;
}
.leacli-footer__phone {
	display: block;
	background: #292930;
	padding: 10px 20px;
	margin: 15px 0;
	font-weight: bold;
	border-radius: 12px;
	color: #fff;
  transition: all 1s ease-out;
}

.leacli-footer__phone:hover {
	background: #ffffff;
	text-decoration: none;
	color: #292930;
}
.leacli-footer__cta {
	background: #27272D;
	padding: 20px 20px;
	border-radius: 30px;
}
.leacli-footer__legal-info {
	color: #999;
	font-size: 0.9em;
}
.leacli-footer__list {
	margin-top: 0px;
}
.leacli-footer__title {
	color: #ddd;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
.leacli-footer__list a {
	color: #bbb;
	text-decoration: none;
	display: block;
	padding: 3px 0;
}
.leacli-footer__list a:hover {
	color: #fff;
}
.leacli-footer__list>:nth-child(n+2) {
	margin-top: 0;
}

.leacli-button {
	border-radius: 5px;
	transition: background-color 0.3s ease;
}
.leacli-button-default {
	background-color: transparent;
	color: #ccc;
	border: 1px solid #555;
}
.leacli-button-default:hover {
	background-color: #444;
	color: #fff;
	border-color: #444;
}
.leacli-button-success {
	background-color: #28a745; 
	color: #fff;
}
.leacli-button-success:hover {
	background-color: #1e7e34;
}
.leacli-button-primary {
	background-color: #007bff;
	color: #fff;
}
.leacli-button-primary:hover {
	background-color: #0056b3;
}
.leacli-footer__bottom {
	padding-top: 30px;
	padding-bottom: 30px;
}
.leacli-footer__copyright {
	color: #777;
	font-size: 0.85em;
}
.leacli-footer__bottom-links a {
	color: #999;
	text-decoration: none;
	margin-left: 15px;
	font-size: 0.85em;
}
.leacli-footer__bottom-links a:hover {
	color: #fff;
}
.leacli-footer__made-with-love {
	color: #ffffff;
	font-size: 0.85em;
}
.uk-modal-dialog {
	background: #F0F0F0;
	border-radius: 25px;
}
.leacli-modal__list a {
	color: #1C1C20;
}
.uk-modal-container .uk-modal-dialog {
	border-radius: 20px;
}
[class*=uk-modal-close-] {
	border-radius: 40px;
	color: #fff;
	padding: 10px;
	background: #1c1c20;
}


#flip {
	height: 50px;
	overflow: hidden;
	margin-bottom: -30px;
}
#flip > div > div {
  color:#fff;
  padding:4px 12px;
  height:45px;
  margin-bottom:45px;
  display:inline-block;
  border-radius: 12px;
}
#flip div:first-child {
  animation: show 7s linear infinite;
}
#flip div div {
  background:#ff8222;
}
#flip div:first-child div {
  background:#40adc8;
}
#flip div:last-child div {
  background:#e53036;
}

@keyframes show {
  0% {margin-top:-270px;}
  5% {margin-top:-180px;}
  33% {margin-top:-180px;}
  38% {margin-top:-90px;}
  66% {margin-top:-90px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-270px;}
}

#process {
 margin: -40px 0px 0px 0px;
}
.cards-container {
 width: 100%;
 padding-left: 0px;
}
.stacked-card {
 position: sticky;
 top: 16px;
 padding-top: calc(var(--index) * 15px);
}
.card-body {
 background-color: var(--card-bg-color);
 transition: all 0.5s;
 border-radius: 20px;
}
.stacked-card:nth-child(1) .card-body {
	background-color: rgba(35, 35, 40, 0.5);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}
.stacked-card:nth-child(2) .card-body {
	background-color: rgba(35, 35, 40, 0.5);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);

}
.stacked-card:nth-child(3) .card-body {
	background-color: rgba(35, 35, 40, 0.5);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

.uk-offcanvas-bar {
	background: #1C1C20;
}
.uk-offcanvas-close {
	top: 20px;
	right: 20px;
	padding: 10px;
	background: #27272e;
	border-radius: 30px;
}
.language-switch {
	display: inline-flex;
	align-items: center;
	background: #27272e;
	border-radius: 20px;
	padding: 4px 4px;
	color: white;
	font-size: 14px;
}
.language-option {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0px 10px 0px 3px;
  border-radius: 16px;
  opacity: 0.8;
}
.language-selected {
  background-color: white;
  color: #1C1C20;
  padding: 4px 10px;
  border-radius: 16px;
  font-weight: bold;
}

.portfolio-menu {
	display: flex;
	gap: 6px;
	background-color: #1F1F24;
	padding: 8px 10px;
	border-radius: 32px;
	justify-content: flex-start;
	align-items: center;
}

.portfolio-tab {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 24px;
  transition: background 0.3s ease, color 0.3s ease;
}

.portfolio-tab:hover {
  background: rgba(255, 255, 255, 0.08);
}

.portfolio-tab.active {
  background: rgba(255, 255, 255, 0.06);
  font-weight: 600;
}


.case-card {
	background-color: #1F1F24;
	border-radius: 16px;
	padding: 20px;
	color: #ffffff;
}
.case-subtitle {
	font-weight: 600;
	font-size: 18px;
	color: #ff451a;
	margin-bottom: 16px;
}
.case-subtitle {
	font-weight: 600;
	font-size: 18px;
	color: #FF8222;
	margin-bottom: 16px;
}
.case-image img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 16px;
  object-fit: cover;
}
.case-quote {
	background-color: transparent;
	color: #dddddd;
	font-style: italic;
	font-size: 15px;
	position: relative;
	padding-left: 30px;
}
.quote-icon {
  width: 18px;
  position: absolute;
  left: 0;
  top: 4px;
}


.uk-dotnav>*>* {
	display: block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #1f1f24;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	border: 2px solid #FF8222;
	transition: .2s ease-in-out;
	transition-property: background-color, border-color;
}
.uk-dotnav>.uk-active>* {
	background-color: #FF8222;
	border-color: #fff;
}

@media (max-width: 768px) {

.portfolio-menu {
	display: flex;
	gap: 1px;
	background-color: #1F1F24;
	padding: 8px 10px;
	border-radius: 32px;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.leacli-copyright {
	text-align: center;
}
.leacli-made-with-love {
	display: flex;
	justify-content: center;
}
span.text-hero {
	font-size: 35px;
	line-height: 40px;
}
.audit-button {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.main-section {
	height: auto;
}
.main-body {
	padding: 30px 0px 70px 0px;
	margin-top: 0px;
	height: auto;
	display: block;
}
.niche-button {
	padding: 6px 10px;
}
.leacli-footer {
	background-color: #1F1F24;
	color: #eee;
	padding: 20px 10px 10px 10px;
	border-radius: 20px;
}
.leacli-footer__menu {
	padding: 0 20px;
}
.leacli-footer__cta {
	background: #27272D;
	padding: 15px 15px;
	border-radius: 14px;
}
.text-content {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}
.service-card {
	background: #F5F5F5;
	border-radius: 14px;
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 20px;
}
a.service-card.service-card-main {
	padding: 10px;
	gap: 5px;
	display: flex;
	justify-content: space-between;
}
.portfolio {
	background: #1C1C20;
	padding: 0px 0px 0px 0px;
	margin-top: -20px;
	border-radius: 20px 20px;
}
.leacli-cta {
	padding: 40px 0;
	background: #1c1b1f;
	border-radius: 30px 30px 0 0;
}
.tariffs-cards {
	background: #F9F9F9;
	padding: 10px 10px;
	border-radius: 20px;
}
.tariffs-cards-body {
	padding: 20px 20px 10px 20px;
}
.tariffs-cards img {
	border-radius: 16px;
}

.tariffs {
	padding: 30px 0;
	background: #F5F5F5;
	border-radius: 30px;
}
.border-rounded {
	border-radius: 14px;
}
.calltoaction {
	padding: 30px 0px 0px 0px;
}
.calltoaction-block {
	background-color: #1F1F24;
	padding: 10px 10px;
	border-radius: 20px;
}
.services {
	padding: 30px 0px;
}
.services-block {
	padding: 20px 0px;
}
html {
	font-size: 14px;
	line-height: 1.3;
}

.stacked-card {
	position: static;
	padding-top: 0 !important;		
	margin-bottom: 15px;
}
.portfolio-card {
	padding: 10px 10px;
}
.portfolio-card-img img {
	border-radius: 12px;
}
.portfolio-left-card {
	background-color: transparent;
	backdrop-filter: none;
	padding: 15px 0px 0px 0px;
	border-radius: 16px;
}
.uk-heading-small {
	color: #fff;
	font-weight: 500;
	font-size: 2.1rem;
	margin-bottom: 0px;
}
.text-meta {
	font-size: 12px;
	line-height: 16px;
	margin: 8px 0px 0px 0px;
}

.portfolio-card-cta {
	margin-top: 30px;
	background: #2a2a2f;
	padding: 10px 10px 10px 15px;
	border-radius: 12px;
}
.uk-container {
	padding-left: 10px;
	padding-right: 10px;
}
.card-body {
	transform: none !important;
	backdrop-filter: none;
	background-color: rgba(35, 35, 40, 0.9);
}
.victor {
	padding: 0px 20px 20px 20px;
}
.victor img {
	border-radius: 20px;
}
#process {
	margin: 20px 0px 0px 0px;
}
.leacli-header__astronaut img {
	width: 40px;
	margin-right: 0px;
}
.service-card-link {
	background: #f5f5f5;
	border-radius: 14px;
	padding: 10px 16px;
}
#flip {
	height: 40px;
	overflow: hidden;
	margin-bottom: -30px;
}







}

@media (max-width: 959px) {
	.mhide{display:none;}
}
@media (min-width: 960px) {
	.dhide{display:none;}
}

.invnumber{
	display:none;
	text-align: left;
	background-color: #1E2021;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	right: -4px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
	margin-top: 8px;
	transform-origin: 100% 0%;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
}
.invnumber:before{
	float: left;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#1E2021;
	margin-top: -22px;
	margin-left: 10px;
}
@-webkit-keyframes fadeIn {
	0% { 
		opacity:0; 
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}
@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}

.wa-button {
	position: fixed;
	right: 13px;
	bottom: 30px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	z-index: 9999;
	background: url(../video/wa.gif) 50% 50%;
	background-size: 62px;
}
.wa-button:before,.wa-button:after {
	content: " ";
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid #25D366;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: wanimate 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden; 
}
.wa-button:after{
	animation-delay: .5s;
}
@keyframes wanimate{
	0%{transform: scale(0.5);opacity: 0;}
	50%{opacity: 1;}
	100%{transform: scale(1.2);opacity: 0;}
}








span.badge-gift {
	background: linear-gradient(to left, #fcc283, #fca6b5);
	padding: 5px 10px;
	border-radius: 25px;
	font-size: 16px;
	color: #2b2133;
	font-weight: 700;
	display: inline-block;
}

span.badge-gift img {
	border-radius: 0;
	margin: -10px 10px -10px 0;
	width: 40px;
	animation: iconsctapulse 1s infinite alternate;
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
	height: 55px;
	padding-left: 54px !important;
	padding-right: 22px;
}
.uk-form-icon{
	left: 8px;
}
.uk-form-icon:not(.uk-form-icon-flip)~.uk-input {
	padding-left: 53px !important;
}
.uk-section-primary {
	--uk-inverse: light;
	background: #1C1C20;
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255,130,34,1);
		box-shadow: 0 0 0 0 rgba(255,130,34,1);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(110,130,34,0);
		box-shadow: 0 0 0 10px rgba(255,130,34,0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255,169,34,0);
		box-shadow: 0 0 0 0 rgba(255,130,34,0);
	}
	}
.pulse {
	box-shadow: 0 0 0 rgba(255,130,34,1);
	animation: pulse 2s infinite;
}

.vf-bc {
	--text: #a8aabb;
	--active: #ffffff;
	--sep: #3a3c42;
	padding: 0px;
}

.vf-bc__link,
.vf-bc__text {
  color: var(--text);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  display: inline;
  vertical-align: middle;
}

.vf-bc__link {
  text-decoration: none;
  transition: opacity .2s ease;
}
.vf-bc__link:hover { opacity: .85; }

.vf-bc__text {
  color: var(--active);
}

.vf-bc__sep {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 10px;
  margin: 0 10px;
  background: var(--sep);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10" preserveAspectRatio="xMidYMid meet"><polygon points="0,0 6,5 0,10" /></svg>') no-repeat center / contain;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10" preserveAspectRatio="xMidYMid meet"><polygon points="0,0 6,5 0,10" /></svg>') no-repeat center / contain;
}

@media (max-width:480px){
  .vf-bc { padding: 12px 16px; margin-top: -40px; }
  .vf-bc__link,
  .vf-bc__text {
    font-size: 12px;
  }
}


.section-white-body {
	background: #F5F5F5;
	padding: 20px 20px;
	border-radius: 20px;
}

.soft-hr {
  border: none;
  height: 1px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='423' height='1' viewBox='0 0 423 1' fill='none'><line y1='-0.5' x2='423' y2='-0.5' transform='matrix(1 0 0 -1 0 0)' stroke='url(%23paint0_linear_1_1673)'/><defs><linearGradient id='paint0_linear_1_1673' x1='423' y1='0.5' x2='0' y2='0.5' gradientUnits='userSpaceOnUse'><stop offset='0.341346' stop-color='%23C9C9C9'/><stop offset='1' stop-color='%23F0F0F0'/></linearGradient></defs></svg>") no-repeat center;
  background-size: 100% 100%;
}

.uk-heading-bullet::before {
	border-left: calc(5px + .1em) solid #f77e21;
}

.uk-button-default {
	background: #fff;
}



.uk-accordion-title {
	display: block;
	font-size: 1.1rem;
	line-height: 1.2;
	color: #252527;
	overflow: hidden;
	background: #fff;
	padding: 20px 20px ;
	font-weight: 600;
	border-radius: 30px;
}

.uk-open>.uk-accordion-title {
	display: block;
	font-size: 1.2rem;
	line-height: 1.2;
	overflow: hidden;
	background: #fff;
	box-shadow: none;
	padding: 15px 10px 0px 20px;
	font-weight: 600;
	border-radius: 30px 30px 0 0;
}

.uk-accordion>:nth-child(n+2) {
	margin-top: 15px;
}

.uk-accordion-content {
	display: flow-root;
	margin-top: 0;
	padding: 20px 20px;
	background: #fff;
	border-radius: 0 0 40px 40px;
}

.uk-accordion-content p {
	padding: 0px;
}

.uk-accordion-title::before {
	content: "";
	width: 1.4em;
	height: 1.4em;
	margin-left: 10px;
	float: right;
	background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_246_3%29%22%3E%3Cpath%20d%3D%22M13%205H0V8H13V5Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M8%200H5V13H8V0Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_246_3%22%3E%3Crect%20width%3D%2213%22%20height%3D%2213%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #ff8222;
	border-radius: 50px;
}

.uk-open>.uk-accordion-title::before {
	background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_246_3%29%22%3E%3Cpath%20d%3D%22M13%205H0V8H13V5Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_246_3%22%3E%3Crect%20width%3D%2213%22%20height%3D%2213%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #1c1b1f;
	border-radius: 50px;
}

.google-partner-badge {
	background: transparent;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	filter: drop-shadow(0 4px 15px rgba(0,0,0,0.15));
	margin-top: 15px !important;
	margin-left: 15px !important;
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.4s ease;
}
.google-partner-badge img {
	width: 100px !important;
	display: block;
	animation: googlePartnerFloat 6s ease-in-out infinite;
	border-radius: 0;
}
.google-partner-badge:hover {
	transform: scale(1.08) rotate(-2deg);
	filter: drop-shadow(0 12px 25px rgba(66, 133, 244, 0.35)); /* Blue-ish Google glow on hover */
}

@keyframes googlePartnerFloat {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-6px);
	}
	100% {
		transform: translateY(0px);
	}
}

@media (min-width: 960px) {
	.google-partner-badge {
		margin-top: 40px !important;
		margin-left: 40px !important;
	}
	.google-partner-badge img {
		width: 100px !important;
	}
}


/*Services*/
 
.services-main-body {
	padding: 70px 0px 50px 0px;
}

.vf-card {
  background: #1F1F24;
  border-radius: 20px;
  padding: 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  transition: background .25s ease, transform .25s ease;
}
.vf-card:hover {
  background: #27282d;
  transform: translateY(-2px);
}

.vf-card__icon img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; 
}
.vf-card__title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}



/* ===== List items (vf-) ===== */
.vf-list {
  display: flex;
  flex-direction: column;
  border: 1px solid transparent; /* чтобы не прыгало */
}

.vf-item.vf-item-r {
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
	text-align: left;
}

.vf-item {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
	text-align: right;
}

.vf-item:last-child {
  border-bottom: none;
}

.soft-hr-r {
  transform: scaleX(-1);
}

.vf-item__text {
	font-size: 18px;
	font-weight: 500;
}

.vf-item__icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vf-item__icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.services-main-section {
	background-color: #1C1C20;
	padding: 20px 0px 60px 0px;
	border-radius: 0px 0px 30px 30px;
}


.underservices-card {
  background: #F9F9F9;
  border-radius: 20px; 
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.underservices-title {
  font-size: 18px;
  font-weight: 700; 
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.underservices-text {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}

.under-services-body {
	padding: 20px 20px 5px 20px;
	background: #f5f5f5;
	margin-top: 60px;
	border-radius: 20px;
}

.dark-section {
	padding: 20px 20px 5px 20px;
	background: #1C1C20;
	margin-top: 60px;
	border-radius: 20px;
}


.uk-tab>*>a {
	padding: 10px 30px 10px 10px;
	color: #4e4e57;
	font-weight: 600;
}

.uk-tab>.uk-active>a {
	color: #1c1c20;
	border-color: #ff8222;
}

.uk-tab-left>*>a {
	border-right: 5px solid transparent;
}

img.services-tech {
	width: 65px;
}

.portfolio-card {
	background: #1F1F24;
}

img.services-team-card-img {
	width: 120px;
}

.sub-services-card {
	background: #1C1C20;
	border-radius: 20px;
	padding: 24px;
	color: #fff;
	position: relative;
}

.sub-services-card-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 12px;
}

.sub-services-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.sub-services-price {
	background: #2E2E33;
	padding: 6px 16px;
	border-radius: 19px;
	font-size: 16px;
	color: #fff;
}

.sub-services-title {
	font-size: 18px;
	margin: 0 0 8px 0;
	color: #fff;
	font-weight: 700;
}

.sub-services-text {
	font-size: 16px;
	color: #ACACBF;
	line-height: 1.4;
	margin-bottom: 0;
}

.promotion-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  background-color: #ffffff;
  color: #24292f;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  width: fit-content;
}

.promotion-badge img {
  width: 20px;
  height: 20px;
}

.promotion-badge:hover {
  background-color: #f6f8fa;
  text-decoration: none;
  color: #24292f;
}









.promotion-tab {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	font-weight: 700;
	text-transform: uppercase;
	list-style: none;
	padding: 0;
}

.promotion-tab__item {
  width: 350px;
  height: 60px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}

.promotion-tab__item:hover {
  transform: scale(1.02);
}

.promotion-tab__item.awareness {
  background-image: url("../img/services/promotion/tab/awareness.svg");
  background-color: #f5f5f5;
}

.promotion-tab__item.interest {
  background-image: url("../img/services/promotion/tab/interest.svg");
  background-color: #f5f5f5;
  width: 290px;
}

.promotion-tab__item.decision {
  background-image: url("../img/services/promotion/tab/decision.svg");
  width: 250px;
}

.promotion-tab__item.action {
  background-image: url("../img/services/promotion/tab/action.svg");
  width: 220px;
}

.uk-subnav>*>:first-child {
	color: #1C1C20;
	font-size: 18px;
	text-transform: none;
}

.uk-subnav-pill>*>:first-child {
	padding: 16px 20px;
	background: #ffffff;
	border-radius: 12px;
}

.uk-subnav-pill>.uk-active>a {
	background: linear-gradient(to bottom, #ff8222, #F75708);
	color: #fff;
	border-bottom: 10px solid #F75708;
	border-radius: 16px 16px 0px 0px;
}


.uk-subnav {
	align-items: flex-start;
}

.promotion-tab-content-block {
	border: 3px solid #f75708;
	padding: 20px 20px;
	margin-top: -20px;
	border-radius: 0 16px 16px 16px;
	background: #fff;
}

  .promotion-tab-tags {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 12px;
	}

	.promotion-tab-tags__item {
	  display: inline-flex;
	  align-items: center;
	  gap: 12px;
	  background: #f5f5f5;
	  border-radius: 40px;
	  padding: 0px 0px;
	  font-size: 15px;
	  font-weight: 500;
	  color: #222;
	}

	.promotion-tab-tags__icon {
	  width: 46px;
	  height: 46px;
	  border-radius: 50%;
	  background: #fff;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  overflow: hidden;
	  flex-shrink: 0;
	}

	.promotion-tab-tags__icon img {
	  width: 24px;
	  height: 24px;
	  object-fit: contain;
	}

.promotion-tab-tags__text {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	background: #ffffff;
	padding: 12px 16px;
	border-radius: 30px;
}



.horizontal-menu-container {
	background-color: rgb(255 255 255 / 50%);
	backdrop-filter: blur(15px);
	display: flex;
	gap: 6px;
	padding: 8px;
	border-radius: 36px;
	width: fit-content;
}

.menu-link {
	display: flex;
	align-items: center;
	padding: 6px 12px 6px 6px;
	background-color: rgb(255 255 255 / 50%);
	backdrop-filter: blur(15px);
	color: #1c1c20;
	text-decoration: none;
	border-radius: 30px;
	font-weight: 600;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}

.icon-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.icon-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menu-link:hover {
  background-color: #1F1F24;
  color: #fff;
  text-decoration: none;
}







.niche-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  height: 100%;
}

.niche-card:hover {
  transform: translateY(-5px);
  border-color: #ff8222;
  box-shadow: 0 10px 25px rgba(255, 130, 34, 0.15);
}

.niche-card .uk-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #4e4e57;
}

.niche-card .uk-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff8222;
}

.stage-badge {
  display: block;
  text-align: center;
  padding: 6px 10px;
  white-space: nowrap;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: all 0.25s ease;
  cursor: default;
  color: #4e4e57;
  background: rgba(255,255,255,0.15);
}

.stage-badge--active {
  background: #ff8222;
  color: #fff;
  border-color: #ff8222;
  font-weight: 700;
}

.portfolio-stat-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 5px 0;
  color: #fff;
}

.tech-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);

    width: 70px;
    height: 70px;
  box-sizing: border-box;
}

.tech-card:hover {
  transform: translateY(-5px);
  border-color: #ff8222;
  box-shadow: 0 8px 25px rgba(255, 130, 34, 0.15);
}

.tech-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}

.tech-card:hover img {
  transform: scale(1.1);
}

@media (max-width: 768px) {

  .services-main-body {
    padding: 40px 0px 0px 0px;
  }

  .tech-card {
    width: 75px;
    height: 75px;
    padding: 14px;
    border-radius: 12px;
  }

  .niche-grid-mobile-collapse {
    margin-left: 0 !important;
  }
  .niche-grid-mobile-collapse > * {
    padding-left: 0 !important;
    margin-top: 0 !important;
  }
  .niche-grid-mobile-collapse .niche-card {
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 1px solid #e5e5e5 !important;
    margin: -1px 0 0 -1px !important;
    padding: 20px 15px !important;
  }
  .niche-grid-mobile-collapse .niche-card:hover {
    transform: none !important;
    border-color: #e5e5e5 !important;
  }
  .niche-grid-mobile-collapse .niche-card .uk-list li::before {
    display: none !important;
  }
  .niche-grid-mobile-collapse .niche-card .uk-list li {
    padding-left: 0 !important;
  }

  .portfolio-stat-title {
    font-size: 22px;
  }

.under-services-title-icon-circle {
	width: 60px;
}

}

/* Quiz Styles */
.quiz-modal-dialog {
    background-color: #f4f5f7 !important;
    border-radius: 24px !important;
    padding: 40px !important;
}

.quiz-step {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 24px;
    margin-bottom: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    list-style: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

.quiz-step-locked {
    opacity: 0.55;
    pointer-events: none;
    user-select: none;
}

.quiz-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #1c1b1f; /* Dark background */
    color: #ffffff; /* White text */
    font-size: 14px;
    margin-right: 15px;
    font-weight: bold;
    transition: all 0.3s ease;
    flex-shrink: 0; /* Keeps the icon perfectly circular */
}

.quiz-step.completed .quiz-step-icon {
    background-color: #28a745;
    color: white;
}
.quiz-step.completed .quiz-step-icon::after {
    content: "✓";
    font-size: 14px;
}
.quiz-step.completed .quiz-step-icon {
    font-size: 0; /* hide number */
}

/* Remove default UIkit accordion icon for our custom quiz */
.quiz-accordion .uk-accordion-title::before {
    display: none !important;
}

.quiz-accordion .uk-accordion-title,
.quiz-accordion .uk-open>.uk-accordion-title {
    display: flex;
    align-items: center;
    padding: 0 !important; /* removed padding since card has it */
    font-size: 1.1rem;
    color: #333;
    transition: color 0.2s;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.quiz-accordion .uk-accordion-content {
    margin-top: 20px !important;
    background: transparent !important; /* Fix rounding cut-off */
    border-radius: 0 !important;
    padding: 0 !important;
}

.quiz-accordion .uk-accordion-title:hover {
    color: #ff8222;
}

/* Make radio buttons look like clickable cards */
.quiz-option {
    display: block;
    cursor: pointer;
    height: 100%;
}
.quiz-option input[type="radio"] {
    display: none;
}
.quiz-option-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 20px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    transition: all 0.2s ease;
    height: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #444;
    box-sizing: border-box;
}
.quiz-option input[type="radio"]:checked + .quiz-option-text {
    border-color: #ff8222;
    background-color: rgba(255, 130, 34, 0.05);
    color: #ff8222;
}
.quiz-option:hover .quiz-option-text {
    border-color: #ff8222;
    background-color: rgba(255, 130, 34, 0.02);
}

/* Quiz form inputs */
.quiz-input {
    border-radius: 50px !important;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    text-align: left !important; /* Left align text in all inputs */
}

/* Add padding specifically to the phone input for the country flag */
#quiz-phone {
    padding-left: 55px !important;
}

.quiz-input:focus {
    border-color: #ff8222 !important;
}

.quiz-button {
    border-radius: 50px !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 40px;
    letter-spacing: 0.5px;
}

/* Fix width of intlTelInput wrapper in form */
.quiz-modal-dialog .iti {
    display: block !important;
    width: 100% !important;
}

/* Responsive adjustments for mobile version */
@media (max-width: 767px) {
    .quiz-modal-dialog {
        padding: 20px 15px !important;
        border-radius: 16px !important;
    }
    .quiz-modal-dialog h2 {
        font-size: 1.3rem !important;
        margin-top: 15px !important;
    }
    .quiz-modal-dialog p {
        font-size: 0.9rem !important;
        margin-bottom: 20px !important;
    }
    .quiz-step {
        padding: 12px 14px !important;
        border-radius: 12px !important;
        margin-bottom: 10px;
    }
    .quiz-accordion .uk-accordion-title {
        font-size: 0.95rem !important;
        line-height: 1.3;
    }
    .quiz-step-icon {
        width: 24px;
        height: 24px;
        font-size: 12px;
        margin-right: 10px;
    }
    .quiz-accordion .uk-accordion-content {
        margin-top: 15px !important;
    }
    .quiz-option-text {
        padding: 10px 12px !important;
        font-size: 13px !important;
        border-radius: 6px;
    }
    .quiz-button {
        padding: 0 20px !important;
        font-size: 14px !important;
        width: 100% !important;
    }
    #component-tab-left .uk-padding {
        padding:0;
    }
}

/* --- PRO BUDGET SECTION --- */
.pro-budget-section {
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    background: radial-gradient(circle at top, #ffffff 0%, #eaeaea 100%);
}
.pro-budget-container {
    position: relative;
    z-index: 1;
}
.pro-budget-title {
    font-size: 36px;
    line-height: 1.3;
}
.pro-budget-highlight {
    color: #ff8222;
}
.pro-budget-badge {
    background: #fff;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}
.pro-budget-badge-icon {
    color: #ff8222;
    margin-right: 6px;
}
.pro-budget-grid {
    padding-top: 40px;
}
.pro-budget-plus-wrapper {
    z-index: 2;
}
.pro-budget-plus-icon {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, #ff9e55, #f75708);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    font-weight: 300;
    box-shadow: 0 4px 15px rgba(255,130,34,0.3);
    border: 6px solid #f8f8f8;
    line-height: 1;
}
.pro-budget-card {
    border-radius: 20px;
    padding: 55px 30px 40px 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.02);
    position: relative;
    background: #fff;
}
.pro-budget-floating-icon {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.04);
}
.pro-budget-floating-inner {
    width: 80px;
    height: 80px;
    background: rgba(255,130,34,0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 4px solid rgba(255,130,34,0.03);
    animation: proBudgetRingPulse 2.5s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pro-budget-icon-svg {
    animation: proBudgetFloat 3s ease-in-out infinite;
}
@keyframes proBudgetRingPulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 130, 34, 0.2); }
    100% { box-shadow: 0 0 0 15px rgba(255, 130, 34, 0); }
}
@keyframes proBudgetFloat {
    0% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
    100% { transform: translateY(0); }
}
.pro-budget-badge-google {
    position: absolute;
    bottom: -5px;
    right: -10px;
    width: 34px;
    height: 34px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
.pro-budget-badge-senior {
    position: absolute;
    top: -15px;
    right: -15px;
    background: white;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
    color: #4e4e57;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
}
.pro-budget-badge-ga4 {
    position: absolute;
    bottom: 5px;
    right: -15px;
    background: #eef5ff;
    color: #3b82f6;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.pro-budget-badge-check {
    position: absolute;
    bottom: -5px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: #eefcf1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.pro-budget-badge-check-icon {
    color: #10b981;
    font-size: 14px;
    font-weight: bold;
}
.pro-budget-card-title {
    font-size: 22px;
}
.pro-budget-divider {
    width: 30px;
    height: 3px;
    background: #ff8222;
    margin: 15px auto;
    border-radius: 2px;
}
.pro-budget-text {
    color: #1C1C20;
    flex-grow: 1;
}
.pro-budget-cta {
    padding: 0 40px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    max-width: 450px;
    letter-spacing: 0.5px;
    height: 54px;
    line-height: 54px;
    font-size: 15px;
}
.pro-budget-meta {
    font-size: 14px;
    color: #888;
    margin-top: 15px;
}
.pro-budget-meta-icon {
    margin-right: 4px;
    position: relative;
    top: -1px;
}

/* Mobile responsive fixes for budget section */
@media (max-width: 959px) {
    .pro-budget-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pro-budget-title {
        font-size: 26px;
    }
    .pro-budget-grid {
        padding-top: 10px;
    }
    .pro-budget-card {
        margin-top: 25px;
        padding: 25px 20px 25px 20px;    
        border-radius: 20px;
        text-align: left;
    }
    .pro-budget-mobile-header {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 0;
        margin-bottom: 15px;
        min-height: auto;
    }
    .pro-budget-floating-icon-mobile {
        position: relative;
        flex-shrink: 0;
        width: 60px;
        height: 60px;
        margin-right: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pro-budget-floating-icon-mobile .pro-budget-floating-inner {
        transform: scale(0.75);
        transform-origin: center;
        flex-shrink: 0;
    }
    .pro-budget-mobile-title-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .pro-budget-card-title {
        margin-top: 0 !important;
        font-size: 18px;
    }
    .pro-budget-divider {
        margin: 12px 0;
    }
    .pro-budget-text {
        margin-top: 5px;
    }
    .pro-budget-cta {
        padding: 0 20px;
        font-size: 13px;
    }

    /* Mobile Timeline Styles */
    .pro-budget-mobile-timeline-wrapper {
        position: relative;
        padding-left: 35px;
        margin-top: 40px;
    }
    .pro-budget-timeline-connector {
        position: absolute;
        left: 5px;
        top: 100px;
        bottom: 100px;
        width: 20px;
        border-left: 1px solid #ff8222;
        border-top: 1px solid #ff8222;
        border-bottom: 1px solid #ff8222;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        z-index: 1;
    }
    .pro-budget-timeline-connector::before {
        content: '';
        position: absolute;
        top: -5px;
        right: -4px;
        width: 10px;
        height: 10px;
        border-top: 1px solid #ff8222;
        border-right: 1px solid #ff8222;
        transform: rotate(45deg);
    }
    .pro-budget-timeline-connector::after {
        content: '';
        position: absolute;
        bottom: -5px;
        right: -4px;
        width: 10px;
        height: 10px;
        border-bottom: 1px solid #ff8222;
        border-right: 1px solid #ff8222;
        transform: rotate(-45deg);
    }
    .pro-budget-timeline-plus {
        position: absolute;
        top: 50%;
        left: -13px;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        background: #ff8222;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        z-index: 2;
        box-shadow: 0 2px 5px rgba(255,130,34,0.3);
    }
}

/* DevHero Animation */
.devhero-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.devhero-bg {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.devhero-center,
.devhero-circle,
.devhero-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    pointer-events: none;
}

.devhero-center {
    width: 36.666%;
    z-index: 3;
    transform: translate(-50%, -50%);
}

.devhero-circle {
    width: 42.166%;
    z-index: 2;
    animation: devhero-spin 40s linear infinite reverse;
}

.devhero-orbit {
    width: 69.666%;
    z-index: 1;
    animation: devhero-spin 30s linear infinite;
}

@keyframes devhero-spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}