.price_plan_box.style_one .top p {
    font-size: 12px;
    margin: 0;
}

.price_plan_box.style_one .top h2 {
    font-size: 27px;
    line-height: 40px;
    font-weight: 700;
}

.image_boxes.style_three .video_box a {
    background: transparent;
    color: var(--primary-color-one);
    width: 100px;
    height: 100px;
    line-height: 105px;
    font-size: 35px !important;
}

.birthday-post-section {
    background: #fff8f2;
    margin-top: 50px;
    padding-bottom: 20px;
}

.birthday-post-section .title_all_box {
    margin-top: 40px;
    padding-top: 10px;
}

.service-section-two > .container > .row:first-child .title_all_box {
    margin-top: 50px;
    padding-top: 10px;
}

.birthday-post-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(26, 55, 96, 0.08);
    overflow: hidden;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    flex: 0 0 min(520px, 88vw);
    scroll-snap-align: center;
}

.birthday-posts-scroll-wrap {
    position: relative;
}

.birthday-posts-scroll-wrap--multiple .birthday-posts-scroll {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 24px 12px;
    scrollbar-width: thin;
    scrollbar-color: #E97717 #f3f4f6;
}

.birthday-posts-scroll-wrap--multiple .birthday-posts-scroll::-webkit-scrollbar {
    height: 8px;
}

.birthday-posts-scroll-wrap--multiple .birthday-posts-scroll::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 999px;
}

.birthday-posts-scroll-wrap--multiple .birthday-posts-scroll::-webkit-scrollbar-thumb {
    background: #E97717;
    border-radius: 999px;
}

.birthday-posts-scroll-wrap:not(.birthday-posts-scroll-wrap--multiple) .birthday-posts-scroll {
    display: flex;
    justify-content: center;
}

.birthday-post-content h3 {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.4;
    color: var(--heading-dark, #1a3760);
}

.birthday-posts-scroll-hint {
    margin: 14px 0 0;
    text-align: center;
    color: #6b7280;
    font-size: 14px;
}

.birthday-post-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f3f4f6;
}

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

.birthday-post-content {
    padding: 28px 30px 32px;
    text-align: center;
}

.birthday-post-content p {
    margin: 0 0 14px;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.8;
}

.birthday-post-content p:last-child {
    margin-bottom: 0;
}
