/* Hero Section */
#intro h1 {
  color: #0c1e7e;
  font-weight: 700;
  line-height: 1.3;
  font-size: 2.8rem;
}

.subtext {
  max-width: 780px;
  font-size: 1.05rem;
  line-height: 1.7;
}

.demo-btn {
  font-size: 16px;
  font-weight: 600;
  color: #0c1e7e;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 10px 20px;
  border-radius: 50%;
  border: 1px solid #0c1e7e;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* PRODUCT */
/* #product-description a.btn {
  background-color: #0c1e7e;
  border: none;
  transition: all 0.3s ease;
}
#product-description a.btn:hover {
  background-color: #0c1e7e;
  transform: translateY(-2px);
} */

.product-item.active {
  background-color: #f9f8ff;
  box-shadow: 0 0 8px rgba(50, 18, 154, 0.15);
}

/* .product-item.active .arrow-icon {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
} */

@media (max-width: 768px) {
  .product-item.active .arrow-icon {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }
}

/* .product-item {
  transition: all 0.3s ease;
} */

.product-item:hover {
  transform: translateY(-4px);
  background: #f9f8ff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.product-item .icon {
  width: 70px;
  height: 60px;
}

.product-item .icon i {
  font-size: 2.6rem;
}

.product-item .arrow-icon {
  width: 70px;
  height: 60px;
}

.product-item .arrow-icon i {
  font-size: 1.8rem;
}

.product-item:hover .icon {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

/* SOLUTION */
.solution-section {
  transition: all 0.5s ease;
}

.solution-section.hidden {
  display: none;
}

.solution-header {
  text-align: center;
  /* margin-top: 50px; */
}

.solution-header .solution-info {
  max-width: 800px;
  margin: 0;
}

.solution-header h4 {
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5rem;
}

.solution-header p {
  color: #555;
  margin-bottom: 1.5rem;
}

.solution-filter {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.badge {
  font-size: 0.85rem;
  color: #a4a5a8;
  border: 1px solid #c2c4cb;
  transition: all 0rgb (134, 134, 138);
}

.filter-container {
  display: flex;
  width: 81%;
  justify-content: center;
  background: white;
  border-radius: 50px;
  padding: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  gap: 5px;
  margin: 0 auto;
}

.filter-option {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 8px;
}

.filter-option:hover {
  background: rgba(111, 66, 193, 0.05);
}

.filter-option.active {
  background: linear-gradient(45deg, #0c1e7e, #02e2d0);
  color: white;
  box-shadow: 0 4px 10px rgba(111, 66, 193, 0.3);
}

.filter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

@media (max-width: 768px) {
  .solution-filter {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 10px;
  }

  .solution-row {
    margin: -32px;
    padding: 35px 0px;
  }

  .custom-mt {
    margin-top: 24px;
  }

  .solution-header .solution-info .mobile-mt {
    margin-top: 15px !important;
  }

  .filter-option {
    padding: 10px 12px !;
  }

  .custom-gap {
    gap: 18px !important;
  }

  .filter-container {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 8px 10px;
    justify-content: flex-start;
  }

  .filter-container::-webkit-scrollbar {
    display: none;
  }

  .filter-option {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 8px 12px;
  }

  .filter-option span {
    font-weight: 500;
    font-size: 0.83rem;
  }

  .filter-icon i {
    font-size: 14px;
  }

  .filter-icon ion-icon {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
}

/* Solution Sections */
.solution-section {
  background: white;
  margin-bottom: 80px;
  position: relative;
}

@media (max-width: 768px) {
  .solution-section {
    /* margin: 20px; */
  }

  .it-card-top h4 {
    font-size: 16px !important;
  }
  .cta-section h2 {
    font-size: 1.6rem;
  }
  .cta-section p {
    font-size: 1rem;
  }
}
/* 
.solution-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 10px 0 0 10px;
} */

/* Solution Header */
.solution-header {
  display: flex;
  /* align-items: flex-start; */
  justify-content: center;
  margin-bottom: 40px;
  gap: 20px;
}

.solution-icon {
  color: #ffffff;
  background-color: #0c1e7e;
  font-size: 24px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-shrink: 0;
}

.solution-info h3 {
  margin-bottom: 10px;
  color: #212529;
}

.solution-info p {
  color: #6c757d;
  margin: 0;
  max-width: 600px;
}

/*  CUSTOMER SUPPORT - Card Grid */
.solution-sub-heading {
  border-left: 6px solid #32129a;
  border-radius: 16px;
  padding: 35px 25px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.solution-sub-heading:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.solution-sub-heading h5 {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cards {
  background: #fff;
  border-radius: 5%;
  padding: 25px 15px;
  text-align: center;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border: 1px solid #0c1e7e0a;
  transition: all 0.3s ease;
  height: 100%;
}

.cards:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.cards ion-icon {
  font-size: 28px;
  color: #0c1e7e;
  margin-bottom: 10px;
}

.cards h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #212529;
}

.cards p {
  margin-bottom: 0;
}

.custom-card h6 {
  font-size: 0.83rem !important;
  color: #0c1e7e;
}

/* IT SERVICE - Modern Card UI */
.it-service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.it-service-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  cursor: pointer;
  border: 1px solid #0c1e7e0a;
  /* border-left: 0px solid transparent; */
  position: relative;
}

.it-service-card:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 10px 25px rgba(25, 135, 84, 0.15);
  background: linear-gradient(to right, #f8fff9, #ffffff); */
}

/* Icon + Heading same line */
.it-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  padding: 0 30px 0 0px;
}

.it-card-icon {
  font-size: 24px;
  color: #3c64c0;
  flex-shrink: 0;
  transition: all 0.3s ease;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: #0c1e7e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
}

.it-card-top h4 {
  margin: 0;
  color: #212529;
  font-size: 18px;
  font-weight: 600;
}

.it-service-card p {
  color: #6c757d;
  font-size: 0.83rem !important;
  margin-bottom: 15px;
  line-height: 1.5;
}

.it-card-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.it-card-features span {
  background: rgba(184, 202, 194, 0.1);
  color: #45484f;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}

.it-card-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #6c757d;
  font-size: 18px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(-10px);
}

.it-service-card:hover .it-card-arrow {
  opacity: 1;
  transform: translateX(0);
  color: #0c1e7e;
}

/*  BUSINESS - Interactive Dashboard UI */
#module-title {
  font-weight: 600;
}

.module-card.active img {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .module-image {
    max-width: 100%;
    height: 220px;
    /* smaller on mobile */
  }
}

.business-dashboard-modern {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Module Cards */
.module-cards-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

/* Mobile: horizontal scroll row */
@media (max-width: 768px) {
  /* MODULE CARDS */
  .module-cards-container {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }

  .module-cards-container > * {
    flex: 0 0 30%;
    /* reduce width (previously 80%) */
    scroll-snap-align: start;
    height: auto;
  }

  .module-card p {
    display: none;
  }

  .module-card {
    padding: 0px !important;
  }

  .card-indicator {
    display: none;
  }

  .module-overview {
    padding: 0px !important;
    background-color: transparent;
    box-shadow: none !important;
  }

  /* METRICS GRID */
  .metrics-grid {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }

  .metrics-grid > * {
    flex: 0 0 70%;
    scroll-snap-align: start;
    padding: 8px !important;
  }

  /* Adjust text sizing */
  .metric-value {
    font-size: 16px !important;
  }

  .dashboard-content {
    gap: 0px !important;
  }

  .features-section {
    padding: 0px !important;
    background: none !important;
    box-shadow: none !important;
  }
}

.module-card {
  background: white;
  border-radius: 16px;
  padding: 20px 15px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
}

.module-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* .module-card.active {
  border-color: #0C1E7E;
  background: linear-gradient(135deg, #f8fbff, #f0f7ff);
} */

.card-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: rgba(89, 131, 232, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 24px;
  color: #0c1e7e;
  transition: all 0.3s ease;
}

.module-card.active .card-icon {
  background: #0c1e7e;
  color: white;
}

.module-card h5 {
  margin: 0 0 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #212529;
}

.module-card p {
  margin: 0;
  font-size: 12px;
  color: #6c757d;
  line-height: 1.4;
}

.card-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0c1e7e;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.module-card.active .card-indicator {
  transform: scaleX(1);
}

/* Dashboard Content */
.dashboard-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.module-overview {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.overview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.overview-header h3 {
  margin: 0;
  color: #212529;
  font-weight: 600;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.module-overview p {
  color: #6c757d;
  font-size: 0.85rem;
  margin-bottom: 25px;
  line-height: 1.6;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.metric-card {
  text-align: center;
  padding: 20px 15px;
  background: #f8f9fa;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.metric-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.metric-value {
  font-size: 28px;
  font-weight: 700;
  color: #0c1e7e;
  margin-bottom: 5px;
}

.metric-label {
  font-size: 12px;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}

/* Features & Actions */
.features-actions {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.features-actions h4 {
  font-size: 1.3rem;
}

.features-section,
.actions-section {
  background: white;
  border-radius: 20px;
  /* padding: 25px; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.features-section h4,
.actions-section h4 {
  margin: 0 0 20px;
  color: #212529;
  font-weight: 600;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0px 0;
}

.feature-icon {
  color: #0c1e7e;
  /* background-color: #f4f0ff; */
  font-size: 1.1rem;
  flex-shrink: 0;
}

.feature-item span {
  color: #495057;
  font-size: 0.83rem;
}

.actions-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.action-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  font-size: 14px;
  justify-content: center;
}

.action-btn.primary {
  background: #0c1e7e;
  color: white;
}

.action-btn.primary:hover {
  background: #4a75e0;
  transform: translateY(-2px);
}

.action-btn.secondary {
  background: rgba(89, 131, 232, 0.1);
  color: #0c1e7e;
}

.action-btn.secondary:hover {
  background: rgba(89, 131, 232, 0.2);
  transform: translateY(-2px);
}

.action-btn.outline {
  background: transparent;
  color: #495057;
  border: 1px solid #dee2e6;
}

.action-btn.outline:hover {
  border-color: #0c1e7e;
  color: #0c1e7e;
  transform: translateY(-2px);
}

.img-box {
  width: 100%;
  height: 250px;
  /* adjust as needed */
  overflow: hidden;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ensures any image fills the box properly */
}

/* Responsive Design */
@media (max-width: 1200px) {
  .module-cards-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .module-card {
    background: none !important;
    box-shadow: none !important;
  }

  .dashboard-content {
    grid-template-columns: 1fr;
  }

  .module-card:hover {
    transform: translateY(0px) !important;
  }
}

@media (max-width: 768px) {
  .module-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .module-cards-container {
    grid-template-columns: 1fr;
  }

  .overview-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/*  WHATSAPP - Chat UI */
.solution-header {
  margin-bottom: 30px;
}

.icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}

.solution-info h4 {
  font-weight: 700;
  font-size: 28px;
}

.solution-info p {
  font-size: 16px;
  color: #6c757d;
  max-width: 600px;
}

/* Features Section */
/* .features-section {
  padding-right: 30px;
} */

.section-title {
  font-weight: 700;
  color: #212529;
  font-size: 22px;
  position: relative;
  padding-bottom: 10px;
}

.feature-card {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  /* background: white; */
  border-radius: 12px;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); */
  transition: all 0.3s ease;
  cursor: pointer;
  border-left: 4px solid transparent;
}

/* .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-left-color: #25d366;
} */

.feature-icon-wrapper {
  margin-right: 15px;
}

.feature-content h5 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px !important;
  color: #212529;
}

.feature-content p {
  font-size: 0.83rem !important;
  color: #6c757d;
  margin: 0;
}

/* Chat Container */
.chat-container-wrapper {
  display: flex;
  justify-content: center;
}

.chat-container {
  width: 100%;
  max-width: 400px;
}

.chat-window {
  width: 100%;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(37, 211, 102, 0.15);
}

.chat-header {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: white;
  position: relative;
}

.chat-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 20px;
}

.chat-info {
  flex: 1;
}

.chat-info h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.status {
  display: flex;
  align-items: center;
  font-size: 13px;
  opacity: 0.9;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  margin-right: 5px;
}

.chat-actions {
  display: flex;
  gap: 10px;
}

.btn-action {
  background: transparent;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.btn-action:hover {
  opacity: 1;
}

.chat-messages {
  padding: 20px;
  background: #f0f2f5;
  min-height: 250px;
}

.message {
  max-width: 80%;
  margin-bottom: 15px;
}

.message.received {
  align-self: flex-start;
}

.message-content {
  background: white;
  padding: 12px 16px;
  border-radius: 18px;
  border-bottom-left-radius: 5px;
  position: relative;
}

.message-content p {
  margin: 0 0 5px 0;
  font-size: 14px;
}

.message-time {
  font-size: 11px;
  color: #9ca3af;
  text-align: right;
  display: block;
}

.chat-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 20px;
}

.feature-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px;
  background: white;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
}

.feature-option:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background: #25d366;
  color: white;
  border-color: #25d366;
}

.feature-option:hover .feature-icon {
  background: rgba(255, 255, 255, 0.2);
}

.feature-option:hover .feature-icon ion-icon {
  color: white;
}

.feature-option .feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f0f2f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.feature-option .feature-icon ion-icon {
  font-size: 18px;
  color: #25d366;
}

.feature-option span {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}

.feature-details {
  padding: 20px;
  background: white;
  border-top: 1px solid #eee;
}

.detail-content {
  display: none;
}

.detail-content.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

.detail-content h4 {
  margin-bottom: 10px;
  color: #212529;
  font-size: 18px;
  font-weight: 600;
}

.detail-content p {
  color: #6c757d;
  margin: 0 0 15px 0;
  font-size: 14px;
}

.btn-learn-more {
  background: #25d366;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-learn-more:hover {
  background: #128c7e;
  transform: translateY(-2px);
}

.chat-input {
  padding: 15px 20px;
  background: white;
  border-top: 1px solid #eee;
}

.input-wrapper {
  display: flex;
  align-items: center;
  background: #f0f2f5;
  border-radius: 25px;
  padding: 5px 15px;
}

.input-wrapper input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 10px 15px;
  outline: none;
  font-size: 14px;
}

.btn-attach,
.btn-send {
  background: transparent;
  border: none;
  color: #6c757d;
  font-size: 20px;
  cursor: pointer;
  transition: color 0.2s;
}

.btn-send {
  color: #25d366;
}

.btn-attach:hover,
.btn-send:hover {
  color: #128c7e;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeSlideIn 1s ease forwards;
}

@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .features-section {
    padding-right: 0;
    margin-top: 22px !important;
    margin-bottom: 30px;
  }

  .chat-container {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .chat-features {
    grid-template-columns: 1fr;
  }

  .feature-card {
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #0c1e7e0a;
  }

  .features-grid {
    /* gap: 25px; */
  }
}

.biz-dashboard-title {
  text-align: center;
  margin-bottom: 40px;
  color: #2c3e50;
}

.biz-dashboard-title h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.biz-dashboard-title p {
  font-size: 16px;
  color: #7f8c8d;
}

.biz-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.biz-dashboard-card {
  background: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #eaeaea;
  transition: all 0.3s ease;
  /* height: 320px; */
  display: flex;
  flex-direction: column;
}

.biz-dashboard-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.biz-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.biz-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #0c1e7e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #fff;
  font-size: 24px;
}

.biz-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
}

.biz-card-description {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.biz-feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}

.biz-feature-item {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.biz-feature-item ion-icon {
  color: #0c1e7e;
  margin-right: 8px;
  font-size: 16px;
  flex-shrink: 0;
}

.biz-card-stats {
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* margin-top: auto; */
}

.biz-card-stat {
  text-align: center;
  flex: 1;
}

.biz-stat-value {
  font-size: 20px;
  font-weight: 700;
  color: #7f8c8d;
}

.biz-stat-label {
  font-size: 12px;
  color: #7f8c8d;
  margin-top: 3px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .biz-cards-grid {
    grid-template-columns: 1fr;
  }

  .biz-dashboard-card {
    height: auto;
    /* min-height: 300px; */
  }

  .biz-feature-list {
    grid-template-columns: 1fr;
  }

  .biz-card-header {
    flex-direction: column;
    text-align: center;
  }

  .biz-card-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Expand & arrow appear on hover */
.btn-hover-expand:hover {
  padding-right: 42px;
  /* expand from right */
}

.btn-hover-expand i {
  position: absolute;
  right: 20px;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.btn-hover-expand:hover i {
  opacity: 1;
  transform: translateX(0);
}

/* ========== Style Variants ========== */
.btn-filled {
  background: linear-gradient(45deg, #0c1e7e, #02e2d0);
  color: white;
  border: none;
  box-shadow: 0 4px 10px rgba(12, 30, 126, 0.3);
}

.btn-filled:hover {
  box-shadow: 0 6px 14px rgba(12, 30, 126, 0.4);
}

.btn-outline {
  background: transparent;
  border: 1px solid #3d4248;
  color: #3d4248;
}

.btn-outline:hover {
  background: #0c1d7e00;
  color: #3d4248;
  /* box-shadow: 0 6px 14px rgba(12, 30, 126, 0.4); */
}

.simple-animation-btn {
  transition: all 0.3s ease;
  cursor: pointer;
}

.simple-animation-btn:hover {
  transform: scale(1.02);
  color: #0c1e7e !important;
  border: 1px solid #0c1e7e !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {
  #intro h1 {
    font-size: 2rem;
  }

  .badge {
    font-size: 0.75rem;
  }

  .subtext {
    font-size: 0.95rem;
  }

  .demo-btn {
    padding: 1px 20px;
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  #intro h1 {
    font-size: 1.8rem;
  }

  .badge {
    font-size: 0.65rem;
  }

  .subtext {
    font-size: 0.9rem;
  }

  .explore-btn {
    padding: 1px 20px;
    font-size: 0.85rem;
  }

  .demo-btn {
    padding: 1px 20px;
    font-size: 0.83rem;
  }

  .support-img img {
    height: 65vh;
  }

  .view-feature h4 {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  #intro h1 {
    font-size: 1.8rem;
  }

  .badge {
    font-size: 0.65rem;
  }

  .subtext {
    font-size: 0.85rem;
  }

  .explore-btn {
    padding: 1px 20px;
    font-size: 0.85rem;
  }

  .demo-btn {
    padding: 1px 20px;
    font-size: 0.83rem;
  }

  header h2 {
    font-size: 1.7rem;
    text-align: center;
  }

  header p {
    font-size: 0.85rem;
    text-align: center;
  }

  .product-item .icon {
    width: 40px;
    height: 45px;
  }

  .product-item .arrow-icon {
    width: 30px;
  }

  .solution-info h4 {
    font-size: 1.3rem;
  }

  .solution-info p {
    font-size: 0.85rem;
  }
}

@media (max-width: 991.98px) {
  .view-feature h4 {
    padding-right: 0 !important;
  }
  .view-feature {
    flex-direction: column !important;
  }
}

@media (min-width: 992px) {
  .view-feature h4 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
}
