
/* Blog Hero Section */
.blogs-hero-section {
    position: relative;
    padding: 100px 0;
    margin-top: -20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    min-height: 400px;
}

.blog_hero_content_pg {
    position: relative;
    bottom: -136px;
}

.blogs-hero-section .payment-title {
    font-size: 3.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.blogs-hero-section .payment-subtitle {
    font-size: 1.2rem;
    max-width: 700px;
    line-height: 1.6;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/* Blog Section Layout */
.blogs-section {
    background-color: #f8fafc;
}

.mega-menu-heading {
    text-align: center;
    margin-bottom: 50px;
}

.mega-menu-heading h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.mega-menu-heading img {
    max-width: 200px;
}

/* Premium Blog Card */
.main-page-blog-card-premium {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.main-page-blog-card-premium:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.blog-image-premium {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.blog-image-premium img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.main-page-blog-card-premium:hover .blog-image-premium img {
    transform: scale(1.1);
}

.floating-date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    min-width: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.date-day {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #07cc98;
    line-height: 1;
}

.date-month {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    margin-top: 5px;
}

.blog-content-premium {
    padding: 10px 15px 15px 15px;
}

.blog-tags {
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
}

.blog-tags .tag {
    background: #eef2ff;
    color: #4f46e5;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
}

.blog-content-premium h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 5px;
    line-height: 1.4;
}

.blog-content-premium p {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 5px;
}

.blog-footer-premium {
    border-top: 1px solid #f1f5f9;
    padding-top: 10px;
}

.blog-read-more-premium {
    color: #07cc98;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.blog-read-more-premium:hover {
    gap: 12px;
    color: #05a87d;
}

/* Sticky Sidebar */
.sticky-sidebar {
    position: sticky;
    top: 100px;
}

.cta-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.cta-icon {
    width: 60px;
    height: 60px;
    background: #eef2ff;
    color: #4f46e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border-radius: 20px;
    margin: 0 auto 20px;
}

.cta-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 0px;
}

.cta-card p {
    color: #64748b;
    margin-bottom: 20px;
}

.cta-button {
    display: block;
    background: #07cc98;
    color: #fff;
    padding: 12px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 10px;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background: #05a87d;
    color: #fff;
}

.whatsapp-btn_blog {
    background: #25d366;
}

.whatsapp-btn_blog:hover {
    background: #128c7e;
}

/* Blog Categories in Sidebar */
.blog-category-card {
    text-align: left;
}

.category-header {
    margin-bottom: 25px;
}

.category-icon {
    margin: 0 0 15px 0;
}

.blog-categories-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.blog-category-item {
    display: flex;
    gap: 15px;
    text-decoration: none;
    padding: 10px;
    border-radius: 16px;
    transition: background 0.3s ease;
}

.blog-category-item:hover,
.blog-category-item.active {
    background: #f8fafc;
}

.category-post-image {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
}

.category-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-post-info h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 5px;
}

.post-date {
    font-size: 0.75rem;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 5px;
}

.category-blog-count {
    font-size: 0.75rem;
    color: #07cc98;
    font-weight: 700;
    margin-top: 5px;
}

/* Special Offer Card */
.offer-card {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.offer-card h3,
.offer-card p {
    color: #fff;
}

.offer-badge {
    position: absolute;
    top: 20px;
    right: -30px;
    background: #f59e0b;
    color: #000;
    padding: 5px 40px;
    transform: rotate(45deg);
    font-size: 0.7rem;
    font-weight: 800;
}

/* Trending Recommendations */
.blog-recommendations-section {
    background-color: #f1f5f9;
}

.recommendation-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.recommendation-image {
    position: relative;
    height: 200px;
}

.recommendation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recommendation-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
}

.recommendation-tag {
    background: #ef4444;
    color: #fff;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
}

.recommendation-content {
    padding: 25px;
}

.recommendation-meta {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
}

.recommendation-content h1 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.recommendation-link {
    color: #07cc98;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
}