﻿/*
Version: 1.0.0
Date: 1404/01/28
Author: Miss. M.Soltani
*/

@import url('Font.css');
@import url('Color.css');
@import url('General.css');
/*********************************/
/**********General Style**********/
/*********************************/
.title {
    font-family: SemiBold;
    font-size: 2em;
    color: var(--color-6);
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

    .title:before,
    .title:after {
        content: "";
        width: 50px;
        height: 2px;
        background: var(--color-3);
        display: inline-block;
    }

    .title:before {
        margin: 0 15px 10px 0;
    }

    .title:after {
        margin: 0 0 10px 15px;
    }

.text-link {
    color: var(--color-3);
    font-family: iransansdn;
}

    .text-link:hover {
        filter: brightness(0.5);
    }

.max-width {
    width: 100%;
    max-width: 60%;
}


/*********************************/
/**********Header Style***********/
/*********************************/
.sub-txt {
    font-size: 15px;
    line-height: 2;
    color: #011330;
    text-align: right;
    font-family: SemiBold;
}

.title-txt {
    color: #080536;
    font-family: ExtraBlack;
    margin-top: 2rem;
    line-height: 75px;
    text-align: right;
    font-size: clamp(1.5rem, 2vw + 1.5rem, 3rem);
}

    .title-txt span {
        color: var(--bs-primary);
        font-family: ExtraBlack
    }

.desc-txt {
    line-height: 30px;
    margin-top: 20px;
    font-size: 16px;
    font-family: SemiBold;
}

.btns {
    margin-top: 2.5rem;
}

    .btns a {
        font-size: 15px;
    }
/*********************************/
/*********Cateegory Style*********/
/*********************************/
.sub-title a {
    float: left;
    margin-top: -30px;
    font-family: SemiBold;
}

.sub-title h3 {
    font-family: SemiBold;
    font-weight: bold;
    color: #080536;
}

.category {
    padding: 24px 16px;
    background: #F9FAFE;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    text-align: center;
}

    .category img {
        margin: auto;
        display: flex;
        width: 48px;
        height: 48px;
        object-fit: cover;
        object-position: top;
    }

    .category h6 {
        color: #080536;
        margin-top: 20px;
        font-weight: bold;
        font-family: SemiBold;
    }

    .category p {
        color: #7C8697;
        font-size: 14px;
    }
/*********************************/
/************Owl Style************/
/*********************************/
.owl-carousel-container {
    position: relative;
    margin-top: 70px;
}

.custom-owl-nav {
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 10;
}

    .custom-owl-nav button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
        color: #333;
        border: 1px solid #ddd;
        margin-left: 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }

        .custom-owl-nav button:hover {
            background-color: var(--bs-primary);
        }

            .custom-owl-nav button:hover i {
                color: white;
            }

    .custom-owl-nav .custom-prev i,
    .custom-owl-nav .custom-next i {
        color: var(--bs-primary);
        font-size: xx-large;
    }

.item {
    margin: 2rem 0;
    border-radius: 20px;
    box-shadow: 2.14px 2.14px 16.06px 0px rgba(197, 225, 241, 0.47);
}

.custom-card {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.offre-time {
    position: relative;
    top: 4.5em;
    right: calc(100% - 165px);
    z-index: 1000;
    margin-top: -1.5rem;
}

    .offre-time .time-badge {
        background-color: #FF6A49;
        color: white;
        padding: 5px 15px;
        font-size: 15px;
        border-radius: 0 4px 4px 0;
        direction: ltr !important;
        unicode-bidi: bidi-override !important;
        text-align: left;
    }

        .offre-time .time-badge i {
            font-size: large;
            padding-right: 5px;
            vertical-align: middle;
            direction: ltr !important;
            unicode-bidi: bidi-override !important;
            text-align: left;
        }

.time-badge .countdown-value {
    display: inline-block;
    min-width: 110px;
}

.custom-card .image-card .card-img-top {
    max-height: 242px;
    object-fit: cover;
    border-radius: 16px;
    width: 100%;
}

.custom-card .card-body {
    padding: 10px 25px 25px;
}

.custom-card .card-title {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #00324D;
}

.card-subtitle {
    font-size: 16px;
    color: #00324D;
}

.rating {
    display: flex;
    align-items: center;
}

    .rating i {
        color: #FFCA64;
        margin-left: 5px;
        vertical-align: middle;
        font-size: large;
    }

    .rating span:last-child {
        font-weight: 300;
        font-size: 12px;
        color: #949A9E;
        padding-right: 10px;
    }

.badge {
    color: #949A9E;
    font-size: 12px;
    font-weight: 300;
    border-radius: 35px;
}

    .badge i {
        font-size: large;
        color: var(--bs-primary);
        vertical-align: middle;
        padding-left: 5px;
    }

.badge-new {
    background-color: #EEDFFF;
    color: #330365;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 15px;
}

.badge-documentary {
    background-color: #EFF9FF;
    color: #004D77;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 15px;
}

.pay {
    padding: 15px 15px 40px;
    border-radius: 8px;
    background: #EBEFFE;
}

.pay-discount {
    padding: 15px;
    border-radius: 8px;
    background: #FFF7F5;
}

.price {
    font-size: 16px;
    font-weight: bold;
    color: #00324D;
    float: left;
}

.discount {
    text-decoration: line-through;
    color: #8E9395;
    margin-left: 8px;
    font-size: 14px;
    float: left;
    margin-top: 2px;
}

.discount-percentage {
    background-color: #FF6A49;
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 15px;
}

.sale {
    border: 1px solid #889FFD;
    padding: 1.5rem;
    border-radius: 10px;
    background: #EBEFFE;
    color: var(--bs-blue);
    font-family: 'SemiBold';
    font-weight: bold;
    font-size: larger;
    justify-content: space-between;
    display: flex;
}
/*********************************/
/**********Features Style*********/
/*********************************/
.hero-section {
    padding: 2rem;
}

.features-section {
    position: relative;
    margin-top: 3em;
    padding: 2em;
}

    .features-section h6 {
        color: #375FF5
    }

    .features-section h3 {
        color: #080536;
        font-weight: bold;
    }

.features {
    margin-right: 0;
}

.feature-card {
    padding: 20px 0;
    text-align: right;
    display: flex;
}

.feature-icon {
    margin-left: 10px;
}

.feature-txt {
    margin-top: 15px;
}

    .feature-txt h6 {
        color: #080536;
        font-size: 14px;
        font-weight: bold;
        font-family: SemiBold;
    }

    .feature-txt p {
        color: #080536;
        font-size: 12px;
        font-weight: 300;
    }
/*********************************/
/*********comments Style**********/
/*********************************/
#comments .owl-carousel-container {
    position: relative;
    margin-top: 0;
    padding: 0;
    z-index: 1000;
}

#comments .custom-owl-nav {
    position: absolute;
    top: -50px;
    left: 40px;
    z-index: 10;
}

    #comments .custom-owl-nav button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
        color: #333;
        border: 1px solid #ddd;
        margin-left: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }

        #comments .custom-owl-nav button:hover {
            background-color: #6c757d;
            color: white;
        }

#comments .owl-item {
    padding: 10px 0;
}

#comments .item {
    border-radius: 10px;
}

#comments h3 {
    color: #080536;
    font-weight: bold;
    font-family: semibold;
    font-size: clamp(1.5rem, 2.5vw + 1rem, 2.1rem);
    text-align: right;
}

#comments h6 {
    color: #080536;
}

.card-container {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 15px 0px rgba(210, 229, 239, 0.47);
}

.profile-section {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.profile-image {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-name {
    font-size: 14px;
    color: #080536;
    margin-right: 10px;
}

.description {
    font-size: 14px;
    color: #080536;
    line-height: 25px;
}

.card-container .ratings {
    margin-top: 10px;
    float: left;
}

    .card-container .ratings i {
        color: #F8B81F;
        margin-right: 2px;
    }

.like-section {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .like-section div {
        background: #F1F7FB;
        padding: 3px 8px;
        border-radius: 20px;
    }

        .like-section div span {
            font-size: 12px;
        }

        .like-section div i {
            font-size: small;
            vertical-align: middle;
            color: #FF686C;
        }
/*********************************/
/**********Dl-App Style***********/
/*********************************/
.app {
    background: #F0F3FF;
}

#app {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* قسمت لوگو و متن */
.logo-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 10em;
}

    .logo-section span {
        font-weight: bold;
        color: #080536;
        font-size: clamp(1.5rem, 2.5vw + 1rem, 2.1rem);
        text-align: right;
    }

.logo {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 5px;
}

.app-image {
    width: 100%;
    max-width: 400px;
}

.text-section {
    flex: 1;
    text-align: right;
    width: 70%;
    max-width: 100%;
    margin-top: 1em;
}

.download-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.download-button {
    background-color: white;
    border: none;
    color: #080536;
    padding: 15px 35px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .download-button:hover {
        background-color: #e0e0e0;
    }

.platform-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
/*********************************/
/*************Faq Style***********/
/*********************************/
.faq-container {
    margin: 0 auto;
    background: white;
    padding: 40px 0;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

    .faq-header h3 {
        color: #080536;
        font-weight: bold;
        font-family: semibold;
    }

    .faq-header h6 {
        color: rgba(1, 19, 48, 1);
    }

.faq-container .accordion {
    width: 100%;
}

.faq-container .accordion-item {
    margin-bottom: 20px;
    border-radius: 24px;
    overflow: hidden;
    border: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0px 0px 4.4px 0px rgba(226, 237, 243, 1);
}

    .faq-container .accordion-item:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .faq-container .accordion-item .accordion-button {
        width: 100%;
        padding: 20px 25px;
        text-align: right;
        background-color: white;
        color: var(--text-color);
        border: none;
        cursor: pointer;
        font-size: 1.1rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: var(--transition);
    }

        .faq-container .accordion-item .accordion-button:hover {
            background-color: #f8f9fa;
        }

        .faq-container .accordion-item .accordion-button.active {
            background-color: #F0F3FF;
        }

    .faq-container .accordion-item .accordion-icon {
        margin-left: 15px;
        color: var(--accent-color);
        font-size: 1.2rem;
        min-width: 25px;
        text-align: center;
    }

    .faq-container .accordion-item .accordion-title {
        flex-grow: 1;
        font-size: 16px;
    }

    .faq-container .accordion-item .accordion-arrow i {
        font-family: 'fontawesome-webfont';
        font-weight: 900;
        transition: transform 0.3s ease;
        font-size: larger;
        vertical-align: middle;
        color: #889FFD;
    }

    .faq-container .accordion-item .accordion-button.active .accordion-arrow i::before {
        content: "\f056";
        color: #fff;
    }

    .faq-container .accordion-item .accordion-button:not(.active) .accordion-arrow i::before {
        content: "\f055";
    }

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: var(--transition);
    background-color: white;
}

    .accordion-content .content-wrapper {
        padding: 0 25px 10px;
        background: #F0F3FF;
    }

    .accordion-content p {
        margin-bottom: 15px;
        color: rgba(84, 84, 84, 1);
        font-size: 16px;
        line-height: 25px;
    }

.faq-container .accordion-item .accordion-button::after,
.faq-container .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: none !important;
}

.faq-container .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-columns {
    display: flex;
    gap: 30px;
}

.accordion-col {
    flex: 1;
    min-width: 0;
}
/*********************************/
/***********Posts Style***********/
/*********************************/
.posts .img {
    border-radius: 8px;
    overflow: hidden;
}

    .posts .img img {
        transition: 0.6s;
    }

.posts .details {
    background: color-mix(in srgb, var(--color-9), transparent 5%);
    padding: 50px 30px;
    margin: -100px 30px 0 30px;
    transition: all ease-in-out 0.3s;
    position: relative;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

    .posts .details .icon {
        margin: 0;
        width: 72px;
        height: 72px;
        background: var(--color-3);
        color: var(--color-1);
        border: 6px solid var(--color-9);
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        font-size: 28px;
        transition: ease-in-out 0.3s;
        position: absolute;
        top: -36px;
        left: calc(50% - 36px);
    }

    .posts .details h3 {
        font-weight: 700;
        margin: 10px 0 15px 0;
        font-size: 22px;
        font-family: iransansdn;
        transition: ease-in-out 0.3s;
        color: var(--bs-dark-text-emphasis);
    }

    .posts .details p {
        color: color-mix(in srgb, var(--default-color), transparent 10%);
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.posts .posts-item:hover .details h3 {
    color: var(--color-3);
}

.posts .posts-item:hover .details .icon {
    background: var(--color-1);
    border: 2px solid var(--color-3);
    color: var(--color-3);
}

    .posts .posts-item:hover .details .icon i {
        color: var(--color-10);
    }

.posts .posts-item:hover .img img {
    transform: scale(1.2);
}

.post-heading {
    text-align: center;
    background: var(--bs-border-color);
    color: var(--bs-dark-text-emphasis);
}

    .post-heading h1 {
        font-size: xx-large
    }

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 0;
    --bs-card-border-color: rgba(0, 0, 0, .125);
    --bs-card-border-radius: 0.75rem;
    --bs-card-box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05);
    --bs-card-inner-border-radius: 0.75rem;
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: #fff;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
}

.card-title {
    font-family: 'SemiBold';
    color: var(--bs-heading-color);
}

.card-body {
    color: #71717a;
}

.avatar {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-radius: .75rem;
    padding: 0.5rem;
    height: 50px;
    width: 50px;
    transition: all .2s ease-in-out;
    background: linear-gradient(310deg, #052c65, #0d6efd);
}

.author {
    display: flex;
}

    .author .name > span {
        line-height: 1.571;
        font-weight: 600;
        font-size: .875rem;
        color: #3a416f
    }

    .author .stats {
        font-size: .875rem;
        font-weight: 400
    }

.text-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
}

    .text-gradient.text-primary {
        background-image: linear-gradient(310deg, #052c65, #0d6efd);
    }

.font-weight-bold {
    font-weight: bold !important;
}

.post-title {
    font-family: SemiBold;
}

.post-img {
    width: 100%;
    margin: auto;
    display: flex;
}

.tag li {
    display: inline-block;
    padding: 5px 10px;
    font-size: smaller;
    border-radius: 5px;
}

button#btnDisplayMoreData, div#loading {
    display: none;
    text-align: center;
    color: var(--color-3);
}

#load button {
    align-items: center;
    margin: auto;
    background: none;
    border: none;
    outline: none;
    font-weight: bold;
    color: var(--color-3);
}

    #load button i {
        margin-left: 5px;
        font-size: 15px;
        color: var(--color-3);
        vertical-align: middle;
    }
/*********************************/
/********Portfolio Style**********/
/*********************************/
.portfolio .portfolio-info h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.portfolio .portfolio-info p {
    font-size: 15px;
}

.portfolio .portfolio-content {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

    .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;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .portfolio .portfolio-content .portfolio-info h4 {
            font-size: 18px;
            mask-border: 0;
            font-weight: 400;
            color: #ffffff;
            display: inline-block;
        }

        .portfolio .portfolio-content .portfolio-info p {
            text-align: center;
            display: inline-block;
            font-size: 14px;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.8);
        }

    .portfolio .portfolio-content:hover .portfolio-info {
        opacity: 1;
    }

    .portfolio .portfolio-content:hover img {
        transform: scale(1.1);
    }
/*********************************/
/**********Footer Style***********/
/*********************************/
.main-footer {
    position: relative;
    background: #F9FBFF;
}

.footer-content {
    position: relative;
    padding: 85px 0px 0 0px;
}


    .footer-content .logo-widget {
        position: relative;
        margin-top: -5px;
    }

        .footer-content .logo-widget .footer-social li {
            position: relative;
            display: inline-block;
        }

            .footer-content .logo-widget .footer-social li:last-child {
                margin-left: 0px;
            }

            .footer-content .logo-widget .footer-social li a {
                position: relative;
                display: inline-block;
                line-height: 42px;
                color: #595F63;
                text-align: center;
                border-radius: 50%;
            }

                .footer-content .logo-widget .footer-social li a:hover {
                    color: #ffffff;
                    background: var(--color-3);
                }


                .footer-content .logo-widget .footer-social li a img {
                    width: 32px;
                    height: 32px;
                    filter: grayscale(10) contrast(0.2);
                }

        .footer-content .logo-widget .logo-box {
            margin-bottom: 25px;
        }

            .footer-content .logo-widget .logo-box a {
                color: #080536;
                font-family: SemiBold;
                font-weight: bold;
                font-size: 20px;
            }

        .footer-content .logo-widget .text p {
            color: #595F63;
            margin-bottom: 0px;
            line-height: 30px;
            font-size: 15px;
            padding-left: 2em;
        }


    .footer-content .footer-title {
        position: relative;
        font-size: 20px;
        line-height: 35px;
        font-family: SemiBold;
        color: #080536;
        font-weight: 700;
        margin-bottom: 27px;
    }

    .footer-content .service-widget .list li {
        display: block;
        margin-bottom: 35px;
    }

        .footer-content .service-widget .list li a {
            position: relative;
            display: inline-block;
            color: #595F63;
            font-size: 15px;
        }

            .footer-content .service-widget .list li a:hover {
                color: var(--color-3);
            }

            .footer-content .service-widget .list li a i {
                width: 20px;
                color: var(--color-3);
                font-size: large;
                vertical-align: middle;
            }

    .footer-content .contact-widget p {
        color: #595F63;
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 30px;
    }

        .footer-content .contact-widget p i {
            width: 20px;
            color: var(--color-3);
            font-size: large;
            vertical-align: middle;
        }


    .footer-content .contact-widget {
        margin-left: 90px;
        position: relative;
    }

        .footer-content .contact-widget .footer-title {
            margin-bottom: 29px;
        }
/** footer-bottom **/
.footer-bottom {
    position: relative;
    background: #F9FBFF;
    padding: 25px 0px 22px 0px;
}

    .footer-bottom .copyright,
    .footer-bottom .copyright a,
    .footer-bottom .footer-nav li a {
        position: relative;
        color: #011330;
        font-size: 14px;
    }

        .footer-bottom .copyright a:hover,
        .footer-bottom .footer-nav li a:hover {
            color: var(--color-3);
        }

    .footer-bottom .footer-nav {
        position: relative;
        text-align: right;
    }

        .footer-bottom .footer-nav li {
            position: relative;
            display: inline-block;
            margin-left: 29px;
        }

            .footer-bottom .footer-nav li:first-child {
                margin-left: 0px;
            }

            .footer-bottom .footer-nav li:before {
                position: absolute;
                content: '';
                background: #9ea0a9;
                width: 1px;
                height: 14px;
                top: 7px;
                left: -18px;
            }

            .footer-bottom .footer-nav li:first-child:before {
                display: none;
            }

.logo-box img {
    max-width: 220px;
}

#copyright {
    border-top: 2px solid rgba(234, 241, 255, 1);
    display: flex;
    gap: 30px;
}

    #copyright div {
        min-width: 0;
        flex: 1;
    }

/*********************************/
/***********Responsive************/
/*********************************/
@media (max-width: 424px) {

    .custom-card .price {
        font-size: 12px !important;
    }

    .custom-card .discount {
        font-size: 10px !important;
    }

    .custom-card #badge {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .title-txt {
        margin-top: 1rem;
        line-height: 1.5;
    }

    .desc-txt {
        padding-left: 1rem;
    }

    .sub-title:not(.owl-carousel-container .sub-title) {
        text-align: center;
    }

        .sub-title a {
            float: none;
        }

    .text-section {
        margin: 20px auto;
        justify-content: center;
        display: flex;
    }

    .download-buttons {
        display: flex;
        gap: 0;
        margin: auto;
    }

    .download-button {
        padding: 10px 10px;
        margin: 5px;
        width: 50px;
        height: 50px;
    }

        .download-button .button-text {
            display: none;
        }

    .platform-icon {
        margin-right: 0
    }

    .features-section {
        margin-top: 0;
    }

    .container-lg {
        padding: 1em;
    }

    .footer-content .contact-widget {
        margin-left: auto;
    }
}

@media (max-width: 768px) {

    .custom-card .price {
        font-size: 14px;
    }

    .custom-card .discount {
        font-size: 12px;
    }

    .accordion-columns {
        flex-direction: column;
        gap: 15px;
    }

    .faq-container {
        padding: 30px 20px;
    }

    .accordion-button {
        padding: 15px 20px;
        font-size: 1rem;
    }

    .accordion-content .content-wrapper {
        padding: 0 20px 20px 50px;
    }
}
