/*
Theme Name: CloudBOT AI Agent
Theme URI: https://cloudbot.ai
Author: CloudBOT Team
Author URI: https://cloudbot.ai
Description: A modern and responsive WordPress landing page theme for CloudBOT AI Agent, featuring AI solutions for businesses with Bootstrap 4.x framework.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cloudbot-theme
Tags: one-column, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-patterns, full-site-editing
*/

/* ========================================
   1. IMPORTS & ROOT VARIABLES
======================================== */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* Root Variables */
:root {
  /* Primary Colors */
  --cloudbot-blue: #1b74e4;
  --cloudbot-light-blue: #E6F3FF;
  --cloudbot-dark: #003366;
  
  /* Neon Effect Colors */
  --neon-primary: #00d4ff;
  --neon-secondary: #ff6b6b;
  --neon-accent: #4ecdc4;
  --accent-cyan: #00E6C3;
  --accent-purple: #7B61FF;
  
  /* Neon Effects */
  --neon-glow: 0 0 20px currentColor, 0 0 40px currentColor, 0 0 60px currentColor;
  --neon-glow-strong: 0 0 10px currentColor, 0 0 20px currentColor, 0 0 40px currentColor, 0 0 80px currentColor;
  
  /* Gradients */
  --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  --gradient-accent: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);

  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05); /* 0 1px 2px 0 rgb(0 0 0 / .05) */
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}

/* ========================================
   2. BASE STYLES
======================================== */

* {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background: #f8f9fa;
  background-image: 
    radial-gradient(circle at 20% 80%, rgba(0, 102, 204, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(0, 102, 204, 0.05) 0%, transparent 50%);
  min-height: 100vh;
  overflow-x: hidden;
}

/* Primary Color Overrides */
body .text-primary {
  color: #1b74e4 !important;
}

body .btn-primary,
body .btn-primary:hover {
  background: #1b74e4 !important;
}

/* ========================================
   3. NAVIGATION STYLES
======================================== */

.navbar {
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 102, 204, 0.1);
  transition: all 0.3s ease;
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
}

.nav-link {
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: var(--cloudbot-blue) !important;
}

.navbar-menu-customizer .btn-request-demo {
  padding: 14px 24px;
  border-radius: 8px;
  color: #fff;
  font-family: GoogleSans medium, Arial, sans-serif;
  font-size: 16px;
  background: linear-gradient(to right, #1265fe, #61b0f3);
}

.navbar-expand-lg .navbar-nav .nav-item {
  margin-right: 10px;
}

.navbar-menu-customizer .btn-hotline {
  background: linear-gradient(216deg, #5577fe 19.08%, #274ff2 90.5%);
  box-shadow: 0px 0px 4px 0px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1)), 0px 0px 8px 2px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1));
  border: 1px solid #1b74e4;
  padding: 0.375rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3rem;
  transition: all 0.3s ease;
}

.navbar-menu-customizer .btn-hotline a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

/* Hiệu ứng hover */
.navbar-menu-customizer .btn-hotline:hover {
  opacity: 0.85;
}

.navbar-menu-customizer .btn-hotline:hover a {
  color: #fff;
  text-decoration: none;
}

.navbar-menu-customizer .navbar-nav .nav-link:hover {
    background: #deebff;
}

body .hero-buttons .btn-free-consultation {
  color: #fff;
  background: linear-gradient(216deg, #5577fe 19.08%, #274ff2 90.5%);
  box-shadow: 0px 0px 4px 0px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1)), 0px 0px 8px 2px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1)) --Shadow-Neutral-100-Default is not defined;
}

body .hero-buttons .btn-free-consultation:hover {
  opacity: 0.85;
}

/* Icon rung chuông */
.ring-ring {
  animation: ring 1.2s infinite;
  display: inline-block;
  margin-right: 5px;
}

@keyframes ring {
  0% { transform: rotate(0); }
  10% { transform: rotate(15deg); }
  20% { transform: rotate(-10deg); }
  30% { transform: rotate(15deg); }
  40% { transform: rotate(-10deg); }
  50% { transform: rotate(0); }
  100% { transform: rotate(0); }
}

.navbar-nav-request {
  gap: 10px;
}

body .box-addons-navbar {
  display: block;
  padding: 0;
}

body .block-nav-menu-brand {
  padding: 10px;
}

/* ========================================
   4. HERO SECTION
======================================== */

.hero-section {
  background: linear-gradient(135deg, var(--cloudbot-light-blue) 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.hero-title {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  color: var(--cloudbot-blue);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.hero-description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.hero-content .btn-primary {
  background: #007bff;
}

.hero-content .item-highlight {
  gap: 10px;
  align-items: center;
}

.hero-content .number {
  font-size: 70px;
}

.hero-content .text {
  font-size: 40px;
}

.hero-content .animation-text-2 {
  background: linear-gradient(90deg, #000 30%, #288bff, #39e4b1, #ffe19b, #feb931, #b14dff, #692fe4, #2e0079, #000 60%);
  -webkit-background-clip: text;
  background-size: 200% auto;
  animation: rainbow 3s linear infinite alternate;
  color: transparent;
}

.box-addons-navbar .animation-text-2 {
  background: linear-gradient(90deg, #fff 30%, #288bff, #39e4b1, #ffe19b, #feb931, #b14dff, #692fe4, #fff, #ffffff 60%);
  -webkit-background-clip: text;
  background-size: 200% auto;
  animation: rainbow 3s linear infinite alternate;
  color: transparent;
}

@keyframes rainbow {
  0% {
      background-position: 100%
  }

  to {
      background-position: 0
  }
}

/* Enhanced Hero Section */
.hero {
  background: 
    radial-gradient(ellipse at center, rgba(0, 212, 255, 0.1) 0%, transparent 70%),
    radial-gradient(ellipse at 80% 20%, rgba(255, 107, 107, 0.1) 0%, transparent 70%);
}

.box-zoom-x10 {
  width: 100%;
  gap: 10px;
  
}

.block-center {
  justify-content: center;
  align-items: center;
}

.block-text-bottom {
  font-size: 40px;
}

.box-addons-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  align-items: start;
}

.box-addons-content .item {
  font-size: 22px;
}

/* ========================================
   5. FEATURES SECTION
======================================== */

#features {
  background-image: url(./assets/images/bg-form-feature.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

#features .card-body {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

#features img.crm-dashboard {
  background: #ffff;
  width: 100%;
  object-fit: cover;
  padding: 15px;
}

/* Feature Cards */
.feature-card {
  transition: all 0.3s ease;
  border: none;
  background: white;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.feature-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(0, 212, 255, 0.2);
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.05), rgba(255, 107, 107, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-icon {
  margin-bottom: 1rem;
}

/* ========================================
   6. INDUSTRY CARDS SECTION
======================================== */

.industry-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 2rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 230, 195, 0.2);
}

.industry-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-cyan), var(--accent-purple));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.industry-card:hover::before {
  transform: scaleX(1);
}

.industry-card:hover {
  transform: translateY(-10px);
  border-color: var(--accent-cyan);
  box-shadow: 0 20px 40px rgba(0, 230, 195, 0.2);
}

.industry-card .card-icon {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, var(--accent-cyan), var(--accent-purple));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
}

.industry-card ul {
  list-style: none;
  padding-left: 10px;
}

.industry-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cloudbot-light-blue);
  border-radius: 50%;
  margin-bottom: 1rem;
}

#industries .industry-card h4 {
  font-size: 15px;
}

#industries .industry-card h4.text-accent-cyan {
  color: #00e6c3;
}

#industries .industry-card h4.text-accent-purple {
  color: #7b61ff;
}

/* ========================================
   7. BENEFITS SECTION
======================================== */

#benefits {
  background: #e6f3ff;
}

#benefits .section-subtitle {
  color: #1b74e4;
}

.benefit-title,
.benefit-desc {
  color: #4b5563;
}

.benefit-number {
  font-size: 4rem;
  font-weight: 700;
  color: #0066cc;
}

.benefit-item {
  transition: all 0.3s ease;
}

.benefit-item:hover {
  transform: translateY(-5px);
}

.benefit-item:hover .stat-value {
  animation: counter-glow 0.5s ease-in-out;
}

/* ========================================
   8. PRICING SECTION
======================================== */

/* Enhanced Pricing Section */
#pricing {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

#pricing::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(123, 97, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(0, 230, 195, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

/* Pricing Cards Container */
.pricing-cards-container {
  position: relative;
  z-index: 2;
}

/* Base Pricing Card Styles */
.pricing-card {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #7480ff, #00e6c3, #ff52d9);
  background-size: 200% 100%;
  animation: gradientShift 3s ease-in-out infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pricing-card:hover::before {
  opacity: 1;
}

.pricing-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.2),
    0 0 30px rgba(116, 128, 255, 0.3);
}

#pricing .card {
  border-radius: 20px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(1);
  z-index: 1;
  cursor: pointer;
}

/* Khi hover 1 card */
#pricing:hover .card {
  transform: scale(0.9); /* tất cả card thu nhỏ */
  opacity: 0.7;          /* làm mờ nhẹ */
}

/* Nhưng card được hover thì to hơn */
#pricing .card:hover {
  transform: scale(1.04) translateY(-5px);
  opacity: 1;
  z-index: 3;
}


/* Professional Package - Center Highlight */
#pricing .card.border-professional {
  border: 2px solid #7480ff;
  transform: scale(1.12) translateY(-20px);
  z-index: 2;
}

#pricing .text-base-period {
  font-weight: bold;
}

.card.border-professional::before {
  opacity: 1;
  background: linear-gradient(90deg, #7480ff, #5a67d8, #7480ff);
  animation: professionalGlow 2s ease-in-out infinite alternate;
}

.card.border-professional:hover {
  transform: scale(1.12) translateY(-20px);
}

/* Standard Package */
.card.border-starter {
  border: 2px solid #7480ff;
  transform: scale(1.08);
  z-index: 3;
}

.card.border-starter::before {
  opacity: 1;
  background: linear-gradient(90deg, #7480ff, #5a67d8, #7480ff);
  animation: professionalGlow 2s ease-in-out infinite alternate;
}

/* Enterprise Package */
.card.border-enterprise {
  border: 2px solid #7480ff;
  transform: scale(1.08);
  z-index: 3;
}

.card.border-enterprise::before {
  opacity: 1;
  background: linear-gradient(90deg, #7480ff, #5a67d8, #7480ff);
  animation: professionalGlow 2s ease-in-out infinite alternate;
}

.card.border-enterprise:hover {
  opacity: 1;
  animation: professionalGlow 2s ease-in-out infinite alternate;
}

/* Card Body Enhancements */
.pricing-card .card-body {
  padding: 2.5rem 2rem;
  position: relative;
  z-index: 2;
}

/* Plan Name Styling */
.pricing-card .card-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #2d3748, #4a5568);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.card.border-professional .card-title {
  background: linear-gradient(135deg, #7480ff, #5a67d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Pricing Display Enhancements */
.product__price--show {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: #d70018;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 4px rgba(215, 0, 24, 0.2);
}

.card.border-professional .product__price--show {
  background: linear-gradient(135deg, #d70018, #e53e3e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /*animation: priceGlow 2s ease-in-out infinite alternate;*/
}

.product__price--through {
  font-size: 1.5rem;
  color: #7480ff;
  text-decoration: line-through;
  opacity: 0.7;
  margin-bottom: 2rem;
}

.price {
  font-size: 1.5rem;
}

#pricing .item-pricing {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  white-space: nowrap;
}

#pricing .item-pricing i {
  flex-shrink: 0;
  margin-top: 5px;
}

#pricing .description {
  white-space: normal;
  word-break: break-word;
  font-size: 15px;
  line-height: 25px;
}

.price-item-option {
  display: flex;
  justify-content: center;
}

.price-item-option span {
  color: #FFF;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0px 0px 8px 8px;
  background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
}

#pricing .space-y-3 {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

#pricing .space-y-3 .items-center:not(first-child) {
  margin-top: 10px;
  margin-bottom: 10px;
}

#pricing ul {
  padding-left: 0;
}

/* Pricing Button Styles */
#pricing .card-body .button-enterprise {
  background: #7480ff;
  border: none;
  color: #fff;
}

#pricing .card-body .button-professional {
  background: #7480ff;
  border: none;
  color: #fff;
}

#pricing .card-body .button-starter {
  background: #7480ff;
  border: none;
  color: #fff;
}

.text-enterprise {
  color: #7480ff;
}

/* Border Hover Effects */
.border-starter:hover {
  border: 1px solid #7480ff;
}

.border-professional:hover {
  border: 1px solid #7480ff;
}

.border-enterprise:hover {
  border: 1px solid #7480ff;
}

/* Pricing Display */
.product__price--show {
  color: #d70018;
  display: inline-block;
  font-size: 34px;
}

.product__price--through {
  color: #1b74e4;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: line-through;
}

/* ========================================
   9. PRICING TABLE SECTION
======================================== */

/* Enhanced Pricing Table */
#pricing .tab-content-enhance.tg_enhance {
  display: inherit;
  animation: tgUp 0.3s;
}

#pricing .tab-content-enhance {
  display: none;
  position: relative;
  z-index: 9;
}

.table_enhance_experience {
  background: #fff;
  border-radius: 14px;
  margin: 53px 0px 0px 0px;
  padding: 25px 16px;
}

.table_enhance_experience table {
  width: 100%;
}

.table_enhance_experience table tr td:nth-child(1) {
  width: 14%;
}

.table_enhance_experience table tr td {
  width: 14%;
}

.mira_Professional_td {
  padding: 20px 10px;
  width: 100%;
}

.price_table_enhance tr td strong {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #191919;
  display: flex;
  justify-content: center;
  margin: 0px 0px 8px 0px;
}

.table_enhance_experience_tablink {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.table_tab_experience_click p {
  font-size: 16px;
  line-height: 110%;
  font-weight: 600;
  margin: 0px;
  padding: 16px 70px 14px 56px;
  background: #F1EEFF;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}

.table_tab_experience_click p:before {
  position: absolute;
  content: "";
  background: url(./assets/images/arrow_down_icon_ver2.png) no-repeat;
  width: 30px;
  height: 30px;
  top: 9px;
  left: 15px;
}

.table_tab_experience.tg_current .table_tab_experience_click p:before {
  background: url(./assets/images/arrow_down_icon.png) no-repeat;
  top: 8px;
}

.table_enhance_experience_tablink table tr td:first-child {
  text-align: left;
}

.table_enhance_experience_tablink table tr td {
  text-align: center;
  padding: 15px 24px 15px 24px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #191919;
}

.table_tab_experience_show tr {
  border-bottom: 1px solid #EBE0FF;
}

.table_tab_experience_show tr td.label-children {
  padding-left: 70px;
}

/* ========================================
   10. PERFORMANCE METRICS
======================================== */
.technology {
    padding: 80px 0 100px;
    background: url(./assets/images/bg-banner-performance.webp) no-repeat center center;
    background-size: cover;
}
.technology .common-title {
    color: #FFFFFF;
}
h2.common-title {
    font-size: 40px;
}
.text-uppercase {
    text-transform: uppercase;
}
.nowrap {
    white-space: nowrap;
}
.technology-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 60px;
}
.technology-item {
    background-color: #FFFFFF;
    padding: 32px;
    border-radius: 16px;
}
.technology-item .box-number {
  color: #ce2f33;
  font-size: 28px;
  font-weight: bold;
}
.technology-icon {
   margin-bottom: 8px;
    width: 3rem;
    height: 3rem;
    background: #d8ebfe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #667eea;
}
.technology-title {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: bold;
}
.color-head {
    color: #000;
}
.technology .cta-button {
    justify-content: center;
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 16px;
}
a.bg-btn {
    border: 1px solid #1b74e4;
    background-color: #1b74e4;
    color: #FFFFFF;
    border-radius: 50px;
    padding: 12px 32px;
    font-weight: bold;
}
a.bg-btn:hover {
  color: #FFFFFF;
}
a.border-btn {
    border: 1px solid #1b74e4;
    background-color: #FFFFFF;
    color: #1b74e4;
    border-radius: 50px;
    padding: 12px 32px;
    font-weight: bold;
}
a.border-btn:hover {
  color: #1b74e4;
}
.cta-button a {
    display: inline-block;
}
.cta-button a:hover {
  text-decoration: none;
}
.cta-button button.box-chat-with-igo {
  color: #fff;
  border-radius: 50px;
  padding: 12px 32px;
  font-weight: bold;
  background: linear-gradient(216deg, #5577fe 19.08%, #274ff2 90.5%);
  box-shadow: 0px 0px 4px 0px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1)), 0px 0px 8px 2px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1));
}
.cta-button button.box-chat-with-igo:hover {
  opacity: 0.85;
}

/* ========================================
   11. CASE STUDY SECTION
======================================== */

.case-study-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid #0066cc;
  border-radius: 1rem;
  padding: 2rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 1px .5px hsla(0, 0%, 100%, .251), inset 2px 2px 10px 0 hsla(0, 0%, 100%, .502), inset -2px -2px 4px 0 hsla(0, 0%, 100%, .502);
}

.case-study-card:hover {
  transform: translateY(-5px);
  border-color: var(--accent-cyan);
  box-shadow: 0 15px 30px rgba(0, 230, 195, 0.2);
}

.case-study-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-cyan), var(--accent-purple));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.case-study-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

/* ========================================
   12. IMAGE HOVER EFFECTS
======================================== */

/* Base Image Styles */
img {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Beautiful Image Hover Effects */
.image-hover-effect {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.image-hover-effect::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(116, 128, 255, 0.2), rgba(0, 230, 195, 0.2));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.image-hover-effect:hover::before {
  opacity: 1;
}

.image-hover-effect:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.25),
    0 0 30px rgba(116, 128, 255, 0.3);
}

.image-hover-effect img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.image-hover-effect:hover img {
  transform: scale(1.1);
}

/* CloudBot Icon Effects */
.cloudbot-icon {
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.cloudbot-icon:hover {
  transform: scale(1.15) rotate(5deg);
  filter: 
    drop-shadow(0 8px 16px rgba(116, 128, 255, 0.3))
    brightness(1.1)
    contrast(1.1);
}

/* Floating Cloud Animation */
.cloudbot-float {
  animation: cloudFloat 4s ease-in-out infinite;
}

/* CloudBot Replaced Image Effects */
.cloudbot-replaced-image {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.cloudbot-replaced-image:hover,
.cloudbot-replaced-image.cloudbot-hover {
  transform: scale(1.15) rotate(5deg);
  filter: 
    drop-shadow(0 8px 16px rgba(116, 128, 255, 0.3))
    brightness(1.1)
    contrast(1.1);
}

/* Image Enhancement Class */
.image-enhance {
  transition: all 0.3s ease;
}

.image-enhance:hover {
  filter: brightness(1.05) contrast(1.05);
  transform: scale(1.02);
}

@keyframes cloudFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(2deg);
  }
  50% {
    transform: translateY(-5px) rotate(0deg);
  }
  75% {
    transform: translateY(-15px) rotate(-2deg);
  }
}

/* Logo and Brand Image Effects */
.logo-hover {
  transition: all 0.3s ease;
  filter: brightness(1);
}

.logo-hover:hover {
  filter: brightness(1.1) contrast(1.1);
  transform: scale(1.05);
}

/* Feature Icons */
.feature-icon img,
.industry-icon img {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.feature-card:hover .feature-icon img,
.industry-card:hover .industry-icon img {
  transform: scale(1.2) rotate(10deg);
  filter: brightness(1.2);
}

/* Customer Logo Effects */
.customer-logo img {
  transition: all 0.3s ease;
  filter: grayscale(0.5) opacity(0.8);
}

.customer-logo:hover img {
  filter: grayscale(0) opacity(1);
  transform: scale(1.1);
}

/* Image Zoom Effect */
.image-zoom {
  overflow: hidden;
  border-radius: 8px;
}

.image-zoom img {
  transition: transform 0.5s ease;
}

.image-zoom:hover img {
  transform: scale(1.2);
}

/* Glow Effect for Special Images */
.image-glow {
  position: relative;
}

.image-glow::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #7480ff, #00e6c3, #ff52d9, #7480ff);
  background-size: 400% 400%;
  border-radius: inherit;
  opacity: 0;
  z-index: -1;
  animation: glowRotate 3s ease-in-out infinite;
  transition: opacity 0.3s ease;
}

.image-glow:hover::after {
  opacity: 0.7;
}

@keyframes glowRotate {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Parallax Image Effect */
.parallax-image {
  transition: transform 0.1s ease-out;
}

/* Image Reflection Effect */
.image-reflection {
  position: relative;
}

.image-reflection::after {
  content: '';
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  height: 100%;
  background: inherit;
  opacity: 0.3;
  transform: scaleY(-1);
  mask: linear-gradient(to bottom, transparent 0%, black 50%);
  -webkit-mask: linear-gradient(to bottom, transparent 0%, black 50%);
}

/* ========================================
   13. AI AGENT ANIMATION
======================================== */

.ai-agent-animation {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.ai-brain {
  width: 120px;
  height: 120px;
  background: var(--cloudbot-blue);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
  box-shadow: 0 0 30px rgba(0, 102, 204, 0.3);
}

.ai-brain::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  opacity: 0.9;
}

.ai-brain::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  z-index: 1;
  background-image: url(./assets/images/icon-chatbot-cloudgo.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 85px;
  height: 85px;
}

.ai-connections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ai-connections::before,
.ai-connections::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, var(--cloudbot-light-blue), var(--cloudbot-blue));
  border-radius: 50%;
  animation: orbit 4s linear infinite;
}

.ai-connections::before {
  top: 20px;
  left: 20px;
  animation-delay: 0s;
}

.ai-connections::after {
  bottom: 20px;
  right: 20px;
  animation-delay: 2s;
}

.ai-data-flow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border: 2px dashed var(--cloudbot-blue);
  border-radius: 50%;
  animation: rotate 8s linear infinite;
  opacity: 0.3;
}

/* ========================================
   13. DEMO SECTION
======================================== */

.demo-chat {
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.chat-container {
  max-height: 400px;
  display: flex;
  align-items: stretch;
  position: relative;
}

.chat-container .box-left {
  flex: 1;
}

.chat-container .box-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  position: relative;
  min-height: 140px;
}

.chat-container .box-right .devvn_toolbar {
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
}

.chat-container .box-right .devvn_toolbar ul li {
  border: none;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
}

.chat-messages {
  background: #f8f9fa;
}

.bot-message {
  background: #e9ecef;
  border-radius: 15px 15px 15px 5px;
  max-width: 80%;
}

.user-message {
  background: var(--cloudbot-blue);
  color: white;
  border-radius: 15px 15px 5px 15px;
  max-width: 80%;
  margin-left: auto;
}

.chat-message {
  max-width: 80%;
  margin-bottom: 1rem;
  animation: messageSlide 0.3s ease-out;
}

.chat-message.user {
  margin-left: auto;
  background: linear-gradient(135deg, var(--neon-primary), #0099cc);
  color: white;
}

.chat-message.bot {
  margin-right: auto;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 212, 255, 0.3);
}

/* Typing Indicator */
.typing-indicator {
  display: flex;
  align-items: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  margin-bottom: 1rem;
  max-width: 80px;
}

.typing-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--neon-primary);
  margin: 0 2px;
  animation: typing 1.4s infinite ease-in-out;
}

.typing-dot:nth-child(1) { animation-delay: 0s; }
.typing-dot:nth-child(2) { animation-delay: 0.2s; }
.typing-dot:nth-child(3) { animation-delay: 0.4s; }

/* ========================================
   14. NEON EFFECTS
======================================== */

/* Neon Text Effects */
.neon-text {
  animation: neon-flicker 2s ease-in-out infinite alternate;
}

/* Neon Glow Effects */
.neon-glow {
  /* Placeholder for future neon glow effects */
}

/* Neon Buttons */
.neon-button {
  position: relative;
  overflow: hidden;
  background: linear-gradient(45deg, transparent, rgba(0, 212, 255, 0.1), transparent);
  border: 1px solid var(--neon-primary);
  box-shadow: 
    0 0 10px rgba(0, 212, 255, 0.3),
    inset 0 0 10px rgba(0, 212, 255, 0.1);
  transition: all 0.3s ease;
}

.neon-button:hover {
  box-shadow: 
    0 0 20px rgba(0, 212, 255, 0.6),
    0 0 40px rgba(0, 212, 255, 0.4),
    inset 0 0 20px rgba(0, 212, 255, 0.2);
  transform: translateY(-2px);
}

.neon-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.neon-button:hover::before {
  left: 100%;
}

/* Hover Neon Effects */
.hover-neon {
  transition: all 0.3s ease;
  position: relative;
}

.hover-neon:hover {
  color: var(--neon-primary);
  text-shadow: 0 0 10px currentColor, 0 0 20px currentColor;
  transform: translateY(-1px);
}

/* ========================================
   15. CONTACT SECTION
======================================== */

#contact {
  background-image: url(./assets/images/bg-banner-contact-2.webp);
  background-size: cover;
}

.contact-form .form-control {
  border: 1px solid var(--cloudbot-blue);
  border-radius: 15px;
  padding: 12px 16px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: var(--cloudbot-blue);
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.25);
}

.contact-form label {
  color: #495057;
  font-weight: 600;
  margin-bottom: 8px;
}

#contact .block-bg iframe {
  height: 100%;
}

.block-bg img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* Form Enhancements */
.form-control input:focus,
.form-control textarea:focus {
  border-color: var(--neon-primary);
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.3);
}

#contact .block-content {
  padding: 20px;
  height: min-content;
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 20px;
  transition: transform 0.3s ease;
}

#contact .title-form-ai-bonus {
    color: #0569FF;
    font-size: 28px;
    text-align: center;
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-weight: bold;
}

#contact .des-form-ai-bonus {
    text-align: center;
    color: #0569FF;
    font-size: 18px;
    font-weight: 500;
}

#contact .addons-content {
  margin-bottom: 20px;
}

#contact .btn-send-mess {
  color: #fff;
  font-size: 16px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  padding: 14px 32px;
  border-radius: 100px;
  border: 1.5px solid #186bf1;
  background: linear-gradient(216deg, #5577fe 19.08%, #274ff2 90.5%);
  box-shadow: 0px 0px 4px 0px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1)), 0px 0px 8px 2px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1));
}

#contact .btn-send-mess:hover {
  opacity: 0.85;
}

/* ========================================
   16. FOOTER SECTION
======================================== */

.footer {
  position: relative;
}

.footer a {
  color: #adb5bd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: var(--cloudbot-blue);
  text-decoration: none;
}

.footer-title {
  color: var(--cloudbot-blue);
}

.footer-logo img {
  width: 100%;
  height: 100%;
}

.footer-info .item {
  display: flex;
  gap: 10px;
}

.ladi-section-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.ladi-overlay {
  background-color: rgba(1, 75, 173, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.ladi-section-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================================
   17. CUSTOMER LOGOS
======================================== */

.customer-logo {
  transition: all 0.3s ease;
}

.customer-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

/* ========================================
   18. FAQ SECTION
======================================== */

.h3_faq-area {
  background: #F2F8FD;
}

.h3_section-title {
  color: #1b2a52;
  line-height: 1.1;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1.92px;
}

.h3_faq-content .accordion-item {
  overflow: hidden;
  border: none;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0px 6px 20px 0px rgba(121, 133, 165, 0.16);
  margin-bottom: 20px;
}

.h3_faq-content .accordion-item:hover {
  border: 1px solid #2777fc;
}

.accordion-item {
  color: #212529;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.h3_faq-content .accordion-button {
  position: relative;
  cursor: pointer;
  box-shadow: none;
  border: none;
  background: #fff;
  border-radius: 0 !important;
  border: 0;
  color: #1B2A52;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.6px;
  padding: 29px 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.h3_faq-content .accordion-button:focus {
  outline: none;
}

.h3_faq-content .accordion-body {
  padding: 0 20px 20px;
  background: #fff;
}

.h3_faq-content .accordion-body p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}

.grid-faq {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0 40px;
  display: grid;
}

.question-faq {
  text-align: left;
  line-height: 25px;
  padding-left: 0;
}

.h3_section-area {
  margin-bottom: 20px;
}

/* ========================================
   19. AI FEATURE SECTION
======================================== */

/* AI Features Section */
.ai-feature-section {
  background: var(--cloudbot-blue);
  position: relative;
  overflow: hidden;
}

.ai-feature-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(0, 230, 195, 0.15) 0%, transparent 60%),
    radial-gradient(circle at 80% 70%, rgba(255, 82, 217, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.ai-feature-section .zoom-in-chat-ai {
  font-size: 40px;
}

/* AI Solutions Grid */
.ai-solutions-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

/* CloudBot Solution Items */
.cloudbot-solution-item {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.cloudbot-solution-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.cloudbot-solution-item:hover::before {
  opacity: 1;
}

.cloudbot-solution-item.solution-hover-active {
  transform: scale(1.02) translateY(-5px);
  box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(116, 128, 255, 0.3);
  z-index: 10;
}

.cloudbot-solution-item.solution-dimmed {
  opacity: 0.7;
  transform: scale(0.98);
}

/* Solution Item Header Enhancements */
.cloudbot-solution-item .section-header {
  transition: all 0.3s ease;
}

.cloudbot-solution-item:hover .section-header img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

/* Solution Item Grid Enhancements */
.cloudbot-solution-item .grid {
  transition: all 0.3s ease;
}

.cloudbot-solution-item .hover-liquid-glass {
  transition: all 0.3s ease;
  border-radius: 12px;
}

.cloudbot-solution-item .hover-liquid-glass:hover {
  background: rgba(255, 255, 255, 0.95) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Icon Container Enhancements */
.cloudbot-solution-item .liquid-glass {
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cloudbot-solution-item .hover-liquid-glass:hover .liquid-glass {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Individual Icon Effects */
.cloudbot-solution-item .liquid-glass img {
  transition: all 0.3s ease;
  filter: brightness(1);
}

.cloudbot-solution-item .hover-liquid-glass:hover .liquid-glass img {
  filter: brightness(1.2) contrast(1.1);
  transform: scale(1.1);
}

/* Text Enhancements */
.cloudbot-solution-item h4 {
  transition: all 0.3s ease;
}

.cloudbot-solution-item .hover-liquid-glass:hover h4 {
  color: var(--cloudbot-blue) !important;
  font-weight: 600;
}

/* Background Color Variations */
.cloudbot-solution-item .bg-green-600,
.cloudbot-solution-item .bg-green-700 {
  background: linear-gradient(135deg, #16a085, #2ecc71) !important;
}

.cloudbot-solution-item .bg-orange-700 {
  background: linear-gradient(135deg, #e67e22, #f39c12) !important;
}

.cloudbot-solution-item .bg-purple-700 {
  background: linear-gradient(135deg, #8e44ad, #9b59b6) !important;
}

.cloudbot-solution-item .bg-pink-500 {
  background: linear-gradient(135deg, #e91e63, #f06292) !important;
}

.cloudbot-solution-item .bg-blue-500 {
  background: linear-gradient(135deg, #3498db, #5dade2) !important;
}

.cloudbot-solution-item .bg-yellow-500 {
  background: linear-gradient(135deg, #f1c40f, #f7dc6f) !important;
}

.cloudbot-solution-item .bg-red-500 {
  background: linear-gradient(135deg, #e74c3c, #ec7063) !important;
}

/* Loading Animation for Images */
.cloudbot-solution-item img {
  transition: all 0.3s ease;
  opacity: 0;
  animation: imageLoad 0.6s ease forwards;
}

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

/* Responsive Improvements */
@media (max-width: 768px) {
  .ai-solutions-grid {
    gap: 1rem;
  }
  
  .cloudbot-solution-item {
    margin: 0 -0.5rem;
  }
  
  .cloudbot-solution-item .section-header {
    padding: 1rem !important;
  }
  
  .cloudbot-solution-item .w-[372px] {
    width: 100% !important;
  }
}

.ai-feature-section {
  background: var(--cloudbot-blue);
}

.liquid-section {
  border-radius: 32px;
  backdrop-filter: blur(24px);
  background: hsla(0, 0%, 100%, .102);
  border: 1px solid;
  border-image-source: linear-gradient(225deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .1) 65.87%, hsla(0, 0%, 100%, .2));
  box-shadow: inset 0 0 22px 0 hsla(0, 0%, 95%, .502), inset 2px 2px 10px 0 hsla(0, 0%, 100%, .502), inset -12px -12px 20px -23px #b3b3b3, inset 14px 16px 20px -23px hsla(0, 0%, 100%, .502);
}

.liquid-glass {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: inset 0 0 1px .5px hsla(0, 0%, 100%, .251), inset 2px 2px 10px 0 hsla(0, 0%, 100%, .502), inset -2px -2px 4px 0 hsla(0, 0%, 100%, .502);
}

.hover-liquid-glass:hover {
  background-color: #fff;
  backdrop-filter: blur(20px);
  box-shadow: inset 0 0 1px .5px hsla(0, 0%, 100%, .251), inset 2px 2px 10px 0 hsla(0, 0%, 100%, .502), inset -2px -2px 4px 0 hsla(0, 0%, 100%, .502);
}

/* ========================================
   20. CTA SECTION
======================================== */

.cta-section-ready {
  background: #f2f4ff;
  padding-top: 10px;
}

.cta-section-ready .wrap-ready {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.cta-section-ready .title-right-wrap-ready {
  font-size: 36px;
  text-align: center;
  font-family: Inter Bold, Arial, sans-serif;
  font-weight: bold;
}
.cta-section-ready .title-right-wrap-ready .color-end {
  font-size: 27px;
}
.cta-section-ready .cls-button {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 16px;
}
.cta-section-ready a.btn-trial {
    font-family: Inter Bold, Arial, sans-serif;
    padding: 14px 30px;
    border-radius: 50px;
    background: linear-gradient(176.25deg, #FF685B -11.14%, #FF4A1C 117.53%);
    box-shadow: 0px 0px 4px 0px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1)), 0px 0px 8px 2px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1));
    color: #fff;
    font-size: 14px;
}
.cta-section-ready a.btn-call {
  font-family: Inter Bold, Arial, sans-serif;
  padding: 14px 30px;
  border-radius: 50px;
  background: linear-gradient(216deg, #5577fe 19.08%, #274ff2 90.5%);
  box-shadow: 0px 0px 4px 0px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1)), 0px 0px 8px 2px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1));
  color: #fff;
}
.cta-section-ready .addons-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px;
  align-items: start;
}
.cta-section-ready .color-end {
  color: #3A5FF6;
}
.cta-section-ready .cls-button a:hover {
  opacity: 0.85;
  text-decoration: none;
}

/* ========================================
   21. NAVIGATION PILLS
======================================== */

.nav-pills .nav-link {
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin: 0 5px;
}

body .nav-pills .nav-link.active {
  background-color: var(--cloudbot-blue);
  border: none;
  color: #fff !important;
}

.nav-pills .nav-link:not(.active) {
  background-color: transparent;
  border: 2px solid var(--cloudbot-blue);
  color: var(--cloudbot-blue);
}

.nav-pills .nav-link.bg-info:not(.active) {
  border: 2px solid #17a2b8;
}

.nav-pills .nav-link.bg-warning:not(.active) {
  border: 2px solid #ffc107;
}

.demo-tabs .nav-pills .nav-link.bg-info:not(.active):hover {
  background-color: #17a2b8;
}

.demo-tabs .nav-pills .nav-link.bg-warning:not(.active):hover {
  background-color: #ffc107;
}

.demo-tabs .nav-pills .nav-link:not(.active):hover {
  background-color: var(--cloudbot-blue);
  color: white !important;
}
.demo-tabs .demo-features ul li {
  font-family: Montserrat SemiBold, Arial, sans-serif;
  color: #0065ff;
  display: block;
  padding: 8px 24px;
  border: 1px solid #0065ff;
  border-radius: 6px;
  width: fit-content;
  margin: 16px 0;
}
.demo-tabs .demo-features .text-color-customizer {
  color: #0065ff;
}

/* ========================================
   22. SECTION HEADERS
======================================== */

.section-title {
  position: relative;
  display: inline-block;
  color: #003366;
}

.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--neon-primary), transparent);
  margin: 4rem 0;
}

/* ========================================
   23. BACK TO TOP BUTTON
======================================== */

#back-to-top {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 1;
  transition: all 0.3s ease;
  bottom: 90px;
  right: 22px;
  display: none;
  z-index: 1000;
}

#back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 102, 204, 0.3);
}

#back-to-top.show {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   24. FLOATING ELEMENTS
======================================== */

.floating-element {
  position: absolute;
  animation: float 6s ease-in-out infinite;
}

.floating-element:nth-child(1) { animation-delay: 0s; }
.floating-element:nth-child(2) { animation-delay: 2s; }
.floating-element:nth-child(3) { animation-delay: 4s; }

/* ========================================
   25. INTERACTIVE ELEMENTS
======================================== */

.interactive-element {
  cursor: pointer;
  transition: all 0.3s ease;
}

.interactive-element:hover {
  transform: scale(1.05);
  filter: brightness(1.2);
}

/* ========================================
   26. DEPARTMENT TABLE
======================================== */

.table th {
  background-color: var(--cloudbot-blue);
  color: white;
  border: none;
  font-weight: 600;
}

.table td {
  border: 1px solid #dee2e6;
  padding: 1rem;
  vertical-align: top;
}

.table tbody tr:hover {
  background-color: rgba(0, 102, 204, 0.05);
}

/* ========================================
   27. CUSTOM UTILITIES
======================================== */

.text-cloudbot-blue {
  color: var(--cloudbot-blue) !important;
}

.text-cloudbot-dark {
  color: var(--cloudbot-dark) !important;
}

.bg-cloudbot-light-blue {
  background-color: var(--cloudbot-light-blue) !important;
}

.section {
  position: relative;
  z-index: 1;
}

/* ========================================
   28. LOADING ANIMATIONS
======================================== */

.loading {
  position: relative;
}

.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid transparent;
  border-top: 2px solid var(--neon-primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* ========================================
   29. SCROLL ANIMATIONS
======================================== */

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-animate {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}

.scroll-animate.animate {
  opacity: 1;
  transform: translateY(0);
}

.animate-fade-in {
  animation: fadeIn 1s ease-out;
}

.animate-slide-up {
  animation: slideUp 1s ease-out;
}

.animate-slide-up.delay-200 {
  animation-delay: 0.2s;
  animation-fill-mode: both;
}

.animate-slide-up.delay-400 {
  animation-delay: 0.4s;
  animation-fill-mode: both;
}

.animate-slide-up.delay-600 {
  animation-delay: 0.6s;
  animation-fill-mode: both;
}

/* ========================================
   30. PARTICLE BACKGROUND
======================================== */

#particles-bg {
  background: 
    radial-gradient(2px 2px at 20px 30px, rgba(0, 212, 255, 0.3), transparent),
    radial-gradient(2px 2px at 40px 70px, rgba(255, 107, 107, 0.3), transparent),
    radial-gradient(1px 1px at 90px 40px, rgba(78, 205, 196, 0.3), transparent),
    radial-gradient(1px 1px at 130px 80px, rgba(0, 212, 255, 0.2), transparent),
    radial-gradient(2px 2px at 160px 30px, rgba(255, 107, 107, 0.2), transparent);
  background-repeat: repeat;
  background-size: 200px 100px;
  animation: particles-float 20s linear infinite;
  opacity: 0.6;
}

/* ========================================
   31. MODAL ENHANCEMENTS
======================================== */

.modal-box {
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid var(--neon-primary);
  box-shadow: var(--neon-glow);
}

/* ========================================
   32. BADGE COMPONENTS
======================================== */

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  height: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: fit-content;
  padding-left: 0.563rem;
  padding-right: 0.563rem;
  border-radius: var(--rounded-badge, 1.9rem);
  border-width: 1px;
  border-color: var(--fallback-b2, oklch(var(--b2) / var(--tw-border-opacity)));
  background-color: var(--fallback-b1, oklch(var(--b1) / var(--tw-bg-opacity)));
  color: var(--fallback-bc, oklch(var(--bc) / var(--tw-text-opacity)));
}

.badge.badge-accent-cyan {
  background-color: var(--accent-cyan);
  color: var(--primary-dark);
  font-weight: 600;
}

.badge.badge-accent-purple {
  background-color: var(--accent-purple);
  color: white;
  font-weight: 600;
}

.badge-lg {
  height: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 0.688rem;
  padding-right: 0.688rem;
}

#pricing .badge-primary {
  background-color: #00e6c3;
  color: #fff;
  border: none;
  font-weight: 600;
}

/* ========================================
   33. AVATAR COMPONENT
======================================== */

.avatar {
  position: relative;
  display: inline-flex;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.avatar.placeholder > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar > div {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

/* ========================================
   34. CUSTOM SCROLLBAR
======================================== */

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--cloudbot-blue);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--cloudbot-dark);
}

/* ========================================
   35. KEYFRAME ANIMATIONS
======================================== */

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

@keyframes orbit {
  0% {
    transform: rotate(0deg) translateX(100px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(100px) rotate(-360deg);
  }
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}

@keyframes counter-glow {
  0%, 100% { text-shadow: 0 0 10px currentColor; }
  50% { text-shadow: 0 0 20px currentColor, 0 0 30px currentColor; }
}

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

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

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

@keyframes typing {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  30% {
    transform: translateY(-10px);
    opacity: 1;
  }
}

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

@keyframes particles-float {
  0% { transform: translateY(0px) translateX(0px); }
  33% { transform: translateY(-20px) translateX(10px); }
  66% { transform: translateY(-10px) translateX(-10px); }
  100% { transform: translateY(0px) translateX(0px); }
}

@keyframes glow-pulse {
  0% {
    box-shadow: 0 0 5px currentColor, 0 0 10px currentColor, 0 0 15px currentColor;
  }
  100% {
    box-shadow: 0 0 10px currentColor, 0 0 20px currentColor, 0 0 30px currentColor, 0 0 40px currentColor;
  }
}

@keyframes tgUp {
  from {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes professionalGlow {
  0% { 
    box-shadow: 0 0 20px rgba(116, 128, 255, 0.3);
  }
  100% { 
    box-shadow: 0 0 40px rgba(116, 128, 255, 0.6);
  }
}

@keyframes priceGlow {
  0% { 
    text-shadow: 0 0 10px rgba(215, 0, 24, 0.5);
  }
  100% { 
    text-shadow: 0 0 20px rgba(215, 0, 24, 0.8);
  }
}

/* ========================================
   36. RESPONSIVE DESIGN
======================================== */

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.2rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .ai-agent-animation {
    width: 200px;
    height: 200px;
  }
  
  .ai-brain {
    width: 80px;
    height: 80px;
  }
  
  .ai-brain::before {
    width: 40px;
    height: 40px;
  }
  
  .ai-brain::after {
    font-size: 20px;
  }
  
  .ai-data-flow {
    width: 140px;
    height: 140px;
  }
  
  .ai-connections::before,
  .ai-connections::after {
    width: 40px;
    height: 40px;
  }
  
  .benefit-number {
    font-size: 3rem;
  }

  .neon-text {
    font-size: 2.5rem;
  }
  
  .feature-card:hover {
    transform: translateY(-5px) scale(1.01);
  }
  
  .floating-element {
    display: none;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  
  .lg\:gap-8 {
    gap: 2rem;
  }
}

@media (min-width: 1025px) and (max-width: 1599px) {
  .price_table_enhance table tr td:first-child {
    padding: 20px 70px;
  }
  
  .table_tab_experience_click p {
    width: 1640px;
    font-size: 16px;
    padding: 15px 50px;
  }
  
  .table_tab_experience_click p:before {
    left: 10px;
  }
}

/* ========================================
   37. ACCESSIBILITY
======================================== */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ========================================
   38. PRINT STYLES
======================================== */

@media print {
  .navbar,
  .footer,
  #back-to-top,
  .cta-section,
  .neon-glow,
  .neon-button,
  .floating-element,
  #particles-bg {
    display: none;
  }
  
  body {
    background: white;
    color: black;
  }
  
  .neon-text {
    color: black;
    text-shadow: none;
  }
}

/* ========================================
   39. UTILITY CLASSES (TAILWIND-LIKE)
======================================== */

/* Layout Utilities */
.py-15 { padding-top: 2rem; padding-bottom: 2rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }

.mx-auto { margin-left: auto; margin-right: auto; }
.mb-16 { margin-bottom: 4rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mr-4 { margin-right: 1rem; }

.w-full { width: 100%; }
.h-32 { height: 8rem; }
.h-full { height: 100%; }

.max-w-3xl { max-width: 48rem; }
.max-w-6xl { max-width: 72rem; }

/* Display Utilities */
.flex { display: flex; }
.grid { display: grid; }
.inline-flex { display: inline-flex; }

.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }

.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-1 { flex: 1 1 0%; }

.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }
.gap-4 { gap: 1rem; }
.gap-3 { gap: 0.75rem; }
.gap-2 { gap: 0.5rem; }
.gap-0\.5 { gap: 0.125rem; }
.gap-y-0 { row-gap: 0; }

/* Grid Utilities */
@media (max-width: 768px) {
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
}
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-rows-2 { grid-template-rows: repeat(2, minmax(0, 1fr)); }

/* Text Utilities */
.text-center { text-align: center; }
.text-left { text-align: left; }

.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-14px { font-size: 14px; }

.font-bold { font-weight: 700; }
.font-medium { font-weight: 500; }

.leading-130 { line-height: 130%; }

.text-black { color: rgb(0 0 0); }
.text-primary { color: var(--fallback-p, oklch(var(--p) / 1)); }
.text-base-content\/80 { color: var(--fallback-bc, oklch(var(--bc) / 0.8)); }

/* Border Utilities */
.rounded-full { border-radius: 9999px; }
.rounded-2xl { border-radius: 1rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-\[32px\] { border-radius: 32px; }

.border { border-width: 1px; }
.border-black\/5 { border-color: rgba(0, 0, 0, 0.05); }

/* Background Utilities */
.bg-gray-100 { background-color: rgb(242 244 244); }
.bg-green-700\/10 { background-color: rgba(1, 169, 21, 0.1); }
.bg-green-600 { background-color: rgb(42 183 56); }
.bg-purple-700 { background-color: rgb(151 71 255); }
.bg-orange-700 { background-color: rgb(255 101 0); }
.bg-pink-500 { background-color: rgb(251 138 183); }
.bg-blue-500 { background-color: rgb(59 130 246); }
.bg-yellow-500 { background-color: rgb(234 179 0); }
.bg-red-500 { background-color: rgb(239 68 68); }

.bg-ai-voice-agent {background-color: #86bcdb}
.bg-ai-lead-agent { background-color: #6551b3 }
.bg-ai-sales-agent {background-color: #fbcb23}

.bg-ai-cs-agent { background-color: #8b8b8b }
.bg-ai-work-agent { background-color: #a9706c }

.bg-ai-recruiter-agent { background-color: #f28777 }
.bg-ai-wiki-agent { background-color: #d882ae }
.bg-ai-coatching-agent { background-color: #a996b3 }
.bg-ai-boss-agent { background-color: #b0b0b0 }

.bg-ai-content-agent { background-color: #f28777 }


/* Positioning Utilities */
.relative { position: relative; }
.absolute { position: absolute; }
.inset-0 { inset: 0; }
.-top-4 { top: -1rem; }
.left-1\/2 { left: 50%; }
.z-10 { z-index: 10; }

/* Transform Utilities */
.transform { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.-translate-x-1\/2 { --tw-translate-x: -50%; }

/* Other Utilities */
.overflow-hidden { overflow: hidden; }
.object-cover { object-fit: cover; }

.duration-300 { transition-duration: 0.3s; }
.ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

/* Hover Utilities */
.hover\:bg-white\/80:hover { background-color: #ffffffcc; }

/* Component Specific Utilities */
.w-\[372px\] { width: 372px; }
.w-\[49px\] { width: 49px; }
.w-\[33px\] { width: 33px; }
.h-\[49px\] { height: 49px; }
.h-\[33px\] { height: 33px; }

.chat-widget.position-right .chat-button-group {
  right: var(--ui-alignment-offset-horizontal); /* 20px */
}
.z-\[var\(--z-index-bubblechat\)\] {
  z-index: var(--z-index-bubblechat); /* 99999 */
}
.bottom-\[var\(--ui-alignment-offset-vertical\)\] {
  bottom: var(--ui-alignment-offset-vertical); /* 126 */
}
.fixed {
  position: fixed;
}

/* ========================================
   40. FORM COMPONENTS
======================================== */

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--rounded-box, 1rem);
}

.card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: var(--padding-card, 2rem);
  gap: 0.5rem;
}

.form-control {
  display: flex;
  flex-direction: column;
}

.label {
  display: flex;
  user-select: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.label-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--fallback-bc, oklch(var(--bc) / var(--tw-text-opacity)));
}

.input {
  flex-shrink: 1;
  appearance: none;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  background-color: var(--fallback-b1, oklch(var(--b1) / var(--tw-bg-opacity)));
}

.input-bordered {
  border-color: #000;
  outline: none;
}

.textarea {
  min-height: 3rem;
  flex-shrink: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  background-color: var(--fallback-b1, oklch(var(--b1) / var(--tw-bg-opacity)));
}

.textarea-bordered {
  border-color: var(--fallback-bc, oklch(var(--bc) / 0.2));
}

/* Button Components */
#pricing .btn {
  display: inline-flex;
  height: 3rem;
  min-height: 3rem;
  flex-shrink: 1;
  cursor: pointer;
  user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: var(--rounded-btn, 0.5rem);
  border-color: transparent;
  border-color: oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1em;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration-line: none;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  border-width: var(--border-btn, 1px);
  transition-property: color, background-color, border-color, opacity, box-shadow, transform;
  color: var(--fallback-bc, oklch(var(--bc) / var(--tw-text-opacity)));
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: var(--fallback-bc, oklch(var(--bc) / 1));
  background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
}

.btn-outline.btn-primary {
  color: var(--fallback-p, oklch(var(--p) / var(--tw-text-opacity)));
}

.btn-outline.btn-secondary {
  color: var(--fallback-s, oklch(var(--s) / var(--tw-text-opacity)));
}

/* Space Utilities */
.space-y-8 .card {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

/* Quick Prompt Tag */

.quick-prompt-tag {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 210px;
  cursor: pointer;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--cloudbot-blue);
  background-color: rgb(255 255 255);
  padding: 4px 10px;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -.025em;
  color: var(--cloudbot-blue);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-duration: .1s;

}
.chat-button-group {
  right: 20px;
  bottom: 90px;
  z-index: 10000;
  display: grid;
  gap: 10px;
}
.chat-button {
  width: 50px;
  height: 50px;
}
.space-y-2\.5>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
.items-end {
  align-items: flex-end;
}
.ml-auto {
  margin-left: auto;
}
.duration-300 {
  transition-duration: .3s;
}
.delay-300 {
  transition-delay: .3s;
}
@media (min-width: 640px) {
  .sm\:flex {
      display: flex;
  }
}
.duration-500 {
  transition-duration: .5s;
}
.pr-0\.5 {
  padding-right: 2px;
}
.w-5 {
  width: 20px;
}
.h-5 {
  height: 20px;
}
.w-6 {
  width: 25px;
}
.h-6 {
  height: 25px;
}
.w-3 {
  width: 12px;
}
.bg-gray-500\/60 {
  background-color: #6b728099;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.box-shadow-md {
  box-shadow: 0 5px 20px #0000001a;
}
@media (min-width: 640px) {
  .sm\:w-\[200px\] {
      width: 200px;
  }
}
.duration-1000 {
  transition-duration: 1s;
}
.delay-75 {
  transition-delay: 75ms;
}
.opacity-100 {
  opacity: 1;
}
.pt-3 {
  padding-top: 12px;
}
.pb-1 {
  padding-bottom: 4px;
}
.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.size-6 {
  width: 24px;
  height: 24px;
}
/* .vertical-custom-slide .vertical-move{position:absolute;top:0;left:0;display:inline-flex;width:100%;flex-direction:column} */
.vertical-custom-slide .vertical-move .vertical-slide-item {
  line-height: 150%;
}
.rounded-xl {
  border-radius: .75rem;
}
.cursor-pointer {
  cursor: pointer;
}
.opacity-0 {
  opacity: 0;
}
.vertical-custom-slide {
  overflow: hidden;
  height: 50px; /* Chiều cao 1 item */
  position: relative;
  font-size: 15px;
}

.vertical-slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-in-out;
}

/* Item đang hiển thị */
.vertical-slide-item.active {
  opacity: 1;
  transform: translateY(0);
}

/* Customizer Addons */
.ai-feature-section .book-cal-demo {
  background: #E8F1FE;
  color: #027BED;
  font-weight: bold;
}

/* Demo Bot */
@media (min-width: 1024px) {
  .lg\:order-1 {
      order: 1;
  }
}
@media (min-width: 1024px) {
    .lg\:order-2 {
        order: 2;
    }
}
.order-1 {
    order: 1;
}
.aspect-video {
    aspect-ratio: 16 / 9;
}
.order-2 {
    order: 2;
}
.text-green-500 {
    color: rgb(34 197 94);
}
.bg-green-500 {
    color: rgb(34 197 94);
}
.w-2 {
    width: 0.5rem;
}
.h-2 {
    height: 0.5rem;
}
.h-80 {
    height: 20rem;
}
.overflow-y-auto {
  overflow-y: auto;
}
#demo .icon-bot-demo {
  max-width: 100px;
  max-height: 100px;
}
#demo .card-header {
  background: #007bff;
}
.item-col-quick-prompt-tag.hidden {
  visibility: hidden;
}
.item-col-quick-prompt-tag {
  margin-bottom: 10px;
}
#demo .demo-tabs .nav-item .nav-tabs .nav-link.active:hover {
  color: #fff;
}

/* Header */
.text-cloudbot-blue img {
  width: 200px;
}

/* Box Info Introduce */
.section-info {
  text-align: center;
  background-color: #3a37f2;
  color: #fff;
  padding: 14px 0;
}
.section-info .nowrap {
  padding: 9px;
  color: #fff;
  font-family: GoogleSans Bold, Arial, sans-serif;
  border-radius: 8px;
  font-size: 16px;
  background: linear-gradient(to right, #ff4d2e, #ffbb5b);
}
.section-info .nowrap:hover {
  text-decoration: none;
}

/* Toolbar */
@media (min-width:1px) {
  .devvn_toolbar ul li a#devvn_contact_1 span:after {
  border-right-color:#13990a;
}
.devvn_toolbar ul li a#devvn_contact_1 span {
  color:#ffffff;
  background-color:#13990a;
}
.devvn_toolbar ul li a#devvn_contact_1 > div {
  box-shadow:0 0 0 0 #13990a;
}
}

@media (max-width:0) {
  .devvn_toolbar ul li a#devvn_contact_1 span {
    color:#333;
    background-color:#fff;
  }
  .devvn_toolbar ul li a#devvn_contact_1 {
    background:#fff;
  }
}

@media (min-width:1px) {
  .devvn_toolbar ul li a#devvn_contact_2 span:after {
    border-right-color:#00acd3;
  }
  .devvn_toolbar ul li a#devvn_contact_2 span {
    color:#ffffff;
    background-color:#00acd3;
  }
}

@media (max-width:0) {
  .devvn_toolbar ul li a#devvn_contact_2 span {
    color:#333;
    background-color:#fff;
  }
  .devvn_toolbar ul li a#devvn_contact_2 {
    background:#fff;
  }
}

@media (min-width:1px) {
  .devvn_toolbar ul li a#devvn_contact_3 span:after {
    border-right-color:#0084ff;
  }
  .devvn_toolbar ul li a#devvn_contact_3 span {
    color:#ffffff;
    background-color:#0084ff;
  }
}

@media (max-width:0) {
  .devvn_toolbar ul li a#devvn_contact_3 span {
    color:#333;
    background-color:#fff;
  }
  .devvn_toolbar ul li a#devvn_contact_3 {
    background:#fff;
  }
}

@media (min-width:1px) {
  .devvn_toolbar ul li a#devvn_contact_4 span:after {
    border-right-color:#26d94f;
  }
  .devvn_toolbar ul li a#devvn_contact_4 span {
    color:#ffffff;
    background-color:#26d94f;
  }
}

@media (max-width:0) {
  .devvn_toolbar ul li a#devvn_contact_4 span {
    color:#333;
    background-color:#fff;
  }
  .devvn_toolbar ul li a#devvn_contact_4 {
    background:#fff;
  }
}

.devvn_toolbar {
  position:fixed;
  bottom:10px;
  left:10px;
  z-index:99999999;
}

.devvn_toolbar ul {
  list-style:none;
  margin:0;
  padding:0;
}

.devvn_toolbar ul li {
  padding:0;
  margin:0;
  list-style:none;
}

.devvn_toolbar ul li a {
  display:block;
  position:relative;
}

.devvn_toolbar ul li a > div {
  width:42px;
  height:42px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  margin:0 0 5px;
  position:relative;
  background-position:50% 50%;
  background-size:cover;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

.devvn_toolbar ul li a br {
  display:none;
}

.devvn_toolbar ul li a span {
  font-weight:400;
  color:#333;
  position:absolute;
  top:50%;
  left:calc(100% + 10px);
  left:-webkit-calc(100% + 10px);
  left:-moz-calc(100% + 10px);
  margin-top:-12.5px;
  font-size:14px;
  height:25px;
  line-height:25px;
  padding:0 10px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  white-space:nowrap;
  opacity:0;
  visibility:hidden;
}

.devvn_toolbar ul li a:hover span {
  opacity:1;
  visibility:visible;
}

.devvn_toolbar ul li a span:after {
  right:100%;
  top:50%;
  border:solid transparent;
  content:" ";
  height:0;
  width:0;
  position:absolute;
  pointer-events:none;
  border-color:rgba(136,183,213,0);
  border-right-color:#333;
  border-width:5px;
  margin-top:-5px;
}

.devvn_toolbar ul li a img {
  width:auto;
  height:auto;
  max-width:42px;
  max-height:42px;
  margin:0;
  box-shadow:none;
  border:0;
}

.devvn_contact_quickbuy_li,
.devvn_contact_addtocart_li {
  display:none;
}

.devvn_toolbar ul li a > div {
  background:transparent !important;
}

.devvn_toolbar ul li a.animation_tada > div {
  animation-name:devvn_tada;
  -webkit-animation-name:devvn_tada;
  animation-delay:0s;
  -webkit-animation-delay:0s;
  animation-duration:1.5s;
  -webkit-animation-duration:1.5s;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  cursor:pointer;
  box-shadow:0 0 0 0 #c31d1d;
}

.devvn_toolbar ul li a.animation_zoom > div {
  animation-name:devvn_zoom;
  -webkit-animation-name:devvn_zoom;
  animation-delay:0s;
  -webkit-animation-delay:0s;
  animation-duration:1.5s;
  -webkit-animation-duration:1.5s;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  cursor:pointer;
  box-shadow:0 0 0 0 #c31d1d;
}

@-webkit-keyframes devvn_tada {
  0% {
    -webkit-transform:scale(1);
    transform:scale(1);
  }
  10%,
  20% {
    -webkit-transform:scale(.9) rotate(-3deg);
    transform:scale(.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform:scale(1.1) rotate(3deg);
    transform:scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform:scale(1.1) rotate(-3deg);
    transform:scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform:scale(1) rotate(0);
    transform:scale(1) rotate(0);
  }
}

@keyframes devvn_tada {
  0% {
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
  }
  10%,
  20% {
    -webkit-transform:scale(.9) rotate(-3deg);
    -ms-transform:scale(.9) rotate(-3deg);
    transform:scale(.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform:scale(1.1) rotate(3deg);
    -ms-transform:scale(1.1) rotate(3deg);
    transform:scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform:scale(1.1) rotate(-3deg);
    -ms-transform:scale(1.1) rotate(-3deg);
    transform:scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform:scale(1) rotate(0);
    -ms-transform:scale(1) rotate(0);
    transform:scale(1) rotate(0);
  }
}

@-webkit-keyframes devvn_zoom {
  0% {
    transform:scale(.9);
  }
  70% {
    transform:scale(1);
    box-shadow:0 0 0 15px transparent;
  }
  100% {
    transform:scale(.9);
    box-shadow:0 0 0 0 transparent;
  }
}

@keyframes devvn_zoom {
  0% {
    transform:scale(.9);
  }
  70% {
    transform:scale(1);
    box-shadow:0 0 0 15px transparent;
  }
  100% {
    transform:scale(.9);
    box-shadow:0 0 0 0 transparent;
  }
}

.devvn_toolbar ul li a.animation_swing img {
  animation-name:devvn_swing;
  -webkit-animation-name:devvn_swing;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  animation-duration:1s;
  -webkit-animation-duration:1s;
  -webkit-animation-delay:1s;
  animation-delay:1s;
  animation-timing-function:ease-in;
  -webkit-animation-timing-function:ease-in;
}

@-webkit-keyframes devvn_swing {
  20% {
    -webkit-transform:rotate3d(0,0,1,15deg);
    transform:rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform:rotate3d(0,0,1,-10deg);
    transform:rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform:rotate3d(0,0,1,5deg);
    transform:rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform:rotate3d(0,0,1,-5deg);
    transform:rotate3d(0,0,1,-5deg);
  }
  to {
    -webkit-transform:rotate3d(0,0,1,0deg);
    transform:rotate3d(0,0,1,0deg);
  }
}

@keyframes devvn_swing {
  20% {
    -webkit-transform:rotate3d(0,0,1,15deg);
    transform:rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform:rotate3d(0,0,1,-10deg);
    transform:rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform:rotate3d(0,0,1,5deg);
    transform:rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform:rotate3d(0,0,1,-5deg);
    transform:rotate3d(0,0,1,-5deg);
  }
  to {
    -webkit-transform:rotate3d(0,0,1,0deg);
    transform:rotate3d(0,0,1,0deg);
  }
}

body .devvn_toolbar.devvn_toolbar_right {
  left:auto;
  bottom:10px;
  right:10px;
}

body .devvn_toolbar.devvn_toolbar_right ul li a span {
  right:calc(100% + 10px);
  right:-webkit-calc(100% + 10px);
  right:-moz-calc(100% + 10px);
  left:auto;
}

.devvn_toolbar.devvn_toolbar_right ul li a span:after {
  left:100%;
  right:0;
  transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
}

/* BLOG */
.section-cloudgo-blog {
    padding-top: 90px;
}
.section-cloudgo-blog .blog-section {
    background-color: #ffffff;
    border-radius: 33px;
    box-shadow: 0px 0px 16px 0px rgba(27, 116, 228, 0.5);
    width: 1187px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.section-cloudgo-blog .blog-title {
    font-family: 'Inter', sans-serif;
    font-size: 38px;
    color: #273444;
    margin: 0 0 25px 0;
}
.section-cloudgo-blog .tabs-nav {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;
}
.section-cloudgo-blog .tab-button.active {
    color: #000000;
    font-weight: 700;
}
.section-cloudgo-blog .tab-button {
    background: none;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    color: #676767;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
}
.section-cloudgo-blog .tab-button:focus {
  outline: none;
}
.section-cloudgo-blog .tab-button.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3.2px;
    background-color: #1b74e4;
}
.section-cloudgo-blog .tab-pane.active {
    display: block;
}
.section-cloudgo-blog .tab-pane {
    display: none;
    width: 100%;
}
.section-cloudgo-blog .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}
.section-cloudgo-blog .blog-post-item {
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #d9d9d9;
    border-radius: 24px;
}
.section-cloudgo-blog .post-thumbnail-container {
    position: relative;
    height: 194px;
}
.section-cloudgo-blog .post-thumbnail {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.section-cloudgo-blog .post-category {
    position: absolute;
    top: 178px;
    bottom: unset;
    left: 15px;
    background-color: #1b74e4;
    color: #fff;
    padding: .1rem 1rem;
    border-radius: 4rem;
    font-weight: bold;
    font-size: .95rem;
}
.section-cloudgo-blog .post-category a {
    color: #fff;
}
.section-cloudgo-blog .post-content {
    padding: 15px 20px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-top: 10px;
}
.section-cloudgo-blog .post-meta {
    font-size: 14px;
    color: #6c757d;
    display: flex;
    gap: 15px;
    margin-bottom: 5px;
}
.section-cloudgo-blog .meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.section-cloudgo-blog .post-title {
    font-size: 18px;
    font-weight: 700;
    color: #273444;
    margin: 0 0 5px 0;
    line-height: 1.4;
}
.section-cloudgo-blog .post-title a {
    text-decoration: none;
    color: #273444;
}
.section-cloudgo-blog .tab-pane p {
    text-align: justify;
    font-size: 14px;
    color: #555;
    margin: 0;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -o-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    position: relative;
}
.section-cloudgo-blog .read-more-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1b74e4;
    text-decoration: none;
    margin-top: 25px;
}

/* CTA ADD ONS */
.cta-addons {
    background: url(./assets/images/bg-waste-cta-addons.webp) no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.cta-addons .rbp-wi-title-item {
    color: #FFF;
    font-family: GoogleSans Bold, Arial, sans-serif;
    padding-bottom: 30px;
    font-size: 32px;
    color: #130046;
    text-align: center;
}

.cta-addons .rbp-wi-button-item {
    display: flex;
    justify-content: center;
    text-align: center;
}
.cta-addons .rbp-wi-register-item a {
    background: linear-gradient(90deg, #2cdc9c 0%, #1dc9cb 100%);
}
.cta-addons .rbp-wi-register-item a:hover {
  opacity: 0.85;
}
.cta-addons .button-item a {
    font-size: 18px;
    color: #fff;
    text-align: center;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .08);
    padding: 10px 20px;
    overflow: hidden;
    display: block;
    border-radius: 4px;
}
.cta-addons .button-item a:hover {
  text-decoration: none;
}
.cta-addons .rbp-wi-register-item a {
    background: linear-gradient(90deg, #2cdc9c 0%, #1dc9cb 100%);
}
.cta-addons .rbp-wi-advisory-item {
    margin: 0 15px;
    border: 1px solid #fff;
    border-radius: 4px;
}
.cta-addons .rbp-wi-buy-item a {
    color: #245BA3;
    background: #FFF;
}

/* Bot */
.chat-button-group .inner-close {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

/* Khi hover cả group thì hiện nút close */
.chat-button-group:hover .inner-close {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Thu gọn box-max-prompt */
.box-max-prompt.hidden {
    max-height: 0 !important;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

/* Khi mở */
.box-max-prompt.visible {
    max-height: 9999px;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
}

.chat-reopen {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.chat-reopen.show {
    opacity: 1;
    visibility: visible;
}

.chat-reopen .reopen-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #2563eb; /* xanh lam */
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.chat-reopen .reopen-btn:hover {
    transform: scale(1.1);
}

.chat-reopen svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
}

/* Solution Hero */
.section-cloudgo-solution-hero .solutions-hero-section {
    background: url('assets/images/cloudgo-solution-hero-background.png') no-repeat center top;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.section-cloudgo-solution-hero .content-wrapper {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    gap: 30px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.section-cloudgo-solution-hero .hero-content {
    flex: 1;
    color: #fff;
    padding-right: 30px;
}

.section-cloudgo-solution-hero .hero-content h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
    margin: 40px 0 25px 0;
}

.section-cloudgo-solution-hero .hero-content p {
    font-size: 21px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.section-cloudgo-solution-hero .subscribe-form {
    display: flex;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
    padding: 8px;
    max-width: 570px;
}

.section-cloudgo-solution-hero .subscribe-form input {
    flex-grow: 1;
    border: none;
    background: transparent;
    padding: 10px 20px;
    font-size: 16px;
    outline: none;
}

.section-cloudgo-solution-hero .subscribe-form button {
    background: linear-gradient(to right, #0161f9, #11d3eb);
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.section-cloudgo-solution-hero .stats-image {
    margin-top: 40px;
    z-index: 10;
}

.section-cloudgo-solution-hero .stats-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: -55px;
}

.section-cloudgo-solution-hero .solutions-sidebar {
    flex-basis: 420px;
    background-color: rgba(229, 241, 255, 0.62);
    border-radius: 22px;
    padding: 25px;
    color: #fff;
    height: 100%;
}

.section-cloudgo-solution-hero .solutions-sidebar h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 20px 0;
}

.section-cloudgo-solution-hero .solutions-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-cloudgo-solution-hero .solution-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 16px 0px rgba(27, 116, 228, 0.15);
}

.section-cloudgo-solution-hero .solution-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
}

.section-cloudgo-solution-hero .icon-container {
    background-color: #fff;
    padding: 10px;
    border-right: 1px solid #eee;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.section-cloudgo-solution-hero .icon-container img {
    object-fit: cover;
    width: 30px;
    height: 30px;
    display: block;
}

.section-cloudgo-solution-hero .text-container {
    flex-grow: 1;
}

.section-cloudgo-solution-hero .text-container h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 5px 0;
    background: linear-gradient(188deg, #1B74E4 0%, #49D5FF 91.76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.section-cloudgo-solution-hero .text-container p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #273444;
    margin: 0;
    line-height: 1.25;
}

.section-cloudgo-solution-hero .arrow-icon {
    height: auto;
    margin-left: 10px;
    color: #000000;
}

.section-cloudgo-solution-hero .discover-link {
    display: block;
    text-align: center;
    margin-top: 25px;
    color: #08278b;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
}

.section-cloudgo-solution-hero .bottom-wave {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

.section-cloudgo-solution-hero .bottom-wave img {
    width: 100%;
    display: block;
}

/* Solution Standard */
.solution-crm-standard .product-box {
    background-color: #f4fbff;
    border: 1px solid #529fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.solution-crm-standard .product-box .item-nav-link {
  text-decoration: none;
}
.solution-crm-standard .product-box:hover {
  background-color: #1b74e4;
  color: white;
}
.solution-crm-standard .product-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.solution-crm-standard .product-content .product-icon {
    margin-bottom: 6px;
    border-radius: 50px;
    background: #1b74e4;
    color: #ffff;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solution-crm-standard .product-box:hover .product-icon {
    background: #FFFFFF;
    color: #1b74e4;
}
.solution-crm-standard .product-box:hover p {
    color: white;
}
.solution-crm-standard .product-box p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.solution-crm-standard .badge.popular-badge {
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #cb2134;
  color: white;
  font-size: 15px;
  padding: 10px 10px;
  border-radius: 0 0 0 10px;
  font-weight: bold;
  height: 35px;
}
.solution-crm-standard .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.solution-crm-standard .badge.popular-badge i {
    margin-right: 3px;
}
.solution-crm-standard .product-box:hover h3 {
    color: #fff;
}
.solution-crm-standard .product-box h3 {
    color: #1b74e4;
}
.solution-crm-standard .product-box h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 22px;
}

/* Cloudbot */
.cloudbot-meets-every-department {
  background: #fff;
}
.cloudbot-meets-every-department img {
  width: 100%;
  object-fit: cover;
  padding: 15px;
}

/* Hero Banner */
.hero-section .hero-content {
  padding: 90px 0 0 0;
}

.inner-close button {
  background: #1b74e4;
  color: #fff;
}

.navbar-nav-request .btn-hotline {
  height: 40px;
}

.navbar-nav-request .btn-request-demo {
  height: 40px;
  padding: 8px;
}

body .block-nav-menu-brand {
  padding: 0;
}

/* Tooltip description */
.tooltip-container {
  position: relative;
  display: inline-block;
  margin-left: 6px; /* cách chữ 1 chút */
}

.tooltip-icon {
  background: #f1f1f1;
  border: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
  font-size: 12px;
  color: #333;
  transition: all 0.2s ease;
  display: inline-block;
}

.tooltip-icon:hover {
  background: #007bff;
  color: #fff;
}

.tooltip-box {
  visibility: hidden;
  opacity: 0;
  background: #2e3a48;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 10px;
  position: absolute;
  z-index: 999;
  bottom: 130%; /* hiện phía trên icon */
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.25s ease;
  font-size: 13px;
  line-height: 1.4;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  width: max-content;
  max-width: 240px;
}

.tooltip-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #2e3a48 transparent transparent transparent;
}

/* Hover vào icon thì tooltip hiện */
.tooltip-container:hover .tooltip-box {
  visibility: visible;
  opacity: 1;
}

.table-row-check .text_developing {
  color: red;
}

/* Footer */
.footer-right .company-name {
  font-size: 1.25rem;
}


@media (max-width: 767px) {
  .hero-content .item-highlight,
  .solution-section {
    display: grid !important;
  }
  .grid-rows-2 {
      grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .w-\[372px\] {
    width: 100%;
  }
  .w-\[200px\] {
    width: 100%;
  }
  .w-\[180px\] {
    width: 100%;
  }
  .h3_section-title {
    font-size: 24px;
  }
  .h3_faq-content .accordion-button {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }
  
  .h3_faq-content .accordion-button .question-faq {
    flex: 1;
    white-space: normal;
    line-height: 30px;
  }
  
  .h3_faq-content .accordion-button .icon-faq {
    flex-shrink: 0;
    margin-left: 10px;
  }
  .footer-info {
    margin-top: 25px;
  }
  .technology-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-info .md-container {
    line-height: 32px;
  }
  #ai-feature .section-header {
    padding-bottom: 0 !important;
  }
  #ai-feature .grid-cols-2 {
    padding-top: 0 !important;
  }
  .technology h2.common-title {
    font-size: 34px;
  }
  .cta-section-ready .wrap-ready {
    display: inline-block;
  }
  .chat-button-group-content .box-item-head {
    display: flex;
  }
  .cta-section-ready a.btn-trial {
    padding: 14px 20px;
  }
  .section-cloudgo-blog .blog-section {
    width: 100%;
  }
  #pricing .card.border-professional {
    transform: scale(1);
  }
  .section-cloudgo-blog .blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-cloudgo-blog .tab-button {
    flex: 1;
    text-align: center;
    white-space: nowrap;
    padding: 10px 5px;
  }
  .section-cloudgo-blog .tabs-nav {
    gap: 15px;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
    overflow-x: scroll;
  }
  .section-cloudgo-solution-hero .solutions-hero-section {
    padding-top: 20px;
  }
  .section-cloudgo-solution-hero .content-wrapper {
    display: grid;
  }
  .section-cloudgo-solution-hero .hero-content {
    padding-right: 0;
  }
  .section-cloudgo-solution-hero .hero-content h1 {
    text-align: center;
    margin-top: 0;
  }
  .section-cloudgo-solution-hero .subscribe-form {
    display: grid;
  }
  .section-cloudgo-solution-hero .stats-image {
    margin-bottom: 50px;
  }
  .navbar-collapse {
    padding: 20px;
  }
  .section-info {
    display: none;
  }
  .hero-section .block-text-bottom {
    font-size: 50px;
    display: inline-grid !important;
  }
  .demo-tabs .nav-tabs .nav-item {
    margin-bottom: 10px;
  }
  .demo-features {
    overflow: hidden;
  }
  #pricing .table_tab_experience_show {
    width: 100%;
    overflow-x: auto;
  }
}

/* ========================================
   END OF STYLESHEET
======================================== */
