.page-simple h1,
.page-simple h2,
.page-simple h3,
.page-simple h4,
.page-simple h5,
.page-simple h6 {
    color: #000;
    font-weight: 600;
}

.page-simple .page-title {
    margin-top: 3rem;
    font-weight: 700;
}

.page-simple .page-content {

}


.testimonials .testimonial-item .quote-icon-right {
    top: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    font-size: 18px;
}



/* Custom styling for the PDF thumbnail */
.offer-thumbnail img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 300px; /* Limit the size */
    border: 2px solid #dee2e6;
}

/* Hover effect for a smooth zoom and shadow */
.offer-thumbnail img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Responsive alignment adjustments */
@media (max-width: 768px) {
    .offer-thumbnail img {
        max-width: 90%; /* Adjust size for smaller screens */
    }
}