/* Client Stories Section Styles */
.client_story_card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.client_story_card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.client_story_img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 100%;
    min-height: 300px;
}

.client_story_img img {
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client_story_img:hover img {
    transform: scale(1.05);
}

.client_story_content {
    padding: 0;
    max-height: 500px;
    overflow-y: auto;
    padding-right: 15px;
}

.client_story_content::-webkit-scrollbar {
    width: 6px;
}

.client_story_content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.client_story_content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.client_story_content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.story_title {
    color: #1A3263;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.story_description {
    color: #757474;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.story_description p {
    margin-bottom: 15px;
}

.story_description p:last-child {
    margin-bottom: 0;
}

.story_badge .badge {
    font-size: 12px;
    padding: 8px 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #1A3263 !important;
}

.story_meta {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.client_story_card .pr_50 {
    padding-right: 30px;
}

.client_story_card .pl_50 {
    padding-left: 30px;
}

/* Description Tab Scroll */
.shop_details_description {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 15px;
}

.shop_details_description::-webkit-scrollbar {
    width: 8px;
}

.shop_details_description::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.shop_details_description::-webkit-scrollbar-thumb {
    background: #1A3263;
    border-radius: 10px;
}

.shop_details_description::-webkit-scrollbar-thumb:hover {
    background: #0f1f3d;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .client_story_card {
        padding: 30px 20px;
    }

    .client_story_card .pr_50,
    .client_story_card .pl_50 {
        padding-left: 0;
        padding-right: 0;
    }

    .story_title {
        font-size: 24px;
    }

    .client_story_content {
        margin-top: 30px;
        max-height: 400px;
    }

    .client_story_img {
        min-height: 250px;
    }

    .shop_details_description {
        max-height: 500px;
    }
}

@media (max-width: 767px) {
    .client_story_card {
        padding: 20px 15px;
        border-radius: 12px;
    }

    .story_title {
        font-size: 20px;
    }

    .story_description {
        font-size: 14px;
    }

    .client_story_content {
        max-height: 350px;
    }

    .client_story_img {
        min-height: 200px;
    }

    .shop_details_description {
        max-height: 400px;
    }
}


    .story_title {
        font-size: 20px;
    }

    .story_description {
        font-size: 14px;
    }

    .client_story_content {
        max-height: 350px;
    }

    .shop_details_description {
        max-height: 400px;
    }
}
