  /* --- Hero Section --- */
  .hero {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding:0;
    background:
      url('/assets/ai-images/wave-bg-image.png') no-repeat top center,
      linear-gradient(to bottom, #f3f0ff 0%, #ffffff 100%);
    background-size: cover, 100% auto; /* first value for wave, second for gradient */
    background-repeat: no-repeat;
    background-position: top center, top center;
    height:930px;
  }
  
  .enterprise-section.mt-5{    padding-top: 60px;
    padding-bottom: 60px}
  .hero-section .voice-white-bg {
    margin: auto;
    max-width: 780px;
    padding: 0;
    border-radius: 28px;
    margin-top: -172px;
    background:
    url('/assets/ai-images/voicebot-wave-abstract-img.png') no-repeat top center,
    linear-gradient(to bottom, #fff 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
   
  }

    
.hero h1 {
  font-size: 48px;
  font-weight: 900;
  color: #2c2c2c;
  line-height: 1.3;
  max-width: 900px;
  margin: 40px auto 10px;
}

  .hero-section .highlight-purple {
    color: #a85fff;
  }

  
  .hero-section .highlight {
    color: #2c2c2c;
  }

  .hero p {
    max-width: 835px;
    margin: -7px auto 15px;
    font-size: 22px;
    color: #5f5f5f;
    line-height: 26px;
  }

  
  .hero-section .mic-wrapper {
    position: relative;
    margin: 0 auto 50px;
    width: 240px;
    height: 240px;
    z-index: 2;
  }
  
  
  .hero-section .mic-circle {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 8px solid #eee8f7;    
    overflow: hidden;
  }
  
  .hero-section .mic-circle .mic-circle-boder{    background: rgb(117, 84, 247);
    background: linear-gradient(90deg, rgba(117, 84, 247, 1) 0%, rgba(117, 84, 247, 1) 0%, rgba(147, 94, 223, 1) 95%, rgba(147, 94, 223, 1) 95%);
    position: relative;
    width: 100%;
    height: 100%;box-shadow: 0 0 20px rgba(175, 88, 255, 0.4);}
  
  .hero-section .text-circle {
    position: absolute;
    top: 14px;
    left: 10px;
    width: 204px;
    height: 198px;
    z-index: 1;
    opacity: 0.3;
}
  
  
.hero-section .text-circle text {
    fill: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  
  
  .hero-section .cyfuture-ai-logo  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    padding: 9px;
    width: 120px;
    height: 120px;
    border: 1px solid #fff;
  }
  .hero-section .cyfuture-ai-logo .voice-bot-logo {
    background: #fff;
    border-radius: 50%;
    padding: 13px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  
  .hero-section .cyfuture-ai-logo img {
    width: 50px;    
  }
    

  .wrap-pulse {
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  .wrap-pulse i {
    color: #fff;
    z-index: 100;
    display: block;
    width: 36px;
    height: 36px;
    border: 0px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    position: absolute;
  }
  
  .wrap-pulse.talk i {
    background-color: #e6dcf0; /* Replace with actual $color-voice-talk value */
    border-color: #e6dcf0;
  }
  
  .wrap-pulse .pulse {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .wrap-pulse .pulse:after {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    border: 1px solid #f9d0fd;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    animation: pulsate-small infinite 2s;
  }
  
  .wrap-pulse .pulse:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #f9d0fd;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -31px;
    margin-left: -31px;
    animation: pulsate-big infinite 2s;
  }
  
  @-webkit-keyframes pulsate-big {
    0% {
      -webkit-transform: scale(1, 1);
    }
    50% {
      -webkit-transform: scale(1.3, 1.3);
    }
    100% {
      -webkit-transform: scale(1, 1);
    }
  }
  
  @-webkit-keyframes pulsate-small {
    0% {
      -webkit-transform: scale(1, 1);
    }
    50% {
      -webkit-transform: scale(1.5, 1.5);
    }
    100% {
      -webkit-transform: scale(1, 1);
    }
  }
  .hero-section .mic-label {
    width: 50px;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 50px;
    overflow: unset;
    border: 0 solid #fff;
  }
  .mic-label .mic-label-bg {
    width: 50px;
    background: #e6dcf0;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    cursor: pointer;
  }
  @keyframes textRotate {
    0% {
      startOffset: 0%;
    }
    100% {
      startOffset: 100%;
    }
  }
  
  #animatedTextPath {
    animation: textRotate 10s linear infinite;
  }
  
  .hero-section .tab-content {
    padding: 20px 30px 20px;
    margin-top: 0px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background:linear-gradient(to right, #a887ff, #c490ff, #f5a0fe);
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
}
  
  
.hero-section .mic-label i {
    color: #a85fff;
    font-size: 18px;
  }
  
  
  .hero-section .cyfuture-ai-logo-img img {
    width: 60px;
  }

  
  .hero-section  .mic-label i {
    font-size: 20px;
    color: #a85fff;
  }

  
  .hero-section .voice-cards {
    display: none;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .voice-cards.active {
    display: flex;
  }
  
  
  .hero-section .voice-white-bg .shut-class{position: relative;}
  .hero-section .voice-white-bg .shut-class a{
    position: absolute;
    right: 22px;
    top: 30px;
    border:1px solid #ddd;
    padding: 6px 20px;
    border-radius: 50px;
    text-decoration: none;color: #ddd;
    font-size: 14px;
    display: none;

}

.hero-section .voice-white-bg .shut-class a:hover{background:#ece9f0;color: #333;}
  .hero-section .voice-white-bg .hero-section{margin-top: 208px;}
  .hero-section .voice-white-bg .hero-section .card {
    background: transparent;
    padding: 16px 0;
    border-radius: 16px;
    width: 120px;
    text-align: center;
    position: relative;
    border: none;
    overflow: visible;
   
  }
  
  .hero-section .image-circle {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid #f3f3f3;
    background: #fff;
    transition: all 0.3s ease;
  }
  
  .hero-section .image-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
  }
  
  .hero-section .card.playing .image-circle {
    border: 3px solid #a85fff;
    box-shadow: 0 0 8px rgba(168, 95, 255, 0.5);
  }
  
  /* ✅ Fixing icon visibility */
  .hero-section .play-icon,
  .hero-section .pause-icon {
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    background: #fff;
    color: #a85fff;
    border-radius: 50%;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
    line-height: 1;
    cursor: pointer;
  }
  
  /* Optional: better alignment if still not showing */
  .hero-section .image-circle {
    z-index: 1;
  }
  
  

  
  .hero-section .tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
  }

  
  .hero-section .tab {
    padding: 8px 14px;
    border: 1px solid #e1dfff;
    border-radius: 30px;
    background:transparent;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
  }

  .hero-section .tab:hover {
    background: linear-gradient(to right, #c56af2, #ff7bd4);
    color: #fff;
  }

  
  .hero-section .tab.active-gradient {
    background: #6c37dd;
    color: white;
    border: none;
  }

  @media (max-width: 768px) {
    .hero h1 {
      font-size: 32px;
    }

    
  .hero-section .voice-cards {
      flex-direction: column;
      align-items: center;
    }

    .hero-section .voice-white-bg .hero-sectio{margin-top: 0;}
    
  .hero-section .mic-circle img {
      width: 40px;
    }
  }

section.voice-bot-bg{border-bottom: 1px solid #ddd;padding-bottom: 40px;}
.voice-bot-bg{padding: 0;}
.parra-new1{color: #000;}
span.request-msg-image {
    border-radius: 20px;
    width: 35px;
    height: 35px;
    background: linear-gradient(338deg, #9c85fc, #d485fd, #eaa2fb);
    margin-right: 20px;
}
span.request-msg-image img{margin-top: 4px;}
.voicbotpower-bg{
    min-height: 100vh;
    background: linear-gradient(90deg, #f3f0ff 0%, #f9f4ff 100%);
    background-image: url('/assets/ai-images/wave-abstract-bg1.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
  }
  .section-7{
    background: linear-gradient(90deg, #f3f0ff 0%, #f9f4ff 100%);
    background-image: url('/assets/ai-images/wave-abstract-bg2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .voice-white-bg-ready{
    background: linear-gradient(90deg, #f3f0ff 0%, #f9f4ff 100%);
    background-image: url('/assets/ai-images/contact-sales-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 50px 0!important;
    overflow: hidden;
  }

  .voice-white-bg-ready-section-4 .bg-color {
    background: linear-gradient(180deg, #9453df 0%, #9453df 10%, #ffffff 100%),
                url('/assets/ai-images/matrix-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay; /* or try: multiply, soft-light, screen */
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  
  .voicebotproven-bg {
    background: #fdf9ff;
    background-image: url('/assets/ai-images/wave-abstract-bg2.png'); /* Or your uploaded bg-image-result.png */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 100px 0;
  }
  
  .heading-wrapper .subheading {
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
  }
  
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 40px 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  }
  
  .stat-box {    
    border-right: 1px solid #eee;
  }
  
  .stat-box:last-child {
    border-right: none;
  }
  
  .stat-number {
    font-size: 40px;
    font-weight: 700;
    background: linear-gradient(45deg, #9b51e0, #7f3df1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
  }
  
  .stat-box p {
    font-size: 16px;
    color: #000;
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .stats-grid {
      grid-template-columns: 1fr 1fr;
      padding: 30px 15px;
    }
  }
  
  @media (max-width: 576px) {
    .stats-grid {
      grid-template-columns: 1fr;
    }
  }
 
  
  .enterprise-section .heading {
    font-size: 32px;
    font-weight: bold;
    color: #2c2c51;
  }
  
  .enterprise-section .subheading {
    color: #6c63ff;
    font-size: 18px;
  }
  
  .enterprise-section .enterprise-card {
    position: relative;
    background: #3a1c73;
    border-radius: 30px;
    padding: 60px 25px 80px 50px;
    color: #fff;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    overflow: hidden;
  }
  
  .enterprise-section .enterprise-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  }
  
  .enterprise-section .enterprise-card .tag {
    background: linear-gradient(to right, #cb7eff, #ff7bc2);
    padding: 6px 20px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .enterprise-section .enterprise-card .card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .enterprise-section .enterprise-card .card-desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  
  .enterprise-section .enterprise-card .buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  
  .enterprise-section .btn {
    padding: 10px 18px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, color 0.3s ease;
  }
  
  .enterprise-section .btn-white {
    background: #fff;
    color: #6c63ff;
  }
  
  .enterprise-section .btn-white:hover {
    background: #eee;
  }
  
  .enterprise-section .btn-purple {
    background: #6c63ff;
    color: #fff;
  }
  
  .enterprise-section .btn-purple:hover {
    background: #573ccf;
  }
  
  .enterprise-section .card-img {
    position: absolute;
    right: 20px;
    top: 30px;
    max-width: 38%;
  }
  
  .enterprise-section .card-img img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  /* Flexbox layout for content + image */
  .enterprise-section .support-content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }
  
  .enterprise-section .support-content {
    width: 58%;
    min-width: 240px;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 991px) {
    .support-content-wrapper {
      flex-direction: column;
    }
  
    .support-content,
    .enterprise-section .card-img {
      width: 100%;
      position: static;
      max-width: 100%;
      text-align: center;
    }
  
    .enterprise-section .enterprise-card {
      padding: 25px 20px!important;
      margin-bottom: 10px;
      height: auto;
    }
    
  
    .enterprise-section .buttons {
      justify-content: center;
      flex-direction: column;
      gap: 10px;
    }
  
    .enterprise-section .card-img img {
      margin-top: 20px;
    }
    .enterprise-section.mt-5{    padding-top: 0;
      padding-bottom: 0;}
  }
  

  .why-section {
    background: #fff;
    padding: 60px 0;
  }
  
  .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e1e2f;
  }

  .section-subtitle {
    color: #555;
    font-size: 18px;
    max-width: 100%;
    text-align: left;
  }
  
  .why-section-wrapper {
    position: relative;
  }
  
  .why-section-top-arrow {
    position: absolute;
    top: -72px;
    right: 0;
    display: flex;
    gap: 10px;
    z-index: 10;
    padding: 10px;
  }
  
  .why-section .swiper-button-next,
  .why-section  .swiper-button-prev {
    background: rgba(116, 83, 247, 0.15);
    border-radius: 50%;
    width: 40px!important;
    height: 40px!important;
    color: #7453f7!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center !important;
    cursor: pointer!important;
  }
  .why-section .swiper-button-prev{left: -62px !important;}
  .swiper-button-next{right: -2px !important;}
  .why-section .swiper-button-next::after,
  .why-section .swiper-button-prev::after {
    font-size: 16px!important;
  }
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: linear-gradient(135deg, #7b2ff7, #f107a3);
  color: white!important;
}

.swiper-button-active {
  background: linear-gradient(135deg, #7b2ff7, #f107a3);
  color: white!important;
}
  .why-section .why-card {
    border: 1px solid #e0cfff;
    border-radius: 12px;
    background: #fbf8ff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    overflow: hidden;
    padding:14px;
  }
  
  .why-section .why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  }
  
  .why-section .card-img-top {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
  }
  
  .why-section .card-body {
    padding: 20px;
  }
  
  .why-section .card-title {
    font-weight: 700;
    font-size: 18px;
    color: #2c2c51;
    margin-bottom: 10px;
  }
  
  .why-section .card-text {
    color: #555;
    font-size: 15px;
    line-height: 18px;
  }
  
  .why-section .animate {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
  }
  
  .why-section .animate.visible {
    opacity: 1;
    transform: translateY(0);
  }
    
  .contact-sales-wrapper {
    background:
      url('/assets/ai-images/wave-bg-image.png') no-repeat top center,
      linear-gradient(to right, #23105e, #23105e);
    background-size: cover;
    color: #fff;
    font-family: 'Inter', sans-serif;
    background-position: 0 0, center;
    padding: 40px 20px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .contact-sales-wrapper .contact-sales-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    gap: 40px;
  }
  
  .contact-sales-wrapper .contact-sales-content {
    flex: 1 1 50%;
    max-width: 550px;
    padding-right: 30px;
  }
  .contact-sales-wrapper span.light-purpal {
    color: #9f86fc;
}
  .contact-sales-wrapper .contact-sales-content h1 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .contact-sales-wrapper .contact-sales-content .highlight {
    color: #e197ff;
  }
  
  .contact-sales-wrapper .contact-sales-content p {
    font-size: 16px;
    margin-bottom: 14px;
  }
  
  .contact-sales-wrapper .features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #eca7ff;
    border-top: 1px solid #eca7ff;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  
  .contact-sales-wrapper .features-list li {
    margin-bottom: 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .contact-sales-wrapper .trusted-text {
    font-size: 14px;
    margin-top: 10px;
  }
  
  .contact-sales-wrapper .logo-row img {
    height: 30px;
    margin-right: 12px;
    margin-top: 10px;
  }
  
  .contact-sales-wrapper .contact-sales-form {
    flex: 1 1 40%;
    max-width: 450px;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  
  .contact-sales-wrapper .contact-sales-form::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background:
      url('/assets/ai-images/form-box-image.png') no-repeat center center / cover;
    backdrop-filter: blur(12px);
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    left: -70px;
    top: -24px;
  }
  
  .contact-sales-wrapper .form-box {
    position: relative;
    border-radius: 28px;
    width: 100%;
    padding: 30px 25px;
    color: #000;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff);
   
    transition: all 0.3s ease;
    z-index: 1;
  }
  
  .contact-sales-wrapper .form-box h2 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 600;
  }
  
  .contact-sales-wrapper .form-box .highlight {
    color: #8459e6;
  }
  
  .contact-sales-wrapper form input,
  .contact-sales-wrapper form textarea {
    width: 100%;
    padding: 10px 14px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
  }
  
  .contact-sales-wrapper form textarea {
    resize: vertical;
    height: 100px;
  }
  
  .contact-sales-wrapper .form-note {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .contact-sales-wrapper .form-note a {
    color: #8459e6;
    text-decoration: underline;
  }
  
  .contact-sales-wrapper .support-link {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 20px;
    color: #8459e6;
    text-decoration: underline;
    text-align: center;
  }
  
  .contact-sales-wrapper .submit-btn {
    background: rgb(117, 84, 247);
    background: linear-gradient(90deg, rgba(117, 84, 247, 1) 0%, rgba(117, 84, 247, 1) 0%, rgba(117, 84, 247, 1) 62%, rgba(147, 94, 223, 1) 95%);
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 15px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(168, 95, 255, 0.4);
    transition: all 0.3s ease;
    margin: 0 auto;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  
  .contact-sales-wrapper .submit-btn:hover {
    background: linear-gradient(90deg, #a85fff, #d36bff);
    box-shadow: 0 10px 25px rgba(168, 95, 255, 0.6);
    transform: translateY(-2px);
  }
  
  br {
    display: block !important;
  }
  
  .contact-sales-wrapper .logo-row {
    justify-content: start;
    margin-bottom: 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  /* All inner banner common css start */
.common-inner-banner-pages {
    color: #fff;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
  }
  .common-inner-banner-pages .hero-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .common-inner-banner-pages .hero-text {
    flex: 1 1 50%;
  }
  

  .common-inner-banner-pages .hero-text h1 span {
    color: #7453f7;
  }  

  .common-inner-banner-pages .hero-image {
    flex: 1 1 40%;
    text-align: center;
  }
  
  .retail-industry-v2 .hero-image img {
    max-width: 100%;
    height: auto;
    margin-left: -100px;
  }

  /* All inner banner common css close */

 .sales-heading2{color: #333333;font-size: 30px;}
.sales-heading1{font-size:40px;font-weight: 600;color: #333333;line-height: 42px;}
.common-inner-banner-pages .home-para-text{font-size: 22px;line-height: 28px;color: #131313;text-align: left;}
.white-bold{font-weight: 400;font-size: 20px;}
.voicesalespage .stats-grid{grid-template-columns: repeat(3, 1fr);}
.voicesalespage .why-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.voicesalespage .why-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.voicesalespage .why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}

.voicesalespage .card-img-top {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
}

.voicesalespage .card-body {
  padding: 20px;
}

.voicesalespage .card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

.voicesalespage .card-text {
  font-size: 14px;
  color: #555;
}
.voicesalespage .section-subtitle{text-align: center;}
    /* Hero Section */

.voicesalespage .hero-section {
    background-image: url(/assets/ai-images/voicesalespage-banner.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    overflow: hidden;}

    .voicesalespage-experience .section-heading {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 40px;
    }
    
    .voicesalespage-experience .highlight, .text-gradient,   
    .highlight 
     {
      background: linear-gradient(90deg, #7353f8, #945edf); /* Your gradient */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text; /* For Firefox */
    }
    
    .voicesalespage-experience .options {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      justify-content: center;
      margin-bottom: 60px;
    }
    .voicesalespage-experience .option p.option-title.mb-3{    font-size: 24px;    margin-bottom: 30px !important;}
    .voicesalespage-experience .option {
      flex: 1 1 300px;
      max-width: 480px;
      text-align: center;
    }

    .voicesalespage-experience .voice-card img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
    }
    
    .voicesalespage-experience .voice-card h4 {
      font-size: 14px;
      margin: 8px 0 4px;
    }
    
    .voicesalespage-experience .voice-card span {
      font-weight: normal;
      color: #777;
    }
    
    .voicesalespage-experience .voice-card p {
      font-size: 12px;
    
    }
    .voicesalespage-experience .voicesalespage-comparison {
  text-align: center;
  padding: 30px 20px;
}

.voicesalespage-experience .voicesalespage-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
}

.voicesalespage-experience .voicesalespage-title span {
  color: #a85fff;
}

.voicesalespage-experience .voicesalespage-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.voicesalespage-experience .voicesalespage-card {
  width: 280px;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transition: transform 0.3s ease;
  text-align: left;
}

.voicesalespage-experience .voicesalespage-card h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
}

.voicesalespage-experience .voicesalespage-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.voicesalespage-experience .voicesalespage-card ul li {
  margin-bottom: 12px;
  font-size: 12px;
  color: #444;
  font-weight: 400;
}

.voicesalespage-experience .card-metric {
  background-color: #ffeafc;
  border: 1px solid #fbcfff;
}
.voicesalespage-experience .card-metric h3{color: #b93099;}
.voicesalespage-experience .card-cybot {
  background-color: #f0e9ff;
  border: 1px solid #d2b8ff;
}
.voicesalespage-experience .card-cybot h3{color:#5029ea;}
.voicesalespage-experience .card-human {
  background-color: #e6f9ff;
  border: 1px solid #b8ecff;
}
.voicesalespage-experience .card-human h3{color: #05a9c4;}
.voicesalespage-experience .tick {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 12px;
  color: #fff;
}

/* Background Colors for Each Column */
.voicesalespage-experience .tick-metric {
  background-color: #ff6ac1;
}

.voicesalespage-experience .tick-cybot {
  background-color: #a85fff;
}

.voicesalespage-experience .tick-human {
  background-color: #00c9ff;
}

/* Optional hover animation (if desired) */
.voicesalespage-experience .tick:hover {
  transform: scale(1.1);
  transition: 0.2s ease;
}

.ai-support-section {
  background-image: 
    url(/assets/ai-images/abstract-bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

.ai-support-section .heading h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 60px;
  color: #111;
}

.ai-support-section .highlight {
  background: linear-gradient(90deg, #7353f8, #b36cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ai-support-section .ai-support-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.ai-support-section .ai-support-image {
  flex: 0 1 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ai-support-section .ai-support-image img {
  max-width: 240px;
  height: auto;
}

.ai-support-section .ai-support-cards {
  flex: 1 1 200px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.ai-support-section .card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 25px 20px;
  flex: 1 1 240px;
  max-width: 320px;
  transition: transform 0.3s ease;
}

.ai-support-section .card:hover {
  transform: translateY(-5px);
}

.ai-support-section .card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.ai-support-section .card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ai-support-section .card ul li {
  font-size: 12px;
  margin-bottom: 12px;
  color: #444;
  display: flex;
  align-items: center;
}

.ai-support-section .card .check {
  color: #fff;
  margin-right: 10px;
  font-weight: bold;
  background: #28c76f;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.heading3{font-size: 22px;font-weight: 700;}
.supportpage .voicesalespage-experience .options{margin-top: 40px;}

.enterprise-grade-section {
  background-image: url('/assets/ai-images/enterprise-grade-bg.png');
  background-size: cover;
  background-position: center;
  color: white;  
  position: relative;
  padding: 50px 20px 180px; /* bottom padding increased for space */
  z-index: 1;
  overflow: visible;
}
.enterprise-grade-section h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}

.enterprise-grade-section h1 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 50px;
}

.enterprise-grade-section .gradient-text {
  color: #c86dd7;
}

.enterprise-grade-section .card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 3;
  margin-bottom: -300px; /* overlap effect */
}

.enterprise-grade-section .info-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  max-width: 380px;
  color: #000;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  text-align: left;
  position: relative;
}

.enterprise-grade-section .icon-circle {
  background: #9a6eff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: -60px auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  border: 4px solid #fff;
}

.enterprise-grade-section .icon-circle img {
  width: 35px;
  height: 35px;
}

.enterprise-grade-section .info-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.enterprise-grade-section .info-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #333;
}

.enterprise-grade-section .info-card ul li {
  margin-bottom: 10px;
  display: flex;
  gap: 8px;
}

.enterprise-grade-section .info-card ul li::before {
  content: "\f00c";
  color: green;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
.supportpage .section-7{padding-top: 200px;}

/* Responsive Fixes */
@media (max-width: 768px) {
  .enterprise-grade-section h1 {
    font-size: 32px;
  }

  .enterprise-grade-section h2 {
    font-size: 20px;
  }

  .enterprise-grade-section .card-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0; /* No overlap on mobile */
  }

  .enterprise-grade-section .info-card {
    max-width: 90%;
  }
}

.retail-industry-v2 .hero-section {
  background: 
    url(/assets/ai-images/industry-banner-image-bg.png); /* adjust path as needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  background-color: #4a1281;
}

.retail-industry-v2  .hero-text .sales-heading2, 
.retail-industry-v2  .hero-text .sales-heading1, .retail-industry-v2  .hero-text .home-para-text
{color: #fff;}
.retail-industry-v2 .hero-text h1 span {
  color: #ba8cff;
}
.retail-industry-v2 .heading {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.retail-industry-v2 .section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.retail-industry-v2 .left,
.retail-industry-v2 .right {
  flex: 1 1 320px;
  min-width: 300px;
}

.retail-industry-v2 .left img,
.retail-industry-v2 .right img {
  height: 50px;
  margin-bottom: 20px;
}

.retail-industry-v2 .left h3,
.retail-industry-v2 .right h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111827;
}

.retail-industry-v2 .left ul,
.retail-industry-v2 .right ul {
  list-style: none;
  padding: 0;
}

.retail-industry-v2 .left li,
.retail-industry-v2 .right li {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  margin-bottom: 12px;
  line-height: 1.5;
}

.retail-industry-v2 .left li::before,
.retail-industry-v2 .right li::before {
    content: '\f00c';   /* Unicode character */
   color: #6b21a8;    /* Text color */
   font-weight: bold;
   margin-right: 10px;
   flex-shrink: 0;
   font-family: 'FontAwesome'; /* Use FontAwesome or any icon font */
}

.retail-industry-v2 .right {
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #dbd4f9;
  border-right: none;
}

.retail-industry-v2 .right h3 span {
  color: #7c3aed;
}

.retail-industry-v2 .center {
  flex: 1 1 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 280px;
}

.retail-industry-v2 .center img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.retail-industry-v2 .features-section {
  background-color: #f9f8fd;
}

.retail-industry-v2 .features-container {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.retail-industry-v2 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 60px;
  color: #111;
}

.retail-industry-v2 .features-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.retail-industry-v2 .feature-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 300px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
  text-align: left;
  transition: transform 0.3s ease;
}

.retail-industry-v2 .feature-card:hover {
  transform: translateY(-10px);
}

.retail-industry-v2 .icon-circle {
  width: 56px;
  height: 56px;
  background-color: #eedeff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.retail-industry-v2 .icon-circle img {
  width: 28px;
  height: 28px;
}

.retail-industry-v2 .feature-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111;
}

.retail-industry-v2 .feature-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

.retail-industry-v2 .metrics-section {
  background: url('/assets/ai-images/success-metrics-bg.png') no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.retail-industry-v2 .metrics-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.retail-industry-v2 .metrics-header p {
  font-size: 1rem;
  color: #e2e2e2;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.retail-industry-v2 .metrics-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding-bottom: 80px;
}

.retail-industry-v2 .metric-box {
  background-color: #000d59;
  padding: 40px 30px;
  border-radius: 20px;
  width: 400px;
  transition: transform 0.3s ease;
  text-align: center;
}

.retail-industry-v2 .metric-box:hover {
  transform: translateY(-8px);
}

.retail-industry-v2 .metric-box img {
  height: 48px;
  width: 100%;
  margin-bottom: 20px;
  
  
}

.retail-industry-v2 .metric-box h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 10px 0;
  color: #fff;
}

.retail-industry-v2 .metric-box p {
  font-size: 0.95rem;
  color: #e0e0e0;
  line-height: 1.4;
}

/* Trusted By Section */
.retail-industry-v2 .trusted-section {
  background: #fff;
  padding: 30px 20px 40px;
  border-radius: 30px 30px;
  margin: auto;
  max-width: 1262px;
  text-align: center;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
  margin-bottom: -230px;
  overflow: hidden;
  border:1px solid #e9e7f4;
}

.retail-industry-v2 .section-5 {
  padding-top: 240px;
}

.retail-industry-v2 .trusted-section h4 {
  font-size: 32px;
  font-weight: 600;
  color: #111;
  margin-bottom: 40px;
}

.retail-industry-v2 .trusted-logos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

.retail-industry-v2 .trusted-logos img {
  height: 40px;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.retail-industry-v2 .trusted-logos img:hover {
  opacity: 0.6;
}

.retail-industry-v2 .trust-text {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  background: #f6f5fa;
  margin: -19px;
  padding: 20px;
  margin-top: 16px;
  margin-bottom: -40px;
}

.retail-industry-v2 .trust-text .highlight {
  color: #8a6bf7;
  font-weight: 700;
}

/* ------------------------ */
/* 🔁 Responsive Media Queries */
/* ------------------------ */

@media (max-width: 991px) {
  .retail-industry-v2 .metric-box {
    width: 220px;
    padding: 30px 20px;
  }

  .retail-industry-v2 .metrics-header h2 {
    font-size: 2rem;
  }

  .retail-industry-v2 .metrics-header p {
    font-size: 0.95rem;
  }

  .retail-industry-v2 .metric-box h3 {
    font-size: 1.6rem;
  }

  .retail-industry-v2 .metric-box p {
    font-size: 0.9rem;
  }
}

@media (max-width: 600px) {
  .retail-industry-v2 .metric-box {
    width: 100%;
    max-width: 100%;
  }

  .retail-industry-v2 .metrics-grid {
    gap: 20px;
    padding-bottom: 40px;
  }

  .retail-industry-v2 .metrics-header h2 {
    font-size: 1.6rem;
  }

  .retail-industry-v2 .trusted-section {
    padding: 40px 15px 30px;
  }

  .retail-industry-v2 .section-5 {
    padding-top: 300px;
  }

  .retail-industry-v2 .trusted-logos {
    gap: 20px;
  }

  .retail-industry-v2 .trusted-section h4 {
    font-size: 1rem;
  }

  .retail-industry-v2 .trust-text {
    font-size: 1.1rem;
  }
}


/* === Responsive Fixes === */
@media (max-width: 768px) {

  .retail-industry-v2 .metrics-grid {
    flex-direction: column;
    align-items: center;
  }

  .retail-industry-v2 .metric-box {
    width: 100%;
    max-width: 320px;
  }

  .retail-industry-v2 .trusted-logos {
    gap: 20px;
  }

  .retail-industry-v2 .trusted-logos img {
    height: 36px;
  }
  .retail-industry-v2 .section {
    flex-direction: column;
    align-items: center;
  }

  .retail-industry-v2 .left,
  .retail-industry-v2 .right,
  .retail-industry-v2 .center {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }

  .retail-industry-v2 .right {
    padding: 20px;
  }

  .retail-industry-v2 .left li,
  .retail-industry-v2 .right li {
    justify-content: center;
  }

  .retail-industry-v2 .left li::before,
  .retail-industry-v2 .right li::before {
    margin-right: 8px;
  }

  .retail-industry-v2 .features-grid {
    flex-direction: column;
    align-items: center;
  }

  .retail-industry-v2 .feature-card {
    width: 100%;
    max-width: 100%;
  }
}

/* Extra-small devices (max-width: 480px) */
@media (max-width: 480px) {
  .hero {
    padding: 30px 10px;
  }
  .hero h1 {
    font-size: 24px;
  }
  .hero p {
    font-size: 14px;
  }
  .stats-grid {
    grid-template-columns: 1fr;
    padding: 15px;
  }
  .enterprise-section .enterprise-card {
    padding: 20px;
  }
  .contact-sales-wrapper {
    flex-direction: column;
    padding: 30px 15px;
    text-align: center;
  }
  .contact-sales-wrapper .contact-sales-content,
  .contact-sales-wrapper .contact-sales-form {
    max-width: 100%;
    padding: 0;
  }
  .voicesalespage .why-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-section .tabs{flex-wrap: nowrap;width: max-content;justify-content: left;}
  .hero-section .tab-content{overflow: scroll;padding: 10px 10px 10px;}
  .hero-section .tab{font-size: 10px;}
  .hero{height: auto;}
  section.voice-bot-bg .heading1, .voicbotpower .heading1, .voicbotenterpries .heading1, .voicebotproven .heading2, .voicewhite .heading1-white, .voicehear .heading1, .section-title{font-size: 22px!important;}
}
