/************Header CSS start*************/
p
{
    line-height: 1.7;
}
nav li::after{
    /* content: "";
    display: block;
    width: 0;
    height: 0px;
    background: url('../imgs/hoverImg.svg');
    background-repeat: no-repeat;
    transition: all ease 0.5s; */
}

nav li:hover::after{
    height: 5px;
    width:100%;
    color: rgb(171 208 55) !important;
}

nav li.active::after{
    /* height: 5px;
    width: 100%;
    top: 36px;
    position: absolute; */
}

nav li.active, nav li:hover{
    color: rgb(171 208 55) !important;
}

.hamburger {
    width: 30px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hamburger div {
    width: 100%;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease;
}

.hamburger.open div:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.open div:nth-child(2) {
    opacity: 0;  
}

.hamburger.open div:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/************Header CSS end*************/




/****************** solutions Tabs section css start*******************/

.tabsContainer{
    position: relative;
    display: flex;
    background: #f5f6f7;
    border-radius: 18px;
    padding: 3px;
    overflow: hidden;
}

.tabsContainer .tab{
    font-size: 1.25rem;
    font-weight: 700;
    color: #787F84;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: color 0.3s ease;
    text-align: center;
}

.tabsContainer .tab.active{
    background-color: #fff;
    border-radius: 8px;
    color: #4f4f4f;
    box-shadow: 2px 4px 5px 0px #00000030;
}



/****************** solutions Tabs section css start*******************/



/* ********** Cards css start  ************ */

.card{
    max-width: 420px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

/* ********** Cards css end  ************ */



/* *********** logos slider css start************ */

.white-gradient {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

:root {
    --animationSpeed: 40s;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.sliderSec .slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.sliderSec .slider::before,
.sliderSec .slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    /* height: 100px; */
    position: absolute;
    width: 200px;
    z-index: 2;
}

.sliderSec .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.sliderSec .slider::before {
    left: 0;
    top: 0;
}

/* .slide-track {
    animation: scroll var(--animationSpeed) linear infinite;
    display: flex;
    width: calc(250px * 14);
} */

.sliderSec .slide {
    /* height: 100px; */
    width: 250px;
}

.sliderSec .slide img{
    /* filter: grayscale(); */
}

.sliderSec .slide>img:hover{
    filter: none;
}

/* *********** logos slider css end************ */


/* ********** Testimonial section css start************* */



.testi-slide{
    max-width:340px;
    width: 100%;
    height: auto;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}


.text-xtext2 {
    text-align: justify;
}

.postContent h3
{
    --tw-bg-opacity: 1;
    color: rgb(171 208 55 / var(--tw-bg-opacity, 1));
}
#myTopBtn
{
    display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 999999;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 1rem;
  line-height: 1.4;
}
.submenu
{
    min-width: 150px;
}
.section-padding
{
    padding: 70px 0px;
}
.bg-gray
{
    background-color: #f5f6f7;
}

.ixgenie-video-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .ixgenie-video-container:hover .ixgenie-video-title {
    opacity: 1;
  }

  .bottom-btn {
    bottom: 4px;
    left: 0px;
    margin: auto;
    right: 0px;
    max-width: 200px;
}

.select2-container .select2-selection--single
{
    height: 45px !important;
    vertical-align: middle;
    border: 0 !important;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1)) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered 
{
    line-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}

body .sk-ww-linkedin-page-post {
    background-color: var(--widget-bg-color);
    font-size: var(--details-font-size);
    text-align: left;
}