
      .head{
         font-size:46px !important
      }

      @media (max-width:768px) {
          .vg-ai-hover-suite__shell {
         padding: 20px !important;
      }
         .head{
         font-size:25px !important;
         letter-spacing: 1px !important;
      }
      .vg-testimonial-hero{
         padding-left: 0px !important;
         padding-right: 0px !important;
      }
      .vg-testimonial-hero__nav{
         justify-content: start !important;
      }
      .cta-left h2 {
         font-size: 30px !important;
      }
      .cta-home-cont{
         padding: 20px !important;
      }
      }
/** new page cards 2nd sec **/
/* .home-cards{
    background: none !important;
}
.card.home.card-new{
    box-shadow:0 8px 32px rgb(31 38 135 / 6%), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.card.home.card-new:hover{
box-shadow:0 25px 45px rgb(0 0 0 / 4%), 0 0 0 1px rgb(0 212 255 / 12%), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.card.home h3{
 color: #000 !important;
}
.card.home p {
    color: #000 !important;
}
.card.home.card-new{
    background: #fff !important;
}
.agents-cards .agents-carousel-viewport{
    padding: 20px 0px !important;
}
.agents-cards .agents-carousel-btn{
    background: #fff !important;
}

.agents-cards .agents-carousel-btn svg{
    fill: #000;
} */


.cookie .reset-btn{
   display: none !important;
}
.testimonial {
    flex: 0 0 auto;
    width: 100%;
    max-width: 611px;
}
     
      .banercc {
  position: relative;
  overflow: hidden;

  /* BASE GRADIENT (your colors) */
  /* background: linear-gradient(120deg, #000004 0%, #15449C 45%, #15449C 55%, #081325 100%); */
  /* background: linear-gradient(120deg, #000004 0%, #0b2d6d 45%, #082865 55%, #081325 100%); */
  /* background-image: url(https://images-ext-1.discordapp.net/external/GH_UhjLfTjnvXDcxHnTCSyNKAGiRm8Z4RovVJVHBlBE/%3Ft%3Dst%3D1774522179~exp%3D1774525779~hmac%3D20c0165e8c58fcbfa7447a3a600052b8ae37eb051fbf9052d1ef218d51b79815%26w%3D1480/https/img.freepik.com/free-vector/blue-abstract-gradient-wave-vector-background_53876-111548.jpg?format=webp&width=1376&height=917); */
  background-image: url('/static/assets/images/home/bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.banercc{
   padding: 100px 0 0px !important;
}
.banercc p, .banercc2 p{
   color: #000 !important;
   font-size: 16px !important;
   line-height: 26px !important;
}
@media (max-width: 768px) {
   .banercc{
background-size: cover;
padding-bottom: 40px !important;
}
}
/* VIDEO LAYER */
.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.35; /* important for blending */
  pointer-events: none;
}

/* GRADIENT ENHANCER (makes center glow) */
.gradient-overlay {
  position: absolute;
  inset: 0;
  /* background: radial-gradient(circle at 50% 56%, rgb(0 0 83) 0%, transparent 60%); */
   opacity: 0.85;
  z-index: 2;
}

/* DARK OVERLAY FOR TEXT READABILITY */
.video-overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0%);
  z-index: 3;
}

/* CONTENT ABOVE EVERYTHING */
.banercc .container {
  position: relative;
  z-index: 5;
}
.hero-bottom-img {
  position: relative;
  z-index: 5;
  /* margin-top: 60px; */
}

.vitel-home-awards-strip {
  padding: 45px 0;
  background: #fff;
  /* border-top: 1px solid rgba(15, 23, 42, 0.08); */
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.vitel-home-awards-strip__shell {
  display: grid;
  grid-template-columns: minmax(260px, 290px) minmax(0, 1fr);
  align-items: center;
  gap: 32px;
}

.vitel-home-awards-strip__intro {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.vitel-home-awards-strip__intro-icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 3px;
  color: #111827;
}

.vitel-home-awards-strip__intro-copy {
  display: grid;
  gap: 4px;
}

.vitel-home-awards-strip__intro-copy strong {
  color: #111827;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

.vitel-home-awards-strip__intro-copy h2{
   font-size:30px !important
}

.vitel-home-awards-strip__marquee {
  position: relative;
  overflow: hidden;
}

.vitel-home-awards-strip__marquee::before,
.vitel-home-awards-strip__marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 56px;
  z-index: 2;
  pointer-events: none;
}

.vitel-home-awards-strip__marquee::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.vitel-home-awards-strip__marquee::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.vitel-home-awards-strip__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: vitelHomeAwardsScroll 30s linear infinite;
}

.vitel-home-awards-strip__marquee:hover .vitel-home-awards-strip__track {
  animation-play-state: paused;
}

.vitel-home-awards-strip__item {
  /* flex: 0 0 auto; */
  min-width: 180px;
  /* display: inline-flex; */
  align-items: center;
  justify-content: center;
  /* margin-right: 52px; */
}

.vitel-home-awards-strip__item img {
  width: auto;
  max-width: 168px;
  height: 85px;
  object-fit: contain;
  /* filter: grayscale(1); */
  /* opacity: 0.68; */
  transition: opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.vitel-home-awards-strip__item:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-2px);
}

@keyframes vitelHomeAwardsScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .vitel-home-awards-strip {
    padding: 18px 0;
  }

  .vitel-home-awards-strip__shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .vitel-home-awards-strip__intro {
    justify-content: center;
  }

  .vitel-home-awards-strip__intro-copy strong {
    font-size: 15px;
  }

  .vitel-home-awards-strip__intro-copy span {
    font-size: 13px;
  }

  .vitel-home-awards-strip__marquee::before,
  .vitel-home-awards-strip__marquee::after {
    width: 28px;
  }

  .vitel-home-awards-strip__item {
    min-width: 112px;
    margin-right: 36px;
  }

  .vitel-home-awards-strip__item img {
    max-width: 132px;
    /* height: 36px; */
  }
}

/* .hero-bottom-img img {
  width: 100%;
  display: block;
} */
.bg-video {
  mix-blend-mode: screen;
  opacity: 0.65;
  z-index: 2 !important;
  height: 100% !important;
}

.banercc h1, .banercc2 h1 {
    font-weight: 500 !important;
    line-height: 68px !important;
    font-size: 54px !important;
    color:  #000 !important;
}


      .accordion-list ul li a.prod-link:after{
         content:none !important
      }
      .indx-ind .accordion-list ul li a.indust-a:after{
         content: none !important;
      }
      .why-us.indx-ind .accordion-list a.indust-a:first-child{
         padding-right: 0px !important;
         align-items: center;
         margin-top: 10px;
      }
      @media (max-width: 768px) {
          .feature-badge {
        font-size: 12px !important;
        }
      }
       .feature-badge {
        font-size: 14px !important;
       }
       .why-us .accordion-list .scrolling-content a:first-child{
         padding-right: 0px !important;
       }
       .accordion-list ul li .scrolling-content a:after{
         content: none !important;
       }
      .feature-badge{
         color: #000 !important;
      }
      .meet-bg{
         background-color: #bee2ff5c !important;
      }
      .ai-feat h2{
         font-size: 1.75rem !important;
         font-weight: 600 !important;
      }
      .ai-bg{
         background: linear-gradient(175deg, rgb(234 240 255) 49.84%, #ffc37ef7 177.61%);
      }
      .ai-bg .ai-feat.bg{
         background: white !important;
      }
      .bg{
  /* background: linear-gradient(262.25deg, rgb(250 231 237 / 35%) 49.84%, #f7e8d785 177.61%) */
  background: linear-gradient(
178deg, rgb(248 250 255) 49.84%, #ffc37e85 177.61%);
}
.ai-feat{
  width: 100%;
    background-color: #fff;
    border-radius: 16px;
    padding: 48px;
    /* padding-bottom: 0; */
    box-shadow: 0px -82px 68px -64px rgb(96 68 144 / 0%) inset, 0px 98px 100px -48px rgb(202 172 255 / 12%) inset, 0px 4px 18px 0px rgb(154 146 210 / 0%) inset, 0px 1px 40px 0px rgba(227, 237, 239, 0.20) inset;
    backdrop-filter: blur(50px);
}

.vg-digital-faces {
    position: relative;
   
    padding: 88px 0 96px;
   
    overflow: hidden;
    /* background:
        radial-gradient(circle at 16% 16%, rgba(238, 117, 29, 0.18) 0%, transparent 28%),
        linear-gradient(180deg, rgba(8, 17, 32, 0.88) 0%, rgba(13, 23, 40, 0.84) 56%, rgba(9, 17, 31, 0.9) 100%),
        url('/static/assets/images/home/digi-employees.webp'); */
        background:radial-gradient(circle at 16% 16%, rgb(238 117 29 / 0%) 0%, #28446673 28%), linear-gradient(180deg, rgb(8 17 32 / 4%) 0%, rgb(13 23 40 / 60%) 56%, rgb(9 17 31 / 18%) 100%), url(/static/assets/images/home/digi-employees.webp);
        /* background: url('/static/assets/images/home/digi-employees.webp'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* box-shadow: 0 32px 80px rgba(7, 15, 31, 0.22); */
}

.vg-digital-faces.built-support-humans{
  background:transparent !important;
  box-shadow: none !important;
}


/* index 02 page css starts */

.built-support-humans.vg-digital-faces::before{
  background:transparent !important;
}

.built-support-humans .vg-digital-faces__copy{
  color: #222 !important;
  max-width: 80% !important;
  /* margin: 0 auto !important; */
}

.built-support-humans .vg-digital-faces__header {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.built-support-humans.agents-cards .agents-carousel-btn{
    border: 1px solid rgba(12, 27, 77, 0.16);
    background: rgba(255, 255, 255, 0.86);
    color: #5b6376;
}
.built-support-humans.agents-cards .agents-carousel-dot.is-active{
  background: #ee751d;
  opacity: 1;
}

.built-support-humans.agents-cards .agents-carousel-dot{
  background: #ee751d;
  opacity: 0.6;
}

/* .built-support-humans.agents-cards .vg-digital-faces__title{
    font-size: clamp(30px, 4vw, 34px);
    line-height: 42px;
} */

/* index page 02 css ends */

.vg-digital-faces::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.32)),
        radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 26%);
    pointer-events: none;
}

.vg-digital-faces .container {
    position: relative;
    z-index: 1;
}

.vg-digital-faces__header {
    margin-bottom: 34px;
}

.vg-digital-faces__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(238, 129, 39, 0.12);
    color: var(--orange);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vg-digital-faces__title {
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 56px;
}

.vg-digital-faces__copy {
    max-width: 635px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.7;
}

.vg-digital-faces .agents-carousel {
    padding: 0;
}

.vg-digital-faces .agents-carousel-viewport {
    padding: 12px 0 6px !important;
}

.vg-digital-faces .agents-carousel-slide {
    flex: 0 0 calc((100% - (var(--agents-gap) * 2)) / 3);
}


/* Mobile (≤ 575px) → 1 slide */
@media (max-width: 575px) {
    .vg-digital-faces .agents-carousel-slide {
        flex: 0 0 100% !important;
    }
}

/* ≥ 1401px → 4 slides */
.vg-digital-faces .agents-carousel-slide {
    flex: 0 0 calc((100% - (var(--agents-gap) * 3)) / 4) !important;
}

/* ≤ 1400px → 3 slides */
@media (max-width: 1400px) {
    .vg-digital-faces .agents-carousel-slide {
        flex: 0 0 calc((100% - (var(--agents-gap) * 2)) / 3) !important;
    }
}

/* 768px – 991px → 2 slides */
@media (max-width: 991px) and (min-width: 768px) {
    .vg-digital-faces .agents-carousel-slide {
        flex: 0 0 calc((100% - var(--agents-gap)) / 2) !important;
    }
}

/* ≤ 767px → 1 slide */
@media (max-width: 767px) {
    .vg-digital-faces .agents-carousel-slide {
        flex: 0 0 100% !important;
    }
}
.vg-digital-faces__card {
    position: relative;
    display: block;
    width: 100%;
    min-height: 420px;
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    box-shadow: 0 24px 60px rgba(7, 15, 31, 0.22);
    isolation: isolate;
    text-decoration: none;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.vg-digital-faces__card:hover,
.vg-digital-faces__card:focus-visible {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(7, 15, 31, 0.28);
    text-decoration: none;
}

.vg-digital-faces__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 8, 16, 0) 0%, rgba(4, 8, 16, 0.08) 42%, rgba(4, 8, 16, 0.52) 100%);
    z-index: 1;
    pointer-events: none;
}

.vg-digital-faces__media {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 420px;
}

.vg-digital-faces__card > img,
.vg-digital-faces__card > video,
.vg-digital-faces__card > .vg-digital-faces__video,
.vg-digital-faces__media img,
.vg-digital-faces__media video,
.vg-digital-faces__media .vg-digital-faces__video {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

.vg-digital-faces__media img,
.vg-digital-faces__media video,
.vg-digital-faces__media .vg-digital-faces__video {
    position: absolute;
    inset: 0;
}

.vg-digital-faces__media .vg-digital-faces__poster {
    transition: opacity 0.35s ease, transform 0.6s ease;
}

.vg-digital-faces__media .vg-digital-faces__video {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.02);
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.6s ease;
}

.vg-digital-faces__card.is-video-active .vg-digital-faces__poster {
    opacity: 0;
    transform: scale(1.04);
}

.vg-digital-faces__card.is-video-active .vg-digital-faces__video {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.vg-digital-faces__info {
    position: absolute;
    right: 18px;
    bottom: 16px;
    left: 18px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 22px 20px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(14, 20, 34, 0.12), rgba(14, 20, 34, 0.28));
    box-shadow: 0 18px 45px rgba(13, 22, 39, 0.16);
    backdrop-filter: blur(14px);
}

.vg-digital-faces__copy-block {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.vg-digital-faces__name {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
}

.vg-digital-faces__role {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 300;
}

.vg-digital-faces__details {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: max-height 0.35s ease, opacity 0.28s ease, transform 0.35s ease, margin-top 0.35s ease;
}

.vg-digital-faces__details p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
}

.vg-digital-faces__card:hover .vg-digital-faces__details,
.vg-digital-faces__card:focus-visible .vg-digital-faces__details,
.vg-digital-faces__card:focus-within .vg-digital-faces__details {
    max-height: 120px;
    margin-top: 12px;
    opacity: 1;
    transform: translateY(0);
}

.vg-digital-faces__action {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.92);
}

.vg-digital-faces__action svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 991px) {
    .vg-digital-faces {
        margin-left: 24px;
        margin-right: 24px;
        padding: 72px 0 80px;
    }

    .vg-digital-faces .agents-carousel-slide {
        flex-basis: calc((100% - var(--agents-gap)) / 2);
    }
}

@media (max-width: 767px) {
    .vg-digital-faces {
        margin-left: 16px;
        margin-right: 16px;
        padding: 56px 0 64px;
        border-radius: 24px;
    }

    .vg-digital-faces__header {
        margin-bottom: 26px;
    }

    .vg-digital-faces__copy {
        font-size: 15px;
    }

    .vg-digital-faces__card,
    .vg-digital-faces__card > img,
    .vg-digital-faces__media,
    .vg-digital-faces__media img,
    .vg-digital-faces__media video {
        min-height: 440px;
    }

    .vg-digital-faces__info {
        right: 14px;
        bottom: 14px;
        left: 14px;
        padding: 18px;
    }

    .vg-digital-faces__details {
        max-height: none;
        margin-top: 10px;
        opacity: 1;
        transform: none;
    }

    .vg-digital-faces__name {
        font-size: 24px;
    }

    .vg-digital-faces__role {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .vg-digital-faces .agents-carousel-slide {
        flex-basis: 100%;
    }
}

.vg-industry-hover {
    --vg-industry-hover-gap: 20px;
    --vg-industry-hover-columns: 4;
        /* --vg-industry-hover-card-height: 450px; */
    /* --vg-industry-hover-card-height-expanded: 480px; */
    --vg-industry-hover-card-height:325px; 
   --vg-industry-hover-card-height-expanded: 385px;
    position: relative;
    
    padding: 48px 0 56px;
    
    overflow: hidden;
    /* background:
        radial-gradient(circle at 12% 14%, rgba(86, 141, 255, 0.18) 0%, transparent 28%),
        radial-gradient(circle at 84% 12%, rgba(238, 117, 29, 0.14) 0%, transparent 22%),
        linear-gradient(180deg, #222224 0%, #19191b 100%);
    box-shadow: 0 30px 60px rgba(11, 14, 20, 0.16); */
}

/* .vg-industry-hover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 28%, rgba(0, 0, 0, 0.12) 100%);
    pointer-events: none;
} */

.vg-industry-hover .container {
    position: relative;
    z-index: 1;
}

.vg-industry-hover__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.vg-industry-hover__intro {
    max-width: 760px;
}

.vg-industry-hover__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vg-industry-hover__title {
    margin: 0 0 12px;
    color: var(--blue);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 600;
    line-height: 1.05;
}

.vg-industry-hover__copy {
    max-width: 680px;
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.75;
}

.vg-industry-hover__nav {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.vg-industry-hover__nav-btn {
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.vg-industry-hover__nav-btn:hover {
    transform: translateY(-2px);
    background: var(--orange);
    border-color: rgba(255, 255, 255, 0.24);
}

.vg-industry-hover__nav-btn svg {
    width: 20px;
    height: 20px;
}

.vg-industry-hover__viewport {
    overflow-x: hidden;
    overflow-y: visible;
    padding-top: 10px;
}

.vg-industry-hover__track {
    display: flex;
    align-items: flex-end;
    gap: var(--vg-industry-hover-gap);
    will-change: transform;
}

.vg-industry-hover__slide {
    flex: 0 0 calc((100% - (var(--vg-industry-hover-columns) - 1) * var(--vg-industry-hover-gap)) / var(--vg-industry-hover-columns));
    min-width: 0;
    min-height: var(--vg-industry-hover-card-height-expanded);
    display: flex;
    align-items: flex-end;
    outline: none;
}

.vg-industry-hover__card {
    position: relative;
    width: 100%;
    min-height: var(--vg-industry-hover-card-height);
    padding: 18px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background: #25252726;
    border: 1px solid rgba(255, 255, 255, 0.06);
    /* box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22); */
    transition: min-height 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s ease, box-shadow 0.45s ease;
}

.vg-industry-hover__card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.22) 34%, rgba(0, 0, 0, 0.44) 68%, rgba(0, 0, 0, 0.68) 100%);
    transition: background 0.45s ease;
}

.vg-industry-hover__slide:hover .vg-industry-hover__card,
.vg-industry-hover__slide:focus-within .vg-industry-hover__card,
.vg-industry-hover__slide.is-expanded .vg-industry-hover__card {
    min-height: var(--vg-industry-hover-card-height-expanded);
    transform: translateY(-10px);
    /* box-shadow: 0 28px 56px rgba(0, 0, 0, 0.28); */
}

.vg-industry-hover__slide:hover .vg-industry-hover__card::before,
.vg-industry-hover__slide:focus-within .vg-industry-hover__card::before,
.vg-industry-hover__slide.is-expanded .vg-industry-hover__card::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.18) 28%, rgba(0, 0, 0, 0.46) 66%, rgba(0, 0, 0, 0.76) 100%);
}

.vg-industry-hover__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.vg-industry-hover__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.14);
    transition: background 0.45s ease;
    pointer-events: none;
}

.vg-industry-hover__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
}

.vg-industry-hover__slide:hover .vg-industry-hover__media img,
.vg-industry-hover__slide:focus-within .vg-industry-hover__media img,
.vg-industry-hover__slide.is-expanded .vg-industry-hover__media img {
    transform: scale(1.07);
    filter: saturate(1.04) contrast(1.02);
}

.vg-industry-hover__slide:hover .vg-industry-hover__media::after,
.vg-industry-hover__slide:focus-within .vg-industry-hover__media::after,
.vg-industry-hover__slide.is-expanded .vg-industry-hover__media::after {
    background: rgba(0, 0, 0, 0.22);
}

.vg-industry-hover__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 15px 15px;
    border-radius: 15px;
    /* background: linear-gradient(180deg, rgba(238, 117, 29, 0.16), rgba(30, 21, 17, 0.3)); */
    background: linear-gradient(33deg, rgb(238 117 29 / 42%), rgb(30 21 17 / 27%));
    border: 1px solid rgba(255, 214, 184, 0.2);
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
    transition: transform 0.45s ease, background 0.45s ease, box-shadow 0.45s ease;
}

.vg-industry-hover__slide:hover .vg-industry-hover__panel,
.vg-industry-hover__slide:focus-within .vg-industry-hover__panel,
.vg-industry-hover__slide.is-expanded .vg-industry-hover__panel {
    transform: translateY(-4px);
    background: linear-gradient(180deg, rgba(238, 117, 29, 0.22), rgba(34, 22, 17, 0.38));
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
}

.vg-industry-hover__panel h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(18px, 1.7vw, 21px);
    line-height: 1.3;
    font-weight: 500;
}

.vg-industry-hover__details {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    margin-top: 0;
    transition: grid-template-rows 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease, margin-top 0.25s ease;
}

.vg-industry-hover__details-inner {
    overflow: hidden;
}

.vg-industry-hover__details p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.7;
}

.vg-industry-hover__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.vg-industry-hover__cta svg {
    width: 16px;
    height: 16px;
    transition: transform 0.25s ease;
}

.vg-industry-hover__slide:hover .vg-industry-hover__details,
.vg-industry-hover__slide:focus-within .vg-industry-hover__details,
.vg-industry-hover__slide.is-expanded .vg-industry-hover__details {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 18px;
}

.vg-industry-hover__slide:hover .vg-industry-hover__cta svg,
.vg-industry-hover__slide:focus-within .vg-industry-hover__cta svg,
.vg-industry-hover__slide.is-expanded .vg-industry-hover__cta svg {
    transform: translateX(4px);
}

.vg-industry-hover__cta:focus-visible,
.vg-industry-hover__slide:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.72);
    outline-offset: 4px;
    border-radius: 6px;
}

@media (max-width: 991px) {
    .vg-industry-hover {
        --vg-industry-hover-columns: 2;
        --vg-industry-hover-card-height: 400px;
        --vg-industry-hover-card-height-expanded: 520px;
        margin: 32px 24px 68px;
        padding: 40px 0 44px;
    }

    .vg-industry-hover__header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .vg-industry-hover {
        --vg-industry-hover-gap: 16px;
        --vg-industry-hover-columns: 1;
        --vg-industry-hover-card-height: 300px;
        --vg-industry-hover-card-height-expanded: 430px;
        margin: 24px 16px 56px;
        padding: 32px 0 36px;
        border-radius: 28px;
    }

    .vg-industry-hover__title {
        font-size: 34px;
    }

    .vg-industry-hover__copy {
        font-size: 15px;
        line-height: 1.7;
    }

    .vg-industry-hover__nav-btn {
        width: 48px;
        height: 48px;
    }

    .vg-industry-hover__panel {
        padding: 22px 18px;
    }
}


.gradient-box {
  
 background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 3px, transparent 3px) 0% 0% / 8px 8px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 3px, transparent 3px) 100% 0% / 8px 8px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 3px, transparent 3px) 0% 100% / 8px 8px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 3px, transparent 3px) 100% 100% / 8px 8px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 10px) calc(100% - 16px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 16px) calc(100% - 10px) no-repeat, repeating-linear-gradient(300deg, transparent 0%, #0000534d 100%), repeating-linear-gradient(50deg, transparent 0%, #ee751db8 100%);
border-radius: 8px;
padding: 5px;
box-sizing: border-box;
}

.vitel-banner-ui {
  position: relative;
  /* margin: 36px auto 0; */
  max-width: 1400px;
  min-height: 700px;
  padding: 48px 32px 40px;
  border-radius: 10px;
  overflow: hidden;
  /* background:
    radial-gradient(circle at 18% 82%, rgba(255, 149, 56, 0.86) 0%, rgba(255, 149, 56, 0.16) 26%, transparent 42%),
    radial-gradient(circle at 78% 80%, rgba(255, 211, 125, 0.54) 0%, rgba(255, 211, 125, 0.08) 18%, transparent 33%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(17, 24, 39, 0.05) 18%, rgba(17, 24, 39, 0.18) 100%),
    linear-gradient(180deg, #7a8899 0%, #8994a2 36%, #9f8067 62%, #cc7a41 100%);*/
  /* box-shadow: 0 40px 100px rgba(4, 8, 20, 0.35);  */
}

.vitel-banner-ui::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background:
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.22) 0%, transparent 18%),
    radial-gradient(circle at 15% 30%, rgba(255, 255, 255, 0.12) 0%, transparent 26%); */
  pointer-events: none;
}

.vitel-banner-ui__scene {
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: 0;
  height: 46%;
  opacity: 0.96;
  /* clip-path: polygon(0 54%, 11% 47%, 21% 49%, 33% 41%, 47% 46%, 58% 36%, 69% 40%, 81% 33%, 100% 46%, 100% 100%, 0 100%);
  background:
    radial-gradient(circle at 18% 88%, rgba(67, 44, 30, 0.76) 0%, rgba(67, 44, 30, 0) 10%),
    radial-gradient(circle at 79% 76%, rgba(255, 188, 95, 0.5) 0%, rgba(255, 188, 95, 0) 14%),
    linear-gradient(180deg, rgba(255, 170, 92, 0) 0%, rgba(255, 170, 92, 0.3) 30%, rgba(194, 98, 44, 0.92) 100%); */
  pointer-events: none;
}

.vitel-banner-ui__window {
  position: relative;
  z-index: 2;
  width: min(100%, 1000px);
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(247, 247, 249, 0.74);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: -3px -1px 33px rgba(8, 12, 24, 0.28);
}

.vitel-banner-ui__window-grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 210px;
  min-height: 540px;
}

.vitel-banner-ui__panel {
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.vitel-banner-ui__panel--left {
  border-right: 1px solid rgba(17, 24, 39, 0.08);
}

.vitel-banner-ui__panel--right {
  border-left: 1px solid rgba(17, 24, 39, 0.08);
}

.vitel-banner-ui__panel-bar,
.vitel-banner-ui__chat-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.vitel-banner-ui__muted {
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
}

.vitel-banner-ui__icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vitel-banner-ui__icon {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 12px;
  background: rgba(17, 24, 39, 0.07);
  color: #5b6270;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vitel-banner-ui__icon svg {
  width: 16px;
  height: 16px;
}

.vitel-banner-ui__threads {
  padding: 10px 0;
}

.vitel-banner-ui__thread {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  padding: 11px 16px;
  border-left: 3px solid transparent;
}

.vitel-banner-ui__thread.is-active {
  background: rgba(17, 24, 39, 0.07);
  border-left-color: #000053;
}

.vitel-banner-ui__avatar,
.vitel-banner-ui__avatar-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

.vitel-banner-ui__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1f2937, #111827);
  font-size: 12px;
}

.vitel-banner-ui__avatar-lg {
  width: 68px;
  height: 68px;
  margin: 10px auto 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffcf9e, #d36a4a);
  font-size: 22px;
  box-shadow: 0 12px 28px rgba(211, 106, 74, 0.22);
}

.vitel-banner-ui__name {
  display: block;
  color: #23262d;
  font-size: 13px;
  font-weight: 600;
}

.vitel-banner-ui__snippet,
.vitel-banner-ui__time {
  color: #7c8390;
  font-size: 11px;
}

.vitel-banner-ui__snippet {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vitel-banner-ui__chat-topline h3 {
  margin: 0;
  color: #23262d;
  font-size: 17px;
  font-weight: 600;
}

.vitel-banner-ui__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  font-size: 11px;
}

.vitel-banner-ui__status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #32c766;
  box-shadow: 0 0 0 4px rgba(50, 199, 102, 0.16);
}

.vitel-banner-ui__chat {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.vitel-banner-ui__chat-main {
  flex: 1;
  padding: 28px 20px 20px;
  background:
    radial-gradient(circle at 55% 80%, rgba(255, 187, 116, 0.18) 0%, transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(251, 246, 240, 0.42) 100%);
    display: flex;
    flex-direction: column;
}

.vitel-banner-ui__messages {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 300px;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
}

.vitel-banner-ui__bubble {
  max-width: 72%;
  padding: 7px 18px;
  border-radius: 8px;
  font-size: 11px;
  line-height: 1.5;
  box-shadow: 0 14px 30px rgba(16, 22, 35, 0.08);
}

.vitel-banner-ui__bubble--bot {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.96);
  color: #2b3038;
}

.vitel-banner-ui__bubble--user {
  align-self: flex-end;
  background: #5a5d63;
  color: #fff;
}

.vitel-banner-ui__composer {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  gap: 10px;
  align-items: center;
  margin-top: auto;
    align-self: end;
    width: 100%;
}

.vitel-banner-ui__field {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: #23262d;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 300;
}

.vitel-banner-ui__field::placeholder {
  color: #9ca3af;
}

.vitel-banner-ui__customer {
  padding: 18px;
}

.vitel-banner-ui__customer-card,
.vitel-banner-ui__info-block {
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.vitel-banner-ui__customer-card {
  text-align: center;
  padding-bottom: 18px;
}

.vitel-banner-ui__customer-card h4,
.vitel-banner-ui__summary-card h4 {
  margin: 0 0 4px;
  color: #23262d;
  font-size: 18px;
  font-weight: 700;
  line-height: 10px !important;
}

.vitel-banner-ui__customer-card p,
.vitel-banner-ui__summary-card p {
  margin: 0;
}

.vitel-banner-ui__tags,
.vitel-banner-ui__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: end;
}

.vitel-banner-ui__tags {
  justify-content: center;
  margin-top: 12px;
}

.vitel-banner-ui__tag,
.vitel-banner-ui__pill {
  padding: 4px 6px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
}

.vitel-banner-ui__tag {
  background: rgba(17, 24, 39, 0.06);
  color: #5a6270;
}

.vitel-banner-ui__pill {
  background: rgba(37, 99, 235, 0.12);
  color: #2563eb;
}

.vitel-banner-ui__info-block {
  padding: 16px 10px;
}

.vitel-banner-ui__info-title {
  margin: 0 0 12px;
  color: #6b7280;
  font-size: 11px;
  font-weight: 700;
  /* letter-spacing: 0.08em; */
  /* text-transform: uppercase; */
}

.vitel-banner-ui__row,
.vitel-banner-ui__metric-grid {
  display: grid;
  gap: 10px;
}

.vitel-banner-ui__row {
  grid-template-columns: minmax(0, 1fr) auto;
  color: #50555f;
  font-size: 11px;
}

.vitel-banner-ui__metric-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vitel-banner-ui__metric {
  padding: 14px 12px;
  border-radius: 14px;
  background: rgba(17, 24, 39, 0.05);
  text-align: center;
  line-height: 15px !important;
}

.vitel-banner-ui__metric strong {
  display: block;
  color: #23262d;
  font-size: 13px;
  font-weight: 700;
}

.vitel-banner-ui__metric span,
.vitel-banner-ui__metric-label {
  color: #7c8390;
  font-size: 11px;
}

.vitel-banner-ui__sentiment {
  height: 6px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.08);
  overflow: hidden;
}

.vitel-banner-ui__sentiment span {
  display: block;
  width: 78%;
  height: 100%;
  background: linear-gradient(90deg, #1f2937, #111827);
}

.vitel-banner-ui__summary-card,
.vitel-banner-ui__stats-card {
  position: absolute;
  left: 60px;
  z-index: 3;
  width: 320px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 7px -5px 60px rgba(10, 15, 25, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.vitel-banner-ui__summary-card {
  top: 130px;
  padding: 18px;
  background: #fff;
}

.vitel-banner-ui__stats-card {
  bottom: 44px;
  padding: 16px 18px;
}

.vitel-banner-ui__summary-top,
.vitel-banner-ui__stats-top,
.vitel-banner-ui__summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vitel-banner-ui__summary-top {
  color: #6b7280;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.vitel-banner-ui__summary-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.vitel-call-indicator {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #0e6dfd;
  flex: 0 0 24px;
}

.vitel-call-indicator svg {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 2;
}

.vitel-call-indicator__wave {
  position: absolute;
  border: 2px solid rgba(14, 109, 253, 0.38);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  opacity: 0;
  transform: rotate(8deg) scale(0.7);
  transform-origin: center;
  animation: vitel-call-wave 2.1s ease-out infinite;
}

.vitel-call-indicator__wave--one {
  inset: -1px;
}

.vitel-call-indicator__wave--two {
  inset: -7px;
  animation-delay: 0.35s;
}

.vitel-call-indicator__wave--three {
  inset: -13px;
  animation-delay: 0.7s;
}

@keyframes vitel-call-wave {
  0% {
    opacity: 0;
    transform: rotate(8deg) scale(0.6);
  }

  20% {
    opacity: 0.85;
  }

  100% {
    opacity: 0;
    transform: rotate(8deg) scale(1);
  }
}

.vitel-banner-ui__summary-head {
  margin: 16px 0 14px;
}

.vitel-banner-ui__summary-title-wrap {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}

.vitel-banner-ui__summary-title-wrap h4 {
  margin: 0;
  line-height: 1.1 !important;
}

.vitel-banner-ui__sparkles {
  display: inline-flex;
  align-items: flex-start;
  gap: 2px;
  color: #f6b024;
  transform: translateY(-2px);
}

.vitel-banner-ui__sparkle {
  display: inline-block;
  line-height: 1;
  opacity: 0.35;
  transform-origin: center;
  animation: vitel-sparkle-shine 1.9s ease-in-out infinite;
}

.vitel-banner-ui__sparkle--one {
  font-size: 13px;
}

.vitel-banner-ui__sparkle--two {
  font-size: 8px;
  animation-delay: 0.5s;
}

@keyframes vitel-sparkle-shine {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.85) rotate(0deg);
  }

  40% {
    opacity: 1;
    transform: scale(1.18) rotate(12deg);
  }

  70% {
    opacity: 0.55;
    transform: scale(0.92) rotate(-10deg);
  }
}

.vitel-banner-ui__mini-avatar {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, #fed7aa, #fb923c);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}

.vitel-banner-ui__summary-badge,
.vitel-banner-ui__stats-chip {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}

.vitel-banner-ui__summary-badge {
  background: #111827;
  color: #fff;
}

.vitel-banner-ui__stats-chip {
  background: rgba(17, 24, 39, 0.06);
  color: #6b7280;
}

.vitel-banner-ui__summary-list {
  display: grid;
  gap: 10px;
}

.vitel-banner-ui__summary-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgb(202 223 255 / 42%) 0%, rgb(207 217 231 / 71%) 100%);
}

.vitel-banner-ui__summary-label {
  color: #7c8390;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vitel-banner-ui__summary-copy {
  color: #28303a;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

.vitel-banner-ui__stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.vitel-banner-ui__stats-grid strong {
  display: block;
  color: #1f2937;
  font-size: 18px;
  font-weight: 700;
}

.vitel-banner-ui__rolling-value {
  display: inline-block;
  min-width: 4ch;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

.vitel-banner-ui__stats-grid span {
  display: block;
  margin-top: 4px;
  color: #7c8390;
  font-size: 11px;
  line-height: 1.35;
}

.vitel-banner-ui__stats-grid .is-highlight strong {
  color: #0e6dfd;
}

@media (max-width: 1199px) {
  .vitel-banner-ui {
    padding: 28px 20px 20px;
  }

  .vitel-banner-ui__window {
    margin-top: 220px;
  }

  .vitel-banner-ui__summary-card,
  .vitel-banner-ui__stats-card {
    left: 20px;
    width: 300px;
  }

  .vitel-banner-ui__stats-card {
    top: 405px;
    bottom: auto;
  }
}

@media (max-width: 991px) {
  .vitel-banner-ui {
    min-height: 0;
    padding: 22px 14px 16px;
    border-radius: 28px;
  }

  .vitel-banner-ui__window {
    margin-top: 0;
  }

  .vitel-banner-ui__window-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vitel-banner-ui__panel {
    display: none;
  }

  .vitel-banner-ui__summary-card,
  .vitel-banner-ui__stats-card {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .vitel-banner-ui__chat-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .vitel-banner-ui__chat-topline h3 {
    font-size: 22px;
  }

  .vitel-banner-ui__bubble {
    max-width: 88%;
    font-size: 14px;
  }

  .vitel-banner-ui__composer {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 8px;
  }

  .vitel-banner-ui__icon,
  .vitel-banner-ui__composer .vitel-banner-ui__icon {
    width: 36px;
    height: 36px;
  }

  .vitel-banner-ui__field {
    height: 36px;
    font-size: 13px;
  }

  .vitel-banner-ui__stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

 @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px !important;
    }
    .container.header-padding{
       max-width: 1600px !important;
    }
    body{
      overflow-x: hidden;
    }
}

.vitel-banner-ui__window p{
    font-size: 11px !important;
    line-height: 10px !important;
}

.vg-next-showcase--shine .vg-next-showcase__media {
  isolation: isolate;
}

.vg-next-showcase--shine .vg-next-showcase__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20%;
  width: 12%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.12) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  will-change: left, opacity;
  z-index: 1;
}

.vg-next-showcase--shine .vg-next-showcase__media > * {
  position: relative;
  z-index: 3;
}

.vg-next-showcase--shine .vg-next-showcase__card {
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.vg-next-showcase--shine .vg-next-showcase__body {
  position: relative;
}

.vg-next-showcase--shine .vg-next-showcase__card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-top: auto;
  margin-left: auto;
  border-radius: 50%;
  background: rgba(17, 24, 39, 0.06);
  color: #202225;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
  opacity: 0;
  transform: translateY(10px) scale(0.9);
  transition:
    opacity 0.28s ease,
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.28s ease,
    color 0.28s ease;
}

.vg-next-showcase--shine .vg-next-showcase__card-arrow svg {
  width: 18px;
  height: 18px;
}

.vg-next-showcase--shine .vg-next-showcase__card--employee .vg-next-showcase__media,
.vg-next-showcase--shine .vg-next-showcase__card--team .vg-next-showcase__media {
  background-image: none;
  background-color: #edf4fb;
}

.vg-next-showcase--shine .vg-next-showcase__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  z-index: 0;
}

.vg-next-showcase--shine .vg-next-showcase__card--employee .vg-next-showcase__media::after {
  background-image:
    linear-gradient(180deg, rgb(20 13 8 / 28%) 0%, rgb(13 11 16 / 0%) 56%, rgb(8 8 12 / 7%) 100%),
    radial-gradient(circle at 18% 18%, rgb(34 32 30 / 58%) 0%, rgb(26 24 23 / 33%) 24%, rgb(0 0 0 / 31%) 46%),
    linear-gradient(180deg, rgb(77 84 86 / 34%) 0%, rgb(234 109 48 / 24%) 72%, rgb(29 13 16 / 32%) 100%),
    url("/static/assets/images/home/ai-robot-controlling-holographic-data.jpg");
}

.vg-next-showcase--shine .vg-next-showcase__card--team .vg-next-showcase__media::after {
  background-image:
    linear-gradient(180deg, rgb(20 15 8 / 18%) 0%, rgb(10 12 14 / 26%) 58%, rgb(8 8 12 / 34%) 100%),
    radial-gradient(circle at 70% 28%, rgb(244 157 112 / 24%) 0%, rgb(244 157 112 / 0%) 26%),
    linear-gradient(180deg, rgb(18 120 159 / 34%) 0%, rgb(17 89 103 / 8%) 38%, rgb(24 20 14 / 16%) 100%),
    url("/static/assets/images/home/communication.jpg");
}

.vg-next-showcase--shine .vg-next-showcase__card:hover .vg-next-showcase__media::after,
.vg-next-showcase--shine .vg-next-showcase__card:focus-within .vg-next-showcase__media::after,
.vg-next-showcase--shine .vg-next-showcase__media:hover::after,
.vg-next-showcase--shine .vg-next-showcase__media:focus-within::after {
  transform: scale(1.08);
}

.vg-next-showcase--shine .vg-next-showcase__card:hover .vg-next-showcase__media::before,
.vg-next-showcase--shine .vg-next-showcase__card:focus-within .vg-next-showcase__media::before,
.vg-next-showcase--shine .vg-next-showcase__media:hover::before,
.vg-next-showcase--shine .vg-next-showcase__media:focus-within::before {
  animation: vg-next-showcase-subtle-shine 0.75s ease forwards;
}

.vg-next-showcase--shine .vg-next-showcase__card:hover .vg-next-showcase__card-arrow,
.vg-next-showcase--shine .vg-next-showcase__card:focus-within .vg-next-showcase__card-arrow {
  opacity: 1;
  transform: translateY(0) scale(1);
  background: #ee751d;
  color: #fff;
}

@keyframes vg-next-showcase-subtle-shine {
  0% {
    left: -20%;
    opacity: 0;
  }

  18% {
    opacity: 1;
  }

  100% {
    left: 115%;
    opacity: 0;
  }
}

.vg-heading-reveal .vg-heading-word {
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  vertical-align: baseline;
}

.vg-heading-reveal .vg-heading-char {
  display: inline-flex;
  overflow: visible;
  vertical-align: baseline;
  margin-right: -0.035em;
}

.vg-heading-reveal .vg-heading-char:last-child {
  margin-right: 0;
}

.vg-heading-reveal .vg-heading-space {
  display: inline-block;
  width: 0.24em;
  flex: 0 0 0.24em;
}

.vg-heading-reveal .vg-heading-char-inner {
  display: block;
  opacity: 0;
  transform: translate3d(-0.08em, 0, 0);
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.vg-heading-reveal.is-visible .vg-heading-char-inner {
  animation: vg-heading-char-reveal 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--char-index, 0) * 18ms);
}

@keyframes vg-heading-char-reveal {
  0% {
    opacity: 0;
    transform: translate3d(-0.08em, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}


   @media (max-width: 768px) {
    .cta-left h2 {
        font-size: 30px !important;
    }
}
@media (max-width: 576px) {
    .banercc {
        margin: 50px 0px 0px 0px!important;
    }
}

section.vg-ai-hover-suite .vg-ai-hover-suite__shell,
section.vg-ai-hover-suite .vg-ai-hover-suite__nav-scroll,
section.vg-ai-hover-suite .vg-ai-hover-suite__nav,
section.vg-ai-hover-suite .vg-ai-hover-suite__panels,
section.vg-ai-hover-suite .vg-ai-hover-suite__panel,
section.vg-ai-hover-suite .vg-ai-hover-suite__panel-grid,
section.vg-ai-hover-suite .vg-ai-hover-suite__panel-copy,
section.vg-ai-hover-suite .vg-ai-hover-suite__media {
    min-width: 0;
}

section.vg-ai-hover-suite .vg-ai-hover-suite__media img {
    max-width: 100%;
}

section.vg-ai-hover-suite .vg-ai-hover-suite__nav-select-wrap {
    display: none;
    width: 100%;
}

section.vg-ai-hover-suite .vg-ai-hover-suite__nav-select-label {
    display: block;
    margin: 0 0 10px;
    color: #08153d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

section.vg-ai-hover-suite .vg-ai-hover-suite__nav-select-shell {
    position: relative;
}

section.vg-ai-hover-suite .vg-ai-hover-suite__nav-select {
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background: #fff;
    border: 1px solid rgba(8, 21, 61, 0.12);
    border-radius: 14px;
    color: #08153d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    padding: 14px 48px 14px 16px;
}

section.vg-ai-hover-suite .vg-ai-hover-suite__nav-select:focus {
    outline: none;
    border-color: #0c245dbf;
    box-shadow: 0 0 0 4px rgba(12, 36, 93, 0.08);
}

section.vg-ai-hover-suite .vg-ai-hover-suite__nav-select-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 18px;
    height: 18px;
    color: #08153d;
    transform: translateY(-50%);
    pointer-events: none;
}

section.vg-ai-hover-suite .vg-ai-hover-suite__nav-select-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    section.vg-ai-hover-suite .vg-ai-hover-suite__shell {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    section.vg-ai-hover-suite .vg-ai-hover-suite__nav-select-wrap {
        display: block;
    }

    section.vg-ai-hover-suite .vg-ai-hover-suite__nav-scroll {
        display: none;
    }

    section.vg-ai-hover-suite .vg-ai-hover-suite__panel-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    section.vg-ai-hover-suite .vg-ai-hover-suite__media img {
        height: auto;
        min-height: 0;
    }
}

@media (max-width: 767px) {
    section.vg-ai-hover-suite .vg-ai-hover-suite__nav-select {
        font-size: 15px;
        padding: 13px 44px 13px 14px;
    }
}

.feature-badge{
   display: inline-flex;
    align-items: center;
    padding: 7px 13px;
    border-radius: 999px;
    background: #f4f7fb;
    border: 1px solid rgba(8, 21, 61, 0.08);
    color: #08153d !important;
    font-size: 12px !important;
    font-weight: 500;
    margin: 0 5px !important;
    /* line-height: 1.4; */
}
section.vg-ai-hover-suite .scrolling-container{
   width: 100%;
   max-width: 100%;
   margin: 0px 0px 10px 0px;
}
section.vg-ai-hover-suite .scrolling-content{
   min-width: max-content;
}




/*  flow section */

        .vita__section {
            background: #000053;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .vita__eyebrow {
            display: inline-block;
            border: 1.5px solid rgba(255, 255, 255, 0.4);
            color: #ffffff;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            padding: 6px 18px;
            border-radius: 20px;
            margin-bottom: 28px;
        }

        .vita__title {
            color: #fff;
        }

        .vita__desc {
            font-size: 15px;
            color: rgba(255, 255, 255, 0.72);
            line-height: 1.7;
            max-width: 500px;
            margin: 0 auto 56px;
        }

        .vita__flow-wrap {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            padding-bottom: 64px;
        }

        .vita__ci-label {
            display: inline-block;
            border: 1.5px solid rgba(255, 255, 255, 0.35);
            color: #ffffff;
            font-size: 12px;
            font-weight: 500;
            padding: 5px 16px;
            border-radius: 20px;
            margin-bottom: 18px;
        }

        .vita__top-node-row {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 2;
        }

        .vita__chat-icon-node {
            width: 54px;
            height: 54px;
            background: #000035;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 3;
        }

        /* vertical connector between chat node and AI card */
        .vita__v-line-top {
            width: 2px;
            height: 36px;
            background: rgba(255, 255, 255, 0.28);
            position: relative;
            overflow: hidden;
        }

        /* animated orange glow traveling down this connector */
        .vita__v-line-top::after {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #ee751d;
            box-shadow: 0 0 8px 3px rgba(238, 117, 29, 0.9);
            animation: vita-pre-dot 1.2s ease-in-out infinite;
        }

        @keyframes vita-pre-dot {
            0% {
                top: -6px;
                opacity: 0;
            }

            20% {
                opacity: 1;
            }

            80% {
                opacity: 1;
            }

            100% {
                top: 100%;
                opacity: 0;
            }
        }

        .vita__ai-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 16px 22px;
            display: flex;
            align-items: center;
            gap: 14px;
            width: 310px;
            position: relative;
            z-index: 2;
        }

        .vita__ai-avatar {
            width: 46px;
            height: 46px;
            border-radius: 50%;
            background: #ee751d;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: 700;
            color: #ffffff;
            flex-shrink: 0;
        }

        .vita__ai-name {
            font-size: 15px;
            font-weight: 700;
            color: #000053;
        }

        .vita__ai-status {
            font-size: 12px;
            color: #8899bb;
            margin-top: 2px;
        }

        .vita__desktop-flow {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            max-width: 780px;
        }

        .vita__flow-svg {
            width: 100%;
            display: block;
            overflow: visible;
        }

        .vita__cards-row {
            display: flex;
            gap: 20px;
            width: 100%;
            max-width: 780px;
            position: relative;
            z-index: 2;
        }

        .vita__outcome-card {
            flex: 1;
            border-radius: 16px;
            padding: 24px 16px 20px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

        .vita__card--white {
            background: #ffffff;
        }

        .vita__card--blue {
            background: #edf1ff;
        }

        .vita__card--orange {
            background: #fff8f3;
        }

        .vita__outcome-icon {
            width: 38px;
            height: 38px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .vita__icon--blue-bg {
            background: #dde6ff;
        }

        .vita__icon--teal-bg {
            background: #daf2ec;
        }

        .vita__icon--orange-bg {
            background: #ffe5ce;
        }

        .vita__outcome-label {
            font-size: 14px;
            font-weight: 600;
            color: #000053;
        }

        .vita__outcome-badge {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            font-size: 10.5px;
            font-weight: 600;
            padding: 4px 12px;
            border-radius: 20px;
        }
      
/* Optimized for 375px and smaller mobile devices */
@media (max-width: 375px) {
    .head {
        font-size: 18px !important;
        letter-spacing: 0.5px !important;
    }

    .banercc {
        padding: 60px 0 30px !important;
    }

    .banercc p {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .vg-ai-hover-suite__shell {
        padding: 12px !important;
    }

    .vg-ai-hover-suite__nav-select-wrap {
        margin-bottom: 12px;
    }

    .vg-ai-hover-suite__tab {
        padding: 10px 8px;
        gap: 6px;
    }

    .vg-ai-hover-suite__tab-title {
        font-size: 10px;
    }

    .vg-ai-hover-suite__panel-copy h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .vg-ai-hover-suite__panel-copy p {
        font-size: 13px;
        line-height: 20px;
    }

    .scrolling-container {
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
    }

    .feature-badge {
        display: inline-block;
        padding: 6px 10px;
        font-size: 10px;
        white-space: nowrap;
        margin-right: 8px;
    }

    .vitel-home-awards-strip {
        padding: 12px 0;
    }

    .vitel-home-awards-strip__shell {
        gap: 12px;
    }

    .vitel-home-awards-strip__item {
        min-width: 80px;
        margin-right: 20px;
    }

    .vitel-home-awards-strip__item img {
        max-width: 80px;
    }

    .container {
        padding: 0 12px;
    }

    .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .col-lg-10,
    .col-md-12,
    .col-lg-7,
    .col-lg-4 {
        padding: 0 6px;
    }

    .mt-5 {
        margin-top: 20px !important;
    }

    .mt-4 {
        margin-top: 16px !important;
    }

    .mb-3 {
        margin-bottom: 12px !important;
    }

    .gap-5 {
        gap: 12px !important;
    }

    .btn {
        padding: 10px 16px;
        font-size: 13px;
    }

    .btn.btn-diff {
        white-space: normal;
        word-break: break-word;
    }

    .vg-testimonial-hero {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .vg-testimonial-hero__nav {
        justify-content: flex-start !important;
        overflow-x: auto;
        gap: 8px;
    }

    .cta-left h2 {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }

    .cta-home-cont {
        padding: 12px !important;
    }
}
          

        .vita__badge--blue {
            background: #dde6ff;
            color: #000053;
        }

        .vita__badge--orange {
            background: #ffe5ce;
            color: #c95e10;
        }

        .vita__badge-dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .vita__dot--blue {
            background: #000053;
        }

        .vita__dot--orange {
            background: #ee751d;
        }

        .vita__divider {
            border: none;
            border-top: 1px solid rgba(255, 255, 255, 0.15);
            margin: 0 40px;
        }

        .vita__features-bar {
            background: #000053;
            padding: 24px 40px;
            display: flex;
            justify-content: center;
            gap: 12px;
            flex-wrap: wrap;
        }

        .vita__feature-chip {
            display: flex;
            align-items: center;
            gap: 8px;
            border: 1.5px solid rgba(255, 255, 255, 0.3);
            border-radius: 30px;
            padding: 9px 18px;
            color: #ffffff;
            font-size: 12.5px;
            font-weight: 500;
        }

        /* ── MOBILE ── */
        .vita__mobile-flow {
            display: none;
            flex-direction: column;
            align-items: center;
            width: 100%;
            max-width: 340px;
            padding-bottom: 40px;
        }

        .vita__mobile-vline {
            width: 2px;
            height: 28px;
            background: rgba(255, 255, 255, 0.22);
            position: relative;
            overflow: hidden;
        }

        .vita__mobile-vline::after {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #ee751d;
            box-shadow: 0 0 8px 2px rgba(238, 117, 29, 0.8);
            animation: vita-mobile-dot 2.4s ease-in-out infinite;
        }

        .vita__mobile-vline--orange {
            background: rgba(238, 117, 29, 0.3);
        }

        .vita__mobile-vline--orange::after {
            animation-delay: 0.5s;
        }

        .vita__mobile-vline:nth-child(3)::after {
            animation-delay: 1s;
        }

        @keyframes vita-mobile-dot {
            0% {
                top: -6px;
                opacity: 0;
            }

            15% {
                opacity: 1;
            }

            85% {
                opacity: 1;
            }

            100% {
                top: 100%;
                opacity: 0;
            }
        }

        .vita__m-card {
            background: #ffffff;
            border-radius: 14px;
            padding: 18px 16px;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            text-align: center;
        }

        .vita__m-card--blue {
            background: #edf1ff;
        }

        .vita__m-card--orange {
            background: #fff8f3;
        }

        /* ── TABLET ── */
        @media (min-width: 681px) and (max-width: 900px) {
            .vita__section {
                padding: 48px 24px 0;
            }

            .vita__title {
                font-size: 40px;
            }

            .vita__desc {
                font-size: 14px;
                margin-bottom: 40px;
            }

            .vita__cards-row {
                gap: 12px;
            }

            .vita__outcome-card {
                padding: 18px 10px 16px;
            }

            .vita__outcome-label {
                font-size: 12px;
            }

            .vita__outcome-badge {
                font-size: 9.5px;
                padding: 3px 10px;
            }

            .vita__ai-card {
                width: 280px;
            }

            .vita__features-bar {
                padding: 20px 24px;
                gap: 10px;
            }

            .vita__feature-chip {
                font-size: 11.5px;
                padding: 8px 14px;
            }

            .vita__divider {
                margin: 0 24px;
            }
        }

        /* ── MOBILE ── */
        @media (max-width: 680px) {
            .vita__section {
                padding: 40px 20px 0;
            }

            .vita__title {
                font-size: 28px;
                margin-bottom: 14px;
            }

            .vita__desc {
                font-size: 13px;
                margin-bottom: 32px;
            }

            .vita__desktop-flow {
                display: none;
            }

            .vita__mobile-flow {
                display: flex;
            }

            .vita__ai-card {
                width: 100%;
                max-width: 300px;
            }

            .vita__features-bar {
                gap: 8px;
                padding: 20px 16px;
            }

            .vita__feature-chip {
                font-size: 11px;
                padding: 7px 12px;
            }

            .vita__divider {
                margin: 0 20px;
            }

            .vita__flow-wrap {
                padding-bottom: 40px;
            }
        }

        @media (max-width: 380px) {
            .vita__title {
                font-size: 24px;
            }

            .vita__eyebrow {
                font-size: 9px;
                padding: 5px 14px;
            }

            .vita__feature-chip {
                font-size: 10px;
                padding: 6px 10px;
                gap: 6px;
            }
        }

        .form-control{
         font-size: 13px;
        }
        .form-floating>label{
         font-size: 13px;
        }
        .vg-ai-hover-suite__video{
         width: 100%;
         height: auto;
         border-radius: 15px;
        }
       @media (min-width: 1199px) and (max-width: 1400px) {
    .banercc.state-code h1 {
        font-size: 42px !important;
        line-height: 52px !important;
    }
}
.vg-ai-hover-suite__cta:hover{
   color: #000053;
}
/* ── Agent Speaker Audio Button ── */
.vg-digital-faces__card {
    position: relative;
}
.agent-speaker-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    /* background: rgba(255, 255, 255, 0.85); */
    background: #fff;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
}
.agent-speaker-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.agent-speaker-btn:disabled,
.agent-speaker-btn.no-audio {
    opacity: 0.7;
    cursor: not-allowed;
    filter: grayscale(0.2);
}
.agent-speaker-btn.is-playing {
    /* background: linear-gradient(135deg, #000053, #1a1a8a); */
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 83, 0.4);
}
.agent-speaker-btn.is-playing:hover {
    /* background: linear-gradient(135deg, #0a0a6e, #2a2aaa); */
    background: #fff;
}
.agent-speaker-btn svg {
    width: 18px;
    height: 18px;
    fill: black;
    stroke: black;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.agent-speaker-btn.is-playing svg {
    stroke: #000;
    fill: black;
}
.agent-speaker-btn .icon-pause {
    display: none;
}
.agent-speaker-btn.is-playing .icon-speaker {
    display: none;
}
.agent-speaker-btn.is-playing .icon-pause {
    display: block;
}
/* Pulse ring animation when playing */
.agent-speaker-btn.is-playing::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 83, 0.4);
    animation: agentSpeakerPulse 1.5s ease-out infinite;
}
@keyframes agentSpeakerPulse {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.3); opacity: 0; }
}
@media (max-width: 575.98px) {
    .agent-speaker-btn {
        width: 34px;
        height: 34px;
        top: 8px;
        right: 8px;
    }
    .agent-speaker-btn svg {
        width: 15px;
        height: 15px;
    }
}

.bg-wht{
  background: #fff;
  border-radius: 25px;
  padding: 40px;
  margin-bottom: 25px;
}
.home-footer{
  padding-left: 0px;
  list-style-type: none;
}
.home-footer li svg{
  color: var(--orange);
  fill: var(--orange);
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.home-footer li{
  margin-bottom: 10px;
}
.footer-100{
  font-size: 33px;
}