/* colors */
:root {
    --primary-color: #2362BF;
    --secondary-color: #22314B;
    --text-color: #22314B;
    --primary-light-version: #EBF1F9;
    --secondary-purple: #843D94;
    --secondary-violet: #4A3C94;
    --accent-blue: #D7E2F3;
    --accent-pink: #E9DCEC;
    --accent-violet: #DEDCEC;
    --accent-light-grey: #F2F2F4;
}
/* common styles */
.vbots-justify .elementor-widget-heading {
  align-items: center;
  display: flex;
}
/* vBots Button  */
.vbots-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vbots-size-small { font-size: 13px; }
.vbots-size-medium { font-size: 15px; }
.vbots-size-large { font-size: 17px; }

.vbots-size-full {
    width: 100%;
    justify-content: center;
}
.vbots-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #e5e7eb;
    text-decoration: none;
    transition: all 0.3s ease;
}
.vbots-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 100px;
    transition: all 0.3s ease;
}
.vbots-btn:hover .vbots-btn-icon {
    /* transform: translateX(4px); */
}
.elementor-button-content-wrapper {
    align-items: center;
}
.vbot-cus-button a.elementor-button:hover span.elementor-button-icon {
    background: #ffffff;
    color: #000000;
    fill: #000000;
    border-radius: 100px;
    padding: 2px;
}
.vbot-cus-button a.elementor-button {
    height: 40px;
    min-width: 150px;
    align-items: center;
    display: flex;
    justify-content: center;
}
/* vBots Recent Posts  */
.vbots-recent-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.vbots-recent-list .vbots-item {
    flex: 0 0 calc(33.333% - 20px);
}
/* Tablet: 2 columns */
@media (max-width: 1024px) {
    .vbots-recent-list .vbots-item {
        flex: 0 0 calc(50% - 20px);
    }
}

/* Mobile: 1 column */
@media (max-width: 767px) {
    .vbots-recent-list .vbots-item {
        flex: 0 0 100%;
    }
}

/* Section Title  */
h2.vbots-section-title {
    font-size: 40px;
    margin-bottom: 40px;
}
h2.vbots-section-title .highlight {
    color: var(--primary-color);
}

/* Trusted logos marquee */
.vbots-logo-marquee-wrapper {
    overflow: hidden;
    width: 100%;
}

.vbots-logo-marquee {
    display: flex;
    width: max-content;
    animation: marquee var(--marquee-speed) linear infinite;
    animation-direction: var(--marquee-direction);
}

.vbots-logo-track {
    display: flex;
}

.vbots-logo-item {
    padding: 0 10px;
    flex: 0 0 auto;
}

.vbots-logo-item img {
    max-width: 160px;
    width: auto;
    display: block;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.pause-hover:hover .vbots-logo-marquee {
    animation-play-state: paused;
}
@media(max-width:1400px){
  .vbots-logo-item img {
      max-width: 110px;
  }
}
@media(max-width:767px){
  .vbots-logo-item {
    padding: 0 5px;
  }
}

/* Bottlenecks Widget */
.bottlenecks-wrap{
  max-width:1200px;
  margin:auto;
  position:relative;
  padding:0 0 320px;
  text-align:center;
}

.bottlenecks-title{
  font-size:36px;
  font-weight:600;
  color:#1f2a44;
  margin-bottom: 40px;
  display: inline-block;
  background: var(--primary-light-version);
  padding: 5px 10px;
  z-index: 2;
  position: relative;
  max-width: 560px;
}

/* ---------- ARCS ---------- */
.bottlenecks-wrap .arcs{
  position:absolute;
  top:120px;
  left:50%;
  transform:translateX(-50%);
  width:960px;
  height:480px;
  pointer-events:none;
}

.bottlenecks-wrap .arc{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  border:1px solid rgba(0,0,0,.08);
  border-bottom:none;
  border-radius:1000px;
}

/* 7 arcs – evenly stepped */
.arc.a1{ width:920px; height:920px; top:0; }
.arc.a2{ width:850px; height:850px; top:35px; }
.arc.a3{ width:780px; height:780px; top:70px; }
.arc.a4{ width:710px; height:710px; top:105px; }
.arc.a5{ width:640px; height:640px; top:140px; }
.arc.a6{ width:570px; height:570px; top:175px; }
.arc.a7{ width:500px; height:500px; top:210px; }
.arc.a8 {width: 990px;height: 990px;top: -35px;}
.arc.a9{ width:430px; height:430px; top:245px; }
.arc.a10{ width:360px; height:360px; top:280px; }



.arc.a1{ width:920px; height:920px; top:0; }
.arc.a2{ width:820px; height:820px; top:50px; }
.arc.a3{ width:720px; height:720px; top:100px; }
.arc.a4{ width:620px; height:620px; top:150px; }
.arc.a5{ width:520px; height:520px; top:200px; }
.arc.a6{ width:420px; height:420px; top:250px; }
.arc.a7{ width:320px; height:320px; top:300px; }
.arc.a8 {width: 1020px;height: 1020px;top: -50px;}
.arc.a9{ width:220px; height:220px; top:350px; }
.arc.a10{ width:120px; height:120px; top:400px; }

/* ---------- ITEMS ---------- */
.bottlenecks-wrap .challenge{
  position:absolute;
  width:194px;
  text-align:center;
}

.bottlenecks-wrap .icon{
  width:48px;
  height:48px;
  background:#fff;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  color:#4b3dbb;
  box-shadow:0 6px 16px rgba(0,0,0,.08);
  margin:0 auto 10px;
}

.bottlenecks-wrap .label{
  background:#ffffff;
  padding:8px 8px;
  border-radius:8px;
  font-size:15px;
  color:#1f2a44;
  /* box-shadow:0 6px 16px rgba(0,0,0,.08); */
}
.bottlenecks-title .highlight {
    color: var(--primary-color);
} 
/* ---------- POSITIONS ---------- */
.bottlenecks-wrap .challenge {
  animation: fadeIn 0.6s ease-out forwards;
  /* transform: translateY(120px); */
  animation-delay: 0.15s;
  will-change: transform, opacity;
  opacity: 0;
}
.bottlenecks-wrap .challenge.c1{ 
  top: 325px;
  left: 130px; 
}
.bottlenecks-wrap .challenge.c2{ 
  top:210px; 
  left:285px; 
  animation-delay: 0.45s;
}
.bottlenecks-wrap .challenge.c3{ top:135px; left:0;right: 0;margin: 0 auto; animation-delay: 0.75s;}
.bottlenecks-wrap .challenge.c4{ top:210px; right:285px; animation-delay: 1.05s;}
.bottlenecks-wrap .challenge.c5{ top:320px; right:130px; animation-delay: 1.35s;}
.bottlenecks-wrap .challenge.c6{ top:315px; left:0; animation-delay: 1.65s;right: 0; margin: 0 auto;}
.bottlenecks-wrap .challenge.c7{ top:255px; right:350px; animation-delay: 1.95s;}
.bottlenecks-wrap .challenge .icon img {
    max-width: 30px;
}
@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  to { opacity: 1; }
}
/* ---------- RESPONSIVE ---------- */
@media(max-width:1240px){
  .bottlenecks-wrap .arcs{ display:none; }
  .bottlenecks-wrap .challenge,
  .bottlenecks-wrap .challenge.c3,
  .bottlenecks-wrap .challenge.c6 {
    position:static;
    margin:20px auto;
  }
  .challenge-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .bottlenecks-wrap {
    padding: 20px 0 30px;
  }
}
@media(max-width:540px){
  .challenge-wrap {
    grid-template-columns: auto;
  }
}

/* Bottleneck animation */
/* =========================
   BASE STATES (hidden)
========================= */

.bottlenecks-wrap {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease;
}

.bottlenecks-wrap.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Title */
.bottlenecks-title {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .6s ease, transform .6s ease;
}

.bottlenecks-wrap.is-visible .bottlenecks-title {
  opacity: 1;
  transform: translateY(0);
}
/* ARCS */
.arcs .arc {
  opacity: 0;
  transition: opacity 1s ease;
}

.bottlenecks-wrap.is-visible .arcs .arc {
  opacity: 1;
}

/* CHALLENGES */
.challenge {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .6s ease, transform .6s ease;
}

/* Reveal */
.bottlenecks-wrap.is-visible .challenge {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger timing */
.bottlenecks-wrap.is-visible .challenge.c1 { transition-delay: .5s; }
.bottlenecks-wrap.is-visible .challenge.c2 { transition-delay: .7s; }
.bottlenecks-wrap.is-visible .challenge.c3 { transition-delay: .9s; }
.bottlenecks-wrap.is-visible .challenge.c4 { transition-delay: 1.1s; }
.bottlenecks-wrap.is-visible .challenge.c5 { transition-delay: 1.3s; }
.bottlenecks-wrap.is-visible .challenge.c6 { transition-delay: 1.5s; }
.bottlenecks-wrap.is-visible .challenge.c7 { transition-delay: 1.7s; }

/* =========================
   ICON MICRO INTERACTION
========================= */

.challenge .icon img {
  transition: transform .3s ease;
}

.challenge:hover .icon img {
  transform: scale(1.08);
}
/* =========================
   SUBTLE FLOAT ANIMATION
========================= */

.bottlenecks-wrap.is-visible .challenge {
  animation: vbots-float 2s ease-in-out infinite;
}

/* Vary timing to avoid uniform motion */
/* .bottlenecks-wrap.is-visible .challenge.c1 { animation-duration: 1s; }
.bottlenecks-wrap.is-visible .challenge.c2 { animation-duration: 2s; }
.bottlenecks-wrap.is-visible .challenge.c3 { animation-duration: 3s; }
.bottlenecks-wrap.is-visible .challenge.c4 { animation-duration: 4s; }
.bottlenecks-wrap.is-visible .challenge.c5 { animation-duration: 5s; }
.bottlenecks-wrap.is-visible .challenge.c6 { animation-duration: 6s; }
.bottlenecks-wrap.is-visible .challenge.c7 { animation-duration: 7s; }

@keyframes vbots-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@media (prefers-reduced-motion: reduce) {
  .challenge {
    animation: none !important;
  }
} */
.bottlenecks-wrap.is-visible .challenge .icon {
  box-shadow: 0 0 0 rgba(114, 163, 242, 0);
  animation: vbots-glow 3s ease-in-out infinite;
}

@keyframes vbots-glow {
  0%,100% { box-shadow: 0 0 0 rgba(90, 152, 215, 0); }
  50% { box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15); }
}













.arcs .arc {
  animation: arcMove 1s linear infinite;
}

/* Vary speed for depth */
.arcs .arc {
  border: none;
  border-top: 2px dashed var(--accent-blue);
  border-radius: 50%;
  position: absolute;
}
.arcs .a1 { animation-duration: 2s; }
.arcs .a2 { animation-duration: 3s; }
.arcs .a3 { animation-duration: 4s; }
.arcs .a4 { animation-duration: 5s; }
.arcs .a5 { animation-duration: 6s; }
.arcs .a6 { animation-duration: 7s; }
.arcs .a7 { animation-duration: 8s; }
.arcs .a8 { animation-duration: 9s; }
.arcs .a9 { animation-duration: 10s; }
.arcs .a10 { animation-duration: 11s; }

@keyframes arcMove {
  from {
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: var(--primary-color);
    background-position: 0 0;
  }
  to {
    background-position: 120px 0;
  }
}

.challenge:hover .icon img {
  animation: iconHoverBounce .6s ease;
}

@keyframes iconHoverBounce {
  0%   { transform: translateY(0); }
  40%  { transform: translateY(-8px); }
  70%  { transform: translateY(4px); }
  100% { transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .challenge .icon img {
    animation: none !important;
  }
}









/* vBots Advantage widget */
.vbots-advantage-wrap{
  /* max-width:calc(100% - 50px); */
  max-width: 100%;
  margin:auto;
  background:#2563c6;
  border-radius:16px;
  padding:30px 40px 60px;
  color:#fff;
  position:relative;
}

/* ----- TITLE ----- */
.vbots-advantage-title{
  text-align:center;
  font-size:26px;
  font-weight:600;
  position:relative;
  z-index:2;
  max-width: 75%;
  margin: 0 auto;
  margin-bottom:150px;
}
.vbots-advantage-wrap .vbots-advantage-title h2 {
    margin: 0;
    font-size: 36px;
    color: #ffffff;
}
.vbots-advantage-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}
/* dotted box around title */
.vbots-advantage-title::before{
  content: "";
    position: absolute;
    left: 50%;
    top: -65px;
    transform: translateX(-50%);
    width: 100%;
    height: 195px;
    border: 2px dashed rgba(255, 255, 255, .35);
    border-radius: 14px;
    z-index: -1;
}

/* ----- CONNECTOR LINE ----- */
.vbots-connector{
  position:absolute;
  top:239px;
  left:10%;
  right:6%;
    height: 100px;
    border: 2px dashed rgba(255, 255, 255, .35);
    width: 80.3%;
    border-radius: 10px;
    border-bottom: none;
}

/* vertical drops */
.vbots-connector span{
  position:absolute;
  top:10px;
  width:1px;
  height:25px;
  border-left:2px dashed rgba(255,255,255,.35);
}

.vbots-connector span:nth-child(1){left:0;display: none;}
.vbots-connector span:nth-child(2){left:20%;}
.vbots-connector span:nth-child(3){left:40%;}
.vbots-connector span:nth-child(4){left:60%;}
.vbots-connector span:nth-child(5){left:80%;}
.vbots-connector span:nth-child(6){left:100%;display: none;}
.vbots-advantage-title::after {
    content: "";
    display: block;
    background: #2563c6;
    width: 50px;
    height: 100px;
    left: 0;
    right: 0;
    top: 125px;
    position: absolute;
    margin: 0 auto;
    /* border: 2px dashed rgba(255, 255, 255, .35); */
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
}
.vbots-connector:before {
    content: "";
    display: block;
    background: #2563c6;
    width: 30px;
    height: 80px;
    left: 60px;
    right: 0;
    top: -81px;
    position: absolute;
    margin: 0 auto;
    border-left: 2px dashed rgba(255, 255, 255, .35);
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    border-radius: 10px;
    z-index: 2;
}
.vbots-connector:after {
    content: "";
    display: block;
    background: #2563c6;
    width: 30px;
    height: 80px;
    left: 0;
    right: 70px;
    top: -81px;
    position: absolute;
    margin: 0 auto;
    border-right: 2px dashed rgba(255, 255, 255, .35);
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    border-radius: 10px;
    z-index: 2;
}
/* ----- ITEMS ----- */
.vbots-advantage-items{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:28px;
  text-align:center;
  position:relative;
  z-index:2;
}

.vbots-advantage-item {
  display:flex;
  flex-direction:column;
  align-items:center;
  animation: slideUp 0.6s ease-out forwards;
  transform: translateY(120px);
  animation-delay: 0.15s;
  will-change: transform, opacity;
  opacity: 0;
}
.vbots-advantage-item:nth-child(1) {
  animation-delay: 0.15s;
}
.vbots-advantage-item:nth-child(2) {
  animation-delay: 0.35s;
}
.vbots-advantage-item:nth-child(3) {
  animation-delay: 0.55s;
}
.vbots-advantage-item:nth-child(4) {
  animation-delay: 0.75s;
}
.vbots-advantage-item:nth-child(5) {
  animation-delay: 0.95s;
}
.vbots-advantage-item:nth-child(6) {
  animation-delay: 1.15s;
}
.vbots-advantage-icon{
  width:56px;
  height:56px;
  background:#fff;
  color:#2563c6;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:700;
  margin-bottom:14px;
}

.vbots-advantage-item p{
  font-size:15px;
  line-height:1.45;
  max-width:160px;
  opacity:.95;
}

/* ----- RESPONSIVE ----- */
@media(max-width:1240px){
  .bottlenecks-wrap,
  .bottlenecks-title {
    opacity: 1;
    transform: translateY(0);
  }
  .vbots-advantage-items{
    grid-template-columns:repeat(3,1fr);
    row-gap:40px;
    align-items: center;
  }
  .vbots-connector,
  .vbots-advantage-title::before,
  .vbots-advantage-title::after {
    display:none;
  }
  .vbots-advantage-title {
    max-width: 100%;
    margin-bottom: 45px;
    padding: 0 20px;
  }
  .vbots-advantage-wrap {
    padding: 30px 40px 30px;
    max-width: 90%;
  }
}
@media(max-width:1024px){
  .bottlenecks-title,
  .vbots-advantage-wrap .vbots-advantage-title h2 {
    font-size: 30px;
  }
  .bottlenecks-title {
    margin-bottom: 10px;
  }
}
@media(max-width:767px){
  .bottlenecks-title,
  .vbots-advantage-wrap .vbots-advantage-title h2 {
    font-size: 22px;
  }
}

@media(max-width:640px){
  .vbots-advantage-items{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width: 540px) {
    .vbots-advantage-wrap {
        padding: 30px 15px 20px;
    }
    .vbots-advantage-items {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 20px;
    }
    .vbots-advantage-item p {
      max-width: unset;
    }
}
/* Custom vBots tabs */
.vbots-tabs-wrap {
    border-radius: 16px;
    padding: 24px 0;
}

.vbots-tabs-nav {
    display: flex;
    gap: 10px;
    background: var(--primary-light-version);
    padding: 12px 8px;
    border-radius: 50px;
    margin-bottom: 24px;
    justify-content: space-between;
    max-width: 1070px;
    margin: 0 auto 30px;
}

.vbots-tab-btn {
    border: none;
    background: transparent;
    padding: 10px 18px;
    border-radius: 100px;
    cursor: pointer;
    font-family: "Exo 2", Sans-serif;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    overflow: hidden;
    --duration: 8000ms; /* default */
    z-index: 0;
}

.vbots-tab-btn.active {
    background: var(--primary-color);
    color: #fff;
}

.vbots-tab-panel {
    display: none;
    grid-template-columns: 1.5fr 1fr;
    gap: 30px;
    border-radius: 16px;
    align-items: center;
}

.vbots-tab-panel.active {
    display: block;
}

.vbots-tab-left h3 {
    margin-bottom: 12px;
}

.vbots-tab-btn-primary {
    display: inline-block;
    margin-top: 16px;
    padding: 10px 16px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}
.vbots-tab-panel {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.vbots-tab-panel.active {
    opacity: 1;
    transform: translateY(0);
}
.vbots-tabs-content {
    max-width: 1444px;
    border-radius: 16px;
    margin: 0 auto;
}
.vbots-tab-right {
    background-color: var(--secondary-color);
    border-radius: 0 16px 16px 0;
}
.vbots-tab-left {
    padding: 45px;
}
.vbots-tab-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0%;
    background-color: #07061d4f;
    z-index: -1;
    border-radius: 100px;
}

/* animation only when active */
.vbots-tab-btn.is-progress::before {
    animation-name: vbotsTabProgress;
    animation-duration: var(--duration);
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
/* Pause progress when hovering tabs wrapper */
.vbots-tabs-wrap:hover .vbots-tab-btn.is-progress::before {
    animation-play-state: paused;
}

/* Default running state */
.vbots-tab-btn.is-progress::before {
    animation-play-state: running;
}
@keyframes vbotsTabProgress {
    from { width: 0%; }
    to   { width: 100%; }
}
@media(max-width:1400px){
  .vbots-tabs-content {
    max-width: 1040px;
  }
  .vbots-tabs-nav {
    max-width: 750px;
    padding: 8px;
  }
  .vbots-tab-btn {
    font-size: 16px;
    padding: 10px 12px;
  }
}
@media(max-width:1240px){
  .vbots-tabs-nav {
    max-width: 100%;
    margin: 0 20px 20px;
  }
}
@media(max-width:768px){
    .vbots-tabs-nav {
        flex-direction: column;
        border-radius: 15px;
    }
    .vbots-tab-btn {
      font-size: 17px;
    }
    .mobile-black-color h2.vbots-section-title {
        color: #333333 !important;
    }
}
@media(min-width:1200px){
  .vbots-tabs-content .elementor-element.e-flex.e-con.e-child {
      min-height: 455px;
      justify-content: center;
  }
}


/* Bots slider widget */
.vbots-bot-slider-wrap {
  width: 100%;
}

.vbots-bot-slider-header {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  margin-bottom: 20px;
}
.vbots-slider-nav {
  margin-left: auto;
}
.vbots-bot-slider-header h3 {
  font-size: 20px;
}
.vbots-slider-nav button {
  border: none;
  background: #1f2937;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}
.vbots-slider-nav button:disabled {
  opacity: 0.5;
}

.vbots-bot-slider {
    overflow: hidden;
}

.vbots-bot-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
}

.vbots-bot-card {
    min-width: 500px;
    background: #f3f7fb;
    border-radius: 16px;
    padding: 24px;
}
.vbots-bot-card {
    background-color: var(--primary-light-version); /* default bg */
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: grab; /* indicate draggable */
}
.vbots-bot-card:hover {
    background-color: var(--secondary-color); /* change to any color you want */
    /* transform: translateY(-5px); */
}
.vbots-bot-card:hover h4, .vbots-bot-card:hover p,
.vbots-bot-card:hover ul li {
    color: #ffffff;
}


.vbots-bot-card h4 {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
}

.vbots-bot-card ul {
  margin-top: 12px;
  padding-left: 18px;
}
.vbots-bot-slider {
  overflow: hidden;
}

.vbots-bot-track {
  display: flex;
  transition: transform 0.4s ease;
}

.vbots-bot-card {
    flex: 0 0 33.333%; /* 3 cards per view */
    border-top: 1px solid var(--secondary-color);
}
.vbots-slider-nav button.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}
@media(max-width:540px){
  .vbots-bot-card {
    min-width: 100%
  }
  .vbots-bot-track {
    gap: 0;
  }
  .vbots-bot-card h4 {
    margin-top: 5px;
  }
}
/* Text Marque widget */
.vbots-marque {
    overflow: hidden;
    width: 100%;
}

.vbots-marque-track {
    display: flex;
    width: max-content;
    animation: vbots-marque linear infinite;
    animation-duration: var(--marque-speed, 30s);
}

.vbots-marque:hover .vbots-marque-track {
    animation-play-state: paused;
}

.vbots-marque-pill {
    background: var(--primary-color);
    color: #fff;
    padding: 12px 24px;
    border-radius: 999px;
    margin: 0;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
}
/* Direction */
.vbots-marque[data-direction="left"] .vbots-marque-track {
    animation-name: vbots-marque-left;
}

.vbots-marque[data-direction="right"] .vbots-marque-track {
    animation-name: vbots-marque-right;
}
.vbots-marque {
    overflow: hidden;
    margin: 0 auto; /* center */
    position: relative;
}

.vbots-marque-track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: vbots-marque 18s linear infinite;
}
.vbots-marque-track {
    display: flex;
    width: max-content;
    animation: vbots-marque 18s linear infinite;
}

@keyframes vbots-marque {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

@keyframes vbots-marque {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

@keyframes vbots-marque-left {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

@keyframes vbots-marque-right {
    from { transform: translateX(-50%); }
    to   { transform: translateX(0); }
}

/* @keyframes vbots-marque {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
} */
.vbots-marque::before,
.vbots-marque::after {
  content: '';
  position: absolute;
  top: 0;
  width: 50px; /* adjust width of fade */
  height: 100%;
  pointer-events: none; /* let items stay clickable */
  z-index: 2;
}

/* .vbots-marque::before {
  left: 0;
  background: linear-gradient(to right, var(--primary-light-version) 0%, transparent 100%);
}

.vbots-marque::after {
  right: 0;
  background: linear-gradient(to left, var(--primary-light-version) 0%, transparent 100%);
} */

/* Testimonial Widget */
.testimonial-section{
  margin:auto;
  display:grid;
  grid-template-columns: 1.1fr 1fr;
  gap:60px;
  align-items:center;
  background-color: #22314B;
  margin-top: 30px;
    border-radius: 10px;
    padding: 30px 50px;
}

/* ---------- LEFT NAV ---------- */
.testimonial-section .testimonial-nav{
  position:relative;
  height:100%;
      background-image: url(./pattern1.png);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center left;
}

.testimonial-section .nav-circle{
  position:absolute;
  width:48px;
  height:48px;
  border-radius:50%;
  background:#fff;
  color:#0f1f35;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  cursor:pointer;
  /* opacity:.8; */
  transition:.3s;
  transition: all 0.4s ease;
  /* transform:scale(1); */
}

.testimonial-section .nav-circle.active{
  opacity:1;
  /* transform:scale(1.15); */
  animation: pulse-animation 2s infinite;
  width: 72px;
  height: 72px;
  transition: all 0.4s ease;
}
.testimonial-section .nav-circle img {
    border-radius: 100px;
    /* filter: grayscale(1); */
}
.testimonial-section .nav-circle {
    transition: all 0.4s ease;
}

.testimonial-section .nav-circle.active {
    opacity: 1;
    transform: scale(1.15);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transition: all 0.4s ease;
}
.testimonial-section .nav-circle.active img {
  border: 2px solid #ffffff;
  filter: grayscale(0);
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(255 255 255 / 20%);
  }
  100% {
    box-shadow: 0 0 0 20px rgb(255 255 255 / 10%);
  }
}
/* positioning like design */
.testimonial-section .n1{ top: 20px;top: 3%;left: 180px;left: 27%; }
.testimonial-section .n2 {
    top: 80px;
    top: 16%;
    right: 160px;
    right: 24%;
}
.testimonial-section .n3 {
    top: 120px;
    top: 22%;
    left: 310px;
    left: 47%;
}
.testimonial-section .n4 {
    top: 175px;
    top: 35%;
    left: 75px;
    left: 11%;
    /* width: 40px;
    height: 40px; */
}
.testimonial-section .n5 {
    top: 42%;
    left: 31%;
    top: 60%;
    left: 28%;
}
.testimonial-section .n6 {
    top: 36%;
    right: 37%;
    /* width: 30px;
    height: 30px; */
    top: 45%;
}
.testimonial-section .n7 {
    top: 70%;
    left: 23%;
    /* width: 45px;
    height: 45px; */
    left: auto;
    right: 30%;
}
.testimonial-section .n8 {
    top: 315px;
    top: 62%;
    right: 280px;
    right: 40%;
    /* width: 38px;
    height: 38px; */
}
.testimonial-section .n9 {
    top: 250px;
    top: 46%;
    right: 170px;
    right: 23%;
    /* width: 42px;
    height: 42px; */
}
.testi-meta-wrap-right img {
    max-width: 165px;
    border-radius: 10px;
}
/* ---------- RIGHT CONTENT ---------- */
.testimonial-section .testimonial-content{
  max-width:800px;
}

.testimonial-section .video-box{
  width:100%;
  height:100%;
  background:#fff;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:28px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.testimonial-section .video-box iframe {
    height: 100%;
    min-height: 450px;
}
.testimonial-section .play-btn{
  width:56px;
  height:56px;
  border-radius:50%;
  background-color: #ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  position: absolute;
}

.testimonial-section .quote{
  font-size:26px;
  line-height:1.5;
  margin-bottom:18px;
  color: #ffffff;
  font-family: "Manrope", Sans-serif;
  font-weight: 600;
}
.testi-meta-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonial-section .author{
  font-weight:600;
  color: #ffffff;
  font-size: 20px;
}

.testimonial-section .role{
  font-size:16px;
  opacity:.7;
  color: #ffffff;
}
.testimonial-content {
    position: relative;
}

/* default state */
.testimonial-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.95s ease;
}

/* active */
.testimonial-item.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: opacity 1.95s ease;
}

/* inactive stacked safely */
.testimonial-item:not(.active) {
    position: absolute;
    inset: 0;
    pointer-events: none;
    transition: opacity 1.95s ease;
}


/* ---------- RESPONSIVE ---------- */
@media(max-width:1240px){
  .testimonial-section .testimonial-section{
    grid-template-columns:1fr;
    gap:40px;
  }
  .testimonial-section .testimonial-nav{
    height:auto;
    display:flex;
    gap:30px;
    justify-content:center;
    background: none;
    flex-wrap: wrap;
  }
  .testimonial-section .nav-circle{
    position:static;
    width: 60px;
    height: 60px;
  }
  section.testimonial-section {
    grid-template-columns: 1fr;
  }
  .testimonial-section .testimonial-content {
    margin: 0 auto;
  }
}
@media(max-width:1366px){
  .testimonial-section .nav-circle.active {
    width: 55px;
    height: 55px;
  }
}
@media(max-width:1024px){
  .testimonial-section {
    padding: 0 50px;
  }
}
@media(max-width:992px){
  .testimonial-section .nav-circle{
    position:static;
    width: 50px;
    height: 50px;
  }
}
@media(max-width:640px){
  .testimonial-section .nav-circle{
    position:static;
    width: 45px;
    height: 45px;
  }
  .testimonial-section .testimonial-nav {
    gap: 18px;
  }
  section.testimonial-section {
    gap: 25px;
  }
}
@media (max-width: 540px) {
    .testimonial-section {
        padding: 0 10px;
    }
    .testimonial-section .quote {
      font-size: 17px;
    }
    .testi-meta-wrap {
      flex-wrap: wrap;
      gap: 15px;
    }
    .testimonial-section .author {
      font-size: 17px;
    }
    .testimonial-section .nav-circle {
        width: 35px;
        height: 35px;
    }
    .testimonial-section .nav-circle.active {
      width: 45px;
      height: 45px;
    }
    .testimonial-section .testimonial-nav {
      gap: 12px;
    }
}

/* Resources widget */
.vbots-resources-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.vbots-resource-card {
    /* background: #fff; */
    border-radius: 0;
    overflow: hidden;
}
.vbots-resources-inner-card {
    background-color: var(--accent-light-grey);
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 20px;
    border: 1px solid #D7DADE;
}
article.vbots-resource-card.grid .resource-service {
    margin-bottom: 5px;
    margin-top: 25px;
}
article.vbots-resource-card.grid .resource-image {
    margin-bottom: 10px;
}
h3.resource-title a {
  font-family: "Manrope", Sans-serif;
  font-weight: 600;
}
.vbots-resource-card .resource-service .service-term {
    display: inline-block;
    margin: 0 0px 5px 0;
    margin-left: 0;
    padding: 8px 15px;
    background: #E5F7FF;
    border-radius: 6px;
    font-size: 16px;
    border: 1px solid #D9D9D9;
    line-height: 32px;
}
.vbots-resource-card h3 {
    margin-top: 10px;
    margin-bottom: 18px;
    line-height: 1;
}
.vbots-resource-card .resource-meta {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.vbots-resource-card .resource-meta a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.vbots-resource-card h3.resource-title a {
    font-size: 24px;
    line-height: 1;
    color: var(--secondary-color);
    font-weight: 600;
}
.vbots-resource-card .resource-meta a img {
    max-width: 18px;
}
.vbots-resource-card p.resource-excerpt {
    font-size: 16px;
    color: #23324C;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 500;
}
h3.resource-title {
    margin-top: 13px;
}
.resource-type {
    color: var(--primary-color);
    font-weight: 500;
    /* margin-bottom: 15px; */
    font-size: 18px;
}
.resource-link a i {
    font-size: 23px;
    transform: rotate(45deg);
}
.vbots-resources-style-2 {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
}

.resource-featured {
    /* background: var(--accent-blue); */
    border-radius: 8px;
    overflow: hidden;
}

.resource-list-item {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.resource-list-item img {
    width: 140px;
    border-radius: 10px;
}
article.vbots-resource-card.compact .vbots-resources-inner-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  vertical-align: middle;
  align-items: flex-start;
  padding: 0;
  background: none;
}
article.vbots-resource-card.compact {
  border-bottom: none;
}
article.vbots-resource-card.featured.grid {
  border: none;
}
article.vbots-resource-card.featured.grid .resource-meta{
  display: none;
}
article.vbots-resource-card.featured.grid .vbots-resources-inner-card .resource-meta {
  display: block;
}
article.vbots-resource-card.featured.grid .vbots-resources-inner-card {
  padding: 0;
}
article.vbots-resource-card.featured.grid .resource-content {
  padding: 15px 30px;
  background-color: var(--primary-light-version);
  display: inline-block;
}
article.vbots-resource-card .vbots-resources-inner-card .resource-meta .resource-type {
  display: inline-block;
  background-color: var(--accent-blue);
  padding: 5px 15px;
  border-radius: 50px;
  color: var(--secondary-color);
}
article.vbots-resource-card.compact .vbots-resources-inner-card .resource-image img {
  border-radius: 8px;
}
article.vbots-resource-card.featured.grid .vbots-resources-inner-card .resource-image {
  display: inline-block;
  float: left;
}
article.vbots-resource-card.grid .resource-image img {
  border-radius: 8px;
}
.vbots-resources.vbots-style-2 .vbots-resource-card.grid .resource-image img {
    border-radius: 0;
}
.vbots-resources.vbots-style-2 .resource-featured {
  border-radius: 8px 8px 0 0;
}
@media(max-width:1240px){
  .vbots-resources-grid {
    padding: 0 20px;
  }
}
@media(max-width:998px){
  .vbots-resources-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .vbots-resources-grid {
    padding: 0 20px;
  }
}
@media (max-width: 1500px) {
  .vbots-resource-card h3.resource-title a {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media (max-width: 1366px) {
    .vbots-resource-card h3.resource-title a {
        font-size: 17px;
        line-height: 17px;
    }
    .vbots-resource-card p.resource-excerpt {
      font-size: 15px;
    }
    .vbots-resources-inner-card {
      padding: 15px;
    }
    .vbots-resources-grid {
      gap: 15px;
    }
    .vbots-resource-card .resource-service .service-term {
      font-size: 14px;
      line-height: 1.3;
    }
    .resource-type {
      font-size: 15px;
    }
}
/* Four pillers: Custom bots widget */
.custom-bots-wrapper {
  padding: 80px 0;
  max-width: 80%;
  margin: 0 auto;
}

.custom-bots-title {
  text-align: center;
  color: #6b87b6;
  font-size: 32px;
  margin-bottom: 60px;
}

.custom-bot-row {
  position: relative;
  margin-bottom: 50px;
  max-width: 1120px;
  margin: 25px auto;
}

.custom-bot-stage {
  position: absolute;
  left: -120px;
  top: 40px;
  background: #eef2f7;
  color: #2d3b55;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 6px;
  display: none;
}

.custom-bot-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #D7DADE;
}

/* .custom-bot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
} */
.custom-bot-header {
  display: grid;
  align-items: center;
  padding: 20px;
  grid-template-columns: 0.5fr 6fr 1fr;
  gap: 10px;
}

.custom-bot-icon {
  width: 42px;
  height: 42px;
  background: #f0f4ff;
  border-radius: 10px;
}

.custom-bot-name {
  font-size: 18px;
  margin: 0;
}

.custom-bot-desc {
  font-size: 16px;
  color: #6c7a92;
  margin: 7px 0 5px;
}

.custom-bot-cta {
  background: var(--primary-color);
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
}

.custom-bot-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  background-color: var(--primary-light-version)
}

.bot-block {
  border-radius: 8px;
  padding: 18px;
}

.bot-block h4 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #2d3b55;
}
.bot-block.compliance p {
  background: #E2E8F0;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 8px;
}
.bot-block h4 {
  /* color: #94A3B8 !important; */
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.6px;
}
span.custom-bot-stage:after {
  content: "";
  display: block;
  background: #000000;
  width: 1px;
  height: 285px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40px;
}
.custom-bot-row:last-child .custom-bot-stage:after {
  display: none;
}

/* Custom testimonial widget */
.vbots-testimonial-slider {
    padding: 60px 0;
}

.vbots-testimonial-card {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    opacity: 0.4;
    transform: scale(0.9);
    min-height: 661px;
    display: grid;
}

.swiper-slide-active .vbots-testimonial-card {
    opacity: 1;
    transform: scale(1);
}

.vbots-logo {
    max-width: 140px;
    margin-bottom: 20px;
}
.vbots-testimonial-card .vbots-logo {
  margin-bottom: 70px;
  max-width: 200px;
}
.testimonial-section .testimonial-nav {
    background-position: center right;
    order: 2;
    background-size: 95%;
    top: -50px;
}
.testimonial-section .n2 {
    right: 5%;
}
.testimonial-section .n1 {
    left: 35%;
}
/* .testimonial-section .n3 {
   left: 32%;
} */
.testimonial-section .n3 {
   top: 27%;
}
.testimonial-section .n6 {
    right: 18%;
}
.testimonial-section .n7 {
    right: 15%;
}
.testimonial-section .n5 {
    left: 35%;
}
.video-box {
  overflow: hidden;
}
.vbots-quote {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 90px;
    color: #1f2937;
    font-weight: 800;
    font-family: "Manrope", Sans-serif;
}

.vbots-author strong {
    display: block;
    font-size: 24px;
    font-family: "Inter", Sans-serif;
}

.vbots-author span {
    font-size: 14px;
    color: #303033;
}

/* Navigation */
.vbots-nav {
    width: 64px;
    height: 64px;
    background: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.vbots-prev { left: 26%; }
.vbots-next { right: 26%; }
.vbots-nav.vbots-prev:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/left-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
.vbots-nav.vbots-next:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/right-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
/* general  */
.vbots-metrix h3.elementor-image-box-title {
    margin-top: 20px;
}

/* Integrations Widget */
.integrations-wrapper {
  position: relative;
  background: #22314B;
  /* min-height: 520px; */
  /* padding: 120px 20px; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px;
}

/* SIDE IMAGES */
.integrations-side-image {
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 500px;
  height: auto;
  z-index: 1;
  pointer-events: none; */
  width: 450px;
  position: relative;
}

.integrations-side-image.left {
  /* left: 0; */
  right: -65px;
  width: 37%;
}

.integrations-side-image.right {
  right: 0;
  width: 37%;
  left: -65px;
}

/* CENTER CONTENT */
.integrations-content {
  position: relative;
  width: 25%;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}

.integrations-title {
  font-size: 28px !important;
  margin-bottom: 16px;
  line-height: 1.3;
  color: #fff !important;
}

.integrations-desc {
  font-size: 16px;
  opacity: 0.85;
  font-family: "Manrope", Sans-serif;
  font-weight: 400;
}

/* Responsive */
@media (max-width: 1200px) {
  .integrations-title {
    font-size: 20px !important;
  }
  .integrations-side-image.right,
  .integrations-side-image.left {
    width: 35%;
  }
  .integrations-content {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .integrations-side-image {
    display: none;
  }
  .integrations-wrapper {
    padding: 80px 20px;
  }
  .integrations-content {
    width: 100%;
  }
}
@media (min-width: 1220px) {
  .integrations-title {
    font-size: 26px !important;
  }
  .integrations-side-image.right,
  .integrations-side-image.left {
    width: 35%;
  }
  .integrations-content {
    width: 30%;
  }
}
@media (min-width: 1500px) {
  .integrations-title {
    font-size: 32px !important;
    font-weight: 600 !important;
  }
  .integrations-desc {
    font-size: 18px;
    padding: 0 40px;
  }
}
@media (max-width: 1600px) {
    .vbots-quote {
      font-size: 36px;
      margin-bottom: 35px;
      line-height: 1.4;
    }
    .vbots-testimonial-card .vbots-logo {
      margin-bottom: 35px;
    }
    .vbots-testimonial-card {
      min-height: 575px;
    }
}
@media (max-width: 1500px) {
  .integrations-side-image.right {
    left: -40px;
  }
  .integrations-side-image.left {
    right: -40px;
  }
  .vbots-quote {
    font-size: 36px;
    margin-bottom: 35px;
  }
 
}
@media (min-width: 1500px) {
  .testimonial-section {
    grid-template-columns: 1.25fr 1fr;
    padding: 30px 50px;
    gap: 30px;
  }
  .testimonial-section .quote {
    font-size: 32px;
    font-family: "Manrope", Sans-serif;
    line-height: 48px;
    /* max-width: 470px; */
  }
  .testi-meta-wrap {
    /* max-width: 450px; */
    margin-top: 30px;
  }
  .testimonial-section .video-box {
    margin-bottom: 60px;
  }
}
@media (min-width: 1500px) {
.testimonial-section .n1 {
   top: 12%;
}
	.testimonial-section .n6 {
		top: 45%;
	}
	.testimonial-section .n3 {
    top: 32%;
	}
	.testimonial-section .n2 {
		top: 25%;
	}
/* 	.testimonial-section .n3 {
    top: 40%;
  } */
	.testimonial-section .n6 {
    top: 50%;
		right: 26%;
  }
	.nav-circle.n7 {
    top: 70%;
  }
  .testimonial-section .n5 {
    top: 65%;
  }
  .testimonial-section .testimonial-nav {
    top: -90px;
  }
}
@media (max-width: 1366px) {
  .testimonial-section .author {
    font-size: 18px;
  }
  .testimonial-section .quote {
    font-size: 20px;
  }
  .testimonial-section {
      grid-template-columns: 1fr 1fr;
  }
  .testimonial-section .nav-circle {
    width: 40px;
    height: 40px;
  }
  .testi-meta-wrap-right img {
    max-width: 120px;
    border-radius: 5px;
  }
  .testimonial-section .role {
    font-size: 15px;
  }
  .vbots-quote {
      font-size: 28px;
      line-height: 1.3;
      margin-bottom: 20px;
  }
  .vbots-testimonial-card {
    min-height: 450px;
  }
  .vbots-testimonial-card .vbots-logo {
    margin-bottom: 15px;
    max-width: 150px;
  }
  .vbots-nav {
    width: 45px;
    height: 45px;
  }
  .testimonial-section .testimonial-nav {
    background-position: top right;
    background-size: 85%;
    top: -20px;
  }
  .testimonial-section .n1 {
    left: 40%;
  }
  .testimonial-section .n2 {
    right: 2%;
  }
  .testimonial-section .n3 {
    left: 55%;
  }
  .testimonial-section .n4 {
    left: 20%;
  }
  .testimonial-section .n5 {
    left: 40%;
  }
  .testimonial-section .n6 {
    right: 12%;
  }
  .testimonial-section .n7 {
    top: 65%;
    right: 18%;
  }
}
@media (max-width: 1240px) {
  .testimonial-section .testimonial-nav {
    order: 0;
    background: none;
    top: unset;
  }
}
@media (max-width: 1200px) {
  .integrations-side-image.right {
    left: -10px;
  }
  .integrations-side-image.left {
    right: -10px;
  }
}
@media (max-width: 1024px) {
  .vbots-quote {
      font-size: 22px;
      line-height: 1.4;
      margin-bottom: 10px;
  }
  .vbots-testimonial-card .vbots-logo {
    margin-bottom: 10px;
  }
  .vbots-testimonial-card {
    min-height: 380px;
  }
}
@media (max-width: 767px) {
  .integrations-wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 440px) {
.testimonial-section .nav-circle {
    width: 30px;
    height: 30px;
  }
}

/* Types Text Widget */
.vbots-animated-text {
    display: inline-block;
    transition: all 0.4s ease;
}

/* Integration (carriers) widget  */
.vbots-carrier-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    gap: 10px;
    align-items: center;
}

.vbots-carrier-title,
.vbots-logo-box {
    height: 90px;
    /* border: 1px solid #e5e7eb; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
}

.vbots-carrier-title {
    color: #fff;
    flex-direction: column;
    margin: 0 3px;
    text-align: center;
}

.vbots-carrier-title h3 {
    margin: 0;
    font-size: 18px !important;
    font-weight: 700;
    color: #ffffff !important;
}

.vbots-carrier-title p {
    margin: 0;
    font-size: 17px;
    opacity: 0.9;
}

.vbots-logo-box img {
    max-width: 100%;
    position: absolute;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.4s ease, transform 0.35s ease;
}

.vbots-logo-box img.active {
    opacity: 1;
    transform: scale(1);
}
.vbots-logo-box img {
    max-width: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.vbots-logo-box[data-animation="pop"] img {
    transform: scale(0.9);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.vbots-logo-box img.active {
    opacity: 1;
}

.vbots-logo-box[data-animation="pop"] img.active {
    transform: scale(1);
}
.vbots-logo-box[data-animation="pop"] img.active {
    transform: scale(1);
    transition-timing-function: cubic-bezier(.34,1.56,.64,1);
}
@media only screen and (max-width: 1366px) {
    .vbots-carrier-logos {
        grid-template-columns: repeat(auto-fit, minmax(85px, 1fr));
    }
}
@media only screen and (max-width: 1024px) {
  .vbots-carrier-logos {
      grid-template-columns: repeat(4, 1fr);
  }
  .vbots-carrier-title h3 {
    color: #ffffff !important;
  }
  .vbots-carrier-title {
    order: 0;
    max-width: 130px;
  }
  .vbots-logo-box {
    order: 1;
    max-width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .vbots-carrier-logos {
      grid-template-columns: repeat(3, 1fr);
  }
  .vbots-prev {
    left: 10px;
  }
  .vbots-next {
    right: 10px;
  }
  .bottom-cta br, .vbots-br-none br {
    display: none;
  }
  .vbots-quote {
    font-size: 17px;
    margin-bottom: 25px;
  }
  .vbots-testimonial-card .vbots-logo {
    max-width: 110px;
  }
  .vbots-testimonial-card {
    padding: 20px;
  }
  .vbots-author strong {
    font-size: 20px;
  }
  .vbots-testimonial-card {
    min-height: 280px;
  }
  .ekit-template-content-footer .get-demo-form input.hs-button.primary.large {
    padding: 10px;
  }
  .testimonial-section .quote, .testimonial-section .author {
    font-size: 16px;
  }
  .testi-meta-wrap-right img {
    max-width: 100px;
  }
  .testimonial-content {
    min-height: 350px !important;
  }
  .vbots-metrix h3.elementor-image-box-title {
    margin-top: 10px;
  }
  
}
@media only screen and (max-width: 450px) {
  .vbots-carrier-title h3 {
    font-size: 16px !important;
  }
}