body.page-template-enterprise-ai-chatbot br {
  display: none;
}

body.page-template-enterprise-ai-chatbot #site-header {
  display: none;
}

body.page-template-enterprise-ai-chatbot #site-topbar {
  display: none;
}

body.page-template-enterprise-ai-chatbot #site-header-sticky {
  display: none;
}

body.page-template-enterprise-ai-chatbot .content-header {
  display: none;
}

body.page-template-enterprise-ai-chatbot .content-body-inner.wrap {
  margin: 0;
  max-width: 100%;
  width: auto;
}

.enterprise-ai-chatbot section + p {
  margin-bottom: 0;
}

.enterprise-ai-chatbot {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.enterprise-ai-chatbot * {
    box-sizing: border-box;
}

.enterprise-ai-chatbot .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   Topbar
   ============================================ */

.enterprise-ai-chatbot .topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    box-shadow: 0 2px 30px rgba(4, 105, 216, 0.15);
    z-index: 1000;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(4, 105, 216, 0.1);
}

.enterprise-ai-chatbot .topbar.scrolled {
    box-shadow: 0 4px 40px rgba(4, 105, 216, 0.2);
    background: rgba(255, 255, 255, 0.99);
}

.enterprise-ai-chatbot .topbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.enterprise-ai-chatbot .logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0469d8;
}

.enterprise-ai-chatbot .logo-img {
    height: 45px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(4, 105, 216, 0.2));
    transition: transform 0.3s ease;
}

.enterprise-ai-chatbot .logo-img:hover {
    transform: scale(1.05);
}

.enterprise-ai-chatbot .nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
    align-items: center;
}

.enterprise-ai-chatbot .nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.enterprise-ai-chatbot .nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #0469d8;
    transition: width 0.3s ease;
}

.enterprise-ai-chatbot .nav-link:hover {
    color: #0469d8;
}

.enterprise-ai-chatbot .nav-link:hover::after {
    width: 100%;
}

.enterprise-ai-chatbot .nav-link.cta-btn {
    background: linear-gradient(135deg, #0469d8 0%, #00d4ff 100%);
    color: white;
    padding: 0.6rem 1.5rem;
    border-radius: 25px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(4, 105, 216, 0.4);
    position: relative;
}

.enterprise-ai-chatbot .nav-link.cta-btn::after {
    display: none;
}

.enterprise-ai-chatbot .nav-link.cta-btn:hover {
    background: linear-gradient(135deg, #00d4ff 0%, #0469d8 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(4, 105, 216, 0.5);
}

.enterprise-ai-chatbot .nav-link.cta-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(4, 105, 216, 0.4);
}

.enterprise-ai-chatbot .nav-link.cta-btn.active {
    background: white;
    color: #0469d8;
    box-shadow: 0 4px 15px rgba(4, 105, 216, 0.3);
    border: 2px solid #0469d8;
}

.enterprise-ai-chatbot .nav-link.cta-btn.active:hover {
    background: #f0f7ff;
    color: #0355b8;
    border-color: #0355b8;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(4, 105, 216, 0.4);
}

.enterprise-ai-chatbot .hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.enterprise-ai-chatbot .hamburger span {
    width: 25px;
    height: 3px;
    background: #0469d8;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* ============================================
   Hero Section
   ============================================ */

.enterprise-ai-chatbot .hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e6f2ff 30%, #ffffff 70%, #f8fbff 100%);
    overflow: hidden;
}

.enterprise-ai-chatbot .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.enterprise-ai-chatbot .neural-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: 1;
}

.enterprise-ai-chatbot .grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(4, 105, 216, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(4, 105, 216, 0.08) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.6;
    z-index: 1;
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.enterprise-ai-chatbot .particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.enterprise-ai-chatbot .hero-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
    animation: float 20s infinite ease-in-out;
    filter: blur(40px);
    z-index: 1;
}

.enterprise-ai-chatbot .shape-1 {
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, rgba(4, 105, 216, 0.15) 0%, rgba(0, 212, 255, 0.1) 100%);
    top: -150px;
    right: -150px;
    animation-delay: 0s;
}

.enterprise-ai-chatbot .shape-2 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(4, 105, 216, 0.12) 0%, rgba(124, 58, 237, 0.1) 100%);
    bottom: -100px;
    left: -100px;
    animation-delay: 5s;
}

.enterprise-ai-chatbot .shape-3 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1) 0%, rgba(4, 105, 216, 0.12) 100%);
    top: 50%;
    left: 50%;
    animation-delay: 10s;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-20px, 20px) rotate(240deg); }
}

.enterprise-ai-chatbot .hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.enterprise-ai-chatbot .hero-text {
    animation: fadeInLeft 1s ease-out;
}

.enterprise-ai-chatbot .hero-title {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.enterprise-ai-chatbot .title-main {
    font-size: 3.5rem;
    font-weight: 800;
    color: #0469d8;
    line-height: 1.2;
    text-shadow: 0 2px 20px rgba(4, 105, 216, 0.2);
}

.enterprise-ai-chatbot .title-glow {
    background: linear-gradient(135deg, #0469d8 0%, #00d4ff 50%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: glowPulse 3s ease-in-out infinite;
    position: relative;
}

@keyframes glowPulse {
    0%, 100% { 
        filter: drop-shadow(0 0 10px rgba(4, 105, 216, 0.3));
    }
    50% { 
        filter: drop-shadow(0 0 20px rgba(4, 105, 216, 0.5));
    }
}

.enterprise-ai-chatbot .title-tag {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0469d8;
    background: rgba(4, 105, 216, 0.1);
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    border: 1px solid rgba(4, 105, 216, 0.2);
    box-shadow: 0 4px 15px rgba(4, 105, 216, 0.2);
    animation: tagGlow 2s ease-in-out infinite;
    line-height: normal;
}

@keyframes tagGlow {
    0%, 100% { box-shadow: 0 4px 15px rgba(4, 105, 216, 0.2); }
    50% { box-shadow: 0 6px 25px rgba(4, 105, 216, 0.4); }
}

.enterprise-ai-chatbot .hero-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.enterprise-ai-chatbot .hero-description {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.enterprise-ai-chatbot .hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.enterprise-ai-chatbot .badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    padding: 0.7rem 1.2rem;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(4, 105, 216, 0.15);
    font-size: 0.9rem;
    font-weight: 500;
    color: #0469d8;
    border: 1px solid rgba(4, 105, 216, 0.2);
    transition: all 0.3s ease;
}

.enterprise-ai-chatbot .badge:hover {
    background: linear-gradient(135deg, #0469d8 0%, #00d4ff 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(4, 105, 216, 0.3);
}

.enterprise-ai-chatbot .badge i {
    font-size: 1rem;
}

.enterprise-ai-chatbot .hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.enterprise-ai-chatbot .hero-image {
    animation: fadeInRight 1s ease-out;
}

/* Hero Slider */
.enterprise-ai-chatbot .hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 25px 80px rgba(4, 105, 216, 0.25), 0 10px 30px rgba(0, 0, 0, 0.1);
    background: white;
    border: 1px solid rgba(4, 105, 216, 0.15);
}

.enterprise-ai-chatbot .slider-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 20px;
    background: white;
}

.enterprise-ai-chatbot .slider-container +p {
    margin-bottom: 0;
}

.enterprise-ai-chatbot .slider-track {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease;
    will-change: transform;
}

.enterprise-ai-chatbot .slide {
    min-width: 100%;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enterprise-ai-chatbot .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


.enterprise-ai-chatbot .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

/* Slider Navigation Buttons */
.enterprise-ai-chatbot .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid rgba(4, 105, 216, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0469d8;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(4, 105, 216, 0.2);
    backdrop-filter: blur(10px);
    padding: 0;
}

.enterprise-ai-chatbot .slider-btn:hover {
    background: #0469d8;
    color: white;
    border-color: #0469d8;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 8px 30px rgba(4, 105, 216, 0.4);
}

.enterprise-ai-chatbot .slider-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.enterprise-ai-chatbot .slider-prev {
    left: 20px;
}

.enterprise-ai-chatbot .slider-next {
    right: 20px;
}

/* Slider Dots */
.enterprise-ai-chatbot .slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.enterprise-ai-chatbot .slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(4, 105, 216, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.enterprise-ai-chatbot .slider-dot:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

.enterprise-ai-chatbot .slider-dot.active {
    background: #0469d8;
    border-color: #0469d8;
    width: 30px;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(4, 105, 216, 0.5);
}


/* ============================================
   Buttons
   ============================================ */

.enterprise-ai-chatbot .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.enterprise-ai-chatbot .btn-primary {
    background: #0469d8;
    color: white;
    box-shadow: 0 5px 20px rgba(4, 105, 216, 0.3);
}

.enterprise-ai-chatbot .btn-primary:hover {
    background: #0355b8;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(4, 105, 216, 0.4);
}

.enterprise-ai-chatbot .btn-secondary {
    background: white;
    color: #0469d8;
    border: 2px solid #0469d8;
}

.enterprise-ai-chatbot .btn-secondary:hover {
    background: #0469d8;
    color: white;
    transform: translateY(-3px);
}

.enterprise-ai-chatbot .btn-large {
    padding: 1.1rem 2.5rem;
    font-size: 1.1rem;
}

/* ============================================
   Section Styles
   ============================================ */

.enterprise-ai-chatbot .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.enterprise-ai-chatbot .section-title {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #0469d8 0%, #00d4ff 50%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.enterprise-ai-chatbot .section-subtitle {
    font-size: 1.2rem;
    color: #666;
}

/* ============================================
   Features Section
   ============================================ */

.enterprise-ai-chatbot .features {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    position: relative;
    overflow: hidden;
}

.enterprise-ai-chatbot .features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(4, 105, 216, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(0, 212, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.enterprise-ai-chatbot .features-layout {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.enterprise-ai-chatbot .feature-image-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    background: white;
    padding: 3rem;
    border-radius: 25px;
    box-shadow: 0 10px 40px rgba(4, 105, 216, 0.15);
    border: 1px solid rgba(4, 105, 216, 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.enterprise-ai-chatbot .feature-image-section:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 60px rgba(4, 105, 216, 0.2);
}

.enterprise-ai-chatbot .feature-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(4, 105, 216, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.enterprise-ai-chatbot .feature-image-wrapper:hover {
    box-shadow: 0 20px 60px rgba(4, 105, 216, 0.3);
    transform: translateY(-5px);
}

.enterprise-ai-chatbot .feature-image-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(4, 105, 216, 0.2) 0%, transparent 70%);
    animation: glowRotate 8s linear infinite;
    pointer-events: none;
}

.enterprise-ai-chatbot .feature-image-glow + p {
    margin-bottom: 0;
}

@keyframes glowRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.enterprise-ai-chatbot .feature-main-image {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
    transition: transform 0.4s ease;
}

.enterprise-ai-chatbot .feature-image-wrapper:hover .feature-main-image {
    transform: scale(1.02);
}

.enterprise-ai-chatbot .feature-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
}

.enterprise-ai-chatbot .feature-image-overlay::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(4, 105, 216, 0.95) 100%);
    transition: height 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: -1;
}

.enterprise-ai-chatbot .feature-image-wrapper:hover .feature-image-overlay {
    opacity: 1;
}

.enterprise-ai-chatbot .feature-image-wrapper:hover .feature-image-overlay::before {
    height: 100%;
}

.enterprise-ai-chatbot .feature-image-overlay-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
}

.enterprise-ai-chatbot .feature-image-wrapper:hover .feature-image-overlay-content {
    transform: translateY(0);
    opacity: 1;
}

.enterprise-ai-chatbot .feature-image-expand-icon {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0469d8;
    font-size: 2rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.enterprise-ai-chatbot .feature-image-wrapper:hover .feature-image-expand-icon {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.enterprise-ai-chatbot .feature-image-hint {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin: 0;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
}

.enterprise-ai-chatbot .feature-image-wrapper:hover .feature-image-hint {
    transform: translateY(0);
    opacity: 1;
}

/* Image Lightbox Modal */
.enterprise-ai-chatbot.image-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.enterprise-ai-chatbot.image-lightbox.active {
    display: flex;
    opacity: 1;
}

.enterprise-ai-chatbot .lightbox-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    animation: fadeInBackdrop 0.3s ease;
}

@keyframes fadeInBackdrop {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.enterprise-ai-chatbot .lightbox-content {
    position: relative;
    z-index: 1;
    max-width: 98vw;
    max-height: 98vh;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: scaleInModal 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 2rem;
}

@keyframes scaleInModal {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.enterprise-ai-chatbot .lightbox-close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2;
    backdrop-filter: blur(10px);
    padding: 0;
}

.enterprise-ai-chatbot .lightbox-close:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: rotate(90deg) scale(1.1);
}

.enterprise-ai-chatbot .lightbox-image-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5);
    background: white;
    padding: 5px;
    max-width: 100%;
    max-height: 100%;
}

.enterprise-ai-chatbot .lightbox-image {
    max-width: 100%;
    max-height: 94vh;
    width: auto;
    height: auto;
    display: block;
    border-radius: 10px;
    animation: fadeInImage 0.5s ease;
    object-fit: contain;
}

@keyframes fadeInImage {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.enterprise-ai-chatbot .feature-image-content {
    position: relative;
    z-index: 2;
}

.enterprise-ai-chatbot .feature-icon-large {
    width: 80px;
    height: 80px;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.enterprise-ai-chatbot .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.enterprise-ai-chatbot .feature-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(4, 105, 216, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(4, 105, 216, 0.1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.enterprise-ai-chatbot .feature-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 60px rgba(4, 105, 216, 0.3);
    border-color: rgba(4, 105, 216, 0.2);
}

.enterprise-ai-chatbot .feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0469d8 0%, #0355b8 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: white;
    font-size: 1.8rem;
    transition: all 0.3s ease;
}


.enterprise-ai-chatbot .feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0469d8;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.enterprise-ai-chatbot .feature-card:hover .feature-title {
    color: #0355b8;
}

.enterprise-ai-chatbot .feature-description {
    color: #666;
    line-height: 1.8;
    flex-grow: 1;
    transition: color 0.3s ease;
}

.enterprise-ai-chatbot .feature-card:hover .feature-description {
    color: #555;
}

/* ============================================
   Use Cases Section
   ============================================ */

.enterprise-ai-chatbot .use-cases {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    position: relative;
}

.enterprise-ai-chatbot .use-cases-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.enterprise-ai-chatbot .use-cases-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: stretch;
}

.enterprise-ai-chatbot .use-cases-image-wrapper {
    position: sticky;
    top: 120px;
}

.enterprise-ai-chatbot .use-cases-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(4, 105, 216, 0.2);
    transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
}

.enterprise-ai-chatbot .use-cases-image p {
    margin-bottom: 0;
}

.enterprise-ai-chatbot .use-cases-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 70px rgba(4, 105, 216, 0.3);
}

.enterprise-ai-chatbot .use-cases-main-image {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
    transition: transform 0.4s ease;
}

.enterprise-ai-chatbot .use-cases-image-wrapper:hover .use-cases-main-image {
    transform: scale(1.02);
}

.enterprise-ai-chatbot .use-cases-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
}

.enterprise-ai-chatbot .use-cases-image-overlay::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(4, 105, 216, 0.95) 100%);
    transition: height 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: -1;
}

.enterprise-ai-chatbot .use-cases-image-wrapper:hover .use-cases-image-overlay {
    opacity: 1;
}

.enterprise-ai-chatbot .use-cases-image-wrapper:hover .use-cases-image-overlay::before {
    height: 100%;
}

.enterprise-ai-chatbot .use-cases-image-overlay-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
}

.enterprise-ai-chatbot .use-cases-image-wrapper:hover .use-cases-image-overlay-content {
    transform: translateY(0);
    opacity: 1;
}

.enterprise-ai-chatbot .use-cases-image-expand-icon {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0469d8;
    font-size: 2rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.enterprise-ai-chatbot .use-cases-image-wrapper:hover .use-cases-image-expand-icon {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.enterprise-ai-chatbot .use-cases-image-hint {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin: 0;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
}

.enterprise-ai-chatbot .use-cases-image-hint + p {
    display: none;
}

.enterprise-ai-chatbot .use-cases-image-wrapper:hover .use-cases-image-hint {
    transform: translateY(0);
    opacity: 1;
}

.enterprise-ai-chatbot .use-cases-image-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(4, 105, 216, 0.2) 0%, transparent 70%);
    animation: glowRotate 8s linear infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes glowRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.enterprise-ai-chatbot .use-cases-bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.enterprise-ai-chatbot .use-case-item-large {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
}

.enterprise-ai-chatbot .use-case-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(4, 105, 216, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(4, 105, 216, 0.1);
    position: relative;
    overflow: hidden;
}

.enterprise-ai-chatbot .use-case-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #0469d8 0%, #00d4ff 100%);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
}

.enterprise-ai-chatbot .use-case-item:hover::before {
    transform: scaleY(1);
}

.enterprise-ai-chatbot .use-case-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(4, 105, 216, 0.2);
    border-color: rgba(4, 105, 216, 0.2);
}

.enterprise-ai-chatbot .use-case-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0469d8 0%, #0355b8 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.enterprise-ai-chatbot .use-case-item:hover .use-case-icon {
    transform: scale(1.05);
}

.enterprise-ai-chatbot .use-case-content {
    flex: 1;
}

.enterprise-ai-chatbot .use-case-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0469d8;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.enterprise-ai-chatbot .use-case-item:hover .use-case-content h3 {
    color: #0355b8;
}

.enterprise-ai-chatbot .use-case-content p {
    color: #666;
    margin: 0;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.enterprise-ai-chatbot .use-case-item:hover .use-case-content p {
    color: #555;
}

/* ============================================
   Why Us Section
   ============================================ */

.enterprise-ai-chatbot .why-us {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(240, 247, 255) 0%, rgb(230, 242, 255) 30%, rgb(255, 255, 255) 70%, rgb(248, 251, 255) 100%);
    position: relative;
    overflow: hidden;
}

.enterprise-ai-chatbot .why-us-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.enterprise-ai-chatbot .why-us .container {
    position: relative;
    z-index: 1;
}

.enterprise-ai-chatbot .why-us-wrapper {
    position: relative;
    min-height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
}

.enterprise-ai-chatbot .why-center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.enterprise-ai-chatbot .chatbot-center {
    position: relative;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enterprise-ai-chatbot .chatbot-main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    animation: floatChatbot 4s ease-in-out infinite;
    filter: drop-shadow(0 10px 30px rgba(4, 105, 216, 0.3));
}

@keyframes floatChatbot {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-15px) scale(1.02); }
}

.enterprise-ai-chatbot .chatbot-glow-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(4, 105, 216, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulseGlowCircle 3s ease-in-out infinite;
    z-index: 1;
}

@keyframes pulseGlowCircle {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
    50% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.9; }
}

.enterprise-ai-chatbot .why-reasons-circle {
    position: relative;
    width: 100%;
    height: 900px;
}

.enterprise-ai-chatbot .reason-item-circle {
    position: absolute;
    background: white;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(4, 105, 216, 0.15);
    border: 1px solid rgba(4, 105, 216, 0.1);
    width: 260px;
    z-index: 1;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
}

.enterprise-ai-chatbot .reason-item-circle:hover {
    transform: translate(-50%, calc(-50% - 15px)) !important;
    box-shadow: 0 20px 60px rgba(4, 105, 216, 0.25),
                0 0 0 1px rgba(4, 105, 216, 0.1),
                0 0 40px rgba(4, 105, 216, 0.1);
    z-index: 10;
    border-color: rgba(4, 105, 216, 0.3);
}

.enterprise-ai-chatbot .reason-1 {
    top: calc(50% - 380px);
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.enterprise-ai-chatbot .reason-2 {
    top: calc(50% - 117px);
    left: calc(50% + 362px);
    transform: translate(-50%, -50%) !important;
}

.enterprise-ai-chatbot .reason-3 {
    top: calc(50% + 307px);
    left: calc(50% + 224px);
    transform: translate(-50%, -50%) !important;
}

.enterprise-ai-chatbot .reason-4 {
    top: calc(50% + 307px);
    left: calc(50% - 224px);
    transform: translate(-50%, -50%) !important;
}

.enterprise-ai-chatbot .reason-5 {
    top: calc(50% - 117px);
    left: calc(50% - 362px);
    transform: translate(-50%, -50%) !important;
}

.enterprise-ai-chatbot .reason-icon-circle {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0469d8 0%, #00d4ff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    margin: 0 auto 1rem;
    box-shadow: 0 6px 20px rgba(4, 105, 216, 0.3);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.enterprise-ai-chatbot .reason-item-circle:hover .reason-icon-circle {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 10px 30px rgba(4, 105, 216, 0.5),
                0 0 20px rgba(0, 212, 255, 0.3);
}

.enterprise-ai-chatbot .reason-content-circle h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0469d8;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.enterprise-ai-chatbot .reason-item-circle:hover .reason-content-circle h3 {
    color: #0355b8;
}

.enterprise-ai-chatbot .reason-content-circle p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
    transition: color 0.3s ease;
}

.enterprise-ai-chatbot .reason-item-circle:hover .reason-content-circle p {
    color: #555;
}


/* ============================================
   Demo Section
   ============================================ */

.enterprise-ai-chatbot .demo {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    position: relative;
}

.enterprise-ai-chatbot .demo-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.enterprise-ai-chatbot .demo-description {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.enterprise-ai-chatbot .demo-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.enterprise-ai-chatbot .demo-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #333;
}

.enterprise-ai-chatbot .demo-feature i {
    color: #0469d8;
    font-size: 1.2rem;
}

.enterprise-ai-chatbot .demo-warning {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: #fff3cd;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    color: #856404;
}

.enterprise-ai-chatbot .demo-warning i {
    font-size: 1.2rem;
}

.enterprise-ai-chatbot .demo-video {
    position: relative;
    border-radius: 20px;
    overflow: visible;
}

.enterprise-ai-chatbot .video-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(4, 105, 216, 0.2);
    background: #fff;
}

.enterprise-ai-chatbot .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 50.25%;
    background: #fff;
}

.enterprise-ai-chatbot .demo-video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.enterprise-ai-chatbot .demo-video-player + p {
    margin-bottom: 0;
}

.enterprise-ai-chatbot .demo-video-player:hover {
    transform: scale(1.02);
}

.enterprise-ai-chatbot .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

.enterprise-ai-chatbot .video-wrapper:hover .video-overlay {
    opacity: 1;
}

.enterprise-ai-chatbot .video-play-icon {
    width: 80px;
    height: 80px;
    background: rgba(4, 105, 216, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    animation: pulsePlay 2s ease-in-out infinite;
    box-shadow: 0 10px 30px rgba(4, 105, 216, 0.5);
}

@keyframes pulsePlay {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 10px 30px rgba(4, 105, 216, 0.5);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 15px 40px rgba(4, 105, 216, 0.7);
    }
}

.enterprise-ai-chatbot .video-play-icon i {
    margin-left: 5px;
}

.enterprise-ai-chatbot .video-glow {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: radial-gradient(circle, rgba(4, 105, 216, 0.15) 0%, transparent 70%);
    border-radius: 30px;
    z-index: -1;
    animation: glowPulse 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

/* ============================================
   Deployment Section
   ============================================ */

.enterprise-ai-chatbot .deployment {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    position: relative;
}

.enterprise-ai-chatbot .deployment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.enterprise-ai-chatbot .deployment-card {
    text-align: center;
    padding: 2.5rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(4, 105, 216, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(4, 105, 216, 0.1);
}

.enterprise-ai-chatbot .deployment-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(4, 105, 216, 0.25);
    border-color: rgba(4, 105, 216, 0.3);
}

.enterprise-ai-chatbot .deployment-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0469d8 0%, #0355b8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

.enterprise-ai-chatbot .deployment-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0469d8;
    margin-bottom: 0.5rem;
}

.enterprise-ai-chatbot .deployment-card p {
    color: #666;
}

.enterprise-ai-chatbot .engagement {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(4, 105, 216, 0.1);
    box-shadow: 0 8px 30px rgba(4, 105, 216, 0.1);
}

.enterprise-ai-chatbot .engagement h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #0469d8;
    margin-bottom: 2rem;
}

.enterprise-ai-chatbot .engagement-timeline {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.enterprise-ai-chatbot .timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    flex: 1;
    min-width: 200px;
}

.enterprise-ai-chatbot .timeline-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0469d8 0%, #0355b8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
}

.enterprise-ai-chatbot .timeline-content h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0469d8;
    margin-bottom: 0.5rem;
}

.enterprise-ai-chatbot .timeline-content p {
    color: #666;
    font-size: 1.1rem;
}

/* ============================================
   Registration Form Section
   ============================================ */

.enterprise-ai-chatbot .registration {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(240, 247, 255) 0%, rgb(230, 242, 255) 30%, rgb(255, 255, 255) 70%, rgb(248, 251, 255) 100%);
    position: relative;
    overflow: hidden;
}

.enterprise-ai-chatbot .registration-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.enterprise-ai-chatbot .registration .container {
    position: relative;
    z-index: 1;
}

.enterprise-ai-chatbot .registration::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(4, 105, 216, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(0, 212, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.enterprise-ai-chatbot .registration-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.enterprise-ai-chatbot .registration-content {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(4, 105, 216, 0.1);
    border: 1px solid rgba(4, 105, 216, 0.1);
}


.enterprise-ai-chatbot .registration-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.enterprise-ai-chatbot .form-group {
    position: relative;
}

.enterprise-ai-chatbot .form-group label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.enterprise-ai-chatbot .form-group label i {
    color: #0469d8;
    font-size: 1rem;
}

.enterprise-ai-chatbot .form-group input,
.enterprise-ai-chatbot .form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid rgba(4, 105, 216, 0.1);
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8fbff;
    font-family: inherit;
}

.enterprise-ai-chatbot .form-group input:focus,
.enterprise-ai-chatbot .form-group textarea:focus {
    outline: none;
    border-color: #0469d8;
    background: white;
    box-shadow: 0 0 0 4px rgba(4, 105, 216, 0.1);
}


.enterprise-ai-chatbot .checkbox-group {
    margin-top: 0.5rem;
}

.enterprise-ai-chatbot .checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-weight: normal;
}

.enterprise-ai-chatbot .checkbox-label input[type="checkbox"] {
    display: none;
}

.enterprise-ai-chatbot .checkbox-custom {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(4, 105, 216, 0.3);
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.3s ease;
    background: white;
}

.enterprise-ai-chatbot .checkbox-label input[type="checkbox"]:checked + .checkbox-custom {
    background: linear-gradient(135deg, #0469d8 0%, #00d4ff 100%);
    border-color: #0469d8;
}

.enterprise-ai-chatbot .checkbox-label input[type="checkbox"]:checked + .checkbox-custom::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 0.9rem;
    font-weight: bold;
}

.enterprise-ai-chatbot .checkbox-text {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}

.enterprise-ai-chatbot .checkbox-text a {
    color: #0469d8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.enterprise-ai-chatbot .checkbox-text a:hover {
    color: #00d4ff;
    text-decoration: underline;
}

.enterprise-ai-chatbot .btn-submit {
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
}

.enterprise-ai-chatbot .btn-submit .btn-loader {
    display: none;
}

.enterprise-ai-chatbot .btn-submit.loading .btn-text,
.enterprise-ai-chatbot .btn-submit.loading .btn-icon {
    opacity: 0;
}

.enterprise-ai-chatbot .btn-submit.loading .btn-loader {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.enterprise-ai-chatbot .form-success {
    display: none;
    text-align: center;
    padding: 2rem;
}

.enterprise-ai-chatbot .form-success.show {
    display: block;
    animation: fadeInSuccess 0.5s ease;
}

@keyframes fadeInSuccess {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.enterprise-ai-chatbot .success-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 3rem;
    animation: scaleIn 0.5s ease;
}

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.enterprise-ai-chatbot .form-success h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0469d8;
    margin-bottom: 0.5rem;
}

.enterprise-ai-chatbot .form-success p {
    color: #666;
    font-size: 1.1rem;
}

.enterprise-ai-chatbot .registration-visual {
    position: relative;
    height: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enterprise-ai-chatbot .visual-content {
    position: relative;
    z-index: 2;
    text-align: center;
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(4, 105, 216, 0.1);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.enterprise-ai-chatbot .visual-chatbot {
    animation: floatChatbotVisual 4s ease-in-out infinite;
}

.enterprise-ai-chatbot .visual-chatbot-img {
    width: 200px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

@keyframes floatChatbotVisual {
    0%, 100% { 
        transform: translateY(0px) scale(1); 
    }
    50% { 
        transform: translateY(-10px) scale(1.02); 
    }
}

.enterprise-ai-chatbot .visual-features {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.enterprise-ai-chatbot .visual-feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(4, 105, 216, 0.05) 0%, rgba(0, 212, 255, 0.05) 100%);
    border-radius: 12px;
    border: 1px solid rgba(4, 105, 216, 0.1);
    transition: all 0.3s ease;
}

.enterprise-ai-chatbot .visual-feature-item:hover {
    transform: translateX(5px);
    background: linear-gradient(135deg, rgba(4, 105, 216, 0.1) 0%, rgba(0, 212, 255, 0.1) 100%);
    border-color: rgba(4, 105, 216, 0.2);
    box-shadow: 0 5px 15px rgba(4, 105, 216, 0.1);
}

.enterprise-ai-chatbot .visual-feature-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, #0469d8 0%, #00d4ff 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 4px 15px rgba(4, 105, 216, 0.3);
    position: relative;
}

.enterprise-ai-chatbot .visual-feature-icon i,
.enterprise-ai-chatbot .visual-feature-icon .fas,
.enterprise-ai-chatbot .visual-feature-icon .fa {
    color: white !important;
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
    display: inline-block !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
    min-width: 1.5rem !important;
    min-height: 1.5rem !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1;
    text-rendering: auto !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
}

.enterprise-ai-chatbot .visual-feature-text h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0469d8;
    margin: 0 0 0.25rem 0;
}

.enterprise-ai-chatbot .visual-feature-text p {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

/* ============================================
   CTA Section
   ============================================ */

.enterprise-ai-chatbot .cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #0469d8 0%, #0355b8 100%);
    color: white;
    text-align: center;
}

.enterprise-ai-chatbot .cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.enterprise-ai-chatbot .cta-icon {
    font-size: 4rem;
    margin-bottom: 2rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.enterprise-ai-chatbot .cta-content h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.enterprise-ai-chatbot .cta-content p {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
}

.enterprise-ai-chatbot .cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.enterprise-ai-chatbot .cta .btn-primary {
    background: white;
    color: #0469d8;
}

.enterprise-ai-chatbot .cta .btn-primary:hover {
    background: #f0f7ff;
    transform: translateY(-3px);
}

.enterprise-ai-chatbot .cta .btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.enterprise-ai-chatbot .cta .btn-secondary:hover {
    background: white;
    color: #0469d8;
}


/* ============================================
   Animations
   ============================================ */

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.enterprise-ai-chatbot .fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.enterprise-ai-chatbot .fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.enterprise-ai-chatbot .fade-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.6s ease;
}

.enterprise-ai-chatbot .fade-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.enterprise-ai-chatbot .fade-in {
    opacity: 0;
    transition: opacity 1s ease;
}

.enterprise-ai-chatbot .fade-in.visible {
    opacity: 1;
}

/* ============================================
   Responsive Design
   ============================================ */

/* Tablet */
@media (max-width: 968px) {
    .enterprise-ai-chatbot .hero-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .enterprise-ai-chatbot .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .enterprise-ai-chatbot .slider-prev {
        left: 10px;
    }
    
    .enterprise-ai-chatbot .slider-next {
        right: 10px;
    }
    
    .enterprise-ai-chatbot .slider-dots {
        bottom: 15px;
        gap: 8px;
    }
    
    .enterprise-ai-chatbot .slider-dot {
        width: 10px;
        height: 10px;
    }
    
    .enterprise-ai-chatbot .slider-dot.active {
        width: 25px;
    }
    
    .enterprise-ai-chatbot .title-main {
        font-size: 2.5rem;
    }
    
    .enterprise-ai-chatbot .use-cases-top {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .enterprise-ai-chatbot .use-cases-image-wrapper {
        position: relative;
        top: auto;
    }
    
    .enterprise-ai-chatbot .use-case-item-large {
        min-height: auto;
    }
    
    .enterprise-ai-chatbot .use-cases-bottom {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .enterprise-ai-chatbot .demo-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .enterprise-ai-chatbot .demo-video {
        order: -1;
    }
    
    .enterprise-ai-chatbot .video-wrapper {
        animation: none;
    }
    
    .enterprise-ai-chatbot .video-glow {
        opacity: 0.3;
    }
    
    .enterprise-ai-chatbot .feature-image-section {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2.5rem;
    }
    
    .enterprise-ai-chatbot .feature-image-wrapper {
        order: -1;
    }
    
    .enterprise-ai-chatbot .features-grid {
        grid-template-columns: 1fr;
    }
    
    .enterprise-ai-chatbot.image-lightbox {
        padding: 1rem;
        align-items: center;
    }
    
    .enterprise-ai-chatbot .lightbox-content {
        max-width: 100vw;
        max-height: 95vh;
        padding: 1rem;
    }
    
    .enterprise-ai-chatbot .lightbox-close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .enterprise-ai-chatbot .lightbox-image-wrapper {
        padding: 3px;
    }
    
    .enterprise-ai-chatbot .lightbox-image {
        max-height: 90vh;
    }
    
    .enterprise-ai-chatbot .use-cases-image-expand-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .enterprise-ai-chatbot .use-cases-image-hint {
        font-size: 0.85rem;
    }
    
    .enterprise-ai-chatbot .feature-image-expand-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .enterprise-ai-chatbot .feature-image-hint {
        font-size: 0.85rem;
    }
    
    .enterprise-ai-chatbot .feature-image-overlay-content {
        transform: translateY(10px);
    }
    
    .enterprise-ai-chatbot .feature-image-wrapper:hover .feature-image-overlay-content {
        transform: translateY(0);
    }
    
    .enterprise-ai-chatbot .demo-video {
        order: -1;
    }
    
    .enterprise-ai-chatbot .video-wrapper {
        animation: none;
    }
    
    .enterprise-ai-chatbot .video-glow {
        display: none;
    }
    
    .enterprise-ai-chatbot .nav-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        width: 100%;
        padding: 2rem;
        box-shadow: 0 5px 20px rgba(4, 105, 216, 0.15);
        transition: left 0.3s ease;
        gap: 1rem;
        border-top: 1px solid rgba(4, 105, 216, 0.1);
    }
    
    .enterprise-ai-chatbot .nav-menu.active {
        left: 0;
    }
    
    .enterprise-ai-chatbot .hamburger {
        display: flex;
    }
    
    .enterprise-ai-chatbot .engagement-timeline {
        flex-direction: column;
        align-items: center;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .enterprise-ai-chatbot .container {
        padding: 0 15px;
    }
    
    .enterprise-ai-chatbot .hero {
        padding: 100px 0 60px;
        min-height: auto;
    }
    
    .enterprise-ai-chatbot .title-main {
        font-size: 2rem;
    }
    
    .enterprise-ai-chatbot .title-tag {
        font-size: 1.2rem;
        padding: 0.4rem 1.2rem;
    }
    
    .enterprise-ai-chatbot .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .enterprise-ai-chatbot .hero-description {
        font-size: 1rem;
    }
    
    .enterprise-ai-chatbot .section-title {
        font-size: 2rem;
    }
    
    .enterprise-ai-chatbot .features,
    .enterprise-ai-chatbot .use-cases,
    .enterprise-ai-chatbot .why-us,
    .enterprise-ai-chatbot .demo,
    .enterprise-ai-chatbot .deployment,
    .enterprise-ai-chatbot .cta {
        padding: 60px 0;
    }
    
    .enterprise-ai-chatbot .feature-image-section {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem;
    }
    
    .enterprise-ai-chatbot .feature-image-wrapper {
        order: -1;
    }
    
    .enterprise-ai-chatbot .features-grid {
        grid-template-columns: 1fr;
    }
    
    .enterprise-ai-chatbot .why-us-wrapper {
        min-height: auto;
        flex-direction: column;
        gap: 3rem;
    }
    
    .enterprise-ai-chatbot .why-center-circle {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-bottom: 2rem;
    }
    
    .enterprise-ai-chatbot .chatbot-center {
        width: 200px;
        height: 200px;
    }
    
    .enterprise-ai-chatbot .why-reasons-circle {
        height: auto;
        position: relative;
        min-height: auto;
    }
    
    .enterprise-ai-chatbot .reason-item-circle {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 2rem;
        top: auto;
        left: auto;
        margin-left: auto;
        margin-top: auto;
    }
    
    .enterprise-ai-chatbot .reason-item-circle:hover {
        transform: translateY(-8px) !important;
        box-shadow: 0 15px 40px rgba(4, 105, 216, 0.2),
                    0 0 0 1px rgba(4, 105, 216, 0.1);
    }
    
    .enterprise-ai-chatbot .reason-1,
    .enterprise-ai-chatbot .reason-2,
    .enterprise-ai-chatbot .reason-3,
    .enterprise-ai-chatbot .reason-4,
    .enterprise-ai-chatbot .reason-5 {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none !important;
    }
    
    
    .enterprise-ai-chatbot .use-cases-top {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .enterprise-ai-chatbot .use-cases-image-wrapper {
        position: relative;
        top: auto;
    }
    
    .enterprise-ai-chatbot .use-case-item-large {
        min-height: auto;
    }
    
    .enterprise-ai-chatbot .use-cases-bottom {
        grid-template-columns: 1fr;
    }
    
    .enterprise-ai-chatbot .use-cases-image-expand-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }
    
    .enterprise-ai-chatbot .use-cases-image-hint {
        font-size: 0.9rem;
    }
    
    .enterprise-ai-chatbot .use-cases-image-overlay-content {
        transform: translateY(10px);
    }
    
    .enterprise-ai-chatbot .use-cases-image-wrapper:hover .use-cases-image-overlay-content {
        transform: translateY(0);
    }
    
    .enterprise-ai-chatbot .registration-wrapper {
        grid-template-columns: 1fr;
    }
    
    .enterprise-ai-chatbot .registration-visual {
        min-height: 300px;
        max-width: calc(100% - 20px);
    }
    
    .enterprise-ai-chatbot .registration-content {
        max-width: calc(100% - 20px);
    }
    
    .enterprise-ai-chatbot .visual-chatbot-img {
        width: 150px;
    }
    
    .enterprise-ai-chatbot .visual-features {
        gap: 1rem;
    }
    
    .enterprise-ai-chatbot .visual-feature-item {
        padding: 0.75rem;
    }
    
    .enterprise-ai-chatbot .visual-feature-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 1.2rem;
    }
    
    .enterprise-ai-chatbot .visual-feature-text h4 {
        font-size: 0.9rem;
    }
    
    .enterprise-ai-chatbot .visual-feature-text p {
        font-size: 0.8rem;
    }
    
    .enterprise-ai-chatbot .deployment-grid {
        grid-template-columns: 1fr;
    }
    
    .enterprise-ai-chatbot .cta-content h2 {
        font-size: 2rem;
    }
    
    .enterprise-ai-chatbot .cta-buttons {
        flex-direction: column;
    }
    
    .enterprise-ai-chatbot .btn {
        width: 100%;
        justify-content: center;
    }
    
    .enterprise-ai-chatbot .hero-cta {
        flex-direction: column;
    }
    
    .enterprise-ai-chatbot .hero-cta .btn {
        width: 100%;
    }
    
    .enterprise-ai-chatbot .slider-container {
        aspect-ratio: 4 / 3;
    }
    
    
    .enterprise-ai-chatbot .footer-links {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .enterprise-ai-chatbot .title-main {
        font-size: 1.75rem;
    }
    
    .enterprise-ai-chatbot .section-title {
        font-size: 1.75rem;
    }
    
    .enterprise-ai-chatbot .feature-card,
    .enterprise-ai-chatbot .deployment-card {
        padding: 1.5rem;
    }
    
    .enterprise-ai-chatbot .engagement {
        padding: 2rem 1.5rem;
    }
}

/* Wrapper for Contact Form 7 */
.enterprise-ai-chatbot .wpcf7-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Contact Form 7 form container */
.enterprise-ai-chatbot .wpcf7-form-wrapper form.wpcf7-form {
    display: flex;
    flex-direction: column;
}

.enterprise-ai-chatbot .wpcf7-form-wrapper form.wpcf7-form p:has(input[type=submit]) {
    display: flex;
    justify-content: center;
}

/* Contact Form 7 field wrapper */
.enterprise-ai-chatbot .wpcf7-form-wrapper .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    width: 100%;
}

/* Contact Form 7 labels - style them like our form-group labels */
.enterprise-ai-chatbot .wpcf7-form-wrapper label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    flex-wrap: wrap;
}

/* Add icon support for labels */
.enterprise-ai-chatbot .wpcf7-form-wrapper label i {
    color: #0469d8;
    font-size: 1rem;
}

/* Contact Form 7 inputs and textareas */
.enterprise-ai-chatbot .wpcf7-form-wrapper input[type="text"],
.enterprise-ai-chatbot .wpcf7-form-wrapper input[type="email"],
.enterprise-ai-chatbot .wpcf7-form-wrapper input[type="tel"],
.enterprise-ai-chatbot .wpcf7-form-wrapper input[type="url"],
.enterprise-ai-chatbot .wpcf7-form-wrapper input[type="number"],
.enterprise-ai-chatbot .wpcf7-form-wrapper input[type="date"],
.enterprise-ai-chatbot .wpcf7-form-wrapper textarea,
.enterprise-ai-chatbot .wpcf7-form-wrapper select {
    width: 100%;
    padding: 1rem;
    border: 2px solid rgba(4, 105, 216, 0.1);
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8fbff;
    font-family: inherit;
    box-sizing: border-box;
    text-transform: none;
}

.enterprise-ai-chatbot .wpcf7-form-wrapper input:focus,
.enterprise-ai-chatbot .wpcf7-form-wrapper textarea:focus,
.enterprise-ai-chatbot .wpcf7-form-wrapper select:focus {
    outline: none;
    border-color: #0469d8;
    background: white;
    box-shadow: 0 0 0 4px rgba(4, 105, 216, 0.1);
}

/* Contact Form 7 submit button */
.enterprise-ai-chatbot .wpcf7-form-wrapper input[type="submit"],
.enterprise-ai-chatbot .wpcf7-form-wrapper button[type="submit"],
.enterprise-ai-chatbot .wpcf7-form-wrapper .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 1rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    background: #0469d8;
    color: white;
    box-shadow: 0 5px 20px rgba(4, 105, 216, 0.3);
    position: relative;
    overflow: hidden;
}

.enterprise-ai-chatbot .wpcf7-form-wrapper input[type="submit"]:hover,
.enterprise-ai-chatbot .wpcf7-form-wrapper button[type="submit"]:hover,
.enterprise-ai-chatbot .wpcf7-form-wrapper .wpcf7-submit:hover {
    background: #0355b8;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(4, 105, 216, 0.4);
}

/* Contact Form 7 validation messages */
.enterprise-ai-chatbot .wpcf7-form-wrapper .wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: block;
}

.enterprise-ai-chatbot .wpcf7-form-wrapper .wpcf7-validation-errors,
.enterprise-ai-chatbot .wpcf7-form-wrapper .wpcf7-mail-sent-ng {
    background: #fff3cd;
    color: #856404;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid #ffc107;
}

.enterprise-ai-chatbot .wpcf7-form-wrapper .wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid #28a745;
}

/* Contact Form 7 spinner/loading */
.enterprise-ai-chatbot .wpcf7-form-wrapper .ajax-loader {
    display: inline-block;
    margin-left: 0.5rem;
}

/* Hide default Contact Form 7 response output if using custom success message */
.enterprise-ai-chatbot .wpcf7-form-wrapper .wpcf7-response-output {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 10px;
}

/* Style checkboxes and radio buttons if used */
.enterprise-ai-chatbot .wpcf7-form-wrapper .wpcf7-checkbox,
.enterprise-ai-chatbot .wpcf7-form-wrapper .wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.enterprise-ai-chatbot .wpcf7-form-wrapper .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.enterprise-ai-chatbot .wpcf7-form-wrapper .wpcf7-list-item input[type="checkbox"],
.enterprise-ai-chatbot .wpcf7-form-wrapper .wpcf7-list-item input[type="radio"] {
    width: auto;
    margin: 0;
}