/* NEW HOME PAGE */
.new-section-space {
	padding: 100px 0;
}
.new-section-space-t {
	padding-top: 100px;
}
.new-section-space-b {
	padding-bottom: 100px;
}
.nh-hero {
    position: relative;
    z-index: 0;
	background-attachment: fixed;
}
.nh-hero:after {
    background: linear-gradient(90deg, #0a0572 0%, rgba(5, 3, 57, 0.02) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.new-title {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
}
.new-description {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
	margin: 20px 0 50px;
}

ul.new-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.new-list li {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
li.new__list-item {
    position: relative;
    padding-left: 35px;
    padding-bottom: 10px;
}

li.new__list-item:before {
    content: "";
    background: #5EC26A;
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 5px;
}

ul.new-list li:after {content: "";position: absolute;top: 10px;left: 5px;background-size: 13px;width: 14px;background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- License: MIT. Made by ShopWare: https://github.com/shopware/meteor-icon-kit --%3E%3Csvg viewBox='0 -4 24 24' id='meteor-icon-kit__solid-checkmark' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.06066 6.4393C2.47487 5.85355 1.52513 5.85355 0.93934 6.4393C0.353553 7.0251 0.353553 7.9749 0.93934 8.5607L7.93934 15.5607C8.52513 16.1464 9.47487 16.1464 10.0607 15.5607L23.0607 2.56066C23.6464 1.97487 23.6464 1.02513 23.0607 0.43934C22.4749 -0.14645 21.5251 -0.14645 20.9393 0.43934L9 12.3787L3.06066 6.4393z' fill='%23ffffff'/%3E%3C/svg%3E");height: 15px;background-repeat: no-repeat;}

.hp-support__card {
   background: #F8F9FA;
    padding: 30px 25px 50px;
    border-radius: 33px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: 0 7px;
    height: 100%;
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
	transition: all 0.4s ease-in-out 0s;
}
.hp-support__card:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.29);
	transform: translateY(-10px);
}
.hp-support__img {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.new_h2-title {
	 font-size: 37px;
    font-weight: 700;
    line-height: 40px;
	color: #fff;
}
.new_h3-title {
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
}

.hp-support__card .new-description {
    color: #000;
    font-weight: 300;
}

a.new-link {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    position: relative;
    display: inline-block;
     /* same as text-sm */
}

a.new-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px; /* ~ -bottom-0.5 */
    height: 2px;
    width: 100%;
    background-color: #5EC26A;
    transition: all 0.3s ease-in-out;
    transform-origin: left;
}

a.new-link:hover::after {
    animation: underlineLoop 1s linear infinite;
}

@keyframes underlineLoop {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }
    50% {
        transform: scaleX(1);
        transform-origin: left;
    }
    51% {
        transform-origin: right;
    }
    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}

.hp-cases__slide {
    position: relative;
    z-index: 1;
}
.hp-cases__slide::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hp-cases__slide:nth-child(1):before {
    background: linear-gradient(90deg,  #0a0572 0%,  rgba(5, 3, 57, 0.012) 100%);
}
.hp-cases__slide:nth-child(2):before {
    background: linear-gradient(92deg,  #cfb15f 0%,  rgba(5, 3, 57, 0.012) 100%);
}
.hp-cases__slide:nth-child(3):before {
	background: linear-gradient(92deg,  #7e2c29 0%,  rgba(5, 3, 57, 0.012) 100%);
}
.hp-cases__slide:nth-child(4):before {
    background: linear-gradient(92deg,  #3d5791 0%,  rgba(5, 3, 57, 0.012) 100%);
}

a.new-green-btn {
    background: #4BDB53;
    color: #fff;
    text-decoration: none;
    padding: 7px 40px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    line-height: 30px;
}

a.new-blue-btn {
    background: #0A0572;
    color: #fff;
    text-decoration: none;
    padding: 7px 40px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    line-height: 30px;
}

.btn-actions {
	 margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
}
.hp-cases__slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.hp-support__img {
  perspective: 1000px;
}

.hp-support__card:hover .hp-support__img img {
  animation: flipOnce 1s ease forwards;
  transform-style: preserve-3d;
}

@keyframes flipOnce {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
.hp-clients__card.hp-support__card {
    margin: 0 40px;
}
.hp-clients.hp-support .col-lg-4 {margin-bottom: 60px;}

.hp-tabs__panel {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.hp-tabs__panel.is-active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

button.hp-tabs__nav-btn {
    background: transparent;
    border: 0;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
	padding:0 0 15px 0;
}
button.hp-tabs__nav-btn:after {
    content: "";
    background: #5EC26A;
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: all 0.3s ease-in-out 0s;
}
button.hp-tabs__nav-btn:hover:after,
button.hp-tabs__nav-btn.is-active:after {
    
    width:100%;
}

.hp-tabs__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.hp-tabs .container {
    max-width: 1350px;
}

h2.new_h2-title.hp-tabs__panel-title {
    color: #607E8F;
    margin-bottom: 40px;
	    line-height: 50px;
    font-size: 33px;
}
.hp-tabs__panel-desc.new-description {
    padding-right: 100px;
}
.hp-tabs__panels {
    padding: 60px 0 0 0;
}
.hp-tabs__panels p {
    color: #000;
    font-weight: 400;
}

.hp-tabs__panel h3 {
    font-size: 24px;
    color: #607E8F;
    line-height: 40px;
    margin: 60px 0 20px;
}


section.hp-tech.new-section-space {
    background: #070137;
}

.hp-tech__title_block {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.hp-tech__title_block .hp-tech__category-title {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
	    color: #ECEAFA;
    letter-spacing: -0.42px;
	min-width: 280px;
}
.hp-tech__img {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

span.hp-tech__tag {
    font-size: 15px;
    color: #A39FD0;
    font-weight: 400;
    padding: 5px 18px;
    border: 1px solid rgb(180 174 255 / 14%);
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hp-tech__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hp-tech__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    border-top: 1px solid rgb(180 174 255 / 14%);
    padding: 25px 0;
}
.hp-tech__list:last-child {
	border-bottom: 1px solid rgb(180 174 255 / 14%);
}
p.new-description.title-span {
    margin: 0;
    letter-spacing: 2px;
    color: #ECEAFC;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}

p.new_h2-title.hp-tech__title {
    color: #ECEAFC;
}

.hp-tech .new-description {
    color: #A39FD0;
}




.hp-faq__list {
    border-top: 1px solid #e0e0e0;
}
.hp-faq__item {
    border-bottom: 1px solid #e0e0e0;
}
.hp-faq__question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    color: inherit;
}
.hp-faq__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
/* .hp-faq__item.is-open .hp-faq__icon {
    transform: rotate(45deg);
} */
.hp-faq__answer {
    display: none;
    color: #555;
    line-height: 1.6;
}
.hp-faq .new-description.title-span {
    color: #14122B;
}

h2.new_h2-title.faq-title {
    color: #14122B;
    margin: 20px 0 60px;
}

.hp-faq.new-section-space {background: #F6F5F1;}