/*
Theme Name: National Payment Processing
Description: Hello Elementor Child Theme
Author: Balinder kumar
Template: hello-elementor
Version: 3.0.1
*/

.slider-brand  img {
    filter: opacity(0.6);
}
.device-feature-list {
    height: 140px;
}
.multi-media button p, .multi-media button span, .multi-media button {
    display: block !important;
}
.multi-media button p {
    font-size: 15px;
    font-family: 'inter';
    font-weight: 400;
}
.timeline-tabs .elementor-tabs-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
}
span.elementor-post-info__terms-list-item {
    background: #0077ff;
    color: #fff;
    padding: 3px 6px;
    margin-bottom: 15px;
    display: list-item;
    text-transform: uppercase;
    font-size: 11px;
}
.post-image img {
    height: 220px;
    object-fit: cover;
}
.timeline-tabs .e-n-tabs-heading {
  overflow-x: auto;
  white-space: nowrap;
}

.re-image {
    height: 205px;
    object-fit: cover;
    width: 100%;
    overflow: hidden;
}

.timeline-tabs .elementor-tab-title {
  white-space: nowrap;
  flex-shrink: 0;
}

.custome-tab .e-n-tabs-heading button {
    position: relative;
}
.custome-tab .e-n-tabs-heading button:last-child::after {
    content: unset;
}
.custome-tab .e-n-tabs-heading button:after {
    position: absolute;
    content: '';
    width: 100%;
    /* height: 3px; */
    border: 1px dashed #0077ff;
    z-index: -1;
}
/* .tooltip-body:after {
    content: '';
    position: absolute;
    top: -10px;
    width: 20px;
    height: 20px;
    z-index: 9;
    background: #d3efff;
    transform: rotate(45deg);
} */
.tooltip-body {
    background: #56c1ff42;
    padding: 23px 27px;
    border-radius: 11px;
    position: relative;
    margin-top: 20px;
}
.animated-number .elementor-counter-number-wrapper {
    background: linear-gradient(90deg, #0077FF, #11a6c3, #07f3ae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text {
    font-size: 62px;
    font-weight: 800;
    background: linear-gradient(
    270deg,
    #0077FF,
    #00FFB3,
    #0077Ff
  );
    background-size: 600% 600%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 6s ease infinite;
    margin: 0;
    padding-bottom: 14px;
    line-height: 1;
    font-family: 'Outfit';
}
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.gradient-heading {
    
  
    background: linear-gradient(
    270deg,
    #0077FF,
    #00FFB3,
    #0077Ff
  );
    background-size: 600% 600%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 6s ease infinite;
    margin: 0;
    padding-bottom: 14px;
    line-height: 1;
    font-family: 'Outfit';
}
.slider {
  display: flex;
  height: 420px;
  gap: 10px;
}

.slide {
  flex: 1;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  transition: flex 0.6s ease;
  overflow: hidden;
}

.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 80, 180, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.slide.active {
  flex: 4;
}

.slide.active::before {
  opacity: 1;
}

.content {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    color: #fff;
    opacity: 0;
/*     transform: translateY(20px); */
    transition: all 0.4s ease;
    transform: translate(0px, -50%) !important;
}

.slide.active .content {
  opacity: 1;
  transform: translateY(0);
}

.content p {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Outfit';
	font-weight:300;
}

.content span {
    font-weight: bold;
    text-align: center;
    font-family: 'Inter';
    display: block;
}

/* Blog page */

.categories-list li.wpr-taxonomy {
    background: linear-gradient(
11deg, #0077FF, #00FFB3);
    color: #fff;
    padding: 3px 7px;
    border-radius: 10px;
}
.hot-tile h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
a.elementor-post-info__terms-list-item {
    border: 1px solid #0a1f57;
    padding: 1px 5px;
    font-weight: 500;
    font-size: 14px;
}
.dots {
    position: relative;
}
.dots:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    background: #0077ff;
    border-radius: 132px;
    transform: translate(-10px, -50%);
    border: 3px solid #fff;
}

@media screen and (max-width:650px){
	br{
		display:none;
	}
	div#menubar-997 {
    margin-top: 30px;
}
	.gradient-text{
		font-size:32px !important;
		text-align: center;
	}
	.content p{
		font-size:15px;
	}
	.device-feature-list {
    height: unset;
}
	div.custom-tabs .e-n-tabs-heading button {
    width: max-content;
    margin: auto;
    order: unset !important;
}
	iframe.signup-form {
    height: 970px !important;
}
}


/* New css */
/* Make nested tabs horizontally scrollable */
.timeline-tabs .e-n-tabs-heading {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
}

.timeline-tabs .e-n-tabs-heading::-webkit-scrollbar {
    display: none; /* Chrome */
}

/* Prevent shrinking */
.timeline-tabs .e-n-tab-title {
    flex: 0 0 auto;
}
span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
    font-size: 12px;
    color: #FF9800;
}
.elementor-message.elementor-message-success.elementor-message-svg {
    color: #8BC34A;
    font-size: 15px;
}
span.blue-color {
    color: #0076fb;
}
.dot-point {
    position: relative;
}
.dot-point:before {
    content: '' !important;
    position: absolute !important;
    width: 20px !important;
    height: 20px !important;
    background: #0179fe;
    border-radius: 30px !important;
    top: 50% !important;
    left: -9px !important;
    transform: translate(0px, -50%);
}
button#request-program {
    margin-top: 25px;
}
.summary-list li span.elementor-icon-list-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 15px;
}
.summary-list li span > span {
    color: #0077ff;
    font-weight: 600;
}
.step-hit .elementor-image-box-img {
    margin-bottom: 0px !important;
}
span.color-blue {
    color: #0077ff;
}

.animated-gredient {
    background: linear-gradient(231deg, #00FFB3, #0077FF);
    background-size: 200% 200%;
    -webkit-animation: AnimationName 20s ease infinite;
    -moz-animation: AnimationName 20s ease infinite;
    animation: AnimationName 20s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
.elementor-icon-box-content h3 {
    margin-top: 0;
}
.footer-cta ul li a {
    color: #ffffff !important;
}
.animated-number .elementor-counter-title {
    text-align: center;
}
.elementor-widget-reviews .swiper-wrapper, .elementor-widget-testimonial-carousel .swiper-wrapper{
	align-items:center !important;
}
.blue-green {
    background: linear-gradient(43deg, #27d3aa, #10245a, #10245a, #225998);
    background: -webkit-linear-gradient(43deg, #27d3aa, #10245a, #10245a, #225998);
}