/*
 * LICENSE: This file is part of the SideQuest Tech theme.
 * Copyright (c) SideQuest Philippines. All rights reserved.
 */
.hero-section,
.pricing-hero {
  min-height: 100vh !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}

.bento-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
  grid-template-columns: 1fr !important;
}

.bento-card,
.bento-card.large,
.bento-card.medium {
  grid-column: auto !important;
  width: 100% !important;
  min-height: auto !important;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  scrollbar-width: none;
}

.table-responsive::-webkit-scrollbar {
  display: none;
}

.pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.pricing-table th:first-child,
.pricing-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #000000;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 150px;
  max-width: 150px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
}

.pricing-table th:first-child {
  z-index: 3;
}

.pricing-table th,
.pricing-table td {
  white-space: nowrap;
  padding: 1rem;
  min-width: 120px;
  text-align: center;
}

.pricing-table td:first-child {
  text-align: left;
  padding-left: 0;
}

.faq-grid {
  grid-template-columns: 1fr;
}

.services-main-title {
  font-size: 3rem;
}

.services-subtitle {
  font-size: 1rem;
}

.bento-link {
  margin-top: 2rem;
}

.custom-solutions-wrapper {
  margin-top: 0 !important;
}

.bento-title {
  line-height: 2rem !important;
}


.pricing-addons-wrapper {
    margin-top: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.addons-list {
    gap: 1rem;
    padding: 0 1rem;
}

.addon-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
    gap: 1rem;
}

.addon-text {
    width: 100%;
}

.addon-title {
    font-size: 1.1rem;
    line-height: 1.4;
}

.addon-subtitle {
    font-size: 0.85rem;
}

.addon-cost {
    margin-left: 0;
    font-size: 1.5rem;
    width: 100%;
    text-align: right; 
}
