        .aside {
            position: sticky;
            top: 0;
        }

        .img-fluid {
            width: 100%;
        }

        .text-header {
            font-weight: 600;
            font-size: 26px;
            margin-bottom: 20px;
        }


        .cta {
            background: linear-gradient(135deg, #38b6ff, #1d8ddb);
            border-radius: 16px;
            color: #fff;
            padding: 3rem 2rem;
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .cta:hover {
            transform: translateY(-4px);
            box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
        }

        .cta h2 {
            font-size: 2rem;
            font-weight: 700;
        }

        .cta p {
            font-size: 1.125rem;
            max-width: 600px;
            margin: 0 auto 2rem;
        }

        .main-body .introduction,
        .main-body .why,
        .main-body .portfolio,
        .main-body .pricing,
        .main-body .testimonial {
            margin-bottom: 30px;
        }


        .portfolio .portfolio-item {
            margin-bottom: 15px;
        }

        .portfolio .portfolio-content {
            position: relative;
            overflow: hidden;
        }

        .portfolio .portfolio-content img {
            transition: 0.3s;
        }

        .portfolio .portfolio-content .portfolio-info {
            opacity: 0;
            position: absolute;
            inset: 0;
            z-index: 3;
            transition: all ease-in-out 0.3s;
            background: rgba(0, 0, 0, 0.6);
            padding: 15px;
        }

        .portfolio .portfolio-content .portfolio-info h4 {
            font-size: 14px;
            padding: 5px 10px;
            font-weight: 400;
            color: #ffffff;
            display: inline-block;
            background-color: var(--accent-color);
        }

        .portfolio .portfolio-content .portfolio-info .details-link {
            position: absolute;
            top: calc(50% - 10px);
            color: #fff;
            transition: 0.3s;
            /*line-height: 1.2;*/
            font-weight: 700;
            /*width: 100%;*/
            text-wrap: auto;
        }

        .portfolio .portfolio-content .portfolio-info .preview-link:hover,
        .portfolio .portfolio-content .portfolio-info .details-link:hover {
            color: #fff;
        }

        .portfolio .portfolio-content .portfolio-info .details-link {

            font-size: 20px;
            justify-self: anchor-center;
        }

        .portfolio .portfolio-content:hover .portfolio-info {
            opacity: 1;
        }

        .portfolio .portfolio-content:hover img {
            transform: scale(1.1);
        }


    .head-price img {
        padding: 10px;
        width: 80px;
    }

    .body-price {
        text-align: left;
    }

    .body-price p {
        font-size: 14px;
        text-align: center;
    }

    .text-bold {
        font-weight: bold;
        font-size: 18px;
    }

    .body-price ul {
        text-align: left;
        margin-bottom: 0;
    }

    .pricing h3 {
        place-self: center;
        font-size: 20px;
        font-weight: 700;
        color: #4A3AFF;
    }

    .body-price i {
        font-size: 20px;
        margin-right: 10px;
        color: blue;
    }

    .body-price h4 {
        margin: 20px auto;
        font-size: 30px;
        font-weight: 600;
    }

    .body-price h4 span {
        font-size: 15px;
        color: #6F6C90;
        font-weight: normal;
    }

    .pricing .box {
        padding: 20px;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        margin: 0;
    }

    .color-white {
        color: #FFFFFF;
    }

    .pricing ul li {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .pricing .box:hover {
        transform: scale(1.01);
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

    .btn-buy-2 {
        display: inline-block;
        padding: 8px 40px 10px 40px;
        border-radius: 10px;
        color: #4A3AFF;
        font-size: 16px;
        font-weight: 400;
        font-weight: 600;
        transition: 0.3s;
        border: 1px solid #4A3AFF;
        width: 100%;
        background: #fff;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;

    }

    .body-price .btn-buy-2:hover {

        background: #4A3AFF;
        color: #fff;

    }

    .hidden-item {
        display: none;
        /* Hide items beyond the first 10 */
        opacity: 0;
        /* Start with opacity 0 for smooth transition */
        transition: opacity 0.5s ease, max-height 0.5s ease;
        /* Smooth transition */
        max-height: 0;
        /* Collapse height initially */
        overflow: hidden;
        /* Hide overflow content */
    }

    .read-more-link,
    .show-less-link {
        justify-self: center;
        font-style: italic;
        text-decoration: none;
        display: block;
        cursor: pointer;
        display: block;
        /* Make the link a block element */
        margin-top: 10px;
        /* Add some spacing */
    }

    .badge {
        position: absolute;
        top: 10px;
        left: -10px;
        background: linear-gradient(45deg, #FFA500, #FFD700);
        color: white;
        padding: 5px 10px;
        font-weight: bold;
        font-style: oblique;
        transform: rotate(-15deg);
        border-radius: 5px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }
        
        .blog-sidebar{
            clear: left;
        }
        
        
                .blog-sidebar img {
                    width: 80px;
                    float: left;
                    margin-right: 15px;
                }

                .blog-sidebar a {
                    color: #012970;
                    font-size: 15px;
                    font-weight: bold;
                }

                .blog-sidebar time {
                    display: block;
                    margin-left: 95px;
                    font-style: italic;
                    font-size: 14px;
                    color: #080808;
                }