﻿
/*--------------single---------------*/
.single-box {
    width: 100%;
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #eee;
    background-color: #fff;
    color: #616161;
}

    .single-box h5, h6 {
        padding: 5px;
        font-size: 15px;
        margin: 0;
    }

    .single-box .single-content-right .brand-ul {
        margin-top: 5px;
    }

        .single-box .single-content-right .brand-ul li {
            display: inline-block;
            float: right;
        }

            .single-box .single-content-right .brand-ul li a {
                padding: 5px 0 5px 20px;
            }

    .single-box .single-content-right .product-ul li {
        color: #6C6C6C;
        line-height: 2em;
        font-size: 12px;
    }

/* این بخش از CSS که به اسپَن اشاره داشت، اگر آیکون‌ها را از مدل نمی‌گیرید، نیازی به تغییر ندارد */
/* .single-box .single-content-right .product-ul span {
        color: #FC9492;
    }

    .single-box ..single-content-right .product-ul span:before {
        content: "\f2d9";
        font-family: 'FontAwesome';
        padding-left: 10px;
    } */

.brand-ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

    .brand-ul li i {
        margin-left: 0.5rem;
        font-size: 1.1rem;
    }

    .brand-ul li .text-primary, .brand-ul li .text-warning, .brand-ul li .text-muted {
        font-weight: 500;
    }

.single-box h3 {
    color: #fc9492;
    margin: 10px auto;
    display: table;
}

.single-box .btn-single {
    width: 200px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    border-radius: 3px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.2s;
}

    .single-box .btn-single a {
        color: #fff;
        display: block;
    }

    .single-box .btn-single:hover {
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.2s;
    }


.single-box .single-content-left ul span {
    font-size: 17px;
    color: #fc9492;
}

.single-box .single-content-left ul li ul li {
    font-size: 12px;
}

/* این بخش از CSS که به اسپَن اشاره داشت، اگر آیکون‌ها را از مدل نمی‌گیرید، نیازی به تغییر ندارد */
/* .single-box .single-content-left ul span:before {
        content: "\f2d9";
        font-family: 'FontAwesome';
        padding-left: 10px;
    } */

/* Improved Color Swatch Styles */
.color-swatch {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    cursor: pointer;
    margin-left: 10px; /* Adjust spacing */
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    transition: all 0.2s ease-in-out;
}

    .color-swatch:hover,
    .color-swatch.selected { /* Add a 'selected' class via JavaScript when a color is chosen */
        border-color: #0A66C2;
        box-shadow: 0 0 8px rgba(10, 102, 194, 0.4);
        transform: scale(1.1);
    }

    .color-swatch.white {
        background-color: #FFFFFF;
    }

    .color-swatch.black {
        background-color: #000000;
    }

    .color-swatch.silver {
        background-color: #C0C0C0;
    }

    .color-swatch.gold {
        background-color: #FFD700;
    }

    /* می توانید رنگ های دیگری که برای قاب ها نیاز دارید اضافه کنید */
    .color-swatch.red {
        background-color: #FF0000;
    }

    .color-swatch.blue {
        background-color: #0000FF;
    }

    .color-swatch.green {
        background-color: #008000;
    }


/*------*/
.single-box .single-img {
    width: 100%;
    padding: 5px;
    margin: 5px;
}

.single-box .single-img-slider {
    width: 100%;
    padding: 5px;
    margin: 5px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

    .single-box .single-img-slider img {
        height: 100px;
        object-fit: contain;
    }

    .single-box .single-img-slider .owl-carousel .owl-nav {
        display: none;
    }

    .single-box .single-img-slider .owl-carousel .owl-dots {
        display: none;
    }

    .single-box .single-img-slider .owl-nav .owl-prev span {
        display: none;
    }

    .single-box .single-img-slider .owl-nav .owl-next span {
        display: none;
    }
/*-----------------------------*/

.releated-products {
    color: #616161;
    font-size: 18px;
    padding: 5px 0px 0 10px;
    margin-bottom: 20px;
}
/*-----------------------------*/
/* Tabs */
/* Specifications Table */
.spec-table, .product-description {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #E0E0E0;
}

.spec-group {
    margin-bottom: 30px;
}

.spec-group-title {
    font-size: 18px;
    font-weight: 700;
    color: #0A66C2;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #32CD32;
}

.spec-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #F1F1F1;
}

.spec-label {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    flex: 0 0 40%;
}

.spec-value {
    font-size: 15px;
    color: #616161;
    flex: 0 0 60%;
    text-align: right;
}

/* Responsive */
@media (max-width: 767px) {
    .spec-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 0;
    }

    .spec-label,
    .spec-value {
        flex: 0 0 100%;
        margin-bottom: 5px;
    }

    .spec-label {
        font-size: 14px;
    }

    .spec-value {
        font-size: 14px;
        color: #616161;
    }
}

/*-----------------------------*/
/* Reviews Section */
.reviews-section {
    background-color: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
}

.reviews-title {
    font-size: 20px;
    font-weight: 700;
    color: #0A66C2;
    padding-bottom: 10px;
    border-bottom: 2px solid #32CD32;
}

.review-item {
    margin-bottom: 20px;
}

.review-header {
    font-size: 15px;
}

.user-name {
    color: #333333; /*aaaaaaaaaaaaaaaaaa*/
    font-weight: 600;
}

.user-verified {
    font-size: 14px;
}

.review-date {
    font-size: 14px;
    color: #616161;
}

.review-rating .stars i {
    font-size: 14px;
    margin-left: 2px;
}

.rating-text {
    font-size: 14px;
    color: #616161;
}

.review-text {
    font-size: 15px;
    color: #616161;
    line-height: 1.8;
}

.review-actions .helpful-btn {
    color: #0A66C2;
    border-color: #0A66C2;
    font-size: 14px;
    padding: 5px 15px;
    transition: all 0.3s ease;
}

    .review-actions .helpful-btn:hover {
        background-color: #0A66C2;
        color: #FFFFFF;
    }

.review-actions .btn-outline-secondary {
    color: #616161;
    border-color: #E0E0E0;
    font-size: 14px;
    padding: 5px 15px;
}

    .review-actions .btn-outline-secondary:hover {
        background-color: #F1F1F1;
        color: #333333;
    }

/* Add Review Form */
.add-review-title {
    font-size: 18px;
    font-weight: 600;
    color: #0A66C2;
}

.add-review .form-label {
    font-size: 15px;
    color: #333333;
    font-weight: 600;
}

.add-review .form-control {
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    font-size: 15px;
    color: #616161;
}

    .add-review .form-control:focus {
        border-color: #0A66C2;
        box-shadow: 0 0 5px rgba(10, 102, 194, 0.2);
    }

.rating-stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

    .rating-stars input {
        display: none;
    }

    .rating-stars label {
        cursor: pointer;
        color: #E0E0E0;
        font-size: 18px;
        margin-left: 5px;
    }

        .rating-stars input:checked ~ label i,
        .rating-stars label:hover i,
        .rating-stars label:hover ~ label i {
            color: #FFD700;
        }

/* Styles for rating stars */
.rating-stars {
    display: inline-block;
    direction: rtl; /* For right-to-left stars */
}

    .rating-stars input[type="radio"] {
        display: none; /* Hide default radio buttons */
    }

    .rating-stars label {
        font-size: 2rem; /* Size of stars */
        color: #ccc; /* Default grey color */
        cursor: pointer;
        padding: 0 5px; /* Spacing between stars */
        transition: color 0.2s ease-in-out;
    }

        .rating-stars label:hover,
        .rating-stars label:hover ~ label {
            color: #ffc107; /* Gold on hover */
        }

    .rating-stars input[type="radio"]:checked ~ label {
        color: #ffc107; /* Gold when checked */
    }

    /* Ensure the invalid feedback shows for rating */
    .rating-stars + .invalid-feedback {
        display: none; /* Hide by default */
    }
    /* If a radio input is invalid, show the feedback */
    .rating-stars input[name="Rating"].is-invalid ~ .invalid-feedback {
        display: block;
    }

/* Responsive */
@media (max-width: 767px) {
    .reviews-section {
        padding: 15px;
    }

    .reviews-title {
        font-size: 18px;
    }

    .review-text {
        font-size: 14px;
    }

    .review-actions .btn {
        font-size: 13px;
        padding: 4px 12px;
    }

    .add-review-title {
        font-size: 16px;
    }

    .add-review .form-label {
        font-size: 14px;
    }

    .add-review .form-control {
        font-size: 14px;
    }
}
/*-----------------------------*/
.color-swatches {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.color-swatch-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 300px;
}

.color-swatch {
    width: 40px;
    /*height: 40px;*/
    border-radius: 50%;
    border: 2px solid #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

    .color-swatch:hover:not(.disabled) {
        border-color: #555;
        transform: scale(1.1);
    }

    .color-swatch.selected {
        border: 3px solid #007bff;
        box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
    }

    .color-swatch.disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

.stock-status-badge {
    font-size: 0.85rem;
    line-height: 1.4;
    padding: 4px 8px;
    border-radius: 12px;
    background-color: #f8f9fa;
    white-space: nowrap;
    flex-grow: 1;
    text-align: left;
}

    .stock-status-badge.text-success {
        color: #28a745;
        background-color: #e6f4ea;
    }

    .stock-status-badge.text-warning {
        color: #ff8c00;
        background-color: #fff3e0;
    }

    .stock-status-badge.text-danger {
        color: #dc3545;
        background-color: #f8e1e4;
    }

@media (max-width: 576px) {
    .color-swatches {
        gap: 12px;
    }

    .color-swatch-wrapper {
        max-width: 100%;
    }

    /* .color-swatch {
        width: 32px;
        height: 32px;
    }*/

    .stock-status-badge {
        font-size: 0.75rem;
        padding: 3px 6px;
    }
}

@media (max-width: 400px) {
    .stock-status-badge {
        max-width: 100%;
        overflow: hidden;
    }
}

/**********اشتراک گذاری********/
/* Social Share Section Styles */
.social-share-section {
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Vertically align items */
    justify-content: flex-end; /* Align to the end (right in RTL) */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    gap: 10px; /* Space between elements */
}

    .social-share-section .share-buttons {
        display: flex;
        gap: 8px; /* Space between share buttons */
        flex-wrap: wrap; /* Allow buttons to wrap */
    }

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; /* Fixed width for circular buttons */
    height: 40px; /* Fixed height for circular buttons */
    border-radius: 50%; /* Make them circular */
    font-size: 1.2rem;
    color: #fff; /* Default text color */
    text-decoration: none;
    transition: all 0.3s ease; /* Smooth transitions for hover effects */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Subtle shadow */
    border: none; /* Remove default button border */
    cursor: pointer; /* Indicate clickable */
}

    .share-btn:hover {
        transform: translateY(-3px); /* Lift effect on hover */
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */
    }

    /* Specific colors for each social media */
    .share-btn.whatsapp {
        background-color: #25D366; /* WhatsApp Green */
    }

        .share-btn.whatsapp:hover {
            background-color: #1DA851;
        }

    .share-btn.telegram {
        background-color: #0088CC; /* Telegram Blue */
    }

        .share-btn.telegram:hover {
            background-color: #006AA7;
        }

    .share-btn.twitter {
        background-color: #1DA1F2; /* Twitter Blue */
    }

        .share-btn.twitter:hover {
            background-color: #0C85D0;
        }

    .share-btn.facebook {
        background-color: #1877F2; /* Facebook Blue */
    }

        .share-btn.facebook:hover {
            background-color: #145CB3;
        }

    .share-btn.linkedin {
        background-color: #0A66C2; /* LinkedIn Blue */
    }

        .share-btn.linkedin:hover {
            background-color: #074B92;
        }

    .share-btn.copy-link {
        background-color: #6c757d; /* Grey for copy link */
    }

        .share-btn.copy-link:hover {
            background-color: #5a6268;
        }

/* Responsive adjustments for smaller screens */
@media (max-width: 767.98px) {
    .social-share-section {
        justify-content: center; /* Center align on mobile */
        flex-direction: column; /* Stack elements vertically */
        align-items: center;
    }

        .social-share-section .share-buttons {
            justify-content: center; /* Center buttons within their container */
            width: 100%; /* Take full width */
        }

        .social-share-section span {
            margin-bottom: 10px; /* Space below "اشتراک گذاری" text */
        }
}

/**********اشتراک گذاریEND********/


/*//////////////////////////Single Page//////////////*/
/* NEW: Fixed Bottom Cart Bar Styles */
/*.fixed-bottom-cart-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;*/ /* پس‌زمینه سفید */
/*border-top: 1px solid #ddd;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1050;*/ /* بالاتر از محتوای دیگر */
/* مخفی کردن به طور پیش فرض برای دسکتاپ */
/*display: none;
}


@media (max-width: 767px) {*/ /* نمایش فقط در موبایل (اندازه‌های کوچک تا متوسط - کمتر از 768 پیکسل) */
/*.fixed-bottom-cart-bar {
        display: block;*/ /* نمایش در موبایل */
/*}*/

/* جلوگیری از مخفی شدن محتوا پشت نوار ثابت */
/*body {
        padding-bottom: 70px;*/ /* فضای کافی در پایین صفحه ایجاد می‌کند */
/*}

    .single-box {
        margin-bottom: 70px;*/ /* مطمئن می‌شود آخرین بخش محصول دیده شود */
/*}*/

/* استایل دکمه در نوار ثابت */
/*.fixed-bottom-cart-bar .btn-lg {
        font-size: 1rem;
        padding: 10px 15px;
    }
}

.fixed-bottom-cart-bar .discounted-price-mobile {
    color: #32CD32 !important;*/ /* رنگ سبز قیمت تخفیف‌خورده */
/*}

.fixed-bottom-cart-bar .product-price-mobile {
    color: #0A66C2 !important;*/ /* رنگ آبی قیمت اصلی */
/*}*/
/*کد های بالا برای نمایش فقط در موبایل استتتتتتتتتتتتت*/

.fixed-bottom-cart-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff; /* پس‌زمینه سفید */
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1050; /* بالاتر از محتوای دیگر */
    /*
     * Display: block; برای اطمینان از نمایش در همه اندازه‌ها
     * قبلاً display: none; بود که باید حذف شود.
     */
    display: block;
}


/* حذف Media Query max-width: 767px */
/*
 * padding-bottom و margin-bottom باید به خارج از media query منتقل شوند
 * تا محتوا پشت نوار ثابت پنهان نشود.
 */
/*body {
    padding-bottom: 70px;*/ /* فضای کافی در پایین صفحه ایجاد می‌کند */
/*}*/

.single-box {
    margin-bottom: 70px; /* مطمئن می‌شود آخرین بخش محصول دیده شود */
}

/* استایل دکمه در نوار ثابت (برای سازگاری در دسکتاپ، می‌توانیم از اندازه کوچک‌تری استفاده کنیم) */
/*
 * اگر دکمه btn-lg در دسکتاپ بزرگ است، می‌توانید این بخش را اصلاح کنید:
 * .fixed-bottom-cart-bar .btn-lg {
    font-size: 1rem;
    padding: 10px 15px;
}
*/
/* یا آن را به btn-sm تغییر دهید و استایل را حفظ کنید */


.fixed-bottom-cart-bar .discounted-price-mobile {
    color: #32CD32 !important; /* رنگ سبز قیمت تخفیف‌خورده */
}

.fixed-bottom-cart-bar .product-price-mobile {
    color: #0A66C2 !important; /* رنگ آبی قیمت اصلی */
}

/* ****************************************END NEW: Fixed Bottom Cart Bar Styles */

/* Product Box */
.single-box {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
}


.product-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #616161;
}

/* Content Sections */
.single-content-right ul.brand-ul li {
    font-size: 16px;
    color: #616161;
    margin-bottom: 8px;
}

    .single-content-right ul.brand-ul li a {
        color: #0A66C2;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .single-content-right ul.brand-ul li a:hover {
            color: #32CD32;
        }

.single-content-right h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}

.single-content-right ul.product-ul li {
    position: relative;
    padding-right: 20px;
    font-size: 15px;
    color: #616161;
    margin-bottom: 10px;
}

    .single-content-right ul.product-ul li:before {
        content: "\f2d9";
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        color: #32CD32;
    }

/* Left Content */
.single-content-left .stock-status {
    font-size: 16px;
    font-weight: 600;
}

.single-content-left ul li {
    font-size: 15px;
    color: #616161;
    margin-bottom: 10px;
}

.color-swatches button.color-swatch {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid transparent;
    margin-left: 10px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

    .color-swatches button.color-swatch.white {
        background-color: #FFFFFF;
        border: 1px solid #E0E0E0;
    }

    .color-swatches button.color-swatch.black {
        background-color: #000000;
    }

    .color-swatches button.color-swatch.silver {
        background-color: #C0C0C0;
    }

    .color-swatches button.color-swatch.gold {
        background-color: #FFD700;
    }

    .color-swatches button.color-swatch:hover,
    .color-swatches button.color-swatch:focus {
        border-color: #0A66C2;
        outline: none;
    }



/* Product Image */
.single-img img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    /*background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);*/
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}


@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: 0 0;
    }
}



.single-img-slider .owl-carousel .item img {
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
    max-width: 100%;
}

    .single-img-slider .owl-carousel .item img:hover {
        transform: scale(1.05);
    }

/* Begin:: Related Products */
.releated-products {
    font-size: 24px;
    font-weight: 700;
    color: #0A66C2;
    margin-bottom: 20px;
    display: block;
}
/* Custom styles for Related Products section */

.releated-products {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.5rem; /* کمی بزرگتر برای عنوان */
    color: #333;
}

/* Styles for color swatches */
.color-swatch {
    width: 30px; /* Adjust size as needed */
    height: 30px; /* Adjust size as needed */
    border-radius: 50%; /* Makes them circular */
    border: 1px solid #ccc; /* Default border */
    cursor: pointer;
    margin-left: 8px; /* Space between swatches */
    transition: all 0.2s ease-in-out; /* Smooth transition for hover/active states */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em; /* For checkmark */
    color: transparent; /* Hide checkmark by default */
}

    .color-swatch:hover {
        border-color: #888;
        transform: scale(1.05); /* Slightly enlarge on hover */
    }

    /* Style for the selected color swatch */
    .color-swatch.selected {
        border: 3px solid #007bff; /* A prominent border, e.g., blue */
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Optional: add a glow */
        transform: scale(1.1); /* Make it slightly larger */
        color: white; /* Make checkmark visible if needed (e.g., for dark colors) */
    }

        /* Optional: Add a checkmark for selected color (if desired) */
        .color-swatch.selected::after {
            content: "\2713"; /* Unicode checkmark character */
            color: white; /* Or any contrasting color */
            text-shadow: 1px 1px 2px rgba(0,0,0,0.5); /* For better visibility */
        }




.color-options .color-swatch {
    width: 28px; /* کمی کوچکتر شد */
    height: 28px; /* کمی کوچکتر شد */
    border-radius: 50%;
    border: 2px solid #E0E0E0;
    margin: 0 7px 8px 0; /* کمی کوچکتر شد */
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .color-options .color-swatch:hover,
    .color-options .color-swatch.selected {
        border-color: #0A66C2;
        box-shadow: 0 0 0 3px rgba(10, 102, 194, 0.3);
    }

    .color-options .color-swatch.white {
        background-color: #FFFFFF;
        border-color: #E0E0E0;
    }

    .color-options .color-swatch.black {
        background-color: #000000;
    }

    .color-options .color-swatch.silver {
        background-color: #C0C0C0;
    }

    .color-options .color-swatch.gold {
        background-color: #FFD700;
    }

    .color-options .color-swatch.blue {
        background-color: #0A66C2;
    }
    /****************************************************/

.share-buttons {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #e3f2fd; /* آبی روشن‌تر */
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

    .share-buttons .share-text {
        font-weight: 600;
        color: #0A66C2;
        font-size: 1.1em;
        margin-left: 15px;
    }

    .share-buttons .btn-social {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2em;
        color: #fff;
        text-decoration: none;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

        .share-buttons .btn-social:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }

    .share-buttons .btn-telegram {
        background-color: #0088cc;
    }

    .share-buttons .btn-whatsapp {
        background-color: #25D366;
    }

    .share-buttons .btn-instagram {
        background-color: #E4405F;
    }

    .share-buttons .btn-linkedin {
        background-color: #0077B5;
    }

    .share-buttons .btn-twitter {
        background-color: #1DA1F2;
    }



/* Responsive Adjustments */
@media (max-width: 991px) {
    .share-buttons {
        padding: 15px;
        gap: 10px;
    }

        .share-buttons .share-text {
            font-size: 1em;
            margin-left: 10px;
        }

        .share-buttons .btn-social {
            width: 40px;
            height: 40px;
            font-size: 1.1em;
        }

}

@media (max-width: 767px) {
    .share-buttons {
        flex-direction: column;
        padding: 10px;
        gap: 8px;
    }

        .share-buttons .share-text {
            font-size: 0.9em;
            margin-left: 0;
            margin-bottom: 10px;
        }
}