/* Minor style adjustments for the example */
.navbar-brand img {
    height: 30px;
    /* Adjust as needed */
    margin-right: 10px;
}

/* Store Owner Section Styles */
.store-owner-section {
    background-color: #f8f9fa;
}
 
.store-owner-content h2 {
    color: #2d3748;
    font-weight: 700;
}

.contact-form-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.avatar-group {
    display: flex;
}

.avatar-group img {
    border: 2px solid white;
    margin-left: -8px;
}

.avatar-group img:first-child {
    margin-left: 0;
}

.stars i {
    font-size: 1.1rem;
}

.form-control,
.form-select {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
}

.form-control:focus,
.form-select:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 6px;
}

.btn-dark {
    background-color: #2d3748;
    border-color: #2d3748;
    border-radius: 8px;
    padding: 12px 24px;
}

.btn-dark:hover {
    background-color: #1a202c;
    border-color: #1a202c;
}

.reviews-section .text-muted {
    font-size: 14px;
}

/* ============================================
   PEA SECTION - Z-INDEX LAYERING
   ============================================ */

/* Make the bold heading appear behind the muted text */
.pea-panel.active h4.fw-bold.mb-3 {
    position: relative;
    z-index: 1;
}

.pea-panel.active p.text-muted {
    position: relative;
    z-index: 2;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

@media (max-width: 768px) {
    .store-owner-section .row {
        text-align: center;
    }

    .avatar-group {
        justify-content: center;
        margin-bottom: 1rem;
    }
    
    .reviewer-avatars {
        flex-wrap: wrap;
        justify-content: center;
        overflow: hidden;
    }
    
    .reviewer-avatars .ms-3 {
        margin-left: 0 !important;
        margin-top: 0.5rem;
        text-align: center;
        width: 100%;
    }

    .contact-form-card {
        margin-top: 2rem;
    }

    /* Maintain z-index layering on mobile */
    .pea-panel.active h4.fw-bold.mb-3 {
        z-index: 1;
    }

    .pea-panel.active p.text-muted {
        z-index: 2;
    }
}

/* ============================================
   DOWNLOAD APP SECTION STYLES
   ============================================ */

.download-app-section {
    /* min-height: 300px; */
    display: flex;
    align-items: center;
}

.download-app-section h2 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.download-app-section .lead {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.download-platform-icon {
    transition: transform 0.3s ease;
    filter: brightness(0) invert(1);
}

.download-platform-icon:hover {
    transform: scale(1.1);
}

.download-app-mockup {
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
}

.download-app-laptop {
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
}

/* Download App Images - Proper sizing to prevent overlap */
.download-images-wrapper {
    position: relative;
    overflow: visible;
}

.download-app-laptop {
    max-width: 65%;
    height: auto;
    max-height: 280px;
}

.download-app-phone {
    max-width: 30%;
    height: auto;
    max-height: 220px;
    margin-left: -20px;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
}

/* Large screens - bigger images */
@media (min-width: 1200px) {
    .download-app-laptop {
        max-width: 70%;
        max-height: 350px;
    }
    
    .download-app-phone {
        max-width: 35%;
        max-height: 280px;
        padding-left: 2rem;
    }
}

/* Medium-large screens */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .download-app-laptop {
        max-width: 60%;
        max-height: 250px;
    }
    
    .download-app-phone {
        max-width: 48%;
        max-height: 200px;
        padding-left: 1rem;
    }
}

/* Download App Section - Responsive */
@media (max-width: 991.98px) {
    .download-app-section {
        min-height: auto;
        padding: 0;
    }
    
    .download-app-section h2 {
        font-size: 1.5rem;
    }
    
    .download-app-section .lead {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .download-platform-icon {
        height: 30px !important;
    }
    
    .download-app-mockup {
        max-height: 280px !important;
    }
}

@media (max-width: 767.98px) {
    .download-app-section h2 {
        font-size: 1.25rem;
    }
    
    .download-app-section .lead {
        font-size: 0.8rem;
    }
    
    .download-platform-icon {
        height: 24px !important;
    }
    
    .download-app-mockup {
        max-height: 200px !important;
    }
    
    .download-app-section .gap-3 {
        gap: 0.5rem !important;
    }

     .download-app-phone {
        max-width: 58%;
        max-height: 200px;
        /* padding-left: 1rem; */
    }
}

@media (max-width: 575.98px) {
    .download-app-section h2 {
        font-size: 1.1rem;
    }
    
    .download-app-section .lead {
        font-size: 0.75rem;
    }
    
    .download-platform-icon {
        height: 20px !important;
    }
    
    .download-app-mockup {
        max-height: 200px !important;
    }

     .download-app-phone {
        max-width: 58%;
        max-height: 200px;
        /* padding-left: 1rem; */
    }
}

/* ============================================
   FAQ ACCORDION STYLES - Match About Page
   Chevron icon, gradient underline, smooth transitions
   ============================================ */
.faq-section .accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 8px !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.faq-section .accordion-button {
    background: #fff;
    font-weight: 600;
    color: #333;
    padding: 16px 20px;
    position: relative;
    border-radius: 8px !important;
}

.faq-section .accordion-button:not(.collapsed) {
    background: #fff;
    color: #1287dc;
    box-shadow: none;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

/* Hide default Bootstrap chevron */
.faq-section .accordion-button::after {
    display: none;
}

/* Custom chevron icon */
.faq-section .accordion-button::before {
    content: '\f054'; /* FontAwesome chevron-right */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.9rem;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq-section .accordion-button:not(.collapsed)::before {
    transform: translateY(-50%) rotate(90deg);
    color: #1287dc;
}

/* Gradient underline for active items */
.faq-section .accordion-item:has(.accordion-button:not(.collapsed)) {
    position: relative;
}

.faq-section .accordion-button:not(.collapsed)::after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, #1287dc, #FFC107);
    border-radius: 2px;
}

.faq-section .accordion-body {
    padding: 0 20px 20px;
    color: #666;
}

.faq-section .accordion-collapse {
    transition: height 0.3s ease;
}