/* Custom overrides for the AAGS Pakistan Laravel build (kept separate from the vendored theme's style.css) */

.whatsapp-float {
    position: fixed;
    width: 56px;
    height: 56px;
    bottom: 24px;
    left: 24px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease;
}

.whatsapp-float:hover {
    color: #fff;
    transform: scale(1.08);
}

.product-badge {
    display: inline-block;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    color: #fff;
    background: #18d26e;
}

.product-badge.premium {
    background: #ff9800;
}

.product-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .07);
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.product-card .product-card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-card .product-card-body p {
    flex: 1;
}

.download-count {
    font-size: 13px;
    color: #6c757d;
}

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

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: rgba(255, 255, 255, .7);
}

.footer-links a:hover {
    color: #fff;
}

.page-header-banner {
    background: #0d2438;
    padding: 140px 0 60px;
    text-align: center;
    color: #fff;
}

.page-header-banner h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}

.legal-content h4 {
    margin-top: 25px;
    font-weight: 700;
}

.sitemap-links {
    list-style: none;
    padding: 0;
}

.sitemap-links li {
    margin-bottom: 10px;
}

.sitemap-links a {
    color: #18d26e;
}

.sitemap-links a:hover {
    color: #0d9c4f;
}

.icon-box {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .06);
    height: 100%;
    margin-bottom: 30px;
    transition: transform .2s ease;
}

.icon-box:hover {
    transform: translateY(-6px);
}

.icon-box .icon-box-icon {
    font-size: 42px;
    color: #18d26e;
    margin-bottom: 15px;
}

.icon-box h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.icon-box p {
    color: #6c757d;
    font-size: 15px;
    margin-bottom: 0;
}

.stats-area {
    background: #0d2438;
    padding: 60px 0;
}

.stats-item {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.stats-item .stats-icon {
    font-size: 36px;
    color: #18d26e;
    margin-bottom: 10px;
}

.stats-item .stats-number {
    font-size: 36px;
    font-weight: 700;
    display: block;
}

.stats-item .stats-label {
    font-size: 15px;
    color: rgba(255, 255, 255, .75);
}

.clients-strip {
    padding: 40px 0;
    background: #f6f9fc;
}

.clients-strip img {
    max-height: 60px;
    width: auto;
    margin: 15px auto;
    opacity: .7;
    transition: opacity .2s ease;
    filter: grayscale(100%);
}

.clients-strip img:hover {
    opacity: 1;
    filter: none;
}

.cta-banner {
    background: linear-gradient(135deg, #18d26e, #0d9c4f);
    padding: 60px 0;
    text-align: center;
    color: #fff;
}

.cta-banner h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-banner .btn-cta {
    background: #fff;
    color: #0d2438;
    padding: 12px 32px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
    transition: all .2s ease;
}

.cta-banner .btn-cta:hover {
    background: #0d2438;
    color: #fff;
}
