/* Blog List page css */
.btn {
    background: #3f1647 !important;
}

.blog-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.blog-img {
    position: relative;
    overflow: hidden;
}

.blog-img img {
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-img img {
    transform: scale(1.05);
}

.blog-content {
    padding: 25px 20px;
    box-shadow: none;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 13px;
}

.blog-date {
    color: #666;
}

.blog-category {
    border: 2px solid #3f1647;
    /* background: #3f164761; */
    /* background: #3f1647; */
    color: #3f1647 !important;
    padding: 0px 10px;
    border-radius: 12px;
    font-size: 11px !important;
    font-weight: 600;
}

.blog-title a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
}

.blog-title a:hover {
    color: #3f1647;
}

.blog-text {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 15px 0;
}

.read-more-btn {
    border-radius: 25px;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background: #2d1235 !important;
    transform: translateY(-2px);
}

.pagination .page-link {
    border-radius: 8px;
    margin: 0 3px;
    border: 1px solid #ddd;
}

.pagination .page-link:hover {
    background-color: #3f1647;
    border-color: #3f1647;
    color: white;
}

@media (max-width: 768px) {
    .blog-img img {
        height: 200px;
    }

    .blog-content {
        padding: 20px 15px;
    }

    .blog-title a {
        font-size: 16px;
    }
}

/* Blog detail page css */
.sidebar .widget {
    background: #f8f9fa;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.widget-title {
    margin-bottom: 20px;
    font-weight: 600;
}

.service-links,
.popular-treatments {
    list-style: none;
    padding: 0;
}

.service-links li,
.popular-treatments li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.service-links a {
    color: #666;
    text-decoration: none;
}

.service-links a:hover {
    color: #3f1647;
}

.contact-info p {
    margin-bottom: 10px;
    color: #666;
}

.contact-info i {
    color: #3f1647;
    margin-right: 10px;
    width: 20px;
}




.blog-content {
    line-height: 1.8;
    color: #444;
}

.blog-content h2 {
    color: #3f1647;
    margin: 30px 0 20px 0;
    font-weight: 600;
}

.blog-content h3 {
    color: #fff;
    margin: 5px 0 15px 0;
    font-weight: 600;
}

.blog-content p {
    color: #b1abab;
    margin-bottom: 20px;
    text-align: justify;
}

.blog-content ul {
    margin: 20px 0;
    padding-left: 30px;
}

.blog-content ul li {
    margin-bottom: 10px;
    color: #555;
}

.highlight-box {
    background: #f8f9fa;
    border-left: 4px solid #3f1647;
    padding: 20px;
    margin: 30px 0;
    border-radius: 5px;
}

.cta-box {
    background: linear-gradient(135deg, #3f1647, #5a2158);
    color: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin: 40px 0;
}

.blog-meta {
    background: #f8f9fa;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.couples-packages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.package-card {
    background: linear-gradient(135deg, #fff5f5, #ffe5e5);
    padding: 25px;
    border-radius: 15px;
    border-left: 4px solid #3f1647;
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.package-price {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #3f1647;
    color: white;
    padding: 5px 15px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 14px;
}

.romantic-elements {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0;
}

.experience-timeline {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}

.timeline-step {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
}

.step-number {
    background: #3f1647;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 20px;
    min-width: 30px;
}

.occasions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.occasion-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #e9ecef;
    transition: border-color 0.3s ease;
    text-align: center;
}

.occasion-card:hover {
    border-color: #3f1647;
}

.occasion-icon {
    font-size: 40px;
    margin-bottom: 15px;
    display: block;
}
