/* POS Submenu Pages Common Styles */

/* Page Header */
.submenu-page-header {
    margin-bottom: 40px;
    /* padding-bottom: 20px;
    border-bottom: 2px solid rgba(0, 212, 255, 0.2); */
    
}

.submenu-page-header h1 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.submenu-page-header .lead {
    font-size: 1rem;
    color: #000;
    font-weight: 500 !important;
}

/* Feature Highlight Box */
.feature-highlight-box {
    background: rgba(0, 212, 255, 0.05);
    border-left: 4px solid #00d4ff;
    padding: 25px;
    border-radius: 8px;
    margin-top: 20px;
}

/* Specification Cards */
.spec-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    transition: all 0.3s ease;
}

.spec-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

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

.spec-list li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    font-size: 0.95rem;
}

.spec-list li:last-child {
    border-bottom: none;
}

.spec-list li strong {
    color: #000;
    font-weight: 600;
    display: inline-block;
    min-width: 140px;
}

/* Use Case Boxes */
.use-case-box {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    transition: all 0.3s ease;
}

.use-case-box:hover {
    border-color: #00d4ff;
    box-shadow: 0 4px 12px rgba(0, 212, 255, 0.2);
}

.use-case-box h5 {
    font-size: 1.1rem;
    margin-bottom: 15px;
}

/* Comparison Table */
.comparison-table {
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}

.comparison-table thead {
    background: linear-gradient(160deg, #006175 0%, #007C67 100%);
}

.comparison-table thead th {
    color: #ffffff;
    padding: 20px;
    font-weight: 600;
    text-align: center;
    border: none;
}

.comparison-table thead th:first-child {
    text-align: left;
}

.comparison-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.comparison-table tbody tr:last-child {
    border-bottom: none;
}

.comparison-table tbody td {
    padding: 18px 20px;
    color: #333;
    text-align: center;
}

.comparison-table tbody td:first-child {
    font-weight: 600;
    color: #000;
    text-align: left;
}

.comparison-table tbody tr:hover {
    background: rgba(0, 212, 255, 0.05);
}

/* Pricing Cards for Submenu Pages */
.pricing-card-submenu {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.pricing-card-submenu:hover {
    border-color: #00d4ff;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 212, 255, 0.2);
}

.pricing-card-submenu.featured {
    border-color: #00d4ff;
    border-width: 3px;
    position: relative;
}

.pricing-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #00d4ff;
    color: #000000;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: bold;
}

.price-amount {
    font-size: 3rem;
    font-weight: bold;
    color: #00d4ff;
    margin: 20px 0;
}

.price-period {
    font-size: 1rem;
    color: #6E7273;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.benefit-item {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    border-color: #00d4ff;
    box-shadow: 0 4px 12px rgba(0, 212, 255, 0.15);
}

.benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

/* Process Steps */
.process-steps {
    position: relative;
    padding: 40px 0;
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
}

.step-number {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(160deg, #006175 0%, #007C67 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 25px;
}

.step-content h4 {
    color: #000;
    margin-bottom: 10px;
}

.step-content p {
    color: #6E7273;
    margin: 0;
}

/* FAQ Section */
.faq-item {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #00d4ff;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #000;
    font-size: 1.1rem;
}

.faq-toggle {
    font-size: 1.5rem;
    color: #00d4ff;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: #6E7273;
    padding-top: 0;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding-top: 15px;
}

/* Image Gallery */
.image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #ffffff;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-caption {
    transform: translateY(0);
}

/* Stats Counter */
.stats-container {
    background: linear-gradient(160deg, #006175 0%, #007C67 100%);
    border-radius: 12px;
    padding: 50px 30px;
    margin: 40px 0;
}

.stat-item {
    text-align: center;
    color: #ffffff;
}

.stat-number {
    font-size: 3rem;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Timeline */
.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #00d4ff;
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    margin-bottom: 50px;
    position: relative;
}

.timeline-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.timeline-content {
    width: 45%;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-left: auto;
}

.timeline-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #00d4ff;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 4px #e0e0e0;
}

/* Video Container */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    margin: 30px 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Testimonial Card */
.testimonial-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 25px;
    position: relative;
}

.testimonial-quote {
    font-size: 3rem;
    color: #00d4ff;
    opacity: 0.3;
    position: absolute;
    top: 20px;
    left: 20px;
}

.testimonial-text {
    font-style: italic;
    color: #333;
    font-size: 1.1rem;
    margin: 40px 0 20px 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info h5 {
    margin: 0;
    color: #000;
    font-size: 1rem;
}

.author-info p {
    margin: 0;
    color: #6E7273;
    font-size: 0.9rem;
}

/* Download Section */
.download-box {
    background: rgba(0, 212, 255, 0.1);
    border: 2px dashed #00d4ff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    margin: 30px 0;
}

.download-icon {
    font-size: 3rem;
    color: #00d4ff;
    margin-bottom: 15px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .submenu-page-header h1 {
        font-size: 2rem;
    }

    .timeline::before {
        left: 30px;
    }

    .timeline-item {
        flex-direction: column !important;
    }

    .timeline-content {
        width: 100%;
        margin-left: 60px !important;
    }

    .timeline-dot {
        left: 30px;
    }
}

@media (max-width: 768px) {
    .spec-list li strong {
        display: block;
        margin-bottom: 5px;
    }

    .comparison-table {
        font-size: 0.85rem;
    }

    .comparison-table thead th,
    .comparison-table tbody td {
        padding: 12px 8px;
    }

    .stat-number {
        font-size: 2rem;
    }

    .price-amount {
        font-size: 2rem;
    }
}
.text-muted {
  color: #202323 !important;
}