.pricing-page {
    padding: 4rem 0;
    background: #f8fafc;
}

.pricing-header {
    text-align: center;
    margin-bottom: 4rem;
}

.pricing-header h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1rem;
}

.pricing-header .subtitle {
    font-size: 1.125rem;
    color: #64748b;
    max-width: 800px;
    margin: 0 auto;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 2rem;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 5 columns for desktop */
    gap: 1.5rem;
}

.pricing-card {
    height: 270px;
    background: white;
    border-radius: 1rem;
    padding: 2rem 1rem;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
}
/**/
.pricing-card-offer{
    grid-column: 2 / span 3;
    margin-top: -161px;
}

.pricing-card.subscription {
    height: 420px;
}

.subscription-ribbon {
    border-radius: 7px 7px 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: -webkit-fill-available;
    background: #2563eb;
    color: white;
    padding: 0.5rem 2rem;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    z-index: 1;
}

.pricing-card-header {
    text-align: center;
    margin-bottom: 2rem;
}

.pricing-card-header h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1rem;
}

.price {
    align-items: baseline;
    gap: 0.25rem;
}

.pricing-card .price .amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2563eb;
}

.pricing-card .price .period {
    color: #64748b;
    font-size: 1rem;
}

.pricing-options {
    margin: 2rem 0;
}

.option {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
}

.option input[type="radio"] {
    margin-right: 0.75rem;
}

.option-text {
    font-weight: 500;
    color: #1e293b;
}

.option-period {
    margin-left: auto;
    color: #64748b;
    font-size: 0.875rem;
}

.savings {
    display: inline-block;
    background: #ecfdf5;
    color: #059669;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.btn-subscribe,
.btn-purchase {
    display: block;
    padding: 0.75rem;
    background: #2563eb;
    color: white;
    border-radius: 0.5rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin: auto;
    width: 90%;
}
.payment-section .btn-subscribe svg,
.payment-section .btn-purchase svg{
   vertical-align: bottom; 
}
.custom-offer {
    background: #2563eb;
    border-radius: 1rem;
    padding: 1.5rem;
    margin: 0 auto 2rem;
    max-width: 1200px;
}

.custom-offer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: white;
    padding: 23px 1rem;
}

.custom-offer-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.custom-offer-content i {
    width: 1.5rem;
    height: 1.5rem;
}

.custom-offer-content h2 {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0;
}

.btn-contact {
    padding: 0.5rem 1rem;
    background: #fee600;
    color: #1e293b;
    border-radius: 0.5rem;
    font-weight: 500;
    text-decoration: none;
}

.pricing-footer-note {
    text-align: center;
    color: #64748b;
    font-size: 0.875rem;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .pricing-list {
        max-width: 800px;
    }


    .pricing-card {
        display: grid;
        grid-column: span 2;
        flex: 0 0 calc(50% - 0.75rem);
        height: 430px;  
    }
    .pricing-card.subscription{
         height: 430px;   
    }
    .pricing-card-header,.pricing-options{
         margin-bottom: 0;
    }
    .pricing-card .savings{
        vertical-align: -161px; 
    }
    .pricing-card.subscription .savings{ 
        vertical-align: 0; 
    }
    .pricing-card-offer{
        margin:0;   
        grid-column: 1 / span 4;
    }
   
}

@media (max-width: 768px) {
    .pricing-list{
         display:block;   
    }
    .pricing-header h1 {
        font-size: 2.5rem;
    }

    .custom-offer-content {
        flex-direction: column;
        text-align: center;
    }
    .pricing-card {
        display: grid;
        grid-column: span 1;
        flex: 0 0 calc(50% - 0.75rem);
        height: 430px;  
        width: 85%;
        margin: 15px auto;
    }
}
.single-report-section {
    margin-bottom: 4rem;
    padding: 2rem 0;
}

.single-report-card {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    border-radius: 1.5rem;
    padding: 3rem;
    color: white;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.single-report-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}

.single-report-info {
    flex: 2;
}

.single-report-info h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.single-report-info p {
    font-size: 1.125rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.single-report-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.single-report-features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
}

.single-report-features li i {
    color: #10b981;
    background: white;
    padding: 0.25rem;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
}

.single-report-price {
    flex: 1;
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    backdrop-filter: blur(10px);
}

.single-report-price .price {
    margin-bottom: 1.5rem;
}

.single-report-price .amount {
    font-size: 3rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem;
}

.single-report-price .period {
    font-size: 1rem;
    opacity: 0.8;
}

.btn-purchase-single {
    display: inline-block;
    background: #10b981;
    color: white;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-purchase-single:hover {
    background: #059669;
    transform: translateY(-2px);
}

.bulk-pricing-section {
    background: #f8fafc;
    padding: 4rem 0;
    border-radius: 1.5rem;
}

@media (max-width: 768px) {
    .single-report-content {
        flex-direction: column;
        text-align: center;
    }

    .single-report-features {
        grid-template-columns: 1fr;
        max-width: 300px;
        margin: 0 auto 2rem;
    }

    .single-report-price {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .pricing-list {
        flex-direction: column;
        max-width: 400px;
    }

    .pricing-card {
        flex: 1 1 auto;
    }
}