   /* Style the SEO submenu */
#seo-submenu {
    position: absolute;
    left: 100%; /* Positions it to the right */
    top: 0;
    display: none;
    background: #fff;
    list-style: none;
    padding: 0;
    min-width: 200px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

/* Show the SEO submenu on hover */
#seo-menu:hover > #seo-submenu {
    display: block;
}
/*smm menu */
  /* Style the SMM submenu */
#smm-submenu {
    position: absolute;
    left: 100%; /* Positions it to the right */
    top: 0;
    display: none;
    background: #fff;
    list-style: none;
    padding: 0;
    min-width: 200px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

/* Show the SMM submenu on hover */
#smm-menu:hover > #smm-submenu {
    display: block;
}
    .pricing-list {
    font-size: 0.85em; /* Makes text smaller */
    color: #111; /* Dark black color */
}

.pricing-list li {
    margin-bottom: 5px; /* Adds slight spacing between items */
}
.pricing-area h2 {
  color: black;
}
.pricing-head:hover h2 {
  color: white;
}


.st-blog-carousel-container {
    max-width: 1400px;
    margin: 4rem auto;
    padding: 0 2rem;
   
}





.st-swiper {
    width: 100%;
    padding: 2rem 0 4rem 0;
    overflow: visible;
}

.st-swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.st-blog-card {
    background: white;
    border-radius: 16px;
    /*box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);*/
    overflow: hidden;
    /*transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);*/
    width: 100%;
    max-width: 400px;
    margin: 0 1rem;
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e8f0;
}

.st-blog-card:hover {
    transform: translateY(-8px);
    /*box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);*/
}

.st-blog-image-container {
    position: relative;
    height: 240px;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.st-blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.st-blog-card:hover .st-blog-image {
    transform: scale(1.05);
}

.st-blog-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
}

.st-blog-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.st-blog-date {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.st-blog-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.5;
    margin-bottom: 1rem;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.st-read-more-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background: #3b82f6;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    align-self: flex-start;
    border: none;
    cursor: pointer;
}

.st-read-more-btn:hover {
    background: #2563eb;
    transform: translateX(2px);
    text-decoration: none;
    color: white;
}

.st-read-more-btn:after {
    content: '→';
    margin-left: 0.5rem;
    transition: transform 0.2s ease;
}

.st-read-more-btn:hover:after {
    transform: translateX(2px);
}

/* Custom Swiper Navigation */
.st-swiper-button-next,
.st-swiper-button-prev {
    background: white;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    margin-top: -24px;
    transition: all 0.2s ease;
}

.st-swiper-button-next:hover,
.st-swiper-button-prev:hover {
    background: #f8fafc;
    transform: scale(1.05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.st-swiper-button-next:after,
.st-swiper-button-prev:after {
    font-size: 16px;
    color: #3b82f6;
    font-weight: bold;
}

.st-swiper-button-next {
    right: -24px;
}

.st-swiper-button-prev {
    left: -24px;
}

/* Custom Swiper Pagination */
.st-swiper-pagination {
    bottom: 0;
}

.st-swiper-pagination-bullet {
    background: #cbd5e1;
    opacity: 1;
    width: 12px;
    height: 12px;
    transition: all 0.2s ease;
}

.st-swiper-pagination-bullet-active {
    background: #3b82f6;
    transform: scale(1.2);
}

/* No blogs state */
.st-no-blogs {
    text-align: center;
    padding: 4rem 2rem;
    color: #64748b;
}

.st-no-blogs-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.st-no-blogs-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #475569;
}

.st-no-blogs-text {
    font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .st-swiper-button-next,
    .st-swiper-button-prev {
        display: none;
    }
}

@media (max-width: 768px) {
    .st-blog-carousel-container {
        padding: 0 1rem;
        margin: 2rem auto;
    }
    
    .st-blog-carousel-title {
        font-size: 2.2rem;
    }
    
    .st-blog-carousel-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .st-blog-card {
        margin: 0 0.5rem;
    }
    
    .st-blog-image-container {
        height: 200px;
    }
    
    .st-blog-content {
        padding: 1.25rem;
    }
}

@media (max-width: 640px) {
    .st-blog-carousel-title {
        font-size: 1.8rem;
    }
    
    .st-swiper {
        padding: 1rem 0 3rem 0;
    }
}

