    .main-container {
        width: 90%;
        margin: auto;
    }

    .carousel {
        margin-top: 20px;
    }

    .carousel-item img {
        object-fit: fill;
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }

    .carousel-control-prev,
    .carousel-control-next {
        position: absolute;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 5%;
        color: #fff;
        opacity: 1;
        text-align: center;
        font-size: 2rem;
    }

    .carousel-indicators,
    .flickity-page-dots {
        position: absolute;
        right: 0;
        bottom: 10px;
        left: 0;
        z-index: 15;
        display: flex;
        gap: 0;
        justify-content: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 10px;
        height: 450px;
    }

    .carousel-indicators li {
        width: 10px;
        height: 10px;
        border: 2px solid #000000;
        background-color: #000000;
        opacity: 0.2;
    }

    .carousel-indicators li.active {
        background-color: #ffffff;
        opacity: 1;
        border-color: #ffffff;
    }

    .text-muted {
        color: #7A7A7A;
    }

    .text-small {
        font-size: 14px;
    }

    .card-group {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .custom-card {
        background-color: #ffffff;
        border-radius: 20px;
        transition: 0.3s linear;
    }

    .custom-card .d-flex {
        gap: 10px;
    }

    .custom-card h5 {
        font-size: 18px;
    }

    .custom-card i {
        font-size: 30px;
    }

    .custom-card:hover {
        transform: translateY(-10px);
    }

    .text-prime {
        color: #A7C1A8;
    }

    .bg-prime {
        background-color: #A7C1A8;
    }

    .custom-col {
        flex: 1 1 calc(50% - 10px);
        padding: 1rem;
        box-sizing: border-box;
        text-align: center;
    }

    .custom-col:nth-child(3) {
        flex: 1 1 100%;
        /* ستون سوم پر عرض و بیاد پایین */
    }

    .mobile-text {
        display: block;
    }

    .desktop-text {
        display: none;
    }

    .text-white {
        color: #ffffff;
    }

    .branches .card-header {
        border-radius: 20px 20px 0 0;
        text-align: center;
    }

    /* .branch-group {
        border-radius: 0 0 20px 20px;
        background-color: #ffffff;
        padding: 10px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    } */

    .branch-group {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        background-color: #ffffff;
        border-radius: 0 0 20px 20px;
        padding: 10px;
    }

    .branch-card {
        width: 100%;
        background-color: #ffffff;
        border-radius: 15px;
        transition: 0.3s linear;
        border: solid 1px #DDDDDD;
        text-align: center;
    }

    .branch-card:hover {
        scale: 0.98;
    }

    .branch-card .btn {
        border-radius: 10px;
        color: #ffffff;
    }

    .branch-card .btn:hover {
        background-color: #c4d6c4;
    }

    .branch-card>.d-flex {
        gap: 10px;
    }

    .branch-card h5 {
        font-size: 18px;
        color: #304c34;
    }

    .branch-card i {
        font-size: 30px;
    }

    .branch-card .branch-detail-row:first-child {
        height: 65px;
    }

    .branch-detail-row {
        display: flex;
        gap: 12px;
    }

    .branch-detail-box {
        align-content: center;
        text-align: center;
        color: #7A7A7A;
        font-size: 14px;
        border-radius: 10px;
        border: solid 1px #DDDDDD;
    }

    .sales {
        border-radius: 20px;
    }

    .sales .card-body {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .sale-card .card-img {
        width: 100px;
        height: 100px;
        background-color: #3c5f40;
        border-radius: 100%;
        padding: 20px;
        transition: 0.3s linear;
    }

    .sale-card:hover .card-img {
        background-color: #c4d6c4;
    }

    .sale-card .card-img path {
        fill: #ffffff;
    }

    .sale-card .card-text p {
        color: #F1F1F1;
        text-align: center;
    }

    .flex-1 {
        flex: 1;
    }

    .flex-2 {
        flex: 2;
    }

    .w-100 {
        width: 100% !important;
    }

    .fs-16 {
        font-size: 16px;
    }

    .fw-bold {
        font-weight: bold;
    }

    .text-black {
        color: #000000;
    }

    .gallery-img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        cursor: pointer;
        transition: transform 0.3s;
    }

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

    .custom-gallery img {
        max-height: 80vh;
        object-fit: contain;
        margin: auto;
    }

    .bg-transparent {
        background-color: transparent !important;
    }

    .modal {
        --bs-modal-bg: transparent;
    }

    .modal .modal-content {
        box-shadow: none;
    }

    .modal-fullscreen {
        max-width: 100% !important;
    }

    .modal .btn-close {
        z-index: 999;
    }


    .tab-content .pictuers {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .tab-content .pictuers div {
        width: 100%;
    }

    .gallery .card {
        background-color: #ffffff;
        border-radius: 15px;
        padding: 15px;
    }

    .gallery .nav-tabs {
        border: none;
        justify-content: center;
        gap: 15px;
    }

    .gallery .nav-link {
        border: none;
        color: #474747;
        font-size: 15px;
        transition: 0.1s linear;
    }

    .gallery .nav-link:hover {
        color: #A7C1A8;
    }

    .gallery .nav-link.active {
        color: #000000;
        border-bottom: 3px solid #c4d6c4;
    }

    .video-card {
        background-color: #A7C1A8;
        border-radius: 20px;
        padding: 25px;
        display: flex;
    }

    .video-card div {
        align-content: center;
    }

    .video-card video {
        border-radius: 15px;
        object-fit: fill;
    }

    .video-card .dwn-proposal {
        display: flex;
        align-items: center;
        width: fit-content;
        color: #A7C1A8;
        background-color: #ffffff;
        padding: 10px 20px;
        font-size: 15px;
        border-radius: 10px;
        cursor: pointer;
        transition: 0.1s linear;
    }

    .video-card .dwn-proposal:hover {
        background-color: #f2f7f2;
    }

    .btn-scroll-top {
        font-size: 22px;
        border: 2px solid #709773;
        color: #709773;
    }

    .btn-scroll-top i {
        display: flex;
    }

    .comments .card-body {
        display: flex;
        justify-content: space-around;
        padding: 35px 15px;
        background-color: #fff;
        border-radius: 15px;
    }

    .comments .customer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .comments .customer>.card-text {
        color: #213324;
        font-size: 14px;
        text-align: center;
    }

    @media (min-width: 768px) {
        .mobile-text {
            display: none;
        }

        .desktop-text {
            display: block;
        }

        .video-card div {
            max-height: 360px;
        }

        /* .branch-group {
            grid-template-columns: repeat(3, 1fr);
        } */

        .branch-group .branch-card {
            flex: 0 1 calc((100% - 40px) / 3);
            /* 40px از 2 * gap */
        }

        .tab-content .pictuers div {
            flex: 0 1 calc((100% - 60px) / 4);
        }
    }


    @media (min-width: 992px) {
        .custom-col {
            flex: 1 1 calc(33.333% - 13.33px);
            text-align: start;
            /* در دسکتاپ ۳ تا کنار هم */
        }

        .custom-col:nth-child(3) {
            flex: 1 1 calc(33.333% - 13.33px);
        }
    }

    @media (min-width: 1024px) {
        .custom-card .d-flex {
            flex-direction: row;
        }

        .branch-card {
            text-align: start;
        }

        .branch-card .d-flex {
            flex-direction: row;
        }
    }

    @media (max-width: 575px) {
        .main-container {
            width: 95%;
        }

        .carousel {
            margin-top: 10px;
        }

        .carousel-inner {
            height: 200px;
        }

        .carousel-control-prev,
        .carousel-control-next {
            width: 10%;
            font-size: 1.4rem;
        }

        .video-card {
            flex-direction: column-reverse;
            padding: 18px 10px;
            gap: 30px;
        }

        .video-card div {
            text-align: center;
        }
    }